Skip to content
Discussion options

You must be logged in to vote

From what I can tell, the ~200–300 ms discrepancy is expected. session.results['Time'] comes from the official FIA post-race results and should be the authoritative value, while laps['Time'] is reconstructed from the live timing stream — the docs note it probably should have been named "SessionTime."

The gap seems to come from cross-stream jitter (session_start_time and laps['Time'] originate from separate API feeds that aren't perfectly synchronized) and from Fast-F1's post-processing that refines lap timestamps by comparing sector triggers. The time_explanation doc page mentions that reconstructed timestamps can't be verified to millisecond precision. For authoritative race time, sessio…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by afya
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants