Retrieves lap-by-lap timing data for a specific race. This endpoint can return a large amount of data; a progress bar is shown for multi-page fetches.
Value
A tibble with one row per driver per lap, including columns:
- season
Integer. Season year.
- round
Integer. Round number.
- race_name
Character. Name of the Grand Prix.
- lap
Integer. Lap number.
- driver_id
Character. Unique driver identifier.
- position
Integer. Position at end of this lap.
- time
Character. Lap time.
See also
f1_pit_stops() for pit stop data, f1_results() for final race
results.
Other detailed timing:
f1_pit_stops()