TELOS
F1
Everything you need to know about TELOS F1 — channels, controls, keyboard shortcuts, and data sources.
TELOS F1 is a browser-based telemetry analysis platform. No installation required — open the dashboard and start exploring.
Each channel is rendered as a time-series or distance-series chart. All channels are synchronized to the same x-axis for direct comparison.
| Channel | Color | Unit | Description |
|---|---|---|---|
| Speed | CYAN | km/h | Car speed over the lap. Primary telemetry channel. |
| Throttle | GREEN | % | Throttle pedal application (0–100%). |
| Brake | RED | bool / % | Brake pedal application. Binary or pressure-based depending on session. |
| Gear | YELLOW | 1–8 | Gear position. Step chart style. |
| X-Mode | PURPLE | zones | Activation zones overlaid on speed trace as purple highlights. |
| DRS | GREEN | zones | DRS open/closed zones overlaid on speed trace. |
| Gap Delta | ± | seconds | Time gap between target and reference driver, calculated via distance interpolation. |
| Control | Location | Description |
|---|---|---|
| GP Selector | Top bar | Select Grand Prix from the 2026 calendar (22 rounds). |
| Year Selector | Top bar | Switch between 2024 and 2025 historical data. |
| Session Selector | Top bar | FP1 / FP2 / FP3 / Q / Sprint / Race. |
| Driver Selector | Left panel | Primary (target) driver for analysis. |
| Reference Driver | Left panel | Secondary driver for comparison overlay. |
| Swap Drivers | Left panel | One-click swap between target and reference. |
| Lap History | Left panel | All laps for the session. Click to select. Star to bookmark. |
| Sort Mode | Left panel | Sort laps by lap number, time, or sector. |
| ENG Button | Top right | Toggle Engineer View (compact dense layout). |
| Share Button | Top right | Screenshot session summary and share via Web Share API. |
| Key | Action |
|---|---|
| E | Toggle Engineer View |
| R | Swap / set reference driver |
| Esc | Close any open modal or overlay |
| ↑ / ↓ | Navigate lap history (when panel focused) |
The gap delta chart shows the time difference between the target and reference driver at each point on the lap. A negative value means the target driver is ahead (faster); a positive value means they are behind.
Gap is calculated using distance-based interpolation — both drivers' telemetry is resampled to a common distance axis, then the time difference is computed at each meter. This is the same method used by F1 pitwall engineers and is significantly more accurate than raw lap-time subtraction, which does not account for where on track time is gained or lost.
X-Mode is a special performance mode deployed by drivers in designated circuit zones to maximize power delivery or aerodynamic efficiency. On the speed trace, X-Mode activation segments are highlighted as purple overlays.
The Lap Insights panel displays the total X-Mode usage percentage for each lap. High X-Mode % typically correlates with lower sector times in activation zones.
Engineer View is a compact, information-dense layout designed for power users who want to see maximum data simultaneously. It reduces padding, compresses panels, and increases chart density.
Toggle via the ENG button in the top-right dashboard controls, or press E on your keyboard. Settings persist across reloads via LocalStorage.
Any selected lap can be exported from the telemetry panel:
TELOS sources telemetry from two primary APIs:
| Source | Type | Coverage |
|---|---|---|
| FastF1 | Python library | 2018–2025 historical sessions, full telemetry |
| OpenF1 API | REST API | 2023–present, live and historical |