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 à 12h37 Europe/Paris.
trip_updates (266) 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 à 12h37 Europe/Paris. Vous pouvez consulter la documentation GTFS-RT.
{
"entity": [
{
"id": "1855832",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777891440",
"uncertainty": 120
},
"stopId": "0:GDECOLE2",
"stopSequence": 1
},
{
"arrival": {
"time": "1777891596",
"uncertainty": 120
},
"departure": {
"time": "1777891596",
"uncertainty": 120
},
"stopId": "0:PASSOTE2",
"stopSequence": 2
},
{
"arrival": {
"time": "1777891636",
"uncertainty": 120
},
"departure": {
"time": "1777891636",
"uncertainty": 120
},
"stopId": "0:CUVION2",
"stopSequence": 3
},
{
"arrival": {
"time": "1777891709",
"uncertainty": 120
},
"departure": {
"time": "1777891709",
"uncertainty": 120
},
"stopId": "0:DOLICHE2",
"stopSequence": 4
},
{
"arrival": {
"time": "1777891920",
"uncertainty": 120
},
"departure": {
"time": "1777891920",
"uncertainty": 120
},
"stopId": "0:VECRIN2",
"stopSequence": 5
},
{
"arrival": {
"time": "1777891955",
"uncertainty": 120
},
"departure": {
"time": "1777891955",
"uncertainty": 120
},
"stopId": "0:ARSLAQU2",
"stopSequence": 6
},
{
"arrival": {
"time": "1777892015",
"uncertainty": 120
},
"departure": {
"time": "1777892015",
"uncertainty": 120
},
"stopId": "0:AUBIGNY1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777892069",
"uncertainty": 120
},
"departure": {
"time": "1777892069",
"uncertainty": 120
},
"stopId": "0:CHEVROT2",
"stopSequence": 8
},
{
"arrival": {
"time": "1777892321",
"uncertainty": 120
},
"departure": {
"time": "1777892321",
"uncertainty": 120
},
"stopId": "0:PRENET2",
"stopSequence": 9
},
{
"arrival": {
"time": "1777892375",
"uncertainty": 120
},
"departure": {
"time": "1777892375",
"uncertainty": 120
},
"stopId": "0:LAQUENY2",
"stopSequence": 10
},
{
"arrival": {
"time": "1777892435",
"uncertainty": 120
},
"stopId": "0:VILLERS2",
"stopSequence": 11
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "112",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855832"
}
}
},
{
"id": "1855833",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777894080",
"uncertainty": 120
},
"stopId": "0:GDECOLE2",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "112",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855833"
}
}
},
{
"id": "1853268",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777894380",
"uncertainty": 120
},
"stopId": "0:FELIX420",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853268"
}
}
},
{
"id": "1853265",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777888980",
"uncertainty": 120
},
"stopId": "0:FELIX420",
"stopSequence": 1
},
{
"arrival": {
"time": "1777889072",
"uncertainty": 120
},
"departure": {
"time": "1777889072",
"uncertainty": 120
},
"stopId": "0:VIGNES1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777889102",
"uncertainty": 120
},
"departure": {
"time": "1777889102",
"uncertainty": 120
},
"stopId": "0:MIRABEL1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777889149",
"uncertainty": 120
},
"departure": {
"time": "1777889149",
"uncertainty": 120
},
"stopId": "0:BUTTE1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777889179",
"uncertainty": 120
},
"departure": {
"time": "1777889192",
"uncertainty": 120
},
"stopId": "0:BUCHOZ1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777889252",
"uncertainty": 120
},
"departure": {
"time": "1777889252",
"uncertainty": 120
},
"stopId": "0:NJUNG1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777889305",
"uncertainty": 120
},
"departure": {
"time": "1777889312",
"uncertainty": 120
},
"stopId": "0:LEMOYNE1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777889343",
"uncertainty": 120
},
"departure": {
"time": "1777889343",
"uncertainty": 120
},
"stopId": "0:COLIBRI1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777889372",
"uncertainty": 120
},
"departure": {
"time": "1777889372",
"uncertainty": 120
},
"stopId": "0:TIGNO414",
"stopSequence": 9
},
{
"arrival": {
"time": "1777889509",
"uncertainty": 120
},
"departure": {
"time": "1777889552",
"uncertainty": 120
},
"stopId": "0:FMOSELL1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777889604",
"uncertainty": 120
},
"departure": {
"time": "1777889642",
"uncertainty": 120
},
"stopId": "0:LUXE",
"stopSequence": 11
},
{
"arrival": {
"time": "1777889883",
"uncertainty": 120
},
"departure": {
"time": "1777890244",
"uncertainty": 120
},
"stopId": "0:REPPW",
"stopSequence": 12
},
{
"arrival": {
"time": "1777890334",
"uncertainty": 120
},
"departure": {
"time": "1777890334",
"uncertainty": 120
},
"stopId": "0:STNICOL3",
"stopSequence": 13
},
{
"arrival": {
"time": "1777890394",
"uncertainty": 120
},
"departure": {
"time": "1777890455",
"uncertainty": 120
},
"stopId": "0:GARCS",
"stopSequence": 14
},
{
"arrival": {
"time": "1777890599",
"uncertainty": 120
},
"departure": {
"time": "1777890604",
"uncertainty": 120
},
"stopId": "0:SEILLE2",
"stopSequence": 15
},
{
"arrival": {
"time": "1777890677",
"uncertainty": 120
},
"departure": {
"time": "1777890677",
"uncertainty": 120
},
"stopId": "0:FRIANT2",
"stopSequence": 16
},
{
"arrival": {
"time": "1777890710",
"uncertainty": 120
},
"departure": {
"time": "1777890710",
"uncertainty": 120
},
"stopId": "0:HERMITE2",
"stopSequence": 17
},
{
"arrival": {
"time": "1777890724",
"uncertainty": 120
},
"departure": {
"time": "1777890724",
"uncertainty": 120
},
"stopId": "0:COLLIGN2",
"stopSequence": 18
},
{
"arrival": {
"time": "1777890793",
"uncertainty": 120
},
"departure": {
"time": "1777890814",
"uncertainty": 120
},
"stopId": "0:DUCROCQ2",
"stopSequence": 19
},
{
"arrival": {
"time": "1777890874",
"uncertainty": 120
},
"departure": {
"time": "1777890874",
"uncertainty": 120
},
"stopId": "0:HESTAUX2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777890934",
"uncertainty": 120
},
"departure": {
"time": "1777890934",
"uncertainty": 120
},
"stopId": "0:GOUSSEL2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777890953",
"uncertainty": 120
},
"departure": {
"time": "1777890964",
"uncertainty": 120
},
"stopId": "0:CLAUDEL2",
"stopSequence": 22
},
{
"arrival": {
"time": "1777891033",
"uncertainty": 120
},
"departure": {
"time": "1777891033",
"uncertainty": 120
},
"stopId": "0:OBERL653",
"stopSequence": 23
},
{
"arrival": {
"time": "1777891161",
"uncertainty": 120
},
"departure": {
"time": "1777891161",
"uncertainty": 120
},
"stopId": "0:PEUPLIE2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777891293",
"uncertainty": 120
},
"departure": {
"time": "1777891293",
"uncertainty": 120
},
"stopId": "0:GRIGY2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777891450",
"uncertainty": 120
},
"departure": {
"time": "1777891450",
"uncertainty": 120
},
"stopId": "0:GDECOLE2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777891574",
"uncertainty": 120
},
"departure": {
"time": "1777891574",
"uncertainty": 120
},
"stopId": "0:PASSOTE2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777891624",
"uncertainty": 120
},
"departure": {
"time": "1777891624",
"uncertainty": 120
},
"stopId": "0:CUVION2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777891699",
"uncertainty": 120
},
"departure": {
"time": "1777891699",
"uncertainty": 120
},
"stopId": "0:DOLICHE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777891727",
"uncertainty": 120
},
"departure": {
"time": "1777891727",
"uncertainty": 120
},
"stopId": "0:30JOURS2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777891765",
"uncertainty": 120
},
"departure": {
"time": "1777891765",
"uncertainty": 120
},
"stopId": "0:LADAME2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777891826",
"uncertainty": 120
},
"departure": {
"time": "1777891826",
"uncertainty": 120
},
"stopId": "0:FALOGNE2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777891885",
"uncertainty": 120
},
"stopId": "0:LELAC1",
"stopSequence": 33
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853265"
},
"vehicle": {
"id": "1352",
"label": "1352"
}
}
},
{
"id": "1853266",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777890840",
"uncertainty": 120
},
"stopId": "0:FELIX420",
"stopSequence": 1
},
{
"arrival": {
"time": "1777890969",
"uncertainty": 120
},
"departure": {
"time": "1777890992",
"uncertainty": 120
},
"stopId": "0:VIGNES1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777891034",
"uncertainty": 120
},
"departure": {
"time": "1777891034",
"uncertainty": 120
},
"stopId": "0:MIRABEL1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777891085",
"uncertainty": 120
},
"departure": {
"time": "1777891085",
"uncertainty": 120
},
"stopId": "0:BUTTE1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777891152",
"uncertainty": 120
},
"departure": {
"time": "1777891152",
"uncertainty": 120
},
"stopId": "0:BUCHOZ1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777891203",
"uncertainty": 120
},
"departure": {
"time": "1777891203",
"uncertainty": 120
},
"stopId": "0:NJUNG1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777891248",
"uncertainty": 120
},
"departure": {
"time": "1777891248",
"uncertainty": 120
},
"stopId": "0:LEMOYNE1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777891280",
"uncertainty": 120
},
"departure": {
"time": "1777891280",
"uncertainty": 120
},
"stopId": "0:COLIBRI1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777891306",
"uncertainty": 120
},
"departure": {
"time": "1777891306",
"uncertainty": 120
},
"stopId": "0:TIGNO414",
"stopSequence": 9
},
{
"arrival": {
"time": "1777891486",
"uncertainty": 120
},
"departure": {
"time": "1777891486",
"uncertainty": 120
},
"stopId": "0:FMOSELL1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777891559",
"uncertainty": 120
},
"departure": {
"time": "1777891559",
"uncertainty": 120
},
"stopId": "0:LUXE",
"stopSequence": 11
},
{
"arrival": {
"time": "1777891801",
"uncertainty": 120
},
"departure": {
"time": "1777891801",
"uncertainty": 120
},
"stopId": "0:REPPW",
"stopSequence": 12
},
{
"arrival": {
"time": "1777891915",
"uncertainty": 120
},
"departure": {
"time": "1777891915",
"uncertainty": 120
},
"stopId": "0:STNICOL3",
"stopSequence": 13
},
{
"arrival": {
"time": "1777891958",
"uncertainty": 120
},
"departure": {
"time": "1777891958",
"uncertainty": 120
},
"stopId": "0:GARCS",
"stopSequence": 14
},
{
"arrival": {
"time": "1777892135",
"uncertainty": 120
},
"departure": {
"time": "1777892135",
"uncertainty": 120
},
"stopId": "0:SEILLE2",
"stopSequence": 15
},
{
"arrival": {
"time": "1777892209",
"uncertainty": 120
},
"departure": {
"time": "1777892209",
"uncertainty": 120
},
"stopId": "0:FRIANT2",
"stopSequence": 16
},
{
"arrival": {
"time": "1777892262",
"uncertainty": 120
},
"departure": {
"time": "1777892262",
"uncertainty": 120
},
"stopId": "0:HERMITE2",
"stopSequence": 17
},
{
"arrival": {
"time": "1777892280",
"uncertainty": 120
},
"departure": {
"time": "1777892280",
"uncertainty": 120
},
"stopId": "0:COLLIGN2",
"stopSequence": 18
},
{
"arrival": {
"time": "1777892348",
"uncertainty": 120
},
"departure": {
"time": "1777892348",
"uncertainty": 120
},
"stopId": "0:DUCROCQ2",
"stopSequence": 19
},
{
"arrival": {
"time": "1777892407",
"uncertainty": 120
},
"departure": {
"time": "1777892407",
"uncertainty": 120
},
"stopId": "0:HESTAUX2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777892466",
"uncertainty": 120
},
"departure": {
"time": "1777892466",
"uncertainty": 120
},
"stopId": "0:GOUSSEL2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777892490",
"uncertainty": 120
},
"departure": {
"time": "1777892490",
"uncertainty": 120
},
"stopId": "0:CLAUDEL2",
"stopSequence": 22
},
{
"arrival": {
"time": "1777892563",
"uncertainty": 120
},
"departure": {
"time": "1777892563",
"uncertainty": 120
},
"stopId": "0:OBERL653",
"stopSequence": 23
},
{
"arrival": {
"time": "1777892687",
"uncertainty": 120
},
"departure": {
"time": "1777892687",
"uncertainty": 120
},
"stopId": "0:PEUPLIE2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777892866",
"uncertainty": 120
},
"departure": {
"time": "1777892866",
"uncertainty": 120
},
"stopId": "0:GRIGY2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777892987",
"uncertainty": 120
},
"departure": {
"time": "1777892987",
"uncertainty": 120
},
"stopId": "0:GDECOLE2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777893143",
"uncertainty": 120
},
"departure": {
"time": "1777893143",
"uncertainty": 120
},
"stopId": "0:PASSOTE2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777893178",
"uncertainty": 120
},
"departure": {
"time": "1777893178",
"uncertainty": 120
},
"stopId": "0:CUVION2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777893241",
"uncertainty": 120
},
"departure": {
"time": "1777893241",
"uncertainty": 120
},
"stopId": "0:DOLICHE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777893282",
"uncertainty": 120
},
"departure": {
"time": "1777893282",
"uncertainty": 120
},
"stopId": "0:30JOURS2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777893332",
"uncertainty": 120
},
"departure": {
"time": "1777893332",
"uncertainty": 120
},
"stopId": "0:LADAME2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777893401",
"uncertainty": 120
},
"departure": {
"time": "1777893401",
"uncertainty": 120
},
"stopId": "0:FALOGNE2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777893452",
"uncertainty": 120
},
"stopId": "0:LELAC1",
"stopSequence": 33
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853266"
},
"vehicle": {
"id": "2149",
"label": "2149"
}
}
},
{
"id": "1853267",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777892580",
"uncertainty": 120
},
"stopId": "0:FELIX420",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853267"
}
}
},
{
"id": "1855808",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777892700",
"uncertainty": 120
},
"stopId": "0:VILLERS1",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "112",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855808"
}
}
},
{
"id": "1853308",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777888320",
"uncertainty": 120
},
"stopId": "0:LELAC1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777888399",
"uncertainty": 120
},
"departure": {
"time": "1777888399",
"uncertainty": 120
},
"stopId": "0:FALOGNE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777888457",
"uncertainty": 120
},
"departure": {
"time": "1777888457",
"uncertainty": 120
},
"stopId": "0:LADAME1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777888498",
"uncertainty": 120
},
"departure": {
"time": "1777888500",
"uncertainty": 120
},
"stopId": "0:30JOURS1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777888538",
"uncertainty": 120
},
"departure": {
"time": "1777888538",
"uncertainty": 120
},
"stopId": "0:DOLICHE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777888626",
"uncertainty": 120
},
"departure": {
"time": "1777888626",
"uncertainty": 120
},
"stopId": "0:CUVION1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777888679",
"uncertainty": 120
},
"departure": {
"time": "1777888679",
"uncertainty": 120
},
"stopId": "0:PASSOTE1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777888792",
"uncertainty": 120
},
"departure": {
"time": "1777888800",
"uncertainty": 120
},
"stopId": "0:GDECOLE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777888943",
"uncertainty": 120
},
"departure": {
"time": "1777888950",
"uncertainty": 120
},
"stopId": "0:GRIGY1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777889146",
"uncertainty": 120
},
"departure": {
"time": "1777889160",
"uncertainty": 120
},
"stopId": "0:PEUPLIE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777889268",
"uncertainty": 120
},
"departure": {
"time": "1777889280",
"uncertainty": 120
},
"stopId": "0:OBERL668",
"stopSequence": 11
},
{
"arrival": {
"time": "1777889340",
"uncertainty": 120
},
"departure": {
"time": "1777889340",
"uncertainty": 120
},
"stopId": "0:CLAUDEL1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777889413",
"uncertainty": 120
},
"departure": {
"time": "1777889430",
"uncertainty": 120
},
"stopId": "0:GOUSSEL1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777889469",
"uncertainty": 120
},
"departure": {
"time": "1777889469",
"uncertainty": 120
},
"stopId": "0:HESTAUX1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777889527",
"uncertainty": 120
},
"departure": {
"time": "1777889527",
"uncertainty": 120
},
"stopId": "0:DUCROCQ1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777889606",
"uncertainty": 120
},
"departure": {
"time": "1777889610",
"uncertainty": 120
},
"stopId": "0:COLLIGN1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777889629",
"uncertainty": 120
},
"departure": {
"time": "1777889629",
"uncertainty": 120
},
"stopId": "0:HERMITE1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777889670",
"uncertainty": 120
},
"departure": {
"time": "1777889670",
"uncertainty": 120
},
"stopId": "0:FRIANT1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777889736",
"uncertainty": 120
},
"departure": {
"time": "1777889760",
"uncertainty": 120
},
"stopId": "0:SEILLE1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777890000",
"uncertainty": 120
},
"departure": {
"time": "1777890060",
"uncertainty": 120
},
"stopId": "0:GARCE",
"stopSequence": 20
},
{
"arrival": {
"time": "1777890101",
"uncertainty": 120
},
"departure": {
"time": "1777890101",
"uncertainty": 120
},
"stopId": "0:STNICOL4",
"stopSequence": 21
},
{
"arrival": {
"time": "1777890240",
"uncertainty": 120
},
"departure": {
"time": "1777890270",
"uncertainty": 120
},
"stopId": "0:REPBW",
"stopSequence": 22
},
{
"arrival": {
"time": "1777890475",
"uncertainty": 120
},
"departure": {
"time": "1777890480",
"uncertainty": 120
},
"stopId": "0:LUXS",
"stopSequence": 23
},
{
"arrival": {
"time": "1777890551",
"uncertainty": 120
},
"departure": {
"time": "1777890570",
"uncertainty": 120
},
"stopId": "0:FMOSELL2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777890660",
"uncertainty": 120
},
"departure": {
"time": "1777890660",
"uncertainty": 120
},
"stopId": "0:TIGNO395",
"stopSequence": 25
},
{
"arrival": {
"time": "1777890690",
"uncertainty": 120
},
"departure": {
"time": "1777890720",
"uncertainty": 120
},
"stopId": "0:COLIBRI2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777890775",
"uncertainty": 120
},
"departure": {
"time": "1777890840",
"uncertainty": 120
},
"stopId": "0:LEMOYNE2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777890913",
"uncertainty": 120
},
"departure": {
"time": "1777890930",
"uncertainty": 120
},
"stopId": "0:NJUNG2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777890975",
"uncertainty": 120
},
"departure": {
"time": "1777890990",
"uncertainty": 120
},
"stopId": "0:BUCHOZ2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777891049",
"uncertainty": 120
},
"departure": {
"time": "1777891049",
"uncertainty": 120
},
"stopId": "0:SANSONN2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777891116",
"uncertainty": 120
},
"departure": {
"time": "1777891116",
"uncertainty": 120
},
"stopId": "0:BAUCHEZ2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777891166",
"uncertainty": 120
},
"departure": {
"time": "1777891166",
"uncertainty": 120
},
"stopId": "0:ROUSSEL2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777891216",
"uncertainty": 120
},
"departure": {
"time": "1777891216",
"uncertainty": 120
},
"stopId": "0:CAILLOU2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777891261",
"uncertainty": 120
},
"departure": {
"time": "1777891261",
"uncertainty": 120
},
"stopId": "0:CLETTE2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777891364",
"uncertainty": 120
},
"stopId": "0:PRESJAC1",
"stopSequence": 35
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853308"
},
"vehicle": {
"id": "2147",
"label": "2147"
}
}
},
{
"id": "1853309",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777890060",
"uncertainty": 120
},
"stopId": "0:LELAC1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777890101",
"uncertainty": 120
},
"departure": {
"time": "1777890123",
"uncertainty": 120
},
"stopId": "0:FALOGNE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777890170",
"uncertainty": 120
},
"departure": {
"time": "1777890184",
"uncertainty": 120
},
"stopId": "0:LADAME1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777890244",
"uncertainty": 120
},
"departure": {
"time": "1777890244",
"uncertainty": 120
},
"stopId": "0:30JOURS1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777890274",
"uncertainty": 120
},
"departure": {
"time": "1777890274",
"uncertainty": 120
},
"stopId": "0:DOLICHE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777890319",
"uncertainty": 120
},
"departure": {
"time": "1777890334",
"uncertainty": 120
},
"stopId": "0:CUVION1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777890376",
"uncertainty": 120
},
"departure": {
"time": "1777890376",
"uncertainty": 120
},
"stopId": "0:PASSOTE1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777890494",
"uncertainty": 120
},
"departure": {
"time": "1777890515",
"uncertainty": 120
},
"stopId": "0:GDECOLE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777890636",
"uncertainty": 120
},
"departure": {
"time": "1777890636",
"uncertainty": 120
},
"stopId": "0:GRIGY1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777890808",
"uncertainty": 120
},
"departure": {
"time": "1777890848",
"uncertainty": 120
},
"stopId": "0:PEUPLIE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777890955",
"uncertainty": 120
},
"departure": {
"time": "1777890955",
"uncertainty": 120
},
"stopId": "0:OBERL668",
"stopSequence": 11
},
{
"arrival": {
"time": "1777890999",
"uncertainty": 120
},
"departure": {
"time": "1777890999",
"uncertainty": 120
},
"stopId": "0:CLAUDEL1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777891088",
"uncertainty": 120
},
"departure": {
"time": "1777891088",
"uncertainty": 120
},
"stopId": "0:GOUSSEL1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777891107",
"uncertainty": 120
},
"departure": {
"time": "1777891107",
"uncertainty": 120
},
"stopId": "0:HESTAUX1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777891177",
"uncertainty": 120
},
"departure": {
"time": "1777891177",
"uncertainty": 120
},
"stopId": "0:DUCROCQ1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777891256",
"uncertainty": 120
},
"departure": {
"time": "1777891256",
"uncertainty": 120
},
"stopId": "0:COLLIGN1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777891276",
"uncertainty": 120
},
"departure": {
"time": "1777891276",
"uncertainty": 120
},
"stopId": "0:HERMITE1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777891309",
"uncertainty": 120
},
"departure": {
"time": "1777891309",
"uncertainty": 120
},
"stopId": "0:FRIANT1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777891381",
"uncertainty": 120
},
"departure": {
"time": "1777891381",
"uncertainty": 120
},
"stopId": "0:SEILLE1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777891655",
"uncertainty": 120
},
"departure": {
"time": "1777891655",
"uncertainty": 120
},
"stopId": "0:GARCE",
"stopSequence": 20
},
{
"arrival": {
"time": "1777891686",
"uncertainty": 120
},
"departure": {
"time": "1777891686",
"uncertainty": 120
},
"stopId": "0:STNICOL4",
"stopSequence": 21
},
{
"arrival": {
"time": "1777891839",
"uncertainty": 120
},
"departure": {
"time": "1777891980",
"uncertainty": 120
},
"stopId": "0:REPBW",
"stopSequence": 22
},
{
"arrival": {
"time": "1777892172",
"uncertainty": 120
},
"departure": {
"time": "1777892172",
"uncertainty": 120
},
"stopId": "0:LUXS",
"stopSequence": 23
},
{
"arrival": {
"time": "1777892273",
"uncertainty": 120
},
"departure": {
"time": "1777892273",
"uncertainty": 120
},
"stopId": "0:FMOSELL2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777892374",
"uncertainty": 120
},
"departure": {
"time": "1777892374",
"uncertainty": 120
},
"stopId": "0:TIGNO395",
"stopSequence": 25
},
{
"arrival": {
"time": "1777892412",
"uncertainty": 120
},
"departure": {
"time": "1777892412",
"uncertainty": 120
},
"stopId": "0:COLIBRI2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777892461",
"uncertainty": 120
},
"departure": {
"time": "1777892461",
"uncertainty": 120
},
"stopId": "0:LEMOYNE2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777892533",
"uncertainty": 120
},
"departure": {
"time": "1777892533",
"uncertainty": 120
},
"stopId": "0:NJUNG2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777892583",
"uncertainty": 120
},
"departure": {
"time": "1777892583",
"uncertainty": 120
},
"stopId": "0:BUCHOZ2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777892630",
"uncertainty": 120
},
"departure": {
"time": "1777892630",
"uncertainty": 120
},
"stopId": "0:SANSONN2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777892697",
"uncertainty": 120
},
"departure": {
"time": "1777892697",
"uncertainty": 120
},
"stopId": "0:BAUCHEZ2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777892747",
"uncertainty": 120
},
"departure": {
"time": "1777892747",
"uncertainty": 120
},
"stopId": "0:ROUSSEL2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777892797",
"uncertainty": 120
},
"departure": {
"time": "1777892797",
"uncertainty": 120
},
"stopId": "0:CAILLOU2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777892842",
"uncertainty": 120
},
"departure": {
"time": "1777892842",
"uncertainty": 120
},
"stopId": "0:CLETTE2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777892945",
"uncertainty": 120
},
"stopId": "0:PRESJAC1",
"stopSequence": 35
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853309"
},
"vehicle": {
"id": "851",
"label": "851"
}
}
},
{
"id": "1853310",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777891800",
"uncertainty": 120
},
"stopId": "0:LELAC1",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853310"
}
}
},
{
"id": "1853311",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777893600",
"uncertainty": 120
},
"stopId": "0:LELAC1",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853311"
}
}
},
{
"id": "1976524",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777893780",
"uncertainty": 120
},
"stopId": "0:LEPATIS1",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11976524"
}
}
},
{
"id": "1976525",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777894380",
"uncertainty": 120
},
"stopId": "0:LEPATIS1",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11976525"
}
}
},
{
"id": "1976522",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777892580",
"uncertainty": 120
},
"stopId": "0:LEPATIS1",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11976522"
}
}
},
{
"id": "1854686",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777889311",
"uncertainty": 120
},
"stopId": "0:MAT02",
"stopSequence": 1
},
{
"arrival": {
"time": "1777889383",
"uncertainty": 120
},
"departure": {
"time": "1777889401",
"uncertainty": 120
},
"stopId": "0:MER02",
"stopSequence": 2
},
{
"arrival": {
"time": "1777889533",
"uncertainty": 120
},
"departure": {
"time": "1777889533",
"uncertainty": 120
},
"stopId": "0:EXP02",
"stopSequence": 3
},
{
"arrival": {
"time": "1777889605",
"uncertainty": 120
},
"departure": {
"time": "1777889641",
"uncertainty": 120
},
"stopId": "0:ECO02",
"stopSequence": 4
},
{
"arrival": {
"time": "1777889701",
"uncertainty": 120
},
"departure": {
"time": "1777889701",
"uncertainty": 120
},
"stopId": "0:ART02",
"stopSequence": 5
},
{
"arrival": {
"time": "1777889782",
"uncertainty": 120
},
"departure": {
"time": "1777889822",
"uncertainty": 120
},
"stopId": "0:ARA02",
"stopSequence": 6
},
{
"arrival": {
"time": "1777889892",
"uncertainty": 120
},
"departure": {
"time": "1777889892",
"uncertainty": 120
},
"stopId": "0:GRA02",
"stopSequence": 7
},
{
"arrival": {
"time": "1777889949",
"uncertainty": 120
},
"departure": {
"time": "1777889949",
"uncertainty": 120
},
"stopId": "0:BRG02",
"stopSequence": 8
},
{
"arrival": {
"time": "1777890022",
"uncertainty": 120
},
"departure": {
"time": "1777890033",
"uncertainty": 120
},
"stopId": "0:GUY02",
"stopSequence": 9
},
{
"arrival": {
"time": "1777890087",
"uncertainty": 120
},
"departure": {
"time": "1777890093",
"uncertainty": 120
},
"stopId": "0:PRO02",
"stopSequence": 10
},
{
"arrival": {
"time": "1777890165",
"uncertainty": 120
},
"departure": {
"time": "1777890165",
"uncertainty": 120
},
"stopId": "0:BEL02",
"stopSequence": 11
},
{
"arrival": {
"time": "1777890242",
"uncertainty": 120
},
"departure": {
"time": "1777890243",
"uncertainty": 120
},
"stopId": "0:CIM02",
"stopSequence": 12
},
{
"arrival": {
"time": "1777890315",
"uncertainty": 120
},
"departure": {
"time": "1777890315",
"uncertainty": 120
},
"stopId": "0:ALC02",
"stopSequence": 13
},
{
"arrival": {
"time": "1777890368",
"uncertainty": 120
},
"departure": {
"time": "1777890368",
"uncertainty": 120
},
"stopId": "0:LEG02",
"stopSequence": 14
},
{
"arrival": {
"time": "1777890438",
"uncertainty": 120
},
"departure": {
"time": "1777890453",
"uncertainty": 120
},
"stopId": "0:SEI02",
"stopSequence": 15
},
{
"arrival": {
"time": "1777890504",
"uncertainty": 120
},
"departure": {
"time": "1777890513",
"uncertainty": 120
},
"stopId": "0:POM02",
"stopSequence": 16
},
{
"arrival": {
"time": "1777890574",
"uncertainty": 120
},
"departure": {
"time": "1777890633",
"uncertainty": 120
},
"stopId": "0:GAR02",
"stopSequence": 17
},
{
"arrival": {
"time": "1777890716",
"uncertainty": 120
},
"departure": {
"time": "1777890753",
"uncertainty": 120
},
"stopId": "0:ROI02",
"stopSequence": 18
},
{
"arrival": {
"time": "1777890813",
"uncertainty": 120
},
"departure": {
"time": "1777890843",
"uncertainty": 120
},
"stopId": "0:REP02",
"stopSequence": 19
},
{
"arrival": {
"time": "1777891103",
"uncertainty": 120
},
"departure": {
"time": "1777891103",
"uncertainty": 120
},
"stopId": "0:SAU02",
"stopSequence": 20
},
{
"arrival": {
"time": "1777891164",
"uncertainty": 120
},
"stopId": "0:CTU02",
"stopSequence": 21
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "B",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854686"
},
"vehicle": {
"id": "2143",
"label": "2143"
}
}
},
{
"id": "1976523",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777893180",
"uncertainty": 120
},
"stopId": "0:LEPATIS1",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11976523"
}
}
},
{
"id": "1853340",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777891740",
"uncertainty": 120
},
"stopId": "0:PRESJAC1",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853340"
}
}
},
{
"id": "1976520",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777891380",
"uncertainty": 120
},
"stopId": "0:LEPATIS1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777891458",
"uncertainty": 120
},
"departure": {
"time": "1777891458",
"uncertainty": 120
},
"stopId": "0:JLAURAI1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777891516",
"uncertainty": 120
},
"departure": {
"time": "1777891516",
"uncertainty": 120
},
"stopId": "0:WCHATEA1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777891623",
"uncertainty": 120
},
"departure": {
"time": "1777891623",
"uncertainty": 120
},
"stopId": "0:WOIPHOT1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777891694",
"uncertainty": 120
},
"departure": {
"time": "1777891694",
"uncertainty": 120
},
"stopId": "0:SAULES1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777891774",
"uncertainty": 120
},
"departure": {
"time": "1777891774",
"uncertainty": 120
},
"stopId": "0:ROSEMAR1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777891828",
"uncertainty": 120
},
"departure": {
"time": "1777891828",
"uncertainty": 120
},
"stopId": "0:RUCHER1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777891889",
"uncertainty": 120
},
"departure": {
"time": "1777891889",
"uncertainty": 120
},
"stopId": "0:COUPILL1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777891930",
"uncertainty": 120
},
"departure": {
"time": "1777891930",
"uncertainty": 120
},
"stopId": "0:MORLOT1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777891992",
"uncertainty": 120
},
"departure": {
"time": "1777891992",
"uncertainty": 120
},
"stopId": "0:4BORNES1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777892067",
"uncertainty": 120
},
"departure": {
"time": "1777892067",
"uncertainty": 120
},
"stopId": "0:DAGA1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777892086",
"uncertainty": 120
},
"departure": {
"time": "1777892086",
"uncertainty": 120
},
"stopId": "0:PAQUET1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777892185",
"uncertainty": 120
},
"departure": {
"time": "1777892185",
"uncertainty": 120
},
"stopId": "0:PATROTT1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777892251",
"uncertainty": 120
},
"departure": {
"time": "1777892251",
"uncertainty": 120
},
"stopId": "0:DALES1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777892320",
"uncertainty": 120
},
"departure": {
"time": "1777892320",
"uncertainty": 120
},
"stopId": "0:BERNANO1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777892470",
"uncertainty": 120
},
"departure": {
"time": "1777892470",
"uncertainty": 120
},
"stopId": "0:ROCHAMB1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777892543",
"uncertainty": 120
},
"departure": {
"time": "1777892543",
"uncertainty": 120
},
"stopId": "0:PONTIFF1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777892692",
"uncertainty": 120
},
"departure": {
"time": "1777892692",
"uncertainty": 120
},
"stopId": "0:RIMPORT1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777892771",
"uncertainty": 120
},
"departure": {
"time": "1777892771",
"uncertainty": 120
},
"stopId": "0:STGEORG1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777892872",
"uncertainty": 120
},
"departure": {
"time": "1777892872",
"uncertainty": 120
},
"stopId": "0:PREFECT3",
"stopSequence": 20
},
{
"arrival": {
"time": "1777893081",
"uncertainty": 120
},
"departure": {
"time": "1777893081",
"uncertainty": 120
},
"stopId": "0:LUX03",
"stopSequence": 21
},
{
"arrival": {
"time": "1777893412",
"uncertainty": 120
},
"departure": {
"time": "1777893412",
"uncertainty": 120
},
"stopId": "0:REPPW",
"stopSequence": 22
},
{
"arrival": {
"time": "1777893574",
"uncertainty": 120
},
"departure": {
"time": "1777893574",
"uncertainty": 120
},
"stopId": "0:ROIGE694",
"stopSequence": 23
},
{
"arrival": {
"time": "1777893665",
"uncertainty": 120
},
"departure": {
"time": "1777893665",
"uncertainty": 120
},
"stopId": "0:GARGS",
"stopSequence": 24
},
{
"arrival": {
"time": "1777893758",
"uncertainty": 120
},
"departure": {
"time": "1777893758",
"uncertainty": 120
},
"stopId": "0:LAFAYET2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777893841",
"uncertainty": 120
},
"departure": {
"time": "1777893841",
"uncertainty": 120
},
"stopId": "0:ARENES2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777893914",
"uncertainty": 120
},
"departure": {
"time": "1777893914",
"uncertainty": 120
},
"stopId": "0:BOILVIN2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777893990",
"uncertainty": 120
},
"departure": {
"time": "1777893990",
"uncertainty": 120
},
"stopId": "0:SLIVIER2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777894085",
"uncertainty": 120
},
"departure": {
"time": "1777894085",
"uncertainty": 120
},
"stopId": "0:EGLISE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777894133",
"uncertainty": 120
},
"departure": {
"time": "1777894133",
"uncertainty": 120
},
"stopId": "0:LAVOIR2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777894190",
"uncertainty": 120
},
"departure": {
"time": "1777894190",
"uncertainty": 120
},
"stopId": "0:4VENTS2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777894290",
"uncertainty": 120
},
"departure": {
"time": "1777894290",
"uncertainty": 120
},
"stopId": "0:QUINT02",
"stopSequence": 32
},
{
"arrival": {
"time": "1777894358",
"uncertainty": 120
},
"departure": {
"time": "1777894358",
"uncertainty": 120
},
"stopId": "0:CHOCOL02",
"stopSequence": 33
},
{
"arrival": {
"time": "1777894488",
"uncertainty": 120
},
"departure": {
"time": "1777894488",
"uncertainty": 120
},
"stopId": "0:VACONS2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777894581",
"uncertainty": 120
},
"departure": {
"time": "1777894581",
"uncertainty": 120
},
"stopId": "0:MARGUER2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777894650",
"uncertainty": 120
},
"departure": {
"time": "1777894650",
"uncertainty": 120
},
"stopId": "0:VOLONTA2",
"stopSequence": 36
},
{
"arrival": {
"time": "1777894702",
"uncertainty": 120
},
"departure": {
"time": "1777894702",
"uncertainty": 120
},
"stopId": "0:MTPRIVA2",
"stopSequence": 37
},
{
"arrival": {
"time": "1777894882",
"uncertainty": 120
},
"stopId": "0:COSTEBE4",
"stopSequence": 38
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11976520"
}
}
},
{
"id": "1854687",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777889880",
"uncertainty": 120
},
"stopId": "0:MAT02",
"stopSequence": 1
},
{
"arrival": {
"time": "1777889963",
"uncertainty": 120
},
"departure": {
"time": "1777889971",
"uncertainty": 120
},
"stopId": "0:MER02",
"stopSequence": 2
},
{
"arrival": {
"time": "1777890121",
"uncertainty": 120
},
"departure": {
"time": "1777890121",
"uncertainty": 120
},
"stopId": "0:EXP02",
"stopSequence": 3
},
{
"arrival": {
"time": "1777890180",
"uncertainty": 120
},
"departure": {
"time": "1777890211",
"uncertainty": 120
},
"stopId": "0:ECO02",
"stopSequence": 4
},
{
"arrival": {
"time": "1777890286",
"uncertainty": 120
},
"departure": {
"time": "1777890286",
"uncertainty": 120
},
"stopId": "0:ART02",
"stopSequence": 5
},
{
"arrival": {
"time": "1777890361",
"uncertainty": 120
},
"departure": {
"time": "1777890361",
"uncertainty": 120
},
"stopId": "0:ARA02",
"stopSequence": 6
},
{
"arrival": {
"time": "1777890430",
"uncertainty": 120
},
"departure": {
"time": "1777890430",
"uncertainty": 120
},
"stopId": "0:GRA02",
"stopSequence": 7
},
{
"arrival": {
"time": "1777890496",
"uncertainty": 120
},
"departure": {
"time": "1777890511",
"uncertainty": 120
},
"stopId": "0:BRG02",
"stopSequence": 8
},
{
"arrival": {
"time": "1777890563",
"uncertainty": 120
},
"departure": {
"time": "1777890571",
"uncertainty": 120
},
"stopId": "0:GUY02",
"stopSequence": 9
},
{
"arrival": {
"time": "1777890618",
"uncertainty": 120
},
"departure": {
"time": "1777890631",
"uncertainty": 120
},
"stopId": "0:PRO02",
"stopSequence": 10
},
{
"arrival": {
"time": "1777890691",
"uncertainty": 120
},
"departure": {
"time": "1777890691",
"uncertainty": 120
},
"stopId": "0:BEL02",
"stopSequence": 11
},
{
"arrival": {
"time": "1777890781",
"uncertainty": 120
},
"departure": {
"time": "1777890781",
"uncertainty": 120
},
"stopId": "0:CIM02",
"stopSequence": 12
},
{
"arrival": {
"time": "1777890866",
"uncertainty": 120
},
"departure": {
"time": "1777890871",
"uncertainty": 120
},
"stopId": "0:ALC02",
"stopSequence": 13
},
{
"arrival": {
"time": "1777890928",
"uncertainty": 120
},
"departure": {
"time": "1777890931",
"uncertainty": 120
},
"stopId": "0:LEG02",
"stopSequence": 14
},
{
"arrival": {
"time": "1777891002",
"uncertainty": 120
},
"departure": {
"time": "1777891021",
"uncertainty": 120
},
"stopId": "0:SEI02",
"stopSequence": 15
},
{
"arrival": {
"time": "1777891092",
"uncertainty": 120
},
"departure": {
"time": "1777891092",
"uncertainty": 120
},
"stopId": "0:POM02",
"stopSequence": 16
},
{
"arrival": {
"time": "1777891153",
"uncertainty": 120
},
"departure": {
"time": "1777891153",
"uncertainty": 120
},
"stopId": "0:GAR02",
"stopSequence": 17
},
{
"arrival": {
"time": "1777891245",
"uncertainty": 120
},
"departure": {
"time": "1777891245",
"uncertainty": 120
},
"stopId": "0:ROI02",
"stopSequence": 18
},
{
"arrival": {
"time": "1777891312",
"uncertainty": 120
},
"departure": {
"time": "1777891312",
"uncertainty": 120
},
"stopId": "0:REP02",
"stopSequence": 19
},
{
"arrival": {
"time": "1777891498",
"uncertainty": 120
},
"departure": {
"time": "1777891498",
"uncertainty": 120
},
"stopId": "0:SAU02",
"stopSequence": 20
},
{
"arrival": {
"time": "1777891559",
"uncertainty": 120
},
"stopId": "0:CTU02",
"stopSequence": 21
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "B",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854687"
},
"vehicle": {
"id": "1316",
"label": "1316"
}
}
},
{
"id": "1853341",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777893540",
"uncertainty": 120
},
"stopId": "0:PRESJAC1",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853341"
}
}
},
{
"id": "1976521",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777891980",
"uncertainty": 120
},
"stopId": "0:LEPATIS1",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11976521"
}
}
},
{
"id": "1976518",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777890180",
"uncertainty": 120
},
"stopId": "0:LEPATIS1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777890245",
"uncertainty": 120
},
"departure": {
"time": "1777890271",
"uncertainty": 120
},
"stopId": "0:JLAURAI1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777890331",
"uncertainty": 120
},
"departure": {
"time": "1777890331",
"uncertainty": 120
},
"stopId": "0:WCHATEA1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777890440",
"uncertainty": 120
},
"departure": {
"time": "1777890451",
"uncertainty": 120
},
"stopId": "0:WOIPHOT1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777890520",
"uncertainty": 120
},
"departure": {
"time": "1777890520",
"uncertainty": 120
},
"stopId": "0:SAULES1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777890601",
"uncertainty": 120
},
"departure": {
"time": "1777890601",
"uncertainty": 120
},
"stopId": "0:ROSEMAR1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777890654",
"uncertainty": 120
},
"departure": {
"time": "1777890661",
"uncertainty": 120
},
"stopId": "0:RUCHER1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777890720",
"uncertainty": 120
},
"departure": {
"time": "1777890720",
"uncertainty": 120
},
"stopId": "0:COUPILL1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777890760",
"uncertainty": 120
},
"departure": {
"time": "1777890781",
"uncertainty": 120
},
"stopId": "0:MORLOT1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777890841",
"uncertainty": 120
},
"departure": {
"time": "1777890841",
"uncertainty": 120
},
"stopId": "0:4BORNES1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777890885",
"uncertainty": 120
},
"departure": {
"time": "1777890885",
"uncertainty": 120
},
"stopId": "0:DAGA1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777890901",
"uncertainty": 120
},
"departure": {
"time": "1777890901",
"uncertainty": 120
},
"stopId": "0:PAQUET1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777891018",
"uncertainty": 120
},
"departure": {
"time": "1777891021",
"uncertainty": 120
},
"stopId": "0:PATROTT1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777891083",
"uncertainty": 120
},
"departure": {
"time": "1777891083",
"uncertainty": 120
},
"stopId": "0:DALES1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777891155",
"uncertainty": 120
},
"departure": {
"time": "1777891155",
"uncertainty": 120
},
"stopId": "0:BERNANO1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777891305",
"uncertainty": 120
},
"departure": {
"time": "1777891305",
"uncertainty": 120
},
"stopId": "0:ROCHAMB1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777891372",
"uncertainty": 120
},
"departure": {
"time": "1777891372",
"uncertainty": 120
},
"stopId": "0:PONTIFF1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777891520",
"uncertainty": 120
},
"departure": {
"time": "1777891520",
"uncertainty": 120
},
"stopId": "0:RIMPORT1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777891581",
"uncertainty": 120
},
"departure": {
"time": "1777891581",
"uncertainty": 120
},
"stopId": "0:STGEORG1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777891672",
"uncertainty": 120
},
"departure": {
"time": "1777891672",
"uncertainty": 120
},
"stopId": "0:PREFECT3",
"stopSequence": 20
},
{
"arrival": {
"time": "1777891829",
"uncertainty": 120
},
"departure": {
"time": "1777891829",
"uncertainty": 120
},
"stopId": "0:LUX03",
"stopSequence": 21
},
{
"arrival": {
"time": "1777892050",
"uncertainty": 120
},
"departure": {
"time": "1777892050",
"uncertainty": 120
},
"stopId": "0:REPPW",
"stopSequence": 22
},
{
"arrival": {
"time": "1777892152",
"uncertainty": 120
},
"departure": {
"time": "1777892152",
"uncertainty": 120
},
"stopId": "0:ROIGE694",
"stopSequence": 23
},
{
"arrival": {
"time": "1777892244",
"uncertainty": 120
},
"departure": {
"time": "1777892244",
"uncertainty": 120
},
"stopId": "0:GARGS",
"stopSequence": 24
},
{
"arrival": {
"time": "1777892298",
"uncertainty": 120
},
"departure": {
"time": "1777892298",
"uncertainty": 120
},
"stopId": "0:LAFAYET2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777892355",
"uncertainty": 120
},
"departure": {
"time": "1777892355",
"uncertainty": 120
},
"stopId": "0:ARENES2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777892412",
"uncertainty": 120
},
"departure": {
"time": "1777892412",
"uncertainty": 120
},
"stopId": "0:BOILVIN2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777892463",
"uncertainty": 120
},
"departure": {
"time": "1777892463",
"uncertainty": 120
},
"stopId": "0:SLIVIER2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777892558",
"uncertainty": 120
},
"departure": {
"time": "1777892558",
"uncertainty": 120
},
"stopId": "0:EGLISE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777892613",
"uncertainty": 120
},
"departure": {
"time": "1777892613",
"uncertainty": 120
},
"stopId": "0:LAVOIR2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777892678",
"uncertainty": 120
},
"departure": {
"time": "1777892678",
"uncertainty": 120
},
"stopId": "0:4VENTS2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777892795",
"uncertainty": 120
},
"departure": {
"time": "1777892795",
"uncertainty": 120
},
"stopId": "0:QUINT02",
"stopSequence": 32
},
{
"arrival": {
"time": "1777892874",
"uncertainty": 120
},
"departure": {
"time": "1777892874",
"uncertainty": 120
},
"stopId": "0:CHOCOL02",
"stopSequence": 33
},
{
"arrival": {
"time": "1777893004",
"uncertainty": 120
},
"departure": {
"time": "1777893004",
"uncertainty": 120
},
"stopId": "0:VACONS2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777893097",
"uncertainty": 120
},
"departure": {
"time": "1777893097",
"uncertainty": 120
},
"stopId": "0:MARGUER2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777893166",
"uncertainty": 120
},
"departure": {
"time": "1777893166",
"uncertainty": 120
},
"stopId": "0:VOLONTA2",
"stopSequence": 36
},
{
"arrival": {
"time": "1777893218",
"uncertainty": 120
},
"departure": {
"time": "1777893218",
"uncertainty": 120
},
"stopId": "0:MTPRIVA2",
"stopSequence": 37
},
{
"arrival": {
"time": "1777893398",
"uncertainty": 120
},
"stopId": "0:COSTEBE4",
"stopSequence": 38
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11976518"
},
"vehicle": {
"id": "1858",
"label": "1858"
}
}
},
{
"id": "1976519",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777890780",
"uncertainty": 120
},
"stopId": "0:LEPATIS1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777890859",
"uncertainty": 120
},
"departure": {
"time": "1777890859",
"uncertainty": 120
},
"stopId": "0:JLAURAI1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777890914",
"uncertainty": 120
},
"departure": {
"time": "1777890914",
"uncertainty": 120
},
"stopId": "0:WCHATEA1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777891002",
"uncertainty": 120
},
"departure": {
"time": "1777891002",
"uncertainty": 120
},
"stopId": "0:WOIPHOT1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777891073",
"uncertainty": 120
},
"departure": {
"time": "1777891073",
"uncertainty": 120
},
"stopId": "0:SAULES1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777891153",
"uncertainty": 120
},
"departure": {
"time": "1777891153",
"uncertainty": 120
},
"stopId": "0:ROSEMAR1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777891207",
"uncertainty": 120
},
"departure": {
"time": "1777891207",
"uncertainty": 120
},
"stopId": "0:RUCHER1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777891268",
"uncertainty": 120
},
"departure": {
"time": "1777891268",
"uncertainty": 120
},
"stopId": "0:COUPILL1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777891309",
"uncertainty": 120
},
"departure": {
"time": "1777891309",
"uncertainty": 120
},
"stopId": "0:MORLOT1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777891371",
"uncertainty": 120
},
"departure": {
"time": "1777891371",
"uncertainty": 120
},
"stopId": "0:4BORNES1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777891447",
"uncertainty": 120
},
"departure": {
"time": "1777891447",
"uncertainty": 120
},
"stopId": "0:DAGA1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777891466",
"uncertainty": 120
},
"departure": {
"time": "1777891466",
"uncertainty": 120
},
"stopId": "0:PAQUET1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777891559",
"uncertainty": 120
},
"departure": {
"time": "1777891559",
"uncertainty": 120
},
"stopId": "0:PATROTT1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777891621",
"uncertainty": 120
},
"departure": {
"time": "1777891621",
"uncertainty": 120
},
"stopId": "0:DALES1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777891693",
"uncertainty": 120
},
"departure": {
"time": "1777891693",
"uncertainty": 120
},
"stopId": "0:BERNANO1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777891843",
"uncertainty": 120
},
"departure": {
"time": "1777891843",
"uncertainty": 120
},
"stopId": "0:ROCHAMB1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777891910",
"uncertainty": 120
},
"departure": {
"time": "1777891910",
"uncertainty": 120
},
"stopId": "0:PONTIFF1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777892059",
"uncertainty": 120
},
"departure": {
"time": "1777892059",
"uncertainty": 120
},
"stopId": "0:RIMPORT1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777892123",
"uncertainty": 120
},
"departure": {
"time": "1777892123",
"uncertainty": 120
},
"stopId": "0:STGEORG1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777892213",
"uncertainty": 120
},
"departure": {
"time": "1777892213",
"uncertainty": 120
},
"stopId": "0:PREFECT3",
"stopSequence": 20
},
{
"arrival": {
"time": "1777892393",
"uncertainty": 120
},
"departure": {
"time": "1777892393",
"uncertainty": 120
},
"stopId": "0:LUX03",
"stopSequence": 21
},
{
"arrival": {
"time": "1777892641",
"uncertainty": 120
},
"departure": {
"time": "1777892940",
"uncertainty": 120
},
"stopId": "0:REPPW",
"stopSequence": 22
},
{
"arrival": {
"time": "1777893132",
"uncertainty": 120
},
"departure": {
"time": "1777893132",
"uncertainty": 120
},
"stopId": "0:ROIGE694",
"stopSequence": 23
},
{
"arrival": {
"time": "1777893240",
"uncertainty": 120
},
"departure": {
"time": "1777893240",
"uncertainty": 120
},
"stopId": "0:GARGS",
"stopSequence": 24
},
{
"arrival": {
"time": "1777893333",
"uncertainty": 120
},
"departure": {
"time": "1777893333",
"uncertainty": 120
},
"stopId": "0:LAFAYET2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777893416",
"uncertainty": 120
},
"departure": {
"time": "1777893416",
"uncertainty": 120
},
"stopId": "0:ARENES2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777893489",
"uncertainty": 120
},
"departure": {
"time": "1777893489",
"uncertainty": 120
},
"stopId": "0:BOILVIN2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777893565",
"uncertainty": 120
},
"departure": {
"time": "1777893565",
"uncertainty": 120
},
"stopId": "0:SLIVIER2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777893660",
"uncertainty": 120
},
"departure": {
"time": "1777893660",
"uncertainty": 120
},
"stopId": "0:EGLISE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777893710",
"uncertainty": 120
},
"departure": {
"time": "1777893710",
"uncertainty": 120
},
"stopId": "0:LAVOIR2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777893769",
"uncertainty": 120
},
"departure": {
"time": "1777893769",
"uncertainty": 120
},
"stopId": "0:4VENTS2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777893875",
"uncertainty": 120
},
"departure": {
"time": "1777893875",
"uncertainty": 120
},
"stopId": "0:QUINT02",
"stopSequence": 32
},
{
"arrival": {
"time": "1777893946",
"uncertainty": 120
},
"departure": {
"time": "1777893946",
"uncertainty": 120
},
"stopId": "0:CHOCOL02",
"stopSequence": 33
},
{
"arrival": {
"time": "1777894076",
"uncertainty": 120
},
"departure": {
"time": "1777894076",
"uncertainty": 120
},
"stopId": "0:VACONS2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777894169",
"uncertainty": 120
},
"departure": {
"time": "1777894169",
"uncertainty": 120
},
"stopId": "0:MARGUER2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777894238",
"uncertainty": 120
},
"departure": {
"time": "1777894238",
"uncertainty": 120
},
"stopId": "0:VOLONTA2",
"stopSequence": 36
},
{
"arrival": {
"time": "1777894290",
"uncertainty": 120
},
"departure": {
"time": "1777894290",
"uncertainty": 120
},
"stopId": "0:MTPRIVA2",
"stopSequence": 37
},
{
"arrival": {
"time": "1777894470",
"uncertainty": 120
},
"stopId": "0:COSTEBE4",
"stopSequence": 38
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11976519"
},
"vehicle": {
"id": "854",
"label": "854"
}
}
},
{
"id": "1976516",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777889013",
"uncertainty": 120
},
"stopId": "0:LEPATIS1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777889074",
"uncertainty": 120
},
"departure": {
"time": "1777889074",
"uncertainty": 120
},
"stopId": "0:JLAURAI1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777889131",
"uncertainty": 120
},
"departure": {
"time": "1777889131",
"uncertainty": 120
},
"stopId": "0:WCHATEA1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777889226",
"uncertainty": 120
},
"departure": {
"time": "1777889226",
"uncertainty": 120
},
"stopId": "0:WOIPHOT1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777889316",
"uncertainty": 120
},
"departure": {
"time": "1777889316",
"uncertainty": 120
},
"stopId": "0:SAULES1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777889388",
"uncertainty": 120
},
"departure": {
"time": "1777889388",
"uncertainty": 120
},
"stopId": "0:ROSEMAR1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777889426",
"uncertainty": 120
},
"departure": {
"time": "1777889426",
"uncertainty": 120
},
"stopId": "0:RUCHER1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777889467",
"uncertainty": 120
},
"departure": {
"time": "1777889467",
"uncertainty": 120
},
"stopId": "0:COUPILL1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777889506",
"uncertainty": 120
},
"departure": {
"time": "1777889526",
"uncertainty": 120
},
"stopId": "0:MORLOT1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777889603",
"uncertainty": 120
},
"departure": {
"time": "1777889605",
"uncertainty": 120
},
"stopId": "0:4BORNES1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777889647",
"uncertainty": 120
},
"departure": {
"time": "1777889647",
"uncertainty": 120
},
"stopId": "0:DAGA1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777889688",
"uncertainty": 120
},
"departure": {
"time": "1777889688",
"uncertainty": 120
},
"stopId": "0:PAQUET1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777889827",
"uncertainty": 120
},
"departure": {
"time": "1777889827",
"uncertainty": 120
},
"stopId": "0:PATROTT1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777889887",
"uncertainty": 120
},
"departure": {
"time": "1777889887",
"uncertainty": 120
},
"stopId": "0:DALES1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777889966",
"uncertainty": 120
},
"departure": {
"time": "1777889977",
"uncertainty": 120
},
"stopId": "0:BERNANO1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777890127",
"uncertainty": 120
},
"departure": {
"time": "1777890127",
"uncertainty": 120
},
"stopId": "0:ROCHAMB1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777890208",
"uncertainty": 120
},
"departure": {
"time": "1777890217",
"uncertainty": 120
},
"stopId": "0:PONTIFF1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777890365",
"uncertainty": 120
},
"departure": {
"time": "1777890367",
"uncertainty": 120
},
"stopId": "0:RIMPORT1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777890426",
"uncertainty": 120
},
"departure": {
"time": "1777890427",
"uncertainty": 120
},
"stopId": "0:STGEORG1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777890517",
"uncertainty": 120
},
"departure": {
"time": "1777890517",
"uncertainty": 120
},
"stopId": "0:PREFECT3",
"stopSequence": 20
},
{
"arrival": {
"time": "1777890668",
"uncertainty": 120
},
"departure": {
"time": "1777890758",
"uncertainty": 120
},
"stopId": "0:LUX03",
"stopSequence": 21
},
{
"arrival": {
"time": "1777890965",
"uncertainty": 120
},
"departure": {
"time": "1777891021",
"uncertainty": 120
},
"stopId": "0:REPPW",
"stopSequence": 22
},
{
"arrival": {
"time": "1777891228",
"uncertainty": 120
},
"departure": {
"time": "1777891228",
"uncertainty": 120
},
"stopId": "0:ROIGE694",
"stopSequence": 23
},
{
"arrival": {
"time": "1777891318",
"uncertainty": 120
},
"departure": {
"time": "1777891318",
"uncertainty": 120
},
"stopId": "0:GARGS",
"stopSequence": 24
},
{
"arrival": {
"time": "1777891367",
"uncertainty": 120
},
"departure": {
"time": "1777891367",
"uncertainty": 120
},
"stopId": "0:LAFAYET2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777891422",
"uncertainty": 120
},
"departure": {
"time": "1777891422",
"uncertainty": 120
},
"stopId": "0:ARENES2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777891478",
"uncertainty": 120
},
"departure": {
"time": "1777891478",
"uncertainty": 120
},
"stopId": "0:BOILVIN2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777891513",
"uncertainty": 120
},
"departure": {
"time": "1777891513",
"uncertainty": 120
},
"stopId": "0:SLIVIER2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777891613",
"uncertainty": 120
},
"departure": {
"time": "1777891613",
"uncertainty": 120
},
"stopId": "0:EGLISE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777891689",
"uncertainty": 120
},
"departure": {
"time": "1777891689",
"uncertainty": 120
},
"stopId": "0:LAVOIR2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777891762",
"uncertainty": 120
},
"departure": {
"time": "1777891762",
"uncertainty": 120
},
"stopId": "0:4VENTS2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777891842",
"uncertainty": 120
},
"departure": {
"time": "1777891842",
"uncertainty": 120
},
"stopId": "0:QUINT02",
"stopSequence": 32
},
{
"arrival": {
"time": "1777891891",
"uncertainty": 120
},
"departure": {
"time": "1777891891",
"uncertainty": 120
},
"stopId": "0:CHOCOL02",
"stopSequence": 33
},
{
"arrival": {
"time": "1777892000",
"uncertainty": 120
},
"departure": {
"time": "1777892000",
"uncertainty": 120
},
"stopId": "0:VACONS2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777892076",
"uncertainty": 120
},
"departure": {
"time": "1777892076",
"uncertainty": 120
},
"stopId": "0:MARGUER2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777892152",
"uncertainty": 120
},
"departure": {
"time": "1777892152",
"uncertainty": 120
},
"stopId": "0:VOLONTA2",
"stopSequence": 36
},
{
"arrival": {
"time": "1777892209",
"uncertainty": 120
},
"departure": {
"time": "1777892209",
"uncertainty": 120
},
"stopId": "0:MTPRIVA2",
"stopSequence": 37
},
{
"arrival": {
"time": "1777892345",
"uncertainty": 120
},
"stopId": "0:COSTEBE4",
"stopSequence": 38
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11976516"
}
}
},
{
"id": "1976517",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777889675",
"uncertainty": 120
},
"stopId": "0:LEPATIS1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777889724",
"uncertainty": 120
},
"departure": {
"time": "1777889724",
"uncertainty": 120
},
"stopId": "0:JLAURAI1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777889773",
"uncertainty": 120
},
"departure": {
"time": "1777889794",
"uncertainty": 120
},
"stopId": "0:WCHATEA1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777889880",
"uncertainty": 120
},
"departure": {
"time": "1777889914",
"uncertainty": 120
},
"stopId": "0:WOIPHOT1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777889974",
"uncertainty": 120
},
"departure": {
"time": "1777889974",
"uncertainty": 120
},
"stopId": "0:SAULES1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777890081",
"uncertainty": 120
},
"departure": {
"time": "1777890094",
"uncertainty": 120
},
"stopId": "0:ROSEMAR1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777890132",
"uncertainty": 120
},
"departure": {
"time": "1777890154",
"uncertainty": 120
},
"stopId": "0:RUCHER1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777890204",
"uncertainty": 120
},
"departure": {
"time": "1777890214",
"uncertainty": 120
},
"stopId": "0:COUPILL1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777890252",
"uncertainty": 120
},
"departure": {
"time": "1777890274",
"uncertainty": 120
},
"stopId": "0:MORLOT1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777890334",
"uncertainty": 120
},
"departure": {
"time": "1777890334",
"uncertainty": 120
},
"stopId": "0:4BORNES1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777890410",
"uncertainty": 120
},
"departure": {
"time": "1777890410",
"uncertainty": 120
},
"stopId": "0:DAGA1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777890454",
"uncertainty": 120
},
"departure": {
"time": "1777890454",
"uncertainty": 120
},
"stopId": "0:PAQUET1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777890544",
"uncertainty": 120
},
"departure": {
"time": "1777890544",
"uncertainty": 120
},
"stopId": "0:PATROTT1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777890604",
"uncertainty": 120
},
"departure": {
"time": "1777890604",
"uncertainty": 120
},
"stopId": "0:DALES1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777890677",
"uncertainty": 120
},
"departure": {
"time": "1777890677",
"uncertainty": 120
},
"stopId": "0:BERNANO1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777890883",
"uncertainty": 120
},
"departure": {
"time": "1777890883",
"uncertainty": 120
},
"stopId": "0:ROCHAMB1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777890946",
"uncertainty": 120
},
"departure": {
"time": "1777890995",
"uncertainty": 120
},
"stopId": "0:PONTIFF1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777891143",
"uncertainty": 120
},
"departure": {
"time": "1777891143",
"uncertainty": 120
},
"stopId": "0:RIMPORT1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777891204",
"uncertainty": 120
},
"departure": {
"time": "1777891204",
"uncertainty": 120
},
"stopId": "0:STGEORG1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777891295",
"uncertainty": 120
},
"departure": {
"time": "1777891295",
"uncertainty": 120
},
"stopId": "0:PREFECT3",
"stopSequence": 20
},
{
"arrival": {
"time": "1777891452",
"uncertainty": 120
},
"departure": {
"time": "1777891452",
"uncertainty": 120
},
"stopId": "0:LUX03",
"stopSequence": 21
},
{
"arrival": {
"time": "1777891671",
"uncertainty": 120
},
"departure": {
"time": "1777891740",
"uncertainty": 120
},
"stopId": "0:REPPW",
"stopSequence": 22
},
{
"arrival": {
"time": "1777891829",
"uncertainty": 120
},
"departure": {
"time": "1777891829",
"uncertainty": 120
},
"stopId": "0:ROIGE694",
"stopSequence": 23
},
{
"arrival": {
"time": "1777891919",
"uncertainty": 120
},
"departure": {
"time": "1777891919",
"uncertainty": 120
},
"stopId": "0:GARGS",
"stopSequence": 24
},
{
"arrival": {
"time": "1777891968",
"uncertainty": 120
},
"departure": {
"time": "1777891968",
"uncertainty": 120
},
"stopId": "0:LAFAYET2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777892023",
"uncertainty": 120
},
"departure": {
"time": "1777892023",
"uncertainty": 120
},
"stopId": "0:ARENES2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777892079",
"uncertainty": 120
},
"departure": {
"time": "1777892079",
"uncertainty": 120
},
"stopId": "0:BOILVIN2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777892118",
"uncertainty": 120
},
"departure": {
"time": "1777892118",
"uncertainty": 120
},
"stopId": "0:SLIVIER2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777892218",
"uncertainty": 120
},
"departure": {
"time": "1777892218",
"uncertainty": 120
},
"stopId": "0:EGLISE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777892291",
"uncertainty": 120
},
"departure": {
"time": "1777892291",
"uncertainty": 120
},
"stopId": "0:LAVOIR2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777892363",
"uncertainty": 120
},
"departure": {
"time": "1777892363",
"uncertainty": 120
},
"stopId": "0:4VENTS2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777892446",
"uncertainty": 120
},
"departure": {
"time": "1777892446",
"uncertainty": 120
},
"stopId": "0:QUINT02",
"stopSequence": 32
},
{
"arrival": {
"time": "1777892498",
"uncertainty": 120
},
"departure": {
"time": "1777892498",
"uncertainty": 120
},
"stopId": "0:CHOCOL02",
"stopSequence": 33
},
{
"arrival": {
"time": "1777892628",
"uncertainty": 120
},
"departure": {
"time": "1777892628",
"uncertainty": 120
},
"stopId": "0:VACONS2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777892721",
"uncertainty": 120
},
"departure": {
"time": "1777892721",
"uncertainty": 120
},
"stopId": "0:MARGUER2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777892790",
"uncertainty": 120
},
"departure": {
"time": "1777892790",
"uncertainty": 120
},
"stopId": "0:VOLONTA2",
"stopSequence": 36
},
{
"arrival": {
"time": "1777892842",
"uncertainty": 120
},
"departure": {
"time": "1777892842",
"uncertainty": 120
},
"stopId": "0:MTPRIVA2",
"stopSequence": 37
},
{
"arrival": {
"time": "1777893022",
"uncertainty": 120
},
"stopId": "0:COSTEBE4",
"stopSequence": 38
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11976517"
},
"vehicle": {
"id": "1856",
"label": "1856"
}
}
},
{
"id": "1853338",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777888080",
"uncertainty": 120
},
"stopId": "0:PRESJAC1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777888126",
"uncertainty": 120
},
"departure": {
"time": "1777888142",
"uncertainty": 120
},
"stopId": "0:CLETTE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777888198",
"uncertainty": 120
},
"departure": {
"time": "1777888202",
"uncertainty": 120
},
"stopId": "0:CAILLOU1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777888241",
"uncertainty": 120
},
"departure": {
"time": "1777888262",
"uncertainty": 120
},
"stopId": "0:ROUSSEL1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777888292",
"uncertainty": 120
},
"departure": {
"time": "1777888292",
"uncertainty": 120
},
"stopId": "0:BAUCHEZ1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777888345",
"uncertainty": 120
},
"departure": {
"time": "1777888345",
"uncertainty": 120
},
"stopId": "0:SANSONN1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777888352",
"uncertainty": 120
},
"departure": {
"time": "1777888352",
"uncertainty": 120
},
"stopId": "0:BUCHOZ1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777888411",
"uncertainty": 120
},
"departure": {
"time": "1777888412",
"uncertainty": 120
},
"stopId": "0:NJUNG1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777888472",
"uncertainty": 120
},
"departure": {
"time": "1777888502",
"uncertainty": 120
},
"stopId": "0:LEMOYNE1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777888545",
"uncertainty": 120
},
"departure": {
"time": "1777888562",
"uncertainty": 120
},
"stopId": "0:COLIBRI1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777888592",
"uncertainty": 120
},
"departure": {
"time": "1777888592",
"uncertainty": 120
},
"stopId": "0:TIGNO414",
"stopSequence": 11
},
{
"arrival": {
"time": "1777888736",
"uncertainty": 120
},
"departure": {
"time": "1777888742",
"uncertainty": 120
},
"stopId": "0:FMOSELL1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777888810",
"uncertainty": 120
},
"departure": {
"time": "1777888832",
"uncertainty": 120
},
"stopId": "0:LUXE",
"stopSequence": 13
},
{
"arrival": {
"time": "1777889072",
"uncertainty": 120
},
"departure": {
"time": "1777889160",
"uncertainty": 120
},
"stopId": "0:REPPW",
"stopSequence": 14
},
{
"arrival": {
"time": "1777889260",
"uncertainty": 120
},
"departure": {
"time": "1777889260",
"uncertainty": 120
},
"stopId": "0:STNICOL3",
"stopSequence": 15
},
{
"arrival": {
"time": "1777889313",
"uncertainty": 120
},
"departure": {
"time": "1777889372",
"uncertainty": 120
},
"stopId": "0:GARCS",
"stopSequence": 16
},
{
"arrival": {
"time": "1777889564",
"uncertainty": 120
},
"departure": {
"time": "1777889582",
"uncertainty": 120
},
"stopId": "0:SEILLE2",
"stopSequence": 17
},
{
"arrival": {
"time": "1777889653",
"uncertainty": 120
},
"departure": {
"time": "1777889672",
"uncertainty": 120
},
"stopId": "0:FRIANT2",
"stopSequence": 18
},
{
"arrival": {
"time": "1777889710",
"uncertainty": 120
},
"departure": {
"time": "1777889710",
"uncertainty": 120
},
"stopId": "0:HERMITE2",
"stopSequence": 19
},
{
"arrival": {
"time": "1777889732",
"uncertainty": 120
},
"departure": {
"time": "1777889732",
"uncertainty": 120
},
"stopId": "0:COLLIGN2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777889797",
"uncertainty": 120
},
"departure": {
"time": "1777889797",
"uncertainty": 120
},
"stopId": "0:DUCROCQ2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777889942",
"uncertainty": 120
},
"departure": {
"time": "1777889942",
"uncertainty": 120
},
"stopId": "0:HESTAUX2",
"stopSequence": 22
},
{
"arrival": {
"time": "1777889979",
"uncertainty": 120
},
"departure": {
"time": "1777889979",
"uncertainty": 120
},
"stopId": "0:GOUSSEL2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777890025",
"uncertainty": 120
},
"departure": {
"time": "1777890032",
"uncertainty": 120
},
"stopId": "0:CLAUDEL2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777890122",
"uncertainty": 120
},
"departure": {
"time": "1777890122",
"uncertainty": 120
},
"stopId": "0:OBERL653",
"stopSequence": 25
},
{
"arrival": {
"time": "1777890260",
"uncertainty": 120
},
"departure": {
"time": "1777890272",
"uncertainty": 120
},
"stopId": "0:PEUPLIE2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777890399",
"uncertainty": 120
},
"departure": {
"time": "1777890399",
"uncertainty": 120
},
"stopId": "0:GRIGY2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777890560",
"uncertainty": 120
},
"departure": {
"time": "1777890662",
"uncertainty": 120
},
"stopId": "0:GDECOLE2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777890782",
"uncertainty": 120
},
"departure": {
"time": "1777890782",
"uncertainty": 120
},
"stopId": "0:PASSOTE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777890834",
"uncertainty": 120
},
"departure": {
"time": "1777890842",
"uncertainty": 120
},
"stopId": "0:CUVION2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777890918",
"uncertainty": 120
},
"departure": {
"time": "1777890932",
"uncertainty": 120
},
"stopId": "0:DOLICHE2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777890958",
"uncertainty": 120
},
"departure": {
"time": "1777890963",
"uncertainty": 120
},
"stopId": "0:30JOURS2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777891000",
"uncertainty": 120
},
"departure": {
"time": "1777891000",
"uncertainty": 120
},
"stopId": "0:LADAME2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777891061",
"uncertainty": 120
},
"departure": {
"time": "1777891061",
"uncertainty": 120
},
"stopId": "0:FALOGNE2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777891120",
"uncertainty": 120
},
"stopId": "0:LELAC1",
"stopSequence": 35
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853338"
},
"vehicle": {
"id": "1932",
"label": "1932"
}
}
},
{
"id": "1976514",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777887840",
"uncertainty": 120
},
"stopId": "0:LEPATIS1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777887917",
"uncertainty": 120
},
"departure": {
"time": "1777887917",
"uncertainty": 120
},
"stopId": "0:JLAURAI1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777887974",
"uncertainty": 120
},
"departure": {
"time": "1777887974",
"uncertainty": 120
},
"stopId": "0:WCHATEA1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777888066",
"uncertainty": 120
},
"departure": {
"time": "1777888082",
"uncertainty": 120
},
"stopId": "0:WOIPHOT1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777888159",
"uncertainty": 120
},
"departure": {
"time": "1777888159",
"uncertainty": 120
},
"stopId": "0:SAULES1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777888246",
"uncertainty": 120
},
"departure": {
"time": "1777888246",
"uncertainty": 120
},
"stopId": "0:ROSEMAR1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777888282",
"uncertainty": 120
},
"departure": {
"time": "1777888282",
"uncertainty": 120
},
"stopId": "0:RUCHER1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777888338",
"uncertainty": 120
},
"departure": {
"time": "1777888338",
"uncertainty": 120
},
"stopId": "0:COUPILL1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777888383",
"uncertainty": 120
},
"departure": {
"time": "1777888383",
"uncertainty": 120
},
"stopId": "0:MORLOT1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777888427",
"uncertainty": 120
},
"departure": {
"time": "1777888427",
"uncertainty": 120
},
"stopId": "0:4BORNES1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777888472",
"uncertainty": 120
},
"departure": {
"time": "1777888472",
"uncertainty": 120
},
"stopId": "0:DAGA1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777888503",
"uncertainty": 120
},
"departure": {
"time": "1777888562",
"uncertainty": 120
},
"stopId": "0:PAQUET1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777888658",
"uncertainty": 120
},
"departure": {
"time": "1777888658",
"uncertainty": 120
},
"stopId": "0:PATROTT1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777888772",
"uncertainty": 120
},
"departure": {
"time": "1777888772",
"uncertainty": 120
},
"stopId": "0:DALES1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777888802",
"uncertainty": 120
},
"departure": {
"time": "1777888832",
"uncertainty": 120
},
"stopId": "0:BERNANO1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777888968",
"uncertainty": 120
},
"departure": {
"time": "1777888983",
"uncertainty": 120
},
"stopId": "0:ROCHAMB1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777889049",
"uncertainty": 120
},
"departure": {
"time": "1777889072",
"uncertainty": 120
},
"stopId": "0:PONTIFF1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777889266",
"uncertainty": 120
},
"departure": {
"time": "1777889280",
"uncertainty": 120
},
"stopId": "0:RIMPORT1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777889342",
"uncertainty": 120
},
"departure": {
"time": "1777889372",
"uncertainty": 120
},
"stopId": "0:STGEORG1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777889450",
"uncertainty": 120
},
"departure": {
"time": "1777889460",
"uncertainty": 120
},
"stopId": "0:PREFECT3",
"stopSequence": 20
},
{
"arrival": {
"time": "1777889619",
"uncertainty": 120
},
"departure": {
"time": "1777889672",
"uncertainty": 120
},
"stopId": "0:LUX03",
"stopSequence": 21
},
{
"arrival": {
"time": "1777889882",
"uncertainty": 120
},
"departure": {
"time": "1777890002",
"uncertainty": 120
},
"stopId": "0:REPPW",
"stopSequence": 22
},
{
"arrival": {
"time": "1777890100",
"uncertainty": 120
},
"departure": {
"time": "1777890122",
"uncertainty": 120
},
"stopId": "0:ROIGE694",
"stopSequence": 23
},
{
"arrival": {
"time": "1777890212",
"uncertainty": 120
},
"departure": {
"time": "1777890303",
"uncertainty": 120
},
"stopId": "0:GARGS",
"stopSequence": 24
},
{
"arrival": {
"time": "1777890362",
"uncertainty": 120
},
"departure": {
"time": "1777890362",
"uncertainty": 120
},
"stopId": "0:LAFAYET2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777890445",
"uncertainty": 120
},
"departure": {
"time": "1777890452",
"uncertainty": 120
},
"stopId": "0:ARENES2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777890529",
"uncertainty": 120
},
"departure": {
"time": "1777890542",
"uncertainty": 120
},
"stopId": "0:BOILVIN2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777890572",
"uncertainty": 120
},
"departure": {
"time": "1777890572",
"uncertainty": 120
},
"stopId": "0:SLIVIER2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777890673",
"uncertainty": 120
},
"departure": {
"time": "1777890673",
"uncertainty": 120
},
"stopId": "0:EGLISE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777890752",
"uncertainty": 120
},
"departure": {
"time": "1777890752",
"uncertainty": 120
},
"stopId": "0:LAVOIR2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777890826",
"uncertainty": 120
},
"departure": {
"time": "1777890842",
"uncertainty": 120
},
"stopId": "0:4VENTS2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777890917",
"uncertainty": 120
},
"departure": {
"time": "1777890917",
"uncertainty": 120
},
"stopId": "0:QUINT02",
"stopSequence": 32
},
{
"arrival": {
"time": "1777890962",
"uncertainty": 120
},
"departure": {
"time": "1777890962",
"uncertainty": 120
},
"stopId": "0:CHOCOL02",
"stopSequence": 33
},
{
"arrival": {
"time": "1777891039",
"uncertainty": 120
},
"departure": {
"time": "1777891039",
"uncertainty": 120
},
"stopId": "0:VACONS2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777891111",
"uncertainty": 120
},
"departure": {
"time": "1777891111",
"uncertainty": 120
},
"stopId": "0:MARGUER2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777891189",
"uncertainty": 120
},
"departure": {
"time": "1777891189",
"uncertainty": 120
},
"stopId": "0:VOLONTA2",
"stopSequence": 36
},
{
"arrival": {
"time": "1777891247",
"uncertainty": 120
},
"departure": {
"time": "1777891247",
"uncertainty": 120
},
"stopId": "0:MTPRIVA2",
"stopSequence": 37
},
{
"arrival": {
"time": "1777891374",
"uncertainty": 120
},
"stopId": "0:COSTEBE4",
"stopSequence": 38
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11976514"
},
"vehicle": {
"id": "1855",
"label": "1855"
}
}
},
{
"id": "1853339",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777889940",
"uncertainty": 120
},
"stopId": "0:PRESJAC1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777889953",
"uncertainty": 120
},
"departure": {
"time": "1777889953",
"uncertainty": 120
},
"stopId": "0:CLETTE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777890001",
"uncertainty": 120
},
"departure": {
"time": "1777890001",
"uncertainty": 120
},
"stopId": "0:CAILLOU1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777890059",
"uncertainty": 120
},
"departure": {
"time": "1777890059",
"uncertainty": 120
},
"stopId": "0:ROUSSEL1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777890091",
"uncertainty": 120
},
"departure": {
"time": "1777890091",
"uncertainty": 120
},
"stopId": "0:BAUCHEZ1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777890139",
"uncertainty": 120
},
"departure": {
"time": "1777890139",
"uncertainty": 120
},
"stopId": "0:SANSONN1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777890204",
"uncertainty": 120
},
"departure": {
"time": "1777890211",
"uncertainty": 120
},
"stopId": "0:BUCHOZ1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777890264",
"uncertainty": 120
},
"departure": {
"time": "1777890271",
"uncertainty": 120
},
"stopId": "0:NJUNG1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777890329",
"uncertainty": 120
},
"departure": {
"time": "1777890331",
"uncertainty": 120
},
"stopId": "0:LEMOYNE1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777890361",
"uncertainty": 120
},
"departure": {
"time": "1777890391",
"uncertainty": 120
},
"stopId": "0:COLIBRI1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777890421",
"uncertainty": 120
},
"departure": {
"time": "1777890421",
"uncertainty": 120
},
"stopId": "0:TIGNO414",
"stopSequence": 11
},
{
"arrival": {
"time": "1777890601",
"uncertainty": 120
},
"departure": {
"time": "1777890601",
"uncertainty": 120
},
"stopId": "0:FMOSELL1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777890696",
"uncertainty": 120
},
"departure": {
"time": "1777890721",
"uncertainty": 120
},
"stopId": "0:LUXE",
"stopSequence": 13
},
{
"arrival": {
"time": "1777890961",
"uncertainty": 120
},
"departure": {
"time": "1777891020",
"uncertainty": 120
},
"stopId": "0:REPPW",
"stopSequence": 14
},
{
"arrival": {
"time": "1777891120",
"uncertainty": 120
},
"departure": {
"time": "1777891120",
"uncertainty": 120
},
"stopId": "0:STNICOL3",
"stopSequence": 15
},
{
"arrival": {
"time": "1777891164",
"uncertainty": 120
},
"departure": {
"time": "1777891164",
"uncertainty": 120
},
"stopId": "0:GARCS",
"stopSequence": 16
},
{
"arrival": {
"time": "1777891334",
"uncertainty": 120
},
"departure": {
"time": "1777891334",
"uncertainty": 120
},
"stopId": "0:SEILLE2",
"stopSequence": 17
},
{
"arrival": {
"time": "1777891407",
"uncertainty": 120
},
"departure": {
"time": "1777891407",
"uncertainty": 120
},
"stopId": "0:FRIANT2",
"stopSequence": 18
},
{
"arrival": {
"time": "1777891460",
"uncertainty": 120
},
"departure": {
"time": "1777891460",
"uncertainty": 120
},
"stopId": "0:HERMITE2",
"stopSequence": 19
},
{
"arrival": {
"time": "1777891476",
"uncertainty": 120
},
"departure": {
"time": "1777891476",
"uncertainty": 120
},
"stopId": "0:COLLIGN2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777891544",
"uncertainty": 120
},
"departure": {
"time": "1777891544",
"uncertainty": 120
},
"stopId": "0:DUCROCQ2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777891604",
"uncertainty": 120
},
"departure": {
"time": "1777891604",
"uncertainty": 120
},
"stopId": "0:HESTAUX2",
"stopSequence": 22
},
{
"arrival": {
"time": "1777891664",
"uncertainty": 120
},
"departure": {
"time": "1777891664",
"uncertainty": 120
},
"stopId": "0:GOUSSEL2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777891686",
"uncertainty": 120
},
"departure": {
"time": "1777891686",
"uncertainty": 120
},
"stopId": "0:CLAUDEL2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777891740",
"uncertainty": 120
},
"departure": {
"time": "1777891740",
"uncertainty": 120
},
"stopId": "0:OBERL653",
"stopSequence": 25
},
{
"arrival": {
"time": "1777891868",
"uncertainty": 120
},
"departure": {
"time": "1777891868",
"uncertainty": 120
},
"stopId": "0:PEUPLIE2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777892008",
"uncertainty": 120
},
"departure": {
"time": "1777892008",
"uncertainty": 120
},
"stopId": "0:GRIGY2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777892159",
"uncertainty": 120
},
"departure": {
"time": "1777892159",
"uncertainty": 120
},
"stopId": "0:GDECOLE2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777892286",
"uncertainty": 120
},
"departure": {
"time": "1777892286",
"uncertainty": 120
},
"stopId": "0:PASSOTE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777892335",
"uncertainty": 120
},
"departure": {
"time": "1777892335",
"uncertainty": 120
},
"stopId": "0:CUVION2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777892410",
"uncertainty": 120
},
"departure": {
"time": "1777892410",
"uncertainty": 120
},
"stopId": "0:DOLICHE2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777892439",
"uncertainty": 120
},
"departure": {
"time": "1777892439",
"uncertainty": 120
},
"stopId": "0:30JOURS2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777892483",
"uncertainty": 120
},
"departure": {
"time": "1777892483",
"uncertainty": 120
},
"stopId": "0:LADAME2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777892548",
"uncertainty": 120
},
"departure": {
"time": "1777892548",
"uncertainty": 120
},
"stopId": "0:FALOGNE2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777892604",
"uncertainty": 120
},
"stopId": "0:LELAC1",
"stopSequence": 35
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853339"
}
}
},
{
"id": "1976515",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777888440",
"uncertainty": 120
},
"stopId": "0:LEPATIS1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777888500",
"uncertainty": 120
},
"departure": {
"time": "1777888500",
"uncertainty": 120
},
"stopId": "0:JLAURAI1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777888569",
"uncertainty": 120
},
"departure": {
"time": "1777888569",
"uncertainty": 120
},
"stopId": "0:WCHATEA1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777888678",
"uncertainty": 120
},
"departure": {
"time": "1777888680",
"uncertainty": 120
},
"stopId": "0:WOIPHOT1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777888770",
"uncertainty": 120
},
"departure": {
"time": "1777888770",
"uncertainty": 120
},
"stopId": "0:SAULES1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777888850",
"uncertainty": 120
},
"departure": {
"time": "1777888860",
"uncertainty": 120
},
"stopId": "0:ROSEMAR1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777888905",
"uncertainty": 120
},
"departure": {
"time": "1777888905",
"uncertainty": 120
},
"stopId": "0:RUCHER1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777888956",
"uncertainty": 120
},
"departure": {
"time": "1777888956",
"uncertainty": 120
},
"stopId": "0:COUPILL1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777889010",
"uncertainty": 120
},
"departure": {
"time": "1777889010",
"uncertainty": 120
},
"stopId": "0:MORLOT1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777889087",
"uncertainty": 120
},
"departure": {
"time": "1777889087",
"uncertainty": 120
},
"stopId": "0:4BORNES1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777889140",
"uncertainty": 120
},
"departure": {
"time": "1777889160",
"uncertainty": 120
},
"stopId": "0:DAGA1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777889190",
"uncertainty": 120
},
"departure": {
"time": "1777889250",
"uncertainty": 120
},
"stopId": "0:PAQUET1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777889370",
"uncertainty": 120
},
"departure": {
"time": "1777889400",
"uncertainty": 120
},
"stopId": "0:PATROTT1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777889484",
"uncertainty": 120
},
"departure": {
"time": "1777889491",
"uncertainty": 120
},
"stopId": "0:DALES1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777889571",
"uncertainty": 120
},
"departure": {
"time": "1777889580",
"uncertainty": 120
},
"stopId": "0:BERNANO1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777889698",
"uncertainty": 120
},
"departure": {
"time": "1777889730",
"uncertainty": 120
},
"stopId": "0:ROCHAMB1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777889795",
"uncertainty": 120
},
"departure": {
"time": "1777889820",
"uncertainty": 120
},
"stopId": "0:PONTIFF1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777889991",
"uncertainty": 120
},
"departure": {
"time": "1777890000",
"uncertainty": 120
},
"stopId": "0:RIMPORT1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777890060",
"uncertainty": 120
},
"departure": {
"time": "1777890060",
"uncertainty": 120
},
"stopId": "0:STGEORG1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777890150",
"uncertainty": 120
},
"departure": {
"time": "1777890150",
"uncertainty": 120
},
"stopId": "0:PREFECT3",
"stopSequence": 20
},
{
"arrival": {
"time": "1777890298",
"uncertainty": 120
},
"departure": {
"time": "1777890300",
"uncertainty": 120
},
"stopId": "0:LUX03",
"stopSequence": 21
},
{
"arrival": {
"time": "1777890481",
"uncertainty": 120
},
"departure": {
"time": "1777890540",
"uncertainty": 120
},
"stopId": "0:REPPW",
"stopSequence": 22
},
{
"arrival": {
"time": "1777890621",
"uncertainty": 120
},
"departure": {
"time": "1777890630",
"uncertainty": 120
},
"stopId": "0:ROIGE694",
"stopSequence": 23
},
{
"arrival": {
"time": "1777890720",
"uncertainty": 120
},
"departure": {
"time": "1777890780",
"uncertainty": 120
},
"stopId": "0:GARGS",
"stopSequence": 24
},
{
"arrival": {
"time": "1777890824",
"uncertainty": 120
},
"departure": {
"time": "1777890841",
"uncertainty": 120
},
"stopId": "0:LAFAYET2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777890893",
"uncertainty": 120
},
"departure": {
"time": "1777890900",
"uncertainty": 120
},
"stopId": "0:ARENES2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777890954",
"uncertainty": 120
},
"departure": {
"time": "1777890960",
"uncertainty": 120
},
"stopId": "0:BOILVIN2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777891006",
"uncertainty": 120
},
"departure": {
"time": "1777891020",
"uncertainty": 120
},
"stopId": "0:SLIVIER2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777891120",
"uncertainty": 120
},
"departure": {
"time": "1777891120",
"uncertainty": 120
},
"stopId": "0:EGLISE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777891197",
"uncertainty": 120
},
"departure": {
"time": "1777891197",
"uncertainty": 120
},
"stopId": "0:LAVOIR2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777891270",
"uncertainty": 120
},
"departure": {
"time": "1777891270",
"uncertainty": 120
},
"stopId": "0:4VENTS2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777891349",
"uncertainty": 120
},
"departure": {
"time": "1777891349",
"uncertainty": 120
},
"stopId": "0:QUINT02",
"stopSequence": 32
},
{
"arrival": {
"time": "1777891397",
"uncertainty": 120
},
"departure": {
"time": "1777891397",
"uncertainty": 120
},
"stopId": "0:CHOCOL02",
"stopSequence": 33
},
{
"arrival": {
"time": "1777891499",
"uncertainty": 120
},
"departure": {
"time": "1777891499",
"uncertainty": 120
},
"stopId": "0:VACONS2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777891572",
"uncertainty": 120
},
"departure": {
"time": "1777891572",
"uncertainty": 120
},
"stopId": "0:MARGUER2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777891650",
"uncertainty": 120
},
"departure": {
"time": "1777891650",
"uncertainty": 120
},
"stopId": "0:VOLONTA2",
"stopSequence": 36
},
{
"arrival": {
"time": "1777891708",
"uncertainty": 120
},
"departure": {
"time": "1777891708",
"uncertainty": 120
},
"stopId": "0:MTPRIVA2",
"stopSequence": 37
},
{
"arrival": {
"time": "1777891836",
"uncertainty": 120
},
"stopId": "0:COSTEBE4",
"stopSequence": 38
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11976515"
},
"vehicle": {
"id": "546",
"label": "546"
}
}
},
{
"id": "1854484",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1777890850",
"uncertainty": 120
},
"departure": {
"time": "1777890850",
"uncertainty": 120
},
"stopId": "0:STGEORG2"
},
{
"arrival": {
"time": "1777891033",
"uncertainty": 120
},
"departure": {
"time": "1777891033",
"uncertainty": 120
},
"stopId": "0:RIMPORT1"
},
{
"departure": {
"time": "1777889667",
"uncertainty": 120
},
"stopId": "0:OFFICET1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777889780",
"uncertainty": 120
},
"departure": {
"time": "1777889780",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:COUROR1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777889814",
"uncertainty": 120
},
"departure": {
"time": "1777889814",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:SEGOLEN1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777889988",
"uncertainty": 120
},
"departure": {
"time": "1777889988",
"uncertainty": 120
},
"stopId": "0:CONSERV1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777890058",
"uncertainty": 120
},
"departure": {
"time": "1777890058",
"uncertainty": 120
},
"stopId": "0:TANNEUR1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777890168",
"uncertainty": 120
},
"departure": {
"time": "1777890168",
"uncertainty": 120
},
"stopId": "0:FAVADE01",
"stopSequence": 6
},
{
"arrival": {
"time": "1777890270",
"uncertainty": 120
},
"departure": {
"time": "1777890270",
"uncertainty": 120
},
"stopId": "0:PORTALL1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777890347",
"uncertainty": 120
},
"departure": {
"time": "1777890347",
"uncertainty": 120
},
"stopId": "0:CHARRON1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777890540",
"uncertainty": 120
},
"departure": {
"time": "1777890540",
"uncertainty": 120
},
"stopId": "0:FOURNIR1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777890628",
"uncertainty": 120
},
"departure": {
"time": "1777890677",
"uncertainty": 120
},
"stopId": "0:PLARMES2",
"stopSequence": 10
},
{
"arrival": {
"time": "1777890737",
"uncertainty": 120
},
"departure": {
"time": "1777890737",
"uncertainty": 120
},
"stopId": "0:PLCHAM02",
"stopSequence": 11
},
{
"arrival": {
"time": "1777890660",
"uncertainty": 120
},
"departure": {
"time": "1777890660",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:PREFECT3",
"stopSequence": 12
},
{
"arrival": {
"time": "1777890760",
"uncertainty": 120
},
"departure": {
"time": "1777890760",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:POMOREA",
"stopSequence": 13
},
{
"arrival": {
"time": "1777890812",
"uncertainty": 120
},
"departure": {
"time": "1777890812",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:VALLADI1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777890925",
"uncertainty": 120
},
"departure": {
"time": "1777890925",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:CASERNE1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777890994",
"uncertainty": 120
},
"departure": {
"time": "1777890994",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:RIMPORT1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777891093",
"uncertainty": 120
},
"departure": {
"time": "1777891093",
"uncertainty": 120
},
"stopId": "0:STGEORG1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777891213",
"uncertainty": 120
},
"stopId": "0:OFFICET1",
"stopSequence": 18
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "81",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854484"
},
"vehicle": {
"id": "1961",
"label": "1961"
}
}
},
{
"id": "1854485",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1777891878",
"uncertainty": 120
},
"departure": {
"time": "1777891878",
"uncertainty": 120
},
"stopId": "0:COUROR1"
},
{
"arrival": {
"time": "1777891887",
"uncertainty": 120
},
"departure": {
"time": "1777891887",
"uncertainty": 120
},
"stopId": "0:COUROR1"
},
{
"arrival": {
"time": "1777891933",
"uncertainty": 120
},
"departure": {
"time": "1777891933",
"uncertainty": 120
},
"stopId": "0:CONSERV1"
},
{
"arrival": {
"time": "1777891951",
"uncertainty": 120
},
"departure": {
"time": "1777891951",
"uncertainty": 120
},
"stopId": "0:SEGOLEN1"
},
{
"arrival": {
"time": "1777892823",
"uncertainty": 120
},
"departure": {
"time": "1777892823",
"uncertainty": 120
},
"stopId": "0:STGEORG2"
},
{
"arrival": {
"time": "1777892912",
"uncertainty": 120
},
"departure": {
"time": "1777892912",
"uncertainty": 120
},
"stopId": "0:RIMPORT1"
},
{
"departure": {
"time": "1777891800",
"uncertainty": 120
},
"stopId": "0:OFFICET1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777891880",
"uncertainty": 120
},
"departure": {
"time": "1777891880",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:COUROR1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777891914",
"uncertainty": 120
},
"departure": {
"time": "1777891914",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:SEGOLEN1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777892000",
"uncertainty": 120
},
"departure": {
"time": "1777892000",
"uncertainty": 120
},
"stopId": "0:CONSERV1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777892084",
"uncertainty": 120
},
"departure": {
"time": "1777892084",
"uncertainty": 120
},
"stopId": "0:TANNEUR1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777892192",
"uncertainty": 120
},
"departure": {
"time": "1777892192",
"uncertainty": 120
},
"stopId": "0:FAVADE01",
"stopSequence": 6
},
{
"arrival": {
"time": "1777892286",
"uncertainty": 120
},
"departure": {
"time": "1777892286",
"uncertainty": 120
},
"stopId": "0:PORTALL1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777892395",
"uncertainty": 120
},
"departure": {
"time": "1777892395",
"uncertainty": 120
},
"stopId": "0:CHARRON1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777892552",
"uncertainty": 120
},
"departure": {
"time": "1777892552",
"uncertainty": 120
},
"stopId": "0:FOURNIR1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777892673",
"uncertainty": 120
},
"departure": {
"time": "1777892673",
"uncertainty": 120
},
"stopId": "0:PLARMES2",
"stopSequence": 10
},
{
"arrival": {
"time": "1777892725",
"uncertainty": 120
},
"departure": {
"time": "1777892725",
"uncertainty": 120
},
"stopId": "0:PLCHAM02",
"stopSequence": 11
},
{
"arrival": {
"time": "1777892760",
"uncertainty": 120
},
"departure": {
"time": "1777892760",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:PREFECT3",
"stopSequence": 12
},
{
"arrival": {
"time": "1777892860",
"uncertainty": 120
},
"departure": {
"time": "1777892860",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:POMOREA",
"stopSequence": 13
},
{
"arrival": {
"time": "1777892912",
"uncertainty": 120
},
"departure": {
"time": "1777892912",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:VALLADI1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777893025",
"uncertainty": 120
},
"departure": {
"time": "1777893025",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:CASERNE1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777893094",
"uncertainty": 120
},
"departure": {
"time": "1777893094",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:RIMPORT1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777892990",
"uncertainty": 120
},
"departure": {
"time": "1777892990",
"uncertainty": 120
},
"stopId": "0:STGEORG1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777893110",
"uncertainty": 120
},
"stopId": "0:OFFICET1",
"stopSequence": 18
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "81",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854485"
}
}
},
{
"id": "1854486",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1777893978",
"uncertainty": 120
},
"departure": {
"time": "1777893978",
"uncertainty": 120
},
"stopId": "0:COUROR1"
},
{
"arrival": {
"time": "1777893987",
"uncertainty": 120
},
"departure": {
"time": "1777893987",
"uncertainty": 120
},
"stopId": "0:COUROR1"
},
{
"arrival": {
"time": "1777894033",
"uncertainty": 120
},
"departure": {
"time": "1777894033",
"uncertainty": 120
},
"stopId": "0:CONSERV1"
},
{
"arrival": {
"time": "1777894051",
"uncertainty": 120
},
"departure": {
"time": "1777894051",
"uncertainty": 120
},
"stopId": "0:SEGOLEN1"
},
{
"arrival": {
"time": "1777894923",
"uncertainty": 120
},
"departure": {
"time": "1777894923",
"uncertainty": 120
},
"stopId": "0:STGEORG2"
},
{
"arrival": {
"time": "1777895012",
"uncertainty": 120
},
"departure": {
"time": "1777895012",
"uncertainty": 120
},
"stopId": "0:RIMPORT1"
},
{
"departure": {
"time": "1777893900",
"uncertainty": 120
},
"stopId": "0:OFFICET1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777893980",
"uncertainty": 120
},
"departure": {
"time": "1777893980",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:COUROR1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777894014",
"uncertainty": 120
},
"departure": {
"time": "1777894014",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:SEGOLEN1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777894100",
"uncertainty": 120
},
"departure": {
"time": "1777894100",
"uncertainty": 120
},
"stopId": "0:CONSERV1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777894184",
"uncertainty": 120
},
"departure": {
"time": "1777894184",
"uncertainty": 120
},
"stopId": "0:TANNEUR1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777894292",
"uncertainty": 120
},
"departure": {
"time": "1777894292",
"uncertainty": 120
},
"stopId": "0:FAVADE01",
"stopSequence": 6
},
{
"arrival": {
"time": "1777894386",
"uncertainty": 120
},
"departure": {
"time": "1777894386",
"uncertainty": 120
},
"stopId": "0:PORTALL1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777894495",
"uncertainty": 120
},
"departure": {
"time": "1777894495",
"uncertainty": 120
},
"stopId": "0:CHARRON1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777894652",
"uncertainty": 120
},
"departure": {
"time": "1777894652",
"uncertainty": 120
},
"stopId": "0:FOURNIR1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777894773",
"uncertainty": 120
},
"departure": {
"time": "1777894773",
"uncertainty": 120
},
"stopId": "0:PLARMES2",
"stopSequence": 10
},
{
"arrival": {
"time": "1777894825",
"uncertainty": 120
},
"departure": {
"time": "1777894825",
"uncertainty": 120
},
"stopId": "0:PLCHAM02",
"stopSequence": 11
},
{
"arrival": {
"time": "1777894860",
"uncertainty": 120
},
"departure": {
"time": "1777894860",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:PREFECT3",
"stopSequence": 12
},
{
"arrival": {
"time": "1777894960",
"uncertainty": 120
},
"departure": {
"time": "1777894960",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:POMOREA",
"stopSequence": 13
},
{
"arrival": {
"time": "1777895012",
"uncertainty": 120
},
"departure": {
"time": "1777895012",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:VALLADI1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777895125",
"uncertainty": 120
},
"departure": {
"time": "1777895125",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:CASERNE1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777895194",
"uncertainty": 120
},
"departure": {
"time": "1777895194",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:RIMPORT1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777895093",
"uncertainty": 120
},
"departure": {
"time": "1777895093",
"uncertainty": 120
},
"stopId": "0:STGEORG1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777895213",
"uncertainty": 120
},
"stopId": "0:OFFICET1",
"stopSequence": 18
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "81",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854486"
}
}
},
{
"id": "1855130",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777892220",
"uncertainty": 120
},
"stopId": "0:COTSE1",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "85",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855130"
}
}
},
{
"id": "1855131",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777894020",
"uncertainty": 120
},
"stopId": "0:COTSE1",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "85",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855131"
}
}
},
{
"id": "1855104",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777890870",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777891077",
"uncertainty": 120
},
"departure": {
"time": "1777891077",
"uncertainty": 120
},
"stopId": "0:GRAVIER1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777891155",
"uncertainty": 120
},
"departure": {
"time": "1777891155",
"uncertainty": 120
},
"stopId": "0:ZACGRAV1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777891216",
"uncertainty": 120
},
"departure": {
"time": "1777891216",
"uncertainty": 120
},
"stopId": "0:ORLY2",
"stopSequence": 4
},
{
"arrival": {
"time": "1777891396",
"uncertainty": 120
},
"departure": {
"time": "1777891396",
"uncertainty": 120
},
"stopId": "0:ZACAUGN1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777891475",
"uncertainty": 120
},
"departure": {
"time": "1777891475",
"uncertainty": 120
},
"stopId": "0:ACTISUD1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777891582",
"uncertainty": 120
},
"departure": {
"time": "1777891582",
"uncertainty": 120
},
"stopId": "0:WAVES1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777891835",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 8
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "84a",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855104"
},
"vehicle": {
"id": "1391",
"label": "1391"
}
}
},
{
"id": "1976430",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777894260",
"uncertainty": 120
},
"stopId": "0:COSTEBE4",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11976430"
}
}
},
{
"id": "1976428",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777893060",
"uncertainty": 120
},
"stopId": "0:COSTEBE4",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11976428"
}
}
},
{
"id": "1853428",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777890572",
"uncertainty": 120
},
"stopId": "0:MNVE1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777890610",
"uncertainty": 120
},
"departure": {
"time": "1777890632",
"uncertainty": 120
},
"stopId": "0:HAIEBRU1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777890662",
"uncertainty": 120
},
"departure": {
"time": "1777890662",
"uncertainty": 120
},
"stopId": "0:SERRET1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777890697",
"uncertainty": 120
},
"departure": {
"time": "1777890697",
"uncertainty": 120
},
"stopId": "0:STJEAN01",
"stopSequence": 4
},
{
"arrival": {
"time": "1777890818",
"uncertainty": 120
},
"departure": {
"time": "1777890842",
"uncertainty": 120
},
"stopId": "0:MOULI281",
"stopSequence": 5
},
{
"arrival": {
"time": "1777890905",
"uncertainty": 120
},
"departure": {
"time": "1777890905",
"uncertainty": 120
},
"stopId": "0:LIBERTE1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777890980",
"uncertainty": 120
},
"departure": {
"time": "1777890992",
"uncertainty": 120
},
"stopId": "0:SCYBAS1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777891040",
"uncertainty": 120
},
"departure": {
"time": "1777891040",
"uncertainty": 120
},
"stopId": "0:PRILLE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777891121",
"uncertainty": 120
},
"departure": {
"time": "1777891121",
"uncertainty": 120
},
"stopId": "0:LECLERC1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777891160",
"uncertainty": 120
},
"departure": {
"time": "1777891160",
"uncertainty": 120
},
"stopId": "0:LONGEVI1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777891209",
"uncertainty": 120
},
"departure": {
"time": "1777891209",
"uncertainty": 120
},
"stopId": "0:MIGETTE1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777891269",
"uncertainty": 120
},
"departure": {
"time": "1777891269",
"uncertainty": 120
},
"stopId": "0:CASINO1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777891303",
"uncertainty": 120
},
"departure": {
"time": "1777891303",
"uncertainty": 120
},
"stopId": "0:PONTVER1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777891351",
"uncertainty": 120
},
"departure": {
"time": "1777891351",
"uncertainty": 120
},
"stopId": "0:FOCH1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777891381",
"uncertainty": 120
},
"departure": {
"time": "1777891381",
"uncertainty": 120
},
"stopId": "0:SMARTIN1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777891487",
"uncertainty": 120
},
"departure": {
"time": "1777891487",
"uncertainty": 120
},
"stopId": "0:TIGNO290",
"stopSequence": 16
},
{
"arrival": {
"time": "1777891589",
"uncertainty": 120
},
"departure": {
"time": "1777891589",
"uncertainty": 120
},
"stopId": "0:FMOSELL1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777891662",
"uncertainty": 120
},
"departure": {
"time": "1777891662",
"uncertainty": 120
},
"stopId": "0:LUXE",
"stopSequence": 18
},
{
"arrival": {
"time": "1777891904",
"uncertainty": 120
},
"departure": {
"time": "1777892100",
"uncertainty": 120
},
"stopId": "0:REPPW",
"stopSequence": 19
},
{
"arrival": {
"time": "1777892209",
"uncertainty": 120
},
"departure": {
"time": "1777892209",
"uncertainty": 120
},
"stopId": "0:ROIGE694",
"stopSequence": 20
},
{
"arrival": {
"time": "1777892302",
"uncertainty": 120
},
"departure": {
"time": "1777892302",
"uncertainty": 120
},
"stopId": "0:GARGS",
"stopSequence": 21
},
{
"arrival": {
"time": "1777892387",
"uncertainty": 120
},
"departure": {
"time": "1777892387",
"uncertainty": 120
},
"stopId": "0:POMS",
"stopSequence": 22
},
{
"arrival": {
"time": "1777892494",
"uncertainty": 120
},
"departure": {
"time": "1777892494",
"uncertainty": 120
},
"stopId": "0:DEMBOUR2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777892544",
"uncertainty": 120
},
"departure": {
"time": "1777892544",
"uncertainty": 120
},
"stopId": "0:LEMUD04",
"stopSequence": 24
},
{
"arrival": {
"time": "1777892577",
"uncertainty": 120
},
"departure": {
"time": "1777892577",
"uncertainty": 120
},
"stopId": "0:PIERNE02",
"stopSequence": 25
},
{
"arrival": {
"time": "1777892651",
"uncertainty": 120
},
"departure": {
"time": "1777892651",
"uncertainty": 120
},
"stopId": "0:LOTHAIR2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777892705",
"uncertainty": 120
},
"departure": {
"time": "1777892705",
"uncertainty": 120
},
"stopId": "0:POLY02",
"stopSequence": 27
},
{
"arrival": {
"time": "1777892751",
"uncertainty": 120
},
"departure": {
"time": "1777892751",
"uncertainty": 120
},
"stopId": "0:VANDERN2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777892826",
"uncertainty": 120
},
"departure": {
"time": "1777892826",
"uncertainty": 120
},
"stopId": "0:BOUCHOT2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777892842",
"uncertainty": 120
},
"departure": {
"time": "1777892842",
"uncertainty": 120
},
"stopId": "0:FRECOT2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777892926",
"uncertainty": 120
},
"departure": {
"time": "1777892926",
"uncertainty": 120
},
"stopId": "0:FAUBOUP2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777893012",
"uncertainty": 120
},
"departure": {
"time": "1777893012",
"uncertainty": 120
},
"stopId": "0:STROCH2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777893070",
"uncertainty": 120
},
"departure": {
"time": "1777893070",
"uncertainty": 120
},
"stopId": "0:PTICLOU2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777893137",
"uncertainty": 120
},
"departure": {
"time": "1777893137",
"uncertainty": 120
},
"stopId": "0:ACACIAS2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777893219",
"uncertainty": 120
},
"departure": {
"time": "1777893219",
"uncertainty": 120
},
"stopId": "0:ROSEAUX2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777893283",
"uncertainty": 120
},
"departure": {
"time": "1777893283",
"uncertainty": 120
},
"stopId": "0:VALERIA2",
"stopSequence": 36
},
{
"arrival": {
"time": "1777893367",
"uncertainty": 120
},
"stopId": "0:ARP309",
"stopSequence": 37
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853428"
},
"vehicle": {
"id": "543",
"label": "543"
}
}
},
{
"id": "1853429",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777892340",
"uncertainty": 120
},
"stopId": "0:MNVE1",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853429"
}
}
},
{
"id": "1855156",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777891620",
"uncertainty": 120
},
"stopId": "0:POMR",
"stopSequence": 1
},
{
"arrival": {
"time": "1777891687",
"uncertainty": 120
},
"departure": {
"time": "1777891687",
"uncertainty": 120
},
"stopId": "0:MUSE02",
"stopSequence": 2
},
{
"arrival": {
"time": "1777891793",
"uncertainty": 120
},
"departure": {
"time": "1777891793",
"uncertainty": 120
},
"stopId": "0:PLALBLA2",
"stopSequence": 3
},
{
"arrival": {
"time": "1777891880",
"uncertainty": 120
},
"departure": {
"time": "1777891880",
"uncertainty": 120
},
"stopId": "0:LOTHAIR3",
"stopSequence": 4
},
{
"arrival": {
"time": "1777891947",
"uncertainty": 120
},
"departure": {
"time": "1777891947",
"uncertainty": 120
},
"stopId": "0:PISCINE2",
"stopSequence": 5
},
{
"arrival": {
"time": "1777892020",
"uncertainty": 120
},
"departure": {
"time": "1777892020",
"uncertainty": 120
},
"stopId": "0:TIVOLI2",
"stopSequence": 6
},
{
"arrival": {
"time": "1777892160",
"uncertainty": 120
},
"stopId": "0:COTSE1",
"stopSequence": 7
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "85",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855156"
}
}
},
{
"id": "1853430",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777894020",
"uncertainty": 120
},
"stopId": "0:MNVE1",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853430"
}
}
},
{
"id": "1855157",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777893420",
"uncertainty": 120
},
"stopId": "0:POMR",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "85",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855157"
}
}
},
{
"id": "1976904",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777893960",
"uncertainty": 120
},
"stopId": "0:CUGNOT1",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "15",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11976904"
}
}
},
{
"id": "1853427",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777888922",
"uncertainty": 120
},
"stopId": "0:MNVE1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777888989",
"uncertainty": 120
},
"departure": {
"time": "1777888989",
"uncertainty": 120
},
"stopId": "0:HAIEBRU1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777889030",
"uncertainty": 120
},
"departure": {
"time": "1777889030",
"uncertainty": 120
},
"stopId": "0:SERRET1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777889069",
"uncertainty": 120
},
"departure": {
"time": "1777889069",
"uncertainty": 120
},
"stopId": "0:STJEAN01",
"stopSequence": 4
},
{
"arrival": {
"time": "1777889173",
"uncertainty": 120
},
"departure": {
"time": "1777889192",
"uncertainty": 120
},
"stopId": "0:MOULI281",
"stopSequence": 5
},
{
"arrival": {
"time": "1777889230",
"uncertainty": 120
},
"departure": {
"time": "1777889230",
"uncertainty": 120
},
"stopId": "0:LIBERTE1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777889278",
"uncertainty": 120
},
"departure": {
"time": "1777889282",
"uncertainty": 120
},
"stopId": "0:SCYBAS1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777889321",
"uncertainty": 120
},
"departure": {
"time": "1777889321",
"uncertainty": 120
},
"stopId": "0:PRILLE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777889388",
"uncertainty": 120
},
"departure": {
"time": "1777889388",
"uncertainty": 120
},
"stopId": "0:LECLERC1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777889432",
"uncertainty": 120
},
"departure": {
"time": "1777889432",
"uncertainty": 120
},
"stopId": "0:LONGEVI1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777889487",
"uncertainty": 120
},
"departure": {
"time": "1777889487",
"uncertainty": 120
},
"stopId": "0:MIGETTE1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777889517",
"uncertainty": 120
},
"departure": {
"time": "1777889517",
"uncertainty": 120
},
"stopId": "0:CASINO1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777889546",
"uncertainty": 120
},
"departure": {
"time": "1777889672",
"uncertainty": 120
},
"stopId": "0:PONTVER1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777889752",
"uncertainty": 120
},
"departure": {
"time": "1777889752",
"uncertainty": 120
},
"stopId": "0:FOCH1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777889792",
"uncertainty": 120
},
"departure": {
"time": "1777889792",
"uncertainty": 120
},
"stopId": "0:SMARTIN1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777889866",
"uncertainty": 120
},
"departure": {
"time": "1777889882",
"uncertainty": 120
},
"stopId": "0:TIGNO290",
"stopSequence": 16
},
{
"arrival": {
"time": "1777889960",
"uncertainty": 120
},
"departure": {
"time": "1777889972",
"uncertainty": 120
},
"stopId": "0:FMOSELL1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777890017",
"uncertainty": 120
},
"departure": {
"time": "1777890032",
"uncertainty": 120
},
"stopId": "0:LUXE",
"stopSequence": 18
},
{
"arrival": {
"time": "1777890242",
"uncertainty": 120
},
"departure": {
"time": "1777890423",
"uncertainty": 120
},
"stopId": "0:REPPW",
"stopSequence": 19
},
{
"arrival": {
"time": "1777890567",
"uncertainty": 120
},
"departure": {
"time": "1777890572",
"uncertainty": 120
},
"stopId": "0:ROIGE694",
"stopSequence": 20
},
{
"arrival": {
"time": "1777890660",
"uncertainty": 120
},
"departure": {
"time": "1777890692",
"uncertainty": 120
},
"stopId": "0:GARGS",
"stopSequence": 21
},
{
"arrival": {
"time": "1777890765",
"uncertainty": 120
},
"departure": {
"time": "1777890785",
"uncertainty": 120
},
"stopId": "0:POMS",
"stopSequence": 22
},
{
"arrival": {
"time": "1777890903",
"uncertainty": 120
},
"departure": {
"time": "1777890903",
"uncertainty": 120
},
"stopId": "0:DEMBOUR2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777890951",
"uncertainty": 120
},
"departure": {
"time": "1777890962",
"uncertainty": 120
},
"stopId": "0:LEMUD04",
"stopSequence": 24
},
{
"arrival": {
"time": "1777890992",
"uncertainty": 120
},
"departure": {
"time": "1777890992",
"uncertainty": 120
},
"stopId": "0:PIERNE02",
"stopSequence": 25
},
{
"arrival": {
"time": "1777891049",
"uncertainty": 120
},
"departure": {
"time": "1777891049",
"uncertainty": 120
},
"stopId": "0:LOTHAIR2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777891102",
"uncertainty": 120
},
"departure": {
"time": "1777891102",
"uncertainty": 120
},
"stopId": "0:POLY02",
"stopSequence": 27
},
{
"arrival": {
"time": "1777891149",
"uncertainty": 120
},
"departure": {
"time": "1777891149",
"uncertainty": 120
},
"stopId": "0:VANDERN2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777891214",
"uncertainty": 120
},
"departure": {
"time": "1777891214",
"uncertainty": 120
},
"stopId": "0:BOUCHOT2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777891266",
"uncertainty": 120
},
"departure": {
"time": "1777891266",
"uncertainty": 120
},
"stopId": "0:FRECOT2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777891352",
"uncertainty": 120
},
"departure": {
"time": "1777891352",
"uncertainty": 120
},
"stopId": "0:FAUBOUP2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777891422",
"uncertainty": 120
},
"departure": {
"time": "1777891422",
"uncertainty": 120
},
"stopId": "0:STROCH2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777891458",
"uncertainty": 120
},
"departure": {
"time": "1777891458",
"uncertainty": 120
},
"stopId": "0:PTICLOU2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777891481",
"uncertainty": 120
},
"departure": {
"time": "1777891481",
"uncertainty": 120
},
"stopId": "0:ACACIAS2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777891544",
"uncertainty": 120
},
"departure": {
"time": "1777891544",
"uncertainty": 120
},
"stopId": "0:ROSEAUX2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777891599",
"uncertainty": 120
},
"departure": {
"time": "1777891599",
"uncertainty": 120
},
"stopId": "0:VALERIA2",
"stopSequence": 36
},
{
"arrival": {
"time": "1777891683",
"uncertainty": 120
},
"stopId": "0:ARP309",
"stopSequence": 37
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853427"
},
"vehicle": {
"id": "544",
"label": "544"
}
}
},
{
"id": "1976903",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777891500",
"uncertainty": 120
},
"stopId": "0:CUGNOT1",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "15",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11976903"
}
}
},
{
"id": "1976429",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777893660",
"uncertainty": 120
},
"stopId": "0:COSTEBE4",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11976429"
}
}
},
{
"id": "1976426",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777891860",
"uncertainty": 120
},
"stopId": "0:COSTEBE4",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11976426"
}
}
},
{
"id": "1976427",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777892460",
"uncertainty": 120
},
"stopId": "0:COSTEBE4",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11976427"
}
}
},
{
"id": "1976424",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777890691",
"uncertainty": 120
},
"stopId": "0:COSTEBE4",
"stopSequence": 1
},
{
"arrival": {
"time": "1777890811",
"uncertainty": 120
},
"departure": {
"time": "1777890811",
"uncertainty": 120
},
"stopId": "0:MTPRIVA3",
"stopSequence": 2
},
{
"arrival": {
"time": "1777890860",
"uncertainty": 120
},
"departure": {
"time": "1777890872",
"uncertainty": 120
},
"stopId": "0:VOLONTA1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777890931",
"uncertainty": 120
},
"departure": {
"time": "1777890931",
"uncertainty": 120
},
"stopId": "0:MARGUER1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777891015",
"uncertainty": 120
},
"departure": {
"time": "1777891021",
"uncertainty": 120
},
"stopId": "0:VACONS1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777891153",
"uncertainty": 120
},
"departure": {
"time": "1777891153",
"uncertainty": 120
},
"stopId": "0:CHOCOL01",
"stopSequence": 6
},
{
"arrival": {
"time": "1777891210",
"uncertainty": 120
},
"departure": {
"time": "1777891210",
"uncertainty": 120
},
"stopId": "0:QUINT01",
"stopSequence": 7
},
{
"arrival": {
"time": "1777891322",
"uncertainty": 120
},
"departure": {
"time": "1777891322",
"uncertainty": 120
},
"stopId": "0:4VENTS1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777891408",
"uncertainty": 120
},
"departure": {
"time": "1777891408",
"uncertainty": 120
},
"stopId": "0:LAVOIR1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777891486",
"uncertainty": 120
},
"departure": {
"time": "1777891486",
"uncertainty": 120
},
"stopId": "0:EGLISE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777891550",
"uncertainty": 120
},
"departure": {
"time": "1777891550",
"uncertainty": 120
},
"stopId": "0:SLIVIER1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777891661",
"uncertainty": 120
},
"departure": {
"time": "1777891661",
"uncertainty": 120
},
"stopId": "0:BOILVIN1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777891719",
"uncertainty": 120
},
"departure": {
"time": "1777891719",
"uncertainty": 120
},
"stopId": "0:ARENES1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777891781",
"uncertainty": 120
},
"departure": {
"time": "1777891781",
"uncertainty": 120
},
"stopId": "0:LAFAYET1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777891848",
"uncertainty": 120
},
"departure": {
"time": "1777891848",
"uncertainty": 120
},
"stopId": "0:GARGE",
"stopSequence": 15
},
{
"arrival": {
"time": "1777891904",
"uncertainty": 120
},
"departure": {
"time": "1777891904",
"uncertainty": 120
},
"stopId": "0:ROIGE695",
"stopSequence": 16
},
{
"arrival": {
"time": "1777892001",
"uncertainty": 120
},
"departure": {
"time": "1777892001",
"uncertainty": 120
},
"stopId": "0:REPBW",
"stopSequence": 17
},
{
"arrival": {
"time": "1777892113",
"uncertainty": 120
},
"departure": {
"time": "1777892113",
"uncertainty": 120
},
"stopId": "0:VAUTRIN3",
"stopSequence": 18
},
{
"arrival": {
"time": "1777892244",
"uncertainty": 120
},
"departure": {
"time": "1777892244",
"uncertainty": 120
},
"stopId": "0:PREFECT2",
"stopSequence": 19
},
{
"arrival": {
"time": "1777892313",
"uncertainty": 120
},
"departure": {
"time": "1777892313",
"uncertainty": 120
},
"stopId": "0:STGEORG2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777892387",
"uncertainty": 120
},
"departure": {
"time": "1777892387",
"uncertainty": 120
},
"stopId": "0:RIMPORT2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777892547",
"uncertainty": 120
},
"departure": {
"time": "1777892547",
"uncertainty": 120
},
"stopId": "0:PONTIFF2",
"stopSequence": 22
},
{
"arrival": {
"time": "1777892628",
"uncertainty": 120
},
"departure": {
"time": "1777892628",
"uncertainty": 120
},
"stopId": "0:ROCHAMB2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777892738",
"uncertainty": 120
},
"departure": {
"time": "1777892738",
"uncertainty": 120
},
"stopId": "0:BERNANO2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777892795",
"uncertainty": 120
},
"departure": {
"time": "1777892795",
"uncertainty": 120
},
"stopId": "0:DALES2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777892847",
"uncertainty": 120
},
"departure": {
"time": "1777892847",
"uncertainty": 120
},
"stopId": "0:PATROTT2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777892960",
"uncertainty": 120
},
"departure": {
"time": "1777892960",
"uncertainty": 120
},
"stopId": "0:PAQUET2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777892995",
"uncertainty": 120
},
"departure": {
"time": "1777892995",
"uncertainty": 120
},
"stopId": "0:DAGA2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777893077",
"uncertainty": 120
},
"departure": {
"time": "1777893077",
"uncertainty": 120
},
"stopId": "0:4BORNES2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777893162",
"uncertainty": 120
},
"departure": {
"time": "1777893162",
"uncertainty": 120
},
"stopId": "0:MORLOT2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777893207",
"uncertainty": 120
},
"departure": {
"time": "1777893207",
"uncertainty": 120
},
"stopId": "0:COUPILL2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777893287",
"uncertainty": 120
},
"departure": {
"time": "1777893287",
"uncertainty": 120
},
"stopId": "0:RUCHER2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777893343",
"uncertainty": 120
},
"departure": {
"time": "1777893343",
"uncertainty": 120
},
"stopId": "0:ROSEMAR2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777893426",
"uncertainty": 120
},
"departure": {
"time": "1777893426",
"uncertainty": 120
},
"stopId": "0:SAULES2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777893517",
"uncertainty": 120
},
"departure": {
"time": "1777893517",
"uncertainty": 120
},
"stopId": "0:WOIPHOT2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777893612",
"uncertainty": 120
},
"departure": {
"time": "1777893612",
"uncertainty": 120
},
"stopId": "0:WCHATEA2",
"stopSequence": 36
},
{
"arrival": {
"time": "1777893747",
"uncertainty": 120
},
"stopId": "0:LEPATIS1",
"stopSequence": 37
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11976424"
},
"vehicle": {
"id": "1354",
"label": "1354"
}
}
},
{
"id": "1976425",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777891022",
"uncertainty": 120
},
"stopId": "0:COSTEBE4",
"stopSequence": 1
},
{
"arrival": {
"time": "1777891386",
"uncertainty": 120
},
"departure": {
"time": "1777891386",
"uncertainty": 120
},
"stopId": "0:MTPRIVA3",
"stopSequence": 2
},
{
"arrival": {
"time": "1777891434",
"uncertainty": 120
},
"departure": {
"time": "1777891434",
"uncertainty": 120
},
"stopId": "0:VOLONTA1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777891495",
"uncertainty": 120
},
"departure": {
"time": "1777891495",
"uncertainty": 120
},
"stopId": "0:MARGUER1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777891558",
"uncertainty": 120
},
"departure": {
"time": "1777891558",
"uncertainty": 120
},
"stopId": "0:VACONS1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777891690",
"uncertainty": 120
},
"departure": {
"time": "1777891690",
"uncertainty": 120
},
"stopId": "0:CHOCOL01",
"stopSequence": 6
},
{
"arrival": {
"time": "1777891747",
"uncertainty": 120
},
"departure": {
"time": "1777891747",
"uncertainty": 120
},
"stopId": "0:QUINT01",
"stopSequence": 7
},
{
"arrival": {
"time": "1777891859",
"uncertainty": 120
},
"departure": {
"time": "1777891859",
"uncertainty": 120
},
"stopId": "0:4VENTS1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777891945",
"uncertainty": 120
},
"departure": {
"time": "1777891945",
"uncertainty": 120
},
"stopId": "0:LAVOIR1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777892023",
"uncertainty": 120
},
"departure": {
"time": "1777892023",
"uncertainty": 120
},
"stopId": "0:EGLISE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777892092",
"uncertainty": 120
},
"departure": {
"time": "1777892092",
"uncertainty": 120
},
"stopId": "0:SLIVIER1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777892197",
"uncertainty": 120
},
"departure": {
"time": "1777892197",
"uncertainty": 120
},
"stopId": "0:BOILVIN1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777892275",
"uncertainty": 120
},
"departure": {
"time": "1777892275",
"uncertainty": 120
},
"stopId": "0:ARENES1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777892346",
"uncertainty": 120
},
"departure": {
"time": "1777892346",
"uncertainty": 120
},
"stopId": "0:LAFAYET1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777892438",
"uncertainty": 120
},
"departure": {
"time": "1777892438",
"uncertainty": 120
},
"stopId": "0:GARGE",
"stopSequence": 15
},
{
"arrival": {
"time": "1777892506",
"uncertainty": 120
},
"departure": {
"time": "1777892506",
"uncertainty": 120
},
"stopId": "0:ROIGE695",
"stopSequence": 16
},
{
"arrival": {
"time": "1777892629",
"uncertainty": 120
},
"departure": {
"time": "1777892880",
"uncertainty": 120
},
"stopId": "0:REPBW",
"stopSequence": 17
},
{
"arrival": {
"time": "1777893033",
"uncertainty": 120
},
"departure": {
"time": "1777893033",
"uncertainty": 120
},
"stopId": "0:VAUTRIN3",
"stopSequence": 18
},
{
"arrival": {
"time": "1777893180",
"uncertainty": 120
},
"departure": {
"time": "1777893180",
"uncertainty": 120
},
"stopId": "0:PREFECT2",
"stopSequence": 19
},
{
"arrival": {
"time": "1777893246",
"uncertainty": 120
},
"departure": {
"time": "1777893246",
"uncertainty": 120
},
"stopId": "0:STGEORG2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777893320",
"uncertainty": 120
},
"departure": {
"time": "1777893320",
"uncertainty": 120
},
"stopId": "0:RIMPORT2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777893480",
"uncertainty": 120
},
"departure": {
"time": "1777893480",
"uncertainty": 120
},
"stopId": "0:PONTIFF2",
"stopSequence": 22
},
{
"arrival": {
"time": "1777893561",
"uncertainty": 120
},
"departure": {
"time": "1777893561",
"uncertainty": 120
},
"stopId": "0:ROCHAMB2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777893671",
"uncertainty": 120
},
"departure": {
"time": "1777893671",
"uncertainty": 120
},
"stopId": "0:BERNANO2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777893728",
"uncertainty": 120
},
"departure": {
"time": "1777893728",
"uncertainty": 120
},
"stopId": "0:DALES2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777893780",
"uncertainty": 120
},
"departure": {
"time": "1777893780",
"uncertainty": 120
},
"stopId": "0:PATROTT2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777893893",
"uncertainty": 120
},
"departure": {
"time": "1777893893",
"uncertainty": 120
},
"stopId": "0:PAQUET2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777893928",
"uncertainty": 120
},
"departure": {
"time": "1777893928",
"uncertainty": 120
},
"stopId": "0:DAGA2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777894010",
"uncertainty": 120
},
"departure": {
"time": "1777894010",
"uncertainty": 120
},
"stopId": "0:4BORNES2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777894095",
"uncertainty": 120
},
"departure": {
"time": "1777894095",
"uncertainty": 120
},
"stopId": "0:MORLOT2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777894140",
"uncertainty": 120
},
"departure": {
"time": "1777894140",
"uncertainty": 120
},
"stopId": "0:COUPILL2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777894220",
"uncertainty": 120
},
"departure": {
"time": "1777894220",
"uncertainty": 120
},
"stopId": "0:RUCHER2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777894276",
"uncertainty": 120
},
"departure": {
"time": "1777894276",
"uncertainty": 120
},
"stopId": "0:ROSEMAR2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777894359",
"uncertainty": 120
},
"departure": {
"time": "1777894359",
"uncertainty": 120
},
"stopId": "0:SAULES2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777894450",
"uncertainty": 120
},
"departure": {
"time": "1777894450",
"uncertainty": 120
},
"stopId": "0:WOIPHOT2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777894545",
"uncertainty": 120
},
"departure": {
"time": "1777894545",
"uncertainty": 120
},
"stopId": "0:WCHATEA2",
"stopSequence": 36
},
{
"arrival": {
"time": "1777894680",
"uncertainty": 120
},
"stopId": "0:LEPATIS1",
"stopSequence": 37
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11976425"
},
"vehicle": {
"id": "2051",
"label": "2051"
}
}
},
{
"id": "1976422",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777889551",
"uncertainty": 120
},
"stopId": "0:COSTEBE4",
"stopSequence": 1
},
{
"arrival": {
"time": "1777889681",
"uncertainty": 120
},
"departure": {
"time": "1777889681",
"uncertainty": 120
},
"stopId": "0:MTPRIVA3",
"stopSequence": 2
},
{
"arrival": {
"time": "1777889712",
"uncertainty": 120
},
"departure": {
"time": "1777889762",
"uncertainty": 120
},
"stopId": "0:VOLONTA1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777889822",
"uncertainty": 120
},
"departure": {
"time": "1777889822",
"uncertainty": 120
},
"stopId": "0:MARGUER1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777889893",
"uncertainty": 120
},
"departure": {
"time": "1777889912",
"uncertainty": 120
},
"stopId": "0:VACONS1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777890028",
"uncertainty": 120
},
"departure": {
"time": "1777890028",
"uncertainty": 120
},
"stopId": "0:CHOCOL01",
"stopSequence": 6
},
{
"arrival": {
"time": "1777890073",
"uncertainty": 120
},
"departure": {
"time": "1777890073",
"uncertainty": 120
},
"stopId": "0:QUINT01",
"stopSequence": 7
},
{
"arrival": {
"time": "1777890180",
"uncertainty": 120
},
"departure": {
"time": "1777890180",
"uncertainty": 120
},
"stopId": "0:4VENTS1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777890243",
"uncertainty": 120
},
"departure": {
"time": "1777890243",
"uncertainty": 120
},
"stopId": "0:LAVOIR1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777890280",
"uncertainty": 120
},
"departure": {
"time": "1777890280",
"uncertainty": 120
},
"stopId": "0:EGLISE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777890342",
"uncertainty": 120
},
"departure": {
"time": "1777890342",
"uncertainty": 120
},
"stopId": "0:SLIVIER1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777890455",
"uncertainty": 120
},
"departure": {
"time": "1777890472",
"uncertainty": 120
},
"stopId": "0:BOILVIN1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777890525",
"uncertainty": 120
},
"departure": {
"time": "1777890544",
"uncertainty": 120
},
"stopId": "0:ARENES1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777890603",
"uncertainty": 120
},
"departure": {
"time": "1777890603",
"uncertainty": 120
},
"stopId": "0:LAFAYET1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777890663",
"uncertainty": 120
},
"departure": {
"time": "1777890723",
"uncertainty": 120
},
"stopId": "0:GARGE",
"stopSequence": 15
},
{
"arrival": {
"time": "1777890775",
"uncertainty": 120
},
"departure": {
"time": "1777890783",
"uncertainty": 120
},
"stopId": "0:ROIGE695",
"stopSequence": 16
},
{
"arrival": {
"time": "1777890873",
"uncertainty": 120
},
"departure": {
"time": "1777891022",
"uncertainty": 120
},
"stopId": "0:REPBW",
"stopSequence": 17
},
{
"arrival": {
"time": "1777891190",
"uncertainty": 120
},
"departure": {
"time": "1777891190",
"uncertainty": 120
},
"stopId": "0:VAUTRIN3",
"stopSequence": 18
},
{
"arrival": {
"time": "1777891320",
"uncertainty": 120
},
"departure": {
"time": "1777891320",
"uncertainty": 120
},
"stopId": "0:PREFECT2",
"stopSequence": 19
},
{
"arrival": {
"time": "1777891387",
"uncertainty": 120
},
"departure": {
"time": "1777891387",
"uncertainty": 120
},
"stopId": "0:STGEORG2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777891465",
"uncertainty": 120
},
"departure": {
"time": "1777891465",
"uncertainty": 120
},
"stopId": "0:RIMPORT2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777891647",
"uncertainty": 120
},
"departure": {
"time": "1777891647",
"uncertainty": 120
},
"stopId": "0:PONTIFF2",
"stopSequence": 22
},
{
"arrival": {
"time": "1777891736",
"uncertainty": 120
},
"departure": {
"time": "1777891736",
"uncertainty": 120
},
"stopId": "0:ROCHAMB2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777891839",
"uncertainty": 120
},
"departure": {
"time": "1777891839",
"uncertainty": 120
},
"stopId": "0:BERNANO2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777891942",
"uncertainty": 120
},
"departure": {
"time": "1777891942",
"uncertainty": 120
},
"stopId": "0:DALES2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777891995",
"uncertainty": 120
},
"departure": {
"time": "1777891995",
"uncertainty": 120
},
"stopId": "0:PATROTT2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777892114",
"uncertainty": 120
},
"departure": {
"time": "1777892114",
"uncertainty": 120
},
"stopId": "0:PAQUET2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777892147",
"uncertainty": 120
},
"departure": {
"time": "1777892147",
"uncertainty": 120
},
"stopId": "0:DAGA2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777892210",
"uncertainty": 120
},
"departure": {
"time": "1777892210",
"uncertainty": 120
},
"stopId": "0:4BORNES2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777892295",
"uncertainty": 120
},
"departure": {
"time": "1777892295",
"uncertainty": 120
},
"stopId": "0:MORLOT2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777892352",
"uncertainty": 120
},
"departure": {
"time": "1777892352",
"uncertainty": 120
},
"stopId": "0:COUPILL2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777892432",
"uncertainty": 120
},
"departure": {
"time": "1777892432",
"uncertainty": 120
},
"stopId": "0:RUCHER2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777892488",
"uncertainty": 120
},
"departure": {
"time": "1777892488",
"uncertainty": 120
},
"stopId": "0:ROSEMAR2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777892571",
"uncertainty": 120
},
"departure": {
"time": "1777892571",
"uncertainty": 120
},
"stopId": "0:SAULES2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777892662",
"uncertainty": 120
},
"departure": {
"time": "1777892662",
"uncertainty": 120
},
"stopId": "0:WOIPHOT2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777892757",
"uncertainty": 120
},
"departure": {
"time": "1777892757",
"uncertainty": 120
},
"stopId": "0:WCHATEA2",
"stopSequence": 36
},
{
"arrival": {
"time": "1777892892",
"uncertainty": 120
},
"stopId": "0:LEPATIS1",
"stopSequence": 37
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11976422"
}
}
},
{
"id": "1976423",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777890092",
"uncertainty": 120
},
"stopId": "0:COSTEBE4",
"stopSequence": 1
},
{
"arrival": {
"time": "1777890231",
"uncertainty": 120
},
"departure": {
"time": "1777890240",
"uncertainty": 120
},
"stopId": "0:MTPRIVA3",
"stopSequence": 2
},
{
"arrival": {
"time": "1777890272",
"uncertainty": 120
},
"departure": {
"time": "1777890272",
"uncertainty": 120
},
"stopId": "0:VOLONTA1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777890354",
"uncertainty": 120
},
"departure": {
"time": "1777890362",
"uncertainty": 120
},
"stopId": "0:MARGUER1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777890422",
"uncertainty": 120
},
"departure": {
"time": "1777890422",
"uncertainty": 120
},
"stopId": "0:VACONS1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777890554",
"uncertainty": 120
},
"departure": {
"time": "1777890554",
"uncertainty": 120
},
"stopId": "0:CHOCOL01",
"stopSequence": 6
},
{
"arrival": {
"time": "1777890608",
"uncertainty": 120
},
"departure": {
"time": "1777890608",
"uncertainty": 120
},
"stopId": "0:QUINT01",
"stopSequence": 7
},
{
"arrival": {
"time": "1777890719",
"uncertainty": 120
},
"departure": {
"time": "1777890722",
"uncertainty": 120
},
"stopId": "0:4VENTS1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777890806",
"uncertainty": 120
},
"departure": {
"time": "1777890812",
"uncertainty": 120
},
"stopId": "0:LAVOIR1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777890890",
"uncertainty": 120
},
"departure": {
"time": "1777890932",
"uncertainty": 120
},
"stopId": "0:EGLISE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777891010",
"uncertainty": 120
},
"departure": {
"time": "1777891010",
"uncertainty": 120
},
"stopId": "0:SLIVIER1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777891121",
"uncertainty": 120
},
"departure": {
"time": "1777891121",
"uncertainty": 120
},
"stopId": "0:BOILVIN1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777891179",
"uncertainty": 120
},
"departure": {
"time": "1777891179",
"uncertainty": 120
},
"stopId": "0:ARENES1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777891240",
"uncertainty": 120
},
"departure": {
"time": "1777891240",
"uncertainty": 120
},
"stopId": "0:LAFAYET1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777891306",
"uncertainty": 120
},
"departure": {
"time": "1777891306",
"uncertainty": 120
},
"stopId": "0:GARGE",
"stopSequence": 15
},
{
"arrival": {
"time": "1777891361",
"uncertainty": 120
},
"departure": {
"time": "1777891361",
"uncertainty": 120
},
"stopId": "0:ROIGE695",
"stopSequence": 16
},
{
"arrival": {
"time": "1777891458",
"uncertainty": 120
},
"departure": {
"time": "1777891680",
"uncertainty": 120
},
"stopId": "0:REPBW",
"stopSequence": 17
},
{
"arrival": {
"time": "1777891790",
"uncertainty": 120
},
"departure": {
"time": "1777891790",
"uncertainty": 120
},
"stopId": "0:VAUTRIN3",
"stopSequence": 18
},
{
"arrival": {
"time": "1777891920",
"uncertainty": 120
},
"departure": {
"time": "1777891920",
"uncertainty": 120
},
"stopId": "0:PREFECT2",
"stopSequence": 19
},
{
"arrival": {
"time": "1777891987",
"uncertainty": 120
},
"departure": {
"time": "1777891987",
"uncertainty": 120
},
"stopId": "0:STGEORG2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777892063",
"uncertainty": 120
},
"departure": {
"time": "1777892063",
"uncertainty": 120
},
"stopId": "0:RIMPORT2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777892236",
"uncertainty": 120
},
"departure": {
"time": "1777892236",
"uncertainty": 120
},
"stopId": "0:PONTIFF2",
"stopSequence": 22
},
{
"arrival": {
"time": "1777892322",
"uncertainty": 120
},
"departure": {
"time": "1777892322",
"uncertainty": 120
},
"stopId": "0:ROCHAMB2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777892427",
"uncertainty": 120
},
"departure": {
"time": "1777892427",
"uncertainty": 120
},
"stopId": "0:BERNANO2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777892519",
"uncertainty": 120
},
"departure": {
"time": "1777892519",
"uncertainty": 120
},
"stopId": "0:DALES2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777892572",
"uncertainty": 120
},
"departure": {
"time": "1777892572",
"uncertainty": 120
},
"stopId": "0:PATROTT2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777892685",
"uncertainty": 120
},
"departure": {
"time": "1777892685",
"uncertainty": 120
},
"stopId": "0:PAQUET2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777892720",
"uncertainty": 120
},
"departure": {
"time": "1777892720",
"uncertainty": 120
},
"stopId": "0:DAGA2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777892802",
"uncertainty": 120
},
"departure": {
"time": "1777892802",
"uncertainty": 120
},
"stopId": "0:4BORNES2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777892887",
"uncertainty": 120
},
"departure": {
"time": "1777892887",
"uncertainty": 120
},
"stopId": "0:MORLOT2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777892932",
"uncertainty": 120
},
"departure": {
"time": "1777892932",
"uncertainty": 120
},
"stopId": "0:COUPILL2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777893012",
"uncertainty": 120
},
"departure": {
"time": "1777893012",
"uncertainty": 120
},
"stopId": "0:RUCHER2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777893068",
"uncertainty": 120
},
"departure": {
"time": "1777893068",
"uncertainty": 120
},
"stopId": "0:ROSEMAR2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777893151",
"uncertainty": 120
},
"departure": {
"time": "1777893151",
"uncertainty": 120
},
"stopId": "0:SAULES2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777893242",
"uncertainty": 120
},
"departure": {
"time": "1777893242",
"uncertainty": 120
},
"stopId": "0:WOIPHOT2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777893337",
"uncertainty": 120
},
"departure": {
"time": "1777893337",
"uncertainty": 120
},
"stopId": "0:WCHATEA2",
"stopSequence": 36
},
{
"arrival": {
"time": "1777893472",
"uncertainty": 120
},
"stopId": "0:LEPATIS1",
"stopSequence": 37
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11976423"
},
"vehicle": {
"id": "1356",
"label": "1356"
}
}
},
{
"id": "1976420",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777888292",
"uncertainty": 120
},
"stopId": "0:COSTEBE4",
"stopSequence": 1
},
{
"arrival": {
"time": "1777888410",
"uncertainty": 120
},
"departure": {
"time": "1777888411",
"uncertainty": 120
},
"stopId": "0:MTPRIVA3",
"stopSequence": 2
},
{
"arrival": {
"time": "1777888467",
"uncertainty": 120
},
"departure": {
"time": "1777888472",
"uncertainty": 120
},
"stopId": "0:VOLONTA1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777888557",
"uncertainty": 120
},
"departure": {
"time": "1777888562",
"uncertainty": 120
},
"stopId": "0:MARGUER1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777888653",
"uncertainty": 120
},
"departure": {
"time": "1777888683",
"uncertainty": 120
},
"stopId": "0:VACONS1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777888794",
"uncertainty": 120
},
"departure": {
"time": "1777888794",
"uncertainty": 120
},
"stopId": "0:CHOCOL01",
"stopSequence": 6
},
{
"arrival": {
"time": "1777888834",
"uncertainty": 120
},
"departure": {
"time": "1777888834",
"uncertainty": 120
},
"stopId": "0:QUINT01",
"stopSequence": 7
},
{
"arrival": {
"time": "1777888924",
"uncertainty": 120
},
"departure": {
"time": "1777888924",
"uncertainty": 120
},
"stopId": "0:4VENTS1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777889021",
"uncertainty": 120
},
"departure": {
"time": "1777889021",
"uncertainty": 120
},
"stopId": "0:LAVOIR1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777889086",
"uncertainty": 120
},
"departure": {
"time": "1777889103",
"uncertainty": 120
},
"stopId": "0:EGLISE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777889180",
"uncertainty": 120
},
"departure": {
"time": "1777889195",
"uncertainty": 120
},
"stopId": "0:SLIVIER1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777889257",
"uncertainty": 120
},
"departure": {
"time": "1777889288",
"uncertainty": 120
},
"stopId": "0:BOILVIN1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777889387",
"uncertainty": 120
},
"departure": {
"time": "1777889407",
"uncertainty": 120
},
"stopId": "0:ARENES1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777889497",
"uncertainty": 120
},
"departure": {
"time": "1777889497",
"uncertainty": 120
},
"stopId": "0:LAFAYET1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777889587",
"uncertainty": 120
},
"departure": {
"time": "1777889677",
"uncertainty": 120
},
"stopId": "0:GARGE",
"stopSequence": 15
},
{
"arrival": {
"time": "1777889720",
"uncertainty": 120
},
"departure": {
"time": "1777889737",
"uncertainty": 120
},
"stopId": "0:ROIGE695",
"stopSequence": 16
},
{
"arrival": {
"time": "1777889857",
"uncertainty": 120
},
"departure": {
"time": "1777889917",
"uncertainty": 120
},
"stopId": "0:REPBW",
"stopSequence": 17
},
{
"arrival": {
"time": "1777890033",
"uncertainty": 120
},
"departure": {
"time": "1777890037",
"uncertainty": 120
},
"stopId": "0:VAUTRIN3",
"stopSequence": 18
},
{
"arrival": {
"time": "1777890187",
"uncertainty": 120
},
"departure": {
"time": "1777890187",
"uncertainty": 120
},
"stopId": "0:PREFECT2",
"stopSequence": 19
},
{
"arrival": {
"time": "1777890267",
"uncertainty": 120
},
"departure": {
"time": "1777890277",
"uncertainty": 120
},
"stopId": "0:STGEORG2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777890355",
"uncertainty": 120
},
"departure": {
"time": "1777890355",
"uncertainty": 120
},
"stopId": "0:RIMPORT2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777890540",
"uncertainty": 120
},
"departure": {
"time": "1777890547",
"uncertainty": 120
},
"stopId": "0:PONTIFF2",
"stopSequence": 22
},
{
"arrival": {
"time": "1777890637",
"uncertainty": 120
},
"departure": {
"time": "1777890637",
"uncertainty": 120
},
"stopId": "0:ROCHAMB2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777890739",
"uncertainty": 120
},
"departure": {
"time": "1777890758",
"uncertainty": 120
},
"stopId": "0:BERNANO2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777890867",
"uncertainty": 120
},
"departure": {
"time": "1777890877",
"uncertainty": 120
},
"stopId": "0:DALES2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777890930",
"uncertainty": 120
},
"departure": {
"time": "1777890937",
"uncertainty": 120
},
"stopId": "0:PATROTT2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777891017",
"uncertainty": 120
},
"departure": {
"time": "1777891017",
"uncertainty": 120
},
"stopId": "0:PAQUET2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777891050",
"uncertainty": 120
},
"departure": {
"time": "1777891050",
"uncertainty": 120
},
"stopId": "0:DAGA2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777891110",
"uncertainty": 120
},
"departure": {
"time": "1777891110",
"uncertainty": 120
},
"stopId": "0:4BORNES2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777891197",
"uncertainty": 120
},
"departure": {
"time": "1777891197",
"uncertainty": 120
},
"stopId": "0:MORLOT2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777891255",
"uncertainty": 120
},
"departure": {
"time": "1777891255",
"uncertainty": 120
},
"stopId": "0:COUPILL2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777891325",
"uncertainty": 120
},
"departure": {
"time": "1777891325",
"uncertainty": 120
},
"stopId": "0:RUCHER2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777891367",
"uncertainty": 120
},
"departure": {
"time": "1777891367",
"uncertainty": 120
},
"stopId": "0:ROSEMAR2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777891428",
"uncertainty": 120
},
"departure": {
"time": "1777891428",
"uncertainty": 120
},
"stopId": "0:SAULES2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777891488",
"uncertainty": 120
},
"departure": {
"time": "1777891488",
"uncertainty": 120
},
"stopId": "0:WOIPHOT2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777891596",
"uncertainty": 120
},
"departure": {
"time": "1777891596",
"uncertainty": 120
},
"stopId": "0:WCHATEA2",
"stopSequence": 36
},
{
"arrival": {
"time": "1777891667",
"uncertainty": 120
},
"stopId": "0:LEPATIS1",
"stopSequence": 37
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11976420"
},
"vehicle": {
"id": "1357",
"label": "1357"
}
}
},
{
"id": "1976421",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777888981",
"uncertainty": 120
},
"stopId": "0:COSTEBE4",
"stopSequence": 1
},
{
"arrival": {
"time": "1777889101",
"uncertainty": 120
},
"departure": {
"time": "1777889101",
"uncertainty": 120
},
"stopId": "0:MTPRIVA3",
"stopSequence": 2
},
{
"arrival": {
"time": "1777889131",
"uncertainty": 120
},
"departure": {
"time": "1777889161",
"uncertainty": 120
},
"stopId": "0:VOLONTA1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777889221",
"uncertainty": 120
},
"departure": {
"time": "1777889221",
"uncertainty": 120
},
"stopId": "0:MARGUER1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777889311",
"uncertainty": 120
},
"departure": {
"time": "1777889341",
"uncertainty": 120
},
"stopId": "0:VACONS1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777889431",
"uncertainty": 120
},
"departure": {
"time": "1777889431",
"uncertainty": 120
},
"stopId": "0:CHOCOL01",
"stopSequence": 6
},
{
"arrival": {
"time": "1777889491",
"uncertainty": 120
},
"departure": {
"time": "1777889491",
"uncertainty": 120
},
"stopId": "0:QUINT01",
"stopSequence": 7
},
{
"arrival": {
"time": "1777889610",
"uncertainty": 120
},
"departure": {
"time": "1777889611",
"uncertainty": 120
},
"stopId": "0:4VENTS1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777889701",
"uncertainty": 120
},
"departure": {
"time": "1777889701",
"uncertainty": 120
},
"stopId": "0:LAVOIR1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777889760",
"uncertainty": 120
},
"departure": {
"time": "1777889791",
"uncertainty": 120
},
"stopId": "0:EGLISE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777889848",
"uncertainty": 120
},
"departure": {
"time": "1777889851",
"uncertainty": 120
},
"stopId": "0:SLIVIER1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777889933",
"uncertainty": 120
},
"departure": {
"time": "1777889941",
"uncertainty": 120
},
"stopId": "0:BOILVIN1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777890024",
"uncertainty": 120
},
"departure": {
"time": "1777890031",
"uncertainty": 120
},
"stopId": "0:ARENES1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777890091",
"uncertainty": 120
},
"departure": {
"time": "1777890091",
"uncertainty": 120
},
"stopId": "0:LAFAYET1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777890181",
"uncertainty": 120
},
"departure": {
"time": "1777890240",
"uncertainty": 120
},
"stopId": "0:GARGE",
"stopSequence": 15
},
{
"arrival": {
"time": "1777890296",
"uncertainty": 120
},
"departure": {
"time": "1777890331",
"uncertainty": 120
},
"stopId": "0:ROIGE695",
"stopSequence": 16
},
{
"arrival": {
"time": "1777890421",
"uncertainty": 120
},
"departure": {
"time": "1777890650",
"uncertainty": 120
},
"stopId": "0:REPBW",
"stopSequence": 17
},
{
"arrival": {
"time": "1777890755",
"uncertainty": 120
},
"departure": {
"time": "1777890755",
"uncertainty": 120
},
"stopId": "0:VAUTRIN3",
"stopSequence": 18
},
{
"arrival": {
"time": "1777890883",
"uncertainty": 120
},
"departure": {
"time": "1777890883",
"uncertainty": 120
},
"stopId": "0:PREFECT2",
"stopSequence": 19
},
{
"arrival": {
"time": "1777890950",
"uncertainty": 120
},
"departure": {
"time": "1777890950",
"uncertainty": 120
},
"stopId": "0:STGEORG2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777891019",
"uncertainty": 120
},
"departure": {
"time": "1777891019",
"uncertainty": 120
},
"stopId": "0:RIMPORT2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777891202",
"uncertainty": 120
},
"departure": {
"time": "1777891202",
"uncertainty": 120
},
"stopId": "0:PONTIFF2",
"stopSequence": 22
},
{
"arrival": {
"time": "1777891291",
"uncertainty": 120
},
"departure": {
"time": "1777891291",
"uncertainty": 120
},
"stopId": "0:ROCHAMB2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777891394",
"uncertainty": 120
},
"departure": {
"time": "1777891394",
"uncertainty": 120
},
"stopId": "0:BERNANO2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777891498",
"uncertainty": 120
},
"departure": {
"time": "1777891498",
"uncertainty": 120
},
"stopId": "0:DALES2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777891551",
"uncertainty": 120
},
"departure": {
"time": "1777891551",
"uncertainty": 120
},
"stopId": "0:PATROTT2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777891670",
"uncertainty": 120
},
"departure": {
"time": "1777891670",
"uncertainty": 120
},
"stopId": "0:PAQUET2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777891703",
"uncertainty": 120
},
"departure": {
"time": "1777891703",
"uncertainty": 120
},
"stopId": "0:DAGA2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777891763",
"uncertainty": 120
},
"departure": {
"time": "1777891763",
"uncertainty": 120
},
"stopId": "0:4BORNES2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777891850",
"uncertainty": 120
},
"departure": {
"time": "1777891850",
"uncertainty": 120
},
"stopId": "0:MORLOT2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777891907",
"uncertainty": 120
},
"departure": {
"time": "1777891907",
"uncertainty": 120
},
"stopId": "0:COUPILL2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777891987",
"uncertainty": 120
},
"departure": {
"time": "1777891987",
"uncertainty": 120
},
"stopId": "0:RUCHER2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777892043",
"uncertainty": 120
},
"departure": {
"time": "1777892043",
"uncertainty": 120
},
"stopId": "0:ROSEMAR2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777892126",
"uncertainty": 120
},
"departure": {
"time": "1777892126",
"uncertainty": 120
},
"stopId": "0:SAULES2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777892217",
"uncertainty": 120
},
"departure": {
"time": "1777892217",
"uncertainty": 120
},
"stopId": "0:WOIPHOT2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777892312",
"uncertainty": 120
},
"departure": {
"time": "1777892312",
"uncertainty": 120
},
"stopId": "0:WCHATEA2",
"stopSequence": 36
},
{
"arrival": {
"time": "1777892447",
"uncertainty": 120
},
"stopId": "0:LEPATIS1",
"stopSequence": 37
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11976421"
},
"vehicle": {
"id": "952",
"label": "952"
}
}
},
{
"id": "1853468",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777888051",
"uncertainty": 120
},
"stopId": "0:MNVE1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777888125",
"uncertainty": 120
},
"departure": {
"time": "1777888125",
"uncertainty": 120
},
"stopId": "0:HAIEBRU1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777888154",
"uncertainty": 120
},
"departure": {
"time": "1777888171",
"uncertainty": 120
},
"stopId": "0:SERRET1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777888214",
"uncertainty": 120
},
"departure": {
"time": "1777888231",
"uncertainty": 120
},
"stopId": "0:STJEAN01",
"stopSequence": 4
},
{
"arrival": {
"time": "1777888303",
"uncertainty": 120
},
"departure": {
"time": "1777888303",
"uncertainty": 120
},
"stopId": "0:MOULI281",
"stopSequence": 5
},
{
"arrival": {
"time": "1777888332",
"uncertainty": 120
},
"departure": {
"time": "1777888332",
"uncertainty": 120
},
"stopId": "0:LIBERTE1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777888381",
"uncertainty": 120
},
"departure": {
"time": "1777888381",
"uncertainty": 120
},
"stopId": "0:SCYBAS1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777888411",
"uncertainty": 120
},
"departure": {
"time": "1777888411",
"uncertainty": 120
},
"stopId": "0:PRILLE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777888465",
"uncertainty": 120
},
"departure": {
"time": "1777888471",
"uncertainty": 120
},
"stopId": "0:LECLERC1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777888522",
"uncertainty": 120
},
"departure": {
"time": "1777888522",
"uncertainty": 120
},
"stopId": "0:LONGEVI1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777888561",
"uncertainty": 120
},
"departure": {
"time": "1777888561",
"uncertainty": 120
},
"stopId": "0:MIGETTE1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777888588",
"uncertainty": 120
},
"departure": {
"time": "1777888588",
"uncertainty": 120
},
"stopId": "0:CASINO1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777888612",
"uncertainty": 120
},
"departure": {
"time": "1777888711",
"uncertainty": 120
},
"stopId": "0:PONTVER1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777888771",
"uncertainty": 120
},
"departure": {
"time": "1777888771",
"uncertainty": 120
},
"stopId": "0:FOCH1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777888831",
"uncertainty": 120
},
"departure": {
"time": "1777888831",
"uncertainty": 120
},
"stopId": "0:SMARTIN1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777888902",
"uncertainty": 120
},
"departure": {
"time": "1777888902",
"uncertainty": 120
},
"stopId": "0:TIGNO290",
"stopSequence": 16
},
{
"arrival": {
"time": "1777889005",
"uncertainty": 120
},
"departure": {
"time": "1777889071",
"uncertainty": 120
},
"stopId": "0:FMOSELL1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777889128",
"uncertainty": 120
},
"departure": {
"time": "1777889161",
"uncertainty": 120
},
"stopId": "0:LUXE",
"stopSequence": 18
},
{
"arrival": {
"time": "1777889371",
"uncertainty": 120
},
"departure": {
"time": "1777889712",
"uncertainty": 120
},
"stopId": "0:REPPW",
"stopSequence": 19
},
{
"arrival": {
"time": "1777889811",
"uncertainty": 120
},
"departure": {
"time": "1777889832",
"uncertainty": 120
},
"stopId": "0:ROIGE694",
"stopSequence": 20
},
{
"arrival": {
"time": "1777889922",
"uncertainty": 120
},
"departure": {
"time": "1777889982",
"uncertainty": 120
},
"stopId": "0:GARGS",
"stopSequence": 21
},
{
"arrival": {
"time": "1777890113",
"uncertainty": 120
},
"departure": {
"time": "1777890163",
"uncertainty": 120
},
"stopId": "0:POMS",
"stopSequence": 22
},
{
"arrival": {
"time": "1777890333",
"uncertainty": 120
},
"departure": {
"time": "1777890342",
"uncertainty": 120
},
"stopId": "0:DEMBOUR2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777890383",
"uncertainty": 120
},
"departure": {
"time": "1777890402",
"uncertainty": 120
},
"stopId": "0:LEMUD04",
"stopSequence": 24
},
{
"arrival": {
"time": "1777890447",
"uncertainty": 120
},
"departure": {
"time": "1777890462",
"uncertainty": 120
},
"stopId": "0:PIERNE02",
"stopSequence": 25
},
{
"arrival": {
"time": "1777890517",
"uncertainty": 120
},
"departure": {
"time": "1777890552",
"uncertainty": 120
},
"stopId": "0:LOTHAIR2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777890605",
"uncertainty": 120
},
"departure": {
"time": "1777890612",
"uncertainty": 120
},
"stopId": "0:POLY02",
"stopSequence": 27
},
{
"arrival": {
"time": "1777890659",
"uncertainty": 120
},
"departure": {
"time": "1777890672",
"uncertainty": 120
},
"stopId": "0:VANDERN2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777890736",
"uncertainty": 120
},
"departure": {
"time": "1777890736",
"uncertainty": 120
},
"stopId": "0:BOUCHOT2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777890792",
"uncertainty": 120
},
"departure": {
"time": "1777890792",
"uncertainty": 120
},
"stopId": "0:FRECOT2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777890879",
"uncertainty": 120
},
"departure": {
"time": "1777890882",
"uncertainty": 120
},
"stopId": "0:FAUBOUP2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777890968",
"uncertainty": 120
},
"departure": {
"time": "1777890973",
"uncertainty": 120
},
"stopId": "0:PLATEAU2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777891002",
"uncertainty": 120
},
"departure": {
"time": "1777891002",
"uncertainty": 120
},
"stopId": "0:APREMON2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777891059",
"uncertainty": 120
},
"departure": {
"time": "1777891059",
"uncertainty": 120
},
"stopId": "0:PLAINE2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777891120",
"uncertainty": 120
},
"departure": {
"time": "1777891120",
"uncertainty": 120
},
"stopId": "0:ROOSEVE2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777891173",
"uncertainty": 120
},
"departure": {
"time": "1777891173",
"uncertainty": 120
},
"stopId": "0:MAGNYBO2",
"stopSequence": 36
},
{
"arrival": {
"time": "1777891221",
"uncertainty": 120
},
"departure": {
"time": "1777891221",
"uncertainty": 120
},
"stopId": "0:OBELLI02",
"stopSequence": 37
},
{
"arrival": {
"time": "1777891269",
"uncertainty": 120
},
"departure": {
"time": "1777891269",
"uncertainty": 120
},
"stopId": "0:ARMOISI2",
"stopSequence": 38
},
{
"arrival": {
"time": "1777891338",
"uncertainty": 120
},
"departure": {
"time": "1777891338",
"uncertainty": 120
},
"stopId": "0:BEAUSOL2",
"stopSequence": 39
},
{
"arrival": {
"time": "1777891422",
"uncertainty": 120
},
"departure": {
"time": "1777891422",
"uncertainty": 120
},
"stopId": "0:HTMAGNY2",
"stopSequence": 40
},
{
"arrival": {
"time": "1777891480",
"uncertainty": 120
},
"stopId": "0:ABS591",
"stopSequence": 41
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853468"
},
"vehicle": {
"id": "2154",
"label": "2154"
}
}
},
{
"id": "1976419",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777887660",
"uncertainty": 120
},
"stopId": "0:COSTEBE4",
"stopSequence": 1
},
{
"arrival": {
"time": "1777887765",
"uncertainty": 120
},
"departure": {
"time": "1777887765",
"uncertainty": 120
},
"stopId": "0:MTPRIVA3",
"stopSequence": 2
},
{
"arrival": {
"time": "1777887803",
"uncertainty": 120
},
"departure": {
"time": "1777887811",
"uncertainty": 120
},
"stopId": "0:VOLONTA1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777887901",
"uncertainty": 120
},
"departure": {
"time": "1777887901",
"uncertainty": 120
},
"stopId": "0:MARGUER1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777887991",
"uncertainty": 120
},
"departure": {
"time": "1777888021",
"uncertainty": 120
},
"stopId": "0:VACONS1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777888141",
"uncertainty": 120
},
"departure": {
"time": "1777888141",
"uncertainty": 120
},
"stopId": "0:CHOCOL01",
"stopSequence": 6
},
{
"arrival": {
"time": "1777888207",
"uncertainty": 120
},
"departure": {
"time": "1777888207",
"uncertainty": 120
},
"stopId": "0:QUINT01",
"stopSequence": 7
},
{
"arrival": {
"time": "1777888321",
"uncertainty": 120
},
"departure": {
"time": "1777888321",
"uncertainty": 120
},
"stopId": "0:4VENTS1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777888435",
"uncertainty": 120
},
"departure": {
"time": "1777888441",
"uncertainty": 120
},
"stopId": "0:LAVOIR1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777888512",
"uncertainty": 120
},
"departure": {
"time": "1777888531",
"uncertainty": 120
},
"stopId": "0:EGLISE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777888617",
"uncertainty": 120
},
"departure": {
"time": "1777888651",
"uncertainty": 120
},
"stopId": "0:SLIVIER1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777888711",
"uncertainty": 120
},
"departure": {
"time": "1777888711",
"uncertainty": 120
},
"stopId": "0:BOILVIN1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777888825",
"uncertainty": 120
},
"departure": {
"time": "1777888831",
"uncertainty": 120
},
"stopId": "0:ARENES1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777888936",
"uncertainty": 120
},
"departure": {
"time": "1777888951",
"uncertainty": 120
},
"stopId": "0:LAFAYET1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777889040",
"uncertainty": 120
},
"departure": {
"time": "1777889101",
"uncertainty": 120
},
"stopId": "0:GARGE",
"stopSequence": 15
},
{
"arrival": {
"time": "1777889158",
"uncertainty": 120
},
"departure": {
"time": "1777889161",
"uncertainty": 120
},
"stopId": "0:ROIGE695",
"stopSequence": 16
},
{
"arrival": {
"time": "1777889305",
"uncertainty": 120
},
"departure": {
"time": "1777889540",
"uncertainty": 120
},
"stopId": "0:REPBW",
"stopSequence": 17
},
{
"arrival": {
"time": "1777889641",
"uncertainty": 120
},
"departure": {
"time": "1777889660",
"uncertainty": 120
},
"stopId": "0:VAUTRIN3",
"stopSequence": 18
},
{
"arrival": {
"time": "1777889779",
"uncertainty": 120
},
"departure": {
"time": "1777889810",
"uncertainty": 120
},
"stopId": "0:PREFECT2",
"stopSequence": 19
},
{
"arrival": {
"time": "1777889866",
"uncertainty": 120
},
"departure": {
"time": "1777889900",
"uncertainty": 120
},
"stopId": "0:STGEORG2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777889960",
"uncertainty": 120
},
"departure": {
"time": "1777889990",
"uncertainty": 120
},
"stopId": "0:RIMPORT2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777890200",
"uncertainty": 120
},
"departure": {
"time": "1777890200",
"uncertainty": 120
},
"stopId": "0:PONTIFF2",
"stopSequence": 22
},
{
"arrival": {
"time": "1777890274",
"uncertainty": 120
},
"departure": {
"time": "1777890290",
"uncertainty": 120
},
"stopId": "0:ROCHAMB2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777890370",
"uncertainty": 120
},
"departure": {
"time": "1777890380",
"uncertainty": 120
},
"stopId": "0:BERNANO2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777890454",
"uncertainty": 120
},
"departure": {
"time": "1777890470",
"uncertainty": 120
},
"stopId": "0:DALES2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777890581",
"uncertainty": 120
},
"departure": {
"time": "1777890590",
"uncertainty": 120
},
"stopId": "0:PATROTT2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777890710",
"uncertainty": 120
},
"departure": {
"time": "1777890710",
"uncertainty": 120
},
"stopId": "0:PAQUET2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777890743",
"uncertainty": 120
},
"departure": {
"time": "1777890743",
"uncertainty": 120
},
"stopId": "0:DAGA2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777890800",
"uncertainty": 120
},
"departure": {
"time": "1777890800",
"uncertainty": 120
},
"stopId": "0:4BORNES2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777890887",
"uncertainty": 120
},
"departure": {
"time": "1777890890",
"uncertainty": 120
},
"stopId": "0:MORLOT2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777890949",
"uncertainty": 120
},
"departure": {
"time": "1777890950",
"uncertainty": 120
},
"stopId": "0:COUPILL2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777891033",
"uncertainty": 120
},
"departure": {
"time": "1777891033",
"uncertainty": 120
},
"stopId": "0:RUCHER2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777891075",
"uncertainty": 120
},
"departure": {
"time": "1777891075",
"uncertainty": 120
},
"stopId": "0:ROSEMAR2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777891135",
"uncertainty": 120
},
"departure": {
"time": "1777891135",
"uncertainty": 120
},
"stopId": "0:SAULES2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777891194",
"uncertainty": 120
},
"departure": {
"time": "1777891194",
"uncertainty": 120
},
"stopId": "0:WOIPHOT2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777891302",
"uncertainty": 120
},
"departure": {
"time": "1777891302",
"uncertainty": 120
},
"stopId": "0:WCHATEA2",
"stopSequence": 36
},
{
"arrival": {
"time": "1777891370",
"uncertainty": 120
},
"stopId": "0:LEPATIS1",
"stopSequence": 37
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11976419"
},
"vehicle": {
"id": "1351",
"label": "1351"
}
}
},
{
"id": "1853469",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777889791",
"uncertainty": 120
},
"stopId": "0:MNVE1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777889847",
"uncertainty": 120
},
"departure": {
"time": "1777889851",
"uncertainty": 120
},
"stopId": "0:HAIEBRU1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777889881",
"uncertainty": 120
},
"departure": {
"time": "1777889881",
"uncertainty": 120
},
"stopId": "0:SERRET1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777889915",
"uncertainty": 120
},
"departure": {
"time": "1777889941",
"uncertainty": 120
},
"stopId": "0:STJEAN01",
"stopSequence": 4
},
{
"arrival": {
"time": "1777890001",
"uncertainty": 120
},
"departure": {
"time": "1777890001",
"uncertainty": 120
},
"stopId": "0:MOULI281",
"stopSequence": 5
},
{
"arrival": {
"time": "1777890040",
"uncertainty": 120
},
"departure": {
"time": "1777890040",
"uncertainty": 120
},
"stopId": "0:LIBERTE1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777890102",
"uncertainty": 120
},
"departure": {
"time": "1777890102",
"uncertainty": 120
},
"stopId": "0:SCYBAS1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777890151",
"uncertainty": 120
},
"departure": {
"time": "1777890151",
"uncertainty": 120
},
"stopId": "0:PRILLE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777890235",
"uncertainty": 120
},
"departure": {
"time": "1777890241",
"uncertainty": 120
},
"stopId": "0:LECLERC1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777890280",
"uncertainty": 120
},
"departure": {
"time": "1777890280",
"uncertainty": 120
},
"stopId": "0:LONGEVI1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777890326",
"uncertainty": 120
},
"departure": {
"time": "1777890331",
"uncertainty": 120
},
"stopId": "0:MIGETTE1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777890391",
"uncertainty": 120
},
"departure": {
"time": "1777890391",
"uncertainty": 120
},
"stopId": "0:CASINO1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777890421",
"uncertainty": 120
},
"departure": {
"time": "1777890451",
"uncertainty": 120
},
"stopId": "0:PONTVER1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777890497",
"uncertainty": 120
},
"departure": {
"time": "1777890512",
"uncertainty": 120
},
"stopId": "0:FOCH1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777890541",
"uncertainty": 120
},
"departure": {
"time": "1777890600",
"uncertainty": 120
},
"stopId": "0:SMARTIN1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777890702",
"uncertainty": 120
},
"departure": {
"time": "1777890721",
"uncertainty": 120
},
"stopId": "0:TIGNO290",
"stopSequence": 16
},
{
"arrival": {
"time": "1777890823",
"uncertainty": 120
},
"departure": {
"time": "1777890840",
"uncertainty": 120
},
"stopId": "0:FMOSELL1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777890910",
"uncertainty": 120
},
"departure": {
"time": "1777890931",
"uncertainty": 120
},
"stopId": "0:LUXE",
"stopSequence": 18
},
{
"arrival": {
"time": "1777891214",
"uncertainty": 120
},
"departure": {
"time": "1777891214",
"uncertainty": 120
},
"stopId": "0:REPPW",
"stopSequence": 19
},
{
"arrival": {
"time": "1777891306",
"uncertainty": 120
},
"departure": {
"time": "1777891306",
"uncertainty": 120
},
"stopId": "0:ROIGE694",
"stopSequence": 20
},
{
"arrival": {
"time": "1777891396",
"uncertainty": 120
},
"departure": {
"time": "1777891396",
"uncertainty": 120
},
"stopId": "0:GARGS",
"stopSequence": 21
},
{
"arrival": {
"time": "1777891474",
"uncertainty": 120
},
"departure": {
"time": "1777891474",
"uncertainty": 120
},
"stopId": "0:POMS",
"stopSequence": 22
},
{
"arrival": {
"time": "1777891588",
"uncertainty": 120
},
"departure": {
"time": "1777891588",
"uncertainty": 120
},
"stopId": "0:DEMBOUR2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777891637",
"uncertainty": 120
},
"departure": {
"time": "1777891637",
"uncertainty": 120
},
"stopId": "0:LEMUD04",
"stopSequence": 24
},
{
"arrival": {
"time": "1777891668",
"uncertainty": 120
},
"departure": {
"time": "1777891668",
"uncertainty": 120
},
"stopId": "0:PIERNE02",
"stopSequence": 25
},
{
"arrival": {
"time": "1777891725",
"uncertainty": 120
},
"departure": {
"time": "1777891725",
"uncertainty": 120
},
"stopId": "0:LOTHAIR2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777891778",
"uncertainty": 120
},
"departure": {
"time": "1777891778",
"uncertainty": 120
},
"stopId": "0:POLY02",
"stopSequence": 27
},
{
"arrival": {
"time": "1777891825",
"uncertainty": 120
},
"departure": {
"time": "1777891825",
"uncertainty": 120
},
"stopId": "0:VANDERN2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777891890",
"uncertainty": 120
},
"departure": {
"time": "1777891890",
"uncertainty": 120
},
"stopId": "0:BOUCHOT2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777891942",
"uncertainty": 120
},
"departure": {
"time": "1777891942",
"uncertainty": 120
},
"stopId": "0:FRECOT2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777892032",
"uncertainty": 120
},
"departure": {
"time": "1777892032",
"uncertainty": 120
},
"stopId": "0:FAUBOUP2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777892117",
"uncertainty": 120
},
"departure": {
"time": "1777892117",
"uncertainty": 120
},
"stopId": "0:PLATEAU2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777892146",
"uncertainty": 120
},
"departure": {
"time": "1777892146",
"uncertainty": 120
},
"stopId": "0:APREMON2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777892203",
"uncertainty": 120
},
"departure": {
"time": "1777892203",
"uncertainty": 120
},
"stopId": "0:PLAINE2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777892264",
"uncertainty": 120
},
"departure": {
"time": "1777892264",
"uncertainty": 120
},
"stopId": "0:ROOSEVE2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777892317",
"uncertainty": 120
},
"departure": {
"time": "1777892317",
"uncertainty": 120
},
"stopId": "0:MAGNYBO2",
"stopSequence": 36
},
{
"arrival": {
"time": "1777892365",
"uncertainty": 120
},
"departure": {
"time": "1777892365",
"uncertainty": 120
},
"stopId": "0:OBELLI02",
"stopSequence": 37
},
{
"arrival": {
"time": "1777892413",
"uncertainty": 120
},
"departure": {
"time": "1777892413",
"uncertainty": 120
},
"stopId": "0:ARMOISI2",
"stopSequence": 38
},
{
"arrival": {
"time": "1777892482",
"uncertainty": 120
},
"departure": {
"time": "1777892482",
"uncertainty": 120
},
"stopId": "0:BEAUSOL2",
"stopSequence": 39
},
{
"arrival": {
"time": "1777892566",
"uncertainty": 120
},
"departure": {
"time": "1777892566",
"uncertainty": 120
},
"stopId": "0:HTMAGNY2",
"stopSequence": 40
},
{
"arrival": {
"time": "1777892624",
"uncertainty": 120
},
"stopId": "0:ABS591",
"stopSequence": 41
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853469"
},
"vehicle": {
"id": "2054",
"label": "2054"
}
}
},
{
"id": "1853470",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777891440",
"uncertainty": 120
},
"stopId": "0:MNVE1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777891487",
"uncertainty": 120
},
"departure": {
"time": "1777891487",
"uncertainty": 120
},
"stopId": "0:HAIEBRU1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777891518",
"uncertainty": 120
},
"departure": {
"time": "1777891518",
"uncertainty": 120
},
"stopId": "0:SERRET1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777891559",
"uncertainty": 120
},
"departure": {
"time": "1777891559",
"uncertainty": 120
},
"stopId": "0:STJEAN01",
"stopSequence": 4
},
{
"arrival": {
"time": "1777891679",
"uncertainty": 120
},
"departure": {
"time": "1777891679",
"uncertainty": 120
},
"stopId": "0:MOULI281",
"stopSequence": 5
},
{
"arrival": {
"time": "1777891741",
"uncertainty": 120
},
"departure": {
"time": "1777891741",
"uncertainty": 120
},
"stopId": "0:LIBERTE1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777891815",
"uncertainty": 120
},
"departure": {
"time": "1777891815",
"uncertainty": 120
},
"stopId": "0:SCYBAS1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777891859",
"uncertainty": 120
},
"departure": {
"time": "1777891859",
"uncertainty": 120
},
"stopId": "0:PRILLE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777891926",
"uncertainty": 120
},
"departure": {
"time": "1777891926",
"uncertainty": 120
},
"stopId": "0:LECLERC1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777891966",
"uncertainty": 120
},
"departure": {
"time": "1777891966",
"uncertainty": 120
},
"stopId": "0:LONGEVI1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777892021",
"uncertainty": 120
},
"departure": {
"time": "1777892021",
"uncertainty": 120
},
"stopId": "0:MIGETTE1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777892081",
"uncertainty": 120
},
"departure": {
"time": "1777892081",
"uncertainty": 120
},
"stopId": "0:CASINO1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777892129",
"uncertainty": 120
},
"departure": {
"time": "1777892129",
"uncertainty": 120
},
"stopId": "0:PONTVER1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777892182",
"uncertainty": 120
},
"departure": {
"time": "1777892182",
"uncertainty": 120
},
"stopId": "0:FOCH1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777892213",
"uncertainty": 120
},
"departure": {
"time": "1777892213",
"uncertainty": 120
},
"stopId": "0:SMARTIN1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777892328",
"uncertainty": 120
},
"departure": {
"time": "1777892328",
"uncertainty": 120
},
"stopId": "0:TIGNO290",
"stopSequence": 16
},
{
"arrival": {
"time": "1777892430",
"uncertainty": 120
},
"departure": {
"time": "1777892430",
"uncertainty": 120
},
"stopId": "0:FMOSELL1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777892507",
"uncertainty": 120
},
"departure": {
"time": "1777892507",
"uncertainty": 120
},
"stopId": "0:LUXE",
"stopSequence": 18
},
{
"arrival": {
"time": "1777892766",
"uncertainty": 120
},
"departure": {
"time": "1777892766",
"uncertainty": 120
},
"stopId": "0:REPPW",
"stopSequence": 19
},
{
"arrival": {
"time": "1777892947",
"uncertainty": 120
},
"departure": {
"time": "1777892947",
"uncertainty": 120
},
"stopId": "0:ROIGE694",
"stopSequence": 20
},
{
"arrival": {
"time": "1777893033",
"uncertainty": 120
},
"departure": {
"time": "1777893033",
"uncertainty": 120
},
"stopId": "0:GARGS",
"stopSequence": 21
},
{
"arrival": {
"time": "1777893154",
"uncertainty": 120
},
"departure": {
"time": "1777893154",
"uncertainty": 120
},
"stopId": "0:POMS",
"stopSequence": 22
},
{
"arrival": {
"time": "1777893227",
"uncertainty": 120
},
"departure": {
"time": "1777893227",
"uncertainty": 120
},
"stopId": "0:DEMBOUR2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777893284",
"uncertainty": 120
},
"departure": {
"time": "1777893284",
"uncertainty": 120
},
"stopId": "0:LEMUD04",
"stopSequence": 24
},
{
"arrival": {
"time": "1777893324",
"uncertainty": 120
},
"departure": {
"time": "1777893324",
"uncertainty": 120
},
"stopId": "0:PIERNE02",
"stopSequence": 25
},
{
"arrival": {
"time": "1777893398",
"uncertainty": 120
},
"departure": {
"time": "1777893398",
"uncertainty": 120
},
"stopId": "0:LOTHAIR2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777893452",
"uncertainty": 120
},
"departure": {
"time": "1777893452",
"uncertainty": 120
},
"stopId": "0:POLY02",
"stopSequence": 27
},
{
"arrival": {
"time": "1777893498",
"uncertainty": 120
},
"departure": {
"time": "1777893498",
"uncertainty": 120
},
"stopId": "0:VANDERN2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777893573",
"uncertainty": 120
},
"departure": {
"time": "1777893573",
"uncertainty": 120
},
"stopId": "0:BOUCHOT2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777893593",
"uncertainty": 120
},
"departure": {
"time": "1777893593",
"uncertainty": 120
},
"stopId": "0:FRECOT2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777893701",
"uncertainty": 120
},
"departure": {
"time": "1777893701",
"uncertainty": 120
},
"stopId": "0:FAUBOUP2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777893775",
"uncertainty": 120
},
"departure": {
"time": "1777893775",
"uncertainty": 120
},
"stopId": "0:PLATEAU2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777893804",
"uncertainty": 120
},
"departure": {
"time": "1777893804",
"uncertainty": 120
},
"stopId": "0:APREMON2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777893861",
"uncertainty": 120
},
"departure": {
"time": "1777893861",
"uncertainty": 120
},
"stopId": "0:PLAINE2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777893922",
"uncertainty": 120
},
"departure": {
"time": "1777893922",
"uncertainty": 120
},
"stopId": "0:ROOSEVE2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777893975",
"uncertainty": 120
},
"departure": {
"time": "1777893975",
"uncertainty": 120
},
"stopId": "0:MAGNYBO2",
"stopSequence": 36
},
{
"arrival": {
"time": "1777894023",
"uncertainty": 120
},
"departure": {
"time": "1777894023",
"uncertainty": 120
},
"stopId": "0:OBELLI02",
"stopSequence": 37
},
{
"arrival": {
"time": "1777894071",
"uncertainty": 120
},
"departure": {
"time": "1777894071",
"uncertainty": 120
},
"stopId": "0:ARMOISI2",
"stopSequence": 38
},
{
"arrival": {
"time": "1777894140",
"uncertainty": 120
},
"departure": {
"time": "1777894140",
"uncertainty": 120
},
"stopId": "0:BEAUSOL2",
"stopSequence": 39
},
{
"arrival": {
"time": "1777894224",
"uncertainty": 120
},
"departure": {
"time": "1777894224",
"uncertainty": 120
},
"stopId": "0:HTMAGNY2",
"stopSequence": 40
},
{
"arrival": {
"time": "1777894282",
"uncertainty": 120
},
"stopId": "0:ABS591",
"stopSequence": 41
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853470"
}
}
},
{
"id": "1853471",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777893120",
"uncertainty": 120
},
"stopId": "0:MNVE1",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853471"
}
}
},
{
"id": "1855180",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777893420",
"uncertainty": 120
},
"stopId": "0:MNVE2",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "86",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855180"
}
}
},
{
"id": "1855173",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777893600",
"uncertainty": 120
},
"stopId": "0:JUSSYSR1",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "86",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855173"
}
}
},
{
"id": "1855224",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777891860",
"uncertainty": 120
},
"stopId": "0:MNVE2",
"stopSequence": 1
},
{
"arrival": {
"time": "1777891950",
"uncertainty": 120
},
"departure": {
"time": "1777891950",
"uncertainty": 120
},
"stopId": "0:MONEU2",
"stopSequence": 2
},
{
"arrival": {
"time": "1777892013",
"uncertainty": 120
},
"departure": {
"time": "1777892013",
"uncertainty": 120
},
"stopId": "0:CHDAMES1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777892048",
"uncertainty": 120
},
"departure": {
"time": "1777892048",
"uncertainty": 120
},
"stopId": "0:CHAHURY2",
"stopSequence": 4
},
{
"arrival": {
"time": "1777892106",
"uncertainty": 120
},
"departure": {
"time": "1777892106",
"uncertainty": 120
},
"stopId": "0:CLERY02",
"stopSequence": 5
},
{
"arrival": {
"time": "1777892149",
"uncertainty": 120
},
"stopId": "0:CHASG02",
"stopSequence": 6
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "87",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855224"
}
}
},
{
"id": "1855225",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777893960",
"uncertainty": 120
},
"stopId": "0:MNVE2",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "87",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855225"
}
}
},
{
"id": "1853777",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777889760",
"uncertainty": 120
},
"stopId": "0:BORDES3",
"stopSequence": 1
},
{
"arrival": {
"time": "1777889840",
"uncertainty": 120
},
"departure": {
"time": "1777889840",
"uncertainty": 120
},
"stopId": "0:PANGE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777889986",
"uncertainty": 120
},
"departure": {
"time": "1777890060",
"uncertainty": 120
},
"stopId": "0:PROVENC1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777890165",
"uncertainty": 120
},
"departure": {
"time": "1777890180",
"uncertainty": 120
},
"stopId": "0:BERNARD1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777890270",
"uncertainty": 120
},
"departure": {
"time": "1777890270",
"uncertainty": 120
},
"stopId": "0:GANNE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777890330",
"uncertainty": 120
},
"departure": {
"time": "1777890330",
"uncertainty": 120
},
"stopId": "0:RUELLCH1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777890390",
"uncertainty": 120
},
"departure": {
"time": "1777890390",
"uncertainty": 120
},
"stopId": "0:RTBORNY1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777890507",
"uncertainty": 120
},
"departure": {
"time": "1777890510",
"uncertainty": 120
},
"stopId": "0:PONTROU1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777890570",
"uncertainty": 120
},
"departure": {
"time": "1777890570",
"uncertainty": 120
},
"stopId": "0:LACRETL1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777890750",
"uncertainty": 120
},
"departure": {
"time": "1777890840",
"uncertainty": 120
},
"stopId": "0:GARCE",
"stopSequence": 10
},
{
"arrival": {
"time": "1777890943",
"uncertainty": 120
},
"departure": {
"time": "1777890943",
"uncertainty": 120
},
"stopId": "0:ROIGEO89",
"stopSequence": 11
},
{
"arrival": {
"time": "1777891140",
"uncertainty": 120
},
"departure": {
"time": "1777891140",
"uncertainty": 120
},
"stopId": "0:BONSEC2",
"stopSequence": 12
},
{
"arrival": {
"time": "1777891262",
"uncertainty": 120
},
"departure": {
"time": "1777891262",
"uncertainty": 120
},
"stopId": "0:GENIE2",
"stopSequence": 13
},
{
"arrival": {
"time": "1777891293",
"uncertainty": 120
},
"departure": {
"time": "1777891293",
"uncertainty": 120
},
"stopId": "0:BOTANIQ2",
"stopSequence": 14
},
{
"arrival": {
"time": "1777891336",
"uncertainty": 120
},
"departure": {
"time": "1777891336",
"uncertainty": 120
},
"stopId": "0:EUROPAC2",
"stopSequence": 15
},
{
"arrival": {
"time": "1777891386",
"uncertainty": 120
},
"departure": {
"time": "1777891386",
"uncertainty": 120
},
"stopId": "0:MEURISS2",
"stopSequence": 16
},
{
"arrival": {
"time": "1777891446",
"uncertainty": 120
},
"departure": {
"time": "1777891446",
"uncertainty": 120
},
"stopId": "0:COUVENT2",
"stopSequence": 17
},
{
"arrival": {
"time": "1777891508",
"uncertainty": 120
},
"departure": {
"time": "1777891508",
"uncertainty": 120
},
"stopId": "0:CHATRIA2",
"stopSequence": 18
},
{
"arrival": {
"time": "1777891539",
"uncertainty": 120
},
"departure": {
"time": "1777891539",
"uncertainty": 120
},
"stopId": "0:VERGERS2",
"stopSequence": 19
},
{
"arrival": {
"time": "1777891572",
"uncertainty": 120
},
"departure": {
"time": "1777891572",
"uncertainty": 120
},
"stopId": "0:FOSSE2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777891638",
"uncertainty": 120
},
"departure": {
"time": "1777891638",
"uncertainty": 120
},
"stopId": "0:FRICHES2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777891703",
"uncertainty": 120
},
"departure": {
"time": "1777891703",
"uncertainty": 120
},
"stopId": "0:08MAI02",
"stopSequence": 22
},
{
"arrival": {
"time": "1777891809",
"uncertainty": 120
},
"departure": {
"time": "1777891809",
"uncertainty": 120
},
"stopId": "0:HTRHELE2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777891834",
"uncertainty": 120
},
"departure": {
"time": "1777891834",
"uncertainty": 120
},
"stopId": "0:ALSACE2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777891893",
"uncertainty": 120
},
"departure": {
"time": "1777891893",
"uncertainty": 120
},
"stopId": "0:SAVOIE2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777891937",
"uncertainty": 120
},
"departure": {
"time": "1777891937",
"uncertainty": 120
},
"stopId": "0:PAQUERE2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777891987",
"uncertainty": 120
},
"departure": {
"time": "1777891987",
"uncertainty": 120
},
"stopId": "0:CONSTAN2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777892030",
"uncertainty": 120
},
"departure": {
"time": "1777892030",
"uncertainty": 120
},
"stopId": "0:3HAIES2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777892204",
"uncertainty": 120
},
"departure": {
"time": "1777892204",
"uncertainty": 120
},
"stopId": "0:LORRAIN2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777892236",
"uncertainty": 120
},
"departure": {
"time": "1777892236",
"uncertainty": 120
},
"stopId": "0:ARDECHE2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777892274",
"uncertainty": 120
},
"departure": {
"time": "1777892274",
"uncertainty": 120
},
"stopId": "0:PREVIL01",
"stopSequence": 31
},
{
"arrival": {
"time": "1777892332",
"uncertainty": 120
},
"departure": {
"time": "1777892332",
"uncertainty": 120
},
"stopId": "0:VIEAUX2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777892390",
"uncertainty": 120
},
"stopId": "0:MOULMAI1",
"stopSequence": 33
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "14",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853777"
},
"vehicle": {
"id": "1631",
"label": "1631"
}
}
},
{
"id": "1853778",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777891560",
"uncertainty": 120
},
"stopId": "0:BORDES3",
"stopSequence": 1
},
{
"arrival": {
"time": "1777891652",
"uncertainty": 120
},
"departure": {
"time": "1777891652",
"uncertainty": 120
},
"stopId": "0:PANGE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777891817",
"uncertainty": 120
},
"departure": {
"time": "1777891817",
"uncertainty": 120
},
"stopId": "0:PROVENC1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777891932",
"uncertainty": 120
},
"departure": {
"time": "1777891932",
"uncertainty": 120
},
"stopId": "0:BERNARD1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777892026",
"uncertainty": 120
},
"departure": {
"time": "1777892026",
"uncertainty": 120
},
"stopId": "0:GANNE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777892116",
"uncertainty": 120
},
"departure": {
"time": "1777892116",
"uncertainty": 120
},
"stopId": "0:RUELLCH1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777892201",
"uncertainty": 120
},
"departure": {
"time": "1777892201",
"uncertainty": 120
},
"stopId": "0:RTBORNY1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777892254",
"uncertainty": 120
},
"departure": {
"time": "1777892254",
"uncertainty": 120
},
"stopId": "0:PONTROU1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777892329",
"uncertainty": 120
},
"departure": {
"time": "1777892329",
"uncertainty": 120
},
"stopId": "0:LACRETL1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777892515",
"uncertainty": 120
},
"departure": {
"time": "1777892515",
"uncertainty": 120
},
"stopId": "0:GARCE",
"stopSequence": 10
},
{
"arrival": {
"time": "1777892633",
"uncertainty": 120
},
"departure": {
"time": "1777892633",
"uncertainty": 120
},
"stopId": "0:ROIGEO89",
"stopSequence": 11
},
{
"arrival": {
"time": "1777892844",
"uncertainty": 120
},
"departure": {
"time": "1777892844",
"uncertainty": 120
},
"stopId": "0:BONSEC2",
"stopSequence": 12
},
{
"arrival": {
"time": "1777892944",
"uncertainty": 120
},
"departure": {
"time": "1777892944",
"uncertainty": 120
},
"stopId": "0:GENIE2",
"stopSequence": 13
},
{
"arrival": {
"time": "1777892985",
"uncertainty": 120
},
"departure": {
"time": "1777892985",
"uncertainty": 120
},
"stopId": "0:BOTANIQ2",
"stopSequence": 14
},
{
"arrival": {
"time": "1777893048",
"uncertainty": 120
},
"departure": {
"time": "1777893048",
"uncertainty": 120
},
"stopId": "0:EUROPAC2",
"stopSequence": 15
},
{
"arrival": {
"time": "1777893091",
"uncertainty": 120
},
"departure": {
"time": "1777893091",
"uncertainty": 120
},
"stopId": "0:MEURISS2",
"stopSequence": 16
},
{
"arrival": {
"time": "1777893150",
"uncertainty": 120
},
"departure": {
"time": "1777893150",
"uncertainty": 120
},
"stopId": "0:COUVENT2",
"stopSequence": 17
},
{
"arrival": {
"time": "1777893218",
"uncertainty": 120
},
"departure": {
"time": "1777893218",
"uncertainty": 120
},
"stopId": "0:CHATRIA2",
"stopSequence": 18
},
{
"arrival": {
"time": "1777893258",
"uncertainty": 120
},
"departure": {
"time": "1777893258",
"uncertainty": 120
},
"stopId": "0:VERGERS2",
"stopSequence": 19
},
{
"arrival": {
"time": "1777893294",
"uncertainty": 120
},
"departure": {
"time": "1777893294",
"uncertainty": 120
},
"stopId": "0:FOSSE2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777893372",
"uncertainty": 120
},
"departure": {
"time": "1777893372",
"uncertainty": 120
},
"stopId": "0:FRICHES2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777893437",
"uncertainty": 120
},
"departure": {
"time": "1777893437",
"uncertainty": 120
},
"stopId": "0:08MAI02",
"stopSequence": 22
},
{
"arrival": {
"time": "1777893534",
"uncertainty": 120
},
"departure": {
"time": "1777893534",
"uncertainty": 120
},
"stopId": "0:HTRHELE2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777893568",
"uncertainty": 120
},
"departure": {
"time": "1777893568",
"uncertainty": 120
},
"stopId": "0:ALSACE2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777893610",
"uncertainty": 120
},
"departure": {
"time": "1777893610",
"uncertainty": 120
},
"stopId": "0:SAVOIE2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777893654",
"uncertainty": 120
},
"departure": {
"time": "1777893654",
"uncertainty": 120
},
"stopId": "0:PAQUERE2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777893698",
"uncertainty": 120
},
"departure": {
"time": "1777893698",
"uncertainty": 120
},
"stopId": "0:CONSTAN2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777893736",
"uncertainty": 120
},
"departure": {
"time": "1777893736",
"uncertainty": 120
},
"stopId": "0:3HAIES2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777893972",
"uncertainty": 120
},
"departure": {
"time": "1777893972",
"uncertainty": 120
},
"stopId": "0:LORRAIN2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777893998",
"uncertainty": 120
},
"departure": {
"time": "1777893998",
"uncertainty": 120
},
"stopId": "0:ARDECHE2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777894022",
"uncertainty": 120
},
"departure": {
"time": "1777894022",
"uncertainty": 120
},
"stopId": "0:PREVIL01",
"stopSequence": 31
},
{
"arrival": {
"time": "1777894077",
"uncertainty": 120
},
"departure": {
"time": "1777894077",
"uncertainty": 120
},
"stopId": "0:VIEAUX2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777894135",
"uncertainty": 120
},
"stopId": "0:MOULMAI1",
"stopSequence": 33
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "14",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853778"
}
}
},
{
"id": "1853779",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777893360",
"uncertainty": 120
},
"stopId": "0:BORDES3",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "14",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853779"
}
}
},
{
"id": "1856024",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777893480",
"uncertainty": 120
},
"stopId": "0:NOUILLY1",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "205",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11856024"
}
}
},
{
"id": "1855252",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777894380",
"uncertainty": 120
},
"stopId": "0:CHASG01",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "87",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855252"
}
}
},
{
"id": "1853816",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777891380",
"uncertainty": 120
},
"stopId": "0:MOULMAI1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777891515",
"uncertainty": 120
},
"departure": {
"time": "1777891515",
"uncertainty": 120
},
"stopId": "0:MOULIN86",
"stopSequence": 2
},
{
"arrival": {
"time": "1777891564",
"uncertainty": 120
},
"departure": {
"time": "1777891564",
"uncertainty": 120
},
"stopId": "0:VIEAUX1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777891627",
"uncertainty": 120
},
"departure": {
"time": "1777891627",
"uncertainty": 120
},
"stopId": "0:PREVIL01",
"stopSequence": 4
},
{
"arrival": {
"time": "1777891662",
"uncertainty": 120
},
"departure": {
"time": "1777891662",
"uncertainty": 120
},
"stopId": "0:ARDECHE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777891718",
"uncertainty": 120
},
"departure": {
"time": "1777891718",
"uncertainty": 120
},
"stopId": "0:LORRAIN1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777891911",
"uncertainty": 120
},
"departure": {
"time": "1777891911",
"uncertainty": 120
},
"stopId": "0:3HAIES1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777891960",
"uncertainty": 120
},
"departure": {
"time": "1777891960",
"uncertainty": 120
},
"stopId": "0:CONSTAN1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777892006",
"uncertainty": 120
},
"departure": {
"time": "1777892006",
"uncertainty": 120
},
"stopId": "0:PAQUERE1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777892080",
"uncertainty": 120
},
"departure": {
"time": "1777892080",
"uncertainty": 120
},
"stopId": "0:SAVOIE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777892127",
"uncertainty": 120
},
"departure": {
"time": "1777892127",
"uncertainty": 120
},
"stopId": "0:ALSACE1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777892173",
"uncertainty": 120
},
"departure": {
"time": "1777892173",
"uncertainty": 120
},
"stopId": "0:HTRHELE1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777892282",
"uncertainty": 120
},
"departure": {
"time": "1777892282",
"uncertainty": 120
},
"stopId": "0:08MAI01",
"stopSequence": 13
},
{
"arrival": {
"time": "1777892342",
"uncertainty": 120
},
"departure": {
"time": "1777892342",
"uncertainty": 120
},
"stopId": "0:FRICHES1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777892426",
"uncertainty": 120
},
"departure": {
"time": "1777892426",
"uncertainty": 120
},
"stopId": "0:FOSSE1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777892466",
"uncertainty": 120
},
"departure": {
"time": "1777892466",
"uncertainty": 120
},
"stopId": "0:VERGERS1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777892507",
"uncertainty": 120
},
"departure": {
"time": "1777892507",
"uncertainty": 120
},
"stopId": "0:CHATRIA1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777892584",
"uncertainty": 120
},
"departure": {
"time": "1777892584",
"uncertainty": 120
},
"stopId": "0:COUVENT1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777892644",
"uncertainty": 120
},
"departure": {
"time": "1777892644",
"uncertainty": 120
},
"stopId": "0:MEURISS1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777892716",
"uncertainty": 120
},
"departure": {
"time": "1777892716",
"uncertainty": 120
},
"stopId": "0:EUROPAC1",
"stopSequence": 20
},
{
"arrival": {
"time": "1777892778",
"uncertainty": 120
},
"departure": {
"time": "1777892778",
"uncertainty": 120
},
"stopId": "0:BOTANIQ1",
"stopSequence": 21
},
{
"arrival": {
"time": "1777892835",
"uncertainty": 120
},
"departure": {
"time": "1777892835",
"uncertainty": 120
},
"stopId": "0:GENIE1",
"stopSequence": 22
},
{
"arrival": {
"time": "1777892960",
"uncertainty": 120
},
"departure": {
"time": "1777892960",
"uncertainty": 120
},
"stopId": "0:BONSEC1",
"stopSequence": 23
},
{
"arrival": {
"time": "1777893123",
"uncertainty": 120
},
"departure": {
"time": "1777893123",
"uncertainty": 120
},
"stopId": "0:ROIGE142",
"stopSequence": 24
},
{
"arrival": {
"time": "1777893263",
"uncertainty": 120
},
"departure": {
"time": "1777893263",
"uncertainty": 120
},
"stopId": "0:GARCS",
"stopSequence": 25
},
{
"arrival": {
"time": "1777893473",
"uncertainty": 120
},
"departure": {
"time": "1777893473",
"uncertainty": 120
},
"stopId": "0:LACRETL2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777893533",
"uncertainty": 120
},
"departure": {
"time": "1777893533",
"uncertainty": 120
},
"stopId": "0:PONTROU2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777893600",
"uncertainty": 120
},
"departure": {
"time": "1777893600",
"uncertainty": 120
},
"stopId": "0:RTBORNY2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777893681",
"uncertainty": 120
},
"departure": {
"time": "1777893681",
"uncertainty": 120
},
"stopId": "0:RUELLCH2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777893803",
"uncertainty": 120
},
"departure": {
"time": "1777893803",
"uncertainty": 120
},
"stopId": "0:GANNE2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777893925",
"uncertainty": 120
},
"departure": {
"time": "1777893925",
"uncertainty": 120
},
"stopId": "0:BERNARD2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777894020",
"uncertainty": 120
},
"departure": {
"time": "1777894020",
"uncertainty": 120
},
"stopId": "0:PROVENC2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777894163",
"uncertainty": 120
},
"stopId": "0:BORDES3",
"stopSequence": 33
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "14",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853816"
}
}
},
{
"id": "1853817",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777893180",
"uncertainty": 120
},
"stopId": "0:MOULMAI1",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "14",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853817"
}
}
},
{
"id": "1976890",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777894440",
"uncertainty": 120
},
"stopId": "0:PLAPEVI1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777894490",
"uncertainty": 120
},
"departure": {
"time": "1777894490",
"uncertainty": 120
},
"stopId": "0:MOMENE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777894525",
"uncertainty": 120
},
"departure": {
"time": "1777894525",
"uncertainty": 120
},
"stopId": "0:LACROIX1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777894560",
"uncertainty": 120
},
"departure": {
"time": "1777894560",
"uncertainty": 120
},
"stopId": "0:BRION1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777894620",
"uncertainty": 120
},
"departure": {
"time": "1777894620",
"uncertainty": 120
},
"stopId": "0:FELIX376",
"stopSequence": 5
},
{
"arrival": {
"time": "1777894700",
"uncertainty": 120
},
"departure": {
"time": "1777894700",
"uncertainty": 120
},
"stopId": "0:VIGNES1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777894726",
"uncertainty": 120
},
"departure": {
"time": "1777894726",
"uncertainty": 120
},
"stopId": "0:MIRABEL1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777894758",
"uncertainty": 120
},
"departure": {
"time": "1777894758",
"uncertainty": 120
},
"stopId": "0:BUTTE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777894800",
"uncertainty": 120
},
"departure": {
"time": "1777894800",
"uncertainty": 120
},
"stopId": "0:BUCHOZ1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777894857",
"uncertainty": 120
},
"departure": {
"time": "1777894857",
"uncertainty": 120
},
"stopId": "0:NJUNG1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777894928",
"uncertainty": 120
},
"departure": {
"time": "1777894928",
"uncertainty": 120
},
"stopId": "0:LEMOYNE1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777894966",
"uncertainty": 120
},
"departure": {
"time": "1777894966",
"uncertainty": 120
},
"stopId": "0:COLIBRI1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777895006",
"uncertainty": 120
},
"departure": {
"time": "1777895006",
"uncertainty": 120
},
"stopId": "0:TIGNO414",
"stopSequence": 13
},
{
"arrival": {
"time": "1777895160",
"uncertainty": 120
},
"departure": {
"time": "1777895160",
"uncertainty": 120
},
"stopId": "0:FMOSELL1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777895261",
"uncertainty": 120
},
"departure": {
"time": "1777895261",
"uncertainty": 120
},
"stopId": "0:LUXE",
"stopSequence": 15
},
{
"arrival": {
"time": "1777895401",
"uncertainty": 120
},
"departure": {
"time": "1777895401",
"uncertainty": 120
},
"stopId": "0:POINCAR1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777895561",
"uncertainty": 120
},
"departure": {
"time": "1777895561",
"uncertainty": 120
},
"stopId": "0:CANAL102",
"stopSequence": 17
},
{
"arrival": {
"time": "1777895658",
"uncertainty": 120
},
"departure": {
"time": "1777895658",
"uncertainty": 120
},
"stopId": "0:VACQUI02",
"stopSequence": 18
},
{
"arrival": {
"time": "1777895857",
"uncertainty": 120
},
"departure": {
"time": "1777895857",
"uncertainty": 120
},
"stopId": "0:COUVENT1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777895908",
"uncertainty": 120
},
"departure": {
"time": "1777895908",
"uncertainty": 120
},
"stopId": "0:MEURISS1",
"stopSequence": 20
},
{
"arrival": {
"time": "1777895921",
"uncertainty": 120
},
"departure": {
"time": "1777895921",
"uncertainty": 120
},
"stopId": "0:NATION2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777896004",
"uncertainty": 120
},
"departure": {
"time": "1777896004",
"uncertainty": 120
},
"stopId": "0:SCHAFF01",
"stopSequence": 22
},
{
"arrival": {
"time": "1777896100",
"uncertainty": 120
},
"departure": {
"time": "1777896100",
"uncertainty": 120
},
"stopId": "0:LOGES1",
"stopSequence": 23
},
{
"arrival": {
"time": "1777896167",
"uncertainty": 120
},
"departure": {
"time": "1777896167",
"uncertainty": 120
},
"stopId": "0:SEMINAI2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777896239",
"uncertainty": 120
},
"departure": {
"time": "1777896239",
"uncertainty": 120
},
"stopId": "0:STANDRE3",
"stopSequence": 25
},
{
"arrival": {
"time": "1777896320",
"uncertainty": 120
},
"departure": {
"time": "1777896320",
"uncertainty": 120
},
"stopId": "0:SUGNON1",
"stopSequence": 26
},
{
"arrival": {
"time": "1777896399",
"uncertainty": 120
},
"departure": {
"time": "1777896399",
"uncertainty": 120
},
"stopId": "0:LYAUTE99",
"stopSequence": 27
},
{
"arrival": {
"time": "1777896466",
"uncertainty": 120
},
"departure": {
"time": "1777896466",
"uncertainty": 120
},
"stopId": "0:JERUSAL2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777896523",
"uncertainty": 120
},
"departure": {
"time": "1777896523",
"uncertainty": 120
},
"stopId": "0:COLSON2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777896666",
"uncertainty": 120
},
"departure": {
"time": "1777896666",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:SABLIER2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777896921",
"uncertainty": 120
},
"stopId": "0:CUGNOT1",
"stopSequence": 31
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "15",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11976890"
}
}
},
{
"id": "1976888",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777888649",
"uncertainty": 120
},
"stopId": "0:PLAPEVI1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777888697",
"uncertainty": 120
},
"departure": {
"time": "1777888697",
"uncertainty": 120
},
"stopId": "0:MOMENE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777888739",
"uncertainty": 120
},
"departure": {
"time": "1777888739",
"uncertainty": 120
},
"stopId": "0:LACROIX1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777888757",
"uncertainty": 120
},
"departure": {
"time": "1777888757",
"uncertainty": 120
},
"stopId": "0:BRION1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777888806",
"uncertainty": 120
},
"departure": {
"time": "1777888806",
"uncertainty": 120
},
"stopId": "0:FELIX376",
"stopSequence": 5
},
{
"arrival": {
"time": "1777888927",
"uncertainty": 120
},
"departure": {
"time": "1777888927",
"uncertainty": 120
},
"stopId": "0:VIGNES1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777888964",
"uncertainty": 120
},
"departure": {
"time": "1777888964",
"uncertainty": 120
},
"stopId": "0:MIRABEL1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777888991",
"uncertainty": 120
},
"departure": {
"time": "1777888991",
"uncertainty": 120
},
"stopId": "0:BUTTE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777889018",
"uncertainty": 120
},
"departure": {
"time": "1777889039",
"uncertainty": 120
},
"stopId": "0:BUCHOZ1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777889099",
"uncertainty": 120
},
"departure": {
"time": "1777889099",
"uncertainty": 120
},
"stopId": "0:NJUNG1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777889178",
"uncertainty": 120
},
"departure": {
"time": "1777889219",
"uncertainty": 120
},
"stopId": "0:LEMOYNE1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777889249",
"uncertainty": 120
},
"departure": {
"time": "1777889249",
"uncertainty": 120
},
"stopId": "0:COLIBRI1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777889305",
"uncertainty": 120
},
"departure": {
"time": "1777889309",
"uncertainty": 120
},
"stopId": "0:TIGNO414",
"stopSequence": 13
},
{
"arrival": {
"time": "1777889503",
"uncertainty": 120
},
"departure": {
"time": "1777889519",
"uncertainty": 120
},
"stopId": "0:FMOSELL1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777889599",
"uncertainty": 120
},
"departure": {
"time": "1777889702",
"uncertainty": 120
},
"stopId": "0:LUXE",
"stopSequence": 15
},
{
"arrival": {
"time": "1777889835",
"uncertainty": 120
},
"departure": {
"time": "1777889852",
"uncertainty": 120
},
"stopId": "0:POINCAR1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777889940",
"uncertainty": 120
},
"departure": {
"time": "1777889940",
"uncertainty": 120
},
"stopId": "0:CANAL102",
"stopSequence": 17
},
{
"arrival": {
"time": "1777890002",
"uncertainty": 120
},
"departure": {
"time": "1777890002",
"uncertainty": 120
},
"stopId": "0:VACQUI02",
"stopSequence": 18
},
{
"arrival": {
"time": "1777890122",
"uncertainty": 120
},
"departure": {
"time": "1777890122",
"uncertainty": 120
},
"stopId": "0:COUVENT1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777890181",
"uncertainty": 120
},
"departure": {
"time": "1777890212",
"uncertainty": 120
},
"stopId": "0:MEURISS1",
"stopSequence": 20
},
{
"arrival": {
"time": "1777890225",
"uncertainty": 120
},
"departure": {
"time": "1777890242",
"uncertainty": 120
},
"stopId": "0:NATION2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777890330",
"uncertainty": 120
},
"departure": {
"time": "1777890332",
"uncertainty": 120
},
"stopId": "0:SCHAFF01",
"stopSequence": 22
},
{
"arrival": {
"time": "1777890393",
"uncertainty": 120
},
"departure": {
"time": "1777890393",
"uncertainty": 120
},
"stopId": "0:LOGES1",
"stopSequence": 23
},
{
"arrival": {
"time": "1777890482",
"uncertainty": 120
},
"departure": {
"time": "1777890482",
"uncertainty": 120
},
"stopId": "0:SEMINAI2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777890557",
"uncertainty": 120
},
"departure": {
"time": "1777890557",
"uncertainty": 120
},
"stopId": "0:STANDRE3",
"stopSequence": 25
},
{
"arrival": {
"time": "1777890632",
"uncertainty": 120
},
"departure": {
"time": "1777890632",
"uncertainty": 120
},
"stopId": "0:SUGNON1",
"stopSequence": 26
},
{
"arrival": {
"time": "1777890692",
"uncertainty": 120
},
"departure": {
"time": "1777890692",
"uncertainty": 120
},
"stopId": "0:LYAUTE99",
"stopSequence": 27
},
{
"arrival": {
"time": "1777890739",
"uncertainty": 120
},
"departure": {
"time": "1777890739",
"uncertainty": 120
},
"stopId": "0:JERUSAL2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777890782",
"uncertainty": 120
},
"departure": {
"time": "1777890782",
"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": "1777891136",
"uncertainty": 120
},
"stopId": "0:CUGNOT1",
"stopSequence": 31
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "15",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11976888"
},
"vehicle": {
"id": "832",
"label": "832"
}
}
},
{
"id": "1856092",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777889229",
"uncertainty": 120
},
"stopId": "0:LANCEUM3",
"stopSequence": 1
},
{
"arrival": {
"time": "1777889319",
"uncertainty": 120
},
"departure": {
"time": "1777889319",
"uncertainty": 120
},
"stopId": "0:FRONTIG2",
"stopSequence": 2
},
{
"arrival": {
"time": "1777889462",
"uncertainty": 120
},
"departure": {
"time": "1777890999",
"uncertainty": 120
},
"stopId": "0:PTIJURY1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777891182",
"uncertainty": 120
},
"departure": {
"time": "1777891182",
"uncertainty": 120
},
"stopId": "0:CORBON1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777891227",
"uncertainty": 120
},
"departure": {
"time": "1777891227",
"uncertainty": 120
},
"stopId": "0:JURY2",
"stopSequence": 5
},
{
"arrival": {
"time": "1777891327",
"uncertainty": 120
},
"departure": {
"time": "1777891327",
"uncertainty": 120
},
"stopId": "0:PASSERE2",
"stopSequence": 6
},
{
"arrival": {
"time": "1777891414",
"uncertainty": 120
},
"departure": {
"time": "1777891414",
"uncertainty": 120
},
"stopId": "0:VALLONS1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777891834",
"uncertainty": 120
},
"departure": {
"time": "1777891834",
"uncertainty": 120
},
"stopId": "0:PTIJURY2",
"stopSequence": 8
},
{
"arrival": {
"time": "1777892112",
"uncertainty": 120
},
"departure": {
"time": "1777892112",
"uncertainty": 120
},
"stopId": "0:FRONTIG1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777892248",
"uncertainty": 120
},
"departure": {
"time": "1777892248",
"uncertainty": 120
},
"stopId": "0:LANCEUM1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777892410",
"uncertainty": 120
},
"departure": {
"time": "1777892410",
"uncertainty": 120
},
"stopId": "0:TARREAU1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777892470",
"uncertainty": 120
},
"departure": {
"time": "1777892470",
"uncertainty": 120
},
"stopId": "0:MECLEUV1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777892881",
"uncertainty": 120
},
"departure": {
"time": "1777892881",
"uncertainty": 120
},
"stopId": "0:VCANADI1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777892962",
"uncertainty": 120
},
"stopId": "0:CHESNYM1",
"stopSequence": 14
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "212",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11856092"
},
"vehicle": {
"id": "101314",
"label": "101314"
}
}
},
{
"id": "1976889",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777891140",
"uncertainty": 120
},
"stopId": "0:PLAPEVI1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777891190",
"uncertainty": 120
},
"departure": {
"time": "1777891190",
"uncertainty": 120
},
"stopId": "0:MOMENE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777891225",
"uncertainty": 120
},
"departure": {
"time": "1777891225",
"uncertainty": 120
},
"stopId": "0:LACROIX1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777891260",
"uncertainty": 120
},
"departure": {
"time": "1777891260",
"uncertainty": 120
},
"stopId": "0:BRION1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777891320",
"uncertainty": 120
},
"departure": {
"time": "1777891320",
"uncertainty": 120
},
"stopId": "0:FELIX376",
"stopSequence": 5
},
{
"arrival": {
"time": "1777891400",
"uncertainty": 120
},
"departure": {
"time": "1777891400",
"uncertainty": 120
},
"stopId": "0:VIGNES1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777891426",
"uncertainty": 120
},
"departure": {
"time": "1777891426",
"uncertainty": 120
},
"stopId": "0:MIRABEL1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777891458",
"uncertainty": 120
},
"departure": {
"time": "1777891458",
"uncertainty": 120
},
"stopId": "0:BUTTE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777891500",
"uncertainty": 120
},
"departure": {
"time": "1777891500",
"uncertainty": 120
},
"stopId": "0:BUCHOZ1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777891550",
"uncertainty": 120
},
"departure": {
"time": "1777891550",
"uncertainty": 120
},
"stopId": "0:NJUNG1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777891594",
"uncertainty": 120
},
"departure": {
"time": "1777891594",
"uncertainty": 120
},
"stopId": "0:LEMOYNE1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777891625",
"uncertainty": 120
},
"departure": {
"time": "1777891625",
"uncertainty": 120
},
"stopId": "0:COLIBRI1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777891651",
"uncertainty": 120
},
"departure": {
"time": "1777891651",
"uncertainty": 120
},
"stopId": "0:TIGNO414",
"stopSequence": 13
},
{
"arrival": {
"time": "1777891829",
"uncertainty": 120
},
"departure": {
"time": "1777891829",
"uncertainty": 120
},
"stopId": "0:FMOSELL1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777891899",
"uncertainty": 120
},
"departure": {
"time": "1777891920",
"uncertainty": 120
},
"stopId": "0:LUXE",
"stopSequence": 15
},
{
"arrival": {
"time": "1777892060",
"uncertainty": 120
},
"departure": {
"time": "1777892060",
"uncertainty": 120
},
"stopId": "0:POINCAR1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777892220",
"uncertainty": 120
},
"departure": {
"time": "1777892220",
"uncertainty": 120
},
"stopId": "0:CANAL102",
"stopSequence": 17
},
{
"arrival": {
"time": "1777892317",
"uncertainty": 120
},
"departure": {
"time": "1777892317",
"uncertainty": 120
},
"stopId": "0:VACQUI02",
"stopSequence": 18
},
{
"arrival": {
"time": "1777892516",
"uncertainty": 120
},
"departure": {
"time": "1777892516",
"uncertainty": 120
},
"stopId": "0:COUVENT1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777892578",
"uncertainty": 120
},
"departure": {
"time": "1777892578",
"uncertainty": 120
},
"stopId": "0:MEURISS1",
"stopSequence": 20
},
{
"arrival": {
"time": "1777892591",
"uncertainty": 120
},
"departure": {
"time": "1777892591",
"uncertainty": 120
},
"stopId": "0:NATION2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777892675",
"uncertainty": 120
},
"departure": {
"time": "1777892675",
"uncertainty": 120
},
"stopId": "0:SCHAFF01",
"stopSequence": 22
},
{
"arrival": {
"time": "1777892771",
"uncertainty": 120
},
"departure": {
"time": "1777892771",
"uncertainty": 120
},
"stopId": "0:LOGES1",
"stopSequence": 23
},
{
"arrival": {
"time": "1777892838",
"uncertainty": 120
},
"departure": {
"time": "1777892838",
"uncertainty": 120
},
"stopId": "0:SEMINAI2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777892910",
"uncertainty": 120
},
"departure": {
"time": "1777892910",
"uncertainty": 120
},
"stopId": "0:STANDRE3",
"stopSequence": 25
},
{
"arrival": {
"time": "1777892991",
"uncertainty": 120
},
"departure": {
"time": "1777892991",
"uncertainty": 120
},
"stopId": "0:SUGNON1",
"stopSequence": 26
},
{
"arrival": {
"time": "1777893070",
"uncertainty": 120
},
"departure": {
"time": "1777893070",
"uncertainty": 120
},
"stopId": "0:LYAUTE99",
"stopSequence": 27
},
{
"arrival": {
"time": "1777893138",
"uncertainty": 120
},
"departure": {
"time": "1777893138",
"uncertainty": 120
},
"stopId": "0:JERUSAL2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777893196",
"uncertainty": 120
},
"departure": {
"time": "1777893196",
"uncertainty": 120
},
"stopId": "0:COLSON2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777893331",
"uncertainty": 120
},
"departure": {
"time": "1777893331",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:SABLIER2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777893594",
"uncertainty": 120
},
"stopId": "0:CUGNOT1",
"stopSequence": 31
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "15",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11976889"
}
}
},
{
"id": "1855250",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777890772",
"uncertainty": 120
},
"stopId": "0:CHASG01",
"stopSequence": 1
},
{
"arrival": {
"time": "1777890832",
"uncertainty": 120
},
"departure": {
"time": "1777890832",
"uncertainty": 120
},
"stopId": "0:CLERY1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777890909",
"uncertainty": 120
},
"departure": {
"time": "1777890909",
"uncertainty": 120
},
"stopId": "0:CHAHURY1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777890952",
"uncertainty": 120
},
"departure": {
"time": "1777890952",
"uncertainty": 120
},
"stopId": "0:CHDAMES2",
"stopSequence": 4
},
{
"arrival": {
"time": "1777891029",
"uncertainty": 120
},
"departure": {
"time": "1777891029",
"uncertainty": 120
},
"stopId": "0:MONEU1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777891092",
"uncertainty": 120
},
"stopId": "0:MNVE2",
"stopSequence": 6
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "87",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855250"
},
"vehicle": {
"id": "1662",
"label": "1662"
}
}
},
{
"id": "1855251",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777892280",
"uncertainty": 120
},
"stopId": "0:CHASG01",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "87",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855251"
}
}
},
{
"id": "1853815",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777889673",
"uncertainty": 120
},
"stopId": "0:MOULMAI1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777889762",
"uncertainty": 120
},
"departure": {
"time": "1777889762",
"uncertainty": 120
},
"stopId": "0:MOULIN86",
"stopSequence": 2
},
{
"arrival": {
"time": "1777889808",
"uncertainty": 120
},
"departure": {
"time": "1777889808",
"uncertainty": 120
},
"stopId": "0:VIEAUX1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777889877",
"uncertainty": 120
},
"departure": {
"time": "1777889882",
"uncertainty": 120
},
"stopId": "0:PREVIL01",
"stopSequence": 4
},
{
"arrival": {
"time": "1777889924",
"uncertainty": 120
},
"departure": {
"time": "1777889942",
"uncertainty": 120
},
"stopId": "0:ARDECHE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777890013",
"uncertainty": 120
},
"departure": {
"time": "1777890013",
"uncertainty": 120
},
"stopId": "0:LORRAIN1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777890172",
"uncertainty": 120
},
"departure": {
"time": "1777890172",
"uncertainty": 120
},
"stopId": "0:3HAIES1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777890232",
"uncertainty": 120
},
"departure": {
"time": "1777890242",
"uncertainty": 120
},
"stopId": "0:CONSTAN1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777890294",
"uncertainty": 120
},
"departure": {
"time": "1777890300",
"uncertainty": 120
},
"stopId": "0:PAQUERE1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777890379",
"uncertainty": 120
},
"departure": {
"time": "1777890379",
"uncertainty": 120
},
"stopId": "0:SAVOIE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777890420",
"uncertainty": 120
},
"departure": {
"time": "1777890420",
"uncertainty": 120
},
"stopId": "0:ALSACE1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777890452",
"uncertainty": 120
},
"departure": {
"time": "1777890452",
"uncertainty": 120
},
"stopId": "0:HTRHELE1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777890569",
"uncertainty": 120
},
"departure": {
"time": "1777890573",
"uncertainty": 120
},
"stopId": "0:08MAI01",
"stopSequence": 13
},
{
"arrival": {
"time": "1777890632",
"uncertainty": 120
},
"departure": {
"time": "1777890632",
"uncertainty": 120
},
"stopId": "0:FRICHES1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777890720",
"uncertainty": 120
},
"departure": {
"time": "1777890720",
"uncertainty": 120
},
"stopId": "0:FOSSE1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777890752",
"uncertainty": 120
},
"departure": {
"time": "1777890752",
"uncertainty": 120
},
"stopId": "0:VERGERS1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777890782",
"uncertainty": 120
},
"departure": {
"time": "1777890782",
"uncertainty": 120
},
"stopId": "0:CHATRIA1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777890848",
"uncertainty": 120
},
"departure": {
"time": "1777890848",
"uncertainty": 120
},
"stopId": "0:COUVENT1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777890915",
"uncertainty": 120
},
"departure": {
"time": "1777890915",
"uncertainty": 120
},
"stopId": "0:MEURISS1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777890992",
"uncertainty": 120
},
"departure": {
"time": "1777890992",
"uncertainty": 120
},
"stopId": "0:EUROPAC1",
"stopSequence": 20
},
{
"arrival": {
"time": "1777891057",
"uncertainty": 120
},
"departure": {
"time": "1777891057",
"uncertainty": 120
},
"stopId": "0:BOTANIQ1",
"stopSequence": 21
},
{
"arrival": {
"time": "1777891095",
"uncertainty": 120
},
"departure": {
"time": "1777891095",
"uncertainty": 120
},
"stopId": "0:GENIE1",
"stopSequence": 22
},
{
"arrival": {
"time": "1777891240",
"uncertainty": 120
},
"departure": {
"time": "1777891240",
"uncertainty": 120
},
"stopId": "0:BONSEC1",
"stopSequence": 23
},
{
"arrival": {
"time": "1777891381",
"uncertainty": 120
},
"departure": {
"time": "1777891381",
"uncertainty": 120
},
"stopId": "0:ROIGE142",
"stopSequence": 24
},
{
"arrival": {
"time": "1777891521",
"uncertainty": 120
},
"departure": {
"time": "1777891521",
"uncertainty": 120
},
"stopId": "0:GARCS",
"stopSequence": 25
},
{
"arrival": {
"time": "1777891701",
"uncertainty": 120
},
"departure": {
"time": "1777891701",
"uncertainty": 120
},
"stopId": "0:LACRETL2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777891753",
"uncertainty": 120
},
"departure": {
"time": "1777891753",
"uncertainty": 120
},
"stopId": "0:PONTROU2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777891846",
"uncertainty": 120
},
"departure": {
"time": "1777891846",
"uncertainty": 120
},
"stopId": "0:RTBORNY2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777891913",
"uncertainty": 120
},
"departure": {
"time": "1777891913",
"uncertainty": 120
},
"stopId": "0:RUELLCH2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777892008",
"uncertainty": 120
},
"departure": {
"time": "1777892008",
"uncertainty": 120
},
"stopId": "0:GANNE2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777892105",
"uncertainty": 120
},
"departure": {
"time": "1777892105",
"uncertainty": 120
},
"stopId": "0:BERNARD2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777892177",
"uncertainty": 120
},
"departure": {
"time": "1777892177",
"uncertainty": 120
},
"stopId": "0:PROVENC2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777892309",
"uncertainty": 120
},
"stopId": "0:BORDES3",
"stopSequence": 33
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "14",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853815"
},
"vehicle": {
"id": "1636",
"label": "1636"
}
}
},
{
"id": "1856091",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777893862",
"uncertainty": 120
},
"stopId": "0:VALLONS2",
"stopSequence": 1
},
{
"arrival": {
"time": "1777893948",
"uncertainty": 120
},
"departure": {
"time": "1777893948",
"uncertainty": 120
},
"stopId": "0:PASSERE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777894167",
"uncertainty": 120
},
"departure": {
"time": "1777894167",
"uncertainty": 120
},
"stopId": "0:CORBON1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777894206",
"uncertainty": 120
},
"departure": {
"time": "1777894206",
"uncertainty": 120
},
"stopId": "0:JURY2",
"stopSequence": 4
},
{
"arrival": {
"time": "1777894304",
"uncertainty": 120
},
"departure": {
"time": "1777894304",
"uncertainty": 120
},
"stopId": "0:PTIJURY2",
"stopSequence": 5
},
{
"arrival": {
"time": "1777894604",
"uncertainty": 120
},
"departure": {
"time": "1777894604",
"uncertainty": 120
},
"stopId": "0:FRONTIG1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777894686",
"uncertainty": 120
},
"departure": {
"time": "1777894686",
"uncertainty": 120
},
"stopId": "0:LANCEUM1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777894784",
"uncertainty": 120
},
"departure": {
"time": "1777894784",
"uncertainty": 120
},
"stopId": "0:TARREAU1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777894844",
"uncertainty": 120
},
"departure": {
"time": "1777894844",
"uncertainty": 120
},
"stopId": "0:MECLEUV1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777895281",
"uncertainty": 120
},
"departure": {
"time": "1777895281",
"uncertainty": 120
},
"stopId": "0:VCANADI1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777895373",
"uncertainty": 120
},
"departure": {
"time": "1777895373",
"uncertainty": 120
},
"stopId": "0:CHESNYM1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777895673",
"uncertainty": 120
},
"departure": {
"time": "1777895673",
"uncertainty": 120
},
"stopId": "0:MECLEUV2",
"stopSequence": 12
},
{
"arrival": {
"time": "1777895710",
"uncertainty": 120
},
"departure": {
"time": "1777895710",
"uncertainty": 120
},
"stopId": "0:TARREAU2",
"stopSequence": 13
},
{
"arrival": {
"time": "1777895909",
"uncertainty": 120
},
"departure": {
"time": "1777895909",
"uncertainty": 120
},
"stopId": "0:LANCEUM3",
"stopSequence": 14
},
{
"arrival": {
"time": "1777896094",
"uncertainty": 120
},
"departure": {
"time": "1777896094",
"uncertainty": 120
},
"stopId": "0:FRONTIG2",
"stopSequence": 15
},
{
"arrival": {
"time": "1777896521",
"uncertainty": 120
},
"departure": {
"time": "1777896521",
"uncertainty": 120
},
"stopId": "0:CORBON2",
"stopSequence": 16
},
{
"arrival": {
"time": "1777896574",
"uncertainty": 120
},
"stopId": "0:JURY1",
"stopSequence": 17
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "212",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11856091"
}
}
},
{
"id": "1977012",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1777889971",
"uncertainty": 120
},
"departure": {
"time": "1777889985",
"uncertainty": 120
},
"stopId": "0:LYAUTE99"
},
{
"arrival": {
"time": "1777889995",
"uncertainty": 120
},
"departure": {
"time": "1777889995",
"uncertainty": 120
},
"stopId": "0:LYAUTE99"
},
{
"arrival": {
"time": "1777890031",
"uncertainty": 120
},
"departure": {
"time": "1777890031",
"uncertainty": 120
},
"stopId": "0:JERUSAL2"
},
{
"arrival": {
"time": "1777890076",
"uncertainty": 120
},
"departure": {
"time": "1777890076",
"uncertainty": 120
},
"stopId": "0:COLSON2"
},
{
"arrival": {
"time": "1777890120",
"uncertainty": 120
},
"departure": {
"time": "1777890120",
"uncertainty": 120
},
"stopId": "0:VACONS2"
},
{
"arrival": {
"time": "1777890165",
"uncertainty": 120
},
"departure": {
"time": "1777890165",
"uncertainty": 120
},
"stopId": "0:BLORY2"
},
{
"arrival": {
"time": "1777890195",
"uncertainty": 120
},
"departure": {
"time": "1777890195",
"uncertainty": 120
},
"stopId": "0:CHOCOL01"
},
{
"arrival": {
"time": "1777890235",
"uncertainty": 120
},
"departure": {
"time": "1777890235",
"uncertainty": 120
},
"stopId": "0:QUINT01"
},
{
"departure": {
"time": "1777888800",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777888951",
"uncertainty": 120
},
"departure": {
"time": "1777888951",
"uncertainty": 120
},
"stopId": "0:ROTONDE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777888962",
"uncertainty": 120
},
"departure": {
"time": "1777888981",
"uncertainty": 120
},
"stopId": "0:LOTINDU1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777889022",
"uncertainty": 120
},
"departure": {
"time": "1777889022",
"uncertainty": 120
},
"stopId": "0:CITSNCF1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777889088",
"uncertainty": 120
},
"departure": {
"time": "1777889088",
"uncertainty": 120
},
"stopId": "0:VOSGES1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777889115",
"uncertainty": 120
},
"departure": {
"time": "1777889115",
"uncertainty": 120
},
"stopId": "0:ALGER1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777889135",
"uncertainty": 120
},
"departure": {
"time": "1777889135",
"uncertainty": 120
},
"stopId": "0:TOURAIN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777889191",
"uncertainty": 120
},
"departure": {
"time": "1777889191",
"uncertainty": 120
},
"stopId": "0:LILAS3",
"stopSequence": 8
},
{
"arrival": {
"time": "1777889321",
"uncertainty": 120
},
"departure": {
"time": "1777889321",
"uncertainty": 120
},
"stopId": "0:COUBERT2",
"stopSequence": 9
},
{
"arrival": {
"time": "1777889384",
"uncertainty": 120
},
"departure": {
"time": "1777889384",
"uncertainty": 120
},
"stopId": "0:SIMMI527",
"stopSequence": 10
},
{
"arrival": {
"time": "1777889461",
"uncertainty": 120
},
"departure": {
"time": "1777889461",
"uncertainty": 120
},
"stopId": "0:PONSARD1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777889490",
"uncertainty": 120
},
"departure": {
"time": "1777889491",
"uncertainty": 120
},
"stopId": "0:CLMADER2",
"stopSequence": 12
},
{
"arrival": {
"time": "1777889641",
"uncertainty": 120
},
"departure": {
"time": "1777889641",
"uncertainty": 120
},
"stopId": "0:STEXUPE2",
"stopSequence": 13
},
{
"arrival": {
"time": "1777889693",
"uncertainty": 120
},
"departure": {
"time": "1777889700",
"uncertainty": 120
},
"stopId": "0:VOLONTA1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777889788",
"uncertainty": 120
},
"departure": {
"time": "1777889788",
"uncertainty": 120
},
"stopId": "0:MARCSAN1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777889848",
"uncertainty": 120
},
"departure": {
"time": "1777889851",
"uncertainty": 120
},
"stopId": "0:19NOV01",
"stopSequence": 16
},
{
"arrival": {
"time": "1777889908",
"uncertainty": 120
},
"departure": {
"time": "1777889911",
"uncertainty": 120
},
"stopId": "0:SUGNON1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777889971",
"uncertainty": 120
},
"departure": {
"time": "1777889971",
"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": "1777890339",
"uncertainty": 120
},
"departure": {
"time": "1777890339",
"uncertainty": 120
},
"stopId": "0:4VENTS1",
"stopSequence": 23
},
{
"arrival": {
"time": "1777890418",
"uncertainty": 120
},
"departure": {
"time": "1777890418",
"uncertainty": 120
},
"stopId": "0:LAVOIR1",
"stopSequence": 24
},
{
"arrival": {
"time": "1777890461",
"uncertainty": 120
},
"departure": {
"time": "1777890479",
"uncertainty": 120
},
"stopId": "0:EGLISE1",
"stopSequence": 25
},
{
"arrival": {
"time": "1777890595",
"uncertainty": 120
},
"departure": {
"time": "1777890595",
"uncertainty": 120
},
"stopId": "0:LOTHAIR3",
"stopSequence": 26
},
{
"arrival": {
"time": "1777890659",
"uncertainty": 120
},
"departure": {
"time": "1777890659",
"uncertainty": 120
},
"stopId": "0:PISCINE2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777890719",
"uncertainty": 120
},
"departure": {
"time": "1777890719",
"uncertainty": 120
},
"stopId": "0:HESTAUX2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777890779",
"uncertainty": 120
},
"departure": {
"time": "1777890779",
"uncertainty": 120
},
"stopId": "0:GOUSSEL2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777890797",
"uncertainty": 120
},
"departure": {
"time": "1777890797",
"uncertainty": 120
},
"stopId": "0:CLAUDEL2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777890846",
"uncertainty": 120
},
"departure": {
"time": "1777890846",
"uncertainty": 120
},
"stopId": "0:OBERL653",
"stopSequence": 31
},
{
"arrival": {
"time": "1777890975",
"uncertainty": 120
},
"departure": {
"time": "1777890975",
"uncertainty": 120
},
"stopId": "0:PEUPLIE2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777891071",
"uncertainty": 120
},
"departure": {
"time": "1777891071",
"uncertainty": 120
},
"stopId": "0:SYMPHON3",
"stopSequence": 33
},
{
"arrival": {
"time": "1777891119",
"uncertainty": 120
},
"departure": {
"time": "1777891119",
"uncertainty": 120
},
"stopId": "0:MARCONI2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777891154",
"uncertainty": 120
},
"departure": {
"time": "1777891154",
"uncertainty": 120
},
"stopId": "0:ARAGO035",
"stopSequence": 35
},
{
"arrival": {
"time": "1777891243",
"uncertainty": 120
},
"departure": {
"time": "1777891243",
"uncertainty": 120
},
"stopId": "0:AMPERE2",
"stopSequence": 36
},
{
"arrival": {
"time": "1777891302",
"uncertainty": 120
},
"departure": {
"time": "1777891302",
"uncertainty": 120
},
"stopId": "0:METZANI2",
"stopSequence": 37
},
{
"arrival": {
"time": "1777891403",
"uncertainty": 120
},
"departure": {
"time": "1777891403",
"uncertainty": 120
},
"stopId": "0:SEBASTO2",
"stopSequence": 38
},
{
"arrival": {
"time": "1777891437",
"uncertainty": 120
},
"departure": {
"time": "1777891437",
"uncertainty": 120
},
"stopId": "0:SOLIDAR2",
"stopSequence": 39
},
{
"arrival": {
"time": "1777891506",
"uncertainty": 120
},
"departure": {
"time": "1777891506",
"uncertainty": 120
},
"stopId": "0:DRAPIER2",
"stopSequence": 40
},
{
"arrival": {
"time": "1777891574",
"uncertainty": 120
},
"departure": {
"time": "1777891574",
"uncertainty": 120
},
"stopId": "0:SELLIER2",
"stopSequence": 41
},
{
"arrival": {
"time": "1777891645",
"uncertainty": 120
},
"departure": {
"time": "1777891645",
"uncertainty": 120
},
"stopId": "0:POTIERS2",
"stopSequence": 42
},
{
"arrival": {
"time": "1777891711",
"uncertainty": 120
},
"departure": {
"time": "1777891711",
"uncertainty": 120
},
"stopId": "0:SERRURR2",
"stopSequence": 43
},
{
"arrival": {
"time": "1777891797",
"uncertainty": 120
},
"stopId": "0:HSCHUMA1",
"stopSequence": 44
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "17",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11977012"
},
"vehicle": {
"id": "833",
"label": "833"
}
}
},
{
"id": "1977013",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1777893593",
"uncertainty": 120
},
"departure": {
"time": "1777893593",
"uncertainty": 120
},
"stopId": "0:LYAUTE99"
},
{
"arrival": {
"time": "1777893603",
"uncertainty": 120
},
"departure": {
"time": "1777893603",
"uncertainty": 120
},
"stopId": "0:LYAUTE99"
},
{
"arrival": {
"time": "1777893643",
"uncertainty": 120
},
"departure": {
"time": "1777893643",
"uncertainty": 120
},
"stopId": "0:JERUSAL2"
},
{
"arrival": {
"time": "1777893685",
"uncertainty": 120
},
"departure": {
"time": "1777893685",
"uncertainty": 120
},
"stopId": "0:COLSON2"
},
{
"arrival": {
"time": "1777893737",
"uncertainty": 120
},
"departure": {
"time": "1777893737",
"uncertainty": 120
},
"stopId": "0:VACONS2"
},
{
"arrival": {
"time": "1777893781",
"uncertainty": 120
},
"departure": {
"time": "1777893781",
"uncertainty": 120
},
"stopId": "0:BLORY2"
},
{
"arrival": {
"time": "1777893833",
"uncertainty": 120
},
"departure": {
"time": "1777893833",
"uncertainty": 120
},
"stopId": "0:CHOCOL01"
},
{
"arrival": {
"time": "1777893901",
"uncertainty": 120
},
"departure": {
"time": "1777893901",
"uncertainty": 120
},
"stopId": "0:QUINT01"
},
{
"departure": {
"time": "1777892400",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777892534",
"uncertainty": 120
},
"departure": {
"time": "1777892534",
"uncertainty": 120
},
"stopId": "0:ROTONDE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777892580",
"uncertainty": 120
},
"departure": {
"time": "1777892580",
"uncertainty": 120
},
"stopId": "0:LOTINDU1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777892645",
"uncertainty": 120
},
"departure": {
"time": "1777892645",
"uncertainty": 120
},
"stopId": "0:CITSNCF1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777892700",
"uncertainty": 120
},
"departure": {
"time": "1777892700",
"uncertainty": 120
},
"stopId": "0:VOSGES1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777892738",
"uncertainty": 120
},
"departure": {
"time": "1777892738",
"uncertainty": 120
},
"stopId": "0:ALGER1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777892791",
"uncertainty": 120
},
"departure": {
"time": "1777892791",
"uncertainty": 120
},
"stopId": "0:TOURAIN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777892869",
"uncertainty": 120
},
"departure": {
"time": "1777892869",
"uncertainty": 120
},
"stopId": "0:LILAS3",
"stopSequence": 8
},
{
"arrival": {
"time": "1777893029",
"uncertainty": 120
},
"departure": {
"time": "1777893029",
"uncertainty": 120
},
"stopId": "0:COUBERT2",
"stopSequence": 9
},
{
"arrival": {
"time": "1777893091",
"uncertainty": 120
},
"departure": {
"time": "1777893091",
"uncertainty": 120
},
"stopId": "0:SIMMI527",
"stopSequence": 10
},
{
"arrival": {
"time": "1777893143",
"uncertainty": 120
},
"departure": {
"time": "1777893143",
"uncertainty": 120
},
"stopId": "0:PONSARD1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777893194",
"uncertainty": 120
},
"departure": {
"time": "1777893194",
"uncertainty": 120
},
"stopId": "0:CLMADER2",
"stopSequence": 12
},
{
"arrival": {
"time": "1777893305",
"uncertainty": 120
},
"departure": {
"time": "1777893305",
"uncertainty": 120
},
"stopId": "0:STEXUPE2",
"stopSequence": 13
},
{
"arrival": {
"time": "1777893353",
"uncertainty": 120
},
"departure": {
"time": "1777893353",
"uncertainty": 120
},
"stopId": "0:VOLONTA1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777893426",
"uncertainty": 120
},
"departure": {
"time": "1777893426",
"uncertainty": 120
},
"stopId": "0:MARCSAN1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777893480",
"uncertainty": 120
},
"departure": {
"time": "1777893480",
"uncertainty": 120
},
"stopId": "0:19NOV01",
"stopSequence": 16
},
{
"arrival": {
"time": "1777893537",
"uncertainty": 120
},
"departure": {
"time": "1777893537",
"uncertainty": 120
},
"stopId": "0:SUGNON1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777893593",
"uncertainty": 120
},
"departure": {
"time": "1777893593",
"uncertainty": 120
},
"stopId": "0:LYAUTE99",
"stopSequence": 18
},
{
"arrival": {
"time": "1777893626",
"uncertainty": 120
},
"departure": {
"time": "1777893626",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:JERUSAL2",
"stopSequence": 19
},
{
"arrival": {
"time": "1777893655",
"uncertainty": 120
},
"departure": {
"time": "1777893655",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:COLSON2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777893755",
"uncertainty": 120
},
"departure": {
"time": "1777893755",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:CHOCOL01",
"stopSequence": 21
},
{
"arrival": {
"time": "1777893803",
"uncertainty": 120
},
"departure": {
"time": "1777893803",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:QUINT01",
"stopSequence": 22
},
{
"arrival": {
"time": "1777894000",
"uncertainty": 120
},
"departure": {
"time": "1777894000",
"uncertainty": 120
},
"stopId": "0:4VENTS1",
"stopSequence": 23
},
{
"arrival": {
"time": "1777894064",
"uncertainty": 120
},
"departure": {
"time": "1777894064",
"uncertainty": 120
},
"stopId": "0:LAVOIR1",
"stopSequence": 24
},
{
"arrival": {
"time": "1777894139",
"uncertainty": 120
},
"departure": {
"time": "1777894139",
"uncertainty": 120
},
"stopId": "0:EGLISE1",
"stopSequence": 25
},
{
"arrival": {
"time": "1777894215",
"uncertainty": 120
},
"departure": {
"time": "1777894215",
"uncertainty": 120
},
"stopId": "0:LOTHAIR3",
"stopSequence": 26
},
{
"arrival": {
"time": "1777894270",
"uncertainty": 120
},
"departure": {
"time": "1777894270",
"uncertainty": 120
},
"stopId": "0:PISCINE2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777894346",
"uncertainty": 120
},
"departure": {
"time": "1777894346",
"uncertainty": 120
},
"stopId": "0:HESTAUX2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777894404",
"uncertainty": 120
},
"departure": {
"time": "1777894404",
"uncertainty": 120
},
"stopId": "0:GOUSSEL2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777894449",
"uncertainty": 120
},
"departure": {
"time": "1777894449",
"uncertainty": 120
},
"stopId": "0:CLAUDEL2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777894544",
"uncertainty": 120
},
"departure": {
"time": "1777894544",
"uncertainty": 120
},
"stopId": "0:OBERL653",
"stopSequence": 31
},
{
"arrival": {
"time": "1777894660",
"uncertainty": 120
},
"departure": {
"time": "1777894660",
"uncertainty": 120
},
"stopId": "0:PEUPLIE2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777894753",
"uncertainty": 120
},
"departure": {
"time": "1777894753",
"uncertainty": 120
},
"stopId": "0:SYMPHON3",
"stopSequence": 33
},
{
"arrival": {
"time": "1777894806",
"uncertainty": 120
},
"departure": {
"time": "1777894806",
"uncertainty": 120
},
"stopId": "0:MARCONI2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777894839",
"uncertainty": 120
},
"departure": {
"time": "1777894839",
"uncertainty": 120
},
"stopId": "0:ARAGO035",
"stopSequence": 35
},
{
"arrival": {
"time": "1777894928",
"uncertainty": 120
},
"departure": {
"time": "1777894928",
"uncertainty": 120
},
"stopId": "0:AMPERE2",
"stopSequence": 36
},
{
"arrival": {
"time": "1777894987",
"uncertainty": 120
},
"departure": {
"time": "1777894987",
"uncertainty": 120
},
"stopId": "0:METZANI2",
"stopSequence": 37
},
{
"arrival": {
"time": "1777895088",
"uncertainty": 120
},
"departure": {
"time": "1777895088",
"uncertainty": 120
},
"stopId": "0:SEBASTO2",
"stopSequence": 38
},
{
"arrival": {
"time": "1777895127",
"uncertainty": 120
},
"departure": {
"time": "1777895127",
"uncertainty": 120
},
"stopId": "0:SOLIDAR2",
"stopSequence": 39
},
{
"arrival": {
"time": "1777895196",
"uncertainty": 120
},
"departure": {
"time": "1777895196",
"uncertainty": 120
},
"stopId": "0:DRAPIER2",
"stopSequence": 40
},
{
"arrival": {
"time": "1777895264",
"uncertainty": 120
},
"departure": {
"time": "1777895264",
"uncertainty": 120
},
"stopId": "0:SELLIER2",
"stopSequence": 41
},
{
"arrival": {
"time": "1777895335",
"uncertainty": 120
},
"departure": {
"time": "1777895335",
"uncertainty": 120
},
"stopId": "0:POTIERS2",
"stopSequence": 42
},
{
"arrival": {
"time": "1777895401",
"uncertainty": 120
},
"departure": {
"time": "1777895401",
"uncertainty": 120
},
"stopId": "0:SERRURR2",
"stopSequence": 43
},
{
"arrival": {
"time": "1777895487",
"uncertainty": 120
},
"stopId": "0:HSCHUMA1",
"stopSequence": 44
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "17",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11977013"
}
}
},
{
"id": "1855323",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777892400"
},
"stopId": "0:QUOITY1",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "88",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855323"
}
}
},
{
"id": "1856209",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777893360"
},
"stopId": "0:LELAC1",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "272",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11856209"
}
}
},
{
"id": "1856210",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777893360",
"uncertainty": 120
},
"stopId": "0:LELAC1",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "272",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11856210"
}
}
},
{
"id": "1977030",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1777890617",
"uncertainty": 120
},
"departure": {
"time": "1777890617",
"uncertainty": 120
},
"stopId": "0:QUINT02"
},
{
"arrival": {
"time": "1777890628",
"uncertainty": 120
},
"departure": {
"time": "1777890647",
"uncertainty": 120
},
"stopId": "0:QUINT02"
},
{
"arrival": {
"time": "1777890677",
"uncertainty": 120
},
"departure": {
"time": "1777890677",
"uncertainty": 120
},
"stopId": "0:CHOCOL02"
},
{
"arrival": {
"time": "1777890737",
"uncertainty": 120
},
"departure": {
"time": "1777890737",
"uncertainty": 120
},
"stopId": "0:BLORY1"
},
{
"arrival": {
"time": "1777890795",
"uncertainty": 120
},
"departure": {
"time": "1777890795",
"uncertainty": 120
},
"stopId": "0:COLSON1"
},
{
"arrival": {
"time": "1777890815",
"uncertainty": 120
},
"departure": {
"time": "1777890815",
"uncertainty": 120
},
"stopId": "0:JERUSAL1"
},
{
"arrival": {
"time": "1777890835",
"uncertainty": 120
},
"departure": {
"time": "1777890835",
"uncertainty": 120
},
"stopId": "0:LYAUT104"
},
{
"arrival": {
"time": "1777890842",
"uncertainty": 120
},
"departure": {
"time": "1777890857",
"uncertainty": 120
},
"stopId": "0:LYAUT656"
},
{
"departure": {
"time": "1777888831",
"uncertainty": 120
},
"stopId": "0:HSCHUMA1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777888928",
"uncertainty": 120
},
"departure": {
"time": "1777888928",
"uncertainty": 120
},
"stopId": "0:SERRURR1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777888991",
"uncertainty": 120
},
"departure": {
"time": "1777888991",
"uncertainty": 120
},
"stopId": "0:POTIERS1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777889048",
"uncertainty": 120
},
"departure": {
"time": "1777889048",
"uncertainty": 120
},
"stopId": "0:SELLIER1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777889110",
"uncertainty": 120
},
"departure": {
"time": "1777889110",
"uncertainty": 120
},
"stopId": "0:DRAPIER1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777889174",
"uncertainty": 120
},
"departure": {
"time": "1777889191",
"uncertainty": 120
},
"stopId": "0:SOLIDAR1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777889251",
"uncertainty": 120
},
"departure": {
"time": "1777889251",
"uncertainty": 120
},
"stopId": "0:SEBASTO1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777889380",
"uncertainty": 120
},
"departure": {
"time": "1777889380",
"uncertainty": 120
},
"stopId": "0:METZANI1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777889471",
"uncertainty": 120
},
"departure": {
"time": "1777889471",
"uncertainty": 120
},
"stopId": "0:AMPERE1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777889590",
"uncertainty": 120
},
"departure": {
"time": "1777889611",
"uncertainty": 120
},
"stopId": "0:ARAGO002",
"stopSequence": 10
},
{
"arrival": {
"time": "1777889644",
"uncertainty": 120
},
"departure": {
"time": "1777889644",
"uncertainty": 120
},
"stopId": "0:MARCONI1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777889716",
"uncertainty": 120
},
"departure": {
"time": "1777889731",
"uncertainty": 120
},
"stopId": "0:SYMPHON1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777889839",
"uncertainty": 120
},
"departure": {
"time": "1777889851",
"uncertainty": 120
},
"stopId": "0:PEUPLIE1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777889940",
"uncertainty": 120
},
"departure": {
"time": "1777889941",
"uncertainty": 120
},
"stopId": "0:OBERL668",
"stopSequence": 14
},
{
"arrival": {
"time": "1777890001",
"uncertainty": 120
},
"departure": {
"time": "1777890001",
"uncertainty": 120
},
"stopId": "0:CLAUDEL1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777890061",
"uncertainty": 120
},
"departure": {
"time": "1777890061",
"uncertainty": 120
},
"stopId": "0:GOUSSEL1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777890091",
"uncertainty": 120
},
"departure": {
"time": "1777890091",
"uncertainty": 120
},
"stopId": "0:HESTAUX1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777890151",
"uncertainty": 120
},
"departure": {
"time": "1777890151",
"uncertainty": 120
},
"stopId": "0:PISCINE1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777890210",
"uncertainty": 120
},
"departure": {
"time": "1777890212",
"uncertainty": 120
},
"stopId": "0:LOTHAIR4",
"stopSequence": 19
},
{
"arrival": {
"time": "1777890373",
"uncertainty": 120
},
"departure": {
"time": "1777890391",
"uncertainty": 120
},
"stopId": "0:EGLISE2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777890451",
"uncertainty": 120
},
"departure": {
"time": "1777890451",
"uncertainty": 120
},
"stopId": "0:LAVOIR2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777890503",
"uncertainty": 120
},
"departure": {
"time": "1777890541",
"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": "1777890895",
"uncertainty": 120
},
"departure": {
"time": "1777890895",
"uncertainty": 120
},
"stopId": "0:SUGNON2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777890963",
"uncertainty": 120
},
"departure": {
"time": "1777890963",
"uncertainty": 120
},
"stopId": "0:19NOV02",
"stopSequence": 29
},
{
"arrival": {
"time": "1777891010",
"uncertainty": 120
},
"departure": {
"time": "1777891010",
"uncertainty": 120
},
"stopId": "0:MARCSAN2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777891052",
"uncertainty": 120
},
"departure": {
"time": "1777891052",
"uncertainty": 120
},
"stopId": "0:VOLONTA2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777891100",
"uncertainty": 120
},
"departure": {
"time": "1777891100",
"uncertainty": 120
},
"stopId": "0:STEXUPE1",
"stopSequence": 32
},
{
"arrival": {
"time": "1777891200",
"uncertainty": 120
},
"departure": {
"time": "1777891200",
"uncertainty": 120
},
"stopId": "0:CLMADER1",
"stopSequence": 33
},
{
"arrival": {
"time": "1777891247",
"uncertainty": 120
},
"departure": {
"time": "1777891247",
"uncertainty": 120
},
"stopId": "0:PONSARD2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777891288",
"uncertainty": 120
},
"departure": {
"time": "1777891288",
"uncertainty": 120
},
"stopId": "0:SIMMI357",
"stopSequence": 35
},
{
"arrival": {
"time": "1777891330",
"uncertainty": 120
},
"departure": {
"time": "1777891330",
"uncertainty": 120
},
"stopId": "0:COUBERT1",
"stopSequence": 36
},
{
"arrival": {
"time": "1777891473",
"uncertainty": 120
},
"departure": {
"time": "1777891473",
"uncertainty": 120
},
"stopId": "0:LILAS4",
"stopSequence": 37
},
{
"arrival": {
"time": "1777891583",
"uncertainty": 120
},
"departure": {
"time": "1777891583",
"uncertainty": 120
},
"stopId": "0:TOURAIN2",
"stopSequence": 38
},
{
"arrival": {
"time": "1777891618",
"uncertainty": 120
},
"departure": {
"time": "1777891618",
"uncertainty": 120
},
"stopId": "0:ALGER2",
"stopSequence": 39
},
{
"arrival": {
"time": "1777891654",
"uncertainty": 120
},
"departure": {
"time": "1777891654",
"uncertainty": 120
},
"stopId": "0:VOSGES2",
"stopSequence": 40
},
{
"arrival": {
"time": "1777891688",
"uncertainty": 120
},
"departure": {
"time": "1777891688",
"uncertainty": 120
},
"stopId": "0:CITSNCF2",
"stopSequence": 41
},
{
"arrival": {
"time": "1777891719",
"uncertainty": 120
},
"departure": {
"time": "1777891719",
"uncertainty": 120
},
"stopId": "0:LOTINDU2",
"stopSequence": 42
},
{
"arrival": {
"time": "1777891789",
"uncertainty": 120
},
"departure": {
"time": "1777891789",
"uncertainty": 120
},
"stopId": "0:ROTONDE2",
"stopSequence": 43
},
{
"arrival": {
"time": "1777891817",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 44
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "17",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11977030"
},
"vehicle": {
"id": "831",
"label": "831"
}
}
},
{
"id": "1977031",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1777894027",
"uncertainty": 120
},
"departure": {
"time": "1777894027",
"uncertainty": 120
},
"stopId": "0:QUINT02"
},
{
"arrival": {
"time": "1777894038",
"uncertainty": 120
},
"departure": {
"time": "1777894038",
"uncertainty": 120
},
"stopId": "0:QUINT02"
},
{
"arrival": {
"time": "1777894093",
"uncertainty": 120
},
"departure": {
"time": "1777894093",
"uncertainty": 120
},
"stopId": "0:CHOCOL02"
},
{
"arrival": {
"time": "1777894167",
"uncertainty": 120
},
"departure": {
"time": "1777894167",
"uncertainty": 120
},
"stopId": "0:BLORY1"
},
{
"arrival": {
"time": "1777894255",
"uncertainty": 120
},
"departure": {
"time": "1777894255",
"uncertainty": 120
},
"stopId": "0:COLSON1"
},
{
"arrival": {
"time": "1777894285",
"uncertainty": 120
},
"departure": {
"time": "1777894285",
"uncertainty": 120
},
"stopId": "0:JERUSAL1"
},
{
"arrival": {
"time": "1777894321",
"uncertainty": 120
},
"departure": {
"time": "1777894321",
"uncertainty": 120
},
"stopId": "0:LYAUT104"
},
{
"arrival": {
"time": "1777894328",
"uncertainty": 120
},
"departure": {
"time": "1777894328",
"uncertainty": 120
},
"stopId": "0:LYAUT656"
},
{
"departure": {
"time": "1777892400",
"uncertainty": 120
},
"stopId": "0:HSCHUMA1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777892500",
"uncertainty": 120
},
"departure": {
"time": "1777892500",
"uncertainty": 120
},
"stopId": "0:SERRURR1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777892569",
"uncertainty": 120
},
"departure": {
"time": "1777892569",
"uncertainty": 120
},
"stopId": "0:POTIERS1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777892629",
"uncertainty": 120
},
"departure": {
"time": "1777892629",
"uncertainty": 120
},
"stopId": "0:SELLIER1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777892697",
"uncertainty": 120
},
"departure": {
"time": "1777892697",
"uncertainty": 120
},
"stopId": "0:DRAPIER1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777892760",
"uncertainty": 120
},
"departure": {
"time": "1777892760",
"uncertainty": 120
},
"stopId": "0:SOLIDAR1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777892823",
"uncertainty": 120
},
"departure": {
"time": "1777892823",
"uncertainty": 120
},
"stopId": "0:SEBASTO1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777892932",
"uncertainty": 120
},
"departure": {
"time": "1777892932",
"uncertainty": 120
},
"stopId": "0:METZANI1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777893013",
"uncertainty": 120
},
"departure": {
"time": "1777893013",
"uncertainty": 120
},
"stopId": "0:AMPERE1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777893125",
"uncertainty": 120
},
"departure": {
"time": "1777893125",
"uncertainty": 120
},
"stopId": "0:ARAGO002",
"stopSequence": 10
},
{
"arrival": {
"time": "1777893162",
"uncertainty": 120
},
"departure": {
"time": "1777893162",
"uncertainty": 120
},
"stopId": "0:MARCONI1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777893255",
"uncertainty": 120
},
"departure": {
"time": "1777893255",
"uncertainty": 120
},
"stopId": "0:SYMPHON1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777893360",
"uncertainty": 120
},
"departure": {
"time": "1777893360",
"uncertainty": 120
},
"stopId": "0:PEUPLIE1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777893450",
"uncertainty": 120
},
"departure": {
"time": "1777893450",
"uncertainty": 120
},
"stopId": "0:OBERL668",
"stopSequence": 14
},
{
"arrival": {
"time": "1777893527",
"uncertainty": 120
},
"departure": {
"time": "1777893527",
"uncertainty": 120
},
"stopId": "0:CLAUDEL1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777893598",
"uncertainty": 120
},
"departure": {
"time": "1777893598",
"uncertainty": 120
},
"stopId": "0:GOUSSEL1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777893637",
"uncertainty": 120
},
"departure": {
"time": "1777893637",
"uncertainty": 120
},
"stopId": "0:HESTAUX1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777893707",
"uncertainty": 120
},
"departure": {
"time": "1777893707",
"uncertainty": 120
},
"stopId": "0:PISCINE1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777893780",
"uncertainty": 120
},
"departure": {
"time": "1777893780",
"uncertainty": 120
},
"stopId": "0:LOTHAIR4",
"stopSequence": 19
},
{
"arrival": {
"time": "1777893861",
"uncertainty": 120
},
"departure": {
"time": "1777893861",
"uncertainty": 120
},
"stopId": "0:EGLISE2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777893894",
"uncertainty": 120
},
"departure": {
"time": "1777893894",
"uncertainty": 120
},
"stopId": "0:LAVOIR2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777893934",
"uncertainty": 120
},
"departure": {
"time": "1777893934",
"uncertainty": 120
},
"stopId": "0:4VENTS2",
"stopSequence": 22
},
{
"arrival": {
"time": "1777894002",
"uncertainty": 120
},
"departure": {
"time": "1777894002",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:QUINT02",
"stopSequence": 23
},
{
"arrival": {
"time": "1777894048",
"uncertainty": 120
},
"departure": {
"time": "1777894048",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:CHOCOL02",
"stopSequence": 24
},
{
"arrival": {
"time": "1777894161",
"uncertainty": 120
},
"departure": {
"time": "1777894161",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:COLSON1",
"stopSequence": 25
},
{
"arrival": {
"time": "1777894182",
"uncertainty": 120
},
"departure": {
"time": "1777894182",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:JERUSAL1",
"stopSequence": 26
},
{
"arrival": {
"time": "1777894207",
"uncertainty": 120
},
"departure": {
"time": "1777894207",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:LYAUT104",
"stopSequence": 27
},
{
"arrival": {
"time": "1777894382",
"uncertainty": 120
},
"departure": {
"time": "1777894382",
"uncertainty": 120
},
"stopId": "0:SUGNON2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777894421",
"uncertainty": 120
},
"departure": {
"time": "1777894421",
"uncertainty": 120
},
"stopId": "0:19NOV02",
"stopSequence": 29
},
{
"arrival": {
"time": "1777894465",
"uncertainty": 120
},
"departure": {
"time": "1777894465",
"uncertainty": 120
},
"stopId": "0:MARCSAN2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777894507",
"uncertainty": 120
},
"departure": {
"time": "1777894507",
"uncertainty": 120
},
"stopId": "0:VOLONTA2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777894555",
"uncertainty": 120
},
"departure": {
"time": "1777894555",
"uncertainty": 120
},
"stopId": "0:STEXUPE1",
"stopSequence": 32
},
{
"arrival": {
"time": "1777894655",
"uncertainty": 120
},
"departure": {
"time": "1777894655",
"uncertainty": 120
},
"stopId": "0:CLMADER1",
"stopSequence": 33
},
{
"arrival": {
"time": "1777894702",
"uncertainty": 120
},
"departure": {
"time": "1777894702",
"uncertainty": 120
},
"stopId": "0:PONSARD2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777894743",
"uncertainty": 120
},
"departure": {
"time": "1777894743",
"uncertainty": 120
},
"stopId": "0:SIMMI357",
"stopSequence": 35
},
{
"arrival": {
"time": "1777894785",
"uncertainty": 120
},
"departure": {
"time": "1777894785",
"uncertainty": 120
},
"stopId": "0:COUBERT1",
"stopSequence": 36
},
{
"arrival": {
"time": "1777894928",
"uncertainty": 120
},
"departure": {
"time": "1777894928",
"uncertainty": 120
},
"stopId": "0:LILAS4",
"stopSequence": 37
},
{
"arrival": {
"time": "1777895038",
"uncertainty": 120
},
"departure": {
"time": "1777895038",
"uncertainty": 120
},
"stopId": "0:TOURAIN2",
"stopSequence": 38
},
{
"arrival": {
"time": "1777895069",
"uncertainty": 120
},
"departure": {
"time": "1777895069",
"uncertainty": 120
},
"stopId": "0:ALGER2",
"stopSequence": 39
},
{
"arrival": {
"time": "1777895096",
"uncertainty": 120
},
"departure": {
"time": "1777895096",
"uncertainty": 120
},
"stopId": "0:VOSGES2",
"stopSequence": 40
},
{
"arrival": {
"time": "1777895174",
"uncertainty": 120
},
"departure": {
"time": "1777895174",
"uncertainty": 120
},
"stopId": "0:CITSNCF2",
"stopSequence": 41
},
{
"arrival": {
"time": "1777895208",
"uncertainty": 120
},
"departure": {
"time": "1777895208",
"uncertainty": 120
},
"stopId": "0:LOTINDU2",
"stopSequence": 42
},
{
"arrival": {
"time": "1777895294",
"uncertainty": 120
},
"departure": {
"time": "1777895294",
"uncertainty": 120
},
"stopId": "0:ROTONDE2",
"stopSequence": 43
},
{
"arrival": {
"time": "1777895336",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 44
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "17",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11977031"
}
}
},
{
"id": "1856285",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777892100",
"uncertainty": 120
},
"stopId": "0:PEMG1",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "70",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11856285"
}
}
},
{
"id": "1856286",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777892100",
"uncertainty": 120
},
"stopId": "0:PEMG1",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "70",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11856286"
}
}
},
{
"id": "1853901",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777890900",
"uncertainty": 120
},
"stopId": "0:INTJOBA2",
"stopSequence": 1
},
{
"arrival": {
"time": "1777890995",
"uncertainty": 120
},
"departure": {
"time": "1777890995",
"uncertainty": 120
},
"stopId": "0:BOILEAU2",
"stopSequence": 2
},
{
"arrival": {
"time": "1777891053",
"uncertainty": 120
},
"departure": {
"time": "1777891053",
"uncertainty": 120
},
"stopId": "0:CHARDIN2",
"stopSequence": 3
},
{
"arrival": {
"time": "1777891198",
"uncertainty": 120
},
"departure": {
"time": "1777891198",
"uncertainty": 120
},
"stopId": "0:2FONTAI2",
"stopSequence": 4
},
{
"arrival": {
"time": "1777891253",
"uncertainty": 120
},
"departure": {
"time": "1777891253",
"uncertainty": 120
},
"stopId": "0:ROGET2",
"stopSequence": 5
},
{
"arrival": {
"time": "1777891313",
"uncertainty": 120
},
"departure": {
"time": "1777891313",
"uncertainty": 120
},
"stopId": "0:POULMAI2",
"stopSequence": 6
},
{
"arrival": {
"time": "1777891380",
"uncertainty": 120
},
"departure": {
"time": "1777891380",
"uncertainty": 120
},
"stopId": "0:CHAPITR2",
"stopSequence": 7
},
{
"arrival": {
"time": "1777891458",
"uncertainty": 120
},
"departure": {
"time": "1777891458",
"uncertainty": 120
},
"stopId": "0:RUISSEA1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777891488",
"uncertainty": 120
},
"departure": {
"time": "1777891488",
"uncertainty": 120
},
"stopId": "0:GAMBETT1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777891581",
"uncertainty": 120
},
"departure": {
"time": "1777891581",
"uncertainty": 120
},
"stopId": "0:GAREWOI2",
"stopSequence": 10
},
{
"arrival": {
"time": "1777891635",
"uncertainty": 120
},
"departure": {
"time": "1777891635",
"uncertainty": 120
},
"stopId": "0:JUNGLIN2",
"stopSequence": 11
},
{
"arrival": {
"time": "1777891692",
"uncertainty": 120
},
"departure": {
"time": "1777891692",
"uncertainty": 120
},
"stopId": "0:WOIPHOT2",
"stopSequence": 12
},
{
"arrival": {
"time": "1777891781",
"uncertainty": 120
},
"departure": {
"time": "1777891781",
"uncertainty": 120
},
"stopId": "0:COTEAUX2",
"stopSequence": 13
},
{
"arrival": {
"time": "1777891871",
"uncertainty": 120
},
"stopId": "0:PLFRANC1",
"stopSequence": 14
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "16",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853901"
},
"vehicle": {
"id": "835",
"label": "835"
}
}
},
{
"id": "1856275",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777892100",
"uncertainty": 120
},
"stopId": "0:PEMG1",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "70",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11856275"
}
}
},
{
"id": "1853902",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777892220",
"uncertainty": 120
},
"stopId": "0:INTJOBA2",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "16",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853902"
}
}
},
{
"id": "1881284",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777893300",
"uncertainty": 120
},
"stopId": "0:REPLYD",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11881284"
}
}
},
{
"id": "1881285",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777894200",
"uncertainty": 120
},
"stopId": "0:REPLYD",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11881285"
}
}
},
{
"id": "1881280",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777889718",
"uncertainty": 120
},
"stopId": "0:REPLYD",
"stopSequence": 1
},
{
"arrival": {
"time": "1777889915",
"uncertainty": 120
},
"departure": {
"time": "1777889928",
"uncertainty": 120
},
"stopId": "0:ROI04",
"stopSequence": 2
},
{
"arrival": {
"time": "1777890108",
"uncertainty": 120
},
"departure": {
"time": "1777890108",
"uncertainty": 120
},
"stopId": "0:BONSEC2",
"stopSequence": 3
},
{
"arrival": {
"time": "1777890207",
"uncertainty": 120
},
"departure": {
"time": "1777890288",
"uncertainty": 120
},
"stopId": "0:GENIE2",
"stopSequence": 4
},
{
"arrival": {
"time": "1777890348",
"uncertainty": 120
},
"departure": {
"time": "1777890348",
"uncertainty": 120
},
"stopId": "0:BOTANIQ2",
"stopSequence": 5
},
{
"arrival": {
"time": "1777890378",
"uncertainty": 120
},
"departure": {
"time": "1777890378",
"uncertainty": 120
},
"stopId": "0:EUROPAC2",
"stopSequence": 6
},
{
"arrival": {
"time": "1777890455",
"uncertainty": 120
},
"departure": {
"time": "1777890468",
"uncertainty": 120
},
"stopId": "0:NATION2",
"stopSequence": 7
},
{
"arrival": {
"time": "1777890582",
"uncertainty": 120
},
"departure": {
"time": "1777890588",
"uncertainty": 120
},
"stopId": "0:SCHAFF01",
"stopSequence": 8
},
{
"arrival": {
"time": "1777890686",
"uncertainty": 120
},
"departure": {
"time": "1777890708",
"uncertainty": 120
},
"stopId": "0:STLADRE2",
"stopSequence": 9
},
{
"arrival": {
"time": "1777890765",
"uncertainty": 120
},
"departure": {
"time": "1777890768",
"uncertainty": 120
},
"stopId": "0:MERMOZ2",
"stopSequence": 10
},
{
"arrival": {
"time": "1777890880",
"uncertainty": 120
},
"departure": {
"time": "1777890880",
"uncertainty": 120
},
"stopId": "0:SIMMI689",
"stopSequence": 11
},
{
"arrival": {
"time": "1777890971",
"uncertainty": 120
},
"departure": {
"time": "1777890971",
"uncertainty": 120
},
"stopId": "0:11AVIAT1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777890982",
"uncertainty": 120
},
"departure": {
"time": "1777890982",
"uncertainty": 120
},
"stopId": "0:LUETTE1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777891061",
"uncertainty": 120
},
"departure": {
"time": "1777891061",
"uncertainty": 120
},
"stopId": "0:COSTEBE2",
"stopSequence": 14
},
{
"arrival": {
"time": "1777891134",
"uncertainty": 120
},
"departure": {
"time": "1777891134",
"uncertainty": 120
},
"stopId": "0:GRORMES2",
"stopSequence": 15
},
{
"arrival": {
"time": "1777891215",
"uncertainty": 120
},
"departure": {
"time": "1777891215",
"uncertainty": 120
},
"stopId": "0:GARENNE2",
"stopSequence": 16
},
{
"arrival": {
"time": "1777891272",
"uncertainty": 120
},
"departure": {
"time": "1777891272",
"uncertainty": 120
},
"stopId": "0:LESCLOS2",
"stopSequence": 17
},
{
"arrival": {
"time": "1777891341",
"uncertainty": 120
},
"departure": {
"time": "1777891341",
"uncertainty": 120
},
"stopId": "0:SORBIER2",
"stopSequence": 18
},
{
"arrival": {
"time": "1777891405",
"uncertainty": 120
},
"departure": {
"time": "1777891405",
"uncertainty": 120
},
"stopId": "0:PJOLY2",
"stopSequence": 19
},
{
"arrival": {
"time": "1777891497",
"uncertainty": 120
},
"departure": {
"time": "1777891497",
"uncertainty": 120
},
"stopId": "0:HOTELVI2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777891554",
"uncertainty": 120
},
"departure": {
"time": "1777891554",
"uncertainty": 120
},
"stopId": "0:JOSEPH02",
"stopSequence": 21
},
{
"arrival": {
"time": "1777891665",
"uncertainty": 120
},
"departure": {
"time": "1777891665",
"uncertainty": 120
},
"stopId": "0:NEC1",
"stopSequence": 22
},
{
"arrival": {
"time": "1777891719",
"uncertainty": 120
},
"stopId": "0:MARLY 3",
"stopSequence": 23
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11881280"
},
"vehicle": {
"id": "1243",
"label": "1243"
}
}
},
{
"id": "1881281",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777890600",
"uncertainty": 120
},
"stopId": "0:REPLYD",
"stopSequence": 1
},
{
"arrival": {
"time": "1777890743",
"uncertainty": 120
},
"departure": {
"time": "1777890749",
"uncertainty": 120
},
"stopId": "0:ROI04",
"stopSequence": 2
},
{
"arrival": {
"time": "1777890840",
"uncertainty": 120
},
"departure": {
"time": "1777890840",
"uncertainty": 120
},
"stopId": "0:BONSEC2",
"stopSequence": 3
},
{
"arrival": {
"time": "1777890966",
"uncertainty": 120
},
"departure": {
"time": "1777890989",
"uncertainty": 120
},
"stopId": "0:GENIE2",
"stopSequence": 4
},
{
"arrival": {
"time": "1777891030",
"uncertainty": 120
},
"departure": {
"time": "1777891030",
"uncertainty": 120
},
"stopId": "0:BOTANIQ2",
"stopSequence": 5
},
{
"arrival": {
"time": "1777891075",
"uncertainty": 120
},
"departure": {
"time": "1777891075",
"uncertainty": 120
},
"stopId": "0:EUROPAC2",
"stopSequence": 6
},
{
"arrival": {
"time": "1777891134",
"uncertainty": 120
},
"departure": {
"time": "1777891134",
"uncertainty": 120
},
"stopId": "0:NATION2",
"stopSequence": 7
},
{
"arrival": {
"time": "1777891244",
"uncertainty": 120
},
"departure": {
"time": "1777891244",
"uncertainty": 120
},
"stopId": "0:SCHAFF01",
"stopSequence": 8
},
{
"arrival": {
"time": "1777891344",
"uncertainty": 120
},
"departure": {
"time": "1777891344",
"uncertainty": 120
},
"stopId": "0:STLADRE2",
"stopSequence": 9
},
{
"arrival": {
"time": "1777891405",
"uncertainty": 120
},
"departure": {
"time": "1777891405",
"uncertainty": 120
},
"stopId": "0:MERMOZ2",
"stopSequence": 10
},
{
"arrival": {
"time": "1777891522",
"uncertainty": 120
},
"departure": {
"time": "1777891522",
"uncertainty": 120
},
"stopId": "0:SIMMI689",
"stopSequence": 11
},
{
"arrival": {
"time": "1777891623",
"uncertainty": 120
},
"departure": {
"time": "1777891623",
"uncertainty": 120
},
"stopId": "0:11AVIAT1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777891637",
"uncertainty": 120
},
"departure": {
"time": "1777891637",
"uncertainty": 120
},
"stopId": "0:LUETTE1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777891694",
"uncertainty": 120
},
"departure": {
"time": "1777891694",
"uncertainty": 120
},
"stopId": "0:COSTEBE2",
"stopSequence": 14
},
{
"arrival": {
"time": "1777891776",
"uncertainty": 120
},
"departure": {
"time": "1777891776",
"uncertainty": 120
},
"stopId": "0:GRORMES2",
"stopSequence": 15
},
{
"arrival": {
"time": "1777891854",
"uncertainty": 120
},
"departure": {
"time": "1777891854",
"uncertainty": 120
},
"stopId": "0:GARENNE2",
"stopSequence": 16
},
{
"arrival": {
"time": "1777891911",
"uncertainty": 120
},
"departure": {
"time": "1777891911",
"uncertainty": 120
},
"stopId": "0:LESCLOS2",
"stopSequence": 17
},
{
"arrival": {
"time": "1777891988",
"uncertainty": 120
},
"departure": {
"time": "1777891988",
"uncertainty": 120
},
"stopId": "0:SORBIER2",
"stopSequence": 18
},
{
"arrival": {
"time": "1777892060",
"uncertainty": 120
},
"departure": {
"time": "1777892060",
"uncertainty": 120
},
"stopId": "0:PJOLY2",
"stopSequence": 19
},
{
"arrival": {
"time": "1777892156",
"uncertainty": 120
},
"departure": {
"time": "1777892156",
"uncertainty": 120
},
"stopId": "0:HOTELVI2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777892229",
"uncertainty": 120
},
"departure": {
"time": "1777892229",
"uncertainty": 120
},
"stopId": "0:JOSEPH02",
"stopSequence": 21
},
{
"arrival": {
"time": "1777892338",
"uncertainty": 120
},
"departure": {
"time": "1777892338",
"uncertainty": 120
},
"stopId": "0:NEC1",
"stopSequence": 22
},
{
"arrival": {
"time": "1777892397",
"uncertainty": 120
},
"stopId": "0:MARLY 3",
"stopSequence": 23
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11881281"
},
"vehicle": {
"id": "953",
"label": "953"
}
}
},
{
"id": "1881282",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777891440",
"uncertainty": 120
},
"stopId": "0:REPLYD",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11881282"
}
}
},
{
"id": "1881283",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777892400",
"uncertainty": 120
},
"stopId": "0:REPLYD",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11881283"
}
}
},
{
"id": "1856424",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777891620",
"uncertainty": 120
},
"stopId": "0:FELIX420",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "6",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11856424"
}
}
},
{
"id": "1856425",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777892820",
"uncertainty": 120
},
"stopId": "0:FELIX420",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "6",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11856425"
}
}
},
{
"id": "1856426",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777894020",
"uncertainty": 120
},
"stopId": "0:FELIX420",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "6",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11856426"
}
}
},
{
"id": "1856421",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777888050",
"uncertainty": 120
},
"stopId": "0:FELIX420",
"stopSequence": 1
},
{
"arrival": {
"time": "1777888200",
"uncertainty": 120
},
"departure": {
"time": "1777888200",
"uncertainty": 120
},
"stopId": "0:CASTORS1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777888237",
"uncertainty": 120
},
"departure": {
"time": "1777888237",
"uncertainty": 120
},
"stopId": "0:TORTUE1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777888303",
"uncertainty": 120
},
"departure": {
"time": "1777888320",
"uncertainty": 120
},
"stopId": "0:STSIMON1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777888350",
"uncertainty": 120
},
"departure": {
"time": "1777888350",
"uncertainty": 120
},
"stopId": "0:MARNE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777888380",
"uncertainty": 120
},
"departure": {
"time": "1777888380",
"uncertainty": 120
},
"stopId": "0:VICTOIR1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777888470",
"uncertainty": 120
},
"departure": {
"time": "1777888470",
"uncertainty": 120
},
"stopId": "0:LARDEME1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777888548",
"uncertainty": 120
},
"departure": {
"time": "1777888560",
"uncertainty": 120
},
"stopId": "0:SIGISBE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777888650",
"uncertainty": 120
},
"departure": {
"time": "1777888650",
"uncertainty": 120
},
"stopId": "0:FOCH2",
"stopSequence": 9
},
{
"arrival": {
"time": "1777888770",
"uncertainty": 120
},
"departure": {
"time": "1777888770",
"uncertainty": 120
},
"stopId": "0:BRIVAGE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777888852",
"uncertainty": 120
},
"departure": {
"time": "1777888860",
"uncertainty": 120
},
"stopId": "0:PEPINIE1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777888920",
"uncertainty": 120
},
"departure": {
"time": "1777888920",
"uncertainty": 120
},
"stopId": "0:VILLAS1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777888981",
"uncertainty": 120
},
"departure": {
"time": "1777888981",
"uncertainty": 120
},
"stopId": "0:PALAISS1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777889094",
"uncertainty": 120
},
"departure": {
"time": "1777889100",
"uncertainty": 120
},
"stopId": "0:VERLAIN1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777889241",
"uncertainty": 120
},
"departure": {
"time": "1777889250",
"uncertainty": 120
},
"stopId": "0:ROI03",
"stopSequence": 15
},
{
"arrival": {
"time": "1777889370",
"uncertainty": 120
},
"departure": {
"time": "1777889430",
"uncertainty": 120
},
"stopId": "0:REPBS",
"stopSequence": 16
},
{
"arrival": {
"time": "1777889547",
"uncertainty": 120
},
"departure": {
"time": "1777889550",
"uncertainty": 120
},
"stopId": "0:STNICOL3",
"stopSequence": 17
},
{
"arrival": {
"time": "1777889602",
"uncertainty": 120
},
"departure": {
"time": "1777889670",
"uncertainty": 120
},
"stopId": "0:GARCS",
"stopSequence": 18
},
{
"arrival": {
"time": "1777889880",
"uncertainty": 120
},
"departure": {
"time": "1777889880",
"uncertainty": 120
},
"stopId": "0:MAZELLE2",
"stopSequence": 19
},
{
"arrival": {
"time": "1777889986",
"uncertainty": 120
},
"departure": {
"time": "1777890000",
"uncertainty": 120
},
"stopId": "0:TANNEUR2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777890038",
"uncertainty": 120
},
"departure": {
"time": "1777890061",
"uncertainty": 120
},
"stopId": "0:FOURNIE2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777890106",
"uncertainty": 120
},
"departure": {
"time": "1777890120",
"uncertainty": 120
},
"stopId": "0:ARSENAL2",
"stopSequence": 22
},
{
"arrival": {
"time": "1777890280",
"uncertainty": 120
},
"departure": {
"time": "1777890300",
"uncertainty": 120
},
"stopId": "0:TANNERI2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777890355",
"uncertainty": 120
},
"departure": {
"time": "1777890355",
"uncertainty": 120
},
"stopId": "0:BURGER02",
"stopSequence": 24
},
{
"arrival": {
"time": "1777890369",
"uncertainty": 120
},
"departure": {
"time": "1777890390",
"uncertainty": 120
},
"stopId": "0:TERRESR2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777890471",
"uncertainty": 120
},
"departure": {
"time": "1777890471",
"uncertainty": 120
},
"stopId": "0:STJEGLI2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777890526",
"uncertainty": 120
},
"departure": {
"time": "1777890540",
"uncertainty": 120
},
"stopId": "0:CIMETIE2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777890606",
"uncertainty": 120
},
"departure": {
"time": "1777890606",
"uncertainty": 120
},
"stopId": "0:TILLEUL2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777890634",
"uncertainty": 120
},
"departure": {
"time": "1777890634",
"uncertainty": 120
},
"stopId": "0:ERABLE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777890718",
"uncertainty": 120
},
"departure": {
"time": "1777890720",
"uncertainty": 120
},
"stopId": "0:HETRES2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777890785",
"uncertainty": 120
},
"departure": {
"time": "1777890785",
"uncertainty": 120
},
"stopId": "0:CARRIER2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777890840",
"uncertainty": 120
},
"departure": {
"time": "1777890840",
"uncertainty": 120
},
"stopId": "0:FRENES2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777890930",
"uncertainty": 120
},
"departure": {
"time": "1777890930",
"uncertainty": 120
},
"stopId": "0:PINS02",
"stopSequence": 33
},
{
"arrival": {
"time": "1777891006",
"uncertainty": 120
},
"departure": {
"time": "1777891020",
"uncertainty": 120
},
"stopId": "0:MARRONN2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777891064",
"uncertainty": 120
},
"departure": {
"time": "1777891064",
"uncertainty": 120
},
"stopId": "0:HSORET2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777891160",
"uncertainty": 120
},
"departure": {
"time": "1777891160",
"uncertainty": 120
},
"stopId": "0:BOUZONV4",
"stopSequence": 36
},
{
"arrival": {
"time": "1777891236",
"uncertainty": 120
},
"stopId": "0:GRIMONT1",
"stopSequence": 37
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "6",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11856421"
},
"vehicle": {
"id": "1732",
"label": "1732"
}
}
},
{
"id": "1856422",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777889220",
"uncertainty": 120
},
"stopId": "0:FELIX420",
"stopSequence": 1
},
{
"arrival": {
"time": "1777889311",
"uncertainty": 120
},
"departure": {
"time": "1777889311",
"uncertainty": 120
},
"stopId": "0:CASTORS1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777889333",
"uncertainty": 120
},
"departure": {
"time": "1777889333",
"uncertainty": 120
},
"stopId": "0:TORTUE1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777889371",
"uncertainty": 120
},
"departure": {
"time": "1777889371",
"uncertainty": 120
},
"stopId": "0:STSIMON1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777889401",
"uncertainty": 120
},
"departure": {
"time": "1777889401",
"uncertainty": 120
},
"stopId": "0:MARNE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777889441",
"uncertainty": 120
},
"departure": {
"time": "1777889441",
"uncertainty": 120
},
"stopId": "0:VICTOIR1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777889521",
"uncertainty": 120
},
"departure": {
"time": "1777889581",
"uncertainty": 120
},
"stopId": "0:LARDEME1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777889641",
"uncertainty": 120
},
"departure": {
"time": "1777889641",
"uncertainty": 120
},
"stopId": "0:SIGISBE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777889701",
"uncertainty": 120
},
"departure": {
"time": "1777889701",
"uncertainty": 120
},
"stopId": "0:FOCH2",
"stopSequence": 9
},
{
"arrival": {
"time": "1777889831",
"uncertainty": 120
},
"departure": {
"time": "1777889831",
"uncertainty": 120
},
"stopId": "0:BRIVAGE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777889881",
"uncertainty": 120
},
"departure": {
"time": "1777889881",
"uncertainty": 120
},
"stopId": "0:PEPINIE1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777889937",
"uncertainty": 120
},
"departure": {
"time": "1777889941",
"uncertainty": 120
},
"stopId": "0:VILLAS1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777890016",
"uncertainty": 120
},
"departure": {
"time": "1777890031",
"uncertainty": 120
},
"stopId": "0:PALAISS1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777890164",
"uncertainty": 120
},
"departure": {
"time": "1777890181",
"uncertainty": 120
},
"stopId": "0:VERLAIN1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777890293",
"uncertainty": 120
},
"departure": {
"time": "1777890301",
"uncertainty": 120
},
"stopId": "0:ROI03",
"stopSequence": 15
},
{
"arrival": {
"time": "1777890421",
"uncertainty": 120
},
"departure": {
"time": "1777890768",
"uncertainty": 120
},
"stopId": "0:REPBS",
"stopSequence": 16
},
{
"arrival": {
"time": "1777890906",
"uncertainty": 120
},
"departure": {
"time": "1777890906",
"uncertainty": 120
},
"stopId": "0:STNICOL3",
"stopSequence": 17
},
{
"arrival": {
"time": "1777890948",
"uncertainty": 120
},
"departure": {
"time": "1777891008",
"uncertainty": 120
},
"stopId": "0:GARCS",
"stopSequence": 18
},
{
"arrival": {
"time": "1777891139",
"uncertainty": 120
},
"departure": {
"time": "1777891139",
"uncertainty": 120
},
"stopId": "0:MAZELLE2",
"stopSequence": 19
},
{
"arrival": {
"time": "1777891248",
"uncertainty": 120
},
"departure": {
"time": "1777891248",
"uncertainty": 120
},
"stopId": "0:TANNEUR2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777891290",
"uncertainty": 120
},
"departure": {
"time": "1777891290",
"uncertainty": 120
},
"stopId": "0:FOURNIE2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777891336",
"uncertainty": 120
},
"departure": {
"time": "1777891336",
"uncertainty": 120
},
"stopId": "0:ARSENAL2",
"stopSequence": 22
},
{
"arrival": {
"time": "1777891496",
"uncertainty": 120
},
"departure": {
"time": "1777891496",
"uncertainty": 120
},
"stopId": "0:TANNERI2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777891548",
"uncertainty": 120
},
"departure": {
"time": "1777891548",
"uncertainty": 120
},
"stopId": "0:BURGER02",
"stopSequence": 24
},
{
"arrival": {
"time": "1777891565",
"uncertainty": 120
},
"departure": {
"time": "1777891565",
"uncertainty": 120
},
"stopId": "0:TERRESR2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777891646",
"uncertainty": 120
},
"departure": {
"time": "1777891646",
"uncertainty": 120
},
"stopId": "0:STJEGLI2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777891700",
"uncertainty": 120
},
"departure": {
"time": "1777891700",
"uncertainty": 120
},
"stopId": "0:CIMETIE2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777891767",
"uncertainty": 120
},
"departure": {
"time": "1777891767",
"uncertainty": 120
},
"stopId": "0:TILLEUL2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777891797",
"uncertainty": 120
},
"departure": {
"time": "1777891797",
"uncertainty": 120
},
"stopId": "0:ERABLE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777891881",
"uncertainty": 120
},
"departure": {
"time": "1777891881",
"uncertainty": 120
},
"stopId": "0:HETRES2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777891946",
"uncertainty": 120
},
"departure": {
"time": "1777891946",
"uncertainty": 120
},
"stopId": "0:CARRIER2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777892000",
"uncertainty": 120
},
"departure": {
"time": "1777892000",
"uncertainty": 120
},
"stopId": "0:FRENES2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777892087",
"uncertainty": 120
},
"departure": {
"time": "1777892087",
"uncertainty": 120
},
"stopId": "0:PINS02",
"stopSequence": 33
},
{
"arrival": {
"time": "1777892131",
"uncertainty": 120
},
"departure": {
"time": "1777892131",
"uncertainty": 120
},
"stopId": "0:MARRONN2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777892163",
"uncertainty": 120
},
"departure": {
"time": "1777892163",
"uncertainty": 120
},
"stopId": "0:HSORET2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777892239",
"uncertainty": 120
},
"departure": {
"time": "1777892239",
"uncertainty": 120
},
"stopId": "0:BOUZONV4",
"stopSequence": 36
},
{
"arrival": {
"time": "1777892311",
"uncertainty": 120
},
"stopId": "0:GRIMONT1",
"stopSequence": 37
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "6",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11856422"
},
"vehicle": {
"id": "2135",
"label": "2135"
}
}
},
{
"id": "1856423",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777890428",
"uncertainty": 120
},
"stopId": "0:FELIX420",
"stopSequence": 1
},
{
"arrival": {
"time": "1777890531",
"uncertainty": 120
},
"departure": {
"time": "1777890548",
"uncertainty": 120
},
"stopId": "0:CASTORS1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777890571",
"uncertainty": 120
},
"departure": {
"time": "1777890578",
"uncertainty": 120
},
"stopId": "0:TORTUE1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777890638",
"uncertainty": 120
},
"departure": {
"time": "1777890638",
"uncertainty": 120
},
"stopId": "0:STSIMON1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777890668",
"uncertainty": 120
},
"departure": {
"time": "1777890668",
"uncertainty": 120
},
"stopId": "0:MARNE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777890698",
"uncertainty": 120
},
"departure": {
"time": "1777890729",
"uncertainty": 120
},
"stopId": "0:VICTOIR1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777890802",
"uncertainty": 120
},
"departure": {
"time": "1777890818",
"uncertainty": 120
},
"stopId": "0:LARDEME1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777890878",
"uncertainty": 120
},
"departure": {
"time": "1777890878",
"uncertainty": 120
},
"stopId": "0:SIGISBE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777890964",
"uncertainty": 120
},
"departure": {
"time": "1777890964",
"uncertainty": 120
},
"stopId": "0:FOCH2",
"stopSequence": 9
},
{
"arrival": {
"time": "1777891070",
"uncertainty": 120
},
"departure": {
"time": "1777891070",
"uncertainty": 120
},
"stopId": "0:BRIVAGE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777891123",
"uncertainty": 120
},
"departure": {
"time": "1777891123",
"uncertainty": 120
},
"stopId": "0:PEPINIE1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777891178",
"uncertainty": 120
},
"departure": {
"time": "1777891178",
"uncertainty": 120
},
"stopId": "0:VILLAS1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777891238",
"uncertainty": 120
},
"departure": {
"time": "1777891238",
"uncertainty": 120
},
"stopId": "0:PALAISS1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777891374",
"uncertainty": 120
},
"departure": {
"time": "1777891374",
"uncertainty": 120
},
"stopId": "0:VERLAIN1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777891483",
"uncertainty": 120
},
"departure": {
"time": "1777891483",
"uncertainty": 120
},
"stopId": "0:ROI03",
"stopSequence": 15
},
{
"arrival": {
"time": "1777891608",
"uncertainty": 120
},
"departure": {
"time": "1777891608",
"uncertainty": 120
},
"stopId": "0:REPBS",
"stopSequence": 16
},
{
"arrival": {
"time": "1777891752",
"uncertainty": 120
},
"departure": {
"time": "1777891752",
"uncertainty": 120
},
"stopId": "0:STNICOL3",
"stopSequence": 17
},
{
"arrival": {
"time": "1777891796",
"uncertainty": 120
},
"departure": {
"time": "1777891796",
"uncertainty": 120
},
"stopId": "0:GARCS",
"stopSequence": 18
},
{
"arrival": {
"time": "1777891926",
"uncertainty": 120
},
"departure": {
"time": "1777891926",
"uncertainty": 120
},
"stopId": "0:MAZELLE2",
"stopSequence": 19
},
{
"arrival": {
"time": "1777892045",
"uncertainty": 120
},
"departure": {
"time": "1777892045",
"uncertainty": 120
},
"stopId": "0:TANNEUR2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777892107",
"uncertainty": 120
},
"departure": {
"time": "1777892107",
"uncertainty": 120
},
"stopId": "0:FOURNIE2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777892160",
"uncertainty": 120
},
"departure": {
"time": "1777892160",
"uncertainty": 120
},
"stopId": "0:ARSENAL2",
"stopSequence": 22
},
{
"arrival": {
"time": "1777892308",
"uncertainty": 120
},
"departure": {
"time": "1777892308",
"uncertainty": 120
},
"stopId": "0:TANNERI2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777892339",
"uncertainty": 120
},
"departure": {
"time": "1777892339",
"uncertainty": 120
},
"stopId": "0:BURGER02",
"stopSequence": 24
},
{
"arrival": {
"time": "1777892384",
"uncertainty": 120
},
"departure": {
"time": "1777892384",
"uncertainty": 120
},
"stopId": "0:TERRESR2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777892483",
"uncertainty": 120
},
"departure": {
"time": "1777892483",
"uncertainty": 120
},
"stopId": "0:STJEGLI2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777892544",
"uncertainty": 120
},
"departure": {
"time": "1777892544",
"uncertainty": 120
},
"stopId": "0:CIMETIE2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777892618",
"uncertainty": 120
},
"departure": {
"time": "1777892618",
"uncertainty": 120
},
"stopId": "0:TILLEUL2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777892661",
"uncertainty": 120
},
"departure": {
"time": "1777892661",
"uncertainty": 120
},
"stopId": "0:ERABLE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777892743",
"uncertainty": 120
},
"departure": {
"time": "1777892743",
"uncertainty": 120
},
"stopId": "0:HETRES2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777892806",
"uncertainty": 120
},
"departure": {
"time": "1777892806",
"uncertainty": 120
},
"stopId": "0:CARRIER2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777892850",
"uncertainty": 120
},
"departure": {
"time": "1777892850",
"uncertainty": 120
},
"stopId": "0:FRENES2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777892917",
"uncertainty": 120
},
"departure": {
"time": "1777892917",
"uncertainty": 120
},
"stopId": "0:PINS02",
"stopSequence": 33
},
{
"arrival": {
"time": "1777892961",
"uncertainty": 120
},
"departure": {
"time": "1777892961",
"uncertainty": 120
},
"stopId": "0:MARRONN2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777892993",
"uncertainty": 120
},
"departure": {
"time": "1777892993",
"uncertainty": 120
},
"stopId": "0:HSORET2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777893069",
"uncertainty": 120
},
"departure": {
"time": "1777893069",
"uncertainty": 120
},
"stopId": "0:BOUZONV4",
"stopSequence": 36
},
{
"arrival": {
"time": "1777893141",
"uncertainty": 120
},
"stopId": "0:GRIMONT1",
"stopSequence": 37
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "6",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11856423"
},
"vehicle": {
"id": "2032",
"label": "2032"
}
}
},
{
"id": "1880607",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777889040",
"uncertainty": 120
},
"stopId": "0:MARLY 3",
"stopSequence": 1
},
{
"arrival": {
"time": "1777889080",
"uncertainty": 120
},
"departure": {
"time": "1777889080",
"uncertainty": 120
},
"stopId": "0:NEC2",
"stopSequence": 2
},
{
"arrival": {
"time": "1777889174",
"uncertainty": 120
},
"departure": {
"time": "1777889174",
"uncertainty": 120
},
"stopId": "0:JOSEPH1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777889250",
"uncertainty": 120
},
"departure": {
"time": "1777889250",
"uncertainty": 120
},
"stopId": "0:HOTELVI1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777889370",
"uncertainty": 120
},
"departure": {
"time": "1777889370",
"uncertainty": 120
},
"stopId": "0:PJOLY1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777889424",
"uncertainty": 120
},
"departure": {
"time": "1777889430",
"uncertainty": 120
},
"stopId": "0:SORBIER1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777889500",
"uncertainty": 120
},
"departure": {
"time": "1777889500",
"uncertainty": 120
},
"stopId": "0:LESCLOS1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777889559",
"uncertainty": 120
},
"departure": {
"time": "1777889580",
"uncertainty": 120
},
"stopId": "0:GARENNE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777889675",
"uncertainty": 120
},
"departure": {
"time": "1777889675",
"uncertainty": 120
},
"stopId": "0:GRORMES1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777889738",
"uncertainty": 120
},
"departure": {
"time": "1777889760",
"uncertainty": 120
},
"stopId": "0:COSTEBE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777889865",
"uncertainty": 120
},
"departure": {
"time": "1777889865",
"uncertainty": 120
},
"stopId": "0:LUETTE2",
"stopSequence": 11
},
{
"arrival": {
"time": "1777889880",
"uncertainty": 120
},
"departure": {
"time": "1777889880",
"uncertainty": 120
},
"stopId": "0:11AVIAT2",
"stopSequence": 12
},
{
"arrival": {
"time": "1777889982",
"uncertainty": 120
},
"departure": {
"time": "1777889982",
"uncertainty": 120
},
"stopId": "0:SIMMI690",
"stopSequence": 13
},
{
"arrival": {
"time": "1777890085",
"uncertainty": 120
},
"departure": {
"time": "1777890120",
"uncertainty": 120
},
"stopId": "0:MERMOZ1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777890197",
"uncertainty": 120
},
"departure": {
"time": "1777890211",
"uncertainty": 120
},
"stopId": "0:STLADRE1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777890338",
"uncertainty": 120
},
"departure": {
"time": "1777890360",
"uncertainty": 120
},
"stopId": "0:SCHAFF02",
"stopSequence": 16
},
{
"arrival": {
"time": "1777890480",
"uncertainty": 120
},
"departure": {
"time": "1777890480",
"uncertainty": 120
},
"stopId": "0:NATION1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777890570",
"uncertainty": 120
},
"departure": {
"time": "1777890570",
"uncertainty": 120
},
"stopId": "0:EUROPAC1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777890652",
"uncertainty": 120
},
"departure": {
"time": "1777890652",
"uncertainty": 120
},
"stopId": "0:BOTANIQ1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777890690",
"uncertainty": 120
},
"departure": {
"time": "1777890690",
"uncertainty": 120
},
"stopId": "0:GENIE1",
"stopSequence": 20
},
{
"arrival": {
"time": "1777890840",
"uncertainty": 120
},
"departure": {
"time": "1777890840",
"uncertainty": 120
},
"stopId": "0:BONSEC1",
"stopSequence": 21
},
{
"arrival": {
"time": "1777890916",
"uncertainty": 120
},
"departure": {
"time": "1777890930",
"uncertainty": 120
},
"stopId": "0:ROI03",
"stopSequence": 22
},
{
"arrival": {
"time": "1777891065",
"uncertainty": 120
},
"stopId": "0:REPLYA",
"stopSequence": 23
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11880607"
},
"vehicle": {
"id": "541",
"label": "541"
}
}
},
{
"id": "1854692",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777892880",
"uncertainty": 120
},
"stopId": "0:MAT02",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "B",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854692"
}
}
},
{
"id": "1854693",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777893480",
"uncertainty": 120
},
"stopId": "0:MAT02",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "B",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854693"
}
}
},
{
"id": "1854694",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777894080",
"uncertainty": 120
},
"stopId": "0:MAT02",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "B",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854694"
}
}
},
{
"id": "1854688",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777890480",
"uncertainty": 120
},
"stopId": "0:MAT02",
"stopSequence": 1
},
{
"arrival": {
"time": "1777890578",
"uncertainty": 120
},
"departure": {
"time": "1777890602",
"uncertainty": 120
},
"stopId": "0:MER02",
"stopSequence": 2
},
{
"arrival": {
"time": "1777890734",
"uncertainty": 120
},
"departure": {
"time": "1777890752",
"uncertainty": 120
},
"stopId": "0:EXP02",
"stopSequence": 3
},
{
"arrival": {
"time": "1777890812",
"uncertainty": 120
},
"departure": {
"time": "1777890842",
"uncertainty": 120
},
"stopId": "0:ECO02",
"stopSequence": 4
},
{
"arrival": {
"time": "1777890920",
"uncertainty": 120
},
"departure": {
"time": "1777890932",
"uncertainty": 120
},
"stopId": "0:ART02",
"stopSequence": 5
},
{
"arrival": {
"time": "1777891020",
"uncertainty": 120
},
"departure": {
"time": "1777891020",
"uncertainty": 120
},
"stopId": "0:ARA02",
"stopSequence": 6
},
{
"arrival": {
"time": "1777891089",
"uncertainty": 120
},
"departure": {
"time": "1777891089",
"uncertainty": 120
},
"stopId": "0:GRA02",
"stopSequence": 7
},
{
"arrival": {
"time": "1777891156",
"uncertainty": 120
},
"departure": {
"time": "1777891156",
"uncertainty": 120
},
"stopId": "0:BRG02",
"stopSequence": 8
},
{
"arrival": {
"time": "1777891209",
"uncertainty": 120
},
"departure": {
"time": "1777891209",
"uncertainty": 120
},
"stopId": "0:GUY02",
"stopSequence": 9
},
{
"arrival": {
"time": "1777891257",
"uncertainty": 120
},
"departure": {
"time": "1777891257",
"uncertainty": 120
},
"stopId": "0:PRO02",
"stopSequence": 10
},
{
"arrival": {
"time": "1777891320",
"uncertainty": 120
},
"departure": {
"time": "1777891320",
"uncertainty": 120
},
"stopId": "0:BEL02",
"stopSequence": 11
},
{
"arrival": {
"time": "1777891411",
"uncertainty": 120
},
"departure": {
"time": "1777891411",
"uncertainty": 120
},
"stopId": "0:CIM02",
"stopSequence": 12
},
{
"arrival": {
"time": "1777891498",
"uncertainty": 120
},
"departure": {
"time": "1777891498",
"uncertainty": 120
},
"stopId": "0:ALC02",
"stopSequence": 13
},
{
"arrival": {
"time": "1777891556",
"uncertainty": 120
},
"departure": {
"time": "1777891556",
"uncertainty": 120
},
"stopId": "0:LEG02",
"stopSequence": 14
},
{
"arrival": {
"time": "1777891635",
"uncertainty": 120
},
"departure": {
"time": "1777891635",
"uncertainty": 120
},
"stopId": "0:SEI02",
"stopSequence": 15
},
{
"arrival": {
"time": "1777891706",
"uncertainty": 120
},
"departure": {
"time": "1777891706",
"uncertainty": 120
},
"stopId": "0:POM02",
"stopSequence": 16
},
{
"arrival": {
"time": "1777891767",
"uncertainty": 120
},
"departure": {
"time": "1777891767",
"uncertainty": 120
},
"stopId": "0:GAR02",
"stopSequence": 17
},
{
"arrival": {
"time": "1777891859",
"uncertainty": 120
},
"departure": {
"time": "1777891859",
"uncertainty": 120
},
"stopId": "0:ROI02",
"stopSequence": 18
},
{
"arrival": {
"time": "1777891927",
"uncertainty": 120
},
"departure": {
"time": "1777891927",
"uncertainty": 120
},
"stopId": "0:REP02",
"stopSequence": 19
},
{
"arrival": {
"time": "1777892121",
"uncertainty": 120
},
"departure": {
"time": "1777892121",
"uncertainty": 120
},
"stopId": "0:SAU02",
"stopSequence": 20
},
{
"arrival": {
"time": "1777892183",
"uncertainty": 120
},
"stopId": "0:CTU02",
"stopSequence": 21
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "B",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854688"
},
"vehicle": {
"id": "1321",
"label": "1321"
}
}
},
{
"id": "1854689",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777891022",
"uncertainty": 120
},
"stopId": "0:MAT02",
"stopSequence": 1
},
{
"arrival": {
"time": "1777891176",
"uncertainty": 120
},
"departure": {
"time": "1777891176",
"uncertainty": 120
},
"stopId": "0:MER02",
"stopSequence": 2
},
{
"arrival": {
"time": "1777891312",
"uncertainty": 120
},
"departure": {
"time": "1777891312",
"uncertainty": 120
},
"stopId": "0:EXP02",
"stopSequence": 3
},
{
"arrival": {
"time": "1777891371",
"uncertainty": 120
},
"departure": {
"time": "1777891371",
"uncertainty": 120
},
"stopId": "0:ECO02",
"stopSequence": 4
},
{
"arrival": {
"time": "1777891451",
"uncertainty": 120
},
"departure": {
"time": "1777891451",
"uncertainty": 120
},
"stopId": "0:ART02",
"stopSequence": 5
},
{
"arrival": {
"time": "1777891531",
"uncertainty": 120
},
"departure": {
"time": "1777891531",
"uncertainty": 120
},
"stopId": "0:ARA02",
"stopSequence": 6
},
{
"arrival": {
"time": "1777891600",
"uncertainty": 120
},
"departure": {
"time": "1777891600",
"uncertainty": 120
},
"stopId": "0:GRA02",
"stopSequence": 7
},
{
"arrival": {
"time": "1777891667",
"uncertainty": 120
},
"departure": {
"time": "1777891667",
"uncertainty": 120
},
"stopId": "0:BRG02",
"stopSequence": 8
},
{
"arrival": {
"time": "1777891720",
"uncertainty": 120
},
"departure": {
"time": "1777891720",
"uncertainty": 120
},
"stopId": "0:GUY02",
"stopSequence": 9
},
{
"arrival": {
"time": "1777891768",
"uncertainty": 120
},
"departure": {
"time": "1777891768",
"uncertainty": 120
},
"stopId": "0:PRO02",
"stopSequence": 10
},
{
"arrival": {
"time": "1777891832",
"uncertainty": 120
},
"departure": {
"time": "1777891832",
"uncertainty": 120
},
"stopId": "0:BEL02",
"stopSequence": 11
},
{
"arrival": {
"time": "1777891923",
"uncertainty": 120
},
"departure": {
"time": "1777891923",
"uncertainty": 120
},
"stopId": "0:CIM02",
"stopSequence": 12
},
{
"arrival": {
"time": "1777892011",
"uncertainty": 120
},
"departure": {
"time": "1777892011",
"uncertainty": 120
},
"stopId": "0:ALC02",
"stopSequence": 13
},
{
"arrival": {
"time": "1777892069",
"uncertainty": 120
},
"departure": {
"time": "1777892069",
"uncertainty": 120
},
"stopId": "0:LEG02",
"stopSequence": 14
},
{
"arrival": {
"time": "1777892149",
"uncertainty": 120
},
"departure": {
"time": "1777892149",
"uncertainty": 120
},
"stopId": "0:SEI02",
"stopSequence": 15
},
{
"arrival": {
"time": "1777892220",
"uncertainty": 120
},
"departure": {
"time": "1777892220",
"uncertainty": 120
},
"stopId": "0:POM02",
"stopSequence": 16
},
{
"arrival": {
"time": "1777892282",
"uncertainty": 120
},
"departure": {
"time": "1777892282",
"uncertainty": 120
},
"stopId": "0:GAR02",
"stopSequence": 17
},
{
"arrival": {
"time": "1777892376",
"uncertainty": 120
},
"departure": {
"time": "1777892376",
"uncertainty": 120
},
"stopId": "0:ROI02",
"stopSequence": 18
},
{
"arrival": {
"time": "1777892459",
"uncertainty": 120
},
"departure": {
"time": "1777892459",
"uncertainty": 120
},
"stopId": "0:REP02",
"stopSequence": 19
},
{
"arrival": {
"time": "1777892693",
"uncertainty": 120
},
"departure": {
"time": "1777892693",
"uncertainty": 120
},
"stopId": "0:SAU02",
"stopSequence": 20
},
{
"arrival": {
"time": "1777892759",
"uncertainty": 120
},
"stopId": "0:CTU02",
"stopSequence": 21
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "B",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854689"
},
"vehicle": {
"id": "1751",
"label": "1751"
}
}
},
{
"id": "1854690",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777891680",
"uncertainty": 120
},
"stopId": "0:MAT02",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "B",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854690"
}
}
},
{
"id": "1854691",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777892280",
"uncertainty": 120
},
"stopId": "0:MAT02",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "B",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854691"
}
}
},
{
"id": "2051033",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777893600",
"uncertainty": 120
},
"stopId": "0:LONGCEN1",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "O2",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_12051033"
}
}
},
{
"id": "2051032",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1777887004",
"uncertainty": 120
},
"departure": {
"time": "1777887064",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:STSYMPH1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777887518",
"uncertainty": 120
},
"departure": {
"time": "1777887518",
"uncertainty": 120
},
"stopId": "0:SAULCNF1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777891072",
"uncertainty": 120
},
"stopId": "0:MOYENPO1",
"stopSequence": 4
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "O2",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_12051032"
},
"vehicle": {
"id": "12347",
"label": "12347"
}
}
},
{
"id": "1855004",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777891680"
},
"stopId": "0:PREFECT1",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "83",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855004"
}
}
},
{
"id": "1855005",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777892460",
"uncertainty": 120
},
"stopId": "0:PREFECT1",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "83",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855005"
}
}
},
{
"id": "1855006",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777893240",
"uncertainty": 120
},
"stopId": "0:PREFECT1",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "83",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855006"
}
}
},
{
"id": "1855007",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777894020"
},
"stopId": "0:PREFECT1",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "83",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855007"
}
}
},
{
"id": "1855003",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777890910",
"uncertainty": 120
},
"stopId": "0:PREFECT1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777890977",
"uncertainty": 120
},
"departure": {
"time": "1777890977",
"uncertainty": 120
},
"stopId": "0:PLCHAM01",
"stopSequence": 2
},
{
"arrival": {
"time": "1777891018",
"uncertainty": 120
},
"departure": {
"time": "1777891018",
"uncertainty": 120
},
"stopId": "0:PLARMES4",
"stopSequence": 3
},
{
"arrival": {
"time": "1777891110",
"uncertainty": 120
},
"departure": {
"time": "1777891110",
"uncertainty": 120
},
"stopId": "0:CLERCS01",
"stopSequence": 4
},
{
"arrival": {
"time": "1777891204",
"uncertainty": 120
},
"departure": {
"time": "1777891204",
"uncertainty": 120
},
"stopId": "0:REPPW",
"stopSequence": 5
},
{
"arrival": {
"time": "1777891272",
"uncertainty": 120
},
"departure": {
"time": "1777891272",
"uncertainty": 120
},
"stopId": "0:COETLO02",
"stopSequence": 6
},
{
"arrival": {
"time": "1777891349",
"uncertainty": 120
},
"departure": {
"time": "1777891349",
"uncertainty": 120
},
"stopId": "0:STNICOL3",
"stopSequence": 7
},
{
"arrival": {
"time": "1777891391",
"uncertainty": 120
},
"departure": {
"time": "1777891391",
"uncertainty": 120
},
"stopId": "0:GARCS",
"stopSequence": 8
},
{
"arrival": {
"time": "1777891517",
"uncertainty": 120
},
"stopId": "0:POMS",
"stopSequence": 9
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "83",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855003"
},
"vehicle": {
"id": "2061",
"label": "2061"
}
}
},
{
"id": "2051070",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777892400"
},
"stopId": "0:MOYENPO1",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "O1",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_12051070"
}
}
},
{
"id": "1856498",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777891440"
},
"stopId": "0:TANNERI2",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "108",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11856498"
}
}
},
{
"id": "1880612",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777893420",
"uncertainty": 120
},
"stopId": "0:MARLY 3",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11880612"
}
}
},
{
"id": "1880613",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777894320",
"uncertainty": 120
},
"stopId": "0:MARLY 3",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11880613"
}
}
},
{
"id": "1880608",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1777890833",
"uncertainty": 120
},
"departure": {
"time": "1777890880",
"uncertainty": 120
},
"stopId": "0:LUETTE2",
"stopSequence": 11
},
{
"arrival": {
"time": "1777890899",
"uncertainty": 120
},
"departure": {
"time": "1777890899",
"uncertainty": 120
},
"stopId": "0:11AVIAT2",
"stopSequence": 12
},
{
"arrival": {
"time": "1777890992",
"uncertainty": 120
},
"departure": {
"time": "1777891000",
"uncertainty": 120
},
"stopId": "0:SIMMI690",
"stopSequence": 13
},
{
"arrival": {
"time": "1777891109",
"uncertainty": 120
},
"departure": {
"time": "1777891109",
"uncertainty": 120
},
"stopId": "0:MERMOZ1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777891158",
"uncertainty": 120
},
"departure": {
"time": "1777891158",
"uncertainty": 120
},
"stopId": "0:STLADRE1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777891237",
"uncertainty": 120
},
"departure": {
"time": "1777891237",
"uncertainty": 120
},
"stopId": "0:SCHAFF02",
"stopSequence": 16
},
{
"arrival": {
"time": "1777891298",
"uncertainty": 120
},
"departure": {
"time": "1777891298",
"uncertainty": 120
},
"stopId": "0:NATION1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777891333",
"uncertainty": 120
},
"departure": {
"time": "1777891333",
"uncertainty": 120
},
"stopId": "0:EUROPAC1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777891400",
"uncertainty": 120
},
"departure": {
"time": "1777891400",
"uncertainty": 120
},
"stopId": "0:BOTANIQ1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777891438",
"uncertainty": 120
},
"departure": {
"time": "1777891438",
"uncertainty": 120
},
"stopId": "0:GENIE1",
"stopSequence": 20
},
{
"arrival": {
"time": "1777891583",
"uncertainty": 120
},
"departure": {
"time": "1777891583",
"uncertainty": 120
},
"stopId": "0:BONSEC1",
"stopSequence": 21
},
{
"arrival": {
"time": "1777891660",
"uncertainty": 120
},
"departure": {
"time": "1777891660",
"uncertainty": 120
},
"stopId": "0:ROI03",
"stopSequence": 22
},
{
"arrival": {
"time": "1777891812",
"uncertainty": 120
},
"stopId": "0:REPLYA",
"stopSequence": 23
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11880608"
},
"vehicle": {
"id": "1245",
"label": "1245"
}
}
},
{
"id": "1880609",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777890842",
"uncertainty": 120
},
"stopId": "0:MARLY 3",
"stopSequence": 1
},
{
"arrival": {
"time": "1777890900",
"uncertainty": 120
},
"departure": {
"time": "1777890900",
"uncertainty": 120
},
"stopId": "0:NEC2",
"stopSequence": 2
},
{
"arrival": {
"time": "1777891007",
"uncertainty": 120
},
"departure": {
"time": "1777891007",
"uncertainty": 120
},
"stopId": "0:JOSEPH1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777891127",
"uncertainty": 120
},
"departure": {
"time": "1777891127",
"uncertainty": 120
},
"stopId": "0:HOTELVI1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777891236",
"uncertainty": 120
},
"departure": {
"time": "1777891236",
"uncertainty": 120
},
"stopId": "0:PJOLY1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777891346",
"uncertainty": 120
},
"departure": {
"time": "1777891346",
"uncertainty": 120
},
"stopId": "0:SORBIER1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777891447",
"uncertainty": 120
},
"departure": {
"time": "1777891447",
"uncertainty": 120
},
"stopId": "0:LESCLOS1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777891506",
"uncertainty": 120
},
"departure": {
"time": "1777891506",
"uncertainty": 120
},
"stopId": "0:GARENNE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777891574",
"uncertainty": 120
},
"departure": {
"time": "1777891574",
"uncertainty": 120
},
"stopId": "0:GRORMES1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777891667",
"uncertainty": 120
},
"departure": {
"time": "1777891667",
"uncertainty": 120
},
"stopId": "0:COSTEBE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777891732",
"uncertainty": 120
},
"departure": {
"time": "1777891732",
"uncertainty": 120
},
"stopId": "0:LUETTE2",
"stopSequence": 11
},
{
"arrival": {
"time": "1777891757",
"uncertainty": 120
},
"departure": {
"time": "1777891757",
"uncertainty": 120
},
"stopId": "0:11AVIAT2",
"stopSequence": 12
},
{
"arrival": {
"time": "1777891840",
"uncertainty": 120
},
"departure": {
"time": "1777891840",
"uncertainty": 120
},
"stopId": "0:SIMMI690",
"stopSequence": 13
},
{
"arrival": {
"time": "1777891949",
"uncertainty": 120
},
"departure": {
"time": "1777891949",
"uncertainty": 120
},
"stopId": "0:MERMOZ1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777891998",
"uncertainty": 120
},
"departure": {
"time": "1777891998",
"uncertainty": 120
},
"stopId": "0:STLADRE1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777892076",
"uncertainty": 120
},
"departure": {
"time": "1777892076",
"uncertainty": 120
},
"stopId": "0:SCHAFF02",
"stopSequence": 16
},
{
"arrival": {
"time": "1777892136",
"uncertainty": 120
},
"departure": {
"time": "1777892136",
"uncertainty": 120
},
"stopId": "0:NATION1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777892170",
"uncertainty": 120
},
"departure": {
"time": "1777892170",
"uncertainty": 120
},
"stopId": "0:EUROPAC1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777892238",
"uncertainty": 120
},
"departure": {
"time": "1777892238",
"uncertainty": 120
},
"stopId": "0:BOTANIQ1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777892280",
"uncertainty": 120
},
"departure": {
"time": "1777892280",
"uncertainty": 120
},
"stopId": "0:GENIE1",
"stopSequence": 20
},
{
"arrival": {
"time": "1777892424",
"uncertainty": 120
},
"departure": {
"time": "1777892424",
"uncertainty": 120
},
"stopId": "0:BONSEC1",
"stopSequence": 21
},
{
"arrival": {
"time": "1777892502",
"uncertainty": 120
},
"departure": {
"time": "1777892502",
"uncertainty": 120
},
"stopId": "0:ROI03",
"stopSequence": 22
},
{
"arrival": {
"time": "1777892654",
"uncertainty": 120
},
"stopId": "0:REPLYA",
"stopSequence": 23
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11880609"
},
"vehicle": {
"id": "1141",
"label": "1141"
}
}
},
{
"id": "1856491",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777892940"
},
"stopId": "0:VILLORM1",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "108",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11856491"
}
}
},
{
"id": "1880610",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777891620",
"uncertainty": 120
},
"stopId": "0:MARLY 3",
"stopSequence": 1
},
{
"arrival": {
"time": "1777891685",
"uncertainty": 120
},
"departure": {
"time": "1777891685",
"uncertainty": 120
},
"stopId": "0:NEC2",
"stopSequence": 2
},
{
"arrival": {
"time": "1777891800",
"uncertainty": 120
},
"departure": {
"time": "1777891800",
"uncertainty": 120
},
"stopId": "0:JOSEPH1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777891920",
"uncertainty": 120
},
"departure": {
"time": "1777891920",
"uncertainty": 120
},
"stopId": "0:HOTELVI1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777892029",
"uncertainty": 120
},
"departure": {
"time": "1777892029",
"uncertainty": 120
},
"stopId": "0:PJOLY1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777892139",
"uncertainty": 120
},
"departure": {
"time": "1777892139",
"uncertainty": 120
},
"stopId": "0:SORBIER1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777892240",
"uncertainty": 120
},
"departure": {
"time": "1777892240",
"uncertainty": 120
},
"stopId": "0:LESCLOS1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777892299",
"uncertainty": 120
},
"departure": {
"time": "1777892299",
"uncertainty": 120
},
"stopId": "0:GARENNE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777892367",
"uncertainty": 120
},
"departure": {
"time": "1777892367",
"uncertainty": 120
},
"stopId": "0:GRORMES1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777892460",
"uncertainty": 120
},
"departure": {
"time": "1777892460",
"uncertainty": 120
},
"stopId": "0:COSTEBE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777892525",
"uncertainty": 120
},
"departure": {
"time": "1777892525",
"uncertainty": 120
},
"stopId": "0:LUETTE2",
"stopSequence": 11
},
{
"arrival": {
"time": "1777892554",
"uncertainty": 120
},
"departure": {
"time": "1777892554",
"uncertainty": 120
},
"stopId": "0:11AVIAT2",
"stopSequence": 12
},
{
"arrival": {
"time": "1777892667",
"uncertainty": 120
},
"departure": {
"time": "1777892667",
"uncertainty": 120
},
"stopId": "0:SIMMI690",
"stopSequence": 13
},
{
"arrival": {
"time": "1777892803",
"uncertainty": 120
},
"departure": {
"time": "1777892803",
"uncertainty": 120
},
"stopId": "0:MERMOZ1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777892903",
"uncertainty": 120
},
"departure": {
"time": "1777892903",
"uncertainty": 120
},
"stopId": "0:STLADRE1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777893013",
"uncertainty": 120
},
"departure": {
"time": "1777893013",
"uncertainty": 120
},
"stopId": "0:SCHAFF02",
"stopSequence": 16
},
{
"arrival": {
"time": "1777893072",
"uncertainty": 120
},
"departure": {
"time": "1777893072",
"uncertainty": 120
},
"stopId": "0:NATION1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777893150",
"uncertainty": 120
},
"departure": {
"time": "1777893150",
"uncertainty": 120
},
"stopId": "0:EUROPAC1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777893232",
"uncertainty": 120
},
"departure": {
"time": "1777893232",
"uncertainty": 120
},
"stopId": "0:BOTANIQ1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777893292",
"uncertainty": 120
},
"departure": {
"time": "1777893292",
"uncertainty": 120
},
"stopId": "0:GENIE1",
"stopSequence": 20
},
{
"arrival": {
"time": "1777893423",
"uncertainty": 120
},
"departure": {
"time": "1777893423",
"uncertainty": 120
},
"stopId": "0:BONSEC1",
"stopSequence": 21
},
{
"arrival": {
"time": "1777893502",
"uncertainty": 120
},
"departure": {
"time": "1777893502",
"uncertainty": 120
},
"stopId": "0:ROI03",
"stopSequence": 22
},
{
"arrival": {
"time": "1777893654",
"uncertainty": 120
},
"stopId": "0:REPLYA",
"stopSequence": 23
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11880610"
}
}
},
{
"id": "1880611",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777892520",
"uncertainty": 120
},
"stopId": "0:MARLY 3",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11880611"
}
}
},
{
"id": "1854453",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777893300"
},
"stopId": "0:PALAISS2",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "19",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854453"
}
}
},
{
"id": "1855685",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777889774",
"uncertainty": 120
},
"stopId": "0:LUXE",
"stopSequence": 1
},
{
"arrival": {
"time": "1777889864",
"uncertainty": 120
},
"departure": {
"time": "1777889894",
"uncertainty": 120
},
"stopId": "0:FMOSELL2",
"stopSequence": 2
},
{
"arrival": {
"time": "1777890005",
"uncertainty": 120
},
"departure": {
"time": "1777890014",
"uncertainty": 120
},
"stopId": "0:TIGNO395",
"stopSequence": 3
},
{
"arrival": {
"time": "1777890052",
"uncertainty": 120
},
"departure": {
"time": "1777890052",
"uncertainty": 120
},
"stopId": "0:COLIBRI2",
"stopSequence": 4
},
{
"arrival": {
"time": "1777890074",
"uncertainty": 120
},
"departure": {
"time": "1777890109",
"uncertainty": 120
},
"stopId": "0:LEMOYNE2",
"stopSequence": 5
},
{
"arrival": {
"time": "1777890174",
"uncertainty": 120
},
"departure": {
"time": "1777890174",
"uncertainty": 120
},
"stopId": "0:NJUNG2",
"stopSequence": 6
},
{
"arrival": {
"time": "1777890234",
"uncertainty": 120
},
"departure": {
"time": "1777890234",
"uncertainty": 120
},
"stopId": "0:BUCHOZ2",
"stopSequence": 7
},
{
"arrival": {
"time": "1777890314",
"uncertainty": 120
},
"departure": {
"time": "1777890315",
"uncertainty": 120
},
"stopId": "0:SANSONN2",
"stopSequence": 8
},
{
"arrival": {
"time": "1777890429",
"uncertainty": 120
},
"departure": {
"time": "1777890429",
"uncertainty": 120
},
"stopId": "0:FRIERES2",
"stopSequence": 9
},
{
"arrival": {
"time": "1777890487",
"uncertainty": 120
},
"departure": {
"time": "1777890487",
"uncertainty": 120
},
"stopId": "0:CARREFO2",
"stopSequence": 10
},
{
"arrival": {
"time": "1777890540",
"uncertainty": 120
},
"departure": {
"time": "1777890540",
"uncertainty": 120
},
"stopId": "0:LAVANDI2",
"stopSequence": 11
},
{
"arrival": {
"time": "1777890603",
"uncertainty": 120
},
"departure": {
"time": "1777890603",
"uncertainty": 120
},
"stopId": "0:PLACEPU2",
"stopSequence": 12
},
{
"arrival": {
"time": "1777890665",
"uncertainty": 120
},
"departure": {
"time": "1777890665",
"uncertainty": 120
},
"stopId": "0:RUEMETZ2",
"stopSequence": 13
},
{
"arrival": {
"time": "1777890756",
"uncertainty": 120
},
"departure": {
"time": "1777890756",
"uncertainty": 120
},
"stopId": "0:SAULNYC2",
"stopSequence": 14
},
{
"arrival": {
"time": "1777890793",
"uncertainty": 120
},
"departure": {
"time": "1777890793",
"uncertainty": 120
},
"stopId": "0:BRIEYS02",
"stopSequence": 15
},
{
"arrival": {
"time": "1777891208",
"uncertainty": 120
},
"departure": {
"time": "1777891208",
"uncertainty": 120
},
"stopId": "0:MONTAG02",
"stopSequence": 16
},
{
"arrival": {
"time": "1777891277",
"uncertainty": 120
},
"departure": {
"time": "1777891277",
"uncertainty": 120
},
"stopId": "0:HAMJER04",
"stopSequence": 17
},
{
"arrival": {
"time": "1777891324",
"uncertainty": 120
},
"departure": {
"time": "1777891324",
"uncertainty": 120
},
"stopId": "0:RUEECO01",
"stopSequence": 18
},
{
"arrival": {
"time": "1777891368",
"uncertainty": 120
},
"departure": {
"time": "1777891368",
"uncertainty": 120
},
"stopId": "0:ABBEBAU1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777891399",
"uncertainty": 120
},
"departure": {
"time": "1777891399",
"uncertainty": 120
},
"stopId": "0:18AOUT2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777891497",
"uncertainty": 120
},
"departure": {
"time": "1777891497",
"uncertainty": 120
},
"stopId": "0:MINE02",
"stopSequence": 21
},
{
"arrival": {
"time": "1777891523",
"uncertainty": 120
},
"departure": {
"time": "1777891523",
"uncertainty": 120
},
"stopId": "0:RONEGL2",
"stopSequence": 22
},
{
"arrival": {
"time": "1777891549",
"uncertainty": 120
},
"departure": {
"time": "1777891549",
"uncertainty": 120
},
"stopId": "0:RAYMON2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777891591",
"uncertainty": 120
},
"departure": {
"time": "1777891591",
"uncertainty": 120
},
"stopId": "0:RONCEN2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777891647",
"uncertainty": 120
},
"departure": {
"time": "1777891647",
"uncertainty": 120
},
"stopId": "0:MASARI2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777891688",
"uncertainty": 120
},
"stopId": "0:RONC4",
"stopSequence": 26
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "107",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855685"
},
"vehicle": {
"id": "1933",
"label": "1933"
}
}
},
{
"id": "1855686",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777893420",
"uncertainty": 120
},
"stopId": "0:LUXE",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "107",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855686"
}
}
},
{
"id": "1854438",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777892400"
},
"stopId": "0:LECLERC1",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "19",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854438"
}
}
},
{
"id": "1855734",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777890607",
"uncertainty": 120
},
"stopId": "0:LUXE",
"stopSequence": 1
},
{
"arrival": {
"time": "1777890798",
"uncertainty": 120
},
"departure": {
"time": "1777890798",
"uncertainty": 120
},
"stopId": "0:VAUTRIN2",
"stopSequence": 2
},
{
"arrival": {
"time": "1777890905",
"uncertainty": 120
},
"departure": {
"time": "1777890907",
"uncertainty": 120
},
"stopId": "0:PREFECT2",
"stopSequence": 3
},
{
"arrival": {
"time": "1777890976",
"uncertainty": 120
},
"departure": {
"time": "1777890976",
"uncertainty": 120
},
"stopId": "0:STGEORG2",
"stopSequence": 4
},
{
"arrival": {
"time": "1777891053",
"uncertainty": 120
},
"departure": {
"time": "1777891053",
"uncertainty": 120
},
"stopId": "0:RIMPORT2",
"stopSequence": 5
},
{
"arrival": {
"time": "1777891112",
"uncertainty": 120
},
"departure": {
"time": "1777891112",
"uncertainty": 120
},
"stopId": "0:BLIDA2",
"stopSequence": 6
},
{
"arrival": {
"time": "1777891150",
"uncertainty": 120
},
"departure": {
"time": "1777891150",
"uncertainty": 120
},
"stopId": "0:CHAMBIE2",
"stopSequence": 7
},
{
"arrival": {
"time": "1777891409",
"uncertainty": 120
},
"departure": {
"time": "1777891409",
"uncertainty": 120
},
"stopId": "0:PORTMZ2",
"stopSequence": 8
},
{
"arrival": {
"time": "1777891456",
"uncertainty": 120
},
"departure": {
"time": "1777891456",
"uncertainty": 120
},
"stopId": "0:SILOS2",
"stopSequence": 9
},
{
"arrival": {
"time": "1777891531",
"uncertainty": 120
},
"departure": {
"time": "1777891531",
"uncertainty": 120
},
"stopId": "0:GRDAMES2",
"stopSequence": 10
},
{
"arrival": {
"time": "1777891614",
"uncertainty": 120
},
"departure": {
"time": "1777891614",
"uncertainty": 120
},
"stopId": "0:IKEA2",
"stopSequence": 11
},
{
"arrival": {
"time": "1777891664",
"uncertainty": 120
},
"departure": {
"time": "1777891664",
"uncertainty": 120
},
"stopId": "0:CENTRAL2",
"stopSequence": 12
},
{
"arrival": {
"time": "1777891767",
"uncertainty": 120
},
"departure": {
"time": "1777891767",
"uncertainty": 120
},
"stopId": "0:PIERRET2",
"stopSequence": 13
},
{
"arrival": {
"time": "1777891800",
"uncertainty": 120
},
"departure": {
"time": "1777891800",
"uncertainty": 120
},
"stopId": "0:CHENEVI2",
"stopSequence": 14
},
{
"arrival": {
"time": "1777891836",
"uncertainty": 120
},
"departure": {
"time": "1777891836",
"uncertainty": 120
},
"stopId": "0:LAMAXE2",
"stopSequence": 15
},
{
"arrival": {
"time": "1777891868",
"uncertainty": 120
},
"stopId": "0:FRANCLO1",
"stopSequence": 16
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "111",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855734"
},
"vehicle": {
"id": "1639",
"label": "1639"
}
}
},
{
"id": "1855725",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777892700",
"uncertainty": 120
},
"stopId": "0:LUXE",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "111",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855725"
}
}
},
{
"id": "2051040",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777891500",
"uncertainty": 120
},
"stopId": "0:MOYENPO1",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "O2",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_12051040"
}
}
},
{
"id": "1855775",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777891200",
"uncertainty": 120
},
"stopId": "0:FRANCLO1",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "111",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855775"
},
"vehicle": {
"id": "931",
"label": "931"
}
}
},
{
"id": "1854527",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777890418",
"uncertainty": 120
},
"stopId": "0:ALIZES1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777890513",
"uncertainty": 120
},
"departure": {
"time": "1777890513",
"uncertainty": 120
},
"stopId": "0:HAMEAUX2",
"stopSequence": 2
},
{
"arrival": {
"time": "1777890543",
"uncertainty": 120
},
"departure": {
"time": "1777890543",
"uncertainty": 120
},
"stopId": "0:CHEFER2",
"stopSequence": 3
},
{
"arrival": {
"time": "1777890612",
"uncertainty": 120
},
"departure": {
"time": "1777890612",
"uncertainty": 120
},
"stopId": "0:STBRICE1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777890700",
"uncertainty": 120
},
"departure": {
"time": "1777890700",
"uncertainty": 120
},
"stopId": "0:LARGANT1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777890742",
"uncertainty": 120
},
"departure": {
"time": "1777890753",
"uncertainty": 120
},
"stopId": "0:PJOLY1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777890837",
"uncertainty": 120
},
"departure": {
"time": "1777890837",
"uncertainty": 120
},
"stopId": "0:SORBIER3",
"stopSequence": 7
},
{
"arrival": {
"time": "1777891048",
"uncertainty": 120
},
"departure": {
"time": "1777891048",
"uncertainty": 120
},
"stopId": "0:NEC2",
"stopSequence": 8
},
{
"arrival": {
"time": "1777891178",
"uncertainty": 120
},
"departure": {
"time": "1777891178",
"uncertainty": 120
},
"stopId": "0:BRAZZA1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777891229",
"uncertainty": 120
},
"departure": {
"time": "1777891229",
"uncertainty": 120
},
"stopId": "0:MICHANG1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777891288",
"uncertainty": 120
},
"stopId": "0:MARLY2",
"stopSequence": 11
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "82",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854527"
},
"vehicle": {
"id": "1664",
"label": "1664"
}
}
},
{
"id": "1854510",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777891291",
"uncertainty": 120
},
"stopId": "0:MARLY2",
"stopSequence": 1
},
{
"arrival": {
"time": "1777891350",
"uncertainty": 120
},
"departure": {
"time": "1777891350",
"uncertainty": 120
},
"stopId": "0:AVMAGNY1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777891411",
"uncertainty": 120
},
"departure": {
"time": "1777891411",
"uncertainty": 120
},
"stopId": "0:HBOUTAN1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777891472",
"uncertainty": 120
},
"departure": {
"time": "1777891472",
"uncertainty": 120
},
"stopId": "0:AZALEES1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777891531",
"uncertainty": 120
},
"departure": {
"time": "1777891531",
"uncertainty": 120
},
"stopId": "0:BLEUETS1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777891591",
"uncertainty": 120
},
"departure": {
"time": "1777891591",
"uncertainty": 120
},
"stopId": "0:CAMELIA1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777891640",
"uncertainty": 120
},
"departure": {
"time": "1777891640",
"uncertainty": 120
},
"stopId": "0:M113A",
"stopSequence": 7
},
{
"arrival": {
"time": "1777891891",
"uncertainty": 120
},
"departure": {
"time": "1777891891",
"uncertainty": 120
},
"stopId": "0:SORBIER3",
"stopSequence": 8
},
{
"arrival": {
"time": "1777891995",
"uncertainty": 120
},
"departure": {
"time": "1777891995",
"uncertainty": 120
},
"stopId": "0:PJOLY2",
"stopSequence": 9
},
{
"arrival": {
"time": "1777892035",
"uncertainty": 120
},
"departure": {
"time": "1777892035",
"uncertainty": 120
},
"stopId": "0:LARGANT2",
"stopSequence": 10
},
{
"arrival": {
"time": "1777892068",
"uncertainty": 120
},
"departure": {
"time": "1777892068",
"uncertainty": 120
},
"stopId": "0:STBRICE2",
"stopSequence": 11
},
{
"arrival": {
"time": "1777892136",
"uncertainty": 120
},
"departure": {
"time": "1777892136",
"uncertainty": 120
},
"stopId": "0:CHEFER1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777892187",
"uncertainty": 120
},
"departure": {
"time": "1777892187",
"uncertainty": 120
},
"stopId": "0:HAMEAUX1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777892251",
"uncertainty": 120
},
"stopId": "0:ALIZES1",
"stopSequence": 14
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "82",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854510"
}
}
},
{
"id": "1854511",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777893840",
"uncertainty": 120
},
"stopId": "0:MARLY2",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "82",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854511"
}
}
},
{
"id": "1852892",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777893000",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11852892"
}
}
},
{
"id": "1852893",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777893600",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11852893"
}
}
},
{
"id": "1852894",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777894200",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11852894"
}
}
},
{
"id": "1852888",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777890660",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777890867",
"uncertainty": 120
},
"departure": {
"time": "1777890867",
"uncertainty": 120
},
"stopId": "0:ROTONDE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777890882",
"uncertainty": 120
},
"departure": {
"time": "1777890902",
"uncertainty": 120
},
"stopId": "0:LOTINDU1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777890970",
"uncertainty": 120
},
"departure": {
"time": "1777890970",
"uncertainty": 120
},
"stopId": "0:CITSNCF1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777891037",
"uncertainty": 120
},
"departure": {
"time": "1777891037",
"uncertainty": 120
},
"stopId": "0:VOSGES1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777891053",
"uncertainty": 120
},
"departure": {
"time": "1777891053",
"uncertainty": 120
},
"stopId": "0:ALGER1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777891081",
"uncertainty": 120
},
"departure": {
"time": "1777891081",
"uncertainty": 120
},
"stopId": "0:TOURAIN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777891159",
"uncertainty": 120
},
"departure": {
"time": "1777891159",
"uncertainty": 120
},
"stopId": "0:STQUENT1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777891220",
"uncertainty": 120
},
"departure": {
"time": "1777891220",
"uncertainty": 120
},
"stopId": "0:SVICTOR1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777891286",
"uncertainty": 120
},
"departure": {
"time": "1777891286",
"uncertainty": 120
},
"stopId": "0:LITALDU1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777891356",
"uncertainty": 120
},
"departure": {
"time": "1777891356",
"uncertainty": 120
},
"stopId": "0:NATION1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777891391",
"uncertainty": 120
},
"departure": {
"time": "1777891391",
"uncertainty": 120
},
"stopId": "0:EUROPAC1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777891458",
"uncertainty": 120
},
"departure": {
"time": "1777891458",
"uncertainty": 120
},
"stopId": "0:BOTANIQ1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777891496",
"uncertainty": 120
},
"departure": {
"time": "1777891496",
"uncertainty": 120
},
"stopId": "0:GENIE1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777891642",
"uncertainty": 120
},
"departure": {
"time": "1777891642",
"uncertainty": 120
},
"stopId": "0:BONSEC1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777891719",
"uncertainty": 120
},
"departure": {
"time": "1777891719",
"uncertainty": 120
},
"stopId": "0:ROI03",
"stopSequence": 16
},
{
"arrival": {
"time": "1777891844",
"uncertainty": 120
},
"departure": {
"time": "1777891980",
"uncertainty": 120
},
"stopId": "0:REPBS",
"stopSequence": 17
},
{
"arrival": {
"time": "1777892129",
"uncertainty": 120
},
"departure": {
"time": "1777892129",
"uncertainty": 120
},
"stopId": "0:STNICOL3",
"stopSequence": 18
},
{
"arrival": {
"time": "1777892173",
"uncertainty": 120
},
"departure": {
"time": "1777892173",
"uncertainty": 120
},
"stopId": "0:GARCS",
"stopSequence": 19
},
{
"arrival": {
"time": "1777892311",
"uncertainty": 120
},
"departure": {
"time": "1777892311",
"uncertainty": 120
},
"stopId": "0:MAZELLE2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777892469",
"uncertainty": 120
},
"departure": {
"time": "1777892469",
"uncertainty": 120
},
"stopId": "0:JUIN2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777892514",
"uncertainty": 120
},
"departure": {
"time": "1777892514",
"uncertainty": 120
},
"stopId": "0:RAPLEVY2",
"stopSequence": 22
},
{
"arrival": {
"time": "1777892559",
"uncertainty": 120
},
"departure": {
"time": "1777892559",
"uncertainty": 120
},
"stopId": "0:ARTILLE2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777892635",
"uncertainty": 120
},
"departure": {
"time": "1777892635",
"uncertainty": 120
},
"stopId": "0:BERNE2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777892691",
"uncertainty": 120
},
"departure": {
"time": "1777892691",
"uncertainty": 120
},
"stopId": "0:ALSLORR2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777892755",
"uncertainty": 120
},
"departure": {
"time": "1777892755",
"uncertainty": 120
},
"stopId": "0:STOXEY2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777892875",
"uncertainty": 120
},
"departure": {
"time": "1777892875",
"uncertainty": 120
},
"stopId": "0:JURA2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777892945",
"uncertainty": 120
},
"departure": {
"time": "1777892945",
"uncertainty": 120
},
"stopId": "0:PTSOEUR2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777893022",
"uncertainty": 120
},
"departure": {
"time": "1777893022",
"uncertainty": 120
},
"stopId": "0:METMAN2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777893098",
"uncertainty": 120
},
"departure": {
"time": "1777893098",
"uncertainty": 120
},
"stopId": "0:MAUJEAN2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777893167",
"uncertainty": 120
},
"departure": {
"time": "1777893167",
"uncertainty": 120
},
"stopId": "0:GENIVAU2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777893203",
"uncertainty": 120
},
"departure": {
"time": "1777893203",
"uncertainty": 120
},
"stopId": "0:FOUGERE2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777893299",
"uncertainty": 120
},
"departure": {
"time": "1777893299",
"uncertainty": 120
},
"stopId": "0:LORIENT2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777893340",
"uncertainty": 120
},
"departure": {
"time": "1777893340",
"uncertainty": 120
},
"stopId": "0:JACINTH2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777893415",
"uncertainty": 120
},
"stopId": "0:OEILLET1",
"stopSequence": 35
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11852888"
},
"vehicle": {
"id": "2435",
"label": "2435"
}
}
},
{
"id": "1852889",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777891022",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777891460",
"uncertainty": 120
},
"departure": {
"time": "1777891460",
"uncertainty": 120
},
"stopId": "0:ROTONDE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777891478",
"uncertainty": 120
},
"departure": {
"time": "1777891478",
"uncertainty": 120
},
"stopId": "0:LOTINDU1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777891546",
"uncertainty": 120
},
"departure": {
"time": "1777891546",
"uncertainty": 120
},
"stopId": "0:CITSNCF1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777891595",
"uncertainty": 120
},
"departure": {
"time": "1777891595",
"uncertainty": 120
},
"stopId": "0:VOSGES1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777891611",
"uncertainty": 120
},
"departure": {
"time": "1777891611",
"uncertainty": 120
},
"stopId": "0:ALGER1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777891639",
"uncertainty": 120
},
"departure": {
"time": "1777891639",
"uncertainty": 120
},
"stopId": "0:TOURAIN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777891717",
"uncertainty": 120
},
"departure": {
"time": "1777891717",
"uncertainty": 120
},
"stopId": "0:STQUENT1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777891778",
"uncertainty": 120
},
"departure": {
"time": "1777891778",
"uncertainty": 120
},
"stopId": "0:SVICTOR1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777891865",
"uncertainty": 120
},
"departure": {
"time": "1777891865",
"uncertainty": 120
},
"stopId": "0:LITALDU1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777891935",
"uncertainty": 120
},
"departure": {
"time": "1777891935",
"uncertainty": 120
},
"stopId": "0:NATION1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777891970",
"uncertainty": 120
},
"departure": {
"time": "1777891970",
"uncertainty": 120
},
"stopId": "0:EUROPAC1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777892020",
"uncertainty": 120
},
"departure": {
"time": "1777892020",
"uncertainty": 120
},
"stopId": "0:BOTANIQ1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777892061",
"uncertainty": 120
},
"departure": {
"time": "1777892061",
"uncertainty": 120
},
"stopId": "0:GENIE1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777892209",
"uncertainty": 120
},
"departure": {
"time": "1777892209",
"uncertainty": 120
},
"stopId": "0:BONSEC1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777892285",
"uncertainty": 120
},
"departure": {
"time": "1777892285",
"uncertainty": 120
},
"stopId": "0:ROI03",
"stopSequence": 16
},
{
"arrival": {
"time": "1777892420",
"uncertainty": 120
},
"departure": {
"time": "1777892580",
"uncertainty": 120
},
"stopId": "0:REPBS",
"stopSequence": 17
},
{
"arrival": {
"time": "1777892813",
"uncertainty": 120
},
"departure": {
"time": "1777892813",
"uncertainty": 120
},
"stopId": "0:STNICOL3",
"stopSequence": 18
},
{
"arrival": {
"time": "1777892880",
"uncertainty": 120
},
"departure": {
"time": "1777892880",
"uncertainty": 120
},
"stopId": "0:GARCS",
"stopSequence": 19
},
{
"arrival": {
"time": "1777893060",
"uncertainty": 120
},
"departure": {
"time": "1777893060",
"uncertainty": 120
},
"stopId": "0:MAZELLE2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777893254",
"uncertainty": 120
},
"departure": {
"time": "1777893254",
"uncertainty": 120
},
"stopId": "0:JUIN2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777893299",
"uncertainty": 120
},
"departure": {
"time": "1777893299",
"uncertainty": 120
},
"stopId": "0:RAPLEVY2",
"stopSequence": 22
},
{
"arrival": {
"time": "1777893344",
"uncertainty": 120
},
"departure": {
"time": "1777893344",
"uncertainty": 120
},
"stopId": "0:ARTILLE2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777893420",
"uncertainty": 120
},
"departure": {
"time": "1777893420",
"uncertainty": 120
},
"stopId": "0:BERNE2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777893476",
"uncertainty": 120
},
"departure": {
"time": "1777893476",
"uncertainty": 120
},
"stopId": "0:ALSLORR2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777893540",
"uncertainty": 120
},
"departure": {
"time": "1777893540",
"uncertainty": 120
},
"stopId": "0:STOXEY2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777893660",
"uncertainty": 120
},
"departure": {
"time": "1777893660",
"uncertainty": 120
},
"stopId": "0:JURA2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777893730",
"uncertainty": 120
},
"departure": {
"time": "1777893730",
"uncertainty": 120
},
"stopId": "0:PTSOEUR2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777893807",
"uncertainty": 120
},
"departure": {
"time": "1777893807",
"uncertainty": 120
},
"stopId": "0:METMAN2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777893883",
"uncertainty": 120
},
"departure": {
"time": "1777893883",
"uncertainty": 120
},
"stopId": "0:MAUJEAN2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777893952",
"uncertainty": 120
},
"departure": {
"time": "1777893952",
"uncertainty": 120
},
"stopId": "0:GENIVAU2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777893988",
"uncertainty": 120
},
"departure": {
"time": "1777893988",
"uncertainty": 120
},
"stopId": "0:FOUGERE2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777894084",
"uncertainty": 120
},
"departure": {
"time": "1777894084",
"uncertainty": 120
},
"stopId": "0:LORIENT2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777894125",
"uncertainty": 120
},
"departure": {
"time": "1777894125",
"uncertainty": 120
},
"stopId": "0:JACINTH2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777894200",
"uncertainty": 120
},
"stopId": "0:OEILLET1",
"stopSequence": 35
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11852889"
},
"vehicle": {
"id": "1833",
"label": "1833"
}
}
},
{
"id": "1852890",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777891860",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11852890"
}
}
},
{
"id": "1852891",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777892400",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11852891"
}
}
},
{
"id": "1852884",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777888260",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777888442",
"uncertainty": 120
},
"departure": {
"time": "1777888442",
"uncertainty": 120
},
"stopId": "0:ROTONDE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777888460",
"uncertainty": 120
},
"departure": {
"time": "1777888460",
"uncertainty": 120
},
"stopId": "0:LOTINDU1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777888502",
"uncertainty": 120
},
"departure": {
"time": "1777888502",
"uncertainty": 120
},
"stopId": "0:CITSNCF1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777888581",
"uncertainty": 120
},
"departure": {
"time": "1777888581",
"uncertainty": 120
},
"stopId": "0:VOSGES1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777888622",
"uncertainty": 120
},
"departure": {
"time": "1777888622",
"uncertainty": 120
},
"stopId": "0:ALGER1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777888651",
"uncertainty": 120
},
"departure": {
"time": "1777888651",
"uncertainty": 120
},
"stopId": "0:TOURAIN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777888772",
"uncertainty": 120
},
"departure": {
"time": "1777888772",
"uncertainty": 120
},
"stopId": "0:STQUENT1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777888832",
"uncertainty": 120
},
"departure": {
"time": "1777888862",
"uncertainty": 120
},
"stopId": "0:SVICTOR1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777888920",
"uncertainty": 120
},
"departure": {
"time": "1777888920",
"uncertainty": 120
},
"stopId": "0:LITALDU1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777889012",
"uncertainty": 120
},
"departure": {
"time": "1777889012",
"uncertainty": 120
},
"stopId": "0:NATION1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777889072",
"uncertainty": 120
},
"departure": {
"time": "1777889072",
"uncertainty": 120
},
"stopId": "0:EUROPAC1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777889176",
"uncertainty": 120
},
"departure": {
"time": "1777889192",
"uncertainty": 120
},
"stopId": "0:BOTANIQ1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777889231",
"uncertainty": 120
},
"departure": {
"time": "1777889252",
"uncertainty": 120
},
"stopId": "0:GENIE1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777889402",
"uncertainty": 120
},
"departure": {
"time": "1777889432",
"uncertainty": 120
},
"stopId": "0:BONSEC1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777889574",
"uncertainty": 120
},
"departure": {
"time": "1777889582",
"uncertainty": 120
},
"stopId": "0:ROI03",
"stopSequence": 16
},
{
"arrival": {
"time": "1777889702",
"uncertainty": 120
},
"departure": {
"time": "1777889762",
"uncertainty": 120
},
"stopId": "0:REPBS",
"stopSequence": 17
},
{
"arrival": {
"time": "1777889880",
"uncertainty": 120
},
"departure": {
"time": "1777889882",
"uncertainty": 120
},
"stopId": "0:STNICOL3",
"stopSequence": 18
},
{
"arrival": {
"time": "1777889942",
"uncertainty": 120
},
"departure": {
"time": "1777889972",
"uncertainty": 120
},
"stopId": "0:GARCS",
"stopSequence": 19
},
{
"arrival": {
"time": "1777890092",
"uncertainty": 120
},
"departure": {
"time": "1777890092",
"uncertainty": 120
},
"stopId": "0:MAZELLE2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777890302",
"uncertainty": 120
},
"departure": {
"time": "1777890362",
"uncertainty": 120
},
"stopId": "0:JUIN2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777890411",
"uncertainty": 120
},
"departure": {
"time": "1777890422",
"uncertainty": 120
},
"stopId": "0:RAPLEVY2",
"stopSequence": 22
},
{
"arrival": {
"time": "1777890473",
"uncertainty": 120
},
"departure": {
"time": "1777890473",
"uncertainty": 120
},
"stopId": "0:ARTILLE2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777890539",
"uncertainty": 120
},
"departure": {
"time": "1777890543",
"uncertainty": 120
},
"stopId": "0:BERNE2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777890602",
"uncertainty": 120
},
"departure": {
"time": "1777890602",
"uncertainty": 120
},
"stopId": "0:ALSLORR2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777890679",
"uncertainty": 120
},
"departure": {
"time": "1777890679",
"uncertainty": 120
},
"stopId": "0:STOXEY2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777890767",
"uncertainty": 120
},
"departure": {
"time": "1777890782",
"uncertainty": 120
},
"stopId": "0:JURA2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777890860",
"uncertainty": 120
},
"departure": {
"time": "1777890872",
"uncertainty": 120
},
"stopId": "0:PTSOEUR2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777890915",
"uncertainty": 120
},
"departure": {
"time": "1777890915",
"uncertainty": 120
},
"stopId": "0:METMAN2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777891004",
"uncertainty": 120
},
"departure": {
"time": "1777891004",
"uncertainty": 120
},
"stopId": "0:MAUJEAN2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777891065",
"uncertainty": 120
},
"departure": {
"time": "1777891065",
"uncertainty": 120
},
"stopId": "0:GENIVAU2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777891093",
"uncertainty": 120
},
"departure": {
"time": "1777891093",
"uncertainty": 120
},
"stopId": "0:FOUGERE2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777891137",
"uncertainty": 120
},
"departure": {
"time": "1777891137",
"uncertainty": 120
},
"stopId": "0:LORIENT2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777891174",
"uncertainty": 120
},
"departure": {
"time": "1777891174",
"uncertainty": 120
},
"stopId": "0:JACINTH2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777891249",
"uncertainty": 120
},
"stopId": "0:OEILLET1",
"stopSequence": 35
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11852884"
},
"vehicle": {
"id": "2436",
"label": "2436"
}
}
},
{
"id": "1852885",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777888922",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777889060",
"uncertainty": 120
},
"departure": {
"time": "1777889060",
"uncertainty": 120
},
"stopId": "0:ROTONDE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777889078",
"uncertainty": 120
},
"departure": {
"time": "1777889102",
"uncertainty": 120
},
"stopId": "0:LOTINDU1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777889162",
"uncertainty": 120
},
"departure": {
"time": "1777889162",
"uncertainty": 120
},
"stopId": "0:CITSNCF1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777889210",
"uncertainty": 120
},
"departure": {
"time": "1777889210",
"uncertainty": 120
},
"stopId": "0:VOSGES1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777889232",
"uncertainty": 120
},
"departure": {
"time": "1777889232",
"uncertainty": 120
},
"stopId": "0:ALGER1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777889257",
"uncertainty": 120
},
"departure": {
"time": "1777889257",
"uncertainty": 120
},
"stopId": "0:TOURAIN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777889372",
"uncertainty": 120
},
"departure": {
"time": "1777889372",
"uncertainty": 120
},
"stopId": "0:STQUENT1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777889432",
"uncertainty": 120
},
"departure": {
"time": "1777889432",
"uncertainty": 120
},
"stopId": "0:SVICTOR1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777889506",
"uncertainty": 120
},
"departure": {
"time": "1777889520",
"uncertainty": 120
},
"stopId": "0:LITALDU1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777889625",
"uncertainty": 120
},
"departure": {
"time": "1777889625",
"uncertainty": 120
},
"stopId": "0:NATION1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777889709",
"uncertainty": 120
},
"departure": {
"time": "1777889732",
"uncertainty": 120
},
"stopId": "0:EUROPAC1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777889841",
"uncertainty": 120
},
"departure": {
"time": "1777889852",
"uncertainty": 120
},
"stopId": "0:BOTANIQ1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777889890",
"uncertainty": 120
},
"departure": {
"time": "1777889912",
"uncertainty": 120
},
"stopId": "0:GENIE1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777890014",
"uncertainty": 120
},
"departure": {
"time": "1777890093",
"uncertainty": 120
},
"stopId": "0:BONSEC1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777890152",
"uncertainty": 120
},
"departure": {
"time": "1777890182",
"uncertainty": 120
},
"stopId": "0:ROI03",
"stopSequence": 16
},
{
"arrival": {
"time": "1777890272",
"uncertainty": 120
},
"departure": {
"time": "1777890332",
"uncertainty": 120
},
"stopId": "0:REPBS",
"stopSequence": 17
},
{
"arrival": {
"time": "1777890466",
"uncertainty": 120
},
"departure": {
"time": "1777890512",
"uncertainty": 120
},
"stopId": "0:STNICOL3",
"stopSequence": 18
},
{
"arrival": {
"time": "1777890572",
"uncertainty": 120
},
"departure": {
"time": "1777890632",
"uncertainty": 120
},
"stopId": "0:GARCS",
"stopSequence": 19
},
{
"arrival": {
"time": "1777890757",
"uncertainty": 120
},
"departure": {
"time": "1777890757",
"uncertainty": 120
},
"stopId": "0:MAZELLE2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777890903",
"uncertainty": 120
},
"departure": {
"time": "1777890903",
"uncertainty": 120
},
"stopId": "0:JUIN2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777891001",
"uncertainty": 120
},
"departure": {
"time": "1777891001",
"uncertainty": 120
},
"stopId": "0:RAPLEVY2",
"stopSequence": 22
},
{
"arrival": {
"time": "1777891051",
"uncertainty": 120
},
"departure": {
"time": "1777891051",
"uncertainty": 120
},
"stopId": "0:ARTILLE2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777891118",
"uncertainty": 120
},
"departure": {
"time": "1777891118",
"uncertainty": 120
},
"stopId": "0:BERNE2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777891177",
"uncertainty": 120
},
"departure": {
"time": "1777891177",
"uncertainty": 120
},
"stopId": "0:ALSLORR2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777891253",
"uncertainty": 120
},
"departure": {
"time": "1777891253",
"uncertainty": 120
},
"stopId": "0:STOXEY2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777891344",
"uncertainty": 120
},
"departure": {
"time": "1777891344",
"uncertainty": 120
},
"stopId": "0:JURA2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777891421",
"uncertainty": 120
},
"departure": {
"time": "1777891421",
"uncertainty": 120
},
"stopId": "0:PTSOEUR2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777891467",
"uncertainty": 120
},
"departure": {
"time": "1777891467",
"uncertainty": 120
},
"stopId": "0:METMAN2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777891537",
"uncertainty": 120
},
"departure": {
"time": "1777891537",
"uncertainty": 120
},
"stopId": "0:MAUJEAN2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777891598",
"uncertainty": 120
},
"departure": {
"time": "1777891598",
"uncertainty": 120
},
"stopId": "0:GENIVAU2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777891626",
"uncertainty": 120
},
"departure": {
"time": "1777891626",
"uncertainty": 120
},
"stopId": "0:FOUGERE2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777891670",
"uncertainty": 120
},
"departure": {
"time": "1777891670",
"uncertainty": 120
},
"stopId": "0:LORIENT2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777891707",
"uncertainty": 120
},
"departure": {
"time": "1777891707",
"uncertainty": 120
},
"stopId": "0:JACINTH2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777891782",
"uncertainty": 120
},
"stopId": "0:OEILLET1",
"stopSequence": 35
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11852885"
},
"vehicle": {
"id": "2134",
"label": "2134"
}
}
},
{
"id": "1852886",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777889460",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777889640",
"uncertainty": 120
},
"departure": {
"time": "1777889640",
"uncertainty": 120
},
"stopId": "0:ROTONDE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777889684",
"uncertainty": 120
},
"departure": {
"time": "1777889730",
"uncertainty": 120
},
"stopId": "0:LOTINDU1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777889790",
"uncertainty": 120
},
"departure": {
"time": "1777889790",
"uncertainty": 120
},
"stopId": "0:CITSNCF1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777889869",
"uncertainty": 120
},
"departure": {
"time": "1777889880",
"uncertainty": 120
},
"stopId": "0:VOSGES1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777889904",
"uncertainty": 120
},
"departure": {
"time": "1777889910",
"uncertainty": 120
},
"stopId": "0:ALGER1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777889938",
"uncertainty": 120
},
"departure": {
"time": "1777889938",
"uncertainty": 120
},
"stopId": "0:TOURAIN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777890000",
"uncertainty": 120
},
"departure": {
"time": "1777890000",
"uncertainty": 120
},
"stopId": "0:STQUENT1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777890060",
"uncertainty": 120
},
"departure": {
"time": "1777890060",
"uncertainty": 120
},
"stopId": "0:SVICTOR1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777890120",
"uncertainty": 120
},
"departure": {
"time": "1777890150",
"uncertainty": 120
},
"stopId": "0:LITALDU1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777890180",
"uncertainty": 120
},
"departure": {
"time": "1777890210",
"uncertainty": 120
},
"stopId": "0:NATION1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777890300",
"uncertainty": 120
},
"departure": {
"time": "1777890300",
"uncertainty": 120
},
"stopId": "0:EUROPAC1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777890390",
"uncertainty": 120
},
"departure": {
"time": "1777890390",
"uncertainty": 120
},
"stopId": "0:BOTANIQ1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777890450",
"uncertainty": 120
},
"departure": {
"time": "1777890450",
"uncertainty": 120
},
"stopId": "0:GENIE1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777890597",
"uncertainty": 120
},
"departure": {
"time": "1777890600",
"uncertainty": 120
},
"stopId": "0:BONSEC1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777890648",
"uncertainty": 120
},
"departure": {
"time": "1777890660",
"uncertainty": 120
},
"stopId": "0:ROI03",
"stopSequence": 16
},
{
"arrival": {
"time": "1777890780",
"uncertainty": 120
},
"departure": {
"time": "1777890942",
"uncertainty": 120
},
"stopId": "0:REPBS",
"stopSequence": 17
},
{
"arrival": {
"time": "1777891096",
"uncertainty": 120
},
"departure": {
"time": "1777891096",
"uncertainty": 120
},
"stopId": "0:STNICOL3",
"stopSequence": 18
},
{
"arrival": {
"time": "1777891140",
"uncertainty": 120
},
"departure": {
"time": "1777891140",
"uncertainty": 120
},
"stopId": "0:GARCS",
"stopSequence": 19
},
{
"arrival": {
"time": "1777891271",
"uncertainty": 120
},
"departure": {
"time": "1777891271",
"uncertainty": 120
},
"stopId": "0:MAZELLE2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777891422",
"uncertainty": 120
},
"departure": {
"time": "1777891422",
"uncertainty": 120
},
"stopId": "0:JUIN2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777891471",
"uncertainty": 120
},
"departure": {
"time": "1777891471",
"uncertainty": 120
},
"stopId": "0:RAPLEVY2",
"stopSequence": 22
},
{
"arrival": {
"time": "1777891521",
"uncertainty": 120
},
"departure": {
"time": "1777891521",
"uncertainty": 120
},
"stopId": "0:ARTILLE2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777891588",
"uncertainty": 120
},
"departure": {
"time": "1777891588",
"uncertainty": 120
},
"stopId": "0:BERNE2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777891647",
"uncertainty": 120
},
"departure": {
"time": "1777891647",
"uncertainty": 120
},
"stopId": "0:ALSLORR2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777891723",
"uncertainty": 120
},
"departure": {
"time": "1777891723",
"uncertainty": 120
},
"stopId": "0:STOXEY2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777891815",
"uncertainty": 120
},
"departure": {
"time": "1777891815",
"uncertainty": 120
},
"stopId": "0:JURA2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777891892",
"uncertainty": 120
},
"departure": {
"time": "1777891892",
"uncertainty": 120
},
"stopId": "0:PTSOEUR2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777891939",
"uncertainty": 120
},
"departure": {
"time": "1777891939",
"uncertainty": 120
},
"stopId": "0:METMAN2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777892009",
"uncertainty": 120
},
"departure": {
"time": "1777892009",
"uncertainty": 120
},
"stopId": "0:MAUJEAN2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777892071",
"uncertainty": 120
},
"departure": {
"time": "1777892071",
"uncertainty": 120
},
"stopId": "0:GENIVAU2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777892100",
"uncertainty": 120
},
"departure": {
"time": "1777892100",
"uncertainty": 120
},
"stopId": "0:FOUGERE2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777892150",
"uncertainty": 120
},
"departure": {
"time": "1777892150",
"uncertainty": 120
},
"stopId": "0:LORIENT2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777892187",
"uncertainty": 120
},
"departure": {
"time": "1777892187",
"uncertainty": 120
},
"stopId": "0:JACINTH2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777892262",
"uncertainty": 120
},
"stopId": "0:OEILLET1",
"stopSequence": 35
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11852886"
},
"vehicle": {
"id": "2423",
"label": "2423"
}
}
},
{
"id": "1852887",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777890060",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777890256",
"uncertainty": 120
},
"departure": {
"time": "1777890256",
"uncertainty": 120
},
"stopId": "0:ROTONDE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777890279",
"uncertainty": 120
},
"departure": {
"time": "1777890279",
"uncertainty": 120
},
"stopId": "0:LOTINDU1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777890343",
"uncertainty": 120
},
"departure": {
"time": "1777890343",
"uncertainty": 120
},
"stopId": "0:CITSNCF1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777890391",
"uncertainty": 120
},
"departure": {
"time": "1777890391",
"uncertainty": 120
},
"stopId": "0:VOSGES1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777890404",
"uncertainty": 120
},
"departure": {
"time": "1777890404",
"uncertainty": 120
},
"stopId": "0:ALGER1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777890429",
"uncertainty": 120
},
"departure": {
"time": "1777890429",
"uncertainty": 120
},
"stopId": "0:TOURAIN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777890506",
"uncertainty": 120
},
"departure": {
"time": "1777890511",
"uncertainty": 120
},
"stopId": "0:STQUENT1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777890571",
"uncertainty": 120
},
"departure": {
"time": "1777890571",
"uncertainty": 120
},
"stopId": "0:SVICTOR1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777890675",
"uncertainty": 120
},
"departure": {
"time": "1777890720",
"uncertainty": 120
},
"stopId": "0:LITALDU1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777890791",
"uncertainty": 120
},
"departure": {
"time": "1777890811",
"uncertainty": 120
},
"stopId": "0:NATION1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777890894",
"uncertainty": 120
},
"departure": {
"time": "1777890894",
"uncertainty": 120
},
"stopId": "0:EUROPAC1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777890961",
"uncertainty": 120
},
"departure": {
"time": "1777890991",
"uncertainty": 120
},
"stopId": "0:BOTANIQ1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777891027",
"uncertainty": 120
},
"departure": {
"time": "1777891027",
"uncertainty": 120
},
"stopId": "0:GENIE1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777891175",
"uncertainty": 120
},
"departure": {
"time": "1777891175",
"uncertainty": 120
},
"stopId": "0:BONSEC1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777891251",
"uncertainty": 120
},
"departure": {
"time": "1777891251",
"uncertainty": 120
},
"stopId": "0:ROI03",
"stopSequence": 16
},
{
"arrival": {
"time": "1777891376",
"uncertainty": 120
},
"departure": {
"time": "1777891376",
"uncertainty": 120
},
"stopId": "0:REPBS",
"stopSequence": 17
},
{
"arrival": {
"time": "1777891524",
"uncertainty": 120
},
"departure": {
"time": "1777891524",
"uncertainty": 120
},
"stopId": "0:STNICOL3",
"stopSequence": 18
},
{
"arrival": {
"time": "1777891567",
"uncertainty": 120
},
"departure": {
"time": "1777891567",
"uncertainty": 120
},
"stopId": "0:GARCS",
"stopSequence": 19
},
{
"arrival": {
"time": "1777891698",
"uncertainty": 120
},
"departure": {
"time": "1777891698",
"uncertainty": 120
},
"stopId": "0:MAZELLE2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777891849",
"uncertainty": 120
},
"departure": {
"time": "1777891849",
"uncertainty": 120
},
"stopId": "0:JUIN2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777891897",
"uncertainty": 120
},
"departure": {
"time": "1777891897",
"uncertainty": 120
},
"stopId": "0:RAPLEVY2",
"stopSequence": 22
},
{
"arrival": {
"time": "1777891947",
"uncertainty": 120
},
"departure": {
"time": "1777891947",
"uncertainty": 120
},
"stopId": "0:ARTILLE2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777892015",
"uncertainty": 120
},
"departure": {
"time": "1777892015",
"uncertainty": 120
},
"stopId": "0:BERNE2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777892073",
"uncertainty": 120
},
"departure": {
"time": "1777892073",
"uncertainty": 120
},
"stopId": "0:ALSLORR2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777892147",
"uncertainty": 120
},
"departure": {
"time": "1777892147",
"uncertainty": 120
},
"stopId": "0:STOXEY2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777892241",
"uncertainty": 120
},
"departure": {
"time": "1777892241",
"uncertainty": 120
},
"stopId": "0:JURA2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777892318",
"uncertainty": 120
},
"departure": {
"time": "1777892318",
"uncertainty": 120
},
"stopId": "0:PTSOEUR2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777892367",
"uncertainty": 120
},
"departure": {
"time": "1777892367",
"uncertainty": 120
},
"stopId": "0:METMAN2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777892443",
"uncertainty": 120
},
"departure": {
"time": "1777892443",
"uncertainty": 120
},
"stopId": "0:MAUJEAN2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777892512",
"uncertainty": 120
},
"departure": {
"time": "1777892512",
"uncertainty": 120
},
"stopId": "0:GENIVAU2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777892548",
"uncertainty": 120
},
"departure": {
"time": "1777892548",
"uncertainty": 120
},
"stopId": "0:FOUGERE2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777892644",
"uncertainty": 120
},
"departure": {
"time": "1777892644",
"uncertainty": 120
},
"stopId": "0:LORIENT2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777892685",
"uncertainty": 120
},
"departure": {
"time": "1777892685",
"uncertainty": 120
},
"stopId": "0:JACINTH2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777892760",
"uncertainty": 120
},
"stopId": "0:OEILLET1",
"stopSequence": 35
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11852887"
},
"vehicle": {
"id": "2425",
"label": "2425"
}
}
},
{
"id": "1854528",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777892251",
"uncertainty": 120
},
"stopId": "0:ALIZES1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777892335",
"uncertainty": 120
},
"departure": {
"time": "1777892335",
"uncertainty": 120
},
"stopId": "0:HAMEAUX2",
"stopSequence": 2
},
{
"arrival": {
"time": "1777892406",
"uncertainty": 120
},
"departure": {
"time": "1777892406",
"uncertainty": 120
},
"stopId": "0:CHEFER2",
"stopSequence": 3
},
{
"arrival": {
"time": "1777892491",
"uncertainty": 120
},
"departure": {
"time": "1777892491",
"uncertainty": 120
},
"stopId": "0:STBRICE1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777892552",
"uncertainty": 120
},
"departure": {
"time": "1777892552",
"uncertainty": 120
},
"stopId": "0:LARGANT1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777892581",
"uncertainty": 120
},
"departure": {
"time": "1777892581",
"uncertainty": 120
},
"stopId": "0:PJOLY1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777892671",
"uncertainty": 120
},
"departure": {
"time": "1777892671",
"uncertainty": 120
},
"stopId": "0:SORBIER3",
"stopSequence": 7
},
{
"arrival": {
"time": "1777892851",
"uncertainty": 120
},
"departure": {
"time": "1777892851",
"uncertainty": 120
},
"stopId": "0:NEC2",
"stopSequence": 8
},
{
"arrival": {
"time": "1777892981",
"uncertainty": 120
},
"departure": {
"time": "1777892981",
"uncertainty": 120
},
"stopId": "0:BRAZZA1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777893032",
"uncertainty": 120
},
"departure": {
"time": "1777893032",
"uncertainty": 120
},
"stopId": "0:MICHANG1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777893091",
"uncertainty": 120
},
"stopId": "0:MARLY2",
"stopSequence": 11
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "82",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854528"
}
}
},
{
"id": "1854588",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777892400",
"uncertainty": 120
},
"stopId": "0:CTU01",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "B",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854588"
}
}
},
{
"id": "1855060",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777892820"
},
"stopId": "0:POME",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "83",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855060"
}
}
},
{
"id": "1854589",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777893000",
"uncertainty": 120
},
"stopId": "0:CTU01",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "B",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854589"
}
}
},
{
"id": "1855061",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777893600",
"uncertainty": 120
},
"stopId": "0:POME",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "83",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855061"
}
}
},
{
"id": "1854590",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777893600",
"uncertainty": 120
},
"stopId": "0:CTU01",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "B",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854590"
}
}
},
{
"id": "1855062",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777894380",
"uncertainty": 120
},
"stopId": "0:POME",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "83",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855062"
}
}
},
{
"id": "1854591",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777894200",
"uncertainty": 120
},
"stopId": "0:CTU01",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "B",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854591"
}
}
},
{
"id": "1854584",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777890031",
"uncertainty": 120
},
"stopId": "0:CTU01",
"stopSequence": 1
},
{
"arrival": {
"time": "1777890086",
"uncertainty": 120
},
"departure": {
"time": "1777890091",
"uncertainty": 120
},
"stopId": "0:SAU01",
"stopSequence": 2
},
{
"arrival": {
"time": "1777890229",
"uncertainty": 120
},
"departure": {
"time": "1777890241",
"uncertainty": 120
},
"stopId": "0:MOY01",
"stopSequence": 3
},
{
"arrival": {
"time": "1777890407",
"uncertainty": 120
},
"departure": {
"time": "1777890452",
"uncertainty": 120
},
"stopId": "0:REP01",
"stopSequence": 4
},
{
"arrival": {
"time": "1777890500",
"uncertainty": 120
},
"departure": {
"time": "1777890511",
"uncertainty": 120
},
"stopId": "0:ROI01",
"stopSequence": 5
},
{
"arrival": {
"time": "1777890600",
"uncertainty": 120
},
"departure": {
"time": "1777890661",
"uncertainty": 120
},
"stopId": "0:GAR01",
"stopSequence": 6
},
{
"arrival": {
"time": "1777890706",
"uncertainty": 120
},
"departure": {
"time": "1777890721",
"uncertainty": 120
},
"stopId": "0:POM01",
"stopSequence": 7
},
{
"arrival": {
"time": "1777890781",
"uncertainty": 120
},
"departure": {
"time": "1777890781",
"uncertainty": 120
},
"stopId": "0:SEI01",
"stopSequence": 8
},
{
"arrival": {
"time": "1777890847",
"uncertainty": 120
},
"departure": {
"time": "1777890847",
"uncertainty": 120
},
"stopId": "0:LEG01",
"stopSequence": 9
},
{
"arrival": {
"time": "1777890929",
"uncertainty": 120
},
"departure": {
"time": "1777890929",
"uncertainty": 120
},
"stopId": "0:ALC01",
"stopSequence": 10
},
{
"arrival": {
"time": "1777890998",
"uncertainty": 120
},
"departure": {
"time": "1777890998",
"uncertainty": 120
},
"stopId": "0:CIM01",
"stopSequence": 11
},
{
"arrival": {
"time": "1777891112",
"uncertainty": 120
},
"departure": {
"time": "1777891112",
"uncertainty": 120
},
"stopId": "0:BEL01",
"stopSequence": 12
},
{
"arrival": {
"time": "1777891195",
"uncertainty": 120
},
"departure": {
"time": "1777891195",
"uncertainty": 120
},
"stopId": "0:PRO01",
"stopSequence": 13
},
{
"arrival": {
"time": "1777891276",
"uncertainty": 120
},
"departure": {
"time": "1777891276",
"uncertainty": 120
},
"stopId": "0:GUY01",
"stopSequence": 14
},
{
"arrival": {
"time": "1777891319",
"uncertainty": 120
},
"departure": {
"time": "1777891319",
"uncertainty": 120
},
"stopId": "0:BRG01",
"stopSequence": 15
},
{
"arrival": {
"time": "1777891381",
"uncertainty": 120
},
"departure": {
"time": "1777891381",
"uncertainty": 120
},
"stopId": "0:GRA01",
"stopSequence": 16
},
{
"arrival": {
"time": "1777891441",
"uncertainty": 120
},
"departure": {
"time": "1777891441",
"uncertainty": 120
},
"stopId": "0:ARA01",
"stopSequence": 17
},
{
"arrival": {
"time": "1777891534",
"uncertainty": 120
},
"departure": {
"time": "1777891534",
"uncertainty": 120
},
"stopId": "0:ART01",
"stopSequence": 18
},
{
"arrival": {
"time": "1777891611",
"uncertainty": 120
},
"departure": {
"time": "1777891611",
"uncertainty": 120
},
"stopId": "0:ECO01",
"stopSequence": 19
},
{
"arrival": {
"time": "1777891671",
"uncertainty": 120
},
"departure": {
"time": "1777891671",
"uncertainty": 120
},
"stopId": "0:EXP01",
"stopSequence": 20
},
{
"arrival": {
"time": "1777891806",
"uncertainty": 120
},
"departure": {
"time": "1777891806",
"uncertainty": 120
},
"stopId": "0:MER01",
"stopSequence": 21
},
{
"arrival": {
"time": "1777891892",
"uncertainty": 120
},
"stopId": "0:MAT01",
"stopSequence": 22
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "B",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854584"
},
"vehicle": {
"id": "1313",
"label": "1313"
}
}
},
{
"id": "1854585",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777890600",
"uncertainty": 120
},
"stopId": "0:CTU01",
"stopSequence": 1
},
{
"arrival": {
"time": "1777890660",
"uncertainty": 120
},
"departure": {
"time": "1777890660",
"uncertainty": 120
},
"stopId": "0:SAU01",
"stopSequence": 2
},
{
"arrival": {
"time": "1777890810",
"uncertainty": 120
},
"departure": {
"time": "1777890810",
"uncertainty": 120
},
"stopId": "0:MOY01",
"stopSequence": 3
},
{
"arrival": {
"time": "1777890960",
"uncertainty": 120
},
"departure": {
"time": "1777891020",
"uncertainty": 120
},
"stopId": "0:REP01",
"stopSequence": 4
},
{
"arrival": {
"time": "1777891094",
"uncertainty": 120
},
"departure": {
"time": "1777891094",
"uncertainty": 120
},
"stopId": "0:ROI01",
"stopSequence": 5
},
{
"arrival": {
"time": "1777891186",
"uncertainty": 120
},
"departure": {
"time": "1777891186",
"uncertainty": 120
},
"stopId": "0:GAR01",
"stopSequence": 6
},
{
"arrival": {
"time": "1777891227",
"uncertainty": 120
},
"departure": {
"time": "1777891227",
"uncertainty": 120
},
"stopId": "0:POM01",
"stopSequence": 7
},
{
"arrival": {
"time": "1777891299",
"uncertainty": 120
},
"departure": {
"time": "1777891299",
"uncertainty": 120
},
"stopId": "0:SEI01",
"stopSequence": 8
},
{
"arrival": {
"time": "1777891367",
"uncertainty": 120
},
"departure": {
"time": "1777891367",
"uncertainty": 120
},
"stopId": "0:LEG01",
"stopSequence": 9
},
{
"arrival": {
"time": "1777891450",
"uncertainty": 120
},
"departure": {
"time": "1777891450",
"uncertainty": 120
},
"stopId": "0:ALC01",
"stopSequence": 10
},
{
"arrival": {
"time": "1777891512",
"uncertainty": 120
},
"departure": {
"time": "1777891512",
"uncertainty": 120
},
"stopId": "0:CIM01",
"stopSequence": 11
},
{
"arrival": {
"time": "1777891604",
"uncertainty": 120
},
"departure": {
"time": "1777891604",
"uncertainty": 120
},
"stopId": "0:BEL01",
"stopSequence": 12
},
{
"arrival": {
"time": "1777891687",
"uncertainty": 120
},
"departure": {
"time": "1777891687",
"uncertainty": 120
},
"stopId": "0:PRO01",
"stopSequence": 13
},
{
"arrival": {
"time": "1777891768",
"uncertainty": 120
},
"departure": {
"time": "1777891768",
"uncertainty": 120
},
"stopId": "0:GUY01",
"stopSequence": 14
},
{
"arrival": {
"time": "1777891812",
"uncertainty": 120
},
"departure": {
"time": "1777891812",
"uncertainty": 120
},
"stopId": "0:BRG01",
"stopSequence": 15
},
{
"arrival": {
"time": "1777891874",
"uncertainty": 120
},
"departure": {
"time": "1777891874",
"uncertainty": 120
},
"stopId": "0:GRA01",
"stopSequence": 16
},
{
"arrival": {
"time": "1777891934",
"uncertainty": 120
},
"departure": {
"time": "1777891934",
"uncertainty": 120
},
"stopId": "0:ARA01",
"stopSequence": 17
},
{
"arrival": {
"time": "1777892027",
"uncertainty": 120
},
"departure": {
"time": "1777892027",
"uncertainty": 120
},
"stopId": "0:ART01",
"stopSequence": 18
},
{
"arrival": {
"time": "1777892106",
"uncertainty": 120
},
"departure": {
"time": "1777892106",
"uncertainty": 120
},
"stopId": "0:ECO01",
"stopSequence": 19
},
{
"arrival": {
"time": "1777892166",
"uncertainty": 120
},
"departure": {
"time": "1777892166",
"uncertainty": 120
},
"stopId": "0:EXP01",
"stopSequence": 20
},
{
"arrival": {
"time": "1777892308",
"uncertainty": 120
},
"departure": {
"time": "1777892549",
"uncertainty": 120
},
"stopId": "0:MER01",
"stopSequence": 21
},
{
"arrival": {
"time": "1777892640",
"uncertainty": 120
},
"stopId": "0:MAT01",
"stopSequence": 22
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "B",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854585"
},
"vehicle": {
"id": "1951",
"label": "1951"
}
}
},
{
"id": "1854586",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777891022",
"uncertainty": 120
},
"stopId": "0:CTU01",
"stopSequence": 1
},
{
"arrival": {
"time": "1777891263",
"uncertainty": 120
},
"departure": {
"time": "1777891263",
"uncertainty": 120
},
"stopId": "0:SAU01",
"stopSequence": 2
},
{
"arrival": {
"time": "1777891412",
"uncertainty": 120
},
"departure": {
"time": "1777891412",
"uncertainty": 120
},
"stopId": "0:MOY01",
"stopSequence": 3
},
{
"arrival": {
"time": "1777891560",
"uncertainty": 120
},
"departure": {
"time": "1777891560",
"uncertainty": 120
},
"stopId": "0:REP01",
"stopSequence": 4
},
{
"arrival": {
"time": "1777891633",
"uncertainty": 120
},
"departure": {
"time": "1777891633",
"uncertainty": 120
},
"stopId": "0:ROI01",
"stopSequence": 5
},
{
"arrival": {
"time": "1777891725",
"uncertainty": 120
},
"departure": {
"time": "1777891725",
"uncertainty": 120
},
"stopId": "0:GAR01",
"stopSequence": 6
},
{
"arrival": {
"time": "1777891766",
"uncertainty": 120
},
"departure": {
"time": "1777891766",
"uncertainty": 120
},
"stopId": "0:POM01",
"stopSequence": 7
},
{
"arrival": {
"time": "1777891838",
"uncertainty": 120
},
"departure": {
"time": "1777891838",
"uncertainty": 120
},
"stopId": "0:SEI01",
"stopSequence": 8
},
{
"arrival": {
"time": "1777891906",
"uncertainty": 120
},
"departure": {
"time": "1777891906",
"uncertainty": 120
},
"stopId": "0:LEG01",
"stopSequence": 9
},
{
"arrival": {
"time": "1777891989",
"uncertainty": 120
},
"departure": {
"time": "1777891989",
"uncertainty": 120
},
"stopId": "0:ALC01",
"stopSequence": 10
},
{
"arrival": {
"time": "1777892051",
"uncertainty": 120
},
"departure": {
"time": "1777892051",
"uncertainty": 120
},
"stopId": "0:CIM01",
"stopSequence": 11
},
{
"arrival": {
"time": "1777892143",
"uncertainty": 120
},
"departure": {
"time": "1777892143",
"uncertainty": 120
},
"stopId": "0:BEL01",
"stopSequence": 12
},
{
"arrival": {
"time": "1777892227",
"uncertainty": 120
},
"departure": {
"time": "1777892227",
"uncertainty": 120
},
"stopId": "0:PRO01",
"stopSequence": 13
},
{
"arrival": {
"time": "1777892302",
"uncertainty": 120
},
"departure": {
"time": "1777892302",
"uncertainty": 120
},
"stopId": "0:GUY01",
"stopSequence": 14
},
{
"arrival": {
"time": "1777892349",
"uncertainty": 120
},
"departure": {
"time": "1777892349",
"uncertainty": 120
},
"stopId": "0:BRG01",
"stopSequence": 15
},
{
"arrival": {
"time": "1777892413",
"uncertainty": 120
},
"departure": {
"time": "1777892413",
"uncertainty": 120
},
"stopId": "0:GRA01",
"stopSequence": 16
},
{
"arrival": {
"time": "1777892474",
"uncertainty": 120
},
"departure": {
"time": "1777892474",
"uncertainty": 120
},
"stopId": "0:ARA01",
"stopSequence": 17
},
{
"arrival": {
"time": "1777892571",
"uncertainty": 120
},
"departure": {
"time": "1777892571",
"uncertainty": 120
},
"stopId": "0:ART01",
"stopSequence": 18
},
{
"arrival": {
"time": "1777892672",
"uncertainty": 120
},
"departure": {
"time": "1777892672",
"uncertainty": 120
},
"stopId": "0:ECO01",
"stopSequence": 19
},
{
"arrival": {
"time": "1777892734",
"uncertainty": 120
},
"departure": {
"time": "1777892734",
"uncertainty": 120
},
"stopId": "0:EXP01",
"stopSequence": 20
},
{
"arrival": {
"time": "1777892941",
"uncertainty": 120
},
"departure": {
"time": "1777892941",
"uncertainty": 120
},
"stopId": "0:MER01",
"stopSequence": 21
},
{
"arrival": {
"time": "1777893032",
"uncertainty": 120
},
"stopId": "0:MAT01",
"stopSequence": 22
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "B",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854586"
},
"vehicle": {
"id": "1322",
"label": "1322"
}
}
},
{
"id": "1855058",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777891260",
"uncertainty": 120
},
"stopId": "0:POME",
"stopSequence": 1
},
{
"arrival": {
"time": "1777891367",
"uncertainty": 120
},
"departure": {
"time": "1777891367",
"uncertainty": 120
},
"stopId": "0:GARCE",
"stopSequence": 2
},
{
"arrival": {
"time": "1777891400",
"uncertainty": 120
},
"departure": {
"time": "1777891400",
"uncertainty": 120
},
"stopId": "0:STNICOL4",
"stopSequence": 3
},
{
"arrival": {
"time": "1777891499",
"uncertainty": 120
},
"departure": {
"time": "1777891499",
"uncertainty": 120
},
"stopId": "0:COETLO01",
"stopSequence": 4
},
{
"arrival": {
"time": "1777891637",
"uncertainty": 120
},
"departure": {
"time": "1777891637",
"uncertainty": 120
},
"stopId": "0:SERPEN01",
"stopSequence": 5
},
{
"arrival": {
"time": "1777891726",
"uncertainty": 120
},
"departure": {
"time": "1777891726",
"uncertainty": 120
},
"stopId": "0:TETEDOR1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777891768",
"uncertainty": 120
},
"departure": {
"time": "1777891768",
"uncertainty": 120
},
"stopId": "0:STLOUI07",
"stopSequence": 7
},
{
"arrival": {
"time": "1777891883",
"uncertainty": 120
},
"departure": {
"time": "1777891883",
"uncertainty": 120
},
"stopId": "0:FOURNIR1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777891978",
"uncertainty": 120
},
"departure": {
"time": "1777891978",
"uncertainty": 120
},
"stopId": "0:PLARMES2",
"stopSequence": 9
},
{
"arrival": {
"time": "1777892039",
"uncertainty": 120
},
"departure": {
"time": "1777892039",
"uncertainty": 120
},
"stopId": "0:PLCHAM02",
"stopSequence": 10
},
{
"arrival": {
"time": "1777892111",
"uncertainty": 120
},
"stopId": "0:PREFECT1",
"stopSequence": 11
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "83",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855058"
}
}
},
{
"id": "1854587",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777891800",
"uncertainty": 120
},
"stopId": "0:CTU01",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "B",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854587"
}
}
},
{
"id": "1855059",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777892040",
"uncertainty": 120
},
"stopId": "0:POME",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "83",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855059"
}
}
},
{
"id": "1855353",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777893000"
},
"stopId": "0:SCHAZEL1",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "89",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855353"
}
}
},
{
"id": "1854583",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777889400",
"uncertainty": 120
},
"stopId": "0:CTU01",
"stopSequence": 1
},
{
"arrival": {
"time": "1777889461",
"uncertainty": 120
},
"departure": {
"time": "1777889461",
"uncertainty": 120
},
"stopId": "0:SAU01",
"stopSequence": 2
},
{
"arrival": {
"time": "1777889611",
"uncertainty": 120
},
"departure": {
"time": "1777889611",
"uncertainty": 120
},
"stopId": "0:MOY01",
"stopSequence": 3
},
{
"arrival": {
"time": "1777889760",
"uncertainty": 120
},
"departure": {
"time": "1777889792",
"uncertainty": 120
},
"stopId": "0:REP01",
"stopSequence": 4
},
{
"arrival": {
"time": "1777889886",
"uncertainty": 120
},
"departure": {
"time": "1777889912",
"uncertainty": 120
},
"stopId": "0:ROI01",
"stopSequence": 5
},
{
"arrival": {
"time": "1777890000",
"uncertainty": 120
},
"departure": {
"time": "1777890061",
"uncertainty": 120
},
"stopId": "0:GAR01",
"stopSequence": 6
},
{
"arrival": {
"time": "1777890096",
"uncertainty": 120
},
"departure": {
"time": "1777890122",
"uncertainty": 120
},
"stopId": "0:POM01",
"stopSequence": 7
},
{
"arrival": {
"time": "1777890175",
"uncertainty": 120
},
"departure": {
"time": "1777890181",
"uncertainty": 120
},
"stopId": "0:SEI01",
"stopSequence": 8
},
{
"arrival": {
"time": "1777890259",
"uncertainty": 120
},
"departure": {
"time": "1777890271",
"uncertainty": 120
},
"stopId": "0:LEG01",
"stopSequence": 9
},
{
"arrival": {
"time": "1777890329",
"uncertainty": 120
},
"departure": {
"time": "1777890329",
"uncertainty": 120
},
"stopId": "0:ALC01",
"stopSequence": 10
},
{
"arrival": {
"time": "1777890421",
"uncertainty": 120
},
"departure": {
"time": "1777890422",
"uncertainty": 120
},
"stopId": "0:CIM01",
"stopSequence": 11
},
{
"arrival": {
"time": "1777890512",
"uncertainty": 120
},
"departure": {
"time": "1777890512",
"uncertainty": 120
},
"stopId": "0:BEL01",
"stopSequence": 12
},
{
"arrival": {
"time": "1777890594",
"uncertainty": 120
},
"departure": {
"time": "1777890594",
"uncertainty": 120
},
"stopId": "0:PRO01",
"stopSequence": 13
},
{
"arrival": {
"time": "1777890678",
"uncertainty": 120
},
"departure": {
"time": "1777890691",
"uncertainty": 120
},
"stopId": "0:GUY01",
"stopSequence": 14
},
{
"arrival": {
"time": "1777890733",
"uncertainty": 120
},
"departure": {
"time": "1777890751",
"uncertainty": 120
},
"stopId": "0:BRG01",
"stopSequence": 15
},
{
"arrival": {
"time": "1777890811",
"uncertainty": 120
},
"departure": {
"time": "1777890811",
"uncertainty": 120
},
"stopId": "0:GRA01",
"stopSequence": 16
},
{
"arrival": {
"time": "1777890871",
"uncertainty": 120
},
"departure": {
"time": "1777890871",
"uncertainty": 120
},
"stopId": "0:ARA01",
"stopSequence": 17
},
{
"arrival": {
"time": "1777890961",
"uncertainty": 120
},
"departure": {
"time": "1777890961",
"uncertainty": 120
},
"stopId": "0:ART01",
"stopSequence": 18
},
{
"arrival": {
"time": "1777891044",
"uncertainty": 120
},
"departure": {
"time": "1777891044",
"uncertainty": 120
},
"stopId": "0:ECO01",
"stopSequence": 19
},
{
"arrival": {
"time": "1777891104",
"uncertainty": 120
},
"departure": {
"time": "1777891104",
"uncertainty": 120
},
"stopId": "0:EXP01",
"stopSequence": 20
},
{
"arrival": {
"time": "1777891238",
"uncertainty": 120
},
"departure": {
"time": "1777891238",
"uncertainty": 120
},
"stopId": "0:MER01",
"stopSequence": 21
},
{
"arrival": {
"time": "1777891323",
"uncertainty": 120
},
"stopId": "0:MAT01",
"stopSequence": 22
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "B",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854583"
},
"vehicle": {
"id": "1304",
"label": "1304"
}
}
},
{
"id": "1855344",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777891200"
},
"stopId": "0:PRILLE2",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "89",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855344"
}
}
},
{
"id": "1855345",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777894380"
},
"stopId": "0:PRILLE2",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "89",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855345"
}
}
},
{
"id": "1853903",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777893540",
"uncertainty": 120
},
"stopId": "0:INTJOBA2",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "16",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853903"
}
}
},
{
"id": "1853940",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777890900",
"uncertainty": 120
},
"stopId": "0:PLFRANC1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777890992",
"uncertainty": 120
},
"departure": {
"time": "1777890992",
"uncertainty": 120
},
"stopId": "0:COTEAUX1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777891055",
"uncertainty": 120
},
"departure": {
"time": "1777891055",
"uncertainty": 120
},
"stopId": "0:WOIPHOT1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777891121",
"uncertainty": 120
},
"departure": {
"time": "1777891121",
"uncertainty": 120
},
"stopId": "0:JUNGLIN1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777891160",
"uncertainty": 120
},
"departure": {
"time": "1777891160",
"uncertainty": 120
},
"stopId": "0:GAREWOI1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777891260",
"uncertainty": 120
},
"departure": {
"time": "1777891260",
"uncertainty": 120
},
"stopId": "0:GAMBETT2",
"stopSequence": 6
},
{
"arrival": {
"time": "1777891302",
"uncertainty": 120
},
"departure": {
"time": "1777891302",
"uncertainty": 120
},
"stopId": "0:RUISSEA2",
"stopSequence": 7
},
{
"arrival": {
"time": "1777891378",
"uncertainty": 120
},
"departure": {
"time": "1777891378",
"uncertainty": 120
},
"stopId": "0:CHAPITR1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777891459",
"uncertainty": 120
},
"departure": {
"time": "1777891459",
"uncertainty": 120
},
"stopId": "0:POULMAI1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777891540",
"uncertainty": 120
},
"departure": {
"time": "1777891540",
"uncertainty": 120
},
"stopId": "0:ROGET1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777891592",
"uncertainty": 120
},
"departure": {
"time": "1777891592",
"uncertainty": 120
},
"stopId": "0:2FONTAI1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777891649",
"uncertainty": 120
},
"departure": {
"time": "1777891649",
"uncertainty": 120
},
"stopId": "0:CHARDIN1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777891708",
"uncertainty": 120
},
"departure": {
"time": "1777891708",
"uncertainty": 120
},
"stopId": "0:BOILEAU1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777891888",
"uncertainty": 120
},
"stopId": "0:INTJOBA1",
"stopSequence": 14
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "16",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853940"
},
"vehicle": {
"id": "891",
"label": "891"
}
}
},
{
"id": "1853941",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777892220",
"uncertainty": 120
},
"stopId": "0:PLFRANC1",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "16",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853941"
}
}
},
{
"id": "1853942",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777893540",
"uncertainty": 120
},
"stopId": "0:PLFRANC1",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "16",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853942"
}
}
},
{
"id": "1855408",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777894560"
},
"stopId": "0:MOULI275",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "90",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855408"
}
}
},
{
"id": "1855397",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777892820"
},
"stopId": "0:VAUXMAI1",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "90",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855397"
}
}
},
{
"id": "1855446",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1777892392"
},
"departure": {
"time": "1777892392"
},
"stopId": "0:GARGAN02"
},
{
"departure": {
"time": "1777892340"
},
"stopId": "0:PELTRE1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777892401",
"uncertainty": 120
},
"departure": {
"time": "1777892401",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:GARGAN01",
"stopSequence": 2
},
{
"arrival": {
"time": "1777892460",
"uncertainty": 120
},
"departure": {
"time": "1777892460",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:PEUMONT1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777892680",
"uncertainty": 120
},
"departure": {
"time": "1777892680",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:MERMAT01",
"stopSequence": 4
},
{
"arrival": {
"time": "1777892760",
"uncertainty": 120
},
"departure": {
"time": "1777892760",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:HMERCY2",
"stopSequence": 5
},
{
"arrival": {
"time": "1777893060",
"uncertainty": 120
},
"departure": {
"time": "1777893060",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:VALLONS2",
"stopSequence": 6
},
{
"arrival": {
"time": "1777893146",
"uncertainty": 120
},
"departure": {
"time": "1777893146",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:PASSERE1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777893241",
"uncertainty": 120
},
"departure": {
"time": "1777893241",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:JURY1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777893283",
"uncertainty": 120
},
"departure": {
"time": "1777893283",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:CORBON1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777893322",
"uncertainty": 120
},
"departure": {
"time": "1777893322",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:JURY2",
"stopSequence": 10
},
{
"arrival": {
"time": "1777893420",
"uncertainty": 120
},
"departure": {
"time": "1777893420",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:PTIJURY2",
"stopSequence": 11
},
{
"arrival": {
"time": "1777893720",
"uncertainty": 120
},
"departure": {
"time": "1777893720",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:FRONTIG1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777893802",
"uncertainty": 120
},
"departure": {
"time": "1777893802",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:LANCEUM1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777893900",
"uncertainty": 120
},
"departure": {
"time": "1777893900",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:TARREAU1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777893960",
"uncertainty": 120
},
"departure": {
"time": "1777893960",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:MECLEUV1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777894380",
"uncertainty": 120
},
"departure": {
"time": "1777894380",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:CHESNYM3",
"stopSequence": 16
},
{
"arrival": {
"time": "1777894421",
"uncertainty": 120
},
"departure": {
"time": "1777894421",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:VCANADI1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777894703",
"uncertainty": 120
},
"departure": {
"time": "1777894703",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:ZACPEL01",
"stopSequence": 18
},
{
"arrival": {
"time": "1777892605"
},
"stopId": "0:PELTRE1",
"stopSequence": 19
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "92",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855446"
}
}
},
{
"id": "1854044",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777894260",
"uncertainty": 120
},
"stopId": "0:WOI01",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854044"
}
}
},
{
"id": "1854040",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777889432",
"uncertainty": 120
},
"stopId": "0:WOI01",
"stopSequence": 1
},
{
"arrival": {
"time": "1777889460",
"uncertainty": 120
},
"departure": {
"time": "1777889462",
"uncertainty": 120
},
"stopId": "0:FON01",
"stopSequence": 2
},
{
"arrival": {
"time": "1777889552",
"uncertainty": 120
},
"departure": {
"time": "1777889552",
"uncertainty": 120
},
"stopId": "0:CHA01",
"stopSequence": 3
},
{
"arrival": {
"time": "1777889652",
"uncertainty": 120
},
"departure": {
"time": "1777889672",
"uncertainty": 120
},
"stopId": "0:ROU01",
"stopSequence": 4
},
{
"arrival": {
"time": "1777889754",
"uncertainty": 120
},
"departure": {
"time": "1777889762",
"uncertainty": 120
},
"stopId": "0:JOB01",
"stopSequence": 5
},
{
"arrival": {
"time": "1777889892",
"uncertainty": 120
},
"departure": {
"time": "1777889912",
"uncertainty": 120
},
"stopId": "0:CAS01",
"stopSequence": 6
},
{
"arrival": {
"time": "1777889972",
"uncertainty": 120
},
"departure": {
"time": "1777890002",
"uncertainty": 120
},
"stopId": "0:BER01",
"stopSequence": 7
},
{
"arrival": {
"time": "1777890067",
"uncertainty": 120
},
"departure": {
"time": "1777890067",
"uncertainty": 120
},
"stopId": "0:ROC01",
"stopSequence": 8
},
{
"arrival": {
"time": "1777890152",
"uncertainty": 120
},
"departure": {
"time": "1777890152",
"uncertainty": 120
},
"stopId": "0:PON01",
"stopSequence": 9
},
{
"arrival": {
"time": "1777890242",
"uncertainty": 120
},
"departure": {
"time": "1777890242",
"uncertainty": 120
},
"stopId": "0:VIN01",
"stopSequence": 10
},
{
"arrival": {
"time": "1777890323",
"uncertainty": 120
},
"departure": {
"time": "1777890332",
"uncertainty": 120
},
"stopId": "0:LUX01",
"stopSequence": 11
},
{
"arrival": {
"time": "1777890422",
"uncertainty": 120
},
"departure": {
"time": "1777890422",
"uncertainty": 120
},
"stopId": "0:MOY01",
"stopSequence": 12
},
{
"arrival": {
"time": "1777890568",
"uncertainty": 120
},
"departure": {
"time": "1777890602",
"uncertainty": 120
},
"stopId": "0:REP01",
"stopSequence": 13
},
{
"arrival": {
"time": "1777890667",
"uncertainty": 120
},
"departure": {
"time": "1777890692",
"uncertainty": 120
},
"stopId": "0:ROI01",
"stopSequence": 14
},
{
"arrival": {
"time": "1777890782",
"uncertainty": 120
},
"departure": {
"time": "1777890842",
"uncertainty": 120
},
"stopId": "0:GAR01",
"stopSequence": 15
},
{
"arrival": {
"time": "1777890879",
"uncertainty": 120
},
"departure": {
"time": "1777890902",
"uncertainty": 120
},
"stopId": "0:POM01",
"stopSequence": 16
},
{
"arrival": {
"time": "1777890973",
"uncertainty": 120
},
"departure": {
"time": "1777890992",
"uncertainty": 120
},
"stopId": "0:SEI01",
"stopSequence": 17
},
{
"arrival": {
"time": "1777891060",
"uncertainty": 120
},
"departure": {
"time": "1777891060",
"uncertainty": 120
},
"stopId": "0:LEG01",
"stopSequence": 18
},
{
"arrival": {
"time": "1777891143",
"uncertainty": 120
},
"departure": {
"time": "1777891143",
"uncertainty": 120
},
"stopId": "0:ALC01",
"stopSequence": 19
},
{
"arrival": {
"time": "1777891205",
"uncertainty": 120
},
"departure": {
"time": "1777891205",
"uncertainty": 120
},
"stopId": "0:CIM01",
"stopSequence": 20
},
{
"arrival": {
"time": "1777891297",
"uncertainty": 120
},
"departure": {
"time": "1777891297",
"uncertainty": 120
},
"stopId": "0:BEL01",
"stopSequence": 21
},
{
"arrival": {
"time": "1777891380",
"uncertainty": 120
},
"departure": {
"time": "1777891380",
"uncertainty": 120
},
"stopId": "0:PRO01",
"stopSequence": 22
},
{
"arrival": {
"time": "1777891463",
"uncertainty": 120
},
"departure": {
"time": "1777891463",
"uncertainty": 120
},
"stopId": "0:BOR01",
"stopSequence": 23
},
{
"arrival": {
"time": "1777891529",
"uncertainty": 120
},
"departure": {
"time": "1777891529",
"uncertainty": 120
},
"stopId": "0:BLE01",
"stopSequence": 24
},
{
"arrival": {
"time": "1777891621",
"uncertainty": 120
},
"departure": {
"time": "1777891621",
"uncertainty": 120
},
"stopId": "0:SAR01",
"stopSequence": 25
},
{
"arrival": {
"time": "1777891704",
"uncertainty": 120
},
"departure": {
"time": "1777891704",
"uncertainty": 120
},
"stopId": "0:FEI01",
"stopSequence": 26
},
{
"arrival": {
"time": "1777891791",
"uncertainty": 120
},
"departure": {
"time": "1777891791",
"uncertainty": 120
},
"stopId": "0:SER01",
"stopSequence": 27
},
{
"arrival": {
"time": "1777891959",
"uncertainty": 120
},
"stopId": "0:HSCHUMA2",
"stopSequence": 28
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854040"
},
"vehicle": {
"id": "1308",
"label": "1308"
}
}
},
{
"id": "1854041",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777890632",
"uncertainty": 120
},
"stopId": "0:WOI01",
"stopSequence": 1
},
{
"arrival": {
"time": "1777890656",
"uncertainty": 120
},
"departure": {
"time": "1777890662",
"uncertainty": 120
},
"stopId": "0:FON01",
"stopSequence": 2
},
{
"arrival": {
"time": "1777890722",
"uncertainty": 120
},
"departure": {
"time": "1777890722",
"uncertainty": 120
},
"stopId": "0:CHA01",
"stopSequence": 3
},
{
"arrival": {
"time": "1777890812",
"uncertainty": 120
},
"departure": {
"time": "1777890842",
"uncertainty": 120
},
"stopId": "0:ROU01",
"stopSequence": 4
},
{
"arrival": {
"time": "1777890928",
"uncertainty": 120
},
"departure": {
"time": "1777890932",
"uncertainty": 120
},
"stopId": "0:JOB01",
"stopSequence": 5
},
{
"arrival": {
"time": "1777891073",
"uncertainty": 120
},
"departure": {
"time": "1777891073",
"uncertainty": 120
},
"stopId": "0:CAS01",
"stopSequence": 6
},
{
"arrival": {
"time": "1777891134",
"uncertainty": 120
},
"departure": {
"time": "1777891134",
"uncertainty": 120
},
"stopId": "0:BER01",
"stopSequence": 7
},
{
"arrival": {
"time": "1777891202",
"uncertainty": 120
},
"departure": {
"time": "1777891202",
"uncertainty": 120
},
"stopId": "0:ROC01",
"stopSequence": 8
},
{
"arrival": {
"time": "1777891267",
"uncertainty": 120
},
"departure": {
"time": "1777891267",
"uncertainty": 120
},
"stopId": "0:PON01",
"stopSequence": 9
},
{
"arrival": {
"time": "1777891360",
"uncertainty": 120
},
"departure": {
"time": "1777891360",
"uncertainty": 120
},
"stopId": "0:VIN01",
"stopSequence": 10
},
{
"arrival": {
"time": "1777891440",
"uncertainty": 120
},
"departure": {
"time": "1777891440",
"uncertainty": 120
},
"stopId": "0:LUX01",
"stopSequence": 11
},
{
"arrival": {
"time": "1777891531",
"uncertainty": 120
},
"departure": {
"time": "1777891531",
"uncertainty": 120
},
"stopId": "0:MOY01",
"stopSequence": 12
},
{
"arrival": {
"time": "1777891680",
"uncertainty": 120
},
"departure": {
"time": "1777891680",
"uncertainty": 120
},
"stopId": "0:REP01",
"stopSequence": 13
},
{
"arrival": {
"time": "1777891753",
"uncertainty": 120
},
"departure": {
"time": "1777891753",
"uncertainty": 120
},
"stopId": "0:ROI01",
"stopSequence": 14
},
{
"arrival": {
"time": "1777891845",
"uncertainty": 120
},
"departure": {
"time": "1777891845",
"uncertainty": 120
},
"stopId": "0:GAR01",
"stopSequence": 15
},
{
"arrival": {
"time": "1777891886",
"uncertainty": 120
},
"departure": {
"time": "1777891886",
"uncertainty": 120
},
"stopId": "0:POM01",
"stopSequence": 16
},
{
"arrival": {
"time": "1777891949",
"uncertainty": 120
},
"departure": {
"time": "1777891949",
"uncertainty": 120
},
"stopId": "0:SEI01",
"stopSequence": 17
},
{
"arrival": {
"time": "1777892017",
"uncertainty": 120
},
"departure": {
"time": "1777892017",
"uncertainty": 120
},
"stopId": "0:LEG01",
"stopSequence": 18
},
{
"arrival": {
"time": "1777892100",
"uncertainty": 120
},
"departure": {
"time": "1777892100",
"uncertainty": 120
},
"stopId": "0:ALC01",
"stopSequence": 19
},
{
"arrival": {
"time": "1777892162",
"uncertainty": 120
},
"departure": {
"time": "1777892162",
"uncertainty": 120
},
"stopId": "0:CIM01",
"stopSequence": 20
},
{
"arrival": {
"time": "1777892254",
"uncertainty": 120
},
"departure": {
"time": "1777892254",
"uncertainty": 120
},
"stopId": "0:BEL01",
"stopSequence": 21
},
{
"arrival": {
"time": "1777892339",
"uncertainty": 120
},
"departure": {
"time": "1777892339",
"uncertainty": 120
},
"stopId": "0:PRO01",
"stopSequence": 22
},
{
"arrival": {
"time": "1777892399",
"uncertainty": 120
},
"departure": {
"time": "1777892399",
"uncertainty": 120
},
"stopId": "0:BOR01",
"stopSequence": 23
},
{
"arrival": {
"time": "1777892471",
"uncertainty": 120
},
"departure": {
"time": "1777892471",
"uncertainty": 120
},
"stopId": "0:BLE01",
"stopSequence": 24
},
{
"arrival": {
"time": "1777892584",
"uncertainty": 120
},
"departure": {
"time": "1777892584",
"uncertainty": 120
},
"stopId": "0:SAR01",
"stopSequence": 25
},
{
"arrival": {
"time": "1777892699",
"uncertainty": 120
},
"departure": {
"time": "1777892699",
"uncertainty": 120
},
"stopId": "0:FEI01",
"stopSequence": 26
},
{
"arrival": {
"time": "1777892762",
"uncertainty": 120
},
"departure": {
"time": "1777892762",
"uncertainty": 120
},
"stopId": "0:SER01",
"stopSequence": 27
},
{
"arrival": {
"time": "1777892930",
"uncertainty": 120
},
"stopId": "0:HSCHUMA2",
"stopSequence": 28
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854041"
},
"vehicle": {
"id": "1315",
"label": "1315"
}
}
},
{
"id": "1854042",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777891860",
"uncertainty": 120
},
"stopId": "0:WOI01",
"stopSequence": 1
},
{
"arrival": {
"time": "1777891885",
"uncertainty": 120
},
"departure": {
"time": "1777891885",
"uncertainty": 120
},
"stopId": "0:FON01",
"stopSequence": 2
},
{
"arrival": {
"time": "1777891950",
"uncertainty": 120
},
"departure": {
"time": "1777891950",
"uncertainty": 120
},
"stopId": "0:CHA01",
"stopSequence": 3
},
{
"arrival": {
"time": "1777892042",
"uncertainty": 120
},
"departure": {
"time": "1777892042",
"uncertainty": 120
},
"stopId": "0:ROU01",
"stopSequence": 4
},
{
"arrival": {
"time": "1777892131",
"uncertainty": 120
},
"departure": {
"time": "1777892131",
"uncertainty": 120
},
"stopId": "0:JOB01",
"stopSequence": 5
},
{
"arrival": {
"time": "1777892261",
"uncertainty": 120
},
"departure": {
"time": "1777892261",
"uncertainty": 120
},
"stopId": "0:CAS01",
"stopSequence": 6
},
{
"arrival": {
"time": "1777892323",
"uncertainty": 120
},
"departure": {
"time": "1777892323",
"uncertainty": 120
},
"stopId": "0:BER01",
"stopSequence": 7
},
{
"arrival": {
"time": "1777892417",
"uncertainty": 120
},
"departure": {
"time": "1777892417",
"uncertainty": 120
},
"stopId": "0:ROC01",
"stopSequence": 8
},
{
"arrival": {
"time": "1777892490",
"uncertainty": 120
},
"departure": {
"time": "1777892490",
"uncertainty": 120
},
"stopId": "0:PON01",
"stopSequence": 9
},
{
"arrival": {
"time": "1777892609",
"uncertainty": 120
},
"departure": {
"time": "1777892609",
"uncertainty": 120
},
"stopId": "0:VIN01",
"stopSequence": 10
},
{
"arrival": {
"time": "1777892677",
"uncertainty": 120
},
"departure": {
"time": "1777892677",
"uncertainty": 120
},
"stopId": "0:LUX01",
"stopSequence": 11
},
{
"arrival": {
"time": "1777892773",
"uncertainty": 120
},
"departure": {
"time": "1777892773",
"uncertainty": 120
},
"stopId": "0:MOY01",
"stopSequence": 12
},
{
"arrival": {
"time": "1777892915",
"uncertainty": 120
},
"departure": {
"time": "1777892915",
"uncertainty": 120
},
"stopId": "0:REP01",
"stopSequence": 13
},
{
"arrival": {
"time": "1777893049",
"uncertainty": 120
},
"departure": {
"time": "1777893049",
"uncertainty": 120
},
"stopId": "0:ROI01",
"stopSequence": 14
},
{
"arrival": {
"time": "1777893155",
"uncertainty": 120
},
"departure": {
"time": "1777893155",
"uncertainty": 120
},
"stopId": "0:GAR01",
"stopSequence": 15
},
{
"arrival": {
"time": "1777893229",
"uncertainty": 120
},
"departure": {
"time": "1777893229",
"uncertainty": 120
},
"stopId": "0:POM01",
"stopSequence": 16
},
{
"arrival": {
"time": "1777893312",
"uncertainty": 120
},
"departure": {
"time": "1777893312",
"uncertainty": 120
},
"stopId": "0:SEI01",
"stopSequence": 17
},
{
"arrival": {
"time": "1777893395",
"uncertainty": 120
},
"departure": {
"time": "1777893395",
"uncertainty": 120
},
"stopId": "0:LEG01",
"stopSequence": 18
},
{
"arrival": {
"time": "1777893484",
"uncertainty": 120
},
"departure": {
"time": "1777893484",
"uncertainty": 120
},
"stopId": "0:ALC01",
"stopSequence": 19
},
{
"arrival": {
"time": "1777893560",
"uncertainty": 120
},
"departure": {
"time": "1777893560",
"uncertainty": 120
},
"stopId": "0:CIM01",
"stopSequence": 20
},
{
"arrival": {
"time": "1777893667",
"uncertainty": 120
},
"departure": {
"time": "1777893667",
"uncertainty": 120
},
"stopId": "0:BEL01",
"stopSequence": 21
},
{
"arrival": {
"time": "1777893755",
"uncertainty": 120
},
"departure": {
"time": "1777893755",
"uncertainty": 120
},
"stopId": "0:PRO01",
"stopSequence": 22
},
{
"arrival": {
"time": "1777893817",
"uncertainty": 120
},
"departure": {
"time": "1777893817",
"uncertainty": 120
},
"stopId": "0:BOR01",
"stopSequence": 23
},
{
"arrival": {
"time": "1777893892",
"uncertainty": 120
},
"departure": {
"time": "1777893892",
"uncertainty": 120
},
"stopId": "0:BLE01",
"stopSequence": 24
},
{
"arrival": {
"time": "1777894005",
"uncertainty": 120
},
"departure": {
"time": "1777894005",
"uncertainty": 120
},
"stopId": "0:SAR01",
"stopSequence": 25
},
{
"arrival": {
"time": "1777894120",
"uncertainty": 120
},
"departure": {
"time": "1777894120",
"uncertainty": 120
},
"stopId": "0:FEI01",
"stopSequence": 26
},
{
"arrival": {
"time": "1777894183",
"uncertainty": 120
},
"departure": {
"time": "1777894183",
"uncertainty": 120
},
"stopId": "0:SER01",
"stopSequence": 27
},
{
"arrival": {
"time": "1777894351",
"uncertainty": 120
},
"stopId": "0:HSCHUMA2",
"stopSequence": 28
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854042"
}
}
},
{
"id": "1854043",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777893060",
"uncertainty": 120
},
"stopId": "0:WOI01",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854043"
}
}
},
{
"id": "1855473",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777891320",
"uncertainty": 120
},
"stopId": "0:PELTRE2",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "93",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855473"
}
}
},
{
"id": "1855474",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777894020",
"uncertainty": 120
},
"stopId": "0:PELTRE2",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "93",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855474"
}
}
},
{
"id": "2050646",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777893240"
},
"stopId": "0:MAHIRE1",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "113",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_12050646"
}
}
},
{
"id": "1854039",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777888266",
"uncertainty": 120
},
"stopId": "0:WOI01",
"stopSequence": 1
},
{
"arrival": {
"time": "1777888301",
"uncertainty": 120
},
"departure": {
"time": "1777888344",
"uncertainty": 120
},
"stopId": "0:FON01",
"stopSequence": 2
},
{
"arrival": {
"time": "1777888408",
"uncertainty": 120
},
"departure": {
"time": "1777888412",
"uncertainty": 120
},
"stopId": "0:CHA01",
"stopSequence": 3
},
{
"arrival": {
"time": "1777888502",
"uncertainty": 120
},
"departure": {
"time": "1777888502",
"uncertainty": 120
},
"stopId": "0:ROU01",
"stopSequence": 4
},
{
"arrival": {
"time": "1777888600",
"uncertainty": 120
},
"departure": {
"time": "1777888623",
"uncertainty": 120
},
"stopId": "0:JOB01",
"stopSequence": 5
},
{
"arrival": {
"time": "1777888731",
"uncertainty": 120
},
"departure": {
"time": "1777888742",
"uncertainty": 120
},
"stopId": "0:CAS01",
"stopSequence": 6
},
{
"arrival": {
"time": "1777888831",
"uncertainty": 120
},
"departure": {
"time": "1777888832",
"uncertainty": 120
},
"stopId": "0:BER01",
"stopSequence": 7
},
{
"arrival": {
"time": "1777888915",
"uncertainty": 120
},
"departure": {
"time": "1777888920",
"uncertainty": 120
},
"stopId": "0:ROC01",
"stopSequence": 8
},
{
"arrival": {
"time": "1777889008",
"uncertainty": 120
},
"departure": {
"time": "1777889012",
"uncertainty": 120
},
"stopId": "0:PON01",
"stopSequence": 9
},
{
"arrival": {
"time": "1777889102",
"uncertainty": 120
},
"departure": {
"time": "1777889132",
"uncertainty": 120
},
"stopId": "0:VIN01",
"stopSequence": 10
},
{
"arrival": {
"time": "1777889207",
"uncertainty": 120
},
"departure": {
"time": "1777889222",
"uncertainty": 120
},
"stopId": "0:LUX01",
"stopSequence": 11
},
{
"arrival": {
"time": "1777889312",
"uncertainty": 120
},
"departure": {
"time": "1777889342",
"uncertainty": 120
},
"stopId": "0:MOY01",
"stopSequence": 12
},
{
"arrival": {
"time": "1777889492",
"uncertainty": 120
},
"departure": {
"time": "1777889552",
"uncertainty": 120
},
"stopId": "0:REP01",
"stopSequence": 13
},
{
"arrival": {
"time": "1777889635",
"uncertainty": 120
},
"departure": {
"time": "1777889672",
"uncertainty": 120
},
"stopId": "0:ROI01",
"stopSequence": 14
},
{
"arrival": {
"time": "1777889762",
"uncertainty": 120
},
"departure": {
"time": "1777889822",
"uncertainty": 120
},
"stopId": "0:GAR01",
"stopSequence": 15
},
{
"arrival": {
"time": "1777889877",
"uncertainty": 120
},
"departure": {
"time": "1777889912",
"uncertainty": 120
},
"stopId": "0:POM01",
"stopSequence": 16
},
{
"arrival": {
"time": "1777889973",
"uncertainty": 120
},
"departure": {
"time": "1777889973",
"uncertainty": 120
},
"stopId": "0:SEI01",
"stopSequence": 17
},
{
"arrival": {
"time": "1777890058",
"uncertainty": 120
},
"departure": {
"time": "1777890062",
"uncertainty": 120
},
"stopId": "0:LEG01",
"stopSequence": 18
},
{
"arrival": {
"time": "1777890140",
"uncertainty": 120
},
"departure": {
"time": "1777890153",
"uncertainty": 120
},
"stopId": "0:ALC01",
"stopSequence": 19
},
{
"arrival": {
"time": "1777890235",
"uncertainty": 120
},
"departure": {
"time": "1777890242",
"uncertainty": 120
},
"stopId": "0:CIM01",
"stopSequence": 20
},
{
"arrival": {
"time": "1777890341",
"uncertainty": 120
},
"departure": {
"time": "1777890362",
"uncertainty": 120
},
"stopId": "0:BEL01",
"stopSequence": 21
},
{
"arrival": {
"time": "1777890420",
"uncertainty": 120
},
"departure": {
"time": "1777890422",
"uncertainty": 120
},
"stopId": "0:PRO01",
"stopSequence": 22
},
{
"arrival": {
"time": "1777890507",
"uncertainty": 120
},
"departure": {
"time": "1777890507",
"uncertainty": 120
},
"stopId": "0:BOR01",
"stopSequence": 23
},
{
"arrival": {
"time": "1777890572",
"uncertainty": 120
},
"departure": {
"time": "1777890602",
"uncertainty": 120
},
"stopId": "0:BLE01",
"stopSequence": 24
},
{
"arrival": {
"time": "1777890691",
"uncertainty": 120
},
"departure": {
"time": "1777890692",
"uncertainty": 120
},
"stopId": "0:SAR01",
"stopSequence": 25
},
{
"arrival": {
"time": "1777890771",
"uncertainty": 120
},
"departure": {
"time": "1777890782",
"uncertainty": 120
},
"stopId": "0:FEI01",
"stopSequence": 26
},
{
"arrival": {
"time": "1777890872",
"uncertainty": 120
},
"departure": {
"time": "1777890872",
"uncertainty": 120
},
"stopId": "0:SER01",
"stopSequence": 27
},
{
"arrival": {
"time": "1777891014",
"uncertainty": 120
},
"stopId": "0:HSCHUMA2",
"stopSequence": 28
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854039"
},
"vehicle": {
"id": "1319",
"label": "1319"
}
}
},
{
"id": "2050641",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777894080"
},
"stopId": "0:FAUBOUP3",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "113",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_12050641"
}
}
},
{
"id": "1856336",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777893900",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "84b",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11856336"
}
}
},
{
"id": "1853508",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777889220",
"uncertainty": 120
},
"stopId": "0:ARP309",
"stopSequence": 1
},
{
"arrival": {
"time": "1777889265",
"uncertainty": 120
},
"departure": {
"time": "1777889265",
"uncertainty": 120
},
"stopId": "0:HTMAGNY1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777889371",
"uncertainty": 120
},
"departure": {
"time": "1777889371",
"uncertainty": 120
},
"stopId": "0:BEAUSOL1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777889419",
"uncertainty": 120
},
"departure": {
"time": "1777889419",
"uncertainty": 120
},
"stopId": "0:ARMOISI1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777889454",
"uncertainty": 120
},
"departure": {
"time": "1777889461",
"uncertainty": 120
},
"stopId": "0:OBELLI01",
"stopSequence": 5
},
{
"arrival": {
"time": "1777889491",
"uncertainty": 120
},
"departure": {
"time": "1777889491",
"uncertainty": 120
},
"stopId": "0:MAGNYBO1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777889579",
"uncertainty": 120
},
"departure": {
"time": "1777889581",
"uncertainty": 120
},
"stopId": "0:ROOSEVE1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777889623",
"uncertainty": 120
},
"departure": {
"time": "1777889641",
"uncertainty": 120
},
"stopId": "0:PLAINE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777889680",
"uncertainty": 120
},
"departure": {
"time": "1777889680",
"uncertainty": 120
},
"stopId": "0:APREMON1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777889731",
"uncertainty": 120
},
"departure": {
"time": "1777889731",
"uncertainty": 120
},
"stopId": "0:PLATEAU1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777889766",
"uncertainty": 120
},
"departure": {
"time": "1777889766",
"uncertainty": 120
},
"stopId": "0:FAUBOUP1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777889851",
"uncertainty": 120
},
"departure": {
"time": "1777889851",
"uncertainty": 120
},
"stopId": "0:FRECOT1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777889875",
"uncertainty": 120
},
"departure": {
"time": "1777889880",
"uncertainty": 120
},
"stopId": "0:BOUCHOT1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777889975",
"uncertainty": 120
},
"departure": {
"time": "1777889975",
"uncertainty": 120
},
"stopId": "0:VANDERN1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777890031",
"uncertainty": 120
},
"departure": {
"time": "1777890031",
"uncertainty": 120
},
"stopId": "0:POLY01",
"stopSequence": 15
},
{
"arrival": {
"time": "1777890060",
"uncertainty": 120
},
"departure": {
"time": "1777890060",
"uncertainty": 120
},
"stopId": "0:LOTHAIR1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777890151",
"uncertainty": 120
},
"departure": {
"time": "1777890151",
"uncertainty": 120
},
"stopId": "0:LEMUD03",
"stopSequence": 17
},
{
"arrival": {
"time": "1777890222",
"uncertainty": 120
},
"departure": {
"time": "1777890222",
"uncertainty": 120
},
"stopId": "0:DEMBOUR1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777890349",
"uncertainty": 120
},
"departure": {
"time": "1777890368",
"uncertainty": 120
},
"stopId": "0:POME",
"stopSequence": 19
},
{
"arrival": {
"time": "1777890511",
"uncertainty": 120
},
"departure": {
"time": "1777890541",
"uncertainty": 120
},
"stopId": "0:GARGE",
"stopSequence": 20
},
{
"arrival": {
"time": "1777890601",
"uncertainty": 120
},
"departure": {
"time": "1777890631",
"uncertainty": 120
},
"stopId": "0:ROIGE695",
"stopSequence": 21
},
{
"arrival": {
"time": "1777890744",
"uncertainty": 120
},
"departure": {
"time": "1777890811",
"uncertainty": 120
},
"stopId": "0:REPBW",
"stopSequence": 22
},
{
"arrival": {
"time": "1777890991",
"uncertainty": 120
},
"departure": {
"time": "1777891021",
"uncertainty": 120
},
"stopId": "0:LUXS",
"stopSequence": 23
},
{
"arrival": {
"time": "1777891098",
"uncertainty": 120
},
"departure": {
"time": "1777891098",
"uncertainty": 120
},
"stopId": "0:FMOSELL2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777891176",
"uncertainty": 120
},
"departure": {
"time": "1777891176",
"uncertainty": 120
},
"stopId": "0:TIGNO266",
"stopSequence": 25
},
{
"arrival": {
"time": "1777891270",
"uncertainty": 120
},
"departure": {
"time": "1777891270",
"uncertainty": 120
},
"stopId": "0:SMARTIN2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777891339",
"uncertainty": 120
},
"departure": {
"time": "1777891339",
"uncertainty": 120
},
"stopId": "0:FOCH2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777891376",
"uncertainty": 120
},
"departure": {
"time": "1777891376",
"uncertainty": 120
},
"stopId": "0:PONTVER2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777891438",
"uncertainty": 120
},
"departure": {
"time": "1777891438",
"uncertainty": 120
},
"stopId": "0:CASINO2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777891491",
"uncertainty": 120
},
"departure": {
"time": "1777891491",
"uncertainty": 120
},
"stopId": "0:MIGETTE2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777891549",
"uncertainty": 120
},
"departure": {
"time": "1777891549",
"uncertainty": 120
},
"stopId": "0:LONGEVI2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777891611",
"uncertainty": 120
},
"departure": {
"time": "1777891611",
"uncertainty": 120
},
"stopId": "0:LECLERC2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777891671",
"uncertainty": 120
},
"departure": {
"time": "1777891671",
"uncertainty": 120
},
"stopId": "0:PRILLE2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777891714",
"uncertainty": 120
},
"departure": {
"time": "1777891714",
"uncertainty": 120
},
"stopId": "0:SCYBAS2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777891746",
"uncertainty": 120
},
"departure": {
"time": "1777891746",
"uncertainty": 120
},
"stopId": "0:LIBERTE2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777891784",
"uncertainty": 120
},
"departure": {
"time": "1777891784",
"uncertainty": 120
},
"stopId": "0:MOULI275",
"stopSequence": 36
},
{
"arrival": {
"time": "1777891879",
"uncertainty": 120
},
"departure": {
"time": "1777891879",
"uncertainty": 120
},
"stopId": "0:STJEAN02",
"stopSequence": 37
},
{
"arrival": {
"time": "1777891933",
"uncertainty": 120
},
"departure": {
"time": "1777891933",
"uncertainty": 120
},
"stopId": "0:SERRET2",
"stopSequence": 38
},
{
"arrival": {
"time": "1777891945",
"uncertainty": 120
},
"departure": {
"time": "1777891945",
"uncertainty": 120
},
"stopId": "0:HAIEBRU2",
"stopSequence": 39
},
{
"arrival": {
"time": "1777892031",
"uncertainty": 120
},
"stopId": "0:MNVE1",
"stopSequence": 40
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853508"
},
"vehicle": {
"id": "2053",
"label": "2053"
}
}
},
{
"id": "1853509",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777890840",
"uncertainty": 120
},
"stopId": "0:ARP309",
"stopSequence": 1
},
{
"arrival": {
"time": "1777890896",
"uncertainty": 120
},
"departure": {
"time": "1777890912",
"uncertainty": 120
},
"stopId": "0:HTMAGNY1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777891011",
"uncertainty": 120
},
"departure": {
"time": "1777891021",
"uncertainty": 120
},
"stopId": "0:BEAUSOL1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777891063",
"uncertainty": 120
},
"departure": {
"time": "1777891063",
"uncertainty": 120
},
"stopId": "0:ARMOISI1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777891103",
"uncertainty": 120
},
"departure": {
"time": "1777891103",
"uncertainty": 120
},
"stopId": "0:OBELLI01",
"stopSequence": 5
},
{
"arrival": {
"time": "1777891134",
"uncertainty": 120
},
"departure": {
"time": "1777891134",
"uncertainty": 120
},
"stopId": "0:MAGNYBO1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777891212",
"uncertainty": 120
},
"departure": {
"time": "1777891212",
"uncertainty": 120
},
"stopId": "0:ROOSEVE1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777891259",
"uncertainty": 120
},
"departure": {
"time": "1777891259",
"uncertainty": 120
},
"stopId": "0:PLAINE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777891303",
"uncertainty": 120
},
"departure": {
"time": "1777891303",
"uncertainty": 120
},
"stopId": "0:APREMON1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777891353",
"uncertainty": 120
},
"departure": {
"time": "1777891353",
"uncertainty": 120
},
"stopId": "0:PLATEAU1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777891397",
"uncertainty": 120
},
"departure": {
"time": "1777891397",
"uncertainty": 120
},
"stopId": "0:FAUBOUP1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777891463",
"uncertainty": 120
},
"departure": {
"time": "1777891463",
"uncertainty": 120
},
"stopId": "0:FRECOT1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777891511",
"uncertainty": 120
},
"departure": {
"time": "1777891511",
"uncertainty": 120
},
"stopId": "0:BOUCHOT1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777891606",
"uncertainty": 120
},
"departure": {
"time": "1777891606",
"uncertainty": 120
},
"stopId": "0:VANDERN1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777891629",
"uncertainty": 120
},
"departure": {
"time": "1777891629",
"uncertainty": 120
},
"stopId": "0:POLY01",
"stopSequence": 15
},
{
"arrival": {
"time": "1777891660",
"uncertainty": 120
},
"departure": {
"time": "1777891660",
"uncertainty": 120
},
"stopId": "0:LOTHAIR1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777891760",
"uncertainty": 120
},
"departure": {
"time": "1777891760",
"uncertainty": 120
},
"stopId": "0:LEMUD03",
"stopSequence": 17
},
{
"arrival": {
"time": "1777891830",
"uncertainty": 120
},
"departure": {
"time": "1777891830",
"uncertainty": 120
},
"stopId": "0:DEMBOUR1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777891948",
"uncertainty": 120
},
"departure": {
"time": "1777891948",
"uncertainty": 120
},
"stopId": "0:POME",
"stopSequence": 19
},
{
"arrival": {
"time": "1777892090",
"uncertainty": 120
},
"departure": {
"time": "1777892090",
"uncertainty": 120
},
"stopId": "0:GARGE",
"stopSequence": 20
},
{
"arrival": {
"time": "1777892147",
"uncertainty": 120
},
"departure": {
"time": "1777892147",
"uncertainty": 120
},
"stopId": "0:ROIGE695",
"stopSequence": 21
},
{
"arrival": {
"time": "1777892246",
"uncertainty": 120
},
"departure": {
"time": "1777892246",
"uncertainty": 120
},
"stopId": "0:REPBW",
"stopSequence": 22
},
{
"arrival": {
"time": "1777892444",
"uncertainty": 120
},
"departure": {
"time": "1777892444",
"uncertainty": 120
},
"stopId": "0:LUXS",
"stopSequence": 23
},
{
"arrival": {
"time": "1777892575",
"uncertainty": 120
},
"departure": {
"time": "1777892575",
"uncertainty": 120
},
"stopId": "0:FMOSELL2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777892676",
"uncertainty": 120
},
"departure": {
"time": "1777892676",
"uncertainty": 120
},
"stopId": "0:TIGNO266",
"stopSequence": 25
},
{
"arrival": {
"time": "1777892815",
"uncertainty": 120
},
"departure": {
"time": "1777892815",
"uncertainty": 120
},
"stopId": "0:SMARTIN2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777892845",
"uncertainty": 120
},
"departure": {
"time": "1777892845",
"uncertainty": 120
},
"stopId": "0:FOCH2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777892894",
"uncertainty": 120
},
"departure": {
"time": "1777892894",
"uncertainty": 120
},
"stopId": "0:PONTVER2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777892956",
"uncertainty": 120
},
"departure": {
"time": "1777892956",
"uncertainty": 120
},
"stopId": "0:CASINO2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777893012",
"uncertainty": 120
},
"departure": {
"time": "1777893012",
"uncertainty": 120
},
"stopId": "0:MIGETTE2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777893055",
"uncertainty": 120
},
"departure": {
"time": "1777893055",
"uncertainty": 120
},
"stopId": "0:LONGEVI2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777893128",
"uncertainty": 120
},
"departure": {
"time": "1777893128",
"uncertainty": 120
},
"stopId": "0:LECLERC2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777893186",
"uncertainty": 120
},
"departure": {
"time": "1777893186",
"uncertainty": 120
},
"stopId": "0:PRILLE2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777893245",
"uncertainty": 120
},
"departure": {
"time": "1777893245",
"uncertainty": 120
},
"stopId": "0:SCYBAS2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777893290",
"uncertainty": 120
},
"departure": {
"time": "1777893290",
"uncertainty": 120
},
"stopId": "0:LIBERTE2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777893355",
"uncertainty": 120
},
"departure": {
"time": "1777893355",
"uncertainty": 120
},
"stopId": "0:MOULI275",
"stopSequence": 36
},
{
"arrival": {
"time": "1777893440",
"uncertainty": 120
},
"departure": {
"time": "1777893440",
"uncertainty": 120
},
"stopId": "0:STJEAN02",
"stopSequence": 37
},
{
"arrival": {
"time": "1777893524",
"uncertainty": 120
},
"departure": {
"time": "1777893524",
"uncertainty": 120
},
"stopId": "0:SERRET2",
"stopSequence": 38
},
{
"arrival": {
"time": "1777893569",
"uncertainty": 120
},
"departure": {
"time": "1777893569",
"uncertainty": 120
},
"stopId": "0:HAIEBRU2",
"stopSequence": 39
},
{
"arrival": {
"time": "1777893655",
"uncertainty": 120
},
"stopId": "0:MNVE1",
"stopSequence": 40
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853509"
},
"vehicle": {
"id": "2144",
"label": "2144"
}
}
},
{
"id": "1853510",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777892580",
"uncertainty": 120
},
"stopId": "0:ARP309",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853510"
}
}
},
{
"id": "1856840",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777888712",
"uncertainty": 120
},
"stopId": "0:MASLIEV1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777888784",
"uncertainty": 120
},
"departure": {
"time": "1777888784",
"uncertainty": 120
},
"stopId": "0:CHAULME1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777888823",
"uncertainty": 120
},
"departure": {
"time": "1777888823",
"uncertainty": 120
},
"stopId": "0:PENSEES1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777888857",
"uncertainty": 120
},
"departure": {
"time": "1777888857",
"uncertainty": 120
},
"stopId": "0:PINOTSM1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777888934",
"uncertainty": 120
},
"departure": {
"time": "1777888952",
"uncertainty": 120
},
"stopId": "0:NOUILLY1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777889026",
"uncertainty": 120
},
"departure": {
"time": "1777889026",
"uncertainty": 120
},
"stopId": "0:FALEE1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777889136",
"uncertainty": 120
},
"departure": {
"time": "1777889136",
"uncertainty": 120
},
"stopId": "0:MEYVIGN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777889252",
"uncertainty": 120
},
"departure": {
"time": "1777889252",
"uncertainty": 120
},
"stopId": "0:LMOULIN1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777889282",
"uncertainty": 120
},
"departure": {
"time": "1777889282",
"uncertainty": 120
},
"stopId": "0:FONNY1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777889327",
"uncertainty": 120
},
"departure": {
"time": "1777889327",
"uncertainty": 120
},
"stopId": "0:BARBE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777889399",
"uncertainty": 120
},
"departure": {
"time": "1777889402",
"uncertainty": 120
},
"stopId": "0:MANGENO1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777889445",
"uncertainty": 120
},
"departure": {
"time": "1777889445",
"uncertainty": 120
},
"stopId": "0:SAULNOI1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777889506",
"uncertainty": 120
},
"departure": {
"time": "1777889522",
"uncertainty": 120
},
"stopId": "0:JPJEAN1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777889582",
"uncertainty": 120
},
"departure": {
"time": "1777889582",
"uncertainty": 120
},
"stopId": "0:CORCHAD1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777889660",
"uncertainty": 120
},
"departure": {
"time": "1777889660",
"uncertainty": 120
},
"stopId": "0:JUGAN1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777889712",
"uncertainty": 120
},
"departure": {
"time": "1777889712",
"uncertainty": 120
},
"stopId": "0:JOUSSE1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777889764",
"uncertainty": 120
},
"departure": {
"time": "1777889764",
"uncertainty": 120
},
"stopId": "0:DUNANT1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777889839",
"uncertainty": 120
},
"departure": {
"time": "1777889853",
"uncertainty": 120
},
"stopId": "0:BILLOTT1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777889905",
"uncertainty": 120
},
"departure": {
"time": "1777889914",
"uncertainty": 120
},
"stopId": "0:TANNERI1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777890066",
"uncertainty": 120
},
"departure": {
"time": "1777890066",
"uncertainty": 120
},
"stopId": "0:ARSENAL1",
"stopSequence": 20
},
{
"arrival": {
"time": "1777890126",
"uncertainty": 120
},
"departure": {
"time": "1777890156",
"uncertainty": 120
},
"stopId": "0:FOURNIE1",
"stopSequence": 21
},
{
"arrival": {
"time": "1777890244",
"uncertainty": 120
},
"departure": {
"time": "1777890246",
"uncertainty": 120
},
"stopId": "0:TANNEUR1",
"stopSequence": 22
},
{
"arrival": {
"time": "1777890334",
"uncertainty": 120
},
"departure": {
"time": "1777890336",
"uncertainty": 120
},
"stopId": "0:PARAIGE1",
"stopSequence": 23
},
{
"arrival": {
"time": "1777890446",
"uncertainty": 120
},
"departure": {
"time": "1777890455",
"uncertainty": 120
},
"stopId": "0:MAZELLE1",
"stopSequence": 24
},
{
"arrival": {
"time": "1777890605",
"uncertainty": 120
},
"departure": {
"time": "1777890971",
"uncertainty": 120
},
"stopId": "0:GARCE",
"stopSequence": 25
},
{
"arrival": {
"time": "1777891040",
"uncertainty": 120
},
"departure": {
"time": "1777891040",
"uncertainty": 120
},
"stopId": "0:ROIGEO89",
"stopSequence": 26
},
{
"arrival": {
"time": "1777891251",
"uncertainty": 120
},
"departure": {
"time": "1777891251",
"uncertainty": 120
},
"stopId": "0:BONSEC2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777891375",
"uncertainty": 120
},
"departure": {
"time": "1777891375",
"uncertainty": 120
},
"stopId": "0:GENIE2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777891407",
"uncertainty": 120
},
"departure": {
"time": "1777891407",
"uncertainty": 120
},
"stopId": "0:BOTANIQ2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777891451",
"uncertainty": 120
},
"departure": {
"time": "1777891451",
"uncertainty": 120
},
"stopId": "0:EUROPAC2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777891510",
"uncertainty": 120
},
"departure": {
"time": "1777891510",
"uncertainty": 120
},
"stopId": "0:NATION2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777891617",
"uncertainty": 120
},
"departure": {
"time": "1777891617",
"uncertainty": 120
},
"stopId": "0:SCHAFF01",
"stopSequence": 32
},
{
"arrival": {
"time": "1777891713",
"uncertainty": 120
},
"departure": {
"time": "1777891713",
"uncertainty": 120
},
"stopId": "0:STLADRE2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777891770",
"uncertainty": 120
},
"departure": {
"time": "1777891770",
"uncertainty": 120
},
"stopId": "0:MERMOZ2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777891885",
"uncertainty": 120
},
"departure": {
"time": "1777891885",
"uncertainty": 120
},
"stopId": "0:SIMMI689",
"stopSequence": 35
},
{
"arrival": {
"time": "1777891984",
"uncertainty": 120
},
"departure": {
"time": "1777891984",
"uncertainty": 120
},
"stopId": "0:11AVIAT1",
"stopSequence": 36
},
{
"arrival": {
"time": "1777891994",
"uncertainty": 120
},
"departure": {
"time": "1777891994",
"uncertainty": 120
},
"stopId": "0:LUETTE1",
"stopSequence": 37
},
{
"arrival": {
"time": "1777892110",
"uncertainty": 120
},
"stopId": "0:COSTEBE3",
"stopSequence": 38
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "13",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11856840"
},
"vehicle": {
"id": "2432",
"label": "2432"
}
}
},
{
"id": "1853511",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777894380",
"uncertainty": 120
},
"stopId": "0:ARP309",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853511"
}
}
},
{
"id": "1856841",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777890600",
"uncertainty": 120
},
"stopId": "0:MASLIEV1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777890680",
"uncertainty": 120
},
"departure": {
"time": "1777890691",
"uncertainty": 120
},
"stopId": "0:CHAULME1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777890733",
"uncertainty": 120
},
"departure": {
"time": "1777890751",
"uncertainty": 120
},
"stopId": "0:PENSEES1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777890787",
"uncertainty": 120
},
"departure": {
"time": "1777890787",
"uncertainty": 120
},
"stopId": "0:PINOTSM1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777890864",
"uncertainty": 120
},
"departure": {
"time": "1777890871",
"uncertainty": 120
},
"stopId": "0:NOUILLY1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777890978",
"uncertainty": 120
},
"departure": {
"time": "1777890978",
"uncertainty": 120
},
"stopId": "0:FALEE1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777891080",
"uncertainty": 120
},
"departure": {
"time": "1777891080",
"uncertainty": 120
},
"stopId": "0:MEYVIGN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777891210",
"uncertainty": 120
},
"departure": {
"time": "1777891210",
"uncertainty": 120
},
"stopId": "0:LMOULIN1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777891245",
"uncertainty": 120
},
"departure": {
"time": "1777891245",
"uncertainty": 120
},
"stopId": "0:FONNY1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777891309",
"uncertainty": 120
},
"departure": {
"time": "1777891309",
"uncertainty": 120
},
"stopId": "0:BARBE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777891379",
"uncertainty": 120
},
"departure": {
"time": "1777891379",
"uncertainty": 120
},
"stopId": "0:MANGENO1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777891431",
"uncertainty": 120
},
"departure": {
"time": "1777891431",
"uncertainty": 120
},
"stopId": "0:SAULNOI1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777891491",
"uncertainty": 120
},
"departure": {
"time": "1777891491",
"uncertainty": 120
},
"stopId": "0:JPJEAN1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777891560",
"uncertainty": 120
},
"departure": {
"time": "1777891560",
"uncertainty": 120
},
"stopId": "0:CORCHAD1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777891623",
"uncertainty": 120
},
"departure": {
"time": "1777891623",
"uncertainty": 120
},
"stopId": "0:JUGAN1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777891697",
"uncertainty": 120
},
"departure": {
"time": "1777891697",
"uncertainty": 120
},
"stopId": "0:JOUSSE1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777891749",
"uncertainty": 120
},
"departure": {
"time": "1777891749",
"uncertainty": 120
},
"stopId": "0:DUNANT1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777891855",
"uncertainty": 120
},
"departure": {
"time": "1777891855",
"uncertainty": 120
},
"stopId": "0:BILLOTT1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777891920",
"uncertainty": 120
},
"departure": {
"time": "1777891920",
"uncertainty": 120
},
"stopId": "0:TANNERI1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777892118",
"uncertainty": 120
},
"departure": {
"time": "1777892118",
"uncertainty": 120
},
"stopId": "0:ARSENAL1",
"stopSequence": 20
},
{
"arrival": {
"time": "1777892188",
"uncertainty": 120
},
"departure": {
"time": "1777892188",
"uncertainty": 120
},
"stopId": "0:FOURNIE1",
"stopSequence": 21
},
{
"arrival": {
"time": "1777892317",
"uncertainty": 120
},
"departure": {
"time": "1777892317",
"uncertainty": 120
},
"stopId": "0:TANNEUR1",
"stopSequence": 22
},
{
"arrival": {
"time": "1777892400",
"uncertainty": 120
},
"departure": {
"time": "1777892400",
"uncertainty": 120
},
"stopId": "0:PARAIGE1",
"stopSequence": 23
},
{
"arrival": {
"time": "1777892505",
"uncertainty": 120
},
"departure": {
"time": "1777892505",
"uncertainty": 120
},
"stopId": "0:MAZELLE1",
"stopSequence": 24
},
{
"arrival": {
"time": "1777892700",
"uncertainty": 120
},
"departure": {
"time": "1777892700",
"uncertainty": 120
},
"stopId": "0:GARCE",
"stopSequence": 25
},
{
"arrival": {
"time": "1777892849",
"uncertainty": 120
},
"departure": {
"time": "1777892849",
"uncertainty": 120
},
"stopId": "0:ROIGEO89",
"stopSequence": 26
},
{
"arrival": {
"time": "1777893060",
"uncertainty": 120
},
"departure": {
"time": "1777893060",
"uncertainty": 120
},
"stopId": "0:BONSEC2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777893170",
"uncertainty": 120
},
"departure": {
"time": "1777893170",
"uncertainty": 120
},
"stopId": "0:GENIE2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777893215",
"uncertainty": 120
},
"departure": {
"time": "1777893215",
"uncertainty": 120
},
"stopId": "0:BOTANIQ2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777893284",
"uncertainty": 120
},
"departure": {
"time": "1777893284",
"uncertainty": 120
},
"stopId": "0:EUROPAC2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777893360",
"uncertainty": 120
},
"departure": {
"time": "1777893360",
"uncertainty": 120
},
"stopId": "0:NATION2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777893404",
"uncertainty": 120
},
"departure": {
"time": "1777893404",
"uncertainty": 120
},
"stopId": "0:SCHAFF01",
"stopSequence": 32
},
{
"arrival": {
"time": "1777893481",
"uncertainty": 120
},
"departure": {
"time": "1777893481",
"uncertainty": 120
},
"stopId": "0:STLADRE2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777893540",
"uncertainty": 120
},
"departure": {
"time": "1777893540",
"uncertainty": 120
},
"stopId": "0:MERMOZ2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777893702",
"uncertainty": 120
},
"departure": {
"time": "1777893702",
"uncertainty": 120
},
"stopId": "0:SIMMI689",
"stopSequence": 35
},
{
"arrival": {
"time": "1777893885",
"uncertainty": 120
},
"departure": {
"time": "1777893885",
"uncertainty": 120
},
"stopId": "0:11AVIAT1",
"stopSequence": 36
},
{
"arrival": {
"time": "1777893928",
"uncertainty": 120
},
"departure": {
"time": "1777893928",
"uncertainty": 120
},
"stopId": "0:LUETTE1",
"stopSequence": 37
},
{
"arrival": {
"time": "1777894020",
"uncertainty": 120
},
"stopId": "0:COSTEBE3",
"stopSequence": 38
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "13",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11856841"
},
"vehicle": {
"id": "2426",
"label": "2426"
}
}
},
{
"id": "1856842",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777892400",
"uncertainty": 120
},
"stopId": "0:MASLIEV1",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "13",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11856842"
}
}
},
{
"id": "1856843",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777894200",
"uncertainty": 120
},
"stopId": "0:MASLIEV1",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "13",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11856843"
}
}
},
{
"id": "2050681",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777891500",
"uncertainty": 120
},
"stopId": "0:FAUBOUP3",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "113",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_12050681"
}
}
},
{
"id": "1856368",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777892820",
"uncertainty": 120
},
"stopId": "0:GRIMONT1",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "6",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11856368"
}
}
},
{
"id": "1856369",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777894080",
"uncertainty": 120
},
"stopId": "0:GRIMONT1",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "6",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11856369"
}
}
},
{
"id": "1856364",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777888020",
"uncertainty": 120
},
"stopId": "0:GRIMONT1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777888081",
"uncertainty": 120
},
"departure": {
"time": "1777888081",
"uncertainty": 120
},
"stopId": "0:BOUZONV3",
"stopSequence": 2
},
{
"arrival": {
"time": "1777888141",
"uncertainty": 120
},
"departure": {
"time": "1777888141",
"uncertainty": 120
},
"stopId": "0:HSORET1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777888192",
"uncertainty": 120
},
"departure": {
"time": "1777888201",
"uncertainty": 120
},
"stopId": "0:MARRONN1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777888261",
"uncertainty": 120
},
"departure": {
"time": "1777888261",
"uncertainty": 120
},
"stopId": "0:PINS01",
"stopSequence": 5
},
{
"arrival": {
"time": "1777888351",
"uncertainty": 120
},
"departure": {
"time": "1777888351",
"uncertainty": 120
},
"stopId": "0:FRENES1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777888381",
"uncertainty": 120
},
"departure": {
"time": "1777888381",
"uncertainty": 120
},
"stopId": "0:CARRIER1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777888423",
"uncertainty": 120
},
"departure": {
"time": "1777888423",
"uncertainty": 120
},
"stopId": "0:HETRES1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777888511",
"uncertainty": 120
},
"departure": {
"time": "1777888511",
"uncertainty": 120
},
"stopId": "0:ERABLE1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777888550",
"uncertainty": 120
},
"departure": {
"time": "1777888550",
"uncertainty": 120
},
"stopId": "0:TILLEUL1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777888621",
"uncertainty": 120
},
"departure": {
"time": "1777888621",
"uncertainty": 120
},
"stopId": "0:CIMETIE1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777888681",
"uncertainty": 120
},
"departure": {
"time": "1777888711",
"uncertainty": 120
},
"stopId": "0:STJEGLI1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777888814",
"uncertainty": 120
},
"departure": {
"time": "1777888814",
"uncertainty": 120
},
"stopId": "0:TERRESR1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777888861",
"uncertainty": 120
},
"departure": {
"time": "1777888861",
"uncertainty": 120
},
"stopId": "0:BURGER01",
"stopSequence": 14
},
{
"arrival": {
"time": "1777888904",
"uncertainty": 120
},
"departure": {
"time": "1777888921",
"uncertainty": 120
},
"stopId": "0:TANNERI1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777889118",
"uncertainty": 120
},
"departure": {
"time": "1777889131",
"uncertainty": 120
},
"stopId": "0:ARSENAL1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777889181",
"uncertainty": 120
},
"departure": {
"time": "1777889181",
"uncertainty": 120
},
"stopId": "0:FOURNIE1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777889267",
"uncertainty": 120
},
"departure": {
"time": "1777889371",
"uncertainty": 120
},
"stopId": "0:TANNEUR1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777889475",
"uncertainty": 120
},
"departure": {
"time": "1777889475",
"uncertainty": 120
},
"stopId": "0:PARAIGE1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777889604",
"uncertainty": 120
},
"departure": {
"time": "1777889612",
"uncertainty": 120
},
"stopId": "0:MAZELLE1",
"stopSequence": 20
},
{
"arrival": {
"time": "1777889760",
"uncertainty": 120
},
"departure": {
"time": "1777889792",
"uncertainty": 120
},
"stopId": "0:GARCE",
"stopSequence": 21
},
{
"arrival": {
"time": "1777889853",
"uncertainty": 120
},
"departure": {
"time": "1777889853",
"uncertainty": 120
},
"stopId": "0:STNICOL4",
"stopSequence": 22
},
{
"arrival": {
"time": "1777889972",
"uncertainty": 120
},
"departure": {
"time": "1777890120",
"uncertainty": 120
},
"stopId": "0:REPPS",
"stopSequence": 23
},
{
"arrival": {
"time": "1777890259",
"uncertainty": 120
},
"departure": {
"time": "1777890300",
"uncertainty": 120
},
"stopId": "0:ROIGEO34",
"stopSequence": 24
},
{
"arrival": {
"time": "1777890420",
"uncertainty": 120
},
"departure": {
"time": "1777890420",
"uncertainty": 120
},
"stopId": "0:VERLAIN2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777890540",
"uncertainty": 120
},
"departure": {
"time": "1777890540",
"uncertainty": 120
},
"stopId": "0:PALAISS2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777890594",
"uncertainty": 120
},
"departure": {
"time": "1777890601",
"uncertainty": 120
},
"stopId": "0:VILLAS2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777890644",
"uncertainty": 120
},
"departure": {
"time": "1777890660",
"uncertainty": 120
},
"stopId": "0:PEPINIE2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777890720",
"uncertainty": 120
},
"departure": {
"time": "1777890720",
"uncertainty": 120
},
"stopId": "0:BRIVAGE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777890861",
"uncertainty": 120
},
"departure": {
"time": "1777890861",
"uncertainty": 120
},
"stopId": "0:FOCH1",
"stopSequence": 30
},
{
"arrival": {
"time": "1777890922",
"uncertainty": 120
},
"departure": {
"time": "1777890922",
"uncertainty": 120
},
"stopId": "0:SIGISBE2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777890951",
"uncertainty": 120
},
"departure": {
"time": "1777890960",
"uncertainty": 120
},
"stopId": "0:LARDEME2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777891029",
"uncertainty": 120
},
"departure": {
"time": "1777891029",
"uncertainty": 120
},
"stopId": "0:VICTOIR2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777891064",
"uncertainty": 120
},
"departure": {
"time": "1777891064",
"uncertainty": 120
},
"stopId": "0:MARNE2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777891101",
"uncertainty": 120
},
"departure": {
"time": "1777891101",
"uncertainty": 120
},
"stopId": "0:STSIMON2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777891132",
"uncertainty": 120
},
"departure": {
"time": "1777891132",
"uncertainty": 120
},
"stopId": "0:TORTUE2",
"stopSequence": 36
},
{
"arrival": {
"time": "1777891161",
"uncertainty": 120
},
"departure": {
"time": "1777891161",
"uncertainty": 120
},
"stopId": "0:CASTORS2",
"stopSequence": 37
},
{
"arrival": {
"time": "1777891281",
"uncertainty": 120
},
"stopId": "0:FELIX420",
"stopSequence": 38
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "6",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11856364"
},
"vehicle": {
"id": "707",
"label": "707"
}
}
},
{
"id": "1856365",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777889220",
"uncertainty": 120
},
"stopId": "0:GRIMONT1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777889264",
"uncertainty": 120
},
"departure": {
"time": "1777889264",
"uncertainty": 120
},
"stopId": "0:BOUZONV3",
"stopSequence": 2
},
{
"arrival": {
"time": "1777889332",
"uncertainty": 120
},
"departure": {
"time": "1777889342",
"uncertainty": 120
},
"stopId": "0:HSORET1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777889402",
"uncertainty": 120
},
"departure": {
"time": "1777889402",
"uncertainty": 120
},
"stopId": "0:MARRONN1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777889462",
"uncertainty": 120
},
"departure": {
"time": "1777889462",
"uncertainty": 120
},
"stopId": "0:PINS01",
"stopSequence": 5
},
{
"arrival": {
"time": "1777889552",
"uncertainty": 120
},
"departure": {
"time": "1777889552",
"uncertainty": 120
},
"stopId": "0:FRENES1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777889600",
"uncertainty": 120
},
"departure": {
"time": "1777889612",
"uncertainty": 120
},
"stopId": "0:CARRIER1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777889648",
"uncertainty": 120
},
"departure": {
"time": "1777889648",
"uncertainty": 120
},
"stopId": "0:HETRES1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777889726",
"uncertainty": 120
},
"departure": {
"time": "1777889733",
"uncertainty": 120
},
"stopId": "0:ERABLE1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777889792",
"uncertainty": 120
},
"departure": {
"time": "1777889792",
"uncertainty": 120
},
"stopId": "0:TILLEUL1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777889858",
"uncertainty": 120
},
"departure": {
"time": "1777889858",
"uncertainty": 120
},
"stopId": "0:CIMETIE1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777889912",
"uncertainty": 120
},
"departure": {
"time": "1777889913",
"uncertainty": 120
},
"stopId": "0:STJEGLI1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777890021",
"uncertainty": 120
},
"departure": {
"time": "1777890032",
"uncertainty": 120
},
"stopId": "0:TERRESR1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777890092",
"uncertainty": 120
},
"departure": {
"time": "1777890092",
"uncertainty": 120
},
"stopId": "0:BURGER01",
"stopSequence": 14
},
{
"arrival": {
"time": "1777890141",
"uncertainty": 120
},
"departure": {
"time": "1777890141",
"uncertainty": 120
},
"stopId": "0:TANNERI1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777890257",
"uncertainty": 120
},
"departure": {
"time": "1777890257",
"uncertainty": 120
},
"stopId": "0:ARSENAL1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777890291",
"uncertainty": 120
},
"departure": {
"time": "1777890332",
"uncertainty": 120
},
"stopId": "0:FOURNIE1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777890431",
"uncertainty": 120
},
"departure": {
"time": "1777890452",
"uncertainty": 120
},
"stopId": "0:TANNEUR1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777890536",
"uncertainty": 120
},
"departure": {
"time": "1777890572",
"uncertainty": 120
},
"stopId": "0:PARAIGE1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777890661",
"uncertainty": 120
},
"departure": {
"time": "1777890662",
"uncertainty": 120
},
"stopId": "0:MAZELLE1",
"stopSequence": 20
},
{
"arrival": {
"time": "1777890960",
"uncertainty": 120
},
"departure": {
"time": "1777890992",
"uncertainty": 120
},
"stopId": "0:GARCE",
"stopSequence": 21
},
{
"arrival": {
"time": "1777891023",
"uncertainty": 120
},
"departure": {
"time": "1777891023",
"uncertainty": 120
},
"stopId": "0:STNICOL4",
"stopSequence": 22
},
{
"arrival": {
"time": "1777891151",
"uncertainty": 120
},
"departure": {
"time": "1777891151",
"uncertainty": 120
},
"stopId": "0:REPPS",
"stopSequence": 23
},
{
"arrival": {
"time": "1777891303",
"uncertainty": 120
},
"departure": {
"time": "1777891303",
"uncertainty": 120
},
"stopId": "0:ROIGEO34",
"stopSequence": 24
},
{
"arrival": {
"time": "1777891416",
"uncertainty": 120
},
"departure": {
"time": "1777891416",
"uncertainty": 120
},
"stopId": "0:VERLAIN2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777891540",
"uncertainty": 120
},
"departure": {
"time": "1777891540",
"uncertainty": 120
},
"stopId": "0:PALAISS2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777891594",
"uncertainty": 120
},
"departure": {
"time": "1777891594",
"uncertainty": 120
},
"stopId": "0:VILLAS2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777891639",
"uncertainty": 120
},
"departure": {
"time": "1777891639",
"uncertainty": 120
},
"stopId": "0:PEPINIE2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777891700",
"uncertainty": 120
},
"departure": {
"time": "1777891700",
"uncertainty": 120
},
"stopId": "0:BRIVAGE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777891844",
"uncertainty": 120
},
"departure": {
"time": "1777891844",
"uncertainty": 120
},
"stopId": "0:FOCH1",
"stopSequence": 30
},
{
"arrival": {
"time": "1777891904",
"uncertainty": 120
},
"departure": {
"time": "1777891904",
"uncertainty": 120
},
"stopId": "0:SIGISBE2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777891935",
"uncertainty": 120
},
"departure": {
"time": "1777891935",
"uncertainty": 120
},
"stopId": "0:LARDEME2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777891997",
"uncertainty": 120
},
"departure": {
"time": "1777891997",
"uncertainty": 120
},
"stopId": "0:VICTOIR2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777892036",
"uncertainty": 120
},
"departure": {
"time": "1777892036",
"uncertainty": 120
},
"stopId": "0:MARNE2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777892062",
"uncertainty": 120
},
"departure": {
"time": "1777892062",
"uncertainty": 120
},
"stopId": "0:STSIMON2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777892117",
"uncertainty": 120
},
"departure": {
"time": "1777892117",
"uncertainty": 120
},
"stopId": "0:TORTUE2",
"stopSequence": 36
},
{
"arrival": {
"time": "1777892150",
"uncertainty": 120
},
"departure": {
"time": "1777892150",
"uncertainty": 120
},
"stopId": "0:CASTORS2",
"stopSequence": 37
},
{
"arrival": {
"time": "1777892270",
"uncertainty": 120
},
"stopId": "0:FELIX420",
"stopSequence": 38
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "6",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11856365"
},
"vehicle": {
"id": "1738",
"label": "1738"
}
}
},
{
"id": "1856366",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777890451",
"uncertainty": 120
},
"stopId": "0:GRIMONT1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777890533",
"uncertainty": 120
},
"departure": {
"time": "1777890541",
"uncertainty": 120
},
"stopId": "0:BOUZONV3",
"stopSequence": 2
},
{
"arrival": {
"time": "1777890616",
"uncertainty": 120
},
"departure": {
"time": "1777890631",
"uncertainty": 120
},
"stopId": "0:HSORET1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777890690",
"uncertainty": 120
},
"departure": {
"time": "1777890691",
"uncertainty": 120
},
"stopId": "0:MARRONN1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777890762",
"uncertainty": 120
},
"departure": {
"time": "1777890811",
"uncertainty": 120
},
"stopId": "0:PINS01",
"stopSequence": 5
},
{
"arrival": {
"time": "1777890886",
"uncertainty": 120
},
"departure": {
"time": "1777890886",
"uncertainty": 120
},
"stopId": "0:FRENES1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777890936",
"uncertainty": 120
},
"departure": {
"time": "1777890961",
"uncertainty": 120
},
"stopId": "0:CARRIER1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777891021",
"uncertainty": 120
},
"departure": {
"time": "1777891021",
"uncertainty": 120
},
"stopId": "0:HETRES1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777891101",
"uncertainty": 120
},
"departure": {
"time": "1777891101",
"uncertainty": 120
},
"stopId": "0:ERABLE1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777891156",
"uncertainty": 120
},
"departure": {
"time": "1777891156",
"uncertainty": 120
},
"stopId": "0:TILLEUL1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777891225",
"uncertainty": 120
},
"departure": {
"time": "1777891225",
"uncertainty": 120
},
"stopId": "0:CIMETIE1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777891282",
"uncertainty": 120
},
"departure": {
"time": "1777891282",
"uncertainty": 120
},
"stopId": "0:STJEGLI1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777891392",
"uncertainty": 120
},
"departure": {
"time": "1777891392",
"uncertainty": 120
},
"stopId": "0:TERRESR1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777891450",
"uncertainty": 120
},
"departure": {
"time": "1777891450",
"uncertainty": 120
},
"stopId": "0:BURGER01",
"stopSequence": 14
},
{
"arrival": {
"time": "1777891498",
"uncertainty": 120
},
"departure": {
"time": "1777891498",
"uncertainty": 120
},
"stopId": "0:TANNERI1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777891626",
"uncertainty": 120
},
"departure": {
"time": "1777891626",
"uncertainty": 120
},
"stopId": "0:ARSENAL1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777891665",
"uncertainty": 120
},
"departure": {
"time": "1777891665",
"uncertainty": 120
},
"stopId": "0:FOURNIE1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777891768",
"uncertainty": 120
},
"departure": {
"time": "1777891768",
"uncertainty": 120
},
"stopId": "0:TANNEUR1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777891869",
"uncertainty": 120
},
"departure": {
"time": "1777891869",
"uncertainty": 120
},
"stopId": "0:PARAIGE1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777891949",
"uncertainty": 120
},
"departure": {
"time": "1777891949",
"uncertainty": 120
},
"stopId": "0:MAZELLE1",
"stopSequence": 20
},
{
"arrival": {
"time": "1777892197",
"uncertainty": 120
},
"departure": {
"time": "1777892197",
"uncertainty": 120
},
"stopId": "0:GARCE",
"stopSequence": 21
},
{
"arrival": {
"time": "1777892256",
"uncertainty": 120
},
"departure": {
"time": "1777892256",
"uncertainty": 120
},
"stopId": "0:STNICOL4",
"stopSequence": 22
},
{
"arrival": {
"time": "1777892454",
"uncertainty": 120
},
"departure": {
"time": "1777892454",
"uncertainty": 120
},
"stopId": "0:REPPS",
"stopSequence": 23
},
{
"arrival": {
"time": "1777892606",
"uncertainty": 120
},
"departure": {
"time": "1777892606",
"uncertainty": 120
},
"stopId": "0:ROIGEO34",
"stopSequence": 24
},
{
"arrival": {
"time": "1777892662",
"uncertainty": 120
},
"departure": {
"time": "1777892662",
"uncertainty": 120
},
"stopId": "0:VERLAIN2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777892814",
"uncertainty": 120
},
"departure": {
"time": "1777892814",
"uncertainty": 120
},
"stopId": "0:PALAISS2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777892866",
"uncertainty": 120
},
"departure": {
"time": "1777892866",
"uncertainty": 120
},
"stopId": "0:VILLAS2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777892925",
"uncertainty": 120
},
"departure": {
"time": "1777892925",
"uncertainty": 120
},
"stopId": "0:PEPINIE2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777892987",
"uncertainty": 120
},
"departure": {
"time": "1777892987",
"uncertainty": 120
},
"stopId": "0:BRIVAGE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777893157",
"uncertainty": 120
},
"departure": {
"time": "1777893157",
"uncertainty": 120
},
"stopId": "0:FOCH1",
"stopSequence": 30
},
{
"arrival": {
"time": "1777893206",
"uncertainty": 120
},
"departure": {
"time": "1777893206",
"uncertainty": 120
},
"stopId": "0:SIGISBE2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777893252",
"uncertainty": 120
},
"departure": {
"time": "1777893252",
"uncertainty": 120
},
"stopId": "0:LARDEME2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777893314",
"uncertainty": 120
},
"departure": {
"time": "1777893314",
"uncertainty": 120
},
"stopId": "0:VICTOIR2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777893353",
"uncertainty": 120
},
"departure": {
"time": "1777893353",
"uncertainty": 120
},
"stopId": "0:MARNE2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777893379",
"uncertainty": 120
},
"departure": {
"time": "1777893379",
"uncertainty": 120
},
"stopId": "0:STSIMON2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777893434",
"uncertainty": 120
},
"departure": {
"time": "1777893434",
"uncertainty": 120
},
"stopId": "0:TORTUE2",
"stopSequence": 36
},
{
"arrival": {
"time": "1777893467",
"uncertainty": 120
},
"departure": {
"time": "1777893467",
"uncertainty": 120
},
"stopId": "0:CASTORS2",
"stopSequence": 37
},
{
"arrival": {
"time": "1777893587",
"uncertainty": 120
},
"stopId": "0:FELIX420",
"stopSequence": 38
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "6",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11856366"
},
"vehicle": {
"id": "2424",
"label": "2424"
}
}
},
{
"id": "1856367",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777891620",
"uncertainty": 120
},
"stopId": "0:GRIMONT1",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "6",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11856367"
}
}
},
{
"id": "1853548",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777891800",
"uncertainty": 120
},
"stopId": "0:ABS591",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853548"
}
}
},
{
"id": "1853549",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777893600",
"uncertainty": 120
},
"stopId": "0:ABS591",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853549"
}
}
},
{
"id": "1853546",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777888681",
"uncertainty": 120
},
"stopId": "0:ABS591",
"stopSequence": 1
},
{
"arrival": {
"time": "1777888745",
"uncertainty": 120
},
"departure": {
"time": "1777888745",
"uncertainty": 120
},
"stopId": "0:VALERIA1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777888782",
"uncertainty": 120
},
"departure": {
"time": "1777888782",
"uncertainty": 120
},
"stopId": "0:ROSEAUX1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777888837",
"uncertainty": 120
},
"departure": {
"time": "1777888837",
"uncertainty": 120
},
"stopId": "0:ACACIAS1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777888943",
"uncertainty": 120
},
"departure": {
"time": "1777888943",
"uncertainty": 120
},
"stopId": "0:PTICLOU1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777888981",
"uncertainty": 120
},
"departure": {
"time": "1777888981",
"uncertainty": 120
},
"stopId": "0:STROCH1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777889071",
"uncertainty": 120
},
"departure": {
"time": "1777889071",
"uncertainty": 120
},
"stopId": "0:FAUBOUP1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777889157",
"uncertainty": 120
},
"departure": {
"time": "1777889157",
"uncertainty": 120
},
"stopId": "0:FRECOT1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777889191",
"uncertainty": 120
},
"departure": {
"time": "1777889191",
"uncertainty": 120
},
"stopId": "0:BOUCHOT1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777889260",
"uncertainty": 120
},
"departure": {
"time": "1777889260",
"uncertainty": 120
},
"stopId": "0:VANDERN1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777889306",
"uncertainty": 120
},
"departure": {
"time": "1777889311",
"uncertainty": 120
},
"stopId": "0:POLY01",
"stopSequence": 11
},
{
"arrival": {
"time": "1777889368",
"uncertainty": 120
},
"departure": {
"time": "1777889368",
"uncertainty": 120
},
"stopId": "0:LOTHAIR1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777889461",
"uncertainty": 120
},
"departure": {
"time": "1777889521",
"uncertainty": 120
},
"stopId": "0:LEMUD03",
"stopSequence": 13
},
{
"arrival": {
"time": "1777889581",
"uncertainty": 120
},
"departure": {
"time": "1777889581",
"uncertainty": 120
},
"stopId": "0:DEMBOUR1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777889701",
"uncertainty": 120
},
"departure": {
"time": "1777889701",
"uncertainty": 120
},
"stopId": "0:POME",
"stopSequence": 15
},
{
"arrival": {
"time": "1777889821",
"uncertainty": 120
},
"departure": {
"time": "1777889881",
"uncertainty": 120
},
"stopId": "0:GARGE",
"stopSequence": 16
},
{
"arrival": {
"time": "1777889927",
"uncertainty": 120
},
"departure": {
"time": "1777889941",
"uncertainty": 120
},
"stopId": "0:ROIGE695",
"stopSequence": 17
},
{
"arrival": {
"time": "1777890061",
"uncertainty": 120
},
"departure": {
"time": "1777890121",
"uncertainty": 120
},
"stopId": "0:REPBW",
"stopSequence": 18
},
{
"arrival": {
"time": "1777890326",
"uncertainty": 120
},
"departure": {
"time": "1777890391",
"uncertainty": 120
},
"stopId": "0:LUXS",
"stopSequence": 19
},
{
"arrival": {
"time": "1777890451",
"uncertainty": 120
},
"departure": {
"time": "1777890481",
"uncertainty": 120
},
"stopId": "0:FMOSELL2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777890556",
"uncertainty": 120
},
"departure": {
"time": "1777890572",
"uncertainty": 120
},
"stopId": "0:TIGNO266",
"stopSequence": 21
},
{
"arrival": {
"time": "1777890661",
"uncertainty": 120
},
"departure": {
"time": "1777890661",
"uncertainty": 120
},
"stopId": "0:SMARTIN2",
"stopSequence": 22
},
{
"arrival": {
"time": "1777890734",
"uncertainty": 120
},
"departure": {
"time": "1777890751",
"uncertainty": 120
},
"stopId": "0:FOCH2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777890787",
"uncertainty": 120
},
"departure": {
"time": "1777890787",
"uncertainty": 120
},
"stopId": "0:PONTVER2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777890849",
"uncertainty": 120
},
"departure": {
"time": "1777890849",
"uncertainty": 120
},
"stopId": "0:CASINO2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777890901",
"uncertainty": 120
},
"departure": {
"time": "1777890901",
"uncertainty": 120
},
"stopId": "0:MIGETTE2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777890961",
"uncertainty": 120
},
"departure": {
"time": "1777890961",
"uncertainty": 120
},
"stopId": "0:LONGEVI2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777891002",
"uncertainty": 120
},
"departure": {
"time": "1777891021",
"uncertainty": 120
},
"stopId": "0:LECLERC2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777891081",
"uncertainty": 120
},
"departure": {
"time": "1777891081",
"uncertainty": 120
},
"stopId": "0:PRILLE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777891123",
"uncertainty": 120
},
"departure": {
"time": "1777891123",
"uncertainty": 120
},
"stopId": "0:SCYBAS2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777891155",
"uncertainty": 120
},
"departure": {
"time": "1777891155",
"uncertainty": 120
},
"stopId": "0:LIBERTE2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777891191",
"uncertainty": 120
},
"departure": {
"time": "1777891191",
"uncertainty": 120
},
"stopId": "0:MOULI275",
"stopSequence": 32
},
{
"arrival": {
"time": "1777891285",
"uncertainty": 120
},
"departure": {
"time": "1777891285",
"uncertainty": 120
},
"stopId": "0:STJEAN02",
"stopSequence": 33
},
{
"arrival": {
"time": "1777891338",
"uncertainty": 120
},
"departure": {
"time": "1777891338",
"uncertainty": 120
},
"stopId": "0:SERRET2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777891349",
"uncertainty": 120
},
"departure": {
"time": "1777891349",
"uncertainty": 120
},
"stopId": "0:HAIEBRU2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777891414",
"uncertainty": 120
},
"stopId": "0:MNVE1",
"stopSequence": 36
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853546"
},
"vehicle": {
"id": "2146",
"label": "2146"
}
}
},
{
"id": "1856876",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777891022",
"uncertainty": 120
},
"stopId": "0:COSTEBE3",
"stopSequence": 1
},
{
"arrival": {
"time": "1777891343",
"uncertainty": 120
},
"departure": {
"time": "1777891343",
"uncertainty": 120
},
"stopId": "0:LUETTE2",
"stopSequence": 2
},
{
"arrival": {
"time": "1777891367",
"uncertainty": 120
},
"departure": {
"time": "1777891367",
"uncertainty": 120
},
"stopId": "0:11AVIAT2",
"stopSequence": 3
},
{
"arrival": {
"time": "1777891463",
"uncertainty": 120
},
"departure": {
"time": "1777891463",
"uncertainty": 120
},
"stopId": "0:SIMMI690",
"stopSequence": 4
},
{
"arrival": {
"time": "1777891569",
"uncertainty": 120
},
"departure": {
"time": "1777891569",
"uncertainty": 120
},
"stopId": "0:MERMOZ1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777891614",
"uncertainty": 120
},
"departure": {
"time": "1777891614",
"uncertainty": 120
},
"stopId": "0:STLADRE1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777891689",
"uncertainty": 120
},
"departure": {
"time": "1777891689",
"uncertainty": 120
},
"stopId": "0:SCHAFF02",
"stopSequence": 7
},
{
"arrival": {
"time": "1777891749",
"uncertainty": 120
},
"departure": {
"time": "1777891749",
"uncertainty": 120
},
"stopId": "0:NATION1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777891784",
"uncertainty": 120
},
"departure": {
"time": "1777891784",
"uncertainty": 120
},
"stopId": "0:EUROPAC1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777891834",
"uncertainty": 120
},
"departure": {
"time": "1777891834",
"uncertainty": 120
},
"stopId": "0:BOTANIQ1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777891874",
"uncertainty": 120
},
"departure": {
"time": "1777891874",
"uncertainty": 120
},
"stopId": "0:GENIE1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777892025",
"uncertainty": 120
},
"departure": {
"time": "1777892025",
"uncertainty": 120
},
"stopId": "0:BONSEC1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777892214",
"uncertainty": 120
},
"departure": {
"time": "1777892214",
"uncertainty": 120
},
"stopId": "0:ROIGE142",
"stopSequence": 13
},
{
"arrival": {
"time": "1777892377",
"uncertainty": 120
},
"departure": {
"time": "1777892377",
"uncertainty": 120
},
"stopId": "0:GARCS",
"stopSequence": 14
},
{
"arrival": {
"time": "1777892527",
"uncertainty": 120
},
"departure": {
"time": "1777892527",
"uncertainty": 120
},
"stopId": "0:MAZELLE2",
"stopSequence": 15
},
{
"arrival": {
"time": "1777892644",
"uncertainty": 120
},
"departure": {
"time": "1777892644",
"uncertainty": 120
},
"stopId": "0:TANNEUR2",
"stopSequence": 16
},
{
"arrival": {
"time": "1777892705",
"uncertainty": 120
},
"departure": {
"time": "1777892705",
"uncertainty": 120
},
"stopId": "0:FOURNIE2",
"stopSequence": 17
},
{
"arrival": {
"time": "1777892757",
"uncertainty": 120
},
"departure": {
"time": "1777892757",
"uncertainty": 120
},
"stopId": "0:ARSENAL2",
"stopSequence": 18
},
{
"arrival": {
"time": "1777892903",
"uncertainty": 120
},
"departure": {
"time": "1777892903",
"uncertainty": 120
},
"stopId": "0:TANNERI2",
"stopSequence": 19
},
{
"arrival": {
"time": "1777892980",
"uncertainty": 120
},
"departure": {
"time": "1777892980",
"uncertainty": 120
},
"stopId": "0:BILLOTT2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777893054",
"uncertainty": 120
},
"departure": {
"time": "1777893054",
"uncertainty": 120
},
"stopId": "0:DUNANT2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777893121",
"uncertainty": 120
},
"departure": {
"time": "1777893121",
"uncertainty": 120
},
"stopId": "0:JOUSSE2",
"stopSequence": 22
},
{
"arrival": {
"time": "1777893211",
"uncertainty": 120
},
"departure": {
"time": "1777893211",
"uncertainty": 120
},
"stopId": "0:JUGAN2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777893263",
"uncertainty": 120
},
"departure": {
"time": "1777893263",
"uncertainty": 120
},
"stopId": "0:CORCHAD2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777893323",
"uncertainty": 120
},
"departure": {
"time": "1777893323",
"uncertainty": 120
},
"stopId": "0:JPJEAN2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777893382",
"uncertainty": 120
},
"departure": {
"time": "1777893382",
"uncertainty": 120
},
"stopId": "0:SAULNOI2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777893433",
"uncertainty": 120
},
"departure": {
"time": "1777893433",
"uncertainty": 120
},
"stopId": "0:MANGENO2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777893485",
"uncertainty": 120
},
"departure": {
"time": "1777893485",
"uncertainty": 120
},
"stopId": "0:BARBE2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777893554",
"uncertainty": 120
},
"departure": {
"time": "1777893554",
"uncertainty": 120
},
"stopId": "0:FONNY2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777893590",
"uncertainty": 120
},
"departure": {
"time": "1777893590",
"uncertainty": 120
},
"stopId": "0:LMOULIN2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777893683",
"uncertainty": 120
},
"departure": {
"time": "1777893683",
"uncertainty": 120
},
"stopId": "0:MEYVIGN1",
"stopSequence": 31
},
{
"arrival": {
"time": "1777893923",
"uncertainty": 120
},
"departure": {
"time": "1777893923",
"uncertainty": 120
},
"stopId": "0:FALEE2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777893983",
"uncertainty": 120
},
"departure": {
"time": "1777893983",
"uncertainty": 120
},
"stopId": "0:PRESSOI2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777894138",
"uncertainty": 120
},
"departure": {
"time": "1777894138",
"uncertainty": 120
},
"stopId": "0:PINOTSM2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777894161",
"uncertainty": 120
},
"departure": {
"time": "1777894161",
"uncertainty": 120
},
"stopId": "0:PENSEES2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777894196",
"uncertainty": 120
},
"departure": {
"time": "1777894196",
"uncertainty": 120
},
"stopId": "0:CHAULME2",
"stopSequence": 36
},
{
"arrival": {
"time": "1777894244",
"uncertainty": 120
},
"departure": {
"time": "1777894244",
"uncertainty": 120
},
"stopId": "0:GROSNOY1",
"stopSequence": 37
},
{
"arrival": {
"time": "1777894403",
"uncertainty": 120
},
"stopId": "0:MASLIEV1",
"stopSequence": 38
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "13",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11856876"
},
"vehicle": {
"id": "2034",
"label": "2034"
}
}
},
{
"id": "1853547",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777890120",
"uncertainty": 120
},
"stopId": "0:ABS591",
"stopSequence": 1
},
{
"arrival": {
"time": "1777890201",
"uncertainty": 120
},
"departure": {
"time": "1777890201",
"uncertainty": 120
},
"stopId": "0:VALERIA1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777890237",
"uncertainty": 120
},
"departure": {
"time": "1777890241",
"uncertainty": 120
},
"stopId": "0:ROSEAUX1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777890331",
"uncertainty": 120
},
"departure": {
"time": "1777890331",
"uncertainty": 120
},
"stopId": "0:ACACIAS1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777890402",
"uncertainty": 120
},
"departure": {
"time": "1777890402",
"uncertainty": 120
},
"stopId": "0:PTICLOU1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777890428",
"uncertainty": 120
},
"departure": {
"time": "1777890452",
"uncertainty": 120
},
"stopId": "0:STROCH1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777890566",
"uncertainty": 120
},
"departure": {
"time": "1777890566",
"uncertainty": 120
},
"stopId": "0:FAUBOUP1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777890631",
"uncertainty": 120
},
"departure": {
"time": "1777890631",
"uncertainty": 120
},
"stopId": "0:FRECOT1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777890680",
"uncertainty": 120
},
"departure": {
"time": "1777890781",
"uncertainty": 120
},
"stopId": "0:BOUCHOT1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777890880",
"uncertainty": 120
},
"departure": {
"time": "1777890880",
"uncertainty": 120
},
"stopId": "0:VANDERN1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777890901",
"uncertainty": 120
},
"departure": {
"time": "1777890931",
"uncertainty": 120
},
"stopId": "0:POLY01",
"stopSequence": 11
},
{
"arrival": {
"time": "1777890961",
"uncertainty": 120
},
"departure": {
"time": "1777890961",
"uncertainty": 120
},
"stopId": "0:LOTHAIR1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777891065",
"uncertainty": 120
},
"departure": {
"time": "1777891065",
"uncertainty": 120
},
"stopId": "0:LEMUD03",
"stopSequence": 13
},
{
"arrival": {
"time": "1777891135",
"uncertainty": 120
},
"departure": {
"time": "1777891135",
"uncertainty": 120
},
"stopId": "0:DEMBOUR1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777891258",
"uncertainty": 120
},
"departure": {
"time": "1777891258",
"uncertainty": 120
},
"stopId": "0:POME",
"stopSequence": 15
},
{
"arrival": {
"time": "1777891401",
"uncertainty": 120
},
"departure": {
"time": "1777891401",
"uncertainty": 120
},
"stopId": "0:GARGE",
"stopSequence": 16
},
{
"arrival": {
"time": "1777891456",
"uncertainty": 120
},
"departure": {
"time": "1777891456",
"uncertainty": 120
},
"stopId": "0:ROIGE695",
"stopSequence": 17
},
{
"arrival": {
"time": "1777891553",
"uncertainty": 120
},
"departure": {
"time": "1777891553",
"uncertainty": 120
},
"stopId": "0:REPBW",
"stopSequence": 18
},
{
"arrival": {
"time": "1777891744",
"uncertainty": 120
},
"departure": {
"time": "1777891744",
"uncertainty": 120
},
"stopId": "0:LUXS",
"stopSequence": 19
},
{
"arrival": {
"time": "1777891823",
"uncertainty": 120
},
"departure": {
"time": "1777891823",
"uncertainty": 120
},
"stopId": "0:FMOSELL2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777891902",
"uncertainty": 120
},
"departure": {
"time": "1777891902",
"uncertainty": 120
},
"stopId": "0:TIGNO266",
"stopSequence": 21
},
{
"arrival": {
"time": "1777891998",
"uncertainty": 120
},
"departure": {
"time": "1777891998",
"uncertainty": 120
},
"stopId": "0:SMARTIN2",
"stopSequence": 22
},
{
"arrival": {
"time": "1777892065",
"uncertainty": 120
},
"departure": {
"time": "1777892065",
"uncertainty": 120
},
"stopId": "0:FOCH2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777892103",
"uncertainty": 120
},
"departure": {
"time": "1777892103",
"uncertainty": 120
},
"stopId": "0:PONTVER2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777892165",
"uncertainty": 120
},
"departure": {
"time": "1777892165",
"uncertainty": 120
},
"stopId": "0:CASINO2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777892218",
"uncertainty": 120
},
"departure": {
"time": "1777892218",
"uncertainty": 120
},
"stopId": "0:MIGETTE2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777892276",
"uncertainty": 120
},
"departure": {
"time": "1777892276",
"uncertainty": 120
},
"stopId": "0:LONGEVI2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777892349",
"uncertainty": 120
},
"departure": {
"time": "1777892349",
"uncertainty": 120
},
"stopId": "0:LECLERC2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777892407",
"uncertainty": 120
},
"departure": {
"time": "1777892407",
"uncertainty": 120
},
"stopId": "0:PRILLE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777892466",
"uncertainty": 120
},
"departure": {
"time": "1777892466",
"uncertainty": 120
},
"stopId": "0:SCYBAS2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777892511",
"uncertainty": 120
},
"departure": {
"time": "1777892511",
"uncertainty": 120
},
"stopId": "0:LIBERTE2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777892576",
"uncertainty": 120
},
"departure": {
"time": "1777892576",
"uncertainty": 120
},
"stopId": "0:MOULI275",
"stopSequence": 32
},
{
"arrival": {
"time": "1777892661",
"uncertainty": 120
},
"departure": {
"time": "1777892661",
"uncertainty": 120
},
"stopId": "0:STJEAN02",
"stopSequence": 33
},
{
"arrival": {
"time": "1777892745",
"uncertainty": 120
},
"departure": {
"time": "1777892745",
"uncertainty": 120
},
"stopId": "0:SERRET2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777892790",
"uncertainty": 120
},
"departure": {
"time": "1777892790",
"uncertainty": 120
},
"stopId": "0:HAIEBRU2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777892876",
"uncertainty": 120
},
"stopId": "0:MNVE1",
"stopSequence": 36
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853547"
},
"vehicle": {
"id": "2055",
"label": "2055"
}
}
},
{
"id": "1856877",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777893060",
"uncertainty": 120
},
"stopId": "0:COSTEBE3",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "13",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11856877"
}
}
},
{
"id": "1856875",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777889582",
"uncertainty": 120
},
"stopId": "0:COSTEBE3",
"stopSequence": 1
},
{
"arrival": {
"time": "1777889755",
"uncertainty": 120
},
"departure": {
"time": "1777889755",
"uncertainty": 120
},
"stopId": "0:LUETTE2",
"stopSequence": 2
},
{
"arrival": {
"time": "1777889799",
"uncertainty": 120
},
"departure": {
"time": "1777889799",
"uncertainty": 120
},
"stopId": "0:11AVIAT2",
"stopSequence": 3
},
{
"arrival": {
"time": "1777889899",
"uncertainty": 120
},
"departure": {
"time": "1777889899",
"uncertainty": 120
},
"stopId": "0:SIMMI690",
"stopSequence": 4
},
{
"arrival": {
"time": "1777890096",
"uncertainty": 120
},
"departure": {
"time": "1777890096",
"uncertainty": 120
},
"stopId": "0:MERMOZ1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777890250",
"uncertainty": 120
},
"departure": {
"time": "1777890250",
"uncertainty": 120
},
"stopId": "0:STLADRE1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777890392",
"uncertainty": 120
},
"departure": {
"time": "1777890392",
"uncertainty": 120
},
"stopId": "0:SCHAFF02",
"stopSequence": 7
},
{
"arrival": {
"time": "1777890497",
"uncertainty": 120
},
"departure": {
"time": "1777890512",
"uncertainty": 120
},
"stopId": "0:NATION1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777890614",
"uncertainty": 120
},
"departure": {
"time": "1777890614",
"uncertainty": 120
},
"stopId": "0:EUROPAC1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777890685",
"uncertainty": 120
},
"departure": {
"time": "1777890685",
"uncertainty": 120
},
"stopId": "0:BOTANIQ1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777890722",
"uncertainty": 120
},
"departure": {
"time": "1777890722",
"uncertainty": 120
},
"stopId": "0:GENIE1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777890854",
"uncertainty": 120
},
"departure": {
"time": "1777890854",
"uncertainty": 120
},
"stopId": "0:BONSEC1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777890981",
"uncertainty": 120
},
"departure": {
"time": "1777890981",
"uncertainty": 120
},
"stopId": "0:ROIGE142",
"stopSequence": 13
},
{
"arrival": {
"time": "1777891131",
"uncertainty": 120
},
"departure": {
"time": "1777891131",
"uncertainty": 120
},
"stopId": "0:GARCS",
"stopSequence": 14
},
{
"arrival": {
"time": "1777891262",
"uncertainty": 120
},
"departure": {
"time": "1777891262",
"uncertainty": 120
},
"stopId": "0:MAZELLE2",
"stopSequence": 15
},
{
"arrival": {
"time": "1777891371",
"uncertainty": 120
},
"departure": {
"time": "1777891371",
"uncertainty": 120
},
"stopId": "0:TANNEUR2",
"stopSequence": 16
},
{
"arrival": {
"time": "1777891413",
"uncertainty": 120
},
"departure": {
"time": "1777891413",
"uncertainty": 120
},
"stopId": "0:FOURNIE2",
"stopSequence": 17
},
{
"arrival": {
"time": "1777891460",
"uncertainty": 120
},
"departure": {
"time": "1777891460",
"uncertainty": 120
},
"stopId": "0:ARSENAL2",
"stopSequence": 18
},
{
"arrival": {
"time": "1777891620",
"uncertainty": 120
},
"departure": {
"time": "1777891620",
"uncertainty": 120
},
"stopId": "0:TANNERI2",
"stopSequence": 19
},
{
"arrival": {
"time": "1777891697",
"uncertainty": 120
},
"departure": {
"time": "1777891697",
"uncertainty": 120
},
"stopId": "0:BILLOTT2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777891771",
"uncertainty": 120
},
"departure": {
"time": "1777891771",
"uncertainty": 120
},
"stopId": "0:DUNANT2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777891838",
"uncertainty": 120
},
"departure": {
"time": "1777891838",
"uncertainty": 120
},
"stopId": "0:JOUSSE2",
"stopSequence": 22
},
{
"arrival": {
"time": "1777891928",
"uncertainty": 120
},
"departure": {
"time": "1777891928",
"uncertainty": 120
},
"stopId": "0:JUGAN2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777891980",
"uncertainty": 120
},
"departure": {
"time": "1777891980",
"uncertainty": 120
},
"stopId": "0:CORCHAD2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777892040",
"uncertainty": 120
},
"departure": {
"time": "1777892040",
"uncertainty": 120
},
"stopId": "0:JPJEAN2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777892099",
"uncertainty": 120
},
"departure": {
"time": "1777892099",
"uncertainty": 120
},
"stopId": "0:SAULNOI2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777892150",
"uncertainty": 120
},
"departure": {
"time": "1777892150",
"uncertainty": 120
},
"stopId": "0:MANGENO2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777892202",
"uncertainty": 120
},
"departure": {
"time": "1777892202",
"uncertainty": 120
},
"stopId": "0:BARBE2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777892271",
"uncertainty": 120
},
"departure": {
"time": "1777892271",
"uncertainty": 120
},
"stopId": "0:FONNY2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777892307",
"uncertainty": 120
},
"departure": {
"time": "1777892307",
"uncertainty": 120
},
"stopId": "0:LMOULIN2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777892400",
"uncertainty": 120
},
"departure": {
"time": "1777892400",
"uncertainty": 120
},
"stopId": "0:MEYVIGN1",
"stopSequence": 31
},
{
"arrival": {
"time": "1777892640",
"uncertainty": 120
},
"departure": {
"time": "1777892640",
"uncertainty": 120
},
"stopId": "0:FALEE2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777892700",
"uncertainty": 120
},
"departure": {
"time": "1777892700",
"uncertainty": 120
},
"stopId": "0:PRESSOI2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777892855",
"uncertainty": 120
},
"departure": {
"time": "1777892855",
"uncertainty": 120
},
"stopId": "0:PINOTSM2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777892878",
"uncertainty": 120
},
"departure": {
"time": "1777892878",
"uncertainty": 120
},
"stopId": "0:PENSEES2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777892913",
"uncertainty": 120
},
"departure": {
"time": "1777892913",
"uncertainty": 120
},
"stopId": "0:CHAULME2",
"stopSequence": 36
},
{
"arrival": {
"time": "1777892961",
"uncertainty": 120
},
"departure": {
"time": "1777892961",
"uncertainty": 120
},
"stopId": "0:GROSNOY1",
"stopSequence": 37
},
{
"arrival": {
"time": "1777893120",
"uncertainty": 120
},
"stopId": "0:MASLIEV1",
"stopSequence": 38
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "13",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11856875"
},
"vehicle": {
"id": "702",
"label": "702"
}
}
},
{
"id": "2050660",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777890662",
"uncertainty": 120
},
"stopId": "0:MAHIRE1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777890707",
"uncertainty": 120
},
"departure": {
"time": "1777890707",
"uncertainty": 120
},
"stopId": "0:THERMES1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777890758",
"uncertainty": 120
},
"departure": {
"time": "1777890758",
"uncertainty": 120
},
"stopId": "0:COLOMBI1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777890836",
"uncertainty": 120
},
"departure": {
"time": "1777890843",
"uncertainty": 120
},
"stopId": "0:POUILLY1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777890908",
"uncertainty": 120
},
"departure": {
"time": "1777890908",
"uncertainty": 120
},
"stopId": "0:CHEVHAI1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777891143",
"uncertainty": 120
},
"departure": {
"time": "1777891143",
"uncertainty": 120
},
"stopId": "0:ACACIAS1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777891211",
"uncertainty": 120
},
"departure": {
"time": "1777891211",
"uncertainty": 120
},
"stopId": "0:PTICLOU1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777891238",
"uncertainty": 120
},
"departure": {
"time": "1777891238",
"uncertainty": 120
},
"stopId": "0:STROCH1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777891348",
"uncertainty": 120
},
"stopId": "0:FAUBOUP1",
"stopSequence": 9
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "113",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_12050660"
},
"vehicle": {
"id": "103252",
"label": "103252"
}
}
},
{
"id": "1856917",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777888814",
"uncertainty": 120
},
"stopId": "0:COINSEI1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777889089",
"uncertainty": 120
},
"departure": {
"time": "1777889089",
"uncertainty": 120
},
"stopId": "0:CHAVEAU1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777889128",
"uncertainty": 120
},
"departure": {
"time": "1777889128",
"uncertainty": 120
},
"stopId": "0:COINCUV1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777889156",
"uncertainty": 120
},
"departure": {
"time": "1777889164",
"uncertainty": 120
},
"stopId": "0:CEDRBL01",
"stopSequence": 5
},
{
"arrival": {
"time": "1777889199",
"uncertainty": 120
},
"departure": {
"time": "1777889199",
"uncertainty": 120
},
"stopId": "0:POMMERA1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777889357",
"uncertainty": 120
},
"departure": {
"time": "1777889357",
"uncertainty": 120
},
"stopId": "0:CHAMPAG1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777889384",
"uncertainty": 120
},
"departure": {
"time": "1777889384",
"uncertainty": 120
},
"stopId": "0:CUVRY1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777889416",
"uncertainty": 120
},
"departure": {
"time": "1777889434",
"uncertainty": 120
},
"stopId": "0:VIGNOTT1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777889502",
"uncertainty": 120
},
"departure": {
"time": "1777889502",
"uncertainty": 120
},
"stopId": "0:LOUVIE01",
"stopSequence": 10
},
{
"arrival": {
"time": "1777889875",
"uncertainty": 120
},
"departure": {
"time": "1777889875",
"uncertainty": 120
},
"stopId": "0:GAREAUG1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777889973",
"uncertainty": 120
},
"departure": {
"time": "1777889975",
"uncertainty": 120
},
"stopId": "0:GRORMES1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777890006",
"uncertainty": 120
},
"departure": {
"time": "1777890126",
"uncertainty": 120
},
"stopId": "0:COSTEBE3",
"stopSequence": 13
},
{
"arrival": {
"time": "1777890548",
"uncertainty": 120
},
"departure": {
"time": "1777890548",
"uncertainty": 120
},
"stopId": "0:LUETTE2",
"stopSequence": 14
},
{
"arrival": {
"time": "1777890564",
"uncertainty": 120
},
"departure": {
"time": "1777890566",
"uncertainty": 120
},
"stopId": "0:11AVIAT2",
"stopSequence": 15
},
{
"arrival": {
"time": "1777890640",
"uncertainty": 120
},
"departure": {
"time": "1777890640",
"uncertainty": 120
},
"stopId": "0:SIMMI690",
"stopSequence": 16
},
{
"arrival": {
"time": "1777890746",
"uncertainty": 120
},
"departure": {
"time": "1777890746",
"uncertainty": 120
},
"stopId": "0:MERMOZ1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777890789",
"uncertainty": 120
},
"departure": {
"time": "1777890789",
"uncertainty": 120
},
"stopId": "0:STLADRE1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777890864",
"uncertainty": 120
},
"departure": {
"time": "1777890864",
"uncertainty": 120
},
"stopId": "0:SCHAFF02",
"stopSequence": 19
},
{
"arrival": {
"time": "1777890925",
"uncertainty": 120
},
"departure": {
"time": "1777890925",
"uncertainty": 120
},
"stopId": "0:NATION1",
"stopSequence": 20
},
{
"arrival": {
"time": "1777890955",
"uncertainty": 120
},
"departure": {
"time": "1777890955",
"uncertainty": 120
},
"stopId": "0:EUROPAC1",
"stopSequence": 21
},
{
"arrival": {
"time": "1777891001",
"uncertainty": 120
},
"departure": {
"time": "1777891001",
"uncertainty": 120
},
"stopId": "0:BOTANIQ1",
"stopSequence": 22
},
{
"arrival": {
"time": "1777891047",
"uncertainty": 120
},
"departure": {
"time": "1777891047",
"uncertainty": 120
},
"stopId": "0:GENIE1",
"stopSequence": 23
},
{
"arrival": {
"time": "1777891194",
"uncertainty": 120
},
"departure": {
"time": "1777891194",
"uncertainty": 120
},
"stopId": "0:BONSEC1",
"stopSequence": 24
},
{
"arrival": {
"time": "1777891327",
"uncertainty": 120
},
"departure": {
"time": "1777891327",
"uncertainty": 120
},
"stopId": "0:ARENES2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777891431",
"uncertainty": 120
},
"stopId": "0:PEMB",
"stopSequence": 26
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "101",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11856917"
},
"vehicle": {
"id": "193007",
"label": "193007"
}
}
},
{
"id": "1856918",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777892148",
"uncertainty": 120
},
"stopId": "0:COINSEI1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777892328",
"uncertainty": 120
},
"departure": {
"time": "1777892328",
"uncertainty": 120
},
"stopId": "0:POURNOY1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777892473",
"uncertainty": 120
},
"departure": {
"time": "1777892473",
"uncertainty": 120
},
"stopId": "0:CHAVEAU1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777892508",
"uncertainty": 120
},
"departure": {
"time": "1777892508",
"uncertainty": 120
},
"stopId": "0:COINCUV1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777892537",
"uncertainty": 120
},
"departure": {
"time": "1777892537",
"uncertainty": 120
},
"stopId": "0:CEDRBL01",
"stopSequence": 5
},
{
"arrival": {
"time": "1777892577",
"uncertainty": 120
},
"departure": {
"time": "1777892577",
"uncertainty": 120
},
"stopId": "0:POMMERA1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777892778",
"uncertainty": 120
},
"departure": {
"time": "1777892778",
"uncertainty": 120
},
"stopId": "0:CHAMPAG1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777892808",
"uncertainty": 120
},
"departure": {
"time": "1777892808",
"uncertainty": 120
},
"stopId": "0:CUVRY1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777892822",
"uncertainty": 120
},
"departure": {
"time": "1777892822",
"uncertainty": 120
},
"stopId": "0:VIGNOTT1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777892862",
"uncertainty": 120
},
"departure": {
"time": "1777892862",
"uncertainty": 120
},
"stopId": "0:LOUVIE01",
"stopSequence": 10
},
{
"arrival": {
"time": "1777893169",
"uncertainty": 120
},
"departure": {
"time": "1777893169",
"uncertainty": 120
},
"stopId": "0:GAREAUG1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777893348",
"uncertainty": 120
},
"departure": {
"time": "1777893348",
"uncertainty": 120
},
"stopId": "0:GRORMES1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777893408",
"uncertainty": 120
},
"departure": {
"time": "1777893408",
"uncertainty": 120
},
"stopId": "0:COSTEBE3",
"stopSequence": 13
},
{
"arrival": {
"time": "1777893491",
"uncertainty": 120
},
"departure": {
"time": "1777893491",
"uncertainty": 120
},
"stopId": "0:LUETTE2",
"stopSequence": 14
},
{
"arrival": {
"time": "1777893541",
"uncertainty": 120
},
"departure": {
"time": "1777893541",
"uncertainty": 120
},
"stopId": "0:11AVIAT2",
"stopSequence": 15
},
{
"arrival": {
"time": "1777893695",
"uncertainty": 120
},
"departure": {
"time": "1777893695",
"uncertainty": 120
},
"stopId": "0:SIMMI690",
"stopSequence": 16
},
{
"arrival": {
"time": "1777893831",
"uncertainty": 120
},
"departure": {
"time": "1777893831",
"uncertainty": 120
},
"stopId": "0:MERMOZ1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777893931",
"uncertainty": 120
},
"departure": {
"time": "1777893931",
"uncertainty": 120
},
"stopId": "0:STLADRE1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777894041",
"uncertainty": 120
},
"departure": {
"time": "1777894041",
"uncertainty": 120
},
"stopId": "0:SCHAFF02",
"stopSequence": 19
},
{
"arrival": {
"time": "1777894100",
"uncertainty": 120
},
"departure": {
"time": "1777894100",
"uncertainty": 120
},
"stopId": "0:NATION1",
"stopSequence": 20
},
{
"arrival": {
"time": "1777894162",
"uncertainty": 120
},
"departure": {
"time": "1777894162",
"uncertainty": 120
},
"stopId": "0:EUROPAC1",
"stopSequence": 21
},
{
"arrival": {
"time": "1777894230",
"uncertainty": 120
},
"departure": {
"time": "1777894230",
"uncertainty": 120
},
"stopId": "0:BOTANIQ1",
"stopSequence": 22
},
{
"arrival": {
"time": "1777894279",
"uncertainty": 120
},
"departure": {
"time": "1777894279",
"uncertainty": 120
},
"stopId": "0:GENIE1",
"stopSequence": 23
},
{
"arrival": {
"time": "1777894387",
"uncertainty": 120
},
"departure": {
"time": "1777894387",
"uncertainty": 120
},
"stopId": "0:BONSEC1",
"stopSequence": 24
},
{
"arrival": {
"time": "1777894516",
"uncertainty": 120
},
"departure": {
"time": "1777894516",
"uncertainty": 120
},
"stopId": "0:ARENES2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777894617",
"uncertainty": 120
},
"stopId": "0:PEMB",
"stopSequence": 26
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "101",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11856918"
}
}
},
{
"id": "1856932",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777889988",
"uncertainty": 120
},
"stopId": "0:PEMG1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777890064",
"uncertainty": 120
},
"departure": {
"time": "1777890064",
"uncertainty": 120
},
"stopId": "0:ARENES1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777890228",
"uncertainty": 120
},
"departure": {
"time": "1777890228",
"uncertainty": 120
},
"stopId": "0:BONSEC2",
"stopSequence": 3
},
{
"arrival": {
"time": "1777890318",
"uncertainty": 120
},
"departure": {
"time": "1777890318",
"uncertainty": 120
},
"stopId": "0:GENIE2",
"stopSequence": 4
},
{
"arrival": {
"time": "1777890348",
"uncertainty": 120
},
"departure": {
"time": "1777890348",
"uncertainty": 120
},
"stopId": "0:BOTANIQ2",
"stopSequence": 5
},
{
"arrival": {
"time": "1777890389",
"uncertainty": 120
},
"departure": {
"time": "1777890408",
"uncertainty": 120
},
"stopId": "0:EUROPAC2",
"stopSequence": 6
},
{
"arrival": {
"time": "1777890465",
"uncertainty": 120
},
"departure": {
"time": "1777890465",
"uncertainty": 120
},
"stopId": "0:NATION2",
"stopSequence": 7
},
{
"arrival": {
"time": "1777890537",
"uncertainty": 120
},
"departure": {
"time": "1777890537",
"uncertainty": 120
},
"stopId": "0:SCHAFF01",
"stopSequence": 8
},
{
"arrival": {
"time": "1777890589",
"uncertainty": 120
},
"departure": {
"time": "1777890589",
"uncertainty": 120
},
"stopId": "0:STLADRE2",
"stopSequence": 9
},
{
"arrival": {
"time": "1777890628",
"uncertainty": 120
},
"departure": {
"time": "1777890628",
"uncertainty": 120
},
"stopId": "0:MERMOZ2",
"stopSequence": 10
},
{
"arrival": {
"time": "1777890738",
"uncertainty": 120
},
"departure": {
"time": "1777890738",
"uncertainty": 120
},
"stopId": "0:SIMMI689",
"stopSequence": 11
},
{
"arrival": {
"time": "1777890798",
"uncertainty": 120
},
"departure": {
"time": "1777890798",
"uncertainty": 120
},
"stopId": "0:11AVIAT1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777890804",
"uncertainty": 120
},
"departure": {
"time": "1777890804",
"uncertainty": 120
},
"stopId": "0:LUETTE1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777890935",
"uncertainty": 120
},
"departure": {
"time": "1777891008",
"uncertainty": 120
},
"stopId": "0:COSTEBE3",
"stopSequence": 14
},
{
"arrival": {
"time": "1777891078",
"uncertainty": 120
},
"departure": {
"time": "1777891078",
"uncertainty": 120
},
"stopId": "0:GRORMES2",
"stopSequence": 15
},
{
"arrival": {
"time": "1777891188",
"uncertainty": 120
},
"departure": {
"time": "1777891188",
"uncertainty": 120
},
"stopId": "0:GAREAUG2",
"stopSequence": 16
},
{
"arrival": {
"time": "1777891498",
"uncertainty": 120
},
"departure": {
"time": "1777891498",
"uncertainty": 120
},
"stopId": "0:LOUVIE02",
"stopSequence": 17
},
{
"arrival": {
"time": "1777891534",
"uncertainty": 120
},
"departure": {
"time": "1777891534",
"uncertainty": 120
},
"stopId": "0:VIGNOTT2",
"stopSequence": 18
},
{
"arrival": {
"time": "1777891548",
"uncertainty": 120
},
"departure": {
"time": "1777891548",
"uncertainty": 120
},
"stopId": "0:CUVRY2",
"stopSequence": 19
},
{
"arrival": {
"time": "1777891574",
"uncertainty": 120
},
"departure": {
"time": "1777891574",
"uncertainty": 120
},
"stopId": "0:CHAMPAG2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777891735",
"uncertainty": 120
},
"departure": {
"time": "1777891735",
"uncertainty": 120
},
"stopId": "0:POMMERA2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777891763",
"uncertainty": 120
},
"departure": {
"time": "1777891763",
"uncertainty": 120
},
"stopId": "0:CEDRBL02",
"stopSequence": 22
},
{
"arrival": {
"time": "1777891788",
"uncertainty": 120
},
"departure": {
"time": "1777891788",
"uncertainty": 120
},
"stopId": "0:COINCUV2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777891822",
"uncertainty": 120
},
"departure": {
"time": "1777891822",
"uncertainty": 120
},
"stopId": "0:CHAVEAU2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777891968",
"uncertainty": 120
},
"departure": {
"time": "1777891968",
"uncertainty": 120
},
"stopId": "0:POURNOY2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777892148",
"uncertainty": 120
},
"stopId": "0:COINSEI1",
"stopSequence": 26
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "101",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11856932"
},
"vehicle": {
"id": "193006",
"label": "193006"
}
}
},
{
"id": "1856933",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777893000",
"uncertainty": 120
},
"stopId": "0:PEMG1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777893086",
"uncertainty": 120
},
"departure": {
"time": "1777893086",
"uncertainty": 120
},
"stopId": "0:ARENES1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777893233",
"uncertainty": 120
},
"departure": {
"time": "1777893233",
"uncertainty": 120
},
"stopId": "0:BONSEC2",
"stopSequence": 3
},
{
"arrival": {
"time": "1777893360",
"uncertainty": 120
},
"departure": {
"time": "1777893360",
"uncertainty": 120
},
"stopId": "0:GENIE2",
"stopSequence": 4
},
{
"arrival": {
"time": "1777893412",
"uncertainty": 120
},
"departure": {
"time": "1777893412",
"uncertainty": 120
},
"stopId": "0:BOTANIQ2",
"stopSequence": 5
},
{
"arrival": {
"time": "1777893492",
"uncertainty": 120
},
"departure": {
"time": "1777893492",
"uncertainty": 120
},
"stopId": "0:EUROPAC2",
"stopSequence": 6
},
{
"arrival": {
"time": "1777893578",
"uncertainty": 120
},
"departure": {
"time": "1777893578",
"uncertainty": 120
},
"stopId": "0:NATION2",
"stopSequence": 7
},
{
"arrival": {
"time": "1777893660",
"uncertainty": 120
},
"departure": {
"time": "1777893660",
"uncertainty": 120
},
"stopId": "0:SCHAFF01",
"stopSequence": 8
},
{
"arrival": {
"time": "1777893734",
"uncertainty": 120
},
"departure": {
"time": "1777893734",
"uncertainty": 120
},
"stopId": "0:STLADRE2",
"stopSequence": 9
},
{
"arrival": {
"time": "1777893790",
"uncertainty": 120
},
"departure": {
"time": "1777893790",
"uncertainty": 120
},
"stopId": "0:MERMOZ2",
"stopSequence": 10
},
{
"arrival": {
"time": "1777893890",
"uncertainty": 120
},
"departure": {
"time": "1777893890",
"uncertainty": 120
},
"stopId": "0:SIMMI689",
"stopSequence": 11
},
{
"arrival": {
"time": "1777894007",
"uncertainty": 120
},
"departure": {
"time": "1777894007",
"uncertainty": 120
},
"stopId": "0:11AVIAT1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777894034",
"uncertainty": 120
},
"departure": {
"time": "1777894034",
"uncertainty": 120
},
"stopId": "0:LUETTE1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777894093",
"uncertainty": 120
},
"departure": {
"time": "1777894093",
"uncertainty": 120
},
"stopId": "0:COSTEBE3",
"stopSequence": 14
},
{
"arrival": {
"time": "1777894163",
"uncertainty": 120
},
"departure": {
"time": "1777894163",
"uncertainty": 120
},
"stopId": "0:GRORMES2",
"stopSequence": 15
},
{
"arrival": {
"time": "1777894273",
"uncertainty": 120
},
"departure": {
"time": "1777894273",
"uncertainty": 120
},
"stopId": "0:GAREAUG2",
"stopSequence": 16
},
{
"arrival": {
"time": "1777894583",
"uncertainty": 120
},
"departure": {
"time": "1777894583",
"uncertainty": 120
},
"stopId": "0:LOUVIE02",
"stopSequence": 17
},
{
"arrival": {
"time": "1777894619",
"uncertainty": 120
},
"departure": {
"time": "1777894619",
"uncertainty": 120
},
"stopId": "0:VIGNOTT2",
"stopSequence": 18
},
{
"arrival": {
"time": "1777894633",
"uncertainty": 120
},
"departure": {
"time": "1777894633",
"uncertainty": 120
},
"stopId": "0:CUVRY2",
"stopSequence": 19
},
{
"arrival": {
"time": "1777894659",
"uncertainty": 120
},
"departure": {
"time": "1777894659",
"uncertainty": 120
},
"stopId": "0:CHAMPAG2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777894820",
"uncertainty": 120
},
"departure": {
"time": "1777894820",
"uncertainty": 120
},
"stopId": "0:POMMERA2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777894848",
"uncertainty": 120
},
"departure": {
"time": "1777894848",
"uncertainty": 120
},
"stopId": "0:CEDRBL02",
"stopSequence": 22
},
{
"arrival": {
"time": "1777894873",
"uncertainty": 120
},
"departure": {
"time": "1777894873",
"uncertainty": 120
},
"stopId": "0:COINCUV2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777894907",
"uncertainty": 120
},
"departure": {
"time": "1777894907",
"uncertainty": 120
},
"stopId": "0:CHAVEAU2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777895053",
"uncertainty": 120
},
"departure": {
"time": "1777895053",
"uncertainty": 120
},
"stopId": "0:POURNOY2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777895233",
"uncertainty": 120
},
"stopId": "0:COINSEI1",
"stopSequence": 26
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "101",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11856933"
}
}
},
{
"id": "1854096",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777893660",
"uncertainty": 120
},
"stopId": "0:WOI01",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854096"
}
}
},
{
"id": "1854092",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777888893",
"uncertainty": 120
},
"stopId": "0:WOI01",
"stopSequence": 1
},
{
"arrival": {
"time": "1777888949",
"uncertainty": 120
},
"departure": {
"time": "1777888953",
"uncertainty": 120
},
"stopId": "0:FON01",
"stopSequence": 2
},
{
"arrival": {
"time": "1777889036",
"uncertainty": 120
},
"departure": {
"time": "1777889073",
"uncertainty": 120
},
"stopId": "0:CHA01",
"stopSequence": 3
},
{
"arrival": {
"time": "1777889163",
"uncertainty": 120
},
"departure": {
"time": "1777889193",
"uncertainty": 120
},
"stopId": "0:ROU01",
"stopSequence": 4
},
{
"arrival": {
"time": "1777889253",
"uncertainty": 120
},
"departure": {
"time": "1777889283",
"uncertainty": 120
},
"stopId": "0:JOB01",
"stopSequence": 5
},
{
"arrival": {
"time": "1777889377",
"uncertainty": 120
},
"departure": {
"time": "1777889433",
"uncertainty": 120
},
"stopId": "0:CAS01",
"stopSequence": 6
},
{
"arrival": {
"time": "1777889553",
"uncertainty": 120
},
"departure": {
"time": "1777889583",
"uncertainty": 120
},
"stopId": "0:BER01",
"stopSequence": 7
},
{
"arrival": {
"time": "1777889643",
"uncertainty": 120
},
"departure": {
"time": "1777889673",
"uncertainty": 120
},
"stopId": "0:ROC01",
"stopSequence": 8
},
{
"arrival": {
"time": "1777889747",
"uncertainty": 120
},
"departure": {
"time": "1777889763",
"uncertainty": 120
},
"stopId": "0:PON01",
"stopSequence": 9
},
{
"arrival": {
"time": "1777889853",
"uncertainty": 120
},
"departure": {
"time": "1777889883",
"uncertainty": 120
},
"stopId": "0:VIN01",
"stopSequence": 10
},
{
"arrival": {
"time": "1777889938",
"uncertainty": 120
},
"departure": {
"time": "1777889943",
"uncertainty": 120
},
"stopId": "0:LUX01",
"stopSequence": 11
},
{
"arrival": {
"time": "1777890024",
"uncertainty": 120
},
"departure": {
"time": "1777890033",
"uncertainty": 120
},
"stopId": "0:MOY01",
"stopSequence": 12
},
{
"arrival": {
"time": "1777890153",
"uncertainty": 120
},
"departure": {
"time": "1777890213",
"uncertainty": 120
},
"stopId": "0:REP01",
"stopSequence": 13
},
{
"arrival": {
"time": "1777890273",
"uncertainty": 120
},
"departure": {
"time": "1777890333",
"uncertainty": 120
},
"stopId": "0:ROI01",
"stopSequence": 14
},
{
"arrival": {
"time": "1777890423",
"uncertainty": 120
},
"departure": {
"time": "1777890484",
"uncertainty": 120
},
"stopId": "0:GAR01",
"stopSequence": 15
},
{
"arrival": {
"time": "1777890534",
"uncertainty": 120
},
"departure": {
"time": "1777890575",
"uncertainty": 120
},
"stopId": "0:POM01",
"stopSequence": 16
},
{
"arrival": {
"time": "1777890638",
"uncertainty": 120
},
"departure": {
"time": "1777890664",
"uncertainty": 120
},
"stopId": "0:SEI01",
"stopSequence": 17
},
{
"arrival": {
"time": "1777890723",
"uncertainty": 120
},
"departure": {
"time": "1777890723",
"uncertainty": 120
},
"stopId": "0:LEG01",
"stopSequence": 18
},
{
"arrival": {
"time": "1777890807",
"uncertainty": 120
},
"departure": {
"time": "1777890813",
"uncertainty": 120
},
"stopId": "0:ALC01",
"stopSequence": 19
},
{
"arrival": {
"time": "1777890873",
"uncertainty": 120
},
"departure": {
"time": "1777890873",
"uncertainty": 120
},
"stopId": "0:CIM01",
"stopSequence": 20
},
{
"arrival": {
"time": "1777890963",
"uncertainty": 120
},
"departure": {
"time": "1777890963",
"uncertainty": 120
},
"stopId": "0:BEL01",
"stopSequence": 21
},
{
"arrival": {
"time": "1777891074",
"uncertainty": 120
},
"departure": {
"time": "1777891074",
"uncertainty": 120
},
"stopId": "0:PRO01",
"stopSequence": 22
},
{
"arrival": {
"time": "1777891156",
"uncertainty": 120
},
"departure": {
"time": "1777891156",
"uncertainty": 120
},
"stopId": "0:BOR01",
"stopSequence": 23
},
{
"arrival": {
"time": "1777891222",
"uncertainty": 120
},
"departure": {
"time": "1777891222",
"uncertainty": 120
},
"stopId": "0:BLE01",
"stopSequence": 24
},
{
"arrival": {
"time": "1777891306",
"uncertainty": 120
},
"departure": {
"time": "1777891306",
"uncertainty": 120
},
"stopId": "0:CLO01",
"stopSequence": 25
},
{
"arrival": {
"time": "1777891355",
"uncertainty": 120
},
"departure": {
"time": "1777891355",
"uncertainty": 120
},
"stopId": "0:COL01",
"stopSequence": 26
},
{
"arrival": {
"time": "1777891442",
"uncertainty": 120
},
"stopId": "0:MIC01",
"stopSequence": 27
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854092"
},
"vehicle": {
"id": "2141",
"label": "2141"
}
}
},
{
"id": "1854093",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777890060",
"uncertainty": 120
},
"stopId": "0:WOI01",
"stopSequence": 1
},
{
"arrival": {
"time": "1777890110",
"uncertainty": 120
},
"departure": {
"time": "1777890121",
"uncertainty": 120
},
"stopId": "0:FON01",
"stopSequence": 2
},
{
"arrival": {
"time": "1777890210",
"uncertainty": 120
},
"departure": {
"time": "1777890211",
"uncertainty": 120
},
"stopId": "0:CHA01",
"stopSequence": 3
},
{
"arrival": {
"time": "1777890315",
"uncertainty": 120
},
"departure": {
"time": "1777890331",
"uncertainty": 120
},
"stopId": "0:ROU01",
"stopSequence": 4
},
{
"arrival": {
"time": "1777890408",
"uncertainty": 120
},
"departure": {
"time": "1777890420",
"uncertainty": 120
},
"stopId": "0:JOB01",
"stopSequence": 5
},
{
"arrival": {
"time": "1777890539",
"uncertainty": 120
},
"departure": {
"time": "1777890601",
"uncertainty": 120
},
"stopId": "0:CAS01",
"stopSequence": 6
},
{
"arrival": {
"time": "1777890662",
"uncertainty": 120
},
"departure": {
"time": "1777890691",
"uncertainty": 120
},
"stopId": "0:BER01",
"stopSequence": 7
},
{
"arrival": {
"time": "1777890845",
"uncertainty": 120
},
"departure": {
"time": "1777890871",
"uncertainty": 120
},
"stopId": "0:ROC01",
"stopSequence": 8
},
{
"arrival": {
"time": "1777890931",
"uncertainty": 120
},
"departure": {
"time": "1777890931",
"uncertainty": 120
},
"stopId": "0:PON01",
"stopSequence": 9
},
{
"arrival": {
"time": "1777891021",
"uncertainty": 120
},
"departure": {
"time": "1777891021",
"uncertainty": 120
},
"stopId": "0:VIN01",
"stopSequence": 10
},
{
"arrival": {
"time": "1777891101",
"uncertainty": 120
},
"departure": {
"time": "1777891101",
"uncertainty": 120
},
"stopId": "0:LUX01",
"stopSequence": 11
},
{
"arrival": {
"time": "1777891192",
"uncertainty": 120
},
"departure": {
"time": "1777891192",
"uncertainty": 120
},
"stopId": "0:MOY01",
"stopSequence": 12
},
{
"arrival": {
"time": "1777891341",
"uncertainty": 120
},
"departure": {
"time": "1777891341",
"uncertainty": 120
},
"stopId": "0:REP01",
"stopSequence": 13
},
{
"arrival": {
"time": "1777891413",
"uncertainty": 120
},
"departure": {
"time": "1777891413",
"uncertainty": 120
},
"stopId": "0:ROI01",
"stopSequence": 14
},
{
"arrival": {
"time": "1777891505",
"uncertainty": 120
},
"departure": {
"time": "1777891505",
"uncertainty": 120
},
"stopId": "0:GAR01",
"stopSequence": 15
},
{
"arrival": {
"time": "1777891546",
"uncertainty": 120
},
"departure": {
"time": "1777891546",
"uncertainty": 120
},
"stopId": "0:POM01",
"stopSequence": 16
},
{
"arrival": {
"time": "1777891618",
"uncertainty": 120
},
"departure": {
"time": "1777891618",
"uncertainty": 120
},
"stopId": "0:SEI01",
"stopSequence": 17
},
{
"arrival": {
"time": "1777891686",
"uncertainty": 120
},
"departure": {
"time": "1777891686",
"uncertainty": 120
},
"stopId": "0:LEG01",
"stopSequence": 18
},
{
"arrival": {
"time": "1777891769",
"uncertainty": 120
},
"departure": {
"time": "1777891769",
"uncertainty": 120
},
"stopId": "0:ALC01",
"stopSequence": 19
},
{
"arrival": {
"time": "1777891831",
"uncertainty": 120
},
"departure": {
"time": "1777891831",
"uncertainty": 120
},
"stopId": "0:CIM01",
"stopSequence": 20
},
{
"arrival": {
"time": "1777891923",
"uncertainty": 120
},
"departure": {
"time": "1777891923",
"uncertainty": 120
},
"stopId": "0:BEL01",
"stopSequence": 21
},
{
"arrival": {
"time": "1777892006",
"uncertainty": 120
},
"departure": {
"time": "1777892006",
"uncertainty": 120
},
"stopId": "0:PRO01",
"stopSequence": 22
},
{
"arrival": {
"time": "1777892084",
"uncertainty": 120
},
"departure": {
"time": "1777892084",
"uncertainty": 120
},
"stopId": "0:BOR01",
"stopSequence": 23
},
{
"arrival": {
"time": "1777892150",
"uncertainty": 120
},
"departure": {
"time": "1777892150",
"uncertainty": 120
},
"stopId": "0:BLE01",
"stopSequence": 24
},
{
"arrival": {
"time": "1777892237",
"uncertainty": 120
},
"departure": {
"time": "1777892237",
"uncertainty": 120
},
"stopId": "0:CLO01",
"stopSequence": 25
},
{
"arrival": {
"time": "1777892298",
"uncertainty": 120
},
"departure": {
"time": "1777892298",
"uncertainty": 120
},
"stopId": "0:COL01",
"stopSequence": 26
},
{
"arrival": {
"time": "1777892385",
"uncertainty": 120
},
"stopId": "0:MIC01",
"stopSequence": 27
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854093"
},
"vehicle": {
"id": "1317",
"label": "1317"
}
}
},
{
"id": "1855513",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777890744",
"uncertainty": 120
},
"stopId": "0:ROIGEO68",
"stopSequence": 1
},
{
"arrival": {
"time": "1777891200",
"uncertainty": 120
},
"departure": {
"time": "1777891200",
"uncertainty": 120
},
"stopId": "0:LORRAIN2",
"stopSequence": 2
},
{
"arrival": {
"time": "1777891301",
"uncertainty": 120
},
"departure": {
"time": "1777891301",
"uncertainty": 120
},
"stopId": "0:CRRD602",
"stopSequence": 3
},
{
"arrival": {
"time": "1777891409",
"uncertainty": 120
},
"departure": {
"time": "1777891409",
"uncertainty": 120
},
"stopId": "0:STPAUL02",
"stopSequence": 4
},
{
"arrival": {
"time": "1777891440",
"uncertainty": 120
},
"departure": {
"time": "1777891440",
"uncertainty": 120
},
"stopId": "0:CLEMENC2",
"stopSequence": 5
},
{
"arrival": {
"time": "1777891482",
"uncertainty": 120
},
"departure": {
"time": "1777891482",
"uncertainty": 120
},
"stopId": "0:JFERRAT2",
"stopSequence": 6
},
{
"arrival": {
"time": "1777891560",
"uncertainty": 120
},
"departure": {
"time": "1777891560",
"uncertainty": 120
},
"stopId": "0:ARSMOSL2",
"stopSequence": 7
},
{
"arrival": {
"time": "1777891634",
"uncertainty": 120
},
"departure": {
"time": "1777891634",
"uncertainty": 120
},
"stopId": "0:TEMPLE2",
"stopSequence": 8
},
{
"arrival": {
"time": "1777891666",
"uncertainty": 120
},
"departure": {
"time": "1777891666",
"uncertainty": 120
},
"stopId": "0:SCHWALB2",
"stopSequence": 9
},
{
"arrival": {
"time": "1777891721",
"uncertainty": 120
},
"departure": {
"time": "1777891721",
"uncertainty": 120
},
"stopId": "0:VERDUN2",
"stopSequence": 10
},
{
"arrival": {
"time": "1777892160",
"uncertainty": 120
},
"departure": {
"time": "1777892160",
"uncertainty": 120
},
"stopId": "0:GRAVELO2",
"stopSequence": 11
},
{
"arrival": {
"time": "1777892189",
"uncertainty": 120
},
"departure": {
"time": "1777892189",
"uncertainty": 120
},
"stopId": "0:RUEDARS2",
"stopSequence": 12
},
{
"arrival": {
"time": "1777892204",
"uncertainty": 120
},
"departure": {
"time": "1777892204",
"uncertainty": 120
},
"stopId": "0:VERLIN2",
"stopSequence": 13
},
{
"arrival": {
"time": "1777892340",
"uncertainty": 120
},
"departure": {
"time": "1777892340",
"uncertainty": 120
},
"stopId": "0:MALMAIS2",
"stopSequence": 14
},
{
"arrival": {
"time": "1777892533",
"uncertainty": 120
},
"departure": {
"time": "1777892533",
"uncertainty": 120
},
"stopId": "0:TELEGRA2",
"stopSequence": 15
},
{
"arrival": {
"time": "1777892549",
"uncertainty": 120
},
"departure": {
"time": "1777892549",
"uncertainty": 120
},
"stopId": "0:VERNEVI2",
"stopSequence": 16
},
{
"arrival": {
"time": "1777892580",
"uncertainty": 120
},
"stopId": "0:CHANTRE1",
"stopSequence": 17
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "103",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855513"
},
"vehicle": {
"id": "193004",
"label": "193004"
}
}
},
{
"id": "1854094",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777891022",
"uncertainty": 120
},
"stopId": "0:WOI01",
"stopSequence": 1
},
{
"arrival": {
"time": "1777891285",
"uncertainty": 120
},
"departure": {
"time": "1777891285",
"uncertainty": 120
},
"stopId": "0:FON01",
"stopSequence": 2
},
{
"arrival": {
"time": "1777891349",
"uncertainty": 120
},
"departure": {
"time": "1777891349",
"uncertainty": 120
},
"stopId": "0:CHA01",
"stopSequence": 3
},
{
"arrival": {
"time": "1777891441",
"uncertainty": 120
},
"departure": {
"time": "1777891441",
"uncertainty": 120
},
"stopId": "0:ROU01",
"stopSequence": 4
},
{
"arrival": {
"time": "1777891529",
"uncertainty": 120
},
"departure": {
"time": "1777891529",
"uncertainty": 120
},
"stopId": "0:JOB01",
"stopSequence": 5
},
{
"arrival": {
"time": "1777891650",
"uncertainty": 120
},
"departure": {
"time": "1777891650",
"uncertainty": 120
},
"stopId": "0:CAS01",
"stopSequence": 6
},
{
"arrival": {
"time": "1777891711",
"uncertainty": 120
},
"departure": {
"time": "1777891711",
"uncertainty": 120
},
"stopId": "0:BER01",
"stopSequence": 7
},
{
"arrival": {
"time": "1777891791",
"uncertainty": 120
},
"departure": {
"time": "1777891791",
"uncertainty": 120
},
"stopId": "0:ROC01",
"stopSequence": 8
},
{
"arrival": {
"time": "1777891857",
"uncertainty": 120
},
"departure": {
"time": "1777891857",
"uncertainty": 120
},
"stopId": "0:PON01",
"stopSequence": 9
},
{
"arrival": {
"time": "1777891962",
"uncertainty": 120
},
"departure": {
"time": "1777891962",
"uncertainty": 120
},
"stopId": "0:VIN01",
"stopSequence": 10
},
{
"arrival": {
"time": "1777892037",
"uncertainty": 120
},
"departure": {
"time": "1777892037",
"uncertainty": 120
},
"stopId": "0:LUX01",
"stopSequence": 11
},
{
"arrival": {
"time": "1777892130",
"uncertainty": 120
},
"departure": {
"time": "1777892130",
"uncertainty": 120
},
"stopId": "0:MOY01",
"stopSequence": 12
},
{
"arrival": {
"time": "1777892279",
"uncertainty": 120
},
"departure": {
"time": "1777892279",
"uncertainty": 120
},
"stopId": "0:REP01",
"stopSequence": 13
},
{
"arrival": {
"time": "1777892367",
"uncertainty": 120
},
"departure": {
"time": "1777892367",
"uncertainty": 120
},
"stopId": "0:ROI01",
"stopSequence": 14
},
{
"arrival": {
"time": "1777892462",
"uncertainty": 120
},
"departure": {
"time": "1777892462",
"uncertainty": 120
},
"stopId": "0:GAR01",
"stopSequence": 15
},
{
"arrival": {
"time": "1777892511",
"uncertainty": 120
},
"departure": {
"time": "1777892511",
"uncertainty": 120
},
"stopId": "0:POM01",
"stopSequence": 16
},
{
"arrival": {
"time": "1777892585",
"uncertainty": 120
},
"departure": {
"time": "1777892585",
"uncertainty": 120
},
"stopId": "0:SEI01",
"stopSequence": 17
},
{
"arrival": {
"time": "1777892668",
"uncertainty": 120
},
"departure": {
"time": "1777892668",
"uncertainty": 120
},
"stopId": "0:LEG01",
"stopSequence": 18
},
{
"arrival": {
"time": "1777892757",
"uncertainty": 120
},
"departure": {
"time": "1777892757",
"uncertainty": 120
},
"stopId": "0:ALC01",
"stopSequence": 19
},
{
"arrival": {
"time": "1777892833",
"uncertainty": 120
},
"departure": {
"time": "1777892833",
"uncertainty": 120
},
"stopId": "0:CIM01",
"stopSequence": 20
},
{
"arrival": {
"time": "1777892940",
"uncertainty": 120
},
"departure": {
"time": "1777892940",
"uncertainty": 120
},
"stopId": "0:BEL01",
"stopSequence": 21
},
{
"arrival": {
"time": "1777893028",
"uncertainty": 120
},
"departure": {
"time": "1777893028",
"uncertainty": 120
},
"stopId": "0:PRO01",
"stopSequence": 22
},
{
"arrival": {
"time": "1777893088",
"uncertainty": 120
},
"departure": {
"time": "1777893088",
"uncertainty": 120
},
"stopId": "0:BOR01",
"stopSequence": 23
},
{
"arrival": {
"time": "1777893160",
"uncertainty": 120
},
"departure": {
"time": "1777893160",
"uncertainty": 120
},
"stopId": "0:BLE01",
"stopSequence": 24
},
{
"arrival": {
"time": "1777893247",
"uncertainty": 120
},
"departure": {
"time": "1777893247",
"uncertainty": 120
},
"stopId": "0:CLO01",
"stopSequence": 25
},
{
"arrival": {
"time": "1777893308",
"uncertainty": 120
},
"departure": {
"time": "1777893308",
"uncertainty": 120
},
"stopId": "0:COL01",
"stopSequence": 26
},
{
"arrival": {
"time": "1777893395",
"uncertainty": 120
},
"stopId": "0:MIC01",
"stopSequence": 27
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854094"
},
"vehicle": {
"id": "1312",
"label": "1312"
}
}
},
{
"id": "1855514",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777891873",
"uncertainty": 120
},
"stopId": "0:ROIGEO68",
"stopSequence": 1
},
{
"arrival": {
"time": "1777892473",
"uncertainty": 120
},
"departure": {
"time": "1777892473",
"uncertainty": 120
},
"stopId": "0:LORRAIN2",
"stopSequence": 2
},
{
"arrival": {
"time": "1777892574",
"uncertainty": 120
},
"departure": {
"time": "1777892574",
"uncertainty": 120
},
"stopId": "0:CRRD602",
"stopSequence": 3
},
{
"arrival": {
"time": "1777892682",
"uncertainty": 120
},
"departure": {
"time": "1777892682",
"uncertainty": 120
},
"stopId": "0:STPAUL02",
"stopSequence": 4
},
{
"arrival": {
"time": "1777892713",
"uncertainty": 120
},
"departure": {
"time": "1777892713",
"uncertainty": 120
},
"stopId": "0:CLEMENC2",
"stopSequence": 5
},
{
"arrival": {
"time": "1777892755",
"uncertainty": 120
},
"departure": {
"time": "1777892755",
"uncertainty": 120
},
"stopId": "0:JFERRAT2",
"stopSequence": 6
},
{
"arrival": {
"time": "1777892833",
"uncertainty": 120
},
"departure": {
"time": "1777892833",
"uncertainty": 120
},
"stopId": "0:ARSMOSL2",
"stopSequence": 7
},
{
"arrival": {
"time": "1777892907",
"uncertainty": 120
},
"departure": {
"time": "1777892907",
"uncertainty": 120
},
"stopId": "0:TEMPLE2",
"stopSequence": 8
},
{
"arrival": {
"time": "1777892939",
"uncertainty": 120
},
"departure": {
"time": "1777892939",
"uncertainty": 120
},
"stopId": "0:SCHWALB2",
"stopSequence": 9
},
{
"arrival": {
"time": "1777892994",
"uncertainty": 120
},
"departure": {
"time": "1777892994",
"uncertainty": 120
},
"stopId": "0:VERDUN2",
"stopSequence": 10
},
{
"arrival": {
"time": "1777893433",
"uncertainty": 120
},
"departure": {
"time": "1777893433",
"uncertainty": 120
},
"stopId": "0:GRAVELO2",
"stopSequence": 11
},
{
"arrival": {
"time": "1777893462",
"uncertainty": 120
},
"departure": {
"time": "1777893462",
"uncertainty": 120
},
"stopId": "0:RUEDARS2",
"stopSequence": 12
},
{
"arrival": {
"time": "1777893477",
"uncertainty": 120
},
"departure": {
"time": "1777893477",
"uncertainty": 120
},
"stopId": "0:VERLIN2",
"stopSequence": 13
},
{
"arrival": {
"time": "1777893613",
"uncertainty": 120
},
"departure": {
"time": "1777893613",
"uncertainty": 120
},
"stopId": "0:MALMAIS2",
"stopSequence": 14
},
{
"arrival": {
"time": "1777893806",
"uncertainty": 120
},
"departure": {
"time": "1777893806",
"uncertainty": 120
},
"stopId": "0:TELEGRA2",
"stopSequence": 15
},
{
"arrival": {
"time": "1777893822",
"uncertainty": 120
},
"departure": {
"time": "1777893822",
"uncertainty": 120
},
"stopId": "0:VERNEVI2",
"stopSequence": 16
},
{
"arrival": {
"time": "1777893853",
"uncertainty": 120
},
"stopId": "0:CHANTRE1",
"stopSequence": 17
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "103",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855514"
}
}
},
{
"id": "1854095",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777892460",
"uncertainty": 120
},
"stopId": "0:WOI01",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854095"
}
}
},
{
"id": "1853632",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777889542",
"uncertainty": 120
},
"stopId": "0:REPLYD",
"stopSequence": 1
},
{
"arrival": {
"time": "1777889782",
"uncertainty": 120
},
"departure": {
"time": "1777889842",
"uncertainty": 120
},
"stopId": "0:GARCS",
"stopSequence": 2
},
{
"arrival": {
"time": "1777889970",
"uncertainty": 120
},
"departure": {
"time": "1777889992",
"uncertainty": 120
},
"stopId": "0:SEILLE2",
"stopSequence": 3
},
{
"arrival": {
"time": "1777890071",
"uncertainty": 120
},
"departure": {
"time": "1777890071",
"uncertainty": 120
},
"stopId": "0:DUPLOYE1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777890130",
"uncertainty": 120
},
"departure": {
"time": "1777890130",
"uncertainty": 120
},
"stopId": "0:3EVECHES",
"stopSequence": 5
},
{
"arrival": {
"time": "1777890172",
"uncertainty": 120
},
"departure": {
"time": "1777890172",
"uncertainty": 120
},
"stopId": "0:DEVILLY1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777890202",
"uncertainty": 120
},
"departure": {
"time": "1777890202",
"uncertainty": 120
},
"stopId": "0:STMAXI2",
"stopSequence": 7
},
{
"arrival": {
"time": "1777890262",
"uncertainty": 120
},
"departure": {
"time": "1777890262",
"uncertainty": 120
},
"stopId": "0:GENDARM2",
"stopSequence": 8
},
{
"arrival": {
"time": "1777890302",
"uncertainty": 120
},
"departure": {
"time": "1777890352",
"uncertainty": 120
},
"stopId": "0:OBERL183",
"stopSequence": 9
},
{
"arrival": {
"time": "1777890420",
"uncertainty": 120
},
"departure": {
"time": "1777890420",
"uncertainty": 120
},
"stopId": "0:CLAUDEL1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777890516",
"uncertainty": 120
},
"departure": {
"time": "1777890516",
"uncertainty": 120
},
"stopId": "0:GOUSSEL1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777890532",
"uncertainty": 120
},
"departure": {
"time": "1777890532",
"uncertainty": 120
},
"stopId": "0:HESTAUX1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777890633",
"uncertainty": 120
},
"departure": {
"time": "1777890633",
"uncertainty": 120
},
"stopId": "0:TIVO2",
"stopSequence": 13
},
{
"arrival": {
"time": "1777890678",
"uncertainty": 120
},
"departure": {
"time": "1777890682",
"uncertainty": 120
},
"stopId": "0:COTSE2",
"stopSequence": 14
},
{
"arrival": {
"time": "1777890756",
"uncertainty": 120
},
"departure": {
"time": "1777890756",
"uncertainty": 120
},
"stopId": "0:GDMAISO2",
"stopSequence": 15
},
{
"arrival": {
"time": "1777890838",
"uncertainty": 120
},
"departure": {
"time": "1777890838",
"uncertainty": 120
},
"stopId": "0:GIRAUDO2",
"stopSequence": 16
},
{
"arrival": {
"time": "1777890867",
"uncertainty": 120
},
"departure": {
"time": "1777890867",
"uncertainty": 120
},
"stopId": "0:ROEDERE2",
"stopSequence": 17
},
{
"arrival": {
"time": "1777890896",
"uncertainty": 120
},
"departure": {
"time": "1777890896",
"uncertainty": 120
},
"stopId": "0:GENERAL2",
"stopSequence": 18
},
{
"arrival": {
"time": "1777890922",
"uncertainty": 120
},
"departure": {
"time": "1777890922",
"uncertainty": 120
},
"stopId": "0:SEULHOT2",
"stopSequence": 19
},
{
"arrival": {
"time": "1777891033",
"uncertainty": 120
},
"departure": {
"time": "1777891033",
"uncertainty": 120
},
"stopId": "0:SYMPHON3",
"stopSequence": 20
},
{
"arrival": {
"time": "1777891081",
"uncertainty": 120
},
"departure": {
"time": "1777891081",
"uncertainty": 120
},
"stopId": "0:MARCONI2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777891117",
"uncertainty": 120
},
"departure": {
"time": "1777891117",
"uncertainty": 120
},
"stopId": "0:ARAGO035",
"stopSequence": 22
},
{
"arrival": {
"time": "1777891274",
"uncertainty": 120
},
"departure": {
"time": "1777891274",
"uncertainty": 120
},
"stopId": "0:CHAPPE2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777891386",
"uncertainty": 120
},
"departure": {
"time": "1777891386",
"uncertainty": 120
},
"stopId": "0:JMICHEL2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777891519",
"uncertainty": 120
},
"departure": {
"time": "1777891519",
"uncertainty": 120
},
"stopId": "0:SEBASTO2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777891555",
"uncertainty": 120
},
"departure": {
"time": "1777891555",
"uncertainty": 120
},
"stopId": "0:SOLIDAR2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777891623",
"uncertainty": 120
},
"departure": {
"time": "1777891623",
"uncertainty": 120
},
"stopId": "0:ROSEGON2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777891684",
"uncertainty": 120
},
"departure": {
"time": "1777891684",
"uncertainty": 120
},
"stopId": "0:FAURNEL2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777891741",
"uncertainty": 120
},
"departure": {
"time": "1777891741",
"uncertainty": 120
},
"stopId": "0:FALOGNE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777891820",
"uncertainty": 120
},
"departure": {
"time": "1777891820",
"uncertainty": 120
},
"stopId": "0:ARIANE2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777891872",
"uncertainty": 120
},
"departure": {
"time": "1777891872",
"uncertainty": 120
},
"stopId": "0:PASSOTE2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777891922",
"uncertainty": 120
},
"departure": {
"time": "1777891922",
"uncertainty": 120
},
"stopId": "0:CUVION2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777891997",
"uncertainty": 120
},
"stopId": "0:DOLICHE2",
"stopSequence": 33
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "12",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853632"
},
"vehicle": {
"id": "1332",
"label": "1332"
}
}
},
{
"id": "1853633",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777890397",
"uncertainty": 120
},
"stopId": "0:REPLYD",
"stopSequence": 1
},
{
"arrival": {
"time": "1777890664",
"uncertainty": 120
},
"departure": {
"time": "1777890697",
"uncertainty": 120
},
"stopId": "0:GARCS",
"stopSequence": 2
},
{
"arrival": {
"time": "1777890858",
"uncertainty": 120
},
"departure": {
"time": "1777890858",
"uncertainty": 120
},
"stopId": "0:SEILLE2",
"stopSequence": 3
},
{
"arrival": {
"time": "1777890923",
"uncertainty": 120
},
"departure": {
"time": "1777890923",
"uncertainty": 120
},
"stopId": "0:DUPLOYE1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777890974",
"uncertainty": 120
},
"departure": {
"time": "1777890974",
"uncertainty": 120
},
"stopId": "0:3EVECHES",
"stopSequence": 5
},
{
"arrival": {
"time": "1777891015",
"uncertainty": 120
},
"departure": {
"time": "1777891015",
"uncertainty": 120
},
"stopId": "0:DEVILLY1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777891047",
"uncertainty": 120
},
"departure": {
"time": "1777891047",
"uncertainty": 120
},
"stopId": "0:STMAXI2",
"stopSequence": 7
},
{
"arrival": {
"time": "1777891109",
"uncertainty": 120
},
"departure": {
"time": "1777891109",
"uncertainty": 120
},
"stopId": "0:GENDARM2",
"stopSequence": 8
},
{
"arrival": {
"time": "1777891149",
"uncertainty": 120
},
"departure": {
"time": "1777891149",
"uncertainty": 120
},
"stopId": "0:OBERL183",
"stopSequence": 9
},
{
"arrival": {
"time": "1777891216",
"uncertainty": 120
},
"departure": {
"time": "1777891216",
"uncertainty": 120
},
"stopId": "0:CLAUDEL1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777891304",
"uncertainty": 120
},
"departure": {
"time": "1777891304",
"uncertainty": 120
},
"stopId": "0:GOUSSEL1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777891322",
"uncertainty": 120
},
"departure": {
"time": "1777891322",
"uncertainty": 120
},
"stopId": "0:HESTAUX1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777891378",
"uncertainty": 120
},
"departure": {
"time": "1777891378",
"uncertainty": 120
},
"stopId": "0:TIVO2",
"stopSequence": 13
},
{
"arrival": {
"time": "1777891422",
"uncertainty": 120
},
"departure": {
"time": "1777891422",
"uncertainty": 120
},
"stopId": "0:COTSE2",
"stopSequence": 14
},
{
"arrival": {
"time": "1777891495",
"uncertainty": 120
},
"departure": {
"time": "1777891495",
"uncertainty": 120
},
"stopId": "0:GDMAISO2",
"stopSequence": 15
},
{
"arrival": {
"time": "1777891577",
"uncertainty": 120
},
"departure": {
"time": "1777891577",
"uncertainty": 120
},
"stopId": "0:GIRAUDO2",
"stopSequence": 16
},
{
"arrival": {
"time": "1777891606",
"uncertainty": 120
},
"departure": {
"time": "1777891606",
"uncertainty": 120
},
"stopId": "0:ROEDERE2",
"stopSequence": 17
},
{
"arrival": {
"time": "1777891634",
"uncertainty": 120
},
"departure": {
"time": "1777891634",
"uncertainty": 120
},
"stopId": "0:GENERAL2",
"stopSequence": 18
},
{
"arrival": {
"time": "1777891660",
"uncertainty": 120
},
"departure": {
"time": "1777891660",
"uncertainty": 120
},
"stopId": "0:SEULHOT2",
"stopSequence": 19
},
{
"arrival": {
"time": "1777891736",
"uncertainty": 120
},
"departure": {
"time": "1777891736",
"uncertainty": 120
},
"stopId": "0:SYMPHON3",
"stopSequence": 20
},
{
"arrival": {
"time": "1777891785",
"uncertainty": 120
},
"departure": {
"time": "1777891785",
"uncertainty": 120
},
"stopId": "0:MARCONI2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777891816",
"uncertainty": 120
},
"departure": {
"time": "1777891816",
"uncertainty": 120
},
"stopId": "0:ARAGO035",
"stopSequence": 22
},
{
"arrival": {
"time": "1777891977",
"uncertainty": 120
},
"departure": {
"time": "1777891977",
"uncertainty": 120
},
"stopId": "0:CHAPPE2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777892075",
"uncertainty": 120
},
"departure": {
"time": "1777892075",
"uncertainty": 120
},
"stopId": "0:JMICHEL2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777892236",
"uncertainty": 120
},
"departure": {
"time": "1777892236",
"uncertainty": 120
},
"stopId": "0:SEBASTO2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777892276",
"uncertainty": 120
},
"departure": {
"time": "1777892276",
"uncertainty": 120
},
"stopId": "0:SOLIDAR2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777892351",
"uncertainty": 120
},
"departure": {
"time": "1777892351",
"uncertainty": 120
},
"stopId": "0:ROSEGON2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777892405",
"uncertainty": 120
},
"departure": {
"time": "1777892405",
"uncertainty": 120
},
"stopId": "0:FAURNEL2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777892442",
"uncertainty": 120
},
"departure": {
"time": "1777892442",
"uncertainty": 120
},
"stopId": "0:FALOGNE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777892501",
"uncertainty": 120
},
"departure": {
"time": "1777892501",
"uncertainty": 120
},
"stopId": "0:ARIANE2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777892536",
"uncertainty": 120
},
"departure": {
"time": "1777892536",
"uncertainty": 120
},
"stopId": "0:PASSOTE2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777892582",
"uncertainty": 120
},
"departure": {
"time": "1777892582",
"uncertainty": 120
},
"stopId": "0:CUVION2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777892657",
"uncertainty": 120
},
"stopId": "0:DOLICHE2",
"stopSequence": 33
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "12",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853633"
},
"vehicle": {
"id": "1533",
"label": "1533"
}
}
},
{
"id": "1857876",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777889281",
"uncertainty": 120
},
"stopId": "0:PEMG2",
"stopSequence": 1
},
{
"arrival": {
"time": "1777889486",
"uncertainty": 120
},
"departure": {
"time": "1777889491",
"uncertainty": 120
},
"stopId": "0:ARENES1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777889695",
"uncertainty": 120
},
"departure": {
"time": "1777889711",
"uncertainty": 120
},
"stopId": "0:BONSEC2",
"stopSequence": 3
},
{
"arrival": {
"time": "1777889784",
"uncertainty": 120
},
"departure": {
"time": "1777889821",
"uncertainty": 120
},
"stopId": "0:GENIE2",
"stopSequence": 4
},
{
"arrival": {
"time": "1777889878",
"uncertainty": 120
},
"departure": {
"time": "1777889878",
"uncertainty": 120
},
"stopId": "0:BOTANIQ2",
"stopSequence": 5
},
{
"arrival": {
"time": "1777889926",
"uncertainty": 120
},
"departure": {
"time": "1777889941",
"uncertainty": 120
},
"stopId": "0:EUROPAC2",
"stopSequence": 6
},
{
"arrival": {
"time": "1777890014",
"uncertainty": 120
},
"departure": {
"time": "1777890014",
"uncertainty": 120
},
"stopId": "0:NATION2",
"stopSequence": 7
},
{
"arrival": {
"time": "1777890107",
"uncertainty": 120
},
"departure": {
"time": "1777890107",
"uncertainty": 120
},
"stopId": "0:SCHAFF01",
"stopSequence": 8
},
{
"arrival": {
"time": "1777890226",
"uncertainty": 120
},
"departure": {
"time": "1777890241",
"uncertainty": 120
},
"stopId": "0:STLADRE2",
"stopSequence": 9
},
{
"arrival": {
"time": "1777890314",
"uncertainty": 120
},
"departure": {
"time": "1777890331",
"uncertainty": 120
},
"stopId": "0:MERMOZ2",
"stopSequence": 10
},
{
"arrival": {
"time": "1777890463",
"uncertainty": 120
},
"departure": {
"time": "1777890463",
"uncertainty": 120
},
"stopId": "0:SIMMI689",
"stopSequence": 11
},
{
"arrival": {
"time": "1777890934",
"uncertainty": 120
},
"departure": {
"time": "1777890934",
"uncertainty": 120
},
"stopId": "0:LUETTE2",
"stopSequence": 12
},
{
"arrival": {
"time": "1777890956",
"uncertainty": 120
},
"departure": {
"time": "1777890956",
"uncertainty": 120
},
"stopId": "0:11AVIAT2",
"stopSequence": 13
},
{
"arrival": {
"time": "1777891246",
"uncertainty": 120
},
"departure": {
"time": "1777891246",
"uncertainty": 120
},
"stopId": "0:ORLY2",
"stopSequence": 14
},
{
"arrival": {
"time": "1777891430",
"uncertainty": 120
},
"departure": {
"time": "1777891430",
"uncertainty": 120
},
"stopId": "0:LOTISSE2",
"stopSequence": 15
},
{
"arrival": {
"time": "1777891465",
"uncertainty": 120
},
"departure": {
"time": "1777891465",
"uncertainty": 120
},
"stopId": "0:LIBERAT2",
"stopSequence": 16
},
{
"arrival": {
"time": "1777891513",
"uncertainty": 120
},
"departure": {
"time": "1777891513",
"uncertainty": 120
},
"stopId": "0:AUGNYMA2",
"stopSequence": 17
},
{
"arrival": {
"time": "1777891557",
"uncertainty": 120
},
"departure": {
"time": "1777891557",
"uncertainty": 120
},
"stopId": "0:GLISSU2",
"stopSequence": 18
},
{
"arrival": {
"time": "1777891904",
"uncertainty": 120
},
"departure": {
"time": "1777891904",
"uncertainty": 120
},
"stopId": "0:RD662",
"stopSequence": 19
},
{
"arrival": {
"time": "1777891933",
"uncertainty": 120
},
"departure": {
"time": "1777891933",
"uncertainty": 120
},
"stopId": "0:FEY2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777892197",
"uncertainty": 120
},
"departure": {
"time": "1777892197",
"uncertainty": 120
},
"stopId": "0:VEZON2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777892293",
"uncertainty": 120
},
"departure": {
"time": "1777892293",
"uncertainty": 120
},
"stopId": "0:MARIEUL1",
"stopSequence": 22
},
{
"arrival": {
"time": "1777892533",
"uncertainty": 120
},
"departure": {
"time": "1777892533",
"uncertainty": 120
},
"stopId": "0:CHARIT02",
"stopSequence": 23
},
{
"arrival": {
"time": "1777892598",
"uncertainty": 120
},
"departure": {
"time": "1777892598",
"uncertainty": 120
},
"stopId": "0:NOTRDA02",
"stopSequence": 24
},
{
"arrival": {
"time": "1777892730",
"uncertainty": 120
},
"departure": {
"time": "1777892730",
"uncertainty": 120
},
"stopId": "0:LACORV02",
"stopSequence": 25
},
{
"arrival": {
"time": "1777892833",
"uncertainty": 120
},
"stopId": "0:MARDIG01",
"stopSequence": 26
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "102",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11857876"
},
"vehicle": {
"id": "1731",
"label": "1731"
}
}
},
{
"id": "1853634",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777891920",
"uncertainty": 120
},
"stopId": "0:REPLYD",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "12",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853634"
}
}
},
{
"id": "1857877",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777893000",
"uncertainty": 120
},
"stopId": "0:PEMG2",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "102",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11857877"
}
}
},
{
"id": "1853635",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777893360",
"uncertainty": 120
},
"stopId": "0:REPLYD",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "12",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853635"
}
}
},
{
"id": "1855502",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777889520",
"uncertainty": 120
},
"stopId": "0:CHANTRE1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777889588",
"uncertainty": 120
},
"departure": {
"time": "1777889588",
"uncertainty": 120
},
"stopId": "0:VERNEVI1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777889617",
"uncertainty": 120
},
"departure": {
"time": "1777889617",
"uncertainty": 120
},
"stopId": "0:TELEGRA1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777889864",
"uncertainty": 120
},
"departure": {
"time": "1777889866",
"uncertainty": 120
},
"stopId": "0:MALMAIS1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777889983",
"uncertainty": 120
},
"departure": {
"time": "1777889983",
"uncertainty": 120
},
"stopId": "0:VERLIN1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777890001",
"uncertainty": 120
},
"departure": {
"time": "1777890001",
"uncertainty": 120
},
"stopId": "0:RUEDARS1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777890095",
"uncertainty": 120
},
"departure": {
"time": "1777890095",
"uncertainty": 120
},
"stopId": "0:GRAVELO1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777890395",
"uncertainty": 120
},
"departure": {
"time": "1777890395",
"uncertainty": 120
},
"stopId": "0:VERDUN1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777890458",
"uncertainty": 120
},
"departure": {
"time": "1777890466",
"uncertainty": 120
},
"stopId": "0:SCHWALB1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777890531",
"uncertainty": 120
},
"departure": {
"time": "1777890531",
"uncertainty": 120
},
"stopId": "0:TEMPLE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777890651",
"uncertainty": 120
},
"departure": {
"time": "1777890676",
"uncertainty": 120
},
"stopId": "0:ARSMOSL1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777890736",
"uncertainty": 120
},
"departure": {
"time": "1777890736",
"uncertainty": 120
},
"stopId": "0:JFERRAT1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777890766",
"uncertainty": 120
},
"departure": {
"time": "1777890766",
"uncertainty": 120
},
"stopId": "0:CLEMENC1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777890796",
"uncertainty": 120
},
"departure": {
"time": "1777890796",
"uncertainty": 120
},
"stopId": "0:STPAUL01",
"stopSequence": 14
},
{
"arrival": {
"time": "1777890908",
"uncertainty": 120
},
"departure": {
"time": "1777890916",
"uncertainty": 120
},
"stopId": "0:CRRD601",
"stopSequence": 15
},
{
"arrival": {
"time": "1777891033",
"uncertainty": 120
},
"departure": {
"time": "1777891033",
"uncertainty": 120
},
"stopId": "0:LORRAIN1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777891693",
"uncertainty": 120
},
"stopId": "0:ROIGEO89",
"stopSequence": 17
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "103",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855502"
},
"vehicle": {
"id": "193003",
"label": "193003"
}
}
},
{
"id": "1855503",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777892640",
"uncertainty": 120
},
"stopId": "0:CHANTRE1",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "103",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855503"
}
}
},
{
"id": "1857896",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777889312",
"uncertainty": 120
},
"stopId": "0:MARDIG01",
"stopSequence": 1
},
{
"arrival": {
"time": "1777889398",
"uncertainty": 120
},
"departure": {
"time": "1777889398",
"uncertainty": 120
},
"stopId": "0:LACORV01",
"stopSequence": 2
},
{
"arrival": {
"time": "1777889489",
"uncertainty": 120
},
"departure": {
"time": "1777889489",
"uncertainty": 120
},
"stopId": "0:NOTRDA01",
"stopSequence": 3
},
{
"arrival": {
"time": "1777889538",
"uncertainty": 120
},
"departure": {
"time": "1777889538",
"uncertainty": 120
},
"stopId": "0:CHARIT01",
"stopSequence": 4
},
{
"arrival": {
"time": "1777889712",
"uncertainty": 120
},
"departure": {
"time": "1777889712",
"uncertainty": 120
},
"stopId": "0:MARIEUL2",
"stopSequence": 5
},
{
"arrival": {
"time": "1777889830",
"uncertainty": 120
},
"departure": {
"time": "1777889830",
"uncertainty": 120
},
"stopId": "0:VEZON1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777890081",
"uncertainty": 120
},
"departure": {
"time": "1777890182",
"uncertainty": 120
},
"stopId": "0:FEY1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777890250",
"uncertainty": 120
},
"departure": {
"time": "1777890250",
"uncertainty": 120
},
"stopId": "0:RD661",
"stopSequence": 8
},
{
"arrival": {
"time": "1777890555",
"uncertainty": 120
},
"departure": {
"time": "1777890555",
"uncertainty": 120
},
"stopId": "0:GLISSU1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777890615",
"uncertainty": 120
},
"departure": {
"time": "1777890615",
"uncertainty": 120
},
"stopId": "0:AUGNYMA1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777890679",
"uncertainty": 120
},
"departure": {
"time": "1777890693",
"uncertainty": 120
},
"stopId": "0:LIBERAT1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777890756",
"uncertainty": 120
},
"departure": {
"time": "1777890756",
"uncertainty": 120
},
"stopId": "0:LOTISSE1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777890922",
"uncertainty": 120
},
"departure": {
"time": "1777890922",
"uncertainty": 120
},
"stopId": "0:ORLY1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777891186",
"uncertainty": 120
},
"departure": {
"time": "1777891186",
"uncertainty": 120
},
"stopId": "0:11AVIAT1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777891193",
"uncertainty": 120
},
"departure": {
"time": "1777891193",
"uncertainty": 120
},
"stopId": "0:LUETTE1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777891402",
"uncertainty": 120
},
"departure": {
"time": "1777891402",
"uncertainty": 120
},
"stopId": "0:SIMMI690",
"stopSequence": 16
},
{
"arrival": {
"time": "1777891507",
"uncertainty": 120
},
"departure": {
"time": "1777891507",
"uncertainty": 120
},
"stopId": "0:MERMOZ1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777891552",
"uncertainty": 120
},
"departure": {
"time": "1777891552",
"uncertainty": 120
},
"stopId": "0:STLADRE1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777891626",
"uncertainty": 120
},
"departure": {
"time": "1777891626",
"uncertainty": 120
},
"stopId": "0:SCHAFF02",
"stopSequence": 19
},
{
"arrival": {
"time": "1777891687",
"uncertainty": 120
},
"departure": {
"time": "1777891687",
"uncertainty": 120
},
"stopId": "0:NATION1",
"stopSequence": 20
},
{
"arrival": {
"time": "1777891722",
"uncertainty": 120
},
"departure": {
"time": "1777891722",
"uncertainty": 120
},
"stopId": "0:EUROPAC1",
"stopSequence": 21
},
{
"arrival": {
"time": "1777891791",
"uncertainty": 120
},
"departure": {
"time": "1777891791",
"uncertainty": 120
},
"stopId": "0:BOTANIQ1",
"stopSequence": 22
},
{
"arrival": {
"time": "1777891831",
"uncertainty": 120
},
"departure": {
"time": "1777891831",
"uncertainty": 120
},
"stopId": "0:GENIE1",
"stopSequence": 23
},
{
"arrival": {
"time": "1777891982",
"uncertainty": 120
},
"departure": {
"time": "1777891982",
"uncertainty": 120
},
"stopId": "0:BONSEC1",
"stopSequence": 24
},
{
"arrival": {
"time": "1777892124",
"uncertainty": 120
},
"departure": {
"time": "1777892124",
"uncertainty": 120
},
"stopId": "0:ARENES2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777892236",
"uncertainty": 120
},
"stopId": "0:PEMB",
"stopSequence": 26
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "102",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11857896"
},
"vehicle": {
"id": "1734",
"label": "1734"
}
}
},
{
"id": "1853668",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777888831",
"uncertainty": 120
},
"stopId": "0:DOLICHE1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777888891",
"uncertainty": 120
},
"departure": {
"time": "1777888891",
"uncertainty": 120
},
"stopId": "0:CUVION1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777888922",
"uncertainty": 120
},
"departure": {
"time": "1777888922",
"uncertainty": 120
},
"stopId": "0:PASSOTE1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777888947",
"uncertainty": 120
},
"departure": {
"time": "1777888951",
"uncertainty": 120
},
"stopId": "0:ARIANE1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777889005",
"uncertainty": 120
},
"departure": {
"time": "1777889011",
"uncertainty": 120
},
"stopId": "0:FALOGNE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777889071",
"uncertainty": 120
},
"departure": {
"time": "1777889071",
"uncertainty": 120
},
"stopId": "0:FAURNEL1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777889131",
"uncertainty": 120
},
"departure": {
"time": "1777889131",
"uncertainty": 120
},
"stopId": "0:ROSEGON1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777889228",
"uncertainty": 120
},
"departure": {
"time": "1777889228",
"uncertainty": 120
},
"stopId": "0:SOLIDAR1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777889293",
"uncertainty": 120
},
"departure": {
"time": "1777889293",
"uncertainty": 120
},
"stopId": "0:SEBASTO1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777889440",
"uncertainty": 120
},
"departure": {
"time": "1777889440",
"uncertainty": 120
},
"stopId": "0:JMICHEL1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777889542",
"uncertainty": 120
},
"departure": {
"time": "1777889542",
"uncertainty": 120
},
"stopId": "0:CHAPPE3",
"stopSequence": 11
},
{
"arrival": {
"time": "1777889628",
"uncertainty": 120
},
"departure": {
"time": "1777889641",
"uncertainty": 120
},
"stopId": "0:ARAGO002",
"stopSequence": 12
},
{
"arrival": {
"time": "1777889676",
"uncertainty": 120
},
"departure": {
"time": "1777889676",
"uncertainty": 120
},
"stopId": "0:MARCONI1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777889739",
"uncertainty": 120
},
"departure": {
"time": "1777889739",
"uncertainty": 120
},
"stopId": "0:SYMPHON1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777889821",
"uncertainty": 120
},
"departure": {
"time": "1777889821",
"uncertainty": 120
},
"stopId": "0:SEULHOT1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777889860",
"uncertainty": 120
},
"departure": {
"time": "1777889860",
"uncertainty": 120
},
"stopId": "0:GENERAL1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777889881",
"uncertainty": 120
},
"departure": {
"time": "1777889881",
"uncertainty": 120
},
"stopId": "0:ROEDERE1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777889907",
"uncertainty": 120
},
"departure": {
"time": "1777889941",
"uncertainty": 120
},
"stopId": "0:GIRAUDO1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777890001",
"uncertainty": 120
},
"departure": {
"time": "1777890001",
"uncertainty": 120
},
"stopId": "0:GDMAISO1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777890097",
"uncertainty": 120
},
"departure": {
"time": "1777890097",
"uncertainty": 120
},
"stopId": "0:COTSE1",
"stopSequence": 20
},
{
"arrival": {
"time": "1777890172",
"uncertainty": 120
},
"departure": {
"time": "1777890172",
"uncertainty": 120
},
"stopId": "0:TIVO1",
"stopSequence": 21
},
{
"arrival": {
"time": "1777890211",
"uncertainty": 120
},
"departure": {
"time": "1777890211",
"uncertainty": 120
},
"stopId": "0:HESTAUX2",
"stopSequence": 22
},
{
"arrival": {
"time": "1777890271",
"uncertainty": 120
},
"departure": {
"time": "1777890271",
"uncertainty": 120
},
"stopId": "0:GOUSSEL2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777890301",
"uncertainty": 120
},
"departure": {
"time": "1777890301",
"uncertainty": 120
},
"stopId": "0:CLAUDEL2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777890413",
"uncertainty": 120
},
"departure": {
"time": "1777890413",
"uncertainty": 120
},
"stopId": "0:OBERL193",
"stopSequence": 25
},
{
"arrival": {
"time": "1777890452",
"uncertainty": 120
},
"departure": {
"time": "1777890452",
"uncertainty": 120
},
"stopId": "0:GENDARM1",
"stopSequence": 26
},
{
"arrival": {
"time": "1777890496",
"uncertainty": 120
},
"departure": {
"time": "1777890496",
"uncertainty": 120
},
"stopId": "0:STMAXI1",
"stopSequence": 27
},
{
"arrival": {
"time": "1777890542",
"uncertainty": 120
},
"departure": {
"time": "1777890542",
"uncertainty": 120
},
"stopId": "0:PUYMAIG1",
"stopSequence": 28
},
{
"arrival": {
"time": "1777890612",
"uncertainty": 120
},
"departure": {
"time": "1777890631",
"uncertainty": 120
},
"stopId": "0:TREIZE1",
"stopSequence": 29
},
{
"arrival": {
"time": "1777890700",
"uncertainty": 120
},
"departure": {
"time": "1777890721",
"uncertainty": 120
},
"stopId": "0:SEILLE1",
"stopSequence": 30
},
{
"arrival": {
"time": "1777890991",
"uncertainty": 120
},
"departure": {
"time": "1777891022",
"uncertainty": 120
},
"stopId": "0:GARCE",
"stopSequence": 31
},
{
"arrival": {
"time": "1777891202",
"uncertainty": 120
},
"stopId": "0:REPLYA",
"stopSequence": 32
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "12",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853668"
},
"vehicle": {
"id": "1531",
"label": "1531"
}
}
},
{
"id": "1857897",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777892940",
"uncertainty": 120
},
"stopId": "0:MARDIG01",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "102",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11857897"
}
}
},
{
"id": "1853669",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777890709",
"uncertainty": 120
},
"stopId": "0:DOLICHE1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777890775",
"uncertainty": 120
},
"departure": {
"time": "1777890775",
"uncertainty": 120
},
"stopId": "0:CUVION1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777890799",
"uncertainty": 120
},
"departure": {
"time": "1777890799",
"uncertainty": 120
},
"stopId": "0:PASSOTE1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777890854",
"uncertainty": 120
},
"departure": {
"time": "1777890859",
"uncertainty": 120
},
"stopId": "0:ARIANE1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777890905",
"uncertainty": 120
},
"departure": {
"time": "1777890919",
"uncertainty": 120
},
"stopId": "0:FALOGNE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777890967",
"uncertainty": 120
},
"departure": {
"time": "1777890967",
"uncertainty": 120
},
"stopId": "0:FAURNEL1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777891004",
"uncertainty": 120
},
"departure": {
"time": "1777891004",
"uncertainty": 120
},
"stopId": "0:ROSEGON1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777891090",
"uncertainty": 120
},
"departure": {
"time": "1777891090",
"uncertainty": 120
},
"stopId": "0:SOLIDAR1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777891145",
"uncertainty": 120
},
"departure": {
"time": "1777891145",
"uncertainty": 120
},
"stopId": "0:SEBASTO1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777891289",
"uncertainty": 120
},
"departure": {
"time": "1777891289",
"uncertainty": 120
},
"stopId": "0:JMICHEL1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777891402",
"uncertainty": 120
},
"departure": {
"time": "1777891402",
"uncertainty": 120
},
"stopId": "0:CHAPPE3",
"stopSequence": 11
},
{
"arrival": {
"time": "1777891565",
"uncertainty": 120
},
"departure": {
"time": "1777891565",
"uncertainty": 120
},
"stopId": "0:ARAGO002",
"stopSequence": 12
},
{
"arrival": {
"time": "1777891590",
"uncertainty": 120
},
"departure": {
"time": "1777891590",
"uncertainty": 120
},
"stopId": "0:MARCONI1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777891655",
"uncertainty": 120
},
"departure": {
"time": "1777891655",
"uncertainty": 120
},
"stopId": "0:SYMPHON1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777891719",
"uncertainty": 120
},
"departure": {
"time": "1777891719",
"uncertainty": 120
},
"stopId": "0:SEULHOT1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777891746",
"uncertainty": 120
},
"departure": {
"time": "1777891746",
"uncertainty": 120
},
"stopId": "0:GENERAL1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777891780",
"uncertainty": 120
},
"departure": {
"time": "1777891780",
"uncertainty": 120
},
"stopId": "0:ROEDERE1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777891806",
"uncertainty": 120
},
"departure": {
"time": "1777891806",
"uncertainty": 120
},
"stopId": "0:GIRAUDO1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777891869",
"uncertainty": 120
},
"departure": {
"time": "1777891869",
"uncertainty": 120
},
"stopId": "0:GDMAISO1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777891949",
"uncertainty": 120
},
"departure": {
"time": "1777891949",
"uncertainty": 120
},
"stopId": "0:COTSE1",
"stopSequence": 20
},
{
"arrival": {
"time": "1777892006",
"uncertainty": 120
},
"departure": {
"time": "1777892006",
"uncertainty": 120
},
"stopId": "0:TIVO1",
"stopSequence": 21
},
{
"arrival": {
"time": "1777892071",
"uncertainty": 120
},
"departure": {
"time": "1777892071",
"uncertainty": 120
},
"stopId": "0:HESTAUX2",
"stopSequence": 22
},
{
"arrival": {
"time": "1777892130",
"uncertainty": 120
},
"departure": {
"time": "1777892130",
"uncertainty": 120
},
"stopId": "0:GOUSSEL2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777892152",
"uncertainty": 120
},
"departure": {
"time": "1777892152",
"uncertainty": 120
},
"stopId": "0:CLAUDEL2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777892239",
"uncertainty": 120
},
"departure": {
"time": "1777892239",
"uncertainty": 120
},
"stopId": "0:OBERL193",
"stopSequence": 25
},
{
"arrival": {
"time": "1777892291",
"uncertainty": 120
},
"departure": {
"time": "1777892291",
"uncertainty": 120
},
"stopId": "0:GENDARM1",
"stopSequence": 26
},
{
"arrival": {
"time": "1777892332",
"uncertainty": 120
},
"departure": {
"time": "1777892332",
"uncertainty": 120
},
"stopId": "0:STMAXI1",
"stopSequence": 27
},
{
"arrival": {
"time": "1777892368",
"uncertainty": 120
},
"departure": {
"time": "1777892368",
"uncertainty": 120
},
"stopId": "0:PUYMAIG1",
"stopSequence": 28
},
{
"arrival": {
"time": "1777892458",
"uncertainty": 120
},
"departure": {
"time": "1777892458",
"uncertainty": 120
},
"stopId": "0:TREIZE1",
"stopSequence": 29
},
{
"arrival": {
"time": "1777892531",
"uncertainty": 120
},
"departure": {
"time": "1777892531",
"uncertainty": 120
},
"stopId": "0:SEILLE1",
"stopSequence": 30
},
{
"arrival": {
"time": "1777892939",
"uncertainty": 120
},
"departure": {
"time": "1777892939",
"uncertainty": 120
},
"stopId": "0:GARCE",
"stopSequence": 31
},
{
"arrival": {
"time": "1777893119",
"uncertainty": 120
},
"stopId": "0:REPLYA",
"stopSequence": 32
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "12",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853669"
},
"vehicle": {
"id": "1532",
"label": "1532"
}
}
},
{
"id": "1853670",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777892400",
"uncertainty": 120
},
"stopId": "0:DOLICHE1",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "12",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853670"
}
}
},
{
"id": "1853671",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777894200",
"uncertainty": 120
},
"stopId": "0:DOLICHE1",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "12",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853671"
}
}
},
{
"id": "1857890",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777894080"
},
"stopId": "0:PEMG2",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "102",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11857890"
}
}
},
{
"id": "1855569",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777892100",
"uncertainty": 120
},
"stopId": "0:BILAIN1",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "106",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855569"
}
}
},
{
"id": "1852796",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777890001",
"uncertainty": 120
},
"stopId": "0:OEILLET1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777890045",
"uncertainty": 120
},
"departure": {
"time": "1777890045",
"uncertainty": 120
},
"stopId": "0:PIVOINE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777890098",
"uncertainty": 120
},
"departure": {
"time": "1777890098",
"uncertainty": 120
},
"stopId": "0:JACINTH1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777890151",
"uncertainty": 120
},
"departure": {
"time": "1777890151",
"uncertainty": 120
},
"stopId": "0:LORIENT1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777890202",
"uncertainty": 120
},
"departure": {
"time": "1777890202",
"uncertainty": 120
},
"stopId": "0:FOUGERE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777890252",
"uncertainty": 120
},
"departure": {
"time": "1777890252",
"uncertainty": 120
},
"stopId": "0:GENIVAU1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777890351",
"uncertainty": 120
},
"departure": {
"time": "1777890361",
"uncertainty": 120
},
"stopId": "0:MAUJEAN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777890419",
"uncertainty": 120
},
"departure": {
"time": "1777890422",
"uncertainty": 120
},
"stopId": "0:METMAN1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777890479",
"uncertainty": 120
},
"departure": {
"time": "1777890479",
"uncertainty": 120
},
"stopId": "0:PTSOEUR1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777890571",
"uncertainty": 120
},
"departure": {
"time": "1777890571",
"uncertainty": 120
},
"stopId": "0:JURA1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777890670",
"uncertainty": 120
},
"departure": {
"time": "1777890691",
"uncertainty": 120
},
"stopId": "0:STOXEY1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777890747",
"uncertainty": 120
},
"departure": {
"time": "1777890751",
"uncertainty": 120
},
"stopId": "0:ALSLORR1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777890796",
"uncertainty": 120
},
"departure": {
"time": "1777890796",
"uncertainty": 120
},
"stopId": "0:BERNE1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777890841",
"uncertainty": 120
},
"departure": {
"time": "1777890841",
"uncertainty": 120
},
"stopId": "0:ARTILLE1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777890920",
"uncertainty": 120
},
"departure": {
"time": "1777890931",
"uncertainty": 120
},
"stopId": "0:RAPLEVY1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777891021",
"uncertainty": 120
},
"departure": {
"time": "1777891021",
"uncertainty": 120
},
"stopId": "0:JUIN1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777891182",
"uncertainty": 120
},
"departure": {
"time": "1777891182",
"uncertainty": 120
},
"stopId": "0:TANNEUR1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777891284",
"uncertainty": 120
},
"departure": {
"time": "1777891284",
"uncertainty": 120
},
"stopId": "0:PARAIGE1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777891365",
"uncertainty": 120
},
"departure": {
"time": "1777891365",
"uncertainty": 120
},
"stopId": "0:MAZELLE1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777891614",
"uncertainty": 120
},
"departure": {
"time": "1777891614",
"uncertainty": 120
},
"stopId": "0:GARCE",
"stopSequence": 20
},
{
"arrival": {
"time": "1777891645",
"uncertainty": 120
},
"departure": {
"time": "1777891645",
"uncertainty": 120
},
"stopId": "0:STNICOL4",
"stopSequence": 21
},
{
"arrival": {
"time": "1777891774",
"uncertainty": 120
},
"departure": {
"time": "1777891800",
"uncertainty": 120
},
"stopId": "0:REPPS",
"stopSequence": 22
},
{
"arrival": {
"time": "1777891918",
"uncertainty": 120
},
"departure": {
"time": "1777891918",
"uncertainty": 120
},
"stopId": "0:ROI04",
"stopSequence": 23
},
{
"arrival": {
"time": "1777892009",
"uncertainty": 120
},
"departure": {
"time": "1777892009",
"uncertainty": 120
},
"stopId": "0:BONSEC2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777892135",
"uncertainty": 120
},
"departure": {
"time": "1777892135",
"uncertainty": 120
},
"stopId": "0:GENIE2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777892187",
"uncertainty": 120
},
"departure": {
"time": "1777892187",
"uncertainty": 120
},
"stopId": "0:BOTANIQ2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777892267",
"uncertainty": 120
},
"departure": {
"time": "1777892267",
"uncertainty": 120
},
"stopId": "0:EUROPAC2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777892354",
"uncertainty": 120
},
"departure": {
"time": "1777892354",
"uncertainty": 120
},
"stopId": "0:NATION2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777892419",
"uncertainty": 120
},
"departure": {
"time": "1777892419",
"uncertainty": 120
},
"stopId": "0:LITALDU2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777892535",
"uncertainty": 120
},
"departure": {
"time": "1777892535",
"uncertainty": 120
},
"stopId": "0:SVICTOR2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777892594",
"uncertainty": 120
},
"departure": {
"time": "1777892594",
"uncertainty": 120
},
"stopId": "0:STQUENT2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777892661",
"uncertainty": 120
},
"departure": {
"time": "1777892661",
"uncertainty": 120
},
"stopId": "0:TOURAIN2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777892689",
"uncertainty": 120
},
"departure": {
"time": "1777892689",
"uncertainty": 120
},
"stopId": "0:ALGER2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777892714",
"uncertainty": 120
},
"departure": {
"time": "1777892714",
"uncertainty": 120
},
"stopId": "0:VOSGES2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777892792",
"uncertainty": 120
},
"departure": {
"time": "1777892792",
"uncertainty": 120
},
"stopId": "0:CITSNCF2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777892826",
"uncertainty": 120
},
"departure": {
"time": "1777892826",
"uncertainty": 120
},
"stopId": "0:LOTINDU2",
"stopSequence": 36
},
{
"arrival": {
"time": "1777892912",
"uncertainty": 120
},
"departure": {
"time": "1777892912",
"uncertainty": 120
},
"stopId": "0:ROTONDE2",
"stopSequence": 37
},
{
"arrival": {
"time": "1777892954",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 38
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11852796"
},
"vehicle": {
"id": "1334",
"label": "1334"
}
}
},
{
"id": "1852797",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777890571",
"uncertainty": 120
},
"stopId": "0:OEILLET1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777890629",
"uncertainty": 120
},
"departure": {
"time": "1777890629",
"uncertainty": 120
},
"stopId": "0:PIVOINE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777890661",
"uncertainty": 120
},
"departure": {
"time": "1777890661",
"uncertainty": 120
},
"stopId": "0:JACINTH1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777890736",
"uncertainty": 120
},
"departure": {
"time": "1777890736",
"uncertainty": 120
},
"stopId": "0:LORIENT1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777890787",
"uncertainty": 120
},
"departure": {
"time": "1777890787",
"uncertainty": 120
},
"stopId": "0:FOUGERE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777890830",
"uncertainty": 120
},
"departure": {
"time": "1777890830",
"uncertainty": 120
},
"stopId": "0:GENIVAU1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777890901",
"uncertainty": 120
},
"departure": {
"time": "1777890901",
"uncertainty": 120
},
"stopId": "0:MAUJEAN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777890961",
"uncertainty": 120
},
"departure": {
"time": "1777890961",
"uncertainty": 120
},
"stopId": "0:METMAN1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777890991",
"uncertainty": 120
},
"departure": {
"time": "1777890991",
"uncertainty": 120
},
"stopId": "0:PTSOEUR1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777891082",
"uncertainty": 120
},
"departure": {
"time": "1777891082",
"uncertainty": 120
},
"stopId": "0:JURA1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777891184",
"uncertainty": 120
},
"departure": {
"time": "1777891184",
"uncertainty": 120
},
"stopId": "0:STOXEY1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777891241",
"uncertainty": 120
},
"departure": {
"time": "1777891241",
"uncertainty": 120
},
"stopId": "0:ALSLORR1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777891286",
"uncertainty": 120
},
"departure": {
"time": "1777891286",
"uncertainty": 120
},
"stopId": "0:BERNE1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777891333",
"uncertainty": 120
},
"departure": {
"time": "1777891333",
"uncertainty": 120
},
"stopId": "0:ARTILLE1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777891410",
"uncertainty": 120
},
"departure": {
"time": "1777891410",
"uncertainty": 120
},
"stopId": "0:RAPLEVY1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777891457",
"uncertainty": 120
},
"departure": {
"time": "1777891457",
"uncertainty": 120
},
"stopId": "0:JUIN1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777891625",
"uncertainty": 120
},
"departure": {
"time": "1777891625",
"uncertainty": 120
},
"stopId": "0:TANNEUR1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777891727",
"uncertainty": 120
},
"departure": {
"time": "1777891727",
"uncertainty": 120
},
"stopId": "0:PARAIGE1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777891808",
"uncertainty": 120
},
"departure": {
"time": "1777891808",
"uncertainty": 120
},
"stopId": "0:MAZELLE1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777892057",
"uncertainty": 120
},
"departure": {
"time": "1777892057",
"uncertainty": 120
},
"stopId": "0:GARCE",
"stopSequence": 20
},
{
"arrival": {
"time": "1777892091",
"uncertainty": 120
},
"departure": {
"time": "1777892091",
"uncertainty": 120
},
"stopId": "0:STNICOL4",
"stopSequence": 21
},
{
"arrival": {
"time": "1777892237",
"uncertainty": 120
},
"departure": {
"time": "1777892400",
"uncertainty": 120
},
"stopId": "0:REPPS",
"stopSequence": 22
},
{
"arrival": {
"time": "1777892546",
"uncertainty": 120
},
"departure": {
"time": "1777892546",
"uncertainty": 120
},
"stopId": "0:ROI04",
"stopSequence": 23
},
{
"arrival": {
"time": "1777892648",
"uncertainty": 120
},
"departure": {
"time": "1777892648",
"uncertainty": 120
},
"stopId": "0:BONSEC2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777892777",
"uncertainty": 120
},
"departure": {
"time": "1777892777",
"uncertainty": 120
},
"stopId": "0:GENIE2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777892830",
"uncertainty": 120
},
"departure": {
"time": "1777892830",
"uncertainty": 120
},
"stopId": "0:BOTANIQ2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777892911",
"uncertainty": 120
},
"departure": {
"time": "1777892911",
"uncertainty": 120
},
"stopId": "0:EUROPAC2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777893000",
"uncertainty": 120
},
"departure": {
"time": "1777893000",
"uncertainty": 120
},
"stopId": "0:NATION2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777893065",
"uncertainty": 120
},
"departure": {
"time": "1777893065",
"uncertainty": 120
},
"stopId": "0:LITALDU2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777893181",
"uncertainty": 120
},
"departure": {
"time": "1777893181",
"uncertainty": 120
},
"stopId": "0:SVICTOR2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777893240",
"uncertainty": 120
},
"departure": {
"time": "1777893240",
"uncertainty": 120
},
"stopId": "0:STQUENT2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777893307",
"uncertainty": 120
},
"departure": {
"time": "1777893307",
"uncertainty": 120
},
"stopId": "0:TOURAIN2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777893335",
"uncertainty": 120
},
"departure": {
"time": "1777893335",
"uncertainty": 120
},
"stopId": "0:ALGER2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777893360",
"uncertainty": 120
},
"departure": {
"time": "1777893360",
"uncertainty": 120
},
"stopId": "0:VOSGES2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777893438",
"uncertainty": 120
},
"departure": {
"time": "1777893438",
"uncertainty": 120
},
"stopId": "0:CITSNCF2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777893472",
"uncertainty": 120
},
"departure": {
"time": "1777893472",
"uncertainty": 120
},
"stopId": "0:LOTINDU2",
"stopSequence": 36
},
{
"arrival": {
"time": "1777893558",
"uncertainty": 120
},
"departure": {
"time": "1777893558",
"uncertainty": 120
},
"stopId": "0:ROTONDE2",
"stopSequence": 37
},
{
"arrival": {
"time": "1777893600",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 38
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11852797"
},
"vehicle": {
"id": "2429",
"label": "2429"
}
}
},
{
"id": "1852798",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777891022",
"uncertainty": 120
},
"stopId": "0:OEILLET1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777891196",
"uncertainty": 120
},
"departure": {
"time": "1777891196",
"uncertainty": 120
},
"stopId": "0:PIVOINE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777891231",
"uncertainty": 120
},
"departure": {
"time": "1777891231",
"uncertainty": 120
},
"stopId": "0:JACINTH1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777891304",
"uncertainty": 120
},
"departure": {
"time": "1777891304",
"uncertainty": 120
},
"stopId": "0:LORIENT1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777891359",
"uncertainty": 120
},
"departure": {
"time": "1777891359",
"uncertainty": 120
},
"stopId": "0:FOUGERE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777891402",
"uncertainty": 120
},
"departure": {
"time": "1777891402",
"uncertainty": 120
},
"stopId": "0:GENIVAU1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777891475",
"uncertainty": 120
},
"departure": {
"time": "1777891475",
"uncertainty": 120
},
"stopId": "0:MAUJEAN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777891537",
"uncertainty": 120
},
"departure": {
"time": "1777891537",
"uncertainty": 120
},
"stopId": "0:METMAN1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777891570",
"uncertainty": 120
},
"departure": {
"time": "1777891570",
"uncertainty": 120
},
"stopId": "0:PTSOEUR1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777891646",
"uncertainty": 120
},
"departure": {
"time": "1777891646",
"uncertainty": 120
},
"stopId": "0:JURA1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777891748",
"uncertainty": 120
},
"departure": {
"time": "1777891748",
"uncertainty": 120
},
"stopId": "0:STOXEY1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777891805",
"uncertainty": 120
},
"departure": {
"time": "1777891805",
"uncertainty": 120
},
"stopId": "0:ALSLORR1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777891850",
"uncertainty": 120
},
"departure": {
"time": "1777891850",
"uncertainty": 120
},
"stopId": "0:BERNE1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777891897",
"uncertainty": 120
},
"departure": {
"time": "1777891897",
"uncertainty": 120
},
"stopId": "0:ARTILLE1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777891974",
"uncertainty": 120
},
"departure": {
"time": "1777891974",
"uncertainty": 120
},
"stopId": "0:RAPLEVY1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777892022",
"uncertainty": 120
},
"departure": {
"time": "1777892022",
"uncertainty": 120
},
"stopId": "0:JUIN1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777892194",
"uncertainty": 120
},
"departure": {
"time": "1777892194",
"uncertainty": 120
},
"stopId": "0:TANNEUR1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777892290",
"uncertainty": 120
},
"departure": {
"time": "1777892290",
"uncertainty": 120
},
"stopId": "0:PARAIGE1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777892376",
"uncertainty": 120
},
"departure": {
"time": "1777892376",
"uncertainty": 120
},
"stopId": "0:MAZELLE1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777892610",
"uncertainty": 120
},
"departure": {
"time": "1777892610",
"uncertainty": 120
},
"stopId": "0:GARCE",
"stopSequence": 20
},
{
"arrival": {
"time": "1777892657",
"uncertainty": 120
},
"departure": {
"time": "1777892657",
"uncertainty": 120
},
"stopId": "0:STNICOL4",
"stopSequence": 21
},
{
"arrival": {
"time": "1777892855",
"uncertainty": 120
},
"departure": {
"time": "1777892855",
"uncertainty": 120
},
"stopId": "0:REPPS",
"stopSequence": 22
},
{
"arrival": {
"time": "1777893001",
"uncertainty": 120
},
"departure": {
"time": "1777893001",
"uncertainty": 120
},
"stopId": "0:ROI04",
"stopSequence": 23
},
{
"arrival": {
"time": "1777893099",
"uncertainty": 120
},
"departure": {
"time": "1777893099",
"uncertainty": 120
},
"stopId": "0:BONSEC2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777893213",
"uncertainty": 120
},
"departure": {
"time": "1777893213",
"uncertainty": 120
},
"stopId": "0:GENIE2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777893260",
"uncertainty": 120
},
"departure": {
"time": "1777893260",
"uncertainty": 120
},
"stopId": "0:BOTANIQ2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777893328",
"uncertainty": 120
},
"departure": {
"time": "1777893328",
"uncertainty": 120
},
"stopId": "0:EUROPAC2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777893403",
"uncertainty": 120
},
"departure": {
"time": "1777893403",
"uncertainty": 120
},
"stopId": "0:NATION2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777893468",
"uncertainty": 120
},
"departure": {
"time": "1777893468",
"uncertainty": 120
},
"stopId": "0:LITALDU2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777893584",
"uncertainty": 120
},
"departure": {
"time": "1777893584",
"uncertainty": 120
},
"stopId": "0:SVICTOR2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777893643",
"uncertainty": 120
},
"departure": {
"time": "1777893643",
"uncertainty": 120
},
"stopId": "0:STQUENT2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777893710",
"uncertainty": 120
},
"departure": {
"time": "1777893710",
"uncertainty": 120
},
"stopId": "0:TOURAIN2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777893738",
"uncertainty": 120
},
"departure": {
"time": "1777893738",
"uncertainty": 120
},
"stopId": "0:ALGER2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777893763",
"uncertainty": 120
},
"departure": {
"time": "1777893763",
"uncertainty": 120
},
"stopId": "0:VOSGES2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777893841",
"uncertainty": 120
},
"departure": {
"time": "1777893841",
"uncertainty": 120
},
"stopId": "0:CITSNCF2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777893875",
"uncertainty": 120
},
"departure": {
"time": "1777893875",
"uncertainty": 120
},
"stopId": "0:LOTINDU2",
"stopSequence": 36
},
{
"arrival": {
"time": "1777893961",
"uncertainty": 120
},
"departure": {
"time": "1777893961",
"uncertainty": 120
},
"stopId": "0:ROTONDE2",
"stopSequence": 37
},
{
"arrival": {
"time": "1777894003",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 38
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11852798"
},
"vehicle": {
"id": "1832",
"label": "1832"
}
}
},
{
"id": "1852799",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777891740",
"uncertainty": 120
},
"stopId": "0:OEILLET1",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11852799"
}
}
},
{
"id": "1852793",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777888201",
"uncertainty": 120
},
"stopId": "0:OEILLET1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777888261",
"uncertainty": 120
},
"departure": {
"time": "1777888261",
"uncertainty": 120
},
"stopId": "0:PIVOINE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777888330",
"uncertainty": 120
},
"departure": {
"time": "1777888351",
"uncertainty": 120
},
"stopId": "0:JACINTH1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777888411",
"uncertainty": 120
},
"departure": {
"time": "1777888411",
"uncertainty": 120
},
"stopId": "0:LORIENT1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777888479",
"uncertainty": 120
},
"departure": {
"time": "1777888501",
"uncertainty": 120
},
"stopId": "0:FOUGERE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777888558",
"uncertainty": 120
},
"departure": {
"time": "1777888561",
"uncertainty": 120
},
"stopId": "0:GENIVAU1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777888660",
"uncertainty": 120
},
"departure": {
"time": "1777888681",
"uncertainty": 120
},
"stopId": "0:MAUJEAN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777888742",
"uncertainty": 120
},
"departure": {
"time": "1777888742",
"uncertainty": 120
},
"stopId": "0:METMAN1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777888798",
"uncertainty": 120
},
"departure": {
"time": "1777888801",
"uncertainty": 120
},
"stopId": "0:PTSOEUR1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777888861",
"uncertainty": 120
},
"departure": {
"time": "1777888861",
"uncertainty": 120
},
"stopId": "0:JURA1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777888966",
"uncertainty": 120
},
"departure": {
"time": "1777888981",
"uncertainty": 120
},
"stopId": "0:STOXEY1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777889032",
"uncertainty": 120
},
"departure": {
"time": "1777889041",
"uncertainty": 120
},
"stopId": "0:ALSLORR1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777889101",
"uncertainty": 120
},
"departure": {
"time": "1777889101",
"uncertainty": 120
},
"stopId": "0:BERNE1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777889161",
"uncertainty": 120
},
"departure": {
"time": "1777889161",
"uncertainty": 120
},
"stopId": "0:ARTILLE1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777889233",
"uncertainty": 120
},
"departure": {
"time": "1777889251",
"uncertainty": 120
},
"stopId": "0:RAPLEVY1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777889300",
"uncertainty": 120
},
"departure": {
"time": "1777889311",
"uncertainty": 120
},
"stopId": "0:JUIN1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777889491",
"uncertainty": 120
},
"departure": {
"time": "1777889491",
"uncertainty": 120
},
"stopId": "0:TANNEUR1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777889573",
"uncertainty": 120
},
"departure": {
"time": "1777889581",
"uncertainty": 120
},
"stopId": "0:PARAIGE1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777889667",
"uncertainty": 120
},
"departure": {
"time": "1777889671",
"uncertainty": 120
},
"stopId": "0:MAZELLE1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777889881",
"uncertainty": 120
},
"departure": {
"time": "1777889971",
"uncertainty": 120
},
"stopId": "0:GARCE",
"stopSequence": 20
},
{
"arrival": {
"time": "1777890002",
"uncertainty": 120
},
"departure": {
"time": "1777890031",
"uncertainty": 120
},
"stopId": "0:STNICOL4",
"stopSequence": 21
},
{
"arrival": {
"time": "1777890181",
"uncertainty": 120
},
"departure": {
"time": "1777890271",
"uncertainty": 120
},
"stopId": "0:REPPS",
"stopSequence": 22
},
{
"arrival": {
"time": "1777890405",
"uncertainty": 120
},
"departure": {
"time": "1777890421",
"uncertainty": 120
},
"stopId": "0:ROI04",
"stopSequence": 23
},
{
"arrival": {
"time": "1777890549",
"uncertainty": 120
},
"departure": {
"time": "1777890549",
"uncertainty": 120
},
"stopId": "0:BONSEC2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777890658",
"uncertainty": 120
},
"departure": {
"time": "1777891021",
"uncertainty": 120
},
"stopId": "0:GENIE2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777891053",
"uncertainty": 120
},
"departure": {
"time": "1777891053",
"uncertainty": 120
},
"stopId": "0:BOTANIQ2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777891098",
"uncertainty": 120
},
"departure": {
"time": "1777891098",
"uncertainty": 120
},
"stopId": "0:EUROPAC2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777891158",
"uncertainty": 120
},
"departure": {
"time": "1777891158",
"uncertainty": 120
},
"stopId": "0:NATION2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777891235",
"uncertainty": 120
},
"departure": {
"time": "1777891235",
"uncertainty": 120
},
"stopId": "0:LITALDU2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777891326",
"uncertainty": 120
},
"departure": {
"time": "1777891326",
"uncertainty": 120
},
"stopId": "0:SVICTOR2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777891361",
"uncertainty": 120
},
"departure": {
"time": "1777891361",
"uncertainty": 120
},
"stopId": "0:STQUENT2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777891411",
"uncertainty": 120
},
"departure": {
"time": "1777891411",
"uncertainty": 120
},
"stopId": "0:TOURAIN2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777891447",
"uncertainty": 120
},
"departure": {
"time": "1777891447",
"uncertainty": 120
},
"stopId": "0:ALGER2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777891484",
"uncertainty": 120
},
"departure": {
"time": "1777891484",
"uncertainty": 120
},
"stopId": "0:VOSGES2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777891518",
"uncertainty": 120
},
"departure": {
"time": "1777891518",
"uncertainty": 120
},
"stopId": "0:CITSNCF2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777891548",
"uncertainty": 120
},
"departure": {
"time": "1777891548",
"uncertainty": 120
},
"stopId": "0:LOTINDU2",
"stopSequence": 36
},
{
"arrival": {
"time": "1777891614",
"uncertainty": 120
},
"departure": {
"time": "1777891614",
"uncertainty": 120
},
"stopId": "0:ROTONDE2",
"stopSequence": 37
},
{
"arrival": {
"time": "1777891642",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 38
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11852793"
},
"vehicle": {
"id": "2133",
"label": "2133"
}
}
},
{
"id": "1852794",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777888740",
"uncertainty": 120
},
"stopId": "0:OEILLET1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777888801",
"uncertainty": 120
},
"departure": {
"time": "1777888801",
"uncertainty": 120
},
"stopId": "0:PIVOINE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777888880",
"uncertainty": 120
},
"departure": {
"time": "1777888891",
"uncertainty": 120
},
"stopId": "0:JACINTH1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777888947",
"uncertainty": 120
},
"departure": {
"time": "1777888947",
"uncertainty": 120
},
"stopId": "0:LORIENT1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777888999",
"uncertainty": 120
},
"departure": {
"time": "1777888999",
"uncertainty": 120
},
"stopId": "0:FOUGERE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777889041",
"uncertainty": 120
},
"departure": {
"time": "1777889041",
"uncertainty": 120
},
"stopId": "0:GENIVAU1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777889131",
"uncertainty": 120
},
"departure": {
"time": "1777889161",
"uncertainty": 120
},
"stopId": "0:MAUJEAN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777889215",
"uncertainty": 120
},
"departure": {
"time": "1777889219",
"uncertainty": 120
},
"stopId": "0:METMAN1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777889251",
"uncertainty": 120
},
"departure": {
"time": "1777889251",
"uncertainty": 120
},
"stopId": "0:PTSOEUR1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777889330",
"uncertainty": 120
},
"departure": {
"time": "1777889330",
"uncertainty": 120
},
"stopId": "0:JURA1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777889444",
"uncertainty": 120
},
"departure": {
"time": "1777889444",
"uncertainty": 120
},
"stopId": "0:STOXEY1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777889483",
"uncertainty": 120
},
"departure": {
"time": "1777889491",
"uncertainty": 120
},
"stopId": "0:ALSLORR1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777889550",
"uncertainty": 120
},
"departure": {
"time": "1777889550",
"uncertainty": 120
},
"stopId": "0:BERNE1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777889581",
"uncertainty": 120
},
"departure": {
"time": "1777889581",
"uncertainty": 120
},
"stopId": "0:ARTILLE1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777889661",
"uncertainty": 120
},
"departure": {
"time": "1777889661",
"uncertainty": 120
},
"stopId": "0:RAPLEVY1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777889696",
"uncertainty": 120
},
"departure": {
"time": "1777889696",
"uncertainty": 120
},
"stopId": "0:JUIN1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777889821",
"uncertainty": 120
},
"departure": {
"time": "1777889881",
"uncertainty": 120
},
"stopId": "0:TANNEUR1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777889990",
"uncertainty": 120
},
"departure": {
"time": "1777890001",
"uncertainty": 120
},
"stopId": "0:PARAIGE1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777890138",
"uncertainty": 120
},
"departure": {
"time": "1777890138",
"uncertainty": 120
},
"stopId": "0:MAZELLE1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777890360",
"uncertainty": 120
},
"departure": {
"time": "1777890422",
"uncertainty": 120
},
"stopId": "0:GARCE",
"stopSequence": 20
},
{
"arrival": {
"time": "1777890451",
"uncertainty": 120
},
"departure": {
"time": "1777890451",
"uncertainty": 120
},
"stopId": "0:STNICOL4",
"stopSequence": 21
},
{
"arrival": {
"time": "1777890571",
"uncertainty": 120
},
"departure": {
"time": "1777890631",
"uncertainty": 120
},
"stopId": "0:REPPS",
"stopSequence": 22
},
{
"arrival": {
"time": "1777890746",
"uncertainty": 120
},
"departure": {
"time": "1777890751",
"uncertainty": 120
},
"stopId": "0:ROI04",
"stopSequence": 23
},
{
"arrival": {
"time": "1777890841",
"uncertainty": 120
},
"departure": {
"time": "1777890841",
"uncertainty": 120
},
"stopId": "0:BONSEC2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777891030",
"uncertainty": 120
},
"departure": {
"time": "1777891030",
"uncertainty": 120
},
"stopId": "0:GENIE2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777891062",
"uncertainty": 120
},
"departure": {
"time": "1777891062",
"uncertainty": 120
},
"stopId": "0:BOTANIQ2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777891107",
"uncertainty": 120
},
"departure": {
"time": "1777891107",
"uncertainty": 120
},
"stopId": "0:EUROPAC2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777891167",
"uncertainty": 120
},
"departure": {
"time": "1777891167",
"uncertainty": 120
},
"stopId": "0:NATION2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777891244",
"uncertainty": 120
},
"departure": {
"time": "1777891244",
"uncertainty": 120
},
"stopId": "0:LITALDU2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777891335",
"uncertainty": 120
},
"departure": {
"time": "1777891335",
"uncertainty": 120
},
"stopId": "0:SVICTOR2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777891370",
"uncertainty": 120
},
"departure": {
"time": "1777891370",
"uncertainty": 120
},
"stopId": "0:STQUENT2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777891420",
"uncertainty": 120
},
"departure": {
"time": "1777891420",
"uncertainty": 120
},
"stopId": "0:TOURAIN2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777891456",
"uncertainty": 120
},
"departure": {
"time": "1777891456",
"uncertainty": 120
},
"stopId": "0:ALGER2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777891493",
"uncertainty": 120
},
"departure": {
"time": "1777891493",
"uncertainty": 120
},
"stopId": "0:VOSGES2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777891527",
"uncertainty": 120
},
"departure": {
"time": "1777891527",
"uncertainty": 120
},
"stopId": "0:CITSNCF2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777891557",
"uncertainty": 120
},
"departure": {
"time": "1777891557",
"uncertainty": 120
},
"stopId": "0:LOTINDU2",
"stopSequence": 36
},
{
"arrival": {
"time": "1777891623",
"uncertainty": 120
},
"departure": {
"time": "1777891623",
"uncertainty": 120
},
"stopId": "0:ROTONDE2",
"stopSequence": 37
},
{
"arrival": {
"time": "1777891651",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 38
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11852794"
},
"vehicle": {
"id": "2433",
"label": "2433"
}
}
},
{
"id": "1852795",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777889343",
"uncertainty": 120
},
"stopId": "0:OEILLET1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777889393",
"uncertainty": 120
},
"departure": {
"time": "1777889393",
"uncertainty": 120
},
"stopId": "0:PIVOINE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777889434",
"uncertainty": 120
},
"departure": {
"time": "1777889464",
"uncertainty": 120
},
"stopId": "0:JACINTH1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777889523",
"uncertainty": 120
},
"departure": {
"time": "1777889523",
"uncertainty": 120
},
"stopId": "0:LORIENT1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777889576",
"uncertainty": 120
},
"departure": {
"time": "1777889583",
"uncertainty": 120
},
"stopId": "0:FOUGERE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777889644",
"uncertainty": 120
},
"departure": {
"time": "1777889644",
"uncertainty": 120
},
"stopId": "0:GENIVAU1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777889735",
"uncertainty": 120
},
"departure": {
"time": "1777889735",
"uncertainty": 120
},
"stopId": "0:MAUJEAN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777889794",
"uncertainty": 120
},
"departure": {
"time": "1777889794",
"uncertainty": 120
},
"stopId": "0:METMAN1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777889847",
"uncertainty": 120
},
"departure": {
"time": "1777889854",
"uncertainty": 120
},
"stopId": "0:PTSOEUR1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777889945",
"uncertainty": 120
},
"departure": {
"time": "1777889945",
"uncertainty": 120
},
"stopId": "0:JURA1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777890045",
"uncertainty": 120
},
"departure": {
"time": "1777890045",
"uncertainty": 120
},
"stopId": "0:STOXEY1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777890096",
"uncertainty": 120
},
"departure": {
"time": "1777890096",
"uncertainty": 120
},
"stopId": "0:ALSLORR1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777890156",
"uncertainty": 120
},
"departure": {
"time": "1777890156",
"uncertainty": 120
},
"stopId": "0:BERNE1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777890207",
"uncertainty": 120
},
"departure": {
"time": "1777890216",
"uncertainty": 120
},
"stopId": "0:ARTILLE1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777890276",
"uncertainty": 120
},
"departure": {
"time": "1777890276",
"uncertainty": 120
},
"stopId": "0:RAPLEVY1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777890323",
"uncertainty": 120
},
"departure": {
"time": "1777890339",
"uncertainty": 120
},
"stopId": "0:JUIN1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777890505",
"uncertainty": 120
},
"departure": {
"time": "1777890516",
"uncertainty": 120
},
"stopId": "0:TANNEUR1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777890619",
"uncertainty": 120
},
"departure": {
"time": "1777890636",
"uncertainty": 120
},
"stopId": "0:PARAIGE1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777890713",
"uncertainty": 120
},
"departure": {
"time": "1777890713",
"uncertainty": 120
},
"stopId": "0:MAZELLE1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777890966",
"uncertainty": 120
},
"departure": {
"time": "1777890996",
"uncertainty": 120
},
"stopId": "0:GARCE",
"stopSequence": 20
},
{
"arrival": {
"time": "1777891027",
"uncertainty": 120
},
"departure": {
"time": "1777891027",
"uncertainty": 120
},
"stopId": "0:STNICOL4",
"stopSequence": 21
},
{
"arrival": {
"time": "1777891155",
"uncertainty": 120
},
"departure": {
"time": "1777891200",
"uncertainty": 120
},
"stopId": "0:REPPS",
"stopSequence": 22
},
{
"arrival": {
"time": "1777891318",
"uncertainty": 120
},
"departure": {
"time": "1777891318",
"uncertainty": 120
},
"stopId": "0:ROI04",
"stopSequence": 23
},
{
"arrival": {
"time": "1777891409",
"uncertainty": 120
},
"departure": {
"time": "1777891409",
"uncertainty": 120
},
"stopId": "0:BONSEC2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777891535",
"uncertainty": 120
},
"departure": {
"time": "1777891535",
"uncertainty": 120
},
"stopId": "0:GENIE2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777891567",
"uncertainty": 120
},
"departure": {
"time": "1777891567",
"uncertainty": 120
},
"stopId": "0:BOTANIQ2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777891612",
"uncertainty": 120
},
"departure": {
"time": "1777891612",
"uncertainty": 120
},
"stopId": "0:EUROPAC2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777891672",
"uncertainty": 120
},
"departure": {
"time": "1777891672",
"uncertainty": 120
},
"stopId": "0:NATION2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777891746",
"uncertainty": 120
},
"departure": {
"time": "1777891746",
"uncertainty": 120
},
"stopId": "0:LITALDU2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777891843",
"uncertainty": 120
},
"departure": {
"time": "1777891843",
"uncertainty": 120
},
"stopId": "0:SVICTOR2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777891884",
"uncertainty": 120
},
"departure": {
"time": "1777891884",
"uncertainty": 120
},
"stopId": "0:STQUENT2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777891938",
"uncertainty": 120
},
"departure": {
"time": "1777891938",
"uncertainty": 120
},
"stopId": "0:TOURAIN2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777891971",
"uncertainty": 120
},
"departure": {
"time": "1777891971",
"uncertainty": 120
},
"stopId": "0:ALGER2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777892005",
"uncertainty": 120
},
"departure": {
"time": "1777892005",
"uncertainty": 120
},
"stopId": "0:VOSGES2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777892050",
"uncertainty": 120
},
"departure": {
"time": "1777892050",
"uncertainty": 120
},
"stopId": "0:CITSNCF2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777892081",
"uncertainty": 120
},
"departure": {
"time": "1777892081",
"uncertainty": 120
},
"stopId": "0:LOTINDU2",
"stopSequence": 36
},
{
"arrival": {
"time": "1777892167",
"uncertainty": 120
},
"departure": {
"time": "1777892167",
"uncertainty": 120
},
"stopId": "0:ROTONDE2",
"stopSequence": 37
},
{
"arrival": {
"time": "1777892198",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 38
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11852795"
},
"vehicle": {
"id": "2428",
"label": "2428"
}
}
},
{
"id": "1855590",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777890520",
"uncertainty": 120
},
"stopId": "0:LUXE",
"stopSequence": 1
},
{
"arrival": {
"time": "1777890621",
"uncertainty": 120
},
"departure": {
"time": "1777890621",
"uncertainty": 120
},
"stopId": "0:FMOSELL2",
"stopSequence": 2
},
{
"arrival": {
"time": "1777890700",
"uncertainty": 120
},
"departure": {
"time": "1777890700",
"uncertainty": 120
},
"stopId": "0:TIGNO395",
"stopSequence": 3
},
{
"arrival": {
"time": "1777890736",
"uncertainty": 120
},
"departure": {
"time": "1777890736",
"uncertainty": 120
},
"stopId": "0:COLIBRI2",
"stopSequence": 4
},
{
"arrival": {
"time": "1777890788",
"uncertainty": 120
},
"departure": {
"time": "1777890820",
"uncertainty": 120
},
"stopId": "0:LEMOYNE2",
"stopSequence": 5
},
{
"arrival": {
"time": "1777890856",
"uncertainty": 120
},
"departure": {
"time": "1777890856",
"uncertainty": 120
},
"stopId": "0:NJUNG2",
"stopSequence": 6
},
{
"arrival": {
"time": "1777890888",
"uncertainty": 120
},
"departure": {
"time": "1777890888",
"uncertainty": 120
},
"stopId": "0:BUCHOZ2",
"stopSequence": 7
},
{
"arrival": {
"time": "1777890940",
"uncertainty": 120
},
"departure": {
"time": "1777890940",
"uncertainty": 120
},
"stopId": "0:SANSONN2",
"stopSequence": 8
},
{
"arrival": {
"time": "1777891034",
"uncertainty": 120
},
"departure": {
"time": "1777891034",
"uncertainty": 120
},
"stopId": "0:FRIERES2",
"stopSequence": 9
},
{
"arrival": {
"time": "1777891095",
"uncertainty": 120
},
"departure": {
"time": "1777891095",
"uncertainty": 120
},
"stopId": "0:CARREFO2",
"stopSequence": 10
},
{
"arrival": {
"time": "1777891171",
"uncertainty": 120
},
"departure": {
"time": "1777891171",
"uncertainty": 120
},
"stopId": "0:ATELMUN2",
"stopSequence": 11
},
{
"arrival": {
"time": "1777891202",
"uncertainty": 120
},
"departure": {
"time": "1777891202",
"uncertainty": 120
},
"stopId": "0:LORRYGR2",
"stopSequence": 12
},
{
"arrival": {
"time": "1777891219",
"uncertainty": 120
},
"departure": {
"time": "1777891219",
"uncertainty": 120
},
"stopId": "0:CHAPELL2",
"stopSequence": 13
},
{
"arrival": {
"time": "1777891682",
"uncertainty": 120
},
"departure": {
"time": "1777891682",
"uncertainty": 120
},
"stopId": "0:PLAQUET2",
"stopSequence": 14
},
{
"arrival": {
"time": "1777891711",
"uncertainty": 120
},
"departure": {
"time": "1777891711",
"uncertainty": 120
},
"stopId": "0:GRDRUE2",
"stopSequence": 15
},
{
"arrival": {
"time": "1777891763",
"uncertainty": 120
},
"departure": {
"time": "1777891763",
"uncertainty": 120
},
"stopId": "0:AMANVMA2",
"stopSequence": 16
},
{
"arrival": {
"time": "1777891819",
"uncertainty": 120
},
"departure": {
"time": "1777891819",
"uncertainty": 120
},
"stopId": "0:JUSTICE1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777891862",
"uncertainty": 120
},
"stopId": "0:BILAIN1",
"stopSequence": 18
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "106",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855590"
},
"vehicle": {
"id": "1637",
"label": "1637"
}
}
},
{
"id": "1855591",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777894500",
"uncertainty": 120
},
"stopId": "0:LUXE",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "106",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855591"
}
}
},
{
"id": "1855665",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777889520",
"uncertainty": 120
},
"stopId": "0:RONC4",
"stopSequence": 1
},
{
"arrival": {
"time": "1777889544",
"uncertainty": 120
},
"departure": {
"time": "1777889544",
"uncertainty": 120
},
"stopId": "0:MASARI1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777889594",
"uncertainty": 120
},
"departure": {
"time": "1777889594",
"uncertainty": 120
},
"stopId": "0:RONCEN1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777889643",
"uncertainty": 120
},
"departure": {
"time": "1777889643",
"uncertainty": 120
},
"stopId": "0:RAYMON1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777889666",
"uncertainty": 120
},
"departure": {
"time": "1777889672",
"uncertainty": 120
},
"stopId": "0:RONEGL1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777889694",
"uncertainty": 120
},
"departure": {
"time": "1777889694",
"uncertainty": 120
},
"stopId": "0:MINE01",
"stopSequence": 6
},
{
"arrival": {
"time": "1777889750",
"uncertainty": 120
},
"departure": {
"time": "1777889750",
"uncertainty": 120
},
"stopId": "0:18AOUT1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777889807",
"uncertainty": 120
},
"departure": {
"time": "1777889807",
"uncertainty": 120
},
"stopId": "0:ABBEBAU2",
"stopSequence": 8
},
{
"arrival": {
"time": "1777889838",
"uncertainty": 120
},
"departure": {
"time": "1777889838",
"uncertainty": 120
},
"stopId": "0:RUEECO02",
"stopSequence": 9
},
{
"arrival": {
"time": "1777889923",
"uncertainty": 120
},
"departure": {
"time": "1777889923",
"uncertainty": 120
},
"stopId": "0:HAMJER03",
"stopSequence": 10
},
{
"arrival": {
"time": "1777889978",
"uncertainty": 120
},
"departure": {
"time": "1777890000",
"uncertainty": 120
},
"stopId": "0:MONTAG01",
"stopSequence": 11
},
{
"arrival": {
"time": "1777890373",
"uncertainty": 120
},
"departure": {
"time": "1777890390",
"uncertainty": 120
},
"stopId": "0:BRIEYS01",
"stopSequence": 12
},
{
"arrival": {
"time": "1777890406",
"uncertainty": 120
},
"departure": {
"time": "1777890406",
"uncertainty": 120
},
"stopId": "0:SAULNYC1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777890474",
"uncertainty": 120
},
"departure": {
"time": "1777890474",
"uncertainty": 120
},
"stopId": "0:RUEMETZ1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777890510",
"uncertainty": 120
},
"departure": {
"time": "1777890510",
"uncertainty": 120
},
"stopId": "0:PLACEPU1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777890598",
"uncertainty": 120
},
"departure": {
"time": "1777890598",
"uncertainty": 120
},
"stopId": "0:LAVANDI1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777890630",
"uncertainty": 120
},
"departure": {
"time": "1777890630",
"uncertainty": 120
},
"stopId": "0:CARREFO1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777890687",
"uncertainty": 120
},
"departure": {
"time": "1777890690",
"uncertainty": 120
},
"stopId": "0:FRIERES1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777890791",
"uncertainty": 120
},
"departure": {
"time": "1777890791",
"uncertainty": 120
},
"stopId": "0:SANSONN1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777890832",
"uncertainty": 120
},
"departure": {
"time": "1777890840",
"uncertainty": 120
},
"stopId": "0:BUCHOZ1",
"stopSequence": 20
},
{
"arrival": {
"time": "1777890889",
"uncertainty": 120
},
"departure": {
"time": "1777890889",
"uncertainty": 120
},
"stopId": "0:NJUNG1",
"stopSequence": 21
},
{
"arrival": {
"time": "1777890930",
"uncertainty": 120
},
"departure": {
"time": "1777890931",
"uncertainty": 120
},
"stopId": "0:LEMOYNE1",
"stopSequence": 22
},
{
"arrival": {
"time": "1777890966",
"uncertainty": 120
},
"departure": {
"time": "1777890966",
"uncertainty": 120
},
"stopId": "0:COLIBRI1",
"stopSequence": 23
},
{
"arrival": {
"time": "1777890990",
"uncertainty": 120
},
"departure": {
"time": "1777890990",
"uncertainty": 120
},
"stopId": "0:TIGNO414",
"stopSequence": 24
},
{
"arrival": {
"time": "1777891150",
"uncertainty": 120
},
"departure": {
"time": "1777891150",
"uncertainty": 120
},
"stopId": "0:FMOSELL1",
"stopSequence": 25
},
{
"arrival": {
"time": "1777891222",
"uncertainty": 120
},
"stopId": "0:LUXE",
"stopSequence": 26
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "107",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855665"
},
"vehicle": {
"id": "1931",
"label": "1931"
}
}
},
{
"id": "1855666",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777893180",
"uncertainty": 120
},
"stopId": "0:RONC4",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "107",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855666"
}
}
},
{
"id": "1852800",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777892340",
"uncertainty": 120
},
"stopId": "0:OEILLET1",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11852800"
}
}
},
{
"id": "1852801",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777892940",
"uncertainty": 120
},
"stopId": "0:OEILLET1",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11852801"
}
}
},
{
"id": "1852802",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777893540",
"uncertainty": 120
},
"stopId": "0:OEILLET1",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11852802"
}
}
},
{
"id": "1852803",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777894140",
"uncertainty": 120
},
"stopId": "0:OEILLET1",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11852803"
}
}
},
{
"id": "1854148",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777892160",
"uncertainty": 120
},
"stopId": "0:HSCHUMA2",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854148"
}
}
},
{
"id": "1854149",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777893360",
"uncertainty": 120
},
"stopId": "0:HSCHUMA2",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854149"
}
}
},
{
"id": "1854150",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777894560",
"uncertainty": 120
},
"stopId": "0:HSCHUMA2",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854150"
}
}
},
{
"id": "1854145",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1777890899",
"uncertainty": 120
},
"departure": {
"time": "1777890902",
"uncertainty": 120
},
"stopId": "0:FON02",
"stopSequence": 26
},
{
"arrival": {
"time": "1777890932",
"uncertainty": 120
},
"stopId": "0:WOI02",
"stopSequence": 27
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854145"
}
}
},
{
"id": "1854146",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777889760",
"uncertainty": 120
},
"stopId": "0:HSCHUMA2",
"stopSequence": 1
},
{
"arrival": {
"time": "1777889911",
"uncertainty": 120
},
"departure": {
"time": "1777889911",
"uncertainty": 120
},
"stopId": "0:SER02",
"stopSequence": 2
},
{
"arrival": {
"time": "1777889987",
"uncertainty": 120
},
"departure": {
"time": "1777890001",
"uncertainty": 120
},
"stopId": "0:FEI02",
"stopSequence": 3
},
{
"arrival": {
"time": "1777890061",
"uncertainty": 120
},
"departure": {
"time": "1777890061",
"uncertainty": 120
},
"stopId": "0:SAR02",
"stopSequence": 4
},
{
"arrival": {
"time": "1777890166",
"uncertainty": 120
},
"departure": {
"time": "1777890181",
"uncertainty": 120
},
"stopId": "0:BLE02",
"stopSequence": 5
},
{
"arrival": {
"time": "1777890241",
"uncertainty": 120
},
"departure": {
"time": "1777890241",
"uncertainty": 120
},
"stopId": "0:BOR02",
"stopSequence": 6
},
{
"arrival": {
"time": "1777890301",
"uncertainty": 120
},
"departure": {
"time": "1777890301",
"uncertainty": 120
},
"stopId": "0:PRO02",
"stopSequence": 7
},
{
"arrival": {
"time": "1777890370",
"uncertainty": 120
},
"departure": {
"time": "1777890370",
"uncertainty": 120
},
"stopId": "0:BEL02",
"stopSequence": 8
},
{
"arrival": {
"time": "1777890459",
"uncertainty": 120
},
"departure": {
"time": "1777890481",
"uncertainty": 120
},
"stopId": "0:CIM02",
"stopSequence": 9
},
{
"arrival": {
"time": "1777890551",
"uncertainty": 120
},
"departure": {
"time": "1777890571",
"uncertainty": 120
},
"stopId": "0:ALC02",
"stopSequence": 10
},
{
"arrival": {
"time": "1777890614",
"uncertainty": 120
},
"departure": {
"time": "1777890614",
"uncertainty": 120
},
"stopId": "0:LEG02",
"stopSequence": 11
},
{
"arrival": {
"time": "1777890691",
"uncertainty": 120
},
"departure": {
"time": "1777890691",
"uncertainty": 120
},
"stopId": "0:SEI02",
"stopSequence": 12
},
{
"arrival": {
"time": "1777890761",
"uncertainty": 120
},
"departure": {
"time": "1777890781",
"uncertainty": 120
},
"stopId": "0:POM02",
"stopSequence": 13
},
{
"arrival": {
"time": "1777890841",
"uncertainty": 120
},
"departure": {
"time": "1777890871",
"uncertainty": 120
},
"stopId": "0:GAR02",
"stopSequence": 14
},
{
"arrival": {
"time": "1777890961",
"uncertainty": 120
},
"departure": {
"time": "1777890961",
"uncertainty": 120
},
"stopId": "0:ROI02",
"stopSequence": 15
},
{
"arrival": {
"time": "1777891053",
"uncertainty": 120
},
"departure": {
"time": "1777891053",
"uncertainty": 120
},
"stopId": "0:REP02",
"stopSequence": 16
},
{
"arrival": {
"time": "1777891245",
"uncertainty": 120
},
"departure": {
"time": "1777891245",
"uncertainty": 120
},
"stopId": "0:LUX02",
"stopSequence": 17
},
{
"arrival": {
"time": "1777891300",
"uncertainty": 120
},
"departure": {
"time": "1777891300",
"uncertainty": 120
},
"stopId": "0:VIN02",
"stopSequence": 18
},
{
"arrival": {
"time": "1777891362",
"uncertainty": 120
},
"departure": {
"time": "1777891362",
"uncertainty": 120
},
"stopId": "0:PON02",
"stopSequence": 19
},
{
"arrival": {
"time": "1777891432",
"uncertainty": 120
},
"departure": {
"time": "1777891432",
"uncertainty": 120
},
"stopId": "0:ROC02",
"stopSequence": 20
},
{
"arrival": {
"time": "1777891516",
"uncertainty": 120
},
"departure": {
"time": "1777891516",
"uncertainty": 120
},
"stopId": "0:BER02",
"stopSequence": 21
},
{
"arrival": {
"time": "1777891575",
"uncertainty": 120
},
"departure": {
"time": "1777891575",
"uncertainty": 120
},
"stopId": "0:CAS02",
"stopSequence": 22
},
{
"arrival": {
"time": "1777891683",
"uncertainty": 120
},
"departure": {
"time": "1777891683",
"uncertainty": 120
},
"stopId": "0:JOB02",
"stopSequence": 23
},
{
"arrival": {
"time": "1777891770",
"uncertainty": 120
},
"departure": {
"time": "1777891770",
"uncertainty": 120
},
"stopId": "0:ROU02",
"stopSequence": 24
},
{
"arrival": {
"time": "1777891847",
"uncertainty": 120
},
"departure": {
"time": "1777891847",
"uncertainty": 120
},
"stopId": "0:CHA02",
"stopSequence": 25
},
{
"arrival": {
"time": "1777891935",
"uncertainty": 120
},
"departure": {
"time": "1777891935",
"uncertainty": 120
},
"stopId": "0:FON02",
"stopSequence": 26
},
{
"arrival": {
"time": "1777891965",
"uncertainty": 120
},
"stopId": "0:WOI02",
"stopSequence": 27
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854146"
},
"vehicle": {
"id": "1325",
"label": "1325"
}
}
},
{
"id": "1854147",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777890992",
"uncertainty": 120
},
"stopId": "0:HSCHUMA2",
"stopSequence": 1
},
{
"arrival": {
"time": "1777891182",
"uncertainty": 120
},
"departure": {
"time": "1777891182",
"uncertainty": 120
},
"stopId": "0:SER02",
"stopSequence": 2
},
{
"arrival": {
"time": "1777891258",
"uncertainty": 120
},
"departure": {
"time": "1777891258",
"uncertainty": 120
},
"stopId": "0:FEI02",
"stopSequence": 3
},
{
"arrival": {
"time": "1777891319",
"uncertainty": 120
},
"departure": {
"time": "1777891319",
"uncertainty": 120
},
"stopId": "0:SAR02",
"stopSequence": 4
},
{
"arrival": {
"time": "1777891427",
"uncertainty": 120
},
"departure": {
"time": "1777891427",
"uncertainty": 120
},
"stopId": "0:BLE02",
"stopSequence": 5
},
{
"arrival": {
"time": "1777891488",
"uncertainty": 120
},
"departure": {
"time": "1777891488",
"uncertainty": 120
},
"stopId": "0:BOR02",
"stopSequence": 6
},
{
"arrival": {
"time": "1777891575",
"uncertainty": 120
},
"departure": {
"time": "1777891575",
"uncertainty": 120
},
"stopId": "0:PRO02",
"stopSequence": 7
},
{
"arrival": {
"time": "1777891639",
"uncertainty": 120
},
"departure": {
"time": "1777891639",
"uncertainty": 120
},
"stopId": "0:BEL02",
"stopSequence": 8
},
{
"arrival": {
"time": "1777891730",
"uncertainty": 120
},
"departure": {
"time": "1777891730",
"uncertainty": 120
},
"stopId": "0:CIM02",
"stopSequence": 9
},
{
"arrival": {
"time": "1777891818",
"uncertainty": 120
},
"departure": {
"time": "1777891818",
"uncertainty": 120
},
"stopId": "0:ALC02",
"stopSequence": 10
},
{
"arrival": {
"time": "1777891876",
"uncertainty": 120
},
"departure": {
"time": "1777891876",
"uncertainty": 120
},
"stopId": "0:LEG02",
"stopSequence": 11
},
{
"arrival": {
"time": "1777891955",
"uncertainty": 120
},
"departure": {
"time": "1777891955",
"uncertainty": 120
},
"stopId": "0:SEI02",
"stopSequence": 12
},
{
"arrival": {
"time": "1777892026",
"uncertainty": 120
},
"departure": {
"time": "1777892026",
"uncertainty": 120
},
"stopId": "0:POM02",
"stopSequence": 13
},
{
"arrival": {
"time": "1777892087",
"uncertainty": 120
},
"departure": {
"time": "1777892087",
"uncertainty": 120
},
"stopId": "0:GAR02",
"stopSequence": 14
},
{
"arrival": {
"time": "1777892179",
"uncertainty": 120
},
"departure": {
"time": "1777892179",
"uncertainty": 120
},
"stopId": "0:ROI02",
"stopSequence": 15
},
{
"arrival": {
"time": "1777892250",
"uncertainty": 120
},
"departure": {
"time": "1777892250",
"uncertainty": 120
},
"stopId": "0:REP02",
"stopSequence": 16
},
{
"arrival": {
"time": "1777892446",
"uncertainty": 120
},
"departure": {
"time": "1777892446",
"uncertainty": 120
},
"stopId": "0:LUX02",
"stopSequence": 17
},
{
"arrival": {
"time": "1777892511",
"uncertainty": 120
},
"departure": {
"time": "1777892511",
"uncertainty": 120
},
"stopId": "0:VIN02",
"stopSequence": 18
},
{
"arrival": {
"time": "1777892588",
"uncertainty": 120
},
"departure": {
"time": "1777892588",
"uncertainty": 120
},
"stopId": "0:PON02",
"stopSequence": 19
},
{
"arrival": {
"time": "1777892670",
"uncertainty": 120
},
"departure": {
"time": "1777892670",
"uncertainty": 120
},
"stopId": "0:ROC02",
"stopSequence": 20
},
{
"arrival": {
"time": "1777892770",
"uncertainty": 120
},
"departure": {
"time": "1777892770",
"uncertainty": 120
},
"stopId": "0:BER02",
"stopSequence": 21
},
{
"arrival": {
"time": "1777892825",
"uncertainty": 120
},
"departure": {
"time": "1777892825",
"uncertainty": 120
},
"stopId": "0:CAS02",
"stopSequence": 22
},
{
"arrival": {
"time": "1777892970",
"uncertainty": 120
},
"departure": {
"time": "1777892970",
"uncertainty": 120
},
"stopId": "0:JOB02",
"stopSequence": 23
},
{
"arrival": {
"time": "1777893089",
"uncertainty": 120
},
"departure": {
"time": "1777893089",
"uncertainty": 120
},
"stopId": "0:ROU02",
"stopSequence": 24
},
{
"arrival": {
"time": "1777893197",
"uncertainty": 120
},
"departure": {
"time": "1777893197",
"uncertainty": 120
},
"stopId": "0:CHA02",
"stopSequence": 25
},
{
"arrival": {
"time": "1777893298",
"uncertainty": 120
},
"departure": {
"time": "1777893298",
"uncertainty": 120
},
"stopId": "0:FON02",
"stopSequence": 26
},
{
"arrival": {
"time": "1777893330",
"uncertainty": 120
},
"stopId": "0:WOI02",
"stopSequence": 27
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854147"
},
"vehicle": {
"id": "1311",
"label": "1311"
}
}
},
{
"id": "1855807",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777890316",
"uncertainty": 120
},
"stopId": "0:VILLERS1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777890389",
"uncertainty": 120
},
"departure": {
"time": "1777890389",
"uncertainty": 120
},
"stopId": "0:LAQUENY1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777890446",
"uncertainty": 120
},
"departure": {
"time": "1777890446",
"uncertainty": 120
},
"stopId": "0:PRENET1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777890698",
"uncertainty": 120
},
"departure": {
"time": "1777890698",
"uncertainty": 120
},
"stopId": "0:CHEVROT1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777890744",
"uncertainty": 120
},
"departure": {
"time": "1777890744",
"uncertainty": 120
},
"stopId": "0:AUBIGNY1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777890838",
"uncertainty": 120
},
"departure": {
"time": "1777890838",
"uncertainty": 120
},
"stopId": "0:ARSLAQU1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777890876",
"uncertainty": 120
},
"departure": {
"time": "1777890876",
"uncertainty": 120
},
"stopId": "0:VECRIN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777891031",
"uncertainty": 120
},
"departure": {
"time": "1777891031",
"uncertainty": 120
},
"stopId": "0:DOLICHE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777891076",
"uncertainty": 120
},
"departure": {
"time": "1777891076",
"uncertainty": 120
},
"stopId": "0:CUVION1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777891100",
"uncertainty": 120
},
"departure": {
"time": "1777891100",
"uncertainty": 120
},
"stopId": "0:PASSOTE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777891216",
"uncertainty": 120
},
"stopId": "0:GDECOLE1",
"stopSequence": 11
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "112",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855807"
},
"vehicle": {
"id": "22430",
"label": "22430"
}
}
},
{
"id": "1854200",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777890600",
"uncertainty": 120
},
"stopId": "0:MIC02",
"stopSequence": 1
},
{
"arrival": {
"time": "1777890691",
"uncertainty": 120
},
"departure": {
"time": "1777890691",
"uncertainty": 120
},
"stopId": "0:COL02",
"stopSequence": 2
},
{
"arrival": {
"time": "1777890749",
"uncertainty": 120
},
"departure": {
"time": "1777890749",
"uncertainty": 120
},
"stopId": "0:CLO02",
"stopSequence": 3
},
{
"arrival": {
"time": "1777890837",
"uncertainty": 120
},
"departure": {
"time": "1777890841",
"uncertainty": 120
},
"stopId": "0:BLE02",
"stopSequence": 4
},
{
"arrival": {
"time": "1777890901",
"uncertainty": 120
},
"departure": {
"time": "1777890901",
"uncertainty": 120
},
"stopId": "0:BOR02",
"stopSequence": 5
},
{
"arrival": {
"time": "1777890991",
"uncertainty": 120
},
"departure": {
"time": "1777890991",
"uncertainty": 120
},
"stopId": "0:PRO02",
"stopSequence": 6
},
{
"arrival": {
"time": "1777891078",
"uncertainty": 120
},
"departure": {
"time": "1777891078",
"uncertainty": 120
},
"stopId": "0:BEL02",
"stopSequence": 7
},
{
"arrival": {
"time": "1777891169",
"uncertainty": 120
},
"departure": {
"time": "1777891169",
"uncertainty": 120
},
"stopId": "0:CIM02",
"stopSequence": 8
},
{
"arrival": {
"time": "1777891257",
"uncertainty": 120
},
"departure": {
"time": "1777891257",
"uncertainty": 120
},
"stopId": "0:ALC02",
"stopSequence": 9
},
{
"arrival": {
"time": "1777891315",
"uncertainty": 120
},
"departure": {
"time": "1777891315",
"uncertainty": 120
},
"stopId": "0:LEG02",
"stopSequence": 10
},
{
"arrival": {
"time": "1777891394",
"uncertainty": 120
},
"departure": {
"time": "1777891394",
"uncertainty": 120
},
"stopId": "0:SEI02",
"stopSequence": 11
},
{
"arrival": {
"time": "1777891465",
"uncertainty": 120
},
"departure": {
"time": "1777891465",
"uncertainty": 120
},
"stopId": "0:POM02",
"stopSequence": 12
},
{
"arrival": {
"time": "1777891526",
"uncertainty": 120
},
"departure": {
"time": "1777891526",
"uncertainty": 120
},
"stopId": "0:GAR02",
"stopSequence": 13
},
{
"arrival": {
"time": "1777891618",
"uncertainty": 120
},
"departure": {
"time": "1777891618",
"uncertainty": 120
},
"stopId": "0:ROI02",
"stopSequence": 14
},
{
"arrival": {
"time": "1777891685",
"uncertainty": 120
},
"departure": {
"time": "1777891685",
"uncertainty": 120
},
"stopId": "0:REP02",
"stopSequence": 15
},
{
"arrival": {
"time": "1777891879",
"uncertainty": 120
},
"departure": {
"time": "1777891879",
"uncertainty": 120
},
"stopId": "0:LUX02",
"stopSequence": 16
},
{
"arrival": {
"time": "1777891939",
"uncertainty": 120
},
"departure": {
"time": "1777891939",
"uncertainty": 120
},
"stopId": "0:VIN02",
"stopSequence": 17
},
{
"arrival": {
"time": "1777892008",
"uncertainty": 120
},
"departure": {
"time": "1777892008",
"uncertainty": 120
},
"stopId": "0:PON02",
"stopSequence": 18
},
{
"arrival": {
"time": "1777892083",
"uncertainty": 120
},
"departure": {
"time": "1777892083",
"uncertainty": 120
},
"stopId": "0:ROC02",
"stopSequence": 19
},
{
"arrival": {
"time": "1777892174",
"uncertainty": 120
},
"departure": {
"time": "1777892174",
"uncertainty": 120
},
"stopId": "0:BER02",
"stopSequence": 20
},
{
"arrival": {
"time": "1777892232",
"uncertainty": 120
},
"departure": {
"time": "1777892232",
"uncertainty": 120
},
"stopId": "0:CAS02",
"stopSequence": 21
},
{
"arrival": {
"time": "1777892356",
"uncertainty": 120
},
"departure": {
"time": "1777892356",
"uncertainty": 120
},
"stopId": "0:JOB02",
"stopSequence": 22
},
{
"arrival": {
"time": "1777892457",
"uncertainty": 120
},
"departure": {
"time": "1777892457",
"uncertainty": 120
},
"stopId": "0:ROU02",
"stopSequence": 23
},
{
"arrival": {
"time": "1777892548",
"uncertainty": 120
},
"departure": {
"time": "1777892548",
"uncertainty": 120
},
"stopId": "0:CHA02",
"stopSequence": 24
},
{
"arrival": {
"time": "1777892642",
"uncertainty": 120
},
"departure": {
"time": "1777892642",
"uncertainty": 120
},
"stopId": "0:FON02",
"stopSequence": 25
},
{
"arrival": {
"time": "1777892673",
"uncertainty": 120
},
"stopId": "0:WOI02",
"stopSequence": 26
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854200"
},
"vehicle": {
"id": "1324",
"label": "1324"
}
}
},
{
"id": "1854201",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777891800",
"uncertainty": 120
},
"stopId": "0:MIC02",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854201"
}
}
},
{
"id": "1854202",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777893000",
"uncertainty": 120
},
"stopId": "0:MIC02",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854202"
}
}
},
{
"id": "1854203",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777894200",
"uncertainty": 120
},
"stopId": "0:MIC02",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854203"
}
}
},
{
"id": "1854199",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777889400",
"uncertainty": 120
},
"stopId": "0:MIC02",
"stopSequence": 1
},
{
"arrival": {
"time": "1777889481",
"uncertainty": 120
},
"departure": {
"time": "1777889491",
"uncertainty": 120
},
"stopId": "0:COL02",
"stopSequence": 2
},
{
"arrival": {
"time": "1777889557",
"uncertainty": 120
},
"departure": {
"time": "1777889582",
"uncertainty": 120
},
"stopId": "0:CLO02",
"stopSequence": 3
},
{
"arrival": {
"time": "1777889641",
"uncertainty": 120
},
"departure": {
"time": "1777889701",
"uncertainty": 120
},
"stopId": "0:BLE02",
"stopSequence": 4
},
{
"arrival": {
"time": "1777889768",
"uncertainty": 120
},
"departure": {
"time": "1777889768",
"uncertainty": 120
},
"stopId": "0:BOR02",
"stopSequence": 5
},
{
"arrival": {
"time": "1777889881",
"uncertainty": 120
},
"departure": {
"time": "1777889911",
"uncertainty": 120
},
"stopId": "0:PRO02",
"stopSequence": 6
},
{
"arrival": {
"time": "1777889994",
"uncertainty": 120
},
"departure": {
"time": "1777890001",
"uncertainty": 120
},
"stopId": "0:BEL02",
"stopSequence": 7
},
{
"arrival": {
"time": "1777890089",
"uncertainty": 120
},
"departure": {
"time": "1777890091",
"uncertainty": 120
},
"stopId": "0:CIM02",
"stopSequence": 8
},
{
"arrival": {
"time": "1777890186",
"uncertainty": 120
},
"departure": {
"time": "1777890211",
"uncertainty": 120
},
"stopId": "0:ALC02",
"stopSequence": 9
},
{
"arrival": {
"time": "1777890265",
"uncertainty": 120
},
"departure": {
"time": "1777890271",
"uncertainty": 120
},
"stopId": "0:LEG02",
"stopSequence": 10
},
{
"arrival": {
"time": "1777890346",
"uncertainty": 120
},
"departure": {
"time": "1777890361",
"uncertainty": 120
},
"stopId": "0:SEI02",
"stopSequence": 11
},
{
"arrival": {
"time": "1777890421",
"uncertainty": 120
},
"departure": {
"time": "1777890451",
"uncertainty": 120
},
"stopId": "0:POM02",
"stopSequence": 12
},
{
"arrival": {
"time": "1777890538",
"uncertainty": 120
},
"departure": {
"time": "1777890602",
"uncertainty": 120
},
"stopId": "0:GAR02",
"stopSequence": 13
},
{
"arrival": {
"time": "1777890677",
"uncertainty": 120
},
"departure": {
"time": "1777890691",
"uncertainty": 120
},
"stopId": "0:ROI02",
"stopSequence": 14
},
{
"arrival": {
"time": "1777890781",
"uncertainty": 120
},
"departure": {
"time": "1777890841",
"uncertainty": 120
},
"stopId": "0:REP02",
"stopSequence": 15
},
{
"arrival": {
"time": "1777891085",
"uncertainty": 120
},
"departure": {
"time": "1777891085",
"uncertainty": 120
},
"stopId": "0:LUX02",
"stopSequence": 16
},
{
"arrival": {
"time": "1777891140",
"uncertainty": 120
},
"departure": {
"time": "1777891140",
"uncertainty": 120
},
"stopId": "0:VIN02",
"stopSequence": 17
},
{
"arrival": {
"time": "1777891202",
"uncertainty": 120
},
"departure": {
"time": "1777891202",
"uncertainty": 120
},
"stopId": "0:PON02",
"stopSequence": 18
},
{
"arrival": {
"time": "1777891272",
"uncertainty": 120
},
"departure": {
"time": "1777891272",
"uncertainty": 120
},
"stopId": "0:ROC02",
"stopSequence": 19
},
{
"arrival": {
"time": "1777891356",
"uncertainty": 120
},
"departure": {
"time": "1777891356",
"uncertainty": 120
},
"stopId": "0:BER02",
"stopSequence": 20
},
{
"arrival": {
"time": "1777891415",
"uncertainty": 120
},
"departure": {
"time": "1777891415",
"uncertainty": 120
},
"stopId": "0:CAS02",
"stopSequence": 21
},
{
"arrival": {
"time": "1777891523",
"uncertainty": 120
},
"departure": {
"time": "1777891523",
"uncertainty": 120
},
"stopId": "0:JOB02",
"stopSequence": 22
},
{
"arrival": {
"time": "1777891610",
"uncertainty": 120
},
"departure": {
"time": "1777891610",
"uncertainty": 120
},
"stopId": "0:ROU02",
"stopSequence": 23
},
{
"arrival": {
"time": "1777891687",
"uncertainty": 120
},
"departure": {
"time": "1777891687",
"uncertainty": 120
},
"stopId": "0:CHA02",
"stopSequence": 24
},
{
"arrival": {
"time": "1777891775",
"uncertainty": 120
},
"departure": {
"time": "1777891775",
"uncertainty": 120
},
"stopId": "0:FON02",
"stopSequence": 25
},
{
"arrival": {
"time": "1777891805",
"uncertainty": 120
},
"stopId": "0:WOI02",
"stopSequence": 26
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854199"
},
"vehicle": {
"id": "2142",
"label": "2142"
}
}
},
{
"id": "1855776",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777893000",
"uncertainty": 120
},
"stopId": "0:FRANCLO1",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 0,
"routeId": "111",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855776"
}
}
},
{
"id": "1853220",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777889160",
"uncertainty": 120
},
"stopId": "0:LELAC1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777889242",
"uncertainty": 120
},
"departure": {
"time": "1777889251",
"uncertainty": 120
},
"stopId": "0:FALOGNE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777889318",
"uncertainty": 120
},
"departure": {
"time": "1777889318",
"uncertainty": 120
},
"stopId": "0:LADAME1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777889388",
"uncertainty": 120
},
"departure": {
"time": "1777889400",
"uncertainty": 120
},
"stopId": "0:30JOURS1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777889450",
"uncertainty": 120
},
"departure": {
"time": "1777889450",
"uncertainty": 120
},
"stopId": "0:DOLICHE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777889503",
"uncertainty": 120
},
"departure": {
"time": "1777889503",
"uncertainty": 120
},
"stopId": "0:CUVION1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777889550",
"uncertainty": 120
},
"departure": {
"time": "1777889550",
"uncertainty": 120
},
"stopId": "0:PASSOTE1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777889653",
"uncertainty": 120
},
"departure": {
"time": "1777889671",
"uncertainty": 120
},
"stopId": "0:GDECOLE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777889797",
"uncertainty": 120
},
"departure": {
"time": "1777889797",
"uncertainty": 120
},
"stopId": "0:GRIGY1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777889988",
"uncertainty": 120
},
"departure": {
"time": "1777890000",
"uncertainty": 120
},
"stopId": "0:PEUPLIE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777890138",
"uncertainty": 120
},
"departure": {
"time": "1777890150",
"uncertainty": 120
},
"stopId": "0:OBERL668",
"stopSequence": 11
},
{
"arrival": {
"time": "1777890210",
"uncertainty": 120
},
"departure": {
"time": "1777890210",
"uncertainty": 120
},
"stopId": "0:CLAUDEL1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777890300",
"uncertainty": 120
},
"departure": {
"time": "1777890300",
"uncertainty": 120
},
"stopId": "0:GOUSSEL1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777890340",
"uncertainty": 120
},
"departure": {
"time": "1777890340",
"uncertainty": 120
},
"stopId": "0:HESTAUX1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777890411",
"uncertainty": 120
},
"departure": {
"time": "1777890420",
"uncertainty": 120
},
"stopId": "0:DUCROCQ1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777890490",
"uncertainty": 120
},
"departure": {
"time": "1777890490",
"uncertainty": 120
},
"stopId": "0:COLLIGN1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777890510",
"uncertainty": 120
},
"departure": {
"time": "1777890510",
"uncertainty": 120
},
"stopId": "0:HERMITE1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777890540",
"uncertainty": 120
},
"departure": {
"time": "1777890540",
"uncertainty": 120
},
"stopId": "0:FRIANT1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777890612",
"uncertainty": 120
},
"departure": {
"time": "1777890630",
"uncertainty": 120
},
"stopId": "0:SEILLE1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777890901",
"uncertainty": 120
},
"departure": {
"time": "1777891020",
"uncertainty": 120
},
"stopId": "0:GARCE",
"stopSequence": 20
},
{
"arrival": {
"time": "1777891051",
"uncertainty": 120
},
"departure": {
"time": "1777891051",
"uncertainty": 120
},
"stopId": "0:STNICOL4",
"stopSequence": 21
},
{
"arrival": {
"time": "1777891196",
"uncertainty": 120
},
"departure": {
"time": "1777891196",
"uncertainty": 120
},
"stopId": "0:REPBW",
"stopSequence": 22
},
{
"arrival": {
"time": "1777891387",
"uncertainty": 120
},
"departure": {
"time": "1777891387",
"uncertainty": 120
},
"stopId": "0:LUXS",
"stopSequence": 23
},
{
"arrival": {
"time": "1777891465",
"uncertainty": 120
},
"departure": {
"time": "1777891465",
"uncertainty": 120
},
"stopId": "0:FMOSELL2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777891551",
"uncertainty": 120
},
"departure": {
"time": "1777891551",
"uncertainty": 120
},
"stopId": "0:TIGNO395",
"stopSequence": 25
},
{
"arrival": {
"time": "1777891588",
"uncertainty": 120
},
"departure": {
"time": "1777891588",
"uncertainty": 120
},
"stopId": "0:COLIBRI2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777891639",
"uncertainty": 120
},
"departure": {
"time": "1777891639",
"uncertainty": 120
},
"stopId": "0:LEMOYNE2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777891712",
"uncertainty": 120
},
"departure": {
"time": "1777891712",
"uncertainty": 120
},
"stopId": "0:NJUNG2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777891760",
"uncertainty": 120
},
"departure": {
"time": "1777891760",
"uncertainty": 120
},
"stopId": "0:BUCHOZ2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777891827",
"uncertainty": 120
},
"departure": {
"time": "1777891827",
"uncertainty": 120
},
"stopId": "0:BUTTE2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777891857",
"uncertainty": 120
},
"departure": {
"time": "1777891857",
"uncertainty": 120
},
"stopId": "0:MIRABEL2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777891890",
"uncertainty": 120
},
"departure": {
"time": "1777891890",
"uncertainty": 120
},
"stopId": "0:VIGNES2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777892031",
"uncertainty": 120
},
"stopId": "0:FELIX420",
"stopSequence": 33
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853220"
},
"vehicle": {
"id": "2153",
"label": "2153"
}
}
},
{
"id": "1853221",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777890992",
"uncertainty": 120
},
"stopId": "0:LELAC1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777891036",
"uncertainty": 120
},
"departure": {
"time": "1777891036",
"uncertainty": 120
},
"stopId": "0:FALOGNE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777891083",
"uncertainty": 120
},
"departure": {
"time": "1777891083",
"uncertainty": 120
},
"stopId": "0:LADAME1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777891143",
"uncertainty": 120
},
"departure": {
"time": "1777891143",
"uncertainty": 120
},
"stopId": "0:30JOURS1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777891174",
"uncertainty": 120
},
"departure": {
"time": "1777891174",
"uncertainty": 120
},
"stopId": "0:DOLICHE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777891221",
"uncertainty": 120
},
"departure": {
"time": "1777891221",
"uncertainty": 120
},
"stopId": "0:CUVION1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777891247",
"uncertainty": 120
},
"departure": {
"time": "1777891247",
"uncertainty": 120
},
"stopId": "0:PASSOTE1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777891367",
"uncertainty": 120
},
"departure": {
"time": "1777891367",
"uncertainty": 120
},
"stopId": "0:GDECOLE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777891486",
"uncertainty": 120
},
"departure": {
"time": "1777891486",
"uncertainty": 120
},
"stopId": "0:GRIGY1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777891660",
"uncertainty": 120
},
"departure": {
"time": "1777891660",
"uncertainty": 120
},
"stopId": "0:PEUPLIE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777891766",
"uncertainty": 120
},
"departure": {
"time": "1777891766",
"uncertainty": 120
},
"stopId": "0:OBERL668",
"stopSequence": 11
},
{
"arrival": {
"time": "1777891834",
"uncertainty": 120
},
"departure": {
"time": "1777891834",
"uncertainty": 120
},
"stopId": "0:CLAUDEL1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777891919",
"uncertainty": 120
},
"departure": {
"time": "1777891919",
"uncertainty": 120
},
"stopId": "0:GOUSSEL1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777891939",
"uncertainty": 120
},
"departure": {
"time": "1777891939",
"uncertainty": 120
},
"stopId": "0:HESTAUX1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777892008",
"uncertainty": 120
},
"departure": {
"time": "1777892008",
"uncertainty": 120
},
"stopId": "0:DUCROCQ1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777892088",
"uncertainty": 120
},
"departure": {
"time": "1777892088",
"uncertainty": 120
},
"stopId": "0:COLLIGN1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777892109",
"uncertainty": 120
},
"departure": {
"time": "1777892109",
"uncertainty": 120
},
"stopId": "0:HERMITE1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777892146",
"uncertainty": 120
},
"departure": {
"time": "1777892146",
"uncertainty": 120
},
"stopId": "0:FRIANT1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777892218",
"uncertainty": 120
},
"departure": {
"time": "1777892218",
"uncertainty": 120
},
"stopId": "0:SEILLE1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777892494",
"uncertainty": 120
},
"departure": {
"time": "1777892494",
"uncertainty": 120
},
"stopId": "0:GARCE",
"stopSequence": 20
},
{
"arrival": {
"time": "1777892547",
"uncertainty": 120
},
"departure": {
"time": "1777892547",
"uncertainty": 120
},
"stopId": "0:STNICOL4",
"stopSequence": 21
},
{
"arrival": {
"time": "1777892742",
"uncertainty": 120
},
"departure": {
"time": "1777892742",
"uncertainty": 120
},
"stopId": "0:REPBW",
"stopSequence": 22
},
{
"arrival": {
"time": "1777893032",
"uncertainty": 120
},
"departure": {
"time": "1777893032",
"uncertainty": 120
},
"stopId": "0:LUXS",
"stopSequence": 23
},
{
"arrival": {
"time": "1777893105",
"uncertainty": 120
},
"departure": {
"time": "1777893105",
"uncertainty": 120
},
"stopId": "0:FMOSELL2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777893223",
"uncertainty": 120
},
"departure": {
"time": "1777893223",
"uncertainty": 120
},
"stopId": "0:TIGNO395",
"stopSequence": 25
},
{
"arrival": {
"time": "1777893258",
"uncertainty": 120
},
"departure": {
"time": "1777893258",
"uncertainty": 120
},
"stopId": "0:COLIBRI2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777893293",
"uncertainty": 120
},
"departure": {
"time": "1777893293",
"uncertainty": 120
},
"stopId": "0:LEMOYNE2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777893351",
"uncertainty": 120
},
"departure": {
"time": "1777893351",
"uncertainty": 120
},
"stopId": "0:NJUNG2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777893407",
"uncertainty": 120
},
"departure": {
"time": "1777893407",
"uncertainty": 120
},
"stopId": "0:BUCHOZ2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777893474",
"uncertainty": 120
},
"departure": {
"time": "1777893474",
"uncertainty": 120
},
"stopId": "0:BUTTE2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777893520",
"uncertainty": 120
},
"departure": {
"time": "1777893520",
"uncertainty": 120
},
"stopId": "0:MIRABEL2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777893552",
"uncertainty": 120
},
"departure": {
"time": "1777893552",
"uncertainty": 120
},
"stopId": "0:VIGNES2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777893693",
"uncertainty": 120
},
"stopId": "0:FELIX420",
"stopSequence": 33
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853221"
},
"vehicle": {
"id": "2151",
"label": "2151"
}
}
},
{
"id": "1853222",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777892700",
"uncertainty": 120
},
"stopId": "0:LELAC1",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853222"
}
}
},
{
"id": "1853223",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777894560",
"uncertainty": 120
},
"stopId": "0:LELAC1",
"stopSequence": 1
}
],
"timestamp": "1777891022",
"trip": {
"directionId": 1,
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853223"
}
}
}
],
"header": {
"gtfsRealtimeVersion": "2.0",
"timestamp": "1777891022"
}
}