Détails de la ressource
Cette ressource fait partie du jeu de données Réseau urbain Le Met'.
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
❌70 erreurs, 161 avertissements
Validation effectuée en utilisant le fichier GTFS en vigueur et le GTFS-RT, le 04/05/2026 à 09h11 Europe/Paris avec le validateur GTFS-RT de MobilityData.
Erreurs
GTFS-rt stop_id does not exist in GTFS data E011 5 erreurs
All stop_ids referenced in GTFS-rt feeds must exist in GTFS stops.txt
Exemples d'erreurs
- trip_id 1_11977010 stop_id 0:BLORY2 does not exist in GTFS data stops.txt
- trip_id 1_11977008 stop_id 0:BLORY2 does not exist in GTFS data stops.txt
- trip_id 1_11977009 stop_id 0:BLORY2 does not exist in GTFS data stops.txt
- trip_id 1_11977028 stop_id 0:LYAUT656 does not exist in GTFS data stops.txt
- trip_id 1_11977027 stop_id 0:LYAUT656 does not exist in GTFS data stops.txt
stop_times_updates not strictly sorted E002 7 erreurs
stop_time_updates for a given trip_id must be strictly sorted by increasing stop_sequence
Exemples d'erreurs
- trip_id 1_11854480 stop_sequence [2, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18] is not strictly sorted by increasing stop_sequence
- trip_id 1_11854479 stop_sequence [2, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18] is not strictly sorted by increasing stop_sequence
- trip_id 1_11977010 stop_sequence [18, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44] is not strictly sorted by increasing stop_sequence
- trip_id 1_11977008 stop_sequence [18, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44] is not strictly sorted by increasing stop_sequence
- trip_id 1_11977009 stop_sequence [18, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44] is not strictly sorted by increasing stop_sequence
GTFS-rt stop_sequence isn't provided for trip that visits same stop_id more than once E009 3 erreurs
If a GTFS trip contains multiple references to the same stop_id (i.e., the vehicle visits the same stop_id more than once in the same trip), then GTFS-rt stop_time_updates for this trip must include stop_sequence
Exemples d'erreurs
- trip_id 1_11855435 visits stop_id [0:PELTRE1] more than once and GTFS-rt stop_time_update is missing stop_sequence field - stop_sequence must be provided
- trip_id 1_11854480 visits stop_id [0:OFFICET1] more than once and GTFS-rt stop_time_update is missing stop_sequence field - stop_sequence must be provided
- trip_id 1_11854479 visits stop_id [0:OFFICET1] more than once and GTFS-rt stop_time_update is missing stop_sequence field - stop_sequence must be provided
Sequential stop_time_update times are not increasing E022 48 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 1_11855435 stop_sequence 1 departure_time 09:30:00 (1777879800) is less than previous stop departure_time 09:30:52 (1777879852) - times must increase between two sequential stops
- trip_id 1_11855435 stop_sequence 1 departure_time 09:30:00 (1777879800) is less than previous stop arrival_time 09:30:52 (1777879852) - times must increase between two sequential stops
- trip_id 1_11855435 stop_sequence 19 arrival_time 09:34:25 (1777880065) is less than previous stop arrival_time 10:09:23 (1777882163) - times must increase between two sequential stops
- trip_id 1_11855435 stop_sequence 19 arrival_time 09:34:25 (1777880065) is less than previous stop departure_time 10:09:23 (1777882163) - times must increase between two sequential stops
- trip_id 1_11854480 stop_sequence 1 departure_time 09:55:00 (1777881300) is less than previous stop departure_time 10:13:45 (1777882425) - times must increase between two sequential stops
Sequential stop_time_updates have the same stop_id E037 7 erreurs
Sequential GTFS-rt trip stop_time_updates shouldn't have the same stop_id
Exemples d'erreurs
- trip_id 1_11854480 has repeating stop_id 0:COUROR1 - sequential stop_ids should be different
- trip_id 1_11854479 has repeating stop_id 0:COUROR1 - sequential stop_ids should be different
- trip_id 1_11977010 has repeating stop_id 0:LYAUTE99 - sequential stop_ids should be different
- trip_id 1_11977008 has repeating stop_id 0:LYAUTE99 - sequential stop_ids should be different
- trip_id 1_11977009 has repeating stop_id 0:LYAUTE99 - sequential stop_ids should be different
Avertissements
vehicle_id not populated W002 161 erreurs
vehicle_id should be populated for TripUpdates and VehiclePositions
Exemples d'erreurs
- trip_id 1_11856416 does not have a vehicle_id
- trip_id 1_12051038 does not have a vehicle_id
- trip_id 1_11880596 does not have a vehicle_id
- trip_id 1_11880597 does not have a vehicle_id
- trip_id 1_11880598 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 |
|---|---|---|---|
| E022 | stop_time_update arrival/departure times between sequential stops should always increase - they should never be the same or decrease. | 2 517 | 30 fois (100 % des validations) |
| W002 | vehicle_id should be populated for TripUpdates and VehiclePositions | 3 830 | 30 fois (100 % des validations) |
| E002 | stop_time_updates for a given trip_id must be strictly sorted by increasing stop_sequence | 242 | 28 fois (93 % des validations) |
| E009 | If a GTFS trip contains multiple references to the same stop_id (i.e., the vehicle visits the same stop_id more than once in the same trip), then GTFS-rt stop_time_updates for this trip must include stop_sequence | 81 | 27 fois (90 % des validations) |
| E037 | Sequential GTFS-rt trip stop_time_updates shouldn't have the same stop_id | 113 | 25 fois (83 % des validations) |
| E011 | All stop_ids referenced in GTFS-rt feeds must exist in GTFS stops.txt | 40 | 9 fois (30 % des validations) |
| E051 | All stop_time_update stop_sequences in GTFS-realtime data must appear in GTFS stop_times.txt for that trip | 57 | 8 fois (27 % des validations) |
Contenu du flux GTFS-RT
Entités
Entités présentes dans ce flux le 04/05/2026 à 11h04 Europe/Paris.
trip_updates (241) 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 04/05/2026 à 11h04 Europe/Paris. Vous pouvez consulter la documentation GTFS-RT.
{
"entity": [
{
"id": "1853218",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777885489",
"uncertainty": 120
},
"stopId": "0:LELAC1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777885680",
"uncertainty": 120
},
"departure": {
"time": "1777885680",
"uncertainty": 120
},
"stopId": "0:FALOGNE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777885738",
"uncertainty": 120
},
"departure": {
"time": "1777885738",
"uncertainty": 120
},
"stopId": "0:LADAME1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777885811",
"uncertainty": 120
},
"departure": {
"time": "1777885811",
"uncertainty": 120
},
"stopId": "0:30JOURS1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777885837",
"uncertainty": 120
},
"departure": {
"time": "1777885837",
"uncertainty": 120
},
"stopId": "0:DOLICHE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777885886",
"uncertainty": 120
},
"departure": {
"time": "1777885886",
"uncertainty": 120
},
"stopId": "0:CUVION1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777885935",
"uncertainty": 120
},
"departure": {
"time": "1777885935",
"uncertainty": 120
},
"stopId": "0:PASSOTE1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777886079",
"uncertainty": 120
},
"departure": {
"time": "1777886079",
"uncertainty": 120
},
"stopId": "0:GDECOLE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777886213",
"uncertainty": 120
},
"departure": {
"time": "1777886213",
"uncertainty": 120
},
"stopId": "0:GRIGY1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777886385",
"uncertainty": 120
},
"departure": {
"time": "1777886385",
"uncertainty": 120
},
"stopId": "0:PEUPLIE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777886475",
"uncertainty": 120
},
"departure": {
"time": "1777886475",
"uncertainty": 120
},
"stopId": "0:OBERL668",
"stopSequence": 11
},
{
"arrival": {
"time": "1777886559",
"uncertainty": 120
},
"departure": {
"time": "1777886559",
"uncertainty": 120
},
"stopId": "0:CLAUDEL1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777886635",
"uncertainty": 120
},
"departure": {
"time": "1777886635",
"uncertainty": 120
},
"stopId": "0:GOUSSEL1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777886663",
"uncertainty": 120
},
"departure": {
"time": "1777886663",
"uncertainty": 120
},
"stopId": "0:HESTAUX1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777886720",
"uncertainty": 120
},
"departure": {
"time": "1777886720",
"uncertainty": 120
},
"stopId": "0:DUCROCQ1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777886787",
"uncertainty": 120
},
"departure": {
"time": "1777886787",
"uncertainty": 120
},
"stopId": "0:COLLIGN1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777886811",
"uncertainty": 120
},
"departure": {
"time": "1777886811",
"uncertainty": 120
},
"stopId": "0:HERMITE1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777886870",
"uncertainty": 120
},
"departure": {
"time": "1777886870",
"uncertainty": 120
},
"stopId": "0:FRIANT1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777886943",
"uncertainty": 120
},
"departure": {
"time": "1777886943",
"uncertainty": 120
},
"stopId": "0:SEILLE1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777887262",
"uncertainty": 120
},
"departure": {
"time": "1777887262",
"uncertainty": 120
},
"stopId": "0:GARCE",
"stopSequence": 20
},
{
"arrival": {
"time": "1777887309",
"uncertainty": 120
},
"departure": {
"time": "1777887309",
"uncertainty": 120
},
"stopId": "0:STNICOL4",
"stopSequence": 21
},
{
"arrival": {
"time": "1777887504",
"uncertainty": 120
},
"departure": {
"time": "1777887504",
"uncertainty": 120
},
"stopId": "0:REPBW",
"stopSequence": 22
},
{
"arrival": {
"time": "1777887794",
"uncertainty": 120
},
"departure": {
"time": "1777887794",
"uncertainty": 120
},
"stopId": "0:LUXS",
"stopSequence": 23
},
{
"arrival": {
"time": "1777887920",
"uncertainty": 120
},
"departure": {
"time": "1777887920",
"uncertainty": 120
},
"stopId": "0:FMOSELL2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777888035",
"uncertainty": 120
},
"departure": {
"time": "1777888035",
"uncertainty": 120
},
"stopId": "0:TIGNO395",
"stopSequence": 25
},
{
"arrival": {
"time": "1777888069",
"uncertainty": 120
},
"departure": {
"time": "1777888069",
"uncertainty": 120
},
"stopId": "0:COLIBRI2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777888103",
"uncertainty": 120
},
"departure": {
"time": "1777888103",
"uncertainty": 120
},
"stopId": "0:LEMOYNE2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777888160",
"uncertainty": 120
},
"departure": {
"time": "1777888160",
"uncertainty": 120
},
"stopId": "0:NJUNG2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777888236",
"uncertainty": 120
},
"departure": {
"time": "1777888236",
"uncertainty": 120
},
"stopId": "0:BUCHOZ2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777888328",
"uncertainty": 120
},
"departure": {
"time": "1777888328",
"uncertainty": 120
},
"stopId": "0:BUTTE2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777888390",
"uncertainty": 120
},
"departure": {
"time": "1777888390",
"uncertainty": 120
},
"stopId": "0:MIRABEL2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777888433",
"uncertainty": 120
},
"departure": {
"time": "1777888433",
"uncertainty": 120
},
"stopId": "0:VIGNES2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777888574",
"uncertainty": 120
},
"stopId": "0:FELIX420",
"stopSequence": 33
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853218"
},
"vehicle": {
"id": "1352",
"label": "1352"
}
}
},
{
"id": "1853219",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777887420",
"uncertainty": 120
},
"stopId": "0:LELAC1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777887496",
"uncertainty": 120
},
"departure": {
"time": "1777887496",
"uncertainty": 120
},
"stopId": "0:FALOGNE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777887547",
"uncertainty": 120
},
"departure": {
"time": "1777887547",
"uncertainty": 120
},
"stopId": "0:LADAME1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777887611",
"uncertainty": 120
},
"departure": {
"time": "1777887611",
"uncertainty": 120
},
"stopId": "0:30JOURS1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777887648",
"uncertainty": 120
},
"departure": {
"time": "1777887648",
"uncertainty": 120
},
"stopId": "0:DOLICHE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777887710",
"uncertainty": 120
},
"departure": {
"time": "1777887710",
"uncertainty": 120
},
"stopId": "0:CUVION1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777887753",
"uncertainty": 120
},
"departure": {
"time": "1777887753",
"uncertainty": 120
},
"stopId": "0:PASSOTE1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777887900",
"uncertainty": 120
},
"departure": {
"time": "1777887900",
"uncertainty": 120
},
"stopId": "0:GDECOLE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777888005",
"uncertainty": 120
},
"departure": {
"time": "1777888005",
"uncertainty": 120
},
"stopId": "0:GRIGY1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777888200",
"uncertainty": 120
},
"departure": {
"time": "1777888200",
"uncertainty": 120
},
"stopId": "0:PEUPLIE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777888298",
"uncertainty": 120
},
"departure": {
"time": "1777888298",
"uncertainty": 120
},
"stopId": "0:OBERL668",
"stopSequence": 11
},
{
"arrival": {
"time": "1777888382",
"uncertainty": 120
},
"departure": {
"time": "1777888382",
"uncertainty": 120
},
"stopId": "0:CLAUDEL1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777888459",
"uncertainty": 120
},
"departure": {
"time": "1777888459",
"uncertainty": 120
},
"stopId": "0:GOUSSEL1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777888502",
"uncertainty": 120
},
"departure": {
"time": "1777888502",
"uncertainty": 120
},
"stopId": "0:HESTAUX1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777888564",
"uncertainty": 120
},
"departure": {
"time": "1777888564",
"uncertainty": 120
},
"stopId": "0:DUCROCQ1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777888644",
"uncertainty": 120
},
"departure": {
"time": "1777888644",
"uncertainty": 120
},
"stopId": "0:COLLIGN1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777888668",
"uncertainty": 120
},
"departure": {
"time": "1777888668",
"uncertainty": 120
},
"stopId": "0:HERMITE1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777888727",
"uncertainty": 120
},
"departure": {
"time": "1777888727",
"uncertainty": 120
},
"stopId": "0:FRIANT1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777888800",
"uncertainty": 120
},
"departure": {
"time": "1777888800",
"uncertainty": 120
},
"stopId": "0:SEILLE1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777889100",
"uncertainty": 120
},
"departure": {
"time": "1777889100",
"uncertainty": 120
},
"stopId": "0:GARCE",
"stopSequence": 20
},
{
"arrival": {
"time": "1777889169",
"uncertainty": 120
},
"departure": {
"time": "1777889169",
"uncertainty": 120
},
"stopId": "0:STNICOL4",
"stopSequence": 21
},
{
"arrival": {
"time": "1777889364",
"uncertainty": 120
},
"departure": {
"time": "1777889364",
"uncertainty": 120
},
"stopId": "0:REPBW",
"stopSequence": 22
},
{
"arrival": {
"time": "1777889654",
"uncertainty": 120
},
"departure": {
"time": "1777889654",
"uncertainty": 120
},
"stopId": "0:LUXS",
"stopSequence": 23
},
{
"arrival": {
"time": "1777889775",
"uncertainty": 120
},
"departure": {
"time": "1777889775",
"uncertainty": 120
},
"stopId": "0:FMOSELL2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777889877",
"uncertainty": 120
},
"departure": {
"time": "1777889877",
"uncertainty": 120
},
"stopId": "0:TIGNO395",
"stopSequence": 25
},
{
"arrival": {
"time": "1777889907",
"uncertainty": 120
},
"departure": {
"time": "1777889907",
"uncertainty": 120
},
"stopId": "0:COLIBRI2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777889937",
"uncertainty": 120
},
"departure": {
"time": "1777889937",
"uncertainty": 120
},
"stopId": "0:LEMOYNE2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777889987",
"uncertainty": 120
},
"departure": {
"time": "1777889987",
"uncertainty": 120
},
"stopId": "0:NJUNG2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777890039",
"uncertainty": 120
},
"departure": {
"time": "1777890039",
"uncertainty": 120
},
"stopId": "0:BUCHOZ2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777890133",
"uncertainty": 120
},
"departure": {
"time": "1777890133",
"uncertainty": 120
},
"stopId": "0:BUTTE2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777890196",
"uncertainty": 120
},
"departure": {
"time": "1777890196",
"uncertainty": 120
},
"stopId": "0:MIRABEL2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777890228",
"uncertainty": 120
},
"departure": {
"time": "1777890228",
"uncertainty": 120
},
"stopId": "0:VIGNES2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777890369",
"uncertainty": 120
},
"stopId": "0:FELIX420",
"stopSequence": 33
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853219"
}
}
},
{
"id": "1855830",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777886640",
"uncertainty": 120
},
"stopId": "0:GDECOLE2",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "112",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855830"
}
}
},
{
"id": "1855831",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777889040",
"uncertainty": 120
},
"stopId": "0:GDECOLE2",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "112",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855831"
}
}
},
{
"id": "1853264",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777887240",
"uncertainty": 120
},
"stopId": "0:FELIX420",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853264"
}
}
},
{
"id": "1853265",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777888980",
"uncertainty": 120
},
"stopId": "0:FELIX420",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853265"
}
}
},
{
"id": "1853262",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777883671",
"uncertainty": 120
},
"stopId": "0:FELIX420",
"stopSequence": 1
},
{
"arrival": {
"time": "1777883784",
"uncertainty": 120
},
"departure": {
"time": "1777883784",
"uncertainty": 120
},
"stopId": "0:VIGNES1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777883807",
"uncertainty": 120
},
"departure": {
"time": "1777883852",
"uncertainty": 120
},
"stopId": "0:MIRABEL1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777883879",
"uncertainty": 120
},
"departure": {
"time": "1777883881",
"uncertainty": 120
},
"stopId": "0:BUTTE1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777883950",
"uncertainty": 120
},
"departure": {
"time": "1777883950",
"uncertainty": 120
},
"stopId": "0:BUCHOZ1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777883997",
"uncertainty": 120
},
"departure": {
"time": "1777884001",
"uncertainty": 120
},
"stopId": "0:NJUNG1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777884071",
"uncertainty": 120
},
"departure": {
"time": "1777884091",
"uncertainty": 120
},
"stopId": "0:LEMOYNE1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777884131",
"uncertainty": 120
},
"departure": {
"time": "1777884131",
"uncertainty": 120
},
"stopId": "0:COLIBRI1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777884181",
"uncertainty": 120
},
"departure": {
"time": "1777884181",
"uncertainty": 120
},
"stopId": "0:TIGNO414",
"stopSequence": 9
},
{
"arrival": {
"time": "1777884300",
"uncertainty": 120
},
"departure": {
"time": "1777884300",
"uncertainty": 120
},
"stopId": "0:FMOSELL1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777884391",
"uncertainty": 120
},
"departure": {
"time": "1777884421",
"uncertainty": 120
},
"stopId": "0:LUXE",
"stopSequence": 11
},
{
"arrival": {
"time": "1777884630",
"uncertainty": 120
},
"departure": {
"time": "1777884691",
"uncertainty": 120
},
"stopId": "0:REPPW",
"stopSequence": 12
},
{
"arrival": {
"time": "1777884841",
"uncertainty": 120
},
"departure": {
"time": "1777884871",
"uncertainty": 120
},
"stopId": "0:STNICOL3",
"stopSequence": 13
},
{
"arrival": {
"time": "1777884931",
"uncertainty": 120
},
"departure": {
"time": "1777884961",
"uncertainty": 120
},
"stopId": "0:GARCS",
"stopSequence": 14
},
{
"arrival": {
"time": "1777885140",
"uncertainty": 120
},
"departure": {
"time": "1777885171",
"uncertainty": 120
},
"stopId": "0:SEILLE2",
"stopSequence": 15
},
{
"arrival": {
"time": "1777885261",
"uncertainty": 120
},
"departure": {
"time": "1777885261",
"uncertainty": 120
},
"stopId": "0:FRIANT2",
"stopSequence": 16
},
{
"arrival": {
"time": "1777885294",
"uncertainty": 120
},
"departure": {
"time": "1777885294",
"uncertainty": 120
},
"stopId": "0:HERMITE2",
"stopSequence": 17
},
{
"arrival": {
"time": "1777885342",
"uncertainty": 120
},
"departure": {
"time": "1777885342",
"uncertainty": 120
},
"stopId": "0:COLLIGN2",
"stopSequence": 18
},
{
"arrival": {
"time": "1777885390",
"uncertainty": 120
},
"departure": {
"time": "1777885411",
"uncertainty": 120
},
"stopId": "0:DUCROCQ2",
"stopSequence": 19
},
{
"arrival": {
"time": "1777885530",
"uncertainty": 120
},
"departure": {
"time": "1777885530",
"uncertainty": 120
},
"stopId": "0:HESTAUX2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777885569",
"uncertainty": 120
},
"departure": {
"time": "1777885569",
"uncertainty": 120
},
"stopId": "0:GOUSSEL2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777885596",
"uncertainty": 120
},
"departure": {
"time": "1777885596",
"uncertainty": 120
},
"stopId": "0:CLAUDEL2",
"stopSequence": 22
},
{
"arrival": {
"time": "1777885702",
"uncertainty": 120
},
"departure": {
"time": "1777885702",
"uncertainty": 120
},
"stopId": "0:OBERL653",
"stopSequence": 23
},
{
"arrival": {
"time": "1777885795",
"uncertainty": 120
},
"departure": {
"time": "1777885795",
"uncertainty": 120
},
"stopId": "0:PEUPLIE2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777885946",
"uncertainty": 120
},
"departure": {
"time": "1777885946",
"uncertainty": 120
},
"stopId": "0:GRIGY2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777886082",
"uncertainty": 120
},
"departure": {
"time": "1777886082",
"uncertainty": 120
},
"stopId": "0:GDECOLE2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777886225",
"uncertainty": 120
},
"departure": {
"time": "1777886225",
"uncertainty": 120
},
"stopId": "0:PASSOTE2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777886239",
"uncertainty": 120
},
"departure": {
"time": "1777886239",
"uncertainty": 120
},
"stopId": "0:CUVION2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777886322",
"uncertainty": 120
},
"departure": {
"time": "1777886322",
"uncertainty": 120
},
"stopId": "0:DOLICHE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777886363",
"uncertainty": 120
},
"departure": {
"time": "1777886363",
"uncertainty": 120
},
"stopId": "0:30JOURS2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777886413",
"uncertainty": 120
},
"departure": {
"time": "1777886413",
"uncertainty": 120
},
"stopId": "0:LADAME2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777886480",
"uncertainty": 120
},
"departure": {
"time": "1777886480",
"uncertainty": 120
},
"stopId": "0:FALOGNE2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777886531",
"uncertainty": 120
},
"stopId": "0:LELAC1",
"stopSequence": 33
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853262"
},
"vehicle": {
"id": "2149",
"label": "2149"
}
}
},
{
"id": "1853263",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777885440",
"uncertainty": 120
},
"stopId": "0:FELIX420",
"stopSequence": 1
},
{
"arrival": {
"time": "1777885586",
"uncertainty": 120
},
"departure": {
"time": "1777885586",
"uncertainty": 120
},
"stopId": "0:VIGNES1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777885629",
"uncertainty": 120
},
"departure": {
"time": "1777885629",
"uncertainty": 120
},
"stopId": "0:MIRABEL1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777885681",
"uncertainty": 120
},
"departure": {
"time": "1777885681",
"uncertainty": 120
},
"stopId": "0:BUTTE1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777885749",
"uncertainty": 120
},
"departure": {
"time": "1777885749",
"uncertainty": 120
},
"stopId": "0:BUCHOZ1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777885807",
"uncertainty": 120
},
"departure": {
"time": "1777885807",
"uncertainty": 120
},
"stopId": "0:NJUNG1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777885853",
"uncertainty": 120
},
"departure": {
"time": "1777885853",
"uncertainty": 120
},
"stopId": "0:LEMOYNE1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777885906",
"uncertainty": 120
},
"departure": {
"time": "1777885906",
"uncertainty": 120
},
"stopId": "0:COLIBRI1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777885937",
"uncertainty": 120
},
"departure": {
"time": "1777885937",
"uncertainty": 120
},
"stopId": "0:TIGNO414",
"stopSequence": 9
},
{
"arrival": {
"time": "1777886070",
"uncertainty": 120
},
"departure": {
"time": "1777886070",
"uncertainty": 120
},
"stopId": "0:FMOSELL1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777886133",
"uncertainty": 120
},
"departure": {
"time": "1777886133",
"uncertainty": 120
},
"stopId": "0:LUXE",
"stopSequence": 11
},
{
"arrival": {
"time": "1777886428",
"uncertainty": 120
},
"departure": {
"time": "1777886428",
"uncertainty": 120
},
"stopId": "0:REPPW",
"stopSequence": 12
},
{
"arrival": {
"time": "1777886597",
"uncertainty": 120
},
"departure": {
"time": "1777886597",
"uncertainty": 120
},
"stopId": "0:STNICOL3",
"stopSequence": 13
},
{
"arrival": {
"time": "1777886656",
"uncertainty": 120
},
"departure": {
"time": "1777886656",
"uncertainty": 120
},
"stopId": "0:GARCS",
"stopSequence": 14
},
{
"arrival": {
"time": "1777886868",
"uncertainty": 120
},
"departure": {
"time": "1777886868",
"uncertainty": 120
},
"stopId": "0:SEILLE2",
"stopSequence": 15
},
{
"arrival": {
"time": "1777886952",
"uncertainty": 120
},
"departure": {
"time": "1777886952",
"uncertainty": 120
},
"stopId": "0:FRIANT2",
"stopSequence": 16
},
{
"arrival": {
"time": "1777886995",
"uncertainty": 120
},
"departure": {
"time": "1777886995",
"uncertainty": 120
},
"stopId": "0:HERMITE2",
"stopSequence": 17
},
{
"arrival": {
"time": "1777887026",
"uncertainty": 120
},
"departure": {
"time": "1777887026",
"uncertainty": 120
},
"stopId": "0:COLLIGN2",
"stopSequence": 18
},
{
"arrival": {
"time": "1777887079",
"uncertainty": 120
},
"departure": {
"time": "1777887079",
"uncertainty": 120
},
"stopId": "0:DUCROCQ2",
"stopSequence": 19
},
{
"arrival": {
"time": "1777887135",
"uncertainty": 120
},
"departure": {
"time": "1777887135",
"uncertainty": 120
},
"stopId": "0:HESTAUX2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777887193",
"uncertainty": 120
},
"departure": {
"time": "1777887193",
"uncertainty": 120
},
"stopId": "0:GOUSSEL2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777887238",
"uncertainty": 120
},
"departure": {
"time": "1777887238",
"uncertainty": 120
},
"stopId": "0:CLAUDEL2",
"stopSequence": 22
},
{
"arrival": {
"time": "1777887333",
"uncertainty": 120
},
"departure": {
"time": "1777887333",
"uncertainty": 120
},
"stopId": "0:OBERL653",
"stopSequence": 23
},
{
"arrival": {
"time": "1777887449",
"uncertainty": 120
},
"departure": {
"time": "1777887449",
"uncertainty": 120
},
"stopId": "0:PEUPLIE2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777887628",
"uncertainty": 120
},
"departure": {
"time": "1777887628",
"uncertainty": 120
},
"stopId": "0:GRIGY2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777887749",
"uncertainty": 120
},
"departure": {
"time": "1777887749",
"uncertainty": 120
},
"stopId": "0:GDECOLE2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777887905",
"uncertainty": 120
},
"departure": {
"time": "1777887905",
"uncertainty": 120
},
"stopId": "0:PASSOTE2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777887945",
"uncertainty": 120
},
"departure": {
"time": "1777887945",
"uncertainty": 120
},
"stopId": "0:CUVION2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777888018",
"uncertainty": 120
},
"departure": {
"time": "1777888018",
"uncertainty": 120
},
"stopId": "0:DOLICHE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777888059",
"uncertainty": 120
},
"departure": {
"time": "1777888059",
"uncertainty": 120
},
"stopId": "0:30JOURS2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777888109",
"uncertainty": 120
},
"departure": {
"time": "1777888109",
"uncertainty": 120
},
"stopId": "0:LADAME2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777888178",
"uncertainty": 120
},
"departure": {
"time": "1777888178",
"uncertainty": 120
},
"stopId": "0:FALOGNE2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777888229",
"uncertainty": 120
},
"stopId": "0:LELAC1",
"stopSequence": 33
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853263"
},
"vehicle": {
"id": "2153",
"label": "2153"
}
}
},
{
"id": "1853308",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777888320",
"uncertainty": 120
},
"stopId": "0:LELAC1",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853308"
}
}
},
{
"id": "1853305",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777883014",
"uncertainty": 120
},
"stopId": "0:LELAC1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777883079",
"uncertainty": 120
},
"departure": {
"time": "1777883079",
"uncertainty": 120
},
"stopId": "0:FALOGNE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777883142",
"uncertainty": 120
},
"departure": {
"time": "1777883160",
"uncertainty": 120
},
"stopId": "0:LADAME1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777883213",
"uncertainty": 120
},
"departure": {
"time": "1777883220",
"uncertainty": 120
},
"stopId": "0:30JOURS1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777883266",
"uncertainty": 120
},
"departure": {
"time": "1777883266",
"uncertainty": 120
},
"stopId": "0:DOLICHE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777883317",
"uncertainty": 120
},
"departure": {
"time": "1777883317",
"uncertainty": 120
},
"stopId": "0:CUVION1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777883360",
"uncertainty": 120
},
"departure": {
"time": "1777883360",
"uncertainty": 120
},
"stopId": "0:PASSOTE1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777883470",
"uncertainty": 120
},
"departure": {
"time": "1777883470",
"uncertainty": 120
},
"stopId": "0:GDECOLE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777883580",
"uncertainty": 120
},
"departure": {
"time": "1777883580",
"uncertainty": 120
},
"stopId": "0:GRIGY1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777883768",
"uncertainty": 120
},
"departure": {
"time": "1777883768",
"uncertainty": 120
},
"stopId": "0:PEUPLIE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777883844",
"uncertainty": 120
},
"departure": {
"time": "1777883850",
"uncertainty": 120
},
"stopId": "0:OBERL668",
"stopSequence": 11
},
{
"arrival": {
"time": "1777883910",
"uncertainty": 120
},
"departure": {
"time": "1777883910",
"uncertainty": 120
},
"stopId": "0:CLAUDEL1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777883987",
"uncertainty": 120
},
"departure": {
"time": "1777884000",
"uncertainty": 120
},
"stopId": "0:GOUSSEL1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777884026",
"uncertainty": 120
},
"departure": {
"time": "1777884026",
"uncertainty": 120
},
"stopId": "0:HESTAUX1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777884060",
"uncertainty": 120
},
"departure": {
"time": "1777884060",
"uncertainty": 120
},
"stopId": "0:DUCROCQ1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777884120",
"uncertainty": 120
},
"departure": {
"time": "1777884120",
"uncertainty": 120
},
"stopId": "0:COLLIGN1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777884159",
"uncertainty": 120
},
"departure": {
"time": "1777884159",
"uncertainty": 120
},
"stopId": "0:HERMITE1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777884210",
"uncertainty": 120
},
"departure": {
"time": "1777884210",
"uncertainty": 120
},
"stopId": "0:FRIANT1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777884270",
"uncertainty": 120
},
"departure": {
"time": "1777884270",
"uncertainty": 120
},
"stopId": "0:SEILLE1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777884540",
"uncertainty": 120
},
"departure": {
"time": "1777884630",
"uncertainty": 120
},
"stopId": "0:GARCE",
"stopSequence": 20
},
{
"arrival": {
"time": "1777884660",
"uncertainty": 120
},
"departure": {
"time": "1777884660",
"uncertainty": 120
},
"stopId": "0:STNICOL4",
"stopSequence": 21
},
{
"arrival": {
"time": "1777884812",
"uncertainty": 120
},
"departure": {
"time": "1777885353",
"uncertainty": 120
},
"stopId": "0:REPBW",
"stopSequence": 22
},
{
"arrival": {
"time": "1777885544",
"uncertainty": 120
},
"departure": {
"time": "1777885544",
"uncertainty": 120
},
"stopId": "0:LUXS",
"stopSequence": 23
},
{
"arrival": {
"time": "1777885636",
"uncertainty": 120
},
"departure": {
"time": "1777885636",
"uncertainty": 120
},
"stopId": "0:FMOSELL2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777885727",
"uncertainty": 120
},
"departure": {
"time": "1777885727",
"uncertainty": 120
},
"stopId": "0:TIGNO395",
"stopSequence": 25
},
{
"arrival": {
"time": "1777885770",
"uncertainty": 120
},
"departure": {
"time": "1777885770",
"uncertainty": 120
},
"stopId": "0:COLIBRI2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777885799",
"uncertainty": 120
},
"departure": {
"time": "1777885799",
"uncertainty": 120
},
"stopId": "0:LEMOYNE2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777885824",
"uncertainty": 120
},
"departure": {
"time": "1777885824",
"uncertainty": 120
},
"stopId": "0:NJUNG2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777885870",
"uncertainty": 120
},
"departure": {
"time": "1777885870",
"uncertainty": 120
},
"stopId": "0:BUCHOZ2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777885909",
"uncertainty": 120
},
"departure": {
"time": "1777885909",
"uncertainty": 120
},
"stopId": "0:SANSONN2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777885976",
"uncertainty": 120
},
"departure": {
"time": "1777885976",
"uncertainty": 120
},
"stopId": "0:BAUCHEZ2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777886026",
"uncertainty": 120
},
"departure": {
"time": "1777886026",
"uncertainty": 120
},
"stopId": "0:ROUSSEL2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777886076",
"uncertainty": 120
},
"departure": {
"time": "1777886076",
"uncertainty": 120
},
"stopId": "0:CAILLOU2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777886131",
"uncertainty": 120
},
"departure": {
"time": "1777886131",
"uncertainty": 120
},
"stopId": "0:CLETTE2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777886234",
"uncertainty": 120
},
"stopId": "0:PRESJAC1",
"stopSequence": 35
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853305"
},
"vehicle": {
"id": "851",
"label": "851"
}
}
},
{
"id": "1853306",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777884720",
"uncertainty": 120
},
"stopId": "0:LELAC1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777884778",
"uncertainty": 120
},
"departure": {
"time": "1777884781",
"uncertainty": 120
},
"stopId": "0:FALOGNE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777884840",
"uncertainty": 120
},
"departure": {
"time": "1777884840",
"uncertainty": 120
},
"stopId": "0:LADAME1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777884914",
"uncertainty": 120
},
"departure": {
"time": "1777884914",
"uncertainty": 120
},
"stopId": "0:30JOURS1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777884939",
"uncertainty": 120
},
"departure": {
"time": "1777884939",
"uncertainty": 120
},
"stopId": "0:DOLICHE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777884981",
"uncertainty": 120
},
"departure": {
"time": "1777884981",
"uncertainty": 120
},
"stopId": "0:CUVION1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777885020",
"uncertainty": 120
},
"departure": {
"time": "1777885020",
"uncertainty": 120
},
"stopId": "0:PASSOTE1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777885164",
"uncertainty": 120
},
"departure": {
"time": "1777885170",
"uncertainty": 120
},
"stopId": "0:GDECOLE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777885308",
"uncertainty": 120
},
"departure": {
"time": "1777885308",
"uncertainty": 120
},
"stopId": "0:GRIGY1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777885476",
"uncertainty": 120
},
"departure": {
"time": "1777885476",
"uncertainty": 120
},
"stopId": "0:PEUPLIE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777885560",
"uncertainty": 120
},
"departure": {
"time": "1777885560",
"uncertainty": 120
},
"stopId": "0:OBERL668",
"stopSequence": 11
},
{
"arrival": {
"time": "1777885644",
"uncertainty": 120
},
"departure": {
"time": "1777885644",
"uncertainty": 120
},
"stopId": "0:CLAUDEL1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777885721",
"uncertainty": 120
},
"departure": {
"time": "1777885721",
"uncertainty": 120
},
"stopId": "0:GOUSSEL1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777885743",
"uncertainty": 120
},
"departure": {
"time": "1777885743",
"uncertainty": 120
},
"stopId": "0:HESTAUX1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777885796",
"uncertainty": 120
},
"departure": {
"time": "1777885796",
"uncertainty": 120
},
"stopId": "0:DUCROCQ1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777885853",
"uncertainty": 120
},
"departure": {
"time": "1777885853",
"uncertainty": 120
},
"stopId": "0:COLLIGN1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777885869",
"uncertainty": 120
},
"departure": {
"time": "1777885869",
"uncertainty": 120
},
"stopId": "0:HERMITE1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777885915",
"uncertainty": 120
},
"departure": {
"time": "1777885915",
"uncertainty": 120
},
"stopId": "0:FRIANT1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777885981",
"uncertainty": 120
},
"departure": {
"time": "1777885981",
"uncertainty": 120
},
"stopId": "0:SEILLE1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777886254",
"uncertainty": 120
},
"departure": {
"time": "1777886254",
"uncertainty": 120
},
"stopId": "0:GARCE",
"stopSequence": 20
},
{
"arrival": {
"time": "1777886285",
"uncertainty": 120
},
"departure": {
"time": "1777886285",
"uncertainty": 120
},
"stopId": "0:STNICOL4",
"stopSequence": 21
},
{
"arrival": {
"time": "1777886451",
"uncertainty": 120
},
"departure": {
"time": "1777886451",
"uncertainty": 120
},
"stopId": "0:REPBW",
"stopSequence": 22
},
{
"arrival": {
"time": "1777886740",
"uncertainty": 120
},
"departure": {
"time": "1777886740",
"uncertainty": 120
},
"stopId": "0:LUXS",
"stopSequence": 23
},
{
"arrival": {
"time": "1777886871",
"uncertainty": 120
},
"departure": {
"time": "1777886871",
"uncertainty": 120
},
"stopId": "0:FMOSELL2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777886989",
"uncertainty": 120
},
"departure": {
"time": "1777886989",
"uncertainty": 120
},
"stopId": "0:TIGNO395",
"stopSequence": 25
},
{
"arrival": {
"time": "1777887024",
"uncertainty": 120
},
"departure": {
"time": "1777887024",
"uncertainty": 120
},
"stopId": "0:COLIBRI2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777887059",
"uncertainty": 120
},
"departure": {
"time": "1777887059",
"uncertainty": 120
},
"stopId": "0:LEMOYNE2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777887118",
"uncertainty": 120
},
"departure": {
"time": "1777887118",
"uncertainty": 120
},
"stopId": "0:NJUNG2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777887177",
"uncertainty": 120
},
"departure": {
"time": "1777887177",
"uncertainty": 120
},
"stopId": "0:BUCHOZ2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777887205",
"uncertainty": 120
},
"departure": {
"time": "1777887205",
"uncertainty": 120
},
"stopId": "0:SANSONN2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777887272",
"uncertainty": 120
},
"departure": {
"time": "1777887272",
"uncertainty": 120
},
"stopId": "0:BAUCHEZ2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777887322",
"uncertainty": 120
},
"departure": {
"time": "1777887322",
"uncertainty": 120
},
"stopId": "0:ROUSSEL2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777887372",
"uncertainty": 120
},
"departure": {
"time": "1777887372",
"uncertainty": 120
},
"stopId": "0:CAILLOU2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777887417",
"uncertainty": 120
},
"departure": {
"time": "1777887417",
"uncertainty": 120
},
"stopId": "0:CLETTE2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777887520",
"uncertainty": 120
},
"stopId": "0:PRESJAC1",
"stopSequence": 35
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853306"
},
"vehicle": {
"id": "1932",
"label": "1932"
}
}
},
{
"id": "1853307",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777886520",
"uncertainty": 120
},
"stopId": "0:LELAC1",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853307"
}
}
},
{
"id": "1854684",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777888080",
"uncertainty": 120
},
"stopId": "0:MAT02",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "B",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854684"
}
}
},
{
"id": "1854685",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777888680",
"uncertainty": 120
},
"stopId": "0:MAT02",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "B",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854685"
}
}
},
{
"id": "1854680",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777885680",
"uncertainty": 120
},
"stopId": "0:MAT02",
"stopSequence": 1
},
{
"arrival": {
"time": "1777885775",
"uncertainty": 120
},
"departure": {
"time": "1777885775",
"uncertainty": 120
},
"stopId": "0:MER02",
"stopSequence": 2
},
{
"arrival": {
"time": "1777885912",
"uncertainty": 120
},
"departure": {
"time": "1777885912",
"uncertainty": 120
},
"stopId": "0:EXP02",
"stopSequence": 3
},
{
"arrival": {
"time": "1777885967",
"uncertainty": 120
},
"departure": {
"time": "1777885967",
"uncertainty": 120
},
"stopId": "0:ECO02",
"stopSequence": 4
},
{
"arrival": {
"time": "1777886037",
"uncertainty": 120
},
"departure": {
"time": "1777886037",
"uncertainty": 120
},
"stopId": "0:ART02",
"stopSequence": 5
},
{
"arrival": {
"time": "1777886125",
"uncertainty": 120
},
"departure": {
"time": "1777886125",
"uncertainty": 120
},
"stopId": "0:ARA02",
"stopSequence": 6
},
{
"arrival": {
"time": "1777886186",
"uncertainty": 120
},
"departure": {
"time": "1777886186",
"uncertainty": 120
},
"stopId": "0:GRA02",
"stopSequence": 7
},
{
"arrival": {
"time": "1777886252",
"uncertainty": 120
},
"departure": {
"time": "1777886252",
"uncertainty": 120
},
"stopId": "0:BRG02",
"stopSequence": 8
},
{
"arrival": {
"time": "1777886323",
"uncertainty": 120
},
"departure": {
"time": "1777886323",
"uncertainty": 120
},
"stopId": "0:GUY02",
"stopSequence": 9
},
{
"arrival": {
"time": "1777886379",
"uncertainty": 120
},
"departure": {
"time": "1777886379",
"uncertainty": 120
},
"stopId": "0:PRO02",
"stopSequence": 10
},
{
"arrival": {
"time": "1777886443",
"uncertainty": 120
},
"departure": {
"time": "1777886443",
"uncertainty": 120
},
"stopId": "0:BEL02",
"stopSequence": 11
},
{
"arrival": {
"time": "1777886524",
"uncertainty": 120
},
"departure": {
"time": "1777886524",
"uncertainty": 120
},
"stopId": "0:CIM02",
"stopSequence": 12
},
{
"arrival": {
"time": "1777886603",
"uncertainty": 120
},
"departure": {
"time": "1777886603",
"uncertainty": 120
},
"stopId": "0:ALC02",
"stopSequence": 13
},
{
"arrival": {
"time": "1777886656",
"uncertainty": 120
},
"departure": {
"time": "1777886656",
"uncertainty": 120
},
"stopId": "0:LEG02",
"stopSequence": 14
},
{
"arrival": {
"time": "1777886729",
"uncertainty": 120
},
"departure": {
"time": "1777886729",
"uncertainty": 120
},
"stopId": "0:SEI02",
"stopSequence": 15
},
{
"arrival": {
"time": "1777886797",
"uncertainty": 120
},
"departure": {
"time": "1777886797",
"uncertainty": 120
},
"stopId": "0:POM02",
"stopSequence": 16
},
{
"arrival": {
"time": "1777886878",
"uncertainty": 120
},
"departure": {
"time": "1777886878",
"uncertainty": 120
},
"stopId": "0:GAR02",
"stopSequence": 17
},
{
"arrival": {
"time": "1777886982",
"uncertainty": 120
},
"departure": {
"time": "1777886982",
"uncertainty": 120
},
"stopId": "0:ROI02",
"stopSequence": 18
},
{
"arrival": {
"time": "1777887077",
"uncertainty": 120
},
"departure": {
"time": "1777887077",
"uncertainty": 120
},
"stopId": "0:REP02",
"stopSequence": 19
},
{
"arrival": {
"time": "1777887311",
"uncertainty": 120
},
"departure": {
"time": "1777887311",
"uncertainty": 120
},
"stopId": "0:SAU02",
"stopSequence": 20
},
{
"arrival": {
"time": "1777887377",
"uncertainty": 120
},
"stopId": "0:CTU02",
"stopSequence": 21
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "B",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854680"
}
}
},
{
"id": "1854681",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777886280",
"uncertainty": 120
},
"stopId": "0:MAT02",
"stopSequence": 1
},
{
"arrival": {
"time": "1777886375",
"uncertainty": 120
},
"departure": {
"time": "1777886375",
"uncertainty": 120
},
"stopId": "0:MER02",
"stopSequence": 2
},
{
"arrival": {
"time": "1777886512",
"uncertainty": 120
},
"departure": {
"time": "1777886512",
"uncertainty": 120
},
"stopId": "0:EXP02",
"stopSequence": 3
},
{
"arrival": {
"time": "1777886567",
"uncertainty": 120
},
"departure": {
"time": "1777886567",
"uncertainty": 120
},
"stopId": "0:ECO02",
"stopSequence": 4
},
{
"arrival": {
"time": "1777886651",
"uncertainty": 120
},
"departure": {
"time": "1777886651",
"uncertainty": 120
},
"stopId": "0:ART02",
"stopSequence": 5
},
{
"arrival": {
"time": "1777886769",
"uncertainty": 120
},
"departure": {
"time": "1777886769",
"uncertainty": 120
},
"stopId": "0:ARA02",
"stopSequence": 6
},
{
"arrival": {
"time": "1777886835",
"uncertainty": 120
},
"departure": {
"time": "1777886835",
"uncertainty": 120
},
"stopId": "0:GRA02",
"stopSequence": 7
},
{
"arrival": {
"time": "1777886910",
"uncertainty": 120
},
"departure": {
"time": "1777886910",
"uncertainty": 120
},
"stopId": "0:BRG02",
"stopSequence": 8
},
{
"arrival": {
"time": "1777886974",
"uncertainty": 120
},
"departure": {
"time": "1777886974",
"uncertainty": 120
},
"stopId": "0:GUY02",
"stopSequence": 9
},
{
"arrival": {
"time": "1777887029",
"uncertainty": 120
},
"departure": {
"time": "1777887029",
"uncertainty": 120
},
"stopId": "0:PRO02",
"stopSequence": 10
},
{
"arrival": {
"time": "1777887121",
"uncertainty": 120
},
"departure": {
"time": "1777887121",
"uncertainty": 120
},
"stopId": "0:BEL02",
"stopSequence": 11
},
{
"arrival": {
"time": "1777887218",
"uncertainty": 120
},
"departure": {
"time": "1777887218",
"uncertainty": 120
},
"stopId": "0:CIM02",
"stopSequence": 12
},
{
"arrival": {
"time": "1777887326",
"uncertainty": 120
},
"departure": {
"time": "1777887326",
"uncertainty": 120
},
"stopId": "0:ALC02",
"stopSequence": 13
},
{
"arrival": {
"time": "1777887389",
"uncertainty": 120
},
"departure": {
"time": "1777887389",
"uncertainty": 120
},
"stopId": "0:LEG02",
"stopSequence": 14
},
{
"arrival": {
"time": "1777887483",
"uncertainty": 120
},
"departure": {
"time": "1777887483",
"uncertainty": 120
},
"stopId": "0:SEI02",
"stopSequence": 15
},
{
"arrival": {
"time": "1777887558",
"uncertainty": 120
},
"departure": {
"time": "1777887558",
"uncertainty": 120
},
"stopId": "0:POM02",
"stopSequence": 16
},
{
"arrival": {
"time": "1777887629",
"uncertainty": 120
},
"departure": {
"time": "1777887629",
"uncertainty": 120
},
"stopId": "0:GAR02",
"stopSequence": 17
},
{
"arrival": {
"time": "1777887741",
"uncertainty": 120
},
"departure": {
"time": "1777887741",
"uncertainty": 120
},
"stopId": "0:ROI02",
"stopSequence": 18
},
{
"arrival": {
"time": "1777887869",
"uncertainty": 120
},
"departure": {
"time": "1777887869",
"uncertainty": 120
},
"stopId": "0:REP02",
"stopSequence": 19
},
{
"arrival": {
"time": "1777888103",
"uncertainty": 120
},
"departure": {
"time": "1777888103",
"uncertainty": 120
},
"stopId": "0:SAU02",
"stopSequence": 20
},
{
"arrival": {
"time": "1777888169",
"uncertainty": 120
},
"stopId": "0:CTU02",
"stopSequence": 21
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "B",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854681"
}
}
},
{
"id": "1854682",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777886880",
"uncertainty": 120
},
"stopId": "0:MAT02",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "B",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854682"
}
}
},
{
"id": "1853336",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777884666",
"uncertainty": 120
},
"stopId": "0:PRESJAC1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777884734",
"uncertainty": 120
},
"departure": {
"time": "1777884734",
"uncertainty": 120
},
"stopId": "0:CLETTE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777884783",
"uncertainty": 120
},
"departure": {
"time": "1777884783",
"uncertainty": 120
},
"stopId": "0:CAILLOU1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777884809",
"uncertainty": 120
},
"departure": {
"time": "1777884809",
"uncertainty": 120
},
"stopId": "0:ROUSSEL1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777884844",
"uncertainty": 120
},
"departure": {
"time": "1777884844",
"uncertainty": 120
},
"stopId": "0:BAUCHEZ1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777884890",
"uncertainty": 120
},
"departure": {
"time": "1777884890",
"uncertainty": 120
},
"stopId": "0:SANSONN1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777884909",
"uncertainty": 120
},
"departure": {
"time": "1777884909",
"uncertainty": 120
},
"stopId": "0:BUCHOZ1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777884967",
"uncertainty": 120
},
"departure": {
"time": "1777884967",
"uncertainty": 120
},
"stopId": "0:NJUNG1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777885010",
"uncertainty": 120
},
"departure": {
"time": "1777885025",
"uncertainty": 120
},
"stopId": "0:LEMOYNE1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777885077",
"uncertainty": 120
},
"departure": {
"time": "1777885085",
"uncertainty": 120
},
"stopId": "0:COLIBRI1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777885115",
"uncertainty": 120
},
"departure": {
"time": "1777885115",
"uncertainty": 120
},
"stopId": "0:TIGNO414",
"stopSequence": 11
},
{
"arrival": {
"time": "1777885246",
"uncertainty": 120
},
"departure": {
"time": "1777885265",
"uncertainty": 120
},
"stopId": "0:FMOSELL1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777885324",
"uncertainty": 120
},
"departure": {
"time": "1777885325",
"uncertainty": 120
},
"stopId": "0:LUXE",
"stopSequence": 13
},
{
"arrival": {
"time": "1777885621",
"uncertainty": 120
},
"departure": {
"time": "1777885621",
"uncertainty": 120
},
"stopId": "0:REPPW",
"stopSequence": 14
},
{
"arrival": {
"time": "1777885775",
"uncertainty": 120
},
"departure": {
"time": "1777885775",
"uncertainty": 120
},
"stopId": "0:STNICOL3",
"stopSequence": 15
},
{
"arrival": {
"time": "1777885834",
"uncertainty": 120
},
"departure": {
"time": "1777885834",
"uncertainty": 120
},
"stopId": "0:GARCS",
"stopSequence": 16
},
{
"arrival": {
"time": "1777886020",
"uncertainty": 120
},
"departure": {
"time": "1777886020",
"uncertainty": 120
},
"stopId": "0:SEILLE2",
"stopSequence": 17
},
{
"arrival": {
"time": "1777886109",
"uncertainty": 120
},
"departure": {
"time": "1777886109",
"uncertainty": 120
},
"stopId": "0:FRIANT2",
"stopSequence": 18
},
{
"arrival": {
"time": "1777886144",
"uncertainty": 120
},
"departure": {
"time": "1777886144",
"uncertainty": 120
},
"stopId": "0:HERMITE2",
"stopSequence": 19
},
{
"arrival": {
"time": "1777886175",
"uncertainty": 120
},
"departure": {
"time": "1777886175",
"uncertainty": 120
},
"stopId": "0:COLLIGN2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777886225",
"uncertainty": 120
},
"departure": {
"time": "1777886225",
"uncertainty": 120
},
"stopId": "0:DUCROCQ2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777886281",
"uncertainty": 120
},
"departure": {
"time": "1777886281",
"uncertainty": 120
},
"stopId": "0:HESTAUX2",
"stopSequence": 22
},
{
"arrival": {
"time": "1777886340",
"uncertainty": 120
},
"departure": {
"time": "1777886340",
"uncertainty": 120
},
"stopId": "0:GOUSSEL2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777886386",
"uncertainty": 120
},
"departure": {
"time": "1777886386",
"uncertainty": 120
},
"stopId": "0:CLAUDEL2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777886483",
"uncertainty": 120
},
"departure": {
"time": "1777886483",
"uncertainty": 120
},
"stopId": "0:OBERL653",
"stopSequence": 25
},
{
"arrival": {
"time": "1777886587",
"uncertainty": 120
},
"departure": {
"time": "1777886587",
"uncertainty": 120
},
"stopId": "0:PEUPLIE2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777886766",
"uncertainty": 120
},
"departure": {
"time": "1777886766",
"uncertainty": 120
},
"stopId": "0:GRIGY2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777886887",
"uncertainty": 120
},
"departure": {
"time": "1777886887",
"uncertainty": 120
},
"stopId": "0:GDECOLE2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777887033",
"uncertainty": 120
},
"departure": {
"time": "1777887033",
"uncertainty": 120
},
"stopId": "0:PASSOTE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777887071",
"uncertainty": 120
},
"departure": {
"time": "1777887071",
"uncertainty": 120
},
"stopId": "0:CUVION2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777887139",
"uncertainty": 120
},
"departure": {
"time": "1777887139",
"uncertainty": 120
},
"stopId": "0:DOLICHE2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777887180",
"uncertainty": 120
},
"departure": {
"time": "1777887180",
"uncertainty": 120
},
"stopId": "0:30JOURS2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777887219",
"uncertainty": 120
},
"departure": {
"time": "1777887219",
"uncertainty": 120
},
"stopId": "0:LADAME2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777887288",
"uncertainty": 120
},
"departure": {
"time": "1777887288",
"uncertainty": 120
},
"stopId": "0:FALOGNE2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777887339",
"uncertainty": 120
},
"stopId": "0:LELAC1",
"stopSequence": 35
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853336"
},
"vehicle": {
"id": "2147",
"label": "2147"
}
}
},
{
"id": "1853337",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777886340",
"uncertainty": 120
},
"stopId": "0:PRESJAC1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777886394",
"uncertainty": 120
},
"departure": {
"time": "1777886394",
"uncertainty": 120
},
"stopId": "0:CLETTE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777886447",
"uncertainty": 120
},
"departure": {
"time": "1777886447",
"uncertainty": 120
},
"stopId": "0:CAILLOU1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777886476",
"uncertainty": 120
},
"departure": {
"time": "1777886476",
"uncertainty": 120
},
"stopId": "0:ROUSSEL1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777886516",
"uncertainty": 120
},
"departure": {
"time": "1777886516",
"uncertainty": 120
},
"stopId": "0:BAUCHEZ1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777886569",
"uncertainty": 120
},
"departure": {
"time": "1777886569",
"uncertainty": 120
},
"stopId": "0:SANSONN1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777886593",
"uncertainty": 120
},
"departure": {
"time": "1777886593",
"uncertainty": 120
},
"stopId": "0:BUCHOZ1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777886651",
"uncertainty": 120
},
"departure": {
"time": "1777886651",
"uncertainty": 120
},
"stopId": "0:NJUNG1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777886703",
"uncertainty": 120
},
"departure": {
"time": "1777886703",
"uncertainty": 120
},
"stopId": "0:LEMOYNE1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777886750",
"uncertainty": 120
},
"departure": {
"time": "1777886750",
"uncertainty": 120
},
"stopId": "0:COLIBRI1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777886783",
"uncertainty": 120
},
"departure": {
"time": "1777886783",
"uncertainty": 120
},
"stopId": "0:TIGNO414",
"stopSequence": 11
},
{
"arrival": {
"time": "1777886922",
"uncertainty": 120
},
"departure": {
"time": "1777886922",
"uncertainty": 120
},
"stopId": "0:FMOSELL1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777887023",
"uncertainty": 120
},
"departure": {
"time": "1777887023",
"uncertainty": 120
},
"stopId": "0:LUXE",
"stopSequence": 13
},
{
"arrival": {
"time": "1777887282",
"uncertainty": 120
},
"departure": {
"time": "1777887282",
"uncertainty": 120
},
"stopId": "0:REPPW",
"stopSequence": 14
},
{
"arrival": {
"time": "1777887469",
"uncertainty": 120
},
"departure": {
"time": "1777887469",
"uncertainty": 120
},
"stopId": "0:STNICOL3",
"stopSequence": 15
},
{
"arrival": {
"time": "1777887536",
"uncertainty": 120
},
"departure": {
"time": "1777887536",
"uncertainty": 120
},
"stopId": "0:GARCS",
"stopSequence": 16
},
{
"arrival": {
"time": "1777887776",
"uncertainty": 120
},
"departure": {
"time": "1777887776",
"uncertainty": 120
},
"stopId": "0:SEILLE2",
"stopSequence": 17
},
{
"arrival": {
"time": "1777887853",
"uncertainty": 120
},
"departure": {
"time": "1777887853",
"uncertainty": 120
},
"stopId": "0:FRIANT2",
"stopSequence": 18
},
{
"arrival": {
"time": "1777887906",
"uncertainty": 120
},
"departure": {
"time": "1777887906",
"uncertainty": 120
},
"stopId": "0:HERMITE2",
"stopSequence": 19
},
{
"arrival": {
"time": "1777887937",
"uncertainty": 120
},
"departure": {
"time": "1777887937",
"uncertainty": 120
},
"stopId": "0:COLLIGN2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777888000",
"uncertainty": 120
},
"departure": {
"time": "1777888000",
"uncertainty": 120
},
"stopId": "0:DUCROCQ2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777888056",
"uncertainty": 120
},
"departure": {
"time": "1777888056",
"uncertainty": 120
},
"stopId": "0:HESTAUX2",
"stopSequence": 22
},
{
"arrival": {
"time": "1777888115",
"uncertainty": 120
},
"departure": {
"time": "1777888115",
"uncertainty": 120
},
"stopId": "0:GOUSSEL2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777888150",
"uncertainty": 120
},
"departure": {
"time": "1777888150",
"uncertainty": 120
},
"stopId": "0:CLAUDEL2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777888247",
"uncertainty": 120
},
"departure": {
"time": "1777888247",
"uncertainty": 120
},
"stopId": "0:OBERL653",
"stopSequence": 25
},
{
"arrival": {
"time": "1777888365",
"uncertainty": 120
},
"departure": {
"time": "1777888365",
"uncertainty": 120
},
"stopId": "0:PEUPLIE2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777888544",
"uncertainty": 120
},
"departure": {
"time": "1777888544",
"uncertainty": 120
},
"stopId": "0:GRIGY2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777888665",
"uncertainty": 120
},
"departure": {
"time": "1777888665",
"uncertainty": 120
},
"stopId": "0:GDECOLE2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777888821",
"uncertainty": 120
},
"departure": {
"time": "1777888821",
"uncertainty": 120
},
"stopId": "0:PASSOTE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777888862",
"uncertainty": 120
},
"departure": {
"time": "1777888862",
"uncertainty": 120
},
"stopId": "0:CUVION2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777888936",
"uncertainty": 120
},
"departure": {
"time": "1777888936",
"uncertainty": 120
},
"stopId": "0:DOLICHE2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777888977",
"uncertainty": 120
},
"departure": {
"time": "1777888977",
"uncertainty": 120
},
"stopId": "0:30JOURS2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777889027",
"uncertainty": 120
},
"departure": {
"time": "1777889027",
"uncertainty": 120
},
"stopId": "0:LADAME2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777889096",
"uncertainty": 120
},
"departure": {
"time": "1777889096",
"uncertainty": 120
},
"stopId": "0:FALOGNE2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777889147",
"uncertainty": 120
},
"stopId": "0:LELAC1",
"stopSequence": 35
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853337"
}
}
},
{
"id": "1854683",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777887480",
"uncertainty": 120
},
"stopId": "0:MAT02",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "B",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854683"
}
}
},
{
"id": "1976516",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777888980",
"uncertainty": 120
},
"stopId": "0:LEPATIS1",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11976516"
}
}
},
{
"id": "1853338",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777888080",
"uncertainty": 120
},
"stopId": "0:PRESJAC1",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853338"
}
}
},
{
"id": "1976514",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777887840",
"uncertainty": 120
},
"stopId": "0:LEPATIS1",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11976514"
}
}
},
{
"id": "1854677",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777883939",
"uncertainty": 120
},
"stopId": "0:MAT02",
"stopSequence": 1
},
{
"arrival": {
"time": "1777884004",
"uncertainty": 120
},
"departure": {
"time": "1777884004",
"uncertainty": 120
},
"stopId": "0:MER02",
"stopSequence": 2
},
{
"arrival": {
"time": "1777884149",
"uncertainty": 120
},
"departure": {
"time": "1777884149",
"uncertainty": 120
},
"stopId": "0:EXP02",
"stopSequence": 3
},
{
"arrival": {
"time": "1777884209",
"uncertainty": 120
},
"departure": {
"time": "1777884239",
"uncertainty": 120
},
"stopId": "0:ECO02",
"stopSequence": 4
},
{
"arrival": {
"time": "1777884299",
"uncertainty": 120
},
"departure": {
"time": "1777884299",
"uncertainty": 120
},
"stopId": "0:ART02",
"stopSequence": 5
},
{
"arrival": {
"time": "1777884377",
"uncertainty": 120
},
"departure": {
"time": "1777884389",
"uncertainty": 120
},
"stopId": "0:ARA02",
"stopSequence": 6
},
{
"arrival": {
"time": "1777884442",
"uncertainty": 120
},
"departure": {
"time": "1777884442",
"uncertainty": 120
},
"stopId": "0:GRA02",
"stopSequence": 7
},
{
"arrival": {
"time": "1777884486",
"uncertainty": 120
},
"departure": {
"time": "1777884486",
"uncertainty": 120
},
"stopId": "0:BRG02",
"stopSequence": 8
},
{
"arrival": {
"time": "1777884539",
"uncertainty": 120
},
"departure": {
"time": "1777884539",
"uncertainty": 120
},
"stopId": "0:GUY02",
"stopSequence": 9
},
{
"arrival": {
"time": "1777884599",
"uncertainty": 120
},
"departure": {
"time": "1777884599",
"uncertainty": 120
},
"stopId": "0:PRO02",
"stopSequence": 10
},
{
"arrival": {
"time": "1777884681",
"uncertainty": 120
},
"departure": {
"time": "1777884689",
"uncertainty": 120
},
"stopId": "0:BEL02",
"stopSequence": 11
},
{
"arrival": {
"time": "1777884755",
"uncertainty": 120
},
"departure": {
"time": "1777884755",
"uncertainty": 120
},
"stopId": "0:CIM02",
"stopSequence": 12
},
{
"arrival": {
"time": "1777884839",
"uncertainty": 120
},
"departure": {
"time": "1777884839",
"uncertainty": 120
},
"stopId": "0:ALC02",
"stopSequence": 13
},
{
"arrival": {
"time": "1777884899",
"uncertainty": 120
},
"departure": {
"time": "1777884899",
"uncertainty": 120
},
"stopId": "0:LEG02",
"stopSequence": 14
},
{
"arrival": {
"time": "1777884969",
"uncertainty": 120
},
"departure": {
"time": "1777884989",
"uncertainty": 120
},
"stopId": "0:SEI02",
"stopSequence": 15
},
{
"arrival": {
"time": "1777885049",
"uncertainty": 120
},
"departure": {
"time": "1777885049",
"uncertainty": 120
},
"stopId": "0:POM02",
"stopSequence": 16
},
{
"arrival": {
"time": "1777885139",
"uncertainty": 120
},
"departure": {
"time": "1777885169",
"uncertainty": 120
},
"stopId": "0:GAR02",
"stopSequence": 17
},
{
"arrival": {
"time": "1777885266",
"uncertainty": 120
},
"departure": {
"time": "1777885289",
"uncertainty": 120
},
"stopId": "0:ROI02",
"stopSequence": 18
},
{
"arrival": {
"time": "1777885349",
"uncertainty": 120
},
"departure": {
"time": "1777885379",
"uncertainty": 120
},
"stopId": "0:REP02",
"stopSequence": 19
},
{
"arrival": {
"time": "1777885602",
"uncertainty": 120
},
"departure": {
"time": "1777885602",
"uncertainty": 120
},
"stopId": "0:SAU02",
"stopSequence": 20
},
{
"arrival": {
"time": "1777885662",
"uncertainty": 120
},
"stopId": "0:CTU02",
"stopSequence": 21
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "B",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854677"
},
"vehicle": {
"id": "2143",
"label": "2143"
}
}
},
{
"id": "1976515",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777888440",
"uncertainty": 120
},
"stopId": "0:LEPATIS1",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11976515"
}
}
},
{
"id": "1855053",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777887360",
"uncertainty": 120
},
"stopId": "0:POME",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "83",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855053"
}
}
},
{
"id": "1976512",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777886640",
"uncertainty": 120
},
"stopId": "0:LEPATIS1",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11976512"
}
}
},
{
"id": "1855054",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777888140"
},
"stopId": "0:POME",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "83",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855054"
}
}
},
{
"id": "1976513",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777887240",
"uncertainty": 120
},
"stopId": "0:LEPATIS1",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11976513"
}
}
},
{
"id": "1855055",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777888920",
"uncertainty": 120
},
"stopId": "0:POME",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "83",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855055"
}
}
},
{
"id": "1855050",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777885020",
"uncertainty": 120
},
"stopId": "0:POME",
"stopSequence": 1
},
{
"arrival": {
"time": "1777885073",
"uncertainty": 120
},
"departure": {
"time": "1777885111",
"uncertainty": 120
},
"stopId": "0:GARCE",
"stopSequence": 2
},
{
"arrival": {
"time": "1777885141",
"uncertainty": 120
},
"departure": {
"time": "1777885141",
"uncertainty": 120
},
"stopId": "0:STNICOL4",
"stopSequence": 3
},
{
"arrival": {
"time": "1777885201",
"uncertainty": 120
},
"departure": {
"time": "1777885201",
"uncertainty": 120
},
"stopId": "0:COETLO01",
"stopSequence": 4
},
{
"arrival": {
"time": "1777885375",
"uncertainty": 120
},
"departure": {
"time": "1777885412",
"uncertainty": 120
},
"stopId": "0:SERPEN01",
"stopSequence": 5
},
{
"arrival": {
"time": "1777885471",
"uncertainty": 120
},
"departure": {
"time": "1777885471",
"uncertainty": 120
},
"stopId": "0:TETEDOR1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777885522",
"uncertainty": 120
},
"departure": {
"time": "1777885522",
"uncertainty": 120
},
"stopId": "0:STLOUI07",
"stopSequence": 7
},
{
"arrival": {
"time": "1777885619",
"uncertainty": 120
},
"departure": {
"time": "1777885619",
"uncertainty": 120
},
"stopId": "0:FOURNIR1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777885685",
"uncertainty": 120
},
"departure": {
"time": "1777885685",
"uncertainty": 120
},
"stopId": "0:PLARMES2",
"stopSequence": 9
},
{
"arrival": {
"time": "1777885745",
"uncertainty": 120
},
"departure": {
"time": "1777885745",
"uncertainty": 120
},
"stopId": "0:PLCHAM02",
"stopSequence": 10
},
{
"arrival": {
"time": "1777885811",
"uncertainty": 120
},
"stopId": "0:PREFECT1",
"stopSequence": 11
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "83",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855050"
},
"vehicle": {
"id": "2061",
"label": "2061"
}
}
},
{
"id": "1855051",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777885800"
},
"stopId": "0:POME",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "83",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855051"
}
}
},
{
"id": "1855102",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777884811",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777885035",
"uncertainty": 120
},
"departure": {
"time": "1777885035",
"uncertainty": 120
},
"stopId": "0:GRAVIER1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777885099",
"uncertainty": 120
},
"departure": {
"time": "1777885099",
"uncertainty": 120
},
"stopId": "0:ZACGRAV1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777885141",
"uncertainty": 120
},
"departure": {
"time": "1777885141",
"uncertainty": 120
},
"stopId": "0:ORLY2",
"stopSequence": 4
},
{
"arrival": {
"time": "1777885261",
"uncertainty": 120
},
"departure": {
"time": "1777885261",
"uncertainty": 120
},
"stopId": "0:ZACAUGN1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777885351",
"uncertainty": 120
},
"departure": {
"time": "1777885351",
"uncertainty": 120
},
"stopId": "0:ACTISUD1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777885491",
"uncertainty": 120
},
"departure": {
"time": "1777885491",
"uncertainty": 120
},
"stopId": "0:WAVES1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777885744",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 8
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "84a",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855102"
},
"vehicle": {
"id": "1391",
"label": "1391"
}
}
},
{
"id": "1855103",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777886160",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "84a",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855103"
}
}
},
{
"id": "1854482",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1777885578",
"uncertainty": 120
},
"departure": {
"time": "1777885578",
"uncertainty": 120
},
"stopId": "0:COUROR1"
},
{
"arrival": {
"time": "1777885587",
"uncertainty": 120
},
"departure": {
"time": "1777885587",
"uncertainty": 120
},
"stopId": "0:COUROR1"
},
{
"arrival": {
"time": "1777885633",
"uncertainty": 120
},
"departure": {
"time": "1777885633",
"uncertainty": 120
},
"stopId": "0:CONSERV1"
},
{
"arrival": {
"time": "1777885651",
"uncertainty": 120
},
"departure": {
"time": "1777885651",
"uncertainty": 120
},
"stopId": "0:SEGOLEN1"
},
{
"arrival": {
"time": "1777886473",
"uncertainty": 120
},
"departure": {
"time": "1777886473",
"uncertainty": 120
},
"stopId": "0:STGEORG2"
},
{
"arrival": {
"time": "1777886562",
"uncertainty": 120
},
"departure": {
"time": "1777886562",
"uncertainty": 120
},
"stopId": "0:RIMPORT1"
},
{
"departure": {
"time": "1777885500",
"uncertainty": 120
},
"stopId": "0:OFFICET1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777885580",
"uncertainty": 120
},
"departure": {
"time": "1777885580",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:COUROR1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777885614",
"uncertainty": 120
},
"departure": {
"time": "1777885614",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:SEGOLEN1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777885700",
"uncertainty": 120
},
"departure": {
"time": "1777885700",
"uncertainty": 120
},
"stopId": "0:CONSERV1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777885784",
"uncertainty": 120
},
"departure": {
"time": "1777885784",
"uncertainty": 120
},
"stopId": "0:TANNEUR1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777885892",
"uncertainty": 120
},
"departure": {
"time": "1777885892",
"uncertainty": 120
},
"stopId": "0:FAVADE01",
"stopSequence": 6
},
{
"arrival": {
"time": "1777885986",
"uncertainty": 120
},
"departure": {
"time": "1777885986",
"uncertainty": 120
},
"stopId": "0:PORTALL1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777886095",
"uncertainty": 120
},
"departure": {
"time": "1777886095",
"uncertainty": 120
},
"stopId": "0:CHARRON1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777886252",
"uncertainty": 120
},
"departure": {
"time": "1777886252",
"uncertainty": 120
},
"stopId": "0:FOURNIR1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777886317",
"uncertainty": 120
},
"departure": {
"time": "1777886317",
"uncertainty": 120
},
"stopId": "0:PLARMES2",
"stopSequence": 10
},
{
"arrival": {
"time": "1777886375",
"uncertainty": 120
},
"departure": {
"time": "1777886375",
"uncertainty": 120
},
"stopId": "0:PLCHAM02",
"stopSequence": 11
},
{
"arrival": {
"time": "1777886460",
"uncertainty": 120
},
"departure": {
"time": "1777886460",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:PREFECT3",
"stopSequence": 12
},
{
"arrival": {
"time": "1777886560",
"uncertainty": 120
},
"departure": {
"time": "1777886560",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:POMOREA",
"stopSequence": 13
},
{
"arrival": {
"time": "1777886612",
"uncertainty": 120
},
"departure": {
"time": "1777886612",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:VALLADI1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777886725",
"uncertainty": 120
},
"departure": {
"time": "1777886725",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:CASERNE1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777886794",
"uncertainty": 120
},
"departure": {
"time": "1777886794",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:RIMPORT1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777886627",
"uncertainty": 120
},
"departure": {
"time": "1777886627",
"uncertainty": 120
},
"stopId": "0:STGEORG1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777886747",
"uncertainty": 120
},
"stopId": "0:OFFICET1",
"stopSequence": 18
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "81",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854482"
}
}
},
{
"id": "1854483",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1777887678",
"uncertainty": 120
},
"departure": {
"time": "1777887678",
"uncertainty": 120
},
"stopId": "0:COUROR1"
},
{
"arrival": {
"time": "1777887687",
"uncertainty": 120
},
"departure": {
"time": "1777887687",
"uncertainty": 120
},
"stopId": "0:COUROR1"
},
{
"arrival": {
"time": "1777887733",
"uncertainty": 120
},
"departure": {
"time": "1777887733",
"uncertainty": 120
},
"stopId": "0:CONSERV1"
},
{
"arrival": {
"time": "1777887751",
"uncertainty": 120
},
"departure": {
"time": "1777887751",
"uncertainty": 120
},
"stopId": "0:SEGOLEN1"
},
{
"arrival": {
"time": "1777888623",
"uncertainty": 120
},
"departure": {
"time": "1777888623",
"uncertainty": 120
},
"stopId": "0:STGEORG2"
},
{
"arrival": {
"time": "1777888712",
"uncertainty": 120
},
"departure": {
"time": "1777888712",
"uncertainty": 120
},
"stopId": "0:RIMPORT1"
},
{
"departure": {
"time": "1777887600",
"uncertainty": 120
},
"stopId": "0:OFFICET1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777887680",
"uncertainty": 120
},
"departure": {
"time": "1777887680",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:COUROR1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777887714",
"uncertainty": 120
},
"departure": {
"time": "1777887714",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:SEGOLEN1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777887800",
"uncertainty": 120
},
"departure": {
"time": "1777887800",
"uncertainty": 120
},
"stopId": "0:CONSERV1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777887884",
"uncertainty": 120
},
"departure": {
"time": "1777887884",
"uncertainty": 120
},
"stopId": "0:TANNEUR1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777887992",
"uncertainty": 120
},
"departure": {
"time": "1777887992",
"uncertainty": 120
},
"stopId": "0:FAVADE01",
"stopSequence": 6
},
{
"arrival": {
"time": "1777888086",
"uncertainty": 120
},
"departure": {
"time": "1777888086",
"uncertainty": 120
},
"stopId": "0:PORTALL1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777888195",
"uncertainty": 120
},
"departure": {
"time": "1777888195",
"uncertainty": 120
},
"stopId": "0:CHARRON1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777888352",
"uncertainty": 120
},
"departure": {
"time": "1777888352",
"uncertainty": 120
},
"stopId": "0:FOURNIR1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777888473",
"uncertainty": 120
},
"departure": {
"time": "1777888473",
"uncertainty": 120
},
"stopId": "0:PLARMES2",
"stopSequence": 10
},
{
"arrival": {
"time": "1777888525",
"uncertainty": 120
},
"departure": {
"time": "1777888525",
"uncertainty": 120
},
"stopId": "0:PLCHAM02",
"stopSequence": 11
},
{
"arrival": {
"time": "1777888560",
"uncertainty": 120
},
"departure": {
"time": "1777888560",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:PREFECT3",
"stopSequence": 12
},
{
"arrival": {
"time": "1777888660",
"uncertainty": 120
},
"departure": {
"time": "1777888660",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:POMOREA",
"stopSequence": 13
},
{
"arrival": {
"time": "1777888712",
"uncertainty": 120
},
"departure": {
"time": "1777888712",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:VALLADI1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777888825",
"uncertainty": 120
},
"departure": {
"time": "1777888825",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:CASERNE1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777888894",
"uncertainty": 120
},
"departure": {
"time": "1777888894",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:RIMPORT1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777888789",
"uncertainty": 120
},
"departure": {
"time": "1777888789",
"uncertainty": 120
},
"stopId": "0:STGEORG1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777888909",
"uncertainty": 120
},
"stopId": "0:OFFICET1",
"stopSequence": 18
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "81",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854483"
}
}
},
{
"id": "1976414",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777884693",
"uncertainty": 120
},
"stopId": "0:COSTEBE4",
"stopSequence": 1
},
{
"arrival": {
"time": "1777884814",
"uncertainty": 120
},
"departure": {
"time": "1777884814",
"uncertainty": 120
},
"stopId": "0:MTPRIVA3",
"stopSequence": 2
},
{
"arrival": {
"time": "1777884881",
"uncertainty": 120
},
"departure": {
"time": "1777884881",
"uncertainty": 120
},
"stopId": "0:VOLONTA1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777884957",
"uncertainty": 120
},
"departure": {
"time": "1777884963",
"uncertainty": 120
},
"stopId": "0:MARGUER1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777885054",
"uncertainty": 120
},
"departure": {
"time": "1777885054",
"uncertainty": 120
},
"stopId": "0:VACONS1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777885176",
"uncertainty": 120
},
"departure": {
"time": "1777885176",
"uncertainty": 120
},
"stopId": "0:CHOCOL01",
"stopSequence": 6
},
{
"arrival": {
"time": "1777885222",
"uncertainty": 120
},
"departure": {
"time": "1777885222",
"uncertainty": 120
},
"stopId": "0:QUINT01",
"stopSequence": 7
},
{
"arrival": {
"time": "1777885312",
"uncertainty": 120
},
"departure": {
"time": "1777885327",
"uncertainty": 120
},
"stopId": "0:4VENTS1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777885398",
"uncertainty": 120
},
"departure": {
"time": "1777885417",
"uncertainty": 120
},
"stopId": "0:LAVOIR1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777885487",
"uncertainty": 120
},
"departure": {
"time": "1777885487",
"uncertainty": 120
},
"stopId": "0:EGLISE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777885565",
"uncertainty": 120
},
"departure": {
"time": "1777885565",
"uncertainty": 120
},
"stopId": "0:SLIVIER1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777885651",
"uncertainty": 120
},
"departure": {
"time": "1777885651",
"uncertainty": 120
},
"stopId": "0:BOILVIN1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777885715",
"uncertainty": 120
},
"departure": {
"time": "1777885715",
"uncertainty": 120
},
"stopId": "0:ARENES1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777885825",
"uncertainty": 120
},
"departure": {
"time": "1777885825",
"uncertainty": 120
},
"stopId": "0:LAFAYET1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777885891",
"uncertainty": 120
},
"departure": {
"time": "1777885891",
"uncertainty": 120
},
"stopId": "0:GARGE",
"stopSequence": 15
},
{
"arrival": {
"time": "1777885953",
"uncertainty": 120
},
"departure": {
"time": "1777885953",
"uncertainty": 120
},
"stopId": "0:ROIGE695",
"stopSequence": 16
},
{
"arrival": {
"time": "1777886103",
"uncertainty": 120
},
"departure": {
"time": "1777886103",
"uncertainty": 120
},
"stopId": "0:REPBW",
"stopSequence": 17
},
{
"arrival": {
"time": "1777886281",
"uncertainty": 120
},
"departure": {
"time": "1777886281",
"uncertainty": 120
},
"stopId": "0:VAUTRIN3",
"stopSequence": 18
},
{
"arrival": {
"time": "1777886429",
"uncertainty": 120
},
"departure": {
"time": "1777886429",
"uncertainty": 120
},
"stopId": "0:PREFECT2",
"stopSequence": 19
},
{
"arrival": {
"time": "1777886495",
"uncertainty": 120
},
"departure": {
"time": "1777886495",
"uncertainty": 120
},
"stopId": "0:STGEORG2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777886559",
"uncertainty": 120
},
"departure": {
"time": "1777886559",
"uncertainty": 120
},
"stopId": "0:RIMPORT2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777886725",
"uncertainty": 120
},
"departure": {
"time": "1777886725",
"uncertainty": 120
},
"stopId": "0:PONTIFF2",
"stopSequence": 22
},
{
"arrival": {
"time": "1777886811",
"uncertainty": 120
},
"departure": {
"time": "1777886811",
"uncertainty": 120
},
"stopId": "0:ROCHAMB2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777886911",
"uncertainty": 120
},
"departure": {
"time": "1777886911",
"uncertainty": 120
},
"stopId": "0:BERNANO2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777886993",
"uncertainty": 120
},
"departure": {
"time": "1777886993",
"uncertainty": 120
},
"stopId": "0:DALES2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777887036",
"uncertainty": 120
},
"departure": {
"time": "1777887036",
"uncertainty": 120
},
"stopId": "0:PATROTT2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777887130",
"uncertainty": 120
},
"departure": {
"time": "1777887130",
"uncertainty": 120
},
"stopId": "0:PAQUET2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777887159",
"uncertainty": 120
},
"departure": {
"time": "1777887159",
"uncertainty": 120
},
"stopId": "0:DAGA2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777887227",
"uncertainty": 120
},
"departure": {
"time": "1777887227",
"uncertainty": 120
},
"stopId": "0:4BORNES2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777887297",
"uncertainty": 120
},
"departure": {
"time": "1777887297",
"uncertainty": 120
},
"stopId": "0:MORLOT2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777887336",
"uncertainty": 120
},
"departure": {
"time": "1777887336",
"uncertainty": 120
},
"stopId": "0:COUPILL2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777887416",
"uncertainty": 120
},
"departure": {
"time": "1777887416",
"uncertainty": 120
},
"stopId": "0:RUCHER2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777887472",
"uncertainty": 120
},
"departure": {
"time": "1777887472",
"uncertainty": 120
},
"stopId": "0:ROSEMAR2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777887555",
"uncertainty": 120
},
"departure": {
"time": "1777887555",
"uncertainty": 120
},
"stopId": "0:SAULES2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777887646",
"uncertainty": 120
},
"departure": {
"time": "1777887646",
"uncertainty": 120
},
"stopId": "0:WOIPHOT2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777887741",
"uncertainty": 120
},
"departure": {
"time": "1777887741",
"uncertainty": 120
},
"stopId": "0:WCHATEA2",
"stopSequence": 36
},
{
"arrival": {
"time": "1777887876",
"uncertainty": 120
},
"stopId": "0:LEPATIS1",
"stopSequence": 37
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11976414"
},
"vehicle": {
"id": "1852",
"label": "1852"
}
}
},
{
"id": "1976415",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777885440",
"uncertainty": 120
},
"stopId": "0:COSTEBE4",
"stopSequence": 1
},
{
"arrival": {
"time": "1777885573",
"uncertainty": 120
},
"departure": {
"time": "1777885573",
"uncertainty": 120
},
"stopId": "0:MTPRIVA3",
"stopSequence": 2
},
{
"arrival": {
"time": "1777885619",
"uncertainty": 120
},
"departure": {
"time": "1777885619",
"uncertainty": 120
},
"stopId": "0:VOLONTA1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777885695",
"uncertainty": 120
},
"departure": {
"time": "1777885695",
"uncertainty": 120
},
"stopId": "0:MARGUER1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777885786",
"uncertainty": 120
},
"departure": {
"time": "1777885786",
"uncertainty": 120
},
"stopId": "0:VACONS1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777885909",
"uncertainty": 120
},
"departure": {
"time": "1777885909",
"uncertainty": 120
},
"stopId": "0:CHOCOL01",
"stopSequence": 6
},
{
"arrival": {
"time": "1777885959",
"uncertainty": 120
},
"departure": {
"time": "1777885959",
"uncertainty": 120
},
"stopId": "0:QUINT01",
"stopSequence": 7
},
{
"arrival": {
"time": "1777886052",
"uncertainty": 120
},
"departure": {
"time": "1777886052",
"uncertainty": 120
},
"stopId": "0:4VENTS1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777886126",
"uncertainty": 120
},
"departure": {
"time": "1777886126",
"uncertainty": 120
},
"stopId": "0:LAVOIR1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777886160",
"uncertainty": 120
},
"departure": {
"time": "1777886160",
"uncertainty": 120
},
"stopId": "0:EGLISE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777886236",
"uncertainty": 120
},
"departure": {
"time": "1777886236",
"uncertainty": 120
},
"stopId": "0:SLIVIER1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777886323",
"uncertainty": 120
},
"departure": {
"time": "1777886323",
"uncertainty": 120
},
"stopId": "0:BOILVIN1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777886388",
"uncertainty": 120
},
"departure": {
"time": "1777886388",
"uncertainty": 120
},
"stopId": "0:ARENES1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777886498",
"uncertainty": 120
},
"departure": {
"time": "1777886498",
"uncertainty": 120
},
"stopId": "0:LAFAYET1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777886565",
"uncertainty": 120
},
"departure": {
"time": "1777886565",
"uncertainty": 120
},
"stopId": "0:GARGE",
"stopSequence": 15
},
{
"arrival": {
"time": "1777886628",
"uncertainty": 120
},
"departure": {
"time": "1777886628",
"uncertainty": 120
},
"stopId": "0:ROIGE695",
"stopSequence": 16
},
{
"arrival": {
"time": "1777886781",
"uncertainty": 120
},
"departure": {
"time": "1777886781",
"uncertainty": 120
},
"stopId": "0:REPBW",
"stopSequence": 17
},
{
"arrival": {
"time": "1777886960",
"uncertainty": 120
},
"departure": {
"time": "1777886960",
"uncertainty": 120
},
"stopId": "0:VAUTRIN3",
"stopSequence": 18
},
{
"arrival": {
"time": "1777887136",
"uncertainty": 120
},
"departure": {
"time": "1777887136",
"uncertainty": 120
},
"stopId": "0:PREFECT2",
"stopSequence": 19
},
{
"arrival": {
"time": "1777887202",
"uncertainty": 120
},
"departure": {
"time": "1777887202",
"uncertainty": 120
},
"stopId": "0:STGEORG2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777887276",
"uncertainty": 120
},
"departure": {
"time": "1777887276",
"uncertainty": 120
},
"stopId": "0:RIMPORT2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777887436",
"uncertainty": 120
},
"departure": {
"time": "1777887436",
"uncertainty": 120
},
"stopId": "0:PONTIFF2",
"stopSequence": 22
},
{
"arrival": {
"time": "1777887517",
"uncertainty": 120
},
"departure": {
"time": "1777887517",
"uncertainty": 120
},
"stopId": "0:ROCHAMB2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777887627",
"uncertainty": 120
},
"departure": {
"time": "1777887627",
"uncertainty": 120
},
"stopId": "0:BERNANO2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777887684",
"uncertainty": 120
},
"departure": {
"time": "1777887684",
"uncertainty": 120
},
"stopId": "0:DALES2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777887736",
"uncertainty": 120
},
"departure": {
"time": "1777887736",
"uncertainty": 120
},
"stopId": "0:PATROTT2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777887830",
"uncertainty": 120
},
"departure": {
"time": "1777887830",
"uncertainty": 120
},
"stopId": "0:PAQUET2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777887859",
"uncertainty": 120
},
"departure": {
"time": "1777887859",
"uncertainty": 120
},
"stopId": "0:DAGA2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777887927",
"uncertainty": 120
},
"departure": {
"time": "1777887927",
"uncertainty": 120
},
"stopId": "0:4BORNES2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777887997",
"uncertainty": 120
},
"departure": {
"time": "1777887997",
"uncertainty": 120
},
"stopId": "0:MORLOT2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777888036",
"uncertainty": 120
},
"departure": {
"time": "1777888036",
"uncertainty": 120
},
"stopId": "0:COUPILL2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777888116",
"uncertainty": 120
},
"departure": {
"time": "1777888116",
"uncertainty": 120
},
"stopId": "0:RUCHER2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777888172",
"uncertainty": 120
},
"departure": {
"time": "1777888172",
"uncertainty": 120
},
"stopId": "0:ROSEMAR2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777888255",
"uncertainty": 120
},
"departure": {
"time": "1777888255",
"uncertainty": 120
},
"stopId": "0:SAULES2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777888346",
"uncertainty": 120
},
"departure": {
"time": "1777888346",
"uncertainty": 120
},
"stopId": "0:WOIPHOT2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777888441",
"uncertainty": 120
},
"departure": {
"time": "1777888441",
"uncertainty": 120
},
"stopId": "0:WCHATEA2",
"stopSequence": 36
},
{
"arrival": {
"time": "1777888576",
"uncertainty": 120
},
"stopId": "0:LEPATIS1",
"stopSequence": 37
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11976415"
},
"vehicle": {
"id": "1856",
"label": "1856"
}
}
},
{
"id": "1976412",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777883460",
"uncertainty": 120
},
"stopId": "0:COSTEBE4",
"stopSequence": 1
},
{
"arrival": {
"time": "1777883570",
"uncertainty": 120
},
"departure": {
"time": "1777883570",
"uncertainty": 120
},
"stopId": "0:MTPRIVA3",
"stopSequence": 2
},
{
"arrival": {
"time": "1777883600",
"uncertainty": 120
},
"departure": {
"time": "1777883610",
"uncertainty": 120
},
"stopId": "0:VOLONTA1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777883685",
"uncertainty": 120
},
"departure": {
"time": "1777883700",
"uncertainty": 120
},
"stopId": "0:MARGUER1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777883760",
"uncertainty": 120
},
"departure": {
"time": "1777883790",
"uncertainty": 120
},
"stopId": "0:VACONS1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777883907",
"uncertainty": 120
},
"departure": {
"time": "1777883907",
"uncertainty": 120
},
"stopId": "0:CHOCOL01",
"stopSequence": 6
},
{
"arrival": {
"time": "1777883940",
"uncertainty": 120
},
"departure": {
"time": "1777883940",
"uncertainty": 120
},
"stopId": "0:QUINT01",
"stopSequence": 7
},
{
"arrival": {
"time": "1777884030",
"uncertainty": 120
},
"departure": {
"time": "1777884060",
"uncertainty": 120
},
"stopId": "0:4VENTS1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777884148",
"uncertainty": 120
},
"departure": {
"time": "1777884240",
"uncertainty": 120
},
"stopId": "0:LAVOIR1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777884308",
"uncertainty": 120
},
"departure": {
"time": "1777884330",
"uncertainty": 120
},
"stopId": "0:EGLISE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777884390",
"uncertainty": 120
},
"departure": {
"time": "1777884390",
"uncertainty": 120
},
"stopId": "0:SLIVIER1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777884522",
"uncertainty": 120
},
"departure": {
"time": "1777884541",
"uncertainty": 120
},
"stopId": "0:BOILVIN1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777884615",
"uncertainty": 120
},
"departure": {
"time": "1777884630",
"uncertainty": 120
},
"stopId": "0:ARENES1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777884689",
"uncertainty": 120
},
"departure": {
"time": "1777884690",
"uncertainty": 120
},
"stopId": "0:LAFAYET1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777884781",
"uncertainty": 120
},
"departure": {
"time": "1777884810",
"uncertainty": 120
},
"stopId": "0:GARGE",
"stopSequence": 15
},
{
"arrival": {
"time": "1777884870",
"uncertainty": 120
},
"departure": {
"time": "1777884870",
"uncertainty": 120
},
"stopId": "0:ROIGE695",
"stopSequence": 16
},
{
"arrival": {
"time": "1777885019",
"uncertainty": 120
},
"departure": {
"time": "1777885215",
"uncertainty": 120
},
"stopId": "0:REPBW",
"stopSequence": 17
},
{
"arrival": {
"time": "1777885392",
"uncertainty": 120
},
"departure": {
"time": "1777885395",
"uncertainty": 120
},
"stopId": "0:VAUTRIN3",
"stopSequence": 18
},
{
"arrival": {
"time": "1777885548",
"uncertainty": 120
},
"departure": {
"time": "1777885548",
"uncertainty": 120
},
"stopId": "0:PREFECT2",
"stopSequence": 19
},
{
"arrival": {
"time": "1777885609",
"uncertainty": 120
},
"departure": {
"time": "1777885609",
"uncertainty": 120
},
"stopId": "0:STGEORG2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777885665",
"uncertainty": 120
},
"departure": {
"time": "1777885665",
"uncertainty": 120
},
"stopId": "0:RIMPORT2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777885835",
"uncertainty": 120
},
"departure": {
"time": "1777885835",
"uncertainty": 120
},
"stopId": "0:PONTIFF2",
"stopSequence": 22
},
{
"arrival": {
"time": "1777885924",
"uncertainty": 120
},
"departure": {
"time": "1777885924",
"uncertainty": 120
},
"stopId": "0:ROCHAMB2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777886015",
"uncertainty": 120
},
"departure": {
"time": "1777886015",
"uncertainty": 120
},
"stopId": "0:BERNANO2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777886117",
"uncertainty": 120
},
"departure": {
"time": "1777886117",
"uncertainty": 120
},
"stopId": "0:DALES2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777886157",
"uncertainty": 120
},
"departure": {
"time": "1777886157",
"uncertainty": 120
},
"stopId": "0:PATROTT2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777886313",
"uncertainty": 120
},
"departure": {
"time": "1777886313",
"uncertainty": 120
},
"stopId": "0:PAQUET2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777886357",
"uncertainty": 120
},
"departure": {
"time": "1777886357",
"uncertainty": 120
},
"stopId": "0:DAGA2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777886409",
"uncertainty": 120
},
"departure": {
"time": "1777886409",
"uncertainty": 120
},
"stopId": "0:4BORNES2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777886479",
"uncertainty": 120
},
"departure": {
"time": "1777886479",
"uncertainty": 120
},
"stopId": "0:MORLOT2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777886519",
"uncertainty": 120
},
"departure": {
"time": "1777886519",
"uncertainty": 120
},
"stopId": "0:COUPILL2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777886572",
"uncertainty": 120
},
"departure": {
"time": "1777886572",
"uncertainty": 120
},
"stopId": "0:RUCHER2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777886628",
"uncertainty": 120
},
"departure": {
"time": "1777886628",
"uncertainty": 120
},
"stopId": "0:ROSEMAR2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777886722",
"uncertainty": 120
},
"departure": {
"time": "1777886722",
"uncertainty": 120
},
"stopId": "0:SAULES2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777886795",
"uncertainty": 120
},
"departure": {
"time": "1777886795",
"uncertainty": 120
},
"stopId": "0:WOIPHOT2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777886887",
"uncertainty": 120
},
"departure": {
"time": "1777886887",
"uncertainty": 120
},
"stopId": "0:WCHATEA2",
"stopSequence": 36
},
{
"arrival": {
"time": "1777886992",
"uncertainty": 120
},
"stopId": "0:LEPATIS1",
"stopSequence": 37
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11976412"
},
"vehicle": {
"id": "1855",
"label": "1855"
}
}
},
{
"id": "1976413",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777884090",
"uncertainty": 120
},
"stopId": "0:COSTEBE4",
"stopSequence": 1
},
{
"arrival": {
"time": "1777884206",
"uncertainty": 120
},
"departure": {
"time": "1777884210",
"uncertainty": 120
},
"stopId": "0:MTPRIVA3",
"stopSequence": 2
},
{
"arrival": {
"time": "1777884257",
"uncertainty": 120
},
"departure": {
"time": "1777884300",
"uncertainty": 120
},
"stopId": "0:VOLONTA1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777884360",
"uncertainty": 120
},
"departure": {
"time": "1777884360",
"uncertainty": 120
},
"stopId": "0:MARGUER1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777884443",
"uncertainty": 120
},
"departure": {
"time": "1777884450",
"uncertainty": 120
},
"stopId": "0:VACONS1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777884559",
"uncertainty": 120
},
"departure": {
"time": "1777884559",
"uncertainty": 120
},
"stopId": "0:CHOCOL01",
"stopSequence": 6
},
{
"arrival": {
"time": "1777884612",
"uncertainty": 120
},
"departure": {
"time": "1777884630",
"uncertainty": 120
},
"stopId": "0:QUINT01",
"stopSequence": 7
},
{
"arrival": {
"time": "1777884750",
"uncertainty": 120
},
"departure": {
"time": "1777884750",
"uncertainty": 120
},
"stopId": "0:4VENTS1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777884840",
"uncertainty": 120
},
"departure": {
"time": "1777884840",
"uncertainty": 120
},
"stopId": "0:LAVOIR1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777884870",
"uncertainty": 120
},
"departure": {
"time": "1777884870",
"uncertainty": 120
},
"stopId": "0:EGLISE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777884948",
"uncertainty": 120
},
"departure": {
"time": "1777884948",
"uncertainty": 120
},
"stopId": "0:SLIVIER1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777885033",
"uncertainty": 120
},
"departure": {
"time": "1777885050",
"uncertainty": 120
},
"stopId": "0:BOILVIN1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777885110",
"uncertainty": 120
},
"departure": {
"time": "1777885170",
"uncertainty": 120
},
"stopId": "0:ARENES1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777885283",
"uncertainty": 120
},
"departure": {
"time": "1777885290",
"uncertainty": 120
},
"stopId": "0:LAFAYET1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777885350",
"uncertainty": 120
},
"departure": {
"time": "1777885440",
"uncertainty": 120
},
"stopId": "0:GARGE",
"stopSequence": 15
},
{
"arrival": {
"time": "1777885515",
"uncertainty": 120
},
"departure": {
"time": "1777885515",
"uncertainty": 120
},
"stopId": "0:ROIGE695",
"stopSequence": 16
},
{
"arrival": {
"time": "1777885665",
"uncertainty": 120
},
"departure": {
"time": "1777885665",
"uncertainty": 120
},
"stopId": "0:REPBW",
"stopSequence": 17
},
{
"arrival": {
"time": "1777885843",
"uncertainty": 120
},
"departure": {
"time": "1777885843",
"uncertainty": 120
},
"stopId": "0:VAUTRIN3",
"stopSequence": 18
},
{
"arrival": {
"time": "1777885970",
"uncertainty": 120
},
"departure": {
"time": "1777885970",
"uncertainty": 120
},
"stopId": "0:PREFECT2",
"stopSequence": 19
},
{
"arrival": {
"time": "1777886034",
"uncertainty": 120
},
"departure": {
"time": "1777886034",
"uncertainty": 120
},
"stopId": "0:STGEORG2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777886091",
"uncertainty": 120
},
"departure": {
"time": "1777886091",
"uncertainty": 120
},
"stopId": "0:RIMPORT2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777886261",
"uncertainty": 120
},
"departure": {
"time": "1777886261",
"uncertainty": 120
},
"stopId": "0:PONTIFF2",
"stopSequence": 22
},
{
"arrival": {
"time": "1777886350",
"uncertainty": 120
},
"departure": {
"time": "1777886350",
"uncertainty": 120
},
"stopId": "0:ROCHAMB2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777886442",
"uncertainty": 120
},
"departure": {
"time": "1777886442",
"uncertainty": 120
},
"stopId": "0:BERNANO2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777886543",
"uncertainty": 120
},
"departure": {
"time": "1777886543",
"uncertainty": 120
},
"stopId": "0:DALES2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777886583",
"uncertainty": 120
},
"departure": {
"time": "1777886583",
"uncertainty": 120
},
"stopId": "0:PATROTT2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777886724",
"uncertainty": 120
},
"departure": {
"time": "1777886724",
"uncertainty": 120
},
"stopId": "0:PAQUET2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777886766",
"uncertainty": 120
},
"departure": {
"time": "1777886766",
"uncertainty": 120
},
"stopId": "0:DAGA2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777886821",
"uncertainty": 120
},
"departure": {
"time": "1777886821",
"uncertainty": 120
},
"stopId": "0:4BORNES2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777886891",
"uncertainty": 120
},
"departure": {
"time": "1777886891",
"uncertainty": 120
},
"stopId": "0:MORLOT2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777886931",
"uncertainty": 120
},
"departure": {
"time": "1777886931",
"uncertainty": 120
},
"stopId": "0:COUPILL2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777886989",
"uncertainty": 120
},
"departure": {
"time": "1777886989",
"uncertainty": 120
},
"stopId": "0:RUCHER2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777887045",
"uncertainty": 120
},
"departure": {
"time": "1777887045",
"uncertainty": 120
},
"stopId": "0:ROSEMAR2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777887128",
"uncertainty": 120
},
"departure": {
"time": "1777887128",
"uncertainty": 120
},
"stopId": "0:SAULES2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777887219",
"uncertainty": 120
},
"departure": {
"time": "1777887219",
"uncertainty": 120
},
"stopId": "0:WOIPHOT2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777887314",
"uncertainty": 120
},
"departure": {
"time": "1777887314",
"uncertainty": 120
},
"stopId": "0:WCHATEA2",
"stopSequence": 36
},
{
"arrival": {
"time": "1777887449",
"uncertainty": 120
},
"stopId": "0:LEPATIS1",
"stopSequence": 37
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11976413"
},
"vehicle": {
"id": "546",
"label": "546"
}
}
},
{
"id": "1976410",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777882322",
"uncertainty": 120
},
"stopId": "0:COSTEBE4",
"stopSequence": 1
},
{
"arrival": {
"time": "1777882440",
"uncertainty": 120
},
"departure": {
"time": "1777882440",
"uncertainty": 120
},
"stopId": "0:MTPRIVA3",
"stopSequence": 2
},
{
"arrival": {
"time": "1777882472",
"uncertainty": 120
},
"departure": {
"time": "1777882502",
"uncertainty": 120
},
"stopId": "0:VOLONTA1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777882560",
"uncertainty": 120
},
"departure": {
"time": "1777882562",
"uncertainty": 120
},
"stopId": "0:MARGUER1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777882630",
"uncertainty": 120
},
"departure": {
"time": "1777882652",
"uncertainty": 120
},
"stopId": "0:VACONS1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777882750",
"uncertainty": 120
},
"departure": {
"time": "1777882750",
"uncertainty": 120
},
"stopId": "0:CHOCOL01",
"stopSequence": 6
},
{
"arrival": {
"time": "1777882812",
"uncertainty": 120
},
"departure": {
"time": "1777882812",
"uncertainty": 120
},
"stopId": "0:QUINT01",
"stopSequence": 7
},
{
"arrival": {
"time": "1777882922",
"uncertainty": 120
},
"departure": {
"time": "1777882922",
"uncertainty": 120
},
"stopId": "0:4VENTS1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777883012",
"uncertainty": 120
},
"departure": {
"time": "1777883072",
"uncertainty": 120
},
"stopId": "0:LAVOIR1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777883133",
"uncertainty": 120
},
"departure": {
"time": "1777883133",
"uncertainty": 120
},
"stopId": "0:EGLISE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777883217",
"uncertainty": 120
},
"departure": {
"time": "1777883222",
"uncertainty": 120
},
"stopId": "0:SLIVIER1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777883305",
"uncertainty": 120
},
"departure": {
"time": "1777883312",
"uncertainty": 120
},
"stopId": "0:BOILVIN1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777883372",
"uncertainty": 120
},
"departure": {
"time": "1777883440",
"uncertainty": 120
},
"stopId": "0:ARENES1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777883492",
"uncertainty": 120
},
"departure": {
"time": "1777883492",
"uncertainty": 120
},
"stopId": "0:LAFAYET1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777883552",
"uncertainty": 120
},
"departure": {
"time": "1777883672",
"uncertainty": 120
},
"stopId": "0:GARGE",
"stopSequence": 15
},
{
"arrival": {
"time": "1777883719",
"uncertainty": 120
},
"departure": {
"time": "1777883732",
"uncertainty": 120
},
"stopId": "0:ROIGE695",
"stopSequence": 16
},
{
"arrival": {
"time": "1777883797",
"uncertainty": 120
},
"departure": {
"time": "1777883912",
"uncertainty": 120
},
"stopId": "0:REPBW",
"stopSequence": 17
},
{
"arrival": {
"time": "1777884002",
"uncertainty": 120
},
"departure": {
"time": "1777884002",
"uncertainty": 120
},
"stopId": "0:VAUTRIN3",
"stopSequence": 18
},
{
"arrival": {
"time": "1777884122",
"uncertainty": 120
},
"departure": {
"time": "1777884272",
"uncertainty": 120
},
"stopId": "0:PREFECT2",
"stopSequence": 19
},
{
"arrival": {
"time": "1777884332",
"uncertainty": 120
},
"departure": {
"time": "1777884332",
"uncertainty": 120
},
"stopId": "0:STGEORG2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777884408",
"uncertainty": 120
},
"departure": {
"time": "1777884422",
"uncertainty": 120
},
"stopId": "0:RIMPORT2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777884620",
"uncertainty": 120
},
"departure": {
"time": "1777884632",
"uncertainty": 120
},
"stopId": "0:PONTIFF2",
"stopSequence": 22
},
{
"arrival": {
"time": "1777884722",
"uncertainty": 120
},
"departure": {
"time": "1777884752",
"uncertainty": 120
},
"stopId": "0:ROCHAMB2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777884848",
"uncertainty": 120
},
"departure": {
"time": "1777884848",
"uncertainty": 120
},
"stopId": "0:BERNANO2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777884902",
"uncertainty": 120
},
"departure": {
"time": "1777884902",
"uncertainty": 120
},
"stopId": "0:DALES2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777884962",
"uncertainty": 120
},
"departure": {
"time": "1777884962",
"uncertainty": 120
},
"stopId": "0:PATROTT2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777885126",
"uncertainty": 120
},
"departure": {
"time": "1777885126",
"uncertainty": 120
},
"stopId": "0:PAQUET2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777885172",
"uncertainty": 120
},
"departure": {
"time": "1777885172",
"uncertainty": 120
},
"stopId": "0:DAGA2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777885222",
"uncertainty": 120
},
"departure": {
"time": "1777885222",
"uncertainty": 120
},
"stopId": "0:4BORNES2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777885292",
"uncertainty": 120
},
"departure": {
"time": "1777885292",
"uncertainty": 120
},
"stopId": "0:MORLOT2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777885332",
"uncertainty": 120
},
"departure": {
"time": "1777885332",
"uncertainty": 120
},
"stopId": "0:COUPILL2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777885382",
"uncertainty": 120
},
"departure": {
"time": "1777885382",
"uncertainty": 120
},
"stopId": "0:RUCHER2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777885438",
"uncertainty": 120
},
"departure": {
"time": "1777885442",
"uncertainty": 120
},
"stopId": "0:ROSEMAR2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777885540",
"uncertainty": 120
},
"departure": {
"time": "1777885540",
"uncertainty": 120
},
"stopId": "0:SAULES2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777885607",
"uncertainty": 120
},
"departure": {
"time": "1777885607",
"uncertainty": 120
},
"stopId": "0:WOIPHOT2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777885698",
"uncertainty": 120
},
"departure": {
"time": "1777885698",
"uncertainty": 120
},
"stopId": "0:WCHATEA2",
"stopSequence": 36
},
{
"arrival": {
"time": "1777885793",
"uncertainty": 120
},
"stopId": "0:LEPATIS1",
"stopSequence": 37
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11976410"
},
"vehicle": {
"id": "1354",
"label": "1354"
}
}
},
{
"id": "1853335",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777882800",
"uncertainty": 120
},
"stopId": "0:PRESJAC1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777882829",
"uncertainty": 120
},
"departure": {
"time": "1777882832",
"uncertainty": 120
},
"stopId": "0:CLETTE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777882892",
"uncertainty": 120
},
"departure": {
"time": "1777882892",
"uncertainty": 120
},
"stopId": "0:CAILLOU1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777882922",
"uncertainty": 120
},
"departure": {
"time": "1777882922",
"uncertainty": 120
},
"stopId": "0:ROUSSEL1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777882950",
"uncertainty": 120
},
"departure": {
"time": "1777882950",
"uncertainty": 120
},
"stopId": "0:BAUCHEZ1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777882982",
"uncertainty": 120
},
"departure": {
"time": "1777882982",
"uncertainty": 120
},
"stopId": "0:SANSONN1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777883010",
"uncertainty": 120
},
"departure": {
"time": "1777883012",
"uncertainty": 120
},
"stopId": "0:BUCHOZ1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777883072",
"uncertainty": 120
},
"departure": {
"time": "1777883072",
"uncertainty": 120
},
"stopId": "0:NJUNG1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777883132",
"uncertainty": 120
},
"departure": {
"time": "1777883132",
"uncertainty": 120
},
"stopId": "0:LEMOYNE1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777883180",
"uncertainty": 120
},
"departure": {
"time": "1777883192",
"uncertainty": 120
},
"stopId": "0:COLIBRI1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777883217",
"uncertainty": 120
},
"departure": {
"time": "1777883217",
"uncertainty": 120
},
"stopId": "0:TIGNO414",
"stopSequence": 11
},
{
"arrival": {
"time": "1777883319",
"uncertainty": 120
},
"departure": {
"time": "1777883319",
"uncertainty": 120
},
"stopId": "0:FMOSELL1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777883364",
"uncertainty": 120
},
"departure": {
"time": "1777883402",
"uncertainty": 120
},
"stopId": "0:LUXE",
"stopSequence": 13
},
{
"arrival": {
"time": "1777883612",
"uncertainty": 120
},
"departure": {
"time": "1777883762",
"uncertainty": 120
},
"stopId": "0:REPPW",
"stopSequence": 14
},
{
"arrival": {
"time": "1777883876",
"uncertainty": 120
},
"departure": {
"time": "1777883882",
"uncertainty": 120
},
"stopId": "0:STNICOL3",
"stopSequence": 15
},
{
"arrival": {
"time": "1777883942",
"uncertainty": 120
},
"departure": {
"time": "1777884002",
"uncertainty": 120
},
"stopId": "0:GARCS",
"stopSequence": 16
},
{
"arrival": {
"time": "1777884192",
"uncertainty": 120
},
"departure": {
"time": "1777884212",
"uncertainty": 120
},
"stopId": "0:SEILLE2",
"stopSequence": 17
},
{
"arrival": {
"time": "1777884298",
"uncertainty": 120
},
"departure": {
"time": "1777884298",
"uncertainty": 120
},
"stopId": "0:FRIANT2",
"stopSequence": 18
},
{
"arrival": {
"time": "1777884325",
"uncertainty": 120
},
"departure": {
"time": "1777884332",
"uncertainty": 120
},
"stopId": "0:HERMITE2",
"stopSequence": 19
},
{
"arrival": {
"time": "1777884359",
"uncertainty": 120
},
"departure": {
"time": "1777884359",
"uncertainty": 120
},
"stopId": "0:COLLIGN2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777884406",
"uncertainty": 120
},
"departure": {
"time": "1777884406",
"uncertainty": 120
},
"stopId": "0:DUCROCQ2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777884512",
"uncertainty": 120
},
"departure": {
"time": "1777884512",
"uncertainty": 120
},
"stopId": "0:HESTAUX2",
"stopSequence": 22
},
{
"arrival": {
"time": "1777884549",
"uncertainty": 120
},
"departure": {
"time": "1777884572",
"uncertainty": 120
},
"stopId": "0:GOUSSEL2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777884597",
"uncertainty": 120
},
"departure": {
"time": "1777884602",
"uncertainty": 120
},
"stopId": "0:CLAUDEL2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777884709",
"uncertainty": 120
},
"departure": {
"time": "1777884722",
"uncertainty": 120
},
"stopId": "0:OBERL653",
"stopSequence": 25
},
{
"arrival": {
"time": "1777884812",
"uncertainty": 120
},
"departure": {
"time": "1777884812",
"uncertainty": 120
},
"stopId": "0:PEUPLIE2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777884960",
"uncertainty": 120
},
"departure": {
"time": "1777884962",
"uncertainty": 120
},
"stopId": "0:GRIGY2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777885100",
"uncertainty": 120
},
"departure": {
"time": "1777885112",
"uncertainty": 120
},
"stopId": "0:GDECOLE2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777885254",
"uncertainty": 120
},
"departure": {
"time": "1777885254",
"uncertainty": 120
},
"stopId": "0:PASSOTE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777885265",
"uncertainty": 120
},
"departure": {
"time": "1777885265",
"uncertainty": 120
},
"stopId": "0:CUVION2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777885349",
"uncertainty": 120
},
"departure": {
"time": "1777885352",
"uncertainty": 120
},
"stopId": "0:DOLICHE2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777885442",
"uncertainty": 120
},
"departure": {
"time": "1777885442",
"uncertainty": 120
},
"stopId": "0:30JOURS2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777885469",
"uncertainty": 120
},
"departure": {
"time": "1777885472",
"uncertainty": 120
},
"stopId": "0:LADAME2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777885537",
"uncertainty": 120
},
"departure": {
"time": "1777885537",
"uncertainty": 120
},
"stopId": "0:FALOGNE2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777885592",
"uncertainty": 120
},
"stopId": "0:LELAC1",
"stopSequence": 35
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853335"
},
"vehicle": {
"id": "2434",
"label": "2434"
}
}
},
{
"id": "1976411",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777882860",
"uncertainty": 120
},
"stopId": "0:COSTEBE4",
"stopSequence": 1
},
{
"arrival": {
"time": "1777882999",
"uncertainty": 120
},
"departure": {
"time": "1777883012",
"uncertainty": 120
},
"stopId": "0:MTPRIVA3",
"stopSequence": 2
},
{
"arrival": {
"time": "1777883042",
"uncertainty": 120
},
"departure": {
"time": "1777883042",
"uncertainty": 120
},
"stopId": "0:VOLONTA1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777883112",
"uncertainty": 120
},
"departure": {
"time": "1777883132",
"uncertainty": 120
},
"stopId": "0:MARGUER1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777883210",
"uncertainty": 120
},
"departure": {
"time": "1777883222",
"uncertainty": 120
},
"stopId": "0:VACONS1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777883342",
"uncertainty": 120
},
"departure": {
"time": "1777883342",
"uncertainty": 120
},
"stopId": "0:CHOCOL01",
"stopSequence": 6
},
{
"arrival": {
"time": "1777883402",
"uncertainty": 120
},
"departure": {
"time": "1777883402",
"uncertainty": 120
},
"stopId": "0:QUINT01",
"stopSequence": 7
},
{
"arrival": {
"time": "1777883505",
"uncertainty": 120
},
"departure": {
"time": "1777883522",
"uncertainty": 120
},
"stopId": "0:4VENTS1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777883592",
"uncertainty": 120
},
"departure": {
"time": "1777883612",
"uncertainty": 120
},
"stopId": "0:LAVOIR1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777883667",
"uncertainty": 120
},
"departure": {
"time": "1777883672",
"uncertainty": 120
},
"stopId": "0:EGLISE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777883745",
"uncertainty": 120
},
"departure": {
"time": "1777883762",
"uncertainty": 120
},
"stopId": "0:SLIVIER1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777883822",
"uncertainty": 120
},
"departure": {
"time": "1777883822",
"uncertainty": 120
},
"stopId": "0:BOILVIN1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777883903",
"uncertainty": 120
},
"departure": {
"time": "1777883912",
"uncertainty": 120
},
"stopId": "0:ARENES1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777883972",
"uncertainty": 120
},
"departure": {
"time": "1777883972",
"uncertainty": 120
},
"stopId": "0:LAFAYET1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777884060",
"uncertainty": 120
},
"departure": {
"time": "1777884152",
"uncertainty": 120
},
"stopId": "0:GARGE",
"stopSequence": 15
},
{
"arrival": {
"time": "1777884194",
"uncertainty": 120
},
"departure": {
"time": "1777884212",
"uncertainty": 120
},
"stopId": "0:ROIGE695",
"stopSequence": 16
},
{
"arrival": {
"time": "1777884348",
"uncertainty": 120
},
"departure": {
"time": "1777884422",
"uncertainty": 120
},
"stopId": "0:REPBW",
"stopSequence": 17
},
{
"arrival": {
"time": "1777884534",
"uncertainty": 120
},
"departure": {
"time": "1777884542",
"uncertainty": 120
},
"stopId": "0:VAUTRIN3",
"stopSequence": 18
},
{
"arrival": {
"time": "1777884662",
"uncertainty": 120
},
"departure": {
"time": "1777884662",
"uncertainty": 120
},
"stopId": "0:PREFECT2",
"stopSequence": 19
},
{
"arrival": {
"time": "1777884749",
"uncertainty": 120
},
"departure": {
"time": "1777884782",
"uncertainty": 120
},
"stopId": "0:STGEORG2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777884836",
"uncertainty": 120
},
"departure": {
"time": "1777884842",
"uncertainty": 120
},
"stopId": "0:RIMPORT2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777885013",
"uncertainty": 120
},
"departure": {
"time": "1777885022",
"uncertainty": 120
},
"stopId": "0:PONTIFF2",
"stopSequence": 22
},
{
"arrival": {
"time": "1777885112",
"uncertainty": 120
},
"departure": {
"time": "1777885112",
"uncertainty": 120
},
"stopId": "0:ROCHAMB2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777885201",
"uncertainty": 120
},
"departure": {
"time": "1777885202",
"uncertainty": 120
},
"stopId": "0:BERNANO2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777885309",
"uncertainty": 120
},
"departure": {
"time": "1777885309",
"uncertainty": 120
},
"stopId": "0:DALES2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777885348",
"uncertainty": 120
},
"departure": {
"time": "1777885352",
"uncertainty": 120
},
"stopId": "0:PATROTT2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777885486",
"uncertainty": 120
},
"departure": {
"time": "1777885486",
"uncertainty": 120
},
"stopId": "0:PAQUET2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777885530",
"uncertainty": 120
},
"departure": {
"time": "1777885530",
"uncertainty": 120
},
"stopId": "0:DAGA2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777885582",
"uncertainty": 120
},
"departure": {
"time": "1777885582",
"uncertainty": 120
},
"stopId": "0:4BORNES2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777885652",
"uncertainty": 120
},
"departure": {
"time": "1777885652",
"uncertainty": 120
},
"stopId": "0:MORLOT2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777885692",
"uncertainty": 120
},
"departure": {
"time": "1777885692",
"uncertainty": 120
},
"stopId": "0:COUPILL2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777885745",
"uncertainty": 120
},
"departure": {
"time": "1777885745",
"uncertainty": 120
},
"stopId": "0:RUCHER2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777885801",
"uncertainty": 120
},
"departure": {
"time": "1777885801",
"uncertainty": 120
},
"stopId": "0:ROSEMAR2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777885898",
"uncertainty": 120
},
"departure": {
"time": "1777885898",
"uncertainty": 120
},
"stopId": "0:SAULES2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777885965",
"uncertainty": 120
},
"departure": {
"time": "1777885965",
"uncertainty": 120
},
"stopId": "0:WOIPHOT2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777886056",
"uncertainty": 120
},
"departure": {
"time": "1777886056",
"uncertainty": 120
},
"stopId": "0:WCHATEA2",
"stopSequence": 36
},
{
"arrival": {
"time": "1777886151",
"uncertainty": 120
},
"stopId": "0:LEPATIS1",
"stopSequence": 37
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11976411"
},
"vehicle": {
"id": "2051",
"label": "2051"
}
}
},
{
"id": "1855128",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777888620",
"uncertainty": 120
},
"stopId": "0:COTSE1",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "85",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855128"
}
}
},
{
"id": "1855126",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777885066",
"uncertainty": 120
},
"stopId": "0:COTSE1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777885124",
"uncertainty": 120
},
"departure": {
"time": "1777885124",
"uncertainty": 120
},
"stopId": "0:TIVO1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777885296",
"uncertainty": 120
},
"departure": {
"time": "1777885296",
"uncertainty": 120
},
"stopId": "0:PISCINE1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777885348",
"uncertainty": 120
},
"departure": {
"time": "1777885364",
"uncertainty": 120
},
"stopId": "0:LOTHAIR5",
"stopSequence": 4
},
{
"arrival": {
"time": "1777885424",
"uncertainty": 120
},
"departure": {
"time": "1777885424",
"uncertainty": 120
},
"stopId": "0:PLALBLA1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777885484",
"uncertainty": 120
},
"departure": {
"time": "1777885484",
"uncertainty": 120
},
"stopId": "0:MUSE01",
"stopSequence": 6
},
{
"arrival": {
"time": "1777885553",
"uncertainty": 120
},
"stopId": "0:POMR",
"stopSequence": 7
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "85",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855126"
},
"vehicle": {
"id": "2161",
"label": "2161"
}
}
},
{
"id": "1855127",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777886820",
"uncertainty": 120
},
"stopId": "0:COTSE1",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "85",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855127"
}
}
},
{
"id": "1853424",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777883880",
"uncertainty": 120
},
"stopId": "0:MNVE1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777883949",
"uncertainty": 120
},
"departure": {
"time": "1777883970",
"uncertainty": 120
},
"stopId": "0:HAIEBRU1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777884000",
"uncertainty": 120
},
"departure": {
"time": "1777884000",
"uncertainty": 120
},
"stopId": "0:SERRET1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777884038",
"uncertainty": 120
},
"departure": {
"time": "1777884060",
"uncertainty": 120
},
"stopId": "0:STJEAN01",
"stopSequence": 4
},
{
"arrival": {
"time": "1777884169",
"uncertainty": 120
},
"departure": {
"time": "1777884180",
"uncertainty": 120
},
"stopId": "0:MOULI281",
"stopSequence": 5
},
{
"arrival": {
"time": "1777884254",
"uncertainty": 120
},
"departure": {
"time": "1777884270",
"uncertainty": 120
},
"stopId": "0:LIBERTE1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777884330",
"uncertainty": 120
},
"departure": {
"time": "1777884330",
"uncertainty": 120
},
"stopId": "0:SCYBAS1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777884390",
"uncertainty": 120
},
"departure": {
"time": "1777884390",
"uncertainty": 120
},
"stopId": "0:PRILLE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777884446",
"uncertainty": 120
},
"departure": {
"time": "1777884446",
"uncertainty": 120
},
"stopId": "0:LECLERC1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777884480",
"uncertainty": 120
},
"departure": {
"time": "1777884480",
"uncertainty": 120
},
"stopId": "0:LONGEVI1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777884550",
"uncertainty": 120
},
"departure": {
"time": "1777884550",
"uncertainty": 120
},
"stopId": "0:MIGETTE1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777884601",
"uncertainty": 120
},
"departure": {
"time": "1777884601",
"uncertainty": 120
},
"stopId": "0:CASINO1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777884630",
"uncertainty": 120
},
"departure": {
"time": "1777884630",
"uncertainty": 120
},
"stopId": "0:PONTVER1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777884690",
"uncertainty": 120
},
"departure": {
"time": "1777884690",
"uncertainty": 120
},
"stopId": "0:FOCH1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777884720",
"uncertainty": 120
},
"departure": {
"time": "1777884720",
"uncertainty": 120
},
"stopId": "0:SMARTIN1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777884810",
"uncertainty": 120
},
"departure": {
"time": "1777884810",
"uncertainty": 120
},
"stopId": "0:TIGNO290",
"stopSequence": 16
},
{
"arrival": {
"time": "1777884900",
"uncertainty": 120
},
"departure": {
"time": "1777884900",
"uncertainty": 120
},
"stopId": "0:FMOSELL1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777884991",
"uncertainty": 120
},
"departure": {
"time": "1777885020",
"uncertainty": 120
},
"stopId": "0:LUXE",
"stopSequence": 18
},
{
"arrival": {
"time": "1777885320",
"uncertainty": 120
},
"departure": {
"time": "1777885485",
"uncertainty": 120
},
"stopId": "0:REPPW",
"stopSequence": 19
},
{
"arrival": {
"time": "1777885575",
"uncertainty": 120
},
"departure": {
"time": "1777885575",
"uncertainty": 120
},
"stopId": "0:ROIGE694",
"stopSequence": 20
},
{
"arrival": {
"time": "1777885666",
"uncertainty": 120
},
"departure": {
"time": "1777885666",
"uncertainty": 120
},
"stopId": "0:GARGS",
"stopSequence": 21
},
{
"arrival": {
"time": "1777885775",
"uncertainty": 120
},
"departure": {
"time": "1777885775",
"uncertainty": 120
},
"stopId": "0:POMS",
"stopSequence": 22
},
{
"arrival": {
"time": "1777885863",
"uncertainty": 120
},
"departure": {
"time": "1777885863",
"uncertainty": 120
},
"stopId": "0:DEMBOUR2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777885923",
"uncertainty": 120
},
"departure": {
"time": "1777885923",
"uncertainty": 120
},
"stopId": "0:LEMUD04",
"stopSequence": 24
},
{
"arrival": {
"time": "1777885954",
"uncertainty": 120
},
"departure": {
"time": "1777885954",
"uncertainty": 120
},
"stopId": "0:PIERNE02",
"stopSequence": 25
},
{
"arrival": {
"time": "1777885995",
"uncertainty": 120
},
"departure": {
"time": "1777885995",
"uncertainty": 120
},
"stopId": "0:LOTHAIR2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777886048",
"uncertainty": 120
},
"departure": {
"time": "1777886048",
"uncertainty": 120
},
"stopId": "0:POLY02",
"stopSequence": 27
},
{
"arrival": {
"time": "1777886107",
"uncertainty": 120
},
"departure": {
"time": "1777886107",
"uncertainty": 120
},
"stopId": "0:VANDERN2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777886162",
"uncertainty": 120
},
"departure": {
"time": "1777886162",
"uncertainty": 120
},
"stopId": "0:BOUCHOT2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777886177",
"uncertainty": 120
},
"departure": {
"time": "1777886177",
"uncertainty": 120
},
"stopId": "0:FRECOT2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777886265",
"uncertainty": 120
},
"departure": {
"time": "1777886265",
"uncertainty": 120
},
"stopId": "0:FAUBOUP2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777886354",
"uncertainty": 120
},
"departure": {
"time": "1777886354",
"uncertainty": 120
},
"stopId": "0:STROCH2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777886414",
"uncertainty": 120
},
"departure": {
"time": "1777886414",
"uncertainty": 120
},
"stopId": "0:PTICLOU2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777886483",
"uncertainty": 120
},
"departure": {
"time": "1777886483",
"uncertainty": 120
},
"stopId": "0:ACACIAS2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777886547",
"uncertainty": 120
},
"departure": {
"time": "1777886547",
"uncertainty": 120
},
"stopId": "0:ROSEAUX2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777886611",
"uncertainty": 120
},
"departure": {
"time": "1777886611",
"uncertainty": 120
},
"stopId": "0:VALERIA2",
"stopSequence": 36
},
{
"arrival": {
"time": "1777886695",
"uncertainty": 120
},
"stopId": "0:ARP309",
"stopSequence": 37
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853424"
},
"vehicle": {
"id": "2155",
"label": "2155"
}
}
},
{
"id": "1853425",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777885489",
"uncertainty": 120
},
"stopId": "0:MNVE1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777885634",
"uncertainty": 120
},
"departure": {
"time": "1777885634",
"uncertainty": 120
},
"stopId": "0:HAIEBRU1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777885676",
"uncertainty": 120
},
"departure": {
"time": "1777885676",
"uncertainty": 120
},
"stopId": "0:SERRET1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777885712",
"uncertainty": 120
},
"departure": {
"time": "1777885712",
"uncertainty": 120
},
"stopId": "0:STJEAN01",
"stopSequence": 4
},
{
"arrival": {
"time": "1777885817",
"uncertainty": 120
},
"departure": {
"time": "1777885817",
"uncertainty": 120
},
"stopId": "0:MOULI281",
"stopSequence": 5
},
{
"arrival": {
"time": "1777885885",
"uncertainty": 120
},
"departure": {
"time": "1777885885",
"uncertainty": 120
},
"stopId": "0:LIBERTE1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777885946",
"uncertainty": 120
},
"departure": {
"time": "1777885946",
"uncertainty": 120
},
"stopId": "0:SCYBAS1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777886004",
"uncertainty": 120
},
"departure": {
"time": "1777886004",
"uncertainty": 120
},
"stopId": "0:PRILLE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777886045",
"uncertainty": 120
},
"departure": {
"time": "1777886045",
"uncertainty": 120
},
"stopId": "0:LECLERC1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777886083",
"uncertainty": 120
},
"departure": {
"time": "1777886083",
"uncertainty": 120
},
"stopId": "0:LONGEVI1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777886159",
"uncertainty": 120
},
"departure": {
"time": "1777886159",
"uncertainty": 120
},
"stopId": "0:MIGETTE1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777886212",
"uncertainty": 120
},
"departure": {
"time": "1777886212",
"uncertainty": 120
},
"stopId": "0:CASINO1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777886250",
"uncertainty": 120
},
"departure": {
"time": "1777886250",
"uncertainty": 120
},
"stopId": "0:PONTVER1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777886312",
"uncertainty": 120
},
"departure": {
"time": "1777886312",
"uncertainty": 120
},
"stopId": "0:FOCH1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777886344",
"uncertainty": 120
},
"departure": {
"time": "1777886344",
"uncertainty": 120
},
"stopId": "0:SMARTIN1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777886451",
"uncertainty": 120
},
"departure": {
"time": "1777886451",
"uncertainty": 120
},
"stopId": "0:TIGNO290",
"stopSequence": 16
},
{
"arrival": {
"time": "1777886544",
"uncertainty": 120
},
"departure": {
"time": "1777886544",
"uncertainty": 120
},
"stopId": "0:FMOSELL1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777886608",
"uncertainty": 120
},
"departure": {
"time": "1777886608",
"uncertainty": 120
},
"stopId": "0:LUXE",
"stopSequence": 18
},
{
"arrival": {
"time": "1777886898",
"uncertainty": 120
},
"departure": {
"time": "1777887060",
"uncertainty": 120
},
"stopId": "0:REPPW",
"stopSequence": 19
},
{
"arrival": {
"time": "1777887252",
"uncertainty": 120
},
"departure": {
"time": "1777887252",
"uncertainty": 120
},
"stopId": "0:ROIGE694",
"stopSequence": 20
},
{
"arrival": {
"time": "1777887360",
"uncertainty": 120
},
"departure": {
"time": "1777887360",
"uncertainty": 120
},
"stopId": "0:GARGS",
"stopSequence": 21
},
{
"arrival": {
"time": "1777887481",
"uncertainty": 120
},
"departure": {
"time": "1777887481",
"uncertainty": 120
},
"stopId": "0:POMS",
"stopSequence": 22
},
{
"arrival": {
"time": "1777887554",
"uncertainty": 120
},
"departure": {
"time": "1777887554",
"uncertainty": 120
},
"stopId": "0:DEMBOUR2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777887611",
"uncertainty": 120
},
"departure": {
"time": "1777887611",
"uncertainty": 120
},
"stopId": "0:LEMUD04",
"stopSequence": 24
},
{
"arrival": {
"time": "1777887651",
"uncertainty": 120
},
"departure": {
"time": "1777887651",
"uncertainty": 120
},
"stopId": "0:PIERNE02",
"stopSequence": 25
},
{
"arrival": {
"time": "1777887725",
"uncertainty": 120
},
"departure": {
"time": "1777887725",
"uncertainty": 120
},
"stopId": "0:LOTHAIR2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777887779",
"uncertainty": 120
},
"departure": {
"time": "1777887779",
"uncertainty": 120
},
"stopId": "0:POLY02",
"stopSequence": 27
},
{
"arrival": {
"time": "1777887825",
"uncertainty": 120
},
"departure": {
"time": "1777887825",
"uncertainty": 120
},
"stopId": "0:VANDERN2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777887900",
"uncertainty": 120
},
"departure": {
"time": "1777887900",
"uncertainty": 120
},
"stopId": "0:BOUCHOT2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777887915",
"uncertainty": 120
},
"departure": {
"time": "1777887915",
"uncertainty": 120
},
"stopId": "0:FRECOT2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777887994",
"uncertainty": 120
},
"departure": {
"time": "1777887994",
"uncertainty": 120
},
"stopId": "0:FAUBOUP2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777888080",
"uncertainty": 120
},
"departure": {
"time": "1777888080",
"uncertainty": 120
},
"stopId": "0:STROCH2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777888140",
"uncertainty": 120
},
"departure": {
"time": "1777888140",
"uncertainty": 120
},
"stopId": "0:PTICLOU2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777888210",
"uncertainty": 120
},
"departure": {
"time": "1777888210",
"uncertainty": 120
},
"stopId": "0:ACACIAS2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777888292",
"uncertainty": 120
},
"departure": {
"time": "1777888292",
"uncertainty": 120
},
"stopId": "0:ROSEAUX2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777888356",
"uncertainty": 120
},
"departure": {
"time": "1777888356",
"uncertainty": 120
},
"stopId": "0:VALERIA2",
"stopSequence": 36
},
{
"arrival": {
"time": "1777888440",
"uncertainty": 120
},
"stopId": "0:ARP309",
"stopSequence": 37
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853425"
},
"vehicle": {
"id": "2053",
"label": "2053"
}
}
},
{
"id": "1855153",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777886220",
"uncertainty": 120
},
"stopId": "0:POMR",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "85",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855153"
}
}
},
{
"id": "1976902",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777888200",
"uncertainty": 120
},
"stopId": "0:CUGNOT1",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "15",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11976902"
}
}
},
{
"id": "1853426",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777887180",
"uncertainty": 120
},
"stopId": "0:MNVE1",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853426"
}
}
},
{
"id": "1855154",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777888020",
"uncertainty": 120
},
"stopId": "0:POMR",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "85",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855154"
}
}
},
{
"id": "1853427",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777888860",
"uncertainty": 120
},
"stopId": "0:MNVE1",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853427"
}
}
},
{
"id": "1976901",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777885489",
"uncertainty": 120
},
"stopId": "0:CUGNOT1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777885612",
"uncertainty": 120
},
"departure": {
"time": "1777885612",
"uncertainty": 120
},
"stopId": "0:SABLIER1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777885787",
"uncertainty": 120
},
"departure": {
"time": "1777885787",
"uncertainty": 120
},
"stopId": "0:COLSON1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777885836",
"uncertainty": 120
},
"departure": {
"time": "1777885836",
"uncertainty": 120
},
"stopId": "0:JERUSAL1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777886008",
"uncertainty": 120
},
"departure": {
"time": "1777886008",
"uncertainty": 120
},
"stopId": "0:SUGNON2",
"stopSequence": 5
},
{
"arrival": {
"time": "1777886151",
"uncertainty": 120
},
"departure": {
"time": "1777886151",
"uncertainty": 120
},
"stopId": "0:STANDRE1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777886220",
"uncertainty": 120
},
"departure": {
"time": "1777886220",
"uncertainty": 120
},
"stopId": "0:SEMINAI1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777886277",
"uncertainty": 120
},
"departure": {
"time": "1777886277",
"uncertainty": 120
},
"stopId": "0:LOGES2",
"stopSequence": 8
},
{
"arrival": {
"time": "1777886339",
"uncertainty": 120
},
"departure": {
"time": "1777886339",
"uncertainty": 120
},
"stopId": "0:SCHAFF02",
"stopSequence": 9
},
{
"arrival": {
"time": "1777886439",
"uncertainty": 120
},
"departure": {
"time": "1777886439",
"uncertainty": 120
},
"stopId": "0:NATION1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777886499",
"uncertainty": 120
},
"departure": {
"time": "1777886499",
"uncertainty": 120
},
"stopId": "0:MEURISS2",
"stopSequence": 11
},
{
"arrival": {
"time": "1777886567",
"uncertainty": 120
},
"departure": {
"time": "1777886567",
"uncertainty": 120
},
"stopId": "0:COUVENT2",
"stopSequence": 12
},
{
"arrival": {
"time": "1777886746",
"uncertainty": 120
},
"departure": {
"time": "1777886746",
"uncertainty": 120
},
"stopId": "0:VACQUI01",
"stopSequence": 13
},
{
"arrival": {
"time": "1777886859",
"uncertainty": 120
},
"departure": {
"time": "1777886859",
"uncertainty": 120
},
"stopId": "0:CANAL101",
"stopSequence": 14
},
{
"arrival": {
"time": "1777887080",
"uncertainty": 120
},
"departure": {
"time": "1777887080",
"uncertainty": 120
},
"stopId": "0:POINCAR2",
"stopSequence": 15
},
{
"arrival": {
"time": "1777887219",
"uncertainty": 120
},
"departure": {
"time": "1777887219",
"uncertainty": 120
},
"stopId": "0:LUXS",
"stopSequence": 16
},
{
"arrival": {
"time": "1777887283",
"uncertainty": 120
},
"departure": {
"time": "1777887283",
"uncertainty": 120
},
"stopId": "0:FMOSELL2",
"stopSequence": 17
},
{
"arrival": {
"time": "1777887398",
"uncertainty": 120
},
"departure": {
"time": "1777887398",
"uncertainty": 120
},
"stopId": "0:TIGNO395",
"stopSequence": 18
},
{
"arrival": {
"time": "1777887432",
"uncertainty": 120
},
"departure": {
"time": "1777887432",
"uncertainty": 120
},
"stopId": "0:COLIBRI2",
"stopSequence": 19
},
{
"arrival": {
"time": "1777887466",
"uncertainty": 120
},
"departure": {
"time": "1777887466",
"uncertainty": 120
},
"stopId": "0:LEMOYNE2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777887523",
"uncertainty": 120
},
"departure": {
"time": "1777887523",
"uncertainty": 120
},
"stopId": "0:NJUNG2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777887569",
"uncertainty": 120
},
"departure": {
"time": "1777887569",
"uncertainty": 120
},
"stopId": "0:BUCHOZ2",
"stopSequence": 22
},
{
"arrival": {
"time": "1777887624",
"uncertainty": 120
},
"departure": {
"time": "1777887624",
"uncertainty": 120
},
"stopId": "0:BUTTE2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777887662",
"uncertainty": 120
},
"departure": {
"time": "1777887662",
"uncertainty": 120
},
"stopId": "0:MIRABEL2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777887688",
"uncertainty": 120
},
"departure": {
"time": "1777887688",
"uncertainty": 120
},
"stopId": "0:VIGNES2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777887770",
"uncertainty": 120
},
"departure": {
"time": "1777887770",
"uncertainty": 120
},
"stopId": "0:FELIX320",
"stopSequence": 26
},
{
"arrival": {
"time": "1777887824",
"uncertainty": 120
},
"departure": {
"time": "1777887824",
"uncertainty": 120
},
"stopId": "0:BRION2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777887901",
"uncertainty": 120
},
"departure": {
"time": "1777887901",
"uncertainty": 120
},
"stopId": "0:STADE2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777888020",
"uncertainty": 120
},
"departure": {
"time": "1777888020",
"uncertainty": 120
},
"stopId": "0:CROIXDO2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777888070",
"uncertainty": 120
},
"stopId": "0:PLAPEVI1",
"stopSequence": 30
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "15",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11976901"
},
"vehicle": {
"id": "832",
"label": "832"
}
}
},
{
"id": "1976420",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777888260",
"uncertainty": 120
},
"stopId": "0:COSTEBE4",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11976420"
}
}
},
{
"id": "1976421",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777888860",
"uncertainty": 120
},
"stopId": "0:COSTEBE4",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11976421"
}
}
},
{
"id": "1976418",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777887060",
"uncertainty": 120
},
"stopId": "0:COSTEBE4",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11976418"
}
}
},
{
"id": "1853468",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777888020",
"uncertainty": 120
},
"stopId": "0:MNVE1",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853468"
}
}
},
{
"id": "1976419",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777887660",
"uncertainty": 120
},
"stopId": "0:COSTEBE4",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11976419"
}
}
},
{
"id": "1976416",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777885860",
"uncertainty": 120
},
"stopId": "0:COSTEBE4",
"stopSequence": 1
},
{
"arrival": {
"time": "1777885988",
"uncertainty": 120
},
"departure": {
"time": "1777885988",
"uncertainty": 120
},
"stopId": "0:MTPRIVA3",
"stopSequence": 2
},
{
"arrival": {
"time": "1777886029",
"uncertainty": 120
},
"departure": {
"time": "1777886029",
"uncertainty": 120
},
"stopId": "0:VOLONTA1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777886105",
"uncertainty": 120
},
"departure": {
"time": "1777886105",
"uncertainty": 120
},
"stopId": "0:MARGUER1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777886196",
"uncertainty": 120
},
"departure": {
"time": "1777886196",
"uncertainty": 120
},
"stopId": "0:VACONS1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777886319",
"uncertainty": 120
},
"departure": {
"time": "1777886319",
"uncertainty": 120
},
"stopId": "0:CHOCOL01",
"stopSequence": 6
},
{
"arrival": {
"time": "1777886369",
"uncertainty": 120
},
"departure": {
"time": "1777886369",
"uncertainty": 120
},
"stopId": "0:QUINT01",
"stopSequence": 7
},
{
"arrival": {
"time": "1777886462",
"uncertainty": 120
},
"departure": {
"time": "1777886462",
"uncertainty": 120
},
"stopId": "0:4VENTS1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777886537",
"uncertainty": 120
},
"departure": {
"time": "1777886537",
"uncertainty": 120
},
"stopId": "0:LAVOIR1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777886572",
"uncertainty": 120
},
"departure": {
"time": "1777886572",
"uncertainty": 120
},
"stopId": "0:EGLISE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777886649",
"uncertainty": 120
},
"departure": {
"time": "1777886649",
"uncertainty": 120
},
"stopId": "0:SLIVIER1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777886740",
"uncertainty": 120
},
"departure": {
"time": "1777886740",
"uncertainty": 120
},
"stopId": "0:BOILVIN1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777886821",
"uncertainty": 120
},
"departure": {
"time": "1777886821",
"uncertainty": 120
},
"stopId": "0:ARENES1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777886924",
"uncertainty": 120
},
"departure": {
"time": "1777886924",
"uncertainty": 120
},
"stopId": "0:LAFAYET1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777887005",
"uncertainty": 120
},
"departure": {
"time": "1777887005",
"uncertainty": 120
},
"stopId": "0:GARGE",
"stopSequence": 15
},
{
"arrival": {
"time": "1777887073",
"uncertainty": 120
},
"departure": {
"time": "1777887073",
"uncertainty": 120
},
"stopId": "0:ROIGE695",
"stopSequence": 16
},
{
"arrival": {
"time": "1777887229",
"uncertainty": 120
},
"departure": {
"time": "1777887480",
"uncertainty": 120
},
"stopId": "0:REPBW",
"stopSequence": 17
},
{
"arrival": {
"time": "1777887633",
"uncertainty": 120
},
"departure": {
"time": "1777887633",
"uncertainty": 120
},
"stopId": "0:VAUTRIN3",
"stopSequence": 18
},
{
"arrival": {
"time": "1777887780",
"uncertainty": 120
},
"departure": {
"time": "1777887780",
"uncertainty": 120
},
"stopId": "0:PREFECT2",
"stopSequence": 19
},
{
"arrival": {
"time": "1777887846",
"uncertainty": 120
},
"departure": {
"time": "1777887846",
"uncertainty": 120
},
"stopId": "0:STGEORG2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777887920",
"uncertainty": 120
},
"departure": {
"time": "1777887920",
"uncertainty": 120
},
"stopId": "0:RIMPORT2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777888080",
"uncertainty": 120
},
"departure": {
"time": "1777888080",
"uncertainty": 120
},
"stopId": "0:PONTIFF2",
"stopSequence": 22
},
{
"arrival": {
"time": "1777888161",
"uncertainty": 120
},
"departure": {
"time": "1777888161",
"uncertainty": 120
},
"stopId": "0:ROCHAMB2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777888271",
"uncertainty": 120
},
"departure": {
"time": "1777888271",
"uncertainty": 120
},
"stopId": "0:BERNANO2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777888328",
"uncertainty": 120
},
"departure": {
"time": "1777888328",
"uncertainty": 120
},
"stopId": "0:DALES2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777888380",
"uncertainty": 120
},
"departure": {
"time": "1777888380",
"uncertainty": 120
},
"stopId": "0:PATROTT2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777888493",
"uncertainty": 120
},
"departure": {
"time": "1777888493",
"uncertainty": 120
},
"stopId": "0:PAQUET2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777888528",
"uncertainty": 120
},
"departure": {
"time": "1777888528",
"uncertainty": 120
},
"stopId": "0:DAGA2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777888610",
"uncertainty": 120
},
"departure": {
"time": "1777888610",
"uncertainty": 120
},
"stopId": "0:4BORNES2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777888695",
"uncertainty": 120
},
"departure": {
"time": "1777888695",
"uncertainty": 120
},
"stopId": "0:MORLOT2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777888740",
"uncertainty": 120
},
"departure": {
"time": "1777888740",
"uncertainty": 120
},
"stopId": "0:COUPILL2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777888820",
"uncertainty": 120
},
"departure": {
"time": "1777888820",
"uncertainty": 120
},
"stopId": "0:RUCHER2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777888876",
"uncertainty": 120
},
"departure": {
"time": "1777888876",
"uncertainty": 120
},
"stopId": "0:ROSEMAR2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777888959",
"uncertainty": 120
},
"departure": {
"time": "1777888959",
"uncertainty": 120
},
"stopId": "0:SAULES2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777889050",
"uncertainty": 120
},
"departure": {
"time": "1777889050",
"uncertainty": 120
},
"stopId": "0:WOIPHOT2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777889145",
"uncertainty": 120
},
"departure": {
"time": "1777889145",
"uncertainty": 120
},
"stopId": "0:WCHATEA2",
"stopSequence": 36
},
{
"arrival": {
"time": "1777889280",
"uncertainty": 120
},
"stopId": "0:LEPATIS1",
"stopSequence": 37
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11976416"
}
}
},
{
"id": "1976417",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777886460",
"uncertainty": 120
},
"stopId": "0:COSTEBE4",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11976417"
}
}
},
{
"id": "1853465",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777883071",
"uncertainty": 120
},
"stopId": "0:MNVE1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777883130",
"uncertainty": 120
},
"departure": {
"time": "1777883131",
"uncertainty": 120
},
"stopId": "0:HAIEBRU1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777883188",
"uncertainty": 120
},
"departure": {
"time": "1777883188",
"uncertainty": 120
},
"stopId": "0:SERRET1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777883211",
"uncertainty": 120
},
"departure": {
"time": "1777883221",
"uncertainty": 120
},
"stopId": "0:STJEAN01",
"stopSequence": 4
},
{
"arrival": {
"time": "1777883349",
"uncertainty": 120
},
"departure": {
"time": "1777883371",
"uncertainty": 120
},
"stopId": "0:MOULI281",
"stopSequence": 5
},
{
"arrival": {
"time": "1777883431",
"uncertainty": 120
},
"departure": {
"time": "1777883431",
"uncertainty": 120
},
"stopId": "0:LIBERTE1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777883511",
"uncertainty": 120
},
"departure": {
"time": "1777883521",
"uncertainty": 120
},
"stopId": "0:SCYBAS1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777883570",
"uncertainty": 120
},
"departure": {
"time": "1777883581",
"uncertainty": 120
},
"stopId": "0:PRILLE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777883641",
"uncertainty": 120
},
"departure": {
"time": "1777883641",
"uncertainty": 120
},
"stopId": "0:LECLERC1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777883671",
"uncertainty": 120
},
"departure": {
"time": "1777883671",
"uncertainty": 120
},
"stopId": "0:LONGEVI1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777883714",
"uncertainty": 120
},
"departure": {
"time": "1777883761",
"uncertainty": 120
},
"stopId": "0:MIGETTE1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777883799",
"uncertainty": 120
},
"departure": {
"time": "1777883799",
"uncertainty": 120
},
"stopId": "0:CASINO1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777883851",
"uncertainty": 120
},
"departure": {
"time": "1777883851",
"uncertainty": 120
},
"stopId": "0:PONTVER1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777883950",
"uncertainty": 120
},
"departure": {
"time": "1777883950",
"uncertainty": 120
},
"stopId": "0:FOCH1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777883993",
"uncertainty": 120
},
"departure": {
"time": "1777884001",
"uncertainty": 120
},
"stopId": "0:SMARTIN1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777884103",
"uncertainty": 120
},
"departure": {
"time": "1777884121",
"uncertainty": 120
},
"stopId": "0:TIGNO290",
"stopSequence": 16
},
{
"arrival": {
"time": "1777884205",
"uncertainty": 120
},
"departure": {
"time": "1777884211",
"uncertainty": 120
},
"stopId": "0:FMOSELL1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777884271",
"uncertainty": 120
},
"departure": {
"time": "1777884301",
"uncertainty": 120
},
"stopId": "0:LUXE",
"stopSequence": 18
},
{
"arrival": {
"time": "1777884601",
"uncertainty": 120
},
"departure": {
"time": "1777884661",
"uncertainty": 120
},
"stopId": "0:REPPW",
"stopSequence": 19
},
{
"arrival": {
"time": "1777884741",
"uncertainty": 120
},
"departure": {
"time": "1777884751",
"uncertainty": 120
},
"stopId": "0:ROIGE694",
"stopSequence": 20
},
{
"arrival": {
"time": "1777884840",
"uncertainty": 120
},
"departure": {
"time": "1777884871",
"uncertainty": 120
},
"stopId": "0:GARGS",
"stopSequence": 21
},
{
"arrival": {
"time": "1777884979",
"uncertainty": 120
},
"departure": {
"time": "1777885021",
"uncertainty": 120
},
"stopId": "0:POMS",
"stopSequence": 22
},
{
"arrival": {
"time": "1777885111",
"uncertainty": 120
},
"departure": {
"time": "1777885111",
"uncertainty": 120
},
"stopId": "0:DEMBOUR2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777885171",
"uncertainty": 120
},
"departure": {
"time": "1777885171",
"uncertainty": 120
},
"stopId": "0:LEMUD04",
"stopSequence": 24
},
{
"arrival": {
"time": "1777885201",
"uncertainty": 120
},
"departure": {
"time": "1777885201",
"uncertainty": 120
},
"stopId": "0:PIERNE02",
"stopSequence": 25
},
{
"arrival": {
"time": "1777885238",
"uncertainty": 120
},
"departure": {
"time": "1777885238",
"uncertainty": 120
},
"stopId": "0:LOTHAIR2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777885291",
"uncertainty": 120
},
"departure": {
"time": "1777885291",
"uncertainty": 120
},
"stopId": "0:POLY02",
"stopSequence": 27
},
{
"arrival": {
"time": "1777885351",
"uncertainty": 120
},
"departure": {
"time": "1777885351",
"uncertainty": 120
},
"stopId": "0:VANDERN2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777885404",
"uncertainty": 120
},
"departure": {
"time": "1777885411",
"uncertainty": 120
},
"stopId": "0:BOUCHOT2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777885426",
"uncertainty": 120
},
"departure": {
"time": "1777885441",
"uncertainty": 120
},
"stopId": "0:FRECOT2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777885553",
"uncertainty": 120
},
"departure": {
"time": "1777885553",
"uncertainty": 120
},
"stopId": "0:FAUBOUP2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777885618",
"uncertainty": 120
},
"departure": {
"time": "1777885618",
"uncertainty": 120
},
"stopId": "0:PLATEAU2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777885655",
"uncertainty": 120
},
"departure": {
"time": "1777885655",
"uncertainty": 120
},
"stopId": "0:APREMON2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777885695",
"uncertainty": 120
},
"departure": {
"time": "1777885695",
"uncertainty": 120
},
"stopId": "0:PLAINE2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777885732",
"uncertainty": 120
},
"departure": {
"time": "1777885732",
"uncertainty": 120
},
"stopId": "0:ROOSEVE2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777885779",
"uncertainty": 120
},
"departure": {
"time": "1777885779",
"uncertainty": 120
},
"stopId": "0:MAGNYBO2",
"stopSequence": 36
},
{
"arrival": {
"time": "1777885835",
"uncertainty": 120
},
"departure": {
"time": "1777885835",
"uncertainty": 120
},
"stopId": "0:OBELLI02",
"stopSequence": 37
},
{
"arrival": {
"time": "1777885873",
"uncertainty": 120
},
"departure": {
"time": "1777885873",
"uncertainty": 120
},
"stopId": "0:ARMOISI2",
"stopSequence": 38
},
{
"arrival": {
"time": "1777885933",
"uncertainty": 120
},
"departure": {
"time": "1777885933",
"uncertainty": 120
},
"stopId": "0:BEAUSOL2",
"stopSequence": 39
},
{
"arrival": {
"time": "1777886026",
"uncertainty": 120
},
"departure": {
"time": "1777886026",
"uncertainty": 120
},
"stopId": "0:HTMAGNY2",
"stopSequence": 40
},
{
"arrival": {
"time": "1777886065",
"uncertainty": 120
},
"stopId": "0:ABS591",
"stopSequence": 41
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853465"
},
"vehicle": {
"id": "543",
"label": "543"
}
}
},
{
"id": "1853466",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777884781",
"uncertainty": 120
},
"stopId": "0:MNVE1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777884849",
"uncertainty": 120
},
"departure": {
"time": "1777884849",
"uncertainty": 120
},
"stopId": "0:HAIEBRU1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777884892",
"uncertainty": 120
},
"departure": {
"time": "1777884892",
"uncertainty": 120
},
"stopId": "0:SERRET1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777884922",
"uncertainty": 120
},
"departure": {
"time": "1777884931",
"uncertainty": 120
},
"stopId": "0:STJEAN01",
"stopSequence": 4
},
{
"arrival": {
"time": "1777885036",
"uncertainty": 120
},
"departure": {
"time": "1777885051",
"uncertainty": 120
},
"stopId": "0:MOULI281",
"stopSequence": 5
},
{
"arrival": {
"time": "1777885121",
"uncertainty": 120
},
"departure": {
"time": "1777885121",
"uncertainty": 120
},
"stopId": "0:LIBERTE1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777885182",
"uncertainty": 120
},
"departure": {
"time": "1777885201",
"uncertainty": 120
},
"stopId": "0:SCYBAS1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777885261",
"uncertainty": 120
},
"departure": {
"time": "1777885261",
"uncertainty": 120
},
"stopId": "0:PRILLE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777885301",
"uncertainty": 120
},
"departure": {
"time": "1777885321",
"uncertainty": 120
},
"stopId": "0:LECLERC1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777885359",
"uncertainty": 120
},
"departure": {
"time": "1777885359",
"uncertainty": 120
},
"stopId": "0:LONGEVI1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777885435",
"uncertainty": 120
},
"departure": {
"time": "1777885435",
"uncertainty": 120
},
"stopId": "0:MIGETTE1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777885462",
"uncertainty": 120
},
"departure": {
"time": "1777885462",
"uncertainty": 120
},
"stopId": "0:CASINO1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777885482",
"uncertainty": 120
},
"departure": {
"time": "1777885482",
"uncertainty": 120
},
"stopId": "0:PONTVER1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777885543",
"uncertainty": 120
},
"departure": {
"time": "1777885543",
"uncertainty": 120
},
"stopId": "0:FOCH1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777885574",
"uncertainty": 120
},
"departure": {
"time": "1777885574",
"uncertainty": 120
},
"stopId": "0:SMARTIN1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777885669",
"uncertainty": 120
},
"departure": {
"time": "1777885669",
"uncertainty": 120
},
"stopId": "0:TIGNO290",
"stopSequence": 16
},
{
"arrival": {
"time": "1777885760",
"uncertainty": 120
},
"departure": {
"time": "1777885760",
"uncertainty": 120
},
"stopId": "0:FMOSELL1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777885823",
"uncertainty": 120
},
"departure": {
"time": "1777885823",
"uncertainty": 120
},
"stopId": "0:LUXE",
"stopSequence": 18
},
{
"arrival": {
"time": "1777886119",
"uncertainty": 120
},
"departure": {
"time": "1777886119",
"uncertainty": 120
},
"stopId": "0:REPPW",
"stopSequence": 19
},
{
"arrival": {
"time": "1777886216",
"uncertainty": 120
},
"departure": {
"time": "1777886216",
"uncertainty": 120
},
"stopId": "0:ROIGE694",
"stopSequence": 20
},
{
"arrival": {
"time": "1777886307",
"uncertainty": 120
},
"departure": {
"time": "1777886307",
"uncertainty": 120
},
"stopId": "0:GARGS",
"stopSequence": 21
},
{
"arrival": {
"time": "1777886417",
"uncertainty": 120
},
"departure": {
"time": "1777886417",
"uncertainty": 120
},
"stopId": "0:POMS",
"stopSequence": 22
},
{
"arrival": {
"time": "1777886504",
"uncertainty": 120
},
"departure": {
"time": "1777886504",
"uncertainty": 120
},
"stopId": "0:DEMBOUR2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777886564",
"uncertainty": 120
},
"departure": {
"time": "1777886564",
"uncertainty": 120
},
"stopId": "0:LEMUD04",
"stopSequence": 24
},
{
"arrival": {
"time": "1777886596",
"uncertainty": 120
},
"departure": {
"time": "1777886596",
"uncertainty": 120
},
"stopId": "0:PIERNE02",
"stopSequence": 25
},
{
"arrival": {
"time": "1777886639",
"uncertainty": 120
},
"departure": {
"time": "1777886639",
"uncertainty": 120
},
"stopId": "0:LOTHAIR2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777886692",
"uncertainty": 120
},
"departure": {
"time": "1777886692",
"uncertainty": 120
},
"stopId": "0:POLY02",
"stopSequence": 27
},
{
"arrival": {
"time": "1777886750",
"uncertainty": 120
},
"departure": {
"time": "1777886750",
"uncertainty": 120
},
"stopId": "0:VANDERN2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777886807",
"uncertainty": 120
},
"departure": {
"time": "1777886807",
"uncertainty": 120
},
"stopId": "0:BOUCHOT2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777886823",
"uncertainty": 120
},
"departure": {
"time": "1777886823",
"uncertainty": 120
},
"stopId": "0:FRECOT2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777886928",
"uncertainty": 120
},
"departure": {
"time": "1777886928",
"uncertainty": 120
},
"stopId": "0:FAUBOUP2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777887000",
"uncertainty": 120
},
"departure": {
"time": "1777887000",
"uncertainty": 120
},
"stopId": "0:PLATEAU2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777887028",
"uncertainty": 120
},
"departure": {
"time": "1777887028",
"uncertainty": 120
},
"stopId": "0:APREMON2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777887083",
"uncertainty": 120
},
"departure": {
"time": "1777887083",
"uncertainty": 120
},
"stopId": "0:PLAINE2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777887142",
"uncertainty": 120
},
"departure": {
"time": "1777887142",
"uncertainty": 120
},
"stopId": "0:ROOSEVE2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777887196",
"uncertainty": 120
},
"departure": {
"time": "1777887196",
"uncertainty": 120
},
"stopId": "0:MAGNYBO2",
"stopSequence": 36
},
{
"arrival": {
"time": "1777887245",
"uncertainty": 120
},
"departure": {
"time": "1777887245",
"uncertainty": 120
},
"stopId": "0:OBELLI02",
"stopSequence": 37
},
{
"arrival": {
"time": "1777887294",
"uncertainty": 120
},
"departure": {
"time": "1777887294",
"uncertainty": 120
},
"stopId": "0:ARMOISI2",
"stopSequence": 38
},
{
"arrival": {
"time": "1777887365",
"uncertainty": 120
},
"departure": {
"time": "1777887365",
"uncertainty": 120
},
"stopId": "0:BEAUSOL2",
"stopSequence": 39
},
{
"arrival": {
"time": "1777887451",
"uncertainty": 120
},
"departure": {
"time": "1777887451",
"uncertainty": 120
},
"stopId": "0:HTMAGNY2",
"stopSequence": 40
},
{
"arrival": {
"time": "1777887511",
"uncertainty": 120
},
"stopId": "0:ABS591",
"stopSequence": 41
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853466"
},
"vehicle": {
"id": "2146",
"label": "2146"
}
}
},
{
"id": "1853467",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777886340",
"uncertainty": 120
},
"stopId": "0:MNVE1",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853467"
}
}
},
{
"id": "1855195",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777886100",
"uncertainty": 120
},
"stopId": "0:JUSSYSR1",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "86",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855195"
}
}
},
{
"id": "1855188",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777885920",
"uncertainty": 120
},
"stopId": "0:MNVE2",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "86",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855188"
}
}
},
{
"id": "1976510",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777885489",
"uncertainty": 120
},
"stopId": "0:LEPATIS1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777885555",
"uncertainty": 120
},
"departure": {
"time": "1777885555",
"uncertainty": 120
},
"stopId": "0:JLAURAI1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777885613",
"uncertainty": 120
},
"departure": {
"time": "1777885613",
"uncertainty": 120
},
"stopId": "0:WCHATEA1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777885682",
"uncertainty": 120
},
"departure": {
"time": "1777885682",
"uncertainty": 120
},
"stopId": "0:WOIPHOT1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777885753",
"uncertainty": 120
},
"departure": {
"time": "1777885753",
"uncertainty": 120
},
"stopId": "0:SAULES1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777885860",
"uncertainty": 120
},
"departure": {
"time": "1777885860",
"uncertainty": 120
},
"stopId": "0:ROSEMAR1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777885901",
"uncertainty": 120
},
"departure": {
"time": "1777885901",
"uncertainty": 120
},
"stopId": "0:RUCHER1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777885968",
"uncertainty": 120
},
"departure": {
"time": "1777885968",
"uncertainty": 120
},
"stopId": "0:COUPILL1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777886032",
"uncertainty": 120
},
"departure": {
"time": "1777886032",
"uncertainty": 120
},
"stopId": "0:MORLOT1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777886094",
"uncertainty": 120
},
"departure": {
"time": "1777886094",
"uncertainty": 120
},
"stopId": "0:4BORNES1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777886136",
"uncertainty": 120
},
"departure": {
"time": "1777886136",
"uncertainty": 120
},
"stopId": "0:DAGA1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777886167",
"uncertainty": 120
},
"departure": {
"time": "1777886167",
"uncertainty": 120
},
"stopId": "0:PAQUET1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777886287",
"uncertainty": 120
},
"departure": {
"time": "1777886287",
"uncertainty": 120
},
"stopId": "0:PATROTT1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777886376",
"uncertainty": 120
},
"departure": {
"time": "1777886376",
"uncertainty": 120
},
"stopId": "0:DALES1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777886436",
"uncertainty": 120
},
"departure": {
"time": "1777886436",
"uncertainty": 120
},
"stopId": "0:BERNANO1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777886545",
"uncertainty": 120
},
"departure": {
"time": "1777886545",
"uncertainty": 120
},
"stopId": "0:ROCHAMB1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777886639",
"uncertainty": 120
},
"departure": {
"time": "1777886639",
"uncertainty": 120
},
"stopId": "0:PONTIFF1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777886765",
"uncertainty": 120
},
"departure": {
"time": "1777886765",
"uncertainty": 120
},
"stopId": "0:RIMPORT1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777886837",
"uncertainty": 120
},
"departure": {
"time": "1777886837",
"uncertainty": 120
},
"stopId": "0:STGEORG1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777886908",
"uncertainty": 120
},
"departure": {
"time": "1777886908",
"uncertainty": 120
},
"stopId": "0:PREFECT3",
"stopSequence": 20
},
{
"arrival": {
"time": "1777887069",
"uncertainty": 120
},
"departure": {
"time": "1777887069",
"uncertainty": 120
},
"stopId": "0:LUX03",
"stopSequence": 21
},
{
"arrival": {
"time": "1777887326",
"uncertainty": 120
},
"departure": {
"time": "1777887326",
"uncertainty": 120
},
"stopId": "0:REPPW",
"stopSequence": 22
},
{
"arrival": {
"time": "1777887497",
"uncertainty": 120
},
"departure": {
"time": "1777887497",
"uncertainty": 120
},
"stopId": "0:ROIGE694",
"stopSequence": 23
},
{
"arrival": {
"time": "1777887593",
"uncertainty": 120
},
"departure": {
"time": "1777887593",
"uncertainty": 120
},
"stopId": "0:GARGS",
"stopSequence": 24
},
{
"arrival": {
"time": "1777887686",
"uncertainty": 120
},
"departure": {
"time": "1777887686",
"uncertainty": 120
},
"stopId": "0:LAFAYET2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777887769",
"uncertainty": 120
},
"departure": {
"time": "1777887769",
"uncertainty": 120
},
"stopId": "0:ARENES2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777887842",
"uncertainty": 120
},
"departure": {
"time": "1777887842",
"uncertainty": 120
},
"stopId": "0:BOILVIN2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777887918",
"uncertainty": 120
},
"departure": {
"time": "1777887918",
"uncertainty": 120
},
"stopId": "0:SLIVIER2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777888013",
"uncertainty": 120
},
"departure": {
"time": "1777888013",
"uncertainty": 120
},
"stopId": "0:EGLISE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777888068",
"uncertainty": 120
},
"departure": {
"time": "1777888068",
"uncertainty": 120
},
"stopId": "0:LAVOIR2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777888133",
"uncertainty": 120
},
"departure": {
"time": "1777888133",
"uncertainty": 120
},
"stopId": "0:4VENTS2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777888237",
"uncertainty": 120
},
"departure": {
"time": "1777888237",
"uncertainty": 120
},
"stopId": "0:QUINT02",
"stopSequence": 32
},
{
"arrival": {
"time": "1777888307",
"uncertainty": 120
},
"departure": {
"time": "1777888307",
"uncertainty": 120
},
"stopId": "0:CHOCOL02",
"stopSequence": 33
},
{
"arrival": {
"time": "1777888422",
"uncertainty": 120
},
"departure": {
"time": "1777888422",
"uncertainty": 120
},
"stopId": "0:VACONS2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777888505",
"uncertainty": 120
},
"departure": {
"time": "1777888505",
"uncertainty": 120
},
"stopId": "0:MARGUER2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777888566",
"uncertainty": 120
},
"departure": {
"time": "1777888566",
"uncertainty": 120
},
"stopId": "0:VOLONTA2",
"stopSequence": 36
},
{
"arrival": {
"time": "1777888613",
"uncertainty": 120
},
"departure": {
"time": "1777888613",
"uncertainty": 120
},
"stopId": "0:MTPRIVA2",
"stopSequence": 37
},
{
"arrival": {
"time": "1777888793",
"uncertainty": 120
},
"stopId": "0:COSTEBE4",
"stopSequence": 38
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11976510"
},
"vehicle": {
"id": "1355",
"label": "1355"
}
}
},
{
"id": "1976511",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777886100",
"uncertainty": 120
},
"stopId": "0:LEPATIS1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777886155",
"uncertainty": 120
},
"departure": {
"time": "1777886155",
"uncertainty": 120
},
"stopId": "0:JLAURAI1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777886213",
"uncertainty": 120
},
"departure": {
"time": "1777886213",
"uncertainty": 120
},
"stopId": "0:WCHATEA1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777886282",
"uncertainty": 120
},
"departure": {
"time": "1777886282",
"uncertainty": 120
},
"stopId": "0:WOIPHOT1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777886353",
"uncertainty": 120
},
"departure": {
"time": "1777886353",
"uncertainty": 120
},
"stopId": "0:SAULES1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777886460",
"uncertainty": 120
},
"departure": {
"time": "1777886460",
"uncertainty": 120
},
"stopId": "0:ROSEMAR1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777886518",
"uncertainty": 120
},
"departure": {
"time": "1777886518",
"uncertainty": 120
},
"stopId": "0:RUCHER1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777886593",
"uncertainty": 120
},
"departure": {
"time": "1777886593",
"uncertainty": 120
},
"stopId": "0:COUPILL1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777886645",
"uncertainty": 120
},
"departure": {
"time": "1777886645",
"uncertainty": 120
},
"stopId": "0:MORLOT1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777886721",
"uncertainty": 120
},
"departure": {
"time": "1777886721",
"uncertainty": 120
},
"stopId": "0:4BORNES1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777886794",
"uncertainty": 120
},
"departure": {
"time": "1777886794",
"uncertainty": 120
},
"stopId": "0:DAGA1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777886837",
"uncertainty": 120
},
"departure": {
"time": "1777886837",
"uncertainty": 120
},
"stopId": "0:PAQUET1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777886953",
"uncertainty": 120
},
"departure": {
"time": "1777886953",
"uncertainty": 120
},
"stopId": "0:PATROTT1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777887030",
"uncertainty": 120
},
"departure": {
"time": "1777887030",
"uncertainty": 120
},
"stopId": "0:DALES1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777887091",
"uncertainty": 120
},
"departure": {
"time": "1777887091",
"uncertainty": 120
},
"stopId": "0:BERNANO1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777887241",
"uncertainty": 120
},
"departure": {
"time": "1777887241",
"uncertainty": 120
},
"stopId": "0:ROCHAMB1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777887344",
"uncertainty": 120
},
"departure": {
"time": "1777887344",
"uncertainty": 120
},
"stopId": "0:PONTIFF1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777887493",
"uncertainty": 120
},
"departure": {
"time": "1777887493",
"uncertainty": 120
},
"stopId": "0:RIMPORT1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777887572",
"uncertainty": 120
},
"departure": {
"time": "1777887572",
"uncertainty": 120
},
"stopId": "0:STGEORG1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777887673",
"uncertainty": 120
},
"departure": {
"time": "1777887673",
"uncertainty": 120
},
"stopId": "0:PREFECT3",
"stopSequence": 20
},
{
"arrival": {
"time": "1777887836",
"uncertainty": 120
},
"departure": {
"time": "1777887836",
"uncertainty": 120
},
"stopId": "0:LUX03",
"stopSequence": 21
},
{
"arrival": {
"time": "1777888093",
"uncertainty": 120
},
"departure": {
"time": "1777888093",
"uncertainty": 120
},
"stopId": "0:REPPW",
"stopSequence": 22
},
{
"arrival": {
"time": "1777888253",
"uncertainty": 120
},
"departure": {
"time": "1777888253",
"uncertainty": 120
},
"stopId": "0:ROIGE694",
"stopSequence": 23
},
{
"arrival": {
"time": "1777888342",
"uncertainty": 120
},
"departure": {
"time": "1777888342",
"uncertainty": 120
},
"stopId": "0:GARGS",
"stopSequence": 24
},
{
"arrival": {
"time": "1777888435",
"uncertainty": 120
},
"departure": {
"time": "1777888435",
"uncertainty": 120
},
"stopId": "0:LAFAYET2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777888518",
"uncertainty": 120
},
"departure": {
"time": "1777888518",
"uncertainty": 120
},
"stopId": "0:ARENES2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777888591",
"uncertainty": 120
},
"departure": {
"time": "1777888591",
"uncertainty": 120
},
"stopId": "0:BOILVIN2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777888667",
"uncertainty": 120
},
"departure": {
"time": "1777888667",
"uncertainty": 120
},
"stopId": "0:SLIVIER2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777888762",
"uncertainty": 120
},
"departure": {
"time": "1777888762",
"uncertainty": 120
},
"stopId": "0:EGLISE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777888817",
"uncertainty": 120
},
"departure": {
"time": "1777888817",
"uncertainty": 120
},
"stopId": "0:LAVOIR2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777888882",
"uncertainty": 120
},
"departure": {
"time": "1777888882",
"uncertainty": 120
},
"stopId": "0:4VENTS2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777888986",
"uncertainty": 120
},
"departure": {
"time": "1777888986",
"uncertainty": 120
},
"stopId": "0:QUINT02",
"stopSequence": 32
},
{
"arrival": {
"time": "1777889056",
"uncertainty": 120
},
"departure": {
"time": "1777889056",
"uncertainty": 120
},
"stopId": "0:CHOCOL02",
"stopSequence": 33
},
{
"arrival": {
"time": "1777889171",
"uncertainty": 120
},
"departure": {
"time": "1777889171",
"uncertainty": 120
},
"stopId": "0:VACONS2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777889254",
"uncertainty": 120
},
"departure": {
"time": "1777889254",
"uncertainty": 120
},
"stopId": "0:MARGUER2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777889315",
"uncertainty": 120
},
"departure": {
"time": "1777889315",
"uncertainty": 120
},
"stopId": "0:VOLONTA2",
"stopSequence": 36
},
{
"arrival": {
"time": "1777889362",
"uncertainty": 120
},
"departure": {
"time": "1777889362",
"uncertainty": 120
},
"stopId": "0:MTPRIVA2",
"stopSequence": 37
},
{
"arrival": {
"time": "1777889542",
"uncertainty": 120
},
"stopId": "0:COSTEBE4",
"stopSequence": 38
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11976511"
}
}
},
{
"id": "1976508",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777884331",
"uncertainty": 120
},
"stopId": "0:LEPATIS1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777884382",
"uncertainty": 120
},
"departure": {
"time": "1777884382",
"uncertainty": 120
},
"stopId": "0:JLAURAI1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777884439",
"uncertainty": 120
},
"departure": {
"time": "1777884439",
"uncertainty": 120
},
"stopId": "0:WCHATEA1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777884536",
"uncertainty": 120
},
"departure": {
"time": "1777884541",
"uncertainty": 120
},
"stopId": "0:WOIPHOT1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777884608",
"uncertainty": 120
},
"departure": {
"time": "1777884608",
"uncertainty": 120
},
"stopId": "0:SAULES1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777884708",
"uncertainty": 120
},
"departure": {
"time": "1777884708",
"uncertainty": 120
},
"stopId": "0:ROSEMAR1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777884746",
"uncertainty": 120
},
"departure": {
"time": "1777884751",
"uncertainty": 120
},
"stopId": "0:RUCHER1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777884817",
"uncertainty": 120
},
"departure": {
"time": "1777884817",
"uncertainty": 120
},
"stopId": "0:COUPILL1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777884882",
"uncertainty": 120
},
"departure": {
"time": "1777884882",
"uncertainty": 120
},
"stopId": "0:MORLOT1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777884942",
"uncertainty": 120
},
"departure": {
"time": "1777884942",
"uncertainty": 120
},
"stopId": "0:4BORNES1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777884980",
"uncertainty": 120
},
"departure": {
"time": "1777884980",
"uncertainty": 120
},
"stopId": "0:DAGA1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777885010",
"uncertainty": 120
},
"departure": {
"time": "1777885021",
"uncertainty": 120
},
"stopId": "0:PAQUET1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777885141",
"uncertainty": 120
},
"departure": {
"time": "1777885141",
"uncertainty": 120
},
"stopId": "0:PATROTT1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777885231",
"uncertainty": 120
},
"departure": {
"time": "1777885231",
"uncertainty": 120
},
"stopId": "0:DALES1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777885291",
"uncertainty": 120
},
"departure": {
"time": "1777885291",
"uncertainty": 120
},
"stopId": "0:BERNANO1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777885395",
"uncertainty": 120
},
"departure": {
"time": "1777885411",
"uncertainty": 120
},
"stopId": "0:ROCHAMB1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777885477",
"uncertainty": 120
},
"departure": {
"time": "1777885477",
"uncertainty": 120
},
"stopId": "0:PONTIFF1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777885595",
"uncertainty": 120
},
"departure": {
"time": "1777885595",
"uncertainty": 120
},
"stopId": "0:RIMPORT1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777885663",
"uncertainty": 120
},
"departure": {
"time": "1777885663",
"uncertainty": 120
},
"stopId": "0:STGEORG1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777885727",
"uncertainty": 120
},
"departure": {
"time": "1777885727",
"uncertainty": 120
},
"stopId": "0:PREFECT3",
"stopSequence": 20
},
{
"arrival": {
"time": "1777885887",
"uncertainty": 120
},
"departure": {
"time": "1777885887",
"uncertainty": 120
},
"stopId": "0:LUX03",
"stopSequence": 21
},
{
"arrival": {
"time": "1777886076",
"uncertainty": 120
},
"departure": {
"time": "1777886076",
"uncertainty": 120
},
"stopId": "0:REPPW",
"stopSequence": 22
},
{
"arrival": {
"time": "1777886173",
"uncertainty": 120
},
"departure": {
"time": "1777886173",
"uncertainty": 120
},
"stopId": "0:ROIGE694",
"stopSequence": 23
},
{
"arrival": {
"time": "1777886264",
"uncertainty": 120
},
"departure": {
"time": "1777886264",
"uncertainty": 120
},
"stopId": "0:GARGS",
"stopSequence": 24
},
{
"arrival": {
"time": "1777886330",
"uncertainty": 120
},
"departure": {
"time": "1777886330",
"uncertainty": 120
},
"stopId": "0:LAFAYET2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777886427",
"uncertainty": 120
},
"departure": {
"time": "1777886427",
"uncertainty": 120
},
"stopId": "0:ARENES2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777886490",
"uncertainty": 120
},
"departure": {
"time": "1777886490",
"uncertainty": 120
},
"stopId": "0:BOILVIN2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777886574",
"uncertainty": 120
},
"departure": {
"time": "1777886574",
"uncertainty": 120
},
"stopId": "0:SLIVIER2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777886640",
"uncertainty": 120
},
"departure": {
"time": "1777886640",
"uncertainty": 120
},
"stopId": "0:EGLISE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777886685",
"uncertainty": 120
},
"departure": {
"time": "1777886685",
"uncertainty": 120
},
"stopId": "0:LAVOIR2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777886767",
"uncertainty": 120
},
"departure": {
"time": "1777886767",
"uncertainty": 120
},
"stopId": "0:4VENTS2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777886838",
"uncertainty": 120
},
"departure": {
"time": "1777886838",
"uncertainty": 120
},
"stopId": "0:QUINT02",
"stopSequence": 32
},
{
"arrival": {
"time": "1777886886",
"uncertainty": 120
},
"departure": {
"time": "1777886886",
"uncertainty": 120
},
"stopId": "0:CHOCOL02",
"stopSequence": 33
},
{
"arrival": {
"time": "1777887001",
"uncertainty": 120
},
"departure": {
"time": "1777887001",
"uncertainty": 120
},
"stopId": "0:VACONS2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777887084",
"uncertainty": 120
},
"departure": {
"time": "1777887084",
"uncertainty": 120
},
"stopId": "0:MARGUER2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777887145",
"uncertainty": 120
},
"departure": {
"time": "1777887145",
"uncertainty": 120
},
"stopId": "0:VOLONTA2",
"stopSequence": 36
},
{
"arrival": {
"time": "1777887192",
"uncertainty": 120
},
"departure": {
"time": "1777887192",
"uncertainty": 120
},
"stopId": "0:MTPRIVA2",
"stopSequence": 37
},
{
"arrival": {
"time": "1777887372",
"uncertainty": 120
},
"stopId": "0:COSTEBE4",
"stopSequence": 38
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11976508"
},
"vehicle": {
"id": "1357",
"label": "1357"
}
}
},
{
"id": "1976509",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777885051",
"uncertainty": 120
},
"stopId": "0:LEPATIS1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777885104",
"uncertainty": 120
},
"departure": {
"time": "1777885111",
"uncertainty": 120
},
"stopId": "0:JLAURAI1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777885166",
"uncertainty": 120
},
"departure": {
"time": "1777885166",
"uncertainty": 120
},
"stopId": "0:WCHATEA1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777885232",
"uncertainty": 120
},
"departure": {
"time": "1777885232",
"uncertainty": 120
},
"stopId": "0:WOIPHOT1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777885301",
"uncertainty": 120
},
"departure": {
"time": "1777885301",
"uncertainty": 120
},
"stopId": "0:SAULES1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777885412",
"uncertainty": 120
},
"departure": {
"time": "1777885412",
"uncertainty": 120
},
"stopId": "0:ROSEMAR1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777885470",
"uncertainty": 120
},
"departure": {
"time": "1777885470",
"uncertainty": 120
},
"stopId": "0:RUCHER1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777885529",
"uncertainty": 120
},
"departure": {
"time": "1777885529",
"uncertainty": 120
},
"stopId": "0:COUPILL1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777885593",
"uncertainty": 120
},
"departure": {
"time": "1777885593",
"uncertainty": 120
},
"stopId": "0:MORLOT1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777885655",
"uncertainty": 120
},
"departure": {
"time": "1777885655",
"uncertainty": 120
},
"stopId": "0:4BORNES1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777885697",
"uncertainty": 120
},
"departure": {
"time": "1777885697",
"uncertainty": 120
},
"stopId": "0:DAGA1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777885728",
"uncertainty": 120
},
"departure": {
"time": "1777885728",
"uncertainty": 120
},
"stopId": "0:PAQUET1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777885848",
"uncertainty": 120
},
"departure": {
"time": "1777885848",
"uncertainty": 120
},
"stopId": "0:PATROTT1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777885937",
"uncertainty": 120
},
"departure": {
"time": "1777885937",
"uncertainty": 120
},
"stopId": "0:DALES1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777885997",
"uncertainty": 120
},
"departure": {
"time": "1777885997",
"uncertainty": 120
},
"stopId": "0:BERNANO1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777886106",
"uncertainty": 120
},
"departure": {
"time": "1777886106",
"uncertainty": 120
},
"stopId": "0:ROCHAMB1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777886197",
"uncertainty": 120
},
"departure": {
"time": "1777886197",
"uncertainty": 120
},
"stopId": "0:PONTIFF1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777886315",
"uncertainty": 120
},
"departure": {
"time": "1777886315",
"uncertainty": 120
},
"stopId": "0:RIMPORT1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777886383",
"uncertainty": 120
},
"departure": {
"time": "1777886383",
"uncertainty": 120
},
"stopId": "0:STGEORG1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777886448",
"uncertainty": 120
},
"departure": {
"time": "1777886448",
"uncertainty": 120
},
"stopId": "0:PREFECT3",
"stopSequence": 20
},
{
"arrival": {
"time": "1777886608",
"uncertainty": 120
},
"departure": {
"time": "1777886608",
"uncertainty": 120
},
"stopId": "0:LUX03",
"stopSequence": 21
},
{
"arrival": {
"time": "1777886827",
"uncertainty": 120
},
"departure": {
"time": "1777886827",
"uncertainty": 120
},
"stopId": "0:REPPW",
"stopSequence": 22
},
{
"arrival": {
"time": "1777886981",
"uncertainty": 120
},
"departure": {
"time": "1777886981",
"uncertainty": 120
},
"stopId": "0:ROIGE694",
"stopSequence": 23
},
{
"arrival": {
"time": "1777887067",
"uncertainty": 120
},
"departure": {
"time": "1777887067",
"uncertainty": 120
},
"stopId": "0:GARGS",
"stopSequence": 24
},
{
"arrival": {
"time": "1777887160",
"uncertainty": 120
},
"departure": {
"time": "1777887160",
"uncertainty": 120
},
"stopId": "0:LAFAYET2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777887243",
"uncertainty": 120
},
"departure": {
"time": "1777887243",
"uncertainty": 120
},
"stopId": "0:ARENES2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777887316",
"uncertainty": 120
},
"departure": {
"time": "1777887316",
"uncertainty": 120
},
"stopId": "0:BOILVIN2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777887392",
"uncertainty": 120
},
"departure": {
"time": "1777887392",
"uncertainty": 120
},
"stopId": "0:SLIVIER2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777887487",
"uncertainty": 120
},
"departure": {
"time": "1777887487",
"uncertainty": 120
},
"stopId": "0:EGLISE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777887542",
"uncertainty": 120
},
"departure": {
"time": "1777887542",
"uncertainty": 120
},
"stopId": "0:LAVOIR2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777887607",
"uncertainty": 120
},
"departure": {
"time": "1777887607",
"uncertainty": 120
},
"stopId": "0:4VENTS2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777887711",
"uncertainty": 120
},
"departure": {
"time": "1777887711",
"uncertainty": 120
},
"stopId": "0:QUINT02",
"stopSequence": 32
},
{
"arrival": {
"time": "1777887781",
"uncertainty": 120
},
"departure": {
"time": "1777887781",
"uncertainty": 120
},
"stopId": "0:CHOCOL02",
"stopSequence": 33
},
{
"arrival": {
"time": "1777887896",
"uncertainty": 120
},
"departure": {
"time": "1777887896",
"uncertainty": 120
},
"stopId": "0:VACONS2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777887979",
"uncertainty": 120
},
"departure": {
"time": "1777887979",
"uncertainty": 120
},
"stopId": "0:MARGUER2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777888040",
"uncertainty": 120
},
"departure": {
"time": "1777888040",
"uncertainty": 120
},
"stopId": "0:VOLONTA2",
"stopSequence": 36
},
{
"arrival": {
"time": "1777888087",
"uncertainty": 120
},
"departure": {
"time": "1777888087",
"uncertainty": 120
},
"stopId": "0:MTPRIVA2",
"stopSequence": 37
},
{
"arrival": {
"time": "1777888267",
"uncertainty": 120
},
"stopId": "0:COSTEBE4",
"stopSequence": 38
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11976509"
},
"vehicle": {
"id": "952",
"label": "952"
}
}
},
{
"id": "1976506",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777883137",
"uncertainty": 120
},
"stopId": "0:LEPATIS1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777883197",
"uncertainty": 120
},
"departure": {
"time": "1777883197",
"uncertainty": 120
},
"stopId": "0:JLAURAI1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777883242",
"uncertainty": 120
},
"departure": {
"time": "1777883257",
"uncertainty": 120
},
"stopId": "0:WCHATEA1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777883346",
"uncertainty": 120
},
"departure": {
"time": "1777883377",
"uncertainty": 120
},
"stopId": "0:WOIPHOT1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777883459",
"uncertainty": 120
},
"departure": {
"time": "1777883459",
"uncertainty": 120
},
"stopId": "0:SAULES1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777883527",
"uncertainty": 120
},
"departure": {
"time": "1777883527",
"uncertainty": 120
},
"stopId": "0:ROSEMAR1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777883587",
"uncertainty": 120
},
"departure": {
"time": "1777883587",
"uncertainty": 120
},
"stopId": "0:RUCHER1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777883624",
"uncertainty": 120
},
"departure": {
"time": "1777883624",
"uncertainty": 120
},
"stopId": "0:COUPILL1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777883676",
"uncertainty": 120
},
"departure": {
"time": "1777883677",
"uncertainty": 120
},
"stopId": "0:MORLOT1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777883768",
"uncertainty": 120
},
"departure": {
"time": "1777883768",
"uncertainty": 120
},
"stopId": "0:4BORNES1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777883807",
"uncertainty": 120
},
"departure": {
"time": "1777883807",
"uncertainty": 120
},
"stopId": "0:DAGA1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777883827",
"uncertainty": 120
},
"departure": {
"time": "1777883827",
"uncertainty": 120
},
"stopId": "0:PAQUET1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777883947",
"uncertainty": 120
},
"departure": {
"time": "1777883947",
"uncertainty": 120
},
"stopId": "0:PATROTT1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777884007",
"uncertainty": 120
},
"departure": {
"time": "1777884037",
"uncertainty": 120
},
"stopId": "0:DALES1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777884120",
"uncertainty": 120
},
"departure": {
"time": "1777884127",
"uncertainty": 120
},
"stopId": "0:BERNANO1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777884271",
"uncertainty": 120
},
"departure": {
"time": "1777884277",
"uncertainty": 120
},
"stopId": "0:ROCHAMB1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777884337",
"uncertainty": 120
},
"departure": {
"time": "1777884487",
"uncertainty": 120
},
"stopId": "0:PONTIFF1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777884607",
"uncertainty": 120
},
"departure": {
"time": "1777884607",
"uncertainty": 120
},
"stopId": "0:RIMPORT1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777884667",
"uncertainty": 120
},
"departure": {
"time": "1777884697",
"uncertainty": 120
},
"stopId": "0:STGEORG1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777884772",
"uncertainty": 120
},
"departure": {
"time": "1777884772",
"uncertainty": 120
},
"stopId": "0:PREFECT3",
"stopSequence": 20
},
{
"arrival": {
"time": "1777884877",
"uncertainty": 120
},
"departure": {
"time": "1777884907",
"uncertainty": 120
},
"stopId": "0:LUX03",
"stopSequence": 21
},
{
"arrival": {
"time": "1777885087",
"uncertainty": 120
},
"departure": {
"time": "1777885289",
"uncertainty": 120
},
"stopId": "0:REPPW",
"stopSequence": 22
},
{
"arrival": {
"time": "1777885394",
"uncertainty": 120
},
"departure": {
"time": "1777885394",
"uncertainty": 120
},
"stopId": "0:ROIGE694",
"stopSequence": 23
},
{
"arrival": {
"time": "1777885484",
"uncertainty": 120
},
"departure": {
"time": "1777885484",
"uncertainty": 120
},
"stopId": "0:GARGS",
"stopSequence": 24
},
{
"arrival": {
"time": "1777885547",
"uncertainty": 120
},
"departure": {
"time": "1777885547",
"uncertainty": 120
},
"stopId": "0:LAFAYET2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777885645",
"uncertainty": 120
},
"departure": {
"time": "1777885645",
"uncertainty": 120
},
"stopId": "0:ARENES2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777885707",
"uncertainty": 120
},
"departure": {
"time": "1777885707",
"uncertainty": 120
},
"stopId": "0:BOILVIN2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777885791",
"uncertainty": 120
},
"departure": {
"time": "1777885791",
"uncertainty": 120
},
"stopId": "0:SLIVIER2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777885855",
"uncertainty": 120
},
"departure": {
"time": "1777885855",
"uncertainty": 120
},
"stopId": "0:EGLISE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777885903",
"uncertainty": 120
},
"departure": {
"time": "1777885903",
"uncertainty": 120
},
"stopId": "0:LAVOIR2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777885964",
"uncertainty": 120
},
"departure": {
"time": "1777885964",
"uncertainty": 120
},
"stopId": "0:4VENTS2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777886046",
"uncertainty": 120
},
"departure": {
"time": "1777886046",
"uncertainty": 120
},
"stopId": "0:QUINT02",
"stopSequence": 32
},
{
"arrival": {
"time": "1777886105",
"uncertainty": 120
},
"departure": {
"time": "1777886105",
"uncertainty": 120
},
"stopId": "0:CHOCOL02",
"stopSequence": 33
},
{
"arrival": {
"time": "1777886199",
"uncertainty": 120
},
"departure": {
"time": "1777886199",
"uncertainty": 120
},
"stopId": "0:VACONS2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777886288",
"uncertainty": 120
},
"departure": {
"time": "1777886288",
"uncertainty": 120
},
"stopId": "0:MARGUER2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777886360",
"uncertainty": 120
},
"departure": {
"time": "1777886360",
"uncertainty": 120
},
"stopId": "0:VOLONTA2",
"stopSequence": 36
},
{
"arrival": {
"time": "1777886407",
"uncertainty": 120
},
"departure": {
"time": "1777886407",
"uncertainty": 120
},
"stopId": "0:MTPRIVA2",
"stopSequence": 37
},
{
"arrival": {
"time": "1777886534",
"uncertainty": 120
},
"stopId": "0:COSTEBE4",
"stopSequence": 38
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11976506"
},
"vehicle": {
"id": "1851",
"label": "1851"
}
}
},
{
"id": "1976507",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777883700",
"uncertainty": 120
},
"stopId": "0:LEPATIS1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777883746",
"uncertainty": 120
},
"departure": {
"time": "1777883746",
"uncertainty": 120
},
"stopId": "0:JLAURAI1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777883802",
"uncertainty": 120
},
"departure": {
"time": "1777883821",
"uncertainty": 120
},
"stopId": "0:WCHATEA1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777883929",
"uncertainty": 120
},
"departure": {
"time": "1777883941",
"uncertainty": 120
},
"stopId": "0:WOIPHOT1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777884030",
"uncertainty": 120
},
"departure": {
"time": "1777884030",
"uncertainty": 120
},
"stopId": "0:SAULES1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777884142",
"uncertainty": 120
},
"departure": {
"time": "1777884142",
"uncertainty": 120
},
"stopId": "0:ROSEMAR1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777884181",
"uncertainty": 120
},
"departure": {
"time": "1777884181",
"uncertainty": 120
},
"stopId": "0:RUCHER1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777884231",
"uncertainty": 120
},
"departure": {
"time": "1777884240",
"uncertainty": 120
},
"stopId": "0:COUPILL1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777884301",
"uncertainty": 120
},
"departure": {
"time": "1777884301",
"uncertainty": 120
},
"stopId": "0:MORLOT1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777884384",
"uncertainty": 120
},
"departure": {
"time": "1777884384",
"uncertainty": 120
},
"stopId": "0:4BORNES1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777884421",
"uncertainty": 120
},
"departure": {
"time": "1777884421",
"uncertainty": 120
},
"stopId": "0:DAGA1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777884460",
"uncertainty": 120
},
"departure": {
"time": "1777884481",
"uncertainty": 120
},
"stopId": "0:PAQUET1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777884600",
"uncertainty": 120
},
"departure": {
"time": "1777884600",
"uncertainty": 120
},
"stopId": "0:PATROTT1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777884677",
"uncertainty": 120
},
"departure": {
"time": "1777884691",
"uncertainty": 120
},
"stopId": "0:DALES1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777884751",
"uncertainty": 120
},
"departure": {
"time": "1777884751",
"uncertainty": 120
},
"stopId": "0:BERNANO1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777884841",
"uncertainty": 120
},
"departure": {
"time": "1777884871",
"uncertainty": 120
},
"stopId": "0:ROCHAMB1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777884961",
"uncertainty": 120
},
"departure": {
"time": "1777884961",
"uncertainty": 120
},
"stopId": "0:PONTIFF1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777885075",
"uncertainty": 120
},
"departure": {
"time": "1777885081",
"uncertainty": 120
},
"stopId": "0:RIMPORT1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777885148",
"uncertainty": 120
},
"departure": {
"time": "1777885171",
"uncertainty": 120
},
"stopId": "0:STGEORG1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777885231",
"uncertainty": 120
},
"departure": {
"time": "1777885231",
"uncertainty": 120
},
"stopId": "0:PREFECT3",
"stopSequence": 20
},
{
"arrival": {
"time": "1777885391",
"uncertainty": 120
},
"departure": {
"time": "1777885411",
"uncertainty": 120
},
"stopId": "0:LUX03",
"stopSequence": 21
},
{
"arrival": {
"time": "1777885644",
"uncertainty": 120
},
"departure": {
"time": "1777885644",
"uncertainty": 120
},
"stopId": "0:REPPW",
"stopSequence": 22
},
{
"arrival": {
"time": "1777885733",
"uncertainty": 120
},
"departure": {
"time": "1777885733",
"uncertainty": 120
},
"stopId": "0:ROIGE694",
"stopSequence": 23
},
{
"arrival": {
"time": "1777885823",
"uncertainty": 120
},
"departure": {
"time": "1777885823",
"uncertainty": 120
},
"stopId": "0:GARGS",
"stopSequence": 24
},
{
"arrival": {
"time": "1777885887",
"uncertainty": 120
},
"departure": {
"time": "1777885887",
"uncertainty": 120
},
"stopId": "0:LAFAYET2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777885985",
"uncertainty": 120
},
"departure": {
"time": "1777885985",
"uncertainty": 120
},
"stopId": "0:ARENES2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777886047",
"uncertainty": 120
},
"departure": {
"time": "1777886047",
"uncertainty": 120
},
"stopId": "0:BOILVIN2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777886131",
"uncertainty": 120
},
"departure": {
"time": "1777886131",
"uncertainty": 120
},
"stopId": "0:SLIVIER2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777886195",
"uncertainty": 120
},
"departure": {
"time": "1777886195",
"uncertainty": 120
},
"stopId": "0:EGLISE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777886243",
"uncertainty": 120
},
"departure": {
"time": "1777886243",
"uncertainty": 120
},
"stopId": "0:LAVOIR2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777886329",
"uncertainty": 120
},
"departure": {
"time": "1777886329",
"uncertainty": 120
},
"stopId": "0:4VENTS2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777886414",
"uncertainty": 120
},
"departure": {
"time": "1777886414",
"uncertainty": 120
},
"stopId": "0:QUINT02",
"stopSequence": 32
},
{
"arrival": {
"time": "1777886475",
"uncertainty": 120
},
"departure": {
"time": "1777886475",
"uncertainty": 120
},
"stopId": "0:CHOCOL02",
"stopSequence": 33
},
{
"arrival": {
"time": "1777886574",
"uncertainty": 120
},
"departure": {
"time": "1777886574",
"uncertainty": 120
},
"stopId": "0:VACONS2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777886662",
"uncertainty": 120
},
"departure": {
"time": "1777886662",
"uncertainty": 120
},
"stopId": "0:MARGUER2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777886732",
"uncertainty": 120
},
"departure": {
"time": "1777886732",
"uncertainty": 120
},
"stopId": "0:VOLONTA2",
"stopSequence": 36
},
{
"arrival": {
"time": "1777886779",
"uncertainty": 120
},
"departure": {
"time": "1777886779",
"uncertainty": 120
},
"stopId": "0:MTPRIVA2",
"stopSequence": 37
},
{
"arrival": {
"time": "1777886914",
"uncertainty": 120
},
"stopId": "0:COSTEBE4",
"stopSequence": 38
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11976507"
},
"vehicle": {
"id": "1351",
"label": "1351"
}
}
},
{
"id": "1976505",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777882500",
"uncertainty": 120
},
"stopId": "0:LEPATIS1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777882589",
"uncertainty": 120
},
"departure": {
"time": "1777882589",
"uncertainty": 120
},
"stopId": "0:JLAURAI1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777882631",
"uncertainty": 120
},
"departure": {
"time": "1777882631",
"uncertainty": 120
},
"stopId": "0:WCHATEA1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777882769",
"uncertainty": 120
},
"departure": {
"time": "1777882771",
"uncertainty": 120
},
"stopId": "0:WOIPHOT1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777882830",
"uncertainty": 120
},
"departure": {
"time": "1777882830",
"uncertainty": 120
},
"stopId": "0:SAULES1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777882976",
"uncertainty": 120
},
"departure": {
"time": "1777882976",
"uncertainty": 120
},
"stopId": "0:ROSEMAR1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777883036",
"uncertainty": 120
},
"departure": {
"time": "1777883036",
"uncertainty": 120
},
"stopId": "0:RUCHER1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777883086",
"uncertainty": 120
},
"departure": {
"time": "1777883086",
"uncertainty": 120
},
"stopId": "0:COUPILL1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777883122",
"uncertainty": 120
},
"departure": {
"time": "1777883131",
"uncertainty": 120
},
"stopId": "0:MORLOT1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777883207",
"uncertainty": 120
},
"departure": {
"time": "1777883221",
"uncertainty": 120
},
"stopId": "0:4BORNES1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777883274",
"uncertainty": 120
},
"departure": {
"time": "1777883274",
"uncertainty": 120
},
"stopId": "0:DAGA1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777883299",
"uncertainty": 120
},
"departure": {
"time": "1777883299",
"uncertainty": 120
},
"stopId": "0:PAQUET1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777883400",
"uncertainty": 120
},
"departure": {
"time": "1777883431",
"uncertainty": 120
},
"stopId": "0:PATROTT1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777883489",
"uncertainty": 120
},
"departure": {
"time": "1777883489",
"uncertainty": 120
},
"stopId": "0:DALES1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777883521",
"uncertainty": 120
},
"departure": {
"time": "1777883521",
"uncertainty": 120
},
"stopId": "0:BERNANO1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777883666",
"uncertainty": 120
},
"departure": {
"time": "1777883671",
"uncertainty": 120
},
"stopId": "0:ROCHAMB1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777883743",
"uncertainty": 120
},
"departure": {
"time": "1777883761",
"uncertainty": 120
},
"stopId": "0:PONTIFF1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777883880",
"uncertainty": 120
},
"departure": {
"time": "1777883881",
"uncertainty": 120
},
"stopId": "0:RIMPORT1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777883936",
"uncertainty": 120
},
"departure": {
"time": "1777883942",
"uncertainty": 120
},
"stopId": "0:STGEORG1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777884078",
"uncertainty": 120
},
"departure": {
"time": "1777884091",
"uncertainty": 120
},
"stopId": "0:PREFECT3",
"stopSequence": 20
},
{
"arrival": {
"time": "1777884231",
"uncertainty": 120
},
"departure": {
"time": "1777884271",
"uncertainty": 120
},
"stopId": "0:LUX03",
"stopSequence": 21
},
{
"arrival": {
"time": "1777884481",
"uncertainty": 120
},
"departure": {
"time": "1777884571",
"uncertainty": 120
},
"stopId": "0:REPPW",
"stopSequence": 22
},
{
"arrival": {
"time": "1777884658",
"uncertainty": 120
},
"departure": {
"time": "1777884691",
"uncertainty": 120
},
"stopId": "0:ROIGE694",
"stopSequence": 23
},
{
"arrival": {
"time": "1777884780",
"uncertainty": 120
},
"departure": {
"time": "1777884841",
"uncertainty": 120
},
"stopId": "0:GARGS",
"stopSequence": 24
},
{
"arrival": {
"time": "1777884901",
"uncertainty": 120
},
"departure": {
"time": "1777884901",
"uncertainty": 120
},
"stopId": "0:LAFAYET2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777885001",
"uncertainty": 120
},
"departure": {
"time": "1777885005",
"uncertainty": 120
},
"stopId": "0:ARENES2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777885066",
"uncertainty": 120
},
"departure": {
"time": "1777885081",
"uncertainty": 120
},
"stopId": "0:BOILVIN2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777885166",
"uncertainty": 120
},
"departure": {
"time": "1777885171",
"uncertainty": 120
},
"stopId": "0:SLIVIER2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777885231",
"uncertainty": 120
},
"departure": {
"time": "1777885261",
"uncertainty": 120
},
"stopId": "0:EGLISE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777885308",
"uncertainty": 120
},
"departure": {
"time": "1777885308",
"uncertainty": 120
},
"stopId": "0:LAVOIR2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777885397",
"uncertainty": 120
},
"departure": {
"time": "1777885411",
"uncertainty": 120
},
"stopId": "0:4VENTS2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777885532",
"uncertainty": 120
},
"departure": {
"time": "1777885532",
"uncertainty": 120
},
"stopId": "0:QUINT02",
"stopSequence": 32
},
{
"arrival": {
"time": "1777885590",
"uncertainty": 120
},
"departure": {
"time": "1777885590",
"uncertainty": 120
},
"stopId": "0:CHOCOL02",
"stopSequence": 33
},
{
"arrival": {
"time": "1777885683",
"uncertainty": 120
},
"departure": {
"time": "1777885683",
"uncertainty": 120
},
"stopId": "0:VACONS2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777885772",
"uncertainty": 120
},
"departure": {
"time": "1777885772",
"uncertainty": 120
},
"stopId": "0:MARGUER2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777885844",
"uncertainty": 120
},
"departure": {
"time": "1777885844",
"uncertainty": 120
},
"stopId": "0:VOLONTA2",
"stopSequence": 36
},
{
"arrival": {
"time": "1777885891",
"uncertainty": 120
},
"departure": {
"time": "1777885891",
"uncertainty": 120
},
"stopId": "0:MTPRIVA2",
"stopSequence": 37
},
{
"arrival": {
"time": "1777886017",
"uncertainty": 120
},
"stopId": "0:COSTEBE4",
"stopSequence": 38
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11976505"
},
"vehicle": {
"id": "854",
"label": "854"
}
}
},
{
"id": "1855221",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777886940",
"uncertainty": 120
},
"stopId": "0:MNVE2",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "87",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855221"
}
}
},
{
"id": "1855222",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777888680",
"uncertainty": 120
},
"stopId": "0:MNVE2",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "87",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855222"
}
}
},
{
"id": "1853776",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777887960",
"uncertainty": 120
},
"stopId": "0:BORDES3",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "14",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853776"
}
}
},
{
"id": "1853774",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777884360",
"uncertainty": 120
},
"stopId": "0:BORDES3",
"stopSequence": 1
},
{
"arrival": {
"time": "1777884391",
"uncertainty": 120
},
"departure": {
"time": "1777884391",
"uncertainty": 120
},
"stopId": "0:PANGE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777884671",
"uncertainty": 120
},
"departure": {
"time": "1777884671",
"uncertainty": 120
},
"stopId": "0:PROVENC1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777884691",
"uncertainty": 120
},
"departure": {
"time": "1777884691",
"uncertainty": 120
},
"stopId": "0:BERNARD1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777884751",
"uncertainty": 120
},
"departure": {
"time": "1777884751",
"uncertainty": 120
},
"stopId": "0:GANNE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777884811",
"uncertainty": 120
},
"departure": {
"time": "1777884811",
"uncertainty": 120
},
"stopId": "0:RUELLCH1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777884871",
"uncertainty": 120
},
"departure": {
"time": "1777884871",
"uncertainty": 120
},
"stopId": "0:RTBORNY1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777885031",
"uncertainty": 120
},
"departure": {
"time": "1777885031",
"uncertainty": 120
},
"stopId": "0:PONTROU1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777885111",
"uncertainty": 120
},
"departure": {
"time": "1777885141",
"uncertainty": 120
},
"stopId": "0:LACRETL1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777885321",
"uncertainty": 120
},
"departure": {
"time": "1777885411",
"uncertainty": 120
},
"stopId": "0:GARCE",
"stopSequence": 10
},
{
"arrival": {
"time": "1777885480",
"uncertainty": 120
},
"departure": {
"time": "1777885480",
"uncertainty": 120
},
"stopId": "0:ROIGEO89",
"stopSequence": 11
},
{
"arrival": {
"time": "1777885642",
"uncertainty": 120
},
"departure": {
"time": "1777885642",
"uncertainty": 120
},
"stopId": "0:BONSEC2",
"stopSequence": 12
},
{
"arrival": {
"time": "1777885734",
"uncertainty": 120
},
"departure": {
"time": "1777885734",
"uncertainty": 120
},
"stopId": "0:GENIE2",
"stopSequence": 13
},
{
"arrival": {
"time": "1777885765",
"uncertainty": 120
},
"departure": {
"time": "1777885765",
"uncertainty": 120
},
"stopId": "0:BOTANIQ2",
"stopSequence": 14
},
{
"arrival": {
"time": "1777885826",
"uncertainty": 120
},
"departure": {
"time": "1777885826",
"uncertainty": 120
},
"stopId": "0:EUROPAC2",
"stopSequence": 15
},
{
"arrival": {
"time": "1777885863",
"uncertainty": 120
},
"departure": {
"time": "1777885863",
"uncertainty": 120
},
"stopId": "0:MEURISS2",
"stopSequence": 16
},
{
"arrival": {
"time": "1777885926",
"uncertainty": 120
},
"departure": {
"time": "1777885926",
"uncertainty": 120
},
"stopId": "0:COUVENT2",
"stopSequence": 17
},
{
"arrival": {
"time": "1777885989",
"uncertainty": 120
},
"departure": {
"time": "1777885989",
"uncertainty": 120
},
"stopId": "0:CHATRIA2",
"stopSequence": 18
},
{
"arrival": {
"time": "1777886019",
"uncertainty": 120
},
"departure": {
"time": "1777886019",
"uncertainty": 120
},
"stopId": "0:VERGERS2",
"stopSequence": 19
},
{
"arrival": {
"time": "1777886054",
"uncertainty": 120
},
"departure": {
"time": "1777886054",
"uncertainty": 120
},
"stopId": "0:FOSSE2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777886121",
"uncertainty": 120
},
"departure": {
"time": "1777886121",
"uncertainty": 120
},
"stopId": "0:FRICHES2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777886172",
"uncertainty": 120
},
"departure": {
"time": "1777886172",
"uncertainty": 120
},
"stopId": "0:08MAI02",
"stopSequence": 22
},
{
"arrival": {
"time": "1777886277",
"uncertainty": 120
},
"departure": {
"time": "1777886277",
"uncertainty": 120
},
"stopId": "0:HTRHELE2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777886304",
"uncertainty": 120
},
"departure": {
"time": "1777886304",
"uncertainty": 120
},
"stopId": "0:ALSACE2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777886353",
"uncertainty": 120
},
"departure": {
"time": "1777886353",
"uncertainty": 120
},
"stopId": "0:SAVOIE2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777886393",
"uncertainty": 120
},
"departure": {
"time": "1777886393",
"uncertainty": 120
},
"stopId": "0:PAQUERE2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777886438",
"uncertainty": 120
},
"departure": {
"time": "1777886438",
"uncertainty": 120
},
"stopId": "0:CONSTAN2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777886479",
"uncertainty": 120
},
"departure": {
"time": "1777886479",
"uncertainty": 120
},
"stopId": "0:3HAIES2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777886671",
"uncertainty": 120
},
"departure": {
"time": "1777886671",
"uncertainty": 120
},
"stopId": "0:LORRAIN2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777886705",
"uncertainty": 120
},
"departure": {
"time": "1777886705",
"uncertainty": 120
},
"stopId": "0:ARDECHE2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777886731",
"uncertainty": 120
},
"departure": {
"time": "1777886731",
"uncertainty": 120
},
"stopId": "0:PREVIL01",
"stopSequence": 31
},
{
"arrival": {
"time": "1777886790",
"uncertainty": 120
},
"departure": {
"time": "1777886790",
"uncertainty": 120
},
"stopId": "0:VIEAUX2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777886848",
"uncertainty": 120
},
"stopId": "0:MOULMAI1",
"stopSequence": 33
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "14",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853774"
},
"vehicle": {
"id": "1632",
"label": "1632"
}
}
},
{
"id": "1853775",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777886160",
"uncertainty": 120
},
"stopId": "0:BORDES3",
"stopSequence": 1
},
{
"arrival": {
"time": "1777886252",
"uncertainty": 120
},
"departure": {
"time": "1777886252",
"uncertainty": 120
},
"stopId": "0:PANGE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777886417",
"uncertainty": 120
},
"departure": {
"time": "1777886417",
"uncertainty": 120
},
"stopId": "0:PROVENC1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777886490",
"uncertainty": 120
},
"departure": {
"time": "1777886490",
"uncertainty": 120
},
"stopId": "0:BERNARD1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777886588",
"uncertainty": 120
},
"departure": {
"time": "1777886588",
"uncertainty": 120
},
"stopId": "0:GANNE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777886708",
"uncertainty": 120
},
"departure": {
"time": "1777886708",
"uncertainty": 120
},
"stopId": "0:RUELLCH1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777886793",
"uncertainty": 120
},
"departure": {
"time": "1777886793",
"uncertainty": 120
},
"stopId": "0:RTBORNY1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777886846",
"uncertainty": 120
},
"departure": {
"time": "1777886846",
"uncertainty": 120
},
"stopId": "0:PONTROU1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777886936",
"uncertainty": 120
},
"departure": {
"time": "1777886936",
"uncertainty": 120
},
"stopId": "0:LACRETL1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777887128",
"uncertainty": 120
},
"departure": {
"time": "1777887128",
"uncertainty": 120
},
"stopId": "0:GARCE",
"stopSequence": 10
},
{
"arrival": {
"time": "1777887277",
"uncertainty": 120
},
"departure": {
"time": "1777887277",
"uncertainty": 120
},
"stopId": "0:ROIGEO89",
"stopSequence": 11
},
{
"arrival": {
"time": "1777887488",
"uncertainty": 120
},
"departure": {
"time": "1777887488",
"uncertainty": 120
},
"stopId": "0:BONSEC2",
"stopSequence": 12
},
{
"arrival": {
"time": "1777887587",
"uncertainty": 120
},
"departure": {
"time": "1777887587",
"uncertainty": 120
},
"stopId": "0:GENIE2",
"stopSequence": 13
},
{
"arrival": {
"time": "1777887628",
"uncertainty": 120
},
"departure": {
"time": "1777887628",
"uncertainty": 120
},
"stopId": "0:BOTANIQ2",
"stopSequence": 14
},
{
"arrival": {
"time": "1777887690",
"uncertainty": 120
},
"departure": {
"time": "1777887690",
"uncertainty": 120
},
"stopId": "0:EUROPAC2",
"stopSequence": 15
},
{
"arrival": {
"time": "1777887733",
"uncertainty": 120
},
"departure": {
"time": "1777887733",
"uncertainty": 120
},
"stopId": "0:MEURISS2",
"stopSequence": 16
},
{
"arrival": {
"time": "1777887791",
"uncertainty": 120
},
"departure": {
"time": "1777887791",
"uncertainty": 120
},
"stopId": "0:COUVENT2",
"stopSequence": 17
},
{
"arrival": {
"time": "1777887859",
"uncertainty": 120
},
"departure": {
"time": "1777887859",
"uncertainty": 120
},
"stopId": "0:CHATRIA2",
"stopSequence": 18
},
{
"arrival": {
"time": "1777887899",
"uncertainty": 120
},
"departure": {
"time": "1777887899",
"uncertainty": 120
},
"stopId": "0:VERGERS2",
"stopSequence": 19
},
{
"arrival": {
"time": "1777887935",
"uncertainty": 120
},
"departure": {
"time": "1777887935",
"uncertainty": 120
},
"stopId": "0:FOSSE2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777888013",
"uncertainty": 120
},
"departure": {
"time": "1777888013",
"uncertainty": 120
},
"stopId": "0:FRICHES2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777888078",
"uncertainty": 120
},
"departure": {
"time": "1777888078",
"uncertainty": 120
},
"stopId": "0:08MAI02",
"stopSequence": 22
},
{
"arrival": {
"time": "1777888175",
"uncertainty": 120
},
"departure": {
"time": "1777888175",
"uncertainty": 120
},
"stopId": "0:HTRHELE2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777888209",
"uncertainty": 120
},
"departure": {
"time": "1777888209",
"uncertainty": 120
},
"stopId": "0:ALSACE2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777888251",
"uncertainty": 120
},
"departure": {
"time": "1777888251",
"uncertainty": 120
},
"stopId": "0:SAVOIE2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777888295",
"uncertainty": 120
},
"departure": {
"time": "1777888295",
"uncertainty": 120
},
"stopId": "0:PAQUERE2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777888339",
"uncertainty": 120
},
"departure": {
"time": "1777888339",
"uncertainty": 120
},
"stopId": "0:CONSTAN2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777888377",
"uncertainty": 120
},
"departure": {
"time": "1777888377",
"uncertainty": 120
},
"stopId": "0:3HAIES2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777888613",
"uncertainty": 120
},
"departure": {
"time": "1777888613",
"uncertainty": 120
},
"stopId": "0:LORRAIN2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777888639",
"uncertainty": 120
},
"departure": {
"time": "1777888639",
"uncertainty": 120
},
"stopId": "0:ARDECHE2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777888663",
"uncertainty": 120
},
"departure": {
"time": "1777888663",
"uncertainty": 120
},
"stopId": "0:PREVIL01",
"stopSequence": 31
},
{
"arrival": {
"time": "1777888717",
"uncertainty": 120
},
"departure": {
"time": "1777888717",
"uncertainty": 120
},
"stopId": "0:VIEAUX2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777888775",
"uncertainty": 120
},
"stopId": "0:MOULMAI1",
"stopSequence": 33
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "14",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853775"
}
}
},
{
"id": "1856025",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777888500",
"uncertainty": 120
},
"stopId": "0:LMOULIN2",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "205",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11856025"
}
}
},
{
"id": "1855248",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777887360",
"uncertainty": 120
},
"stopId": "0:CHASG01",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "87",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855248"
}
}
},
{
"id": "1976888",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777888620",
"uncertainty": 120
},
"stopId": "0:PLAPEVI1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777888670",
"uncertainty": 120
},
"departure": {
"time": "1777888670",
"uncertainty": 120
},
"stopId": "0:MOMENE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777888705",
"uncertainty": 120
},
"departure": {
"time": "1777888705",
"uncertainty": 120
},
"stopId": "0:LACROIX1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777888740",
"uncertainty": 120
},
"departure": {
"time": "1777888740",
"uncertainty": 120
},
"stopId": "0:BRION1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777888800",
"uncertainty": 120
},
"departure": {
"time": "1777888800",
"uncertainty": 120
},
"stopId": "0:FELIX376",
"stopSequence": 5
},
{
"arrival": {
"time": "1777888880",
"uncertainty": 120
},
"departure": {
"time": "1777888880",
"uncertainty": 120
},
"stopId": "0:VIGNES1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777888906",
"uncertainty": 120
},
"departure": {
"time": "1777888906",
"uncertainty": 120
},
"stopId": "0:MIRABEL1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777888938",
"uncertainty": 120
},
"departure": {
"time": "1777888938",
"uncertainty": 120
},
"stopId": "0:BUTTE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777888980",
"uncertainty": 120
},
"departure": {
"time": "1777888980",
"uncertainty": 120
},
"stopId": "0:BUCHOZ1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777889037",
"uncertainty": 120
},
"departure": {
"time": "1777889037",
"uncertainty": 120
},
"stopId": "0:NJUNG1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777889108",
"uncertainty": 120
},
"departure": {
"time": "1777889108",
"uncertainty": 120
},
"stopId": "0:LEMOYNE1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777889146",
"uncertainty": 120
},
"departure": {
"time": "1777889146",
"uncertainty": 120
},
"stopId": "0:COLIBRI1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777889186",
"uncertainty": 120
},
"departure": {
"time": "1777889186",
"uncertainty": 120
},
"stopId": "0:TIGNO414",
"stopSequence": 13
},
{
"arrival": {
"time": "1777889340",
"uncertainty": 120
},
"departure": {
"time": "1777889340",
"uncertainty": 120
},
"stopId": "0:FMOSELL1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777889400",
"uncertainty": 120
},
"departure": {
"time": "1777889400",
"uncertainty": 120
},
"stopId": "0:LUXE",
"stopSequence": 15
},
{
"arrival": {
"time": "1777889540",
"uncertainty": 120
},
"departure": {
"time": "1777889540",
"uncertainty": 120
},
"stopId": "0:POINCAR1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777889700",
"uncertainty": 120
},
"departure": {
"time": "1777889700",
"uncertainty": 120
},
"stopId": "0:CANAL102",
"stopSequence": 17
},
{
"arrival": {
"time": "1777889797",
"uncertainty": 120
},
"departure": {
"time": "1777889797",
"uncertainty": 120
},
"stopId": "0:VACQUI02",
"stopSequence": 18
},
{
"arrival": {
"time": "1777889996",
"uncertainty": 120
},
"departure": {
"time": "1777889996",
"uncertainty": 120
},
"stopId": "0:COUVENT1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777890047",
"uncertainty": 120
},
"departure": {
"time": "1777890047",
"uncertainty": 120
},
"stopId": "0:MEURISS1",
"stopSequence": 20
},
{
"arrival": {
"time": "1777890060",
"uncertainty": 120
},
"departure": {
"time": "1777890060",
"uncertainty": 120
},
"stopId": "0:NATION2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777890144",
"uncertainty": 120
},
"departure": {
"time": "1777890144",
"uncertainty": 120
},
"stopId": "0:SCHAFF01",
"stopSequence": 22
},
{
"arrival": {
"time": "1777890240",
"uncertainty": 120
},
"departure": {
"time": "1777890240",
"uncertainty": 120
},
"stopId": "0:LOGES1",
"stopSequence": 23
},
{
"arrival": {
"time": "1777890307",
"uncertainty": 120
},
"departure": {
"time": "1777890307",
"uncertainty": 120
},
"stopId": "0:SEMINAI2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777890379",
"uncertainty": 120
},
"departure": {
"time": "1777890379",
"uncertainty": 120
},
"stopId": "0:STANDRE3",
"stopSequence": 25
},
{
"arrival": {
"time": "1777890460",
"uncertainty": 120
},
"departure": {
"time": "1777890460",
"uncertainty": 120
},
"stopId": "0:SUGNON1",
"stopSequence": 26
},
{
"arrival": {
"time": "1777890540",
"uncertainty": 120
},
"departure": {
"time": "1777890540",
"uncertainty": 120
},
"stopId": "0:LYAUTE99",
"stopSequence": 27
},
{
"arrival": {
"time": "1777890609",
"uncertainty": 120
},
"departure": {
"time": "1777890609",
"uncertainty": 120
},
"stopId": "0:JERUSAL2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777890668",
"uncertainty": 120
},
"departure": {
"time": "1777890668",
"uncertainty": 120
},
"stopId": "0:COLSON2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777890811",
"uncertainty": 120
},
"departure": {
"time": "1777890811",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:SABLIER2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777891066",
"uncertainty": 120
},
"stopId": "0:CUGNOT1",
"stopSequence": 31
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "15",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11976888"
}
}
},
{
"id": "1853812",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777884240",
"uncertainty": 120
},
"stopId": "0:MOULMAI1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777884378",
"uncertainty": 120
},
"departure": {
"time": "1777884378",
"uncertainty": 120
},
"stopId": "0:MOULIN86",
"stopSequence": 2
},
{
"arrival": {
"time": "1777884437",
"uncertainty": 120
},
"departure": {
"time": "1777884437",
"uncertainty": 120
},
"stopId": "0:VIEAUX1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777884508",
"uncertainty": 120
},
"departure": {
"time": "1777884511",
"uncertainty": 120
},
"stopId": "0:PREVIL01",
"stopSequence": 4
},
{
"arrival": {
"time": "1777884577",
"uncertainty": 120
},
"departure": {
"time": "1777884577",
"uncertainty": 120
},
"stopId": "0:ARDECHE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777884644",
"uncertainty": 120
},
"departure": {
"time": "1777884644",
"uncertainty": 120
},
"stopId": "0:LORRAIN1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777884802",
"uncertainty": 120
},
"departure": {
"time": "1777884802",
"uncertainty": 120
},
"stopId": "0:3HAIES1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777884846",
"uncertainty": 120
},
"departure": {
"time": "1777884846",
"uncertainty": 120
},
"stopId": "0:CONSTAN1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777884884",
"uncertainty": 120
},
"departure": {
"time": "1777884884",
"uncertainty": 120
},
"stopId": "0:PAQUERE1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777884931",
"uncertainty": 120
},
"departure": {
"time": "1777884931",
"uncertainty": 120
},
"stopId": "0:SAVOIE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777884998",
"uncertainty": 120
},
"departure": {
"time": "1777884998",
"uncertainty": 120
},
"stopId": "0:ALSACE1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777885046",
"uncertainty": 120
},
"departure": {
"time": "1777885046",
"uncertainty": 120
},
"stopId": "0:HTRHELE1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777885195",
"uncertainty": 120
},
"departure": {
"time": "1777885201",
"uncertainty": 120
},
"stopId": "0:08MAI01",
"stopSequence": 13
},
{
"arrival": {
"time": "1777885262",
"uncertainty": 120
},
"departure": {
"time": "1777885262",
"uncertainty": 120
},
"stopId": "0:FRICHES1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777885322",
"uncertainty": 120
},
"departure": {
"time": "1777885322",
"uncertainty": 120
},
"stopId": "0:FOSSE1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777885361",
"uncertainty": 120
},
"departure": {
"time": "1777885361",
"uncertainty": 120
},
"stopId": "0:VERGERS1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777885381",
"uncertainty": 120
},
"departure": {
"time": "1777885381",
"uncertainty": 120
},
"stopId": "0:CHATRIA1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777885450",
"uncertainty": 120
},
"departure": {
"time": "1777885450",
"uncertainty": 120
},
"stopId": "0:COUVENT1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777885501",
"uncertainty": 120
},
"departure": {
"time": "1777885501",
"uncertainty": 120
},
"stopId": "0:MEURISS1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777885568",
"uncertainty": 120
},
"departure": {
"time": "1777885568",
"uncertainty": 120
},
"stopId": "0:EUROPAC1",
"stopSequence": 20
},
{
"arrival": {
"time": "1777885653",
"uncertainty": 120
},
"departure": {
"time": "1777885653",
"uncertainty": 120
},
"stopId": "0:BOTANIQ1",
"stopSequence": 21
},
{
"arrival": {
"time": "1777885685",
"uncertainty": 120
},
"departure": {
"time": "1777885685",
"uncertainty": 120
},
"stopId": "0:GENIE1",
"stopSequence": 22
},
{
"arrival": {
"time": "1777885777",
"uncertainty": 120
},
"departure": {
"time": "1777885777",
"uncertainty": 120
},
"stopId": "0:BONSEC1",
"stopSequence": 23
},
{
"arrival": {
"time": "1777885938",
"uncertainty": 120
},
"departure": {
"time": "1777885938",
"uncertainty": 120
},
"stopId": "0:ROIGE142",
"stopSequence": 24
},
{
"arrival": {
"time": "1777886077",
"uncertainty": 120
},
"departure": {
"time": "1777886077",
"uncertainty": 120
},
"stopId": "0:GARCS",
"stopSequence": 25
},
{
"arrival": {
"time": "1777886287",
"uncertainty": 120
},
"departure": {
"time": "1777886287",
"uncertainty": 120
},
"stopId": "0:LACRETL2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777886347",
"uncertainty": 120
},
"departure": {
"time": "1777886347",
"uncertainty": 120
},
"stopId": "0:PONTROU2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777886414",
"uncertainty": 120
},
"departure": {
"time": "1777886414",
"uncertainty": 120
},
"stopId": "0:RTBORNY2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777886495",
"uncertainty": 120
},
"departure": {
"time": "1777886495",
"uncertainty": 120
},
"stopId": "0:RUELLCH2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777886617",
"uncertainty": 120
},
"departure": {
"time": "1777886617",
"uncertainty": 120
},
"stopId": "0:GANNE2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777886739",
"uncertainty": 120
},
"departure": {
"time": "1777886739",
"uncertainty": 120
},
"stopId": "0:BERNARD2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777886834",
"uncertainty": 120
},
"departure": {
"time": "1777886834",
"uncertainty": 120
},
"stopId": "0:PROVENC2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777886977",
"uncertainty": 120
},
"stopId": "0:BORDES3",
"stopSequence": 33
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "14",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853812"
},
"vehicle": {
"id": "1638",
"label": "1638"
}
}
},
{
"id": "1856092",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777888200",
"uncertainty": 120
},
"stopId": "0:LANCEUM3",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "212",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11856092"
}
}
},
{
"id": "1853813",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777886040",
"uncertainty": 120
},
"stopId": "0:MOULMAI1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777886220",
"uncertainty": 120
},
"departure": {
"time": "1777886220",
"uncertainty": 120
},
"stopId": "0:MOULIN86",
"stopSequence": 2
},
{
"arrival": {
"time": "1777886271",
"uncertainty": 120
},
"departure": {
"time": "1777886271",
"uncertainty": 120
},
"stopId": "0:VIEAUX1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777886327",
"uncertainty": 120
},
"departure": {
"time": "1777886327",
"uncertainty": 120
},
"stopId": "0:PREVIL01",
"stopSequence": 4
},
{
"arrival": {
"time": "1777886355",
"uncertainty": 120
},
"departure": {
"time": "1777886355",
"uncertainty": 120
},
"stopId": "0:ARDECHE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777886396",
"uncertainty": 120
},
"departure": {
"time": "1777886396",
"uncertainty": 120
},
"stopId": "0:LORRAIN1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777886588",
"uncertainty": 120
},
"departure": {
"time": "1777886588",
"uncertainty": 120
},
"stopId": "0:3HAIES1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777886626",
"uncertainty": 120
},
"departure": {
"time": "1777886626",
"uncertainty": 120
},
"stopId": "0:CONSTAN1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777886666",
"uncertainty": 120
},
"departure": {
"time": "1777886666",
"uncertainty": 120
},
"stopId": "0:PAQUERE1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777886712",
"uncertainty": 120
},
"departure": {
"time": "1777886712",
"uncertainty": 120
},
"stopId": "0:SAVOIE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777886747",
"uncertainty": 120
},
"departure": {
"time": "1777886747",
"uncertainty": 120
},
"stopId": "0:ALSACE1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777886791",
"uncertainty": 120
},
"departure": {
"time": "1777886791",
"uncertainty": 120
},
"stopId": "0:HTRHELE1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777886916",
"uncertainty": 120
},
"departure": {
"time": "1777886916",
"uncertainty": 120
},
"stopId": "0:08MAI01",
"stopSequence": 13
},
{
"arrival": {
"time": "1777886977",
"uncertainty": 120
},
"departure": {
"time": "1777886977",
"uncertainty": 120
},
"stopId": "0:FRICHES1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777887047",
"uncertainty": 120
},
"departure": {
"time": "1777887047",
"uncertainty": 120
},
"stopId": "0:FOSSE1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777887090",
"uncertainty": 120
},
"departure": {
"time": "1777887090",
"uncertainty": 120
},
"stopId": "0:VERGERS1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777887126",
"uncertainty": 120
},
"departure": {
"time": "1777887126",
"uncertainty": 120
},
"stopId": "0:CHATRIA1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777887213",
"uncertainty": 120
},
"departure": {
"time": "1777887213",
"uncertainty": 120
},
"stopId": "0:COUVENT1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777887268",
"uncertainty": 120
},
"departure": {
"time": "1777887268",
"uncertainty": 120
},
"stopId": "0:MEURISS1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777887335",
"uncertainty": 120
},
"departure": {
"time": "1777887335",
"uncertainty": 120
},
"stopId": "0:EUROPAC1",
"stopSequence": 20
},
{
"arrival": {
"time": "1777887409",
"uncertainty": 120
},
"departure": {
"time": "1777887409",
"uncertainty": 120
},
"stopId": "0:BOTANIQ1",
"stopSequence": 21
},
{
"arrival": {
"time": "1777887463",
"uncertainty": 120
},
"departure": {
"time": "1777887463",
"uncertainty": 120
},
"stopId": "0:GENIE1",
"stopSequence": 22
},
{
"arrival": {
"time": "1777887581",
"uncertainty": 120
},
"departure": {
"time": "1777887581",
"uncertainty": 120
},
"stopId": "0:BONSEC1",
"stopSequence": 23
},
{
"arrival": {
"time": "1777887742",
"uncertainty": 120
},
"departure": {
"time": "1777887742",
"uncertainty": 120
},
"stopId": "0:ROIGE142",
"stopSequence": 24
},
{
"arrival": {
"time": "1777887881",
"uncertainty": 120
},
"departure": {
"time": "1777887881",
"uncertainty": 120
},
"stopId": "0:GARCS",
"stopSequence": 25
},
{
"arrival": {
"time": "1777888091",
"uncertainty": 120
},
"departure": {
"time": "1777888091",
"uncertainty": 120
},
"stopId": "0:LACRETL2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777888151",
"uncertainty": 120
},
"departure": {
"time": "1777888151",
"uncertainty": 120
},
"stopId": "0:PONTROU2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777888218",
"uncertainty": 120
},
"departure": {
"time": "1777888218",
"uncertainty": 120
},
"stopId": "0:RTBORNY2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777888299",
"uncertainty": 120
},
"departure": {
"time": "1777888299",
"uncertainty": 120
},
"stopId": "0:RUELLCH2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777888421",
"uncertainty": 120
},
"departure": {
"time": "1777888421",
"uncertainty": 120
},
"stopId": "0:GANNE2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777888543",
"uncertainty": 120
},
"departure": {
"time": "1777888543",
"uncertainty": 120
},
"stopId": "0:BERNARD2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777888638",
"uncertainty": 120
},
"departure": {
"time": "1777888638",
"uncertainty": 120
},
"stopId": "0:PROVENC2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777888781",
"uncertainty": 120
},
"stopId": "0:BORDES3",
"stopSequence": 33
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "14",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853813"
}
}
},
{
"id": "1853814",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777887840",
"uncertainty": 120
},
"stopId": "0:MOULMAI1",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "14",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853814"
}
}
},
{
"id": "1976887",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777885200",
"uncertainty": 120
},
"stopId": "0:PLAPEVI1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777885258",
"uncertainty": 120
},
"departure": {
"time": "1777885258",
"uncertainty": 120
},
"stopId": "0:MOMENE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777885297",
"uncertainty": 120
},
"departure": {
"time": "1777885297",
"uncertainty": 120
},
"stopId": "0:LACROIX1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777885323",
"uncertainty": 120
},
"departure": {
"time": "1777885323",
"uncertainty": 120
},
"stopId": "0:BRION1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777885369",
"uncertainty": 120
},
"departure": {
"time": "1777885369",
"uncertainty": 120
},
"stopId": "0:FELIX376",
"stopSequence": 5
},
{
"arrival": {
"time": "1777885489",
"uncertainty": 120
},
"departure": {
"time": "1777885489",
"uncertainty": 120
},
"stopId": "0:VIGNES1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777885516",
"uncertainty": 120
},
"departure": {
"time": "1777885516",
"uncertainty": 120
},
"stopId": "0:MIRABEL1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777885546",
"uncertainty": 120
},
"departure": {
"time": "1777885546",
"uncertainty": 120
},
"stopId": "0:BUTTE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777885608",
"uncertainty": 120
},
"departure": {
"time": "1777885608",
"uncertainty": 120
},
"stopId": "0:BUCHOZ1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777885666",
"uncertainty": 120
},
"departure": {
"time": "1777885666",
"uncertainty": 120
},
"stopId": "0:NJUNG1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777885712",
"uncertainty": 120
},
"departure": {
"time": "1777885712",
"uncertainty": 120
},
"stopId": "0:LEMOYNE1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777885763",
"uncertainty": 120
},
"departure": {
"time": "1777885763",
"uncertainty": 120
},
"stopId": "0:COLIBRI1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777885794",
"uncertainty": 120
},
"departure": {
"time": "1777885794",
"uncertainty": 120
},
"stopId": "0:TIGNO414",
"stopSequence": 13
},
{
"arrival": {
"time": "1777885927",
"uncertainty": 120
},
"departure": {
"time": "1777885927",
"uncertainty": 120
},
"stopId": "0:FMOSELL1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777885986",
"uncertainty": 120
},
"departure": {
"time": "1777885986",
"uncertainty": 120
},
"stopId": "0:LUXE",
"stopSequence": 15
},
{
"arrival": {
"time": "1777886126",
"uncertainty": 120
},
"departure": {
"time": "1777886126",
"uncertainty": 120
},
"stopId": "0:POINCAR1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777886286",
"uncertainty": 120
},
"departure": {
"time": "1777886286",
"uncertainty": 120
},
"stopId": "0:CANAL102",
"stopSequence": 17
},
{
"arrival": {
"time": "1777886383",
"uncertainty": 120
},
"departure": {
"time": "1777886383",
"uncertainty": 120
},
"stopId": "0:VACQUI02",
"stopSequence": 18
},
{
"arrival": {
"time": "1777886582",
"uncertainty": 120
},
"departure": {
"time": "1777886582",
"uncertainty": 120
},
"stopId": "0:COUVENT1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777886633",
"uncertainty": 120
},
"departure": {
"time": "1777886633",
"uncertainty": 120
},
"stopId": "0:MEURISS1",
"stopSequence": 20
},
{
"arrival": {
"time": "1777886646",
"uncertainty": 120
},
"departure": {
"time": "1777886646",
"uncertainty": 120
},
"stopId": "0:NATION2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777886730",
"uncertainty": 120
},
"departure": {
"time": "1777886730",
"uncertainty": 120
},
"stopId": "0:SCHAFF01",
"stopSequence": 22
},
{
"arrival": {
"time": "1777886826",
"uncertainty": 120
},
"departure": {
"time": "1777886826",
"uncertainty": 120
},
"stopId": "0:LOGES1",
"stopSequence": 23
},
{
"arrival": {
"time": "1777886893",
"uncertainty": 120
},
"departure": {
"time": "1777886893",
"uncertainty": 120
},
"stopId": "0:SEMINAI2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777886965",
"uncertainty": 120
},
"departure": {
"time": "1777886965",
"uncertainty": 120
},
"stopId": "0:STANDRE3",
"stopSequence": 25
},
{
"arrival": {
"time": "1777887046",
"uncertainty": 120
},
"departure": {
"time": "1777887046",
"uncertainty": 120
},
"stopId": "0:SUGNON1",
"stopSequence": 26
},
{
"arrival": {
"time": "1777887126",
"uncertainty": 120
},
"departure": {
"time": "1777887126",
"uncertainty": 120
},
"stopId": "0:LYAUTE99",
"stopSequence": 27
},
{
"arrival": {
"time": "1777887195",
"uncertainty": 120
},
"departure": {
"time": "1777887195",
"uncertainty": 120
},
"stopId": "0:JERUSAL2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777887254",
"uncertainty": 120
},
"departure": {
"time": "1777887254",
"uncertainty": 120
},
"stopId": "0:COLSON2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777887391",
"uncertainty": 120
},
"departure": {
"time": "1777887391",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:SABLIER2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777887652",
"uncertainty": 120
},
"stopId": "0:CUGNOT1",
"stopSequence": 31
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "15",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11976887"
},
"vehicle": {
"id": "609",
"label": "609"
}
}
},
{
"id": "1977012",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1777889940",
"uncertainty": 120
},
"departure": {
"time": "1777889940",
"uncertainty": 120
},
"stopId": "0:LYAUTE99"
},
{
"arrival": {
"time": "1777889950",
"uncertainty": 120
},
"departure": {
"time": "1777889950",
"uncertainty": 120
},
"stopId": "0:LYAUTE99"
},
{
"arrival": {
"time": "1777889990",
"uncertainty": 120
},
"departure": {
"time": "1777889990",
"uncertainty": 120
},
"stopId": "0:JERUSAL2"
},
{
"arrival": {
"time": "1777890032",
"uncertainty": 120
},
"departure": {
"time": "1777890032",
"uncertainty": 120
},
"stopId": "0:COLSON2"
},
{
"arrival": {
"time": "1777890084",
"uncertainty": 120
},
"departure": {
"time": "1777890084",
"uncertainty": 120
},
"stopId": "0:VACONS2"
},
{
"arrival": {
"time": "1777890128",
"uncertainty": 120
},
"departure": {
"time": "1777890128",
"uncertainty": 120
},
"stopId": "0:BLORY2"
},
{
"arrival": {
"time": "1777890180",
"uncertainty": 120
},
"departure": {
"time": "1777890180",
"uncertainty": 120
},
"stopId": "0:CHOCOL01"
},
{
"arrival": {
"time": "1777890248",
"uncertainty": 120
},
"departure": {
"time": "1777890248",
"uncertainty": 120
},
"stopId": "0:QUINT01"
},
{
"departure": {
"time": "1777888800",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777888907",
"uncertainty": 120
},
"departure": {
"time": "1777888907",
"uncertainty": 120
},
"stopId": "0:ROTONDE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777888944",
"uncertainty": 120
},
"departure": {
"time": "1777888944",
"uncertainty": 120
},
"stopId": "0:LOTINDU1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777888996",
"uncertainty": 120
},
"departure": {
"time": "1777888996",
"uncertainty": 120
},
"stopId": "0:CITSNCF1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777889040",
"uncertainty": 120
},
"departure": {
"time": "1777889040",
"uncertainty": 120
},
"stopId": "0:VOSGES1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777889081",
"uncertainty": 120
},
"departure": {
"time": "1777889081",
"uncertainty": 120
},
"stopId": "0:ALGER1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777889138",
"uncertainty": 120
},
"departure": {
"time": "1777889138",
"uncertainty": 120
},
"stopId": "0:TOURAIN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777889216",
"uncertainty": 120
},
"departure": {
"time": "1777889216",
"uncertainty": 120
},
"stopId": "0:LILAS3",
"stopSequence": 8
},
{
"arrival": {
"time": "1777889376",
"uncertainty": 120
},
"departure": {
"time": "1777889376",
"uncertainty": 120
},
"stopId": "0:COUBERT2",
"stopSequence": 9
},
{
"arrival": {
"time": "1777889438",
"uncertainty": 120
},
"departure": {
"time": "1777889438",
"uncertainty": 120
},
"stopId": "0:SIMMI527",
"stopSequence": 10
},
{
"arrival": {
"time": "1777889490",
"uncertainty": 120
},
"departure": {
"time": "1777889490",
"uncertainty": 120
},
"stopId": "0:PONSARD1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777889541",
"uncertainty": 120
},
"departure": {
"time": "1777889541",
"uncertainty": 120
},
"stopId": "0:CLMADER2",
"stopSequence": 12
},
{
"arrival": {
"time": "1777889652",
"uncertainty": 120
},
"departure": {
"time": "1777889652",
"uncertainty": 120
},
"stopId": "0:STEXUPE2",
"stopSequence": 13
},
{
"arrival": {
"time": "1777889700",
"uncertainty": 120
},
"departure": {
"time": "1777889700",
"uncertainty": 120
},
"stopId": "0:VOLONTA1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777889773",
"uncertainty": 120
},
"departure": {
"time": "1777889773",
"uncertainty": 120
},
"stopId": "0:MARCSAN1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777889827",
"uncertainty": 120
},
"departure": {
"time": "1777889827",
"uncertainty": 120
},
"stopId": "0:19NOV01",
"stopSequence": 16
},
{
"arrival": {
"time": "1777889884",
"uncertainty": 120
},
"departure": {
"time": "1777889884",
"uncertainty": 120
},
"stopId": "0:SUGNON1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777889940",
"uncertainty": 120
},
"departure": {
"time": "1777889940",
"uncertainty": 120
},
"stopId": "0:LYAUTE99",
"stopSequence": 18
},
{
"arrival": {
"time": "1777889972",
"uncertainty": 120
},
"departure": {
"time": "1777889972",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:JERUSAL2",
"stopSequence": 19
},
{
"arrival": {
"time": "1777890000",
"uncertainty": 120
},
"departure": {
"time": "1777890000",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:COLSON2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777890100",
"uncertainty": 120
},
"departure": {
"time": "1777890100",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:CHOCOL01",
"stopSequence": 21
},
{
"arrival": {
"time": "1777890144",
"uncertainty": 120
},
"departure": {
"time": "1777890144",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:QUINT01",
"stopSequence": 22
},
{
"arrival": {
"time": "1777890347",
"uncertainty": 120
},
"departure": {
"time": "1777890347",
"uncertainty": 120
},
"stopId": "0:4VENTS1",
"stopSequence": 23
},
{
"arrival": {
"time": "1777890406",
"uncertainty": 120
},
"departure": {
"time": "1777890406",
"uncertainty": 120
},
"stopId": "0:LAVOIR1",
"stopSequence": 24
},
{
"arrival": {
"time": "1777890481",
"uncertainty": 120
},
"departure": {
"time": "1777890481",
"uncertainty": 120
},
"stopId": "0:EGLISE1",
"stopSequence": 25
},
{
"arrival": {
"time": "1777890557",
"uncertainty": 120
},
"departure": {
"time": "1777890557",
"uncertainty": 120
},
"stopId": "0:LOTHAIR3",
"stopSequence": 26
},
{
"arrival": {
"time": "1777890611",
"uncertainty": 120
},
"departure": {
"time": "1777890611",
"uncertainty": 120
},
"stopId": "0:PISCINE2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777890687",
"uncertainty": 120
},
"departure": {
"time": "1777890687",
"uncertainty": 120
},
"stopId": "0:HESTAUX2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777890744",
"uncertainty": 120
},
"departure": {
"time": "1777890744",
"uncertainty": 120
},
"stopId": "0:GOUSSEL2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777890788",
"uncertainty": 120
},
"departure": {
"time": "1777890788",
"uncertainty": 120
},
"stopId": "0:CLAUDEL2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777890882",
"uncertainty": 120
},
"departure": {
"time": "1777890882",
"uncertainty": 120
},
"stopId": "0:OBERL653",
"stopSequence": 31
},
{
"arrival": {
"time": "1777890997",
"uncertainty": 120
},
"departure": {
"time": "1777890997",
"uncertainty": 120
},
"stopId": "0:PEUPLIE2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777891090",
"uncertainty": 120
},
"departure": {
"time": "1777891090",
"uncertainty": 120
},
"stopId": "0:SYMPHON3",
"stopSequence": 33
},
{
"arrival": {
"time": "1777891139",
"uncertainty": 120
},
"departure": {
"time": "1777891139",
"uncertainty": 120
},
"stopId": "0:MARCONI2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777891170",
"uncertainty": 120
},
"departure": {
"time": "1777891170",
"uncertainty": 120
},
"stopId": "0:ARAGO035",
"stopSequence": 35
},
{
"arrival": {
"time": "1777891259",
"uncertainty": 120
},
"departure": {
"time": "1777891259",
"uncertainty": 120
},
"stopId": "0:AMPERE2",
"stopSequence": 36
},
{
"arrival": {
"time": "1777891318",
"uncertainty": 120
},
"departure": {
"time": "1777891318",
"uncertainty": 120
},
"stopId": "0:METZANI2",
"stopSequence": 37
},
{
"arrival": {
"time": "1777891419",
"uncertainty": 120
},
"departure": {
"time": "1777891419",
"uncertainty": 120
},
"stopId": "0:SEBASTO2",
"stopSequence": 38
},
{
"arrival": {
"time": "1777891468",
"uncertainty": 120
},
"departure": {
"time": "1777891468",
"uncertainty": 120
},
"stopId": "0:SOLIDAR2",
"stopSequence": 39
},
{
"arrival": {
"time": "1777891537",
"uncertainty": 120
},
"departure": {
"time": "1777891537",
"uncertainty": 120
},
"stopId": "0:DRAPIER2",
"stopSequence": 40
},
{
"arrival": {
"time": "1777891605",
"uncertainty": 120
},
"departure": {
"time": "1777891605",
"uncertainty": 120
},
"stopId": "0:SELLIER2",
"stopSequence": 41
},
{
"arrival": {
"time": "1777891676",
"uncertainty": 120
},
"departure": {
"time": "1777891676",
"uncertainty": 120
},
"stopId": "0:POTIERS2",
"stopSequence": 42
},
{
"arrival": {
"time": "1777891742",
"uncertainty": 120
},
"departure": {
"time": "1777891742",
"uncertainty": 120
},
"stopId": "0:SERRURR2",
"stopSequence": 43
},
{
"arrival": {
"time": "1777891828",
"uncertainty": 120
},
"stopId": "0:HSCHUMA1",
"stopSequence": 44
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "17",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11977012"
}
}
},
{
"id": "1977011",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1777886340",
"uncertainty": 120
},
"departure": {
"time": "1777886340",
"uncertainty": 120
},
"stopId": "0:LYAUTE99"
},
{
"arrival": {
"time": "1777886350",
"uncertainty": 120
},
"departure": {
"time": "1777886350",
"uncertainty": 120
},
"stopId": "0:LYAUTE99"
},
{
"arrival": {
"time": "1777886390",
"uncertainty": 120
},
"departure": {
"time": "1777886390",
"uncertainty": 120
},
"stopId": "0:JERUSAL2"
},
{
"arrival": {
"time": "1777886432",
"uncertainty": 120
},
"departure": {
"time": "1777886432",
"uncertainty": 120
},
"stopId": "0:COLSON2"
},
{
"arrival": {
"time": "1777886484",
"uncertainty": 120
},
"departure": {
"time": "1777886484",
"uncertainty": 120
},
"stopId": "0:VACONS2"
},
{
"arrival": {
"time": "1777886528",
"uncertainty": 120
},
"departure": {
"time": "1777886528",
"uncertainty": 120
},
"stopId": "0:BLORY2"
},
{
"arrival": {
"time": "1777886580",
"uncertainty": 120
},
"departure": {
"time": "1777886580",
"uncertainty": 120
},
"stopId": "0:CHOCOL01"
},
{
"arrival": {
"time": "1777886648",
"uncertainty": 120
},
"departure": {
"time": "1777886648",
"uncertainty": 120
},
"stopId": "0:QUINT01"
},
{
"departure": {
"time": "1777885200",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777885351",
"uncertainty": 120
},
"departure": {
"time": "1777885351",
"uncertainty": 120
},
"stopId": "0:ROTONDE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777885377",
"uncertainty": 120
},
"departure": {
"time": "1777885381",
"uncertainty": 120
},
"stopId": "0:LOTINDU1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777885441",
"uncertainty": 120
},
"departure": {
"time": "1777885441",
"uncertainty": 120
},
"stopId": "0:CITSNCF1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777885480",
"uncertainty": 120
},
"departure": {
"time": "1777885480",
"uncertainty": 120
},
"stopId": "0:VOSGES1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777885511",
"uncertainty": 120
},
"departure": {
"time": "1777885511",
"uncertainty": 120
},
"stopId": "0:ALGER1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777885538",
"uncertainty": 120
},
"departure": {
"time": "1777885538",
"uncertainty": 120
},
"stopId": "0:TOURAIN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777885616",
"uncertainty": 120
},
"departure": {
"time": "1777885616",
"uncertainty": 120
},
"stopId": "0:LILAS3",
"stopSequence": 8
},
{
"arrival": {
"time": "1777885776",
"uncertainty": 120
},
"departure": {
"time": "1777885776",
"uncertainty": 120
},
"stopId": "0:COUBERT2",
"stopSequence": 9
},
{
"arrival": {
"time": "1777885838",
"uncertainty": 120
},
"departure": {
"time": "1777885838",
"uncertainty": 120
},
"stopId": "0:SIMMI527",
"stopSequence": 10
},
{
"arrival": {
"time": "1777885890",
"uncertainty": 120
},
"departure": {
"time": "1777885890",
"uncertainty": 120
},
"stopId": "0:PONSARD1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777885941",
"uncertainty": 120
},
"departure": {
"time": "1777885941",
"uncertainty": 120
},
"stopId": "0:CLMADER2",
"stopSequence": 12
},
{
"arrival": {
"time": "1777886052",
"uncertainty": 120
},
"departure": {
"time": "1777886052",
"uncertainty": 120
},
"stopId": "0:STEXUPE2",
"stopSequence": 13
},
{
"arrival": {
"time": "1777886100",
"uncertainty": 120
},
"departure": {
"time": "1777886100",
"uncertainty": 120
},
"stopId": "0:VOLONTA1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777886173",
"uncertainty": 120
},
"departure": {
"time": "1777886173",
"uncertainty": 120
},
"stopId": "0:MARCSAN1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777886227",
"uncertainty": 120
},
"departure": {
"time": "1777886227",
"uncertainty": 120
},
"stopId": "0:19NOV01",
"stopSequence": 16
},
{
"arrival": {
"time": "1777886284",
"uncertainty": 120
},
"departure": {
"time": "1777886284",
"uncertainty": 120
},
"stopId": "0:SUGNON1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777886340",
"uncertainty": 120
},
"departure": {
"time": "1777886340",
"uncertainty": 120
},
"stopId": "0:LYAUTE99",
"stopSequence": 18
},
{
"arrival": {
"time": "1777886372",
"uncertainty": 120
},
"departure": {
"time": "1777886372",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:JERUSAL2",
"stopSequence": 19
},
{
"arrival": {
"time": "1777886400",
"uncertainty": 120
},
"departure": {
"time": "1777886400",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:COLSON2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777886500",
"uncertainty": 120
},
"departure": {
"time": "1777886500",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:CHOCOL01",
"stopSequence": 21
},
{
"arrival": {
"time": "1777886544",
"uncertainty": 120
},
"departure": {
"time": "1777886544",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:QUINT01",
"stopSequence": 22
},
{
"arrival": {
"time": "1777886747",
"uncertainty": 120
},
"departure": {
"time": "1777886747",
"uncertainty": 120
},
"stopId": "0:4VENTS1",
"stopSequence": 23
},
{
"arrival": {
"time": "1777886816",
"uncertainty": 120
},
"departure": {
"time": "1777886816",
"uncertainty": 120
},
"stopId": "0:LAVOIR1",
"stopSequence": 24
},
{
"arrival": {
"time": "1777886891",
"uncertainty": 120
},
"departure": {
"time": "1777886891",
"uncertainty": 120
},
"stopId": "0:EGLISE1",
"stopSequence": 25
},
{
"arrival": {
"time": "1777886967",
"uncertainty": 120
},
"departure": {
"time": "1777886967",
"uncertainty": 120
},
"stopId": "0:LOTHAIR3",
"stopSequence": 26
},
{
"arrival": {
"time": "1777887021",
"uncertainty": 120
},
"departure": {
"time": "1777887021",
"uncertainty": 120
},
"stopId": "0:PISCINE2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777887097",
"uncertainty": 120
},
"departure": {
"time": "1777887097",
"uncertainty": 120
},
"stopId": "0:HESTAUX2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777887154",
"uncertainty": 120
},
"departure": {
"time": "1777887154",
"uncertainty": 120
},
"stopId": "0:GOUSSEL2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777887199",
"uncertainty": 120
},
"departure": {
"time": "1777887199",
"uncertainty": 120
},
"stopId": "0:CLAUDEL2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777887293",
"uncertainty": 120
},
"departure": {
"time": "1777887293",
"uncertainty": 120
},
"stopId": "0:OBERL653",
"stopSequence": 31
},
{
"arrival": {
"time": "1777887408",
"uncertainty": 120
},
"departure": {
"time": "1777887408",
"uncertainty": 120
},
"stopId": "0:PEUPLIE2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777887501",
"uncertainty": 120
},
"departure": {
"time": "1777887501",
"uncertainty": 120
},
"stopId": "0:SYMPHON3",
"stopSequence": 33
},
{
"arrival": {
"time": "1777887550",
"uncertainty": 120
},
"departure": {
"time": "1777887550",
"uncertainty": 120
},
"stopId": "0:MARCONI2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777887587",
"uncertainty": 120
},
"departure": {
"time": "1777887587",
"uncertainty": 120
},
"stopId": "0:ARAGO035",
"stopSequence": 35
},
{
"arrival": {
"time": "1777887676",
"uncertainty": 120
},
"departure": {
"time": "1777887676",
"uncertainty": 120
},
"stopId": "0:AMPERE2",
"stopSequence": 36
},
{
"arrival": {
"time": "1777887735",
"uncertainty": 120
},
"departure": {
"time": "1777887735",
"uncertainty": 120
},
"stopId": "0:METZANI2",
"stopSequence": 37
},
{
"arrival": {
"time": "1777887836",
"uncertainty": 120
},
"departure": {
"time": "1777887836",
"uncertainty": 120
},
"stopId": "0:SEBASTO2",
"stopSequence": 38
},
{
"arrival": {
"time": "1777887899",
"uncertainty": 120
},
"departure": {
"time": "1777887899",
"uncertainty": 120
},
"stopId": "0:SOLIDAR2",
"stopSequence": 39
},
{
"arrival": {
"time": "1777887968",
"uncertainty": 120
},
"departure": {
"time": "1777887968",
"uncertainty": 120
},
"stopId": "0:DRAPIER2",
"stopSequence": 40
},
{
"arrival": {
"time": "1777888036",
"uncertainty": 120
},
"departure": {
"time": "1777888036",
"uncertainty": 120
},
"stopId": "0:SELLIER2",
"stopSequence": 41
},
{
"arrival": {
"time": "1777888107",
"uncertainty": 120
},
"departure": {
"time": "1777888107",
"uncertainty": 120
},
"stopId": "0:POTIERS2",
"stopSequence": 42
},
{
"arrival": {
"time": "1777888173",
"uncertainty": 120
},
"departure": {
"time": "1777888173",
"uncertainty": 120
},
"stopId": "0:SERRURR2",
"stopSequence": 43
},
{
"arrival": {
"time": "1777888259",
"uncertainty": 120
},
"stopId": "0:HSCHUMA1",
"stopSequence": 44
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "17",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11977011"
},
"vehicle": {
"id": "831",
"label": "831"
}
}
},
{
"id": "1855322",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777888080"
},
"stopId": "0:QUOITY1",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "88",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855322"
}
}
},
{
"id": "1977042",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1777886805",
"uncertainty": 120
},
"departure": {
"time": "1777886805",
"uncertainty": 120
},
"stopId": "0:QUINT02"
},
{
"arrival": {
"time": "1777886816",
"uncertainty": 120
},
"departure": {
"time": "1777886816",
"uncertainty": 120
},
"stopId": "0:QUINT02"
},
{
"arrival": {
"time": "1777886871",
"uncertainty": 120
},
"departure": {
"time": "1777886871",
"uncertainty": 120
},
"stopId": "0:CHOCOL02"
},
{
"arrival": {
"time": "1777886945",
"uncertainty": 120
},
"departure": {
"time": "1777886945",
"uncertainty": 120
},
"stopId": "0:BLORY1"
},
{
"arrival": {
"time": "1777887033",
"uncertainty": 120
},
"departure": {
"time": "1777887033",
"uncertainty": 120
},
"stopId": "0:COLSON1"
},
{
"arrival": {
"time": "1777887063",
"uncertainty": 120
},
"departure": {
"time": "1777887063",
"uncertainty": 120
},
"stopId": "0:JERUSAL1"
},
{
"arrival": {
"time": "1777887099",
"uncertainty": 120
},
"departure": {
"time": "1777887099",
"uncertainty": 120
},
"stopId": "0:LYAUT104"
},
{
"arrival": {
"time": "1777887106",
"uncertainty": 120
},
"departure": {
"time": "1777887106",
"uncertainty": 120
},
"stopId": "0:LYAUT656"
},
{
"departure": {
"time": "1777885200",
"uncertainty": 120
},
"stopId": "0:HSCHUMA1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777885291",
"uncertainty": 120
},
"departure": {
"time": "1777885291",
"uncertainty": 120
},
"stopId": "0:SERRURR1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777885351",
"uncertainty": 120
},
"departure": {
"time": "1777885351",
"uncertainty": 120
},
"stopId": "0:POTIERS1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777885408",
"uncertainty": 120
},
"departure": {
"time": "1777885411",
"uncertainty": 120
},
"stopId": "0:SELLIER1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777885476",
"uncertainty": 120
},
"departure": {
"time": "1777885476",
"uncertainty": 120
},
"stopId": "0:DRAPIER1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777885539",
"uncertainty": 120
},
"departure": {
"time": "1777885539",
"uncertainty": 120
},
"stopId": "0:SOLIDAR1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777885601",
"uncertainty": 120
},
"departure": {
"time": "1777885601",
"uncertainty": 120
},
"stopId": "0:SEBASTO1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777885710",
"uncertainty": 120
},
"departure": {
"time": "1777885710",
"uncertainty": 120
},
"stopId": "0:METZANI1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777885791",
"uncertainty": 120
},
"departure": {
"time": "1777885791",
"uncertainty": 120
},
"stopId": "0:AMPERE1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777885903",
"uncertainty": 120
},
"departure": {
"time": "1777885903",
"uncertainty": 120
},
"stopId": "0:ARAGO002",
"stopSequence": 10
},
{
"arrival": {
"time": "1777885928",
"uncertainty": 120
},
"departure": {
"time": "1777885928",
"uncertainty": 120
},
"stopId": "0:MARCONI1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777885992",
"uncertainty": 120
},
"departure": {
"time": "1777885992",
"uncertainty": 120
},
"stopId": "0:SYMPHON1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777886097",
"uncertainty": 120
},
"departure": {
"time": "1777886097",
"uncertainty": 120
},
"stopId": "0:PEUPLIE1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777886181",
"uncertainty": 120
},
"departure": {
"time": "1777886181",
"uncertainty": 120
},
"stopId": "0:OBERL668",
"stopSequence": 14
},
{
"arrival": {
"time": "1777886264",
"uncertainty": 120
},
"departure": {
"time": "1777886264",
"uncertainty": 120
},
"stopId": "0:CLAUDEL1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777886336",
"uncertainty": 120
},
"departure": {
"time": "1777886336",
"uncertainty": 120
},
"stopId": "0:GOUSSEL1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777886359",
"uncertainty": 120
},
"departure": {
"time": "1777886359",
"uncertainty": 120
},
"stopId": "0:HESTAUX1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777886429",
"uncertainty": 120
},
"departure": {
"time": "1777886429",
"uncertainty": 120
},
"stopId": "0:PISCINE1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777886502",
"uncertainty": 120
},
"departure": {
"time": "1777886502",
"uncertainty": 120
},
"stopId": "0:LOTHAIR4",
"stopSequence": 19
},
{
"arrival": {
"time": "1777886583",
"uncertainty": 120
},
"departure": {
"time": "1777886583",
"uncertainty": 120
},
"stopId": "0:EGLISE2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777886629",
"uncertainty": 120
},
"departure": {
"time": "1777886629",
"uncertainty": 120
},
"stopId": "0:LAVOIR2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777886712",
"uncertainty": 120
},
"departure": {
"time": "1777886712",
"uncertainty": 120
},
"stopId": "0:4VENTS2",
"stopSequence": 22
},
{
"arrival": {
"time": "1777886802",
"uncertainty": 120
},
"departure": {
"time": "1777886802",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:QUINT02",
"stopSequence": 23
},
{
"arrival": {
"time": "1777886848",
"uncertainty": 120
},
"departure": {
"time": "1777886848",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:CHOCOL02",
"stopSequence": 24
},
{
"arrival": {
"time": "1777886961",
"uncertainty": 120
},
"departure": {
"time": "1777886961",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:COLSON1",
"stopSequence": 25
},
{
"arrival": {
"time": "1777886982",
"uncertainty": 120
},
"departure": {
"time": "1777886982",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:JERUSAL1",
"stopSequence": 26
},
{
"arrival": {
"time": "1777887007",
"uncertainty": 120
},
"departure": {
"time": "1777887007",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:LYAUT104",
"stopSequence": 27
},
{
"arrival": {
"time": "1777887160",
"uncertainty": 120
},
"departure": {
"time": "1777887160",
"uncertainty": 120
},
"stopId": "0:SUGNON2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777887199",
"uncertainty": 120
},
"departure": {
"time": "1777887199",
"uncertainty": 120
},
"stopId": "0:19NOV02",
"stopSequence": 29
},
{
"arrival": {
"time": "1777887243",
"uncertainty": 120
},
"departure": {
"time": "1777887243",
"uncertainty": 120
},
"stopId": "0:MARCSAN2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777887285",
"uncertainty": 120
},
"departure": {
"time": "1777887285",
"uncertainty": 120
},
"stopId": "0:VOLONTA2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777887333",
"uncertainty": 120
},
"departure": {
"time": "1777887333",
"uncertainty": 120
},
"stopId": "0:STEXUPE1",
"stopSequence": 32
},
{
"arrival": {
"time": "1777887433",
"uncertainty": 120
},
"departure": {
"time": "1777887433",
"uncertainty": 120
},
"stopId": "0:CLMADER1",
"stopSequence": 33
},
{
"arrival": {
"time": "1777887480",
"uncertainty": 120
},
"departure": {
"time": "1777887480",
"uncertainty": 120
},
"stopId": "0:PONSARD2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777887521",
"uncertainty": 120
},
"departure": {
"time": "1777887521",
"uncertainty": 120
},
"stopId": "0:SIMMI357",
"stopSequence": 35
},
{
"arrival": {
"time": "1777887563",
"uncertainty": 120
},
"departure": {
"time": "1777887563",
"uncertainty": 120
},
"stopId": "0:COUBERT1",
"stopSequence": 36
},
{
"arrival": {
"time": "1777887706",
"uncertainty": 120
},
"departure": {
"time": "1777887706",
"uncertainty": 120
},
"stopId": "0:LILAS4",
"stopSequence": 37
},
{
"arrival": {
"time": "1777887816",
"uncertainty": 120
},
"departure": {
"time": "1777887816",
"uncertainty": 120
},
"stopId": "0:TOURAIN2",
"stopSequence": 38
},
{
"arrival": {
"time": "1777887848",
"uncertainty": 120
},
"departure": {
"time": "1777887848",
"uncertainty": 120
},
"stopId": "0:ALGER2",
"stopSequence": 39
},
{
"arrival": {
"time": "1777887876",
"uncertainty": 120
},
"departure": {
"time": "1777887876",
"uncertainty": 120
},
"stopId": "0:VOSGES2",
"stopSequence": 40
},
{
"arrival": {
"time": "1777887954",
"uncertainty": 120
},
"departure": {
"time": "1777887954",
"uncertainty": 120
},
"stopId": "0:CITSNCF2",
"stopSequence": 41
},
{
"arrival": {
"time": "1777887988",
"uncertainty": 120
},
"departure": {
"time": "1777887988",
"uncertainty": 120
},
"stopId": "0:LOTINDU2",
"stopSequence": 42
},
{
"arrival": {
"time": "1777888074",
"uncertainty": 120
},
"departure": {
"time": "1777888074",
"uncertainty": 120
},
"stopId": "0:ROTONDE2",
"stopSequence": 43
},
{
"arrival": {
"time": "1777888116",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 44
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "17",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11977042"
},
"vehicle": {
"id": "833",
"label": "833"
}
}
},
{
"id": "1855309",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777886880"
},
"stopId": "0:MNVE2",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "88",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855309"
}
}
},
{
"id": "1977030",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1777890427",
"uncertainty": 120
},
"departure": {
"time": "1777890427",
"uncertainty": 120
},
"stopId": "0:QUINT02"
},
{
"arrival": {
"time": "1777890438",
"uncertainty": 120
},
"departure": {
"time": "1777890438",
"uncertainty": 120
},
"stopId": "0:QUINT02"
},
{
"arrival": {
"time": "1777890493",
"uncertainty": 120
},
"departure": {
"time": "1777890493",
"uncertainty": 120
},
"stopId": "0:CHOCOL02"
},
{
"arrival": {
"time": "1777890567",
"uncertainty": 120
},
"departure": {
"time": "1777890567",
"uncertainty": 120
},
"stopId": "0:BLORY1"
},
{
"arrival": {
"time": "1777890655",
"uncertainty": 120
},
"departure": {
"time": "1777890655",
"uncertainty": 120
},
"stopId": "0:COLSON1"
},
{
"arrival": {
"time": "1777890685",
"uncertainty": 120
},
"departure": {
"time": "1777890685",
"uncertainty": 120
},
"stopId": "0:JERUSAL1"
},
{
"arrival": {
"time": "1777890721",
"uncertainty": 120
},
"departure": {
"time": "1777890721",
"uncertainty": 120
},
"stopId": "0:LYAUT104"
},
{
"arrival": {
"time": "1777890728",
"uncertainty": 120
},
"departure": {
"time": "1777890728",
"uncertainty": 120
},
"stopId": "0:LYAUT656"
},
{
"departure": {
"time": "1777888800",
"uncertainty": 120
},
"stopId": "0:HSCHUMA1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777888900",
"uncertainty": 120
},
"departure": {
"time": "1777888900",
"uncertainty": 120
},
"stopId": "0:SERRURR1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777888969",
"uncertainty": 120
},
"departure": {
"time": "1777888969",
"uncertainty": 120
},
"stopId": "0:POTIERS1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777889029",
"uncertainty": 120
},
"departure": {
"time": "1777889029",
"uncertainty": 120
},
"stopId": "0:SELLIER1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777889097",
"uncertainty": 120
},
"departure": {
"time": "1777889097",
"uncertainty": 120
},
"stopId": "0:DRAPIER1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777889160",
"uncertainty": 120
},
"departure": {
"time": "1777889160",
"uncertainty": 120
},
"stopId": "0:SOLIDAR1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777889223",
"uncertainty": 120
},
"departure": {
"time": "1777889223",
"uncertainty": 120
},
"stopId": "0:SEBASTO1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777889332",
"uncertainty": 120
},
"departure": {
"time": "1777889332",
"uncertainty": 120
},
"stopId": "0:METZANI1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777889413",
"uncertainty": 120
},
"departure": {
"time": "1777889413",
"uncertainty": 120
},
"stopId": "0:AMPERE1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777889525",
"uncertainty": 120
},
"departure": {
"time": "1777889525",
"uncertainty": 120
},
"stopId": "0:ARAGO002",
"stopSequence": 10
},
{
"arrival": {
"time": "1777889562",
"uncertainty": 120
},
"departure": {
"time": "1777889562",
"uncertainty": 120
},
"stopId": "0:MARCONI1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777889655",
"uncertainty": 120
},
"departure": {
"time": "1777889655",
"uncertainty": 120
},
"stopId": "0:SYMPHON1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777889760",
"uncertainty": 120
},
"departure": {
"time": "1777889760",
"uncertainty": 120
},
"stopId": "0:PEUPLIE1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777889850",
"uncertainty": 120
},
"departure": {
"time": "1777889850",
"uncertainty": 120
},
"stopId": "0:OBERL668",
"stopSequence": 14
},
{
"arrival": {
"time": "1777889927",
"uncertainty": 120
},
"departure": {
"time": "1777889927",
"uncertainty": 120
},
"stopId": "0:CLAUDEL1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777889998",
"uncertainty": 120
},
"departure": {
"time": "1777889998",
"uncertainty": 120
},
"stopId": "0:GOUSSEL1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777890037",
"uncertainty": 120
},
"departure": {
"time": "1777890037",
"uncertainty": 120
},
"stopId": "0:HESTAUX1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777890107",
"uncertainty": 120
},
"departure": {
"time": "1777890107",
"uncertainty": 120
},
"stopId": "0:PISCINE1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777890180",
"uncertainty": 120
},
"departure": {
"time": "1777890180",
"uncertainty": 120
},
"stopId": "0:LOTHAIR4",
"stopSequence": 19
},
{
"arrival": {
"time": "1777890261",
"uncertainty": 120
},
"departure": {
"time": "1777890261",
"uncertainty": 120
},
"stopId": "0:EGLISE2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777890294",
"uncertainty": 120
},
"departure": {
"time": "1777890294",
"uncertainty": 120
},
"stopId": "0:LAVOIR2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777890334",
"uncertainty": 120
},
"departure": {
"time": "1777890334",
"uncertainty": 120
},
"stopId": "0:4VENTS2",
"stopSequence": 22
},
{
"arrival": {
"time": "1777890402",
"uncertainty": 120
},
"departure": {
"time": "1777890402",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:QUINT02",
"stopSequence": 23
},
{
"arrival": {
"time": "1777890448",
"uncertainty": 120
},
"departure": {
"time": "1777890448",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:CHOCOL02",
"stopSequence": 24
},
{
"arrival": {
"time": "1777890561",
"uncertainty": 120
},
"departure": {
"time": "1777890561",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:COLSON1",
"stopSequence": 25
},
{
"arrival": {
"time": "1777890582",
"uncertainty": 120
},
"departure": {
"time": "1777890582",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:JERUSAL1",
"stopSequence": 26
},
{
"arrival": {
"time": "1777890607",
"uncertainty": 120
},
"departure": {
"time": "1777890607",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:LYAUT104",
"stopSequence": 27
},
{
"arrival": {
"time": "1777890782",
"uncertainty": 120
},
"departure": {
"time": "1777890782",
"uncertainty": 120
},
"stopId": "0:SUGNON2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777890821",
"uncertainty": 120
},
"departure": {
"time": "1777890821",
"uncertainty": 120
},
"stopId": "0:19NOV02",
"stopSequence": 29
},
{
"arrival": {
"time": "1777890865",
"uncertainty": 120
},
"departure": {
"time": "1777890865",
"uncertainty": 120
},
"stopId": "0:MARCSAN2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777890907",
"uncertainty": 120
},
"departure": {
"time": "1777890907",
"uncertainty": 120
},
"stopId": "0:VOLONTA2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777890955",
"uncertainty": 120
},
"departure": {
"time": "1777890955",
"uncertainty": 120
},
"stopId": "0:STEXUPE1",
"stopSequence": 32
},
{
"arrival": {
"time": "1777891055",
"uncertainty": 120
},
"departure": {
"time": "1777891055",
"uncertainty": 120
},
"stopId": "0:CLMADER1",
"stopSequence": 33
},
{
"arrival": {
"time": "1777891102",
"uncertainty": 120
},
"departure": {
"time": "1777891102",
"uncertainty": 120
},
"stopId": "0:PONSARD2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777891143",
"uncertainty": 120
},
"departure": {
"time": "1777891143",
"uncertainty": 120
},
"stopId": "0:SIMMI357",
"stopSequence": 35
},
{
"arrival": {
"time": "1777891185",
"uncertainty": 120
},
"departure": {
"time": "1777891185",
"uncertainty": 120
},
"stopId": "0:COUBERT1",
"stopSequence": 36
},
{
"arrival": {
"time": "1777891328",
"uncertainty": 120
},
"departure": {
"time": "1777891328",
"uncertainty": 120
},
"stopId": "0:LILAS4",
"stopSequence": 37
},
{
"arrival": {
"time": "1777891438",
"uncertainty": 120
},
"departure": {
"time": "1777891438",
"uncertainty": 120
},
"stopId": "0:TOURAIN2",
"stopSequence": 38
},
{
"arrival": {
"time": "1777891469",
"uncertainty": 120
},
"departure": {
"time": "1777891469",
"uncertainty": 120
},
"stopId": "0:ALGER2",
"stopSequence": 39
},
{
"arrival": {
"time": "1777891496",
"uncertainty": 120
},
"departure": {
"time": "1777891496",
"uncertainty": 120
},
"stopId": "0:VOSGES2",
"stopSequence": 40
},
{
"arrival": {
"time": "1777891574",
"uncertainty": 120
},
"departure": {
"time": "1777891574",
"uncertainty": 120
},
"stopId": "0:CITSNCF2",
"stopSequence": 41
},
{
"arrival": {
"time": "1777891608",
"uncertainty": 120
},
"departure": {
"time": "1777891608",
"uncertainty": 120
},
"stopId": "0:LOTINDU2",
"stopSequence": 42
},
{
"arrival": {
"time": "1777891694",
"uncertainty": 120
},
"departure": {
"time": "1777891694",
"uncertainty": 120
},
"stopId": "0:ROTONDE2",
"stopSequence": 43
},
{
"arrival": {
"time": "1777891736",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 44
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "17",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11977030"
}
}
},
{
"id": "1854678",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777884480",
"uncertainty": 120
},
"stopId": "0:MAT02",
"stopSequence": 1
},
{
"arrival": {
"time": "1777884559",
"uncertainty": 120
},
"departure": {
"time": "1777884570",
"uncertainty": 120
},
"stopId": "0:MER02",
"stopSequence": 2
},
{
"arrival": {
"time": "1777884720",
"uncertainty": 120
},
"departure": {
"time": "1777884720",
"uncertainty": 120
},
"stopId": "0:EXP02",
"stopSequence": 3
},
{
"arrival": {
"time": "1777884780",
"uncertainty": 120
},
"departure": {
"time": "1777884810",
"uncertainty": 120
},
"stopId": "0:ECO02",
"stopSequence": 4
},
{
"arrival": {
"time": "1777884876",
"uncertainty": 120
},
"departure": {
"time": "1777884876",
"uncertainty": 120
},
"stopId": "0:ART02",
"stopSequence": 5
},
{
"arrival": {
"time": "1777884960",
"uncertainty": 120
},
"departure": {
"time": "1777884960",
"uncertainty": 120
},
"stopId": "0:ARA02",
"stopSequence": 6
},
{
"arrival": {
"time": "1777885020",
"uncertainty": 120
},
"departure": {
"time": "1777885020",
"uncertainty": 120
},
"stopId": "0:GRA02",
"stopSequence": 7
},
{
"arrival": {
"time": "1777885085",
"uncertainty": 120
},
"departure": {
"time": "1777885085",
"uncertainty": 120
},
"stopId": "0:BRG02",
"stopSequence": 8
},
{
"arrival": {
"time": "1777885157",
"uncertainty": 120
},
"departure": {
"time": "1777885170",
"uncertainty": 120
},
"stopId": "0:GUY02",
"stopSequence": 9
},
{
"arrival": {
"time": "1777885226",
"uncertainty": 120
},
"departure": {
"time": "1777885260",
"uncertainty": 120
},
"stopId": "0:PRO02",
"stopSequence": 10
},
{
"arrival": {
"time": "1777885320",
"uncertainty": 120
},
"departure": {
"time": "1777885320",
"uncertainty": 120
},
"stopId": "0:BEL02",
"stopSequence": 11
},
{
"arrival": {
"time": "1777885399",
"uncertainty": 120
},
"departure": {
"time": "1777885410",
"uncertainty": 120
},
"stopId": "0:CIM02",
"stopSequence": 12
},
{
"arrival": {
"time": "1777885508",
"uncertainty": 120
},
"departure": {
"time": "1777885508",
"uncertainty": 120
},
"stopId": "0:ALC02",
"stopSequence": 13
},
{
"arrival": {
"time": "1777885560",
"uncertainty": 120
},
"departure": {
"time": "1777885560",
"uncertainty": 120
},
"stopId": "0:LEG02",
"stopSequence": 14
},
{
"arrival": {
"time": "1777885632",
"uncertainty": 120
},
"departure": {
"time": "1777885632",
"uncertainty": 120
},
"stopId": "0:SEI02",
"stopSequence": 15
},
{
"arrival": {
"time": "1777885694",
"uncertainty": 120
},
"departure": {
"time": "1777885694",
"uncertainty": 120
},
"stopId": "0:POM02",
"stopSequence": 16
},
{
"arrival": {
"time": "1777885782",
"uncertainty": 120
},
"departure": {
"time": "1777885782",
"uncertainty": 120
},
"stopId": "0:GAR02",
"stopSequence": 17
},
{
"arrival": {
"time": "1777885881",
"uncertainty": 120
},
"departure": {
"time": "1777885881",
"uncertainty": 120
},
"stopId": "0:ROI02",
"stopSequence": 18
},
{
"arrival": {
"time": "1777885948",
"uncertainty": 120
},
"departure": {
"time": "1777885948",
"uncertainty": 120
},
"stopId": "0:REP02",
"stopSequence": 19
},
{
"arrival": {
"time": "1777886161",
"uncertainty": 120
},
"departure": {
"time": "1777886161",
"uncertainty": 120
},
"stopId": "0:SAU02",
"stopSequence": 20
},
{
"arrival": {
"time": "1777886221",
"uncertainty": 120
},
"stopId": "0:CTU02",
"stopSequence": 21
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "B",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854678"
},
"vehicle": {
"id": "1316",
"label": "1316"
}
}
},
{
"id": "1854679",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777885080",
"uncertainty": 120
},
"stopId": "0:MAT02",
"stopSequence": 1
},
{
"arrival": {
"time": "1777885177",
"uncertainty": 120
},
"departure": {
"time": "1777885201",
"uncertainty": 120
},
"stopId": "0:MER02",
"stopSequence": 2
},
{
"arrival": {
"time": "1777885334",
"uncertainty": 120
},
"departure": {
"time": "1777885352",
"uncertainty": 120
},
"stopId": "0:EXP02",
"stopSequence": 3
},
{
"arrival": {
"time": "1777885407",
"uncertainty": 120
},
"departure": {
"time": "1777885441",
"uncertainty": 120
},
"stopId": "0:ECO02",
"stopSequence": 4
},
{
"arrival": {
"time": "1777885504",
"uncertainty": 120
},
"departure": {
"time": "1777885504",
"uncertainty": 120
},
"stopId": "0:ART02",
"stopSequence": 5
},
{
"arrival": {
"time": "1777885591",
"uncertainty": 120
},
"departure": {
"time": "1777885591",
"uncertainty": 120
},
"stopId": "0:ARA02",
"stopSequence": 6
},
{
"arrival": {
"time": "1777885652",
"uncertainty": 120
},
"departure": {
"time": "1777885652",
"uncertainty": 120
},
"stopId": "0:GRA02",
"stopSequence": 7
},
{
"arrival": {
"time": "1777885718",
"uncertainty": 120
},
"departure": {
"time": "1777885718",
"uncertainty": 120
},
"stopId": "0:BRG02",
"stopSequence": 8
},
{
"arrival": {
"time": "1777885789",
"uncertainty": 120
},
"departure": {
"time": "1777885789",
"uncertainty": 120
},
"stopId": "0:GUY02",
"stopSequence": 9
},
{
"arrival": {
"time": "1777885845",
"uncertainty": 120
},
"departure": {
"time": "1777885845",
"uncertainty": 120
},
"stopId": "0:PRO02",
"stopSequence": 10
},
{
"arrival": {
"time": "1777885908",
"uncertainty": 120
},
"departure": {
"time": "1777885908",
"uncertainty": 120
},
"stopId": "0:BEL02",
"stopSequence": 11
},
{
"arrival": {
"time": "1777885989",
"uncertainty": 120
},
"departure": {
"time": "1777885989",
"uncertainty": 120
},
"stopId": "0:CIM02",
"stopSequence": 12
},
{
"arrival": {
"time": "1777886066",
"uncertainty": 120
},
"departure": {
"time": "1777886066",
"uncertainty": 120
},
"stopId": "0:ALC02",
"stopSequence": 13
},
{
"arrival": {
"time": "1777886118",
"uncertainty": 120
},
"departure": {
"time": "1777886118",
"uncertainty": 120
},
"stopId": "0:LEG02",
"stopSequence": 14
},
{
"arrival": {
"time": "1777886190",
"uncertainty": 120
},
"departure": {
"time": "1777886190",
"uncertainty": 120
},
"stopId": "0:SEI02",
"stopSequence": 15
},
{
"arrival": {
"time": "1777886252",
"uncertainty": 120
},
"departure": {
"time": "1777886252",
"uncertainty": 120
},
"stopId": "0:POM02",
"stopSequence": 16
},
{
"arrival": {
"time": "1777886340",
"uncertainty": 120
},
"departure": {
"time": "1777886340",
"uncertainty": 120
},
"stopId": "0:GAR02",
"stopSequence": 17
},
{
"arrival": {
"time": "1777886439",
"uncertainty": 120
},
"departure": {
"time": "1777886439",
"uncertainty": 120
},
"stopId": "0:ROI02",
"stopSequence": 18
},
{
"arrival": {
"time": "1777886507",
"uncertainty": 120
},
"departure": {
"time": "1777886507",
"uncertainty": 120
},
"stopId": "0:REP02",
"stopSequence": 19
},
{
"arrival": {
"time": "1777886723",
"uncertainty": 120
},
"departure": {
"time": "1777886723",
"uncertainty": 120
},
"stopId": "0:SAU02",
"stopSequence": 20
},
{
"arrival": {
"time": "1777886784",
"uncertainty": 120
},
"stopId": "0:CTU02",
"stopSequence": 21
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "B",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854679"
},
"vehicle": {
"id": "1321",
"label": "1321"
}
}
},
{
"id": "1854195",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777884600",
"uncertainty": 120
},
"stopId": "0:MIC02",
"stopSequence": 1
},
{
"arrival": {
"time": "1777884683",
"uncertainty": 120
},
"departure": {
"time": "1777884692",
"uncertainty": 120
},
"stopId": "0:COL02",
"stopSequence": 2
},
{
"arrival": {
"time": "1777884752",
"uncertainty": 120
},
"departure": {
"time": "1777884752",
"uncertainty": 120
},
"stopId": "0:CLO02",
"stopSequence": 3
},
{
"arrival": {
"time": "1777884843",
"uncertainty": 120
},
"departure": {
"time": "1777884843",
"uncertainty": 120
},
"stopId": "0:BLE02",
"stopSequence": 4
},
{
"arrival": {
"time": "1777884901",
"uncertainty": 120
},
"departure": {
"time": "1777884901",
"uncertainty": 120
},
"stopId": "0:BOR02",
"stopSequence": 5
},
{
"arrival": {
"time": "1777884986",
"uncertainty": 120
},
"departure": {
"time": "1777884992",
"uncertainty": 120
},
"stopId": "0:PRO02",
"stopSequence": 6
},
{
"arrival": {
"time": "1777885072",
"uncertainty": 120
},
"departure": {
"time": "1777885082",
"uncertainty": 120
},
"stopId": "0:BEL02",
"stopSequence": 7
},
{
"arrival": {
"time": "1777885162",
"uncertainty": 120
},
"departure": {
"time": "1777885202",
"uncertainty": 120
},
"stopId": "0:CIM02",
"stopSequence": 8
},
{
"arrival": {
"time": "1777885276",
"uncertainty": 120
},
"departure": {
"time": "1777885292",
"uncertainty": 120
},
"stopId": "0:ALC02",
"stopSequence": 9
},
{
"arrival": {
"time": "1777885343",
"uncertainty": 120
},
"departure": {
"time": "1777885352",
"uncertainty": 120
},
"stopId": "0:LEG02",
"stopSequence": 10
},
{
"arrival": {
"time": "1777885422",
"uncertainty": 120
},
"departure": {
"time": "1777885472",
"uncertainty": 120
},
"stopId": "0:SEI02",
"stopSequence": 11
},
{
"arrival": {
"time": "1777885534",
"uncertainty": 120
},
"departure": {
"time": "1777885534",
"uncertainty": 120
},
"stopId": "0:POM02",
"stopSequence": 12
},
{
"arrival": {
"time": "1777885622",
"uncertainty": 120
},
"departure": {
"time": "1777885622",
"uncertainty": 120
},
"stopId": "0:GAR02",
"stopSequence": 13
},
{
"arrival": {
"time": "1777885720",
"uncertainty": 120
},
"departure": {
"time": "1777885720",
"uncertainty": 120
},
"stopId": "0:ROI02",
"stopSequence": 14
},
{
"arrival": {
"time": "1777885787",
"uncertainty": 120
},
"departure": {
"time": "1777885787",
"uncertainty": 120
},
"stopId": "0:REP02",
"stopSequence": 15
},
{
"arrival": {
"time": "1777885965",
"uncertainty": 120
},
"departure": {
"time": "1777885965",
"uncertainty": 120
},
"stopId": "0:LUX02",
"stopSequence": 16
},
{
"arrival": {
"time": "1777886026",
"uncertainty": 120
},
"departure": {
"time": "1777886026",
"uncertainty": 120
},
"stopId": "0:VIN02",
"stopSequence": 17
},
{
"arrival": {
"time": "1777886097",
"uncertainty": 120
},
"departure": {
"time": "1777886097",
"uncertainty": 120
},
"stopId": "0:PON02",
"stopSequence": 18
},
{
"arrival": {
"time": "1777886179",
"uncertainty": 120
},
"departure": {
"time": "1777886179",
"uncertainty": 120
},
"stopId": "0:ROC02",
"stopSequence": 19
},
{
"arrival": {
"time": "1777886281",
"uncertainty": 120
},
"departure": {
"time": "1777886281",
"uncertainty": 120
},
"stopId": "0:BER02",
"stopSequence": 20
},
{
"arrival": {
"time": "1777886340",
"uncertainty": 120
},
"departure": {
"time": "1777886340",
"uncertainty": 120
},
"stopId": "0:CAS02",
"stopSequence": 21
},
{
"arrival": {
"time": "1777886485",
"uncertainty": 120
},
"departure": {
"time": "1777886485",
"uncertainty": 120
},
"stopId": "0:JOB02",
"stopSequence": 22
},
{
"arrival": {
"time": "1777886604",
"uncertainty": 120
},
"departure": {
"time": "1777886604",
"uncertainty": 120
},
"stopId": "0:ROU02",
"stopSequence": 23
},
{
"arrival": {
"time": "1777886712",
"uncertainty": 120
},
"departure": {
"time": "1777886712",
"uncertainty": 120
},
"stopId": "0:CHA02",
"stopSequence": 24
},
{
"arrival": {
"time": "1777886813",
"uncertainty": 120
},
"departure": {
"time": "1777886813",
"uncertainty": 120
},
"stopId": "0:FON02",
"stopSequence": 25
},
{
"arrival": {
"time": "1777886845",
"uncertainty": 120
},
"stopId": "0:WOI02",
"stopSequence": 26
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854195"
},
"vehicle": {
"id": "1324",
"label": "1324"
}
}
},
{
"id": "1856420",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777886820",
"uncertainty": 120
},
"stopId": "0:FELIX420",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "6",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11856420"
}
}
},
{
"id": "1856421",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777888020",
"uncertainty": 120
},
"stopId": "0:FELIX420",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "6",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11856421"
}
}
},
{
"id": "1856417",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777883220",
"uncertainty": 120
},
"stopId": "0:FELIX420",
"stopSequence": 1
},
{
"arrival": {
"time": "1777883319",
"uncertainty": 120
},
"departure": {
"time": "1777883319",
"uncertainty": 120
},
"stopId": "0:CASTORS1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777883342",
"uncertainty": 120
},
"departure": {
"time": "1777883342",
"uncertainty": 120
},
"stopId": "0:TORTUE1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777883413",
"uncertainty": 120
},
"departure": {
"time": "1777883413",
"uncertainty": 120
},
"stopId": "0:STSIMON1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777883432",
"uncertainty": 120
},
"departure": {
"time": "1777883432",
"uncertainty": 120
},
"stopId": "0:MARNE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777883485",
"uncertainty": 120
},
"departure": {
"time": "1777883485",
"uncertainty": 120
},
"stopId": "0:VICTOIR1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777883552",
"uncertainty": 120
},
"departure": {
"time": "1777883582",
"uncertainty": 120
},
"stopId": "0:LARDEME1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777883642",
"uncertainty": 120
},
"departure": {
"time": "1777883642",
"uncertainty": 120
},
"stopId": "0:SIGISBE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777883696",
"uncertainty": 120
},
"departure": {
"time": "1777883702",
"uncertainty": 120
},
"stopId": "0:FOCH2",
"stopSequence": 9
},
{
"arrival": {
"time": "1777883830",
"uncertainty": 120
},
"departure": {
"time": "1777883830",
"uncertainty": 120
},
"stopId": "0:BRIVAGE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777883900",
"uncertainty": 120
},
"departure": {
"time": "1777883900",
"uncertainty": 120
},
"stopId": "0:PEPINIE1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777883928",
"uncertainty": 120
},
"departure": {
"time": "1777883942",
"uncertainty": 120
},
"stopId": "0:VILLAS1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777883999",
"uncertainty": 120
},
"departure": {
"time": "1777883999",
"uncertainty": 120
},
"stopId": "0:PALAISS1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777884122",
"uncertainty": 120
},
"departure": {
"time": "1777884122",
"uncertainty": 120
},
"stopId": "0:VERLAIN1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777884299",
"uncertainty": 120
},
"departure": {
"time": "1777884302",
"uncertainty": 120
},
"stopId": "0:ROI03",
"stopSequence": 15
},
{
"arrival": {
"time": "1777884422",
"uncertainty": 120
},
"departure": {
"time": "1777884480",
"uncertainty": 120
},
"stopId": "0:REPBS",
"stopSequence": 16
},
{
"arrival": {
"time": "1777884706",
"uncertainty": 120
},
"departure": {
"time": "1777884722",
"uncertainty": 120
},
"stopId": "0:STNICOL3",
"stopSequence": 17
},
{
"arrival": {
"time": "1777884782",
"uncertainty": 120
},
"departure": {
"time": "1777884842",
"uncertainty": 120
},
"stopId": "0:GARCS",
"stopSequence": 18
},
{
"arrival": {
"time": "1777884999",
"uncertainty": 120
},
"departure": {
"time": "1777884999",
"uncertainty": 120
},
"stopId": "0:MAZELLE2",
"stopSequence": 19
},
{
"arrival": {
"time": "1777885096",
"uncertainty": 120
},
"departure": {
"time": "1777885096",
"uncertainty": 120
},
"stopId": "0:TANNEUR2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777885151",
"uncertainty": 120
},
"departure": {
"time": "1777885172",
"uncertainty": 120
},
"stopId": "0:FOURNIE2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777885209",
"uncertainty": 120
},
"departure": {
"time": "1777885209",
"uncertainty": 120
},
"stopId": "0:ARSENAL2",
"stopSequence": 22
},
{
"arrival": {
"time": "1777885382",
"uncertainty": 120
},
"departure": {
"time": "1777885382",
"uncertainty": 120
},
"stopId": "0:TANNERI2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777885432",
"uncertainty": 120
},
"departure": {
"time": "1777885432",
"uncertainty": 120
},
"stopId": "0:BURGER02",
"stopSequence": 24
},
{
"arrival": {
"time": "1777885492",
"uncertainty": 120
},
"departure": {
"time": "1777885492",
"uncertainty": 120
},
"stopId": "0:TERRESR2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777885572",
"uncertainty": 120
},
"departure": {
"time": "1777885572",
"uncertainty": 120
},
"stopId": "0:STJEGLI2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777885634",
"uncertainty": 120
},
"departure": {
"time": "1777885634",
"uncertainty": 120
},
"stopId": "0:CIMETIE2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777885681",
"uncertainty": 120
},
"departure": {
"time": "1777885681",
"uncertainty": 120
},
"stopId": "0:TILLEUL2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777885712",
"uncertainty": 120
},
"departure": {
"time": "1777885712",
"uncertainty": 120
},
"stopId": "0:ERABLE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777885782",
"uncertainty": 120
},
"departure": {
"time": "1777885782",
"uncertainty": 120
},
"stopId": "0:HETRES2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777885826",
"uncertainty": 120
},
"departure": {
"time": "1777885826",
"uncertainty": 120
},
"stopId": "0:CARRIER2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777885875",
"uncertainty": 120
},
"departure": {
"time": "1777885875",
"uncertainty": 120
},
"stopId": "0:FRENES2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777885953",
"uncertainty": 120
},
"departure": {
"time": "1777885953",
"uncertainty": 120
},
"stopId": "0:PINS02",
"stopSequence": 33
},
{
"arrival": {
"time": "1777886007",
"uncertainty": 120
},
"departure": {
"time": "1777886007",
"uncertainty": 120
},
"stopId": "0:MARRONN2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777886047",
"uncertainty": 120
},
"departure": {
"time": "1777886047",
"uncertainty": 120
},
"stopId": "0:HSORET2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777886095",
"uncertainty": 120
},
"departure": {
"time": "1777886095",
"uncertainty": 120
},
"stopId": "0:BOUZONV4",
"stopSequence": 36
},
{
"arrival": {
"time": "1777886166",
"uncertainty": 120
},
"stopId": "0:GRIMONT1",
"stopSequence": 37
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "6",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11856417"
},
"vehicle": {
"id": "2032",
"label": "2032"
}
}
},
{
"id": "1856418",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777884420",
"uncertainty": 120
},
"stopId": "0:FELIX420",
"stopSequence": 1
},
{
"arrival": {
"time": "1777884513",
"uncertainty": 120
},
"departure": {
"time": "1777884543",
"uncertainty": 120
},
"stopId": "0:CASTORS1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777884567",
"uncertainty": 120
},
"departure": {
"time": "1777884603",
"uncertainty": 120
},
"stopId": "0:TORTUE1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777884655",
"uncertainty": 120
},
"departure": {
"time": "1777884655",
"uncertainty": 120
},
"stopId": "0:STSIMON1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777884668",
"uncertainty": 120
},
"departure": {
"time": "1777884668",
"uncertainty": 120
},
"stopId": "0:MARNE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777884723",
"uncertainty": 120
},
"departure": {
"time": "1777884723",
"uncertainty": 120
},
"stopId": "0:VICTOIR1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777884779",
"uncertainty": 120
},
"departure": {
"time": "1777884779",
"uncertainty": 120
},
"stopId": "0:LARDEME1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777884829",
"uncertainty": 120
},
"departure": {
"time": "1777884829",
"uncertainty": 120
},
"stopId": "0:SIGISBE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777884924",
"uncertainty": 120
},
"departure": {
"time": "1777884933",
"uncertainty": 120
},
"stopId": "0:FOCH2",
"stopSequence": 9
},
{
"arrival": {
"time": "1777885023",
"uncertainty": 120
},
"departure": {
"time": "1777885023",
"uncertainty": 120
},
"stopId": "0:BRIVAGE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777885083",
"uncertainty": 120
},
"departure": {
"time": "1777885083",
"uncertainty": 120
},
"stopId": "0:PEPINIE1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777885109",
"uncertainty": 120
},
"departure": {
"time": "1777885143",
"uncertainty": 120
},
"stopId": "0:VILLAS1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777885188",
"uncertainty": 120
},
"departure": {
"time": "1777885188",
"uncertainty": 120
},
"stopId": "0:PALAISS1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777885292",
"uncertainty": 120
},
"departure": {
"time": "1777885292",
"uncertainty": 120
},
"stopId": "0:VERLAIN1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777885383",
"uncertainty": 120
},
"departure": {
"time": "1777885383",
"uncertainty": 120
},
"stopId": "0:ROI03",
"stopSequence": 15
},
{
"arrival": {
"time": "1777885473",
"uncertainty": 120
},
"departure": {
"time": "1777885489",
"uncertainty": 120
},
"stopId": "0:REPBS",
"stopSequence": 16
},
{
"arrival": {
"time": "1777885802",
"uncertainty": 120
},
"departure": {
"time": "1777885802",
"uncertainty": 120
},
"stopId": "0:STNICOL3",
"stopSequence": 17
},
{
"arrival": {
"time": "1777885861",
"uncertainty": 120
},
"departure": {
"time": "1777885861",
"uncertainty": 120
},
"stopId": "0:GARCS",
"stopSequence": 18
},
{
"arrival": {
"time": "1777886038",
"uncertainty": 120
},
"departure": {
"time": "1777886038",
"uncertainty": 120
},
"stopId": "0:MAZELLE2",
"stopSequence": 19
},
{
"arrival": {
"time": "1777886137",
"uncertainty": 120
},
"departure": {
"time": "1777886137",
"uncertainty": 120
},
"stopId": "0:TANNEUR2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777886193",
"uncertainty": 120
},
"departure": {
"time": "1777886193",
"uncertainty": 120
},
"stopId": "0:FOURNIE2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777886232",
"uncertainty": 120
},
"departure": {
"time": "1777886232",
"uncertainty": 120
},
"stopId": "0:ARSENAL2",
"stopSequence": 22
},
{
"arrival": {
"time": "1777886403",
"uncertainty": 120
},
"departure": {
"time": "1777886403",
"uncertainty": 120
},
"stopId": "0:TANNERI2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777886451",
"uncertainty": 120
},
"departure": {
"time": "1777886451",
"uncertainty": 120
},
"stopId": "0:BURGER02",
"stopSequence": 24
},
{
"arrival": {
"time": "1777886497",
"uncertainty": 120
},
"departure": {
"time": "1777886497",
"uncertainty": 120
},
"stopId": "0:TERRESR2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777886599",
"uncertainty": 120
},
"departure": {
"time": "1777886599",
"uncertainty": 120
},
"stopId": "0:STJEGLI2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777886662",
"uncertainty": 120
},
"departure": {
"time": "1777886662",
"uncertainty": 120
},
"stopId": "0:CIMETIE2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777886736",
"uncertainty": 120
},
"departure": {
"time": "1777886736",
"uncertainty": 120
},
"stopId": "0:TILLEUL2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777886779",
"uncertainty": 120
},
"departure": {
"time": "1777886779",
"uncertainty": 120
},
"stopId": "0:ERABLE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777886861",
"uncertainty": 120
},
"departure": {
"time": "1777886861",
"uncertainty": 120
},
"stopId": "0:HETRES2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777886924",
"uncertainty": 120
},
"departure": {
"time": "1777886924",
"uncertainty": 120
},
"stopId": "0:CARRIER2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777886968",
"uncertainty": 120
},
"departure": {
"time": "1777886968",
"uncertainty": 120
},
"stopId": "0:FRENES2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777887035",
"uncertainty": 120
},
"departure": {
"time": "1777887035",
"uncertainty": 120
},
"stopId": "0:PINS02",
"stopSequence": 33
},
{
"arrival": {
"time": "1777887079",
"uncertainty": 120
},
"departure": {
"time": "1777887079",
"uncertainty": 120
},
"stopId": "0:MARRONN2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777887111",
"uncertainty": 120
},
"departure": {
"time": "1777887111",
"uncertainty": 120
},
"stopId": "0:HSORET2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777887187",
"uncertainty": 120
},
"departure": {
"time": "1777887187",
"uncertainty": 120
},
"stopId": "0:BOUZONV4",
"stopSequence": 36
},
{
"arrival": {
"time": "1777887259",
"uncertainty": 120
},
"stopId": "0:GRIMONT1",
"stopSequence": 37
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "6",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11856418"
}
}
},
{
"id": "1880604",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777886280",
"uncertainty": 120
},
"stopId": "0:MARLY 3",
"stopSequence": 1
},
{
"arrival": {
"time": "1777886338",
"uncertainty": 120
},
"departure": {
"time": "1777886338",
"uncertainty": 120
},
"stopId": "0:NEC2",
"stopSequence": 2
},
{
"arrival": {
"time": "1777886456",
"uncertainty": 120
},
"departure": {
"time": "1777886456",
"uncertainty": 120
},
"stopId": "0:JOSEPH1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777886551",
"uncertainty": 120
},
"departure": {
"time": "1777886551",
"uncertainty": 120
},
"stopId": "0:HOTELVI1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777886648",
"uncertainty": 120
},
"departure": {
"time": "1777886648",
"uncertainty": 120
},
"stopId": "0:PJOLY1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777886747",
"uncertainty": 120
},
"departure": {
"time": "1777886747",
"uncertainty": 120
},
"stopId": "0:SORBIER1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777886834",
"uncertainty": 120
},
"departure": {
"time": "1777886834",
"uncertainty": 120
},
"stopId": "0:LESCLOS1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777886882",
"uncertainty": 120
},
"departure": {
"time": "1777886882",
"uncertainty": 120
},
"stopId": "0:GARENNE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777886937",
"uncertainty": 120
},
"departure": {
"time": "1777886937",
"uncertainty": 120
},
"stopId": "0:GRORMES1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777887011",
"uncertainty": 120
},
"departure": {
"time": "1777887011",
"uncertainty": 120
},
"stopId": "0:COSTEBE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777887081",
"uncertainty": 120
},
"departure": {
"time": "1777887081",
"uncertainty": 120
},
"stopId": "0:LUETTE2",
"stopSequence": 11
},
{
"arrival": {
"time": "1777887124",
"uncertainty": 120
},
"departure": {
"time": "1777887124",
"uncertainty": 120
},
"stopId": "0:11AVIAT2",
"stopSequence": 12
},
{
"arrival": {
"time": "1777887267",
"uncertainty": 120
},
"departure": {
"time": "1777887267",
"uncertainty": 120
},
"stopId": "0:SIMMI690",
"stopSequence": 13
},
{
"arrival": {
"time": "1777887393",
"uncertainty": 120
},
"departure": {
"time": "1777887393",
"uncertainty": 120
},
"stopId": "0:MERMOZ1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777887480",
"uncertainty": 120
},
"departure": {
"time": "1777887480",
"uncertainty": 120
},
"stopId": "0:STLADRE1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777887576",
"uncertainty": 120
},
"departure": {
"time": "1777887576",
"uncertainty": 120
},
"stopId": "0:SCHAFF02",
"stopSequence": 16
},
{
"arrival": {
"time": "1777887627",
"uncertainty": 120
},
"departure": {
"time": "1777887627",
"uncertainty": 120
},
"stopId": "0:NATION1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777887700",
"uncertainty": 120
},
"departure": {
"time": "1777887700",
"uncertainty": 120
},
"stopId": "0:EUROPAC1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777887769",
"uncertainty": 120
},
"departure": {
"time": "1777887769",
"uncertainty": 120
},
"stopId": "0:BOTANIQ1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777887819",
"uncertainty": 120
},
"departure": {
"time": "1777887819",
"uncertainty": 120
},
"stopId": "0:GENIE1",
"stopSequence": 20
},
{
"arrival": {
"time": "1777887928",
"uncertainty": 120
},
"departure": {
"time": "1777887928",
"uncertainty": 120
},
"stopId": "0:BONSEC1",
"stopSequence": 21
},
{
"arrival": {
"time": "1777888013",
"uncertainty": 120
},
"departure": {
"time": "1777888013",
"uncertainty": 120
},
"stopId": "0:ROI03",
"stopSequence": 22
},
{
"arrival": {
"time": "1777888165",
"uncertainty": 120
},
"stopId": "0:REPLYA",
"stopSequence": 23
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11880604"
}
}
},
{
"id": "1856419",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777885489",
"uncertainty": 120
},
"stopId": "0:FELIX420",
"stopSequence": 1
},
{
"arrival": {
"time": "1777885723",
"uncertainty": 120
},
"departure": {
"time": "1777885723",
"uncertainty": 120
},
"stopId": "0:CASTORS1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777885748",
"uncertainty": 120
},
"departure": {
"time": "1777885748",
"uncertainty": 120
},
"stopId": "0:TORTUE1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777885800",
"uncertainty": 120
},
"departure": {
"time": "1777885800",
"uncertainty": 120
},
"stopId": "0:STSIMON1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777885815",
"uncertainty": 120
},
"departure": {
"time": "1777885815",
"uncertainty": 120
},
"stopId": "0:MARNE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777885868",
"uncertainty": 120
},
"departure": {
"time": "1777885868",
"uncertainty": 120
},
"stopId": "0:VICTOIR1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777885926",
"uncertainty": 120
},
"departure": {
"time": "1777885926",
"uncertainty": 120
},
"stopId": "0:LARDEME1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777885975",
"uncertainty": 120
},
"departure": {
"time": "1777885975",
"uncertainty": 120
},
"stopId": "0:SIGISBE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777886064",
"uncertainty": 120
},
"departure": {
"time": "1777886064",
"uncertainty": 120
},
"stopId": "0:FOCH2",
"stopSequence": 9
},
{
"arrival": {
"time": "1777886163",
"uncertainty": 120
},
"departure": {
"time": "1777886163",
"uncertainty": 120
},
"stopId": "0:BRIVAGE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777886224",
"uncertainty": 120
},
"departure": {
"time": "1777886224",
"uncertainty": 120
},
"stopId": "0:PEPINIE1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777886252",
"uncertainty": 120
},
"departure": {
"time": "1777886252",
"uncertainty": 120
},
"stopId": "0:VILLAS1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777886298",
"uncertainty": 120
},
"departure": {
"time": "1777886298",
"uncertainty": 120
},
"stopId": "0:PALAISS1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777886408",
"uncertainty": 120
},
"departure": {
"time": "1777886408",
"uncertainty": 120
},
"stopId": "0:VERLAIN1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777886499",
"uncertainty": 120
},
"departure": {
"time": "1777886499",
"uncertainty": 120
},
"stopId": "0:ROI03",
"stopSequence": 15
},
{
"arrival": {
"time": "1777886626",
"uncertainty": 120
},
"departure": {
"time": "1777886626",
"uncertainty": 120
},
"stopId": "0:REPBS",
"stopSequence": 16
},
{
"arrival": {
"time": "1777886800",
"uncertainty": 120
},
"departure": {
"time": "1777886800",
"uncertainty": 120
},
"stopId": "0:STNICOL3",
"stopSequence": 17
},
{
"arrival": {
"time": "1777886845",
"uncertainty": 120
},
"departure": {
"time": "1777886845",
"uncertainty": 120
},
"stopId": "0:GARCS",
"stopSequence": 18
},
{
"arrival": {
"time": "1777886995",
"uncertainty": 120
},
"departure": {
"time": "1777886995",
"uncertainty": 120
},
"stopId": "0:MAZELLE2",
"stopSequence": 19
},
{
"arrival": {
"time": "1777887112",
"uncertainty": 120
},
"departure": {
"time": "1777887112",
"uncertainty": 120
},
"stopId": "0:TANNEUR2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777887173",
"uncertainty": 120
},
"departure": {
"time": "1777887173",
"uncertainty": 120
},
"stopId": "0:FOURNIE2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777887225",
"uncertainty": 120
},
"departure": {
"time": "1777887225",
"uncertainty": 120
},
"stopId": "0:ARSENAL2",
"stopSequence": 22
},
{
"arrival": {
"time": "1777887371",
"uncertainty": 120
},
"departure": {
"time": "1777887371",
"uncertainty": 120
},
"stopId": "0:TANNERI2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777887403",
"uncertainty": 120
},
"departure": {
"time": "1777887403",
"uncertainty": 120
},
"stopId": "0:BURGER02",
"stopSequence": 24
},
{
"arrival": {
"time": "1777887449",
"uncertainty": 120
},
"departure": {
"time": "1777887449",
"uncertainty": 120
},
"stopId": "0:TERRESR2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777887551",
"uncertainty": 120
},
"departure": {
"time": "1777887551",
"uncertainty": 120
},
"stopId": "0:STJEGLI2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777887614",
"uncertainty": 120
},
"departure": {
"time": "1777887614",
"uncertainty": 120
},
"stopId": "0:CIMETIE2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777887688",
"uncertainty": 120
},
"departure": {
"time": "1777887688",
"uncertainty": 120
},
"stopId": "0:TILLEUL2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777887731",
"uncertainty": 120
},
"departure": {
"time": "1777887731",
"uncertainty": 120
},
"stopId": "0:ERABLE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777887813",
"uncertainty": 120
},
"departure": {
"time": "1777887813",
"uncertainty": 120
},
"stopId": "0:HETRES2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777887876",
"uncertainty": 120
},
"departure": {
"time": "1777887876",
"uncertainty": 120
},
"stopId": "0:CARRIER2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777887920",
"uncertainty": 120
},
"departure": {
"time": "1777887920",
"uncertainty": 120
},
"stopId": "0:FRENES2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777887987",
"uncertainty": 120
},
"departure": {
"time": "1777887987",
"uncertainty": 120
},
"stopId": "0:PINS02",
"stopSequence": 33
},
{
"arrival": {
"time": "1777888031",
"uncertainty": 120
},
"departure": {
"time": "1777888031",
"uncertainty": 120
},
"stopId": "0:MARRONN2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777888063",
"uncertainty": 120
},
"departure": {
"time": "1777888063",
"uncertainty": 120
},
"stopId": "0:HSORET2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777888139",
"uncertainty": 120
},
"departure": {
"time": "1777888139",
"uncertainty": 120
},
"stopId": "0:BOUZONV4",
"stopSequence": 36
},
{
"arrival": {
"time": "1777888211",
"uncertainty": 120
},
"stopId": "0:GRIMONT1",
"stopSequence": 37
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "6",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11856419"
},
"vehicle": {
"id": "1738",
"label": "1738"
}
}
},
{
"id": "1880605",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777887060",
"uncertainty": 120
},
"stopId": "0:MARLY 3",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11880605"
}
}
},
{
"id": "1880606",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777888020",
"uncertainty": 120
},
"stopId": "0:MARLY 3",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11880606"
}
}
},
{
"id": "1880607",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777888920",
"uncertainty": 120
},
"stopId": "0:MARLY 3",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11880607"
}
}
},
{
"id": "2051039",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1777884519",
"uncertainty": 120
},
"departure": {
"time": "1777884519",
"uncertainty": 120
},
"stopId": "0:SAULCNF1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777885120",
"uncertainty": 120
},
"departure": {
"time": "1777885120",
"uncertainty": 120
},
"stopId": "0:STSYMPH1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777885821"
},
"stopId": "0:LONGCEN1",
"stopSequence": 4
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "O2",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_12051039"
},
"vehicle": {
"id": "12347",
"label": "12347"
}
}
},
{
"id": "1880601",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777883613",
"uncertainty": 120
},
"stopId": "0:MARLY 3",
"stopSequence": 1
},
{
"arrival": {
"time": "1777883648",
"uncertainty": 120
},
"departure": {
"time": "1777883648",
"uncertainty": 120
},
"stopId": "0:NEC2",
"stopSequence": 2
},
{
"arrival": {
"time": "1777883802",
"uncertainty": 120
},
"departure": {
"time": "1777883802",
"uncertainty": 120
},
"stopId": "0:JOSEPH1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777883863",
"uncertainty": 120
},
"departure": {
"time": "1777883863",
"uncertainty": 120
},
"stopId": "0:HOTELVI1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777883954",
"uncertainty": 120
},
"departure": {
"time": "1777883954",
"uncertainty": 120
},
"stopId": "0:PJOLY1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777884054",
"uncertainty": 120
},
"departure": {
"time": "1777884060",
"uncertainty": 120
},
"stopId": "0:SORBIER1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777884140",
"uncertainty": 120
},
"departure": {
"time": "1777884150",
"uncertainty": 120
},
"stopId": "0:LESCLOS1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777884190",
"uncertainty": 120
},
"departure": {
"time": "1777884190",
"uncertainty": 120
},
"stopId": "0:GARENNE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777884254",
"uncertainty": 120
},
"departure": {
"time": "1777884254",
"uncertainty": 120
},
"stopId": "0:GRORMES1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777884308",
"uncertainty": 120
},
"departure": {
"time": "1777884308",
"uncertainty": 120
},
"stopId": "0:COSTEBE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777884374",
"uncertainty": 120
},
"departure": {
"time": "1777884374",
"uncertainty": 120
},
"stopId": "0:LUETTE2",
"stopSequence": 11
},
{
"arrival": {
"time": "1777884409",
"uncertainty": 120
},
"departure": {
"time": "1777884409",
"uncertainty": 120
},
"stopId": "0:11AVIAT2",
"stopSequence": 12
},
{
"arrival": {
"time": "1777884510",
"uncertainty": 120
},
"departure": {
"time": "1777884510",
"uncertainty": 120
},
"stopId": "0:SIMMI690",
"stopSequence": 13
},
{
"arrival": {
"time": "1777884609",
"uncertainty": 120
},
"departure": {
"time": "1777884690",
"uncertainty": 120
},
"stopId": "0:MERMOZ1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777884780",
"uncertainty": 120
},
"departure": {
"time": "1777884810",
"uncertainty": 120
},
"stopId": "0:STLADRE1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777884925",
"uncertainty": 120
},
"departure": {
"time": "1777884930",
"uncertainty": 120
},
"stopId": "0:SCHAFF02",
"stopSequence": 16
},
{
"arrival": {
"time": "1777885110",
"uncertainty": 120
},
"departure": {
"time": "1777885110",
"uncertainty": 120
},
"stopId": "0:NATION1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777885170",
"uncertainty": 120
},
"departure": {
"time": "1777885170",
"uncertainty": 120
},
"stopId": "0:EUROPAC1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777885253",
"uncertainty": 120
},
"departure": {
"time": "1777885320",
"uncertainty": 120
},
"stopId": "0:BOTANIQ1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777885350",
"uncertainty": 120
},
"departure": {
"time": "1777885350",
"uncertainty": 120
},
"stopId": "0:GENIE1",
"stopSequence": 20
},
{
"arrival": {
"time": "1777885440",
"uncertainty": 120
},
"departure": {
"time": "1777885471",
"uncertainty": 120
},
"stopId": "0:BONSEC1",
"stopSequence": 21
},
{
"arrival": {
"time": "1777885534",
"uncertainty": 120
},
"departure": {
"time": "1777885534",
"uncertainty": 120
},
"stopId": "0:ROI03",
"stopSequence": 22
},
{
"arrival": {
"time": "1777885686",
"uncertainty": 120
},
"stopId": "0:REPLYA",
"stopSequence": 23
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11880601"
},
"vehicle": {
"id": "541",
"label": "541"
}
}
},
{
"id": "1880603",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777885351",
"uncertainty": 120
},
"stopId": "0:MARLY 3",
"stopSequence": 1
},
{
"arrival": {
"time": "1777885401",
"uncertainty": 120
},
"departure": {
"time": "1777885401",
"uncertainty": 120
},
"stopId": "0:NEC2",
"stopSequence": 2
},
{
"arrival": {
"time": "1777885484",
"uncertainty": 120
},
"departure": {
"time": "1777885484",
"uncertainty": 120
},
"stopId": "0:JOSEPH1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777885559",
"uncertainty": 120
},
"departure": {
"time": "1777885559",
"uncertainty": 120
},
"stopId": "0:HOTELVI1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777885663",
"uncertainty": 120
},
"departure": {
"time": "1777885663",
"uncertainty": 120
},
"stopId": "0:PJOLY1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777885762",
"uncertainty": 120
},
"departure": {
"time": "1777885762",
"uncertainty": 120
},
"stopId": "0:SORBIER1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777885846",
"uncertainty": 120
},
"departure": {
"time": "1777885846",
"uncertainty": 120
},
"stopId": "0:LESCLOS1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777885889",
"uncertainty": 120
},
"departure": {
"time": "1777885889",
"uncertainty": 120
},
"stopId": "0:GARENNE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777885939",
"uncertainty": 120
},
"departure": {
"time": "1777885939",
"uncertainty": 120
},
"stopId": "0:GRORMES1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777886007",
"uncertainty": 120
},
"departure": {
"time": "1777886007",
"uncertainty": 120
},
"stopId": "0:COSTEBE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777886080",
"uncertainty": 120
},
"departure": {
"time": "1777886080",
"uncertainty": 120
},
"stopId": "0:LUETTE2",
"stopSequence": 11
},
{
"arrival": {
"time": "1777886126",
"uncertainty": 120
},
"departure": {
"time": "1777886126",
"uncertainty": 120
},
"stopId": "0:11AVIAT2",
"stopSequence": 12
},
{
"arrival": {
"time": "1777886224",
"uncertainty": 120
},
"departure": {
"time": "1777886224",
"uncertainty": 120
},
"stopId": "0:SIMMI690",
"stopSequence": 13
},
{
"arrival": {
"time": "1777886356",
"uncertainty": 120
},
"departure": {
"time": "1777886356",
"uncertainty": 120
},
"stopId": "0:MERMOZ1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777886423",
"uncertainty": 120
},
"departure": {
"time": "1777886423",
"uncertainty": 120
},
"stopId": "0:STLADRE1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777886540",
"uncertainty": 120
},
"departure": {
"time": "1777886540",
"uncertainty": 120
},
"stopId": "0:SCHAFF02",
"stopSequence": 16
},
{
"arrival": {
"time": "1777886639",
"uncertainty": 120
},
"departure": {
"time": "1777886639",
"uncertainty": 120
},
"stopId": "0:NATION1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777886716",
"uncertainty": 120
},
"departure": {
"time": "1777886716",
"uncertainty": 120
},
"stopId": "0:EUROPAC1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777886802",
"uncertainty": 120
},
"departure": {
"time": "1777886802",
"uncertainty": 120
},
"stopId": "0:BOTANIQ1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777886838",
"uncertainty": 120
},
"departure": {
"time": "1777886838",
"uncertainty": 120
},
"stopId": "0:GENIE1",
"stopSequence": 20
},
{
"arrival": {
"time": "1777886937",
"uncertainty": 120
},
"departure": {
"time": "1777886937",
"uncertainty": 120
},
"stopId": "0:BONSEC1",
"stopSequence": 21
},
{
"arrival": {
"time": "1777887016",
"uncertainty": 120
},
"departure": {
"time": "1777887016",
"uncertainty": 120
},
"stopId": "0:ROI03",
"stopSequence": 22
},
{
"arrival": {
"time": "1777887168",
"uncertainty": 120
},
"stopId": "0:REPLYA",
"stopSequence": 23
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11880603"
},
"vehicle": {
"id": "1141",
"label": "1141"
}
}
},
{
"id": "2051032",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777886400",
"uncertainty": 120
},
"stopId": "0:LONGCEN1",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "O2",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_12051032"
}
}
},
{
"id": "1855000",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777888560",
"uncertainty": 120
},
"stopId": "0:PREFECT1",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "83",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855000"
}
}
},
{
"id": "1854996",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777885440",
"uncertainty": 120
},
"stopId": "0:PREFECT1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777885497",
"uncertainty": 120
},
"departure": {
"time": "1777885497",
"uncertainty": 120
},
"stopId": "0:PLCHAM01",
"stopSequence": 2
},
{
"arrival": {
"time": "1777885542",
"uncertainty": 120
},
"departure": {
"time": "1777885542",
"uncertainty": 120
},
"stopId": "0:PLARMES4",
"stopSequence": 3
},
{
"arrival": {
"time": "1777885627",
"uncertainty": 120
},
"departure": {
"time": "1777885627",
"uncertainty": 120
},
"stopId": "0:CLERCS01",
"stopSequence": 4
},
{
"arrival": {
"time": "1777885723",
"uncertainty": 120
},
"departure": {
"time": "1777885723",
"uncertainty": 120
},
"stopId": "0:REPPW",
"stopSequence": 5
},
{
"arrival": {
"time": "1777885774",
"uncertainty": 120
},
"departure": {
"time": "1777885774",
"uncertainty": 120
},
"stopId": "0:COETLO02",
"stopSequence": 6
},
{
"arrival": {
"time": "1777885846",
"uncertainty": 120
},
"departure": {
"time": "1777885846",
"uncertainty": 120
},
"stopId": "0:STNICOL3",
"stopSequence": 7
},
{
"arrival": {
"time": "1777885905",
"uncertainty": 120
},
"departure": {
"time": "1777885905",
"uncertainty": 120
},
"stopId": "0:GARCS",
"stopSequence": 8
},
{
"arrival": {
"time": "1777886006",
"uncertainty": 120
},
"stopId": "0:POMS",
"stopSequence": 9
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "83",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854996"
},
"vehicle": {
"id": "1962",
"label": "1962"
}
}
},
{
"id": "1854997",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777886220",
"uncertainty": 120
},
"stopId": "0:PREFECT1",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "83",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854997"
}
}
},
{
"id": "1854998",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777887000"
},
"stopId": "0:PREFECT1",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "83",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854998"
}
}
},
{
"id": "1854999",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777887780",
"uncertainty": 120
},
"stopId": "0:PREFECT1",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "83",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854999"
}
}
},
{
"id": "1880614",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777884543",
"uncertainty": 120
},
"stopId": "0:MARLY 3",
"stopSequence": 1
},
{
"arrival": {
"time": "1777884585",
"uncertainty": 120
},
"departure": {
"time": "1777884585",
"uncertainty": 120
},
"stopId": "0:NEC2",
"stopSequence": 2
},
{
"arrival": {
"time": "1777884705",
"uncertainty": 120
},
"departure": {
"time": "1777884705",
"uncertainty": 120
},
"stopId": "0:JOSEPH1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777884775",
"uncertainty": 120
},
"departure": {
"time": "1777884783",
"uncertainty": 120
},
"stopId": "0:HOTELVI1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777884888",
"uncertainty": 120
},
"departure": {
"time": "1777884904",
"uncertainty": 120
},
"stopId": "0:PJOLY1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777885003",
"uncertainty": 120
},
"departure": {
"time": "1777885024",
"uncertainty": 120
},
"stopId": "0:SORBIER1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777885107",
"uncertainty": 120
},
"departure": {
"time": "1777885114",
"uncertainty": 120
},
"stopId": "0:LESCLOS1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777885156",
"uncertainty": 120
},
"departure": {
"time": "1777885156",
"uncertainty": 120
},
"stopId": "0:GARENNE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777885205",
"uncertainty": 120
},
"departure": {
"time": "1777885205",
"uncertainty": 120
},
"stopId": "0:GRORMES1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777885272",
"uncertainty": 120
},
"departure": {
"time": "1777885294",
"uncertainty": 120
},
"stopId": "0:COSTEBE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777885368",
"uncertainty": 120
},
"departure": {
"time": "1777885368",
"uncertainty": 120
},
"stopId": "0:LUETTE2",
"stopSequence": 11
},
{
"arrival": {
"time": "1777885414",
"uncertainty": 120
},
"departure": {
"time": "1777885414",
"uncertainty": 120
},
"stopId": "0:11AVIAT2",
"stopSequence": 12
},
{
"arrival": {
"time": "1777885524",
"uncertainty": 120
},
"departure": {
"time": "1777885524",
"uncertainty": 120
},
"stopId": "0:SIMMI690",
"stopSequence": 13
},
{
"arrival": {
"time": "1777885656",
"uncertainty": 120
},
"departure": {
"time": "1777885656",
"uncertainty": 120
},
"stopId": "0:MERMOZ1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777885720",
"uncertainty": 120
},
"departure": {
"time": "1777885720",
"uncertainty": 120
},
"stopId": "0:STLADRE1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777885837",
"uncertainty": 120
},
"departure": {
"time": "1777885837",
"uncertainty": 120
},
"stopId": "0:SCHAFF02",
"stopSequence": 16
},
{
"arrival": {
"time": "1777885937",
"uncertainty": 120
},
"departure": {
"time": "1777885937",
"uncertainty": 120
},
"stopId": "0:NATION1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777886013",
"uncertainty": 120
},
"departure": {
"time": "1777886013",
"uncertainty": 120
},
"stopId": "0:EUROPAC1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777886097",
"uncertainty": 120
},
"departure": {
"time": "1777886097",
"uncertainty": 120
},
"stopId": "0:BOTANIQ1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777886126",
"uncertainty": 120
},
"departure": {
"time": "1777886126",
"uncertainty": 120
},
"stopId": "0:GENIE1",
"stopSequence": 20
},
{
"arrival": {
"time": "1777886220",
"uncertainty": 120
},
"departure": {
"time": "1777886220",
"uncertainty": 120
},
"stopId": "0:BONSEC1",
"stopSequence": 21
},
{
"arrival": {
"time": "1777886283",
"uncertainty": 120
},
"departure": {
"time": "1777886283",
"uncertainty": 120
},
"stopId": "0:ROI03",
"stopSequence": 22
},
{
"arrival": {
"time": "1777886435",
"uncertainty": 120
},
"stopId": "0:REPLYA",
"stopSequence": 23
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11880614"
},
"vehicle": {
"id": "1245",
"label": "1245"
}
}
},
{
"id": "2051064",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777886100"
},
"stopId": "0:MOULMET1",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "O1",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_12051064"
}
}
},
{
"id": "1856516",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777887840"
},
"stopId": "0:TANNERI2",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "108",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11856516"
}
}
},
{
"id": "1855684",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777886100",
"uncertainty": 120
},
"stopId": "0:LUXE",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "107",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855684"
}
}
},
{
"id": "1856514",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777885740"
},
"stopId": "0:VILLORM1",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "108",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11856514"
}
}
},
{
"id": "1854451",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777886100"
},
"stopId": "0:PALAISS2",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "19",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854451"
}
}
},
{
"id": "1855740",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777885800",
"uncertainty": 120
},
"stopId": "0:LUXE",
"stopSequence": 1
},
{
"arrival": {
"time": "1777885938",
"uncertainty": 120
},
"departure": {
"time": "1777885938",
"uncertainty": 120
},
"stopId": "0:VAUTRIN2",
"stopSequence": 2
},
{
"arrival": {
"time": "1777886041",
"uncertainty": 120
},
"departure": {
"time": "1777886041",
"uncertainty": 120
},
"stopId": "0:PREFECT2",
"stopSequence": 3
},
{
"arrival": {
"time": "1777886104",
"uncertainty": 120
},
"departure": {
"time": "1777886104",
"uncertainty": 120
},
"stopId": "0:STGEORG2",
"stopSequence": 4
},
{
"arrival": {
"time": "1777886161",
"uncertainty": 120
},
"departure": {
"time": "1777886161",
"uncertainty": 120
},
"stopId": "0:RIMPORT2",
"stopSequence": 5
},
{
"arrival": {
"time": "1777886228",
"uncertainty": 120
},
"departure": {
"time": "1777886228",
"uncertainty": 120
},
"stopId": "0:BLIDA2",
"stopSequence": 6
},
{
"arrival": {
"time": "1777886272",
"uncertainty": 120
},
"departure": {
"time": "1777886272",
"uncertainty": 120
},
"stopId": "0:CHAMBIE2",
"stopSequence": 7
},
{
"arrival": {
"time": "1777886550",
"uncertainty": 120
},
"departure": {
"time": "1777886550",
"uncertainty": 120
},
"stopId": "0:PORTMZ2",
"stopSequence": 8
},
{
"arrival": {
"time": "1777886626",
"uncertainty": 120
},
"departure": {
"time": "1777886626",
"uncertainty": 120
},
"stopId": "0:SILOS2",
"stopSequence": 9
},
{
"arrival": {
"time": "1777886705",
"uncertainty": 120
},
"departure": {
"time": "1777886705",
"uncertainty": 120
},
"stopId": "0:GRDAMES2",
"stopSequence": 10
},
{
"arrival": {
"time": "1777886808",
"uncertainty": 120
},
"departure": {
"time": "1777886808",
"uncertainty": 120
},
"stopId": "0:IKEA2",
"stopSequence": 11
},
{
"arrival": {
"time": "1777886868",
"uncertainty": 120
},
"departure": {
"time": "1777886868",
"uncertainty": 120
},
"stopId": "0:CENTRAL2",
"stopSequence": 12
},
{
"arrival": {
"time": "1777887024",
"uncertainty": 120
},
"departure": {
"time": "1777887024",
"uncertainty": 120
},
"stopId": "0:PIERRET2",
"stopSequence": 13
},
{
"arrival": {
"time": "1777887055",
"uncertainty": 120
},
"departure": {
"time": "1777887055",
"uncertainty": 120
},
"stopId": "0:CHENEVI2",
"stopSequence": 14
},
{
"arrival": {
"time": "1777887093",
"uncertainty": 120
},
"departure": {
"time": "1777887093",
"uncertainty": 120
},
"stopId": "0:LAMAXE2",
"stopSequence": 15
},
{
"arrival": {
"time": "1777887125",
"uncertainty": 120
},
"stopId": "0:FRANCLO1",
"stopSequence": 16
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "111",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855740"
}
}
},
{
"id": "1854437",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777888800"
},
"stopId": "0:LECLERC1",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "19",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854437"
}
}
},
{
"id": "1855733",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777887420",
"uncertainty": 120
},
"stopId": "0:LUXE",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "111",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855733"
}
}
},
{
"id": "1855772",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777885800",
"uncertainty": 120
},
"stopId": "0:FRANCLO1",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "111",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855772"
}
}
},
{
"id": "1855773",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777887420",
"uncertainty": 120
},
"stopId": "0:FRANCLO1",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "111",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855773"
}
}
},
{
"id": "1881276",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777886100",
"uncertainty": 120
},
"stopId": "0:REPLYD",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11881276"
}
}
},
{
"id": "1855774",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777888920",
"uncertainty": 120
},
"stopId": "0:FRANCLO1",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "111",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855774"
}
}
},
{
"id": "1881277",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777887000",
"uncertainty": 120
},
"stopId": "0:REPLYD",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11881277"
}
}
},
{
"id": "1854525",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777885227",
"uncertainty": 120
},
"stopId": "0:ALIZES1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777885331",
"uncertainty": 120
},
"departure": {
"time": "1777885331",
"uncertainty": 120
},
"stopId": "0:HAMEAUX2",
"stopSequence": 2
},
{
"arrival": {
"time": "1777885361",
"uncertainty": 120
},
"departure": {
"time": "1777885361",
"uncertainty": 120
},
"stopId": "0:CHEFER2",
"stopSequence": 3
},
{
"arrival": {
"time": "1777885413",
"uncertainty": 120
},
"departure": {
"time": "1777885413",
"uncertainty": 120
},
"stopId": "0:STBRICE1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777885489",
"uncertainty": 120
},
"departure": {
"time": "1777885489",
"uncertainty": 120
},
"stopId": "0:LARGANT1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777885518",
"uncertainty": 120
},
"departure": {
"time": "1777885518",
"uncertainty": 120
},
"stopId": "0:PJOLY1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777885608",
"uncertainty": 120
},
"departure": {
"time": "1777885608",
"uncertainty": 120
},
"stopId": "0:SORBIER3",
"stopSequence": 7
},
{
"arrival": {
"time": "1777885788",
"uncertainty": 120
},
"departure": {
"time": "1777885788",
"uncertainty": 120
},
"stopId": "0:NEC2",
"stopSequence": 8
},
{
"arrival": {
"time": "1777885918",
"uncertainty": 120
},
"departure": {
"time": "1777885918",
"uncertainty": 120
},
"stopId": "0:BRAZZA1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777885969",
"uncertainty": 120
},
"departure": {
"time": "1777885969",
"uncertainty": 120
},
"stopId": "0:MICHANG1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777886028",
"uncertainty": 120
},
"stopId": "0:MARLY2",
"stopSequence": 11
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "82",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854525"
},
"vehicle": {
"id": "1664",
"label": "1664"
}
}
},
{
"id": "1881278",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777887900",
"uncertainty": 120
},
"stopId": "0:REPLYD",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11881278"
}
}
},
{
"id": "1881279",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777888800",
"uncertainty": 120
},
"stopId": "0:REPLYD",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11881279"
}
}
},
{
"id": "1854526",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777887780",
"uncertainty": 120
},
"stopId": "0:ALIZES1",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "82",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854526"
}
}
},
{
"id": "1881274",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777884282",
"uncertainty": 120
},
"stopId": "0:REPLYD",
"stopSequence": 1
},
{
"arrival": {
"time": "1777884482",
"uncertainty": 120
},
"departure": {
"time": "1777884492",
"uncertainty": 120
},
"stopId": "0:ROI04",
"stopSequence": 2
},
{
"arrival": {
"time": "1777884552",
"uncertainty": 120
},
"departure": {
"time": "1777884552",
"uncertainty": 120
},
"stopId": "0:BONSEC2",
"stopSequence": 3
},
{
"arrival": {
"time": "1777884686",
"uncertainty": 120
},
"departure": {
"time": "1777884702",
"uncertainty": 120
},
"stopId": "0:GENIE2",
"stopSequence": 4
},
{
"arrival": {
"time": "1777884747",
"uncertainty": 120
},
"departure": {
"time": "1777884747",
"uncertainty": 120
},
"stopId": "0:BOTANIQ2",
"stopSequence": 5
},
{
"arrival": {
"time": "1777884792",
"uncertainty": 120
},
"departure": {
"time": "1777884792",
"uncertainty": 120
},
"stopId": "0:EUROPAC2",
"stopSequence": 6
},
{
"arrival": {
"time": "1777884863",
"uncertainty": 120
},
"departure": {
"time": "1777884882",
"uncertainty": 120
},
"stopId": "0:NATION2",
"stopSequence": 7
},
{
"arrival": {
"time": "1777885051",
"uncertainty": 120
},
"departure": {
"time": "1777885062",
"uncertainty": 120
},
"stopId": "0:SCHAFF01",
"stopSequence": 8
},
{
"arrival": {
"time": "1777885182",
"uncertainty": 120
},
"departure": {
"time": "1777885182",
"uncertainty": 120
},
"stopId": "0:STLADRE2",
"stopSequence": 9
},
{
"arrival": {
"time": "1777885226",
"uncertainty": 120
},
"departure": {
"time": "1777885226",
"uncertainty": 120
},
"stopId": "0:MERMOZ2",
"stopSequence": 10
},
{
"arrival": {
"time": "1777885332",
"uncertainty": 120
},
"departure": {
"time": "1777885332",
"uncertainty": 120
},
"stopId": "0:SIMMI689",
"stopSequence": 11
},
{
"arrival": {
"time": "1777885452",
"uncertainty": 120
},
"departure": {
"time": "1777885452",
"uncertainty": 120
},
"stopId": "0:11AVIAT1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777885462",
"uncertainty": 120
},
"departure": {
"time": "1777885482",
"uncertainty": 120
},
"stopId": "0:LUETTE1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777885566",
"uncertainty": 120
},
"departure": {
"time": "1777885566",
"uncertainty": 120
},
"stopId": "0:COSTEBE2",
"stopSequence": 14
},
{
"arrival": {
"time": "1777885657",
"uncertainty": 120
},
"departure": {
"time": "1777885657",
"uncertainty": 120
},
"stopId": "0:GRORMES2",
"stopSequence": 15
},
{
"arrival": {
"time": "1777885699",
"uncertainty": 120
},
"departure": {
"time": "1777885699",
"uncertainty": 120
},
"stopId": "0:GARENNE2",
"stopSequence": 16
},
{
"arrival": {
"time": "1777885752",
"uncertainty": 120
},
"departure": {
"time": "1777885752",
"uncertainty": 120
},
"stopId": "0:LESCLOS2",
"stopSequence": 17
},
{
"arrival": {
"time": "1777885805",
"uncertainty": 120
},
"departure": {
"time": "1777885805",
"uncertainty": 120
},
"stopId": "0:SORBIER2",
"stopSequence": 18
},
{
"arrival": {
"time": "1777885879",
"uncertainty": 120
},
"departure": {
"time": "1777885879",
"uncertainty": 120
},
"stopId": "0:PJOLY2",
"stopSequence": 19
},
{
"arrival": {
"time": "1777885954",
"uncertainty": 120
},
"departure": {
"time": "1777885954",
"uncertainty": 120
},
"stopId": "0:HOTELVI2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777886014",
"uncertainty": 120
},
"departure": {
"time": "1777886014",
"uncertainty": 120
},
"stopId": "0:JOSEPH02",
"stopSequence": 21
},
{
"arrival": {
"time": "1777886099",
"uncertainty": 120
},
"departure": {
"time": "1777886099",
"uncertainty": 120
},
"stopId": "0:NEC1",
"stopSequence": 22
},
{
"arrival": {
"time": "1777886199",
"uncertainty": 120
},
"stopId": "0:MARLY 3",
"stopSequence": 23
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11881274"
},
"vehicle": {
"id": "1243",
"label": "1243"
}
}
},
{
"id": "1881275",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777885208",
"uncertainty": 120
},
"stopId": "0:REPLYD",
"stopSequence": 1
},
{
"arrival": {
"time": "1777885381",
"uncertainty": 120
},
"departure": {
"time": "1777885388",
"uncertainty": 120
},
"stopId": "0:ROI04",
"stopSequence": 2
},
{
"arrival": {
"time": "1777885478",
"uncertainty": 120
},
"departure": {
"time": "1777885478",
"uncertainty": 120
},
"stopId": "0:BONSEC2",
"stopSequence": 3
},
{
"arrival": {
"time": "1777885572",
"uncertainty": 120
},
"departure": {
"time": "1777885572",
"uncertainty": 120
},
"stopId": "0:GENIE2",
"stopSequence": 4
},
{
"arrival": {
"time": "1777885603",
"uncertainty": 120
},
"departure": {
"time": "1777885603",
"uncertainty": 120
},
"stopId": "0:BOTANIQ2",
"stopSequence": 5
},
{
"arrival": {
"time": "1777885664",
"uncertainty": 120
},
"departure": {
"time": "1777885664",
"uncertainty": 120
},
"stopId": "0:EUROPAC2",
"stopSequence": 6
},
{
"arrival": {
"time": "1777885726",
"uncertainty": 120
},
"departure": {
"time": "1777885726",
"uncertainty": 120
},
"stopId": "0:NATION2",
"stopSequence": 7
},
{
"arrival": {
"time": "1777885885",
"uncertainty": 120
},
"departure": {
"time": "1777885885",
"uncertainty": 120
},
"stopId": "0:SCHAFF01",
"stopSequence": 8
},
{
"arrival": {
"time": "1777886005",
"uncertainty": 120
},
"departure": {
"time": "1777886005",
"uncertainty": 120
},
"stopId": "0:STLADRE2",
"stopSequence": 9
},
{
"arrival": {
"time": "1777886053",
"uncertainty": 120
},
"departure": {
"time": "1777886053",
"uncertainty": 120
},
"stopId": "0:MERMOZ2",
"stopSequence": 10
},
{
"arrival": {
"time": "1777886165",
"uncertainty": 120
},
"departure": {
"time": "1777886165",
"uncertainty": 120
},
"stopId": "0:SIMMI689",
"stopSequence": 11
},
{
"arrival": {
"time": "1777886292",
"uncertainty": 120
},
"departure": {
"time": "1777886292",
"uncertainty": 120
},
"stopId": "0:11AVIAT1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777886303",
"uncertainty": 120
},
"departure": {
"time": "1777886303",
"uncertainty": 120
},
"stopId": "0:LUETTE1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777886344",
"uncertainty": 120
},
"departure": {
"time": "1777886344",
"uncertainty": 120
},
"stopId": "0:COSTEBE2",
"stopSequence": 14
},
{
"arrival": {
"time": "1777886441",
"uncertainty": 120
},
"departure": {
"time": "1777886441",
"uncertainty": 120
},
"stopId": "0:GRORMES2",
"stopSequence": 15
},
{
"arrival": {
"time": "1777886502",
"uncertainty": 120
},
"departure": {
"time": "1777886502",
"uncertainty": 120
},
"stopId": "0:GARENNE2",
"stopSequence": 16
},
{
"arrival": {
"time": "1777886553",
"uncertainty": 120
},
"departure": {
"time": "1777886553",
"uncertainty": 120
},
"stopId": "0:LESCLOS2",
"stopSequence": 17
},
{
"arrival": {
"time": "1777886643",
"uncertainty": 120
},
"departure": {
"time": "1777886643",
"uncertainty": 120
},
"stopId": "0:SORBIER2",
"stopSequence": 18
},
{
"arrival": {
"time": "1777886729",
"uncertainty": 120
},
"departure": {
"time": "1777886729",
"uncertainty": 120
},
"stopId": "0:PJOLY2",
"stopSequence": 19
},
{
"arrival": {
"time": "1777886824",
"uncertainty": 120
},
"departure": {
"time": "1777886824",
"uncertainty": 120
},
"stopId": "0:HOTELVI2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777886944",
"uncertainty": 120
},
"departure": {
"time": "1777886944",
"uncertainty": 120
},
"stopId": "0:JOSEPH02",
"stopSequence": 21
},
{
"arrival": {
"time": "1777887082",
"uncertainty": 120
},
"departure": {
"time": "1777887082",
"uncertainty": 120
},
"stopId": "0:NEC1",
"stopSequence": 22
},
{
"arrival": {
"time": "1777887184",
"uncertainty": 120
},
"stopId": "0:MARLY 3",
"stopSequence": 23
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11881275"
},
"vehicle": {
"id": "953",
"label": "953"
}
}
},
{
"id": "1854508",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777886820",
"uncertainty": 120
},
"stopId": "0:MARLY2",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "82",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854508"
}
}
},
{
"id": "1852884",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777888260",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11852884"
}
}
},
{
"id": "1852885",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777888860",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11852885"
}
}
},
{
"id": "1852880",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777885860",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777886021",
"uncertainty": 120
},
"departure": {
"time": "1777886021",
"uncertainty": 120
},
"stopId": "0:ROTONDE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777886050",
"uncertainty": 120
},
"departure": {
"time": "1777886050",
"uncertainty": 120
},
"stopId": "0:LOTINDU1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777886112",
"uncertainty": 120
},
"departure": {
"time": "1777886112",
"uncertainty": 120
},
"stopId": "0:CITSNCF1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777886149",
"uncertainty": 120
},
"departure": {
"time": "1777886149",
"uncertainty": 120
},
"stopId": "0:VOSGES1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777886180",
"uncertainty": 120
},
"departure": {
"time": "1777886180",
"uncertainty": 120
},
"stopId": "0:ALGER1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777886209",
"uncertainty": 120
},
"departure": {
"time": "1777886209",
"uncertainty": 120
},
"stopId": "0:TOURAIN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777886266",
"uncertainty": 120
},
"departure": {
"time": "1777886266",
"uncertainty": 120
},
"stopId": "0:STQUENT1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777886310",
"uncertainty": 120
},
"departure": {
"time": "1777886310",
"uncertainty": 120
},
"stopId": "0:SVICTOR1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777886411",
"uncertainty": 120
},
"departure": {
"time": "1777886411",
"uncertainty": 120
},
"stopId": "0:LITALDU1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777886471",
"uncertainty": 120
},
"departure": {
"time": "1777886471",
"uncertainty": 120
},
"stopId": "0:NATION1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777886548",
"uncertainty": 120
},
"departure": {
"time": "1777886548",
"uncertainty": 120
},
"stopId": "0:EUROPAC1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777886634",
"uncertainty": 120
},
"departure": {
"time": "1777886634",
"uncertainty": 120
},
"stopId": "0:BOTANIQ1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777886664",
"uncertainty": 120
},
"departure": {
"time": "1777886664",
"uncertainty": 120
},
"stopId": "0:GENIE1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777886760",
"uncertainty": 120
},
"departure": {
"time": "1777886760",
"uncertainty": 120
},
"stopId": "0:BONSEC1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777886826",
"uncertainty": 120
},
"departure": {
"time": "1777886826",
"uncertainty": 120
},
"stopId": "0:ROI03",
"stopSequence": 16
},
{
"arrival": {
"time": "1777886929",
"uncertainty": 120
},
"departure": {
"time": "1777886929",
"uncertainty": 120
},
"stopId": "0:REPBS",
"stopSequence": 17
},
{
"arrival": {
"time": "1777887121",
"uncertainty": 120
},
"departure": {
"time": "1777887121",
"uncertainty": 120
},
"stopId": "0:STNICOL3",
"stopSequence": 18
},
{
"arrival": {
"time": "1777887177",
"uncertainty": 120
},
"departure": {
"time": "1777887177",
"uncertainty": 120
},
"stopId": "0:GARCS",
"stopSequence": 19
},
{
"arrival": {
"time": "1777887335",
"uncertainty": 120
},
"departure": {
"time": "1777887335",
"uncertainty": 120
},
"stopId": "0:MAZELLE2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777887529",
"uncertainty": 120
},
"departure": {
"time": "1777887529",
"uncertainty": 120
},
"stopId": "0:JUIN2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777887574",
"uncertainty": 120
},
"departure": {
"time": "1777887574",
"uncertainty": 120
},
"stopId": "0:RAPLEVY2",
"stopSequence": 22
},
{
"arrival": {
"time": "1777887619",
"uncertainty": 120
},
"departure": {
"time": "1777887619",
"uncertainty": 120
},
"stopId": "0:ARTILLE2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777887695",
"uncertainty": 120
},
"departure": {
"time": "1777887695",
"uncertainty": 120
},
"stopId": "0:BERNE2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777887751",
"uncertainty": 120
},
"departure": {
"time": "1777887751",
"uncertainty": 120
},
"stopId": "0:ALSLORR2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777887815",
"uncertainty": 120
},
"departure": {
"time": "1777887815",
"uncertainty": 120
},
"stopId": "0:STOXEY2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777887935",
"uncertainty": 120
},
"departure": {
"time": "1777887935",
"uncertainty": 120
},
"stopId": "0:JURA2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777888005",
"uncertainty": 120
},
"departure": {
"time": "1777888005",
"uncertainty": 120
},
"stopId": "0:PTSOEUR2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777888082",
"uncertainty": 120
},
"departure": {
"time": "1777888082",
"uncertainty": 120
},
"stopId": "0:METMAN2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777888158",
"uncertainty": 120
},
"departure": {
"time": "1777888158",
"uncertainty": 120
},
"stopId": "0:MAUJEAN2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777888227",
"uncertainty": 120
},
"departure": {
"time": "1777888227",
"uncertainty": 120
},
"stopId": "0:GENIVAU2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777888263",
"uncertainty": 120
},
"departure": {
"time": "1777888263",
"uncertainty": 120
},
"stopId": "0:FOUGERE2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777888359",
"uncertainty": 120
},
"departure": {
"time": "1777888359",
"uncertainty": 120
},
"stopId": "0:LORIENT2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777888400",
"uncertainty": 120
},
"departure": {
"time": "1777888400",
"uncertainty": 120
},
"stopId": "0:JACINTH2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777888475",
"uncertainty": 120
},
"stopId": "0:OEILLET1",
"stopSequence": 35
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11852880"
}
}
},
{
"id": "1852881",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777886400",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11852881"
}
}
},
{
"id": "1852882",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777887000",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11852882"
}
}
},
{
"id": "1852883",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777887600",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11852883"
}
}
},
{
"id": "1852877",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777884060",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777884217",
"uncertainty": 120
},
"departure": {
"time": "1777884217",
"uncertainty": 120
},
"stopId": "0:ROTONDE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777884241",
"uncertainty": 120
},
"departure": {
"time": "1777884241",
"uncertainty": 120
},
"stopId": "0:LOTINDU1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777884301",
"uncertainty": 120
},
"departure": {
"time": "1777884301",
"uncertainty": 120
},
"stopId": "0:CITSNCF1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777884345",
"uncertainty": 120
},
"departure": {
"time": "1777884361",
"uncertainty": 120
},
"stopId": "0:VOSGES1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777884392",
"uncertainty": 120
},
"departure": {
"time": "1777884392",
"uncertainty": 120
},
"stopId": "0:ALGER1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777884429",
"uncertainty": 120
},
"departure": {
"time": "1777884429",
"uncertainty": 120
},
"stopId": "0:TOURAIN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777884480",
"uncertainty": 120
},
"departure": {
"time": "1777884481",
"uncertainty": 120
},
"stopId": "0:STQUENT1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777884563",
"uncertainty": 120
},
"departure": {
"time": "1777884563",
"uncertainty": 120
},
"stopId": "0:SVICTOR1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777884614",
"uncertainty": 120
},
"departure": {
"time": "1777884631",
"uncertainty": 120
},
"stopId": "0:LITALDU1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777884734",
"uncertainty": 120
},
"departure": {
"time": "1777884751",
"uncertainty": 120
},
"stopId": "0:NATION1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777884811",
"uncertainty": 120
},
"departure": {
"time": "1777884811",
"uncertainty": 120
},
"stopId": "0:EUROPAC1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777884901",
"uncertainty": 120
},
"departure": {
"time": "1777884901",
"uncertainty": 120
},
"stopId": "0:BOTANIQ1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777884931",
"uncertainty": 120
},
"departure": {
"time": "1777884931",
"uncertainty": 120
},
"stopId": "0:GENIE1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777885094",
"uncertainty": 120
},
"departure": {
"time": "1777885094",
"uncertainty": 120
},
"stopId": "0:BONSEC1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777885154",
"uncertainty": 120
},
"departure": {
"time": "1777885171",
"uncertainty": 120
},
"stopId": "0:ROI03",
"stopSequence": 16
},
{
"arrival": {
"time": "1777885291",
"uncertainty": 120
},
"departure": {
"time": "1777885473",
"uncertainty": 120
},
"stopId": "0:REPBS",
"stopSequence": 17
},
{
"arrival": {
"time": "1777885599",
"uncertainty": 120
},
"departure": {
"time": "1777885599",
"uncertainty": 120
},
"stopId": "0:STNICOL3",
"stopSequence": 18
},
{
"arrival": {
"time": "1777885659",
"uncertainty": 120
},
"departure": {
"time": "1777885659",
"uncertainty": 120
},
"stopId": "0:GARCS",
"stopSequence": 19
},
{
"arrival": {
"time": "1777885837",
"uncertainty": 120
},
"departure": {
"time": "1777885837",
"uncertainty": 120
},
"stopId": "0:MAZELLE2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777886019",
"uncertainty": 120
},
"departure": {
"time": "1777886019",
"uncertainty": 120
},
"stopId": "0:JUIN2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777886051",
"uncertainty": 120
},
"departure": {
"time": "1777886051",
"uncertainty": 120
},
"stopId": "0:RAPLEVY2",
"stopSequence": 22
},
{
"arrival": {
"time": "1777886106",
"uncertainty": 120
},
"departure": {
"time": "1777886106",
"uncertainty": 120
},
"stopId": "0:ARTILLE2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777886153",
"uncertainty": 120
},
"departure": {
"time": "1777886153",
"uncertainty": 120
},
"stopId": "0:BERNE2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777886221",
"uncertainty": 120
},
"departure": {
"time": "1777886221",
"uncertainty": 120
},
"stopId": "0:ALSLORR2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777886270",
"uncertainty": 120
},
"departure": {
"time": "1777886270",
"uncertainty": 120
},
"stopId": "0:STOXEY2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777886352",
"uncertainty": 120
},
"departure": {
"time": "1777886352",
"uncertainty": 120
},
"stopId": "0:JURA2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777886414",
"uncertainty": 120
},
"departure": {
"time": "1777886414",
"uncertainty": 120
},
"stopId": "0:PTSOEUR2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777886457",
"uncertainty": 120
},
"departure": {
"time": "1777886457",
"uncertainty": 120
},
"stopId": "0:METMAN2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777886519",
"uncertainty": 120
},
"departure": {
"time": "1777886519",
"uncertainty": 120
},
"stopId": "0:MAUJEAN2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777886590",
"uncertainty": 120
},
"departure": {
"time": "1777886590",
"uncertainty": 120
},
"stopId": "0:GENIVAU2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777886625",
"uncertainty": 120
},
"departure": {
"time": "1777886625",
"uncertainty": 120
},
"stopId": "0:FOUGERE2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777886691",
"uncertainty": 120
},
"departure": {
"time": "1777886691",
"uncertainty": 120
},
"stopId": "0:LORIENT2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777886740",
"uncertainty": 120
},
"departure": {
"time": "1777886740",
"uncertainty": 120
},
"stopId": "0:JACINTH2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777886798",
"uncertainty": 120
},
"stopId": "0:OEILLET1",
"stopSequence": 35
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11852877"
},
"vehicle": {
"id": "1833",
"label": "1833"
}
}
},
{
"id": "1852878",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777884751",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777884916",
"uncertainty": 120
},
"departure": {
"time": "1777884916",
"uncertainty": 120
},
"stopId": "0:ROTONDE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777884940",
"uncertainty": 120
},
"departure": {
"time": "1777884940",
"uncertainty": 120
},
"stopId": "0:LOTINDU1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777884987",
"uncertainty": 120
},
"departure": {
"time": "1777884987",
"uncertainty": 120
},
"stopId": "0:CITSNCF1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777885020",
"uncertainty": 120
},
"departure": {
"time": "1777885020",
"uncertainty": 120
},
"stopId": "0:VOSGES1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777885050",
"uncertainty": 120
},
"departure": {
"time": "1777885050",
"uncertainty": 120
},
"stopId": "0:ALGER1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777885076",
"uncertainty": 120
},
"departure": {
"time": "1777885076",
"uncertainty": 120
},
"stopId": "0:TOURAIN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777885129",
"uncertainty": 120
},
"departure": {
"time": "1777885129",
"uncertainty": 120
},
"stopId": "0:STQUENT1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777885170",
"uncertainty": 120
},
"departure": {
"time": "1777885231",
"uncertainty": 120
},
"stopId": "0:SVICTOR1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777885331",
"uncertainty": 120
},
"departure": {
"time": "1777885351",
"uncertainty": 120
},
"stopId": "0:LITALDU1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777885411",
"uncertainty": 120
},
"departure": {
"time": "1777885411",
"uncertainty": 120
},
"stopId": "0:NATION1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777885492",
"uncertainty": 120
},
"departure": {
"time": "1777885492",
"uncertainty": 120
},
"stopId": "0:EUROPAC1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777885578",
"uncertainty": 120
},
"departure": {
"time": "1777885578",
"uncertainty": 120
},
"stopId": "0:BOTANIQ1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777885611",
"uncertainty": 120
},
"departure": {
"time": "1777885611",
"uncertainty": 120
},
"stopId": "0:GENIE1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777885705",
"uncertainty": 120
},
"departure": {
"time": "1777885705",
"uncertainty": 120
},
"stopId": "0:BONSEC1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777885767",
"uncertainty": 120
},
"departure": {
"time": "1777885767",
"uncertainty": 120
},
"stopId": "0:ROI03",
"stopSequence": 16
},
{
"arrival": {
"time": "1777885892",
"uncertainty": 120
},
"departure": {
"time": "1777885892",
"uncertainty": 120
},
"stopId": "0:REPBS",
"stopSequence": 17
},
{
"arrival": {
"time": "1777886018",
"uncertainty": 120
},
"departure": {
"time": "1777886018",
"uncertainty": 120
},
"stopId": "0:STNICOL3",
"stopSequence": 18
},
{
"arrival": {
"time": "1777886076",
"uncertainty": 120
},
"departure": {
"time": "1777886076",
"uncertainty": 120
},
"stopId": "0:GARCS",
"stopSequence": 19
},
{
"arrival": {
"time": "1777886252",
"uncertainty": 120
},
"departure": {
"time": "1777886252",
"uncertainty": 120
},
"stopId": "0:MAZELLE2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777886435",
"uncertainty": 120
},
"departure": {
"time": "1777886435",
"uncertainty": 120
},
"stopId": "0:JUIN2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777886468",
"uncertainty": 120
},
"departure": {
"time": "1777886468",
"uncertainty": 120
},
"stopId": "0:RAPLEVY2",
"stopSequence": 22
},
{
"arrival": {
"time": "1777886522",
"uncertainty": 120
},
"departure": {
"time": "1777886522",
"uncertainty": 120
},
"stopId": "0:ARTILLE2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777886572",
"uncertainty": 120
},
"departure": {
"time": "1777886572",
"uncertainty": 120
},
"stopId": "0:BERNE2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777886639",
"uncertainty": 120
},
"departure": {
"time": "1777886639",
"uncertainty": 120
},
"stopId": "0:ALSLORR2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777886689",
"uncertainty": 120
},
"departure": {
"time": "1777886689",
"uncertainty": 120
},
"stopId": "0:STOXEY2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777886775",
"uncertainty": 120
},
"departure": {
"time": "1777886775",
"uncertainty": 120
},
"stopId": "0:JURA2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777886838",
"uncertainty": 120
},
"departure": {
"time": "1777886838",
"uncertainty": 120
},
"stopId": "0:PTSOEUR2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777886885",
"uncertainty": 120
},
"departure": {
"time": "1777886885",
"uncertainty": 120
},
"stopId": "0:METMAN2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777886961",
"uncertainty": 120
},
"departure": {
"time": "1777886961",
"uncertainty": 120
},
"stopId": "0:MAUJEAN2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777887030",
"uncertainty": 120
},
"departure": {
"time": "1777887030",
"uncertainty": 120
},
"stopId": "0:GENIVAU2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777887066",
"uncertainty": 120
},
"departure": {
"time": "1777887066",
"uncertainty": 120
},
"stopId": "0:FOUGERE2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777887162",
"uncertainty": 120
},
"departure": {
"time": "1777887162",
"uncertainty": 120
},
"stopId": "0:LORIENT2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777887203",
"uncertainty": 120
},
"departure": {
"time": "1777887203",
"uncertainty": 120
},
"stopId": "0:JACINTH2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777887278",
"uncertainty": 120
},
"stopId": "0:OEILLET1",
"stopSequence": 35
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11852878"
},
"vehicle": {
"id": "2133",
"label": "2133"
}
}
},
{
"id": "1852879",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777885291",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777885450",
"uncertainty": 120
},
"departure": {
"time": "1777885450",
"uncertainty": 120
},
"stopId": "0:ROTONDE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777885497",
"uncertainty": 120
},
"departure": {
"time": "1777885497",
"uncertainty": 120
},
"stopId": "0:LOTINDU1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777885559",
"uncertainty": 120
},
"departure": {
"time": "1777885559",
"uncertainty": 120
},
"stopId": "0:CITSNCF1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777885595",
"uncertainty": 120
},
"departure": {
"time": "1777885595",
"uncertainty": 120
},
"stopId": "0:VOSGES1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777885626",
"uncertainty": 120
},
"departure": {
"time": "1777885626",
"uncertainty": 120
},
"stopId": "0:ALGER1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777885655",
"uncertainty": 120
},
"departure": {
"time": "1777885655",
"uncertainty": 120
},
"stopId": "0:TOURAIN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777885712",
"uncertainty": 120
},
"departure": {
"time": "1777885712",
"uncertainty": 120
},
"stopId": "0:STQUENT1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777885756",
"uncertainty": 120
},
"departure": {
"time": "1777885756",
"uncertainty": 120
},
"stopId": "0:SVICTOR1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777885857",
"uncertainty": 120
},
"departure": {
"time": "1777885857",
"uncertainty": 120
},
"stopId": "0:LITALDU1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777885917",
"uncertainty": 120
},
"departure": {
"time": "1777885917",
"uncertainty": 120
},
"stopId": "0:NATION1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777885993",
"uncertainty": 120
},
"departure": {
"time": "1777885993",
"uncertainty": 120
},
"stopId": "0:EUROPAC1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777886077",
"uncertainty": 120
},
"departure": {
"time": "1777886077",
"uncertainty": 120
},
"stopId": "0:BOTANIQ1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777886109",
"uncertainty": 120
},
"departure": {
"time": "1777886109",
"uncertainty": 120
},
"stopId": "0:GENIE1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777886201",
"uncertainty": 120
},
"departure": {
"time": "1777886201",
"uncertainty": 120
},
"stopId": "0:BONSEC1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777886264",
"uncertainty": 120
},
"departure": {
"time": "1777886264",
"uncertainty": 120
},
"stopId": "0:ROI03",
"stopSequence": 16
},
{
"arrival": {
"time": "1777886389",
"uncertainty": 120
},
"departure": {
"time": "1777886389",
"uncertainty": 120
},
"stopId": "0:REPBS",
"stopSequence": 17
},
{
"arrival": {
"time": "1777886528",
"uncertainty": 120
},
"departure": {
"time": "1777886528",
"uncertainty": 120
},
"stopId": "0:STNICOL3",
"stopSequence": 18
},
{
"arrival": {
"time": "1777886587",
"uncertainty": 120
},
"departure": {
"time": "1777886587",
"uncertainty": 120
},
"stopId": "0:GARCS",
"stopSequence": 19
},
{
"arrival": {
"time": "1777886755",
"uncertainty": 120
},
"departure": {
"time": "1777886755",
"uncertainty": 120
},
"stopId": "0:MAZELLE2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777886949",
"uncertainty": 120
},
"departure": {
"time": "1777886949",
"uncertainty": 120
},
"stopId": "0:JUIN2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777886994",
"uncertainty": 120
},
"departure": {
"time": "1777886994",
"uncertainty": 120
},
"stopId": "0:RAPLEVY2",
"stopSequence": 22
},
{
"arrival": {
"time": "1777887039",
"uncertainty": 120
},
"departure": {
"time": "1777887039",
"uncertainty": 120
},
"stopId": "0:ARTILLE2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777887115",
"uncertainty": 120
},
"departure": {
"time": "1777887115",
"uncertainty": 120
},
"stopId": "0:BERNE2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777887171",
"uncertainty": 120
},
"departure": {
"time": "1777887171",
"uncertainty": 120
},
"stopId": "0:ALSLORR2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777887235",
"uncertainty": 120
},
"departure": {
"time": "1777887235",
"uncertainty": 120
},
"stopId": "0:STOXEY2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777887355",
"uncertainty": 120
},
"departure": {
"time": "1777887355",
"uncertainty": 120
},
"stopId": "0:JURA2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777887425",
"uncertainty": 120
},
"departure": {
"time": "1777887425",
"uncertainty": 120
},
"stopId": "0:PTSOEUR2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777887502",
"uncertainty": 120
},
"departure": {
"time": "1777887502",
"uncertainty": 120
},
"stopId": "0:METMAN2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777887578",
"uncertainty": 120
},
"departure": {
"time": "1777887578",
"uncertainty": 120
},
"stopId": "0:MAUJEAN2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777887647",
"uncertainty": 120
},
"departure": {
"time": "1777887647",
"uncertainty": 120
},
"stopId": "0:GENIVAU2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777887683",
"uncertainty": 120
},
"departure": {
"time": "1777887683",
"uncertainty": 120
},
"stopId": "0:FOUGERE2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777887779",
"uncertainty": 120
},
"departure": {
"time": "1777887779",
"uncertainty": 120
},
"stopId": "0:LORIENT2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777887820",
"uncertainty": 120
},
"departure": {
"time": "1777887820",
"uncertainty": 120
},
"stopId": "0:JACINTH2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777887895",
"uncertainty": 120
},
"stopId": "0:OEILLET1",
"stopSequence": 35
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11852879"
},
"vehicle": {
"id": "2433",
"label": "2433"
}
}
},
{
"id": "1852872",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777882860",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777882993",
"uncertainty": 120
},
"departure": {
"time": "1777882993",
"uncertainty": 120
},
"stopId": "0:ROTONDE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777883012",
"uncertainty": 120
},
"departure": {
"time": "1777883012",
"uncertainty": 120
},
"stopId": "0:LOTINDU1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777883057",
"uncertainty": 120
},
"departure": {
"time": "1777883057",
"uncertainty": 120
},
"stopId": "0:CITSNCF1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777883089",
"uncertainty": 120
},
"departure": {
"time": "1777883089",
"uncertainty": 120
},
"stopId": "0:VOSGES1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777883110",
"uncertainty": 120
},
"departure": {
"time": "1777883110",
"uncertainty": 120
},
"stopId": "0:ALGER1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777883136",
"uncertainty": 120
},
"departure": {
"time": "1777883281",
"uncertainty": 120
},
"stopId": "0:TOURAIN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777883360",
"uncertainty": 120
},
"departure": {
"time": "1777883371",
"uncertainty": 120
},
"stopId": "0:STQUENT1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777883401",
"uncertainty": 120
},
"departure": {
"time": "1777883401",
"uncertainty": 120
},
"stopId": "0:SVICTOR1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777883478",
"uncertainty": 120
},
"departure": {
"time": "1777883491",
"uncertainty": 120
},
"stopId": "0:LITALDU1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777883547",
"uncertainty": 120
},
"departure": {
"time": "1777883551",
"uncertainty": 120
},
"stopId": "0:NATION1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777883641",
"uncertainty": 120
},
"departure": {
"time": "1777883641",
"uncertainty": 120
},
"stopId": "0:EUROPAC1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777883723",
"uncertainty": 120
},
"departure": {
"time": "1777883731",
"uncertainty": 120
},
"stopId": "0:BOTANIQ1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777883775",
"uncertainty": 120
},
"departure": {
"time": "1777883791",
"uncertainty": 120
},
"stopId": "0:GENIE1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777883881",
"uncertainty": 120
},
"departure": {
"time": "1777883881",
"uncertainty": 120
},
"stopId": "0:BONSEC1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777883965",
"uncertainty": 120
},
"departure": {
"time": "1777883971",
"uncertainty": 120
},
"stopId": "0:ROI03",
"stopSequence": 16
},
{
"arrival": {
"time": "1777884061",
"uncertainty": 120
},
"departure": {
"time": "1777884181",
"uncertainty": 120
},
"stopId": "0:REPBS",
"stopSequence": 17
},
{
"arrival": {
"time": "1777884299",
"uncertainty": 120
},
"departure": {
"time": "1777884301",
"uncertainty": 120
},
"stopId": "0:STNICOL3",
"stopSequence": 18
},
{
"arrival": {
"time": "1777884361",
"uncertainty": 120
},
"departure": {
"time": "1777884571",
"uncertainty": 120
},
"stopId": "0:GARCS",
"stopSequence": 19
},
{
"arrival": {
"time": "1777884704",
"uncertainty": 120
},
"departure": {
"time": "1777884721",
"uncertainty": 120
},
"stopId": "0:MAZELLE2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777884901",
"uncertainty": 120
},
"departure": {
"time": "1777884901",
"uncertainty": 120
},
"stopId": "0:JUIN2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777884931",
"uncertainty": 120
},
"departure": {
"time": "1777884931",
"uncertainty": 120
},
"stopId": "0:RAPLEVY2",
"stopSequence": 22
},
{
"arrival": {
"time": "1777884987",
"uncertainty": 120
},
"departure": {
"time": "1777884987",
"uncertainty": 120
},
"stopId": "0:ARTILLE2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777885030",
"uncertainty": 120
},
"departure": {
"time": "1777885051",
"uncertainty": 120
},
"stopId": "0:BERNE2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777885121",
"uncertainty": 120
},
"departure": {
"time": "1777885141",
"uncertainty": 120
},
"stopId": "0:ALSLORR2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777885188",
"uncertainty": 120
},
"departure": {
"time": "1777885201",
"uncertainty": 120
},
"stopId": "0:STOXEY2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777885278",
"uncertainty": 120
},
"departure": {
"time": "1777885291",
"uncertainty": 120
},
"stopId": "0:JURA2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777885352",
"uncertainty": 120
},
"departure": {
"time": "1777885352",
"uncertainty": 120
},
"stopId": "0:PTSOEUR2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777885391",
"uncertainty": 120
},
"departure": {
"time": "1777885411",
"uncertainty": 120
},
"stopId": "0:METMAN2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777885476",
"uncertainty": 120
},
"departure": {
"time": "1777885476",
"uncertainty": 120
},
"stopId": "0:MAUJEAN2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777885547",
"uncertainty": 120
},
"departure": {
"time": "1777885547",
"uncertainty": 120
},
"stopId": "0:GENIVAU2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777885581",
"uncertainty": 120
},
"departure": {
"time": "1777885581",
"uncertainty": 120
},
"stopId": "0:FOUGERE2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777885638",
"uncertainty": 120
},
"departure": {
"time": "1777885638",
"uncertainty": 120
},
"stopId": "0:LORIENT2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777885689",
"uncertainty": 120
},
"departure": {
"time": "1777885689",
"uncertainty": 120
},
"stopId": "0:JACINTH2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777885740",
"uncertainty": 120
},
"stopId": "0:OEILLET1",
"stopSequence": 35
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11852872"
},
"vehicle": {
"id": "2425",
"label": "2425"
}
}
},
{
"id": "1852873",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777883460",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777883605",
"uncertainty": 120
},
"departure": {
"time": "1777883612",
"uncertainty": 120
},
"stopId": "0:ROTONDE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777883655",
"uncertainty": 120
},
"departure": {
"time": "1777883702",
"uncertainty": 120
},
"stopId": "0:LOTINDU1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777883754",
"uncertainty": 120
},
"departure": {
"time": "1777883754",
"uncertainty": 120
},
"stopId": "0:CITSNCF1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777883784",
"uncertainty": 120
},
"departure": {
"time": "1777883792",
"uncertainty": 120
},
"stopId": "0:VOSGES1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777883842",
"uncertainty": 120
},
"departure": {
"time": "1777883852",
"uncertainty": 120
},
"stopId": "0:ALGER1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777883917",
"uncertainty": 120
},
"departure": {
"time": "1777883942",
"uncertainty": 120
},
"stopId": "0:TOURAIN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777884000",
"uncertainty": 120
},
"departure": {
"time": "1777884000",
"uncertainty": 120
},
"stopId": "0:STQUENT1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777884054",
"uncertainty": 120
},
"departure": {
"time": "1777884062",
"uncertainty": 120
},
"stopId": "0:SVICTOR1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777884122",
"uncertainty": 120
},
"departure": {
"time": "1777884159",
"uncertainty": 120
},
"stopId": "0:LITALDU1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777884190",
"uncertainty": 120
},
"departure": {
"time": "1777884212",
"uncertainty": 120
},
"stopId": "0:NATION1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777884272",
"uncertainty": 120
},
"departure": {
"time": "1777884272",
"uncertainty": 120
},
"stopId": "0:EUROPAC1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777884380",
"uncertainty": 120
},
"departure": {
"time": "1777884392",
"uncertainty": 120
},
"stopId": "0:BOTANIQ1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777884443",
"uncertainty": 120
},
"departure": {
"time": "1777884452",
"uncertainty": 120
},
"stopId": "0:GENIE1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777884591",
"uncertainty": 120
},
"departure": {
"time": "1777884602",
"uncertainty": 120
},
"stopId": "0:BONSEC1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777884662",
"uncertainty": 120
},
"departure": {
"time": "1777884662",
"uncertainty": 120
},
"stopId": "0:ROI03",
"stopSequence": 16
},
{
"arrival": {
"time": "1777884782",
"uncertainty": 120
},
"departure": {
"time": "1777884872",
"uncertainty": 120
},
"stopId": "0:REPBS",
"stopSequence": 17
},
{
"arrival": {
"time": "1777884987",
"uncertainty": 120
},
"departure": {
"time": "1777884992",
"uncertainty": 120
},
"stopId": "0:STNICOL3",
"stopSequence": 18
},
{
"arrival": {
"time": "1777885052",
"uncertainty": 120
},
"departure": {
"time": "1777885112",
"uncertainty": 120
},
"stopId": "0:GARCS",
"stopSequence": 19
},
{
"arrival": {
"time": "1777885292",
"uncertainty": 120
},
"departure": {
"time": "1777885292",
"uncertainty": 120
},
"stopId": "0:MAZELLE2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777885521",
"uncertainty": 120
},
"departure": {
"time": "1777885521",
"uncertainty": 120
},
"stopId": "0:JUIN2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777885553",
"uncertainty": 120
},
"departure": {
"time": "1777885553",
"uncertainty": 120
},
"stopId": "0:RAPLEVY2",
"stopSequence": 22
},
{
"arrival": {
"time": "1777885608",
"uncertainty": 120
},
"departure": {
"time": "1777885608",
"uncertainty": 120
},
"stopId": "0:ARTILLE2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777885654",
"uncertainty": 120
},
"departure": {
"time": "1777885654",
"uncertainty": 120
},
"stopId": "0:BERNE2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777885723",
"uncertainty": 120
},
"departure": {
"time": "1777885723",
"uncertainty": 120
},
"stopId": "0:ALSLORR2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777885772",
"uncertainty": 120
},
"departure": {
"time": "1777885772",
"uncertainty": 120
},
"stopId": "0:STOXEY2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777885853",
"uncertainty": 120
},
"departure": {
"time": "1777885853",
"uncertainty": 120
},
"stopId": "0:JURA2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777885915",
"uncertainty": 120
},
"departure": {
"time": "1777885915",
"uncertainty": 120
},
"stopId": "0:PTSOEUR2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777885958",
"uncertainty": 120
},
"departure": {
"time": "1777885958",
"uncertainty": 120
},
"stopId": "0:METMAN2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777886015",
"uncertainty": 120
},
"departure": {
"time": "1777886015",
"uncertainty": 120
},
"stopId": "0:MAUJEAN2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777886087",
"uncertainty": 120
},
"departure": {
"time": "1777886087",
"uncertainty": 120
},
"stopId": "0:GENIVAU2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777886121",
"uncertainty": 120
},
"departure": {
"time": "1777886121",
"uncertainty": 120
},
"stopId": "0:FOUGERE2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777886177",
"uncertainty": 120
},
"departure": {
"time": "1777886177",
"uncertainty": 120
},
"stopId": "0:LORIENT2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777886229",
"uncertainty": 120
},
"departure": {
"time": "1777886229",
"uncertainty": 120
},
"stopId": "0:JACINTH2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777886281",
"uncertainty": 120
},
"stopId": "0:OEILLET1",
"stopSequence": 35
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11852873"
},
"vehicle": {
"id": "2435",
"label": "2435"
}
}
},
{
"id": "1854580",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777887600",
"uncertainty": 120
},
"stopId": "0:CTU01",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "B",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854580"
}
}
},
{
"id": "1854581",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777888200",
"uncertainty": 120
},
"stopId": "0:CTU01",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "B",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854581"
}
}
},
{
"id": "1855052",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777886580",
"uncertainty": 120
},
"stopId": "0:POME",
"stopSequence": 1
},
{
"arrival": {
"time": "1777886665",
"uncertainty": 120
},
"departure": {
"time": "1777886665",
"uncertainty": 120
},
"stopId": "0:GARCE",
"stopSequence": 2
},
{
"arrival": {
"time": "1777886703",
"uncertainty": 120
},
"departure": {
"time": "1777886703",
"uncertainty": 120
},
"stopId": "0:STNICOL4",
"stopSequence": 3
},
{
"arrival": {
"time": "1777886784",
"uncertainty": 120
},
"departure": {
"time": "1777886784",
"uncertainty": 120
},
"stopId": "0:COETLO01",
"stopSequence": 4
},
{
"arrival": {
"time": "1777886993",
"uncertainty": 120
},
"departure": {
"time": "1777886993",
"uncertainty": 120
},
"stopId": "0:SERPEN01",
"stopSequence": 5
},
{
"arrival": {
"time": "1777887080",
"uncertainty": 120
},
"departure": {
"time": "1777887080",
"uncertainty": 120
},
"stopId": "0:TETEDOR1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777887171",
"uncertainty": 120
},
"departure": {
"time": "1777887171",
"uncertainty": 120
},
"stopId": "0:STLOUI07",
"stopSequence": 7
},
{
"arrival": {
"time": "1777887275",
"uncertainty": 120
},
"departure": {
"time": "1777887275",
"uncertainty": 120
},
"stopId": "0:FOURNIR1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777887411",
"uncertainty": 120
},
"departure": {
"time": "1777887411",
"uncertainty": 120
},
"stopId": "0:PLARMES2",
"stopSequence": 9
},
{
"arrival": {
"time": "1777887476",
"uncertainty": 120
},
"departure": {
"time": "1777887476",
"uncertainty": 120
},
"stopId": "0:PLCHAM02",
"stopSequence": 10
},
{
"arrival": {
"time": "1777887591",
"uncertainty": 120
},
"stopId": "0:PREFECT1",
"stopSequence": 11
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "83",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855052"
}
}
},
{
"id": "1854582",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777888800",
"uncertainty": 120
},
"stopId": "0:CTU01",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "B",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854582"
}
}
},
{
"id": "1854576",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777885204",
"uncertainty": 120
},
"stopId": "0:CTU01",
"stopSequence": 1
},
{
"arrival": {
"time": "1777885264",
"uncertainty": 120
},
"departure": {
"time": "1777885264",
"uncertainty": 120
},
"stopId": "0:SAU01",
"stopSequence": 2
},
{
"arrival": {
"time": "1777885396",
"uncertainty": 120
},
"departure": {
"time": "1777885396",
"uncertainty": 120
},
"stopId": "0:MOY01",
"stopSequence": 3
},
{
"arrival": {
"time": "1777885547",
"uncertainty": 120
},
"departure": {
"time": "1777885547",
"uncertainty": 120
},
"stopId": "0:REP01",
"stopSequence": 4
},
{
"arrival": {
"time": "1777885625",
"uncertainty": 120
},
"departure": {
"time": "1777885625",
"uncertainty": 120
},
"stopId": "0:ROI01",
"stopSequence": 5
},
{
"arrival": {
"time": "1777885717",
"uncertainty": 120
},
"departure": {
"time": "1777885717",
"uncertainty": 120
},
"stopId": "0:GAR01",
"stopSequence": 6
},
{
"arrival": {
"time": "1777885758",
"uncertainty": 120
},
"departure": {
"time": "1777885758",
"uncertainty": 120
},
"stopId": "0:POM01",
"stopSequence": 7
},
{
"arrival": {
"time": "1777885820",
"uncertainty": 120
},
"departure": {
"time": "1777885820",
"uncertainty": 120
},
"stopId": "0:SEI01",
"stopSequence": 8
},
{
"arrival": {
"time": "1777885881",
"uncertainty": 120
},
"departure": {
"time": "1777885881",
"uncertainty": 120
},
"stopId": "0:LEG01",
"stopSequence": 9
},
{
"arrival": {
"time": "1777885944",
"uncertainty": 120
},
"departure": {
"time": "1777885944",
"uncertainty": 120
},
"stopId": "0:ALC01",
"stopSequence": 10
},
{
"arrival": {
"time": "1777886033",
"uncertainty": 120
},
"departure": {
"time": "1777886033",
"uncertainty": 120
},
"stopId": "0:CIM01",
"stopSequence": 11
},
{
"arrival": {
"time": "1777886171",
"uncertainty": 120
},
"departure": {
"time": "1777886171",
"uncertainty": 120
},
"stopId": "0:BEL01",
"stopSequence": 12
},
{
"arrival": {
"time": "1777886246",
"uncertainty": 120
},
"departure": {
"time": "1777886246",
"uncertainty": 120
},
"stopId": "0:PRO01",
"stopSequence": 13
},
{
"arrival": {
"time": "1777886322",
"uncertainty": 120
},
"departure": {
"time": "1777886322",
"uncertainty": 120
},
"stopId": "0:GUY01",
"stopSequence": 14
},
{
"arrival": {
"time": "1777886381",
"uncertainty": 120
},
"departure": {
"time": "1777886381",
"uncertainty": 120
},
"stopId": "0:BRG01",
"stopSequence": 15
},
{
"arrival": {
"time": "1777886448",
"uncertainty": 120
},
"departure": {
"time": "1777886448",
"uncertainty": 120
},
"stopId": "0:GRA01",
"stopSequence": 16
},
{
"arrival": {
"time": "1777886515",
"uncertainty": 120
},
"departure": {
"time": "1777886515",
"uncertainty": 120
},
"stopId": "0:ARA01",
"stopSequence": 17
},
{
"arrival": {
"time": "1777886613",
"uncertainty": 120
},
"departure": {
"time": "1777886613",
"uncertainty": 120
},
"stopId": "0:ART01",
"stopSequence": 18
},
{
"arrival": {
"time": "1777886703",
"uncertainty": 120
},
"departure": {
"time": "1777886703",
"uncertainty": 120
},
"stopId": "0:ECO01",
"stopSequence": 19
},
{
"arrival": {
"time": "1777886770",
"uncertainty": 120
},
"departure": {
"time": "1777886770",
"uncertainty": 120
},
"stopId": "0:EXP01",
"stopSequence": 20
},
{
"arrival": {
"time": "1777886922",
"uncertainty": 120
},
"departure": {
"time": "1777886922",
"uncertainty": 120
},
"stopId": "0:MER01",
"stopSequence": 21
},
{
"arrival": {
"time": "1777887013",
"uncertainty": 120
},
"stopId": "0:MAT01",
"stopSequence": 22
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "B",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854576"
},
"vehicle": {
"id": "1951",
"label": "1951"
}
}
},
{
"id": "1854577",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777885800",
"uncertainty": 120
},
"stopId": "0:CTU01",
"stopSequence": 1
},
{
"arrival": {
"time": "1777885863",
"uncertainty": 120
},
"departure": {
"time": "1777885863",
"uncertainty": 120
},
"stopId": "0:SAU01",
"stopSequence": 2
},
{
"arrival": {
"time": "1777885995",
"uncertainty": 120
},
"departure": {
"time": "1777885995",
"uncertainty": 120
},
"stopId": "0:MOY01",
"stopSequence": 3
},
{
"arrival": {
"time": "1777886115",
"uncertainty": 120
},
"departure": {
"time": "1777886115",
"uncertainty": 120
},
"stopId": "0:REP01",
"stopSequence": 4
},
{
"arrival": {
"time": "1777886193",
"uncertainty": 120
},
"departure": {
"time": "1777886193",
"uncertainty": 120
},
"stopId": "0:ROI01",
"stopSequence": 5
},
{
"arrival": {
"time": "1777886285",
"uncertainty": 120
},
"departure": {
"time": "1777886285",
"uncertainty": 120
},
"stopId": "0:GAR01",
"stopSequence": 6
},
{
"arrival": {
"time": "1777886326",
"uncertainty": 120
},
"departure": {
"time": "1777886326",
"uncertainty": 120
},
"stopId": "0:POM01",
"stopSequence": 7
},
{
"arrival": {
"time": "1777886389",
"uncertainty": 120
},
"departure": {
"time": "1777886389",
"uncertainty": 120
},
"stopId": "0:SEI01",
"stopSequence": 8
},
{
"arrival": {
"time": "1777886451",
"uncertainty": 120
},
"departure": {
"time": "1777886451",
"uncertainty": 120
},
"stopId": "0:LEG01",
"stopSequence": 9
},
{
"arrival": {
"time": "1777886514",
"uncertainty": 120
},
"departure": {
"time": "1777886514",
"uncertainty": 120
},
"stopId": "0:ALC01",
"stopSequence": 10
},
{
"arrival": {
"time": "1777886602",
"uncertainty": 120
},
"departure": {
"time": "1777886602",
"uncertainty": 120
},
"stopId": "0:CIM01",
"stopSequence": 11
},
{
"arrival": {
"time": "1777886735",
"uncertainty": 120
},
"departure": {
"time": "1777886735",
"uncertainty": 120
},
"stopId": "0:BEL01",
"stopSequence": 12
},
{
"arrival": {
"time": "1777886811",
"uncertainty": 120
},
"departure": {
"time": "1777886811",
"uncertainty": 120
},
"stopId": "0:PRO01",
"stopSequence": 13
},
{
"arrival": {
"time": "1777886885",
"uncertainty": 120
},
"departure": {
"time": "1777886885",
"uncertainty": 120
},
"stopId": "0:GUY01",
"stopSequence": 14
},
{
"arrival": {
"time": "1777886945",
"uncertainty": 120
},
"departure": {
"time": "1777886945",
"uncertainty": 120
},
"stopId": "0:BRG01",
"stopSequence": 15
},
{
"arrival": {
"time": "1777887022",
"uncertainty": 120
},
"departure": {
"time": "1777887022",
"uncertainty": 120
},
"stopId": "0:GRA01",
"stopSequence": 16
},
{
"arrival": {
"time": "1777887086",
"uncertainty": 120
},
"departure": {
"time": "1777887086",
"uncertainty": 120
},
"stopId": "0:ARA01",
"stopSequence": 17
},
{
"arrival": {
"time": "1777887205",
"uncertainty": 120
},
"departure": {
"time": "1777887205",
"uncertainty": 120
},
"stopId": "0:ART01",
"stopSequence": 18
},
{
"arrival": {
"time": "1777887306",
"uncertainty": 120
},
"departure": {
"time": "1777887306",
"uncertainty": 120
},
"stopId": "0:ECO01",
"stopSequence": 19
},
{
"arrival": {
"time": "1777887368",
"uncertainty": 120
},
"departure": {
"time": "1777887368",
"uncertainty": 120
},
"stopId": "0:EXP01",
"stopSequence": 20
},
{
"arrival": {
"time": "1777887575",
"uncertainty": 120
},
"departure": {
"time": "1777887575",
"uncertainty": 120
},
"stopId": "0:MER01",
"stopSequence": 21
},
{
"arrival": {
"time": "1777887666",
"uncertainty": 120
},
"stopId": "0:MAT01",
"stopSequence": 22
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "B",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854577"
}
}
},
{
"id": "1854578",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777886400",
"uncertainty": 120
},
"stopId": "0:CTU01",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "B",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854578"
}
}
},
{
"id": "1854579",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777887000",
"uncertainty": 120
},
"stopId": "0:CTU01",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "B",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854579"
}
}
},
{
"id": "1854574",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777884000",
"uncertainty": 120
},
"stopId": "0:CTU01",
"stopSequence": 1
},
{
"arrival": {
"time": "1777884057",
"uncertainty": 120
},
"departure": {
"time": "1777884061",
"uncertainty": 120
},
"stopId": "0:SAU01",
"stopSequence": 2
},
{
"arrival": {
"time": "1777884221",
"uncertainty": 120
},
"departure": {
"time": "1777884241",
"uncertainty": 120
},
"stopId": "0:MOY01",
"stopSequence": 3
},
{
"arrival": {
"time": "1777884380",
"uncertainty": 120
},
"departure": {
"time": "1777884421",
"uncertainty": 120
},
"stopId": "0:REP01",
"stopSequence": 4
},
{
"arrival": {
"time": "1777884488",
"uncertainty": 120
},
"departure": {
"time": "1777884511",
"uncertainty": 120
},
"stopId": "0:ROI01",
"stopSequence": 5
},
{
"arrival": {
"time": "1777884593",
"uncertainty": 120
},
"departure": {
"time": "1777884661",
"uncertainty": 120
},
"stopId": "0:GAR01",
"stopSequence": 6
},
{
"arrival": {
"time": "1777884698",
"uncertainty": 120
},
"departure": {
"time": "1777884722",
"uncertainty": 120
},
"stopId": "0:POM01",
"stopSequence": 7
},
{
"arrival": {
"time": "1777884781",
"uncertainty": 120
},
"departure": {
"time": "1777884781",
"uncertainty": 120
},
"stopId": "0:SEI01",
"stopSequence": 8
},
{
"arrival": {
"time": "1777884870",
"uncertainty": 120
},
"departure": {
"time": "1777884871",
"uncertainty": 120
},
"stopId": "0:LEG01",
"stopSequence": 9
},
{
"arrival": {
"time": "1777884941",
"uncertainty": 120
},
"departure": {
"time": "1777884961",
"uncertainty": 120
},
"stopId": "0:ALC01",
"stopSequence": 10
},
{
"arrival": {
"time": "1777885021",
"uncertainty": 120
},
"departure": {
"time": "1777885021",
"uncertainty": 120
},
"stopId": "0:CIM01",
"stopSequence": 11
},
{
"arrival": {
"time": "1777885163",
"uncertainty": 120
},
"departure": {
"time": "1777885201",
"uncertainty": 120
},
"stopId": "0:BEL01",
"stopSequence": 12
},
{
"arrival": {
"time": "1777885274",
"uncertainty": 120
},
"departure": {
"time": "1777885274",
"uncertainty": 120
},
"stopId": "0:PRO01",
"stopSequence": 13
},
{
"arrival": {
"time": "1777885352",
"uncertainty": 120
},
"departure": {
"time": "1777885352",
"uncertainty": 120
},
"stopId": "0:GUY01",
"stopSequence": 14
},
{
"arrival": {
"time": "1777885411",
"uncertainty": 120
},
"departure": {
"time": "1777885411",
"uncertainty": 120
},
"stopId": "0:BRG01",
"stopSequence": 15
},
{
"arrival": {
"time": "1777885479",
"uncertainty": 120
},
"departure": {
"time": "1777885479",
"uncertainty": 120
},
"stopId": "0:GRA01",
"stopSequence": 16
},
{
"arrival": {
"time": "1777885547",
"uncertainty": 120
},
"departure": {
"time": "1777885547",
"uncertainty": 120
},
"stopId": "0:ARA01",
"stopSequence": 17
},
{
"arrival": {
"time": "1777885637",
"uncertainty": 120
},
"departure": {
"time": "1777885637",
"uncertainty": 120
},
"stopId": "0:ART01",
"stopSequence": 18
},
{
"arrival": {
"time": "1777885724",
"uncertainty": 120
},
"departure": {
"time": "1777885724",
"uncertainty": 120
},
"stopId": "0:ECO01",
"stopSequence": 19
},
{
"arrival": {
"time": "1777885792",
"uncertainty": 120
},
"departure": {
"time": "1777885792",
"uncertainty": 120
},
"stopId": "0:EXP01",
"stopSequence": 20
},
{
"arrival": {
"time": "1777885924",
"uncertainty": 120
},
"departure": {
"time": "1777885924",
"uncertainty": 120
},
"stopId": "0:MER01",
"stopSequence": 21
},
{
"arrival": {
"time": "1777886015",
"uncertainty": 120
},
"stopId": "0:MAT01",
"stopSequence": 22
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "B",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854574"
},
"vehicle": {
"id": "1304",
"label": "1304"
}
}
},
{
"id": "1855346",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777887180"
},
"stopId": "0:PRILLE2",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "89",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855346"
}
}
},
{
"id": "1854575",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777884600",
"uncertainty": 120
},
"stopId": "0:CTU01",
"stopSequence": 1
},
{
"arrival": {
"time": "1777884673",
"uncertainty": 120
},
"departure": {
"time": "1777884673",
"uncertainty": 120
},
"stopId": "0:SAU01",
"stopSequence": 2
},
{
"arrival": {
"time": "1777884811",
"uncertainty": 120
},
"departure": {
"time": "1777884811",
"uncertainty": 120
},
"stopId": "0:MOY01",
"stopSequence": 3
},
{
"arrival": {
"time": "1777884960",
"uncertainty": 120
},
"departure": {
"time": "1777884991",
"uncertainty": 120
},
"stopId": "0:REP01",
"stopSequence": 4
},
{
"arrival": {
"time": "1777885067",
"uncertainty": 120
},
"departure": {
"time": "1777885081",
"uncertainty": 120
},
"stopId": "0:ROI01",
"stopSequence": 5
},
{
"arrival": {
"time": "1777885171",
"uncertainty": 120
},
"departure": {
"time": "1777885232",
"uncertainty": 120
},
"stopId": "0:GAR01",
"stopSequence": 6
},
{
"arrival": {
"time": "1777885269",
"uncertainty": 120
},
"departure": {
"time": "1777885291",
"uncertainty": 120
},
"stopId": "0:POM01",
"stopSequence": 7
},
{
"arrival": {
"time": "1777885351",
"uncertainty": 120
},
"departure": {
"time": "1777885381",
"uncertainty": 120
},
"stopId": "0:SEI01",
"stopSequence": 8
},
{
"arrival": {
"time": "1777885440",
"uncertainty": 120
},
"departure": {
"time": "1777885440",
"uncertainty": 120
},
"stopId": "0:LEG01",
"stopSequence": 9
},
{
"arrival": {
"time": "1777885516",
"uncertainty": 120
},
"departure": {
"time": "1777885516",
"uncertainty": 120
},
"stopId": "0:ALC01",
"stopSequence": 10
},
{
"arrival": {
"time": "1777885605",
"uncertainty": 120
},
"departure": {
"time": "1777885605",
"uncertainty": 120
},
"stopId": "0:CIM01",
"stopSequence": 11
},
{
"arrival": {
"time": "1777885744",
"uncertainty": 120
},
"departure": {
"time": "1777885744",
"uncertainty": 120
},
"stopId": "0:BEL01",
"stopSequence": 12
},
{
"arrival": {
"time": "1777885819",
"uncertainty": 120
},
"departure": {
"time": "1777885819",
"uncertainty": 120
},
"stopId": "0:PRO01",
"stopSequence": 13
},
{
"arrival": {
"time": "1777885895",
"uncertainty": 120
},
"departure": {
"time": "1777885895",
"uncertainty": 120
},
"stopId": "0:GUY01",
"stopSequence": 14
},
{
"arrival": {
"time": "1777885954",
"uncertainty": 120
},
"departure": {
"time": "1777885954",
"uncertainty": 120
},
"stopId": "0:BRG01",
"stopSequence": 15
},
{
"arrival": {
"time": "1777886018",
"uncertainty": 120
},
"departure": {
"time": "1777886018",
"uncertainty": 120
},
"stopId": "0:GRA01",
"stopSequence": 16
},
{
"arrival": {
"time": "1777886086",
"uncertainty": 120
},
"departure": {
"time": "1777886086",
"uncertainty": 120
},
"stopId": "0:ARA01",
"stopSequence": 17
},
{
"arrival": {
"time": "1777886179",
"uncertainty": 120
},
"departure": {
"time": "1777886179",
"uncertainty": 120
},
"stopId": "0:ART01",
"stopSequence": 18
},
{
"arrival": {
"time": "1777886266",
"uncertainty": 120
},
"departure": {
"time": "1777886266",
"uncertainty": 120
},
"stopId": "0:ECO01",
"stopSequence": 19
},
{
"arrival": {
"time": "1777886334",
"uncertainty": 120
},
"departure": {
"time": "1777886334",
"uncertainty": 120
},
"stopId": "0:EXP01",
"stopSequence": 20
},
{
"arrival": {
"time": "1777886467",
"uncertainty": 120
},
"departure": {
"time": "1777886467",
"uncertainty": 120
},
"stopId": "0:MER01",
"stopSequence": 21
},
{
"arrival": {
"time": "1777886558",
"uncertainty": 120
},
"stopId": "0:MAT01",
"stopSequence": 22
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "B",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854575"
},
"vehicle": {
"id": "1313",
"label": "1313"
}
}
},
{
"id": "1853897",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777885560",
"uncertainty": 120
},
"stopId": "0:INTJOBA2",
"stopSequence": 1
},
{
"arrival": {
"time": "1777885643",
"uncertainty": 120
},
"departure": {
"time": "1777885643",
"uncertainty": 120
},
"stopId": "0:BOILEAU2",
"stopSequence": 2
},
{
"arrival": {
"time": "1777885708",
"uncertainty": 120
},
"departure": {
"time": "1777885708",
"uncertainty": 120
},
"stopId": "0:CHARDIN2",
"stopSequence": 3
},
{
"arrival": {
"time": "1777885831",
"uncertainty": 120
},
"departure": {
"time": "1777885831",
"uncertainty": 120
},
"stopId": "0:2FONTAI2",
"stopSequence": 4
},
{
"arrival": {
"time": "1777885869",
"uncertainty": 120
},
"departure": {
"time": "1777885869",
"uncertainty": 120
},
"stopId": "0:ROGET2",
"stopSequence": 5
},
{
"arrival": {
"time": "1777885939",
"uncertainty": 120
},
"departure": {
"time": "1777885939",
"uncertainty": 120
},
"stopId": "0:POULMAI2",
"stopSequence": 6
},
{
"arrival": {
"time": "1777886032",
"uncertainty": 120
},
"departure": {
"time": "1777886032",
"uncertainty": 120
},
"stopId": "0:CHAPITR2",
"stopSequence": 7
},
{
"arrival": {
"time": "1777886100",
"uncertainty": 120
},
"departure": {
"time": "1777886100",
"uncertainty": 120
},
"stopId": "0:RUISSEA1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777886131",
"uncertainty": 120
},
"departure": {
"time": "1777886131",
"uncertainty": 120
},
"stopId": "0:GAMBETT1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777886214",
"uncertainty": 120
},
"departure": {
"time": "1777886214",
"uncertainty": 120
},
"stopId": "0:GAREWOI2",
"stopSequence": 10
},
{
"arrival": {
"time": "1777886267",
"uncertainty": 120
},
"departure": {
"time": "1777886267",
"uncertainty": 120
},
"stopId": "0:JUNGLIN2",
"stopSequence": 11
},
{
"arrival": {
"time": "1777886328",
"uncertainty": 120
},
"departure": {
"time": "1777886328",
"uncertainty": 120
},
"stopId": "0:WOIPHOT2",
"stopSequence": 12
},
{
"arrival": {
"time": "1777886415",
"uncertainty": 120
},
"departure": {
"time": "1777886415",
"uncertainty": 120
},
"stopId": "0:COTEAUX2",
"stopSequence": 13
},
{
"arrival": {
"time": "1777886482",
"uncertainty": 120
},
"stopId": "0:PLFRANC1",
"stopSequence": 14
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "16",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853897"
}
}
},
{
"id": "1853898",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777886940",
"uncertainty": 120
},
"stopId": "0:INTJOBA2",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "16",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853898"
}
}
},
{
"id": "1853899",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777888260",
"uncertainty": 120
},
"stopId": "0:INTJOBA2",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "16",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853899"
}
}
},
{
"id": "1855365",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777888800"
},
"stopId": "0:SCHAZEL1",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "89",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855365"
}
}
},
{
"id": "1853936",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777885489",
"uncertainty": 120
},
"stopId": "0:PLFRANC1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777885716",
"uncertainty": 120
},
"departure": {
"time": "1777885716",
"uncertainty": 120
},
"stopId": "0:COTEAUX1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777885784",
"uncertainty": 120
},
"departure": {
"time": "1777885784",
"uncertainty": 120
},
"stopId": "0:WOIPHOT1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777885838",
"uncertainty": 120
},
"departure": {
"time": "1777885838",
"uncertainty": 120
},
"stopId": "0:JUNGLIN1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777885879",
"uncertainty": 120
},
"departure": {
"time": "1777885879",
"uncertainty": 120
},
"stopId": "0:GAREWOI1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777885980",
"uncertainty": 120
},
"departure": {
"time": "1777885980",
"uncertainty": 120
},
"stopId": "0:GAMBETT2",
"stopSequence": 6
},
{
"arrival": {
"time": "1777886012",
"uncertainty": 120
},
"departure": {
"time": "1777886012",
"uncertainty": 120
},
"stopId": "0:RUISSEA2",
"stopSequence": 7
},
{
"arrival": {
"time": "1777886087",
"uncertainty": 120
},
"departure": {
"time": "1777886087",
"uncertainty": 120
},
"stopId": "0:CHAPITR1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777886153",
"uncertainty": 120
},
"departure": {
"time": "1777886153",
"uncertainty": 120
},
"stopId": "0:POULMAI1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777886238",
"uncertainty": 120
},
"departure": {
"time": "1777886238",
"uncertainty": 120
},
"stopId": "0:ROGET1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777886314",
"uncertainty": 120
},
"departure": {
"time": "1777886314",
"uncertainty": 120
},
"stopId": "0:2FONTAI1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777886393",
"uncertainty": 120
},
"departure": {
"time": "1777886393",
"uncertainty": 120
},
"stopId": "0:CHARDIN1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777886466",
"uncertainty": 120
},
"departure": {
"time": "1777886466",
"uncertainty": 120
},
"stopId": "0:BOILEAU1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777886534",
"uncertainty": 120
},
"stopId": "0:INTJOBA1",
"stopSequence": 14
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "16",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853936"
},
"vehicle": {
"id": "891",
"label": "891"
}
}
},
{
"id": "1853937",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777886940",
"uncertainty": 120
},
"stopId": "0:PLFRANC1",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "16",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853937"
}
}
},
{
"id": "1853938",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777888260",
"uncertainty": 120
},
"stopId": "0:PLFRANC1",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "16",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853938"
}
}
},
{
"id": "1855406",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777887360"
},
"stopId": "0:MOULI275",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "90",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855406"
}
}
},
{
"id": "1855396",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777888560"
},
"stopId": "0:VAUXMAI1",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "90",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855396"
}
}
},
{
"id": "1855444",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1777886812",
"uncertainty": 120
},
"departure": {
"time": "1777886812",
"uncertainty": 120
},
"stopId": "0:GARGAN02"
},
{
"departure": {
"time": "1777886760",
"uncertainty": 120
},
"stopId": "0:PELTRE1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777886821",
"uncertainty": 120
},
"departure": {
"time": "1777886821",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:GARGAN01",
"stopSequence": 2
},
{
"arrival": {
"time": "1777886880",
"uncertainty": 120
},
"departure": {
"time": "1777886880",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:PEUMONT1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777887100",
"uncertainty": 120
},
"departure": {
"time": "1777887100",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:MERMAT01",
"stopSequence": 4
},
{
"arrival": {
"time": "1777887180",
"uncertainty": 120
},
"departure": {
"time": "1777887180",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:HMERCY2",
"stopSequence": 5
},
{
"arrival": {
"time": "1777887480",
"uncertainty": 120
},
"departure": {
"time": "1777887480",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:VALLONS2",
"stopSequence": 6
},
{
"arrival": {
"time": "1777887566",
"uncertainty": 120
},
"departure": {
"time": "1777887566",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:PASSERE1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777887661",
"uncertainty": 120
},
"departure": {
"time": "1777887661",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:JURY1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777887703",
"uncertainty": 120
},
"departure": {
"time": "1777887703",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:CORBON1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777887742",
"uncertainty": 120
},
"departure": {
"time": "1777887742",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:JURY2",
"stopSequence": 10
},
{
"arrival": {
"time": "1777887840",
"uncertainty": 120
},
"departure": {
"time": "1777887840",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:PTIJURY2",
"stopSequence": 11
},
{
"arrival": {
"time": "1777888140",
"uncertainty": 120
},
"departure": {
"time": "1777888140",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:FRONTIG1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777888222",
"uncertainty": 120
},
"departure": {
"time": "1777888222",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:LANCEUM1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777888320",
"uncertainty": 120
},
"departure": {
"time": "1777888320",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:TARREAU1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777888380",
"uncertainty": 120
},
"departure": {
"time": "1777888380",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:MECLEUV1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777888800",
"uncertainty": 120
},
"departure": {
"time": "1777888800",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:CHESNYM3",
"stopSequence": 16
},
{
"arrival": {
"time": "1777888841",
"uncertainty": 120
},
"departure": {
"time": "1777888841",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:VCANADI1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777889123",
"uncertainty": 120
},
"departure": {
"time": "1777889123",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:ZACPEL01",
"stopSequence": 18
},
{
"arrival": {
"time": "1777887025",
"uncertainty": 120
},
"stopId": "0:PELTRE1",
"stopSequence": 19
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "92",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855444"
}
}
},
{
"id": "2050652",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777887360"
},
"stopId": "0:FAUBOUP3",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "113",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_12050652"
}
}
},
{
"id": "1855472",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777887900",
"uncertainty": 120
},
"stopId": "0:PELTRE2",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "93",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855472"
}
}
},
{
"id": "1854036",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777884660",
"uncertainty": 120
},
"stopId": "0:WOI01",
"stopSequence": 1
},
{
"arrival": {
"time": "1777884702",
"uncertainty": 120
},
"departure": {
"time": "1777884721",
"uncertainty": 120
},
"stopId": "0:FON01",
"stopSequence": 2
},
{
"arrival": {
"time": "1777884796",
"uncertainty": 120
},
"departure": {
"time": "1777884811",
"uncertainty": 120
},
"stopId": "0:CHA01",
"stopSequence": 3
},
{
"arrival": {
"time": "1777884896",
"uncertainty": 120
},
"departure": {
"time": "1777884901",
"uncertainty": 120
},
"stopId": "0:ROU01",
"stopSequence": 4
},
{
"arrival": {
"time": "1777884984",
"uncertainty": 120
},
"departure": {
"time": "1777884991",
"uncertainty": 120
},
"stopId": "0:JOB01",
"stopSequence": 5
},
{
"arrival": {
"time": "1777885111",
"uncertainty": 120
},
"departure": {
"time": "1777885141",
"uncertainty": 120
},
"stopId": "0:CAS01",
"stopSequence": 6
},
{
"arrival": {
"time": "1777885214",
"uncertainty": 120
},
"departure": {
"time": "1777885214",
"uncertainty": 120
},
"stopId": "0:BER01",
"stopSequence": 7
},
{
"arrival": {
"time": "1777885291",
"uncertainty": 120
},
"departure": {
"time": "1777885291",
"uncertainty": 120
},
"stopId": "0:ROC01",
"stopSequence": 8
},
{
"arrival": {
"time": "1777885373",
"uncertainty": 120
},
"departure": {
"time": "1777885381",
"uncertainty": 120
},
"stopId": "0:PON01",
"stopSequence": 9
},
{
"arrival": {
"time": "1777885441",
"uncertainty": 120
},
"departure": {
"time": "1777885471",
"uncertainty": 120
},
"stopId": "0:VIN01",
"stopSequence": 10
},
{
"arrival": {
"time": "1777885532",
"uncertainty": 120
},
"departure": {
"time": "1777885532",
"uncertainty": 120
},
"stopId": "0:LUX01",
"stopSequence": 11
},
{
"arrival": {
"time": "1777885633",
"uncertainty": 120
},
"departure": {
"time": "1777885633",
"uncertainty": 120
},
"stopId": "0:MOY01",
"stopSequence": 12
},
{
"arrival": {
"time": "1777885754",
"uncertainty": 120
},
"departure": {
"time": "1777885754",
"uncertainty": 120
},
"stopId": "0:REP01",
"stopSequence": 13
},
{
"arrival": {
"time": "1777885832",
"uncertainty": 120
},
"departure": {
"time": "1777885832",
"uncertainty": 120
},
"stopId": "0:ROI01",
"stopSequence": 14
},
{
"arrival": {
"time": "1777885924",
"uncertainty": 120
},
"departure": {
"time": "1777885924",
"uncertainty": 120
},
"stopId": "0:GAR01",
"stopSequence": 15
},
{
"arrival": {
"time": "1777885965",
"uncertainty": 120
},
"departure": {
"time": "1777885965",
"uncertainty": 120
},
"stopId": "0:POM01",
"stopSequence": 16
},
{
"arrival": {
"time": "1777886027",
"uncertainty": 120
},
"departure": {
"time": "1777886027",
"uncertainty": 120
},
"stopId": "0:SEI01",
"stopSequence": 17
},
{
"arrival": {
"time": "1777886088",
"uncertainty": 120
},
"departure": {
"time": "1777886088",
"uncertainty": 120
},
"stopId": "0:LEG01",
"stopSequence": 18
},
{
"arrival": {
"time": "1777886151",
"uncertainty": 120
},
"departure": {
"time": "1777886151",
"uncertainty": 120
},
"stopId": "0:ALC01",
"stopSequence": 19
},
{
"arrival": {
"time": "1777886240",
"uncertainty": 120
},
"departure": {
"time": "1777886240",
"uncertainty": 120
},
"stopId": "0:CIM01",
"stopSequence": 20
},
{
"arrival": {
"time": "1777886378",
"uncertainty": 120
},
"departure": {
"time": "1777886378",
"uncertainty": 120
},
"stopId": "0:BEL01",
"stopSequence": 21
},
{
"arrival": {
"time": "1777886453",
"uncertainty": 120
},
"departure": {
"time": "1777886453",
"uncertainty": 120
},
"stopId": "0:PRO01",
"stopSequence": 22
},
{
"arrival": {
"time": "1777886537",
"uncertainty": 120
},
"departure": {
"time": "1777886537",
"uncertainty": 120
},
"stopId": "0:BOR01",
"stopSequence": 23
},
{
"arrival": {
"time": "1777886611",
"uncertainty": 120
},
"departure": {
"time": "1777886611",
"uncertainty": 120
},
"stopId": "0:BLE01",
"stopSequence": 24
},
{
"arrival": {
"time": "1777886724",
"uncertainty": 120
},
"departure": {
"time": "1777886724",
"uncertainty": 120
},
"stopId": "0:SAR01",
"stopSequence": 25
},
{
"arrival": {
"time": "1777886839",
"uncertainty": 120
},
"departure": {
"time": "1777886839",
"uncertainty": 120
},
"stopId": "0:FEI01",
"stopSequence": 26
},
{
"arrival": {
"time": "1777886902",
"uncertainty": 120
},
"departure": {
"time": "1777886902",
"uncertainty": 120
},
"stopId": "0:SER01",
"stopSequence": 27
},
{
"arrival": {
"time": "1777887070",
"uncertainty": 120
},
"stopId": "0:HSCHUMA2",
"stopSequence": 28
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854036"
},
"vehicle": {
"id": "1323",
"label": "1323"
}
}
},
{
"id": "1854037",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777885860",
"uncertainty": 120
},
"stopId": "0:WOI01",
"stopSequence": 1
},
{
"arrival": {
"time": "1777885891",
"uncertainty": 120
},
"departure": {
"time": "1777885891",
"uncertainty": 120
},
"stopId": "0:FON01",
"stopSequence": 2
},
{
"arrival": {
"time": "1777885982",
"uncertainty": 120
},
"departure": {
"time": "1777885982",
"uncertainty": 120
},
"stopId": "0:CHA01",
"stopSequence": 3
},
{
"arrival": {
"time": "1777886070",
"uncertainty": 120
},
"departure": {
"time": "1777886070",
"uncertainty": 120
},
"stopId": "0:ROU01",
"stopSequence": 4
},
{
"arrival": {
"time": "1777886156",
"uncertainty": 120
},
"departure": {
"time": "1777886156",
"uncertainty": 120
},
"stopId": "0:JOB01",
"stopSequence": 5
},
{
"arrival": {
"time": "1777886278",
"uncertainty": 120
},
"departure": {
"time": "1777886278",
"uncertainty": 120
},
"stopId": "0:CAS01",
"stopSequence": 6
},
{
"arrival": {
"time": "1777886350",
"uncertainty": 120
},
"departure": {
"time": "1777886350",
"uncertainty": 120
},
"stopId": "0:BER01",
"stopSequence": 7
},
{
"arrival": {
"time": "1777886429",
"uncertainty": 120
},
"departure": {
"time": "1777886429",
"uncertainty": 120
},
"stopId": "0:ROC01",
"stopSequence": 8
},
{
"arrival": {
"time": "1777886514",
"uncertainty": 120
},
"departure": {
"time": "1777886514",
"uncertainty": 120
},
"stopId": "0:PON01",
"stopSequence": 9
},
{
"arrival": {
"time": "1777886581",
"uncertainty": 120
},
"departure": {
"time": "1777886581",
"uncertainty": 120
},
"stopId": "0:VIN01",
"stopSequence": 10
},
{
"arrival": {
"time": "1777886644",
"uncertainty": 120
},
"departure": {
"time": "1777886644",
"uncertainty": 120
},
"stopId": "0:LUX01",
"stopSequence": 11
},
{
"arrival": {
"time": "1777886744",
"uncertainty": 120
},
"departure": {
"time": "1777886744",
"uncertainty": 120
},
"stopId": "0:MOY01",
"stopSequence": 12
},
{
"arrival": {
"time": "1777886868",
"uncertainty": 120
},
"departure": {
"time": "1777886868",
"uncertainty": 120
},
"stopId": "0:REP01",
"stopSequence": 13
},
{
"arrival": {
"time": "1777886956",
"uncertainty": 120
},
"departure": {
"time": "1777886956",
"uncertainty": 120
},
"stopId": "0:ROI01",
"stopSequence": 14
},
{
"arrival": {
"time": "1777887062",
"uncertainty": 120
},
"departure": {
"time": "1777887062",
"uncertainty": 120
},
"stopId": "0:GAR01",
"stopSequence": 15
},
{
"arrival": {
"time": "1777887136",
"uncertainty": 120
},
"departure": {
"time": "1777887136",
"uncertainty": 120
},
"stopId": "0:POM01",
"stopSequence": 16
},
{
"arrival": {
"time": "1777887219",
"uncertainty": 120
},
"departure": {
"time": "1777887219",
"uncertainty": 120
},
"stopId": "0:SEI01",
"stopSequence": 17
},
{
"arrival": {
"time": "1777887302",
"uncertainty": 120
},
"departure": {
"time": "1777887302",
"uncertainty": 120
},
"stopId": "0:LEG01",
"stopSequence": 18
},
{
"arrival": {
"time": "1777887391",
"uncertainty": 120
},
"departure": {
"time": "1777887391",
"uncertainty": 120
},
"stopId": "0:ALC01",
"stopSequence": 19
},
{
"arrival": {
"time": "1777887467",
"uncertainty": 120
},
"departure": {
"time": "1777887467",
"uncertainty": 120
},
"stopId": "0:CIM01",
"stopSequence": 20
},
{
"arrival": {
"time": "1777887574",
"uncertainty": 120
},
"departure": {
"time": "1777887574",
"uncertainty": 120
},
"stopId": "0:BEL01",
"stopSequence": 21
},
{
"arrival": {
"time": "1777887662",
"uncertainty": 120
},
"departure": {
"time": "1777887662",
"uncertainty": 120
},
"stopId": "0:PRO01",
"stopSequence": 22
},
{
"arrival": {
"time": "1777887723",
"uncertainty": 120
},
"departure": {
"time": "1777887723",
"uncertainty": 120
},
"stopId": "0:BOR01",
"stopSequence": 23
},
{
"arrival": {
"time": "1777887796",
"uncertainty": 120
},
"departure": {
"time": "1777887796",
"uncertainty": 120
},
"stopId": "0:BLE01",
"stopSequence": 24
},
{
"arrival": {
"time": "1777887909",
"uncertainty": 120
},
"departure": {
"time": "1777887909",
"uncertainty": 120
},
"stopId": "0:SAR01",
"stopSequence": 25
},
{
"arrival": {
"time": "1777888024",
"uncertainty": 120
},
"departure": {
"time": "1777888024",
"uncertainty": 120
},
"stopId": "0:FEI01",
"stopSequence": 26
},
{
"arrival": {
"time": "1777888087",
"uncertainty": 120
},
"departure": {
"time": "1777888087",
"uncertainty": 120
},
"stopId": "0:SER01",
"stopSequence": 27
},
{
"arrival": {
"time": "1777888255",
"uncertainty": 120
},
"stopId": "0:HSCHUMA2",
"stopSequence": 28
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854037"
}
}
},
{
"id": "1854038",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777887060",
"uncertainty": 120
},
"stopId": "0:WOI01",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854038"
}
}
},
{
"id": "2050645",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777886700"
},
"stopId": "0:MAHIRE1",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "113",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_12050645"
}
}
},
{
"id": "1855471",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1777884656",
"uncertainty": 120
},
"departure": {
"time": "1777884656",
"uncertainty": 120
},
"stopId": "0:ZACPEL02",
"stopSequence": 2
},
{
"arrival": {
"time": "1777884852",
"uncertainty": 120
},
"departure": {
"time": "1777884852",
"uncertainty": 120
},
"stopId": "0:VCANADI2",
"stopSequence": 3
},
{
"arrival": {
"time": "1777884893",
"uncertainty": 120
},
"departure": {
"time": "1777884893",
"uncertainty": 120
},
"stopId": "0:CHESNM4",
"stopSequence": 4
},
{
"arrival": {
"time": "1777885152",
"uncertainty": 120
},
"departure": {
"time": "1777885152",
"uncertainty": 120
},
"stopId": "0:MECLEUV2",
"stopSequence": 5
},
{
"arrival": {
"time": "1777885198",
"uncertainty": 120
},
"departure": {
"time": "1777885212",
"uncertainty": 120
},
"stopId": "0:TARREAU2",
"stopSequence": 6
},
{
"arrival": {
"time": "1777885350",
"uncertainty": 120
},
"departure": {
"time": "1777885350",
"uncertainty": 120
},
"stopId": "0:LANCEUM2",
"stopSequence": 7
},
{
"arrival": {
"time": "1777885461",
"uncertainty": 120
},
"departure": {
"time": "1777885461",
"uncertainty": 120
},
"stopId": "0:FRONTIG2",
"stopSequence": 8
},
{
"arrival": {
"time": "1777885706",
"uncertainty": 120
},
"departure": {
"time": "1777885706",
"uncertainty": 120
},
"stopId": "0:PTIJURY1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777885790",
"uncertainty": 120
},
"departure": {
"time": "1777885790",
"uncertainty": 120
},
"stopId": "0:JURY1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777885832",
"uncertainty": 120
},
"departure": {
"time": "1777885832",
"uncertainty": 120
},
"stopId": "0:CORBON1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777885872",
"uncertainty": 120
},
"departure": {
"time": "1777885872",
"uncertainty": 120
},
"stopId": "0:JURY2",
"stopSequence": 12
},
{
"arrival": {
"time": "1777885971",
"uncertainty": 120
},
"departure": {
"time": "1777885971",
"uncertainty": 120
},
"stopId": "0:PASSERE2",
"stopSequence": 13
},
{
"arrival": {
"time": "1777886068",
"uncertainty": 120
},
"departure": {
"time": "1777886068",
"uncertainty": 120
},
"stopId": "0:VALLONS1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777886368",
"uncertainty": 120
},
"departure": {
"time": "1777886368",
"uncertainty": 120
},
"stopId": "0:HMERCY1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777886445",
"uncertainty": 120
},
"departure": {
"time": "1777886445",
"uncertainty": 120
},
"stopId": "0:MERMAT02",
"stopSequence": 16
},
{
"arrival": {
"time": "1777886668",
"uncertainty": 120
},
"departure": {
"time": "1777886668",
"uncertainty": 120
},
"stopId": "0:PEUMONT2",
"stopSequence": 17
},
{
"arrival": {
"time": "1777886734",
"uncertainty": 120
},
"departure": {
"time": "1777886734",
"uncertainty": 120
},
"stopId": "0:GARGAN02",
"stopSequence": 18
},
{
"arrival": {
"time": "1777886788",
"uncertainty": 120
},
"stopId": "0:PELTRE2",
"stopSequence": 19
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "93",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855471"
},
"vehicle": {
"id": "922",
"label": "922"
}
}
},
{
"id": "1854039",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777888260",
"uncertainty": 120
},
"stopId": "0:WOI01",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854039"
}
}
},
{
"id": "1854035",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777883551",
"uncertainty": 120
},
"stopId": "0:WOI01",
"stopSequence": 1
},
{
"arrival": {
"time": "1777883601",
"uncertainty": 120
},
"departure": {
"time": "1777883611",
"uncertainty": 120
},
"stopId": "0:FON01",
"stopSequence": 2
},
{
"arrival": {
"time": "1777883683",
"uncertainty": 120
},
"departure": {
"time": "1777883701",
"uncertainty": 120
},
"stopId": "0:CHA01",
"stopSequence": 3
},
{
"arrival": {
"time": "1777883789",
"uncertainty": 120
},
"departure": {
"time": "1777883791",
"uncertainty": 120
},
"stopId": "0:ROU01",
"stopSequence": 4
},
{
"arrival": {
"time": "1777883879",
"uncertainty": 120
},
"departure": {
"time": "1777883881",
"uncertainty": 120
},
"stopId": "0:JOB01",
"stopSequence": 5
},
{
"arrival": {
"time": "1777884011",
"uncertainty": 120
},
"departure": {
"time": "1777884031",
"uncertainty": 120
},
"stopId": "0:CAS01",
"stopSequence": 6
},
{
"arrival": {
"time": "1777884091",
"uncertainty": 120
},
"departure": {
"time": "1777884121",
"uncertainty": 120
},
"stopId": "0:BER01",
"stopSequence": 7
},
{
"arrival": {
"time": "1777884188",
"uncertainty": 120
},
"departure": {
"time": "1777884211",
"uncertainty": 120
},
"stopId": "0:ROC01",
"stopSequence": 8
},
{
"arrival": {
"time": "1777884278",
"uncertainty": 120
},
"departure": {
"time": "1777884301",
"uncertainty": 120
},
"stopId": "0:PON01",
"stopSequence": 9
},
{
"arrival": {
"time": "1777884361",
"uncertainty": 120
},
"departure": {
"time": "1777884391",
"uncertainty": 120
},
"stopId": "0:VIN01",
"stopSequence": 10
},
{
"arrival": {
"time": "1777884443",
"uncertainty": 120
},
"departure": {
"time": "1777884451",
"uncertainty": 120
},
"stopId": "0:LUX01",
"stopSequence": 11
},
{
"arrival": {
"time": "1777884536",
"uncertainty": 120
},
"departure": {
"time": "1777884541",
"uncertainty": 120
},
"stopId": "0:MOY01",
"stopSequence": 12
},
{
"arrival": {
"time": "1777884685",
"uncertainty": 120
},
"departure": {
"time": "1777884751",
"uncertainty": 120
},
"stopId": "0:REP01",
"stopSequence": 13
},
{
"arrival": {
"time": "1777884809",
"uncertainty": 120
},
"departure": {
"time": "1777884841",
"uncertainty": 120
},
"stopId": "0:ROI01",
"stopSequence": 14
},
{
"arrival": {
"time": "1777884900",
"uncertainty": 120
},
"departure": {
"time": "1777884961",
"uncertainty": 120
},
"stopId": "0:GAR01",
"stopSequence": 15
},
{
"arrival": {
"time": "1777885058",
"uncertainty": 120
},
"departure": {
"time": "1777885081",
"uncertainty": 120
},
"stopId": "0:POM01",
"stopSequence": 16
},
{
"arrival": {
"time": "1777885141",
"uncertainty": 120
},
"departure": {
"time": "1777885141",
"uncertainty": 120
},
"stopId": "0:SEI01",
"stopSequence": 17
},
{
"arrival": {
"time": "1777885229",
"uncertainty": 120
},
"departure": {
"time": "1777885231",
"uncertainty": 120
},
"stopId": "0:LEG01",
"stopSequence": 18
},
{
"arrival": {
"time": "1777885291",
"uncertainty": 120
},
"departure": {
"time": "1777885291",
"uncertainty": 120
},
"stopId": "0:ALC01",
"stopSequence": 19
},
{
"arrival": {
"time": "1777885381",
"uncertainty": 120
},
"departure": {
"time": "1777885381",
"uncertainty": 120
},
"stopId": "0:CIM01",
"stopSequence": 20
},
{
"arrival": {
"time": "1777885574",
"uncertainty": 120
},
"departure": {
"time": "1777885574",
"uncertainty": 120
},
"stopId": "0:BEL01",
"stopSequence": 21
},
{
"arrival": {
"time": "1777885649",
"uncertainty": 120
},
"departure": {
"time": "1777885649",
"uncertainty": 120
},
"stopId": "0:PRO01",
"stopSequence": 22
},
{
"arrival": {
"time": "1777885736",
"uncertainty": 120
},
"departure": {
"time": "1777885736",
"uncertainty": 120
},
"stopId": "0:BOR01",
"stopSequence": 23
},
{
"arrival": {
"time": "1777885806",
"uncertainty": 120
},
"departure": {
"time": "1777885806",
"uncertainty": 120
},
"stopId": "0:BLE01",
"stopSequence": 24
},
{
"arrival": {
"time": "1777885891",
"uncertainty": 120
},
"departure": {
"time": "1777885891",
"uncertainty": 120
},
"stopId": "0:SAR01",
"stopSequence": 25
},
{
"arrival": {
"time": "1777885983",
"uncertainty": 120
},
"departure": {
"time": "1777885983",
"uncertainty": 120
},
"stopId": "0:FEI01",
"stopSequence": 26
},
{
"arrival": {
"time": "1777886046",
"uncertainty": 120
},
"departure": {
"time": "1777886046",
"uncertainty": 120
},
"stopId": "0:SER01",
"stopSequence": 27
},
{
"arrival": {
"time": "1777886214",
"uncertainty": 120
},
"stopId": "0:HSCHUMA2",
"stopSequence": 28
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854035"
},
"vehicle": {
"id": "1315",
"label": "1315"
}
}
},
{
"id": "1856339",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777888560",
"uncertainty": 120
},
"stopId": "0:GLISSU1",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "84b",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11856339"
}
}
},
{
"id": "1856335",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777887180",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "84b",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11856335"
}
}
},
{
"id": "1856840",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777888680",
"uncertainty": 120
},
"stopId": "0:MASLIEV1",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "13",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11856840"
}
}
},
{
"id": "1853504",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777882891",
"uncertainty": 120
},
"stopId": "0:ARP309",
"stopSequence": 1
},
{
"arrival": {
"time": "1777882937",
"uncertainty": 120
},
"departure": {
"time": "1777882937",
"uncertainty": 120
},
"stopId": "0:HTMAGNY1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777883028",
"uncertainty": 120
},
"departure": {
"time": "1777883028",
"uncertainty": 120
},
"stopId": "0:BEAUSOL1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777883051",
"uncertainty": 120
},
"departure": {
"time": "1777883051",
"uncertainty": 120
},
"stopId": "0:ARMOISI1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777883088",
"uncertainty": 120
},
"departure": {
"time": "1777883101",
"uncertainty": 120
},
"stopId": "0:OBELLI01",
"stopSequence": 5
},
{
"arrival": {
"time": "1777883131",
"uncertainty": 120
},
"departure": {
"time": "1777883131",
"uncertainty": 120
},
"stopId": "0:MAGNYBO1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777883212",
"uncertainty": 120
},
"departure": {
"time": "1777883212",
"uncertainty": 120
},
"stopId": "0:ROOSEVE1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777883239",
"uncertainty": 120
},
"departure": {
"time": "1777883239",
"uncertainty": 120
},
"stopId": "0:PLAINE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777883273",
"uncertainty": 120
},
"departure": {
"time": "1777883281",
"uncertainty": 120
},
"stopId": "0:APREMON1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777883341",
"uncertainty": 120
},
"departure": {
"time": "1777883341",
"uncertainty": 120
},
"stopId": "0:PLATEAU1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777883431",
"uncertainty": 120
},
"departure": {
"time": "1777883431",
"uncertainty": 120
},
"stopId": "0:FAUBOUP1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777883507",
"uncertainty": 120
},
"departure": {
"time": "1777883521",
"uncertainty": 120
},
"stopId": "0:FRECOT1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777883580",
"uncertainty": 120
},
"departure": {
"time": "1777883580",
"uncertainty": 120
},
"stopId": "0:BOUCHOT1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777883649",
"uncertainty": 120
},
"departure": {
"time": "1777883649",
"uncertainty": 120
},
"stopId": "0:VANDERN1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777883701",
"uncertainty": 120
},
"departure": {
"time": "1777883701",
"uncertainty": 120
},
"stopId": "0:POLY01",
"stopSequence": 15
},
{
"arrival": {
"time": "1777883761",
"uncertainty": 120
},
"departure": {
"time": "1777883761",
"uncertainty": 120
},
"stopId": "0:LOTHAIR1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777883851",
"uncertainty": 120
},
"departure": {
"time": "1777883851",
"uncertainty": 120
},
"stopId": "0:LEMUD03",
"stopSequence": 17
},
{
"arrival": {
"time": "1777883881",
"uncertainty": 120
},
"departure": {
"time": "1777883881",
"uncertainty": 120
},
"stopId": "0:DEMBOUR1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777884001",
"uncertainty": 120
},
"departure": {
"time": "1777884031",
"uncertainty": 120
},
"stopId": "0:POME",
"stopSequence": 19
},
{
"arrival": {
"time": "1777884181",
"uncertainty": 120
},
"departure": {
"time": "1777884211",
"uncertainty": 120
},
"stopId": "0:GARGE",
"stopSequence": 20
},
{
"arrival": {
"time": "1777884256",
"uncertainty": 120
},
"departure": {
"time": "1777884271",
"uncertainty": 120
},
"stopId": "0:ROIGE695",
"stopSequence": 21
},
{
"arrival": {
"time": "1777884421",
"uncertainty": 120
},
"departure": {
"time": "1777884481",
"uncertainty": 120
},
"stopId": "0:REPBW",
"stopSequence": 22
},
{
"arrival": {
"time": "1777884646",
"uncertainty": 120
},
"departure": {
"time": "1777884661",
"uncertainty": 120
},
"stopId": "0:LUXS",
"stopSequence": 23
},
{
"arrival": {
"time": "1777884749",
"uncertainty": 120
},
"departure": {
"time": "1777884751",
"uncertainty": 120
},
"stopId": "0:FMOSELL2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777884871",
"uncertainty": 120
},
"departure": {
"time": "1777884871",
"uncertainty": 120
},
"stopId": "0:TIGNO266",
"stopSequence": 25
},
{
"arrival": {
"time": "1777884968",
"uncertainty": 120
},
"departure": {
"time": "1777884968",
"uncertainty": 120
},
"stopId": "0:SMARTIN2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777885021",
"uncertainty": 120
},
"departure": {
"time": "1777885021",
"uncertainty": 120
},
"stopId": "0:FOCH2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777885080",
"uncertainty": 120
},
"departure": {
"time": "1777885081",
"uncertainty": 120
},
"stopId": "0:PONTVER2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777885143",
"uncertainty": 120
},
"departure": {
"time": "1777885143",
"uncertainty": 120
},
"stopId": "0:CASINO2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777885191",
"uncertainty": 120
},
"departure": {
"time": "1777885201",
"uncertainty": 120
},
"stopId": "0:MIGETTE2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777885243",
"uncertainty": 120
},
"departure": {
"time": "1777885261",
"uncertainty": 120
},
"stopId": "0:LONGEVI2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777885337",
"uncertainty": 120
},
"departure": {
"time": "1777885351",
"uncertainty": 120
},
"stopId": "0:LECLERC2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777885411",
"uncertainty": 120
},
"departure": {
"time": "1777885411",
"uncertainty": 120
},
"stopId": "0:PRILLE2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777885441",
"uncertainty": 120
},
"departure": {
"time": "1777885441",
"uncertainty": 120
},
"stopId": "0:SCYBAS2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777885499",
"uncertainty": 120
},
"departure": {
"time": "1777885499",
"uncertainty": 120
},
"stopId": "0:LIBERTE2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777885560",
"uncertainty": 120
},
"departure": {
"time": "1777885560",
"uncertainty": 120
},
"stopId": "0:MOULI275",
"stopSequence": 36
},
{
"arrival": {
"time": "1777885674",
"uncertainty": 120
},
"departure": {
"time": "1777885674",
"uncertainty": 120
},
"stopId": "0:STJEAN02",
"stopSequence": 37
},
{
"arrival": {
"time": "1777885729",
"uncertainty": 120
},
"departure": {
"time": "1777885729",
"uncertainty": 120
},
"stopId": "0:SERRET2",
"stopSequence": 38
},
{
"arrival": {
"time": "1777885770",
"uncertainty": 120
},
"departure": {
"time": "1777885770",
"uncertainty": 120
},
"stopId": "0:HAIEBRU2",
"stopSequence": 39
},
{
"arrival": {
"time": "1777885833",
"uncertainty": 120
},
"stopId": "0:MNVE1",
"stopSequence": 40
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853504"
},
"vehicle": {
"id": "2055",
"label": "2055"
}
}
},
{
"id": "1853505",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777884480",
"uncertainty": 120
},
"stopId": "0:ARP309",
"stopSequence": 1
},
{
"arrival": {
"time": "1777884529",
"uncertainty": 120
},
"departure": {
"time": "1777884529",
"uncertainty": 120
},
"stopId": "0:HTMAGNY1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777884610",
"uncertainty": 120
},
"departure": {
"time": "1777884610",
"uncertainty": 120
},
"stopId": "0:BEAUSOL1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777884652",
"uncertainty": 120
},
"departure": {
"time": "1777884652",
"uncertainty": 120
},
"stopId": "0:ARMOISI1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777884689",
"uncertainty": 120
},
"departure": {
"time": "1777884692",
"uncertainty": 120
},
"stopId": "0:OBELLI01",
"stopSequence": 5
},
{
"arrival": {
"time": "1777884739",
"uncertainty": 120
},
"departure": {
"time": "1777884739",
"uncertainty": 120
},
"stopId": "0:MAGNYBO1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777884789",
"uncertainty": 120
},
"departure": {
"time": "1777884789",
"uncertainty": 120
},
"stopId": "0:ROOSEVE1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777884822",
"uncertainty": 120
},
"departure": {
"time": "1777884822",
"uncertainty": 120
},
"stopId": "0:PLAINE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777884855",
"uncertainty": 120
},
"departure": {
"time": "1777884872",
"uncertainty": 120
},
"stopId": "0:APREMON1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777884910",
"uncertainty": 120
},
"departure": {
"time": "1777884910",
"uncertainty": 120
},
"stopId": "0:PLATEAU1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777885023",
"uncertainty": 120
},
"departure": {
"time": "1777885023",
"uncertainty": 120
},
"stopId": "0:FAUBOUP1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777885106",
"uncertainty": 120
},
"departure": {
"time": "1777885112",
"uncertainty": 120
},
"stopId": "0:FRECOT1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777885172",
"uncertainty": 120
},
"departure": {
"time": "1777885172",
"uncertainty": 120
},
"stopId": "0:BOUCHOT1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777885211",
"uncertainty": 120
},
"departure": {
"time": "1777885211",
"uncertainty": 120
},
"stopId": "0:VANDERN1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777885270",
"uncertainty": 120
},
"departure": {
"time": "1777885270",
"uncertainty": 120
},
"stopId": "0:POLY01",
"stopSequence": 15
},
{
"arrival": {
"time": "1777885322",
"uncertainty": 120
},
"departure": {
"time": "1777885322",
"uncertainty": 120
},
"stopId": "0:LOTHAIR1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777885432",
"uncertainty": 120
},
"departure": {
"time": "1777885442",
"uncertainty": 120
},
"stopId": "0:LEMUD03",
"stopSequence": 17
},
{
"arrival": {
"time": "1777885521",
"uncertainty": 120
},
"departure": {
"time": "1777885521",
"uncertainty": 120
},
"stopId": "0:DEMBOUR1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777885664",
"uncertainty": 120
},
"departure": {
"time": "1777885664",
"uncertainty": 120
},
"stopId": "0:POME",
"stopSequence": 19
},
{
"arrival": {
"time": "1777885804",
"uncertainty": 120
},
"departure": {
"time": "1777885804",
"uncertainty": 120
},
"stopId": "0:GARGE",
"stopSequence": 20
},
{
"arrival": {
"time": "1777885866",
"uncertainty": 120
},
"departure": {
"time": "1777885866",
"uncertainty": 120
},
"stopId": "0:ROIGE695",
"stopSequence": 21
},
{
"arrival": {
"time": "1777886016",
"uncertainty": 120
},
"departure": {
"time": "1777886016",
"uncertainty": 120
},
"stopId": "0:REPBW",
"stopSequence": 22
},
{
"arrival": {
"time": "1777886206",
"uncertainty": 120
},
"departure": {
"time": "1777886206",
"uncertainty": 120
},
"stopId": "0:LUXS",
"stopSequence": 23
},
{
"arrival": {
"time": "1777886305",
"uncertainty": 120
},
"departure": {
"time": "1777886305",
"uncertainty": 120
},
"stopId": "0:FMOSELL2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777886420",
"uncertainty": 120
},
"departure": {
"time": "1777886420",
"uncertainty": 120
},
"stopId": "0:TIGNO266",
"stopSequence": 25
},
{
"arrival": {
"time": "1777886528",
"uncertainty": 120
},
"departure": {
"time": "1777886528",
"uncertainty": 120
},
"stopId": "0:SMARTIN2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777886577",
"uncertainty": 120
},
"departure": {
"time": "1777886577",
"uncertainty": 120
},
"stopId": "0:FOCH2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777886637",
"uncertainty": 120
},
"departure": {
"time": "1777886637",
"uncertainty": 120
},
"stopId": "0:PONTVER2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777886703",
"uncertainty": 120
},
"departure": {
"time": "1777886703",
"uncertainty": 120
},
"stopId": "0:CASINO2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777886755",
"uncertainty": 120
},
"departure": {
"time": "1777886755",
"uncertainty": 120
},
"stopId": "0:MIGETTE2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777886799",
"uncertainty": 120
},
"departure": {
"time": "1777886799",
"uncertainty": 120
},
"stopId": "0:LONGEVI2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777886871",
"uncertainty": 120
},
"departure": {
"time": "1777886871",
"uncertainty": 120
},
"stopId": "0:LECLERC2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777886928",
"uncertainty": 120
},
"departure": {
"time": "1777886928",
"uncertainty": 120
},
"stopId": "0:PRILLE2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777886961",
"uncertainty": 120
},
"departure": {
"time": "1777886961",
"uncertainty": 120
},
"stopId": "0:SCYBAS2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777886997",
"uncertainty": 120
},
"departure": {
"time": "1777886997",
"uncertainty": 120
},
"stopId": "0:LIBERTE2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777887048",
"uncertainty": 120
},
"departure": {
"time": "1777887048",
"uncertainty": 120
},
"stopId": "0:MOULI275",
"stopSequence": 36
},
{
"arrival": {
"time": "1777887133",
"uncertainty": 120
},
"departure": {
"time": "1777887133",
"uncertainty": 120
},
"stopId": "0:STJEAN02",
"stopSequence": 37
},
{
"arrival": {
"time": "1777887217",
"uncertainty": 120
},
"departure": {
"time": "1777887217",
"uncertainty": 120
},
"stopId": "0:SERRET2",
"stopSequence": 38
},
{
"arrival": {
"time": "1777887262",
"uncertainty": 120
},
"departure": {
"time": "1777887262",
"uncertainty": 120
},
"stopId": "0:HAIEBRU2",
"stopSequence": 39
},
{
"arrival": {
"time": "1777887348",
"uncertainty": 120
},
"stopId": "0:MNVE1",
"stopSequence": 40
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853505"
},
"vehicle": {
"id": "2154",
"label": "2154"
}
}
},
{
"id": "1853506",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777886100",
"uncertainty": 120
},
"stopId": "0:ARP309",
"stopSequence": 1
},
{
"arrival": {
"time": "1777886149",
"uncertainty": 120
},
"departure": {
"time": "1777886149",
"uncertainty": 120
},
"stopId": "0:HTMAGNY1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777886235",
"uncertainty": 120
},
"departure": {
"time": "1777886235",
"uncertainty": 120
},
"stopId": "0:BEAUSOL1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777886274",
"uncertainty": 120
},
"departure": {
"time": "1777886274",
"uncertainty": 120
},
"stopId": "0:ARMOISI1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777886317",
"uncertainty": 120
},
"departure": {
"time": "1777886317",
"uncertainty": 120
},
"stopId": "0:OBELLI01",
"stopSequence": 5
},
{
"arrival": {
"time": "1777886361",
"uncertainty": 120
},
"departure": {
"time": "1777886361",
"uncertainty": 120
},
"stopId": "0:MAGNYBO1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777886415",
"uncertainty": 120
},
"departure": {
"time": "1777886415",
"uncertainty": 120
},
"stopId": "0:ROOSEVE1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777886457",
"uncertainty": 120
},
"departure": {
"time": "1777886457",
"uncertainty": 120
},
"stopId": "0:PLAINE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777886498",
"uncertainty": 120
},
"departure": {
"time": "1777886498",
"uncertainty": 120
},
"stopId": "0:APREMON1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777886540",
"uncertainty": 120
},
"departure": {
"time": "1777886540",
"uncertainty": 120
},
"stopId": "0:PLATEAU1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777886607",
"uncertainty": 120
},
"departure": {
"time": "1777886607",
"uncertainty": 120
},
"stopId": "0:FAUBOUP1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777886696",
"uncertainty": 120
},
"departure": {
"time": "1777886696",
"uncertainty": 120
},
"stopId": "0:FRECOT1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777886751",
"uncertainty": 120
},
"departure": {
"time": "1777886751",
"uncertainty": 120
},
"stopId": "0:BOUCHOT1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777886802",
"uncertainty": 120
},
"departure": {
"time": "1777886802",
"uncertainty": 120
},
"stopId": "0:VANDERN1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777886857",
"uncertainty": 120
},
"departure": {
"time": "1777886857",
"uncertainty": 120
},
"stopId": "0:POLY01",
"stopSequence": 15
},
{
"arrival": {
"time": "1777886905",
"uncertainty": 120
},
"departure": {
"time": "1777886905",
"uncertainty": 120
},
"stopId": "0:LOTHAIR1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777887016",
"uncertainty": 120
},
"departure": {
"time": "1777887016",
"uncertainty": 120
},
"stopId": "0:LEMUD03",
"stopSequence": 17
},
{
"arrival": {
"time": "1777887074",
"uncertainty": 120
},
"departure": {
"time": "1777887074",
"uncertainty": 120
},
"stopId": "0:DEMBOUR1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777887154",
"uncertainty": 120
},
"departure": {
"time": "1777887154",
"uncertainty": 120
},
"stopId": "0:POME",
"stopSequence": 19
},
{
"arrival": {
"time": "1777887280",
"uncertainty": 120
},
"departure": {
"time": "1777887280",
"uncertainty": 120
},
"stopId": "0:GARGE",
"stopSequence": 20
},
{
"arrival": {
"time": "1777887364",
"uncertainty": 120
},
"departure": {
"time": "1777887364",
"uncertainty": 120
},
"stopId": "0:ROIGE695",
"stopSequence": 21
},
{
"arrival": {
"time": "1777887520",
"uncertainty": 120
},
"departure": {
"time": "1777887520",
"uncertainty": 120
},
"stopId": "0:REPBW",
"stopSequence": 22
},
{
"arrival": {
"time": "1777887810",
"uncertainty": 120
},
"departure": {
"time": "1777887810",
"uncertainty": 120
},
"stopId": "0:LUXS",
"stopSequence": 23
},
{
"arrival": {
"time": "1777887938",
"uncertainty": 120
},
"departure": {
"time": "1777887938",
"uncertainty": 120
},
"stopId": "0:FMOSELL2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777888039",
"uncertainty": 120
},
"departure": {
"time": "1777888039",
"uncertainty": 120
},
"stopId": "0:TIGNO266",
"stopSequence": 25
},
{
"arrival": {
"time": "1777888178",
"uncertainty": 120
},
"departure": {
"time": "1777888178",
"uncertainty": 120
},
"stopId": "0:SMARTIN2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777888216",
"uncertainty": 120
},
"departure": {
"time": "1777888216",
"uncertainty": 120
},
"stopId": "0:FOCH2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777888277",
"uncertainty": 120
},
"departure": {
"time": "1777888277",
"uncertainty": 120
},
"stopId": "0:PONTVER2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777888354",
"uncertainty": 120
},
"departure": {
"time": "1777888354",
"uncertainty": 120
},
"stopId": "0:CASINO2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777888424",
"uncertainty": 120
},
"departure": {
"time": "1777888424",
"uncertainty": 120
},
"stopId": "0:MIGETTE2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777888478",
"uncertainty": 120
},
"departure": {
"time": "1777888478",
"uncertainty": 120
},
"stopId": "0:LONGEVI2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777888537",
"uncertainty": 120
},
"departure": {
"time": "1777888537",
"uncertainty": 120
},
"stopId": "0:LECLERC2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777888584",
"uncertainty": 120
},
"departure": {
"time": "1777888584",
"uncertainty": 120
},
"stopId": "0:PRILLE2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777888631",
"uncertainty": 120
},
"departure": {
"time": "1777888631",
"uncertainty": 120
},
"stopId": "0:SCYBAS2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777888667",
"uncertainty": 120
},
"departure": {
"time": "1777888667",
"uncertainty": 120
},
"stopId": "0:LIBERTE2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777888718",
"uncertainty": 120
},
"departure": {
"time": "1777888718",
"uncertainty": 120
},
"stopId": "0:MOULI275",
"stopSequence": 36
},
{
"arrival": {
"time": "1777888803",
"uncertainty": 120
},
"departure": {
"time": "1777888803",
"uncertainty": 120
},
"stopId": "0:STJEAN02",
"stopSequence": 37
},
{
"arrival": {
"time": "1777888887",
"uncertainty": 120
},
"departure": {
"time": "1777888887",
"uncertainty": 120
},
"stopId": "0:SERRET2",
"stopSequence": 38
},
{
"arrival": {
"time": "1777888932",
"uncertainty": 120
},
"departure": {
"time": "1777888932",
"uncertainty": 120
},
"stopId": "0:HAIEBRU2",
"stopSequence": 39
},
{
"arrival": {
"time": "1777889018",
"uncertainty": 120
},
"stopId": "0:MNVE1",
"stopSequence": 40
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853506"
}
}
},
{
"id": "1853507",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777887720",
"uncertainty": 120
},
"stopId": "0:ARP309",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853507"
}
}
},
{
"id": "1856838",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777884871",
"uncertainty": 120
},
"stopId": "0:MASLIEV1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777884939",
"uncertainty": 120
},
"departure": {
"time": "1777884939",
"uncertainty": 120
},
"stopId": "0:CHAULME1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777884981",
"uncertainty": 120
},
"departure": {
"time": "1777884981",
"uncertainty": 120
},
"stopId": "0:PENSEES1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777885034",
"uncertainty": 120
},
"departure": {
"time": "1777885034",
"uncertainty": 120
},
"stopId": "0:PINOTSM1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777885123",
"uncertainty": 120
},
"departure": {
"time": "1777885123",
"uncertainty": 120
},
"stopId": "0:NOUILLY1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777885211",
"uncertainty": 120
},
"departure": {
"time": "1777885211",
"uncertainty": 120
},
"stopId": "0:FALEE1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777885328",
"uncertainty": 120
},
"departure": {
"time": "1777885328",
"uncertainty": 120
},
"stopId": "0:MEYVIGN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777885439",
"uncertainty": 120
},
"departure": {
"time": "1777885439",
"uncertainty": 120
},
"stopId": "0:LMOULIN1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777885468",
"uncertainty": 120
},
"departure": {
"time": "1777885468",
"uncertainty": 120
},
"stopId": "0:FONNY1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777885526",
"uncertainty": 120
},
"departure": {
"time": "1777885526",
"uncertainty": 120
},
"stopId": "0:BARBE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777885596",
"uncertainty": 120
},
"departure": {
"time": "1777885596",
"uncertainty": 120
},
"stopId": "0:MANGENO1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777885648",
"uncertainty": 120
},
"departure": {
"time": "1777885648",
"uncertainty": 120
},
"stopId": "0:SAULNOI1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777885708",
"uncertainty": 120
},
"departure": {
"time": "1777885708",
"uncertainty": 120
},
"stopId": "0:JPJEAN1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777885777",
"uncertainty": 120
},
"departure": {
"time": "1777885777",
"uncertainty": 120
},
"stopId": "0:CORCHAD1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777885840",
"uncertainty": 120
},
"departure": {
"time": "1777885840",
"uncertainty": 120
},
"stopId": "0:JUGAN1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777885914",
"uncertainty": 120
},
"departure": {
"time": "1777885914",
"uncertainty": 120
},
"stopId": "0:JOUSSE1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777885966",
"uncertainty": 120
},
"departure": {
"time": "1777885966",
"uncertainty": 120
},
"stopId": "0:DUNANT1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777886072",
"uncertainty": 120
},
"departure": {
"time": "1777886072",
"uncertainty": 120
},
"stopId": "0:BILLOTT1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777886137",
"uncertainty": 120
},
"departure": {
"time": "1777886137",
"uncertainty": 120
},
"stopId": "0:TANNERI1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777886350",
"uncertainty": 120
},
"departure": {
"time": "1777886350",
"uncertainty": 120
},
"stopId": "0:ARSENAL1",
"stopSequence": 20
},
{
"arrival": {
"time": "1777886426",
"uncertainty": 120
},
"departure": {
"time": "1777886426",
"uncertainty": 120
},
"stopId": "0:FOURNIE1",
"stopSequence": 21
},
{
"arrival": {
"time": "1777886565",
"uncertainty": 120
},
"departure": {
"time": "1777886565",
"uncertainty": 120
},
"stopId": "0:TANNEUR1",
"stopSequence": 22
},
{
"arrival": {
"time": "1777886629",
"uncertainty": 120
},
"departure": {
"time": "1777886629",
"uncertainty": 120
},
"stopId": "0:PARAIGE1",
"stopSequence": 23
},
{
"arrival": {
"time": "1777886742",
"uncertainty": 120
},
"departure": {
"time": "1777886742",
"uncertainty": 120
},
"stopId": "0:MAZELLE1",
"stopSequence": 24
},
{
"arrival": {
"time": "1777886953",
"uncertainty": 120
},
"departure": {
"time": "1777886953",
"uncertainty": 120
},
"stopId": "0:GARCE",
"stopSequence": 25
},
{
"arrival": {
"time": "1777887102",
"uncertainty": 120
},
"departure": {
"time": "1777887102",
"uncertainty": 120
},
"stopId": "0:ROIGEO89",
"stopSequence": 26
},
{
"arrival": {
"time": "1777887313",
"uncertainty": 120
},
"departure": {
"time": "1777887313",
"uncertainty": 120
},
"stopId": "0:BONSEC2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777887444",
"uncertainty": 120
},
"departure": {
"time": "1777887444",
"uncertainty": 120
},
"stopId": "0:GENIE2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777887498",
"uncertainty": 120
},
"departure": {
"time": "1777887498",
"uncertainty": 120
},
"stopId": "0:BOTANIQ2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777887580",
"uncertainty": 120
},
"departure": {
"time": "1777887580",
"uncertainty": 120
},
"stopId": "0:EUROPAC2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777887670",
"uncertainty": 120
},
"departure": {
"time": "1777887670",
"uncertainty": 120
},
"stopId": "0:NATION2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777887721",
"uncertainty": 120
},
"departure": {
"time": "1777887721",
"uncertainty": 120
},
"stopId": "0:SCHAFF01",
"stopSequence": 32
},
{
"arrival": {
"time": "1777887810",
"uncertainty": 120
},
"departure": {
"time": "1777887810",
"uncertainty": 120
},
"stopId": "0:STLADRE2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777887879",
"uncertainty": 120
},
"departure": {
"time": "1777887879",
"uncertainty": 120
},
"stopId": "0:MERMOZ2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777888042",
"uncertainty": 120
},
"departure": {
"time": "1777888042",
"uncertainty": 120
},
"stopId": "0:SIMMI689",
"stopSequence": 35
},
{
"arrival": {
"time": "1777888226",
"uncertainty": 120
},
"departure": {
"time": "1777888226",
"uncertainty": 120
},
"stopId": "0:11AVIAT1",
"stopSequence": 36
},
{
"arrival": {
"time": "1777888269",
"uncertainty": 120
},
"departure": {
"time": "1777888269",
"uncertainty": 120
},
"stopId": "0:LUETTE1",
"stopSequence": 37
},
{
"arrival": {
"time": "1777888361",
"uncertainty": 120
},
"stopId": "0:COSTEBE3",
"stopSequence": 38
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "13",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11856838"
},
"vehicle": {
"id": "702",
"label": "702"
}
}
},
{
"id": "1856839",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777886820",
"uncertainty": 120
},
"stopId": "0:MASLIEV1",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "13",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11856839"
}
}
},
{
"id": "1856364",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777888020",
"uncertainty": 120
},
"stopId": "0:GRIMONT1",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "6",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11856364"
}
}
},
{
"id": "1856360",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777883220",
"uncertainty": 120
},
"stopId": "0:GRIMONT1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777883286",
"uncertainty": 120
},
"departure": {
"time": "1777883286",
"uncertainty": 120
},
"stopId": "0:BOUZONV3",
"stopSequence": 2
},
{
"arrival": {
"time": "1777883365",
"uncertainty": 120
},
"departure": {
"time": "1777883371",
"uncertainty": 120
},
"stopId": "0:HSORET1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777883401",
"uncertainty": 120
},
"departure": {
"time": "1777883401",
"uncertainty": 120
},
"stopId": "0:MARRONN1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777883456",
"uncertainty": 120
},
"departure": {
"time": "1777883461",
"uncertainty": 120
},
"stopId": "0:PINS01",
"stopSequence": 5
},
{
"arrival": {
"time": "1777883540",
"uncertainty": 120
},
"departure": {
"time": "1777883540",
"uncertainty": 120
},
"stopId": "0:FRENES1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777883581",
"uncertainty": 120
},
"departure": {
"time": "1777883581",
"uncertainty": 120
},
"stopId": "0:CARRIER1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777883619",
"uncertainty": 120
},
"departure": {
"time": "1777883619",
"uncertainty": 120
},
"stopId": "0:HETRES1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777883701",
"uncertainty": 120
},
"departure": {
"time": "1777883701",
"uncertainty": 120
},
"stopId": "0:ERABLE1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777883731",
"uncertainty": 120
},
"departure": {
"time": "1777883731",
"uncertainty": 120
},
"stopId": "0:TILLEUL1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777883805",
"uncertainty": 120
},
"departure": {
"time": "1777883805",
"uncertainty": 120
},
"stopId": "0:CIMETIE1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777883851",
"uncertainty": 120
},
"departure": {
"time": "1777883851",
"uncertainty": 120
},
"stopId": "0:STJEGLI1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777883985",
"uncertainty": 120
},
"departure": {
"time": "1777883985",
"uncertainty": 120
},
"stopId": "0:TERRESR1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777884031",
"uncertainty": 120
},
"departure": {
"time": "1777884031",
"uncertainty": 120
},
"stopId": "0:BURGER01",
"stopSequence": 14
},
{
"arrival": {
"time": "1777884076",
"uncertainty": 120
},
"departure": {
"time": "1777884121",
"uncertainty": 120
},
"stopId": "0:TANNERI1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777884271",
"uncertainty": 120
},
"departure": {
"time": "1777884271",
"uncertainty": 120
},
"stopId": "0:ARSENAL1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777884322",
"uncertainty": 120
},
"departure": {
"time": "1777884361",
"uncertainty": 120
},
"stopId": "0:FOURNIE1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777884478",
"uncertainty": 120
},
"departure": {
"time": "1777884511",
"uncertainty": 120
},
"stopId": "0:TANNEUR1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777884613",
"uncertainty": 120
},
"departure": {
"time": "1777884631",
"uncertainty": 120
},
"stopId": "0:PARAIGE1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777884740",
"uncertainty": 120
},
"departure": {
"time": "1777884740",
"uncertainty": 120
},
"stopId": "0:MAZELLE1",
"stopSequence": 20
},
{
"arrival": {
"time": "1777884901",
"uncertainty": 120
},
"departure": {
"time": "1777884991",
"uncertainty": 120
},
"stopId": "0:GARCE",
"stopSequence": 21
},
{
"arrival": {
"time": "1777885021",
"uncertainty": 120
},
"departure": {
"time": "1777885021",
"uncertainty": 120
},
"stopId": "0:STNICOL4",
"stopSequence": 22
},
{
"arrival": {
"time": "1777885200",
"uncertainty": 120
},
"departure": {
"time": "1777885231",
"uncertainty": 120
},
"stopId": "0:REPPS",
"stopSequence": 23
},
{
"arrival": {
"time": "1777885338",
"uncertainty": 120
},
"departure": {
"time": "1777885352",
"uncertainty": 120
},
"stopId": "0:ROIGEO34",
"stopSequence": 24
},
{
"arrival": {
"time": "1777885432",
"uncertainty": 120
},
"departure": {
"time": "1777885432",
"uncertainty": 120
},
"stopId": "0:VERLAIN2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777885554",
"uncertainty": 120
},
"departure": {
"time": "1777885554",
"uncertainty": 120
},
"stopId": "0:PALAISS2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777885587",
"uncertainty": 120
},
"departure": {
"time": "1777885587",
"uncertainty": 120
},
"stopId": "0:VILLAS2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777885655",
"uncertainty": 120
},
"departure": {
"time": "1777885655",
"uncertainty": 120
},
"stopId": "0:PEPINIE2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777885740",
"uncertainty": 120
},
"departure": {
"time": "1777885740",
"uncertainty": 120
},
"stopId": "0:BRIVAGE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777885847",
"uncertainty": 120
},
"departure": {
"time": "1777885847",
"uncertainty": 120
},
"stopId": "0:FOCH1",
"stopSequence": 30
},
{
"arrival": {
"time": "1777885906",
"uncertainty": 120
},
"departure": {
"time": "1777885906",
"uncertainty": 120
},
"stopId": "0:SIGISBE2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777885957",
"uncertainty": 120
},
"departure": {
"time": "1777885957",
"uncertainty": 120
},
"stopId": "0:LARDEME2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777885997",
"uncertainty": 120
},
"departure": {
"time": "1777885997",
"uncertainty": 120
},
"stopId": "0:VICTOIR2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777886036",
"uncertainty": 120
},
"departure": {
"time": "1777886036",
"uncertainty": 120
},
"stopId": "0:MARNE2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777886063",
"uncertainty": 120
},
"departure": {
"time": "1777886063",
"uncertainty": 120
},
"stopId": "0:STSIMON2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777886149",
"uncertainty": 120
},
"departure": {
"time": "1777886149",
"uncertainty": 120
},
"stopId": "0:TORTUE2",
"stopSequence": 36
},
{
"arrival": {
"time": "1777886182",
"uncertainty": 120
},
"departure": {
"time": "1777886182",
"uncertainty": 120
},
"stopId": "0:CASTORS2",
"stopSequence": 37
},
{
"arrival": {
"time": "1777886302",
"uncertainty": 120
},
"stopId": "0:FELIX420",
"stopSequence": 38
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "6",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11856360"
},
"vehicle": {
"id": "2424",
"label": "2424"
}
}
},
{
"id": "1856361",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777884420",
"uncertainty": 120
},
"stopId": "0:GRIMONT1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777884481",
"uncertainty": 120
},
"departure": {
"time": "1777884481",
"uncertainty": 120
},
"stopId": "0:BOUZONV3",
"stopSequence": 2
},
{
"arrival": {
"time": "1777884556",
"uncertainty": 120
},
"departure": {
"time": "1777884556",
"uncertainty": 120
},
"stopId": "0:HSORET1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777884596",
"uncertainty": 120
},
"departure": {
"time": "1777884601",
"uncertainty": 120
},
"stopId": "0:MARRONN1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777884661",
"uncertainty": 120
},
"departure": {
"time": "1777884661",
"uncertainty": 120
},
"stopId": "0:PINS01",
"stopSequence": 5
},
{
"arrival": {
"time": "1777884741",
"uncertainty": 120
},
"departure": {
"time": "1777884751",
"uncertainty": 120
},
"stopId": "0:FRENES1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777884791",
"uncertainty": 120
},
"departure": {
"time": "1777884791",
"uncertainty": 120
},
"stopId": "0:CARRIER1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777884841",
"uncertainty": 120
},
"departure": {
"time": "1777884841",
"uncertainty": 120
},
"stopId": "0:HETRES1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777884901",
"uncertainty": 120
},
"departure": {
"time": "1777884901",
"uncertainty": 120
},
"stopId": "0:ERABLE1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777884931",
"uncertainty": 120
},
"departure": {
"time": "1777884931",
"uncertainty": 120
},
"stopId": "0:TILLEUL1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777884991",
"uncertainty": 120
},
"departure": {
"time": "1777884991",
"uncertainty": 120
},
"stopId": "0:CIMETIE1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777885032",
"uncertainty": 120
},
"departure": {
"time": "1777885032",
"uncertainty": 120
},
"stopId": "0:STJEGLI1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777885137",
"uncertainty": 120
},
"departure": {
"time": "1777885142",
"uncertainty": 120
},
"stopId": "0:TERRESR1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777885221",
"uncertainty": 120
},
"departure": {
"time": "1777885221",
"uncertainty": 120
},
"stopId": "0:BURGER01",
"stopSequence": 14
},
{
"arrival": {
"time": "1777885284",
"uncertainty": 120
},
"departure": {
"time": "1777885321",
"uncertainty": 120
},
"stopId": "0:TANNERI1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777885463",
"uncertainty": 120
},
"departure": {
"time": "1777885471",
"uncertainty": 120
},
"stopId": "0:ARSENAL1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777885524",
"uncertainty": 120
},
"departure": {
"time": "1777885524",
"uncertainty": 120
},
"stopId": "0:FOURNIE1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777885642",
"uncertainty": 120
},
"departure": {
"time": "1777885642",
"uncertainty": 120
},
"stopId": "0:TANNEUR1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777885705",
"uncertainty": 120
},
"departure": {
"time": "1777885705",
"uncertainty": 120
},
"stopId": "0:PARAIGE1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777885814",
"uncertainty": 120
},
"departure": {
"time": "1777885814",
"uncertainty": 120
},
"stopId": "0:MAZELLE1",
"stopSequence": 20
},
{
"arrival": {
"time": "1777885979",
"uncertainty": 120
},
"departure": {
"time": "1777885979",
"uncertainty": 120
},
"stopId": "0:GARCE",
"stopSequence": 21
},
{
"arrival": {
"time": "1777886013",
"uncertainty": 120
},
"departure": {
"time": "1777886013",
"uncertainty": 120
},
"stopId": "0:STNICOL4",
"stopSequence": 22
},
{
"arrival": {
"time": "1777886194",
"uncertainty": 120
},
"departure": {
"time": "1777886400",
"uncertainty": 120
},
"stopId": "0:REPPS",
"stopSequence": 23
},
{
"arrival": {
"time": "1777886512",
"uncertainty": 120
},
"departure": {
"time": "1777886512",
"uncertainty": 120
},
"stopId": "0:ROIGEO34",
"stopSequence": 24
},
{
"arrival": {
"time": "1777886589",
"uncertainty": 120
},
"departure": {
"time": "1777886589",
"uncertainty": 120
},
"stopId": "0:VERLAIN2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777886741",
"uncertainty": 120
},
"departure": {
"time": "1777886741",
"uncertainty": 120
},
"stopId": "0:PALAISS2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777886794",
"uncertainty": 120
},
"departure": {
"time": "1777886794",
"uncertainty": 120
},
"stopId": "0:VILLAS2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777886854",
"uncertainty": 120
},
"departure": {
"time": "1777886854",
"uncertainty": 120
},
"stopId": "0:PEPINIE2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777886918",
"uncertainty": 120
},
"departure": {
"time": "1777886918",
"uncertainty": 120
},
"stopId": "0:BRIVAGE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777887088",
"uncertainty": 120
},
"departure": {
"time": "1777887088",
"uncertainty": 120
},
"stopId": "0:FOCH1",
"stopSequence": 30
},
{
"arrival": {
"time": "1777887137",
"uncertainty": 120
},
"departure": {
"time": "1777887137",
"uncertainty": 120
},
"stopId": "0:SIGISBE2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777887183",
"uncertainty": 120
},
"departure": {
"time": "1777887183",
"uncertainty": 120
},
"stopId": "0:LARDEME2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777887245",
"uncertainty": 120
},
"departure": {
"time": "1777887245",
"uncertainty": 120
},
"stopId": "0:VICTOIR2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777887284",
"uncertainty": 120
},
"departure": {
"time": "1777887284",
"uncertainty": 120
},
"stopId": "0:MARNE2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777887310",
"uncertainty": 120
},
"departure": {
"time": "1777887310",
"uncertainty": 120
},
"stopId": "0:STSIMON2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777887365",
"uncertainty": 120
},
"departure": {
"time": "1777887365",
"uncertainty": 120
},
"stopId": "0:TORTUE2",
"stopSequence": 36
},
{
"arrival": {
"time": "1777887398",
"uncertainty": 120
},
"departure": {
"time": "1777887398",
"uncertainty": 120
},
"stopId": "0:CASTORS2",
"stopSequence": 37
},
{
"arrival": {
"time": "1777887518",
"uncertainty": 120
},
"stopId": "0:FELIX420",
"stopSequence": 38
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "6",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11856361"
},
"vehicle": {
"id": "1732",
"label": "1732"
}
}
},
{
"id": "1856362",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777885489",
"uncertainty": 120
},
"stopId": "0:GRIMONT1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777885685",
"uncertainty": 120
},
"departure": {
"time": "1777885685",
"uncertainty": 120
},
"stopId": "0:BOUZONV3",
"stopSequence": 2
},
{
"arrival": {
"time": "1777885763",
"uncertainty": 120
},
"departure": {
"time": "1777885763",
"uncertainty": 120
},
"stopId": "0:HSORET1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777885803",
"uncertainty": 120
},
"departure": {
"time": "1777885803",
"uncertainty": 120
},
"stopId": "0:MARRONN1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777885862",
"uncertainty": 120
},
"departure": {
"time": "1777885862",
"uncertainty": 120
},
"stopId": "0:PINS01",
"stopSequence": 5
},
{
"arrival": {
"time": "1777885940",
"uncertainty": 120
},
"departure": {
"time": "1777885940",
"uncertainty": 120
},
"stopId": "0:FRENES1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777885981",
"uncertainty": 120
},
"departure": {
"time": "1777885981",
"uncertainty": 120
},
"stopId": "0:CARRIER1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777886030",
"uncertainty": 120
},
"departure": {
"time": "1777886030",
"uncertainty": 120
},
"stopId": "0:HETRES1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777886093",
"uncertainty": 120
},
"departure": {
"time": "1777886093",
"uncertainty": 120
},
"stopId": "0:ERABLE1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777886126",
"uncertainty": 120
},
"departure": {
"time": "1777886126",
"uncertainty": 120
},
"stopId": "0:TILLEUL1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777886189",
"uncertainty": 120
},
"departure": {
"time": "1777886189",
"uncertainty": 120
},
"stopId": "0:CIMETIE1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777886230",
"uncertainty": 120
},
"departure": {
"time": "1777886230",
"uncertainty": 120
},
"stopId": "0:STJEGLI1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777886330",
"uncertainty": 120
},
"departure": {
"time": "1777886330",
"uncertainty": 120
},
"stopId": "0:TERRESR1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777886403",
"uncertainty": 120
},
"departure": {
"time": "1777886403",
"uncertainty": 120
},
"stopId": "0:BURGER01",
"stopSequence": 14
},
{
"arrival": {
"time": "1777886461",
"uncertainty": 120
},
"departure": {
"time": "1777886461",
"uncertainty": 120
},
"stopId": "0:TANNERI1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777886663",
"uncertainty": 120
},
"departure": {
"time": "1777886663",
"uncertainty": 120
},
"stopId": "0:ARSENAL1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777886735",
"uncertainty": 120
},
"departure": {
"time": "1777886735",
"uncertainty": 120
},
"stopId": "0:FOURNIE1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777886867",
"uncertainty": 120
},
"departure": {
"time": "1777886867",
"uncertainty": 120
},
"stopId": "0:TANNEUR1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777886935",
"uncertainty": 120
},
"departure": {
"time": "1777886935",
"uncertainty": 120
},
"stopId": "0:PARAIGE1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777887049",
"uncertainty": 120
},
"departure": {
"time": "1777887049",
"uncertainty": 120
},
"stopId": "0:MAZELLE1",
"stopSequence": 20
},
{
"arrival": {
"time": "1777887262",
"uncertainty": 120
},
"departure": {
"time": "1777887262",
"uncertainty": 120
},
"stopId": "0:GARCE",
"stopSequence": 21
},
{
"arrival": {
"time": "1777887309",
"uncertainty": 120
},
"departure": {
"time": "1777887309",
"uncertainty": 120
},
"stopId": "0:STNICOL4",
"stopSequence": 22
},
{
"arrival": {
"time": "1777887507",
"uncertainty": 120
},
"departure": {
"time": "1777887507",
"uncertainty": 120
},
"stopId": "0:REPPS",
"stopSequence": 23
},
{
"arrival": {
"time": "1777887659",
"uncertainty": 120
},
"departure": {
"time": "1777887659",
"uncertainty": 120
},
"stopId": "0:ROIGEO34",
"stopSequence": 24
},
{
"arrival": {
"time": "1777887715",
"uncertainty": 120
},
"departure": {
"time": "1777887715",
"uncertainty": 120
},
"stopId": "0:VERLAIN2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777887867",
"uncertainty": 120
},
"departure": {
"time": "1777887867",
"uncertainty": 120
},
"stopId": "0:PALAISS2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777887921",
"uncertainty": 120
},
"departure": {
"time": "1777887921",
"uncertainty": 120
},
"stopId": "0:VILLAS2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777887982",
"uncertainty": 120
},
"departure": {
"time": "1777887982",
"uncertainty": 120
},
"stopId": "0:PEPINIE2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777888047",
"uncertainty": 120
},
"departure": {
"time": "1777888047",
"uncertainty": 120
},
"stopId": "0:BRIVAGE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777888217",
"uncertainty": 120
},
"departure": {
"time": "1777888217",
"uncertainty": 120
},
"stopId": "0:FOCH1",
"stopSequence": 30
},
{
"arrival": {
"time": "1777888266",
"uncertainty": 120
},
"departure": {
"time": "1777888266",
"uncertainty": 120
},
"stopId": "0:SIGISBE2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777888312",
"uncertainty": 120
},
"departure": {
"time": "1777888312",
"uncertainty": 120
},
"stopId": "0:LARDEME2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777888374",
"uncertainty": 120
},
"departure": {
"time": "1777888374",
"uncertainty": 120
},
"stopId": "0:VICTOIR2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777888413",
"uncertainty": 120
},
"departure": {
"time": "1777888413",
"uncertainty": 120
},
"stopId": "0:MARNE2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777888439",
"uncertainty": 120
},
"departure": {
"time": "1777888439",
"uncertainty": 120
},
"stopId": "0:STSIMON2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777888494",
"uncertainty": 120
},
"departure": {
"time": "1777888494",
"uncertainty": 120
},
"stopId": "0:TORTUE2",
"stopSequence": 36
},
{
"arrival": {
"time": "1777888527",
"uncertainty": 120
},
"departure": {
"time": "1777888527",
"uncertainty": 120
},
"stopId": "0:CASTORS2",
"stopSequence": 37
},
{
"arrival": {
"time": "1777888647",
"uncertainty": 120
},
"stopId": "0:FELIX420",
"stopSequence": 38
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "6",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11856362"
},
"vehicle": {
"id": "2135",
"label": "2135"
}
}
},
{
"id": "1856363",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777886820",
"uncertainty": 120
},
"stopId": "0:GRIMONT1",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "6",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11856363"
}
}
},
{
"id": "1853544",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777885472",
"uncertainty": 120
},
"stopId": "0:ABS591",
"stopSequence": 1
},
{
"arrival": {
"time": "1777885554",
"uncertainty": 120
},
"departure": {
"time": "1777885554",
"uncertainty": 120
},
"stopId": "0:VALERIA1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777885591",
"uncertainty": 120
},
"departure": {
"time": "1777885591",
"uncertainty": 120
},
"stopId": "0:ROSEAUX1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777885651",
"uncertainty": 120
},
"departure": {
"time": "1777885651",
"uncertainty": 120
},
"stopId": "0:ACACIAS1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777885718",
"uncertainty": 120
},
"departure": {
"time": "1777885718",
"uncertainty": 120
},
"stopId": "0:PTICLOU1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777885777",
"uncertainty": 120
},
"departure": {
"time": "1777885777",
"uncertainty": 120
},
"stopId": "0:STROCH1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777885884",
"uncertainty": 120
},
"departure": {
"time": "1777885884",
"uncertainty": 120
},
"stopId": "0:FAUBOUP1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777885970",
"uncertainty": 120
},
"departure": {
"time": "1777885970",
"uncertainty": 120
},
"stopId": "0:FRECOT1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777886028",
"uncertainty": 120
},
"departure": {
"time": "1777886028",
"uncertainty": 120
},
"stopId": "0:BOUCHOT1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777886072",
"uncertainty": 120
},
"departure": {
"time": "1777886072",
"uncertainty": 120
},
"stopId": "0:VANDERN1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777886129",
"uncertainty": 120
},
"departure": {
"time": "1777886129",
"uncertainty": 120
},
"stopId": "0:POLY01",
"stopSequence": 11
},
{
"arrival": {
"time": "1777886179",
"uncertainty": 120
},
"departure": {
"time": "1777886179",
"uncertainty": 120
},
"stopId": "0:LOTHAIR1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777886289",
"uncertainty": 120
},
"departure": {
"time": "1777886289",
"uncertainty": 120
},
"stopId": "0:LEMUD03",
"stopSequence": 13
},
{
"arrival": {
"time": "1777886347",
"uncertainty": 120
},
"departure": {
"time": "1777886347",
"uncertainty": 120
},
"stopId": "0:DEMBOUR1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777886485",
"uncertainty": 120
},
"departure": {
"time": "1777886485",
"uncertainty": 120
},
"stopId": "0:POME",
"stopSequence": 15
},
{
"arrival": {
"time": "1777886624",
"uncertainty": 120
},
"departure": {
"time": "1777886624",
"uncertainty": 120
},
"stopId": "0:GARGE",
"stopSequence": 16
},
{
"arrival": {
"time": "1777886687",
"uncertainty": 120
},
"departure": {
"time": "1777886687",
"uncertainty": 120
},
"stopId": "0:ROIGE695",
"stopSequence": 17
},
{
"arrival": {
"time": "1777886843",
"uncertainty": 120
},
"departure": {
"time": "1777886843",
"uncertainty": 120
},
"stopId": "0:REPBW",
"stopSequence": 18
},
{
"arrival": {
"time": "1777887132",
"uncertainty": 120
},
"departure": {
"time": "1777887132",
"uncertainty": 120
},
"stopId": "0:LUXS",
"stopSequence": 19
},
{
"arrival": {
"time": "1777887240",
"uncertainty": 120
},
"departure": {
"time": "1777887240",
"uncertainty": 120
},
"stopId": "0:FMOSELL2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777887341",
"uncertainty": 120
},
"departure": {
"time": "1777887341",
"uncertainty": 120
},
"stopId": "0:TIGNO266",
"stopSequence": 21
},
{
"arrival": {
"time": "1777887480",
"uncertainty": 120
},
"departure": {
"time": "1777887480",
"uncertainty": 120
},
"stopId": "0:SMARTIN2",
"stopSequence": 22
},
{
"arrival": {
"time": "1777887518",
"uncertainty": 120
},
"departure": {
"time": "1777887518",
"uncertainty": 120
},
"stopId": "0:FOCH2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777887579",
"uncertainty": 120
},
"departure": {
"time": "1777887579",
"uncertainty": 120
},
"stopId": "0:PONTVER2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777887656",
"uncertainty": 120
},
"departure": {
"time": "1777887656",
"uncertainty": 120
},
"stopId": "0:CASINO2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777887726",
"uncertainty": 120
},
"departure": {
"time": "1777887726",
"uncertainty": 120
},
"stopId": "0:MIGETTE2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777887780",
"uncertainty": 120
},
"departure": {
"time": "1777887780",
"uncertainty": 120
},
"stopId": "0:LONGEVI2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777887839",
"uncertainty": 120
},
"departure": {
"time": "1777887839",
"uncertainty": 120
},
"stopId": "0:LECLERC2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777887886",
"uncertainty": 120
},
"departure": {
"time": "1777887886",
"uncertainty": 120
},
"stopId": "0:PRILLE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777887933",
"uncertainty": 120
},
"departure": {
"time": "1777887933",
"uncertainty": 120
},
"stopId": "0:SCYBAS2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777887969",
"uncertainty": 120
},
"departure": {
"time": "1777887969",
"uncertainty": 120
},
"stopId": "0:LIBERTE2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777888020",
"uncertainty": 120
},
"departure": {
"time": "1777888020",
"uncertainty": 120
},
"stopId": "0:MOULI275",
"stopSequence": 32
},
{
"arrival": {
"time": "1777888105",
"uncertainty": 120
},
"departure": {
"time": "1777888105",
"uncertainty": 120
},
"stopId": "0:STJEAN02",
"stopSequence": 33
},
{
"arrival": {
"time": "1777888189",
"uncertainty": 120
},
"departure": {
"time": "1777888189",
"uncertainty": 120
},
"stopId": "0:SERRET2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777888234",
"uncertainty": 120
},
"departure": {
"time": "1777888234",
"uncertainty": 120
},
"stopId": "0:HAIEBRU2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777888320",
"uncertainty": 120
},
"stopId": "0:MNVE1",
"stopSequence": 36
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853544"
},
"vehicle": {
"id": "544",
"label": "544"
}
}
},
{
"id": "1853545",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777887060",
"uncertainty": 120
},
"stopId": "0:ABS591",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853545"
}
}
},
{
"id": "1853546",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777888620",
"uncertainty": 120
},
"stopId": "0:ABS591",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853546"
}
}
},
{
"id": "1856872",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777882500",
"uncertainty": 120
},
"stopId": "0:COSTEBE3",
"stopSequence": 1
},
{
"arrival": {
"time": "1777882611",
"uncertainty": 120
},
"departure": {
"time": "1777882611",
"uncertainty": 120
},
"stopId": "0:LUETTE2",
"stopSequence": 2
},
{
"arrival": {
"time": "1777882624",
"uncertainty": 120
},
"departure": {
"time": "1777882624",
"uncertainty": 120
},
"stopId": "0:11AVIAT2",
"stopSequence": 3
},
{
"arrival": {
"time": "1777882728",
"uncertainty": 120
},
"departure": {
"time": "1777882728",
"uncertainty": 120
},
"stopId": "0:SIMMI690",
"stopSequence": 4
},
{
"arrival": {
"time": "1777882801",
"uncertainty": 120
},
"departure": {
"time": "1777882801",
"uncertainty": 120
},
"stopId": "0:MERMOZ1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777882869",
"uncertainty": 120
},
"departure": {
"time": "1777882869",
"uncertainty": 120
},
"stopId": "0:STLADRE1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777882946",
"uncertainty": 120
},
"departure": {
"time": "1777882951",
"uncertainty": 120
},
"stopId": "0:SCHAFF02",
"stopSequence": 7
},
{
"arrival": {
"time": "1777883095",
"uncertainty": 120
},
"departure": {
"time": "1777883095",
"uncertainty": 120
},
"stopId": "0:NATION1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777883146",
"uncertainty": 120
},
"departure": {
"time": "1777883146",
"uncertainty": 120
},
"stopId": "0:EUROPAC1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777883214",
"uncertainty": 120
},
"departure": {
"time": "1777883214",
"uncertainty": 120
},
"stopId": "0:BOTANIQ1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777883233",
"uncertainty": 120
},
"departure": {
"time": "1777883233",
"uncertainty": 120
},
"stopId": "0:GENIE1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777883399",
"uncertainty": 120
},
"departure": {
"time": "1777883431",
"uncertainty": 120
},
"stopId": "0:BONSEC1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777883551",
"uncertainty": 120
},
"departure": {
"time": "1777883581",
"uncertainty": 120
},
"stopId": "0:ROIGE142",
"stopSequence": 13
},
{
"arrival": {
"time": "1777883731",
"uncertainty": 120
},
"departure": {
"time": "1777883761",
"uncertainty": 120
},
"stopId": "0:GARCS",
"stopSequence": 14
},
{
"arrival": {
"time": "1777883881",
"uncertainty": 120
},
"departure": {
"time": "1777883881",
"uncertainty": 120
},
"stopId": "0:MAZELLE2",
"stopSequence": 15
},
{
"arrival": {
"time": "1777883971",
"uncertainty": 120
},
"departure": {
"time": "1777883971",
"uncertainty": 120
},
"stopId": "0:TANNEUR2",
"stopSequence": 16
},
{
"arrival": {
"time": "1777884031",
"uncertainty": 120
},
"departure": {
"time": "1777884031",
"uncertainty": 120
},
"stopId": "0:FOURNIE2",
"stopSequence": 17
},
{
"arrival": {
"time": "1777884072",
"uncertainty": 120
},
"departure": {
"time": "1777884072",
"uncertainty": 120
},
"stopId": "0:ARSENAL2",
"stopSequence": 18
},
{
"arrival": {
"time": "1777884192",
"uncertainty": 120
},
"departure": {
"time": "1777884192",
"uncertainty": 120
},
"stopId": "0:TANNERI2",
"stopSequence": 19
},
{
"arrival": {
"time": "1777884271",
"uncertainty": 120
},
"departure": {
"time": "1777884271",
"uncertainty": 120
},
"stopId": "0:BILLOTT2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777884307",
"uncertainty": 120
},
"departure": {
"time": "1777884307",
"uncertainty": 120
},
"stopId": "0:DUNANT2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777884361",
"uncertainty": 120
},
"departure": {
"time": "1777884361",
"uncertainty": 120
},
"stopId": "0:JOUSSE2",
"stopSequence": 22
},
{
"arrival": {
"time": "1777884407",
"uncertainty": 120
},
"departure": {
"time": "1777884407",
"uncertainty": 120
},
"stopId": "0:JUGAN2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777884473",
"uncertainty": 120
},
"departure": {
"time": "1777884473",
"uncertainty": 120
},
"stopId": "0:CORCHAD2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777884512",
"uncertainty": 120
},
"departure": {
"time": "1777884512",
"uncertainty": 120
},
"stopId": "0:JPJEAN2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777884557",
"uncertainty": 120
},
"departure": {
"time": "1777884557",
"uncertainty": 120
},
"stopId": "0:SAULNOI2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777884584",
"uncertainty": 120
},
"departure": {
"time": "1777884584",
"uncertainty": 120
},
"stopId": "0:MANGENO2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777884621",
"uncertainty": 120
},
"departure": {
"time": "1777884621",
"uncertainty": 120
},
"stopId": "0:BARBE2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777884661",
"uncertainty": 120
},
"departure": {
"time": "1777884661",
"uncertainty": 120
},
"stopId": "0:FONNY2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777884691",
"uncertainty": 120
},
"departure": {
"time": "1777884691",
"uncertainty": 120
},
"stopId": "0:LMOULIN2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777884748",
"uncertainty": 120
},
"departure": {
"time": "1777884748",
"uncertainty": 120
},
"stopId": "0:MEYVIGN1",
"stopSequence": 31
},
{
"arrival": {
"time": "1777885122",
"uncertainty": 120
},
"departure": {
"time": "1777885122",
"uncertainty": 120
},
"stopId": "0:FALEE2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777885182",
"uncertainty": 120
},
"departure": {
"time": "1777885182",
"uncertainty": 120
},
"stopId": "0:PRESSOI2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777885291",
"uncertainty": 120
},
"departure": {
"time": "1777885291",
"uncertainty": 120
},
"stopId": "0:PINOTSM2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777885305",
"uncertainty": 120
},
"departure": {
"time": "1777885305",
"uncertainty": 120
},
"stopId": "0:PENSEES2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777885340",
"uncertainty": 120
},
"departure": {
"time": "1777885340",
"uncertainty": 120
},
"stopId": "0:CHAULME2",
"stopSequence": 36
},
{
"arrival": {
"time": "1777885381",
"uncertainty": 120
},
"departure": {
"time": "1777885381",
"uncertainty": 120
},
"stopId": "0:GROSNOY1",
"stopSequence": 37
},
{
"arrival": {
"time": "1777885511",
"uncertainty": 120
},
"stopId": "0:MASLIEV1",
"stopSequence": 38
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "13",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11856872"
},
"vehicle": {
"id": "2034",
"label": "2034"
}
}
},
{
"id": "1853543",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777883820",
"uncertainty": 120
},
"stopId": "0:ABS591",
"stopSequence": 1
},
{
"arrival": {
"time": "1777883902",
"uncertainty": 120
},
"departure": {
"time": "1777883902",
"uncertainty": 120
},
"stopId": "0:VALERIA1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777883935",
"uncertainty": 120
},
"departure": {
"time": "1777883942",
"uncertainty": 120
},
"stopId": "0:ROSEAUX1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777884002",
"uncertainty": 120
},
"departure": {
"time": "1777884002",
"uncertainty": 120
},
"stopId": "0:ACACIAS1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777884122",
"uncertainty": 120
},
"departure": {
"time": "1777884122",
"uncertainty": 120
},
"stopId": "0:PTICLOU1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777884182",
"uncertainty": 120
},
"departure": {
"time": "1777884212",
"uncertainty": 120
},
"stopId": "0:STROCH1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777884311",
"uncertainty": 120
},
"departure": {
"time": "1777884311",
"uncertainty": 120
},
"stopId": "0:FAUBOUP1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777884396",
"uncertainty": 120
},
"departure": {
"time": "1777884396",
"uncertainty": 120
},
"stopId": "0:FRECOT1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777884452",
"uncertainty": 120
},
"departure": {
"time": "1777884452",
"uncertainty": 120
},
"stopId": "0:BOUCHOT1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777884548",
"uncertainty": 120
},
"departure": {
"time": "1777884548",
"uncertainty": 120
},
"stopId": "0:VANDERN1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777884583",
"uncertainty": 120
},
"departure": {
"time": "1777884632",
"uncertainty": 120
},
"stopId": "0:POLY01",
"stopSequence": 11
},
{
"arrival": {
"time": "1777884692",
"uncertainty": 120
},
"departure": {
"time": "1777884752",
"uncertainty": 120
},
"stopId": "0:LOTHAIR1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777884861",
"uncertainty": 120
},
"departure": {
"time": "1777884872",
"uncertainty": 120
},
"stopId": "0:LEMUD03",
"stopSequence": 13
},
{
"arrival": {
"time": "1777884930",
"uncertainty": 120
},
"departure": {
"time": "1777884930",
"uncertainty": 120
},
"stopId": "0:DEMBOUR1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777885080",
"uncertainty": 120
},
"departure": {
"time": "1777885121",
"uncertainty": 120
},
"stopId": "0:POME",
"stopSequence": 15
},
{
"arrival": {
"time": "1777885262",
"uncertainty": 120
},
"departure": {
"time": "1777885322",
"uncertainty": 120
},
"stopId": "0:GARGE",
"stopSequence": 16
},
{
"arrival": {
"time": "1777885382",
"uncertainty": 120
},
"departure": {
"time": "1777885382",
"uncertainty": 120
},
"stopId": "0:ROIGE695",
"stopSequence": 17
},
{
"arrival": {
"time": "1777885513",
"uncertainty": 120
},
"departure": {
"time": "1777885513",
"uncertainty": 120
},
"stopId": "0:REPBW",
"stopSequence": 18
},
{
"arrival": {
"time": "1777885692",
"uncertainty": 120
},
"departure": {
"time": "1777885692",
"uncertainty": 120
},
"stopId": "0:LUXS",
"stopSequence": 19
},
{
"arrival": {
"time": "1777885785",
"uncertainty": 120
},
"departure": {
"time": "1777885785",
"uncertainty": 120
},
"stopId": "0:FMOSELL2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777885903",
"uncertainty": 120
},
"departure": {
"time": "1777885903",
"uncertainty": 120
},
"stopId": "0:TIGNO266",
"stopSequence": 21
},
{
"arrival": {
"time": "1777886005",
"uncertainty": 120
},
"departure": {
"time": "1777886005",
"uncertainty": 120
},
"stopId": "0:SMARTIN2",
"stopSequence": 22
},
{
"arrival": {
"time": "1777886056",
"uncertainty": 120
},
"departure": {
"time": "1777886056",
"uncertainty": 120
},
"stopId": "0:FOCH2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777886115",
"uncertainty": 120
},
"departure": {
"time": "1777886115",
"uncertainty": 120
},
"stopId": "0:PONTVER2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777886179",
"uncertainty": 120
},
"departure": {
"time": "1777886179",
"uncertainty": 120
},
"stopId": "0:CASINO2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777886228",
"uncertainty": 120
},
"departure": {
"time": "1777886228",
"uncertainty": 120
},
"stopId": "0:MIGETTE2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777886270",
"uncertainty": 120
},
"departure": {
"time": "1777886270",
"uncertainty": 120
},
"stopId": "0:LONGEVI2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777886344",
"uncertainty": 120
},
"departure": {
"time": "1777886344",
"uncertainty": 120
},
"stopId": "0:LECLERC2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777886403",
"uncertainty": 120
},
"departure": {
"time": "1777886403",
"uncertainty": 120
},
"stopId": "0:PRILLE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777886435",
"uncertainty": 120
},
"departure": {
"time": "1777886435",
"uncertainty": 120
},
"stopId": "0:SCYBAS2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777886472",
"uncertainty": 120
},
"departure": {
"time": "1777886472",
"uncertainty": 120
},
"stopId": "0:LIBERTE2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777886530",
"uncertainty": 120
},
"departure": {
"time": "1777886530",
"uncertainty": 120
},
"stopId": "0:MOULI275",
"stopSequence": 32
},
{
"arrival": {
"time": "1777886636",
"uncertainty": 120
},
"departure": {
"time": "1777886636",
"uncertainty": 120
},
"stopId": "0:STJEAN02",
"stopSequence": 33
},
{
"arrival": {
"time": "1777886699",
"uncertainty": 120
},
"departure": {
"time": "1777886699",
"uncertainty": 120
},
"stopId": "0:SERRET2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777886741",
"uncertainty": 120
},
"departure": {
"time": "1777886741",
"uncertainty": 120
},
"stopId": "0:HAIEBRU2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777886810",
"uncertainty": 120
},
"stopId": "0:MNVE1",
"stopSequence": 36
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853543"
},
"vehicle": {
"id": "2144",
"label": "2144"
}
}
},
{
"id": "1856873",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777884480",
"uncertainty": 120
},
"stopId": "0:COSTEBE3",
"stopSequence": 1
},
{
"arrival": {
"time": "1777884594",
"uncertainty": 120
},
"departure": {
"time": "1777884661",
"uncertainty": 120
},
"stopId": "0:LUETTE2",
"stopSequence": 2
},
{
"arrival": {
"time": "1777884712",
"uncertainty": 120
},
"departure": {
"time": "1777884712",
"uncertainty": 120
},
"stopId": "0:11AVIAT2",
"stopSequence": 3
},
{
"arrival": {
"time": "1777884799",
"uncertainty": 120
},
"departure": {
"time": "1777884811",
"uncertainty": 120
},
"stopId": "0:SIMMI690",
"stopSequence": 4
},
{
"arrival": {
"time": "1777884942",
"uncertainty": 120
},
"departure": {
"time": "1777884961",
"uncertainty": 120
},
"stopId": "0:MERMOZ1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777885021",
"uncertainty": 120
},
"departure": {
"time": "1777885051",
"uncertainty": 120
},
"stopId": "0:STLADRE1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777885169",
"uncertainty": 120
},
"departure": {
"time": "1777885169",
"uncertainty": 120
},
"stopId": "0:SCHAFF02",
"stopSequence": 7
},
{
"arrival": {
"time": "1777885274",
"uncertainty": 120
},
"departure": {
"time": "1777885274",
"uncertainty": 120
},
"stopId": "0:NATION1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777885351",
"uncertainty": 120
},
"departure": {
"time": "1777885351",
"uncertainty": 120
},
"stopId": "0:EUROPAC1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777885437",
"uncertainty": 120
},
"departure": {
"time": "1777885437",
"uncertainty": 120
},
"stopId": "0:BOTANIQ1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777885463",
"uncertainty": 120
},
"departure": {
"time": "1777885463",
"uncertainty": 120
},
"stopId": "0:GENIE1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777885555",
"uncertainty": 120
},
"departure": {
"time": "1777885555",
"uncertainty": 120
},
"stopId": "0:BONSEC1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777885673",
"uncertainty": 120
},
"departure": {
"time": "1777885673",
"uncertainty": 120
},
"stopId": "0:ROIGE142",
"stopSequence": 13
},
{
"arrival": {
"time": "1777885822",
"uncertainty": 120
},
"departure": {
"time": "1777885822",
"uncertainty": 120
},
"stopId": "0:GARCS",
"stopSequence": 14
},
{
"arrival": {
"time": "1777885998",
"uncertainty": 120
},
"departure": {
"time": "1777885998",
"uncertainty": 120
},
"stopId": "0:MAZELLE2",
"stopSequence": 15
},
{
"arrival": {
"time": "1777886098",
"uncertainty": 120
},
"departure": {
"time": "1777886098",
"uncertainty": 120
},
"stopId": "0:TANNEUR2",
"stopSequence": 16
},
{
"arrival": {
"time": "1777886154",
"uncertainty": 120
},
"departure": {
"time": "1777886154",
"uncertainty": 120
},
"stopId": "0:FOURNIE2",
"stopSequence": 17
},
{
"arrival": {
"time": "1777886193",
"uncertainty": 120
},
"departure": {
"time": "1777886193",
"uncertainty": 120
},
"stopId": "0:ARSENAL2",
"stopSequence": 18
},
{
"arrival": {
"time": "1777886364",
"uncertainty": 120
},
"departure": {
"time": "1777886364",
"uncertainty": 120
},
"stopId": "0:TANNERI2",
"stopSequence": 19
},
{
"arrival": {
"time": "1777886441",
"uncertainty": 120
},
"departure": {
"time": "1777886441",
"uncertainty": 120
},
"stopId": "0:BILLOTT2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777886515",
"uncertainty": 120
},
"departure": {
"time": "1777886515",
"uncertainty": 120
},
"stopId": "0:DUNANT2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777886582",
"uncertainty": 120
},
"departure": {
"time": "1777886582",
"uncertainty": 120
},
"stopId": "0:JOUSSE2",
"stopSequence": 22
},
{
"arrival": {
"time": "1777886672",
"uncertainty": 120
},
"departure": {
"time": "1777886672",
"uncertainty": 120
},
"stopId": "0:JUGAN2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777886724",
"uncertainty": 120
},
"departure": {
"time": "1777886724",
"uncertainty": 120
},
"stopId": "0:CORCHAD2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777886784",
"uncertainty": 120
},
"departure": {
"time": "1777886784",
"uncertainty": 120
},
"stopId": "0:JPJEAN2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777886843",
"uncertainty": 120
},
"departure": {
"time": "1777886843",
"uncertainty": 120
},
"stopId": "0:SAULNOI2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777886894",
"uncertainty": 120
},
"departure": {
"time": "1777886894",
"uncertainty": 120
},
"stopId": "0:MANGENO2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777886946",
"uncertainty": 120
},
"departure": {
"time": "1777886946",
"uncertainty": 120
},
"stopId": "0:BARBE2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777887015",
"uncertainty": 120
},
"departure": {
"time": "1777887015",
"uncertainty": 120
},
"stopId": "0:FONNY2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777887051",
"uncertainty": 120
},
"departure": {
"time": "1777887051",
"uncertainty": 120
},
"stopId": "0:LMOULIN2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777887144",
"uncertainty": 120
},
"departure": {
"time": "1777887144",
"uncertainty": 120
},
"stopId": "0:MEYVIGN1",
"stopSequence": 31
},
{
"arrival": {
"time": "1777887384",
"uncertainty": 120
},
"departure": {
"time": "1777887384",
"uncertainty": 120
},
"stopId": "0:FALEE2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777887446",
"uncertainty": 120
},
"departure": {
"time": "1777887446",
"uncertainty": 120
},
"stopId": "0:PRESSOI2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777887601",
"uncertainty": 120
},
"departure": {
"time": "1777887601",
"uncertainty": 120
},
"stopId": "0:PINOTSM2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777887624",
"uncertainty": 120
},
"departure": {
"time": "1777887624",
"uncertainty": 120
},
"stopId": "0:PENSEES2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777887659",
"uncertainty": 120
},
"departure": {
"time": "1777887659",
"uncertainty": 120
},
"stopId": "0:CHAULME2",
"stopSequence": 36
},
{
"arrival": {
"time": "1777887707",
"uncertainty": 120
},
"departure": {
"time": "1777887707",
"uncertainty": 120
},
"stopId": "0:GROSNOY1",
"stopSequence": 37
},
{
"arrival": {
"time": "1777887866",
"uncertainty": 120
},
"stopId": "0:MASLIEV1",
"stopSequence": 38
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "13",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11856873"
},
"vehicle": {
"id": "2432",
"label": "2432"
}
}
},
{
"id": "1856874",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777886820",
"uncertainty": 120
},
"stopId": "0:COSTEBE3",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "13",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11856874"
}
}
},
{
"id": "1853629",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777884132",
"uncertainty": 120
},
"stopId": "0:REPLYD",
"stopSequence": 1
},
{
"arrival": {
"time": "1777884312",
"uncertainty": 120
},
"departure": {
"time": "1777884342",
"uncertainty": 120
},
"stopId": "0:GARCS",
"stopSequence": 2
},
{
"arrival": {
"time": "1777884531",
"uncertainty": 120
},
"departure": {
"time": "1777884552",
"uncertainty": 120
},
"stopId": "0:SEILLE2",
"stopSequence": 3
},
{
"arrival": {
"time": "1777884628",
"uncertainty": 120
},
"departure": {
"time": "1777884628",
"uncertainty": 120
},
"stopId": "0:DUPLOYE1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777884681",
"uncertainty": 120
},
"departure": {
"time": "1777884681",
"uncertainty": 120
},
"stopId": "0:3EVECHES",
"stopSequence": 5
},
{
"arrival": {
"time": "1777884729",
"uncertainty": 120
},
"departure": {
"time": "1777884729",
"uncertainty": 120
},
"stopId": "0:DEVILLY1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777884762",
"uncertainty": 120
},
"departure": {
"time": "1777884762",
"uncertainty": 120
},
"stopId": "0:STMAXI2",
"stopSequence": 7
},
{
"arrival": {
"time": "1777884817",
"uncertainty": 120
},
"departure": {
"time": "1777884817",
"uncertainty": 120
},
"stopId": "0:GENDARM2",
"stopSequence": 8
},
{
"arrival": {
"time": "1777884837",
"uncertainty": 120
},
"departure": {
"time": "1777884837",
"uncertainty": 120
},
"stopId": "0:OBERL183",
"stopSequence": 9
},
{
"arrival": {
"time": "1777884882",
"uncertainty": 120
},
"departure": {
"time": "1777884882",
"uncertainty": 120
},
"stopId": "0:CLAUDEL1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777884949",
"uncertainty": 120
},
"departure": {
"time": "1777884949",
"uncertainty": 120
},
"stopId": "0:GOUSSEL1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777884969",
"uncertainty": 120
},
"departure": {
"time": "1777884969",
"uncertainty": 120
},
"stopId": "0:HESTAUX1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777885025",
"uncertainty": 120
},
"departure": {
"time": "1777885032",
"uncertainty": 120
},
"stopId": "0:TIVO2",
"stopSequence": 13
},
{
"arrival": {
"time": "1777885080",
"uncertainty": 120
},
"departure": {
"time": "1777885092",
"uncertainty": 120
},
"stopId": "0:COTSE2",
"stopSequence": 14
},
{
"arrival": {
"time": "1777885171",
"uncertainty": 120
},
"departure": {
"time": "1777885171",
"uncertainty": 120
},
"stopId": "0:GDMAISO2",
"stopSequence": 15
},
{
"arrival": {
"time": "1777885248",
"uncertainty": 120
},
"departure": {
"time": "1777885248",
"uncertainty": 120
},
"stopId": "0:GIRAUDO2",
"stopSequence": 16
},
{
"arrival": {
"time": "1777885318",
"uncertainty": 120
},
"departure": {
"time": "1777885318",
"uncertainty": 120
},
"stopId": "0:ROEDERE2",
"stopSequence": 17
},
{
"arrival": {
"time": "1777885366",
"uncertainty": 120
},
"departure": {
"time": "1777885366",
"uncertainty": 120
},
"stopId": "0:GENERAL2",
"stopSequence": 18
},
{
"arrival": {
"time": "1777885399",
"uncertainty": 120
},
"departure": {
"time": "1777885399",
"uncertainty": 120
},
"stopId": "0:SEULHOT2",
"stopSequence": 19
},
{
"arrival": {
"time": "1777885486",
"uncertainty": 120
},
"departure": {
"time": "1777885486",
"uncertainty": 120
},
"stopId": "0:SYMPHON3",
"stopSequence": 20
},
{
"arrival": {
"time": "1777885541",
"uncertainty": 120
},
"departure": {
"time": "1777885541",
"uncertainty": 120
},
"stopId": "0:MARCONI2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777885579",
"uncertainty": 120
},
"departure": {
"time": "1777885579",
"uncertainty": 120
},
"stopId": "0:ARAGO035",
"stopSequence": 22
},
{
"arrival": {
"time": "1777885717",
"uncertainty": 120
},
"departure": {
"time": "1777885717",
"uncertainty": 120
},
"stopId": "0:CHAPPE2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777885795",
"uncertainty": 120
},
"departure": {
"time": "1777885795",
"uncertainty": 120
},
"stopId": "0:JMICHEL2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777885929",
"uncertainty": 120
},
"departure": {
"time": "1777885929",
"uncertainty": 120
},
"stopId": "0:SEBASTO2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777885957",
"uncertainty": 120
},
"departure": {
"time": "1777885957",
"uncertainty": 120
},
"stopId": "0:SOLIDAR2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777886052",
"uncertainty": 120
},
"departure": {
"time": "1777886052",
"uncertainty": 120
},
"stopId": "0:ROSEGON2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777886106",
"uncertainty": 120
},
"departure": {
"time": "1777886106",
"uncertainty": 120
},
"stopId": "0:FAURNEL2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777886141",
"uncertainty": 120
},
"departure": {
"time": "1777886141",
"uncertainty": 120
},
"stopId": "0:FALOGNE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777886216",
"uncertainty": 120
},
"departure": {
"time": "1777886216",
"uncertainty": 120
},
"stopId": "0:ARIANE2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777886260",
"uncertainty": 120
},
"departure": {
"time": "1777886260",
"uncertainty": 120
},
"stopId": "0:PASSOTE2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777886274",
"uncertainty": 120
},
"departure": {
"time": "1777886274",
"uncertainty": 120
},
"stopId": "0:CUVION2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777886357",
"uncertainty": 120
},
"stopId": "0:DOLICHE2",
"stopSequence": 33
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "12",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853629"
},
"vehicle": {
"id": "1332",
"label": "1332"
}
}
},
{
"id": "1853630",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777885740",
"uncertainty": 120
},
"stopId": "0:REPLYD",
"stopSequence": 1
},
{
"arrival": {
"time": "1777885935",
"uncertainty": 120
},
"departure": {
"time": "1777885935",
"uncertainty": 120
},
"stopId": "0:GARCS",
"stopSequence": 2
},
{
"arrival": {
"time": "1777886126",
"uncertainty": 120
},
"departure": {
"time": "1777886126",
"uncertainty": 120
},
"stopId": "0:SEILLE2",
"stopSequence": 3
},
{
"arrival": {
"time": "1777886210",
"uncertainty": 120
},
"departure": {
"time": "1777886210",
"uncertainty": 120
},
"stopId": "0:DUPLOYE1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777886278",
"uncertainty": 120
},
"departure": {
"time": "1777886278",
"uncertainty": 120
},
"stopId": "0:3EVECHES",
"stopSequence": 5
},
{
"arrival": {
"time": "1777886333",
"uncertainty": 120
},
"departure": {
"time": "1777886333",
"uncertainty": 120
},
"stopId": "0:DEVILLY1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777886370",
"uncertainty": 120
},
"departure": {
"time": "1777886370",
"uncertainty": 120
},
"stopId": "0:STMAXI2",
"stopSequence": 7
},
{
"arrival": {
"time": "1777886430",
"uncertainty": 120
},
"departure": {
"time": "1777886430",
"uncertainty": 120
},
"stopId": "0:GENDARM2",
"stopSequence": 8
},
{
"arrival": {
"time": "1777886456",
"uncertainty": 120
},
"departure": {
"time": "1777886456",
"uncertainty": 120
},
"stopId": "0:OBERL183",
"stopSequence": 9
},
{
"arrival": {
"time": "1777886505",
"uncertainty": 120
},
"departure": {
"time": "1777886505",
"uncertainty": 120
},
"stopId": "0:CLAUDEL1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777886580",
"uncertainty": 120
},
"departure": {
"time": "1777886580",
"uncertainty": 120
},
"stopId": "0:GOUSSEL1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777886607",
"uncertainty": 120
},
"departure": {
"time": "1777886607",
"uncertainty": 120
},
"stopId": "0:HESTAUX1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777886663",
"uncertainty": 120
},
"departure": {
"time": "1777886663",
"uncertainty": 120
},
"stopId": "0:TIVO2",
"stopSequence": 13
},
{
"arrival": {
"time": "1777886707",
"uncertainty": 120
},
"departure": {
"time": "1777886707",
"uncertainty": 120
},
"stopId": "0:COTSE2",
"stopSequence": 14
},
{
"arrival": {
"time": "1777886780",
"uncertainty": 120
},
"departure": {
"time": "1777886780",
"uncertainty": 120
},
"stopId": "0:GDMAISO2",
"stopSequence": 15
},
{
"arrival": {
"time": "1777886858",
"uncertainty": 120
},
"departure": {
"time": "1777886858",
"uncertainty": 120
},
"stopId": "0:GIRAUDO2",
"stopSequence": 16
},
{
"arrival": {
"time": "1777886919",
"uncertainty": 120
},
"departure": {
"time": "1777886919",
"uncertainty": 120
},
"stopId": "0:ROEDERE2",
"stopSequence": 17
},
{
"arrival": {
"time": "1777886962",
"uncertainty": 120
},
"departure": {
"time": "1777886962",
"uncertainty": 120
},
"stopId": "0:GENERAL2",
"stopSequence": 18
},
{
"arrival": {
"time": "1777886993",
"uncertainty": 120
},
"departure": {
"time": "1777886993",
"uncertainty": 120
},
"stopId": "0:SEULHOT2",
"stopSequence": 19
},
{
"arrival": {
"time": "1777887069",
"uncertainty": 120
},
"departure": {
"time": "1777887069",
"uncertainty": 120
},
"stopId": "0:SYMPHON3",
"stopSequence": 20
},
{
"arrival": {
"time": "1777887129",
"uncertainty": 120
},
"departure": {
"time": "1777887129",
"uncertainty": 120
},
"stopId": "0:MARCONI2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777887160",
"uncertainty": 120
},
"departure": {
"time": "1777887160",
"uncertainty": 120
},
"stopId": "0:ARAGO035",
"stopSequence": 22
},
{
"arrival": {
"time": "1777887321",
"uncertainty": 120
},
"departure": {
"time": "1777887321",
"uncertainty": 120
},
"stopId": "0:CHAPPE2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777887419",
"uncertainty": 120
},
"departure": {
"time": "1777887419",
"uncertainty": 120
},
"stopId": "0:JMICHEL2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777887580",
"uncertainty": 120
},
"departure": {
"time": "1777887580",
"uncertainty": 120
},
"stopId": "0:SEBASTO2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777887619",
"uncertainty": 120
},
"departure": {
"time": "1777887619",
"uncertainty": 120
},
"stopId": "0:SOLIDAR2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777887735",
"uncertainty": 120
},
"departure": {
"time": "1777887735",
"uncertainty": 120
},
"stopId": "0:ROSEGON2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777887817",
"uncertainty": 120
},
"departure": {
"time": "1777887817",
"uncertainty": 120
},
"stopId": "0:FAURNEL2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777887874",
"uncertainty": 120
},
"departure": {
"time": "1777887874",
"uncertainty": 120
},
"stopId": "0:FALOGNE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777887965",
"uncertainty": 120
},
"departure": {
"time": "1777887965",
"uncertainty": 120
},
"stopId": "0:ARIANE2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777888020",
"uncertainty": 120
},
"departure": {
"time": "1777888020",
"uncertainty": 120
},
"stopId": "0:PASSOTE2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777888060",
"uncertainty": 120
},
"departure": {
"time": "1777888060",
"uncertainty": 120
},
"stopId": "0:CUVION2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777888134",
"uncertainty": 120
},
"stopId": "0:DOLICHE2",
"stopSequence": 33
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "12",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853630"
}
}
},
{
"id": "2050659",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777888920",
"uncertainty": 120
},
"stopId": "0:MAHIRE1",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "113",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_12050659"
}
}
},
{
"id": "1853631",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777887660",
"uncertainty": 120
},
"stopId": "0:REPLYD",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "12",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853631"
}
}
},
{
"id": "1856917",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777888859",
"uncertainty": 120
},
"stopId": "0:COINSEI1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777889039",
"uncertainty": 120
},
"departure": {
"time": "1777889039",
"uncertainty": 120
},
"stopId": "0:POURNOY1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777889184",
"uncertainty": 120
},
"departure": {
"time": "1777889184",
"uncertainty": 120
},
"stopId": "0:CHAVEAU1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777889219",
"uncertainty": 120
},
"departure": {
"time": "1777889219",
"uncertainty": 120
},
"stopId": "0:COINCUV1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777889248",
"uncertainty": 120
},
"departure": {
"time": "1777889248",
"uncertainty": 120
},
"stopId": "0:CEDRBL01",
"stopSequence": 5
},
{
"arrival": {
"time": "1777889288",
"uncertainty": 120
},
"departure": {
"time": "1777889288",
"uncertainty": 120
},
"stopId": "0:POMMERA1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777889489",
"uncertainty": 120
},
"departure": {
"time": "1777889489",
"uncertainty": 120
},
"stopId": "0:CHAMPAG1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777889519",
"uncertainty": 120
},
"departure": {
"time": "1777889519",
"uncertainty": 120
},
"stopId": "0:CUVRY1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777889533",
"uncertainty": 120
},
"departure": {
"time": "1777889533",
"uncertainty": 120
},
"stopId": "0:VIGNOTT1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777889572",
"uncertainty": 120
},
"departure": {
"time": "1777889572",
"uncertainty": 120
},
"stopId": "0:LOUVIE01",
"stopSequence": 10
},
{
"arrival": {
"time": "1777889879",
"uncertainty": 120
},
"departure": {
"time": "1777889879",
"uncertainty": 120
},
"stopId": "0:GAREAUG1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777890058",
"uncertainty": 120
},
"departure": {
"time": "1777890058",
"uncertainty": 120
},
"stopId": "0:GRORMES1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777890119",
"uncertainty": 120
},
"departure": {
"time": "1777890119",
"uncertainty": 120
},
"stopId": "0:COSTEBE3",
"stopSequence": 13
},
{
"arrival": {
"time": "1777890193",
"uncertainty": 120
},
"departure": {
"time": "1777890193",
"uncertainty": 120
},
"stopId": "0:LUETTE2",
"stopSequence": 14
},
{
"arrival": {
"time": "1777890232",
"uncertainty": 120
},
"departure": {
"time": "1777890232",
"uncertainty": 120
},
"stopId": "0:11AVIAT2",
"stopSequence": 15
},
{
"arrival": {
"time": "1777890386",
"uncertainty": 120
},
"departure": {
"time": "1777890386",
"uncertainty": 120
},
"stopId": "0:SIMMI690",
"stopSequence": 16
},
{
"arrival": {
"time": "1777890522",
"uncertainty": 120
},
"departure": {
"time": "1777890522",
"uncertainty": 120
},
"stopId": "0:MERMOZ1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777890622",
"uncertainty": 120
},
"departure": {
"time": "1777890622",
"uncertainty": 120
},
"stopId": "0:STLADRE1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777890732",
"uncertainty": 120
},
"departure": {
"time": "1777890732",
"uncertainty": 120
},
"stopId": "0:SCHAFF02",
"stopSequence": 19
},
{
"arrival": {
"time": "1777890791",
"uncertainty": 120
},
"departure": {
"time": "1777890791",
"uncertainty": 120
},
"stopId": "0:NATION1",
"stopSequence": 20
},
{
"arrival": {
"time": "1777890869",
"uncertainty": 120
},
"departure": {
"time": "1777890869",
"uncertainty": 120
},
"stopId": "0:EUROPAC1",
"stopSequence": 21
},
{
"arrival": {
"time": "1777890951",
"uncertainty": 120
},
"departure": {
"time": "1777890951",
"uncertainty": 120
},
"stopId": "0:BOTANIQ1",
"stopSequence": 22
},
{
"arrival": {
"time": "1777891011",
"uncertainty": 120
},
"departure": {
"time": "1777891011",
"uncertainty": 120
},
"stopId": "0:GENIE1",
"stopSequence": 23
},
{
"arrival": {
"time": "1777891141",
"uncertainty": 120
},
"departure": {
"time": "1777891141",
"uncertainty": 120
},
"stopId": "0:BONSEC1",
"stopSequence": 24
},
{
"arrival": {
"time": "1777891273",
"uncertainty": 120
},
"departure": {
"time": "1777891273",
"uncertainty": 120
},
"stopId": "0:ARENES2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777891376",
"uncertainty": 120
},
"stopId": "0:PEMB",
"stopSequence": 26
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "101",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11856917"
}
}
},
{
"id": "1857840",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777886260",
"uncertainty": 120
},
"stopId": "0:PEMG1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777886346",
"uncertainty": 120
},
"departure": {
"time": "1777886346",
"uncertainty": 120
},
"stopId": "0:ARENES1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777886493",
"uncertainty": 120
},
"departure": {
"time": "1777886493",
"uncertainty": 120
},
"stopId": "0:BONSEC2",
"stopSequence": 3
},
{
"arrival": {
"time": "1777886589",
"uncertainty": 120
},
"departure": {
"time": "1777886589",
"uncertainty": 120
},
"stopId": "0:GENIE2",
"stopSequence": 4
},
{
"arrival": {
"time": "1777886622",
"uncertainty": 120
},
"departure": {
"time": "1777886622",
"uncertainty": 120
},
"stopId": "0:BOTANIQ2",
"stopSequence": 5
},
{
"arrival": {
"time": "1777886685",
"uncertainty": 120
},
"departure": {
"time": "1777886685",
"uncertainty": 120
},
"stopId": "0:EUROPAC2",
"stopSequence": 6
},
{
"arrival": {
"time": "1777886749",
"uncertainty": 120
},
"departure": {
"time": "1777886749",
"uncertainty": 120
},
"stopId": "0:NATION2",
"stopSequence": 7
},
{
"arrival": {
"time": "1777886831",
"uncertainty": 120
},
"departure": {
"time": "1777886831",
"uncertainty": 120
},
"stopId": "0:SCHAFF01",
"stopSequence": 8
},
{
"arrival": {
"time": "1777886953",
"uncertainty": 120
},
"departure": {
"time": "1777886953",
"uncertainty": 120
},
"stopId": "0:STLADRE2",
"stopSequence": 9
},
{
"arrival": {
"time": "1777887046",
"uncertainty": 120
},
"departure": {
"time": "1777887046",
"uncertainty": 120
},
"stopId": "0:MERMOZ2",
"stopSequence": 10
},
{
"arrival": {
"time": "1777887211",
"uncertainty": 120
},
"departure": {
"time": "1777887211",
"uncertainty": 120
},
"stopId": "0:SIMMI689",
"stopSequence": 11
},
{
"arrival": {
"time": "1777887397",
"uncertainty": 120
},
"departure": {
"time": "1777887397",
"uncertainty": 120
},
"stopId": "0:11AVIAT1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777887435",
"uncertainty": 120
},
"departure": {
"time": "1777887435",
"uncertainty": 120
},
"stopId": "0:LUETTE1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777887506",
"uncertainty": 120
},
"departure": {
"time": "1777887506",
"uncertainty": 120
},
"stopId": "0:COSTEBE3",
"stopSequence": 14
},
{
"arrival": {
"time": "1777887593",
"uncertainty": 120
},
"departure": {
"time": "1777887593",
"uncertainty": 120
},
"stopId": "0:GRORMES2",
"stopSequence": 15
},
{
"arrival": {
"time": "1777887654",
"uncertainty": 120
},
"departure": {
"time": "1777887654",
"uncertainty": 120
},
"stopId": "0:GARENNE2",
"stopSequence": 16
},
{
"arrival": {
"time": "1777887705",
"uncertainty": 120
},
"departure": {
"time": "1777887705",
"uncertainty": 120
},
"stopId": "0:LESCLOS2",
"stopSequence": 17
},
{
"arrival": {
"time": "1777887795",
"uncertainty": 120
},
"departure": {
"time": "1777887795",
"uncertainty": 120
},
"stopId": "0:SORBIER2",
"stopSequence": 18
},
{
"arrival": {
"time": "1777887840",
"uncertainty": 120
},
"departure": {
"time": "1777887840",
"uncertainty": 120
},
"stopId": "0:BELFONT2",
"stopSequence": 19
},
{
"arrival": {
"time": "1777888202",
"uncertainty": 120
},
"departure": {
"time": "1777888202",
"uncertainty": 120
},
"stopId": "0:LOUVIE02",
"stopSequence": 20
},
{
"arrival": {
"time": "1777888242",
"uncertainty": 120
},
"departure": {
"time": "1777888242",
"uncertainty": 120
},
"stopId": "0:VIGNOTT2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777888259",
"uncertainty": 120
},
"departure": {
"time": "1777888259",
"uncertainty": 120
},
"stopId": "0:CUVRY2",
"stopSequence": 22
},
{
"arrival": {
"time": "1777888285",
"uncertainty": 120
},
"departure": {
"time": "1777888285",
"uncertainty": 120
},
"stopId": "0:CHAMPAG2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777888446",
"uncertainty": 120
},
"departure": {
"time": "1777888446",
"uncertainty": 120
},
"stopId": "0:POMMERA2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777888474",
"uncertainty": 120
},
"departure": {
"time": "1777888474",
"uncertainty": 120
},
"stopId": "0:CEDRBL02",
"stopSequence": 25
},
{
"arrival": {
"time": "1777888499",
"uncertainty": 120
},
"departure": {
"time": "1777888499",
"uncertainty": 120
},
"stopId": "0:COINCUV2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777888533",
"uncertainty": 120
},
"departure": {
"time": "1777888533",
"uncertainty": 120
},
"stopId": "0:CHAVEAU2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777888679",
"uncertainty": 120
},
"departure": {
"time": "1777888679",
"uncertainty": 120
},
"stopId": "0:POURNOY2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777888859",
"uncertainty": 120
},
"stopId": "0:COINSEI1",
"stopSequence": 29
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "101",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11857840"
}
}
},
{
"id": "1854092",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777888860",
"uncertainty": 120
},
"stopId": "0:WOI01",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854092"
}
}
},
{
"id": "1855512",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777887180",
"uncertainty": 120
},
"stopId": "0:ROIGEO68",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "103",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855512"
}
}
},
{
"id": "1854088",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777884063",
"uncertainty": 120
},
"stopId": "0:WOI01",
"stopSequence": 1
},
{
"arrival": {
"time": "1777884092",
"uncertainty": 120
},
"departure": {
"time": "1777884128",
"uncertainty": 120
},
"stopId": "0:FON01",
"stopSequence": 2
},
{
"arrival": {
"time": "1777884190",
"uncertainty": 120
},
"departure": {
"time": "1777884212",
"uncertainty": 120
},
"stopId": "0:CHA01",
"stopSequence": 3
},
{
"arrival": {
"time": "1777884279",
"uncertainty": 120
},
"departure": {
"time": "1777884302",
"uncertainty": 120
},
"stopId": "0:ROU01",
"stopSequence": 4
},
{
"arrival": {
"time": "1777884375",
"uncertainty": 120
},
"departure": {
"time": "1777884392",
"uncertainty": 120
},
"stopId": "0:JOB01",
"stopSequence": 5
},
{
"arrival": {
"time": "1777884508",
"uncertainty": 120
},
"departure": {
"time": "1777884512",
"uncertainty": 120
},
"stopId": "0:CAS01",
"stopSequence": 6
},
{
"arrival": {
"time": "1777884609",
"uncertainty": 120
},
"departure": {
"time": "1777884634",
"uncertainty": 120
},
"stopId": "0:BER01",
"stopSequence": 7
},
{
"arrival": {
"time": "1777884697",
"uncertainty": 120
},
"departure": {
"time": "1777884720",
"uncertainty": 120
},
"stopId": "0:ROC01",
"stopSequence": 8
},
{
"arrival": {
"time": "1777884782",
"uncertainty": 120
},
"departure": {
"time": "1777884812",
"uncertainty": 120
},
"stopId": "0:PON01",
"stopSequence": 9
},
{
"arrival": {
"time": "1777884902",
"uncertainty": 120
},
"departure": {
"time": "1777884902",
"uncertainty": 120
},
"stopId": "0:VIN01",
"stopSequence": 10
},
{
"arrival": {
"time": "1777884962",
"uncertainty": 120
},
"departure": {
"time": "1777885022",
"uncertainty": 120
},
"stopId": "0:LUX01",
"stopSequence": 11
},
{
"arrival": {
"time": "1777885124",
"uncertainty": 120
},
"departure": {
"time": "1777885142",
"uncertainty": 120
},
"stopId": "0:MOY01",
"stopSequence": 12
},
{
"arrival": {
"time": "1777885260",
"uncertainty": 120
},
"departure": {
"time": "1777885322",
"uncertainty": 120
},
"stopId": "0:REP01",
"stopSequence": 13
},
{
"arrival": {
"time": "1777885394",
"uncertainty": 120
},
"departure": {
"time": "1777885412",
"uncertainty": 120
},
"stopId": "0:ROI01",
"stopSequence": 14
},
{
"arrival": {
"time": "1777885512",
"uncertainty": 120
},
"departure": {
"time": "1777885512",
"uncertainty": 120
},
"stopId": "0:GAR01",
"stopSequence": 15
},
{
"arrival": {
"time": "1777885552",
"uncertainty": 120
},
"departure": {
"time": "1777885552",
"uncertainty": 120
},
"stopId": "0:POM01",
"stopSequence": 16
},
{
"arrival": {
"time": "1777885614",
"uncertainty": 120
},
"departure": {
"time": "1777885614",
"uncertainty": 120
},
"stopId": "0:SEI01",
"stopSequence": 17
},
{
"arrival": {
"time": "1777885675",
"uncertainty": 120
},
"departure": {
"time": "1777885675",
"uncertainty": 120
},
"stopId": "0:LEG01",
"stopSequence": 18
},
{
"arrival": {
"time": "1777885738",
"uncertainty": 120
},
"departure": {
"time": "1777885738",
"uncertainty": 120
},
"stopId": "0:ALC01",
"stopSequence": 19
},
{
"arrival": {
"time": "1777885827",
"uncertainty": 120
},
"departure": {
"time": "1777885827",
"uncertainty": 120
},
"stopId": "0:CIM01",
"stopSequence": 20
},
{
"arrival": {
"time": "1777885966",
"uncertainty": 120
},
"departure": {
"time": "1777885966",
"uncertainty": 120
},
"stopId": "0:BEL01",
"stopSequence": 21
},
{
"arrival": {
"time": "1777886041",
"uncertainty": 120
},
"departure": {
"time": "1777886041",
"uncertainty": 120
},
"stopId": "0:PRO01",
"stopSequence": 22
},
{
"arrival": {
"time": "1777886127",
"uncertainty": 120
},
"departure": {
"time": "1777886127",
"uncertainty": 120
},
"stopId": "0:BOR01",
"stopSequence": 23
},
{
"arrival": {
"time": "1777886195",
"uncertainty": 120
},
"departure": {
"time": "1777886195",
"uncertainty": 120
},
"stopId": "0:BLE01",
"stopSequence": 24
},
{
"arrival": {
"time": "1777886272",
"uncertainty": 120
},
"departure": {
"time": "1777886272",
"uncertainty": 120
},
"stopId": "0:CLO01",
"stopSequence": 25
},
{
"arrival": {
"time": "1777886311",
"uncertainty": 120
},
"departure": {
"time": "1777886311",
"uncertainty": 120
},
"stopId": "0:COL01",
"stopSequence": 26
},
{
"arrival": {
"time": "1777886398",
"uncertainty": 120
},
"stopId": "0:MIC01",
"stopSequence": 27
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854088"
},
"vehicle": {
"id": "1317",
"label": "1317"
}
}
},
{
"id": "1854089",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777885293",
"uncertainty": 120
},
"stopId": "0:WOI01",
"stopSequence": 1
},
{
"arrival": {
"time": "1777885323",
"uncertainty": 120
},
"departure": {
"time": "1777885323",
"uncertainty": 120
},
"stopId": "0:FON01",
"stopSequence": 2
},
{
"arrival": {
"time": "1777885413",
"uncertainty": 120
},
"departure": {
"time": "1777885413",
"uncertainty": 120
},
"stopId": "0:CHA01",
"stopSequence": 3
},
{
"arrival": {
"time": "1777885504",
"uncertainty": 120
},
"departure": {
"time": "1777885504",
"uncertainty": 120
},
"stopId": "0:ROU01",
"stopSequence": 4
},
{
"arrival": {
"time": "1777885590",
"uncertainty": 120
},
"departure": {
"time": "1777885590",
"uncertainty": 120
},
"stopId": "0:JOB01",
"stopSequence": 5
},
{
"arrival": {
"time": "1777885712",
"uncertainty": 120
},
"departure": {
"time": "1777885712",
"uncertainty": 120
},
"stopId": "0:CAS01",
"stopSequence": 6
},
{
"arrival": {
"time": "1777885784",
"uncertainty": 120
},
"departure": {
"time": "1777885784",
"uncertainty": 120
},
"stopId": "0:BER01",
"stopSequence": 7
},
{
"arrival": {
"time": "1777885863",
"uncertainty": 120
},
"departure": {
"time": "1777885863",
"uncertainty": 120
},
"stopId": "0:ROC01",
"stopSequence": 8
},
{
"arrival": {
"time": "1777885948",
"uncertainty": 120
},
"departure": {
"time": "1777885948",
"uncertainty": 120
},
"stopId": "0:PON01",
"stopSequence": 9
},
{
"arrival": {
"time": "1777886014",
"uncertainty": 120
},
"departure": {
"time": "1777886014",
"uncertainty": 120
},
"stopId": "0:VIN01",
"stopSequence": 10
},
{
"arrival": {
"time": "1777886075",
"uncertainty": 120
},
"departure": {
"time": "1777886075",
"uncertainty": 120
},
"stopId": "0:LUX01",
"stopSequence": 11
},
{
"arrival": {
"time": "1777886176",
"uncertainty": 120
},
"departure": {
"time": "1777886176",
"uncertainty": 120
},
"stopId": "0:MOY01",
"stopSequence": 12
},
{
"arrival": {
"time": "1777886297",
"uncertainty": 120
},
"departure": {
"time": "1777886297",
"uncertainty": 120
},
"stopId": "0:REP01",
"stopSequence": 13
},
{
"arrival": {
"time": "1777886376",
"uncertainty": 120
},
"departure": {
"time": "1777886376",
"uncertainty": 120
},
"stopId": "0:ROI01",
"stopSequence": 14
},
{
"arrival": {
"time": "1777886468",
"uncertainty": 120
},
"departure": {
"time": "1777886468",
"uncertainty": 120
},
"stopId": "0:GAR01",
"stopSequence": 15
},
{
"arrival": {
"time": "1777886509",
"uncertainty": 120
},
"departure": {
"time": "1777886509",
"uncertainty": 120
},
"stopId": "0:POM01",
"stopSequence": 16
},
{
"arrival": {
"time": "1777886572",
"uncertainty": 120
},
"departure": {
"time": "1777886572",
"uncertainty": 120
},
"stopId": "0:SEI01",
"stopSequence": 17
},
{
"arrival": {
"time": "1777886634",
"uncertainty": 120
},
"departure": {
"time": "1777886634",
"uncertainty": 120
},
"stopId": "0:LEG01",
"stopSequence": 18
},
{
"arrival": {
"time": "1777886699",
"uncertainty": 120
},
"departure": {
"time": "1777886699",
"uncertainty": 120
},
"stopId": "0:ALC01",
"stopSequence": 19
},
{
"arrival": {
"time": "1777886787",
"uncertainty": 120
},
"departure": {
"time": "1777886787",
"uncertainty": 120
},
"stopId": "0:CIM01",
"stopSequence": 20
},
{
"arrival": {
"time": "1777886894",
"uncertainty": 120
},
"departure": {
"time": "1777886894",
"uncertainty": 120
},
"stopId": "0:BEL01",
"stopSequence": 21
},
{
"arrival": {
"time": "1777886975",
"uncertainty": 120
},
"departure": {
"time": "1777886975",
"uncertainty": 120
},
"stopId": "0:PRO01",
"stopSequence": 22
},
{
"arrival": {
"time": "1777887036",
"uncertainty": 120
},
"departure": {
"time": "1777887036",
"uncertainty": 120
},
"stopId": "0:BOR01",
"stopSequence": 23
},
{
"arrival": {
"time": "1777887109",
"uncertainty": 120
},
"departure": {
"time": "1777887109",
"uncertainty": 120
},
"stopId": "0:BLE01",
"stopSequence": 24
},
{
"arrival": {
"time": "1777887196",
"uncertainty": 120
},
"departure": {
"time": "1777887196",
"uncertainty": 120
},
"stopId": "0:CLO01",
"stopSequence": 25
},
{
"arrival": {
"time": "1777887257",
"uncertainty": 120
},
"departure": {
"time": "1777887257",
"uncertainty": 120
},
"stopId": "0:COL01",
"stopSequence": 26
},
{
"arrival": {
"time": "1777887344",
"uncertainty": 120
},
"stopId": "0:MIC01",
"stopSequence": 27
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854089"
},
"vehicle": {
"id": "1312",
"label": "1312"
}
}
},
{
"id": "1854090",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777886460",
"uncertainty": 120
},
"stopId": "0:WOI01",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854090"
}
}
},
{
"id": "1854091",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777887660",
"uncertainty": 120
},
"stopId": "0:WOI01",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854091"
}
}
},
{
"id": "1857875",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777885800",
"uncertainty": 120
},
"stopId": "0:PEMG2",
"stopSequence": 1
},
{
"arrival": {
"time": "1777885886",
"uncertainty": 120
},
"departure": {
"time": "1777885886",
"uncertainty": 120
},
"stopId": "0:ARENES1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777886033",
"uncertainty": 120
},
"departure": {
"time": "1777886033",
"uncertainty": 120
},
"stopId": "0:BONSEC2",
"stopSequence": 3
},
{
"arrival": {
"time": "1777886166",
"uncertainty": 120
},
"departure": {
"time": "1777886166",
"uncertainty": 120
},
"stopId": "0:GENIE2",
"stopSequence": 4
},
{
"arrival": {
"time": "1777886212",
"uncertainty": 120
},
"departure": {
"time": "1777886212",
"uncertainty": 120
},
"stopId": "0:BOTANIQ2",
"stopSequence": 5
},
{
"arrival": {
"time": "1777886264",
"uncertainty": 120
},
"departure": {
"time": "1777886264",
"uncertainty": 120
},
"stopId": "0:EUROPAC2",
"stopSequence": 6
},
{
"arrival": {
"time": "1777886338",
"uncertainty": 120
},
"departure": {
"time": "1777886338",
"uncertainty": 120
},
"stopId": "0:NATION2",
"stopSequence": 7
},
{
"arrival": {
"time": "1777886419",
"uncertainty": 120
},
"departure": {
"time": "1777886419",
"uncertainty": 120
},
"stopId": "0:SCHAFF01",
"stopSequence": 8
},
{
"arrival": {
"time": "1777886518",
"uncertainty": 120
},
"departure": {
"time": "1777886518",
"uncertainty": 120
},
"stopId": "0:STLADRE2",
"stopSequence": 9
},
{
"arrival": {
"time": "1777886577",
"uncertainty": 120
},
"departure": {
"time": "1777886577",
"uncertainty": 120
},
"stopId": "0:MERMOZ2",
"stopSequence": 10
},
{
"arrival": {
"time": "1777886685",
"uncertainty": 120
},
"departure": {
"time": "1777886685",
"uncertainty": 120
},
"stopId": "0:SIMMI689",
"stopSequence": 11
},
{
"arrival": {
"time": "1777886935",
"uncertainty": 120
},
"departure": {
"time": "1777886935",
"uncertainty": 120
},
"stopId": "0:LUETTE2",
"stopSequence": 12
},
{
"arrival": {
"time": "1777886964",
"uncertainty": 120
},
"departure": {
"time": "1777886964",
"uncertainty": 120
},
"stopId": "0:11AVIAT2",
"stopSequence": 13
},
{
"arrival": {
"time": "1777887270",
"uncertainty": 120
},
"departure": {
"time": "1777887270",
"uncertainty": 120
},
"stopId": "0:ORLY2",
"stopSequence": 14
},
{
"arrival": {
"time": "1777887454",
"uncertainty": 120
},
"departure": {
"time": "1777887454",
"uncertainty": 120
},
"stopId": "0:LOTISSE2",
"stopSequence": 15
},
{
"arrival": {
"time": "1777887487",
"uncertainty": 120
},
"departure": {
"time": "1777887487",
"uncertainty": 120
},
"stopId": "0:LIBERAT2",
"stopSequence": 16
},
{
"arrival": {
"time": "1777887537",
"uncertainty": 120
},
"departure": {
"time": "1777887537",
"uncertainty": 120
},
"stopId": "0:AUGNYMA2",
"stopSequence": 17
},
{
"arrival": {
"time": "1777887575",
"uncertainty": 120
},
"departure": {
"time": "1777887575",
"uncertainty": 120
},
"stopId": "0:GLISSU2",
"stopSequence": 18
},
{
"arrival": {
"time": "1777887873",
"uncertainty": 120
},
"departure": {
"time": "1777887873",
"uncertainty": 120
},
"stopId": "0:RD662",
"stopSequence": 19
},
{
"arrival": {
"time": "1777887897",
"uncertainty": 120
},
"departure": {
"time": "1777887897",
"uncertainty": 120
},
"stopId": "0:FEY2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777888161",
"uncertainty": 120
},
"departure": {
"time": "1777888161",
"uncertainty": 120
},
"stopId": "0:VEZON2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777888257",
"uncertainty": 120
},
"departure": {
"time": "1777888257",
"uncertainty": 120
},
"stopId": "0:MARIEUL1",
"stopSequence": 22
},
{
"arrival": {
"time": "1777888497",
"uncertainty": 120
},
"departure": {
"time": "1777888497",
"uncertainty": 120
},
"stopId": "0:CHARIT02",
"stopSequence": 23
},
{
"arrival": {
"time": "1777888562",
"uncertainty": 120
},
"departure": {
"time": "1777888562",
"uncertainty": 120
},
"stopId": "0:NOTRDA02",
"stopSequence": 24
},
{
"arrival": {
"time": "1777888694",
"uncertainty": 120
},
"departure": {
"time": "1777888694",
"uncertainty": 120
},
"stopId": "0:LACORV02",
"stopSequence": 25
},
{
"arrival": {
"time": "1777888797",
"uncertainty": 120
},
"stopId": "0:MARDIG01",
"stopSequence": 26
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "102",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11857875"
}
}
},
{
"id": "1854141",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777883792",
"uncertainty": 120
},
"stopId": "0:HSCHUMA2",
"stopSequence": 1
},
{
"arrival": {
"time": "1777883895",
"uncertainty": 120
},
"departure": {
"time": "1777883895",
"uncertainty": 120
},
"stopId": "0:SER02",
"stopSequence": 2
},
{
"arrival": {
"time": "1777883964",
"uncertainty": 120
},
"departure": {
"time": "1777883972",
"uncertainty": 120
},
"stopId": "0:FEI02",
"stopSequence": 3
},
{
"arrival": {
"time": "1777884026",
"uncertainty": 120
},
"departure": {
"time": "1777884032",
"uncertainty": 120
},
"stopId": "0:SAR02",
"stopSequence": 4
},
{
"arrival": {
"time": "1777884130",
"uncertainty": 120
},
"departure": {
"time": "1777884153",
"uncertainty": 120
},
"stopId": "0:BLE02",
"stopSequence": 5
},
{
"arrival": {
"time": "1777884212",
"uncertainty": 120
},
"departure": {
"time": "1777884212",
"uncertainty": 120
},
"stopId": "0:BOR02",
"stopSequence": 6
},
{
"arrival": {
"time": "1777884287",
"uncertainty": 120
},
"departure": {
"time": "1777884287",
"uncertainty": 120
},
"stopId": "0:PRO02",
"stopSequence": 7
},
{
"arrival": {
"time": "1777884362",
"uncertainty": 120
},
"departure": {
"time": "1777884362",
"uncertainty": 120
},
"stopId": "0:BEL02",
"stopSequence": 8
},
{
"arrival": {
"time": "1777884440",
"uncertainty": 120
},
"departure": {
"time": "1777884452",
"uncertainty": 120
},
"stopId": "0:CIM02",
"stopSequence": 9
},
{
"arrival": {
"time": "1777884541",
"uncertainty": 120
},
"departure": {
"time": "1777884542",
"uncertainty": 120
},
"stopId": "0:ALC02",
"stopSequence": 10
},
{
"arrival": {
"time": "1777884608",
"uncertainty": 120
},
"departure": {
"time": "1777884608",
"uncertainty": 120
},
"stopId": "0:LEG02",
"stopSequence": 11
},
{
"arrival": {
"time": "1777884711",
"uncertainty": 120
},
"departure": {
"time": "1777884722",
"uncertainty": 120
},
"stopId": "0:SEI02",
"stopSequence": 12
},
{
"arrival": {
"time": "1777884812",
"uncertainty": 120
},
"departure": {
"time": "1777884812",
"uncertainty": 120
},
"stopId": "0:POM02",
"stopSequence": 13
},
{
"arrival": {
"time": "1777884902",
"uncertainty": 120
},
"departure": {
"time": "1777884932",
"uncertainty": 120
},
"stopId": "0:GAR02",
"stopSequence": 14
},
{
"arrival": {
"time": "1777885031",
"uncertainty": 120
},
"departure": {
"time": "1777885031",
"uncertainty": 120
},
"stopId": "0:ROI02",
"stopSequence": 15
},
{
"arrival": {
"time": "1777885126",
"uncertainty": 120
},
"departure": {
"time": "1777885172",
"uncertainty": 120
},
"stopId": "0:REP02",
"stopSequence": 16
},
{
"arrival": {
"time": "1777885348",
"uncertainty": 120
},
"departure": {
"time": "1777885352",
"uncertainty": 120
},
"stopId": "0:LUX02",
"stopSequence": 17
},
{
"arrival": {
"time": "1777885412",
"uncertainty": 120
},
"departure": {
"time": "1777885412",
"uncertainty": 120
},
"stopId": "0:VIN02",
"stopSequence": 18
},
{
"arrival": {
"time": "1777885492",
"uncertainty": 120
},
"departure": {
"time": "1777885492",
"uncertainty": 120
},
"stopId": "0:PON02",
"stopSequence": 19
},
{
"arrival": {
"time": "1777885574",
"uncertainty": 120
},
"departure": {
"time": "1777885574",
"uncertainty": 120
},
"stopId": "0:ROC02",
"stopSequence": 20
},
{
"arrival": {
"time": "1777885676",
"uncertainty": 120
},
"departure": {
"time": "1777885676",
"uncertainty": 120
},
"stopId": "0:BER02",
"stopSequence": 21
},
{
"arrival": {
"time": "1777885735",
"uncertainty": 120
},
"departure": {
"time": "1777885735",
"uncertainty": 120
},
"stopId": "0:CAS02",
"stopSequence": 22
},
{
"arrival": {
"time": "1777885868",
"uncertainty": 120
},
"departure": {
"time": "1777885868",
"uncertainty": 120
},
"stopId": "0:JOB02",
"stopSequence": 23
},
{
"arrival": {
"time": "1777885961",
"uncertainty": 120
},
"departure": {
"time": "1777885961",
"uncertainty": 120
},
"stopId": "0:ROU02",
"stopSequence": 24
},
{
"arrival": {
"time": "1777886053",
"uncertainty": 120
},
"departure": {
"time": "1777886053",
"uncertainty": 120
},
"stopId": "0:CHA02",
"stopSequence": 25
},
{
"arrival": {
"time": "1777886137",
"uncertainty": 120
},
"departure": {
"time": "1777886137",
"uncertainty": 120
},
"stopId": "0:FON02",
"stopSequence": 26
},
{
"arrival": {
"time": "1777886168",
"uncertainty": 120
},
"stopId": "0:WOI02",
"stopSequence": 27
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854141"
},
"vehicle": {
"id": "1311",
"label": "1311"
}
}
},
{
"id": "1854142",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777884991",
"uncertainty": 120
},
"stopId": "0:HSCHUMA2",
"stopSequence": 1
},
{
"arrival": {
"time": "1777885101",
"uncertainty": 120
},
"departure": {
"time": "1777885111",
"uncertainty": 120
},
"stopId": "0:SER02",
"stopSequence": 2
},
{
"arrival": {
"time": "1777885209",
"uncertainty": 120
},
"departure": {
"time": "1777885231",
"uncertainty": 120
},
"stopId": "0:FEI02",
"stopSequence": 3
},
{
"arrival": {
"time": "1777885284",
"uncertainty": 120
},
"departure": {
"time": "1777885289",
"uncertainty": 120
},
"stopId": "0:SAR02",
"stopSequence": 4
},
{
"arrival": {
"time": "1777885402",
"uncertainty": 120
},
"departure": {
"time": "1777885411",
"uncertainty": 120
},
"stopId": "0:BLE02",
"stopSequence": 5
},
{
"arrival": {
"time": "1777885520",
"uncertainty": 120
},
"departure": {
"time": "1777885520",
"uncertainty": 120
},
"stopId": "0:BOR02",
"stopSequence": 6
},
{
"arrival": {
"time": "1777885603",
"uncertainty": 120
},
"departure": {
"time": "1777885603",
"uncertainty": 120
},
"stopId": "0:PRO02",
"stopSequence": 7
},
{
"arrival": {
"time": "1777885666",
"uncertainty": 120
},
"departure": {
"time": "1777885666",
"uncertainty": 120
},
"stopId": "0:BEL02",
"stopSequence": 8
},
{
"arrival": {
"time": "1777885749",
"uncertainty": 120
},
"departure": {
"time": "1777885749",
"uncertainty": 120
},
"stopId": "0:CIM02",
"stopSequence": 9
},
{
"arrival": {
"time": "1777885826",
"uncertainty": 120
},
"departure": {
"time": "1777885826",
"uncertainty": 120
},
"stopId": "0:ALC02",
"stopSequence": 10
},
{
"arrival": {
"time": "1777885878",
"uncertainty": 120
},
"departure": {
"time": "1777885878",
"uncertainty": 120
},
"stopId": "0:LEG02",
"stopSequence": 11
},
{
"arrival": {
"time": "1777885950",
"uncertainty": 120
},
"departure": {
"time": "1777885950",
"uncertainty": 120
},
"stopId": "0:SEI02",
"stopSequence": 12
},
{
"arrival": {
"time": "1777886012",
"uncertainty": 120
},
"departure": {
"time": "1777886012",
"uncertainty": 120
},
"stopId": "0:POM02",
"stopSequence": 13
},
{
"arrival": {
"time": "1777886100",
"uncertainty": 120
},
"departure": {
"time": "1777886100",
"uncertainty": 120
},
"stopId": "0:GAR02",
"stopSequence": 14
},
{
"arrival": {
"time": "1777886199",
"uncertainty": 120
},
"departure": {
"time": "1777886199",
"uncertainty": 120
},
"stopId": "0:ROI02",
"stopSequence": 15
},
{
"arrival": {
"time": "1777886267",
"uncertainty": 120
},
"departure": {
"time": "1777886267",
"uncertainty": 120
},
"stopId": "0:REP02",
"stopSequence": 16
},
{
"arrival": {
"time": "1777886445",
"uncertainty": 120
},
"departure": {
"time": "1777886445",
"uncertainty": 120
},
"stopId": "0:LUX02",
"stopSequence": 17
},
{
"arrival": {
"time": "1777886506",
"uncertainty": 120
},
"departure": {
"time": "1777886506",
"uncertainty": 120
},
"stopId": "0:VIN02",
"stopSequence": 18
},
{
"arrival": {
"time": "1777886577",
"uncertainty": 120
},
"departure": {
"time": "1777886577",
"uncertainty": 120
},
"stopId": "0:PON02",
"stopSequence": 19
},
{
"arrival": {
"time": "1777886659",
"uncertainty": 120
},
"departure": {
"time": "1777886659",
"uncertainty": 120
},
"stopId": "0:ROC02",
"stopSequence": 20
},
{
"arrival": {
"time": "1777886761",
"uncertainty": 120
},
"departure": {
"time": "1777886761",
"uncertainty": 120
},
"stopId": "0:BER02",
"stopSequence": 21
},
{
"arrival": {
"time": "1777886819",
"uncertainty": 120
},
"departure": {
"time": "1777886819",
"uncertainty": 120
},
"stopId": "0:CAS02",
"stopSequence": 22
},
{
"arrival": {
"time": "1777886964",
"uncertainty": 120
},
"departure": {
"time": "1777886964",
"uncertainty": 120
},
"stopId": "0:JOB02",
"stopSequence": 23
},
{
"arrival": {
"time": "1777887083",
"uncertainty": 120
},
"departure": {
"time": "1777887083",
"uncertainty": 120
},
"stopId": "0:ROU02",
"stopSequence": 24
},
{
"arrival": {
"time": "1777887191",
"uncertainty": 120
},
"departure": {
"time": "1777887191",
"uncertainty": 120
},
"stopId": "0:CHA02",
"stopSequence": 25
},
{
"arrival": {
"time": "1777887292",
"uncertainty": 120
},
"departure": {
"time": "1777887292",
"uncertainty": 120
},
"stopId": "0:FON02",
"stopSequence": 26
},
{
"arrival": {
"time": "1777887324",
"uncertainty": 120
},
"stopId": "0:WOI02",
"stopSequence": 27
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854142"
},
"vehicle": {
"id": "1319",
"label": "1319"
}
}
},
{
"id": "1854143",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777886160",
"uncertainty": 120
},
"stopId": "0:HSCHUMA2",
"stopSequence": 1
},
{
"arrival": {
"time": "1777886279",
"uncertainty": 120
},
"departure": {
"time": "1777886279",
"uncertainty": 120
},
"stopId": "0:SER02",
"stopSequence": 2
},
{
"arrival": {
"time": "1777886374",
"uncertainty": 120
},
"departure": {
"time": "1777886374",
"uncertainty": 120
},
"stopId": "0:FEI02",
"stopSequence": 3
},
{
"arrival": {
"time": "1777886428",
"uncertainty": 120
},
"departure": {
"time": "1777886428",
"uncertainty": 120
},
"stopId": "0:SAR02",
"stopSequence": 4
},
{
"arrival": {
"time": "1777886544",
"uncertainty": 120
},
"departure": {
"time": "1777886544",
"uncertainty": 120
},
"stopId": "0:BLE02",
"stopSequence": 5
},
{
"arrival": {
"time": "1777886607",
"uncertainty": 120
},
"departure": {
"time": "1777886607",
"uncertainty": 120
},
"stopId": "0:BOR02",
"stopSequence": 6
},
{
"arrival": {
"time": "1777886681",
"uncertainty": 120
},
"departure": {
"time": "1777886681",
"uncertainty": 120
},
"stopId": "0:PRO02",
"stopSequence": 7
},
{
"arrival": {
"time": "1777886746",
"uncertainty": 120
},
"departure": {
"time": "1777886746",
"uncertainty": 120
},
"stopId": "0:BEL02",
"stopSequence": 8
},
{
"arrival": {
"time": "1777886828",
"uncertainty": 120
},
"departure": {
"time": "1777886828",
"uncertainty": 120
},
"stopId": "0:CIM02",
"stopSequence": 9
},
{
"arrival": {
"time": "1777886913",
"uncertainty": 120
},
"departure": {
"time": "1777886913",
"uncertainty": 120
},
"stopId": "0:ALC02",
"stopSequence": 10
},
{
"arrival": {
"time": "1777886968",
"uncertainty": 120
},
"departure": {
"time": "1777886968",
"uncertainty": 120
},
"stopId": "0:LEG02",
"stopSequence": 11
},
{
"arrival": {
"time": "1777887046",
"uncertainty": 120
},
"departure": {
"time": "1777887046",
"uncertainty": 120
},
"stopId": "0:SEI02",
"stopSequence": 12
},
{
"arrival": {
"time": "1777887121",
"uncertainty": 120
},
"departure": {
"time": "1777887121",
"uncertainty": 120
},
"stopId": "0:POM02",
"stopSequence": 13
},
{
"arrival": {
"time": "1777887192",
"uncertainty": 120
},
"departure": {
"time": "1777887192",
"uncertainty": 120
},
"stopId": "0:GAR02",
"stopSequence": 14
},
{
"arrival": {
"time": "1777887304",
"uncertainty": 120
},
"departure": {
"time": "1777887304",
"uncertainty": 120
},
"stopId": "0:ROI02",
"stopSequence": 15
},
{
"arrival": {
"time": "1777887432",
"uncertainty": 120
},
"departure": {
"time": "1777887432",
"uncertainty": 120
},
"stopId": "0:REP02",
"stopSequence": 16
},
{
"arrival": {
"time": "1777887628",
"uncertainty": 120
},
"departure": {
"time": "1777887628",
"uncertainty": 120
},
"stopId": "0:LUX02",
"stopSequence": 17
},
{
"arrival": {
"time": "1777887693",
"uncertainty": 120
},
"departure": {
"time": "1777887693",
"uncertainty": 120
},
"stopId": "0:VIN02",
"stopSequence": 18
},
{
"arrival": {
"time": "1777887770",
"uncertainty": 120
},
"departure": {
"time": "1777887770",
"uncertainty": 120
},
"stopId": "0:PON02",
"stopSequence": 19
},
{
"arrival": {
"time": "1777887852",
"uncertainty": 120
},
"departure": {
"time": "1777887852",
"uncertainty": 120
},
"stopId": "0:ROC02",
"stopSequence": 20
},
{
"arrival": {
"time": "1777887952",
"uncertainty": 120
},
"departure": {
"time": "1777887952",
"uncertainty": 120
},
"stopId": "0:BER02",
"stopSequence": 21
},
{
"arrival": {
"time": "1777888007",
"uncertainty": 120
},
"departure": {
"time": "1777888007",
"uncertainty": 120
},
"stopId": "0:CAS02",
"stopSequence": 22
},
{
"arrival": {
"time": "1777888152",
"uncertainty": 120
},
"departure": {
"time": "1777888152",
"uncertainty": 120
},
"stopId": "0:JOB02",
"stopSequence": 23
},
{
"arrival": {
"time": "1777888271",
"uncertainty": 120
},
"departure": {
"time": "1777888271",
"uncertainty": 120
},
"stopId": "0:ROU02",
"stopSequence": 24
},
{
"arrival": {
"time": "1777888379",
"uncertainty": 120
},
"departure": {
"time": "1777888379",
"uncertainty": 120
},
"stopId": "0:CHA02",
"stopSequence": 25
},
{
"arrival": {
"time": "1777888480",
"uncertainty": 120
},
"departure": {
"time": "1777888480",
"uncertainty": 120
},
"stopId": "0:FON02",
"stopSequence": 26
},
{
"arrival": {
"time": "1777888512",
"uncertainty": 120
},
"stopId": "0:WOI02",
"stopSequence": 27
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854143"
}
}
},
{
"id": "1857906",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777885980"
},
"stopId": "0:MARDIG01",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "102",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11857906"
}
}
},
{
"id": "1855490",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777885920"
},
"stopId": "0:CHANTRE1",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "103",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855490"
}
}
},
{
"id": "1853668",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777888740",
"uncertainty": 120
},
"stopId": "0:DOLICHE1",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "12",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853668"
}
}
},
{
"id": "1853666",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777885240",
"uncertainty": 120
},
"stopId": "0:DOLICHE1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777885287",
"uncertainty": 120
},
"departure": {
"time": "1777885299",
"uncertainty": 120
},
"stopId": "0:CUVION1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777885349",
"uncertainty": 120
},
"departure": {
"time": "1777885359",
"uncertainty": 120
},
"stopId": "0:PASSOTE1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777885390",
"uncertainty": 120
},
"departure": {
"time": "1777885390",
"uncertainty": 120
},
"stopId": "0:ARIANE1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777885433",
"uncertainty": 120
},
"departure": {
"time": "1777885449",
"uncertainty": 120
},
"stopId": "0:FALOGNE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777885527",
"uncertainty": 120
},
"departure": {
"time": "1777885527",
"uncertainty": 120
},
"stopId": "0:FAURNEL1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777885570",
"uncertainty": 120
},
"departure": {
"time": "1777885570",
"uncertainty": 120
},
"stopId": "0:ROSEGON1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777885661",
"uncertainty": 120
},
"departure": {
"time": "1777885661",
"uncertainty": 120
},
"stopId": "0:SOLIDAR1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777885724",
"uncertainty": 120
},
"departure": {
"time": "1777885724",
"uncertainty": 120
},
"stopId": "0:SEBASTO1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777885868",
"uncertainty": 120
},
"departure": {
"time": "1777885868",
"uncertainty": 120
},
"stopId": "0:JMICHEL1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777885981",
"uncertainty": 120
},
"departure": {
"time": "1777885981",
"uncertainty": 120
},
"stopId": "0:CHAPPE3",
"stopSequence": 11
},
{
"arrival": {
"time": "1777886144",
"uncertainty": 120
},
"departure": {
"time": "1777886144",
"uncertainty": 120
},
"stopId": "0:ARAGO002",
"stopSequence": 12
},
{
"arrival": {
"time": "1777886179",
"uncertainty": 120
},
"departure": {
"time": "1777886179",
"uncertainty": 120
},
"stopId": "0:MARCONI1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777886268",
"uncertainty": 120
},
"departure": {
"time": "1777886268",
"uncertainty": 120
},
"stopId": "0:SYMPHON1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777886332",
"uncertainty": 120
},
"departure": {
"time": "1777886332",
"uncertainty": 120
},
"stopId": "0:SEULHOT1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777886359",
"uncertainty": 120
},
"departure": {
"time": "1777886359",
"uncertainty": 120
},
"stopId": "0:GENERAL1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777886393",
"uncertainty": 120
},
"departure": {
"time": "1777886393",
"uncertainty": 120
},
"stopId": "0:ROEDERE1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777886419",
"uncertainty": 120
},
"departure": {
"time": "1777886419",
"uncertainty": 120
},
"stopId": "0:GIRAUDO1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777886482",
"uncertainty": 120
},
"departure": {
"time": "1777886482",
"uncertainty": 120
},
"stopId": "0:GDMAISO1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777886562",
"uncertainty": 120
},
"departure": {
"time": "1777886562",
"uncertainty": 120
},
"stopId": "0:COTSE1",
"stopSequence": 20
},
{
"arrival": {
"time": "1777886620",
"uncertainty": 120
},
"departure": {
"time": "1777886620",
"uncertainty": 120
},
"stopId": "0:TIVO1",
"stopSequence": 21
},
{
"arrival": {
"time": "1777886672",
"uncertainty": 120
},
"departure": {
"time": "1777886672",
"uncertainty": 120
},
"stopId": "0:HESTAUX2",
"stopSequence": 22
},
{
"arrival": {
"time": "1777886721",
"uncertainty": 120
},
"departure": {
"time": "1777886721",
"uncertainty": 120
},
"stopId": "0:GOUSSEL2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777886760",
"uncertainty": 120
},
"departure": {
"time": "1777886760",
"uncertainty": 120
},
"stopId": "0:CLAUDEL2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777886829",
"uncertainty": 120
},
"departure": {
"time": "1777886829",
"uncertainty": 120
},
"stopId": "0:OBERL193",
"stopSequence": 25
},
{
"arrival": {
"time": "1777886871",
"uncertainty": 120
},
"departure": {
"time": "1777886871",
"uncertainty": 120
},
"stopId": "0:GENDARM1",
"stopSequence": 26
},
{
"arrival": {
"time": "1777886912",
"uncertainty": 120
},
"departure": {
"time": "1777886912",
"uncertainty": 120
},
"stopId": "0:STMAXI1",
"stopSequence": 27
},
{
"arrival": {
"time": "1777886948",
"uncertainty": 120
},
"departure": {
"time": "1777886948",
"uncertainty": 120
},
"stopId": "0:PUYMAIG1",
"stopSequence": 28
},
{
"arrival": {
"time": "1777887038",
"uncertainty": 120
},
"departure": {
"time": "1777887038",
"uncertainty": 120
},
"stopId": "0:TREIZE1",
"stopSequence": 29
},
{
"arrival": {
"time": "1777887111",
"uncertainty": 120
},
"departure": {
"time": "1777887111",
"uncertainty": 120
},
"stopId": "0:SEILLE1",
"stopSequence": 30
},
{
"arrival": {
"time": "1777887411",
"uncertainty": 120
},
"departure": {
"time": "1777887411",
"uncertainty": 120
},
"stopId": "0:GARCE",
"stopSequence": 31
},
{
"arrival": {
"time": "1777887591",
"uncertainty": 120
},
"stopId": "0:REPLYA",
"stopSequence": 32
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "12",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853666"
},
"vehicle": {
"id": "1532",
"label": "1532"
}
}
},
{
"id": "1853667",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777886820",
"uncertainty": 120
},
"stopId": "0:DOLICHE1",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "12",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853667"
}
}
},
{
"id": "1855568",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777888500",
"uncertainty": 120
},
"stopId": "0:BILAIN1",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "106",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855568"
}
}
},
{
"id": "1855567",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777886100",
"uncertainty": 120
},
"stopId": "0:BILAIN1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777886285",
"uncertainty": 120
},
"departure": {
"time": "1777886285",
"uncertainty": 120
},
"stopId": "0:PTCOEUR1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777886347",
"uncertainty": 120
},
"departure": {
"time": "1777886347",
"uncertainty": 120
},
"stopId": "0:AMANVMA1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777886424",
"uncertainty": 120
},
"departure": {
"time": "1777886424",
"uncertainty": 120
},
"stopId": "0:GRDRUE1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777886460",
"uncertainty": 120
},
"departure": {
"time": "1777886460",
"uncertainty": 120
},
"stopId": "0:PLAQUET1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777886868",
"uncertainty": 120
},
"departure": {
"time": "1777886868",
"uncertainty": 120
},
"stopId": "0:CHAPELL1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777886880",
"uncertainty": 120
},
"departure": {
"time": "1777886880",
"uncertainty": 120
},
"stopId": "0:LORRYGR1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777886919",
"uncertainty": 120
},
"departure": {
"time": "1777886919",
"uncertainty": 120
},
"stopId": "0:ATELMUN1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777886983",
"uncertainty": 120
},
"departure": {
"time": "1777886983",
"uncertainty": 120
},
"stopId": "0:CARREFO1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777887083",
"uncertainty": 120
},
"departure": {
"time": "1777887083",
"uncertainty": 120
},
"stopId": "0:FRIERES1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777887217",
"uncertainty": 120
},
"departure": {
"time": "1777887217",
"uncertainty": 120
},
"stopId": "0:SANSONN1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777887240",
"uncertainty": 120
},
"departure": {
"time": "1777887240",
"uncertainty": 120
},
"stopId": "0:BUCHOZ1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777887304",
"uncertainty": 120
},
"departure": {
"time": "1777887304",
"uncertainty": 120
},
"stopId": "0:NJUNG1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777887383",
"uncertainty": 120
},
"departure": {
"time": "1777887383",
"uncertainty": 120
},
"stopId": "0:LEMOYNE1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777887425",
"uncertainty": 120
},
"departure": {
"time": "1777887425",
"uncertainty": 120
},
"stopId": "0:COLIBRI1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777887469",
"uncertainty": 120
},
"departure": {
"time": "1777887469",
"uncertainty": 120
},
"stopId": "0:TIGNO414",
"stopSequence": 16
},
{
"arrival": {
"time": "1777887640",
"uncertainty": 120
},
"departure": {
"time": "1777887640",
"uncertainty": 120
},
"stopId": "0:FMOSELL1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777887720",
"uncertainty": 120
},
"stopId": "0:LUXE",
"stopSequence": 18
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "106",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855567"
}
}
},
{
"id": "1852792",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777887540",
"uncertainty": 120
},
"stopId": "0:OEILLET1",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11852792"
}
}
},
{
"id": "1852793",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777888140",
"uncertainty": 120
},
"stopId": "0:OEILLET1",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11852793"
}
}
},
{
"id": "1852794",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777888740",
"uncertainty": 120
},
"stopId": "0:OEILLET1",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11852794"
}
}
},
{
"id": "1852788",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777885260",
"uncertainty": 120
},
"stopId": "0:OEILLET1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777885303",
"uncertainty": 120
},
"departure": {
"time": "1777885303",
"uncertainty": 120
},
"stopId": "0:PIVOINE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777885336",
"uncertainty": 120
},
"departure": {
"time": "1777885350",
"uncertainty": 120
},
"stopId": "0:JACINTH1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777885410",
"uncertainty": 120
},
"departure": {
"time": "1777885410",
"uncertainty": 120
},
"stopId": "0:LORIENT1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777885462",
"uncertainty": 120
},
"departure": {
"time": "1777885472",
"uncertainty": 120
},
"stopId": "0:FOUGERE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777885527",
"uncertainty": 120
},
"departure": {
"time": "1777885527",
"uncertainty": 120
},
"stopId": "0:GENIVAU1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777885624",
"uncertainty": 120
},
"departure": {
"time": "1777885624",
"uncertainty": 120
},
"stopId": "0:MAUJEAN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777885686",
"uncertainty": 120
},
"departure": {
"time": "1777885686",
"uncertainty": 120
},
"stopId": "0:METMAN1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777885710",
"uncertainty": 120
},
"departure": {
"time": "1777885710",
"uncertainty": 120
},
"stopId": "0:PTSOEUR1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777885749",
"uncertainty": 120
},
"departure": {
"time": "1777885749",
"uncertainty": 120
},
"stopId": "0:JURA1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777885866",
"uncertainty": 120
},
"departure": {
"time": "1777885866",
"uncertainty": 120
},
"stopId": "0:STOXEY1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777885931",
"uncertainty": 120
},
"departure": {
"time": "1777885931",
"uncertainty": 120
},
"stopId": "0:ALSLORR1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777885989",
"uncertainty": 120
},
"departure": {
"time": "1777885989",
"uncertainty": 120
},
"stopId": "0:BERNE1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777886050",
"uncertainty": 120
},
"departure": {
"time": "1777886050",
"uncertainty": 120
},
"stopId": "0:ARTILLE1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777886095",
"uncertainty": 120
},
"departure": {
"time": "1777886095",
"uncertainty": 120
},
"stopId": "0:RAPLEVY1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777886155",
"uncertainty": 120
},
"departure": {
"time": "1777886155",
"uncertainty": 120
},
"stopId": "0:JUIN1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777886362",
"uncertainty": 120
},
"departure": {
"time": "1777886362",
"uncertainty": 120
},
"stopId": "0:TANNEUR1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777886425",
"uncertainty": 120
},
"departure": {
"time": "1777886425",
"uncertainty": 120
},
"stopId": "0:PARAIGE1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777886540",
"uncertainty": 120
},
"departure": {
"time": "1777886540",
"uncertainty": 120
},
"stopId": "0:MAZELLE1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777886754",
"uncertainty": 120
},
"departure": {
"time": "1777886754",
"uncertainty": 120
},
"stopId": "0:GARCE",
"stopSequence": 20
},
{
"arrival": {
"time": "1777886797",
"uncertainty": 120
},
"departure": {
"time": "1777886797",
"uncertainty": 120
},
"stopId": "0:STNICOL4",
"stopSequence": 21
},
{
"arrival": {
"time": "1777886995",
"uncertainty": 120
},
"departure": {
"time": "1777886995",
"uncertainty": 120
},
"stopId": "0:REPPS",
"stopSequence": 22
},
{
"arrival": {
"time": "1777887141",
"uncertainty": 120
},
"departure": {
"time": "1777887141",
"uncertainty": 120
},
"stopId": "0:ROI04",
"stopSequence": 23
},
{
"arrival": {
"time": "1777887243",
"uncertainty": 120
},
"departure": {
"time": "1777887243",
"uncertainty": 120
},
"stopId": "0:BONSEC2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777887360",
"uncertainty": 120
},
"departure": {
"time": "1777887360",
"uncertainty": 120
},
"stopId": "0:GENIE2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777887408",
"uncertainty": 120
},
"departure": {
"time": "1777887408",
"uncertainty": 120
},
"stopId": "0:BOTANIQ2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777887481",
"uncertainty": 120
},
"departure": {
"time": "1777887481",
"uncertainty": 120
},
"stopId": "0:EUROPAC2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777887561",
"uncertainty": 120
},
"departure": {
"time": "1777887561",
"uncertainty": 120
},
"stopId": "0:NATION2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777887626",
"uncertainty": 120
},
"departure": {
"time": "1777887626",
"uncertainty": 120
},
"stopId": "0:LITALDU2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777887742",
"uncertainty": 120
},
"departure": {
"time": "1777887742",
"uncertainty": 120
},
"stopId": "0:SVICTOR2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777887801",
"uncertainty": 120
},
"departure": {
"time": "1777887801",
"uncertainty": 120
},
"stopId": "0:STQUENT2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777887868",
"uncertainty": 120
},
"departure": {
"time": "1777887868",
"uncertainty": 120
},
"stopId": "0:TOURAIN2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777887898",
"uncertainty": 120
},
"departure": {
"time": "1777887898",
"uncertainty": 120
},
"stopId": "0:ALGER2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777887924",
"uncertainty": 120
},
"departure": {
"time": "1777887924",
"uncertainty": 120
},
"stopId": "0:VOSGES2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777888002",
"uncertainty": 120
},
"departure": {
"time": "1777888002",
"uncertainty": 120
},
"stopId": "0:CITSNCF2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777888036",
"uncertainty": 120
},
"departure": {
"time": "1777888036",
"uncertainty": 120
},
"stopId": "0:LOTINDU2",
"stopSequence": 36
},
{
"arrival": {
"time": "1777888122",
"uncertainty": 120
},
"departure": {
"time": "1777888122",
"uncertainty": 120
},
"stopId": "0:ROTONDE2",
"stopSequence": 37
},
{
"arrival": {
"time": "1777888164",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 38
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11852788"
},
"vehicle": {
"id": "2134",
"label": "2134"
}
}
},
{
"id": "1852789",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777885489",
"uncertainty": 120
},
"stopId": "0:OEILLET1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777885784",
"uncertainty": 120
},
"departure": {
"time": "1777885784",
"uncertainty": 120
},
"stopId": "0:PIVOINE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777885820",
"uncertainty": 120
},
"departure": {
"time": "1777885820",
"uncertainty": 120
},
"stopId": "0:JACINTH1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777885879",
"uncertainty": 120
},
"departure": {
"time": "1777885879",
"uncertainty": 120
},
"stopId": "0:LORIENT1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777885946",
"uncertainty": 120
},
"departure": {
"time": "1777885946",
"uncertainty": 120
},
"stopId": "0:FOUGERE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777886001",
"uncertainty": 120
},
"departure": {
"time": "1777886001",
"uncertainty": 120
},
"stopId": "0:GENIVAU1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777886098",
"uncertainty": 120
},
"departure": {
"time": "1777886098",
"uncertainty": 120
},
"stopId": "0:MAUJEAN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777886160",
"uncertainty": 120
},
"departure": {
"time": "1777886160",
"uncertainty": 120
},
"stopId": "0:METMAN1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777886184",
"uncertainty": 120
},
"departure": {
"time": "1777886184",
"uncertainty": 120
},
"stopId": "0:PTSOEUR1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777886223",
"uncertainty": 120
},
"departure": {
"time": "1777886223",
"uncertainty": 120
},
"stopId": "0:JURA1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777886340",
"uncertainty": 120
},
"departure": {
"time": "1777886340",
"uncertainty": 120
},
"stopId": "0:STOXEY1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777886405",
"uncertainty": 120
},
"departure": {
"time": "1777886405",
"uncertainty": 120
},
"stopId": "0:ALSLORR1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777886444",
"uncertainty": 120
},
"departure": {
"time": "1777886444",
"uncertainty": 120
},
"stopId": "0:BERNE1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777886505",
"uncertainty": 120
},
"departure": {
"time": "1777886505",
"uncertainty": 120
},
"stopId": "0:ARTILLE1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777886553",
"uncertainty": 120
},
"departure": {
"time": "1777886553",
"uncertainty": 120
},
"stopId": "0:RAPLEVY1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777886611",
"uncertainty": 120
},
"departure": {
"time": "1777886611",
"uncertainty": 120
},
"stopId": "0:JUIN1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777886816",
"uncertainty": 120
},
"departure": {
"time": "1777886816",
"uncertainty": 120
},
"stopId": "0:TANNEUR1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777886882",
"uncertainty": 120
},
"departure": {
"time": "1777886882",
"uncertainty": 120
},
"stopId": "0:PARAIGE1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777886996",
"uncertainty": 120
},
"departure": {
"time": "1777886996",
"uncertainty": 120
},
"stopId": "0:MAZELLE1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777887208",
"uncertainty": 120
},
"departure": {
"time": "1777887208",
"uncertainty": 120
},
"stopId": "0:GARCE",
"stopSequence": 20
},
{
"arrival": {
"time": "1777887257",
"uncertainty": 120
},
"departure": {
"time": "1777887257",
"uncertainty": 120
},
"stopId": "0:STNICOL4",
"stopSequence": 21
},
{
"arrival": {
"time": "1777887455",
"uncertainty": 120
},
"departure": {
"time": "1777887455",
"uncertainty": 120
},
"stopId": "0:REPPS",
"stopSequence": 22
},
{
"arrival": {
"time": "1777887601",
"uncertainty": 120
},
"departure": {
"time": "1777887601",
"uncertainty": 120
},
"stopId": "0:ROI04",
"stopSequence": 23
},
{
"arrival": {
"time": "1777887699",
"uncertainty": 120
},
"departure": {
"time": "1777887699",
"uncertainty": 120
},
"stopId": "0:BONSEC2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777887807",
"uncertainty": 120
},
"departure": {
"time": "1777887807",
"uncertainty": 120
},
"stopId": "0:GENIE2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777887851",
"uncertainty": 120
},
"departure": {
"time": "1777887851",
"uncertainty": 120
},
"stopId": "0:BOTANIQ2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777887919",
"uncertainty": 120
},
"departure": {
"time": "1777887919",
"uncertainty": 120
},
"stopId": "0:EUROPAC2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777888008",
"uncertainty": 120
},
"departure": {
"time": "1777888008",
"uncertainty": 120
},
"stopId": "0:NATION2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777888073",
"uncertainty": 120
},
"departure": {
"time": "1777888073",
"uncertainty": 120
},
"stopId": "0:LITALDU2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777888189",
"uncertainty": 120
},
"departure": {
"time": "1777888189",
"uncertainty": 120
},
"stopId": "0:SVICTOR2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777888248",
"uncertainty": 120
},
"departure": {
"time": "1777888248",
"uncertainty": 120
},
"stopId": "0:STQUENT2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777888315",
"uncertainty": 120
},
"departure": {
"time": "1777888315",
"uncertainty": 120
},
"stopId": "0:TOURAIN2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777888343",
"uncertainty": 120
},
"departure": {
"time": "1777888343",
"uncertainty": 120
},
"stopId": "0:ALGER2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777888368",
"uncertainty": 120
},
"departure": {
"time": "1777888368",
"uncertainty": 120
},
"stopId": "0:VOSGES2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777888446",
"uncertainty": 120
},
"departure": {
"time": "1777888446",
"uncertainty": 120
},
"stopId": "0:CITSNCF2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777888480",
"uncertainty": 120
},
"departure": {
"time": "1777888480",
"uncertainty": 120
},
"stopId": "0:LOTINDU2",
"stopSequence": 36
},
{
"arrival": {
"time": "1777888566",
"uncertainty": 120
},
"departure": {
"time": "1777888566",
"uncertainty": 120
},
"stopId": "0:ROTONDE2",
"stopSequence": 37
},
{
"arrival": {
"time": "1777888608",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 38
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11852789"
},
"vehicle": {
"id": "2423",
"label": "2423"
}
}
},
{
"id": "1852790",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777886340",
"uncertainty": 120
},
"stopId": "0:OEILLET1",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11852790"
}
}
},
{
"id": "1852791",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777886940",
"uncertainty": 120
},
"stopId": "0:OEILLET1",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11852791"
}
}
},
{
"id": "1852784",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777882830",
"uncertainty": 120
},
"stopId": "0:OEILLET1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777882890",
"uncertainty": 120
},
"departure": {
"time": "1777882890",
"uncertainty": 120
},
"stopId": "0:PIVOINE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777882950",
"uncertainty": 120
},
"departure": {
"time": "1777882980",
"uncertainty": 120
},
"stopId": "0:JACINTH1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777883040",
"uncertainty": 120
},
"departure": {
"time": "1777883040",
"uncertainty": 120
},
"stopId": "0:LORIENT1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777883097",
"uncertainty": 120
},
"departure": {
"time": "1777883100",
"uncertainty": 120
},
"stopId": "0:FOUGERE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777883160",
"uncertainty": 120
},
"departure": {
"time": "1777883160",
"uncertainty": 120
},
"stopId": "0:GENIVAU1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777883246",
"uncertainty": 120
},
"departure": {
"time": "1777883251",
"uncertainty": 120
},
"stopId": "0:MAUJEAN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777883330",
"uncertainty": 120
},
"departure": {
"time": "1777883330",
"uncertainty": 120
},
"stopId": "0:METMAN1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777883350",
"uncertainty": 120
},
"departure": {
"time": "1777883350",
"uncertainty": 120
},
"stopId": "0:PTSOEUR1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777883392",
"uncertainty": 120
},
"departure": {
"time": "1777883400",
"uncertainty": 120
},
"stopId": "0:JURA1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777883504",
"uncertainty": 120
},
"departure": {
"time": "1777883520",
"uncertainty": 120
},
"stopId": "0:STOXEY1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777883588",
"uncertainty": 120
},
"departure": {
"time": "1777883640",
"uncertainty": 120
},
"stopId": "0:ALSLORR1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777883670",
"uncertainty": 120
},
"departure": {
"time": "1777883670",
"uncertainty": 120
},
"stopId": "0:BERNE1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777883730",
"uncertainty": 120
},
"departure": {
"time": "1777883730",
"uncertainty": 120
},
"stopId": "0:ARTILLE1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777883851",
"uncertainty": 120
},
"departure": {
"time": "1777883851",
"uncertainty": 120
},
"stopId": "0:RAPLEVY1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777883900",
"uncertainty": 120
},
"departure": {
"time": "1777883910",
"uncertainty": 120
},
"stopId": "0:JUIN1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777884068",
"uncertainty": 120
},
"departure": {
"time": "1777884068",
"uncertainty": 120
},
"stopId": "0:TANNEUR1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777884120",
"uncertainty": 120
},
"departure": {
"time": "1777884120",
"uncertainty": 120
},
"stopId": "0:PARAIGE1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777884210",
"uncertainty": 120
},
"departure": {
"time": "1777884210",
"uncertainty": 120
},
"stopId": "0:MAZELLE1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777884390",
"uncertainty": 120
},
"departure": {
"time": "1777884510",
"uncertainty": 120
},
"stopId": "0:GARCE",
"stopSequence": 20
},
{
"arrival": {
"time": "1777884540",
"uncertainty": 120
},
"departure": {
"time": "1777884540",
"uncertainty": 120
},
"stopId": "0:STNICOL4",
"stopSequence": 21
},
{
"arrival": {
"time": "1777884720",
"uncertainty": 120
},
"departure": {
"time": "1777884780",
"uncertainty": 120
},
"stopId": "0:REPPS",
"stopSequence": 22
},
{
"arrival": {
"time": "1777884868",
"uncertainty": 120
},
"departure": {
"time": "1777884870",
"uncertainty": 120
},
"stopId": "0:ROI04",
"stopSequence": 23
},
{
"arrival": {
"time": "1777885016",
"uncertainty": 120
},
"departure": {
"time": "1777885020",
"uncertainty": 120
},
"stopId": "0:BONSEC2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777885111",
"uncertainty": 120
},
"departure": {
"time": "1777885111",
"uncertainty": 120
},
"stopId": "0:GENIE2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777885140",
"uncertainty": 120
},
"departure": {
"time": "1777885140",
"uncertainty": 120
},
"stopId": "0:BOTANIQ2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777885200",
"uncertainty": 120
},
"departure": {
"time": "1777885200",
"uncertainty": 120
},
"stopId": "0:EUROPAC2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777885260",
"uncertainty": 120
},
"departure": {
"time": "1777885260",
"uncertainty": 120
},
"stopId": "0:NATION2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777885374",
"uncertainty": 120
},
"departure": {
"time": "1777885374",
"uncertainty": 120
},
"stopId": "0:LITALDU2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777885435",
"uncertainty": 120
},
"departure": {
"time": "1777885435",
"uncertainty": 120
},
"stopId": "0:SVICTOR2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777885465",
"uncertainty": 120
},
"departure": {
"time": "1777885471",
"uncertainty": 120
},
"stopId": "0:STQUENT2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777885559",
"uncertainty": 120
},
"departure": {
"time": "1777885559",
"uncertainty": 120
},
"stopId": "0:TOURAIN2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777885600",
"uncertainty": 120
},
"departure": {
"time": "1777885600",
"uncertainty": 120
},
"stopId": "0:ALGER2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777885605",
"uncertainty": 120
},
"departure": {
"time": "1777885605",
"uncertainty": 120
},
"stopId": "0:VOSGES2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777885667",
"uncertainty": 120
},
"departure": {
"time": "1777885667",
"uncertainty": 120
},
"stopId": "0:CITSNCF2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777885678",
"uncertainty": 120
},
"departure": {
"time": "1777885678",
"uncertainty": 120
},
"stopId": "0:LOTINDU2",
"stopSequence": 36
},
{
"arrival": {
"time": "1777885741",
"uncertainty": 120
},
"departure": {
"time": "1777885741",
"uncertainty": 120
},
"stopId": "0:ROTONDE2",
"stopSequence": 37
},
{
"arrival": {
"time": "1777885765",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 38
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11852784"
},
"vehicle": {
"id": "1334",
"label": "1334"
}
}
},
{
"id": "1852785",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777883462",
"uncertainty": 120
},
"stopId": "0:OEILLET1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777883492",
"uncertainty": 120
},
"departure": {
"time": "1777883492",
"uncertainty": 120
},
"stopId": "0:PIVOINE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777883545",
"uncertainty": 120
},
"departure": {
"time": "1777883552",
"uncertainty": 120
},
"stopId": "0:JACINTH1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777883612",
"uncertainty": 120
},
"departure": {
"time": "1777883612",
"uncertainty": 120
},
"stopId": "0:LORIENT1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777883666",
"uncertainty": 120
},
"departure": {
"time": "1777883672",
"uncertainty": 120
},
"stopId": "0:FOUGERE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777883702",
"uncertainty": 120
},
"departure": {
"time": "1777883702",
"uncertainty": 120
},
"stopId": "0:GENIVAU1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777883803",
"uncertainty": 120
},
"departure": {
"time": "1777883803",
"uncertainty": 120
},
"stopId": "0:MAUJEAN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777883879",
"uncertainty": 120
},
"departure": {
"time": "1777883879",
"uncertainty": 120
},
"stopId": "0:METMAN1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777883892",
"uncertainty": 120
},
"departure": {
"time": "1777883912",
"uncertainty": 120
},
"stopId": "0:PTSOEUR1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777883972",
"uncertainty": 120
},
"departure": {
"time": "1777883972",
"uncertainty": 120
},
"stopId": "0:JURA1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777884059",
"uncertainty": 120
},
"departure": {
"time": "1777884059",
"uncertainty": 120
},
"stopId": "0:STOXEY1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777884092",
"uncertainty": 120
},
"departure": {
"time": "1777884092",
"uncertainty": 120
},
"stopId": "0:ALSLORR1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777884131",
"uncertainty": 120
},
"departure": {
"time": "1777884131",
"uncertainty": 120
},
"stopId": "0:BERNE1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777884189",
"uncertainty": 120
},
"departure": {
"time": "1777884189",
"uncertainty": 120
},
"stopId": "0:ARTILLE1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777884242",
"uncertainty": 120
},
"departure": {
"time": "1777884242",
"uncertainty": 120
},
"stopId": "0:RAPLEVY1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777884332",
"uncertainty": 120
},
"departure": {
"time": "1777884332",
"uncertainty": 120
},
"stopId": "0:JUIN1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777884467",
"uncertainty": 120
},
"departure": {
"time": "1777884482",
"uncertainty": 120
},
"stopId": "0:TANNEUR1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777884542",
"uncertainty": 120
},
"departure": {
"time": "1777884572",
"uncertainty": 120
},
"stopId": "0:PARAIGE1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777884659",
"uncertainty": 120
},
"departure": {
"time": "1777884692",
"uncertainty": 120
},
"stopId": "0:MAZELLE1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777884842",
"uncertainty": 120
},
"departure": {
"time": "1777884932",
"uncertainty": 120
},
"stopId": "0:GARCE",
"stopSequence": 20
},
{
"arrival": {
"time": "1777884962",
"uncertainty": 120
},
"departure": {
"time": "1777884962",
"uncertainty": 120
},
"stopId": "0:STNICOL4",
"stopSequence": 21
},
{
"arrival": {
"time": "1777885082",
"uncertainty": 120
},
"departure": {
"time": "1777885232",
"uncertainty": 120
},
"stopId": "0:REPPS",
"stopSequence": 22
},
{
"arrival": {
"time": "1777885308",
"uncertainty": 120
},
"departure": {
"time": "1777885322",
"uncertainty": 120
},
"stopId": "0:ROI04",
"stopSequence": 23
},
{
"arrival": {
"time": "1777885472",
"uncertainty": 120
},
"departure": {
"time": "1777885472",
"uncertainty": 120
},
"stopId": "0:BONSEC2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777885566",
"uncertainty": 120
},
"departure": {
"time": "1777885566",
"uncertainty": 120
},
"stopId": "0:GENIE2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777885597",
"uncertainty": 120
},
"departure": {
"time": "1777885597",
"uncertainty": 120
},
"stopId": "0:BOTANIQ2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777885658",
"uncertainty": 120
},
"departure": {
"time": "1777885658",
"uncertainty": 120
},
"stopId": "0:EUROPAC2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777885720",
"uncertainty": 120
},
"departure": {
"time": "1777885720",
"uncertainty": 120
},
"stopId": "0:NATION2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777885829",
"uncertainty": 120
},
"departure": {
"time": "1777885829",
"uncertainty": 120
},
"stopId": "0:LITALDU2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777885895",
"uncertainty": 120
},
"departure": {
"time": "1777885895",
"uncertainty": 120
},
"stopId": "0:SVICTOR2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777885928",
"uncertainty": 120
},
"departure": {
"time": "1777885928",
"uncertainty": 120
},
"stopId": "0:STQUENT2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777886016",
"uncertainty": 120
},
"departure": {
"time": "1777886016",
"uncertainty": 120
},
"stopId": "0:TOURAIN2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777886054",
"uncertainty": 120
},
"departure": {
"time": "1777886054",
"uncertainty": 120
},
"stopId": "0:ALGER2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777886062",
"uncertainty": 120
},
"departure": {
"time": "1777886062",
"uncertainty": 120
},
"stopId": "0:VOSGES2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777886124",
"uncertainty": 120
},
"departure": {
"time": "1777886124",
"uncertainty": 120
},
"stopId": "0:CITSNCF2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777886135",
"uncertainty": 120
},
"departure": {
"time": "1777886135",
"uncertainty": 120
},
"stopId": "0:LOTINDU2",
"stopSequence": 36
},
{
"arrival": {
"time": "1777886200",
"uncertainty": 120
},
"departure": {
"time": "1777886200",
"uncertainty": 120
},
"stopId": "0:ROTONDE2",
"stopSequence": 37
},
{
"arrival": {
"time": "1777886224",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 38
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11852785"
},
"vehicle": {
"id": "2429",
"label": "2429"
}
}
},
{
"id": "1852786",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777884000",
"uncertainty": 120
},
"stopId": "0:OEILLET1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777884047",
"uncertainty": 120
},
"departure": {
"time": "1777884047",
"uncertainty": 120
},
"stopId": "0:PIVOINE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777884105",
"uncertainty": 120
},
"departure": {
"time": "1777884121",
"uncertainty": 120
},
"stopId": "0:JACINTH1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777884181",
"uncertainty": 120
},
"departure": {
"time": "1777884181",
"uncertainty": 120
},
"stopId": "0:LORIENT1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777884230",
"uncertainty": 120
},
"departure": {
"time": "1777884241",
"uncertainty": 120
},
"stopId": "0:FOUGERE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777884294",
"uncertainty": 120
},
"departure": {
"time": "1777884301",
"uncertainty": 120
},
"stopId": "0:GENIVAU1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777884421",
"uncertainty": 120
},
"departure": {
"time": "1777884421",
"uncertainty": 120
},
"stopId": "0:MAUJEAN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777884494",
"uncertainty": 120
},
"departure": {
"time": "1777884511",
"uncertainty": 120
},
"stopId": "0:METMAN1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777884547",
"uncertainty": 120
},
"departure": {
"time": "1777884547",
"uncertainty": 120
},
"stopId": "0:PTSOEUR1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777884608",
"uncertainty": 120
},
"departure": {
"time": "1777884632",
"uncertainty": 120
},
"stopId": "0:JURA1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777884751",
"uncertainty": 120
},
"departure": {
"time": "1777884751",
"uncertainty": 120
},
"stopId": "0:STOXEY1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777884816",
"uncertainty": 120
},
"departure": {
"time": "1777884841",
"uncertainty": 120
},
"stopId": "0:ALSLORR1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777884878",
"uncertainty": 120
},
"departure": {
"time": "1777884901",
"uncertainty": 120
},
"stopId": "0:BERNE1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777884961",
"uncertainty": 120
},
"departure": {
"time": "1777884961",
"uncertainty": 120
},
"stopId": "0:ARTILLE1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777885004",
"uncertainty": 120
},
"departure": {
"time": "1777885021",
"uncertainty": 120
},
"stopId": "0:RAPLEVY1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777885081",
"uncertainty": 120
},
"departure": {
"time": "1777885081",
"uncertainty": 120
},
"stopId": "0:JUIN1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777885291",
"uncertainty": 120
},
"departure": {
"time": "1777885291",
"uncertainty": 120
},
"stopId": "0:TANNEUR1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777885351",
"uncertainty": 120
},
"departure": {
"time": "1777885351",
"uncertainty": 120
},
"stopId": "0:PARAIGE1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777885471",
"uncertainty": 120
},
"departure": {
"time": "1777885471",
"uncertainty": 120
},
"stopId": "0:MAZELLE1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777885637",
"uncertainty": 120
},
"departure": {
"time": "1777885637",
"uncertainty": 120
},
"stopId": "0:GARCE",
"stopSequence": 20
},
{
"arrival": {
"time": "1777885668",
"uncertainty": 120
},
"departure": {
"time": "1777885668",
"uncertainty": 120
},
"stopId": "0:STNICOL4",
"stopSequence": 21
},
{
"arrival": {
"time": "1777885849",
"uncertainty": 120
},
"departure": {
"time": "1777885849",
"uncertainty": 120
},
"stopId": "0:REPPS",
"stopSequence": 22
},
{
"arrival": {
"time": "1777885932",
"uncertainty": 120
},
"departure": {
"time": "1777885932",
"uncertainty": 120
},
"stopId": "0:ROI04",
"stopSequence": 23
},
{
"arrival": {
"time": "1777886073",
"uncertainty": 120
},
"departure": {
"time": "1777886073",
"uncertainty": 120
},
"stopId": "0:BONSEC2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777886168",
"uncertainty": 120
},
"departure": {
"time": "1777886168",
"uncertainty": 120
},
"stopId": "0:GENIE2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777886200",
"uncertainty": 120
},
"departure": {
"time": "1777886200",
"uncertainty": 120
},
"stopId": "0:BOTANIQ2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777886262",
"uncertainty": 120
},
"departure": {
"time": "1777886262",
"uncertainty": 120
},
"stopId": "0:EUROPAC2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777886325",
"uncertainty": 120
},
"departure": {
"time": "1777886325",
"uncertainty": 120
},
"stopId": "0:NATION2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777886434",
"uncertainty": 120
},
"departure": {
"time": "1777886434",
"uncertainty": 120
},
"stopId": "0:LITALDU2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777886501",
"uncertainty": 120
},
"departure": {
"time": "1777886501",
"uncertainty": 120
},
"stopId": "0:SVICTOR2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777886534",
"uncertainty": 120
},
"departure": {
"time": "1777886534",
"uncertainty": 120
},
"stopId": "0:STQUENT2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777886619",
"uncertainty": 120
},
"departure": {
"time": "1777886619",
"uncertainty": 120
},
"stopId": "0:TOURAIN2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777886647",
"uncertainty": 120
},
"departure": {
"time": "1777886647",
"uncertainty": 120
},
"stopId": "0:ALGER2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777886672",
"uncertainty": 120
},
"departure": {
"time": "1777886672",
"uncertainty": 120
},
"stopId": "0:VOSGES2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777886736",
"uncertainty": 120
},
"departure": {
"time": "1777886736",
"uncertainty": 120
},
"stopId": "0:CITSNCF2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777886749",
"uncertainty": 120
},
"departure": {
"time": "1777886749",
"uncertainty": 120
},
"stopId": "0:LOTINDU2",
"stopSequence": 36
},
{
"arrival": {
"time": "1777886835",
"uncertainty": 120
},
"departure": {
"time": "1777886835",
"uncertainty": 120
},
"stopId": "0:ROTONDE2",
"stopSequence": 37
},
{
"arrival": {
"time": "1777886861",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 38
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11852786"
},
"vehicle": {
"id": "1832",
"label": "1832"
}
}
},
{
"id": "1852787",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777884600",
"uncertainty": 120
},
"stopId": "0:OEILLET1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777884653",
"uncertainty": 120
},
"departure": {
"time": "1777884653",
"uncertainty": 120
},
"stopId": "0:PIVOINE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777884690",
"uncertainty": 120
},
"departure": {
"time": "1777884690",
"uncertainty": 120
},
"stopId": "0:JACINTH1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777884775",
"uncertainty": 120
},
"departure": {
"time": "1777884780",
"uncertainty": 120
},
"stopId": "0:LORIENT1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777884844",
"uncertainty": 120
},
"departure": {
"time": "1777884844",
"uncertainty": 120
},
"stopId": "0:FOUGERE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777884900",
"uncertainty": 120
},
"departure": {
"time": "1777884900",
"uncertainty": 120
},
"stopId": "0:GENIVAU1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777884998",
"uncertainty": 120
},
"departure": {
"time": "1777885020",
"uncertainty": 120
},
"stopId": "0:MAUJEAN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777885079",
"uncertainty": 120
},
"departure": {
"time": "1777885079",
"uncertainty": 120
},
"stopId": "0:METMAN1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777885099",
"uncertainty": 120
},
"departure": {
"time": "1777885124",
"uncertainty": 120
},
"stopId": "0:PTSOEUR1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777885160",
"uncertainty": 120
},
"departure": {
"time": "1777885200",
"uncertainty": 120
},
"stopId": "0:JURA1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777885315",
"uncertainty": 120
},
"departure": {
"time": "1777885320",
"uncertainty": 120
},
"stopId": "0:STOXEY1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777885410",
"uncertainty": 120
},
"departure": {
"time": "1777885410",
"uncertainty": 120
},
"stopId": "0:ALSLORR1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777885470",
"uncertainty": 120
},
"departure": {
"time": "1777885470",
"uncertainty": 120
},
"stopId": "0:BERNE1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777885531",
"uncertainty": 120
},
"departure": {
"time": "1777885531",
"uncertainty": 120
},
"stopId": "0:ARTILLE1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777885576",
"uncertainty": 120
},
"departure": {
"time": "1777885576",
"uncertainty": 120
},
"stopId": "0:RAPLEVY1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777885635",
"uncertainty": 120
},
"departure": {
"time": "1777885635",
"uncertainty": 120
},
"stopId": "0:JUIN1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777885843",
"uncertainty": 120
},
"departure": {
"time": "1777885843",
"uncertainty": 120
},
"stopId": "0:TANNEUR1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777885906",
"uncertainty": 120
},
"departure": {
"time": "1777885906",
"uncertainty": 120
},
"stopId": "0:PARAIGE1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777886016",
"uncertainty": 120
},
"departure": {
"time": "1777886016",
"uncertainty": 120
},
"stopId": "0:MAZELLE1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777886184",
"uncertainty": 120
},
"departure": {
"time": "1777886184",
"uncertainty": 120
},
"stopId": "0:GARCE",
"stopSequence": 20
},
{
"arrival": {
"time": "1777886215",
"uncertainty": 120
},
"departure": {
"time": "1777886215",
"uncertainty": 120
},
"stopId": "0:STNICOL4",
"stopSequence": 21
},
{
"arrival": {
"time": "1777886396",
"uncertainty": 120
},
"departure": {
"time": "1777886396",
"uncertainty": 120
},
"stopId": "0:REPPS",
"stopSequence": 22
},
{
"arrival": {
"time": "1777886480",
"uncertainty": 120
},
"departure": {
"time": "1777886480",
"uncertainty": 120
},
"stopId": "0:ROI04",
"stopSequence": 23
},
{
"arrival": {
"time": "1777886614",
"uncertainty": 120
},
"departure": {
"time": "1777886614",
"uncertainty": 120
},
"stopId": "0:BONSEC2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777886713",
"uncertainty": 120
},
"departure": {
"time": "1777886713",
"uncertainty": 120
},
"stopId": "0:GENIE2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777886747",
"uncertainty": 120
},
"departure": {
"time": "1777886747",
"uncertainty": 120
},
"stopId": "0:BOTANIQ2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777886811",
"uncertainty": 120
},
"departure": {
"time": "1777886811",
"uncertainty": 120
},
"stopId": "0:EUROPAC2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777886877",
"uncertainty": 120
},
"departure": {
"time": "1777886877",
"uncertainty": 120
},
"stopId": "0:NATION2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777886975",
"uncertainty": 120
},
"departure": {
"time": "1777886975",
"uncertainty": 120
},
"stopId": "0:LITALDU2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777887050",
"uncertainty": 120
},
"departure": {
"time": "1777887050",
"uncertainty": 120
},
"stopId": "0:SVICTOR2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777887109",
"uncertainty": 120
},
"departure": {
"time": "1777887109",
"uncertainty": 120
},
"stopId": "0:STQUENT2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777887176",
"uncertainty": 120
},
"departure": {
"time": "1777887176",
"uncertainty": 120
},
"stopId": "0:TOURAIN2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777887204",
"uncertainty": 120
},
"departure": {
"time": "1777887204",
"uncertainty": 120
},
"stopId": "0:ALGER2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777887229",
"uncertainty": 120
},
"departure": {
"time": "1777887229",
"uncertainty": 120
},
"stopId": "0:VOSGES2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777887307",
"uncertainty": 120
},
"departure": {
"time": "1777887307",
"uncertainty": 120
},
"stopId": "0:CITSNCF2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777887341",
"uncertainty": 120
},
"departure": {
"time": "1777887341",
"uncertainty": 120
},
"stopId": "0:LOTINDU2",
"stopSequence": 36
},
{
"arrival": {
"time": "1777887427",
"uncertainty": 120
},
"departure": {
"time": "1777887427",
"uncertainty": 120
},
"stopId": "0:ROTONDE2",
"stopSequence": 37
},
{
"arrival": {
"time": "1777887469",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 38
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11852787"
},
"vehicle": {
"id": "2436",
"label": "2436"
}
}
},
{
"id": "1855589",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777886700",
"uncertainty": 120
},
"stopId": "0:LUXE",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "106",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855589"
}
}
},
{
"id": "1855664",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777885860",
"uncertainty": 120
},
"stopId": "0:RONC4",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "107",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855664"
}
}
},
{
"id": "1854144",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777887360",
"uncertainty": 120
},
"stopId": "0:HSCHUMA2",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854144"
}
}
},
{
"id": "1854145",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777888560",
"uncertainty": 120
},
"stopId": "0:HSCHUMA2",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854145"
}
}
},
{
"id": "1855805",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777885500",
"uncertainty": 120
},
"stopId": "0:VILLERS1",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "112",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855805"
},
"vehicle": {
"id": "22430",
"label": "22430"
}
}
},
{
"id": "1855806",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777887900",
"uncertainty": 120
},
"stopId": "0:VILLERS1",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 0,
"routeId": "112",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855806"
}
}
},
{
"id": "1854196",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777885800",
"uncertainty": 120
},
"stopId": "0:MIC02",
"stopSequence": 1
},
{
"arrival": {
"time": "1777885883",
"uncertainty": 120
},
"departure": {
"time": "1777885883",
"uncertainty": 120
},
"stopId": "0:COL02",
"stopSequence": 2
},
{
"arrival": {
"time": "1777885943",
"uncertainty": 120
},
"departure": {
"time": "1777885943",
"uncertainty": 120
},
"stopId": "0:CLO02",
"stopSequence": 3
},
{
"arrival": {
"time": "1777886031",
"uncertainty": 120
},
"departure": {
"time": "1777886031",
"uncertainty": 120
},
"stopId": "0:BLE02",
"stopSequence": 4
},
{
"arrival": {
"time": "1777886090",
"uncertainty": 120
},
"departure": {
"time": "1777886090",
"uncertainty": 120
},
"stopId": "0:BOR02",
"stopSequence": 5
},
{
"arrival": {
"time": "1777886172",
"uncertainty": 120
},
"departure": {
"time": "1777886172",
"uncertainty": 120
},
"stopId": "0:PRO02",
"stopSequence": 6
},
{
"arrival": {
"time": "1777886236",
"uncertainty": 120
},
"departure": {
"time": "1777886236",
"uncertainty": 120
},
"stopId": "0:BEL02",
"stopSequence": 7
},
{
"arrival": {
"time": "1777886317",
"uncertainty": 120
},
"departure": {
"time": "1777886317",
"uncertainty": 120
},
"stopId": "0:CIM02",
"stopSequence": 8
},
{
"arrival": {
"time": "1777886395",
"uncertainty": 120
},
"departure": {
"time": "1777886395",
"uncertainty": 120
},
"stopId": "0:ALC02",
"stopSequence": 9
},
{
"arrival": {
"time": "1777886447",
"uncertainty": 120
},
"departure": {
"time": "1777886447",
"uncertainty": 120
},
"stopId": "0:LEG02",
"stopSequence": 10
},
{
"arrival": {
"time": "1777886520",
"uncertainty": 120
},
"departure": {
"time": "1777886520",
"uncertainty": 120
},
"stopId": "0:SEI02",
"stopSequence": 11
},
{
"arrival": {
"time": "1777886583",
"uncertainty": 120
},
"departure": {
"time": "1777886583",
"uncertainty": 120
},
"stopId": "0:POM02",
"stopSequence": 12
},
{
"arrival": {
"time": "1777886669",
"uncertainty": 120
},
"departure": {
"time": "1777886669",
"uncertainty": 120
},
"stopId": "0:GAR02",
"stopSequence": 13
},
{
"arrival": {
"time": "1777886769",
"uncertainty": 120
},
"departure": {
"time": "1777886769",
"uncertainty": 120
},
"stopId": "0:ROI02",
"stopSequence": 14
},
{
"arrival": {
"time": "1777886843",
"uncertainty": 120
},
"departure": {
"time": "1777886843",
"uncertainty": 120
},
"stopId": "0:REP02",
"stopSequence": 15
},
{
"arrival": {
"time": "1777887026",
"uncertainty": 120
},
"departure": {
"time": "1777887026",
"uncertainty": 120
},
"stopId": "0:LUX02",
"stopSequence": 16
},
{
"arrival": {
"time": "1777887088",
"uncertainty": 120
},
"departure": {
"time": "1777887088",
"uncertainty": 120
},
"stopId": "0:VIN02",
"stopSequence": 17
},
{
"arrival": {
"time": "1777887165",
"uncertainty": 120
},
"departure": {
"time": "1777887165",
"uncertainty": 120
},
"stopId": "0:PON02",
"stopSequence": 18
},
{
"arrival": {
"time": "1777887247",
"uncertainty": 120
},
"departure": {
"time": "1777887247",
"uncertainty": 120
},
"stopId": "0:ROC02",
"stopSequence": 19
},
{
"arrival": {
"time": "1777887347",
"uncertainty": 120
},
"departure": {
"time": "1777887347",
"uncertainty": 120
},
"stopId": "0:BER02",
"stopSequence": 20
},
{
"arrival": {
"time": "1777887402",
"uncertainty": 120
},
"departure": {
"time": "1777887402",
"uncertainty": 120
},
"stopId": "0:CAS02",
"stopSequence": 21
},
{
"arrival": {
"time": "1777887547",
"uncertainty": 120
},
"departure": {
"time": "1777887547",
"uncertainty": 120
},
"stopId": "0:JOB02",
"stopSequence": 22
},
{
"arrival": {
"time": "1777887666",
"uncertainty": 120
},
"departure": {
"time": "1777887666",
"uncertainty": 120
},
"stopId": "0:ROU02",
"stopSequence": 23
},
{
"arrival": {
"time": "1777887774",
"uncertainty": 120
},
"departure": {
"time": "1777887774",
"uncertainty": 120
},
"stopId": "0:CHA02",
"stopSequence": 24
},
{
"arrival": {
"time": "1777887875",
"uncertainty": 120
},
"departure": {
"time": "1777887875",
"uncertainty": 120
},
"stopId": "0:FON02",
"stopSequence": 25
},
{
"arrival": {
"time": "1777887907",
"uncertainty": 120
},
"stopId": "0:WOI02",
"stopSequence": 26
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854196"
}
}
},
{
"id": "1854197",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777887000",
"uncertainty": 120
},
"stopId": "0:MIC02",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854197"
}
}
},
{
"id": "1854198",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777888200",
"uncertainty": 120
},
"stopId": "0:MIC02",
"stopSequence": 1
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854198"
}
}
},
{
"id": "1854194",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777883431",
"uncertainty": 120
},
"stopId": "0:MIC02",
"stopSequence": 1
},
{
"arrival": {
"time": "1777883511",
"uncertainty": 120
},
"departure": {
"time": "1777883521",
"uncertainty": 120
},
"stopId": "0:COL02",
"stopSequence": 2
},
{
"arrival": {
"time": "1777883581",
"uncertainty": 120
},
"departure": {
"time": "1777883581",
"uncertainty": 120
},
"stopId": "0:CLO02",
"stopSequence": 3
},
{
"arrival": {
"time": "1777883661",
"uncertainty": 120
},
"departure": {
"time": "1777883671",
"uncertainty": 120
},
"stopId": "0:BLE02",
"stopSequence": 4
},
{
"arrival": {
"time": "1777883741",
"uncertainty": 120
},
"departure": {
"time": "1777883741",
"uncertainty": 120
},
"stopId": "0:BOR02",
"stopSequence": 5
},
{
"arrival": {
"time": "1777883821",
"uncertainty": 120
},
"departure": {
"time": "1777883821",
"uncertainty": 120
},
"stopId": "0:PRO02",
"stopSequence": 6
},
{
"arrival": {
"time": "1777883905",
"uncertainty": 120
},
"departure": {
"time": "1777883911",
"uncertainty": 120
},
"stopId": "0:BEL02",
"stopSequence": 7
},
{
"arrival": {
"time": "1777883989",
"uncertainty": 120
},
"departure": {
"time": "1777884001",
"uncertainty": 120
},
"stopId": "0:CIM02",
"stopSequence": 8
},
{
"arrival": {
"time": "1777884083",
"uncertainty": 120
},
"departure": {
"time": "1777884091",
"uncertainty": 120
},
"stopId": "0:ALC02",
"stopSequence": 9
},
{
"arrival": {
"time": "1777884147",
"uncertainty": 120
},
"departure": {
"time": "1777884151",
"uncertainty": 120
},
"stopId": "0:LEG02",
"stopSequence": 10
},
{
"arrival": {
"time": "1777884235",
"uncertainty": 120
},
"departure": {
"time": "1777884241",
"uncertainty": 120
},
"stopId": "0:SEI02",
"stopSequence": 11
},
{
"arrival": {
"time": "1777884322",
"uncertainty": 120
},
"departure": {
"time": "1777884331",
"uncertainty": 120
},
"stopId": "0:POM02",
"stopSequence": 12
},
{
"arrival": {
"time": "1777884421",
"uncertainty": 120
},
"departure": {
"time": "1777884451",
"uncertainty": 120
},
"stopId": "0:GAR02",
"stopSequence": 13
},
{
"arrival": {
"time": "1777884556",
"uncertainty": 120
},
"departure": {
"time": "1777884571",
"uncertainty": 120
},
"stopId": "0:ROI02",
"stopSequence": 14
},
{
"arrival": {
"time": "1777884661",
"uncertainty": 120
},
"departure": {
"time": "1777884721",
"uncertainty": 120
},
"stopId": "0:REP02",
"stopSequence": 15
},
{
"arrival": {
"time": "1777884901",
"uncertainty": 120
},
"departure": {
"time": "1777884901",
"uncertainty": 120
},
"stopId": "0:LUX02",
"stopSequence": 16
},
{
"arrival": {
"time": "1777884977",
"uncertainty": 120
},
"departure": {
"time": "1777884991",
"uncertainty": 120
},
"stopId": "0:VIN02",
"stopSequence": 17
},
{
"arrival": {
"time": "1777885061",
"uncertainty": 120
},
"departure": {
"time": "1777885172",
"uncertainty": 120
},
"stopId": "0:PON02",
"stopSequence": 18
},
{
"arrival": {
"time": "1777885254",
"uncertainty": 120
},
"departure": {
"time": "1777885261",
"uncertainty": 120
},
"stopId": "0:ROC02",
"stopSequence": 19
},
{
"arrival": {
"time": "1777885363",
"uncertainty": 120
},
"departure": {
"time": "1777885382",
"uncertainty": 120
},
"stopId": "0:BER02",
"stopSequence": 20
},
{
"arrival": {
"time": "1777885441",
"uncertainty": 120
},
"departure": {
"time": "1777885441",
"uncertainty": 120
},
"stopId": "0:CAS02",
"stopSequence": 21
},
{
"arrival": {
"time": "1777885580",
"uncertainty": 120
},
"departure": {
"time": "1777885580",
"uncertainty": 120
},
"stopId": "0:JOB02",
"stopSequence": 22
},
{
"arrival": {
"time": "1777885673",
"uncertainty": 120
},
"departure": {
"time": "1777885673",
"uncertainty": 120
},
"stopId": "0:ROU02",
"stopSequence": 23
},
{
"arrival": {
"time": "1777885765",
"uncertainty": 120
},
"departure": {
"time": "1777885765",
"uncertainty": 120
},
"stopId": "0:CHA02",
"stopSequence": 24
},
{
"arrival": {
"time": "1777885849",
"uncertainty": 120
},
"departure": {
"time": "1777885849",
"uncertainty": 120
},
"stopId": "0:FON02",
"stopSequence": 25
},
{
"arrival": {
"time": "1777885879",
"uncertainty": 120
},
"stopId": "0:WOI02",
"stopSequence": 26
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854194"
},
"vehicle": {
"id": "2142",
"label": "2142"
}
}
},
{
"id": "1853217",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777883820",
"uncertainty": 120
},
"stopId": "0:LELAC1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777883890",
"uncertainty": 120
},
"departure": {
"time": "1777883911",
"uncertainty": 120
},
"stopId": "0:FALOGNE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777883958",
"uncertainty": 120
},
"departure": {
"time": "1777883971",
"uncertainty": 120
},
"stopId": "0:LADAME1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777884031",
"uncertainty": 120
},
"departure": {
"time": "1777884031",
"uncertainty": 120
},
"stopId": "0:30JOURS1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777884086",
"uncertainty": 120
},
"departure": {
"time": "1777884086",
"uncertainty": 120
},
"stopId": "0:DOLICHE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777884131",
"uncertainty": 120
},
"departure": {
"time": "1777884131",
"uncertainty": 120
},
"stopId": "0:CUVION1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777884181",
"uncertainty": 120
},
"departure": {
"time": "1777884181",
"uncertainty": 120
},
"stopId": "0:PASSOTE1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777884300",
"uncertainty": 120
},
"departure": {
"time": "1777884331",
"uncertainty": 120
},
"stopId": "0:GDECOLE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777884474",
"uncertainty": 120
},
"departure": {
"time": "1777884474",
"uncertainty": 120
},
"stopId": "0:GRIGY1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777884623",
"uncertainty": 120
},
"departure": {
"time": "1777884631",
"uncertainty": 120
},
"stopId": "0:PEUPLIE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777884713",
"uncertainty": 120
},
"departure": {
"time": "1777884721",
"uncertainty": 120
},
"stopId": "0:OBERL668",
"stopSequence": 11
},
{
"arrival": {
"time": "1777884805",
"uncertainty": 120
},
"departure": {
"time": "1777884811",
"uncertainty": 120
},
"stopId": "0:CLAUDEL1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777884884",
"uncertainty": 120
},
"departure": {
"time": "1777884884",
"uncertainty": 120
},
"stopId": "0:GOUSSEL1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777884902",
"uncertainty": 120
},
"departure": {
"time": "1777884902",
"uncertainty": 120
},
"stopId": "0:HESTAUX1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777884954",
"uncertainty": 120
},
"departure": {
"time": "1777884961",
"uncertainty": 120
},
"stopId": "0:DUCROCQ1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777885015",
"uncertainty": 120
},
"departure": {
"time": "1777885021",
"uncertainty": 120
},
"stopId": "0:COLLIGN1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777885036",
"uncertainty": 120
},
"departure": {
"time": "1777885036",
"uncertainty": 120
},
"stopId": "0:HERMITE1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777885081",
"uncertainty": 120
},
"departure": {
"time": "1777885081",
"uncertainty": 120
},
"stopId": "0:FRIANT1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777885146",
"uncertainty": 120
},
"departure": {
"time": "1777885171",
"uncertainty": 120
},
"stopId": "0:SEILLE1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777885441",
"uncertainty": 120
},
"departure": {
"time": "1777885471",
"uncertainty": 120
},
"stopId": "0:GARCE",
"stopSequence": 20
},
{
"arrival": {
"time": "1777885503",
"uncertainty": 120
},
"departure": {
"time": "1777885503",
"uncertainty": 120
},
"stopId": "0:STNICOL4",
"stopSequence": 21
},
{
"arrival": {
"time": "1777885659",
"uncertainty": 120
},
"departure": {
"time": "1777885659",
"uncertainty": 120
},
"stopId": "0:REPBW",
"stopSequence": 22
},
{
"arrival": {
"time": "1777885838",
"uncertainty": 120
},
"departure": {
"time": "1777885838",
"uncertainty": 120
},
"stopId": "0:LUXS",
"stopSequence": 23
},
{
"arrival": {
"time": "1777885931",
"uncertainty": 120
},
"departure": {
"time": "1777885931",
"uncertainty": 120
},
"stopId": "0:FMOSELL2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777886025",
"uncertainty": 120
},
"departure": {
"time": "1777886025",
"uncertainty": 120
},
"stopId": "0:TIGNO395",
"stopSequence": 25
},
{
"arrival": {
"time": "1777886066",
"uncertainty": 120
},
"departure": {
"time": "1777886066",
"uncertainty": 120
},
"stopId": "0:COLIBRI2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777886095",
"uncertainty": 120
},
"departure": {
"time": "1777886095",
"uncertainty": 120
},
"stopId": "0:LEMOYNE2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777886122",
"uncertainty": 120
},
"departure": {
"time": "1777886122",
"uncertainty": 120
},
"stopId": "0:NJUNG2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777886168",
"uncertainty": 120
},
"departure": {
"time": "1777886168",
"uncertainty": 120
},
"stopId": "0:BUCHOZ2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777886259",
"uncertainty": 120
},
"departure": {
"time": "1777886259",
"uncertainty": 120
},
"stopId": "0:BUTTE2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777886288",
"uncertainty": 120
},
"departure": {
"time": "1777886288",
"uncertainty": 120
},
"stopId": "0:MIRABEL2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777886329",
"uncertainty": 120
},
"departure": {
"time": "1777886329",
"uncertainty": 120
},
"stopId": "0:VIGNES2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777886470",
"uncertainty": 120
},
"stopId": "0:FELIX420",
"stopSequence": 33
}
],
"timestamp": "1777885489",
"trip": {
"directionId": 1,
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853217"
},
"vehicle": {
"id": "2151",
"label": "2151"
}
}
}
],
"header": {
"gtfsRealtimeVersion": "2.0",
"timestamp": "1777885489"
}
}