Skip to main content

What is a Session?

A Session represents a single F1 track session (Practice, Qualifying, Sprint, or Race). It contains all data for that session including drivers, laps, telemetry, weather, and race control messages.

Session Hierarchy

tif1 supports all F1 session types:
  • Practice 1, Practice 2, Practice 3
  • Qualifying
  • Sprint, Sprint Qualifying, Sprint Shootout
  • Race

Lazy Loading

Sessions use lazy loading for optimal performance. Data is only fetched when you access it:
Last modified on March 4, 2026