SectorTime is the all-in-one platform to organize motorsport events and run live timing — build rosters, capture times by hand or by hardware, publish results live, and keep every racer in the loop.
From the entry tent to the results board, SectorTime handles the whole day.
Times appear the instant they're entered. Recent feed and per-class leaderboards update live for everyone watching.
Type times on a phone, or POST them from a timing console or script with an API key. Built for time clocks.
Lost Wi-Fi at the track? Keep entering times — they queue on the device and sync automatically when you're back, with no duplicates.
Upload a CSV or Excel sheet — car numbers, classes and run groups are created for you. Import config from past events.
Drivers sign in by email, keep a garage of cars (real makes/models), and get a profile of every event and time.
"Move to the staging area." Re-run requests. Time-posted alerts. Web push with email backup keeps racers informed.
Drivers choose what's public. Organizers finalize and lock results when the day is done.
Run it free, pay per car, or subscribe for unlimited events — whatever fits your club, handled with Stripe.
No installs, no spreadsheets taped to a clipboard.
Pick a discipline, venue and date. Add run groups and classes as buttons, or let your roster create them.
Drop in a CSV or Excel file. Racers are matched by email so they can claim their car number.
Enter times live, message racers, then finalize. Results are public and every driver keeps their history.
Start free. Scale to per-car or unlimited when you're ready. Organizers set their own plan.
Pick your license from the dashboard — switch any time. Every PRO license includes all notification features.
Wire up a timing console, a custom bracket, or your own dashboard. Post a time with one request.
# Post a time from a clock or script curl -X POST https://sectortime.com/api/events/EVENT_ID/runs \ -H 'Authorization: Bearer st_live_key' \ -H 'Content-Type: application/json' \ -d '{"runGroup":"A","number":"13","time":"45.678","clientId":"unique"}'