TELEMETRY OVERLAY
Speed, throttle and brake from each driver's quickest lap, overlaid on a shared lap-time axis with a live speed delta — built from real OpenF1 car data. The trace TV never shows you.
How this is built. We take the most recent completed session from OpenF1, find each chosen driver's
fastest valid lap (min(lap_duration)), then pull the per-sample car_data for the exact time
window of that lap. Speed is the primary track; throttle (0–100%) and brake (on/off) ride a secondary track below it,
and the cyan line is the rolling speed A − speed B delta. Time is aligned to each lap's own start,
so the X-axis is "elapsed lap time", not wall clock — the two laps are laid over each other.
Everything here is real telemetry. Where a sample is missing or the session never recorded
car_data (OpenF1 paywalls live timing), the trace is hidden and called out rather than invented.