F1 Live Timing
Everything below is normally invisible. It is what search engines and LLMs read to decide whether to retrieve and cite this page.
F1 Live Timing is a leaderboard you can open while a session runs: running order, gap to the leader, interval to the car ahead, current tyre, and each driver's last lap — refreshing every few seconds. When nothing is live it shows the most recent session's final board and counts down to the next one.
How it works
Data comes from the keyless OpenF1 API. The time-series feeds (position, intervals, laps) are reduced to the latest row per driver; while live it polls only the last ~90 seconds via the API's date>= filter, so each refresh is tiny. No key, no server of ours.
- F1 Live Timing
Same as Article, flagged as technical/developer reference material.
{
"@context": "https://schema.org",
"@type": "TechArticle",
"headline": "F1 Live Timing — data",
"description": "A live Formula 1 timing board — position, gaps, intervals, tyres and last-lap times, auto-refreshing during a session. Open it while you watch the race. Keyless, in the browser.",
"url": "https://kaspirius.com/f1",
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "https://kaspirius.com/f1"
},
"datePublished": "2026-06-18",
"dateModified": "2026-06-18",
"author": {
"@type": "Person",
"name": "kaspirius",
"url": "https://kaspirius.com"
},
"publisher": {
"@type": "Organization",
"name": "kaspirius",
"url": "https://kaspirius.com"
}
}