Détails de la ressource
Flux GTFS RT du réseau Aléop Pays de la Loire : Horaires temps réel
Cette ressource fait partie du jeu de données Réseau interurbain Aléop - Pays de la Loire.
Disponibilité au téléchargement
En savoir plus
HEAD dont le temps de réponse doit être inférieur à 5 secondes. Si nous détectons une indisponibilité, nous effectuons un nouveau test toutes les 10 minutes, jusqu'à ce que la ressource soit à nouveau disponible.Pour les flux SIRI et SIRI Lite, nous effectuons une requête HTTP de type
GET : nous considérons une réponse avec un code 401 ou 405 comme étant disponible. En cas d'erreur 500, nous considèrerons que le flux est indisponible, sauf si il semble contenir du SOAP.Rapport de validation
❌889 erreurs, 79 avertissements
Validation effectuée en utilisant le fichier GTFS en vigueur et le GTFS-RT, le 14/02/2026 à 08h09 Europe/Paris avec le validateur GTFS-RT de MobilityData.
Erreurs
GTFS-rt trip_id does not exist in GTFS data and does not have schedule_relationship of ADDED E003 78 erreurs
All trip_ids provided in the GTFS-rt feed must exist in the GTFS data, unless the schedule_relationship is ADDED
Exemples d'erreurs
- trip_id FR:ServiceJourney::SN858099FERRE_7848229 does not exist in the GTFS data and does not have schedule_relationship of ADDED
- trip_id FR:ServiceJourney::SN857560FERRE_7848393 does not exist in the GTFS data and does not have schedule_relationship of ADDED
- trip_id FR:ServiceJourney::SN857448FERRE_7848442 does not exist in the GTFS data and does not have schedule_relationship of ADDED
- trip_id FR:ServiceJourney::SN859620FERRE_7821993 does not exist in the GTFS data and does not have schedule_relationship of ADDED
- trip_id FR:ServiceJourney::SN859500FERRE_7866342 does not exist in the GTFS data and does not have schedule_relationship of ADDED
GTFS-rt route_id does not exist in GTFS data E004 78 erreurs
All route_ids provided in the GTFS-rt feed must exist in the GTFS data
Exemples d'erreurs
- route_id 01 does not exist in the GTFS data routes.txt
- route_id 04 does not exist in the GTFS data routes.txt
- route_id 21 does not exist in the GTFS data routes.txt
- route_id T1 does not exist in the GTFS data routes.txt
- route_id T1 does not exist in the GTFS data routes.txt
GTFS-rt stop_id does not exist in GTFS data E011 712 erreurs
All stop_ids referenced in GTFS-rt feeds must exist in GTFS stops.txt
Exemples d'erreurs
- trip_id FR:ServiceJourney::SN858099FERRE_7848229 stop_id SNCF:87481002 does not exist in GTFS data stops.txt
- trip_id FR:ServiceJourney::SN858099FERRE_7848229 stop_id SNCF:87481051 does not exist in GTFS data stops.txt
- trip_id FR:ServiceJourney::SN858099FERRE_7848229 stop_id SNCF:87481069 does not exist in GTFS data stops.txt
- trip_id FR:ServiceJourney::SN858099FERRE_7848229 stop_id SNCF:87481804 does not exist in GTFS data stops.txt
- trip_id FR:ServiceJourney::SN858099FERRE_7848229 stop_id SNCF:87481812 does not exist in GTFS data stops.txt
Sequential stop_time_update times are not increasing E022 19 erreurs
stop_time_update arrival/departure times between sequential stops should always increase - they should never be the same or decrease.
Exemples d'erreurs
- trip_id 2596720804 stop_sequence 11 arrival_time 08:00:00 (1771052400) is equal to previous stop departure_time 08:00:00 (1771052400) - times must increase between two sequential stops
- trip_id 2636831002 stop_sequence 9 arrival_time 08:29:20 (1771054160) is equal to previous stop arrival_time 08:29:20 (1771054160) - times must increase between two sequential stops
- trip_id 2636831002 stop_sequence 9 arrival_time 08:29:20 (1771054160) is equal to previous stop departure_time 08:29:20 (1771054160) - times must increase between two sequential stops
- trip_id 2636831002 stop_sequence 9 departure_time 08:29:20 (1771054160) is equal to previous stop departure_time 08:29:20 (1771054160) - times must increase between two sequential stops
- trip_id 2636831002 stop_sequence 9 departure_time 08:29:20 (1771054160) is equal to previous stop arrival_time 08:29:20 (1771054160) - times must increase between two sequential stops
stop_time_update departure time is before arrival time E025 2 erreurs
Within the same stop_time_update, arrival and departures times can be the same, or the departure time can be later than the arrival time - the departure time should never come before the arrival time.
Exemples d'erreurs
- trip_id 2636303701 stop_sequence 19 departure_time 07:51:00 (1771051860) is less than the same stop arrival_time 07:51:24 (1771051884) - departure time must be equal to or greater than arrival time
- trip_id FR:ServiceJourney::SN860154FERRE_7810994 stop_sequence 6 departure_time 07:24:00 (1771050240) is less than the same stop arrival_time 07:28:00 (1771050480) - departure time must be equal to or greater than arrival time
Avertissements
vehicle_id not populated W002 79 erreurs
vehicle_id should be populated for TripUpdates and VehiclePositions
Exemples d'erreurs
- trip_id 2629523710 does not have a vehicle_id
- trip_id FR:ServiceJourney::SN858099FERRE_7848229 does not have a vehicle_id
- trip_id FR:ServiceJourney::SN857560FERRE_7848393 does not have a vehicle_id
- trip_id FR:ServiceJourney::SN857448FERRE_7848442 does not have a vehicle_id
- trip_id FR:ServiceJourney::SN859620FERRE_7821993 does not have a vehicle_id
Validations précédentes
Voici un récapitulatif des différents types d'erreurs constatés au cours des 30 derniers jours.
| Identifiant d'erreur | Description | Nombre d'erreurs | Nombre d'occurences |
|---|---|---|---|
| E003 | All trip_ids provided in the GTFS-rt feed must exist in the GTFS data, unless the schedule_relationship is ADDED | 3 755 | 28 fois (100 % des validations) |
| E004 | All route_ids provided in the GTFS-rt feed must exist in the GTFS data | 3 755 | 28 fois (100 % des validations) |
| E011 | All stop_ids referenced in GTFS-rt feeds must exist in GTFS stops.txt | 31 697 | 28 fois (100 % des validations) |
| W002 | vehicle_id should be populated for TripUpdates and VehiclePositions | 3 959 | 28 fois (100 % des validations) |
| E022 | stop_time_update arrival/departure times between sequential stops should always increase - they should never be the same or decrease. | 687 | 24 fois (86 % des validations) |
| E025 | Within the same stop_time_update, arrival and departures times can be the same, or the departure time can be later than the arrival time - the departure time should never come before the arrival time. | 65 | 21 fois (75 % des validations) |
| E045 | If GTFS-rt stop_time_update contains both stop_sequence and stop_id, the values must match the GTFS data in stop_times.txt | 1 | 1 fois (4 % des validations) |
Contenu du flux GTFS-RT
Entités
Entités présentes dans ce flux le 14/02/2026 à 08h33 Europe/Paris.
trip_updates (128) vehicle_positions (0) service_alerts (0)Entités présentes dans ce flux lors des 7 derniers jours.
trip_updatesFlux GTFS-RT décodé
Voir le contenu du flux
Voici le flux GTFS-RT décodé au format Protobuf le 14/02/2026 à 08h33 Europe/Paris. Vous pouvez consulter la documentation GTFS-RT.
{
"entity": [
{
"id": "RT|2629523710|13-2805792780",
"tripUpdate": {
"stopTimeUpdate": [
{
"scheduleRelationship": "NO_DATA",
"stopId": "72BESScimeA",
"stopSequence": 1
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "72BESSmairA",
"stopSequence": 2
},
{
"scheduleRelationship": "NO_DATA",
"stopId": "72BESScalvA",
"stopSequence": 3
},
{
"scheduleRelationship": "NO_DATA",
"stopId": "72HUONecolA",
"stopSequence": 4
},
{
"scheduleRelationship": "NO_DATA",
"stopId": "72GRVAcharA",
"stopSequence": 5
},
{
"scheduleRelationship": "NO_DATA",
"stopId": "72CALAgendA",
"stopSequence": 6
},
{
"scheduleRelationship": "NO_DATA",
"stopId": "72CALApierA",
"stopSequence": 7
},
{
"scheduleRelationship": "NO_DATA",
"stopId": "72CALAmansA",
"stopSequence": 8
},
{
"scheduleRelationship": "NO_DATA",
"stopId": "72MNTAespeA",
"stopSequence": 9
},
{
"scheduleRelationship": "NO_DATA",
"stopId": "72MNTAhousA",
"stopSequence": 10
},
{
"scheduleRelationship": "NO_DATA",
"stopId": "72BOULantiA",
"stopSequence": 11
},
{
"scheduleRelationship": "NO_DATA",
"stopId": "72BOULbuttA",
"stopSequence": 12
},
{
"scheduleRelationship": "NO_DATA",
"stopId": "72BREIpoteA",
"stopSequence": 13
},
{
"scheduleRelationship": "NO_DATA",
"stopId": "72BREIbassA",
"stopSequence": 14
},
{
"scheduleRelationship": "NO_DATA",
"stopId": "72BREItissA",
"stopSequence": 15
},
{
"scheduleRelationship": "NO_DATA",
"stopId": "72SULIecolA",
"stopSequence": 16
},
{
"scheduleRelationship": "NO_DATA",
"stopId": "72ARDEmalgA",
"stopSequence": 17
},
{
"scheduleRelationship": "NO_DATA",
"stopId": "72ARDEpeloA",
"stopSequence": 18
},
{
"scheduleRelationship": "NO_DATA",
"stopId": "72ARDEfretA",
"stopSequence": 19
},
{
"scheduleRelationship": "NO_DATA",
"stopId": "72CHAMrochA",
"stopSequence": 20
},
{
"scheduleRelationship": "NO_DATA",
"stopId": "72CHAMarpeA",
"stopSequence": 21
},
{
"scheduleRelationship": "NO_DATA",
"stopId": "72EVEQbeneA",
"stopSequence": 22
},
{
"scheduleRelationship": "NO_DATA",
"stopId": "72MANSsecuU1",
"stopSequence": 23
},
{
"scheduleRelationship": "NO_DATA",
"stopId": "72MANSexupU2",
"stopSequence": 24
},
{
"scheduleRelationship": "NO_DATA",
"stopId": "72MANSflorU2",
"stopSequence": 25
},
{
"scheduleRelationship": "NO_DATA",
"stopId": "72MANSerpeA",
"stopSequence": 26
},
{
"scheduleRelationship": "NO_DATA",
"stopId": "72MANScomtU",
"stopSequence": 27
},
{
"scheduleRelationship": "NO_DATA",
"stopId": "72MANSprefU",
"stopSequence": 28
},
{
"scheduleRelationship": "NO_DATA",
"stopId": "72MANSroutR",
"stopSequence": 29
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 0,
"routeId": "215",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "2629523710"
},
"tripProperties": {}
}
},
{
"id": "RT|2629523309|39-2704015365-11-_____S_",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -344,
"time": "1771054156"
},
"departure": {
"delay": -344,
"time": "1771054156"
},
"stopId": "72COSMjourA",
"stopSequence": 1
},
{
"arrival": {
"delay": 0,
"time": "1771054800"
},
"departure": {
"delay": 0,
"time": "1771054800"
},
"stopId": "72ROUPegliA",
"stopSequence": 2
},
{
"arrival": {
"delay": 0,
"time": "1771055100"
},
"departure": {
"delay": 0,
"time": "1771055100"
},
"stopId": "72BONNcharA",
"stopSequence": 3
},
{
"arrival": {
"delay": 0,
"time": "1771055280"
},
"departure": {
"delay": 0,
"time": "1771055280"
},
"stopId": "72BONNmairA",
"stopSequence": 4
},
{
"arrival": {
"delay": 0,
"time": "1771055400"
},
"departure": {
"delay": 0,
"time": "1771055400"
},
"stopId": "72BONNgareA1",
"stopSequence": 5
},
{
"arrival": {
"delay": 0,
"time": "1771055520"
},
"departure": {
"delay": 0,
"time": "1771055520"
},
"stopId": "72BRIOtertA",
"stopSequence": 6
},
{
"arrival": {
"delay": 0,
"time": "1771055640"
},
"departure": {
"delay": 0,
"time": "1771055640"
},
"stopId": "72BRIObeauA",
"stopSequence": 7
},
{
"arrival": {
"delay": 0,
"time": "1771055880"
},
"departure": {
"delay": 0,
"time": "1771055880"
},
"stopId": "72BEAUbrioA",
"stopSequence": 8
},
{
"arrival": {
"delay": 0,
"time": "1771055940"
},
"departure": {
"delay": 0,
"time": "1771055940"
},
"stopId": "72BEAUgareA",
"stopSequence": 9
},
{
"arrival": {
"delay": 0,
"time": "1771056180"
},
"departure": {
"delay": 0,
"time": "1771056180"
},
"stopId": "72TORCdolmA",
"stopSequence": 10
},
{
"arrival": {
"delay": 0,
"time": "1771056240"
},
"departure": {
"delay": 0,
"time": "1771056240"
},
"stopId": "72TORCmuguA",
"stopSequence": 11
},
{
"scheduleRelationship": "NO_DATA",
"stopId": "72TORCmontA",
"stopSequence": 12
},
{
"scheduleRelationship": "NO_DATA",
"stopId": "72PHILneuvA",
"stopSequence": 13
},
{
"arrival": {
"delay": 0,
"time": "1771056600"
},
"departure": {
"delay": 0,
"time": "1771056600"
},
"stopId": "72PHILruepA",
"stopSequence": 14
},
{
"arrival": {
"delay": 0,
"time": "1771056780"
},
"departure": {
"delay": 0,
"time": "1771056780"
},
"stopId": "72PHILchanA",
"stopSequence": 15
},
{
"arrival": {
"delay": 0,
"time": "1771057020"
},
"departure": {
"delay": 0,
"time": "1771057020"
},
"stopId": "72SAVImontA",
"stopSequence": 16
},
{
"arrival": {
"delay": 0,
"time": "1771057200"
},
"departure": {
"delay": 0,
"time": "1771057200"
},
"stopId": "72SAVItennA",
"stopSequence": 17
},
{
"arrival": {
"delay": 0,
"time": "1771057320"
},
"departure": {
"delay": 0,
"time": "1771057320"
},
"stopId": "72SAVIplaiA",
"stopSequence": 18
},
{
"arrival": {
"delay": 0,
"time": "1771057740"
},
"departure": {
"delay": 0,
"time": "1771057740"
},
"stopId": "72SARGbonnA",
"stopSequence": 19
},
{
"arrival": {
"delay": 0,
"time": "1771058220"
},
"departure": {
"delay": 0,
"time": "1771058220"
},
"stopId": "72MANScoubA",
"stopSequence": 20
},
{
"arrival": {
"delay": 0,
"time": "1771058460"
},
"departure": {
"delay": 0,
"time": "1771058460"
},
"stopId": "72MANSprefU",
"stopSequence": 21
},
{
"scheduleRelationship": "NO_DATA",
"stopId": "72MANSroutR",
"stopSequence": 22
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 0,
"routeId": "212_S",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "2629523309"
},
"tripProperties": {},
"vehicle": {
"id": "61975487065b9b0001f48a26",
"label": "25040",
"licensePlate": "ED-897-WW"
}
}
},
{
"id": "RT|2634430801|39-3221291156",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -1119,
"time": "1771052481"
},
"departure": {
"delay": 22,
"time": "1771053622"
},
"stopId": "72FLECroutU",
"stopSequence": 1
},
{
"arrival": {
"delay": 52,
"time": "1771053952"
},
"departure": {
"delay": 62,
"time": "1771053962"
},
"stopId": "72CLERmairR",
"stopSequence": 2
},
{
"arrival": {
"delay": -58,
"time": "1771054382"
},
"stopId": "72MARTvertR",
"stopSequence": 3
},
{
"arrival": {
"delay": -50,
"time": "1771054630"
},
"departure": {
"delay": -50,
"time": "1771054630"
},
"stopId": "72CERAcroiR",
"stopSequence": 4
},
{
"arrival": {
"delay": -50,
"time": "1771054990"
},
"departure": {
"delay": -50,
"time": "1771054990"
},
"stopId": "72GUECguecR",
"stopSequence": 5
},
{
"arrival": {
"delay": -50,
"time": "1771055890"
},
"departure": {
"delay": -50,
"time": "1771055890"
},
"stopId": "72MANSlefaR",
"stopSequence": 6
},
{
"arrival": {
"delay": -50,
"time": "1771056370"
},
"departure": {
"delay": -50,
"time": "1771056370"
},
"stopId": "72MANSsncfU",
"stopSequence": 7
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 1,
"routeId": "26",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "2634430801"
},
"tripProperties": {},
"vehicle": {
"id": "68f0c2b28be6515754df2ca3",
"label": "40991",
"licensePlate": "HF-489-XZ"
}
}
},
{
"id": "RT|2629524206|39-2889678849",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -1572,
"time": "1771051428"
},
"departure": {
"delay": -28,
"time": "1771052972"
},
"stopId": "72ECOMmussU",
"stopSequence": 1
},
{
"arrival": {
"delay": -43,
"time": "1771053137"
},
"departure": {
"delay": -9,
"time": "1771053171"
},
"stopId": "72ECOMprovA",
"stopSequence": 2
},
{
"arrival": {
"delay": -11,
"time": "1771053649"
},
"departure": {
"delay": -11,
"time": "1771053649"
},
"stopId": "72OUTIhugoU",
"stopSequence": 3
},
{
"arrival": {
"delay": -3,
"time": "1771053837"
},
"departure": {
"delay": 7,
"time": "1771053847"
},
"stopId": "72OUTIreprA",
"stopSequence": 4
},
{
"arrival": {
"delay": 34,
"time": "1771054054"
},
"departure": {
"delay": 46,
"time": "1771054066"
},
"stopId": "72BRETajonA",
"stopSequence": 5
},
{
"arrival": {
"delay": 11,
"time": "1771054151"
},
"departure": {
"delay": 24,
"time": "1771054164"
},
"stopId": "72BRETviolU2",
"stopSequence": 6
},
{
"arrival": {
"delay": 49,
"time": "1771054309"
},
"departure": {
"delay": 57,
"time": "1771054317"
},
"stopId": "72BRETcharU1",
"stopSequence": 7
},
{
"arrival": {
"delay": 40,
"time": "1771054540"
},
"departure": {
"delay": 40,
"time": "1771054540"
},
"stopId": "72TELOnoisU",
"stopSequence": 8
},
{
"arrival": {
"delay": 40,
"time": "1771054720"
},
"departure": {
"delay": 40,
"time": "1771054720"
},
"stopId": "72TELOsecoU1",
"stopSequence": 9
},
{
"arrival": {
"delay": 40,
"time": "1771054840"
},
"departure": {
"delay": 40,
"time": "1771054840"
},
"stopId": "72TELOmetzA",
"stopSequence": 10
},
{
"arrival": {
"delay": 40,
"time": "1771055020"
},
"departure": {
"delay": 40,
"time": "1771055020"
},
"stopId": "72MULSsignA",
"stopSequence": 11
},
{
"arrival": {
"delay": 40,
"time": "1771055380"
},
"departure": {
"delay": 40,
"time": "1771055380"
},
"stopId": "72RUAUmartA",
"stopSequence": 12
},
{
"arrival": {
"delay": 40,
"time": "1771055980"
},
"departure": {
"delay": 40,
"time": "1771055980"
},
"stopId": "72MANSduraA",
"stopSequence": 13
},
{
"scheduleRelationship": "NO_DATA",
"stopId": "72MANSroutR",
"stopSequence": 14
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 0,
"routeId": "217",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "2629524206"
},
"tripProperties": {},
"vehicle": {
"id": "619752c5a7ccc8000160f733",
"label": "22463",
"licensePlate": "DC-770-FX"
}
}
},
{
"id": "RT|2629523510|39-2790850563",
"tripUpdate": {
"stopTimeUpdate": [
{
"scheduleRelationship": "NO_DATA",
"stopId": "72VIBRegliA",
"stopSequence": 1
},
{
"scheduleRelationship": "NO_DATA",
"stopId": "72LVARecolA",
"stopSequence": 2
},
{
"scheduleRelationship": "NO_DATA",
"stopId": "72DOLLpolyA",
"stopSequence": 3
},
{
"arrival": {
"delay": 321,
"time": "1771053501"
},
"departure": {
"delay": 321,
"time": "1771053501"
},
"stopId": "72DOLLcharA",
"stopSequence": 4
},
{
"arrival": {
"delay": 260,
"time": "1771053800"
},
"departure": {
"delay": 277,
"time": "1771053817"
},
"stopId": "72LUARmairA",
"stopSequence": 5
},
{
"arrival": {
"delay": 199,
"time": "1771054159"
},
"departure": {
"delay": 238,
"time": "1771054198"
},
"stopId": "72THORepioA",
"stopSequence": 6
},
{
"arrival": {
"delay": 170,
"time": "1771054430"
},
"departure": {
"delay": 170,
"time": "1771054430"
},
"stopId": "72CONNverdA",
"stopSequence": 7
},
{
"arrival": {
"delay": 170,
"time": "1771054490"
},
"departure": {
"delay": 170,
"time": "1771054490"
},
"stopId": "72CONNpetiA",
"stopSequence": 8
},
{
"arrival": {
"delay": 170,
"time": "1771054550"
},
"departure": {
"delay": 170,
"time": "1771054550"
},
"stopId": "72CONNcampA",
"stopSequence": 9
},
{
"arrival": {
"delay": 170,
"time": "1771054670"
},
"departure": {
"delay": 170,
"time": "1771054670"
},
"stopId": "72BEILgareU",
"stopSequence": 10
},
{
"scheduleRelationship": "NO_DATA",
"stopId": "72MONTfoliA",
"stopSequence": 11
},
{
"arrival": {
"delay": 170,
"time": "1771055330"
},
"departure": {
"delay": 170,
"time": "1771055330"
},
"stopId": "72MONTlibeA",
"stopSequence": 12
},
{
"arrival": {
"delay": 170,
"time": "1771055510"
},
"departure": {
"delay": 170,
"time": "1771055510"
},
"stopId": "72MONTlavoA",
"stopSequence": 13
},
{
"arrival": {
"delay": 170,
"time": "1771055630"
},
"departure": {
"delay": 170,
"time": "1771055630"
},
"stopId": "72MONTgareA",
"stopSequence": 14
},
{
"arrival": {
"delay": 170,
"time": "1771055870"
},
"departure": {
"delay": 170,
"time": "1771055870"
},
"stopId": "72BRIEcimeA",
"stopSequence": 15
},
{
"arrival": {
"delay": 170,
"time": "1771056230"
},
"departure": {
"delay": 170,
"time": "1771056230"
},
"stopId": "72CHAMgar1A",
"stopSequence": 16
},
{
"arrival": {
"delay": 170,
"time": "1771056830"
},
"departure": {
"delay": 170,
"time": "1771056830"
},
"stopId": "72MANScaliA",
"stopSequence": 17
},
{
"arrival": {
"delay": 170,
"time": "1771056890"
},
"departure": {
"delay": 170,
"time": "1771056890"
},
"stopId": "72MANSf001A",
"stopSequence": 18
},
{
"scheduleRelationship": "NO_DATA",
"stopId": "72MANSheleU",
"stopSequence": 19
},
{
"arrival": {
"delay": 170,
"time": "1771057190"
},
"departure": {
"delay": 170,
"time": "1771057190"
},
"stopId": "72MANSfunaU2",
"stopSequence": 20
},
{
"scheduleRelationship": "NO_DATA",
"stopId": "72MANSsecuU1",
"stopSequence": 21
},
{
"arrival": {
"delay": 170,
"time": "1771057550"
},
"departure": {
"delay": 170,
"time": "1771057550"
},
"stopId": "72MANSexupU2",
"stopSequence": 22
},
{
"arrival": {
"delay": 170,
"time": "1771057610"
},
"departure": {
"delay": 170,
"time": "1771057610"
},
"stopId": "72MANSflorU2",
"stopSequence": 23
},
{
"arrival": {
"delay": 170,
"time": "1771057790"
},
"departure": {
"delay": 170,
"time": "1771057790"
},
"stopId": "72MANScomtU",
"stopSequence": 24
},
{
"arrival": {
"delay": 170,
"time": "1771057970"
},
"departure": {
"delay": 170,
"time": "1771057970"
},
"stopId": "72MANSprefU",
"stopSequence": 25
},
{
"scheduleRelationship": "NO_DATA",
"stopId": "72MANSroutR",
"stopSequence": 26
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 0,
"routeId": "214",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "2629523510"
},
"tripProperties": {},
"vehicle": {
"id": "61e00aa44f29b71825435676",
"label": "39055",
"licensePlate": "GD-920-AF"
}
}
},
{
"id": "RT|2630587905|39-2857828354",
"tripUpdate": {
"stopTimeUpdate": [
{
"scheduleRelationship": "NO_DATA",
"stopId": "72MANSroutR",
"stopSequence": 1
},
{
"arrival": {
"delay": 105,
"time": "1771052385"
},
"departure": {
"delay": 126,
"time": "1771052406"
},
"stopId": "72MANSviadU",
"stopSequence": 2
},
{
"arrival": {
"delay": -25,
"time": "1771052555"
},
"departure": {
"delay": -8,
"time": "1771052572"
},
"stopId": "72MANSduraR",
"stopSequence": 3
},
{
"arrival": {
"delay": -80,
"time": "1771052800"
},
"departure": {
"delay": -60,
"time": "1771052820"
},
"stopId": "72MANSfunaU1",
"stopSequence": 4
},
{
"arrival": {
"delay": -106,
"time": "1771052894"
},
"departure": {
"delay": -85,
"time": "1771052915"
},
"stopId": "72MANSlyceR",
"stopSequence": 5
},
{
"arrival": {
"delay": -78,
"time": "1771053282"
},
"departure": {
"delay": -66,
"time": "1771053294"
},
"stopId": "72CHANcourR",
"stopSequence": 6
},
{
"arrival": {
"delay": -81,
"time": "1771053459"
},
"departure": {
"delay": -73,
"time": "1771053467"
},
"stopId": "72CHANretrR",
"stopSequence": 7
},
{
"arrival": {
"delay": -114,
"time": "1771053606"
},
"departure": {
"delay": -98,
"time": "1771053622"
},
"stopId": "72CHANherrR",
"stopSequence": 8
},
{
"arrival": {
"delay": -79,
"time": "1771053701"
},
"departure": {
"delay": -72,
"time": "1771053708"
},
"stopId": "72CHANcrocR",
"stopSequence": 9
},
{
"arrival": {
"delay": 25,
"time": "1771053925"
},
"departure": {
"delay": 34,
"time": "1771053934"
},
"stopId": "72PARIrougR",
"stopSequence": 10
},
{
"arrival": {
"delay": 19,
"time": "1771053979"
},
"departure": {
"delay": 24,
"time": "1771053984"
},
"stopId": "72PARIgallR",
"stopSequence": 11
},
{
"arrival": {
"delay": 43,
"time": "1771054123"
},
"departure": {
"delay": 51,
"time": "1771054131"
},
"stopId": "72PARIabelR",
"stopSequence": 12
},
{
"arrival": {
"delay": 120,
"time": "1771054320"
},
"departure": {
"delay": 290,
"time": "1771054490"
},
"stopId": "72PARItroiR",
"stopSequence": 13
},
{
"arrival": {
"delay": 290,
"time": "1771055270"
},
"departure": {
"delay": 290,
"time": "1771055270"
},
"stopId": "72GRANrepuR",
"stopSequence": 14
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 1,
"routeId": "216_S",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "2630587905"
},
"tripProperties": {},
"vehicle": {
"id": "66d96497fa197484e07bb202",
"label": "39692",
"licensePlate": "GH-035-DT "
}
}
},
{
"id": "RT|2630470506|39-2922774529",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -902,
"time": "1771052098"
},
"departure": {
"delay": 12,
"time": "1771053012"
},
"stopId": "72TUFFgareU",
"stopSequence": 1
},
{
"arrival": {
"delay": -45,
"time": "1771053075"
},
"departure": {
"delay": -33,
"time": "1771053087"
},
"stopId": "72TUFFplanA",
"stopSequence": 2
},
{
"arrival": {
"delay": -70,
"time": "1771053350"
},
"departure": {
"delay": -49,
"time": "1771053371"
},
"stopId": "72CHAPcentA",
"stopSequence": 3
},
{
"arrival": {
"delay": -61,
"time": "1771053659"
},
"departure": {
"delay": -42,
"time": "1771053678"
},
"stopId": "72CELEbiblA",
"stopSequence": 4
},
{
"arrival": {
"delay": -53,
"time": "1771054027"
},
"departure": {
"delay": -32,
"time": "1771054048"
},
"stopId": "72LOMBsausA",
"stopSequence": 5
},
{
"arrival": {
"delay": -40,
"time": "1771054100"
},
"departure": {
"delay": -35,
"time": "1771054105"
},
"stopId": "72LOMBvomlA",
"stopSequence": 6
},
{
"arrival": {
"delay": -70,
"time": "1771054490"
},
"departure": {
"delay": -70,
"time": "1771054490"
},
"stopId": "72CORNecolU",
"stopSequence": 7
},
{
"arrival": {
"delay": -70,
"time": "1771054670"
},
"departure": {
"delay": -70,
"time": "1771054670"
},
"stopId": "72FATIbodiA",
"stopSequence": 8
},
{
"arrival": {
"delay": -70,
"time": "1771054730"
},
"departure": {
"delay": -70,
"time": "1771054730"
},
"stopId": "72FATIpommU",
"stopSequence": 9
},
{
"arrival": {
"delay": -70,
"time": "1771054970"
},
"departure": {
"delay": -70,
"time": "1771054970"
},
"stopId": "72CHAMchesA",
"stopSequence": 10
},
{
"arrival": {
"delay": -70,
"time": "1771055030"
},
"departure": {
"delay": -70,
"time": "1771055030"
},
"stopId": "72CHAMgar1A",
"stopSequence": 11
},
{
"arrival": {
"delay": -70,
"time": "1771055630"
},
"departure": {
"delay": -70,
"time": "1771055630"
},
"stopId": "72EVEQbeneA",
"stopSequence": 12
},
{
"scheduleRelationship": "NO_DATA",
"stopId": "72MANSsecuU1",
"stopSequence": 13
},
{
"arrival": {
"delay": -70,
"time": "1771055810"
},
"departure": {
"delay": -70,
"time": "1771055810"
},
"stopId": "72MANSexupU2",
"stopSequence": 14
},
{
"arrival": {
"delay": -70,
"time": "1771055870"
},
"departure": {
"delay": -70,
"time": "1771055870"
},
"stopId": "72MANSflorU2",
"stopSequence": 15
},
{
"arrival": {
"delay": -70,
"time": "1771055990"
},
"departure": {
"delay": -70,
"time": "1771055990"
},
"stopId": "72MANScomtU",
"stopSequence": 16
},
{
"arrival": {
"delay": -70,
"time": "1771056110"
},
"departure": {
"delay": -70,
"time": "1771056110"
},
"stopId": "72MANSprefU",
"stopSequence": 17
},
{
"scheduleRelationship": "NO_DATA",
"stopId": "72MANSroutR",
"stopSequence": 18
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 0,
"routeId": "219",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "2630470506"
},
"tripProperties": {},
"vehicle": {
"id": "61e00adb201de78a737fe1b3",
"label": "39059",
"licensePlate": "GD-927-TD"
}
}
},
{
"id": "RT|2637852305|39-2622357506",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 308,
"time": "1771052828"
},
"departure": {
"delay": 388,
"time": "1771052908"
},
"stopId": "72ROUEstadU",
"stopSequence": 1
},
{
"arrival": {
"delay": 237,
"time": "1771053297"
},
"departure": {
"delay": 237,
"time": "1771053297"
},
"stopId": "72TENNmairA",
"stopSequence": 2
},
{
"arrival": {
"delay": 124,
"time": "1771053364"
},
"departure": {
"delay": 129,
"time": "1771053369"
},
"stopId": "72TENNfresA",
"stopSequence": 3
},
{
"arrival": {
"delay": 63,
"time": "1771053543"
},
"departure": {
"delay": 73,
"time": "1771053553"
},
"stopId": "72CONLegliA",
"stopSequence": 4
},
{
"arrival": {
"delay": 45,
"time": "1771053585"
},
"departure": {
"delay": 53,
"time": "1771053593"
},
"stopId": "72CONLgareA",
"stopSequence": 5
},
{
"arrival": {
"delay": -37,
"time": "1771053623"
},
"departure": {
"delay": -14,
"time": "1771053646"
},
"stopId": "72CONLgar1U2",
"stopSequence": 6
},
{
"arrival": {
"delay": -110,
"time": "1771053850"
},
"departure": {
"delay": -12,
"time": "1771053948"
},
"stopId": "72DOMFcantA",
"stopSequence": 7
},
{
"arrival": {
"delay": -85,
"time": "1771054115"
},
"departure": {
"delay": -78,
"time": "1771054122"
},
"stopId": "72LAVAbriqA",
"stopSequence": 8
},
{
"arrival": {
"delay": -104,
"time": "1771054276"
},
"departure": {
"delay": 3,
"time": "1771054383"
},
"stopId": "72LAVAtuceA",
"stopSequence": 9
},
{
"arrival": {
"delay": 0,
"time": "1771054500"
},
"departure": {
"delay": 0,
"time": "1771054500"
},
"stopId": "72CUREruesA",
"stopSequence": 10
},
{
"scheduleRelationship": "NO_DATA",
"stopId": "72QUINegliA",
"stopSequence": 11
},
{
"arrival": {
"delay": 0,
"time": "1771055160"
},
"departure": {
"delay": 0,
"time": "1771055160"
},
"stopId": "72DEGRegliA",
"stopSequence": 12
},
{
"arrival": {
"delay": 0,
"time": "1771055520"
},
"departure": {
"delay": 0,
"time": "1771055520"
},
"stopId": "72TRANmairR1",
"stopSequence": 13
},
{
"arrival": {
"delay": 0,
"time": "1771055580"
},
"departure": {
"delay": 0,
"time": "1771055580"
},
"stopId": "72TRANbruyA",
"stopSequence": 14
},
{
"arrival": {
"delay": 0,
"time": "1771056000"
},
"departure": {
"delay": 0,
"time": "1771056000"
},
"stopId": "72MANSunivU",
"stopSequence": 15
},
{
"arrival": {
"delay": 0,
"time": "1771056300"
},
"departure": {
"delay": 0,
"time": "1771056300"
},
"stopId": "72MANSdegrA",
"stopSequence": 16
},
{
"arrival": {
"delay": 0,
"time": "1771056480"
},
"departure": {
"delay": 0,
"time": "1771056480"
},
"stopId": "72MANScochA",
"stopSequence": 17
},
{
"arrival": {
"delay": 0,
"time": "1771056840"
},
"departure": {
"delay": 0,
"time": "1771056840"
},
"stopId": "72MANSmendU",
"stopSequence": 18
},
{
"arrival": {
"delay": 0,
"time": "1771057080"
},
"departure": {
"delay": 0,
"time": "1771057080"
},
"stopId": "72MANSprefU",
"stopSequence": 19
},
{
"scheduleRelationship": "NO_DATA",
"stopId": "72MANSroutR",
"stopSequence": 20
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 0,
"routeId": "209",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "2637852305"
},
"tripProperties": {},
"vehicle": {
"id": "61e00ae8ec939f45d2ec802a",
"label": "39060",
"licensePlate": "GD-060-FR"
}
}
},
{
"id": "RT|2634430501|39-3222077711",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -903,
"time": "1771054377"
},
"stopId": "72MANSsncfU",
"stopSequence": 1
},
{
"arrival": {
"delay": 0,
"time": "1771055760"
},
"departure": {
"delay": 0,
"time": "1771055760"
},
"stopId": "72MANSlefaA",
"stopSequence": 2
},
{
"arrival": {
"delay": 0,
"time": "1771056540"
},
"departure": {
"delay": 0,
"time": "1771056540"
},
"stopId": "72GUECguecA",
"stopSequence": 3
},
{
"arrival": {
"delay": 0,
"time": "1771056960"
},
"departure": {
"delay": 0,
"time": "1771056960"
},
"stopId": "72CERAcroiA",
"stopSequence": 4
},
{
"arrival": {
"delay": 0,
"time": "1771057200"
},
"departure": {
"delay": 0,
"time": "1771057200"
},
"stopId": "72MARTvertA",
"stopSequence": 5
},
{
"arrival": {
"delay": 0,
"time": "1771057680"
},
"departure": {
"delay": 0,
"time": "1771057680"
},
"stopId": "72CLERmairA",
"stopSequence": 6
},
{
"arrival": {
"delay": 0,
"time": "1771058040"
},
"departure": {
"delay": 0,
"time": "1771058040"
},
"stopId": "72FLECroutU",
"stopSequence": 7
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 0,
"routeId": "26",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "2634430501"
},
"tripProperties": {},
"vehicle": {
"id": "6926ca1777836c9517686c4a",
"label": "40992",
"licensePlate": "HF-574-XZ"
}
}
},
{
"id": "RT|2629524004|39-2837708811",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -324,
"time": "1771053276"
},
"departure": {
"delay": 101,
"time": "1771053701"
},
"stopId": "72RUILguelA",
"stopSequence": 1
},
{
"arrival": {
"delay": 17,
"time": "1771053917"
},
"departure": {
"delay": 121,
"time": "1771054021"
},
"stopId": "72CHARronsU",
"stopSequence": 2
},
{
"arrival": {
"delay": 135,
"time": "1771054155"
},
"departure": {
"delay": 147,
"time": "1771054167"
},
"stopId": "72CHARsecoA",
"stopSequence": 3
},
{
"arrival": {
"delay": 68,
"time": "1771054268"
},
"departure": {
"delay": 112,
"time": "1771054312"
},
"stopId": "72LHOMpierA",
"stopSequence": 4
},
{
"arrival": {
"delay": 110,
"time": "1771054610"
},
"departure": {
"delay": 110,
"time": "1771054610"
},
"stopId": "72COURbrivA",
"stopSequence": 5
},
{
"arrival": {
"delay": 110,
"time": "1771054790"
},
"departure": {
"delay": 110,
"time": "1771054790"
},
"stopId": "72PIERmonuA",
"stopSequence": 6
},
{
"arrival": {
"delay": 110,
"time": "1771054970"
},
"departure": {
"delay": 110,
"time": "1771054970"
},
"stopId": "72VINCaubeA",
"stopSequence": 7
},
{
"arrival": {
"delay": 110,
"time": "1771055090"
},
"departure": {
"delay": 110,
"time": "1771055090"
},
"stopId": "72VINCmortA",
"stopSequence": 8
},
{
"arrival": {
"delay": 110,
"time": "1771055450"
},
"departure": {
"delay": 110,
"time": "1771055450"
},
"stopId": "72GRANchevU",
"stopSequence": 9
},
{
"arrival": {
"delay": 110,
"time": "1771056110"
},
"departure": {
"delay": 110,
"time": "1771056110"
},
"stopId": "72PARItroiA",
"stopSequence": 10
},
{
"arrival": {
"delay": 110,
"time": "1771056230"
},
"departure": {
"delay": 110,
"time": "1771056230"
},
"stopId": "72PARIabelA",
"stopSequence": 11
},
{
"arrival": {
"delay": 110,
"time": "1771056530"
},
"departure": {
"delay": 110,
"time": "1771056530"
},
"stopId": "72PARIbousA",
"stopSequence": 12
},
{
"arrival": {
"delay": 110,
"time": "1771056770"
},
"departure": {
"delay": 110,
"time": "1771056770"
},
"stopId": "72CHANmartA",
"stopSequence": 13
},
{
"scheduleRelationship": "NO_DATA",
"stopId": "72CHANgranA",
"stopSequence": 14
},
{
"arrival": {
"delay": 110,
"time": "1771057010"
},
"departure": {
"delay": 110,
"time": "1771057010"
},
"stopId": "72CHANpeupA",
"stopSequence": 15
},
{
"arrival": {
"delay": 110,
"time": "1771057430"
},
"departure": {
"delay": 110,
"time": "1771057430"
},
"stopId": "72MANScaliA",
"stopSequence": 16
},
{
"scheduleRelationship": "NO_DATA",
"stopId": "72MANSheleU",
"stopSequence": 17
},
{
"arrival": {
"delay": 110,
"time": "1771057730"
},
"departure": {
"delay": 110,
"time": "1771057730"
},
"stopId": "72MANSfunaU2",
"stopSequence": 18
},
{
"scheduleRelationship": "NO_DATA",
"stopId": "72MANSsecuU1",
"stopSequence": 19
},
{
"arrival": {
"delay": 110,
"time": "1771058150"
},
"departure": {
"delay": 110,
"time": "1771058150"
},
"stopId": "72MANSflorU2",
"stopSequence": 20
},
{
"arrival": {
"delay": 110,
"time": "1771058330"
},
"departure": {
"delay": 110,
"time": "1771058330"
},
"stopId": "72MANScomtU",
"stopSequence": 21
},
{
"arrival": {
"delay": 110,
"time": "1771058450"
},
"departure": {
"delay": 110,
"time": "1771058450"
},
"stopId": "72MANSprefU",
"stopSequence": 22
},
{
"scheduleRelationship": "NO_DATA",
"stopId": "72MANSroutR",
"stopSequence": 23
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 0,
"routeId": "216_E",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "2629524004"
},
"tripProperties": {},
"vehicle": {
"id": "627e5dd5176a2897a44dde8d",
"label": "39486",
"licensePlate": "GG-379-BX"
}
}
},
{
"id": "RT|2634430802|39-3221356705",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -219,
"time": "1771053381"
},
"departure": {
"delay": 3,
"time": "1771053603"
},
"stopId": "49LEVEsncfU",
"stopSequence": 1
},
{
"arrival": {
"delay": 84,
"time": "1771054224"
},
"departure": {
"delay": 93,
"time": "1771054233"
},
"stopId": "49VIVYmairR",
"stopSequence": 2
},
{
"arrival": {
"delay": 50,
"time": "1771054610"
},
"departure": {
"delay": 50,
"time": "1771054610"
},
"stopId": "49LONGchemR",
"stopSequence": 3
},
{
"arrival": {
"delay": -40,
"time": "1771054850"
},
"departure": {
"delay": -40,
"time": "1771054850"
},
"stopId": "49JUMEjumeR",
"stopSequence": 4
},
{
"arrival": {
"delay": 39,
"time": "1771055150"
},
"departure": {
"delay": 39,
"time": "1771055150"
},
"stopId": "49CUONegliR",
"stopSequence": 5
},
{
"arrival": {
"delay": 170,
"time": "1771055570"
},
"departure": {
"delay": 170,
"time": "1771055570"
},
"stopId": "49BOCEtravR",
"stopSequence": 6
},
{
"arrival": {
"delay": 290,
"time": "1771055870"
},
"departure": {
"delay": 290,
"time": "1771055870"
},
"stopId": "44BAUGnordR",
"stopSequence": 7
},
{
"arrival": {
"delay": 148,
"time": "1771056530"
},
"departure": {
"delay": 148,
"time": "1771056530"
},
"stopId": "49CLEFclefR",
"stopSequence": 8
},
{
"arrival": {
"delay": 50,
"time": "1771057250"
},
"departure": {
"delay": 50,
"time": "1771057250"
},
"stopId": "72FLECroutU",
"stopSequence": 9
},
{
"arrival": {
"delay": 50,
"time": "1771057550"
},
"departure": {
"delay": 50,
"time": "1771057550"
},
"stopId": "72CLERmairR",
"stopSequence": 10
},
{
"arrival": {
"delay": 50,
"time": "1771058090"
},
"departure": {
"delay": 50,
"time": "1771058090"
},
"stopId": "72MARTvertR",
"stopSequence": 11
},
{
"arrival": {
"delay": 50,
"time": "1771058330"
},
"departure": {
"delay": 50,
"time": "1771058330"
},
"stopId": "72CERAcroiR",
"stopSequence": 12
},
{
"arrival": {
"delay": 50,
"time": "1771058690"
},
"departure": {
"delay": 50,
"time": "1771058690"
},
"stopId": "72GUECguecR",
"stopSequence": 13
},
{
"arrival": {
"delay": 50,
"time": "1771059590"
},
"departure": {
"delay": 50,
"time": "1771059590"
},
"stopId": "72MANSlefaR",
"stopSequence": 14
},
{
"arrival": {
"delay": 50,
"time": "1771060070"
},
"departure": {
"delay": 50,
"time": "1771060070"
},
"stopId": "72MANSsncfU",
"stopSequence": 15
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 1,
"routeId": "26",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "2634430802"
},
"tripProperties": {},
"vehicle": {
"id": "6926c8d029af7b8a762be08e",
"label": "40993",
"licensePlate": "HF-596-XZ"
}
}
},
{
"id": "RT|2628381326|2628381326",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 1,
"time": "1771054201"
},
"departure": {
"delay": 69,
"time": "1771054269"
},
"stopId": "44BASSchapA",
"stopSequence": 1
},
{
"arrival": {
"delay": -28,
"time": "1771054352"
},
"stopId": "44BASSmairA",
"stopSequence": 2
},
{
"arrival": {
"delay": 0,
"time": "1771054500"
},
"departure": {
"delay": 0,
"time": "1771054500"
},
"stopId": "44BASSsensA",
"stopSequence": 3
},
{
"arrival": {
"delay": 0,
"time": "1771054680"
},
"departure": {
"delay": 0,
"time": "1771054680"
},
"stopId": "44LORObretA",
"stopSequence": 4
},
{
"arrival": {
"delay": 0,
"time": "1771054860"
},
"departure": {
"delay": 0,
"time": "1771054860"
},
"stopId": "44LOROegliA",
"stopSequence": 5
},
{
"arrival": {
"delay": 0,
"time": "1771054980"
},
"departure": {
"delay": 0,
"time": "1771054980"
},
"stopId": "44LOROgendA",
"stopSequence": 6
},
{
"arrival": {
"delay": 0,
"time": "1771055100"
},
"departure": {
"delay": 0,
"time": "1771055100"
},
"stopId": "44LOROcourA",
"stopSequence": 7
},
{
"arrival": {
"delay": 0,
"time": "1771055220"
},
"departure": {
"delay": 0,
"time": "1771055220"
},
"stopId": "44CONCegauA",
"stopSequence": 8
},
{
"arrival": {
"delay": 0,
"time": "1771055340"
},
"departure": {
"delay": 0,
"time": "1771055340"
},
"stopId": "44CONCglseA",
"stopSequence": 9
},
{
"arrival": {
"delay": 0,
"time": "1771055580"
},
"departure": {
"delay": 0,
"time": "1771055580"
},
"stopId": "44CONCchauA",
"stopSequence": 10
},
{
"arrival": {
"delay": 0,
"time": "1771055700"
},
"departure": {
"delay": 0,
"time": "1771055700"
},
"stopId": "44CONCplacA",
"stopSequence": 11
},
{
"arrival": {
"delay": 0,
"time": "1771056060"
},
"departure": {
"delay": 0,
"time": "1771056060"
},
"stopId": "44GOULherdA",
"stopSequence": 12
},
{
"arrival": {
"delay": 0,
"time": "1771056240"
},
"departure": {
"delay": 0,
"time": "1771056240"
},
"stopId": "44GOULchalA",
"stopSequence": 13
},
{
"arrival": {
"delay": 0,
"time": "1771056300"
},
"departure": {
"delay": 0,
"time": "1771056300"
},
"stopId": "44SEBAsncfA",
"stopSequence": 14
},
{
"arrival": {
"delay": 0,
"time": "1771056540"
},
"departure": {
"delay": 0,
"time": "1771056540"
},
"stopId": "44VERTmalaA",
"stopSequence": 15
},
{
"arrival": {
"delay": 0,
"time": "1771056840"
},
"departure": {
"delay": 0,
"time": "1771056840"
},
"stopId": "44SEBAjoliA2",
"stopSequence": 16
},
{
"arrival": {
"delay": 0,
"time": "1771056960"
},
"departure": {
"delay": 0,
"time": "1771056960"
},
"stopId": "44NANTburdU1",
"stopSequence": 17
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 0,
"routeId": "333",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "2628381326"
},
"tripProperties": {},
"vehicle": {
"id": "695375f03e2f87aac3101aca",
"label": "459",
"licensePlate": "CR-459-XY"
}
}
},
{
"id": "RT|2629292727|2629292727",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -65,
"time": "1771054135"
},
"departure": {
"delay": -3,
"time": "1771054197"
},
"stopId": "44PHILegliA",
"stopSequence": 1
},
{
"arrival": {
"delay": 26,
"time": "1771054286"
},
"departure": {
"delay": 41,
"time": "1771054301"
},
"stopId": "44PHILboulA",
"stopSequence": 2
},
{
"arrival": {
"delay": -30,
"time": "1771054350"
},
"stopId": "44PHILchauA",
"stopSequence": 3
},
{
"arrival": {
"delay": -10,
"time": "1771054430"
},
"departure": {
"delay": -10,
"time": "1771054430"
},
"stopId": "44PHILguinA",
"stopSequence": 4
},
{
"arrival": {
"delay": -10,
"time": "1771054490"
},
"departure": {
"delay": -10,
"time": "1771054490"
},
"stopId": "44PHILbrisA",
"stopSequence": 5
},
{
"arrival": {
"delay": -10,
"time": "1771054550"
},
"departure": {
"delay": -10,
"time": "1771054550"
},
"stopId": "44PHILvannA",
"stopSequence": 6
},
{
"arrival": {
"delay": -10,
"time": "1771054610"
},
"departure": {
"delay": -10,
"time": "1771054610"
},
"stopId": "44CHEVboulA",
"stopSequence": 7
},
{
"arrival": {
"delay": -10,
"time": "1771054730"
},
"departure": {
"delay": -10,
"time": "1771054730"
},
"stopId": "44CHEVperrA",
"stopSequence": 8
},
{
"arrival": {
"delay": -10,
"time": "1771054790"
},
"departure": {
"delay": -10,
"time": "1771054790"
},
"stopId": "44CHEVsacrA",
"stopSequence": 9
},
{
"arrival": {
"delay": -10,
"time": "1771054850"
},
"departure": {
"delay": -10,
"time": "1771054850"
},
"stopId": "44CHEVegliA",
"stopSequence": 10
},
{
"arrival": {
"delay": -10,
"time": "1771054910"
},
"departure": {
"delay": -10,
"time": "1771054910"
},
"stopId": "44CHEVchauA",
"stopSequence": 11
},
{
"arrival": {
"delay": -10,
"time": "1771054970"
},
"departure": {
"delay": -10,
"time": "1771054970"
},
"stopId": "44CHEVinduA",
"stopSequence": 12
},
{
"arrival": {
"delay": -10,
"time": "1771055090"
},
"departure": {
"delay": -10,
"time": "1771055090"
},
"stopId": "44CHEVcoutA",
"stopSequence": 13
},
{
"arrival": {
"delay": -10,
"time": "1771055150"
},
"departure": {
"delay": -10,
"time": "1771055150"
},
"stopId": "44PONTchamA",
"stopSequence": 14
},
{
"arrival": {
"delay": -10,
"time": "1771055270"
},
"departure": {
"delay": -10,
"time": "1771055270"
},
"stopId": "44PONTblotA",
"stopSequence": 15
},
{
"arrival": {
"delay": -10,
"time": "1771055390"
},
"departure": {
"delay": -10,
"time": "1771055390"
},
"stopId": "44PONTegliA",
"stopSequence": 16
},
{
"arrival": {
"delay": -10,
"time": "1771055450"
},
"departure": {
"delay": -10,
"time": "1771055450"
},
"stopId": "44PONTstdeA",
"stopSequence": 17
},
{
"arrival": {
"delay": -10,
"time": "1771055510"
},
"departure": {
"delay": -10,
"time": "1771055510"
},
"stopId": "44PONTmoulA",
"stopSequence": 18
},
{
"arrival": {
"delay": -10,
"time": "1771055570"
},
"departure": {
"delay": -10,
"time": "1771055570"
},
"stopId": "44PONTairbA",
"stopSequence": 19
},
{
"arrival": {
"delay": -10,
"time": "1771055570"
},
"departure": {
"delay": -10,
"time": "1771055570"
},
"stopId": "44PONTrairA",
"stopSequence": 20
},
{
"arrival": {
"delay": -10,
"time": "1771055630"
},
"departure": {
"delay": -10,
"time": "1771055630"
},
"stopId": "44PONTplanA",
"stopSequence": 21
},
{
"arrival": {
"delay": -10,
"time": "1771055690"
},
"departure": {
"delay": -10,
"time": "1771055690"
},
"stopId": "44PONTgautA",
"stopSequence": 22
},
{
"arrival": {
"delay": -10,
"time": "1771055750"
},
"departure": {
"delay": -10,
"time": "1771055750"
},
"stopId": "44PONTtourA2",
"stopSequence": 23
},
{
"arrival": {
"delay": -10,
"time": "1771055870"
},
"departure": {
"delay": -10,
"time": "1771055870"
},
"stopId": "44REZEgeneA",
"stopSequence": 24
},
{
"arrival": {
"delay": -10,
"time": "1771055990"
},
"departure": {
"delay": -10,
"time": "1771055990"
},
"stopId": "44REZEsandA",
"stopSequence": 25
},
{
"arrival": {
"delay": -10,
"time": "1771056110"
},
"departure": {
"delay": -10,
"time": "1771056110"
},
"stopId": "44REZEcarrA",
"stopSequence": 26
},
{
"arrival": {
"delay": -10,
"time": "1771056230"
},
"departure": {
"delay": -10,
"time": "1771056230"
},
"stopId": "44REZEflorA",
"stopSequence": 27
},
{
"arrival": {
"delay": -10,
"time": "1771056290"
},
"departure": {
"delay": -10,
"time": "1771056290"
},
"stopId": "44REZEmoulA",
"stopSequence": 28
},
{
"arrival": {
"delay": -10,
"time": "1771056350"
},
"departure": {
"delay": -10,
"time": "1771056350"
},
"stopId": "44REZEpiniA1",
"stopSequence": 29
},
{
"arrival": {
"delay": -10,
"time": "1771056470"
},
"departure": {
"delay": -10,
"time": "1771056470"
},
"stopId": "44REZEsaleA",
"stopSequence": 30
},
{
"arrival": {
"delay": -10,
"time": "1771056590"
},
"departure": {
"delay": -10,
"time": "1771056590"
},
"stopId": "44REZEtablA",
"stopSequence": 31
},
{
"arrival": {
"delay": -10,
"time": "1771056650"
},
"departure": {
"delay": -10,
"time": "1771056650"
},
"stopId": "44REZErousA",
"stopSequence": 32
},
{
"arrival": {
"delay": -10,
"time": "1771056830"
},
"departure": {
"delay": -10,
"time": "1771056830"
},
"stopId": "44NANTpirmA1",
"stopSequence": 33
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 0,
"routeId": "312",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "2629292727"
},
"tripProperties": {},
"vehicle": {
"id": "695373d145954bdeeda4bf07",
"label": "111",
"licensePlate": "DV-111-YH"
}
}
},
{
"id": "RT|2595673708|18-6804668427",
"tripUpdate": {
"stopTimeUpdate": [
{
"scheduleRelationship": "NO_DATA",
"stopId": "49BELLardiA",
"stopSequence": 1
},
{
"scheduleRelationship": "NO_DATA",
"stopId": "49VAUD7701A",
"stopSequence": 2
},
{
"scheduleRelationship": "NO_DATA",
"stopId": "49NOTRcentA",
"stopSequence": 3
},
{
"scheduleRelationship": "NO_DATA",
"stopId": "49VAUDmessA",
"stopSequence": 4
},
{
"arrival": {
"delay": -29,
"time": "1771053991"
},
"departure": {
"delay": 146,
"time": "1771054166"
},
"stopId": "49DOUEfoirA",
"stopSequence": 5
},
{
"arrival": {
"delay": -310,
"time": "1771054490"
},
"departure": {
"delay": -310,
"time": "1771054490"
},
"stopId": "49DOUEzoolA",
"stopSequence": 6
},
{
"arrival": {
"delay": -310,
"time": "1771055150"
},
"departure": {
"delay": -310,
"time": "1771055150"
},
"stopId": "49LOURcentA",
"stopSequence": 7
},
{
"scheduleRelationship": "NO_DATA",
"stopId": "49AMBIcentA",
"stopSequence": 8
},
{
"arrival": {
"delay": -310,
"time": "1771055570"
},
"departure": {
"delay": -310,
"time": "1771055570"
},
"stopId": "49PLAIcentA",
"stopSequence": 9
},
{
"arrival": {
"delay": -310,
"time": "1771055870"
},
"departure": {
"delay": -310,
"time": "1771055870"
},
"stopId": "49SAULcentA",
"stopSequence": 10
},
{
"arrival": {
"delay": -310,
"time": "1771056110"
},
"departure": {
"delay": -310,
"time": "1771056110"
},
"stopId": "49LLEUcentA",
"stopSequence": 11
},
{
"scheduleRelationship": "NO_DATA",
"stopId": "49QUINclerA",
"stopSequence": 12
},
{
"arrival": {
"delay": -310,
"time": "1771056650"
},
"departure": {
"delay": -310,
"time": "1771056650"
},
"stopId": "49QUINaubaA",
"stopSequence": 13
},
{
"arrival": {
"delay": -310,
"time": "1771056830"
},
"departure": {
"delay": -310,
"time": "1771056830"
},
"stopId": "49QUINgeneU",
"stopSequence": 14
},
{
"arrival": {
"delay": -310,
"time": "1771057250"
},
"departure": {
"delay": -310,
"time": "1771057250"
},
"stopId": "49JUIGlansA",
"stopSequence": 15
},
{
"arrival": {
"delay": -310,
"time": "1771057430"
},
"departure": {
"delay": -310,
"time": "1771057430"
},
"stopId": "49MELAmultA",
"stopSequence": 16
},
{
"arrival": {
"delay": -310,
"time": "1771057790"
},
"departure": {
"delay": -310,
"time": "1771057790"
},
"stopId": "49ANGEallaA",
"stopSequence": 17
},
{
"arrival": {
"delay": -310,
"time": "1771057970"
},
"departure": {
"delay": -310,
"time": "1771057970"
},
"stopId": "49ANGEesa1A",
"stopSequence": 18
},
{
"scheduleRelationship": "NO_DATA",
"stopId": "49ANGEleroA2",
"stopSequence": 19
},
{
"arrival": {
"delay": -310,
"time": "1771058150"
},
"departure": {
"delay": -310,
"time": "1771058150"
},
"stopId": "49ANGEbertA",
"stopSequence": 20
},
{
"arrival": {
"delay": -310,
"time": "1771058390"
},
"departure": {
"delay": -310,
"time": "1771058390"
},
"stopId": "49ANGEroutUJ",
"stopSequence": 21
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 0,
"routeId": "405",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "2595673708"
},
"tripProperties": {},
"vehicle": {
"id": "6320b1db09dda81a65382653",
"label": "37534",
"licensePlate": "FR-676-GJ"
}
}
},
{
"id": "RT|2596370102|18-6804144136",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -142,
"time": "1771050458"
},
"departure": {
"delay": 31,
"time": "1771050631"
},
"stopId": "49ANGEroutUJ",
"stopSequence": 1
},
{
"arrival": {
"delay": -42,
"time": "1771050858"
},
"departure": {
"delay": 82,
"time": "1771050982"
},
"stopId": "49ANGEleroR",
"stopSequence": 2
},
{
"arrival": {
"delay": -25,
"time": "1771051055"
},
"departure": {
"delay": -7,
"time": "1771051073"
},
"stopId": "49ANGEesa1R",
"stopSequence": 3
},
{
"arrival": {
"delay": -59,
"time": "1771051201"
},
"departure": {
"delay": 12,
"time": "1771051272"
},
"stopId": "49ANGEallaR",
"stopSequence": 4
},
{
"arrival": {
"delay": -70,
"time": "1771051730"
},
"departure": {
"delay": 5,
"time": "1771051805"
},
"stopId": "49MELAmultR",
"stopSequence": 5
},
{
"arrival": {
"delay": -6,
"time": "1771051914"
},
"departure": {
"delay": 11,
"time": "1771051931"
},
"stopId": "49JUIGlansR",
"stopSequence": 6
},
{
"arrival": {
"delay": -50,
"time": "1771052290"
},
"departure": {
"delay": 5,
"time": "1771052345"
},
"stopId": "49QUINgeneU",
"stopSequence": 7
},
{
"arrival": {
"delay": -49,
"time": "1771052531"
},
"departure": {
"delay": -3,
"time": "1771052577"
},
"stopId": "49QUINaubaR",
"stopSequence": 8
},
{
"arrival": {
"delay": -29,
"time": "1771052671"
},
"departure": {
"delay": 11,
"time": "1771052711"
},
"stopId": "49QUINclerR",
"stopSequence": 9
},
{
"arrival": {
"delay": -53,
"time": "1771053007"
},
"departure": {
"delay": -17,
"time": "1771053043"
},
"stopId": "49LLEUcentR",
"stopSequence": 10
},
{
"arrival": {
"delay": -354,
"time": "1771053906"
},
"departure": {
"delay": -320,
"time": "1771053940"
},
"stopId": "49DOUEzoolR",
"stopSequence": 11
},
{
"arrival": {
"delay": -330,
"time": "1771054230"
},
"departure": {
"delay": -330,
"time": "1771054230"
},
"stopId": "49DOUEfoirR",
"stopSequence": 12
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 1,
"routeId": "405",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "2596370102"
},
"tripProperties": {},
"vehicle": {
"id": "efa69aac0552a358",
"label": "Angers → Doué-en-Anjou"
}
}
},
{
"id": "RT|2596622309|18-6839599166",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -2,
"time": "1771051798"
},
"departure": {
"delay": 76,
"time": "1771051876"
},
"stopId": "49CHOLvillU",
"stopSequence": 1
},
{
"arrival": {
"delay": 156,
"time": "1771052556"
},
"departure": {
"delay": 220,
"time": "1771052620"
},
"stopId": "49CHOLroutA",
"stopSequence": 2
},
{
"arrival": {
"delay": 155,
"time": "1771052795"
},
"departure": {
"delay": 162,
"time": "1771052802"
},
"stopId": "49CHOLbethA",
"stopSequence": 3
},
{
"arrival": {
"delay": 159,
"time": "1771052979"
},
"departure": {
"delay": 170,
"time": "1771052990"
},
"stopId": "49CHOLlouiA",
"stopSequence": 4
},
{
"arrival": {
"delay": -107,
"time": "1771053553"
},
"departure": {
"delay": 124,
"time": "1771053784"
},
"stopId": "49GARDnatiA",
"stopSequence": 5
},
{
"arrival": {
"delay": 110,
"time": "1771054190"
},
"departure": {
"delay": 204,
"time": "1771054284"
},
"stopId": "49MLAYfoirA",
"stopSequence": 6
},
{
"arrival": {
"delay": 70,
"time": "1771054510"
},
"departure": {
"delay": 70,
"time": "1771054510"
},
"stopId": "49CHEMpierA",
"stopSequence": 7
},
{
"arrival": {
"delay": 70,
"time": "1771054810"
},
"departure": {
"delay": 70,
"time": "1771054810"
},
"stopId": "49CHEMtroiU",
"stopSequence": 8
},
{
"arrival": {
"delay": 70,
"time": "1771055290"
},
"departure": {
"delay": 70,
"time": "1771055290"
},
"stopId": "49CHANespeA",
"stopSequence": 9
},
{
"arrival": {
"delay": 70,
"time": "1771055410"
},
"departure": {
"delay": 70,
"time": "1771055410"
},
"stopId": "49CHANreneA",
"stopSequence": 10
},
{
"arrival": {
"delay": 70,
"time": "1771055530"
},
"departure": {
"delay": 70,
"time": "1771055530"
},
"stopId": "49LATTsauvA",
"stopSequence": 11
},
{
"arrival": {
"delay": 70,
"time": "1771055650"
},
"departure": {
"delay": 70,
"time": "1771055650"
},
"stopId": "49LATTlinkA",
"stopSequence": 12
},
{
"arrival": {
"delay": 70,
"time": "1771055950"
},
"departure": {
"delay": 70,
"time": "1771055950"
},
"stopId": "49LAYOpromA",
"stopSequence": 13
},
{
"arrival": {
"delay": 70,
"time": "1771056070"
},
"departure": {
"delay": 70,
"time": "1771056070"
},
"stopId": "49LAYOactiA",
"stopSequence": 14
},
{
"arrival": {
"delay": 70,
"time": "1771056430"
},
"departure": {
"delay": 70,
"time": "1771056430"
},
"stopId": "49LOUEpharU",
"stopSequence": 15
},
{
"arrival": {
"delay": 70,
"time": "1771056490"
},
"departure": {
"delay": 70,
"time": "1771056490"
},
"stopId": "49LOUEfresU",
"stopSequence": 16
},
{
"arrival": {
"delay": 70,
"time": "1771056610"
},
"departure": {
"delay": 70,
"time": "1771056610"
},
"stopId": "49LOUErondA",
"stopSequence": 17
},
{
"arrival": {
"delay": 70,
"time": "1771057270"
},
"departure": {
"delay": 70,
"time": "1771057270"
},
"stopId": "49ANGEallaA",
"stopSequence": 18
},
{
"arrival": {
"delay": 70,
"time": "1771057390"
},
"departure": {
"delay": 70,
"time": "1771057390"
},
"stopId": "49ANGEesa1A",
"stopSequence": 19
},
{
"scheduleRelationship": "NO_DATA",
"stopId": "49ANGEleroA2",
"stopSequence": 20
},
{
"arrival": {
"delay": 70,
"time": "1771057570"
},
"departure": {
"delay": 70,
"time": "1771057570"
},
"stopId": "49ANGEbertA",
"stopSequence": 21
},
{
"arrival": {
"delay": 70,
"time": "1771057870"
},
"departure": {
"delay": 70,
"time": "1771057870"
},
"stopId": "49ANGEroutUI",
"stopSequence": 22
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 0,
"routeId": "407",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "2596622309"
},
"tripProperties": {},
"vehicle": {
"id": "63f3303f116144963e9570c4",
"label": "36498",
"licensePlate": "FJ-912-RF"
}
}
},
{
"id": "RT|2526314207|18-6840057917",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -587,
"time": "1771050313"
},
"departure": {
"delay": 125,
"time": "1771051025"
},
"stopId": "49ANGEroutUI",
"stopSequence": 1
},
{
"arrival": {
"delay": -65,
"time": "1771051195"
},
"departure": {
"delay": -17,
"time": "1771051243"
},
"stopId": "49ANGEleroR",
"stopSequence": 2
},
{
"arrival": {
"delay": -122,
"time": "1771051318"
},
"departure": {
"delay": -95,
"time": "1771051345"
},
"stopId": "49ANGEesa1R",
"stopSequence": 3
},
{
"arrival": {
"delay": -48,
"time": "1771051512"
},
"departure": {
"delay": -35,
"time": "1771051525"
},
"stopId": "49ANGEallaR",
"stopSequence": 4
},
{
"arrival": {
"delay": -77,
"time": "1771052203"
},
"departure": {
"delay": -54,
"time": "1771052226"
},
"stopId": "49LOUErondR",
"stopSequence": 5
},
{
"arrival": {
"delay": -145,
"time": "1771052495"
},
"departure": {
"delay": -137,
"time": "1771052503"
},
"stopId": "49LAYOactiR",
"stopSequence": 6
},
{
"arrival": {
"delay": -144,
"time": "1771052556"
},
"departure": {
"delay": -29,
"time": "1771052671"
},
"stopId": "49LAYOpromR",
"stopSequence": 7
},
{
"arrival": {
"delay": -96,
"time": "1771052904"
},
"departure": {
"delay": -48,
"time": "1771052952"
},
"stopId": "49LATTlinkR",
"stopSequence": 8
},
{
"arrival": {
"delay": -56,
"time": "1771053064"
},
"departure": {
"delay": -56,
"time": "1771053064"
},
"stopId": "49LATTsauvR",
"stopSequence": 9
},
{
"arrival": {
"delay": 4,
"time": "1771053184"
},
"departure": {
"delay": 4,
"time": "1771053184"
},
"stopId": "49CHANreneR",
"stopSequence": 10
},
{
"arrival": {
"delay": -20,
"time": "1771053220"
},
"departure": {
"delay": -11,
"time": "1771053229"
},
"stopId": "49CHANespeR",
"stopSequence": 11
},
{
"arrival": {
"delay": -107,
"time": "1771053613"
},
"departure": {
"delay": -49,
"time": "1771053671"
},
"stopId": "49CHEMtroiU",
"stopSequence": 12
},
{
"arrival": {
"delay": -134,
"time": "1771053886"
},
"departure": {
"delay": 157,
"time": "1771054177"
},
"stopId": "49CHEMpierR",
"stopSequence": 13
},
{
"arrival": {
"delay": -48,
"time": "1771054332"
},
"stopId": "49MLAYfoirR",
"stopSequence": 14
},
{
"arrival": {
"delay": 0,
"time": "1771054980"
},
"departure": {
"delay": 0,
"time": "1771054980"
},
"stopId": "49GARDnatiR",
"stopSequence": 15
},
{
"arrival": {
"delay": 0,
"time": "1771055820"
},
"departure": {
"delay": 0,
"time": "1771055820"
},
"stopId": "49CHOLlouiR",
"stopSequence": 16
},
{
"arrival": {
"delay": 0,
"time": "1771056000"
},
"departure": {
"delay": 0,
"time": "1771056000"
},
"stopId": "49CHOLbethR",
"stopSequence": 17
},
{
"arrival": {
"delay": 0,
"time": "1771056240"
},
"departure": {
"delay": 0,
"time": "1771056240"
},
"stopId": "49CHOLroutA",
"stopSequence": 18
},
{
"arrival": {
"delay": 0,
"time": "1771056420"
},
"departure": {
"delay": 0,
"time": "1771056420"
},
"stopId": "49CHOLvillU",
"stopSequence": 19
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 1,
"routeId": "407",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "2526314207"
},
"tripProperties": {},
"vehicle": {
"id": "68ff25bd22f73fc5606fa366",
"label": "25657",
"licensePlate": "EN-125-XZ"
}
}
},
{
"id": "RT|2636705314|2636705314",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -65,
"time": "1771051735"
},
"departure": {
"delay": 58,
"time": "1771051858"
},
"stopId": "49BEAUrepuA",
"stopSequence": 1
},
{
"arrival": {
"delay": 70,
"time": "1771052110"
},
"departure": {
"delay": 143,
"time": "1771052183"
},
"stopId": "49BEAUtellA",
"stopSequence": 2
},
{
"arrival": {
"delay": 156,
"time": "1771052316"
},
"departure": {
"delay": 168,
"time": "1771052328"
},
"stopId": "49BEAUmrilA",
"stopSequence": 3
},
{
"arrival": {
"delay": 94,
"time": "1771052494"
},
"departure": {
"delay": 157,
"time": "1771052557"
},
"stopId": "49MAZEfayeA",
"stopSequence": 4
},
{
"arrival": {
"delay": 195,
"time": "1771052835"
},
"departure": {
"delay": 364,
"time": "1771053004"
},
"stopId": "49MAZEnoueA",
"stopSequence": 5
},
{
"arrival": {
"delay": 390,
"time": "1771053690"
},
"departure": {
"delay": 390,
"time": "1771053690"
},
"stopId": "49AUTHnarcA",
"stopSequence": 6
},
{
"arrival": {
"delay": 390,
"time": "1771053810"
},
"departure": {
"delay": 403,
"time": "1771053823"
},
"stopId": "49TRELchevA",
"stopSequence": 7
},
{
"arrival": {
"delay": 361,
"time": "1771053901"
},
"departure": {
"delay": 376,
"time": "1771053916"
},
"stopId": "49TRELmairA",
"stopSequence": 8
},
{
"arrival": {
"delay": 143,
"time": "1771054043"
},
"departure": {
"delay": 155,
"time": "1771054055"
},
"stopId": "49TRELdautA",
"stopSequence": 9
},
{
"arrival": {
"delay": 198,
"time": "1771054218"
},
"departure": {
"delay": 214,
"time": "1771054234"
},
"stopId": "49TRELfresA",
"stopSequence": 10
},
{
"arrival": {
"delay": 270,
"time": "1771054590"
},
"departure": {
"delay": 270,
"time": "1771054590"
},
"stopId": "49ANGEjustA",
"stopSequence": 11
},
{
"arrival": {
"delay": 270,
"time": "1771054830"
},
"departure": {
"delay": 270,
"time": "1771054830"
},
"stopId": "49ANGEsaumA",
"stopSequence": 12
},
{
"arrival": {
"delay": 270,
"time": "1771055130"
},
"departure": {
"delay": 270,
"time": "1771055130"
},
"stopId": "49ANGEleroA",
"stopSequence": 13
},
{
"arrival": {
"delay": 270,
"time": "1771055250"
},
"departure": {
"delay": 270,
"time": "1771055250"
},
"stopId": "49ANGEbertA",
"stopSequence": 14
},
{
"arrival": {
"delay": 270,
"time": "1771055550"
},
"departure": {
"delay": 270,
"time": "1771055550"
},
"stopId": "49ANGEroutUE",
"stopSequence": 15
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 0,
"routeId": "403",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "2636705314"
},
"tripProperties": {},
"vehicle": {
"id": "63e64b99dbe722e3b6cf59c7",
"label": "131",
"licensePlate": "DN 331 ZM"
}
}
},
{
"id": "RT|2636831002|2636831002",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -479,
"time": "1771052221"
},
"departure": {
"delay": 3,
"time": "1771052703"
},
"stopId": "49ANGEhoteU1",
"stopSequence": 1
},
{
"arrival": {
"delay": -1,
"time": "1771052819"
},
"departure": {
"delay": 11,
"time": "1771052831"
},
"stopId": "49ANGEsecuR",
"stopSequence": 2
},
{
"arrival": {
"delay": -35,
"time": "1771052905"
},
"departure": {
"delay": -23,
"time": "1771052917"
},
"stopId": "49ANGEgardR",
"stopSequence": 3
},
{
"arrival": {
"delay": -115,
"time": "1771053485"
},
"departure": {
"delay": -115,
"time": "1771053485"
},
"stopId": "49AUTHperrR",
"stopSequence": 4
},
{
"arrival": {
"delay": -143,
"time": "1771053697"
},
"departure": {
"delay": -123,
"time": "1771053717"
},
"stopId": "49AUTHplacR",
"stopSequence": 5
},
{
"arrival": {
"delay": -114,
"time": "1771053786"
},
"departure": {
"delay": -107,
"time": "1771053793"
},
"stopId": "49AUTHazemR",
"stopSequence": 6
},
{
"arrival": {
"delay": -130,
"time": "1771053830"
},
"departure": {
"delay": -120,
"time": "1771053840"
},
"stopId": "49AUTHcombR",
"stopSequence": 7
},
{
"arrival": {
"delay": -213,
"time": "1771053927"
},
"departure": {
"delay": -180,
"time": "1771053960"
},
"stopId": "49ANDAmairR",
"stopSequence": 8
},
{
"arrival": {
"delay": -129,
"time": "1771054011"
},
"departure": {
"delay": -120,
"time": "1771054020"
},
"stopId": "49AUTHrestR",
"stopSequence": 9
},
{
"arrival": {
"delay": -128,
"time": "1771054072"
},
"departure": {
"delay": -123,
"time": "1771054077"
},
"stopId": "49AUTHlaunR",
"stopSequence": 10
},
{
"arrival": {
"delay": -139,
"time": "1771054121"
},
"departure": {
"delay": -132,
"time": "1771054128"
},
"stopId": "49AUTHlavaR",
"stopSequence": 11
},
{
"arrival": {
"delay": -177,
"time": "1771054263"
},
"departure": {
"delay": -142,
"time": "1771054298"
},
"stopId": "49AUTHvertR",
"stopSequence": 12
},
{
"arrival": {
"delay": -110,
"time": "1771054390"
},
"departure": {
"delay": -110,
"time": "1771054390"
},
"stopId": "49CRNEmairR",
"stopSequence": 13
},
{
"arrival": {
"delay": -110,
"time": "1771054510"
},
"departure": {
"delay": -110,
"time": "1771054510"
},
"stopId": "49AUTHroyaR",
"stopSequence": 14
},
{
"arrival": {
"delay": -110,
"time": "1771054690"
},
"departure": {
"delay": -110,
"time": "1771054690"
},
"stopId": "49MAZEnoueR",
"stopSequence": 15
},
{
"arrival": {
"delay": -110,
"time": "1771054990"
},
"departure": {
"delay": -110,
"time": "1771054990"
},
"stopId": "49MAZEfayeR",
"stopSequence": 16
},
{
"arrival": {
"delay": -110,
"time": "1771055230"
},
"departure": {
"delay": -110,
"time": "1771055230"
},
"stopId": "49BEAUmrilR",
"stopSequence": 17
},
{
"arrival": {
"delay": -110,
"time": "1771055350"
},
"departure": {
"delay": -110,
"time": "1771055350"
},
"stopId": "49BEAUtellR",
"stopSequence": 18
},
{
"arrival": {
"delay": -110,
"time": "1771055590"
},
"departure": {
"delay": -110,
"time": "1771055590"
},
"stopId": "49BEAUrepuR",
"stopSequence": 19
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 1,
"routeId": "403",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "2636831002"
},
"tripProperties": {},
"vehicle": {
"id": "68b58e75394ca7dcbe9006e7",
"label": "166",
"licensePlate": "GY 531 PG"
}
}
},
{
"id": "RT|2604874303|2604874303",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -461,
"time": "1771052239"
},
"departure": {
"delay": -454,
"time": "1771052246"
},
"stopId": "49SAUMbalzA",
"stopSequence": 1
},
{
"arrival": {
"delay": 241,
"time": "1771053061"
},
"departure": {
"delay": 241,
"time": "1771053061"
},
"stopId": "49SAUMdeleA",
"stopSequence": 2
},
{
"arrival": {
"delay": 180,
"time": "1771053120"
},
"departure": {
"delay": 280,
"time": "1771053220"
},
"stopId": "49SAUMmareA",
"stopSequence": 3
},
{
"arrival": {
"delay": 202,
"time": "1771053262"
},
"departure": {
"delay": 207,
"time": "1771053267"
},
"stopId": "49SAUMbreiA",
"stopSequence": 4
},
{
"arrival": {
"delay": 204,
"time": "1771053384"
},
"departure": {
"delay": 218,
"time": "1771053398"
},
"stopId": "49SAUMoffiA",
"stopSequence": 5
},
{
"arrival": {
"delay": 213,
"time": "1771053453"
},
"departure": {
"delay": 223,
"time": "1771053463"
},
"stopId": "49SAUMpontA",
"stopSequence": 6
},
{
"arrival": {
"delay": 190,
"time": "1771053550"
},
"departure": {
"delay": 203,
"time": "1771053563"
},
"stopId": "49LEVEangeA",
"stopSequence": 7
},
{
"arrival": {
"delay": 135,
"time": "1771053675"
},
"departure": {
"delay": 143,
"time": "1771053683"
},
"stopId": "49LEVEavenA",
"stopSequence": 8
},
{
"arrival": {
"delay": 104,
"time": "1771053764"
},
"departure": {
"delay": 104,
"time": "1771053764"
},
"stopId": "49LEVEcailA",
"stopSequence": 9
},
{
"arrival": {
"delay": 90,
"time": "1771053870"
},
"departure": {
"delay": 105,
"time": "1771053885"
},
"stopId": "49LEVEpichA",
"stopSequence": 10
},
{
"arrival": {
"delay": 4,
"time": "1771054084"
},
"departure": {
"delay": 16,
"time": "1771054096"
},
"stopId": "49PLACrougA",
"stopSequence": 11
},
{
"arrival": {
"delay": 27,
"time": "1771054167"
},
"departure": {
"delay": 56,
"time": "1771054196"
},
"stopId": "49PLACcentA",
"stopSequence": 12
},
{
"arrival": {
"delay": 1,
"time": "1771054261"
},
"departure": {
"delay": 10,
"time": "1771054270"
},
"stopId": "49PLACsaumA",
"stopSequence": 13
},
{
"arrival": {
"delay": -16,
"time": "1771054364"
},
"departure": {
"delay": -3,
"time": "1771054377"
},
"stopId": "49LVEEsaumA",
"stopSequence": 14
},
{
"arrival": {
"delay": -10,
"time": "1771054430"
},
"departure": {
"delay": -10,
"time": "1771054430"
},
"stopId": "49LVEEmairA",
"stopSequence": 15
},
{
"arrival": {
"delay": -10,
"time": "1771054490"
},
"departure": {
"delay": -10,
"time": "1771054490"
},
"stopId": "49LVEEcunaA",
"stopSequence": 16
},
{
"arrival": {
"delay": -10,
"time": "1771054730"
},
"departure": {
"delay": -10,
"time": "1771054730"
},
"stopId": "49ROSIpontA",
"stopSequence": 17
},
{
"arrival": {
"delay": -10,
"time": "1771055270"
},
"departure": {
"delay": -10,
"time": "1771055270"
},
"stopId": "49MENIegliU",
"stopSequence": 18
},
{
"arrival": {
"delay": -10,
"time": "1771055330"
},
"departure": {
"delay": -10,
"time": "1771055330"
},
"stopId": "49MENIportA",
"stopSequence": 19
},
{
"arrival": {
"delay": -10,
"time": "1771055690"
},
"departure": {
"delay": -10,
"time": "1771055690"
},
"stopId": "49MATHmairA",
"stopSequence": 20
},
{
"arrival": {
"delay": -10,
"time": "1771055750"
},
"departure": {
"delay": -10,
"time": "1771055750"
},
"stopId": "49MATHgranA",
"stopSequence": 21
},
{
"arrival": {
"delay": -10,
"time": "1771056050"
},
"departure": {
"delay": -10,
"time": "1771056050"
},
"stopId": "49BOHAcendA",
"stopSequence": 22
},
{
"arrival": {
"delay": -10,
"time": "1771056050"
},
"departure": {
"delay": -10,
"time": "1771056050"
},
"stopId": "49AUTHchemA",
"stopSequence": 23
},
{
"arrival": {
"delay": -10,
"time": "1771056110"
},
"departure": {
"delay": -10,
"time": "1771056110"
},
"stopId": "49BOHAsaleR",
"stopSequence": 24
},
{
"arrival": {
"delay": -10,
"time": "1771056290"
},
"departure": {
"delay": -10,
"time": "1771056290"
},
"stopId": "49AUTHruauA",
"stopSequence": 25
},
{
"arrival": {
"delay": -10,
"time": "1771056350"
},
"departure": {
"delay": -10,
"time": "1771056350"
},
"stopId": "49BOHArd11R",
"stopSequence": 26
},
{
"arrival": {
"delay": -10,
"time": "1771056590"
},
"departure": {
"delay": -10,
"time": "1771056590"
},
"stopId": "49DAGUdautA",
"stopSequence": 27
},
{
"arrival": {
"delay": -10,
"time": "1771056650"
},
"departure": {
"delay": -10,
"time": "1771056650"
},
"stopId": "49DAGUegliA",
"stopSequence": 28
},
{
"arrival": {
"delay": -10,
"time": "1771056770"
},
"departure": {
"delay": -10,
"time": "1771056770"
},
"stopId": "49AUTHboetA",
"stopSequence": 29
},
{
"arrival": {
"delay": -10,
"time": "1771057070"
},
"departure": {
"delay": -10,
"time": "1771057070"
},
"stopId": "49TRELdautA",
"stopSequence": 30
},
{
"arrival": {
"delay": -10,
"time": "1771057250"
},
"departure": {
"delay": -10,
"time": "1771057250"
},
"stopId": "49TRELfresA",
"stopSequence": 31
},
{
"arrival": {
"delay": -10,
"time": "1771057550"
},
"departure": {
"delay": -10,
"time": "1771057550"
},
"stopId": "49ANGEjustA",
"stopSequence": 32
},
{
"arrival": {
"delay": -10,
"time": "1771057730"
},
"departure": {
"delay": -10,
"time": "1771057730"
},
"stopId": "49ANGEmillA",
"stopSequence": 33
},
{
"arrival": {
"delay": -10,
"time": "1771058090"
},
"departure": {
"delay": -10,
"time": "1771058090"
},
"stopId": "49ANGEleroA",
"stopSequence": 34
},
{
"arrival": {
"delay": -10,
"time": "1771058210"
},
"departure": {
"delay": -10,
"time": "1771058210"
},
"stopId": "49ANGEbertA",
"stopSequence": 35
},
{
"arrival": {
"delay": -10,
"time": "1771058510"
},
"departure": {
"delay": -10,
"time": "1771058510"
},
"stopId": "49ANGEroutUF",
"stopSequence": 36
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 0,
"routeId": "404",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "2604874303"
},
"tripProperties": {},
"vehicle": {
"id": "63e64b99dbe722e3b6cf59d0",
"label": "137",
"licensePlate": "FC 072 HQ"
}
}
},
{
"id": "RT|2604874402|2604874402",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 69,
"time": "1771053369"
},
"departure": {
"delay": 186,
"time": "1771053486"
},
"stopId": "49ANGEroutUF",
"stopSequence": 1
},
{
"arrival": {
"delay": 172,
"time": "1771053712"
},
"departure": {
"delay": 183,
"time": "1771053723"
},
"stopId": "49ANGEleroR",
"stopSequence": 2
},
{
"arrival": {
"delay": -7,
"time": "1771053893"
},
"departure": {
"delay": 4,
"time": "1771053904"
},
"stopId": "49ANGEmillR",
"stopSequence": 3
},
{
"arrival": {
"delay": -94,
"time": "1771054046"
},
"departure": {
"delay": -79,
"time": "1771054061"
},
"stopId": "49ANGEjustR",
"stopSequence": 4
},
{
"arrival": {
"delay": -109,
"time": "1771054331"
},
"departure": {
"delay": -98,
"time": "1771054342"
},
"stopId": "49TRELfresR",
"stopSequence": 5
},
{
"arrival": {
"delay": -80,
"time": "1771054480"
},
"departure": {
"delay": -80,
"time": "1771054480"
},
"stopId": "49TRELdautR",
"stopSequence": 6
},
{
"arrival": {
"delay": -80,
"time": "1771054840"
},
"departure": {
"delay": -80,
"time": "1771054840"
},
"stopId": "49AUTHboetR",
"stopSequence": 7
},
{
"arrival": {
"delay": -80,
"time": "1771054900"
},
"departure": {
"delay": -80,
"time": "1771054900"
},
"stopId": "49DAGUegliR",
"stopSequence": 8
},
{
"arrival": {
"delay": -80,
"time": "1771054960"
},
"departure": {
"delay": -80,
"time": "1771054960"
},
"stopId": "49DAGUdautR",
"stopSequence": 9
},
{
"arrival": {
"delay": -80,
"time": "1771055260"
},
"departure": {
"delay": -80,
"time": "1771055260"
},
"stopId": "49BOHArd11R1",
"stopSequence": 10
},
{
"arrival": {
"delay": -80,
"time": "1771055320"
},
"departure": {
"delay": -80,
"time": "1771055320"
},
"stopId": "49AUTHruauR",
"stopSequence": 11
},
{
"arrival": {
"delay": -80,
"time": "1771055440"
},
"departure": {
"delay": -80,
"time": "1771055440"
},
"stopId": "49BOHAsaleR1",
"stopSequence": 12
},
{
"arrival": {
"delay": -80,
"time": "1771055500"
},
"departure": {
"delay": -80,
"time": "1771055500"
},
"stopId": "49AUTHchemR",
"stopSequence": 13
},
{
"arrival": {
"delay": -80,
"time": "1771055560"
},
"departure": {
"delay": -80,
"time": "1771055560"
},
"stopId": "49BOHAcendR",
"stopSequence": 14
},
{
"arrival": {
"delay": -80,
"time": "1771055860"
},
"departure": {
"delay": -80,
"time": "1771055860"
},
"stopId": "49MATHgranR",
"stopSequence": 15
},
{
"arrival": {
"delay": -80,
"time": "1771055920"
},
"departure": {
"delay": -80,
"time": "1771055920"
},
"stopId": "49MATHmairR",
"stopSequence": 16
},
{
"arrival": {
"delay": -80,
"time": "1771056220"
},
"departure": {
"delay": -80,
"time": "1771056220"
},
"stopId": "49MENIportR",
"stopSequence": 17
},
{
"arrival": {
"delay": -80,
"time": "1771056340"
},
"departure": {
"delay": -80,
"time": "1771056340"
},
"stopId": "49MENIegliU",
"stopSequence": 18
},
{
"arrival": {
"delay": -80,
"time": "1771056880"
},
"departure": {
"delay": -80,
"time": "1771056880"
},
"stopId": "49ROSIsaumR",
"stopSequence": 19
},
{
"arrival": {
"delay": -80,
"time": "1771057060"
},
"departure": {
"delay": -80,
"time": "1771057060"
},
"stopId": "49LVEEcunaR",
"stopSequence": 20
},
{
"arrival": {
"delay": -80,
"time": "1771057180"
},
"departure": {
"delay": -80,
"time": "1771057180"
},
"stopId": "49LVEEmairR",
"stopSequence": 21
},
{
"arrival": {
"delay": -80,
"time": "1771057240"
},
"departure": {
"delay": -80,
"time": "1771057240"
},
"stopId": "49LVEEsaumR",
"stopSequence": 22
},
{
"arrival": {
"delay": -80,
"time": "1771057360"
},
"departure": {
"delay": -80,
"time": "1771057360"
},
"stopId": "49PLACsaumR",
"stopSequence": 23
},
{
"arrival": {
"delay": -80,
"time": "1771057480"
},
"departure": {
"delay": -80,
"time": "1771057480"
},
"stopId": "49PLACleveR",
"stopSequence": 24
},
{
"arrival": {
"delay": -80,
"time": "1771057600"
},
"departure": {
"delay": -80,
"time": "1771057600"
},
"stopId": "49PLACrougR",
"stopSequence": 25
},
{
"arrival": {
"delay": -80,
"time": "1771057900"
},
"departure": {
"delay": -80,
"time": "1771057900"
},
"stopId": "49LEVEpichR",
"stopSequence": 26
},
{
"arrival": {
"delay": -80,
"time": "1771058020"
},
"departure": {
"delay": -80,
"time": "1771058020"
},
"stopId": "49LEVEcailR",
"stopSequence": 27
},
{
"arrival": {
"delay": -80,
"time": "1771058140"
},
"departure": {
"delay": -80,
"time": "1771058140"
},
"stopId": "49LEVEavenR",
"stopSequence": 28
},
{
"arrival": {
"delay": -80,
"time": "1771058320"
},
"departure": {
"delay": -80,
"time": "1771058320"
},
"stopId": "49LEVEangeR",
"stopSequence": 29
},
{
"arrival": {
"delay": -80,
"time": "1771058440"
},
"departure": {
"delay": -80,
"time": "1771058440"
},
"stopId": "49SAUMpontR",
"stopSequence": 30
},
{
"arrival": {
"delay": -80,
"time": "1771058500"
},
"departure": {
"delay": -80,
"time": "1771058500"
},
"stopId": "49SAUMoffiR",
"stopSequence": 31
},
{
"arrival": {
"delay": -80,
"time": "1771058560"
},
"departure": {
"delay": -80,
"time": "1771058560"
},
"stopId": "49SAUMbreiR",
"stopSequence": 32
},
{
"arrival": {
"delay": -80,
"time": "1771058740"
},
"departure": {
"delay": -80,
"time": "1771058740"
},
"stopId": "49SAUMmareR",
"stopSequence": 33
},
{
"arrival": {
"delay": -80,
"time": "1771058800"
},
"departure": {
"delay": -80,
"time": "1771058800"
},
"stopId": "49SAUMdeleR",
"stopSequence": 34
},
{
"arrival": {
"delay": -80,
"time": "1771058920"
},
"departure": {
"delay": -80,
"time": "1771058920"
},
"stopId": "49SAUMbalzR",
"stopSequence": 35
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 1,
"routeId": "404",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "2604874402"
},
"tripProperties": {},
"vehicle": {
"id": "64e4712f7855e660dc2ef6df",
"label": "147",
"licensePlate": "GM 053 BK"
}
}
},
{
"id": "RT|2604874803|2604874803",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 182,
"time": "1771053002"
},
"departure": {
"delay": 189,
"time": "1771053009"
},
"stopId": "49SAUMdeleR",
"stopSequence": 2
},
{
"arrival": {
"delay": 181,
"time": "1771053061"
},
"departure": {
"delay": 187,
"time": "1771053067"
},
"stopId": "49SAUMmareR",
"stopSequence": 3
},
{
"arrival": {
"delay": 175,
"time": "1771053115"
},
"departure": {
"delay": 184,
"time": "1771053124"
},
"stopId": "49SAUMbreiR",
"stopSequence": 4
},
{
"arrival": {
"delay": 203,
"time": "1771053263"
},
"departure": {
"delay": 218,
"time": "1771053278"
},
"stopId": "49SAUMoffiR",
"stopSequence": 5
},
{
"arrival": {
"delay": 154,
"time": "1771053334"
},
"departure": {
"delay": 164,
"time": "1771053344"
},
"stopId": "49SAUMpontR",
"stopSequence": 6
},
{
"arrival": {
"delay": 146,
"time": "1771053386"
},
"departure": {
"delay": 164,
"time": "1771053404"
},
"stopId": "49LEVEresiR",
"stopSequence": 7
},
{
"arrival": {
"delay": 105,
"time": "1771053525"
},
"departure": {
"delay": 117,
"time": "1771053537"
},
"stopId": "49LEVEfusiR",
"stopSequence": 8
},
{
"arrival": {
"delay": 106,
"time": "1771053586"
},
"departure": {
"delay": 106,
"time": "1771053586"
},
"stopId": "49LEVEpigeR",
"stopSequence": 9
},
{
"arrival": {
"delay": -28,
"time": "1771053992"
},
"departure": {
"delay": -16,
"time": "1771054004"
},
"stopId": "49VIVYcentR",
"stopSequence": 11
},
{
"arrival": {
"delay": -20,
"time": "1771054180"
},
"departure": {
"delay": -20,
"time": "1771054180"
},
"stopId": "49VIVYouchR",
"stopSequence": 12
},
{
"arrival": {
"delay": -10,
"time": "1771054430"
},
"departure": {
"delay": -10,
"time": "1771054430"
},
"stopId": "49LONGchemR",
"stopSequence": 13
},
{
"arrival": {
"delay": -10,
"time": "1771054550"
},
"departure": {
"delay": -10,
"time": "1771054550"
},
"stopId": "49LONGrepuR",
"stopSequence": 14
},
{
"arrival": {
"delay": -10,
"time": "1771054670"
},
"departure": {
"delay": -10,
"time": "1771054670"
},
"stopId": "49LONGchevR",
"stopSequence": 15
},
{
"arrival": {
"delay": -10,
"time": "1771055090"
},
"departure": {
"delay": -10,
"time": "1771055090"
},
"stopId": "49BRONcontR",
"stopSequence": 16
},
{
"arrival": {
"delay": -10,
"time": "1771055390"
},
"departure": {
"delay": -10,
"time": "1771055390"
},
"stopId": "49BEAUrepuR",
"stopSequence": 17
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 1,
"routeId": "415",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "2604874803"
},
"tripProperties": {},
"vehicle": {
"id": "64e471a76f6fe22e122e054e",
"label": "154",
"licensePlate": "GM 994 BJ"
}
}
},
{
"id": "RT|2604873702|2604873702",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -388,
"time": "1771053512"
},
"departure": {
"delay": -7,
"time": "1771053893"
},
"stopId": "49ANGEroutUC",
"stopSequence": 1
},
{
"arrival": {
"delay": -36,
"time": "1771054164"
},
"departure": {
"delay": 119,
"time": "1771054319"
},
"stopId": "49ANGEhoteU1",
"stopSequence": 2
},
{
"arrival": {
"delay": 120,
"time": "1771054620"
},
"departure": {
"delay": 120,
"time": "1771054620"
},
"stopId": "49ANGEbrisR",
"stopSequence": 3
},
{
"arrival": {
"delay": 120,
"time": "1771054860"
},
"departure": {
"delay": 120,
"time": "1771054860"
},
"stopId": "49ECOUpariR",
"stopSequence": 4
},
{
"arrival": {
"delay": 120,
"time": "1771054920"
},
"departure": {
"delay": 120,
"time": "1771054920"
},
"stopId": "49SYLVprovR",
"stopSequence": 5
},
{
"arrival": {
"delay": 120,
"time": "1771055820"
},
"departure": {
"delay": 120,
"time": "1771055820"
},
"stopId": "49CORZscieR",
"stopSequence": 6
},
{
"arrival": {
"delay": 120,
"time": "1771056000"
},
"departure": {
"delay": 120,
"time": "1771056000"
},
"stopId": "49SEICregnR",
"stopSequence": 7
},
{
"arrival": {
"delay": 120,
"time": "1771056060"
},
"departure": {
"delay": 120,
"time": "1771056060"
},
"stopId": "49SEICtennR",
"stopSequence": 8
},
{
"arrival": {
"delay": 120,
"time": "1771056360"
},
"departure": {
"delay": 120,
"time": "1771056360"
},
"stopId": "49LAUDbourR",
"stopSequence": 9
},
{
"arrival": {
"delay": 120,
"time": "1771056660"
},
"departure": {
"delay": 120,
"time": "1771056660"
},
"stopId": "49LEZIcentR",
"stopSequence": 10
},
{
"arrival": {
"delay": 120,
"time": "1771057020"
},
"departure": {
"delay": 120,
"time": "1771057020"
},
"stopId": "49DURTangeR",
"stopSequence": 11
},
{
"arrival": {
"delay": 120,
"time": "1771057140"
},
"departure": {
"delay": 120,
"time": "1771057140"
},
"stopId": "49DURTclemU",
"stopSequence": 12
},
{
"arrival": {
"delay": 120,
"time": "1771057260"
},
"departure": {
"delay": 120,
"time": "1771057260"
},
"stopId": "49DURTgouiR",
"stopSequence": 13
},
{
"arrival": {
"delay": 120,
"time": "1771057560"
},
"departure": {
"delay": 120,
"time": "1771057560"
},
"stopId": "72LOIRcentR",
"stopSequence": 14
},
{
"arrival": {
"delay": 120,
"time": "1771057920"
},
"departure": {
"delay": 120,
"time": "1771057920"
},
"stopId": "72FLECverdR",
"stopSequence": 15
},
{
"arrival": {
"delay": 120,
"time": "1771058040"
},
"departure": {
"delay": 120,
"time": "1771058040"
},
"stopId": "72FLECtissR",
"stopSequence": 16
},
{
"arrival": {
"delay": 120,
"time": "1771058220"
},
"departure": {
"delay": 120,
"time": "1771058220"
},
"stopId": "72FLECroutR",
"stopSequence": 17
},
{
"arrival": {
"delay": 120,
"time": "1771058820"
},
"departure": {
"delay": 120,
"time": "1771058820"
},
"stopId": "72FLECzoo1R",
"stopSequence": 18
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 1,
"routeId": "402",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "2604873702"
},
"tripProperties": {},
"vehicle": {
"id": "63e64b99dbe722e3b6cf59d5",
"label": "133",
"licensePlate": "EG 671 YA"
}
}
},
{
"id": "RT|2629289903|2629289903",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -69,
"time": "1771052151"
},
"departure": {
"delay": 48,
"time": "1771052268"
},
"stopId": "44NANTpirmR2",
"stopSequence": 1
},
{
"arrival": {
"delay": 30,
"time": "1771052670"
},
"departure": {
"delay": 44,
"time": "1771052684"
},
"stopId": "44NANTburdU2",
"stopSequence": 2
},
{
"arrival": {
"delay": 2,
"time": "1771052762"
},
"departure": {
"delay": 41,
"time": "1771052801"
},
"stopId": "44SEBAjoliR2",
"stopSequence": 3
},
{
"arrival": {
"delay": 50,
"time": "1771053050"
},
"departure": {
"delay": 64,
"time": "1771053064"
},
"stopId": "44VERTmalaR",
"stopSequence": 4
},
{
"arrival": {
"delay": 94,
"time": "1771053214"
},
"departure": {
"delay": 105,
"time": "1771053225"
},
"stopId": "44SEBAsncfR",
"stopSequence": 5
},
{
"arrival": {
"delay": 100,
"time": "1771053280"
},
"departure": {
"delay": 116,
"time": "1771053296"
},
"stopId": "44GOULchalR",
"stopSequence": 6
},
{
"arrival": {
"delay": 6,
"time": "1771053486"
},
"departure": {
"delay": 12,
"time": "1771053492"
},
"stopId": "44GOULherdR",
"stopSequence": 7
},
{
"arrival": {
"delay": 27,
"time": "1771053567"
},
"departure": {
"delay": 44,
"time": "1771053584"
},
"stopId": "44HAUTepinR",
"stopSequence": 8
},
{
"arrival": {
"delay": 60,
"time": "1771053660"
},
"departure": {
"delay": 70,
"time": "1771053670"
},
"stopId": "44HAUTchatR",
"stopSequence": 9
},
{
"arrival": {
"delay": -1,
"time": "1771053719"
},
"departure": {
"delay": 44,
"time": "1771053764"
},
"stopId": "44HAUTegliR",
"stopSequence": 10
},
{
"arrival": {
"delay": 49,
"time": "1771053889"
},
"departure": {
"delay": 55,
"time": "1771053895"
},
"stopId": "44HAUTalleR",
"stopSequence": 11
},
{
"arrival": {
"delay": 20,
"time": "1771053980"
},
"departure": {
"delay": 23,
"time": "1771053983"
},
"stopId": "44HAUTfailR",
"stopSequence": 12
},
{
"arrival": {
"delay": 29,
"time": "1771054109"
},
"departure": {
"delay": 40,
"time": "1771054120"
},
"stopId": "44HAUTpoteR",
"stopSequence": 13
},
{
"arrival": {
"delay": 42,
"time": "1771054242"
},
"departure": {
"delay": 52,
"time": "1771054252"
},
"stopId": "44HEULbernR",
"stopSequence": 14
},
{
"arrival": {
"delay": 38,
"time": "1771054358"
},
"departure": {
"delay": 43,
"time": "1771054363"
},
"stopId": "44HEULcercR",
"stopSequence": 15
},
{
"arrival": {
"delay": 30,
"time": "1771054470"
},
"departure": {
"delay": 30,
"time": "1771054470"
},
"stopId": "44HEULegliR",
"stopSequence": 16
},
{
"arrival": {
"delay": 30,
"time": "1771054590"
},
"departure": {
"delay": 30,
"time": "1771054590"
},
"stopId": "44VALLgobiR",
"stopSequence": 17
},
{
"arrival": {
"delay": 30,
"time": "1771054650"
},
"departure": {
"delay": 30,
"time": "1771054650"
},
"stopId": "44VALLverrR",
"stopSequence": 18
},
{
"arrival": {
"delay": 30,
"time": "1771054710"
},
"departure": {
"delay": 30,
"time": "1771054710"
},
"stopId": "44VALLtourR",
"stopSequence": 19
},
{
"arrival": {
"delay": 30,
"time": "1771054770"
},
"departure": {
"delay": 30,
"time": "1771054770"
},
"stopId": "44VALLlandR",
"stopSequence": 20
},
{
"arrival": {
"delay": 30,
"time": "1771054830"
},
"departure": {
"delay": 30,
"time": "1771054830"
},
"stopId": "44VALLmoucR",
"stopSequence": 21
},
{
"arrival": {
"delay": 30,
"time": "1771054950"
},
"departure": {
"delay": 30,
"time": "1771054950"
},
"stopId": "44VALLluxeR",
"stopSequence": 22
},
{
"arrival": {
"delay": 30,
"time": "1771055070"
},
"departure": {
"delay": 30,
"time": "1771055070"
},
"stopId": "44VALLdejoR",
"stopSequence": 23
},
{
"arrival": {
"delay": 30,
"time": "1771055250"
},
"departure": {
"delay": 30,
"time": "1771055250"
},
"stopId": "44VALLgendR",
"stopSequence": 24
},
{
"arrival": {
"delay": 30,
"time": "1771055430"
},
"departure": {
"delay": 30,
"time": "1771055430"
},
"stopId": "44MUZIclisR",
"stopSequence": 25
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 1,
"routeId": "331",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "2629289903"
},
"tripProperties": {},
"vehicle": {
"id": "6835c91f6ba119b4b388f914",
"label": "223",
"licensePlate": "EY 555 VF"
}
}
},
{
"id": "RT|2630601309|2630601309",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 26,
"time": "1771049126"
},
"departure": {
"delay": 56,
"time": "1771049156"
},
"stopId": "85HERBpompU",
"stopSequence": 1
},
{
"arrival": {
"delay": -151,
"time": "1771049369"
},
"departure": {
"delay": 108,
"time": "1771049628"
},
"stopId": "85HERBclisA",
"stopSequence": 2
},
{
"arrival": {
"delay": 92,
"time": "1771049732"
},
"departure": {
"delay": 152,
"time": "1771049792"
},
"stopId": "85HERBnoueA1",
"stopSequence": 3
},
{
"arrival": {
"delay": 182,
"time": "1771050182"
},
"departure": {
"delay": 190,
"time": "1771050190"
},
"stopId": "85BAURcaseU1",
"stopSequence": 4
},
{
"arrival": {
"delay": 194,
"time": "1771050494"
},
"departure": {
"delay": 211,
"time": "1771050511"
},
"stopId": "85PAILcanaA1",
"stopSequence": 5
},
{
"arrival": {
"delay": 239,
"time": "1771050959"
},
"departure": {
"delay": 337,
"time": "1771051057"
},
"stopId": "85BISSpolyU1",
"stopSequence": 6
},
{
"arrival": {
"delay": 355,
"time": "1771051375"
},
"departure": {
"delay": 363,
"time": "1771051383"
},
"stopId": "85GUYOlac1A",
"stopSequence": 7
},
{
"arrival": {
"delay": 285,
"time": "1771051485"
},
"departure": {
"delay": 298,
"time": "1771051498"
},
"stopId": "85GUYOcalvA",
"stopSequence": 8
},
{
"arrival": {
"delay": 321,
"time": "1771051761"
},
"departure": {
"delay": 373,
"time": "1771051813"
},
"stopId": "85SEPTgareU",
"stopSequence": 9
},
{
"arrival": {
"delay": -343,
"time": "1771052357"
},
"departure": {
"delay": 34,
"time": "1771052734"
},
"stopId": "85MONTgareU",
"stopSequence": 10
},
{
"arrival": {
"delay": -13,
"time": "1771052987"
},
"departure": {
"delay": 8,
"time": "1771053008"
},
"stopId": "85LOULnantA1",
"stopSequence": 11
},
{
"arrival": {
"delay": 27,
"time": "1771053447"
},
"departure": {
"delay": 59,
"time": "1771053479"
},
"stopId": "44REMObretA",
"stopSequence": 12
},
{
"arrival": {
"delay": -55,
"time": "1771053665"
},
"departure": {
"delay": 41,
"time": "1771053761"
},
"stopId": "44AIGRmairA",
"stopSequence": 13
},
{
"arrival": {
"delay": -6,
"time": "1771053834"
},
"departure": {
"delay": 3,
"time": "1771053843"
},
"stopId": "44AIGRplesA",
"stopSequence": 14
},
{
"arrival": {
"delay": -103,
"time": "1771053917"
},
"departure": {
"delay": 48,
"time": "1771054068"
},
"stopId": "44AIGRcoinA",
"stopSequence": 15
},
{
"arrival": {
"delay": 39,
"time": "1771054179"
},
"departure": {
"delay": 40,
"time": "1771054180"
},
"stopId": "44AIGRjaunA",
"stopSequence": 16
},
{
"arrival": {
"delay": 12,
"time": "1771054212"
},
"departure": {
"delay": 62,
"time": "1771054262"
},
"stopId": "44MNTBbutaA",
"stopSequence": 17
},
{
"arrival": {
"delay": 10,
"time": "1771054390"
},
"departure": {
"delay": 10,
"time": "1771054390"
},
"stopId": "44BIGNhermA",
"stopSequence": 18
},
{
"arrival": {
"delay": 10,
"time": "1771055050"
},
"departure": {
"delay": 10,
"time": "1771055050"
},
"stopId": "44NANTburdU2",
"stopSequence": 19
},
{
"arrival": {
"delay": 10,
"time": "1771055170"
},
"departure": {
"delay": 10,
"time": "1771055170"
},
"stopId": "44SEBAjoliA1",
"stopSequence": 20
},
{
"arrival": {
"delay": 10,
"time": "1771055770"
},
"departure": {
"delay": 10,
"time": "1771055770"
},
"stopId": "44NANTpirmA",
"stopSequence": 21
},
{
"arrival": {
"delay": 10,
"time": "1771056250"
},
"departure": {
"delay": 10,
"time": "1771056250"
},
"stopId": "44NANTdieuA2",
"stopSequence": 22
},
{
"arrival": {
"delay": 10,
"time": "1771056610"
},
"departure": {
"delay": 10,
"time": "1771056610"
},
"stopId": "44NANTsncfU",
"stopSequence": 23
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 0,
"routeId": "370",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "2630601309"
},
"tripProperties": {},
"vehicle": {
"id": "6842f72bd650a5b8b91a90e9",
"label": "21795",
"licensePlate": "FS 921 AQ"
}
}
},
{
"id": "RT|2629289819|2629289819",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -323,
"time": "1771053277"
},
"departure": {
"delay": 220,
"time": "1771053820"
},
"stopId": "44MUZIclisA",
"stopSequence": 1
},
{
"arrival": {
"delay": 170,
"time": "1771054010"
},
"departure": {
"delay": 202,
"time": "1771054042"
},
"stopId": "44VALLgendA",
"stopSequence": 2
},
{
"arrival": {
"delay": 191,
"time": "1771054211"
},
"departure": {
"delay": 233,
"time": "1771054253"
},
"stopId": "44VALLdejoA",
"stopSequence": 3
},
{
"arrival": {
"delay": 200,
"time": "1771054400"
},
"departure": {
"delay": 200,
"time": "1771054400"
},
"stopId": "44VALLluxeA",
"stopSequence": 4
},
{
"arrival": {
"delay": 200,
"time": "1771054460"
},
"departure": {
"delay": 200,
"time": "1771054460"
},
"stopId": "44VALLmoucA",
"stopSequence": 5
},
{
"arrival": {
"delay": 200,
"time": "1771054520"
},
"departure": {
"delay": 200,
"time": "1771054520"
},
"stopId": "44VALLlandA",
"stopSequence": 6
},
{
"arrival": {
"delay": 200,
"time": "1771054580"
},
"departure": {
"delay": 200,
"time": "1771054580"
},
"stopId": "44VALLtourA",
"stopSequence": 7
},
{
"arrival": {
"delay": 200,
"time": "1771054700"
},
"departure": {
"delay": 200,
"time": "1771054700"
},
"stopId": "44VALLverrA",
"stopSequence": 8
},
{
"arrival": {
"delay": 200,
"time": "1771054760"
},
"departure": {
"delay": 200,
"time": "1771054760"
},
"stopId": "44VALLgobiA",
"stopSequence": 9
},
{
"arrival": {
"delay": 200,
"time": "1771054880"
},
"departure": {
"delay": 200,
"time": "1771054880"
},
"stopId": "44HEULegliA",
"stopSequence": 10
},
{
"arrival": {
"delay": 200,
"time": "1771055000"
},
"departure": {
"delay": 200,
"time": "1771055000"
},
"stopId": "44HEULcercA",
"stopSequence": 11
},
{
"arrival": {
"delay": 200,
"time": "1771055120"
},
"departure": {
"delay": 200,
"time": "1771055120"
},
"stopId": "44HEULbernA",
"stopSequence": 12
},
{
"arrival": {
"delay": 200,
"time": "1771055240"
},
"departure": {
"delay": 200,
"time": "1771055240"
},
"stopId": "44HAUTpoteA",
"stopSequence": 13
},
{
"arrival": {
"delay": 200,
"time": "1771055360"
},
"departure": {
"delay": 200,
"time": "1771055360"
},
"stopId": "44HAUTfailA",
"stopSequence": 14
},
{
"arrival": {
"delay": 200,
"time": "1771055480"
},
"departure": {
"delay": 200,
"time": "1771055480"
},
"stopId": "44HAUTalleA",
"stopSequence": 15
},
{
"arrival": {
"delay": 200,
"time": "1771055600"
},
"departure": {
"delay": 200,
"time": "1771055600"
},
"stopId": "44HAUTegliA",
"stopSequence": 16
},
{
"arrival": {
"delay": 200,
"time": "1771055720"
},
"departure": {
"delay": 200,
"time": "1771055720"
},
"stopId": "44HAUTchatA",
"stopSequence": 17
},
{
"arrival": {
"delay": 200,
"time": "1771055780"
},
"departure": {
"delay": 200,
"time": "1771055780"
},
"stopId": "44HAUTepinA",
"stopSequence": 18
},
{
"arrival": {
"delay": 200,
"time": "1771055900"
},
"departure": {
"delay": 200,
"time": "1771055900"
},
"stopId": "44GOULherdA",
"stopSequence": 19
},
{
"arrival": {
"delay": 200,
"time": "1771056140"
},
"departure": {
"delay": 200,
"time": "1771056140"
},
"stopId": "44GOULchalA",
"stopSequence": 20
},
{
"arrival": {
"delay": 200,
"time": "1771056200"
},
"departure": {
"delay": 200,
"time": "1771056200"
},
"stopId": "44SEBAsncfA",
"stopSequence": 21
},
{
"arrival": {
"delay": 200,
"time": "1771056380"
},
"departure": {
"delay": 200,
"time": "1771056380"
},
"stopId": "44VERTmalaA",
"stopSequence": 22
},
{
"arrival": {
"delay": 200,
"time": "1771056740"
},
"departure": {
"delay": 200,
"time": "1771056740"
},
"stopId": "44SEBAjoliA2",
"stopSequence": 23
},
{
"arrival": {
"delay": 200,
"time": "1771056920"
},
"departure": {
"delay": 200,
"time": "1771056920"
},
"stopId": "44NANTburdU1",
"stopSequence": 24
},
{
"arrival": {
"delay": 200,
"time": "1771057280"
},
"departure": {
"delay": 200,
"time": "1771057280"
},
"stopId": "44NANTpirmA",
"stopSequence": 25
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 0,
"routeId": "331",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "2629289819"
},
"tripProperties": {},
"vehicle": {
"id": "6835c91f6ba119b4b388f913",
"label": "222",
"licensePlate": "EP 029 ZY"
}
}
},
{
"id": "RT|2636314930|2636314930",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -253,
"time": "1771052147"
},
"departure": {
"delay": 12,
"time": "1771052412"
},
"stopId": "44BESNharrA",
"stopSequence": 1
},
{
"arrival": {
"delay": -45,
"time": "1771052475"
},
"departure": {
"delay": 76,
"time": "1771052596"
},
"stopId": "44BESNcentA",
"stopSequence": 2
},
{
"arrival": {
"delay": 9,
"time": "1771052649"
},
"departure": {
"delay": 20,
"time": "1771052660"
},
"stopId": "44BESNanglA",
"stopSequence": 3
},
{
"arrival": {
"delay": -7,
"time": "1771052693"
},
"departure": {
"delay": 11,
"time": "1771052711"
},
"stopId": "44BESNneufA",
"stopSequence": 4
},
{
"arrival": {
"delay": -12,
"time": "1771052748"
},
"departure": {
"delay": 17,
"time": "1771052777"
},
"stopId": "44BESNmoraA",
"stopSequence": 5
},
{
"arrival": {
"delay": -9,
"time": "1771052871"
},
"departure": {
"delay": 10,
"time": "1771052890"
},
"stopId": "44DONGheleA",
"stopSequence": 6
},
{
"arrival": {
"delay": -18,
"time": "1771052982"
},
"departure": {
"delay": -10,
"time": "1771052990"
},
"stopId": "44DONGpaclA",
"stopSequence": 7
},
{
"arrival": {
"delay": -49,
"time": "1771053011"
},
"departure": {
"delay": 15,
"time": "1771053075"
},
"stopId": "44DONGpommA",
"stopSequence": 8
},
{
"arrival": {
"delay": -33,
"time": "1771053207"
},
"departure": {
"delay": 41,
"time": "1771053281"
},
"stopId": "44DONGcroiA",
"stopSequence": 9
},
{
"arrival": {
"delay": 49,
"time": "1771053709"
},
"departure": {
"delay": 63,
"time": "1771053723"
},
"stopId": "44TRIGherrA",
"stopSequence": 10
},
{
"arrival": {
"delay": 69,
"time": "1771053849"
},
"departure": {
"delay": 76,
"time": "1771053856"
},
"stopId": "44TRIGlargA",
"stopSequence": 11
},
{
"arrival": {
"delay": 2,
"time": "1771053902"
},
"departure": {
"delay": 43,
"time": "1771053943"
},
"stopId": "44TRIGroseA",
"stopSequence": 12
},
{
"arrival": {
"delay": 30,
"time": "1771053990"
},
"departure": {
"delay": 41,
"time": "1771054001"
},
"stopId": "44TRIGherbA",
"stopSequence": 13
},
{
"arrival": {
"delay": -16,
"time": "1771054064"
},
"stopId": "44NAZAgareA",
"stopSequence": 14
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 0,
"routeId": "305AT",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "2636314930"
},
"tripProperties": {},
"vehicle": {
"id": "683ec1f8e30937ffa855119f",
"label": "202048",
"licensePlate": "FV-726-HU"
}
}
},
{
"id": "RT|2636440330|2636440330",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 16,
"time": "1771054216"
},
"departure": {
"delay": 39,
"time": "1771054239"
},
"stopId": "44NAZAgareR",
"stopSequence": 1
},
{
"arrival": {
"delay": 19,
"time": "1771054279"
},
"departure": {
"delay": 38,
"time": "1771054298"
},
"stopId": "44TRIGherbR",
"stopSequence": 2
},
{
"arrival": {
"delay": 49,
"time": "1771054369"
},
"departure": {
"delay": 56,
"time": "1771054376"
},
"stopId": "44TRIGroseR",
"stopSequence": 3
},
{
"arrival": {
"delay": 40,
"time": "1771054480"
},
"departure": {
"delay": 40,
"time": "1771054480"
},
"stopId": "44TRIGlargR",
"stopSequence": 4
},
{
"arrival": {
"delay": 40,
"time": "1771054660"
},
"departure": {
"delay": 40,
"time": "1771054660"
},
"stopId": "44TRIGherrR",
"stopSequence": 5
},
{
"arrival": {
"delay": 40,
"time": "1771055080"
},
"departure": {
"delay": 40,
"time": "1771055080"
},
"stopId": "44DONGcroiR",
"stopSequence": 6
},
{
"arrival": {
"delay": 40,
"time": "1771055200"
},
"departure": {
"delay": 40,
"time": "1771055200"
},
"stopId": "44DONGpommR",
"stopSequence": 7
},
{
"arrival": {
"delay": 40,
"time": "1771055260"
},
"departure": {
"delay": 40,
"time": "1771055260"
},
"stopId": "44DONGpaclR",
"stopSequence": 8
},
{
"arrival": {
"delay": 40,
"time": "1771055320"
},
"departure": {
"delay": 40,
"time": "1771055320"
},
"stopId": "44DONGheleR",
"stopSequence": 9
},
{
"arrival": {
"delay": 40,
"time": "1771055380"
},
"departure": {
"delay": 40,
"time": "1771055380"
},
"stopId": "44BESNmoraR",
"stopSequence": 10
},
{
"arrival": {
"delay": 40,
"time": "1771055440"
},
"departure": {
"delay": 40,
"time": "1771055440"
},
"stopId": "44BESNneufR",
"stopSequence": 11
},
{
"arrival": {
"delay": 40,
"time": "1771055500"
},
"departure": {
"delay": 40,
"time": "1771055500"
},
"stopId": "44BESNanglR",
"stopSequence": 12
},
{
"arrival": {
"delay": 40,
"time": "1771055620"
},
"departure": {
"delay": 40,
"time": "1771055620"
},
"stopId": "44BESNcentR",
"stopSequence": 13
},
{
"arrival": {
"delay": 40,
"time": "1771055680"
},
"departure": {
"delay": 40,
"time": "1771055680"
},
"stopId": "44BESNharrR",
"stopSequence": 14
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 1,
"routeId": "305AT",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "2636440330"
},
"tripProperties": {},
"vehicle": {
"id": "683ec1f8e30937ffa855119f",
"label": "202048",
"licensePlate": "FV-726-HU"
}
}
},
{
"id": "RT|2635493611|2635493611",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 11,
"time": "1771052111"
},
"departure": {
"delay": 46,
"time": "1771052146"
},
"stopId": "44NAZAgareR",
"stopSequence": 1
},
{
"arrival": {
"delay": 103,
"time": "1771052263"
},
"departure": {
"delay": 110,
"time": "1771052270"
},
"stopId": "44TRIGroseR",
"stopSequence": 2
},
{
"arrival": {
"delay": 101,
"time": "1771052321"
},
"departure": {
"delay": 108,
"time": "1771052328"
},
"stopId": "44TRIGlargR",
"stopSequence": 3
},
{
"arrival": {
"delay": 12,
"time": "1771052772"
},
"departure": {
"delay": 25,
"time": "1771052785"
},
"stopId": "44BREVbosqR",
"stopSequence": 4
},
{
"arrival": {
"delay": -48,
"time": "1771052952"
},
"departure": {
"delay": 18,
"time": "1771053018"
},
"stopId": "44BREVbresU",
"stopSequence": 5
},
{
"arrival": {
"delay": 22,
"time": "1771053142"
},
"departure": {
"delay": 69,
"time": "1771053189"
},
"stopId": "44BREVfontR",
"stopSequence": 6
},
{
"arrival": {
"delay": 1,
"time": "1771053661"
},
"departure": {
"delay": 13,
"time": "1771053673"
},
"stopId": "44MICHmairR",
"stopSequence": 7
},
{
"arrival": {
"delay": 1,
"time": "1771053721"
},
"departure": {
"delay": 44,
"time": "1771053764"
},
"stopId": "44MICHpostR",
"stopSequence": 8
},
{
"arrival": {
"delay": 0,
"time": "1771053900"
},
"departure": {
"delay": 10,
"time": "1771053910"
},
"stopId": "44MICHavenR",
"stopSequence": 9
},
{
"arrival": {
"delay": -105,
"time": "1771053975"
},
"departure": {
"delay": 215,
"time": "1771054295"
},
"stopId": "44MICHtharU2",
"stopSequence": 10
},
{
"arrival": {
"delay": 230,
"time": "1771054490"
},
"departure": {
"delay": 230,
"time": "1771054490"
},
"stopId": "44MICHdaloR",
"stopSequence": 11
},
{
"arrival": {
"delay": 230,
"time": "1771055090"
},
"departure": {
"delay": 230,
"time": "1771055090"
},
"stopId": "44PORNgillR",
"stopSequence": 12
},
{
"arrival": {
"delay": 230,
"time": "1771055210"
},
"departure": {
"delay": 230,
"time": "1771055210"
},
"stopId": "44PORNsandR",
"stopSequence": 13
},
{
"arrival": {
"delay": 230,
"time": "1771055270"
},
"departure": {
"delay": 230,
"time": "1771055270"
},
"stopId": "44PORNjarrR",
"stopSequence": 14
},
{
"arrival": {
"delay": 230,
"time": "1771055990"
},
"departure": {
"delay": 230,
"time": "1771055990"
},
"stopId": "44PLAIcentU",
"stopSequence": 15
},
{
"arrival": {
"delay": 230,
"time": "1771056170"
},
"departure": {
"delay": 230,
"time": "1771056170"
},
"stopId": "44PREFquirR",
"stopSequence": 16
},
{
"arrival": {
"delay": 230,
"time": "1771056230"
},
"departure": {
"delay": 230,
"time": "1771056230"
},
"stopId": "44PREFgareR",
"stopSequence": 17
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 1,
"routeId": "315",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "2635493611"
},
"tripProperties": {},
"vehicle": {
"id": "69786c7208d8eb803d35d0c5",
"label": "907",
"licensePlate": "GB-907-CZ"
}
}
},
{
"id": "RT|2636440329|2636440329",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 84,
"time": "1771054284"
},
"departure": {
"delay": 116,
"time": "1771054316"
},
"stopId": "44NAZAgareR",
"stopSequence": 1
},
{
"arrival": {
"delay": 110,
"time": "1771054370"
},
"departure": {
"delay": 110,
"time": "1771054370"
},
"stopId": "44TRIGherbR",
"stopSequence": 2
},
{
"arrival": {
"delay": 110,
"time": "1771054430"
},
"departure": {
"delay": 110,
"time": "1771054430"
},
"stopId": "44TRIGroseR",
"stopSequence": 3
},
{
"arrival": {
"delay": 110,
"time": "1771054550"
},
"departure": {
"delay": 110,
"time": "1771054550"
},
"stopId": "44TRIGlargR",
"stopSequence": 4
},
{
"arrival": {
"delay": 110,
"time": "1771054730"
},
"departure": {
"delay": 110,
"time": "1771054730"
},
"stopId": "44TRIGherrR",
"stopSequence": 5
},
{
"arrival": {
"delay": 110,
"time": "1771055150"
},
"departure": {
"delay": 110,
"time": "1771055150"
},
"stopId": "44DONGcroiR",
"stopSequence": 6
},
{
"arrival": {
"delay": 110,
"time": "1771055390"
},
"departure": {
"delay": 110,
"time": "1771055390"
},
"stopId": "44DONGreviR",
"stopSequence": 7
},
{
"arrival": {
"delay": 110,
"time": "1771055450"
},
"departure": {
"delay": 110,
"time": "1771055450"
},
"stopId": "44CROSguesR",
"stopSequence": 8
},
{
"arrival": {
"delay": 110,
"time": "1771055570"
},
"departure": {
"delay": 110,
"time": "1771055570"
},
"stopId": "44CROSrotzR",
"stopSequence": 9
},
{
"arrival": {
"delay": 110,
"time": "1771055690"
},
"departure": {
"delay": 110,
"time": "1771055690"
},
"stopId": "44CROSrateR",
"stopSequence": 10
},
{
"arrival": {
"delay": 110,
"time": "1771055870"
},
"departure": {
"delay": 110,
"time": "1771055870"
},
"stopId": "44CROSplaiR",
"stopSequence": 11
},
{
"arrival": {
"delay": 110,
"time": "1771056110"
},
"departure": {
"delay": 110,
"time": "1771056110"
},
"stopId": "44CROSbossR",
"stopSequence": 12
},
{
"arrival": {
"delay": 110,
"time": "1771056170"
},
"departure": {
"delay": 110,
"time": "1771056170"
},
"stopId": "44REINpoteR",
"stopSequence": 13
},
{
"arrival": {
"delay": 110,
"time": "1771056230"
},
"departure": {
"delay": 110,
"time": "1771056230"
},
"stopId": "44REINmaroR",
"stopSequence": 14
},
{
"arrival": {
"delay": 110,
"time": "1771056290"
},
"departure": {
"delay": 110,
"time": "1771056290"
},
"stopId": "44REINcadoR",
"stopSequence": 15
},
{
"arrival": {
"delay": 110,
"time": "1771056350"
},
"departure": {
"delay": 110,
"time": "1771056350"
},
"stopId": "44REINnoesR",
"stopSequence": 16
},
{
"arrival": {
"delay": 110,
"time": "1771056410"
},
"departure": {
"delay": 110,
"time": "1771056410"
},
"stopId": "44REINorgaR",
"stopSequence": 17
},
{
"arrival": {
"delay": 110,
"time": "1771056530"
},
"departure": {
"delay": 110,
"time": "1771056530"
},
"stopId": "44MISSbergR",
"stopSequence": 18
},
{
"arrival": {
"delay": 110,
"time": "1771056590"
},
"departure": {
"delay": 110,
"time": "1771056590"
},
"stopId": "44MISSbertR",
"stopSequence": 19
},
{
"arrival": {
"delay": 110,
"time": "1771056710"
},
"departure": {
"delay": 110,
"time": "1771056710"
},
"stopId": "44MISStourR",
"stopSequence": 20
},
{
"arrival": {
"delay": 110,
"time": "1771056830"
},
"departure": {
"delay": 110,
"time": "1771056830"
},
"stopId": "44MISSsureR",
"stopSequence": 21
},
{
"arrival": {
"delay": 110,
"time": "1771056890"
},
"departure": {
"delay": 110,
"time": "1771056890"
},
"stopId": "44MISSgoviR",
"stopSequence": 22
},
{
"arrival": {
"delay": 110,
"time": "1771056950"
},
"departure": {
"delay": 110,
"time": "1771056950"
},
"stopId": "44MISSbourR",
"stopSequence": 23
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 1,
"routeId": "305AT",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "2636440329"
},
"tripProperties": {},
"vehicle": {
"id": "683ec1f8e30937ffa85511a0",
"label": "163059",
"licensePlate": "ED-077-NF"
}
}
},
{
"id": "RT|2636440328|2636440328",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 137,
"time": "1771051637"
},
"departure": {
"delay": 168,
"time": "1771051668"
},
"stopId": "44NAZAgareR",
"stopSequence": 1
},
{
"arrival": {
"delay": 147,
"time": "1771051707"
},
"departure": {
"delay": 158,
"time": "1771051718"
},
"stopId": "44TRIGherbR",
"stopSequence": 2
},
{
"arrival": {
"delay": 171,
"time": "1771051791"
},
"departure": {
"delay": 180,
"time": "1771051800"
},
"stopId": "44TRIGroseR",
"stopSequence": 3
},
{
"arrival": {
"delay": 120,
"time": "1771051860"
},
"departure": {
"delay": 132,
"time": "1771051872"
},
"stopId": "44TRIGlargR",
"stopSequence": 4
},
{
"arrival": {
"delay": 105,
"time": "1771052025"
},
"departure": {
"delay": 117,
"time": "1771052037"
},
"stopId": "44TRIGherrR",
"stopSequence": 5
},
{
"arrival": {
"delay": 123,
"time": "1771052463"
},
"departure": {
"delay": 145,
"time": "1771052485"
},
"stopId": "44DONGcroiR",
"stopSequence": 6
},
{
"arrival": {
"delay": 180,
"time": "1771052640"
},
"departure": {
"delay": 188,
"time": "1771052648"
},
"stopId": "44DONGpommR",
"stopSequence": 7
},
{
"arrival": {
"delay": 145,
"time": "1771052665"
},
"departure": {
"delay": 150,
"time": "1771052670"
},
"stopId": "44DONGpaclR",
"stopSequence": 8
},
{
"arrival": {
"delay": 173,
"time": "1771052753"
},
"departure": {
"delay": 181,
"time": "1771052761"
},
"stopId": "44DONGheleR",
"stopSequence": 9
},
{
"arrival": {
"delay": 181,
"time": "1771052821"
},
"departure": {
"delay": 183,
"time": "1771052823"
},
"stopId": "44BESNmoraR",
"stopSequence": 10
},
{
"arrival": {
"delay": 144,
"time": "1771052844"
},
"departure": {
"delay": 151,
"time": "1771052851"
},
"stopId": "44BESNneufR",
"stopSequence": 11
},
{
"arrival": {
"delay": 128,
"time": "1771052888"
},
"departure": {
"delay": 130,
"time": "1771052890"
},
"stopId": "44BESNanglR",
"stopSequence": 12
},
{
"arrival": {
"delay": 61,
"time": "1771052941"
},
"departure": {
"delay": 77,
"time": "1771052957"
},
"stopId": "44BESNcentR",
"stopSequence": 13
},
{
"arrival": {
"delay": 79,
"time": "1771053019"
},
"departure": {
"delay": 84,
"time": "1771053024"
},
"stopId": "44BESNharrR",
"stopSequence": 14
},
{
"arrival": {
"delay": 70,
"time": "1771053250"
},
"departure": {
"delay": 78,
"time": "1771053258"
},
"stopId": "44PNTCmissR",
"stopSequence": 15
},
{
"arrival": {
"delay": 116,
"time": "1771053416"
},
"departure": {
"delay": 129,
"time": "1771053429"
},
"stopId": "44PNTCsncfU",
"stopSequence": 16
},
{
"arrival": {
"delay": 142,
"time": "1771053622"
},
"departure": {
"delay": 155,
"time": "1771053635"
},
"stopId": "44PNTCchtaR",
"stopSequence": 17
},
{
"arrival": {
"delay": 134,
"time": "1771053674"
},
"departure": {
"delay": 140,
"time": "1771053680"
},
"stopId": "44PNTCegliR",
"stopSequence": 18
},
{
"arrival": {
"delay": 108,
"time": "1771053708"
},
"departure": {
"delay": 114,
"time": "1771053714"
},
"stopId": "44PNTCcharR",
"stopSequence": 19
},
{
"arrival": {
"delay": 41,
"time": "1771053761"
},
"departure": {
"delay": 52,
"time": "1771053772"
},
"stopId": "44PNTCcoetR",
"stopSequence": 20
},
{
"arrival": {
"delay": 108,
"time": "1771054068"
},
"departure": {
"delay": 114,
"time": "1771054074"
},
"stopId": "44BRIVbinaR",
"stopSequence": 21
},
{
"arrival": {
"delay": 66,
"time": "1771054146"
},
"departure": {
"delay": 71,
"time": "1771054151"
},
"stopId": "44BRIVlomeR",
"stopSequence": 22
},
{
"arrival": {
"delay": 29,
"time": "1771054289"
},
"departure": {
"delay": 36,
"time": "1771054296"
},
"stopId": "44BRIVegliR",
"stopSequence": 23
},
{
"arrival": {
"delay": 45,
"time": "1771054365"
},
"departure": {
"delay": 51,
"time": "1771054371"
},
"stopId": "44BRIVroutR",
"stopSequence": 24
},
{
"arrival": {
"delay": 50,
"time": "1771054430"
},
"departure": {
"delay": 50,
"time": "1771054430"
},
"stopId": "44BRIVturcR",
"stopSequence": 25
},
{
"arrival": {
"delay": 50,
"time": "1771054550"
},
"departure": {
"delay": 50,
"time": "1771054550"
},
"stopId": "44QUILcrocR",
"stopSequence": 26
},
{
"arrival": {
"delay": 50,
"time": "1771054610"
},
"departure": {
"delay": 50,
"time": "1771054610"
},
"stopId": "44QUILegliR",
"stopSequence": 27
},
{
"arrival": {
"delay": 50,
"time": "1771054670"
},
"departure": {
"delay": 50,
"time": "1771054670"
},
"stopId": "44QUILgranR",
"stopSequence": 28
},
{
"arrival": {
"delay": 50,
"time": "1771054790"
},
"departure": {
"delay": 50,
"time": "1771054790"
},
"stopId": "44QUILpendR",
"stopSequence": 29
},
{
"arrival": {
"delay": 50,
"time": "1771054910"
},
"departure": {
"delay": 50,
"time": "1771054910"
},
"stopId": "44GUENmillR",
"stopSequence": 30
},
{
"arrival": {
"delay": 50,
"time": "1771054970"
},
"departure": {
"delay": 50,
"time": "1771054970"
},
"stopId": "44GUENepauR",
"stopSequence": 31
},
{
"arrival": {
"delay": 50,
"time": "1771055090"
},
"departure": {
"delay": 50,
"time": "1771055090"
},
"stopId": "44GUENgracR",
"stopSequence": 32
},
{
"arrival": {
"delay": 50,
"time": "1771055270"
},
"departure": {
"delay": 50,
"time": "1771055270"
},
"stopId": "44GUENrousR",
"stopSequence": 33
},
{
"arrival": {
"delay": 50,
"time": "1771055390"
},
"departure": {
"delay": 50,
"time": "1771055390"
},
"stopId": "44GUENmairR",
"stopSequence": 34
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 1,
"routeId": "305AT",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "2636440328"
},
"tripProperties": {},
"vehicle": {
"id": "683ec1f8e30937ffa85511a4",
"label": "173021",
"licensePlate": "EP-601-AY"
}
}
},
{
"id": "RT|2635491503|2635491503",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 101,
"time": "1771053401"
},
"departure": {
"delay": 128,
"time": "1771053428"
},
"stopId": "44NAZAgareR",
"stopSequence": 1
},
{
"arrival": {
"delay": -132,
"time": "1771054368"
},
"stopId": "44MICHmairR",
"stopSequence": 2
},
{
"arrival": {
"delay": -120,
"time": "1771055340"
},
"departure": {
"delay": -120,
"time": "1771055340"
},
"stopId": "44PORNhopiR",
"stopSequence": 3
},
{
"arrival": {
"delay": -120,
"time": "1771055580"
},
"departure": {
"delay": -120,
"time": "1771055580"
},
"stopId": "44PORNgareR",
"stopSequence": 4
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 1,
"routeId": "E315",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "2635491503"
},
"tripProperties": {},
"vehicle": {
"id": "68de43d48ae3a42d69ab4ee5",
"label": "598",
"licensePlate": "HF-598-PR"
}
}
},
{
"id": "RT|2635491812|2635491812",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -178,
"time": "1771051322"
},
"departure": {
"delay": 32,
"time": "1771051532"
},
"stopId": "44PREFgareA",
"stopSequence": 1
},
{
"arrival": {
"delay": 35,
"time": "1771051595"
},
"departure": {
"delay": 53,
"time": "1771051613"
},
"stopId": "44PREFquirA",
"stopSequence": 2
},
{
"arrival": {
"delay": 201,
"time": "1771052001"
},
"departure": {
"delay": 230,
"time": "1771052030"
},
"stopId": "44PLAIcentU",
"stopSequence": 3
},
{
"arrival": {
"delay": -59,
"time": "1771052461"
},
"departure": {
"delay": -4,
"time": "1771052516"
},
"stopId": "44PORNjarrA",
"stopSequence": 4
},
{
"arrival": {
"delay": 26,
"time": "1771052606"
},
"departure": {
"delay": 45,
"time": "1771052625"
},
"stopId": "44PORNsandA",
"stopSequence": 5
},
{
"arrival": {
"delay": 48,
"time": "1771052748"
},
"departure": {
"delay": 56,
"time": "1771052756"
},
"stopId": "44PORNgillA",
"stopSequence": 6
},
{
"arrival": {
"delay": -146,
"time": "1771053154"
},
"departure": {
"delay": -6,
"time": "1771053294"
},
"stopId": "44MICHdaloA",
"stopSequence": 7
},
{
"arrival": {
"delay": 47,
"time": "1771053467"
},
"departure": {
"delay": 65,
"time": "1771053485"
},
"stopId": "44MICHtharU1",
"stopSequence": 8
},
{
"arrival": {
"delay": 15,
"time": "1771053555"
},
"departure": {
"delay": 41,
"time": "1771053581"
},
"stopId": "44MICHavenA",
"stopSequence": 9
},
{
"arrival": {
"delay": 26,
"time": "1771053746"
},
"departure": {
"delay": 299,
"time": "1771054019"
},
"stopId": "44MICHpostA",
"stopSequence": 10
},
{
"arrival": {
"delay": 298,
"time": "1771054078"
},
"departure": {
"delay": 549,
"time": "1771054329"
},
"stopId": "44MICHmairA",
"stopSequence": 11
},
{
"arrival": {
"delay": 570,
"time": "1771054830"
},
"departure": {
"delay": 570,
"time": "1771054830"
},
"stopId": "44BREVfontA",
"stopSequence": 12
},
{
"arrival": {
"delay": 570,
"time": "1771054950"
},
"departure": {
"delay": 570,
"time": "1771054950"
},
"stopId": "44BREVbresU",
"stopSequence": 13
},
{
"arrival": {
"delay": 570,
"time": "1771055130"
},
"departure": {
"delay": 570,
"time": "1771055130"
},
"stopId": "44BREVbosqA",
"stopSequence": 14
},
{
"arrival": {
"delay": 570,
"time": "1771055850"
},
"departure": {
"delay": 570,
"time": "1771055850"
},
"stopId": "44TRIGlargA",
"stopSequence": 15
},
{
"arrival": {
"delay": 570,
"time": "1771055910"
},
"departure": {
"delay": 570,
"time": "1771055910"
},
"stopId": "44TRIGroseA",
"stopSequence": 16
},
{
"arrival": {
"delay": 570,
"time": "1771055970"
},
"departure": {
"delay": 570,
"time": "1771055970"
},
"stopId": "44NAZAgareA",
"stopSequence": 17
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 0,
"routeId": "315",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "2635491812"
},
"tripProperties": {},
"vehicle": {
"id": "69786c88fe36fee96a2e22d4",
"label": "898",
"licensePlate": "GB-898-CZ"
}
}
},
{
"id": "RT|2636063705|2636063705",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -1211,
"time": "1771048789"
},
"departure": {
"delay": 22,
"time": "1771050022"
},
"stopId": "44FROSmigrA",
"stopSequence": 1
},
{
"arrival": {
"delay": 80,
"time": "1771050200"
},
"departure": {
"delay": 88,
"time": "1771050208"
},
"stopId": "44FROScharU1",
"stopSequence": 2
},
{
"arrival": {
"delay": 108,
"time": "1771050288"
},
"departure": {
"delay": 119,
"time": "1771050299"
},
"stopId": "44FROSfuieU2",
"stopSequence": 3
},
{
"arrival": {
"delay": 39,
"time": "1771050639"
},
"departure": {
"delay": 53,
"time": "1771050653"
},
"stopId": "44VIAUcontA",
"stopSequence": 4
},
{
"arrival": {
"delay": 42,
"time": "1771050762"
},
"departure": {
"delay": 58,
"time": "1771050778"
},
"stopId": "44VIAUmairA",
"stopSequence": 5
},
{
"arrival": {
"delay": -13,
"time": "1771050827"
},
"departure": {
"delay": 82,
"time": "1771050922"
},
"stopId": "44VIAUgareA",
"stopSequence": 6
},
{
"arrival": {
"delay": 105,
"time": "1771051005"
},
"departure": {
"delay": 119,
"time": "1771051019"
},
"stopId": "44VIAUpaimA2",
"stopSequence": 7
},
{
"arrival": {
"delay": 129,
"time": "1771051209"
},
"departure": {
"delay": 135,
"time": "1771051215"
},
"stopId": "44VIAUpleiU1",
"stopSequence": 8
},
{
"arrival": {
"delay": 86,
"time": "1771051286"
},
"departure": {
"delay": 93,
"time": "1771051293"
},
"stopId": "44PAIMflorA2",
"stopSequence": 9
},
{
"arrival": {
"delay": 70,
"time": "1771051390"
},
"departure": {
"delay": 84,
"time": "1771051404"
},
"stopId": "44PAIMlouiA2",
"stopSequence": 10
},
{
"arrival": {
"delay": 52,
"time": "1771051432"
},
"departure": {
"delay": 67,
"time": "1771051447"
},
"stopId": "44PAIMbrasA",
"stopSequence": 11
},
{
"arrival": {
"delay": 29,
"time": "1771051529"
},
"departure": {
"delay": 70,
"time": "1771051570"
},
"stopId": "44PAIMamouA",
"stopSequence": 12
},
{
"arrival": {
"delay": 73,
"time": "1771051633"
},
"departure": {
"delay": 89,
"time": "1771051649"
},
"stopId": "44PAIMmarcA",
"stopSequence": 13
},
{
"arrival": {
"delay": 83,
"time": "1771051703"
},
"departure": {
"delay": 96,
"time": "1771051716"
},
"stopId": "44PAIMmairA",
"stopSequence": 14
},
{
"arrival": {
"delay": 52,
"time": "1771051732"
},
"departure": {
"delay": 62,
"time": "1771051742"
},
"stopId": "44PAIMkerbA",
"stopSequence": 15
},
{
"arrival": {
"delay": 39,
"time": "1771051899"
},
"departure": {
"delay": 57,
"time": "1771051917"
},
"stopId": "44CORScentA",
"stopSequence": 16
},
{
"arrival": {
"delay": 38,
"time": "1771051958"
},
"departure": {
"delay": 42,
"time": "1771051962"
},
"stopId": "44CORSbonnA",
"stopSequence": 17
},
{
"arrival": {
"delay": 37,
"time": "1771052017"
},
"departure": {
"delay": 41,
"time": "1771052021"
},
"stopId": "44CORSperrA",
"stopSequence": 18
},
{
"arrival": {
"delay": 85,
"time": "1771052065"
},
"departure": {
"delay": 93,
"time": "1771052073"
},
"stopId": "44CORSmabiA",
"stopSequence": 19
},
{
"arrival": {
"delay": 69,
"time": "1771052169"
},
"departure": {
"delay": 76,
"time": "1771052176"
},
"stopId": "44CORSmoisA",
"stopSequence": 20
},
{
"arrival": {
"delay": 45,
"time": "1771052205"
},
"departure": {
"delay": 50,
"time": "1771052210"
},
"stopId": "44CORSgrixA",
"stopSequence": 21
},
{
"arrival": {
"delay": 13,
"time": "1771052233"
},
"departure": {
"delay": 18,
"time": "1771052238"
},
"stopId": "44CORSgreiA",
"stopSequence": 22
},
{
"arrival": {
"delay": -41,
"time": "1771052299"
},
"departure": {
"delay": -33,
"time": "1771052307"
},
"stopId": "44CORSbaieA",
"stopSequence": 23
},
{
"arrival": {
"delay": 6,
"time": "1771052586"
},
"departure": {
"delay": 13,
"time": "1771052593"
},
"stopId": "44BREVfontA",
"stopSequence": 24
},
{
"arrival": {
"delay": -14,
"time": "1771052686"
},
"stopId": "44BREVbresU",
"stopSequence": 25
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 0,
"routeId": "316",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "2636063705"
},
"tripProperties": {},
"vehicle": {
"id": "d579ee2c41b13d10",
"label": "Frossay > Saint-Brevin-les-Pins"
}
}
},
{
"id": "RT|2636303702|2636303702",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -547,
"time": "1771052753"
},
"departure": {
"delay": 26,
"time": "1771053326"
},
"stopId": "44BREVbresU",
"stopSequence": 1
},
{
"arrival": {
"delay": 22,
"time": "1771053442"
},
"departure": {
"delay": 34,
"time": "1771053454"
},
"stopId": "44BREVfontR",
"stopSequence": 2
},
{
"arrival": {
"delay": 20,
"time": "1771053680"
},
"departure": {
"delay": 22,
"time": "1771053682"
},
"stopId": "44CORSbaieR",
"stopSequence": 3
},
{
"arrival": {
"delay": -37,
"time": "1771053743"
},
"departure": {
"delay": -26,
"time": "1771053754"
},
"stopId": "44CORSgreiR",
"stopSequence": 4
},
{
"arrival": {
"delay": -63,
"time": "1771053777"
},
"departure": {
"delay": 27,
"time": "1771053867"
},
"stopId": "44CORSgrixR",
"stopSequence": 5
},
{
"arrival": {
"delay": 12,
"time": "1771053912"
},
"departure": {
"delay": 20,
"time": "1771053920"
},
"stopId": "44CORSmoisR",
"stopSequence": 6
},
{
"arrival": {
"delay": 16,
"time": "1771054036"
},
"departure": {
"delay": 25,
"time": "1771054045"
},
"stopId": "44CORSmabiR",
"stopSequence": 7
},
{
"arrival": {
"delay": 91,
"time": "1771054111"
},
"departure": {
"delay": 92,
"time": "1771054112"
},
"stopId": "44CORSperrR",
"stopSequence": 8
},
{
"arrival": {
"delay": 90,
"time": "1771054170"
},
"departure": {
"delay": 98,
"time": "1771054178"
},
"stopId": "44CORSbonnR",
"stopSequence": 9
},
{
"arrival": {
"delay": 75,
"time": "1771054215"
},
"departure": {
"delay": 88,
"time": "1771054228"
},
"stopId": "44CORScentR",
"stopSequence": 10
},
{
"arrival": {
"delay": 50,
"time": "1771054370"
},
"stopId": "44PAIMkerbR",
"stopSequence": 11
},
{
"arrival": {
"delay": 60,
"time": "1771054440"
},
"departure": {
"delay": 60,
"time": "1771054440"
},
"stopId": "44PAIMmairR",
"stopSequence": 12
},
{
"arrival": {
"delay": 60,
"time": "1771054500"
},
"departure": {
"delay": 60,
"time": "1771054500"
},
"stopId": "44PAIMmarcR",
"stopSequence": 13
},
{
"arrival": {
"delay": 60,
"time": "1771054560"
},
"departure": {
"delay": 60,
"time": "1771054560"
},
"stopId": "44PAIMamouR",
"stopSequence": 14
},
{
"arrival": {
"delay": 60,
"time": "1771054560"
},
"departure": {
"delay": 60,
"time": "1771054560"
},
"stopId": "44PAIMbrasR",
"stopSequence": 15
},
{
"arrival": {
"delay": 60,
"time": "1771054620"
},
"departure": {
"delay": 60,
"time": "1771054620"
},
"stopId": "44PAIMlouiR",
"stopSequence": 16
},
{
"arrival": {
"delay": 60,
"time": "1771054740"
},
"departure": {
"delay": 60,
"time": "1771054740"
},
"stopId": "44PAIMflorR1",
"stopSequence": 17
},
{
"arrival": {
"delay": 60,
"time": "1771054800"
},
"departure": {
"delay": 60,
"time": "1771054800"
},
"stopId": "44VIAUpleiU3",
"stopSequence": 18
},
{
"arrival": {
"delay": 60,
"time": "1771054980"
},
"departure": {
"delay": 60,
"time": "1771054980"
},
"stopId": "44VIAUpaimR2",
"stopSequence": 19
},
{
"arrival": {
"delay": 60,
"time": "1771055100"
},
"departure": {
"delay": 60,
"time": "1771055100"
},
"stopId": "44VIAUmairR",
"stopSequence": 20
},
{
"arrival": {
"delay": 60,
"time": "1771055220"
},
"departure": {
"delay": 60,
"time": "1771055220"
},
"stopId": "44VIAUgareR",
"stopSequence": 21
},
{
"arrival": {
"delay": 60,
"time": "1771055280"
},
"departure": {
"delay": 60,
"time": "1771055280"
},
"stopId": "44VIAUcontR",
"stopSequence": 22
},
{
"arrival": {
"delay": 60,
"time": "1771055700"
},
"departure": {
"delay": 60,
"time": "1771055700"
},
"stopId": "44FROSfuieU1",
"stopSequence": 23
},
{
"arrival": {
"delay": 60,
"time": "1771055760"
},
"departure": {
"delay": 60,
"time": "1771055760"
},
"stopId": "44FROScharU2",
"stopSequence": 24
},
{
"arrival": {
"delay": 60,
"time": "1771056000"
},
"departure": {
"delay": 60,
"time": "1771056000"
},
"stopId": "44FROSmigrR",
"stopSequence": 25
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 1,
"routeId": "316",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "2636303702"
},
"tripProperties": {},
"vehicle": {
"id": "d579ee2c41b13d10",
"label": "Saint-Brevin-les-Pins > Frossay"
}
}
},
{
"id": "RT|2588379505|2588379505",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 11,
"time": "1771055111"
},
"departure": {
"delay": 11,
"time": "1771055111"
},
"stopId": "49BAUCtollU",
"stopSequence": 8
},
{
"arrival": {
"delay": 11,
"time": "1771055711"
},
"departure": {
"delay": 11,
"time": "1771055711"
},
"stopId": "49ANGEroutUL",
"stopSequence": 9
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 0,
"routeId": "401",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "2588379505"
},
"tripProperties": {},
"vehicle": {
"id": "108",
"label": "241303",
"licensePlate": "HA-126-XK"
}
}
},
{
"id": "RT|2588379605|2588379605",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 204,
"time": "1771054824"
},
"departure": {
"delay": 204,
"time": "1771054824"
},
"stopId": "49SEGRhaltR",
"stopSequence": 13
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 1,
"routeId": "401",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "2588379605"
},
"tripProperties": {},
"vehicle": {
"id": "107",
"label": "153167",
"licensePlate": "DT-476-TG"
}
}
},
{
"id": "RT|2588379506|2588379506",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 22,
"time": "1771054822"
},
"departure": {
"delay": 22,
"time": "1771054822"
},
"stopId": "49ANDIlibeA",
"stopSequence": 16
},
{
"arrival": {
"delay": 22,
"time": "1771055242"
},
"departure": {
"delay": 22,
"time": "1771055242"
},
"stopId": "49LIONcimeA",
"stopSequence": 17
},
{
"arrival": {
"delay": 22,
"time": "1771055422"
},
"departure": {
"delay": 22,
"time": "1771055422"
},
"stopId": "49LIONfoirA1",
"stopSequence": 18
},
{
"arrival": {
"delay": 22,
"time": "1771055542"
},
"departure": {
"delay": 22,
"time": "1771055542"
},
"stopId": "49GREZplaiA",
"stopSequence": 19
},
{
"arrival": {
"delay": 22,
"time": "1771055722"
},
"departure": {
"delay": 22,
"time": "1771055722"
},
"stopId": "49GREZgrieA1",
"stopSequence": 20
},
{
"arrival": {
"delay": 22,
"time": "1771056022"
},
"departure": {
"delay": 22,
"time": "1771056022"
},
"stopId": "49PRUIchesA",
"stopSequence": 21
},
{
"arrival": {
"delay": 22,
"time": "1771056082"
},
"departure": {
"delay": 22,
"time": "1771056082"
},
"stopId": "49MEMBmairA",
"stopSequence": 22
},
{
"arrival": {
"delay": 22,
"time": "1771056562"
},
"departure": {
"delay": 22,
"time": "1771056562"
},
"stopId": "49AVRIcadeA",
"stopSequence": 23
},
{
"arrival": {
"delay": 22,
"time": "1771056682"
},
"departure": {
"delay": 22,
"time": "1771056682"
},
"stopId": "49AVRIardeA",
"stopSequence": 24
},
{
"arrival": {
"delay": 22,
"time": "1771057522"
},
"departure": {
"delay": 22,
"time": "1771057522"
},
"stopId": "49ANGElequA",
"stopSequence": 25
},
{
"arrival": {
"delay": 22,
"time": "1771058242"
},
"departure": {
"delay": 22,
"time": "1771058242"
},
"stopId": "49ANGEroutUL",
"stopSequence": 26
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 0,
"routeId": "401",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "2588379506"
},
"tripProperties": {},
"vehicle": {
"id": "111",
"label": "153168",
"licensePlate": "DT-483-TG"
}
}
},
{
"id": "RT|2607193902|2607193902",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -59,
"time": "1771054501"
},
"departure": {
"delay": -59,
"time": "1771054501"
},
"stopId": "49NJOUbiblA",
"stopSequence": 2
},
{
"arrival": {
"delay": -59,
"time": "1771054861"
},
"departure": {
"delay": -59,
"time": "1771054861"
},
"stopId": "49POUEunioU",
"stopSequence": 3
},
{
"arrival": {
"delay": -59,
"time": "1771055281"
},
"departure": {
"delay": -59,
"time": "1771055281"
},
"stopId": "49CLEMrochA",
"stopSequence": 4
},
{
"arrival": {
"delay": -58,
"time": "1771055282"
},
"departure": {
"delay": -58,
"time": "1771055282"
},
"stopId": "49CLEMguerA",
"stopSequence": 5
},
{
"arrival": {
"delay": -58,
"time": "1771055342"
},
"departure": {
"delay": -58,
"time": "1771055342"
},
"stopId": "49CLEMclemA",
"stopSequence": 6
},
{
"arrival": {
"delay": -58,
"time": "1771055402"
},
"departure": {
"delay": -58,
"time": "1771055402"
},
"stopId": "49CLEMpineA",
"stopSequence": 7
},
{
"arrival": {
"delay": -58,
"time": "1771055642"
},
"departure": {
"delay": -58,
"time": "1771055642"
},
"stopId": "49CLEMjanvA",
"stopSequence": 8
},
{
"arrival": {
"delay": -58,
"time": "1771055702"
},
"departure": {
"delay": -58,
"time": "1771055702"
},
"stopId": "49CLEMfruxA",
"stopSequence": 9
},
{
"arrival": {
"delay": -58,
"time": "1771056002"
},
"departure": {
"delay": -58,
"time": "1771056002"
},
"stopId": "49POTHpaquA",
"stopSequence": 10
},
{
"arrival": {
"delay": -57,
"time": "1771056003"
},
"departure": {
"delay": -57,
"time": "1771056003"
},
"stopId": "49POTHcinqA",
"stopSequence": 11
},
{
"arrival": {
"delay": -57,
"time": "1771056123"
},
"departure": {
"delay": -57,
"time": "1771056123"
},
"stopId": "49BAUCvallA",
"stopSequence": 12
},
{
"arrival": {
"delay": -57,
"time": "1771056303"
},
"departure": {
"delay": -57,
"time": "1771056303"
},
"stopId": "49BAUCdeseA",
"stopSequence": 13
},
{
"arrival": {
"delay": -57,
"time": "1771056363"
},
"departure": {
"delay": -57,
"time": "1771056363"
},
"stopId": "49BAUCtechA",
"stopSequence": 14
},
{
"arrival": {
"delay": -57,
"time": "1771056483"
},
"departure": {
"delay": -57,
"time": "1771056483"
},
"stopId": "49ANGEbeauA",
"stopSequence": 15
},
{
"arrival": {
"delay": -57,
"time": "1771056843"
},
"departure": {
"delay": -57,
"time": "1771056843"
},
"stopId": "49ANGEmariA",
"stopSequence": 16
},
{
"arrival": {
"delay": -57,
"time": "1771057023"
},
"departure": {
"delay": -57,
"time": "1771057023"
},
"stopId": "49ANGElequA",
"stopSequence": 17
},
{
"arrival": {
"delay": -57,
"time": "1771057623"
},
"departure": {
"delay": -57,
"time": "1771057623"
},
"stopId": "49ANGEroutUN",
"stopSequence": 18
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 0,
"routeId": "425",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "2607193902"
},
"tripProperties": {},
"vehicle": {
"id": "40",
"label": "39342",
"licensePlate": "GD-991-LG"
}
}
},
{
"id": "RT|2607682302|2607682302",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 20,
"time": "1771055300"
},
"departure": {
"delay": 20,
"time": "1771055300"
},
"stopId": "49GRANgautR",
"stopSequence": 2
},
{
"arrival": {
"delay": 20,
"time": "1771055600"
},
"departure": {
"delay": 20,
"time": "1771055600"
},
"stopId": "49GRANretrR",
"stopSequence": 3
},
{
"arrival": {
"delay": 20,
"time": "1771055720"
},
"departure": {
"delay": 20,
"time": "1771055720"
},
"stopId": "49GRANterrR",
"stopSequence": 4
},
{
"arrival": {
"delay": 20,
"time": "1771056140"
},
"departure": {
"delay": 20,
"time": "1771056140"
},
"stopId": "49BECOmairU",
"stopSequence": 5
},
{
"arrival": {
"delay": 20,
"time": "1771056800"
},
"departure": {
"delay": 20,
"time": "1771056800"
},
"stopId": "49CANDgendR",
"stopSequence": 6
},
{
"arrival": {
"delay": 20,
"time": "1771056920"
},
"departure": {
"delay": 20,
"time": "1771056920"
},
"stopId": "49CANDegliU",
"stopSequence": 7
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 1,
"routeId": "409",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "2607682302"
},
"tripProperties": {},
"vehicle": {
"id": "1",
"label": "143321",
"licensePlate": "DK-794-LX"
}
}
},
{
"id": "RT|2607193104|2607193104",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 0,
"time": "1771054860"
},
"departure": {
"delay": 0,
"time": "1771054860"
},
"stopId": "49MIREanjoA",
"stopSequence": 1
},
{
"arrival": {
"delay": 0,
"time": "1771055160"
},
"departure": {
"delay": 0,
"time": "1771055160"
},
"stopId": "49CONTegliA",
"stopSequence": 2
},
{
"arrival": {
"delay": 0,
"time": "1771056060"
},
"departure": {
"delay": 0,
"time": "1771056060"
},
"stopId": "49CHATfortA",
"stopSequence": 3
},
{
"arrival": {
"delay": 0,
"time": "1771056240"
},
"departure": {
"delay": 0,
"time": "1771056240"
},
"stopId": "49CHATcampA",
"stopSequence": 4
},
{
"arrival": {
"delay": 0,
"time": "1771056540"
},
"departure": {
"delay": 0,
"time": "1771056540"
},
"stopId": "49CHAMlebaA",
"stopSequence": 5
},
{
"arrival": {
"delay": 0,
"time": "1771056660"
},
"departure": {
"delay": 0,
"time": "1771056660"
},
"stopId": "49CHAMegliA",
"stopSequence": 6
},
{
"arrival": {
"delay": 0,
"time": "1771057200"
},
"departure": {
"delay": 0,
"time": "1771057200"
},
"stopId": "49SCEAplatA",
"stopSequence": 7
},
{
"arrival": {
"delay": 0,
"time": "1771057320"
},
"departure": {
"delay": 0,
"time": "1771057320"
},
"stopId": "49SCEAanjoA",
"stopSequence": 8
},
{
"arrival": {
"delay": 0,
"time": "1771057500"
},
"departure": {
"delay": 0,
"time": "1771057500"
},
"stopId": "49FENEbeauA",
"stopSequence": 9
},
{
"arrival": {
"delay": 0,
"time": "1771057740"
},
"departure": {
"delay": 0,
"time": "1771057740"
},
"stopId": "49FENEpetiA",
"stopSequence": 10
},
{
"arrival": {
"delay": 1,
"time": "1771057741"
},
"departure": {
"delay": 1,
"time": "1771057741"
},
"stopId": "49FENEchamA",
"stopSequence": 11
},
{
"arrival": {
"delay": 1,
"time": "1771057801"
},
"departure": {
"delay": 1,
"time": "1771057801"
},
"stopId": "49FENEfontA",
"stopSequence": 12
},
{
"arrival": {
"delay": 1,
"time": "1771057921"
},
"departure": {
"delay": 1,
"time": "1771057921"
},
"stopId": "49EPINlandA",
"stopSequence": 13
},
{
"arrival": {
"delay": 1,
"time": "1771057981"
},
"departure": {
"delay": 1,
"time": "1771057981"
},
"stopId": "49EPINpetiA",
"stopSequence": 14
},
{
"arrival": {
"delay": 1,
"time": "1771058101"
},
"departure": {
"delay": 1,
"time": "1771058101"
},
"stopId": "49EPINpommA",
"stopSequence": 15
},
{
"arrival": {
"delay": 1,
"time": "1771058161"
},
"departure": {
"delay": 1,
"time": "1771058161"
},
"stopId": "49EPINsartA",
"stopSequence": 16
},
{
"arrival": {
"delay": 1,
"time": "1771058221"
},
"departure": {
"delay": 1,
"time": "1771058221"
},
"stopId": "49EPINmaroA",
"stopSequence": 17
},
{
"arrival": {
"delay": 1,
"time": "1771058341"
},
"departure": {
"delay": 1,
"time": "1771058341"
},
"stopId": "49EPINmassA",
"stopSequence": 18
},
{
"arrival": {
"delay": 2,
"time": "1771058342"
},
"departure": {
"delay": 2,
"time": "1771058342"
},
"stopId": "49EPINroncA",
"stopSequence": 19
},
{
"arrival": {
"delay": 3,
"time": "1771058343"
},
"departure": {
"delay": 3,
"time": "1771058343"
},
"stopId": "49EPINlegrA",
"stopSequence": 20
},
{
"arrival": {
"delay": 3,
"time": "1771058823"
},
"departure": {
"delay": 3,
"time": "1771058823"
},
"stopId": "49ANGEvernA",
"stopSequence": 21
},
{
"arrival": {
"delay": 3,
"time": "1771059003"
},
"departure": {
"delay": 3,
"time": "1771059003"
},
"stopId": "49ANGEblerA",
"stopSequence": 22
},
{
"arrival": {
"delay": 3,
"time": "1771059123"
},
"departure": {
"delay": 3,
"time": "1771059123"
},
"stopId": "49ANGEbichA",
"stopSequence": 23
},
{
"arrival": {
"delay": 3,
"time": "1771059243"
},
"departure": {
"delay": 3,
"time": "1771059243"
},
"stopId": "49ANGEmntpA",
"stopSequence": 24
},
{
"arrival": {
"delay": 3,
"time": "1771059303"
},
"departure": {
"delay": 3,
"time": "1771059303"
},
"stopId": "49ANGElequA",
"stopSequence": 25
},
{
"arrival": {
"delay": 3,
"time": "1771059903"
},
"departure": {
"delay": 3,
"time": "1771059903"
},
"stopId": "49ANGEroutUO",
"stopSequence": 26
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 0,
"routeId": "411",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "2607193104"
},
"tripProperties": {},
"vehicle": {
"id": "43",
"label": "39674",
"licensePlate": "GH-098-DV"
}
}
},
{
"id": "RT|2607679805|2607679805",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -116,
"time": "1771054684"
},
"departure": {
"delay": -116,
"time": "1771054684"
},
"stopId": "49CANDgendA",
"stopSequence": 4
},
{
"arrival": {
"delay": -116,
"time": "1771055464"
},
"departure": {
"delay": -116,
"time": "1771055464"
},
"stopId": "49BECOmairU",
"stopSequence": 5
},
{
"arrival": {
"delay": -116,
"time": "1771055944"
},
"departure": {
"delay": -116,
"time": "1771055944"
},
"stopId": "49GRANterrA",
"stopSequence": 6
},
{
"arrival": {
"delay": -116,
"time": "1771056064"
},
"departure": {
"delay": -116,
"time": "1771056064"
},
"stopId": "49GRANretrA",
"stopSequence": 7
},
{
"arrival": {
"delay": -116,
"time": "1771056364"
},
"departure": {
"delay": -116,
"time": "1771056364"
},
"stopId": "49GRANgautA",
"stopSequence": 8
},
{
"arrival": {
"delay": -116,
"time": "1771057684"
},
"departure": {
"delay": -116,
"time": "1771057684"
},
"stopId": "49ANGEroutUM",
"stopSequence": 9
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 0,
"routeId": "409",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "2607679805"
},
"tripProperties": {},
"vehicle": {
"id": "3",
"label": "143320",
"licensePlate": "DK-775-LX"
}
}
},
{
"id": "RT|2607394606|2607394606",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 139,
"time": "1771054339"
},
"departure": {
"delay": 139,
"time": "1771054339"
},
"stopId": "53LAVAroutR",
"stopSequence": 1
},
{
"arrival": {
"delay": 139,
"time": "1771054639"
},
"departure": {
"delay": 139,
"time": "1771054639"
},
"stopId": "53LAVAmrteU",
"stopSequence": 2
},
{
"arrival": {
"delay": 139,
"time": "1771054879"
},
"departure": {
"delay": 139,
"time": "1771054879"
},
"stopId": "53LAVA42rtU",
"stopSequence": 3
},
{
"arrival": {
"delay": 139,
"time": "1771054939"
},
"departure": {
"delay": 139,
"time": "1771054939"
},
"stopId": "53LAVAfuyeR",
"stopSequence": 4
},
{
"arrival": {
"delay": 139,
"time": "1771056139"
},
"departure": {
"delay": 139,
"time": "1771056139"
},
"stopId": "53CHAItertU1",
"stopSequence": 5
},
{
"arrival": {
"delay": 139,
"time": "1771056259"
},
"departure": {
"delay": 139,
"time": "1771056259"
},
"stopId": "53CHAItertU2",
"stopSequence": 6
},
{
"arrival": {
"delay": 139,
"time": "1771056739"
},
"departure": {
"delay": 139,
"time": "1771056739"
},
"stopId": "53ERNEquerR",
"stopSequence": 7
},
{
"arrival": {
"delay": 139,
"time": "1771057039"
},
"departure": {
"delay": 139,
"time": "1771057039"
},
"stopId": "53ERNEplacR",
"stopSequence": 8
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 1,
"routeId": "145E",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "2607394606"
},
"tripProperties": {},
"vehicle": {
"id": "96",
"label": "253029",
"licensePlate": "HD-061-QE"
}
}
},
{
"id": "RT|2607364103|2607364103",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 60,
"time": "1771054380"
},
"departure": {
"delay": 60,
"time": "1771054380"
},
"stopId": "53LAVAroutR",
"stopSequence": 1
},
{
"arrival": {
"delay": 60,
"time": "1771054860"
},
"departure": {
"delay": 60,
"time": "1771054860"
},
"stopId": "53LAVAjarrA",
"stopSequence": 2
},
{
"arrival": {
"delay": 60,
"time": "1771055340"
},
"departure": {
"delay": 60,
"time": "1771055340"
},
"stopId": "53LAVAbeckR2",
"stopSequence": 3
},
{
"arrival": {
"delay": 60,
"time": "1771055460"
},
"departure": {
"delay": 60,
"time": "1771055460"
},
"stopId": "53LAVAtourR1",
"stopSequence": 4
},
{
"arrival": {
"delay": 60,
"time": "1771055700"
},
"departure": {
"delay": 60,
"time": "1771055700"
},
"stopId": "53FORCbourR",
"stopSequence": 5
},
{
"arrival": {
"delay": 60,
"time": "1771056180"
},
"departure": {
"delay": 60,
"time": "1771056180"
},
"stopId": "53ARQUbergR",
"stopSequence": 6
},
{
"arrival": {
"delay": 60,
"time": "1771056480"
},
"departure": {
"delay": 60,
"time": "1771056480"
},
"stopId": "53MESLcommA",
"stopSequence": 7
},
{
"arrival": {
"delay": 60,
"time": "1771056720"
},
"departure": {
"delay": 60,
"time": "1771056720"
},
"stopId": "53MESLfratR",
"stopSequence": 8
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 1,
"routeId": "109E",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "2607364103"
},
"tripProperties": {},
"vehicle": {
"id": "104",
"label": "253042",
"licensePlate": "HE-491-GY"
}
}
},
{
"id": "RT|2607361211|2607361211",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 4,
"time": "1771054504"
},
"departure": {
"delay": 4,
"time": "1771054504"
},
"stopId": "53LAVAbienR",
"stopSequence": 3
},
{
"arrival": {
"delay": 4,
"time": "1771054684"
},
"departure": {
"delay": 4,
"time": "1771054684"
},
"stopId": "53CHANimpaR",
"stopSequence": 4
},
{
"arrival": {
"delay": 4,
"time": "1771055344"
},
"departure": {
"delay": 4,
"time": "1771055344"
},
"stopId": "53MARTrondR1",
"stopSequence": 5
},
{
"arrival": {
"delay": 4,
"time": "1771055824"
},
"departure": {
"delay": 4,
"time": "1771055824"
},
"stopId": "53MOULormeR",
"stopSequence": 6
},
{
"arrival": {
"delay": 4,
"time": "1771055944"
},
"departure": {
"delay": 4,
"time": "1771055944"
},
"stopId": "53MAYEanjoU",
"stopSequence": 7
},
{
"arrival": {
"delay": 4,
"time": "1771056184"
},
"departure": {
"delay": 4,
"time": "1771056184"
},
"stopId": "53MAYEvincR",
"stopSequence": 8
},
{
"arrival": {
"delay": 4,
"time": "1771056604"
},
"departure": {
"delay": 4,
"time": "1771056604"
},
"stopId": "53MAYEsncfR",
"stopSequence": 9
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 1,
"routeId": "102E",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "2607361211"
},
"tripProperties": {},
"vehicle": {
"id": "31",
"label": "135052",
"licensePlate": "CX-213-PQ"
}
}
},
{
"id": "RT|2607360409|2607360409",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 184,
"time": "1771054564"
},
"departure": {
"delay": 184,
"time": "1771054564"
},
"stopId": "53LAVAavesR",
"stopSequence": 3
},
{
"arrival": {
"delay": 184,
"time": "1771054684"
},
"departure": {
"delay": 184,
"time": "1771054684"
},
"stopId": "53LAVAbeckR2",
"stopSequence": 4
},
{
"arrival": {
"delay": 184,
"time": "1771054804"
},
"departure": {
"delay": 184,
"time": "1771054804"
},
"stopId": "53LAVAthevU",
"stopSequence": 5
},
{
"arrival": {
"delay": 184,
"time": "1771055704"
},
"departure": {
"delay": 184,
"time": "1771055704"
},
"stopId": "53CHARzapoU",
"stopSequence": 6
},
{
"arrival": {
"delay": 184,
"time": "1771056784"
},
"departure": {
"delay": 184,
"time": "1771056784"
},
"stopId": "53AZE1rougU",
"stopSequence": 7
},
{
"arrival": {
"delay": 184,
"time": "1771057084"
},
"departure": {
"delay": 184,
"time": "1771057084"
},
"stopId": "53GONTjoffR",
"stopSequence": 8
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 1,
"routeId": "101E",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "2607360409"
},
"tripProperties": {},
"vehicle": {
"id": "26",
"label": "133182",
"licensePlate": "CX-359-RN"
}
}
},
{
"id": "RT|2639782905|2639782905",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 66,
"time": "1771054866"
},
"departure": {
"delay": 66,
"time": "1771054866"
},
"stopId": "53CRAOplacR",
"stopSequence": 8
},
{
"arrival": {
"delay": 66,
"time": "1771054986"
},
"departure": {
"delay": 66,
"time": "1771054986"
},
"stopId": "53CRAOrocaR",
"stopSequence": 9
},
{
"arrival": {
"delay": 66,
"time": "1771055106"
},
"departure": {
"delay": 66,
"time": "1771055106"
},
"stopId": "53CRAOsainU",
"stopSequence": 10
},
{
"arrival": {
"delay": 66,
"time": "1771055766"
},
"departure": {
"delay": 66,
"time": "1771055766"
},
"stopId": "53RENAjarrU",
"stopSequence": 11
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 1,
"routeId": "140E",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "2639782905"
},
"tripProperties": {},
"vehicle": {
"id": "82",
"label": "14008",
"licensePlate": "EZ-298-HR"
}
}
},
{
"id": "RT|2610228509|2610228509",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 134,
"time": "1771054454"
},
"departure": {
"delay": 134,
"time": "1771054454"
},
"stopId": "44SAUTbaudA",
"stopSequence": 15
},
{
"arrival": {
"delay": 134,
"time": "1771054754"
},
"departure": {
"delay": 134,
"time": "1771054754"
},
"stopId": "44HERBriefA",
"stopSequence": 16
},
{
"arrival": {
"delay": 134,
"time": "1771054994"
},
"departure": {
"delay": 134,
"time": "1771054994"
},
"stopId": "44ORVAforuA",
"stopSequence": 17
},
{
"arrival": {
"delay": 134,
"time": "1771055054"
},
"departure": {
"delay": 134,
"time": "1771055054"
},
"stopId": "44ORVAappeA",
"stopSequence": 18
},
{
"arrival": {
"delay": 134,
"time": "1771055234"
},
"departure": {
"delay": 134,
"time": "1771055234"
},
"stopId": "44ORVAmorlA",
"stopSequence": 19
},
{
"arrival": {
"delay": 134,
"time": "1771055474"
},
"departure": {
"delay": 134,
"time": "1771055474"
},
"stopId": "44NANTbeauA",
"stopSequence": 20
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 0,
"routeId": "320",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "2610228509"
},
"tripProperties": {},
"vehicle": {
"id": "50",
"label": "173027",
"licensePlate": "EP-450-EH"
}
}
},
{
"id": "RT|2628656534|2628656534",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 32,
"time": "1771054472"
},
"departure": {
"delay": 32,
"time": "1771054472"
},
"stopId": "44NANTgranA",
"stopSequence": 17
},
{
"arrival": {
"delay": 32,
"time": "1771054532"
},
"departure": {
"delay": 32,
"time": "1771054532"
},
"stopId": "44NANThalvA",
"stopSequence": 18
},
{
"arrival": {
"delay": 32,
"time": "1771054592"
},
"departure": {
"delay": 32,
"time": "1771054592"
},
"stopId": "44NANTmalrA",
"stopSequence": 19
},
{
"arrival": {
"delay": 32,
"time": "1771054892"
},
"departure": {
"delay": 32,
"time": "1771054892"
},
"stopId": "44NANTbatiA",
"stopSequence": 20
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 0,
"routeId": "360",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "2628656534"
},
"tripProperties": {},
"vehicle": {
"id": "87",
"label": "213078",
"licensePlate": "GD-301-TS"
}
}
},
{
"id": "RT|2628655522|2628655522",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 3,
"time": "1771054443"
},
"departure": {
"delay": 3,
"time": "1771054443"
},
"stopId": "44DESEbeauA",
"stopSequence": 7
},
{
"arrival": {
"delay": 3,
"time": "1771054503"
},
"departure": {
"delay": 3,
"time": "1771054503"
},
"stopId": "44DESEnoe1A",
"stopSequence": 8
},
{
"arrival": {
"delay": 3,
"time": "1771054563"
},
"departure": {
"delay": 3,
"time": "1771054563"
},
"stopId": "44DESEgautA",
"stopSequence": 9
},
{
"arrival": {
"delay": 3,
"time": "1771054623"
},
"departure": {
"delay": 3,
"time": "1771054623"
},
"stopId": "44DESEsuceA",
"stopSequence": 10
},
{
"arrival": {
"delay": 3,
"time": "1771055043"
},
"departure": {
"delay": 3,
"time": "1771055043"
},
"stopId": "44CARQcentA2",
"stopSequence": 11
},
{
"arrival": {
"delay": 3,
"time": "1771055223"
},
"departure": {
"delay": 3,
"time": "1771055223"
},
"stopId": "44CARQbrecA",
"stopSequence": 12
},
{
"arrival": {
"delay": 3,
"time": "1771055343"
},
"departure": {
"delay": 3,
"time": "1771055343"
},
"stopId": "44NANTicamA",
"stopSequence": 13
},
{
"arrival": {
"delay": 3,
"time": "1771055463"
},
"departure": {
"delay": 3,
"time": "1771055463"
},
"stopId": "44NANTgranA",
"stopSequence": 14
},
{
"arrival": {
"delay": 3,
"time": "1771055643"
},
"departure": {
"delay": 3,
"time": "1771055643"
},
"stopId": "44NANThalvA",
"stopSequence": 15
},
{
"arrival": {
"delay": 3,
"time": "1771055943"
},
"departure": {
"delay": 3,
"time": "1771055943"
},
"stopId": "44NANTmalrA",
"stopSequence": 16
},
{
"arrival": {
"delay": 3,
"time": "1771056243"
},
"departure": {
"delay": 3,
"time": "1771056243"
},
"stopId": "44NANTbatiA",
"stopSequence": 17
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 0,
"routeId": "348",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "2628655522"
},
"tripProperties": {},
"vehicle": {
"id": "73",
"label": "193045",
"licensePlate": "FH-817-PT"
}
}
},
{
"id": "RT|2628656535|2628656535",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -73,
"time": "1771054487"
},
"departure": {
"delay": -73,
"time": "1771054487"
},
"stopId": "44TEILpontA",
"stopSequence": 7
},
{
"arrival": {
"delay": -73,
"time": "1771054607"
},
"departure": {
"delay": -73,
"time": "1771054607"
},
"stopId": "44TEILhautA",
"stopSequence": 8
},
{
"arrival": {
"delay": -73,
"time": "1771054907"
},
"departure": {
"delay": -73,
"time": "1771054907"
},
"stopId": "44MOUZbretA",
"stopSequence": 9
},
{
"arrival": {
"delay": -73,
"time": "1771055087"
},
"departure": {
"delay": -73,
"time": "1771055087"
},
"stopId": "44MOUZmairA",
"stopSequence": 10
},
{
"arrival": {
"delay": -73,
"time": "1771055267"
},
"departure": {
"delay": -73,
"time": "1771055267"
},
"stopId": "44MOUZboulA",
"stopSequence": 11
},
{
"arrival": {
"delay": -73,
"time": "1771055627"
},
"departure": {
"delay": -73,
"time": "1771055627"
},
"stopId": "44LIGNpostA",
"stopSequence": 12
},
{
"arrival": {
"delay": -73,
"time": "1771055807"
},
"departure": {
"delay": -73,
"time": "1771055807"
},
"stopId": "44LIGNplesA",
"stopSequence": 13
},
{
"arrival": {
"delay": -73,
"time": "1771055927"
},
"departure": {
"delay": -73,
"time": "1771055927"
},
"stopId": "44LIGNairbA",
"stopSequence": 14
},
{
"arrival": {
"delay": -73,
"time": "1771056047"
},
"departure": {
"delay": -73,
"time": "1771056047"
},
"stopId": "44LIGNtrelA",
"stopSequence": 15
},
{
"arrival": {
"delay": -73,
"time": "1771056107"
},
"departure": {
"delay": -73,
"time": "1771056107"
},
"stopId": "44DESEcentA",
"stopSequence": 16
},
{
"arrival": {
"delay": -73,
"time": "1771056167"
},
"departure": {
"delay": -73,
"time": "1771056167"
},
"stopId": "44DESEdaviA",
"stopSequence": 17
},
{
"arrival": {
"delay": -73,
"time": "1771056347"
},
"departure": {
"delay": -73,
"time": "1771056347"
},
"stopId": "44DESEpinsA",
"stopSequence": 18
},
{
"arrival": {
"delay": -73,
"time": "1771056467"
},
"departure": {
"delay": -73,
"time": "1771056467"
},
"stopId": "44DESEgoulA",
"stopSequence": 19
},
{
"arrival": {
"delay": -73,
"time": "1771056587"
},
"departure": {
"delay": -73,
"time": "1771056587"
},
"stopId": "44DESElongA",
"stopSequence": 20
},
{
"arrival": {
"delay": -73,
"time": "1771056647"
},
"departure": {
"delay": -73,
"time": "1771056647"
},
"stopId": "44DESEperrA",
"stopSequence": 21
},
{
"arrival": {
"delay": -73,
"time": "1771056707"
},
"departure": {
"delay": -73,
"time": "1771056707"
},
"stopId": "44DESEmercA",
"stopSequence": 22
},
{
"arrival": {
"delay": -73,
"time": "1771056827"
},
"departure": {
"delay": -73,
"time": "1771056827"
},
"stopId": "44CARQepeaA",
"stopSequence": 23
},
{
"arrival": {
"delay": -73,
"time": "1771056887"
},
"departure": {
"delay": -73,
"time": "1771056887"
},
"stopId": "44CARQtourA",
"stopSequence": 24
},
{
"arrival": {
"delay": -73,
"time": "1771057187"
},
"departure": {
"delay": -73,
"time": "1771057187"
},
"stopId": "44CARQcentA2",
"stopSequence": 25
},
{
"arrival": {
"delay": -73,
"time": "1771057427"
},
"departure": {
"delay": -73,
"time": "1771057427"
},
"stopId": "44CARQbrecA",
"stopSequence": 26
},
{
"arrival": {
"delay": -73,
"time": "1771057547"
},
"departure": {
"delay": -73,
"time": "1771057547"
},
"stopId": "44NANTicamA",
"stopSequence": 27
},
{
"arrival": {
"delay": -73,
"time": "1771057667"
},
"departure": {
"delay": -73,
"time": "1771057667"
},
"stopId": "44NANTgranA",
"stopSequence": 28
},
{
"arrival": {
"delay": -73,
"time": "1771057727"
},
"departure": {
"delay": -73,
"time": "1771057727"
},
"stopId": "44NANThalvA",
"stopSequence": 29
},
{
"arrival": {
"delay": -73,
"time": "1771057787"
},
"departure": {
"delay": -73,
"time": "1771057787"
},
"stopId": "44NANTmalrA",
"stopSequence": 30
},
{
"arrival": {
"delay": -73,
"time": "1771058027"
},
"departure": {
"delay": -73,
"time": "1771058027"
},
"stopId": "44NANTbatiA",
"stopSequence": 31
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 0,
"routeId": "360",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "2628656535"
},
"tripProperties": {},
"vehicle": {
"id": "70",
"label": "193031",
"licensePlate": "FG-386-JK"
}
}
},
{
"id": "RT|2628838611|2628838611",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 1,
"time": "1771054801"
},
"departure": {
"delay": 1,
"time": "1771054801"
},
"stopId": "44ORVAcardA",
"stopSequence": 6
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 0,
"routeId": "311",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "2628838611"
},
"tripProperties": {},
"vehicle": {
"id": "51",
"label": "173038",
"licensePlate": "EP-037-KR"
}
}
},
{
"id": "RT|2624617510|2624617510",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 59,
"time": "1771054559"
},
"departure": {
"delay": 59,
"time": "1771054559"
},
"stopId": "44PUCEabbaA",
"stopSequence": 5
},
{
"arrival": {
"delay": 59,
"time": "1771054859"
},
"departure": {
"delay": 59,
"time": "1771054859"
},
"stopId": "44PUCEoserA",
"stopSequence": 6
},
{
"arrival": {
"delay": 59,
"time": "1771055459"
},
"departure": {
"delay": 59,
"time": "1771055459"
},
"stopId": "44CHVAegliA",
"stopSequence": 7
},
{
"arrival": {
"delay": 59,
"time": "1771055819"
},
"departure": {
"delay": 59,
"time": "1771055819"
},
"stopId": "44HERIboutA",
"stopSequence": 8
},
{
"arrival": {
"delay": 59,
"time": "1771056119"
},
"departure": {
"delay": 59,
"time": "1771056119"
},
"stopId": "44HERIechaU",
"stopSequence": 9
},
{
"arrival": {
"delay": 59,
"time": "1771056359"
},
"departure": {
"delay": 59,
"time": "1771056359"
},
"stopId": "44HERIcielA",
"stopSequence": 10
},
{
"arrival": {
"delay": 59,
"time": "1771057439"
},
"departure": {
"delay": 59,
"time": "1771057439"
},
"stopId": "44ORVAcardA",
"stopSequence": 11
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 0,
"routeId": "310",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "2624617510"
},
"tripProperties": {},
"vehicle": {
"id": "97",
"label": "223048",
"licensePlate": "GJ-944-WW"
}
}
},
{
"id": "RT|2629381907|2629381907",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -487,
"time": "1771053833"
},
"departure": {
"delay": -487,
"time": "1771053833"
},
"stopId": "44BLAIgravA",
"stopSequence": 2
},
{
"arrival": {
"delay": -487,
"time": "1771054013"
},
"departure": {
"delay": -487,
"time": "1771054013"
},
"stopId": "44BLAIcarrA",
"stopSequence": 3
},
{
"arrival": {
"delay": -487,
"time": "1771054133"
},
"departure": {
"delay": -487,
"time": "1771054133"
},
"stopId": "44BLAIpietA",
"stopSequence": 4
},
{
"arrival": {
"delay": -487,
"time": "1771054313"
},
"departure": {
"delay": -487,
"time": "1771054313"
},
"stopId": "44BLAIhoteA",
"stopSequence": 5
},
{
"arrival": {
"delay": -487,
"time": "1771054613"
},
"departure": {
"delay": -487,
"time": "1771054613"
},
"stopId": "44BOUVcorbA1",
"stopSequence": 6
},
{
"arrival": {
"delay": -487,
"time": "1771054733"
},
"departure": {
"delay": -487,
"time": "1771054733"
},
"stopId": "44BRTArideA",
"stopSequence": 7
},
{
"arrival": {
"delay": -487,
"time": "1771054853"
},
"departure": {
"delay": -487,
"time": "1771054853"
},
"stopId": "44BRTAcoueA",
"stopSequence": 8
},
{
"arrival": {
"delay": -487,
"time": "1771054973"
},
"departure": {
"delay": -487,
"time": "1771054973"
},
"stopId": "44BRTAmadeA",
"stopSequence": 9
},
{
"arrival": {
"delay": -487,
"time": "1771055093"
},
"departure": {
"delay": -487,
"time": "1771055093"
},
"stopId": "44BRTAgeraA",
"stopSequence": 10
},
{
"arrival": {
"delay": -487,
"time": "1771055213"
},
"departure": {
"delay": -487,
"time": "1771055213"
},
"stopId": "44NOTRfouaA",
"stopSequence": 11
},
{
"arrival": {
"delay": -487,
"time": "1771055273"
},
"departure": {
"delay": -487,
"time": "1771055273"
},
"stopId": "44NOTRbredA",
"stopSequence": 12
},
{
"arrival": {
"delay": -487,
"time": "1771055453"
},
"departure": {
"delay": -487,
"time": "1771055453"
},
"stopId": "44NOTRblaiA",
"stopSequence": 13
},
{
"arrival": {
"delay": -487,
"time": "1771055573"
},
"departure": {
"delay": -487,
"time": "1771055573"
},
"stopId": "44NOTRepinA",
"stopSequence": 14
},
{
"arrival": {
"delay": -487,
"time": "1771055693"
},
"departure": {
"delay": -487,
"time": "1771055693"
},
"stopId": "44VIGNboisA",
"stopSequence": 15
},
{
"arrival": {
"delay": -487,
"time": "1771055813"
},
"departure": {
"delay": -487,
"time": "1771055813"
},
"stopId": "44VIGNrignA",
"stopSequence": 16
},
{
"arrival": {
"delay": -487,
"time": "1771055933"
},
"departure": {
"delay": -487,
"time": "1771055933"
},
"stopId": "44VIGNpaquA",
"stopSequence": 17
},
{
"arrival": {
"delay": -487,
"time": "1771056053"
},
"departure": {
"delay": -487,
"time": "1771056053"
},
"stopId": "44VIGNbouvA",
"stopSequence": 18
},
{
"arrival": {
"delay": -487,
"time": "1771056113"
},
"departure": {
"delay": -487,
"time": "1771056113"
},
"stopId": "44VIGNvalaA",
"stopSequence": 19
},
{
"arrival": {
"delay": -487,
"time": "1771056173"
},
"departure": {
"delay": -487,
"time": "1771056173"
},
"stopId": "44VIGNchouA",
"stopSequence": 20
},
{
"arrival": {
"delay": -487,
"time": "1771056233"
},
"departure": {
"delay": -487,
"time": "1771056233"
},
"stopId": "44VIGNpleeA",
"stopSequence": 21
},
{
"arrival": {
"delay": -487,
"time": "1771056353"
},
"departure": {
"delay": -487,
"time": "1771056353"
},
"stopId": "44ORVAchatA",
"stopSequence": 22
},
{
"arrival": {
"delay": -487,
"time": "1771056473"
},
"departure": {
"delay": -487,
"time": "1771056473"
},
"stopId": "44ORVAangeA",
"stopSequence": 23
},
{
"arrival": {
"delay": -487,
"time": "1771056653"
},
"departure": {
"delay": -487,
"time": "1771056653"
},
"stopId": "44ORVAmairA",
"stopSequence": 24
},
{
"arrival": {
"delay": -487,
"time": "1771056893"
},
"departure": {
"delay": -487,
"time": "1771056893"
},
"stopId": "44ORVAforuA",
"stopSequence": 25
},
{
"arrival": {
"delay": -487,
"time": "1771056953"
},
"departure": {
"delay": -487,
"time": "1771056953"
},
"stopId": "44ORVAappeA",
"stopSequence": 26
},
{
"arrival": {
"delay": -487,
"time": "1771057133"
},
"departure": {
"delay": -487,
"time": "1771057133"
},
"stopId": "44ORVAmorlA",
"stopSequence": 27
},
{
"arrival": {
"delay": -487,
"time": "1771057493"
},
"departure": {
"delay": -487,
"time": "1771057493"
},
"stopId": "44NANTbeauA",
"stopSequence": 28
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 0,
"routeId": "371",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "2629381907"
},
"tripProperties": {},
"vehicle": {
"id": "27",
"label": "143152",
"licensePlate": "DJ-148-ZP"
}
}
},
{
"id": "RT|2628773062|2628773062",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 118,
"time": "1771054618"
},
"departure": {
"delay": 118,
"time": "1771054618"
},
"stopId": "44TREImenaA",
"stopSequence": 8
},
{
"arrival": {
"delay": 118,
"time": "1771054858"
},
"departure": {
"delay": 118,
"time": "1771054858"
},
"stopId": "44TREItourA",
"stopSequence": 9
},
{
"arrival": {
"delay": 118,
"time": "1771055098"
},
"departure": {
"delay": 118,
"time": "1771055098"
},
"stopId": "44ORVAcardA",
"stopSequence": 10
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 0,
"routeId": "300",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "2628773062"
},
"tripProperties": {},
"vehicle": {
"id": "8",
"label": "133062",
"licensePlate": "CV-828-HP"
}
}
},
{
"id": "RT|2624617508|2624617508",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 203,
"time": "1771054583"
},
"departure": {
"delay": 203,
"time": "1771054583"
},
"stopId": "44PUCEoserA",
"stopSequence": 8
},
{
"arrival": {
"delay": 203,
"time": "1771055243"
},
"departure": {
"delay": 203,
"time": "1771055243"
},
"stopId": "44HERIechaU",
"stopSequence": 9
},
{
"arrival": {
"delay": 203,
"time": "1771055483"
},
"departure": {
"delay": 203,
"time": "1771055483"
},
"stopId": "44HERIcielA",
"stopSequence": 10
},
{
"arrival": {
"delay": 203,
"time": "1771056683"
},
"departure": {
"delay": 203,
"time": "1771056683"
},
"stopId": "44ORVAcardA",
"stopSequence": 11
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 0,
"routeId": "310",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "2624617508"
},
"tripProperties": {},
"vehicle": {
"id": "47",
"label": "173024",
"licensePlate": "EP-596-AY"
}
}
},
{
"id": "RT|FR:ServiceJourney::SN858890FERRE_7848075|858890",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 0,
"time": "1771061400",
"uncertainty": 60
},
"stopId": "SNCF:87486449",
"stopSequence": 0
},
{
"arrival": {
"delay": 0,
"time": "1771062180",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771062240",
"uncertainty": 60
},
"stopId": "SNCF:87486423",
"stopSequence": 1
},
{
"arrival": {
"delay": 0,
"time": "1771063200",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771063320",
"uncertainty": 60
},
"stopId": "SNCF:87486019",
"stopSequence": 2
},
{
"arrival": {
"delay": 0,
"time": "1771063800",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771063860",
"uncertainty": 60
},
"stopId": "SNCF:87486142",
"stopSequence": 3
},
{
"arrival": {
"delay": 0,
"time": "1771064400",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771064460",
"uncertainty": 60
},
"stopId": "SNCF:87486126",
"stopSequence": 4
},
{
"arrival": {
"delay": 0,
"time": "1771064820",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771064880",
"uncertainty": 60
},
"stopId": "SNCF:87481465",
"stopSequence": 5
},
{
"arrival": {
"delay": 0,
"time": "1771065360",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771065420",
"uncertainty": 60
},
"stopId": "SNCF:87481440",
"stopSequence": 6
},
{
"arrival": {
"delay": 0,
"time": "1771066440",
"uncertainty": 60
},
"stopId": "SNCF:87481002",
"stopSequence": 7
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 0,
"routeId": "08",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "FR:ServiceJourney::SN858890FERRE_7848075"
},
"tripProperties": {}
}
},
{
"id": "RT|FR:ServiceJourney::SN858099FERRE_7848229|858099",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 0,
"time": "1771051560",
"uncertainty": 60
},
"stopId": "SNCF:87481002",
"stopSequence": 0
},
{
"arrival": {
"delay": 0,
"time": "1771051800",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771051860",
"uncertainty": 60
},
"stopId": "SNCF:87481051",
"stopSequence": 1
},
{
"arrival": {
"delay": 0,
"time": "1771052100",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771052160",
"uncertainty": 60
},
"stopId": "SNCF:87481069",
"stopSequence": 2
},
{
"arrival": {
"delay": 0,
"time": "1771052400",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771052460",
"uncertainty": 60
},
"stopId": "SNCF:87481804",
"stopSequence": 3
},
{
"arrival": {
"delay": 0,
"time": "1771052760",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771052820",
"uncertainty": 60
},
"stopId": "SNCF:87481812",
"stopSequence": 4
},
{
"arrival": {
"delay": 0,
"time": "1771053060",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771053120",
"uncertainty": 60
},
"stopId": "SNCF:87481820",
"stopSequence": 5
},
{
"arrival": {
"delay": 0,
"time": "1771053480",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771053540",
"uncertainty": 60
},
"stopId": "SNCF:87481838",
"stopSequence": 6
},
{
"arrival": {
"delay": 0,
"time": "1771053960",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771054020",
"uncertainty": 60
},
"stopId": "SNCF:87481721",
"stopSequence": 7
},
{
"arrival": {
"delay": 0,
"time": "1771054380",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771054440",
"uncertainty": 60
},
"stopId": "SNCF:87481713",
"stopSequence": 8
},
{
"arrival": {
"delay": 0,
"time": "1771054620",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771054680",
"uncertainty": 60
},
"stopId": "SNCF:87481689",
"stopSequence": 9
},
{
"arrival": {
"delay": 0,
"time": "1771054740",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771054800",
"uncertainty": 60
},
"stopId": "SNCF:87321745",
"stopSequence": 10
},
{
"arrival": {
"delay": 0,
"time": "1771054920",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771054980",
"uncertainty": 60
},
"stopId": "SNCF:87481705",
"stopSequence": 11
},
{
"arrival": {
"delay": 0,
"time": "1771055640",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771055760",
"uncertainty": 60
},
"stopId": "SNCF:87481747",
"stopSequence": 12
},
{
"arrival": {
"delay": 0,
"time": "1771055880",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771055940",
"uncertainty": 60
},
"stopId": "SNCF:87481697",
"stopSequence": 13
},
{
"arrival": {
"delay": 0,
"time": "1771056120",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771056360",
"uncertainty": 60
},
"stopId": "SNCF:87481754",
"stopSequence": 14
},
{
"arrival": {
"delay": 0,
"time": "1771056540",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771056600",
"uncertainty": 60
},
"stopId": "SNCF:87481762",
"stopSequence": 15
},
{
"arrival": {
"delay": 0,
"time": "1771056840",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771056900",
"uncertainty": 60
},
"stopId": "SNCF:87481770",
"stopSequence": 16
},
{
"arrival": {
"delay": 0,
"time": "1771057140",
"uncertainty": 60
},
"stopId": "SNCF:87481788",
"stopSequence": 17
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 0,
"routeId": "01",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "FR:ServiceJourney::SN858099FERRE_7848229"
},
"tripProperties": {}
}
},
{
"id": "RT|FR:ServiceJourney::SN857560FERRE_7848393|857560",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 0,
"time": "1771060080",
"uncertainty": 60
},
"stopId": "SNCF:87481002",
"stopSequence": 0
},
{
"arrival": {
"delay": 0,
"time": "1771060440",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771060500",
"uncertainty": 60
},
"stopId": "SNCF:87481143",
"stopSequence": 1
},
{
"arrival": {
"delay": 0,
"time": "1771060740",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771060800",
"uncertainty": 60
},
"stopId": "SNCF:87481150",
"stopSequence": 2
},
{
"arrival": {
"delay": 0,
"time": "1771060980",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771061040",
"uncertainty": 60
},
"stopId": "SNCF:87481168",
"stopSequence": 3
},
{
"arrival": {
"delay": 0,
"time": "1771061280",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771061340",
"uncertainty": 60
},
"stopId": "SNCF:87481184",
"stopSequence": 4
},
{
"arrival": {
"delay": 0,
"time": "1771061700",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771061760",
"uncertainty": 60
},
"stopId": "SNCF:87481192",
"stopSequence": 5
},
{
"arrival": {
"delay": 0,
"time": "1771062120",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771062180",
"uncertainty": 60
},
"stopId": "SNCF:87484386",
"stopSequence": 6
},
{
"arrival": {
"delay": 0,
"time": "1771062480",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771062540",
"uncertainty": 60
},
"stopId": "SNCF:87484360",
"stopSequence": 7
},
{
"arrival": {
"delay": 0,
"time": "1771062720",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771062780",
"uncertainty": 60
},
"stopId": "SNCF:87484352",
"stopSequence": 8
},
{
"arrival": {
"delay": 0,
"time": "1771063260",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771063320",
"uncertainty": 60
},
"stopId": "SNCF:87484337",
"stopSequence": 9
},
{
"arrival": {
"delay": 0,
"time": "1771063500",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771063560",
"uncertainty": 60
},
"stopId": "SNCF:87484329",
"stopSequence": 10
},
{
"arrival": {
"delay": 0,
"time": "1771064040",
"uncertainty": 60
},
"stopId": "SNCF:87484006",
"stopSequence": 11
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 1,
"routeId": "04",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "FR:ServiceJourney::SN857560FERRE_7848393"
},
"tripProperties": {}
}
},
{
"id": "RT|FR:ServiceJourney::SN857448FERRE_7848442|857448",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 0,
"time": "1771059240",
"uncertainty": 60
},
"stopId": "SNCF:87396408",
"stopSequence": 0
},
{
"arrival": {
"delay": 0,
"time": "1771060560",
"uncertainty": 60
},
"stopId": "SNCF:87396002",
"stopSequence": 1
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 0,
"routeId": "21",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "FR:ServiceJourney::SN857448FERRE_7848442"
},
"tripProperties": {}
}
},
{
"id": "RT|FR:ServiceJourney::SN859620FERRE_7821993|859620",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 0,
"time": "1771053000",
"uncertainty": 60
},
"stopId": "SNCF:87481002",
"stopSequence": 0
},
{
"arrival": {
"delay": 0,
"time": "1771053540",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771053600",
"uncertainty": 60
},
"stopId": "SNCF:87590331",
"stopSequence": 1
},
{
"arrival": {
"delay": 0,
"time": "1771053840",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771053840",
"uncertainty": 60
},
"stopId": "SNCF:87590349",
"stopSequence": 2
},
{
"arrival": {
"delay": 0,
"time": "1771054020",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771054020",
"uncertainty": 60
},
"stopId": "SNCF:87590356",
"stopSequence": 3
},
{
"arrival": {
"delay": 0,
"time": "1771054200",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771054200",
"uncertainty": 60
},
"stopId": "SNCF:87481564",
"stopSequence": 4
},
{
"arrival": {
"delay": 0,
"time": "1771054320",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771054380",
"uncertainty": 60
},
"stopId": "SNCF:87590364",
"stopSequence": 5
},
{
"arrival": {
"delay": 0,
"time": "1771054560",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771054620",
"uncertainty": 60
},
"stopId": "SNCF:87590828",
"stopSequence": 6
},
{
"arrival": {
"delay": 0,
"time": "1771055160",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771055220",
"uncertainty": 60
},
"stopId": "SNCF:87481598",
"stopSequence": 7
},
{
"arrival": {
"delay": 0,
"time": "1771055820",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771055820",
"uncertainty": 60
},
"stopId": "SNCF:87481614",
"stopSequence": 8
},
{
"arrival": {
"delay": 0,
"time": "1771056300",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771056300",
"uncertainty": 60
},
"stopId": "SNCF:87481622",
"stopSequence": 9
},
{
"arrival": {
"delay": 0,
"time": "1771056900",
"uncertainty": 60
},
"stopId": "SNCF:87590372",
"stopSequence": 10
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 1,
"routeId": "T1",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "FR:ServiceJourney::SN859620FERRE_7821993"
},
"tripProperties": {}
}
},
{
"id": "RT|FR:ServiceJourney::SN859500FERRE_7866342|859500",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 0,
"time": "1771056600",
"uncertainty": 60
},
"stopId": "SNCF:87481002",
"stopSequence": 0
},
{
"arrival": {
"delay": 0,
"time": "1771057140",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771057200",
"uncertainty": 60
},
"stopId": "SNCF:87590331",
"stopSequence": 1
},
{
"arrival": {
"delay": 0,
"time": "1771057380",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771057440",
"uncertainty": 60
},
"stopId": "SNCF:87590349",
"stopSequence": 2
},
{
"arrival": {
"delay": 0,
"time": "1771057620",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771057620",
"uncertainty": 60
},
"stopId": "SNCF:87590356",
"stopSequence": 3
},
{
"arrival": {
"delay": 0,
"time": "1771057800",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771057860",
"uncertainty": 60
},
"stopId": "SNCF:87481564",
"stopSequence": 4
},
{
"arrival": {
"delay": 0,
"time": "1771057980",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771057980",
"uncertainty": 60
},
"stopId": "SNCF:87590364",
"stopSequence": 5
},
{
"arrival": {
"delay": 0,
"time": "1771058220",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771058280",
"uncertainty": 60
},
"stopId": "SNCF:87590828",
"stopSequence": 6
},
{
"arrival": {
"delay": 0,
"time": "1771058820",
"uncertainty": 60
},
"stopId": "SNCF:87481598",
"stopSequence": 7
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 1,
"routeId": "T1",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "FR:ServiceJourney::SN859500FERRE_7866342"
},
"tripProperties": {}
}
},
{
"id": "RT|FR:ServiceJourney::SN859742FERRE_7833839|859742",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 0,
"time": "1771059180",
"uncertainty": 60
},
"stopId": "SNCF:87481440",
"stopSequence": 0
},
{
"arrival": {
"delay": 0,
"time": "1771059300",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771059300",
"uncertainty": 60
},
"stopId": "SNCF:87481432",
"stopSequence": 1
},
{
"arrival": {
"delay": 0,
"time": "1771059600",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771059600",
"uncertainty": 60
},
"stopId": "SNCF:87481424",
"stopSequence": 2
},
{
"arrival": {
"delay": 0,
"time": "1771059840",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771059840",
"uncertainty": 60
},
"stopId": "SNCF:87481416",
"stopSequence": 3
},
{
"arrival": {
"delay": 0,
"time": "1771060200",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771060200",
"uncertainty": 60
},
"stopId": "SNCF:87481408",
"stopSequence": 4
},
{
"arrival": {
"delay": 0,
"time": "1771060320",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771060320",
"uncertainty": 60
},
"stopId": "SNCF:87354597",
"stopSequence": 5
},
{
"arrival": {
"delay": 0,
"time": "1771060440",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771060500",
"uncertainty": 60
},
"stopId": "SNCF:87354589",
"stopSequence": 6
},
{
"arrival": {
"delay": 0,
"time": "1771060800",
"uncertainty": 60
},
"stopId": "SNCF:87481002",
"stopSequence": 7
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 1,
"routeId": "T2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "FR:ServiceJourney::SN859742FERRE_7833839"
},
"tripProperties": {}
}
},
{
"id": "RT|FR:ServiceJourney::SN859623FERRE_7821990|859623",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 0,
"time": "1771057380",
"uncertainty": 60
},
"stopId": "SNCF:87590372",
"stopSequence": 0
},
{
"arrival": {
"delay": 0,
"time": "1771057920",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771057920",
"uncertainty": 60
},
"stopId": "SNCF:87481622",
"stopSequence": 1
},
{
"arrival": {
"delay": 0,
"time": "1771058400",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771058460",
"uncertainty": 60
},
"stopId": "SNCF:87481614",
"stopSequence": 2
},
{
"arrival": {
"delay": 0,
"time": "1771059060",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771059120",
"uncertainty": 60
},
"stopId": "SNCF:87481598",
"stopSequence": 3
},
{
"arrival": {
"delay": 0,
"time": "1771059660",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771059720",
"uncertainty": 60
},
"stopId": "SNCF:87590828",
"stopSequence": 4
},
{
"arrival": {
"delay": 0,
"time": "1771059900",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771059960",
"uncertainty": 60
},
"stopId": "SNCF:87590364",
"stopSequence": 5
},
{
"arrival": {
"delay": 0,
"time": "1771060080",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771060080",
"uncertainty": 60
},
"stopId": "SNCF:87481564",
"stopSequence": 6
},
{
"arrival": {
"delay": 0,
"time": "1771060260",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771060260",
"uncertainty": 60
},
"stopId": "SNCF:87590356",
"stopSequence": 7
},
{
"arrival": {
"delay": 0,
"time": "1771060440",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771060440",
"uncertainty": 60
},
"stopId": "SNCF:87590349",
"stopSequence": 8
},
{
"arrival": {
"delay": 0,
"time": "1771060740",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771060800",
"uncertainty": 60
},
"stopId": "SNCF:87590331",
"stopSequence": 9
},
{
"arrival": {
"delay": 0,
"time": "1771061340",
"uncertainty": 60
},
"stopId": "SNCF:87481002",
"stopSequence": 10
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 0,
"routeId": "T1",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "FR:ServiceJourney::SN859623FERRE_7821990"
},
"tripProperties": {}
}
},
{
"id": "RT|FR:ServiceJourney::SN859191FERRE_7848002|859191",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 0,
"time": "1771056540",
"uncertainty": 60
},
"stopId": "SNCF:87481002",
"stopSequence": 0
},
{
"arrival": {
"delay": 0,
"time": "1771057140",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771057200",
"uncertainty": 60
},
"stopId": "SNCF:87481036",
"stopSequence": 1
},
{
"arrival": {
"delay": 0,
"time": "1771057680",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771057740",
"uncertainty": 60
},
"stopId": "SNCF:87481200",
"stopSequence": 2
},
{
"arrival": {
"delay": 0,
"time": "1771058040",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771058040",
"uncertainty": 60
},
"stopId": "SNCF:87481218",
"stopSequence": 3
},
{
"arrival": {
"delay": 0,
"time": "1771058400",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771058880",
"uncertainty": 60
},
"stopId": "SNCF:87481226",
"stopSequence": 4
},
{
"arrival": {
"delay": 0,
"time": "1771059480",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771059540",
"uncertainty": 60
},
"stopId": "SNCF:87481366",
"stopSequence": 5
},
{
"arrival": {
"delay": 0,
"time": "1771060200",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771060260",
"uncertainty": 60
},
"stopId": "SNCF:87481390",
"stopSequence": 6
},
{
"arrival": {
"delay": 0,
"time": "1771060980",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771061040",
"uncertainty": 60
},
"stopId": "SNCF:87486563",
"stopSequence": 7
},
{
"arrival": {
"delay": 0,
"time": "1771061280",
"uncertainty": 60
},
"stopId": "SNCF:87486571",
"stopSequence": 8
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 0,
"routeId": "11",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "FR:ServiceJourney::SN859191FERRE_7848002"
},
"tripProperties": {}
}
},
{
"id": "RT|FR:ServiceJourney::SN858311FERRE_7866541|858311",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 0,
"time": "1771054500",
"uncertainty": 60
},
"stopId": "SNCF:87471003",
"stopSequence": 0
},
{
"arrival": {
"delay": 0,
"time": "1771059120",
"uncertainty": 60
},
"stopId": "SNCF:87481002",
"stopSequence": 1
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 0,
"routeId": "02",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "FR:ServiceJourney::SN858311FERRE_7866541"
},
"tripProperties": {}
}
},
{
"id": "RT|FR:ServiceJourney::SN859521FERRE_7833922|859521",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 0,
"time": "1771055520",
"uncertainty": 60
},
"stopId": "SNCF:87481598",
"stopSequence": 0
},
{
"arrival": {
"delay": 0,
"time": "1771056060",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771056120",
"uncertainty": 60
},
"stopId": "SNCF:87590828",
"stopSequence": 1
},
{
"arrival": {
"delay": 0,
"time": "1771056300",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771056360",
"uncertainty": 60
},
"stopId": "SNCF:87590364",
"stopSequence": 2
},
{
"arrival": {
"delay": 0,
"time": "1771056480",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771056480",
"uncertainty": 60
},
"stopId": "SNCF:87481564",
"stopSequence": 3
},
{
"arrival": {
"delay": 0,
"time": "1771056600",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771056660",
"uncertainty": 60
},
"stopId": "SNCF:87590356",
"stopSequence": 4
},
{
"arrival": {
"delay": 0,
"time": "1771056840",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771056840",
"uncertainty": 60
},
"stopId": "SNCF:87590349",
"stopSequence": 5
},
{
"arrival": {
"delay": 0,
"time": "1771057080",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771057140",
"uncertainty": 60
},
"stopId": "SNCF:87590331",
"stopSequence": 6
},
{
"arrival": {
"delay": 0,
"time": "1771057740",
"uncertainty": 60
},
"stopId": "SNCF:87481002",
"stopSequence": 7
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 0,
"routeId": "T1",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "FR:ServiceJourney::SN859521FERRE_7833922"
},
"tripProperties": {}
}
},
{
"id": "RT|FR:ServiceJourney::SN858798FERRE_7848132|858798",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 0,
"time": "1771048140",
"uncertainty": 60
},
"stopId": "SNCF:87484303",
"stopSequence": 0
},
{
"arrival": {
"delay": 0,
"time": "1771048920",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771048980",
"uncertainty": 60
},
"stopId": "SNCF:87484246",
"stopSequence": 1
},
{
"arrival": {
"delay": 0,
"time": "1771049580",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771049640",
"uncertainty": 60
},
"stopId": "SNCF:87484204",
"stopSequence": 2
},
{
"arrival": {
"delay": 0,
"time": "1771049940",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771050000",
"uncertainty": 60
},
"stopId": "SNCF:87484337",
"stopSequence": 3
},
{
"arrival": {
"delay": 0,
"time": "1771050180",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771050240",
"uncertainty": 60
},
"stopId": "SNCF:87484329",
"stopSequence": 4
},
{
"arrival": {
"delay": 0,
"time": "1771050780",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771050900",
"uncertainty": 60
},
"stopId": "SNCF:87484006",
"stopSequence": 5
},
{
"arrival": {
"delay": 0,
"time": "1771051200",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771051260",
"uncertainty": 60
},
"stopId": "SNCF:87701532",
"stopSequence": 6
},
{
"arrival": {
"delay": 0,
"time": "1771051440",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771051500",
"uncertainty": 60
},
"stopId": "SNCF:87487843",
"stopSequence": 7
},
{
"arrival": {
"delay": 0,
"time": "1771051800",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771051860",
"uncertainty": 60
},
"stopId": "SNCF:87487892",
"stopSequence": 8
},
{
"arrival": {
"delay": 0,
"time": "1771052040",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771052100",
"uncertainty": 60
},
"stopId": "SNCF:87487884",
"stopSequence": 9
},
{
"arrival": {
"delay": 0,
"time": "1771052340",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771052400",
"uncertainty": 60
},
"stopId": "SNCF:87487876",
"stopSequence": 10
},
{
"arrival": {
"delay": 0,
"time": "1771053060",
"uncertainty": 60
},
"stopId": "SNCF:87487603",
"stopSequence": 11
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 0,
"routeId": "20",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "FR:ServiceJourney::SN858798FERRE_7848132"
},
"tripProperties": {}
}
},
{
"id": "RT|FR:ServiceJourney::SN4502FERRE_7871921|4502",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 0,
"time": "1771057200",
"uncertainty": 60
},
"stopId": "SNCF:87722025",
"stopSequence": 0
},
{
"arrival": {
"delay": 0,
"time": "1771057680",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771058040",
"uncertainty": 60
},
"stopId": "SNCF:87723197",
"stopSequence": 1
},
{
"arrival": {
"delay": 0,
"time": "1771061880",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771062060",
"uncertainty": 60
},
"stopId": "SNCF:87726802",
"stopSequence": 2
},
{
"arrival": {
"delay": 0,
"time": "1771064280",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771064400",
"uncertainty": 60
},
"stopId": "SNCF:87732206",
"stopSequence": 3
},
{
"arrival": {
"delay": 0,
"time": "1771065540",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771065660",
"uncertainty": 60
},
"stopId": "SNCF:87696328",
"stopSequence": 4
},
{
"arrival": {
"delay": 0,
"time": "1771067400",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771068000",
"uncertainty": 60
},
"stopId": "SNCF:87696005",
"stopSequence": 5
},
{
"arrival": {
"delay": 0,
"time": "1771071060",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771071180",
"uncertainty": 60
},
"stopId": "SNCF:87576207",
"stopSequence": 6
},
{
"arrival": {
"delay": 0,
"time": "1771072200",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771072320",
"uncertainty": 60
},
"stopId": "SNCF:87576009",
"stopSequence": 7
},
{
"arrival": {
"delay": 0,
"time": "1771075860",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771076160",
"uncertainty": 60
},
"stopId": "SNCF:87571240",
"stopSequence": 8
},
{
"arrival": {
"delay": 0,
"time": "1771077960",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771078080",
"uncertainty": 60
},
"stopId": "SNCF:87487603",
"stopSequence": 9
},
{
"arrival": {
"delay": 0,
"time": "1771079280",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771079460",
"uncertainty": 60
},
"stopId": "SNCF:87484006",
"stopSequence": 10
},
{
"arrival": {
"delay": 0,
"time": "1771081980",
"uncertainty": 60
},
"stopId": "SNCF:87481002",
"stopSequence": 11
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 0,
"routeId": "IC-NL",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "FR:ServiceJourney::SN4502FERRE_7871921"
},
"tripProperties": {}
}
},
{
"id": "RT|FR:ServiceJourney::SN859651FERRE_7866291|859651",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 0,
"time": "1771050540",
"uncertainty": 60
},
"stopId": "SNCF:87481002",
"stopSequence": 0
},
{
"arrival": {
"delay": 0,
"time": "1771051500",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771051560",
"uncertainty": 60
},
"stopId": "SNCF:87481440",
"stopSequence": 1
},
{
"arrival": {
"delay": 0,
"time": "1771051800",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771051860",
"uncertainty": 60
},
"stopId": "SNCF:87481457",
"stopSequence": 2
},
{
"arrival": {
"delay": 0,
"time": "1771052100",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771052160",
"uncertainty": 60
},
"stopId": "SNCF:87481176",
"stopSequence": 3
},
{
"arrival": {
"delay": 0,
"time": "1771052520",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771052580",
"uncertainty": 60
},
"stopId": "SNCF:87486894",
"stopSequence": 4
},
{
"arrival": {
"delay": 0,
"time": "1771053600",
"uncertainty": 60
},
"stopId": "SNCF:87484303",
"stopSequence": 5
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 0,
"routeId": "06",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "FR:ServiceJourney::SN859651FERRE_7866291"
},
"tripProperties": {}
}
},
{
"id": "RT|FR:ServiceJourney::SN858326FERRE_7848184|858326",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 0,
"time": "1771059900",
"uncertainty": 60
},
"stopId": "SNCF:87481002",
"stopSequence": 0
},
{
"arrival": {
"delay": 0,
"time": "1771064460",
"uncertainty": 60
},
"stopId": "SNCF:87471003",
"stopSequence": 1
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 0,
"routeId": "02",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "FR:ServiceJourney::SN858326FERRE_7848184"
},
"tripProperties": {}
}
},
{
"id": "RT|FR:ServiceJourney::SN858322FERRE_7866540|858322",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 0,
"time": "1771052700",
"uncertainty": 60
},
"stopId": "SNCF:87481002",
"stopSequence": 0
},
{
"arrival": {
"delay": 0,
"time": "1771057260",
"uncertainty": 60
},
"stopId": "SNCF:87471003",
"stopSequence": 1
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 0,
"routeId": "02",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "FR:ServiceJourney::SN858322FERRE_7866540"
},
"tripProperties": {}
}
},
{
"id": "RT|FR:ServiceJourney::SN859654FERRE_7866288|859654",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 0,
"time": "1771051440",
"uncertainty": 60
},
"stopId": "SNCF:87484303",
"stopSequence": 0
},
{
"arrival": {
"delay": 0,
"time": "1771052520",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771052580",
"uncertainty": 60
},
"stopId": "SNCF:87486894",
"stopSequence": 1
},
{
"arrival": {
"delay": 0,
"time": "1771052880",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771052940",
"uncertainty": 60
},
"stopId": "SNCF:87481176",
"stopSequence": 2
},
{
"arrival": {
"delay": 0,
"time": "1771053240",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771053240",
"uncertainty": 60
},
"stopId": "SNCF:87481457",
"stopSequence": 3
},
{
"arrival": {
"delay": 0,
"time": "1771053480",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771053540",
"uncertainty": 60
},
"stopId": "SNCF:87481440",
"stopSequence": 4
},
{
"arrival": {
"delay": 0,
"time": "1771054620",
"uncertainty": 60
},
"stopId": "SNCF:87481002",
"stopSequence": 5
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 1,
"routeId": "06",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "FR:ServiceJourney::SN859654FERRE_7866288"
},
"tripProperties": {}
}
},
{
"id": "RT|FR:ServiceJourney::SN858204FERRE_7866569|858204",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 0,
"time": "1771051620",
"uncertainty": 60
},
"stopId": "SNCF:87471300",
"stopSequence": 0
},
{
"arrival": {
"delay": 0,
"time": "1771052160",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771052220",
"uncertainty": 60
},
"stopId": "SNCF:87476754",
"stopSequence": 1
},
{
"arrival": {
"delay": 0,
"time": "1771052400",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771052460",
"uncertainty": 60
},
"stopId": "SNCF:87476762",
"stopSequence": 2
},
{
"arrival": {
"delay": 0,
"time": "1771052700",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771052760",
"uncertainty": 60
},
"stopId": "SNCF:87476770",
"stopSequence": 3
},
{
"arrival": {
"delay": 0,
"time": "1771053000",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771053060",
"uncertainty": 60
},
"stopId": "SNCF:87481846",
"stopSequence": 4
},
{
"arrival": {
"delay": 0,
"time": "1771053600",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771053660",
"uncertainty": 60
},
"stopId": "SNCF:87481838",
"stopSequence": 5
},
{
"arrival": {
"delay": 0,
"time": "1771055040",
"uncertainty": 60
},
"stopId": "SNCF:87481002",
"stopSequence": 6
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 0,
"routeId": "02",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "FR:ServiceJourney::SN858204FERRE_7866569"
},
"tripProperties": {}
}
},
{
"id": "RT|FR:ServiceJourney::SN858854FERRE_7866486|858854",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 0,
"time": "1771050720",
"uncertainty": 60
},
"stopId": "SNCF:87486449",
"stopSequence": 0
},
{
"arrival": {
"delay": 0,
"time": "1771051020",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771051080",
"uncertainty": 60
},
"stopId": "SNCF:87486431",
"stopSequence": 1
},
{
"arrival": {
"delay": 0,
"time": "1771051500",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771051560",
"uncertainty": 60
},
"stopId": "SNCF:87486423",
"stopSequence": 2
},
{
"arrival": {
"delay": 0,
"time": "1771052400",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771052520",
"uncertainty": 60
},
"stopId": "SNCF:87486019",
"stopSequence": 3
},
{
"arrival": {
"delay": 0,
"time": "1771053000",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771053000",
"uncertainty": 60
},
"stopId": "SNCF:87486142",
"stopSequence": 4
},
{
"arrival": {
"delay": 0,
"time": "1771053540",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771053600",
"uncertainty": 60
},
"stopId": "SNCF:87486126",
"stopSequence": 5
},
{
"arrival": {
"delay": 0,
"time": "1771053960",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771054020",
"uncertainty": 60
},
"stopId": "SNCF:87481465",
"stopSequence": 6
},
{
"arrival": {
"delay": 0,
"time": "1771054500",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771054560",
"uncertainty": 60
},
"stopId": "SNCF:87481440",
"stopSequence": 7
},
{
"arrival": {
"delay": 0,
"time": "1771055640",
"uncertainty": 60
},
"stopId": "SNCF:87481002",
"stopSequence": 8
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 0,
"routeId": "08",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "FR:ServiceJourney::SN858854FERRE_7866486"
},
"tripProperties": {}
}
},
{
"id": "RT|FR:ServiceJourney::SN4402FERRE_7872318|4402",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 0,
"time": "1771046760",
"uncertainty": 60
},
"stopId": "SNCF:87481002",
"stopSequence": 0
},
{
"arrival": {
"delay": 0,
"time": "1771049280",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771049460",
"uncertainty": 60
},
"stopId": "SNCF:87484006",
"stopSequence": 1
},
{
"arrival": {
"delay": 0,
"time": "1771050780",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771050900",
"uncertainty": 60
},
"stopId": "SNCF:87487603",
"stopSequence": 2
},
{
"arrival": {
"delay": 300,
"time": "1771053180",
"uncertainty": 60
},
"departure": {
"delay": 300,
"time": "1771053480",
"uncertainty": 60
},
"stopId": "SNCF:87571240",
"stopSequence": 3
},
{
"arrival": {
"delay": 300,
"time": "1771057080",
"uncertainty": 60
},
"departure": {
"delay": 300,
"time": "1771057320",
"uncertainty": 60
},
"stopId": "SNCF:87576009",
"stopSequence": 4
},
{
"arrival": {
"delay": 300,
"time": "1771058340",
"uncertainty": 60
},
"departure": {
"delay": 300,
"time": "1771058460",
"uncertainty": 60
},
"stopId": "SNCF:87576207",
"stopSequence": 5
},
{
"arrival": {
"delay": 300,
"time": "1771060680",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771061280",
"uncertainty": 60
},
"stopId": "SNCF:87696005",
"stopSequence": 6
},
{
"arrival": {
"delay": 0,
"time": "1771062900",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771063020",
"uncertainty": 60
},
"stopId": "SNCF:87696328",
"stopSequence": 7
},
{
"arrival": {
"delay": 0,
"time": "1771064220",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771064340",
"uncertainty": 60
},
"stopId": "SNCF:87732206",
"stopSequence": 8
},
{
"arrival": {
"delay": 0,
"time": "1771066620",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771066800",
"uncertainty": 60
},
"stopId": "SNCF:87726802",
"stopSequence": 9
},
{
"arrival": {
"delay": 0,
"time": "1771070640",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771070880",
"uncertainty": 60
},
"stopId": "SNCF:87723197",
"stopSequence": 10
},
{
"arrival": {
"delay": 0,
"time": "1771071360",
"uncertainty": 60
},
"stopId": "SNCF:87722025",
"stopSequence": 11
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 1,
"routeId": "IC-NL",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "FR:ServiceJourney::SN4402FERRE_7872318"
},
"tripProperties": {}
}
},
{
"id": "RT|FR:ServiceJourney::SN860004FERRE_7847757|860004",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 0,
"time": "1771051140",
"uncertainty": 60
},
"stopId": "SNCF:87481788",
"stopSequence": 0
},
{
"arrival": {
"delay": 0,
"time": "1771051260",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771051320",
"uncertainty": 60
},
"stopId": "SNCF:87481770",
"stopSequence": 1
},
{
"arrival": {
"delay": 0,
"time": "1771051560",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771051620",
"uncertainty": 60
},
"stopId": "SNCF:87481762",
"stopSequence": 2
},
{
"arrival": {
"delay": 0,
"time": "1771051800",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771051920",
"uncertainty": 60
},
"stopId": "SNCF:87481754",
"stopSequence": 3
},
{
"arrival": {
"delay": 0,
"time": "1771052040",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771052100",
"uncertainty": 60
},
"stopId": "SNCF:87481697",
"stopSequence": 4
},
{
"arrival": {
"delay": 0,
"time": "1771052220",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771052280",
"uncertainty": 60
},
"stopId": "SNCF:87481747",
"stopSequence": 5
},
{
"arrival": {
"delay": 0,
"time": "1771052940",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771053060",
"uncertainty": 60
},
"stopId": "SNCF:87481705",
"stopSequence": 6
},
{
"arrival": {
"delay": 0,
"time": "1771053900",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771053960",
"uncertainty": 60
},
"stopId": "SNCF:87481838",
"stopSequence": 7
},
{
"arrival": {
"delay": 0,
"time": "1771055280",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771056720",
"uncertainty": 60
},
"stopId": "SNCF:87481002",
"stopSequence": 8
},
{
"arrival": {
"delay": 0,
"time": "1771057800",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771057860",
"uncertainty": 60
},
"stopId": "SNCF:87481192",
"stopSequence": 9
},
{
"arrival": {
"delay": 0,
"time": "1771059240",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771059420",
"uncertainty": 60
},
"stopId": "SNCF:87484006",
"stopSequence": 10
},
{
"arrival": {
"delay": 0,
"time": "1771060620",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771060680",
"uncertainty": 60
},
"stopId": "SNCF:87487603",
"stopSequence": 11
},
{
"arrival": {
"delay": 0,
"time": "1771062660",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771063380",
"uncertainty": 60
},
"stopId": "SNCF:87571000",
"stopSequence": 12
},
{
"arrival": {
"delay": 0,
"time": "1771063740",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771063860",
"uncertainty": 60
},
"stopId": "SNCF:87571240",
"stopSequence": 13
},
{
"arrival": {
"delay": 0,
"time": "1771064460",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771064520",
"uncertainty": 60
},
"stopId": "SNCF:87574343",
"stopSequence": 14
},
{
"arrival": {
"delay": 0,
"time": "1771065060",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771065120",
"uncertainty": 60
},
"stopId": "SNCF:87574319",
"stopSequence": 15
},
{
"arrival": {
"delay": 0,
"time": "1771065600",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771065720",
"uncertainty": 60
},
"stopId": "SNCF:87574004",
"stopSequence": 16
},
{
"arrival": {
"delay": 0,
"time": "1771066320",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771066380",
"uncertainty": 60
},
"stopId": "SNCF:87574194",
"stopSequence": 17
},
{
"arrival": {
"delay": 0,
"time": "1771066800",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771066860",
"uncertainty": 60
},
"stopId": "SNCF:87574160",
"stopSequence": 18
},
{
"arrival": {
"delay": 0,
"time": "1771067160",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771067220",
"uncertainty": 60
},
"stopId": "SNCF:87574137",
"stopSequence": 19
},
{
"arrival": {
"delay": 0,
"time": "1771068060",
"uncertainty": 60
},
"stopId": "SNCF:87543009",
"stopSequence": 20
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 0,
"routeId": "19",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "FR:ServiceJourney::SN860004FERRE_7847757"
},
"tripProperties": {}
}
},
{
"id": "RT|FR:ServiceJourney::SN860003FERRE_7833778|860003",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 0,
"time": "1771047480",
"uncertainty": 60
},
"stopId": "SNCF:87543009",
"stopSequence": 0
},
{
"arrival": {
"delay": 0,
"time": "1771048140",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771048200",
"uncertainty": 60
},
"stopId": "SNCF:87574137",
"stopSequence": 1
},
{
"arrival": {
"delay": 0,
"time": "1771048500",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771048560",
"uncertainty": 60
},
"stopId": "SNCF:87574160",
"stopSequence": 2
},
{
"arrival": {
"delay": 0,
"time": "1771048980",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771049040",
"uncertainty": 60
},
"stopId": "SNCF:87574194",
"stopSequence": 3
},
{
"arrival": {
"delay": 0,
"time": "1771049640",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771049760",
"uncertainty": 60
},
"stopId": "SNCF:87574004",
"stopSequence": 4
},
{
"arrival": {
"delay": 0,
"time": "1771050300",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771050360",
"uncertainty": 60
},
"stopId": "SNCF:87574319",
"stopSequence": 5
},
{
"arrival": {
"delay": 0,
"time": "1771050900",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771050960",
"uncertainty": 60
},
"stopId": "SNCF:87574343",
"stopSequence": 6
},
{
"arrival": {
"delay": 0,
"time": "1771051860",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771051980",
"uncertainty": 60
},
"stopId": "SNCF:87571240",
"stopSequence": 7
},
{
"arrival": {
"delay": 0,
"time": "1771052340",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771052940",
"uncertainty": 60
},
"stopId": "SNCF:87571000",
"stopSequence": 8
},
{
"arrival": {
"delay": 0,
"time": "1771054800",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771054860",
"uncertainty": 60
},
"stopId": "SNCF:87487603",
"stopSequence": 9
},
{
"arrival": {
"delay": 0,
"time": "1771056120",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771056300",
"uncertainty": 60
},
"stopId": "SNCF:87484006",
"stopSequence": 10
},
{
"arrival": {
"delay": 0,
"time": "1771057800",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771057860",
"uncertainty": 60
},
"stopId": "SNCF:87481192",
"stopSequence": 11
},
{
"arrival": {
"delay": 0,
"time": "1771059000",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771060380",
"uncertainty": 60
},
"stopId": "SNCF:87481002",
"stopSequence": 12
},
{
"arrival": {
"delay": 0,
"time": "1771061700",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771061760",
"uncertainty": 60
},
"stopId": "SNCF:87481838",
"stopSequence": 13
},
{
"arrival": {
"delay": 0,
"time": "1771062600",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771062720",
"uncertainty": 60
},
"stopId": "SNCF:87481705",
"stopSequence": 14
},
{
"arrival": {
"delay": 0,
"time": "1771063380",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771063920",
"uncertainty": 60
},
"stopId": "SNCF:87481747",
"stopSequence": 15
},
{
"arrival": {
"delay": 0,
"time": "1771064100",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771064160",
"uncertainty": 60
},
"stopId": "SNCF:87481697",
"stopSequence": 16
},
{
"arrival": {
"delay": 0,
"time": "1771064280",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771064340",
"uncertainty": 60
},
"stopId": "SNCF:87481754",
"stopSequence": 17
},
{
"arrival": {
"delay": 0,
"time": "1771064580",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771064640",
"uncertainty": 60
},
"stopId": "SNCF:87481762",
"stopSequence": 18
},
{
"arrival": {
"delay": 0,
"time": "1771064820",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771064880",
"uncertainty": 60
},
"stopId": "SNCF:87481770",
"stopSequence": 19
},
{
"arrival": {
"delay": 0,
"time": "1771065120",
"uncertainty": 60
},
"stopId": "SNCF:87481788",
"stopSequence": 20
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 0,
"routeId": "19",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "FR:ServiceJourney::SN860003FERRE_7833778"
},
"tripProperties": {}
}
},
{
"id": "RT|FR:ServiceJourney::SN857657FERRE_7848358|857657",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 0,
"time": "1771052520",
"uncertainty": 60
},
"stopId": "SNCF:87478404",
"stopSequence": 0
},
{
"arrival": {
"delay": 0,
"time": "1771052880",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771052940",
"uncertainty": 60
},
"stopId": "SNCF:87478743",
"stopSequence": 1
},
{
"arrival": {
"delay": 0,
"time": "1771053180",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771053240",
"uncertainty": 60
},
"stopId": "SNCF:87478750",
"stopSequence": 2
},
{
"arrival": {
"delay": 0,
"time": "1771053480",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771053540",
"uncertainty": 60
},
"stopId": "SNCF:87478768",
"stopSequence": 3
},
{
"arrival": {
"delay": 0,
"time": "1771053960",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771054020",
"uncertainty": 60
},
"stopId": "SNCF:87471508",
"stopSequence": 4
},
{
"arrival": {
"delay": 0,
"time": "1771054560",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771054620",
"uncertainty": 60
},
"stopId": "SNCF:87471524",
"stopSequence": 5
},
{
"arrival": {
"delay": 0,
"time": "1771054800",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771054860",
"uncertainty": 60
},
"stopId": "SNCF:87471532",
"stopSequence": 6
},
{
"arrival": {
"delay": 0,
"time": "1771055100",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771055160",
"uncertainty": 60
},
"stopId": "SNCF:87471540",
"stopSequence": 7
},
{
"arrival": {
"delay": 0,
"time": "1771055400",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771055460",
"uncertainty": 60
},
"stopId": "SNCF:87334490",
"stopSequence": 8
},
{
"arrival": {
"delay": 0,
"time": "1771055820",
"uncertainty": 60
},
"stopId": "SNCF:87471003",
"stopSequence": 9
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 0,
"routeId": "27",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "FR:ServiceJourney::SN857657FERRE_7848358"
},
"tripProperties": {}
}
},
{
"id": "RT|FR:ServiceJourney::SN859158FERRE_7848003|859158",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 0,
"time": "1771056420",
"uncertainty": 60
},
"stopId": "SNCF:87486571",
"stopSequence": 0
},
{
"arrival": {
"delay": 0,
"time": "1771056600",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771056660",
"uncertainty": 60
},
"stopId": "SNCF:87486563",
"stopSequence": 1
},
{
"arrival": {
"delay": 0,
"time": "1771057380",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771057440",
"uncertainty": 60
},
"stopId": "SNCF:87481390",
"stopSequence": 2
},
{
"arrival": {
"delay": 0,
"time": "1771058100",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771058160",
"uncertainty": 60
},
"stopId": "SNCF:87481366",
"stopSequence": 3
},
{
"arrival": {
"delay": 0,
"time": "1771058760",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771058820",
"uncertainty": 60
},
"stopId": "SNCF:87481226",
"stopSequence": 4
},
{
"arrival": {
"delay": 0,
"time": "1771059120",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771059180",
"uncertainty": 60
},
"stopId": "SNCF:87481218",
"stopSequence": 5
},
{
"arrival": {
"delay": 0,
"time": "1771059420",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771059480",
"uncertainty": 60
},
"stopId": "SNCF:87481200",
"stopSequence": 6
},
{
"arrival": {
"delay": 0,
"time": "1771060020",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771060260",
"uncertainty": 60
},
"stopId": "SNCF:87481036",
"stopSequence": 7
},
{
"arrival": {
"delay": 0,
"time": "1771060800",
"uncertainty": 60
},
"stopId": "SNCF:87481002",
"stopSequence": 8
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 1,
"routeId": "11",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "FR:ServiceJourney::SN859158FERRE_7848003"
},
"tripProperties": {}
}
},
{
"id": "RT|FR:ServiceJourney::SN858861FERRE_7848106|858861",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 0,
"time": "1771060080",
"uncertainty": 60
},
"stopId": "SNCF:87481002",
"stopSequence": 0
},
{
"arrival": {
"delay": 0,
"time": "1771061100",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771061160",
"uncertainty": 60
},
"stopId": "SNCF:87481440",
"stopSequence": 1
},
{
"arrival": {
"delay": 0,
"time": "1771061640",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771061700",
"uncertainty": 60
},
"stopId": "SNCF:87481465",
"stopSequence": 2
},
{
"arrival": {
"delay": 0,
"time": "1771062120",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771062180",
"uncertainty": 60
},
"stopId": "SNCF:87486126",
"stopSequence": 3
},
{
"arrival": {
"delay": 0,
"time": "1771062780",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771062840",
"uncertainty": 60
},
"stopId": "SNCF:87486142",
"stopSequence": 4
},
{
"arrival": {
"delay": 0,
"time": "1771063380",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771063500",
"uncertainty": 60
},
"stopId": "SNCF:87486019",
"stopSequence": 5
},
{
"arrival": {
"delay": 0,
"time": "1771064280",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771064340",
"uncertainty": 60
},
"stopId": "SNCF:87486423",
"stopSequence": 6
},
{
"arrival": {
"delay": 0,
"time": "1771065120",
"uncertainty": 60
},
"stopId": "SNCF:87486449",
"stopSequence": 7
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 1,
"routeId": "08",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "FR:ServiceJourney::SN858861FERRE_7848106"
},
"tripProperties": {}
}
},
{
"id": "RT|FR:ServiceJourney::SN49981ROUTIER_7825303|49981",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 0,
"time": "1771055520",
"uncertainty": 60
},
"stopId": "SNCF:87487603",
"stopSequence": 0
},
{
"arrival": {
"delay": 0,
"time": "1771056720",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771056720",
"uncertainty": 60
},
"stopId": "SNCF:87487637",
"stopSequence": 1
},
{
"arrival": {
"delay": 0,
"time": "1771057560",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771057560",
"uncertainty": 60
},
"stopId": "SNCF:87487611",
"stopSequence": 2
},
{
"arrival": {
"delay": 0,
"time": "1771058220",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771058220",
"uncertainty": 60
},
"stopId": "SNCF:87487009",
"stopSequence": 3
},
{
"arrival": {
"delay": 0,
"time": "1771060380",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771060380",
"uncertainty": 60
},
"stopId": "SNCF:87487249",
"stopSequence": 4
},
{
"arrival": {
"delay": 0,
"time": "1771061400",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771061400",
"uncertainty": 60
},
"stopId": "SNCF:87487280",
"stopSequence": 5
},
{
"arrival": {
"delay": 0,
"time": "1771061820",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771061820",
"uncertainty": 60
},
"stopId": "SNCF:87487298",
"stopSequence": 6
},
{
"arrival": {
"delay": 0,
"time": "1771062420",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771062420",
"uncertainty": 60
},
"stopId": "SNCF:87333005",
"stopSequence": 7
},
{
"arrival": {
"delay": 0,
"time": "1771063860",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771063860",
"uncertainty": 60
},
"stopId": "SNCF:87486332",
"stopSequence": 8
},
{
"arrival": {
"delay": 0,
"time": "1771066020",
"uncertainty": 60
},
"stopId": "SNCF:87486019",
"stopSequence": 9
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 0,
"routeId": "14",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "FR:ServiceJourney::SN49981ROUTIER_7825303"
},
"tripProperties": {}
}
},
{
"id": "RT|FR:ServiceJourney::SN858060FERRE_7848258|858060",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 0,
"time": "1771058040",
"uncertainty": 60
},
"stopId": "SNCF:87481788",
"stopSequence": 0
},
{
"arrival": {
"delay": 0,
"time": "1771058160",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771058220",
"uncertainty": 60
},
"stopId": "SNCF:87481770",
"stopSequence": 1
},
{
"arrival": {
"delay": 0,
"time": "1771058460",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771058520",
"uncertainty": 60
},
"stopId": "SNCF:87481762",
"stopSequence": 2
},
{
"arrival": {
"delay": 0,
"time": "1771058700",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771058760",
"uncertainty": 60
},
"stopId": "SNCF:87481754",
"stopSequence": 3
},
{
"arrival": {
"delay": 0,
"time": "1771058880",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771058940",
"uncertainty": 60
},
"stopId": "SNCF:87481697",
"stopSequence": 4
},
{
"arrival": {
"delay": 0,
"time": "1771059120",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771059180",
"uncertainty": 60
},
"stopId": "SNCF:87481747",
"stopSequence": 5
},
{
"arrival": {
"delay": 0,
"time": "1771059780",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771059900",
"uncertainty": 60
},
"stopId": "SNCF:87481705",
"stopSequence": 6
},
{
"arrival": {
"delay": 0,
"time": "1771060680",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771060740",
"uncertainty": 60
},
"stopId": "SNCF:87481838",
"stopSequence": 7
},
{
"arrival": {
"delay": 0,
"time": "1771062180",
"uncertainty": 60
},
"stopId": "SNCF:87481002",
"stopSequence": 8
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 1,
"routeId": "01",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "FR:ServiceJourney::SN858060FERRE_7848258"
},
"tripProperties": {}
}
},
{
"id": "RT|FR:ServiceJourney::SN859041FERRE_7866443|859041",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 0,
"time": "1771053600",
"uncertainty": 60
},
"stopId": "SNCF:87487603",
"stopSequence": 0
},
{
"arrival": {
"delay": 0,
"time": "1771054200",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771054260",
"uncertainty": 60
},
"stopId": "SNCF:87487876",
"stopSequence": 1
},
{
"arrival": {
"delay": 0,
"time": "1771054500",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771054560",
"uncertainty": 60
},
"stopId": "SNCF:87487884",
"stopSequence": 2
},
{
"arrival": {
"delay": 0,
"time": "1771054740",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771054800",
"uncertainty": 60
},
"stopId": "SNCF:87487892",
"stopSequence": 3
},
{
"arrival": {
"delay": 0,
"time": "1771055040",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771055100",
"uncertainty": 60
},
"stopId": "SNCF:87487843",
"stopSequence": 4
},
{
"arrival": {
"delay": 0,
"time": "1771055400",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771055460",
"uncertainty": 60
},
"stopId": "SNCF:87701532",
"stopSequence": 5
},
{
"arrival": {
"delay": 0,
"time": "1771055820",
"uncertainty": 60
},
"stopId": "SNCF:87484006",
"stopSequence": 6
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 0,
"routeId": "19",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "FR:ServiceJourney::SN859041FERRE_7866443"
},
"tripProperties": {}
}
},
{
"id": "RT|FR:ServiceJourney::SN859284FERRE_7847977|859284",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 600,
"time": "1771051800",
"uncertainty": 60
},
"stopId": "SNCF:87481283",
"stopSequence": 0
},
{
"arrival": {
"delay": 600,
"time": "1771052220",
"uncertainty": 60
},
"departure": {
"delay": 600,
"time": "1771052220",
"uncertainty": 60
},
"stopId": "SNCF:87481267",
"stopSequence": 1
},
{
"arrival": {
"delay": 600,
"time": "1771052460",
"uncertainty": 60
},
"departure": {
"delay": 600,
"time": "1771052460",
"uncertainty": 60
},
"stopId": "SNCF:87481259",
"stopSequence": 2
},
{
"arrival": {
"delay": 600,
"time": "1771052700",
"uncertainty": 60
},
"departure": {
"delay": 900,
"time": "1771053000",
"uncertainty": 60
},
"stopId": "SNCF:87481242",
"stopSequence": 3
},
{
"arrival": {
"delay": 900,
"time": "1771053480",
"uncertainty": 60
},
"departure": {
"delay": 900,
"time": "1771053480",
"uncertainty": 60
},
"stopId": "SNCF:87481234",
"stopSequence": 4
},
{
"arrival": {
"delay": 300,
"time": "1771054140",
"uncertainty": 60
},
"departure": {
"delay": 300,
"time": "1771054140",
"uncertainty": 60
},
"stopId": "SNCF:87481218",
"stopSequence": 6
},
{
"arrival": {
"delay": 300,
"time": "1771054440",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771054200",
"uncertainty": 60
},
"stopId": "SNCF:87481200",
"stopSequence": 7
},
{
"arrival": {
"delay": 0,
"time": "1771054740",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771054800",
"uncertainty": 60
},
"stopId": "SNCF:87481036",
"stopSequence": 8
},
{
"arrival": {
"delay": 0,
"time": "1771055400",
"uncertainty": 60
},
"stopId": "SNCF:87481002",
"stopSequence": 9
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 1,
"routeId": "10",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "FR:ServiceJourney::SN859284FERRE_7847977"
},
"tripProperties": {}
}
},
{
"id": "RT|FR:ServiceJourney::SN859603FERRE_7866305|859603",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 0,
"time": "1771050060",
"uncertainty": 60
},
"stopId": "SNCF:87590372",
"stopSequence": 0
},
{
"arrival": {
"delay": 0,
"time": "1771050600",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771050660",
"uncertainty": 60
},
"stopId": "SNCF:87481622",
"stopSequence": 1
},
{
"arrival": {
"delay": 0,
"time": "1771051140",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771051140",
"uncertainty": 60
},
"stopId": "SNCF:87481614",
"stopSequence": 2
},
{
"arrival": {
"delay": 0,
"time": "1771051740",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771051920",
"uncertainty": 60
},
"stopId": "SNCF:87481598",
"stopSequence": 3
},
{
"arrival": {
"delay": 0,
"time": "1771052460",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771052520",
"uncertainty": 60
},
"stopId": "SNCF:87590828",
"stopSequence": 4
},
{
"arrival": {
"delay": 0,
"time": "1771052700",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771052760",
"uncertainty": 60
},
"stopId": "SNCF:87590364",
"stopSequence": 5
},
{
"arrival": {
"delay": 0,
"time": "1771052820",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771052880",
"uncertainty": 60
},
"stopId": "SNCF:87481564",
"stopSequence": 6
},
{
"arrival": {
"delay": 0,
"time": "1771053000",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771053060",
"uncertainty": 60
},
"stopId": "SNCF:87590356",
"stopSequence": 7
},
{
"arrival": {
"delay": 0,
"time": "1771053240",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771053300",
"uncertainty": 60
},
"stopId": "SNCF:87590349",
"stopSequence": 8
},
{
"arrival": {
"delay": 0,
"time": "1771053540",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771053600",
"uncertainty": 60
},
"stopId": "SNCF:87590331",
"stopSequence": 9
},
{
"arrival": {
"delay": 0,
"time": "1771054140",
"uncertainty": 60
},
"stopId": "SNCF:87481002",
"stopSequence": 10
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 0,
"routeId": "T1",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "FR:ServiceJourney::SN859603FERRE_7866305"
},
"tripProperties": {}
}
},
{
"id": "RT|FR:ServiceJourney::SN859604FERRE_7866304|859604",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 0,
"time": "1771060200",
"uncertainty": 60
},
"stopId": "SNCF:87481002",
"stopSequence": 0
},
{
"arrival": {
"delay": 0,
"time": "1771060740",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771060800",
"uncertainty": 60
},
"stopId": "SNCF:87590331",
"stopSequence": 1
},
{
"arrival": {
"delay": 0,
"time": "1771061040",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771061040",
"uncertainty": 60
},
"stopId": "SNCF:87590349",
"stopSequence": 2
},
{
"arrival": {
"delay": 0,
"time": "1771061220",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771061220",
"uncertainty": 60
},
"stopId": "SNCF:87590356",
"stopSequence": 3
},
{
"arrival": {
"delay": 0,
"time": "1771061400",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771061400",
"uncertainty": 60
},
"stopId": "SNCF:87481564",
"stopSequence": 4
},
{
"arrival": {
"delay": 0,
"time": "1771061520",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771061580",
"uncertainty": 60
},
"stopId": "SNCF:87590364",
"stopSequence": 5
},
{
"arrival": {
"delay": 0,
"time": "1771061820",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771061880",
"uncertainty": 60
},
"stopId": "SNCF:87590828",
"stopSequence": 6
},
{
"arrival": {
"delay": 0,
"time": "1771062420",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771062540",
"uncertainty": 60
},
"stopId": "SNCF:87481598",
"stopSequence": 7
},
{
"arrival": {
"delay": 0,
"time": "1771063140",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771063140",
"uncertainty": 60
},
"stopId": "SNCF:87481614",
"stopSequence": 8
},
{
"arrival": {
"delay": 0,
"time": "1771063560",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771063620",
"uncertainty": 60
},
"stopId": "SNCF:87481622",
"stopSequence": 9
},
{
"arrival": {
"delay": 0,
"time": "1771064220",
"uncertainty": 60
},
"stopId": "SNCF:87590372",
"stopSequence": 10
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 1,
"routeId": "T1",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "FR:ServiceJourney::SN859604FERRE_7866304"
},
"tripProperties": {}
}
},
{
"id": "RT|FR:ServiceJourney::SN857550FERRE_7848402|857550",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 0,
"time": "1771049340",
"uncertainty": 60
},
"stopId": "SNCF:87481002",
"stopSequence": 0
},
{
"arrival": {
"delay": 0,
"time": "1771049760",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771049820",
"uncertainty": 60
},
"stopId": "SNCF:87481143",
"stopSequence": 1
},
{
"arrival": {
"delay": 0,
"time": "1771050000",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771050060",
"uncertainty": 60
},
"stopId": "SNCF:87481150",
"stopSequence": 2
},
{
"arrival": {
"delay": 0,
"time": "1771050240",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771050300",
"uncertainty": 60
},
"stopId": "SNCF:87481168",
"stopSequence": 3
},
{
"arrival": {
"delay": 0,
"time": "1771050540",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771050600",
"uncertainty": 60
},
"stopId": "SNCF:87481184",
"stopSequence": 4
},
{
"arrival": {
"delay": 0,
"time": "1771050960",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771051020",
"uncertainty": 60
},
"stopId": "SNCF:87481192",
"stopSequence": 5
},
{
"arrival": {
"delay": 0,
"time": "1771051440",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771051500",
"uncertainty": 60
},
"stopId": "SNCF:87484386",
"stopSequence": 6
},
{
"arrival": {
"delay": 0,
"time": "1771051800",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771051860",
"uncertainty": 60
},
"stopId": "SNCF:87484360",
"stopSequence": 7
},
{
"arrival": {
"delay": 0,
"time": "1771052040",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771052100",
"uncertainty": 60
},
"stopId": "SNCF:87484352",
"stopSequence": 8
},
{
"arrival": {
"delay": 0,
"time": "1771052580",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771052640",
"uncertainty": 60
},
"stopId": "SNCF:87484337",
"stopSequence": 9
},
{
"arrival": {
"delay": 0,
"time": "1771052820",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771052880",
"uncertainty": 60
},
"stopId": "SNCF:87484329",
"stopSequence": 10
},
{
"arrival": {
"delay": 0,
"time": "1771053360",
"uncertainty": 60
},
"stopId": "SNCF:87484006",
"stopSequence": 11
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 1,
"routeId": "04",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "FR:ServiceJourney::SN857550FERRE_7848402"
},
"tripProperties": {}
}
},
{
"id": "RT|FR:ServiceJourney::SN862583FERRE_6434523|862583",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 0,
"time": "1771050480",
"uncertainty": 60
},
"stopId": "SNCF:87394296",
"stopSequence": 0
},
{
"arrival": {
"delay": 0,
"time": "1771050840",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771050900",
"uncertainty": 60
},
"stopId": "SNCF:87396333",
"stopSequence": 1
},
{
"arrival": {
"delay": 0,
"time": "1771051260",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771051320",
"uncertainty": 60
},
"stopId": "SNCF:87396325",
"stopSequence": 2
},
{
"arrival": {
"delay": 0,
"time": "1771051680",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771051740",
"uncertainty": 60
},
"stopId": "SNCF:87396317",
"stopSequence": 3
},
{
"arrival": {
"delay": 0,
"time": "1771052040",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771052100",
"uncertainty": 60
},
"stopId": "SNCF:87396309",
"stopSequence": 4
},
{
"arrival": {
"delay": 0,
"time": "1771052400",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771052460",
"uncertainty": 60
},
"stopId": "SNCF:87396291",
"stopSequence": 5
},
{
"arrival": {
"delay": 0,
"time": "1771052640",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771052700",
"uncertainty": 60
},
"stopId": "SNCF:87396283",
"stopSequence": 6
},
{
"arrival": {
"delay": 0,
"time": "1771052880",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771052940",
"uncertainty": 60
},
"stopId": "SNCF:87396275",
"stopSequence": 7
},
{
"arrival": {
"delay": 0,
"time": "1771053480",
"uncertainty": 60
},
"stopId": "SNCF:87396002",
"stopSequence": 8
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 1,
"routeId": "23",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "FR:ServiceJourney::SN862583FERRE_6434523"
},
"tripProperties": {}
}
},
{
"id": "RT|FR:ServiceJourney::SN857551FERRE_7848401|857551",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 0,
"time": "1771054440",
"uncertainty": 60
},
"stopId": "SNCF:87484006",
"stopSequence": 0
},
{
"arrival": {
"delay": 0,
"time": "1771054860",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771054920",
"uncertainty": 60
},
"stopId": "SNCF:87484329",
"stopSequence": 1
},
{
"arrival": {
"delay": 0,
"time": "1771055040",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771055100",
"uncertainty": 60
},
"stopId": "SNCF:87484337",
"stopSequence": 2
},
{
"arrival": {
"delay": 0,
"time": "1771055580",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771055640",
"uncertainty": 60
},
"stopId": "SNCF:87484352",
"stopSequence": 3
},
{
"arrival": {
"delay": 0,
"time": "1771055820",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771055880",
"uncertainty": 60
},
"stopId": "SNCF:87484360",
"stopSequence": 4
},
{
"arrival": {
"delay": 0,
"time": "1771056180",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771056240",
"uncertainty": 60
},
"stopId": "SNCF:87484386",
"stopSequence": 5
},
{
"arrival": {
"delay": 0,
"time": "1771056660",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771056720",
"uncertainty": 60
},
"stopId": "SNCF:87481192",
"stopSequence": 6
},
{
"arrival": {
"delay": 0,
"time": "1771057020",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771057080",
"uncertainty": 60
},
"stopId": "SNCF:87481184",
"stopSequence": 7
},
{
"arrival": {
"delay": 0,
"time": "1771057320",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771057380",
"uncertainty": 60
},
"stopId": "SNCF:87481168",
"stopSequence": 8
},
{
"arrival": {
"delay": 0,
"time": "1771057620",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771057680",
"uncertainty": 60
},
"stopId": "SNCF:87481150",
"stopSequence": 9
},
{
"arrival": {
"delay": 0,
"time": "1771057860",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771057920",
"uncertainty": 60
},
"stopId": "SNCF:87481143",
"stopSequence": 10
},
{
"arrival": {
"delay": 0,
"time": "1771058340",
"uncertainty": 60
},
"stopId": "SNCF:87481002",
"stopSequence": 11
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 0,
"routeId": "04",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "FR:ServiceJourney::SN857551FERRE_7848401"
},
"tripProperties": {}
}
},
{
"id": "RT|FR:ServiceJourney::SN862582FERRE_6458606|862582",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 0,
"time": "1771054680",
"uncertainty": 60
},
"stopId": "SNCF:87396002",
"stopSequence": 0
},
{
"arrival": {
"delay": 0,
"time": "1771055040",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771055100",
"uncertainty": 60
},
"stopId": "SNCF:87396275",
"stopSequence": 1
},
{
"arrival": {
"delay": 0,
"time": "1771055280",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771055340",
"uncertainty": 60
},
"stopId": "SNCF:87396283",
"stopSequence": 2
},
{
"arrival": {
"delay": 0,
"time": "1771055580",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771055640",
"uncertainty": 60
},
"stopId": "SNCF:87396291",
"stopSequence": 3
},
{
"arrival": {
"delay": 0,
"time": "1771055940",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771056000",
"uncertainty": 60
},
"stopId": "SNCF:87396309",
"stopSequence": 4
},
{
"arrival": {
"delay": 0,
"time": "1771056360",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771056420",
"uncertainty": 60
},
"stopId": "SNCF:87396317",
"stopSequence": 5
},
{
"arrival": {
"delay": 0,
"time": "1771056720",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771056780",
"uncertainty": 60
},
"stopId": "SNCF:87396325",
"stopSequence": 6
},
{
"arrival": {
"delay": 0,
"time": "1771057140",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771057200",
"uncertainty": 60
},
"stopId": "SNCF:87396333",
"stopSequence": 7
},
{
"arrival": {
"delay": 0,
"time": "1771057620",
"uncertainty": 60
},
"stopId": "SNCF:87394296",
"stopSequence": 8
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 0,
"routeId": "23",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "FR:ServiceJourney::SN862582FERRE_6458606"
},
"tripProperties": {}
}
},
{
"id": "RT|FR:ServiceJourney::SN862581FERRE_6458607|862581",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 0,
"time": "1771057620",
"uncertainty": 60
},
"stopId": "SNCF:87394296",
"stopSequence": 0
},
{
"arrival": {
"delay": 0,
"time": "1771058040",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771058100",
"uncertainty": 60
},
"stopId": "SNCF:87396333",
"stopSequence": 1
},
{
"arrival": {
"delay": 0,
"time": "1771058460",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771058520",
"uncertainty": 60
},
"stopId": "SNCF:87396325",
"stopSequence": 2
},
{
"arrival": {
"delay": 0,
"time": "1771058820",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771058880",
"uncertainty": 60
},
"stopId": "SNCF:87396317",
"stopSequence": 3
},
{
"arrival": {
"delay": 0,
"time": "1771059240",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771059300",
"uncertainty": 60
},
"stopId": "SNCF:87396309",
"stopSequence": 4
},
{
"arrival": {
"delay": 0,
"time": "1771059600",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771059660",
"uncertainty": 60
},
"stopId": "SNCF:87396291",
"stopSequence": 5
},
{
"arrival": {
"delay": 0,
"time": "1771059840",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771059900",
"uncertainty": 60
},
"stopId": "SNCF:87396283",
"stopSequence": 6
},
{
"arrival": {
"delay": 0,
"time": "1771060080",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771060140",
"uncertainty": 60
},
"stopId": "SNCF:87396275",
"stopSequence": 7
},
{
"arrival": {
"delay": 0,
"time": "1771060680",
"uncertainty": 60
},
"stopId": "SNCF:87396002",
"stopSequence": 8
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 1,
"routeId": "23",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "FR:ServiceJourney::SN862581FERRE_6458607"
},
"tripProperties": {}
}
},
{
"id": "RT|FR:ServiceJourney::SN858887FERRE_7848077|858887",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 0,
"time": "1771058100",
"uncertainty": 60
},
"stopId": "SNCF:87481002",
"stopSequence": 0
},
{
"arrival": {
"delay": 0,
"time": "1771059060",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771059120",
"uncertainty": 60
},
"stopId": "SNCF:87481440",
"stopSequence": 1
},
{
"arrival": {
"delay": 0,
"time": "1771059600",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771059660",
"uncertainty": 60
},
"stopId": "SNCF:87481465",
"stopSequence": 2
},
{
"arrival": {
"delay": 0,
"time": "1771060020",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771060080",
"uncertainty": 60
},
"stopId": "SNCF:87486126",
"stopSequence": 3
},
{
"arrival": {
"delay": 0,
"time": "1771060620",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771060680",
"uncertainty": 60
},
"stopId": "SNCF:87486142",
"stopSequence": 4
},
{
"arrival": {
"delay": 0,
"time": "1771061160",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771061280",
"uncertainty": 60
},
"stopId": "SNCF:87486019",
"stopSequence": 5
},
{
"arrival": {
"delay": 0,
"time": "1771062120",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771062300",
"uncertainty": 60
},
"stopId": "SNCF:87486423",
"stopSequence": 6
},
{
"arrival": {
"delay": 0,
"time": "1771062780",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771062840",
"uncertainty": 60
},
"stopId": "SNCF:87486431",
"stopSequence": 7
},
{
"arrival": {
"delay": 0,
"time": "1771063260",
"uncertainty": 60
},
"stopId": "SNCF:87486449",
"stopSequence": 8
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 1,
"routeId": "08",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "FR:ServiceJourney::SN858887FERRE_7848077"
},
"tripProperties": {}
}
},
{
"id": "RT|FR:ServiceJourney::SN857436FERRE_7848453|857436",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 0,
"time": "1771051920",
"uncertainty": 60
},
"stopId": "SNCF:87484006",
"stopSequence": 0
},
{
"arrival": {
"delay": 0,
"time": "1771052100",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771052160",
"uncertainty": 60
},
"stopId": "SNCF:87484048",
"stopSequence": 1
},
{
"arrival": {
"delay": 0,
"time": "1771052580",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771052640",
"uncertainty": 60
},
"stopId": "SNCF:87484139",
"stopSequence": 2
},
{
"arrival": {
"delay": 0,
"time": "1771052880",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771052940",
"uncertainty": 60
},
"stopId": "SNCF:87484147",
"stopSequence": 3
},
{
"arrival": {
"delay": 0,
"time": "1771053120",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771053180",
"uncertainty": 60
},
"stopId": "SNCF:87484154",
"stopSequence": 4
},
{
"arrival": {
"delay": 0,
"time": "1771053540",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771053600",
"uncertainty": 60
},
"stopId": "SNCF:87484170",
"stopSequence": 5
},
{
"arrival": {
"delay": 0,
"time": "1771054080",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771054140",
"uncertainty": 60
},
"stopId": "SNCF:87396408",
"stopSequence": 6
},
{
"arrival": {
"delay": 0,
"time": "1771054740",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771054800",
"uncertainty": 60
},
"stopId": "SNCF:87396374",
"stopSequence": 7
},
{
"arrival": {
"delay": 0,
"time": "1771055160",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771055220",
"uncertainty": 60
},
"stopId": "SNCF:87396366",
"stopSequence": 8
},
{
"arrival": {
"delay": 0,
"time": "1771055520",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771055580",
"uncertainty": 60
},
"stopId": "SNCF:87396358",
"stopSequence": 9
},
{
"arrival": {
"delay": 0,
"time": "1771056060",
"uncertainty": 60
},
"stopId": "SNCF:87396002",
"stopSequence": 10
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 0,
"routeId": "21",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "FR:ServiceJourney::SN857436FERRE_7848453"
},
"tripProperties": {}
}
},
{
"id": "RT|FR:ServiceJourney::SN860158FERRE_7810993|860158",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 0,
"time": "1771049340",
"uncertainty": 60
},
"stopId": "SNCF:87487009",
"stopSequence": 0
},
{
"arrival": {
"delay": 0,
"time": "1771050540",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771050600",
"uncertainty": 60
},
"stopId": "SNCF:87487637",
"stopSequence": 1
},
{
"arrival": {
"delay": 0,
"time": "1771052040",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771052460",
"uncertainty": 60
},
"stopId": "SNCF:87487603",
"stopSequence": 2
},
{
"arrival": {
"delay": 0,
"time": "1771053060",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771053120",
"uncertainty": 60
},
"stopId": "SNCF:87571794",
"stopSequence": 3
},
{
"arrival": {
"delay": 0,
"time": "1771053780",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771053840",
"uncertainty": 60
},
"stopId": "SNCF:87571828",
"stopSequence": 4
},
{
"arrival": {
"delay": 0,
"time": "1771054080",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771054140",
"uncertainty": 60
},
"stopId": "SNCF:87571836",
"stopSequence": 5
},
{
"arrival": {
"delay": 0,
"time": "1771054920",
"uncertainty": 60
},
"stopId": "SNCF:87571000",
"stopSequence": 6
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 1,
"routeId": "14",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "FR:ServiceJourney::SN860158FERRE_7810993"
},
"tripProperties": {}
}
},
{
"id": "RT|FR:ServiceJourney::SN857962FERRE_7848316|857962",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 0,
"time": "1771056300",
"uncertainty": 60
},
"stopId": "SNCF:87478404",
"stopSequence": 0
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "SNCF:87478537",
"stopSequence": 1
},
{
"arrival": {
"delay": 0,
"time": "1771057200",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771057260",
"uncertainty": 60
},
"stopId": "SNCF:87478545",
"stopSequence": 2
},
{
"arrival": {
"delay": 0,
"time": "1771057500",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771057560",
"uncertainty": 60
},
"stopId": "SNCF:87478552",
"stopSequence": 3
},
{
"arrival": {
"delay": 0,
"time": "1771057920",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771057980",
"uncertainty": 60
},
"stopId": "SNCF:87478560",
"stopSequence": 4
},
{
"arrival": {
"delay": 0,
"time": "1771058460",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771058520",
"uncertainty": 60
},
"stopId": "SNCF:87396234",
"stopSequence": 5
},
{
"arrival": {
"delay": 0,
"time": "1771058940",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771059000",
"uncertainty": 60
},
"stopId": "SNCF:87396218",
"stopSequence": 6
},
{
"arrival": {
"delay": 0,
"time": "1771059180",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771059240",
"uncertainty": 60
},
"stopId": "SNCF:87396200",
"stopSequence": 7
},
{
"arrival": {
"delay": 0,
"time": "1771059780",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771059840",
"uncertainty": 60
},
"stopId": "SNCF:87743872",
"stopSequence": 8
},
{
"arrival": {
"delay": 0,
"time": "1771060080",
"uncertainty": 60
},
"stopId": "SNCF:87396002",
"stopSequence": 9
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 0,
"routeId": "22",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "FR:ServiceJourney::SN857962FERRE_7848316"
},
"tripProperties": {}
}
},
{
"id": "RT|FR:ServiceJourney::SN858259FERRE_7859839|858259",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 0,
"time": "1771057440",
"uncertainty": 60
},
"stopId": "SNCF:87481002",
"stopSequence": 0
},
{
"arrival": {
"delay": 0,
"time": "1771058700",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771058760",
"uncertainty": 60
},
"stopId": "SNCF:87481838",
"stopSequence": 1
},
{
"arrival": {
"delay": 0,
"time": "1771059240",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771059300",
"uncertainty": 60
},
"stopId": "SNCF:87481846",
"stopSequence": 2
},
{
"arrival": {
"delay": 0,
"time": "1771060320",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771060980",
"uncertainty": 60
},
"stopId": "SNCF:87471300",
"stopSequence": 3
},
{
"arrival": {
"delay": 0,
"time": "1771061760",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771061820",
"uncertainty": 60
},
"stopId": "SNCF:87476671",
"stopSequence": 4
},
{
"arrival": {
"delay": 0,
"time": "1771062600",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771062720",
"uncertainty": 60
},
"stopId": "SNCF:87476606",
"stopSequence": 5
},
{
"arrival": {
"delay": 0,
"time": "1771063320",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771063440",
"uncertainty": 60
},
"stopId": "SNCF:87476200",
"stopSequence": 6
},
{
"arrival": {
"delay": 0,
"time": "1771064160",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771064220",
"uncertainty": 60
},
"stopId": "SNCF:87476259",
"stopSequence": 7
},
{
"arrival": {
"delay": 0,
"time": "1771064580",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771064700",
"uncertainty": 60
},
"stopId": "SNCF:87476002",
"stopSequence": 8
},
{
"arrival": {
"delay": 0,
"time": "1771065360",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771065420",
"uncertainty": 60
},
"stopId": "SNCF:87476317",
"stopSequence": 9
},
{
"arrival": {
"delay": 0,
"time": "1771066320",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771066380",
"uncertainty": 60
},
"stopId": "SNCF:87474155",
"stopSequence": 10
},
{
"arrival": {
"delay": 0,
"time": "1771067100",
"uncertainty": 60
},
"stopId": "SNCF:87474098",
"stopSequence": 11
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 1,
"routeId": "02b",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "FR:ServiceJourney::SN858259FERRE_7859839"
},
"tripProperties": {}
}
},
{
"id": "RT|FR:ServiceJourney::SN862508FERRE_7720298|862508",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 0,
"time": "1771050840",
"uncertainty": 60
},
"stopId": "SNCF:87396002",
"stopSequence": 0
},
{
"arrival": {
"delay": 0,
"time": "1771051680",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771051740",
"uncertainty": 60
},
"stopId": "SNCF:87396309",
"stopSequence": 1
},
{
"arrival": {
"delay": 0,
"time": "1771052280",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771052340",
"uncertainty": 60
},
"stopId": "SNCF:87396325",
"stopSequence": 2
},
{
"arrival": {
"delay": 0,
"time": "1771053000",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771053060",
"uncertainty": 60
},
"stopId": "SNCF:87394296",
"stopSequence": 3
},
{
"arrival": {
"delay": 0,
"time": "1771053840",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771053900",
"uncertainty": 60
},
"stopId": "SNCF:87394254",
"stopSequence": 4
},
{
"arrival": {
"delay": 0,
"time": "1771054500",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771054560",
"uncertainty": 60
},
"stopId": "SNCF:87394221",
"stopSequence": 5
},
{
"arrival": {
"delay": 0,
"time": "1771055160",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771055280",
"uncertainty": 60
},
"stopId": "SNCF:87394007",
"stopSequence": 6
},
{
"arrival": {
"delay": 0,
"time": "1771055880",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771055940",
"uncertainty": 60
},
"stopId": "SNCF:87394130",
"stopSequence": 7
},
{
"arrival": {
"delay": 0,
"time": "1771056240",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771056300",
"uncertainty": 60
},
"stopId": "SNCF:87394114",
"stopSequence": 8
},
{
"arrival": {
"delay": 0,
"time": "1771056780",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771056840",
"uncertainty": 60
},
"stopId": "SNCF:87393314",
"stopSequence": 9
},
{
"arrival": {
"delay": 0,
"time": "1771058280",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771058400",
"uncertainty": 60
},
"stopId": "SNCF:87393009",
"stopSequence": 10
},
{
"arrival": {
"delay": 0,
"time": "1771059180",
"uncertainty": 60
},
"stopId": "SNCF:87391003",
"stopSequence": 11
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 0,
"routeId": "23",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "FR:ServiceJourney::SN862508FERRE_7720298"
},
"tripProperties": {}
}
},
{
"id": "RT|FR:ServiceJourney::SN862507FERRE_7810728|862507",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 0,
"time": "1771047360",
"uncertainty": 60
},
"stopId": "SNCF:87391003",
"stopSequence": 0
},
{
"arrival": {
"delay": 0,
"time": "1771048080",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771048140",
"uncertainty": 60
},
"stopId": "SNCF:87393009",
"stopSequence": 1
},
{
"arrival": {
"delay": 0,
"time": "1771049520",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771049580",
"uncertainty": 60
},
"stopId": "SNCF:87393314",
"stopSequence": 2
},
{
"arrival": {
"delay": 0,
"time": "1771050060",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771050120",
"uncertainty": 60
},
"stopId": "SNCF:87394114",
"stopSequence": 3
},
{
"arrival": {
"delay": 0,
"time": "1771050480",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771050540",
"uncertainty": 60
},
"stopId": "SNCF:87394130",
"stopSequence": 4
},
{
"arrival": {
"delay": 0,
"time": "1771051200",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771051320",
"uncertainty": 60
},
"stopId": "SNCF:87394007",
"stopSequence": 5
},
{
"arrival": {
"delay": 0,
"time": "1771051980",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771052040",
"uncertainty": 60
},
"stopId": "SNCF:87394221",
"stopSequence": 6
},
{
"arrival": {
"delay": 0,
"time": "1771052640",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771052700",
"uncertainty": 60
},
"stopId": "SNCF:87394254",
"stopSequence": 7
},
{
"arrival": {
"delay": 0,
"time": "1771053540",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771053600",
"uncertainty": 60
},
"stopId": "SNCF:87394296",
"stopSequence": 8
},
{
"arrival": {
"delay": 0,
"time": "1771054320",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771054380",
"uncertainty": 60
},
"stopId": "SNCF:87396325",
"stopSequence": 9
},
{
"arrival": {
"delay": 0,
"time": "1771054980",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771055040",
"uncertainty": 60
},
"stopId": "SNCF:87396309",
"stopSequence": 10
},
{
"arrival": {
"delay": 0,
"time": "1771056000",
"uncertainty": 60
},
"stopId": "SNCF:87396002",
"stopSequence": 11
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 0,
"routeId": "23",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "FR:ServiceJourney::SN862507FERRE_7810728"
},
"tripProperties": {}
}
},
{
"id": "RT|FR:ServiceJourney::SN857612FERRE_7848381|857612",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 0,
"time": "1771052640",
"uncertainty": 60
},
"stopId": "SNCF:87478404",
"stopSequence": 0
},
{
"arrival": {
"delay": 0,
"time": "1771053480",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771053540",
"uncertainty": 60
},
"stopId": "SNCF:87478552",
"stopSequence": 1
},
{
"arrival": {
"delay": 0,
"time": "1771054260",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771054320",
"uncertainty": 60
},
"stopId": "SNCF:87396234",
"stopSequence": 2
},
{
"arrival": {
"delay": 0,
"time": "1771054740",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771054800",
"uncertainty": 60
},
"stopId": "SNCF:87396218",
"stopSequence": 3
},
{
"arrival": {
"delay": 0,
"time": "1771055580",
"uncertainty": 60
},
"stopId": "SNCF:87396002",
"stopSequence": 4
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 0,
"routeId": "22",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "FR:ServiceJourney::SN857612FERRE_7848381"
},
"tripProperties": {}
}
},
{
"id": "RT|FR:ServiceJourney::SN862512FERRE_7847435|862512",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 0,
"time": "1771058280",
"uncertainty": 60
},
"stopId": "SNCF:87396002",
"stopSequence": 0
},
{
"arrival": {
"delay": 0,
"time": "1771059120",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771059180",
"uncertainty": 60
},
"stopId": "SNCF:87396309",
"stopSequence": 1
},
{
"arrival": {
"delay": 0,
"time": "1771059720",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771059780",
"uncertainty": 60
},
"stopId": "SNCF:87396325",
"stopSequence": 2
},
{
"arrival": {
"delay": 0,
"time": "1771060440",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771060500",
"uncertainty": 60
},
"stopId": "SNCF:87394296",
"stopSequence": 3
},
{
"arrival": {
"delay": 0,
"time": "1771061280",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771061340",
"uncertainty": 60
},
"stopId": "SNCF:87394254",
"stopSequence": 4
},
{
"arrival": {
"delay": 0,
"time": "1771061880",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771061940",
"uncertainty": 60
},
"stopId": "SNCF:87394221",
"stopSequence": 5
},
{
"arrival": {
"delay": 0,
"time": "1771062540",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771062660",
"uncertainty": 60
},
"stopId": "SNCF:87394007",
"stopSequence": 6
},
{
"arrival": {
"delay": 0,
"time": "1771063260",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771063320",
"uncertainty": 60
},
"stopId": "SNCF:87394130",
"stopSequence": 7
},
{
"arrival": {
"delay": 0,
"time": "1771063620",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771063680",
"uncertainty": 60
},
"stopId": "SNCF:87394114",
"stopSequence": 8
},
{
"arrival": {
"delay": 0,
"time": "1771064100",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771064220",
"uncertainty": 60
},
"stopId": "SNCF:87393314",
"stopSequence": 9
},
{
"arrival": {
"delay": 0,
"time": "1771065660",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771065780",
"uncertainty": 60
},
"stopId": "SNCF:87393009",
"stopSequence": 10
},
{
"arrival": {
"delay": 0,
"time": "1771066440",
"uncertainty": 60
},
"stopId": "SNCF:87391003",
"stopSequence": 11
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 0,
"routeId": "23",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "FR:ServiceJourney::SN862512FERRE_7847435"
},
"tripProperties": {}
}
},
{
"id": "RT|FR:ServiceJourney::SN862511FERRE_7858641|862511",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 0,
"time": "1771056360",
"uncertainty": 60
},
"stopId": "SNCF:87391003",
"stopSequence": 0
},
{
"arrival": {
"delay": 0,
"time": "1771057020",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771057080",
"uncertainty": 60
},
"stopId": "SNCF:87393009",
"stopSequence": 1
},
{
"arrival": {
"delay": 0,
"time": "1771058460",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771058580",
"uncertainty": 60
},
"stopId": "SNCF:87393314",
"stopSequence": 2
},
{
"arrival": {
"delay": 0,
"time": "1771059060",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771059120",
"uncertainty": 60
},
"stopId": "SNCF:87394114",
"stopSequence": 3
},
{
"arrival": {
"delay": 0,
"time": "1771059420",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771059480",
"uncertainty": 60
},
"stopId": "SNCF:87394130",
"stopSequence": 4
},
{
"arrival": {
"delay": 0,
"time": "1771060200",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771060320",
"uncertainty": 60
},
"stopId": "SNCF:87394007",
"stopSequence": 5
},
{
"arrival": {
"delay": 0,
"time": "1771060920",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771060980",
"uncertainty": 60
},
"stopId": "SNCF:87394221",
"stopSequence": 6
},
{
"arrival": {
"delay": 0,
"time": "1771061580",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771061640",
"uncertainty": 60
},
"stopId": "SNCF:87394254",
"stopSequence": 7
},
{
"arrival": {
"delay": 0,
"time": "1771062420",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771062480",
"uncertainty": 60
},
"stopId": "SNCF:87394296",
"stopSequence": 8
},
{
"arrival": {
"delay": 0,
"time": "1771063200",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771063260",
"uncertainty": 60
},
"stopId": "SNCF:87396325",
"stopSequence": 9
},
{
"arrival": {
"delay": 0,
"time": "1771063860",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771063920",
"uncertainty": 60
},
"stopId": "SNCF:87396309",
"stopSequence": 10
},
{
"arrival": {
"delay": 0,
"time": "1771064880",
"uncertainty": 60
},
"stopId": "SNCF:87396002",
"stopSequence": 11
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 0,
"routeId": "23",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "FR:ServiceJourney::SN862511FERRE_7858641"
},
"tripProperties": {}
}
},
{
"id": "RT|FR:ServiceJourney::SN16572FERRE_7855086|16572",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 0,
"time": "1771056780",
"uncertainty": 60
},
"stopId": "SNCF:87571000",
"stopSequence": 0
},
{
"arrival": {
"delay": 0,
"time": "1771057080",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771057680",
"uncertainty": 60
},
"stopId": "SNCF:87571240",
"stopSequence": 1
},
{
"arrival": {
"delay": 0,
"time": "1771059720",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771059780",
"uncertainty": 60
},
"stopId": "SNCF:87396606",
"stopSequence": 2
},
{
"arrival": {
"delay": 0,
"time": "1771060800",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771060860",
"uncertainty": 60
},
"stopId": "SNCF:87396564",
"stopSequence": 3
},
{
"arrival": {
"delay": 0,
"time": "1771061760",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771062120",
"uncertainty": 60
},
"stopId": "SNCF:87396002",
"stopSequence": 4
},
{
"arrival": {
"delay": 0,
"time": "1771063920",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771064100",
"uncertainty": 60
},
"stopId": "SNCF:87444711",
"stopSequence": 5
},
{
"arrival": {
"delay": 0,
"time": "1771064820",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771064880",
"uncertainty": 60
},
"stopId": "SNCF:87444695",
"stopSequence": 6
},
{
"arrival": {
"delay": 0,
"time": "1771065300",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771065360",
"uncertainty": 60
},
"stopId": "SNCF:87444562",
"stopSequence": 7
},
{
"arrival": {
"delay": 0,
"time": "1771065840",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771065960",
"uncertainty": 60
},
"stopId": "SNCF:87444539",
"stopSequence": 8
},
{
"arrival": {
"delay": 0,
"time": "1771067100",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771067160",
"uncertainty": 60
},
"stopId": "SNCF:87444216",
"stopSequence": 9
},
{
"arrival": {
"delay": 0,
"time": "1771067460",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771067520",
"uncertainty": 60
},
"stopId": "SNCF:87444208",
"stopSequence": 10
},
{
"arrival": {
"delay": 0,
"time": "1771068300",
"uncertainty": 60
},
"stopId": "SNCF:87444000",
"stopSequence": 11
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 0,
"routeId": "25",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "FR:ServiceJourney::SN16572FERRE_7855086"
},
"tripProperties": {}
}
},
{
"id": "RT|FR:ServiceJourney::SN859243FERRE_7847995|859243",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 0,
"time": "1771056540",
"uncertainty": 60
},
"stopId": "SNCF:87481002",
"stopSequence": 0
},
{
"arrival": {
"delay": 0,
"time": "1771057140",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771057200",
"uncertainty": 60
},
"stopId": "SNCF:87481036",
"stopSequence": 1
},
{
"arrival": {
"delay": 0,
"time": "1771057680",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771057740",
"uncertainty": 60
},
"stopId": "SNCF:87481200",
"stopSequence": 2
},
{
"arrival": {
"delay": 0,
"time": "1771058040",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771058040",
"uncertainty": 60
},
"stopId": "SNCF:87481218",
"stopSequence": 3
},
{
"arrival": {
"delay": 0,
"time": "1771058400",
"uncertainty": 60
},
"departure": {
"delay": 600,
"time": "1771059300",
"uncertainty": 60
},
"stopId": "SNCF:87481226",
"stopSequence": 4
},
{
"arrival": {
"delay": 600,
"time": "1771059540",
"uncertainty": 60
},
"departure": {
"delay": 600,
"time": "1771059600",
"uncertainty": 60
},
"stopId": "SNCF:87481234",
"stopSequence": 5
},
{
"arrival": {
"delay": 600,
"time": "1771060020",
"uncertainty": 60
},
"departure": {
"delay": 1200,
"time": "1771060620",
"uncertainty": 60
},
"stopId": "SNCF:87481242",
"stopSequence": 6
},
{
"arrival": {
"delay": 1200,
"time": "1771060860",
"uncertainty": 60
},
"departure": {
"delay": 1200,
"time": "1771060860",
"uncertainty": 60
},
"stopId": "SNCF:87481259",
"stopSequence": 7
},
{
"arrival": {
"delay": 1200,
"time": "1771061100",
"uncertainty": 60
},
"departure": {
"delay": 1200,
"time": "1771061100",
"uncertainty": 60
},
"stopId": "SNCF:87481267",
"stopSequence": 8
},
{
"arrival": {
"delay": 1200,
"time": "1771061580",
"uncertainty": 60
},
"stopId": "SNCF:87481283",
"stopSequence": 9
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 0,
"routeId": "10",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "FR:ServiceJourney::SN859243FERRE_7847995"
},
"tripProperties": {}
}
},
{
"id": "RT|FR:ServiceJourney::SN859008FERRE_7866459|859008",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 0,
"time": "1771058100",
"uncertainty": 60
},
"stopId": "SNCF:87484006",
"stopSequence": 0
},
{
"arrival": {
"delay": 0,
"time": "1771058400",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771058460",
"uncertainty": 60
},
"stopId": "SNCF:87701532",
"stopSequence": 1
},
{
"arrival": {
"delay": 0,
"time": "1771058700",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771058760",
"uncertainty": 60
},
"stopId": "SNCF:87487843",
"stopSequence": 2
},
{
"arrival": {
"delay": 0,
"time": "1771059060",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771059120",
"uncertainty": 60
},
"stopId": "SNCF:87487892",
"stopSequence": 3
},
{
"arrival": {
"delay": 0,
"time": "1771059300",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771059360",
"uncertainty": 60
},
"stopId": "SNCF:87487884",
"stopSequence": 4
},
{
"arrival": {
"delay": 0,
"time": "1771059600",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771059660",
"uncertainty": 60
},
"stopId": "SNCF:87487876",
"stopSequence": 5
},
{
"arrival": {
"delay": 0,
"time": "1771060260",
"uncertainty": 60
},
"stopId": "SNCF:87487603",
"stopSequence": 6
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 0,
"routeId": "19",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "FR:ServiceJourney::SN859008FERRE_7866459"
},
"tripProperties": {}
}
},
{
"id": "RT|FR:ServiceJourney::SN857618FERRE_7848378|857618",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 0,
"time": "1771058520",
"uncertainty": 60
},
"stopId": "SNCF:87478404",
"stopSequence": 0
},
{
"arrival": {
"delay": 0,
"time": "1771059360",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771059420",
"uncertainty": 60
},
"stopId": "SNCF:87478552",
"stopSequence": 1
},
{
"arrival": {
"delay": 0,
"time": "1771060140",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771060200",
"uncertainty": 60
},
"stopId": "SNCF:87396234",
"stopSequence": 2
},
{
"arrival": {
"delay": 0,
"time": "1771060620",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771060680",
"uncertainty": 60
},
"stopId": "SNCF:87396218",
"stopSequence": 3
},
{
"arrival": {
"delay": 0,
"time": "1771061520",
"uncertainty": 60
},
"stopId": "SNCF:87396002",
"stopSequence": 4
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 0,
"routeId": "22",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "FR:ServiceJourney::SN857618FERRE_7848378"
},
"tripProperties": {}
}
},
{
"id": "RT|FR:ServiceJourney::SN858286FERRE_7639589|858286",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 0,
"time": "1771055460",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771055580",
"uncertainty": 60
},
"stopId": "SNCF:87474098",
"stopSequence": 0
},
{
"arrival": {
"delay": 0,
"time": "1771057500",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771057620",
"uncertainty": 60
},
"stopId": "SNCF:87476002",
"stopSequence": 1
},
{
"arrival": {
"delay": 0,
"time": "1771059180",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771059300",
"uncertainty": 60
},
"stopId": "SNCF:87476606",
"stopSequence": 2
},
{
"arrival": {
"delay": 0,
"time": "1771060860",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771060980",
"uncertainty": 60
},
"stopId": "SNCF:87471300",
"stopSequence": 3
},
{
"arrival": {
"delay": 0,
"time": "1771063500",
"uncertainty": 60
},
"stopId": "SNCF:87481002",
"stopSequence": 4
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 0,
"routeId": "02b",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "FR:ServiceJourney::SN858286FERRE_7639589"
},
"tripProperties": {}
}
},
{
"id": "RT|FR:ServiceJourney::SN859134FERRE_7848016|859134",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 0,
"time": "1771050780",
"uncertainty": 60
},
"stopId": "SNCF:87486571",
"stopSequence": 0
},
{
"arrival": {
"delay": 0,
"time": "1771050960",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771051020",
"uncertainty": 60
},
"stopId": "SNCF:87486563",
"stopSequence": 1
},
{
"arrival": {
"delay": 0,
"time": "1771051740",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771051800",
"uncertainty": 60
},
"stopId": "SNCF:87481390",
"stopSequence": 2
},
{
"arrival": {
"delay": 0,
"time": "1771052460",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771052520",
"uncertainty": 60
},
"stopId": "SNCF:87481366",
"stopSequence": 3
},
{
"arrival": {
"delay": 0,
"time": "1771053180",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771053480",
"uncertainty": 60
},
"stopId": "SNCF:87481226",
"stopSequence": 4
},
{
"arrival": {
"delay": 0,
"time": "1771053840",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771053840",
"uncertainty": 60
},
"stopId": "SNCF:87481218",
"stopSequence": 5
},
{
"arrival": {
"delay": 0,
"time": "1771054140",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771054200",
"uncertainty": 60
},
"stopId": "SNCF:87481200",
"stopSequence": 6
},
{
"arrival": {
"delay": 0,
"time": "1771054740",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771054800",
"uncertainty": 60
},
"stopId": "SNCF:87481036",
"stopSequence": 7
},
{
"arrival": {
"delay": 0,
"time": "1771055400",
"uncertainty": 60
},
"stopId": "SNCF:87481002",
"stopSequence": 8
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 1,
"routeId": "11",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "FR:ServiceJourney::SN859134FERRE_7848016"
},
"tripProperties": {}
}
},
{
"id": "RT|FR:ServiceJourney::SN859135FERRE_7848015|859135",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 0,
"time": "1771060140",
"uncertainty": 60
},
"stopId": "SNCF:87481002",
"stopSequence": 0
},
{
"arrival": {
"delay": 0,
"time": "1771060680",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771060740",
"uncertainty": 60
},
"stopId": "SNCF:87481036",
"stopSequence": 1
},
{
"arrival": {
"delay": 0,
"time": "1771061280",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771061460",
"uncertainty": 60
},
"stopId": "SNCF:87481200",
"stopSequence": 2
},
{
"arrival": {
"delay": 0,
"time": "1771061700",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771061760",
"uncertainty": 60
},
"stopId": "SNCF:87481218",
"stopSequence": 3
},
{
"arrival": {
"delay": 0,
"time": "1771062060",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771062120",
"uncertainty": 60
},
"stopId": "SNCF:87481226",
"stopSequence": 4
},
{
"arrival": {
"delay": 0,
"time": "1771062720",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771062780",
"uncertainty": 60
},
"stopId": "SNCF:87481366",
"stopSequence": 5
},
{
"arrival": {
"delay": 0,
"time": "1771063500",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771063560",
"uncertainty": 60
},
"stopId": "SNCF:87481390",
"stopSequence": 6
},
{
"arrival": {
"delay": 0,
"time": "1771064220",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771064280",
"uncertainty": 60
},
"stopId": "SNCF:87486563",
"stopSequence": 7
},
{
"arrival": {
"delay": 0,
"time": "1771064520",
"uncertainty": 60
},
"stopId": "SNCF:87486571",
"stopSequence": 8
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 0,
"routeId": "11",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "FR:ServiceJourney::SN859135FERRE_7848015"
},
"tripProperties": {}
}
},
{
"id": "RT|FR:ServiceJourney::SN857635FERRE_7848366|857635",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 0,
"time": "1771057200",
"uncertainty": 60
},
"stopId": "SNCF:87396002",
"stopSequence": 0
},
{
"arrival": {
"delay": 0,
"time": "1771057920",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771057980",
"uncertainty": 60
},
"stopId": "SNCF:87396218",
"stopSequence": 1
},
{
"arrival": {
"delay": 0,
"time": "1771058400",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771058460",
"uncertainty": 60
},
"stopId": "SNCF:87396234",
"stopSequence": 2
},
{
"arrival": {
"delay": 0,
"time": "1771059180",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771059240",
"uncertainty": 60
},
"stopId": "SNCF:87478552",
"stopSequence": 3
},
{
"arrival": {
"delay": 0,
"time": "1771060380",
"uncertainty": 60
},
"stopId": "SNCF:87478404",
"stopSequence": 4
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 1,
"routeId": "22",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "FR:ServiceJourney::SN857635FERRE_7848366"
},
"tripProperties": {}
}
},
{
"id": "RT|FR:ServiceJourney::SN857757FERRE_7811228|857757",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 0,
"time": "1771055760",
"uncertainty": 60
},
"stopId": "SNCF:87471003",
"stopSequence": 0
},
{
"arrival": {
"delay": 0,
"time": "1771056960",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771057020",
"uncertainty": 60
},
"stopId": "SNCF:87471508",
"stopSequence": 1
},
{
"arrival": {
"delay": 0,
"time": "1771058100",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771058220",
"uncertainty": 60
},
"stopId": "SNCF:87478404",
"stopSequence": 2
},
{
"arrival": {
"delay": 0,
"time": "1771059600",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771059960",
"uncertainty": 60
},
"stopId": "SNCF:87396408",
"stopSequence": 3
},
{
"arrival": {
"delay": 0,
"time": "1771061460",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771061580",
"uncertainty": 60
},
"stopId": "SNCF:87484006",
"stopSequence": 4
},
{
"arrival": {
"delay": 0,
"time": "1771062900",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771062960",
"uncertainty": 60
},
"stopId": "SNCF:87481192",
"stopSequence": 5
},
{
"arrival": {
"delay": 0,
"time": "1771064100",
"uncertainty": 60
},
"stopId": "SNCF:87481002",
"stopSequence": 6
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 0,
"routeId": "28",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "FR:ServiceJourney::SN857757FERRE_7811228"
},
"tripProperties": {}
}
},
{
"id": "RT|FR:ServiceJourney::SN16552FERRE_7856418|16552",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 0,
"time": "1771055880",
"uncertainty": 60
},
"stopId": "SNCF:87444000",
"stopSequence": 0
},
{
"arrival": {
"delay": 0,
"time": "1771056660",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771056720",
"uncertainty": 60
},
"stopId": "SNCF:87444208",
"stopSequence": 1
},
{
"arrival": {
"delay": 0,
"time": "1771057020",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771057080",
"uncertainty": 60
},
"stopId": "SNCF:87444216",
"stopSequence": 2
},
{
"arrival": {
"delay": 0,
"time": "1771058280",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771058400",
"uncertainty": 60
},
"stopId": "SNCF:87444539",
"stopSequence": 3
},
{
"arrival": {
"delay": 0,
"time": "1771060020",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771060200",
"uncertainty": 60
},
"stopId": "SNCF:87444711",
"stopSequence": 4
},
{
"arrival": {
"delay": 0,
"time": "1771062120",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771062300",
"uncertainty": 60
},
"stopId": "SNCF:87396002",
"stopSequence": 5
},
{
"arrival": {
"delay": 0,
"time": "1771063860",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771063920",
"uncertainty": 60
},
"stopId": "SNCF:87396606",
"stopSequence": 6
},
{
"arrival": {
"delay": 0,
"time": "1771065780",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771066260",
"uncertainty": 60
},
"stopId": "SNCF:87571240",
"stopSequence": 7
},
{
"arrival": {
"delay": 0,
"time": "1771066560",
"uncertainty": 60
},
"stopId": "SNCF:87571000",
"stopSequence": 8
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 1,
"routeId": "25",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "FR:ServiceJourney::SN16552FERRE_7856418"
},
"tripProperties": {}
}
},
{
"id": "RT|FR:ServiceJourney::SN859306FERRE_7847958|859306",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 0,
"time": "1771055340",
"uncertainty": 60
},
"stopId": "SNCF:87484303",
"stopSequence": 0
},
{
"arrival": {
"delay": 0,
"time": "1771056420",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771056480",
"uncertainty": 60
},
"stopId": "SNCF:87484246",
"stopSequence": 1
},
{
"arrival": {
"delay": 0,
"time": "1771057080",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771057140",
"uncertainty": 60
},
"stopId": "SNCF:87484204",
"stopSequence": 2
},
{
"arrival": {
"delay": 0,
"time": "1771057440",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771057500",
"uncertainty": 60
},
"stopId": "SNCF:87484337",
"stopSequence": 3
},
{
"arrival": {
"delay": 0,
"time": "1771058160",
"uncertainty": 60
},
"stopId": "SNCF:87484006",
"stopSequence": 4
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 0,
"routeId": "20",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "FR:ServiceJourney::SN859306FERRE_7847958"
},
"tripProperties": {}
}
},
{
"id": "RT|FR:ServiceJourney::SN859307FERRE_7847955|859307",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 0,
"time": "1771057800",
"uncertainty": 60
},
"stopId": "SNCF:87484006",
"stopSequence": 0
},
{
"arrival": {
"delay": 0,
"time": "1771058280",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771058340",
"uncertainty": 60
},
"stopId": "SNCF:87484337",
"stopSequence": 1
},
{
"arrival": {
"delay": 0,
"time": "1771058640",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771058700",
"uncertainty": 60
},
"stopId": "SNCF:87484204",
"stopSequence": 2
},
{
"arrival": {
"delay": 0,
"time": "1771059240",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771059300",
"uncertainty": 60
},
"stopId": "SNCF:87484246",
"stopSequence": 3
},
{
"arrival": {
"delay": 0,
"time": "1771060140",
"uncertainty": 60
},
"stopId": "SNCF:87484303",
"stopSequence": 4
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 1,
"routeId": "20",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "FR:ServiceJourney::SN859307FERRE_7847955"
},
"tripProperties": {}
}
},
{
"id": "RT|FR:ServiceJourney::SN857008FERRE_6460356|857008",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 0,
"time": "1771050900",
"uncertainty": 60
},
"stopId": "SNCF:87571000",
"stopSequence": 0
},
{
"arrival": {
"delay": 0,
"time": "1771052760",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771052820",
"uncertainty": 60
},
"stopId": "SNCF:87396606",
"stopSequence": 1
},
{
"arrival": {
"delay": 0,
"time": "1771053180",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771053240",
"uncertainty": 60
},
"stopId": "SNCF:87396598",
"stopSequence": 2
},
{
"arrival": {
"delay": 0,
"time": "1771053480",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771053540",
"uncertainty": 60
},
"stopId": "SNCF:87396572",
"stopSequence": 3
},
{
"arrival": {
"delay": 0,
"time": "1771053900",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771053960",
"uncertainty": 60
},
"stopId": "SNCF:87396580",
"stopSequence": 4
},
{
"arrival": {
"delay": 0,
"time": "1771054320",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771054380",
"uncertainty": 60
},
"stopId": "SNCF:87396564",
"stopSequence": 5
},
{
"arrival": {
"delay": 0,
"time": "1771054680",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771054740",
"uncertainty": 60
},
"stopId": "SNCF:87396556",
"stopSequence": 6
},
{
"arrival": {
"delay": 0,
"time": "1771055040",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771055100",
"uncertainty": 60
},
"stopId": "SNCF:87396549",
"stopSequence": 7
},
{
"arrival": {
"delay": 0,
"time": "1771055580",
"uncertainty": 60
},
"stopId": "SNCF:87396002",
"stopSequence": 8
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 0,
"routeId": "24",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "FR:ServiceJourney::SN857008FERRE_6460356"
},
"tripProperties": {}
}
},
{
"id": "RT|FR:ServiceJourney::SN857487FERRE_7848432|857487",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 0,
"time": "1771056840",
"uncertainty": 60
},
"stopId": "SNCF:87396002",
"stopSequence": 0
},
{
"arrival": {
"delay": 0,
"time": "1771057260",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771057320",
"uncertainty": 60
},
"stopId": "SNCF:87396358",
"stopSequence": 1
},
{
"arrival": {
"delay": 0,
"time": "1771057620",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771057680",
"uncertainty": 60
},
"stopId": "SNCF:87396366",
"stopSequence": 2
},
{
"arrival": {
"delay": 0,
"time": "1771058040",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771058100",
"uncertainty": 60
},
"stopId": "SNCF:87396374",
"stopSequence": 3
},
{
"arrival": {
"delay": 0,
"time": "1771058760",
"uncertainty": 60
},
"stopId": "SNCF:87396408",
"stopSequence": 4
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 1,
"routeId": "21",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "FR:ServiceJourney::SN857487FERRE_7848432"
},
"tripProperties": {}
}
},
{
"id": "RT|FR:ServiceJourney::SN3831FERRE_7872826|3831",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 0,
"time": "1771051380",
"uncertainty": 60
},
"stopId": "SNCF:87481002",
"stopSequence": 0
},
{
"arrival": {
"delay": 0,
"time": "1771053720",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771053840",
"uncertainty": 60
},
"stopId": "SNCF:87486019",
"stopSequence": 1
},
{
"arrival": {
"delay": 0,
"time": "1771055160",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771055280",
"uncertainty": 60
},
"stopId": "SNCF:87486258",
"stopSequence": 2
},
{
"arrival": {
"delay": 0,
"time": "1771057680",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771057920",
"uncertainty": 60
},
"stopId": "SNCF:87485003",
"stopSequence": 3
},
{
"arrival": {
"delay": 0,
"time": "1771059240",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771059360",
"uncertainty": 60
},
"stopId": "SNCF:87485144",
"stopSequence": 4
},
{
"arrival": {
"delay": 0,
"time": "1771060980",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771061100",
"uncertainty": 60
},
"stopId": "SNCF:87491001",
"stopSequence": 5
},
{
"arrival": {
"delay": 0,
"time": "1771063260",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771063320",
"uncertainty": 60
},
"stopId": "SNCF:87491142",
"stopSequence": 6
},
{
"arrival": {
"delay": 0,
"time": "1771066560",
"uncertainty": 60
},
"stopId": "SNCF:87581009",
"stopSequence": 7
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 1,
"routeId": "IC-NB",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "FR:ServiceJourney::SN3831FERRE_7872826"
},
"tripProperties": {}
}
},
{
"id": "RT|FR:ServiceJourney::SN859792FERRE_7866230|859792",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 0,
"time": "1771055580",
"uncertainty": 60
},
"stopId": "SNCF:87481440",
"stopSequence": 0
},
{
"arrival": {
"delay": 0,
"time": "1771055700",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771055700",
"uncertainty": 60
},
"stopId": "SNCF:87481432",
"stopSequence": 1
},
{
"arrival": {
"delay": 0,
"time": "1771056000",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771056000",
"uncertainty": 60
},
"stopId": "SNCF:87481424",
"stopSequence": 2
},
{
"arrival": {
"delay": 0,
"time": "1771056240",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771056240",
"uncertainty": 60
},
"stopId": "SNCF:87481416",
"stopSequence": 3
},
{
"arrival": {
"delay": 0,
"time": "1771056600",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771056600",
"uncertainty": 60
},
"stopId": "SNCF:87481408",
"stopSequence": 4
},
{
"arrival": {
"delay": 0,
"time": "1771056720",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771056720",
"uncertainty": 60
},
"stopId": "SNCF:87354597",
"stopSequence": 5
},
{
"arrival": {
"delay": 0,
"time": "1771056840",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771056900",
"uncertainty": 60
},
"stopId": "SNCF:87354589",
"stopSequence": 6
},
{
"arrival": {
"delay": 0,
"time": "1771057200",
"uncertainty": 60
},
"stopId": "SNCF:87481002",
"stopSequence": 7
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 1,
"routeId": "T2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "FR:ServiceJourney::SN859792FERRE_7866230"
},
"tripProperties": {}
}
},
{
"id": "RT|FR:ServiceJourney::SN859793FERRE_7866229|859793",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 0,
"time": "1771058340",
"uncertainty": 60
},
"stopId": "SNCF:87481002",
"stopSequence": 0
},
{
"arrival": {
"delay": 0,
"time": "1771058580",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771058580",
"uncertainty": 60
},
"stopId": "SNCF:87354589",
"stopSequence": 1
},
{
"arrival": {
"delay": 0,
"time": "1771058760",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771058820",
"uncertainty": 60
},
"stopId": "SNCF:87354597",
"stopSequence": 2
},
{
"arrival": {
"delay": 0,
"time": "1771058940",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771058940",
"uncertainty": 60
},
"stopId": "SNCF:87481408",
"stopSequence": 3
},
{
"arrival": {
"delay": 0,
"time": "1771059300",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771059300",
"uncertainty": 60
},
"stopId": "SNCF:87481416",
"stopSequence": 4
},
{
"arrival": {
"delay": 0,
"time": "1771059480",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771059540",
"uncertainty": 60
},
"stopId": "SNCF:87481424",
"stopSequence": 5
},
{
"arrival": {
"delay": 0,
"time": "1771059780",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771059840",
"uncertainty": 60
},
"stopId": "SNCF:87481432",
"stopSequence": 6
},
{
"arrival": {
"delay": 0,
"time": "1771060020",
"uncertainty": 60
},
"stopId": "SNCF:87481440",
"stopSequence": 7
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 0,
"routeId": "T2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "FR:ServiceJourney::SN859793FERRE_7866229"
},
"tripProperties": {}
}
},
{
"id": "RT|FR:ServiceJourney::SN859794FERRE_7866228|859794",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 0,
"time": "1771051980",
"uncertainty": 60
},
"stopId": "SNCF:87481440",
"stopSequence": 0
},
{
"arrival": {
"delay": 0,
"time": "1771052100",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771052100",
"uncertainty": 60
},
"stopId": "SNCF:87481432",
"stopSequence": 1
},
{
"arrival": {
"delay": 0,
"time": "1771052400",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771052400",
"uncertainty": 60
},
"stopId": "SNCF:87481424",
"stopSequence": 2
},
{
"arrival": {
"delay": 0,
"time": "1771052640",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771052640",
"uncertainty": 60
},
"stopId": "SNCF:87481416",
"stopSequence": 3
},
{
"arrival": {
"delay": 0,
"time": "1771053000",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771053000",
"uncertainty": 60
},
"stopId": "SNCF:87481408",
"stopSequence": 4
},
{
"arrival": {
"delay": 0,
"time": "1771053120",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771053120",
"uncertainty": 60
},
"stopId": "SNCF:87354597",
"stopSequence": 5
},
{
"arrival": {
"delay": 0,
"time": "1771053240",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771053300",
"uncertainty": 60
},
"stopId": "SNCF:87354589",
"stopSequence": 6
},
{
"arrival": {
"delay": 0,
"time": "1771053600",
"uncertainty": 60
},
"stopId": "SNCF:87481002",
"stopSequence": 7
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 1,
"routeId": "T2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "FR:ServiceJourney::SN859794FERRE_7866228"
},
"tripProperties": {}
}
},
{
"id": "RT|FR:ServiceJourney::SN859795FERRE_7866227|859795",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 0,
"time": "1771054680",
"uncertainty": 60
},
"stopId": "SNCF:87481002",
"stopSequence": 0
},
{
"arrival": {
"delay": 0,
"time": "1771054920",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771054920",
"uncertainty": 60
},
"stopId": "SNCF:87354589",
"stopSequence": 1
},
{
"arrival": {
"delay": 0,
"time": "1771055040",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771055100",
"uncertainty": 60
},
"stopId": "SNCF:87354597",
"stopSequence": 2
},
{
"arrival": {
"delay": 0,
"time": "1771055220",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771055280",
"uncertainty": 60
},
"stopId": "SNCF:87481408",
"stopSequence": 3
},
{
"arrival": {
"delay": 0,
"time": "1771055580",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771055640",
"uncertainty": 60
},
"stopId": "SNCF:87481416",
"stopSequence": 4
},
{
"arrival": {
"delay": 0,
"time": "1771055820",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771055880",
"uncertainty": 60
},
"stopId": "SNCF:87481424",
"stopSequence": 5
},
{
"arrival": {
"delay": 0,
"time": "1771056120",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771056180",
"uncertainty": 60
},
"stopId": "SNCF:87481432",
"stopSequence": 6
},
{
"arrival": {
"delay": 0,
"time": "1771056300",
"uncertainty": 60
},
"stopId": "SNCF:87481440",
"stopSequence": 7
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 0,
"routeId": "T2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "FR:ServiceJourney::SN859795FERRE_7866227"
},
"tripProperties": {}
}
},
{
"id": "RT|FR:ServiceJourney::SN857133FERRE_7811288|857133",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 0,
"time": "1771050300",
"uncertainty": 60
},
"stopId": "SNCF:87396002",
"stopSequence": 0
},
{
"arrival": {
"delay": 0,
"time": "1771050480",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771050540",
"uncertainty": 60
},
"stopId": "SNCF:87743872",
"stopSequence": 1
},
{
"arrival": {
"delay": 0,
"time": "1771050840",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771050900",
"uncertainty": 60
},
"stopId": "SNCF:87396028",
"stopSequence": 2
},
{
"arrival": {
"delay": 0,
"time": "1771051140",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771051200",
"uncertainty": 60
},
"stopId": "SNCF:87396036",
"stopSequence": 3
},
{
"arrival": {
"delay": 0,
"time": "1771051440",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771051500",
"uncertainty": 60
},
"stopId": "SNCF:87396044",
"stopSequence": 4
},
{
"arrival": {
"delay": 0,
"time": "1771051680",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771051740",
"uncertainty": 60
},
"stopId": "SNCF:87396051",
"stopSequence": 5
},
{
"arrival": {
"delay": 0,
"time": "1771052040",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771052100",
"uncertainty": 60
},
"stopId": "SNCF:87396077",
"stopSequence": 6
},
{
"arrival": {
"delay": 0,
"time": "1771052580",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771052640",
"uncertainty": 60
},
"stopId": "SNCF:87396093",
"stopSequence": 7
},
{
"arrival": {
"delay": 0,
"time": "1771053240",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771053360",
"uncertainty": 60
},
"stopId": "SNCF:87444711",
"stopSequence": 8
},
{
"arrival": {
"delay": 0,
"time": "1771054080",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771054140",
"uncertainty": 60
},
"stopId": "SNCF:87444695",
"stopSequence": 9
},
{
"arrival": {
"delay": 0,
"time": "1771054560",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771054620",
"uncertainty": 60
},
"stopId": "SNCF:87444562",
"stopSequence": 10
},
{
"arrival": {
"delay": 0,
"time": "1771055100",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771055220",
"uncertainty": 60
},
"stopId": "SNCF:87444539",
"stopSequence": 11
},
{
"arrival": {
"delay": 0,
"time": "1771056300",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771056360",
"uncertainty": 60
},
"stopId": "SNCF:87444216",
"stopSequence": 12
},
{
"arrival": {
"delay": 0,
"time": "1771056720",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771056780",
"uncertainty": 60
},
"stopId": "SNCF:87444208",
"stopSequence": 13
},
{
"arrival": {
"delay": 0,
"time": "1771057620",
"uncertainty": 60
},
"stopId": "SNCF:87444000",
"stopSequence": 14
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 1,
"routeId": "25",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "FR:ServiceJourney::SN857133FERRE_7811288"
},
"tripProperties": {}
}
},
{
"id": "RT|FR:ServiceJourney::SN859797FERRE_7866225|859797",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 0,
"time": "1771051620",
"uncertainty": 60
},
"stopId": "SNCF:87481002",
"stopSequence": 0
},
{
"arrival": {
"delay": 0,
"time": "1771051860",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771051860",
"uncertainty": 60
},
"stopId": "SNCF:87354589",
"stopSequence": 1
},
{
"arrival": {
"delay": 0,
"time": "1771052040",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771052100",
"uncertainty": 60
},
"stopId": "SNCF:87354597",
"stopSequence": 2
},
{
"arrival": {
"delay": 0,
"time": "1771052160",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771052220",
"uncertainty": 60
},
"stopId": "SNCF:87481408",
"stopSequence": 3
},
{
"arrival": {
"delay": 0,
"time": "1771052520",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771052580",
"uncertainty": 60
},
"stopId": "SNCF:87481416",
"stopSequence": 4
},
{
"arrival": {
"delay": 0,
"time": "1771052760",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771052820",
"uncertainty": 60
},
"stopId": "SNCF:87481424",
"stopSequence": 5
},
{
"arrival": {
"delay": 0,
"time": "1771053060",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771053120",
"uncertainty": 60
},
"stopId": "SNCF:87481432",
"stopSequence": 6
},
{
"arrival": {
"delay": 0,
"time": "1771053300",
"uncertainty": 60
},
"stopId": "SNCF:87481440",
"stopSequence": 7
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 0,
"routeId": "T2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "FR:ServiceJourney::SN859797FERRE_7866225"
},
"tripProperties": {}
}
},
{
"id": "RT|FR:ServiceJourney::SN857138FERRE_7811285|857138",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 0,
"time": "1771049100",
"uncertainty": 60
},
"stopId": "SNCF:87444000",
"stopSequence": 0
},
{
"arrival": {
"delay": 0,
"time": "1771049880",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771049940",
"uncertainty": 60
},
"stopId": "SNCF:87444208",
"stopSequence": 1
},
{
"arrival": {
"delay": 0,
"time": "1771050240",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771050300",
"uncertainty": 60
},
"stopId": "SNCF:87444216",
"stopSequence": 2
},
{
"arrival": {
"delay": 0,
"time": "1771051440",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771051560",
"uncertainty": 60
},
"stopId": "SNCF:87444539",
"stopSequence": 3
},
{
"arrival": {
"delay": 0,
"time": "1771052040",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771052100",
"uncertainty": 60
},
"stopId": "SNCF:87444562",
"stopSequence": 4
},
{
"arrival": {
"delay": 0,
"time": "1771052520",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771052580",
"uncertainty": 60
},
"stopId": "SNCF:87444695",
"stopSequence": 5
},
{
"arrival": {
"delay": 0,
"time": "1771053300",
"uncertainty": 60
},
"departure": {
"delay": 300,
"time": "1771053660",
"uncertainty": 60
},
"stopId": "SNCF:87444711",
"stopSequence": 6
},
{
"arrival": {
"delay": 300,
"time": "1771054200",
"uncertainty": 60
},
"departure": {
"delay": 300,
"time": "1771054260",
"uncertainty": 60
},
"stopId": "SNCF:87396093",
"stopSequence": 7
},
{
"arrival": {
"delay": 300,
"time": "1771054680",
"uncertainty": 60
},
"departure": {
"delay": 300,
"time": "1771054740",
"uncertainty": 60
},
"stopId": "SNCF:87396077",
"stopSequence": 8
},
{
"arrival": {
"delay": 300,
"time": "1771055040",
"uncertainty": 60
},
"departure": {
"delay": 300,
"time": "1771055100",
"uncertainty": 60
},
"stopId": "SNCF:87396051",
"stopSequence": 9
},
{
"arrival": {
"delay": 300,
"time": "1771055280",
"uncertainty": 60
},
"departure": {
"delay": 300,
"time": "1771055340",
"uncertainty": 60
},
"stopId": "SNCF:87396044",
"stopSequence": 10
},
{
"arrival": {
"delay": 300,
"time": "1771055580",
"uncertainty": 60
},
"departure": {
"delay": 300,
"time": "1771055640",
"uncertainty": 60
},
"stopId": "SNCF:87396036",
"stopSequence": 11
},
{
"arrival": {
"delay": 300,
"time": "1771055880",
"uncertainty": 60
},
"departure": {
"delay": 300,
"time": "1771055940",
"uncertainty": 60
},
"stopId": "SNCF:87396028",
"stopSequence": 12
},
{
"arrival": {
"delay": 300,
"time": "1771056240",
"uncertainty": 60
},
"departure": {
"delay": 300,
"time": "1771056300",
"uncertainty": 60
},
"stopId": "SNCF:87743872",
"stopSequence": 13
},
{
"arrival": {
"delay": 300,
"time": "1771056540",
"uncertainty": 60
},
"stopId": "SNCF:87396002",
"stopSequence": 14
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 1,
"routeId": "25",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "FR:ServiceJourney::SN857138FERRE_7811285"
},
"tripProperties": {}
}
},
{
"id": "RT|FR:ServiceJourney::SN857387FERRE_7848478|857387",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 0,
"time": "1771048800",
"uncertainty": 60
},
"stopId": "SNCF:87396002",
"stopSequence": 0
},
{
"arrival": {
"delay": 0,
"time": "1771049400",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771049460",
"uncertainty": 60
},
"stopId": "SNCF:87396366",
"stopSequence": 1
},
{
"arrival": {
"delay": 0,
"time": "1771050300",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771050360",
"uncertainty": 60
},
"stopId": "SNCF:87396408",
"stopSequence": 2
},
{
"arrival": {
"delay": 0,
"time": "1771050780",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771050840",
"uncertainty": 60
},
"stopId": "SNCF:87484170",
"stopSequence": 3
},
{
"arrival": {
"delay": 0,
"time": "1771051200",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771051260",
"uncertainty": 60
},
"stopId": "SNCF:87484154",
"stopSequence": 4
},
{
"arrival": {
"delay": 0,
"time": "1771051500",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771051560",
"uncertainty": 60
},
"stopId": "SNCF:87484147",
"stopSequence": 5
},
{
"arrival": {
"delay": 0,
"time": "1771051800",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771051860",
"uncertainty": 60
},
"stopId": "SNCF:87484139",
"stopSequence": 6
},
{
"arrival": {
"delay": 0,
"time": "1771052280",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771052340",
"uncertainty": 60
},
"stopId": "SNCF:87484048",
"stopSequence": 7
},
{
"arrival": {
"delay": 0,
"time": "1771052460",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771052580",
"uncertainty": 60
},
"stopId": "SNCF:87484006",
"stopSequence": 8
},
{
"arrival": {
"delay": 0,
"time": "1771053960",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771054020",
"uncertainty": 60
},
"stopId": "SNCF:87481192",
"stopSequence": 9
},
{
"arrival": {
"delay": 0,
"time": "1771055160",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771056240",
"uncertainty": 60
},
"stopId": "SNCF:87481002",
"stopSequence": 10
},
{
"arrival": {
"delay": 0,
"time": "1771057440",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771057500",
"uncertainty": 60
},
"stopId": "SNCF:87481838",
"stopSequence": 11
},
{
"arrival": {
"delay": 0,
"time": "1771058340",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771058460",
"uncertainty": 60
},
"stopId": "SNCF:87481705",
"stopSequence": 12
},
{
"arrival": {
"delay": 0,
"time": "1771059120",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771059300",
"uncertainty": 60
},
"stopId": "SNCF:87481747",
"stopSequence": 13
},
{
"arrival": {
"delay": 0,
"time": "1771059480",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771059540",
"uncertainty": 60
},
"stopId": "SNCF:87481697",
"stopSequence": 14
},
{
"arrival": {
"delay": 0,
"time": "1771059660",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771059780",
"uncertainty": 60
},
"stopId": "SNCF:87481754",
"stopSequence": 15
},
{
"arrival": {
"delay": 0,
"time": "1771059960",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771060020",
"uncertainty": 60
},
"stopId": "SNCF:87481762",
"stopSequence": 16
},
{
"arrival": {
"delay": 0,
"time": "1771060260",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771060320",
"uncertainty": 60
},
"stopId": "SNCF:87481770",
"stopSequence": 17
},
{
"arrival": {
"delay": 0,
"time": "1771060500",
"uncertainty": 60
},
"stopId": "SNCF:87481788",
"stopSequence": 18
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 0,
"routeId": "21",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "FR:ServiceJourney::SN857387FERRE_7848478"
},
"tripProperties": {}
}
},
{
"id": "RT|FR:ServiceJourney::SN3852FERRE_7872823|3852",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 0,
"time": "1771052040",
"uncertainty": 60
},
"stopId": "SNCF:87581009",
"stopSequence": 0
},
{
"arrival": {
"delay": 0,
"time": "1771054800",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771054860",
"uncertainty": 60
},
"stopId": "SNCF:87491142",
"stopSequence": 1
},
{
"arrival": {
"delay": 0,
"time": "1771057380",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771057500",
"uncertainty": 60
},
"stopId": "SNCF:87491001",
"stopSequence": 2
},
{
"arrival": {
"delay": 0,
"time": "1771059180",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771059300",
"uncertainty": 60
},
"stopId": "SNCF:87485144",
"stopSequence": 3
},
{
"arrival": {
"delay": 0,
"time": "1771060500",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771060740",
"uncertainty": 60
},
"stopId": "SNCF:87485003",
"stopSequence": 4
},
{
"arrival": {
"delay": 0,
"time": "1771063080",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771063140",
"uncertainty": 60
},
"stopId": "SNCF:87486258",
"stopSequence": 5
},
{
"arrival": {
"delay": 0,
"time": "1771064520",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771064640",
"uncertainty": 60
},
"stopId": "SNCF:87486019",
"stopSequence": 6
},
{
"arrival": {
"delay": 0,
"time": "1771067160",
"uncertainty": 60
},
"stopId": "SNCF:87481002",
"stopSequence": 7
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 0,
"routeId": "IC-NB",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "FR:ServiceJourney::SN3852FERRE_7872823"
},
"tripProperties": {}
}
},
{
"id": "RT|FR:ServiceJourney::SN3854FERRE_7825919|3854",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 0,
"time": "1771058820",
"uncertainty": 60
},
"stopId": "SNCF:87581009",
"stopSequence": 0
},
{
"arrival": {
"delay": 0,
"time": "1771061700",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771061760",
"uncertainty": 60
},
"stopId": "SNCF:87491142",
"stopSequence": 1
},
{
"arrival": {
"delay": 0,
"time": "1771064100",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771064220",
"uncertainty": 60
},
"stopId": "SNCF:87491001",
"stopSequence": 2
},
{
"arrival": {
"delay": 0,
"time": "1771065900",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771066020",
"uncertainty": 60
},
"stopId": "SNCF:87485144",
"stopSequence": 3
},
{
"arrival": {
"delay": 0,
"time": "1771067160",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771067400",
"uncertainty": 60
},
"stopId": "SNCF:87485003",
"stopSequence": 4
},
{
"arrival": {
"delay": 0,
"time": "1771069800",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771069860",
"uncertainty": 60
},
"stopId": "SNCF:87486258",
"stopSequence": 5
},
{
"arrival": {
"delay": 0,
"time": "1771071180",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771071300",
"uncertainty": 60
},
"stopId": "SNCF:87486019",
"stopSequence": 6
},
{
"arrival": {
"delay": 0,
"time": "1771073940",
"uncertainty": 60
},
"stopId": "SNCF:87481002",
"stopSequence": 7
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 0,
"routeId": "IC-NB",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "FR:ServiceJourney::SN3854FERRE_7825919"
},
"tripProperties": {}
}
},
{
"id": "RT|FR:ServiceJourney::SN857706FERRE_7848340|857706",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 0,
"time": "1771055040",
"uncertainty": 60
},
"stopId": "SNCF:87481002",
"stopSequence": 0
},
{
"arrival": {
"delay": 0,
"time": "1771056060",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771056120",
"uncertainty": 60
},
"stopId": "SNCF:87481192",
"stopSequence": 1
},
{
"arrival": {
"delay": 0,
"time": "1771057560",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771057680",
"uncertainty": 60
},
"stopId": "SNCF:87484006",
"stopSequence": 2
},
{
"arrival": {
"delay": 0,
"time": "1771058940",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771059420",
"uncertainty": 60
},
"stopId": "SNCF:87396408",
"stopSequence": 3
},
{
"arrival": {
"delay": 0,
"time": "1771060680",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771060800",
"uncertainty": 60
},
"stopId": "SNCF:87478404",
"stopSequence": 4
},
{
"arrival": {
"delay": 0,
"time": "1771061940",
"uncertainty": 60
},
"departure": {
"delay": 0,
"time": "1771062060",
"uncertainty": 60
},
"stopId": "SNCF:87471508",
"stopSequence": 5
},
{
"arrival": {
"delay": 0,
"time": "1771063260",
"uncertainty": 60
},
"stopId": "SNCF:87471003",
"stopSequence": 6
}
],
"timestamp": "1771054389",
"trip": {
"directionId": 0,
"routeId": "28",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260214",
"tripId": "FR:ServiceJourney::SN857706FERRE_7848340"
},
"tripProperties": {}
}
}
],
"header": {
"gtfsRealtimeVersion": "2.0",
"timestamp": "1771054389"
}
}