Détails de la ressource
La base de données multimodale présente de manière agrégée les horaires et les arrêts des réseaux de transport public normands en temps réel. Elle est le support du calculateur d’itinéraires Atoumod.fr, piloté par le Syndicat mixte Atoumod.
Cette ressource fait partie du jeu de données Agrégat des réseaux urbains et interurbains de Normandie.
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
❌39 801 erreurs, 3 117 avertissements
De nombreuses erreurs de validation indiquent que les identifiants du GTFS-RT ne correspondent pas aux identifiants du GTFS.
Les shapes présentes dans le GTFS ont été ignorées, certaines règles de validation n'ont pas été vérifiées.
Validation effectuée en utilisant le fichier GTFS en vigueur et le GTFS-RT, le 07/04/2026 à 09h10 Europe/Paris avec le validateur GTFS-RT de MobilityData.
Erreurs
GTFS-rt trip_id does not exist in GTFS data and does not have schedule_relationship of ADDED E003 103 erreurs
All trip_ids provided in the GTFS-rt feed must exist in the GTFS data, unless the schedule_relationship is ADDED
Exemples d'erreurs
- trip_id ATOUMOD001:ServiceJourney:TCARx16682:LOC does not exist in the GTFS data and does not have schedule_relationship of ADDED
- trip_id ATOUMOD001:ServiceJourney:TNIx493:LOC does not exist in the GTFS data and does not have schedule_relationship of ADDED
- trip_id ATOUMOD001:ServiceJourney:TCARx16699:LOC does not exist in the GTFS data and does not have schedule_relationship of ADDED
- trip_id ATOUMOD002:ServiceJourney:OCESN3302F46717x2026x03x29T20x55x37Z:LOC does not exist in the GTFS data and does not have schedule_relationship of ADDED
- trip_id ATOUMOD001:ServiceJourney:TCARx12600:LOC does not exist in the GTFS data and does not have schedule_relationship of ADDED
GTFS-rt route_id does not exist in GTFS data E004 1 erreur
All route_ids provided in the GTFS-rt feed must exist in the GTFS data
Exemples d'erreurs
- route_id ATOUMOD036:Line:5051629704314880:LOC does not exist in the GTFS data routes.txt
GTFS-rt stop_id does not exist in GTFS data E011 1 erreur
All stop_ids referenced in GTFS-rt feeds must exist in GTFS stops.txt
Exemples d'erreurs
- trip_id ATOUMOD036:ServiceJourney:4589520822468608x0:LOC stop_id FR:14431:ZE:4909941786673152:ATOUMOD036 does not exist in GTFS data stops.txt
stop_times_updates not strictly sorted E002 871 erreurs
stop_time_updates for a given trip_id must be strictly sorted by increasing stop_sequence
Exemples d'erreurs
- trip_id ATOUMOD005:ServiceJourney:401:LOC stop_sequence [4, 23, 6] is not strictly sorted by increasing stop_sequence
- trip_id ATOUMOD006:ServiceJourney:7x2470557:LOC stop_sequence [1, 18, 3] is not strictly sorted by increasing stop_sequence
- trip_id ATOUMOD035:ServiceJourney:3746205x2025xHxMultxLxMxLunxxxMarx00:LOC stop_sequence [18, 33, 29] is not strictly sorted by increasing stop_sequence
- trip_id ATOUMOD021:ServiceJourney:61xHO10xxMxxVxx:LOC stop_sequence [16, 20, 6] is not strictly sorted by increasing stop_sequence
- trip_id ATOUMOD001:ServiceJourney:TCARx18031:LOC stop_sequence [6, 11, 5] is not strictly sorted by increasing stop_sequence
Sequential stop_time_update times are not increasing E022 36 662 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 ATOUMOD005:ServiceJourney:401:LOC stop_sequence 6 arrival_time 10:55:00 (1775552100) is less than previous stop arrival_time 11:24:05 (1775553845) - times must increase between two sequential stops
- trip_id ATOUMOD005:ServiceJourney:401:LOC stop_sequence 6 arrival_time 10:55:00 (1775552100) is less than previous stop departure_time 11:24:05 (1775553845) - times must increase between two sequential stops
- trip_id ATOUMOD005:ServiceJourney:401:LOC stop_sequence 6 departure_time 10:55:00 (1775552100) is less than previous stop departure_time 11:24:05 (1775553845) - times must increase between two sequential stops
- trip_id ATOUMOD005:ServiceJourney:401:LOC stop_sequence 6 departure_time 10:55:00 (1775552100) is less than previous stop arrival_time 11:24:05 (1775553845) - times must increase between two sequential stops
- trip_id ATOUMOD005:ServiceJourney:401:LOC stop_sequence 7 arrival_time 10:56:00 (1775552160) is less than previous stop arrival_time 10:59:00 (1775552340) - times must increase between two sequential stops
trip direction_id does not match GTFS data E024 857 erreurs
GTFS-rt trip direction_id must match the direction_id in GTFS trips.txt
Exemples d'erreurs
- GTFS-rt trip_id ATOUMOD005:ServiceJourney:401:LOC trip.direction_id is 1 but GTFS trip.direction_id is 0 - direction_id does not match
- GTFS-rt trip_id ATOUMOD004:ServiceJourney:SemainexSCOC596619:LOC trip.direction_id is 1 but GTFS trip.direction_id is 0 - direction_id does not match
- GTFS-rt trip_id ATOUMOD006:ServiceJourney:7x2470557:LOC trip.direction_id is 1 but GTFS trip.direction_id is 0 - direction_id does not match
- GTFS-rt trip_id ATOUMOD035:ServiceJourney:3746205x2025xHxMultxLxMxLunxxxMarx00:LOC trip.direction_id is 2 but GTFS trip.direction_id is 1 - direction_id does not match
- GTFS-rt trip_id ATOUMOD021:ServiceJourney:61xHO10xxMxxVxx:LOC trip.direction_id is 2 but GTFS trip.direction_id is 1 - direction_id does not match
stop_time_update departure time is before arrival time E025 17 erreurs
Within the same stop_time_update, arrival and departures times can be the same, or the departure time can be later than the arrival time - the departure time should never come before the arrival time.
Exemples d'erreurs
- trip_id ATOUMOD035:ServiceJourney:3746162x2025xHxMultxLxMxLunxxxMarx00:LOC stop_sequence 36 departure_time 09:07:00 (1775545620) is less than the same stop arrival_time 09:08:41 (1775545721) - departure time must be equal to or greater than arrival time
- trip_id ATOUMOD021:ServiceJourney:59xHO10xxMxxVxx:LOC stop_sequence 9 departure_time 08:21:00 (1775542860) is less than the same stop arrival_time 08:24:01 (1775543041) - departure time must be equal to or greater than arrival time
- trip_id ATOUMOD035:ServiceJourney:3746158x2025xHxMultxLxMxLunxxxMarx00:LOC stop_sequence 45 departure_time 08:15:00 (1775542500) is less than the same stop arrival_time 08:23:57 (1775543037) - departure time must be equal to or greater than arrival time
- trip_id ATOUMOD035:ServiceJourney:3747892x2025xHxMultxLxMxLunxxxMarx00:LOC stop_sequence 3 departure_time 09:08:00 (1775545680) is less than the same stop arrival_time 09:08:38 (1775545718) - departure time must be equal to or greater than arrival time
- trip_id ATOUMOD035:ServiceJourney:3745720x2025xHxMultxLxMxLunxxxMarx00:LOC stop_sequence 26 departure_time 09:03:00 (1775545380) is less than the same stop arrival_time 09:08:44 (1775545724) - departure time must be equal to or greater than arrival time
GTFS-rt trip.trip_id does not belong to GTFS-rt trip.route_id in GTFS trips.txt E035 81 erreurs
The GTFS-rt trip.trip_id should belong to the specified trip.route_id in GTFS trips.txt
Exemples d'erreurs
- GTFS-rt entity ID SM:ATOUMOD005:ServiceJourney:401:LOC trip_id ATOUMOD005:ServiceJourney:401:LOC has route_id ATOUMOD005:Line:2:LOC but belongs to GTFS route_id ATOUMOD005:Line:1:LOC in GTFS trips.txt
- GTFS-rt entity ID SM:ATOUMOD005:ServiceJourney:523:LOC trip_id ATOUMOD005:ServiceJourney:523:LOC has route_id ATOUMOD005:Line:2:LOC but belongs to GTFS route_id ATOUMOD005:Line:1:LOC in GTFS trips.txt
- GTFS-rt entity ID SM:ATOUMOD005:ServiceJourney:457:LOC trip_id ATOUMOD005:ServiceJourney:457:LOC has route_id ATOUMOD005:Line:97:LOC but belongs to GTFS route_id ATOUMOD005:Line:2:LOC in GTFS trips.txt
- GTFS-rt entity ID SM:ATOUMOD005:ServiceJourney:217:LOC trip_id ATOUMOD005:ServiceJourney:217:LOC has route_id ATOUMOD005:Line:1:LOC but belongs to GTFS route_id ATOUMOD005:Line:15:LOC in GTFS trips.txt
- GTFS-rt entity ID SM:ATOUMOD005:ServiceJourney:435:LOC trip_id ATOUMOD005:ServiceJourney:435:LOC has route_id ATOUMOD005:Line:2:LOC but belongs to GTFS route_id ATOUMOD005:Line:97:LOC in GTFS trips.txt
GTFS-rt stop_time_update stop_sequence and stop_id do not match GTFS E045 415 erreurs
If GTFS-rt stop_time_update contains both stop_sequence and stop_id, the values must match the GTFS data in stop_times.txt
Exemples d'erreurs
- GTFS-rt trip_id ATOUMOD005:ServiceJourney:401:LOC stop_sequence 4 has stop_id FR:76217:ZE:18206:ATOUMOD005 but GTFS stop_sequence 4 has stop_id FR:76217:ZE:18176:ATOUMOD005 - stop_ids should be the same
- GTFS-rt trip_id ATOUMOD005:ServiceJourney:401:LOC stop_sequence 23 has stop_id FR:76217:ZE:18021:ATOUMOD005 but GTFS stop_sequence 23 has stop_id FR:76217:ZE:18320:ATOUMOD005 - stop_ids should be the same
- GTFS-rt trip_id ATOUMOD001:ServiceJourney:TCARx18031:LOC stop_sequence 6 has stop_id FR:76157:ZE:TCARxDOCRO2:ATOUMOD001 but GTFS stop_sequence 6 has stop_id FR:76410:ZE:TCARxARCON2:ATOUMOD001 - stop_ids should be the same
- GTFS-rt trip_id ATOUMOD001:ServiceJourney:TCARx18031:LOC stop_sequence 11 has stop_id FR:76157:ZE:TCARxBUCHH0:ATOUMOD001 but GTFS stop_sequence 11 has stop_id FR:76216:ZE:TCARxJFERR0:ATOUMOD001 - stop_ids should be the same
- GTFS-rt trip_id ATOUMOD001:ServiceJourney:TCARx16832:LOC stop_sequence 3 has stop_id FR:76095:ZE:TCARxGRIGN0:ATOUMOD001 but GTFS stop_sequence 3 has stop_id FR:76599:ZE:TCARxREGLI1:ATOUMOD001 - stop_ids should be the same
timestamp is in the future E050 1 erreur
All timestamps must be less than the current time
Exemples d'erreurs
- header.timestamp 09:11:05 (1775545865) is 1 min 6 sec greater than 09:09:58 (1775545798421) - the current time in milliseconds
GTFS-rt stop_sequence not found in GTFS data E051 792 erreurs
All stop_time_update stop_sequences in GTFS-realtime data must appear in GTFS stop_times.txt for that trip
Exemples d'erreurs
- GTFS-rt trip_id ATOUMOD005:ServiceJourney:401:LOC contains stop_sequence 6 that does not exist in GTFS stop_times.txt for this trip
- GTFS-rt trip_id ATOUMOD004:ServiceJourney:SemainexSCOC596619:LOC contains stop_sequence 21 that does not exist in GTFS stop_times.txt for this trip
- GTFS-rt trip_id ATOUMOD006:ServiceJourney:7x2470557:LOC contains stop_sequence 3 that does not exist in GTFS stop_times.txt for this trip
- GTFS-rt trip_id ATOUMOD035:ServiceJourney:3746205x2025xHxMultxLxMxLunxxxMarx00:LOC contains stop_sequence 29 that does not exist in GTFS stop_times.txt for this trip
- GTFS-rt trip_id ATOUMOD021:ServiceJourney:61xHO10xxMxxVxx:LOC contains stop_sequence 6 that does not exist in GTFS stop_times.txt for this trip
Avertissements
vehicle_id not populated W002 1 039 erreurs
vehicle_id should be populated for TripUpdates and VehiclePositions
Exemples d'erreurs
- trip_id ATOUMOD005:ServiceJourney:401:LOC does not have a vehicle_id
- trip_id ATOUMOD004:ServiceJourney:SemainexSCOC596619:LOC does not have a vehicle_id
- trip_id ATOUMOD006:ServiceJourney:7x2470557:LOC does not have a vehicle_id
- trip_id ATOUMOD035:ServiceJourney:3746205x2025xHxMultxLxMxLunxxxMarx00:LOC does not have a vehicle_id
- trip_id ATOUMOD021:ServiceJourney:61xHO10xxMxxVxx:LOC does not have a vehicle_id
schedule_relationship not populated W009 2 078 erreurs
trip.schedule_relationship and stop_time_update.schedule_relationship should be populated
Exemples d'erreurs
- trip_id ATOUMOD005:ServiceJourney:401:LOC stop_sequence 4 (and potentially more for this trip) does not have a schedule_relationship
- trip_id ATOUMOD005:ServiceJourney:401:LOC does not have a schedule_relationship
- trip_id ATOUMOD004:ServiceJourney:SemainexSCOC596619:LOC stop_sequence 21 (and potentially more for this trip) does not have a schedule_relationship
- trip_id ATOUMOD004:ServiceJourney:SemainexSCOC596619:LOC does not have a schedule_relationship
- trip_id ATOUMOD006:ServiceJourney:7x2470557:LOC stop_sequence 1 (and potentially more for this trip) does not have a schedule_relationship
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 |
|---|---|---|---|
| E002 | stop_time_updates for a given trip_id must be strictly sorted by increasing stop_sequence | 12 234 | 26 fois (100 % des validations) |
| E003 | All trip_ids provided in the GTFS-rt feed must exist in the GTFS data, unless the schedule_relationship is ADDED | 1 917 | 26 fois (100 % des validations) |
| E022 | stop_time_update arrival/departure times between sequential stops should always increase - they should never be the same or decrease. | 488 148 | 26 fois (100 % des validations) |
| E024 | GTFS-rt trip direction_id must match the direction_id in GTFS trips.txt | 12 949 | 26 fois (100 % des validations) |
| E045 | If GTFS-rt stop_time_update contains both stop_sequence and stop_id, the values must match the GTFS data in stop_times.txt | 4 210 | 26 fois (100 % des validations) |
| E051 | All stop_time_update stop_sequences in GTFS-realtime data must appear in GTFS stop_times.txt for that trip | 10 501 | 26 fois (100 % des validations) |
| W002 | vehicle_id should be populated for TripUpdates and VehiclePositions | 15 146 | 26 fois (100 % des validations) |
| W009 | trip.schedule_relationship and stop_time_update.schedule_relationship should be populated | 30 291 | 26 fois (100 % des validations) |
| E025 | Within the same stop_time_update, arrival and departures times can be the same, or the departure time can be later than the arrival time - the departure time should never come before the arrival time. | 326 | 24 fois (92 % des validations) |
| E035 | The GTFS-rt trip.trip_id should belong to the specified trip.route_id in GTFS trips.txt | 447 | 19 fois (73 % des validations) |
| E050 | All timestamps must be less than the current time | 23 | 18 fois (69 % des validations) |
| E011 | All stop_ids referenced in GTFS-rt feeds must exist in GTFS stops.txt | 1 173 | 16 fois (62 % des validations) |
| E004 | All route_ids provided in the GTFS-rt feed must exist in the GTFS data | 258 | 13 fois (50 % des validations) |
| E037 | Sequential GTFS-rt trip stop_time_updates shouldn't have the same stop_id | 14 | 11 fois (42 % des validations) |
| E040 | All stop_time_updates must contain stop_id or stop_sequence - both fields cannot be left blank | 14 | 8 fois (31 % des validations) |
| E043 | If a stop_time_update doesn't have a schedule_relationship of SKIPPED or NO_DATA, then either arrival or departure must be provided | 14 | 8 fois (31 % des validations) |
Contenu du flux GTFS-RT
Entités
Entités présentes dans ce flux le 07/04/2026 à 13h09 Europe/Paris.
trip_updates (1 110) 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 07/04/2026 à 13h09 Europe/Paris. Vous pouvez consulter la documentation GTFS-RT.
{
"entity": [
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx13407:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -22780,
"time": "1775562560"
},
"departure": {
"delay": -22780,
"time": "1775562560"
},
"stopId": "FR:76575:ZE:TCARxCATEL1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": -22763,
"time": "1775562637"
},
"departure": {
"delay": -22763,
"time": "1775562637"
},
"stopId": "FR:76575:ZE:TCARxESIGE2:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": -22815,
"time": "1775562165"
},
"departure": {
"delay": -22815,
"time": "1775562165"
},
"stopId": "FR:76575:ZE:TCARxCORN21:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -22800,
"time": "1775562480"
},
"departure": {
"delay": -22800,
"time": "1775562480"
},
"stopId": "FR:76575:ZE:TCARxELANG1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -22756,
"time": "1775562524"
},
"departure": {
"delay": -22756,
"time": "1775562524"
},
"stopId": "FR:76575:ZE:TCARxJBREL1:ATOUMOD001",
"stopSequence": 9
}
],
"timestamp": "1775524750",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx06:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx13407:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746205x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 128,
"time": "1775538925"
},
"departure": {
"delay": 128,
"time": "1775538968"
},
"stopId": "FR:50129:ZE:10THH4:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 251,
"time": "1775540381"
},
"departure": {
"delay": 251,
"time": "1775540411"
},
"stopId": "FR:50129:ZE:10LAV2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 191,
"time": "1775540069"
},
"departure": {
"delay": 191,
"time": "1775540111"
},
"stopId": "FR:50129:ZE:10HUI2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 35,
"time": "1775538022"
},
"departure": {
"delay": 35,
"time": "1775538035"
},
"stopId": "FR:50129:ZE:10CVE2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 107,
"time": "1775538256"
},
"departure": {
"delay": 107,
"time": "1775538287"
},
"stopId": "FR:50129:ZE:10JEA2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 44,
"time": "1775539261"
},
"departure": {
"delay": 44,
"time": "1775539304"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 213,
"time": "1775540179"
},
"departure": {
"delay": 213,
"time": "1775540193"
},
"stopId": "FR:50129:ZE:10BEL2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 331,
"time": "1775541503"
},
"departure": {
"delay": 331,
"time": "1775541511"
},
"stopId": "FR:50129:ZE:10EPH1:ATOUMOD035",
"stopSequence": 49
},
{
"arrival": {
"delay": 107,
"time": "1775538153"
},
"departure": {
"delay": 107,
"time": "1775538167"
},
"stopId": "FR:50129:ZE:10MYO2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 221,
"time": "1775540534"
},
"departure": {
"delay": 221,
"time": "1775540561"
},
"stopId": "FR:50129:ZE:10ZOL2:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 245,
"time": "1775540438"
},
"departure": {
"delay": 245,
"time": "1775540465"
},
"stopId": "FR:50129:ZE:10DUB2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 54,
"time": "1775538521"
},
"departure": {
"delay": 54,
"time": "1775538534"
},
"stopId": "FR:50129:ZE:10LLM2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 250,
"time": "1775540679"
},
"departure": {
"delay": 250,
"time": "1775540710"
},
"stopId": "FR:50129:ZE:10BHE2:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 95,
"time": "1775538296"
},
"departure": {
"delay": 95,
"time": "1775538335"
},
"stopId": "FR:50129:ZE:10ZPH2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 292,
"time": "1775540897"
},
"departure": {
"delay": 292,
"time": "1775540932"
},
"stopId": "FR:50129:ZE:10BON2:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": 220,
"time": "1775539860"
},
"departure": {
"delay": 220,
"time": "1775539900"
},
"stopId": "FR:50129:ZE:10HDI4:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 243,
"time": "1775539757"
},
"departure": {
"delay": 243,
"time": "1775539803"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 187,
"time": "1775539526"
},
"departure": {
"delay": 187,
"time": "1775539567"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 43,
"time": "1775537827"
},
"departure": {
"delay": 43,
"time": "1775537863"
},
"stopId": "FR:50129:ZE:10JGO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 103,
"time": "1775538792"
},
"departure": {
"delay": 103,
"time": "1775538823"
},
"stopId": "FR:50129:ZE:10LCP2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 159,
"time": "1775539992"
},
"departure": {
"delay": 159,
"time": "1775540019"
},
"stopId": "FR:50129:ZE:10TRA6:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 82,
"time": "1775539179"
},
"departure": {
"delay": 82,
"time": "1775539222"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 20
},
{
"departure": {
"delay": 17,
"time": "1775537777"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 67,
"time": "1775537926"
},
"departure": {
"delay": 67,
"time": "1775538007"
},
"stopId": "FR:50129:ZE:10COS2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 257,
"time": "1775540623"
},
"departure": {
"delay": 257,
"time": "1775540657"
},
"stopId": "FR:50129:ZE:10LON2:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 380,
"time": "1775541351"
},
"departure": {
"delay": 380,
"time": "1775541440"
},
"stopId": "FR:50129:ZE:10COF2:ATOUMOD035",
"stopSequence": 47
},
{
"arrival": {
"delay": 88,
"time": "1775538692"
},
"departure": {
"delay": 88,
"time": "1775538748"
},
"stopId": "FR:50129:ZE:10BHC2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 303,
"time": "1775540735"
},
"departure": {
"delay": 303,
"time": "1775540763"
},
"stopId": "FR:50129:ZE:10CPL2:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"delay": 216,
"time": "1775541025"
},
"departure": {
"delay": 216,
"time": "1775541036"
},
"stopId": "FR:50129:ZE:10CAR2:ATOUMOD035",
"stopSequence": 44
},
{
"arrival": {
"delay": 273,
"time": "1775540833"
},
"departure": {
"delay": 273,
"time": "1775540853"
},
"stopId": "FR:50129:ZE:10ARA2:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"delay": 349,
"time": "1775541458"
},
"departure": {
"delay": 349,
"time": "1775541469"
},
"stopId": "FR:50129:ZE:10SFG2:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"delay": 78,
"time": "1775538056"
},
"departure": {
"delay": 78,
"time": "1775538078"
},
"stopId": "FR:50129:ZE:10RSX2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 130,
"time": "1775539028"
},
"departure": {
"delay": 130,
"time": "1775539090"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 112,
"time": "1775538616"
},
"departure": {
"delay": 112,
"time": "1775538652"
},
"stopId": "FR:50129:ZE:10LUM2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 247,
"time": "1775540243"
},
"departure": {
"delay": 247,
"time": "1775540287"
},
"stopId": "FR:50129:ZE:10HOM2:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 297,
"time": "1775540797"
},
"departure": {
"delay": 297,
"time": "1775540817"
},
"stopId": "FR:50129:ZE:10PRE2:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": 213,
"time": "1775541081"
},
"departure": {
"delay": 213,
"time": "1775541093"
},
"stopId": "FR:50129:ZE:10SFN2:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"delay": 196,
"time": "1775539605"
},
"departure": {
"delay": 196,
"time": "1775539636"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 219,
"time": "1775539657"
},
"departure": {
"delay": 219,
"time": "1775539719"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 72,
"time": "1775538351"
},
"departure": {
"delay": 72,
"time": "1775538372"
},
"stopId": "FR:50129:ZE:10ART2:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 249,
"time": "1775540937"
},
"departure": {
"delay": 249,
"time": "1775540949"
},
"stopId": "FR:50129:ZE:10BRT2:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"delay": 242,
"time": "1775540970"
},
"departure": {
"delay": 242,
"time": "1775541002"
},
"stopId": "FR:50129:ZE:10HOU2:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": 81,
"time": "1775538099"
},
"departure": {
"delay": 81,
"time": "1775538141"
},
"stopId": "FR:50129:ZE:10MGT2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 186,
"time": "1775541102"
},
"departure": {
"delay": 186,
"time": "1775541126"
},
"stopId": "FR:50129:ZE:10ALB2:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"delay": 61,
"time": "1775538567"
},
"departure": {
"delay": 61,
"time": "1775538601"
},
"stopId": "FR:50129:ZE:10JMO2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 96,
"time": "1775538178"
},
"departure": {
"delay": 96,
"time": "1775538216"
},
"stopId": "FR:50129:ZE:10NOR4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 321,
"time": "1775541561"
},
"stopId": "FR:50129:ZE:10MAX1:ATOUMOD035",
"stopSequence": 50
},
{
"arrival": {
"delay": 252,
"time": "1775540322"
},
"departure": {
"delay": 252,
"time": "1775540352"
},
"stopId": "FR:50129:ZE:10AGO2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 71,
"time": "1775538465"
},
"departure": {
"delay": 71,
"time": "1775538491"
},
"stopId": "FR:50129:ZE:10BRO2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 174,
"time": "1775539939"
},
"departure": {
"delay": 174,
"time": "1775539974"
},
"stopId": "FR:50129:ZE:10REP4:ATOUMOD035",
"stopSequence": 27
}
],
"timestamp": "1775560079",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746205x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD021:ServiceJourney:76:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 102,
"time": "1775557270"
},
"departure": {
"delay": 102,
"time": "1775557302"
},
"stopId": "FR:14333:ZE:39:ATOUMOD021",
"stopSequence": 20
},
{
"arrival": {
"delay": 355,
"time": "1775556261"
},
"departure": {
"delay": 355,
"time": "1775556295"
},
"stopId": "FR:14333:ZE:14:ATOUMOD021",
"stopSequence": 7
},
{
"arrival": {
"delay": 222,
"time": "1775556913"
},
"departure": {
"delay": 222,
"time": "1775556942"
},
"stopId": "FR:14333:ZE:27:ATOUMOD021",
"stopSequence": 14
},
{
"arrival": {
"delay": 356,
"time": "1775556226"
},
"departure": {
"delay": 356,
"time": "1775556236"
},
"stopId": "FR:14333:ZE:12:ATOUMOD021",
"stopSequence": 6
},
{
"departure": {
"delay": 250,
"time": "1775555650"
},
"stopId": "FR:14333:ZE:2:ATOUMOD021",
"stopSequence": 1
},
{
"arrival": {
"delay": 113,
"time": "1775557193"
},
"departure": {
"delay": 113,
"time": "1775557193"
},
"stopId": "FR:14333:ZE:35:ATOUMOD021",
"stopSequence": 18
},
{
"arrival": {
"delay": 225,
"time": "1775557038"
},
"departure": {
"delay": 225,
"time": "1775557065"
},
"stopId": "FR:14333:ZE:29:ATOUMOD021",
"stopSequence": 15
},
{
"arrival": {
"delay": 231,
"time": "1775557117"
},
"departure": {
"delay": 231,
"time": "1775557131"
},
"stopId": "FR:14333:ZE:31:ATOUMOD021",
"stopSequence": 16
},
{
"arrival": {
"delay": 93,
"time": "1775557225"
},
"departure": {
"delay": 93,
"time": "1775557233"
},
"stopId": "FR:14333:ZE:37:ATOUMOD021",
"stopSequence": 19
},
{
"arrival": {
"time": "1775556362"
},
"departure": {
"time": "1775556060"
},
"stopId": "FR:14333:ZE:18:ATOUMOD021",
"stopSequence": 9
},
{
"arrival": {
"delay": 412,
"time": "1775556529"
},
"departure": {
"delay": 412,
"time": "1775556592"
},
"stopId": "FR:14333:ZE:22:ATOUMOD021",
"stopSequence": 11
},
{
"arrival": {
"delay": 391,
"time": "1775556044"
},
"departure": {
"delay": 391,
"time": "1775556091"
},
"stopId": "FR:14333:ZE:8:ATOUMOD021",
"stopSequence": 4
},
{
"arrival": {
"delay": 320,
"time": "1775556738"
},
"departure": {
"delay": 320,
"time": "1775556800"
},
"stopId": "FR:14536:ZE:23:ATOUMOD021",
"stopSequence": 12
},
{
"arrival": {
"delay": 294,
"time": "1775555719"
},
"departure": {
"delay": 294,
"time": "1775555874"
},
"stopId": "FR:14333:ZE:6:ATOUMOD021",
"stopSequence": 3
},
{
"arrival": {
"delay": 394,
"time": "1775556459"
},
"departure": {
"delay": 394,
"time": "1775556514"
},
"stopId": "FR:14333:ZE:20:ATOUMOD021",
"stopSequence": 10
},
{
"arrival": {
"delay": 278,
"time": "1775556878"
},
"departure": {
"delay": 278,
"time": "1775556878"
},
"stopId": "FR:14333:ZE:25:ATOUMOD021",
"stopSequence": 13
},
{
"arrival": {
"delay": 344,
"time": "1775556116"
},
"departure": {
"delay": 344,
"time": "1775556164"
},
"stopId": "FR:14333:ZE:10:ATOUMOD021",
"stopSequence": 5
},
{
"arrival": {
"delay": 217,
"time": "1775555671"
},
"departure": {
"delay": 217,
"time": "1775555677"
},
"stopId": "FR:14333:ZE:4:ATOUMOD021",
"stopSequence": 2
},
{
"arrival": {
"delay": -30,
"time": "1775557350"
},
"stopId": "FR:14333:ZE:41:ATOUMOD021",
"stopSequence": 21
},
{
"arrival": {
"delay": 338,
"time": "1775556327"
},
"departure": {
"delay": 338,
"time": "1775556338"
},
"stopId": "FR:14333:ZE:16:ATOUMOD021",
"stopSequence": 8
},
{
"arrival": {
"delay": 211,
"time": "1775557162"
},
"departure": {
"delay": 211,
"time": "1775557171"
},
"stopId": "FR:14333:ZE:33:ATOUMOD021",
"stopSequence": 17
}
],
"timestamp": "1775559490",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD021:Line:A:LOC",
"tripId": "ATOUMOD021:ServiceJourney:76:LOC"
}
}
},
{
"id": "SM:ATOUMOD021:ServiceJourney:61xHO10xxMxxVxx:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 69,
"time": "1775545838"
},
"departure": {
"delay": 69,
"time": "1775545869"
},
"stopId": "FR:14333:ZE:13:ATOUMOD021",
"stopSequence": 16
},
{
"arrival": {
"delay": 259,
"time": "1775546471"
},
"departure": {
"delay": 259,
"time": "1775546479"
},
"stopId": "FR:14333:ZE:5:ATOUMOD021",
"stopSequence": 20
},
{
"arrival": {
"delay": 161,
"time": "1775544812"
},
"departure": {
"delay": 161,
"time": "1775544821"
},
"stopId": "FR:14333:ZE:32:ATOUMOD021",
"stopSequence": 6
},
{
"arrival": {
"delay": 223,
"time": "1775545051"
},
"departure": {
"delay": 223,
"time": "1775545123"
},
"stopId": "FR:14333:ZE:28:ATOUMOD021",
"stopSequence": 8
},
{
"arrival": {
"delay": 38,
"time": "1775545709"
},
"departure": {
"delay": 38,
"time": "1775545718"
},
"stopId": "FR:14333:ZE:17:ATOUMOD021",
"stopSequence": 14
},
{
"arrival": {
"delay": 266,
"time": "1775546373"
},
"departure": {
"delay": 266,
"time": "1775546426"
},
"stopId": "FR:14333:ZE:7:ATOUMOD021",
"stopSequence": 19
},
{
"arrival": {
"delay": 90,
"time": "1775545464"
},
"departure": {
"delay": 90,
"time": "1775545530"
},
"stopId": "FR:14333:ZE:22:ATOUMOD021",
"stopSequence": 11
},
{
"arrival": {
"delay": 187,
"time": "1775544773"
},
"departure": {
"delay": 187,
"time": "1775544787"
},
"stopId": "FR:14333:ZE:34:ATOUMOD021",
"stopSequence": 5
},
{
"arrival": {
"delay": 176,
"time": "1775545284"
},
"departure": {
"delay": 176,
"time": "1775545316"
},
"stopId": "FR:14536:ZE:24:ATOUMOD021",
"stopSequence": 10
},
{
"arrival": {
"delay": 128,
"time": "1775545677"
},
"departure": {
"delay": 128,
"time": "1775545688"
},
"stopId": "FR:14333:ZE:19:ATOUMOD021",
"stopSequence": 13
},
{
"arrival": {
"delay": 195,
"time": "1775544675"
},
"departure": {
"delay": 195,
"time": "1775544675"
},
"stopId": "FR:14333:ZE:38:ATOUMOD021",
"stopSequence": 3
},
{
"arrival": {
"delay": 90,
"time": "1775545552"
},
"departure": {
"delay": 90,
"time": "1775545590"
},
"stopId": "FR:14333:ZE:21:ATOUMOD021",
"stopSequence": 12
},
{
"arrival": {
"delay": 86,
"time": "1775545955"
},
"departure": {
"delay": 86,
"time": "1775546006"
},
"stopId": "FR:14333:ZE:11:ATOUMOD021",
"stopSequence": 17
},
{
"arrival": {
"delay": 198,
"time": "1775544731"
},
"departure": {
"delay": 198,
"time": "1775544738"
},
"stopId": "FR:14333:ZE:36:ATOUMOD021",
"stopSequence": 4
},
{
"arrival": {
"delay": 55,
"time": "1775545789"
},
"departure": {
"delay": 55,
"time": "1775545795"
},
"stopId": "FR:14333:ZE:15:ATOUMOD021",
"stopSequence": 15
},
{
"arrival": {
"delay": 163,
"time": "1775544859"
},
"departure": {
"delay": 163,
"time": "1775544943"
},
"stopId": "FR:14333:ZE:30:ATOUMOD021",
"stopSequence": 7
},
{
"arrival": {
"delay": 260,
"time": "1775546540"
},
"stopId": "FR:14333:ZE:3:ATOUMOD021",
"stopSequence": 21
},
{
"arrival": {
"delay": 195,
"time": "1775545207"
},
"departure": {
"delay": 195,
"time": "1775545215"
},
"stopId": "FR:14536:ZE:26:ATOUMOD021",
"stopSequence": 9
},
{
"arrival": {
"delay": 92,
"time": "1775546090"
},
"departure": {
"delay": 92,
"time": "1775546132"
},
"stopId": "FR:14333:ZE:9:ATOUMOD021",
"stopSequence": 18
},
{
"arrival": {
"delay": 205,
"time": "1775544585"
},
"departure": {
"delay": 205,
"time": "1775544625"
},
"stopId": "FR:14333:ZE:40:ATOUMOD021",
"stopSequence": 2
},
{
"departure": {
"time": "1775544300"
},
"stopId": "FR:14333:ZE:41:ATOUMOD021",
"stopSequence": 1
}
],
"timestamp": "1775560077",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD021:Line:A:LOC",
"tripId": "ATOUMOD021:ServiceJourney:61xHO10xxMxxVxx:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3758059x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 39,
"time": "1775559358"
},
"departure": {
"delay": 39,
"time": "1775559399"
},
"stopId": "FR:50615:ZE:VALZA2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 10,
"time": "1775558338"
},
"departure": {
"delay": 10,
"time": "1775558350"
},
"stopId": "FR:50087:ZE:BRXBP2:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 49,
"time": "1775559920"
},
"departure": {
"delay": 49,
"time": "1775560009"
},
"stopId": "FR:50615:ZE:VALGS1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 81,
"time": "1775557084"
},
"departure": {
"delay": 81,
"time": "1775557101"
},
"stopId": "FR:50129:ZE:10JAR1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 18,
"time": "1775557204"
},
"departure": {
"delay": 18,
"time": "1775557218"
},
"stopId": "FR:50129:ZE:10ODR1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 56,
"time": "1775557608"
},
"departure": {
"delay": 56,
"time": "1775557616"
},
"stopId": "FR:50129:ZE:10MXR2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 8,
"time": "1775557240"
},
"departure": {
"delay": 8,
"time": "1775557268"
},
"stopId": "FR:50129:ZE:10SRN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 57,
"time": "1775559686"
},
"departure": {
"delay": 57,
"time": "1775559777"
},
"stopId": "FR:50615:ZE:VALCH2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 114,
"time": "1775557669"
},
"departure": {
"delay": 114,
"time": "1775557734"
},
"stopId": "FR:50129:ZE:10CEN2:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 17,
"time": "1775558515"
},
"departure": {
"delay": 17,
"time": "1775558537"
},
"stopId": "FR:50087:ZE:BRXSTA:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 14,
"time": "1775557136"
},
"departure": {
"delay": 14,
"time": "1775557154"
},
"stopId": "FR:50129:ZE:10BOS1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 12,
"time": "1775557983"
},
"departure": {
"delay": 12,
"time": "1775557992"
},
"stopId": "FR:50599:ZE:TOLNR2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 50,
"time": "1775557455"
},
"departure": {
"delay": 50,
"time": "1775557490"
},
"stopId": "FR:50129:ZE:10MAG2:ATOUMOD035",
"stopSequence": 6
},
{
"departure": {
"delay": 67,
"time": "1775556967"
},
"stopId": "FR:50129:ZE:10PEM3:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 27,
"time": "1775557875"
},
"departure": {
"delay": 27,
"time": "1775557887"
},
"stopId": "FR:50599:ZE:10ZCT2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 30,
"time": "1775560110"
},
"departure": {
"delay": 30,
"time": "1775560110"
},
"stopId": "FR:50615:ZE:VALCA2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 23,
"time": "1775559623"
},
"departure": {
"delay": 23,
"time": "1775559623"
},
"stopId": "FR:50615:ZE:VALFB1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 37,
"time": "1775558878"
},
"departure": {
"delay": 37,
"time": "1775558917"
},
"stopId": "FR:50579:ZE:SOTML2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 30,
"time": "1775560710"
},
"stopId": "FR:50341:ZE:MONAP2:ATOUMOD035",
"stopSequence": 19
}
],
"timestamp": "1775560076",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:D:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3758059x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx12598:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 2482,
"time": "1775562262"
},
"departure": {
"delay": 2482,
"time": "1775562262"
},
"stopId": "FR:76475:ZE:TCARxFERME1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 2481,
"time": "1775562201"
},
"departure": {
"delay": 2481,
"time": "1775562201"
},
"stopId": "FR:76475:ZE:TCARxCROCH1:ATOUMOD001",
"stopSequence": 7
},
{
"departure": {
"delay": 2460,
"time": "1775561880"
},
"stopId": "FR:76475:ZE:TCARxGALIL1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 2430,
"time": "1775562090"
},
"departure": {
"delay": 2430,
"time": "1775562090"
},
"stopId": "FR:76475:ZE:TCARxCOTYR1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 2460,
"time": "1775562120"
},
"departure": {
"delay": 2460,
"time": "1775562120"
},
"stopId": "FR:76475:ZE:TCARxHVFRA1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 2468,
"time": "1775562308"
},
"departure": {
"delay": 2468,
"time": "1775562308"
},
"stopId": "FR:76475:ZE:TCARxVADAI1:ATOUMOD001",
"stopSequence": 9
}
],
"timestamp": "1775559865",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx05:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx12598:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4230312x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 10,
"time": "1775560210"
},
"departure": {
"delay": 10,
"time": "1775560210"
},
"stopId": "FR:76351:ZE:3384:ATOUMOD003",
"stopSequence": 29
},
{
"arrival": {
"delay": 18,
"time": "1775560458"
},
"departure": {
"delay": 18,
"time": "1775560458"
},
"stopId": "FR:76351:ZE:4883:ATOUMOD003",
"stopSequence": 34
},
{
"arrival": {
"delay": 44,
"time": "1775560424"
},
"departure": {
"delay": 44,
"time": "1775560424"
},
"stopId": "FR:76351:ZE:3611:ATOUMOD003",
"stopSequence": 33
},
{
"departure": {
"delay": 42,
"time": "1775560062"
},
"stopId": "FR:76351:ZE:3708:ATOUMOD003",
"stopSequence": 27
},
{
"arrival": {
"delay": 42,
"time": "1775560602"
},
"departure": {
"delay": 42,
"time": "1775560602"
},
"stopId": "FR:76351:ZE:3704:ATOUMOD003",
"stopSequence": 38
},
{
"arrival": {
"delay": 10,
"time": "1775560330"
},
"departure": {
"delay": 10,
"time": "1775560330"
},
"stopId": "FR:76351:ZE:3101:ATOUMOD003",
"stopSequence": 31
},
{
"arrival": {
"delay": 10,
"time": "1775560630"
},
"stopId": "FR:76351:ZE:3212:ATOUMOD003",
"stopSequence": 39
},
{
"arrival": {
"delay": 56,
"time": "1775560556"
},
"departure": {
"delay": 56,
"time": "1775560556"
},
"stopId": "FR:76351:ZE:4080:ATOUMOD003",
"stopSequence": 37
},
{
"arrival": {
"delay": 69,
"time": "1775560269"
},
"departure": {
"delay": 69,
"time": "1775560269"
},
"stopId": "FR:76351:ZE:3654:ATOUMOD003",
"stopSequence": 30
},
{
"arrival": {
"delay": 10,
"time": "1775560510"
},
"departure": {
"delay": 10,
"time": "1775560510"
},
"stopId": "FR:76351:ZE:3257:ATOUMOD003",
"stopSequence": 35
},
{
"arrival": {
"delay": 58,
"time": "1775560378"
},
"departure": {
"delay": 58,
"time": "1775560378"
},
"stopId": "FR:76351:ZE:3228:ATOUMOD003",
"stopSequence": 32
},
{
"departure": {
"delay": 50,
"time": "1775560010"
},
"stopId": "FR:76351:ZE:4874:ATOUMOD003",
"stopSequence": 26
},
{
"arrival": {
"delay": 35,
"time": "1775560535"
},
"departure": {
"delay": 35,
"time": "1775560535"
},
"stopId": "FR:76351:ZE:3043:ATOUMOD003",
"stopSequence": 36
},
{
"arrival": {
"delay": 56,
"time": "1775560136"
},
"departure": {
"delay": 56,
"time": "1775560136"
},
"stopId": "FR:76351:ZE:3710:ATOUMOD003",
"stopSequence": 28
},
{
"departure": {
"delay": 9,
"time": "1775559969"
},
"stopId": "FR:76351:ZE:3729:ATOUMOD003",
"stopSequence": 25
}
],
"timestamp": "1775560069",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:C5:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4230312x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx11304:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -1518,
"time": "1775561982"
},
"departure": {
"delay": -1518,
"time": "1775561982"
},
"stopId": "FR:76705:ZE:TCARxTOPAR2:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -1560,
"time": "1775562120"
},
"departure": {
"delay": -1560,
"time": "1775562120"
},
"stopId": "FR:76484:ZE:TCARxPOLOI0:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": -1523,
"time": "1775561917"
},
"departure": {
"delay": -1523,
"time": "1775561917"
},
"stopId": "FR:76705:ZE:TCARxTOMAN2:ATOUMOD001",
"stopSequence": 2
}
],
"timestamp": "1775557736",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx03:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx11304:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx17214:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 17094,
"time": "1775560014"
},
"departure": {
"delay": 17094,
"time": "1775560014"
},
"stopId": "FR:76497:ZE:TCARxLACRO0:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": 17132,
"time": "1775559812"
},
"departure": {
"delay": 17132,
"time": "1775559812"
},
"stopId": "FR:76497:ZE:TCARxVERDE0:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 17130,
"time": "1775559930"
},
"departure": {
"delay": 17130,
"time": "1775559930"
},
"stopId": "FR:76497:ZE:TCARxARCHI1:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 17250,
"time": "1775557950"
},
"departure": {
"delay": 17250,
"time": "1775557950"
},
"stopId": "FR:76540:ZE:TCARxCHAMP1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 17197,
"time": "1775558437"
},
"departure": {
"delay": 17197,
"time": "1775558437"
},
"stopId": "FR:76540:ZE:TCARxDELBO1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 17215,
"time": "1775558335"
},
"departure": {
"delay": 17215,
"time": "1775558335"
},
"stopId": "FR:76540:ZE:TCARxPARME0:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 17250,
"time": "1775558670"
},
"departure": {
"delay": 17250,
"time": "1775558670"
},
"stopId": "FR:76498:ZE:TCARxELISA0:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 17235,
"time": "1775559495"
},
"departure": {
"delay": 17235,
"time": "1775559495"
},
"stopId": "FR:76322:ZE:TCARxRAVEL0:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 17235,
"time": "1775558115"
},
"departure": {
"delay": 17235,
"time": "1775558115"
},
"stopId": "FR:76540:ZE:TCARxPASCA0:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 17197,
"time": "1775558917"
},
"departure": {
"delay": 17197,
"time": "1775558917"
},
"stopId": "FR:76322:ZE:TCARxLUSSA0:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 17099,
"time": "1775560319"
},
"departure": {
"delay": 17099,
"time": "1775560319"
},
"stopId": "FR:76497:ZE:TCARxPOSPT0:ATOUMOD001",
"stopSequence": 34
},
{
"arrival": {
"delay": 17285,
"time": "1775559365"
},
"departure": {
"delay": 17285,
"time": "1775559365"
},
"stopId": "FR:76322:ZE:TCARxCHVOU0:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 17190,
"time": "1775559630"
},
"departure": {
"delay": 17190,
"time": "1775559630"
},
"stopId": "FR:76322:ZE:TCARxBRAQU2:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 17099,
"time": "1775560199"
},
"departure": {
"delay": 17099,
"time": "1775560199"
},
"stopId": "FR:76497:ZE:TCARxMILTH0:ATOUMOD001",
"stopSequence": 33
},
{
"arrival": {
"delay": 17070,
"time": "1775560170"
},
"departure": {
"delay": 17070,
"time": "1775560170"
},
"stopId": "FR:76497:ZE:TCARxWATTE0:ATOUMOD001",
"stopSequence": 32
},
{
"arrival": {
"delay": 17070,
"time": "1775560530"
},
"departure": {
"delay": 17070,
"time": "1775560530"
},
"stopId": "FR:76497:ZE:TCARxLOUIS0:ATOUMOD001",
"stopSequence": 38
},
{
"arrival": {
"delay": 17229,
"time": "1775558529"
},
"departure": {
"delay": 17229,
"time": "1775558529"
},
"stopId": "FR:76498:ZE:TCARxPLCHA0:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 17190,
"time": "1775558190"
},
"departure": {
"delay": 17190,
"time": "1775558190"
},
"stopId": "FR:76540:ZE:TCARxPEURO0:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 17243,
"time": "1775557703"
},
"departure": {
"delay": 17243,
"time": "1775557703"
},
"stopId": "FR:76540:ZE:TCARxPCORN0:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 17226,
"time": "1775558766"
},
"departure": {
"delay": 17226,
"time": "1775558766"
},
"stopId": "FR:76498:ZE:TCARxGAULL0:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 17226,
"time": "1775559126"
},
"departure": {
"delay": 17226,
"time": "1775559126"
},
"stopId": "FR:76322:ZE:TCARxEGLGQ0:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 17119,
"time": "1775559859"
},
"departure": {
"delay": 17119,
"time": "1775559859"
},
"stopId": "FR:76497:ZE:TCARxCLECO0:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 17088,
"time": "1775560368"
},
"departure": {
"delay": 17088,
"time": "1775560368"
},
"stopId": "FR:76497:ZE:TCARxTOURE0:ATOUMOD001",
"stopSequence": 35
},
{
"arrival": {
"delay": 17224,
"time": "1775557984"
},
"departure": {
"delay": 17224,
"time": "1775557984"
},
"stopId": "FR:76540:ZE:TCARxLAFAY0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 17193,
"time": "1775559693"
},
"departure": {
"delay": 17193,
"time": "1775559693"
},
"stopId": "FR:76322:ZE:TCARxSEINE0:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 17220,
"time": "1775557620"
},
"departure": {
"delay": 17220,
"time": "1775557620"
},
"stopId": "FR:76540:ZE:TCARxREPUQ0:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 17079,
"time": "1775560479"
},
"departure": {
"delay": 17079,
"time": "1775560479"
},
"stopId": "FR:76497:ZE:TCARxPCBOI2:ATOUMOD001",
"stopSequence": 37
},
{
"arrival": {
"delay": 17227,
"time": "1775558827"
},
"departure": {
"delay": 17227,
"time": "1775558827"
},
"stopId": "FR:76322:ZE:TCARxHURIE0:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 17247,
"time": "1775558067"
},
"departure": {
"delay": 17247,
"time": "1775558067"
},
"stopId": "FR:76540:ZE:TCARxSEVER0:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 17231,
"time": "1775558591"
},
"departure": {
"delay": 17231,
"time": "1775558591"
},
"stopId": "FR:76498:ZE:TCARxFOLIO0:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 17220,
"time": "1775558280"
},
"departure": {
"delay": 17220,
"time": "1775558280"
},
"stopId": "FR:76540:ZE:TCARxPCLEM0:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 17190,
"time": "1775558970"
},
"departure": {
"delay": 17190,
"time": "1775558970"
},
"stopId": "FR:76322:ZE:TCARxBROSS1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 17070,
"time": "1775560650"
},
"stopId": "FR:76497:ZE:TCARxBELAI0:ATOUMOD001",
"stopSequence": 39
},
{
"arrival": {
"delay": 17251,
"time": "1775559451"
},
"departure": {
"delay": 17251,
"time": "1775559451"
},
"stopId": "FR:76322:ZE:TCARxROOSE1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 17088,
"time": "1775560068"
},
"departure": {
"delay": 17088,
"time": "1775560068"
},
"stopId": "FR:76497:ZE:TCARxVIGNY0:ATOUMOD001",
"stopSequence": 31
},
{
"departure": {
"delay": 17220,
"time": "1775557560"
},
"stopId": "FR:76540:ZE:TCARxTART71:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 17070,
"time": "1775560410"
},
"departure": {
"delay": 17070,
"time": "1775560410"
},
"stopId": "FR:76497:ZE:TCARxPMAIR0:ATOUMOD001",
"stopSequence": 36
},
{
"arrival": {
"delay": 17310,
"time": "1775559270"
},
"departure": {
"delay": 17310,
"time": "1775559270"
},
"stopId": "FR:76322:ZE:TCARxCROUT0:ATOUMOD001",
"stopSequence": 21
}
],
"timestamp": "1775557117",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx27:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx17214:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3748440x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -25,
"time": "1775557039"
},
"departure": {
"delay": -25,
"time": "1775557055"
},
"stopId": "FR:50129:ZE:10VOL1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": -34,
"time": "1775558817"
},
"departure": {
"delay": -34,
"time": "1775558846"
},
"stopId": "FR:50129:ZE:10VAB2:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 37,
"time": "1775559202"
},
"departure": {
"delay": 37,
"time": "1775559217"
},
"stopId": "FR:50129:ZE:10DAN2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": -14,
"time": "1775558789"
},
"departure": {
"delay": -14,
"time": "1775558806"
},
"stopId": "FR:50129:ZE:10SMT2:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": -33,
"time": "1775557095"
},
"departure": {
"delay": -33,
"time": "1775557107"
},
"stopId": "FR:50129:ZE:10RED1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 51,
"time": "1775557906"
},
"departure": {
"delay": 51,
"time": "1775557971"
},
"stopId": "FR:50129:ZE:10FDC1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": -2,
"time": "1775557007"
},
"departure": {
"delay": -2,
"time": "1775557018"
},
"stopId": "FR:50129:ZE:10SAD1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 17,
"time": "1775556783"
},
"departure": {
"delay": 17,
"time": "1775556797"
},
"stopId": "FR:50129:ZE:10BCP1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": -86,
"time": "1775558357"
},
"departure": {
"delay": -86,
"time": "1775558374"
},
"stopId": "FR:50129:ZE:10LCO2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 27,
"time": "1775557868"
},
"departure": {
"delay": 27,
"time": "1775557887"
},
"stopId": "FR:50129:ZE:10PHG2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": -43,
"time": "1775557183"
},
"departure": {
"delay": -43,
"time": "1775557217"
},
"stopId": "FR:50129:ZE:10FJT1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": -73,
"time": "1775558405"
},
"departure": {
"delay": -73,
"time": "1775558447"
},
"stopId": "FR:50129:ZE:10POL2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": -37,
"time": "1775558043"
},
"departure": {
"delay": -37,
"time": "1775558063"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": -56,
"time": "1775558689"
},
"departure": {
"delay": -56,
"time": "1775558704"
},
"stopId": "FR:50129:ZE:10LEC2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 42,
"time": "1775556908"
},
"departure": {
"delay": 42,
"time": "1775556942"
},
"stopId": "FR:50129:ZE:10SAL1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": -28,
"time": "1775557280"
},
"departure": {
"delay": -28,
"time": "1775557412"
},
"stopId": "FR:50129:ZE:10MEN2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": -30,
"time": "1775558714"
},
"departure": {
"delay": -30,
"time": "1775558730"
},
"stopId": "FR:50129:ZE:10FRA2:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": -13,
"time": "1775558007"
},
"departure": {
"delay": -13,
"time": "1775558027"
},
"stopId": "FR:50129:ZE:10CTR3:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": -8,
"time": "1775558156"
},
"departure": {
"delay": -8,
"time": "1775558212"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": -75,
"time": "1775557119"
},
"departure": {
"delay": -75,
"time": "1775557125"
},
"stopId": "FR:50129:ZE:10CIM1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": -10,
"time": "1775559097"
},
"departure": {
"delay": -10,
"time": "1775559110"
},
"stopId": "FR:50129:ZE:10CRB2:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": -43,
"time": "1775558085"
},
"departure": {
"delay": -43,
"time": "1775558117"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": -47,
"time": "1775558288"
},
"departure": {
"delay": -47,
"time": "1775558293"
},
"stopId": "FR:50129:ZE:10STA2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": -23,
"time": "1775558999"
},
"departure": {
"delay": -23,
"time": "1775559037"
},
"stopId": "FR:50129:ZE:10HUI4:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 67,
"time": "1775556832"
},
"departure": {
"delay": 67,
"time": "1775556847"
},
"stopId": "FR:50129:ZE:10COT1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": -40,
"time": "1775558888"
},
"departure": {
"delay": -40,
"time": "1775558900"
},
"stopId": "FR:50129:ZE:10EGL5:ATOUMOD035",
"stopSequence": 29
},
{
"departure": {
"delay": 56,
"time": "1775556716"
},
"stopId": "FR:50129:ZE:10DIG1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 52,
"time": "1775556875"
},
"departure": {
"delay": 52,
"time": "1775556892"
},
"stopId": "FR:50129:ZE:10PFJ1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 37,
"time": "1775559136"
},
"departure": {
"delay": 37,
"time": "1775559157"
},
"stopId": "FR:50129:ZE:10VIG2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": -11,
"time": "1775558617"
},
"departure": {
"delay": -11,
"time": "1775558629"
},
"stopId": "FR:50129:ZE:10LEB2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 47,
"time": "1775557458"
},
"departure": {
"delay": 47,
"time": "1775557787"
},
"stopId": "FR:50129:ZE:10SHU3:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": -42,
"time": "1775559378"
},
"stopId": "FR:50129:ZE:10ZAG2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 21,
"time": "1775556971"
},
"departure": {
"delay": 21,
"time": "1775556981"
},
"stopId": "FR:50129:ZE:10ROS1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 48,
"time": "1775556752"
},
"departure": {
"delay": 48,
"time": "1775556768"
},
"stopId": "FR:50129:ZE:10CDF1:ATOUMOD035",
"stopSequence": 2
}
],
"timestamp": "1775560080",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:05:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3748440x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD005:ServiceJourney:789:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775570580"
},
"departure": {
"time": "1775570580"
},
"stopId": "FR:76217:ZE:18021:ATOUMOD005",
"stopSequence": 12
},
{
"arrival": {
"time": "1775572380"
},
"departure": {
"time": "1775572380"
},
"stopId": "FR:76217:ZE:18166:ATOUMOD005",
"stopSequence": 28
},
{
"arrival": {
"time": "1775571120"
},
"departure": {
"time": "1775571120"
},
"stopId": "FR:76217:ZE:18055:ATOUMOD005",
"stopSequence": 18
},
{
"arrival": {
"time": "1775570460"
},
"departure": {
"time": "1775570460"
},
"stopId": "FR:76217:ZE:18092:ATOUMOD005",
"stopSequence": 10
},
{
"arrival": {
"time": "1775570220"
},
"departure": {
"time": "1775570220"
},
"stopId": "FR:76217:ZE:18323:ATOUMOD005",
"stopSequence": 5
},
{
"arrival": {
"time": "1775572740"
},
"departure": {
"time": "1775572740"
},
"stopId": "FR:76217:ZE:18174:ATOUMOD005",
"stopSequence": 32
},
{
"arrival": {
"time": "1775572200"
},
"departure": {
"time": "1775572200"
},
"stopId": "FR:76217:ZE:18177:ATOUMOD005",
"stopSequence": 25
},
{
"arrival": {
"time": "1775572320"
},
"departure": {
"time": "1775572320"
},
"stopId": "FR:76217:ZE:18170:ATOUMOD005",
"stopSequence": 27
},
{
"arrival": {
"time": "1775570100"
},
"departure": {
"time": "1775570100"
},
"stopId": "FR:76217:ZE:18023:ATOUMOD005",
"stopSequence": 4
},
{
"arrival": {
"time": "1775572620"
},
"departure": {
"time": "1775572620"
},
"stopId": "FR:76217:ZE:18205:ATOUMOD005",
"stopSequence": 31
},
{
"arrival": {
"time": "1775572020"
},
"departure": {
"time": "1775572020"
},
"stopId": "FR:76414:ZE:18132:ATOUMOD005",
"stopSequence": 24
},
{
"departure": {
"time": "1775569800"
},
"stopId": "FR:76217:ZE:18038:ATOUMOD005",
"stopSequence": 1
},
{
"arrival": {
"time": "1775572860"
},
"departure": {
"time": "1775572860"
},
"stopId": "FR:76217:ZE:18181:ATOUMOD005",
"stopSequence": 33
},
{
"arrival": {
"time": "1775570520"
},
"departure": {
"time": "1775570520"
},
"stopId": "FR:76217:ZE:18068:ATOUMOD005",
"stopSequence": 11
},
{
"arrival": {
"time": "1775571660"
},
"departure": {
"time": "1775571660"
},
"stopId": "FR:76217:ZE:18076:ATOUMOD005",
"stopSequence": 20
},
{
"arrival": {
"time": "1775572260"
},
"departure": {
"time": "1775572260"
},
"stopId": "FR:76217:ZE:18197:ATOUMOD005",
"stopSequence": 26
},
{
"arrival": {
"time": "1775570940"
},
"departure": {
"time": "1775570940"
},
"stopId": "FR:76217:ZE:18029:ATOUMOD005",
"stopSequence": 16
},
{
"arrival": {
"time": "1775569860"
},
"departure": {
"time": "1775569860"
},
"stopId": "FR:76217:ZE:18101:ATOUMOD005",
"stopSequence": 2
},
{
"arrival": {
"time": "1775572560"
},
"departure": {
"time": "1775572560"
},
"stopId": "FR:76217:ZE:18184:ATOUMOD005",
"stopSequence": 30
},
{
"arrival": {
"time": "1775571300"
},
"departure": {
"time": "1775571300"
},
"stopId": "FR:76217:ZE:18086:ATOUMOD005",
"stopSequence": 19
},
{
"arrival": {
"time": "1775570400"
},
"departure": {
"time": "1775570400"
},
"stopId": "FR:76217:ZE:18051:ATOUMOD005",
"stopSequence": 9
},
{
"arrival": {
"time": "1775570760"
},
"departure": {
"time": "1775570760"
},
"stopId": "FR:76217:ZE:18786:ATOUMOD005",
"stopSequence": 15
},
{
"arrival": {
"delay": 5,
"time": "1775570345"
},
"departure": {
"delay": 5,
"time": "1775570345"
},
"stopId": "FR:76217:ZE:18801:ATOUMOD005",
"stopSequence": 8
},
{
"arrival": {
"time": "1775571720"
},
"departure": {
"time": "1775571720"
},
"stopId": "FR:76217:ZE:18106:ATOUMOD005",
"stopSequence": 21
},
{
"arrival": {
"time": "1775571960"
},
"departure": {
"time": "1775571960"
},
"stopId": "FR:76545:ZE:18026:ATOUMOD005",
"stopSequence": 23
},
{
"arrival": {
"time": "1775570640"
},
"departure": {
"time": "1775570640"
},
"stopId": "FR:76217:ZE:18074:ATOUMOD005",
"stopSequence": 13
},
{
"arrival": {
"time": "1775572500"
},
"departure": {
"time": "1775572500"
},
"stopId": "FR:76217:ZE:18186:ATOUMOD005",
"stopSequence": 29
},
{
"arrival": {
"time": "1775570280"
},
"departure": {
"time": "1775570280"
},
"stopId": "FR:76217:ZE:18090:ATOUMOD005",
"stopSequence": 6
},
{
"arrival": {
"time": "1775571900"
},
"departure": {
"time": "1775571900"
},
"stopId": "FR:76217:ZE:18058:ATOUMOD005",
"stopSequence": 22
},
{
"arrival": {
"time": "1775570340"
},
"departure": {
"time": "1775570340"
},
"stopId": "FR:76217:ZE:18441:ATOUMOD005",
"stopSequence": 7
},
{
"arrival": {
"time": "1775570700"
},
"departure": {
"time": "1775570700"
},
"stopId": "FR:76217:ZE:18045:ATOUMOD005",
"stopSequence": 14
},
{
"arrival": {
"time": "1775572980"
},
"stopId": "FR:76217:ZE:18282:ATOUMOD005",
"stopSequence": 34
},
{
"arrival": {
"time": "1775571000"
},
"departure": {
"time": "1775571000"
},
"stopId": "FR:76217:ZE:18060:ATOUMOD005",
"stopSequence": 17
},
{
"arrival": {
"delay": 5,
"time": "1775569865"
},
"departure": {
"delay": 5,
"time": "1775569865"
},
"stopId": "FR:76217:ZE:18321:ATOUMOD005",
"stopSequence": 3
}
],
"timestamp": "1775560081",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD005:Line:2:LOC",
"tripId": "ATOUMOD005:ServiceJourney:789:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4011238x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -5,
"time": "1775560375"
},
"departure": {
"delay": -5,
"time": "1775560375"
},
"stopId": "FR:76552:ZE:3104:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": 9,
"time": "1775562729"
},
"departure": {
"delay": 9,
"time": "1775562729"
},
"stopId": "FR:76351:ZE:3249:ATOUMOD003",
"stopSequence": 38
},
{
"arrival": {
"delay": -2,
"time": "1775560198"
},
"departure": {
"delay": -2,
"time": "1775560198"
},
"stopId": "FR:76552:ZE:3340:ATOUMOD003",
"stopSequence": 6
},
{
"arrival": {
"delay": -2,
"time": "1775563258"
},
"departure": {
"delay": -2,
"time": "1775563258"
},
"stopId": "FR:76447:ZE:3220:ATOUMOD003",
"stopSequence": 43
},
{
"arrival": {
"delay": 14,
"time": "1775560514"
},
"departure": {
"delay": 14,
"time": "1775560514"
},
"stopId": "FR:76552:ZE:3608:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": -13,
"time": "1775563787"
},
"departure": {
"delay": -13,
"time": "1775563787"
},
"stopId": "FR:76447:ZE:3130:ATOUMOD003",
"stopSequence": 53
},
{
"arrival": {
"delay": -13,
"time": "1775563187"
},
"departure": {
"delay": -13,
"time": "1775563187"
},
"stopId": "FR:76447:ZE:3346:ATOUMOD003",
"stopSequence": 42
},
{
"arrival": {
"delay": -13,
"time": "1775561447"
},
"departure": {
"delay": -13,
"time": "1775561447"
},
"stopId": "FR:76351:ZE:4642:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": 12,
"time": "1775562012"
},
"departure": {
"delay": 12,
"time": "1775562012"
},
"stopId": "FR:76351:ZE:3690:ATOUMOD003",
"stopSequence": 30
},
{
"arrival": {
"delay": -13,
"time": "1775560727"
},
"departure": {
"delay": -13,
"time": "1775560727"
},
"stopId": "FR:76351:ZE:3021:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": -10,
"time": "1775560550"
},
"departure": {
"delay": -10,
"time": "1775560550"
},
"stopId": "FR:76552:ZE:3298:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": -8,
"time": "1775561572"
},
"departure": {
"delay": -8,
"time": "1775561572"
},
"stopId": "FR:76351:ZE:3027:ATOUMOD003",
"stopSequence": 25
},
{
"arrival": {
"delay": 10,
"time": "1775562130"
},
"departure": {
"delay": 10,
"time": "1775562130"
},
"stopId": "FR:76351:ZE:3223:ATOUMOD003",
"stopSequence": 31
},
{
"arrival": {
"delay": -13,
"time": "1775562587"
},
"departure": {
"delay": -13,
"time": "1775562587"
},
"stopId": "FR:76351:ZE:3233:ATOUMOD003",
"stopSequence": 36
},
{
"arrival": {
"delay": 5,
"time": "1775562665"
},
"departure": {
"delay": 5,
"time": "1775562665"
},
"stopId": "FR:76351:ZE:3547:ATOUMOD003",
"stopSequence": 37
},
{
"arrival": {
"delay": -13,
"time": "1775560907"
},
"departure": {
"delay": -13,
"time": "1775560907"
},
"stopId": "FR:76351:ZE:3797:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": -11,
"time": "1775560609"
},
"departure": {
"delay": -11,
"time": "1775560609"
},
"stopId": "FR:76351:ZE:3159:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": -13,
"time": "1775563847"
},
"stopId": "FR:76447:ZE:3443:ATOUMOD003",
"stopSequence": 54
},
{
"arrival": {
"delay": 45,
"time": "1775563545"
},
"departure": {
"delay": 45,
"time": "1775563545"
},
"stopId": "FR:76447:ZE:3122:ATOUMOD003",
"stopSequence": 48
},
{
"arrival": {
"delay": -13,
"time": "1775561807"
},
"departure": {
"delay": -13,
"time": "1775561807"
},
"stopId": "FR:76351:ZE:3191:ATOUMOD003",
"stopSequence": 27
},
{
"arrival": {
"delay": 32,
"time": "1775562872"
},
"departure": {
"delay": 32,
"time": "1775562872"
},
"stopId": "FR:76351:ZE:3136:ATOUMOD003",
"stopSequence": 40
},
{
"departure": {
"delay": 3,
"time": "1775559903"
},
"stopId": "FR:76552:ZE:3400:ATOUMOD003",
"stopSequence": 1
},
{
"arrival": {
"delay": 35,
"time": "1775563655"
},
"departure": {
"delay": 35,
"time": "1775563655"
},
"stopId": "FR:76447:ZE:3432:ATOUMOD003",
"stopSequence": 50
},
{
"arrival": {
"delay": 26,
"time": "1775562206"
},
"departure": {
"delay": 26,
"time": "1775562206"
},
"stopId": "FR:76351:ZE:3506:ATOUMOD003",
"stopSequence": 32
},
{
"arrival": {
"delay": 22,
"time": "1775563582"
},
"departure": {
"delay": 22,
"time": "1775563582"
},
"stopId": "FR:76447:ZE:3066:ATOUMOD003",
"stopSequence": 49
},
{
"arrival": {
"delay": -13,
"time": "1775562347"
},
"departure": {
"delay": -13,
"time": "1775562347"
},
"stopId": "FR:76351:ZE:3381:ATOUMOD003",
"stopSequence": 34
},
{
"arrival": {
"delay": -4,
"time": "1775561936"
},
"departure": {
"delay": -4,
"time": "1775561936"
},
"stopId": "FR:76351:ZE:3666:ATOUMOD003",
"stopSequence": 29
},
{
"arrival": {
"delay": -13,
"time": "1775560307"
},
"departure": {
"delay": -13,
"time": "1775560307"
},
"stopId": "FR:76552:ZE:3487:ATOUMOD003",
"stopSequence": 8
},
{
"departure": {
"delay": 43,
"time": "1775560063"
},
"stopId": "FR:76552:ZE:3106:ATOUMOD003",
"stopSequence": 4
},
{
"arrival": {
"delay": 1,
"time": "1775560981"
},
"departure": {
"delay": 1,
"time": "1775560981"
},
"stopId": "FR:76351:ZE:3731:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 5,
"time": "1775561345"
},
"departure": {
"delay": 5,
"time": "1775561345"
},
"stopId": "FR:76351:ZE:3279:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": -10,
"time": "1775563730"
},
"departure": {
"delay": -10,
"time": "1775563730"
},
"stopId": "FR:76447:ZE:3268:ATOUMOD003",
"stopSequence": 52
},
{
"arrival": {
"delay": 5,
"time": "1775563505"
},
"departure": {
"delay": 5,
"time": "1775563505"
},
"stopId": "FR:76447:ZE:3515:ATOUMOD003",
"stopSequence": 47
},
{
"arrival": {
"delay": 18,
"time": "1775561058"
},
"departure": {
"delay": 18,
"time": "1775561058"
},
"stopId": "FR:76351:ZE:3732:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": -13,
"time": "1775562527"
},
"departure": {
"delay": -13,
"time": "1775562527"
},
"stopId": "FR:76351:ZE:3623:ATOUMOD003",
"stopSequence": 35
},
{
"arrival": {
"delay": 21,
"time": "1775561181"
},
"departure": {
"delay": 21,
"time": "1775561181"
},
"stopId": "FR:76351:ZE:3301:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": 30,
"time": "1775560230"
},
"departure": {
"delay": 30,
"time": "1775560230"
},
"stopId": "FR:76552:ZE:3606:ATOUMOD003",
"stopSequence": 7
},
{
"arrival": {
"delay": 46,
"time": "1775561746"
},
"departure": {
"delay": 46,
"time": "1775561746"
},
"stopId": "FR:76351:ZE:3240:ATOUMOD003",
"stopSequence": 26
},
{
"arrival": {
"delay": 9,
"time": "1775560149"
},
"departure": {
"delay": 9,
"time": "1775560149"
},
"stopId": "FR:76552:ZE:3356:ATOUMOD003",
"stopSequence": 5
},
{
"arrival": {
"delay": 20,
"time": "1775563700"
},
"departure": {
"delay": 20,
"time": "1775563700"
},
"stopId": "FR:76447:ZE:3406:ATOUMOD003",
"stopSequence": 51
},
{
"arrival": {
"delay": 31,
"time": "1775563291"
},
"departure": {
"delay": 31,
"time": "1775563291"
},
"stopId": "FR:76447:ZE:3107:ATOUMOD003",
"stopSequence": 44
},
{
"arrival": {
"delay": 10,
"time": "1775561890"
},
"departure": {
"delay": 10,
"time": "1775561890"
},
"stopId": "FR:76351:ZE:4572:ATOUMOD003",
"stopSequence": 28
},
{
"arrival": {
"delay": -13,
"time": "1775563427"
},
"departure": {
"delay": -13,
"time": "1775563427"
},
"stopId": "FR:76447:ZE:3120:ATOUMOD003",
"stopSequence": 45
},
{
"arrival": {
"delay": 3,
"time": "1775561523"
},
"departure": {
"delay": 3,
"time": "1775561523"
},
"stopId": "FR:76351:ZE:4520:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": 36,
"time": "1775563476"
},
"departure": {
"delay": 36,
"time": "1775563476"
},
"stopId": "FR:76447:ZE:3238:ATOUMOD003",
"stopSequence": 46
},
{
"departure": {
"delay": 74,
"time": "1775559974"
},
"stopId": "FR:76552:ZE:3419:ATOUMOD003",
"stopSequence": 2
},
{
"arrival": {
"delay": -3,
"time": "1775560677"
},
"departure": {
"delay": -3,
"time": "1775560677"
},
"stopId": "FR:76351:ZE:3460:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": 7,
"time": "1775560807"
},
"departure": {
"delay": 7,
"time": "1775560807"
},
"stopId": "FR:76351:ZE:3545:ATOUMOD003",
"stopSequence": 16
},
{
"departure": {
"delay": 55,
"time": "1775560015"
},
"stopId": "FR:76552:ZE:3173:ATOUMOD003",
"stopSequence": 3
},
{
"arrival": {
"delay": -13,
"time": "1775562947"
},
"departure": {
"delay": -13,
"time": "1775562947"
},
"stopId": "FR:76351:ZE:3593:ATOUMOD003",
"stopSequence": 41
},
{
"arrival": {
"delay": -13,
"time": "1775560427"
},
"departure": {
"delay": -13,
"time": "1775560427"
},
"stopId": "FR:76552:ZE:3093:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": -13,
"time": "1775562827"
},
"departure": {
"delay": -13,
"time": "1775562827"
},
"stopId": "FR:76351:ZE:3637:ATOUMOD003",
"stopSequence": 39
}
],
"timestamp": "1775560069",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C1:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4011238x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD041:ServiceJourney:11:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 72,
"time": "1775548247"
},
"departure": {
"delay": 72,
"time": "1775548272"
},
"stopId": "FR:76057:ZE:30025:ATOUMOD041",
"stopSequence": 23
},
{
"arrival": {
"delay": 54,
"time": "1775548299"
},
"departure": {
"delay": 54,
"time": "1775548314"
},
"stopId": "FR:76057:ZE:30003:ATOUMOD041",
"stopSequence": 24
},
{
"arrival": {
"delay": 132,
"time": "1775547562"
},
"departure": {
"delay": 132,
"time": "1775547612"
},
"stopId": "FR:76057:ZE:30053:ATOUMOD041",
"stopSequence": 13
},
{
"arrival": {
"delay": 147,
"time": "1775547653"
},
"departure": {
"delay": 147,
"time": "1775547687"
},
"stopId": "FR:76057:ZE:30054:ATOUMOD041",
"stopSequence": 14
},
{
"arrival": {
"delay": 66,
"time": "1775548086"
},
"departure": {
"delay": 66,
"time": "1775548086"
},
"stopId": "FR:76057:ZE:30013:ATOUMOD041",
"stopSequence": 20
},
{
"arrival": {
"delay": 38,
"time": "1775548108"
},
"departure": {
"delay": 38,
"time": "1775548118"
},
"stopId": "FR:76057:ZE:30017:ATOUMOD041",
"stopSequence": 21
},
{
"arrival": {
"delay": 65,
"time": "1775547955"
},
"departure": {
"delay": 65,
"time": "1775547965"
},
"stopId": "FR:76057:ZE:30007:ATOUMOD041",
"stopSequence": 18
},
{
"arrival": {
"delay": 233,
"time": "1775546920"
},
"departure": {
"delay": 233,
"time": "1775546933"
},
"stopId": "FR:76743:ZE:30048:ATOUMOD041",
"stopSequence": 3
},
{
"arrival": {
"delay": 81,
"time": "1775547830"
},
"departure": {
"delay": 81,
"time": "1775547861"
},
"stopId": "FR:76057:ZE:30018:ATOUMOD041",
"stopSequence": 16
},
{
"departure": {
"delay": 231,
"time": "1775546811"
},
"stopId": "FR:76743:ZE:30049:ATOUMOD041",
"stopSequence": 1
},
{
"arrival": {
"delay": 140,
"time": "1775547724"
},
"departure": {
"delay": 140,
"time": "1775547740"
},
"stopId": "FR:76057:ZE:30055:ATOUMOD041",
"stopSequence": 15
},
{
"arrival": {
"delay": 248,
"time": "1775546871"
},
"departure": {
"delay": 248,
"time": "1775546888"
},
"stopId": "FR:76743:ZE:30046:ATOUMOD041",
"stopSequence": 2
},
{
"arrival": {
"delay": 96,
"time": "1775547880"
},
"departure": {
"delay": 96,
"time": "1775547936"
},
"stopId": "FR:76057:ZE:30020:ATOUMOD041",
"stopSequence": 17
},
{
"arrival": {
"delay": 164,
"time": "1775547153"
},
"departure": {
"delay": 164,
"time": "1775547164"
},
"stopId": "FR:76057:ZE:30019:ATOUMOD041",
"stopSequence": 8
},
{
"arrival": {
"delay": 221,
"time": "1775546970"
},
"departure": {
"delay": 221,
"time": "1775546981"
},
"stopId": "FR:76743:ZE:30023:ATOUMOD041",
"stopSequence": 4
},
{
"arrival": {
"delay": 132,
"time": "1775547480"
},
"departure": {
"delay": 132,
"time": "1775547492"
},
"stopId": "FR:76057:ZE:30052:ATOUMOD041",
"stopSequence": 12
},
{
"arrival": {
"delay": 183,
"time": "1775547112"
},
"departure": {
"delay": 183,
"time": "1775547123"
},
"stopId": "FR:76057:ZE:30007:ATOUMOD041",
"stopSequence": 7
},
{
"arrival": {
"delay": 207,
"time": "1775547070"
},
"departure": {
"delay": 207,
"time": "1775547087"
},
"stopId": "FR:76057:ZE:30021:ATOUMOD041",
"stopSequence": 6
},
{
"arrival": {
"delay": 236,
"time": "1775547016"
},
"departure": {
"delay": 236,
"time": "1775547056"
},
"stopId": "FR:76057:ZE:30050:ATOUMOD041",
"stopSequence": 5
},
{
"arrival": {
"delay": 73,
"time": "1775548158"
},
"departure": {
"delay": 73,
"time": "1775548213"
},
"stopId": "FR:76057:ZE:30002:ATOUMOD041",
"stopSequence": 22
},
{
"arrival": {
"delay": 174,
"time": "1775547172"
},
"departure": {
"delay": 174,
"time": "1775547234"
},
"stopId": "FR:76057:ZE:30006:ATOUMOD041",
"stopSequence": 9
},
{
"arrival": {
"delay": 174,
"time": "1775547344"
},
"departure": {
"delay": 174,
"time": "1775547354"
},
"stopId": "FR:76057:ZE:30011:ATOUMOD041",
"stopSequence": 10
},
{
"arrival": {
"delay": 30,
"time": "1775548410"
},
"stopId": "FR:76057:ZE:30028:ATOUMOD041",
"stopSequence": 25
},
{
"arrival": {
"delay": 37,
"time": "1775547983"
},
"departure": {
"delay": 37,
"time": "1775547997"
},
"stopId": "FR:76057:ZE:30019:ATOUMOD041",
"stopSequence": 19
},
{
"arrival": {
"delay": 148,
"time": "1775547437"
},
"departure": {
"delay": 148,
"time": "1775547448"
},
"stopId": "FR:76057:ZE:30051:ATOUMOD041",
"stopSequence": 11
}
],
"timestamp": "1775560075",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD041:Line:2:LOC",
"tripId": "ATOUMOD041:ServiceJourney:11:LOC"
}
}
},
{
"id": "SM:ATOUMOD021:ServiceJourney:63xHO10xxMxxVxx:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 166,
"time": "1775548599"
},
"departure": {
"delay": 166,
"time": "1775548606"
},
"stopId": "FR:14333:ZE:37:ATOUMOD021",
"stopSequence": 19
},
{
"arrival": {
"delay": 174,
"time": "1775548546"
},
"departure": {
"delay": 174,
"time": "1775548554"
},
"stopId": "FR:14333:ZE:35:ATOUMOD021",
"stopSequence": 18
},
{
"arrival": {
"delay": 465,
"time": "1775547608"
},
"departure": {
"delay": 465,
"time": "1775547645"
},
"stopId": "FR:14333:ZE:12:ATOUMOD021",
"stopSequence": 6
},
{
"arrival": {
"delay": 277,
"time": "1775546991"
},
"departure": {
"delay": 277,
"time": "1775547037"
},
"stopId": "FR:14333:ZE:4:ATOUMOD021",
"stopSequence": 2
},
{
"arrival": {
"delay": 44,
"time": "1775548724"
},
"stopId": "FR:14333:ZE:41:ATOUMOD021",
"stopSequence": 21
},
{
"arrival": {
"delay": 452,
"time": "1775547864"
},
"departure": {
"delay": 452,
"time": "1775547872"
},
"stopId": "FR:14333:ZE:20:ATOUMOD021",
"stopSequence": 10
},
{
"arrival": {
"delay": 447,
"time": "1775547737"
},
"departure": {
"delay": 447,
"time": "1775547747"
},
"stopId": "FR:14333:ZE:16:ATOUMOD021",
"stopSequence": 8
},
{
"arrival": {
"delay": 314,
"time": "1775548206"
},
"departure": {
"delay": 314,
"time": "1775548214"
},
"stopId": "FR:14333:ZE:25:ATOUMOD021",
"stopSequence": 13
},
{
"arrival": {
"delay": 263,
"time": "1775548245"
},
"departure": {
"delay": 263,
"time": "1775548283"
},
"stopId": "FR:14333:ZE:27:ATOUMOD021",
"stopSequence": 14
},
{
"arrival": {
"delay": 160,
"time": "1775548651"
},
"departure": {
"delay": 160,
"time": "1775548660"
},
"stopId": "FR:14333:ZE:39:ATOUMOD021",
"stopSequence": 20
},
{
"arrival": {
"delay": 482,
"time": "1775547408"
},
"departure": {
"delay": 482,
"time": "1775547482"
},
"stopId": "FR:14333:ZE:8:ATOUMOD021",
"stopSequence": 4
},
{
"arrival": {
"delay": 477,
"time": "1775547893"
},
"departure": {
"delay": 477,
"time": "1775547957"
},
"stopId": "FR:14333:ZE:22:ATOUMOD021",
"stopSequence": 11
},
{
"arrival": {
"time": "1775547792"
},
"departure": {
"time": "1775547360"
},
"stopId": "FR:14333:ZE:18:ATOUMOD021",
"stopSequence": 9
},
{
"arrival": {
"delay": 456,
"time": "1775547684"
},
"departure": {
"delay": 456,
"time": "1775547696"
},
"stopId": "FR:14333:ZE:14:ATOUMOD021",
"stopSequence": 7
},
{
"arrival": {
"delay": 249,
"time": "1775548378"
},
"departure": {
"delay": 249,
"time": "1775548389"
},
"stopId": "FR:14333:ZE:29:ATOUMOD021",
"stopSequence": 15
},
{
"arrival": {
"delay": 264,
"time": "1775548512"
},
"departure": {
"delay": 264,
"time": "1775548524"
},
"stopId": "FR:14333:ZE:33:ATOUMOD021",
"stopSequence": 17
},
{
"arrival": {
"delay": 289,
"time": "1775547086"
},
"departure": {
"delay": 289,
"time": "1775547169"
},
"stopId": "FR:14333:ZE:6:ATOUMOD021",
"stopSequence": 3
},
{
"departure": {
"delay": 266,
"time": "1775546966"
},
"stopId": "FR:14333:ZE:2:ATOUMOD021",
"stopSequence": 1
},
{
"arrival": {
"delay": 361,
"time": "1775548092"
},
"departure": {
"delay": 361,
"time": "1775548141"
},
"stopId": "FR:14536:ZE:23:ATOUMOD021",
"stopSequence": 12
},
{
"arrival": {
"delay": 281,
"time": "1775548442"
},
"departure": {
"delay": 281,
"time": "1775548481"
},
"stopId": "FR:14333:ZE:31:ATOUMOD021",
"stopSequence": 16
},
{
"arrival": {
"delay": 424,
"time": "1775547511"
},
"departure": {
"delay": 424,
"time": "1775547544"
},
"stopId": "FR:14333:ZE:10:ATOUMOD021",
"stopSequence": 5
}
],
"timestamp": "1775560077",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD021:Line:A:LOC",
"tripId": "ATOUMOD021:ServiceJourney:63xHO10xxMxxVxx:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC597073:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 68,
"time": "1775561948"
},
"departure": {
"delay": 68,
"time": "1775561948"
},
"stopId": "FR:27229:ZE:0xFER02:ATOUMOD004",
"stopSequence": 25
},
{
"arrival": {
"delay": 9,
"time": "1775561769"
},
"departure": {
"delay": 9,
"time": "1775561769"
},
"stopId": "FR:27229:ZE:0xFAU02:ATOUMOD004",
"stopSequence": 23
},
{
"arrival": {
"delay": 44,
"time": "1775562284"
},
"stopId": "FR:27229:ZE:0xCEN01:ATOUMOD004",
"stopSequence": 32
},
{
"arrival": {
"delay": -1019,
"time": "1775560081"
},
"departure": {
"delay": -1019,
"time": "1775560081"
},
"stopId": "FR:27229:ZE:0xHAP01:ATOUMOD004",
"stopSequence": 13
},
{
"arrival": {
"delay": -959,
"time": "1775560081"
},
"departure": {
"delay": -959,
"time": "1775560081"
},
"stopId": "FR:27229:ZE:0xLOM01:ATOUMOD004",
"stopSequence": 12
},
{
"departure": {
"delay": -899,
"time": "1775560081"
},
"stopId": "FR:27229:ZE:0xHOT01:ATOUMOD004",
"stopSequence": 11
},
{
"arrival": {
"delay": 51,
"time": "1775561691"
},
"departure": {
"delay": 51,
"time": "1775561691"
},
"stopId": "FR:27229:ZE:0xHAR02:ATOUMOD004",
"stopSequence": 22
},
{
"arrival": {
"delay": 73,
"time": "1775561533"
},
"departure": {
"delay": 73,
"time": "1775561533"
},
"stopId": "FR:27229:ZE:0xBRO02:ATOUMOD004",
"stopSequence": 17
},
{
"arrival": {
"delay": 108,
"time": "1775562228"
},
"departure": {
"delay": 108,
"time": "1775562228"
},
"stopId": "FR:27229:ZE:0xMEU02:ATOUMOD004",
"stopSequence": 31
},
{
"arrival": {
"delay": 78,
"time": "1775562018"
},
"departure": {
"delay": 78,
"time": "1775562018"
},
"stopId": "FR:27229:ZE:0xDUN02:ATOUMOD004",
"stopSequence": 26
},
{
"arrival": {
"delay": 115,
"time": "1775562175"
},
"departure": {
"delay": 115,
"time": "1775562175"
},
"stopId": "FR:27229:ZE:0xCAR03:ATOUMOD004",
"stopSequence": 30
},
{
"arrival": {
"delay": -1139,
"time": "1775560081"
},
"departure": {
"delay": -1139,
"time": "1775560081"
},
"stopId": "FR:27229:ZE:0xJAU01:ATOUMOD004",
"stopSequence": 14
},
{
"arrival": {
"delay": 73,
"time": "1775561473"
},
"departure": {
"delay": 73,
"time": "1775561473"
},
"stopId": "FR:27229:ZE:0xLEB01:ATOUMOD004",
"stopSequence": 16
},
{
"arrival": {
"delay": 73,
"time": "1775561593"
},
"departure": {
"delay": 73,
"time": "1775561593"
},
"stopId": "FR:27229:ZE:0xBEV02:ATOUMOD004",
"stopSequence": 18
},
{
"arrival": {
"delay": 39,
"time": "1775561859"
},
"departure": {
"delay": 39,
"time": "1775561859"
},
"stopId": "FR:27229:ZE:0xCOM02:ATOUMOD004",
"stopSequence": 24
},
{
"arrival": {
"delay": 111,
"time": "1775561631"
},
"departure": {
"delay": 111,
"time": "1775561631"
},
"stopId": "FR:27229:ZE:0xLOG02:ATOUMOD004",
"stopSequence": 19
},
{
"arrival": {
"delay": -1259,
"time": "1775560081"
},
"departure": {
"delay": -1259,
"time": "1775560081"
},
"stopId": "FR:27229:ZE:0xGAR03:ATOUMOD004",
"stopSequence": 15
}
],
"timestamp": "1775560081",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD004:Line:T2:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC597073:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746160x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 96,
"time": "1775541904"
},
"departure": {
"delay": 96,
"time": "1775541936"
},
"stopId": "FR:50129:ZE:10DUB1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 105,
"time": "1775543107"
},
"departure": {
"delay": 105,
"time": "1775543205"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": -6,
"time": "1775542582"
},
"departure": {
"delay": -6,
"time": "1775542614"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 98,
"time": "1775541369"
},
"departure": {
"delay": 98,
"time": "1775541398"
},
"stopId": "FR:50129:ZE:10HOU1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": -56,
"time": "1775543904"
},
"departure": {
"delay": -56,
"time": "1775543944"
},
"stopId": "FR:50129:ZE:10NOR3:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"delay": 11,
"time": "1775542718"
},
"departure": {
"delay": 11,
"time": "1775542751"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 181,
"time": "1775541110"
},
"departure": {
"delay": 181,
"time": "1775541121"
},
"stopId": "FR:50129:ZE:10SFG1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 156,
"time": "1775541241"
},
"departure": {
"delay": 156,
"time": "1775541276"
},
"stopId": "FR:50129:ZE:10ALB1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 81,
"time": "1775541710"
},
"departure": {
"delay": 81,
"time": "1775541741"
},
"stopId": "FR:50129:ZE:10LON1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": -40,
"time": "1775543513"
},
"departure": {
"delay": -40,
"time": "1775543540"
},
"stopId": "FR:50129:ZE:10LUM1:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 118,
"time": "1775541351"
},
"departure": {
"delay": 118,
"time": "1775541358"
},
"stopId": "FR:50129:ZE:10CAR1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": -48,
"time": "1775542778"
},
"departure": {
"delay": -48,
"time": "1775542812"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 1,
"time": "1775543557"
},
"departure": {
"delay": 1,
"time": "1775543581"
},
"stopId": "FR:50129:ZE:10JMO1:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 106,
"time": "1775541782"
},
"departure": {
"delay": 106,
"time": "1775541826"
},
"stopId": "FR:50129:ZE:10ZOL1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": -13,
"time": "1775543595"
},
"departure": {
"delay": -13,
"time": "1775543627"
},
"stopId": "FR:50129:ZE:10LLM1:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 44,
"time": "1775541630"
},
"departure": {
"delay": 44,
"time": "1775541644"
},
"stopId": "FR:50129:ZE:10CPL1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 91,
"time": "1775541661"
},
"departure": {
"delay": 91,
"time": "1775541691"
},
"stopId": "FR:50129:ZE:10BHE1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 196,
"time": "1775541162"
},
"departure": {
"delay": 196,
"time": "1775541196"
},
"stopId": "FR:50129:ZE:10COF1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 77,
"time": "1775542356"
},
"departure": {
"delay": 77,
"time": "1775542397"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": -35,
"time": "1775544123"
},
"departure": {
"delay": -35,
"time": "1775544145"
},
"stopId": "FR:50129:ZE:10COS1:ATOUMOD035",
"stopSequence": 47
},
{
"arrival": {
"delay": 118,
"time": "1775541447"
},
"departure": {
"delay": 118,
"time": "1775541478"
},
"stopId": "FR:50129:ZE:10BON1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": -13,
"time": "1775543771"
},
"departure": {
"delay": -13,
"time": "1775543807"
},
"stopId": "FR:50129:ZE:10ART1:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": -9,
"time": "1775542635"
},
"departure": {
"delay": -9,
"time": "1775542671"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": -67,
"time": "1775543865"
},
"departure": {
"delay": -67,
"time": "1775543873"
},
"stopId": "FR:50129:ZE:10JEA1:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": 80,
"time": "1775541965"
},
"departure": {
"delay": 80,
"time": "1775541980"
},
"stopId": "FR:50129:ZE:10LAV1:ATOUMOD035",
"stopSequence": 17
},
{
"departure": {
"delay": 151,
"time": "1775541091"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 61,
"time": "1775541572"
},
"departure": {
"delay": 61,
"time": "1775541601"
},
"stopId": "FR:50129:ZE:10PRE1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 5,
"time": "1775542506"
},
"departure": {
"delay": 5,
"time": "1775542565"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 26,
"time": "1775542446"
},
"departure": {
"delay": 26,
"time": "1775542466"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": -62,
"time": "1775544046"
},
"departure": {
"delay": -62,
"time": "1775544058"
},
"stopId": "FR:50129:ZE:10RSX1:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"delay": 66,
"time": "1775541522"
},
"departure": {
"delay": 66,
"time": "1775541546"
},
"stopId": "FR:50129:ZE:10ARA1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 85,
"time": "1775542238"
},
"departure": {
"delay": 85,
"time": "1775542285"
},
"stopId": "FR:50129:ZE:10HUI1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 118,
"time": "1775542058"
},
"departure": {
"delay": 118,
"time": "1775542138"
},
"stopId": "FR:50129:ZE:10HOM1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": -98,
"time": "1775544202"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"delay": -40,
"time": "1775543813"
},
"departure": {
"delay": -40,
"time": "1775543840"
},
"stopId": "FR:50129:ZE:10ZPH1:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"delay": 53,
"time": "1775543360"
},
"departure": {
"delay": 53,
"time": "1775543393"
},
"stopId": "FR:50129:ZE:10LCA1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 8,
"time": "1775543424"
},
"departure": {
"delay": 8,
"time": "1775543468"
},
"stopId": "FR:50129:ZE:10BHC3:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 55,
"time": "1775542185"
},
"departure": {
"delay": 55,
"time": "1775542195"
},
"stopId": "FR:50129:ZE:10BEL1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": -8,
"time": "1775543647"
},
"departure": {
"delay": -8,
"time": "1775543692"
},
"stopId": "FR:50129:ZE:10BRO1:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"delay": -13,
"time": "1775544082"
},
"departure": {
"delay": -13,
"time": "1775544107"
},
"stopId": "FR:50129:ZE:10CVE1:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"delay": 77,
"time": "1775542008"
},
"departure": {
"delay": 77,
"time": "1775542037"
},
"stopId": "FR:50129:ZE:10AGO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 86,
"time": "1775541419"
},
"departure": {
"delay": 86,
"time": "1775541446"
},
"stopId": "FR:50129:ZE:10BRT1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 49,
"time": "1775543242"
},
"departure": {
"delay": 49,
"time": "1775543269"
},
"stopId": "FR:50129:ZE:10THH3:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": -33,
"time": "1775544001"
},
"departure": {
"delay": -33,
"time": "1775544027"
},
"stopId": "FR:50129:ZE:10MGT1:ATOUMOD035",
"stopSequence": 44
},
{
"arrival": {
"delay": 76,
"time": "1775542313"
},
"departure": {
"delay": 76,
"time": "1775542336"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 124,
"time": "1775541295"
},
"departure": {
"delay": 124,
"time": "1775541304"
},
"stopId": "FR:50129:ZE:10SFN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": -78,
"time": "1775543962"
},
"departure": {
"delay": -78,
"time": "1775543982"
},
"stopId": "FR:50129:ZE:10MYO1:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": 15,
"time": "1775542860"
},
"departure": {
"delay": 15,
"time": "1775542995"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 30
}
],
"timestamp": "1775560076",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746160x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx13822:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -11429,
"time": "1775559511"
},
"departure": {
"delay": -11429,
"time": "1775559511"
},
"stopId": "FR:76322:ZE:TCARxFONCK2:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": -11496,
"time": "1775558184"
},
"departure": {
"delay": -11496,
"time": "1775558184"
},
"stopId": "FR:76319:ZE:TCARxROUVR1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -11433,
"time": "1775560047"
},
"departure": {
"delay": -11433,
"time": "1775560047"
},
"stopId": "FR:76575:ZE:TCARxJBREL0:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": -11580,
"time": "1775560740"
},
"stopId": "FR:76575:ZE:TCARxGARES:ATOUMOD001",
"stopSequence": 39
},
{
"arrival": {
"delay": -11460,
"time": "1775559300"
},
"departure": {
"delay": -11460,
"time": "1775559300"
},
"stopId": "FR:76322:ZE:TCARxBRAQU3:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": -11420,
"time": "1775558800"
},
"departure": {
"delay": -11420,
"time": "1775558800"
},
"stopId": "FR:76497:ZE:TCARxJBART1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": -11524,
"time": "1775560676"
},
"departure": {
"delay": -11524,
"time": "1775560676"
},
"stopId": "FR:76575:ZE:TCARxDOUAU1:ATOUMOD001",
"stopSequence": 38
},
{
"arrival": {
"delay": -11414,
"time": "1775558926"
},
"departure": {
"delay": -11414,
"time": "1775558926"
},
"stopId": "FR:76497:ZE:TCARxCLECO1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": -11482,
"time": "1775560418"
},
"departure": {
"delay": -11482,
"time": "1775560418"
},
"stopId": "FR:76575:ZE:TCARxGOUBE0:ATOUMOD001",
"stopSequence": 33
},
{
"arrival": {
"delay": -11433,
"time": "1775560227"
},
"departure": {
"delay": -11433,
"time": "1775560227"
},
"stopId": "FR:76575:ZE:TCARxGAGAR0:ATOUMOD001",
"stopSequence": 31
},
{
"arrival": {
"delay": -11459,
"time": "1775559361"
},
"departure": {
"delay": -11459,
"time": "1775559361"
},
"stopId": "FR:76322:ZE:TCARxBRAZZ1:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": -11442,
"time": "1775558658"
},
"departure": {
"delay": -11442,
"time": "1775558658"
},
"stopId": "FR:76497:ZE:TCARxTOURE1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": -11459,
"time": "1775559001"
},
"departure": {
"delay": -11459,
"time": "1775559001"
},
"stopId": "FR:76497:ZE:TCARxVERDE1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": -11460,
"time": "1775558400"
},
"departure": {
"delay": -11460,
"time": "1775558400"
},
"stopId": "FR:76319:ZE:TCARxLYLEG1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": -11460,
"time": "1775559720"
},
"departure": {
"delay": -11460,
"time": "1775559720"
},
"stopId": "FR:76575:ZE:TCARxCORBU2:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": -11434,
"time": "1775560166"
},
"departure": {
"delay": -11434,
"time": "1775560166"
},
"stopId": "FR:76575:ZE:TCARxCAPUC0:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": -11431,
"time": "1775559929"
},
"departure": {
"delay": -11431,
"time": "1775559929"
},
"stopId": "FR:76575:ZE:TCARxESIGE1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": -11414,
"time": "1775559466"
},
"departure": {
"delay": -11414,
"time": "1775559466"
},
"stopId": "FR:76322:ZE:TCARxANDRE1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": -11458,
"time": "1775558102"
},
"departure": {
"delay": -11458,
"time": "1775558102"
},
"stopId": "FR:76319:ZE:TCARxMATIS1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -11460,
"time": "1775559840"
},
"departure": {
"delay": -11460,
"time": "1775559840"
},
"stopId": "FR:76575:ZE:TCARxTECHN5:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": -11440,
"time": "1775559680"
},
"departure": {
"delay": -11440,
"time": "1775559680"
},
"stopId": "FR:76575:ZE:TCARxSANSU1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": -11406,
"time": "1775559414"
},
"departure": {
"delay": -11406,
"time": "1775559414"
},
"stopId": "FR:76322:ZE:TCARxRCOTY1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": -11460,
"time": "1775558580"
},
"departure": {
"delay": -11460,
"time": "1775558580"
},
"stopId": "FR:76497:ZE:TCARxPMAIR1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": -11468,
"time": "1775560312"
},
"departure": {
"delay": -11468,
"time": "1775560312"
},
"stopId": "FR:76575:ZE:TCARxLURCA0:ATOUMOD001",
"stopSequence": 32
},
{
"arrival": {
"delay": -11414,
"time": "1775560006"
},
"departure": {
"delay": -11414,
"time": "1775560006"
},
"stopId": "FR:76575:ZE:TCARxCATEL0:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": -11468,
"time": "1775558212"
},
"departure": {
"delay": -11468,
"time": "1775558212"
},
"stopId": "FR:76319:ZE:TCARxCARAB1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": -11418,
"time": "1775558442"
},
"departure": {
"delay": -11418,
"time": "1775558442"
},
"stopId": "FR:76319:ZE:TCARxRAFFI1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -11431,
"time": "1775559389"
},
"departure": {
"delay": -11431,
"time": "1775559389"
},
"stopId": "FR:76322:ZE:TCARxCDCHA1:ATOUMOD001",
"stopSequence": 18
},
{
"departure": {
"delay": -11520,
"time": "1775558040"
},
"stopId": "FR:76319:ZE:TCARxBOUTT1:ATOUMOD001",
"stopSequence": 1
}
],
"timestamp": "1775557596",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx06:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx13822:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3747507x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 122,
"time": "1775553996"
},
"departure": {
"delay": 122,
"time": "1775554022"
},
"stopId": "FR:50129:ZE:10MEN2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 173,
"time": "1775555304"
},
"departure": {
"delay": 173,
"time": "1775555333"
},
"stopId": "FR:50129:ZE:10CLO1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 252,
"time": "1775555078"
},
"departure": {
"delay": 252,
"time": "1775555112"
},
"stopId": "FR:50129:ZE:10GMA3:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 245,
"time": "1775553833"
},
"departure": {
"delay": 245,
"time": "1775553845"
},
"stopId": "FR:50129:ZE:10AIG2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 50,
"time": "1775554414"
},
"departure": {
"delay": 50,
"time": "1775554430"
},
"stopId": "FR:50129:ZE:10CRN1:ATOUMOD035",
"stopSequence": 9
},
{
"departure": {
"delay": 252,
"time": "1775553552"
},
"stopId": "FR:50129:ZE:10ZFO2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 124,
"time": "1775554106"
},
"departure": {
"delay": 124,
"time": "1775554324"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 170,
"time": "1775555238"
},
"departure": {
"delay": 170,
"time": "1775555270"
},
"stopId": "FR:50129:ZE:10LMW1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 188,
"time": "1775555163"
},
"departure": {
"delay": 188,
"time": "1775555168"
},
"stopId": "FR:50129:ZE:10MLL3:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 342,
"time": "1775555671"
},
"departure": {
"delay": 342,
"time": "1775555682"
},
"stopId": "FR:50129:ZE:10LMQ1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 158,
"time": "1775555367"
},
"departure": {
"delay": 158,
"time": "1775555378"
},
"stopId": "FR:50129:ZE:10ILO1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 308,
"time": "1775555701"
},
"departure": {
"delay": 308,
"time": "1775555708"
},
"stopId": "FR:50129:ZE:10CRD1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 188,
"time": "1775555392"
},
"departure": {
"delay": 188,
"time": "1775555408"
},
"stopId": "FR:50129:ZE:10EUR1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 338,
"time": "1775555420"
},
"departure": {
"delay": 338,
"time": "1775555618"
},
"stopId": "FR:50129:ZE:10COD1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 260,
"time": "1775554467"
},
"departure": {
"delay": 260,
"time": "1775554700"
},
"stopId": "FR:50129:ZE:10PLA5:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 283,
"time": "1775554952"
},
"departure": {
"delay": 283,
"time": "1775554963"
},
"stopId": "FR:50129:ZE:10CCI1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 297,
"time": "1775554883"
},
"departure": {
"delay": 297,
"time": "1775554917"
},
"stopId": "FR:50129:ZE:10CIT1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 236,
"time": "1775553647"
},
"departure": {
"delay": 236,
"time": "1775553656"
},
"stopId": "FR:50129:ZE:10PFO4:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 294,
"time": "1775553764"
},
"departure": {
"delay": 294,
"time": "1775553774"
},
"stopId": "FR:50129:ZE:10IUT2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 240,
"time": "1775553591"
},
"departure": {
"delay": 240,
"time": "1775553600"
},
"stopId": "FR:50129:ZE:10VDT2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 266,
"time": "1775553795"
},
"departure": {
"delay": 266,
"time": "1775553806"
},
"stopId": "FR:50129:ZE:10UNI2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 366,
"time": "1775555946"
},
"stopId": "FR:50129:ZE:10PIS1:ATOUMOD035",
"stopSequence": 22
}
],
"timestamp": "1775560078",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:08:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3747507x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4230558x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 60,
"time": "1775562000"
},
"departure": {
"delay": 60,
"time": "1775562000"
},
"stopId": "FR:76351:ZE:3386:ATOUMOD003",
"stopSequence": 34
},
{
"arrival": {
"delay": 6,
"time": "1775561226"
},
"departure": {
"delay": 6,
"time": "1775561226"
},
"stopId": "FR:76351:ZE:5183:ATOUMOD003",
"stopSequence": 25
},
{
"arrival": {
"delay": 50,
"time": "1775561570"
},
"departure": {
"delay": 50,
"time": "1775561570"
},
"stopId": "FR:76351:ZE:3543:ATOUMOD003",
"stopSequence": 27
},
{
"arrival": {
"delay": 58,
"time": "1775560258"
},
"departure": {
"delay": 58,
"time": "1775560258"
},
"stopId": "FR:76351:ZE:3358:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 60,
"time": "1775560320"
},
"departure": {
"delay": 60,
"time": "1775560320"
},
"stopId": "FR:76351:ZE:3532:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": 6,
"time": "1775561706"
},
"departure": {
"delay": 6,
"time": "1775561706"
},
"stopId": "FR:76351:ZE:3770:ATOUMOD003",
"stopSequence": 28
},
{
"arrival": {
"delay": 6,
"time": "1775560206"
},
"departure": {
"delay": 6,
"time": "1775560206"
},
"stopId": "FR:76351:ZE:3125:ATOUMOD003",
"stopSequence": 12
},
{
"departure": {
"delay": -1,
"time": "1775559959"
},
"stopId": "FR:76351:ZE:3385:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": 57,
"time": "1775560137"
},
"departure": {
"delay": 57,
"time": "1775560137"
},
"stopId": "FR:76351:ZE:3418:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 7,
"time": "1775560807"
},
"departure": {
"delay": 7,
"time": "1775560807"
},
"stopId": "FR:76351:ZE:3657:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": 26,
"time": "1775560406"
},
"departure": {
"delay": 26,
"time": "1775560406"
},
"stopId": "FR:76351:ZE:3628:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 58,
"time": "1775560498"
},
"departure": {
"delay": 58,
"time": "1775560498"
},
"stopId": "FR:76351:ZE:3192:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": 55,
"time": "1775560735"
},
"departure": {
"delay": 55,
"time": "1775560735"
},
"stopId": "FR:76351:ZE:3028:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 18,
"time": "1775561118"
},
"departure": {
"delay": 18,
"time": "1775561118"
},
"stopId": "FR:76351:ZE:3276:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": 6,
"time": "1775561466"
},
"departure": {
"delay": 6,
"time": "1775561466"
},
"stopId": "FR:76351:ZE:3200:ATOUMOD003",
"stopSequence": 26
},
{
"arrival": {
"delay": 46,
"time": "1775561806"
},
"departure": {
"delay": 46,
"time": "1775561806"
},
"stopId": "FR:76351:ZE:3019:ATOUMOD003",
"stopSequence": 30
},
{
"arrival": {
"delay": 6,
"time": "1775560566"
},
"departure": {
"delay": 6,
"time": "1775560566"
},
"stopId": "FR:76351:ZE:3241:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": 16,
"time": "1775561836"
},
"departure": {
"delay": 16,
"time": "1775561836"
},
"stopId": "FR:76351:ZE:3685:ATOUMOD003",
"stopSequence": 31
},
{
"arrival": {
"delay": 6,
"time": "1775561946"
},
"departure": {
"delay": 6,
"time": "1775561946"
},
"stopId": "FR:76351:ZE:3342:ATOUMOD003",
"stopSequence": 33
},
{
"arrival": {
"delay": 6,
"time": "1775561766"
},
"departure": {
"delay": 6,
"time": "1775561766"
},
"stopId": "FR:76351:ZE:3007:ATOUMOD003",
"stopSequence": 29
},
{
"departure": {
"delay": 6,
"time": "1775560026"
},
"stopId": "FR:76351:ZE:3427:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": 6,
"time": "1775562126"
},
"stopId": "FR:76351:ZE:3743:ATOUMOD003",
"stopSequence": 36
},
{
"arrival": {
"delay": 6,
"time": "1775560866"
},
"departure": {
"delay": 6,
"time": "1775560866"
},
"stopId": "FR:76351:ZE:4643:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": 7,
"time": "1775560087"
},
"departure": {
"delay": 7,
"time": "1775560087"
},
"stopId": "FR:76351:ZE:3364:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": 55,
"time": "1775562055"
},
"departure": {
"delay": 55,
"time": "1775562055"
},
"stopId": "FR:76351:ZE:3047:ATOUMOD003",
"stopSequence": 35
},
{
"arrival": {
"delay": 58,
"time": "1775561038"
},
"departure": {
"delay": 58,
"time": "1775561038"
},
"stopId": "FR:76351:ZE:3501:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": 11,
"time": "1775560931"
},
"departure": {
"delay": 11,
"time": "1775560931"
},
"stopId": "FR:76351:ZE:3646:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": 31,
"time": "1775561911"
},
"departure": {
"delay": 31,
"time": "1775561911"
},
"stopId": "FR:76351:ZE:3785:ATOUMOD003",
"stopSequence": 32
}
],
"timestamp": "1775560059",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C3:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4230558x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4230313x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 77,
"time": "1775559497"
},
"departure": {
"delay": 77,
"time": "1775559497"
},
"stopId": "FR:76351:ZE:3794:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": 236,
"time": "1775560676"
},
"departure": {
"delay": 236,
"time": "1775560676"
},
"stopId": "FR:76351:ZE:3567:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": 272,
"time": "1775561312"
},
"departure": {
"delay": 272,
"time": "1775561312"
},
"stopId": "FR:76351:ZE:4080:ATOUMOD003",
"stopSequence": 37
},
{
"arrival": {
"delay": 258,
"time": "1775560818"
},
"departure": {
"delay": 258,
"time": "1775560818"
},
"stopId": "FR:76351:ZE:3708:ATOUMOD003",
"stopSequence": 27
},
{
"arrival": {
"delay": 226,
"time": "1775561266"
},
"departure": {
"delay": 226,
"time": "1775561266"
},
"stopId": "FR:76351:ZE:3257:ATOUMOD003",
"stopSequence": 35
},
{
"arrival": {
"delay": 258,
"time": "1775561358"
},
"departure": {
"delay": 258,
"time": "1775561358"
},
"stopId": "FR:76351:ZE:3704:ATOUMOD003",
"stopSequence": 38
},
{
"arrival": {
"delay": 226,
"time": "1775561086"
},
"departure": {
"delay": 226,
"time": "1775561086"
},
"stopId": "FR:76351:ZE:3101:ATOUMOD003",
"stopSequence": 31
},
{
"departure": {
"delay": 283,
"time": "1775560063"
},
"stopId": "FR:76351:ZE:3027:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": 234,
"time": "1775560554"
},
"departure": {
"delay": 234,
"time": "1775560554"
},
"stopId": "FR:76351:ZE:3653:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": 251,
"time": "1775561291"
},
"departure": {
"delay": 251,
"time": "1775561291"
},
"stopId": "FR:76351:ZE:3043:ATOUMOD003",
"stopSequence": 36
},
{
"arrival": {
"delay": 276,
"time": "1775560476"
},
"departure": {
"delay": 276,
"time": "1775560476"
},
"stopId": "FR:76351:ZE:3604:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": 260,
"time": "1775561180"
},
"departure": {
"delay": 260,
"time": "1775561180"
},
"stopId": "FR:76351:ZE:3611:ATOUMOD003",
"stopSequence": 33
},
{
"departure": {
"delay": 225,
"time": "1775560005"
},
"stopId": "FR:76351:ZE:4520:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": 274,
"time": "1775561134"
},
"departure": {
"delay": 274,
"time": "1775561134"
},
"stopId": "FR:76351:ZE:3228:ATOUMOD003",
"stopSequence": 32
},
{
"arrival": {
"delay": 63,
"time": "1775559783"
},
"departure": {
"delay": 63,
"time": "1775559783"
},
"stopId": "FR:76351:ZE:4641:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 283,
"time": "1775560243"
},
"departure": {
"delay": 283,
"time": "1775560243"
},
"stopId": "FR:76351:ZE:3240:ATOUMOD003",
"stopSequence": 18
},
{
"departure": {
"delay": 63,
"time": "1775559003"
},
"stopId": "FR:76351:ZE:3201:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": 226,
"time": "1775560726"
},
"departure": {
"delay": 226,
"time": "1775560726"
},
"stopId": "FR:76351:ZE:3729:ATOUMOD003",
"stopSequence": 25
},
{
"arrival": {
"delay": 226,
"time": "1775561386"
},
"stopId": "FR:76351:ZE:3212:ATOUMOD003",
"stopSequence": 39
},
{
"arrival": {
"delay": 277,
"time": "1775560357"
},
"departure": {
"delay": 277,
"time": "1775560357"
},
"stopId": "FR:76351:ZE:3061:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": 267,
"time": "1775560767"
},
"departure": {
"delay": 267,
"time": "1775560767"
},
"stopId": "FR:76351:ZE:4874:ATOUMOD003",
"stopSequence": 26
},
{
"arrival": {
"delay": 263,
"time": "1775560643"
},
"departure": {
"delay": 263,
"time": "1775560643"
},
"stopId": "FR:76351:ZE:3375:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": 77,
"time": "1775559737"
},
"departure": {
"delay": 77,
"time": "1775559737"
},
"stopId": "FR:76351:ZE:3645:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": 272,
"time": "1775560892"
},
"departure": {
"delay": 272,
"time": "1775560892"
},
"stopId": "FR:76351:ZE:3710:ATOUMOD003",
"stopSequence": 28
},
{
"arrival": {
"delay": 226,
"time": "1775560306"
},
"departure": {
"delay": 226,
"time": "1775560306"
},
"stopId": "FR:76351:ZE:3191:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": 285,
"time": "1775561025"
},
"departure": {
"delay": 285,
"time": "1775561025"
},
"stopId": "FR:76351:ZE:3654:ATOUMOD003",
"stopSequence": 30
},
{
"arrival": {
"delay": 63,
"time": "1775559363"
},
"departure": {
"delay": 63,
"time": "1775559363"
},
"stopId": "FR:76351:ZE:3700:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 121,
"time": "1775559661"
},
"departure": {
"delay": 121,
"time": "1775559661"
},
"stopId": "FR:76351:ZE:3500:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 234,
"time": "1775561214"
},
"departure": {
"delay": 234,
"time": "1775561214"
},
"stopId": "FR:76351:ZE:4883:ATOUMOD003",
"stopSequence": 34
},
{
"arrival": {
"delay": 226,
"time": "1775560966"
},
"departure": {
"delay": 226,
"time": "1775560966"
},
"stopId": "FR:76351:ZE:3384:ATOUMOD003",
"stopSequence": 29
}
],
"timestamp": "1775559169",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:C5:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4230313x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx8030:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 79,
"time": "1775560699"
},
"departure": {
"delay": 79,
"time": "1775560699"
},
"stopId": "FR:76540:ZE:TCARxSANTE1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 29,
"time": "1775561009"
},
"departure": {
"delay": 29,
"time": "1775561009"
},
"stopId": "FR:76540:ZE:TCARxTMARV1:ATOUMOD001",
"stopSequence": 5
},
{
"departure": {
"delay": 29,
"time": "1775560649"
},
"stopId": "FR:76540:ZE:TCARxMCURIE:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 80,
"time": "1775561600"
},
"departure": {
"delay": 80,
"time": "1775561600"
},
"stopId": "FR:76540:ZE:TCARxVXMAR1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 29,
"time": "1775561369"
},
"departure": {
"delay": 29,
"time": "1775561369"
},
"stopId": "FR:76540:ZE:TCARxGARET1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 29,
"time": "1775561189"
},
"departure": {
"delay": 29,
"time": "1775561189"
},
"stopId": "FR:76540:ZE:TCARxBOU8:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 57,
"time": "1775561517"
},
"departure": {
"delay": 57,
"time": "1775561517"
},
"stopId": "FR:76540:ZE:TCARxCAUCT1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 64,
"time": "1775561284"
},
"departure": {
"delay": 64,
"time": "1775561284"
},
"stopId": "FR:76540:ZE:TCARxBEAUT1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 29,
"time": "1775561669"
},
"departure": {
"delay": 29,
"time": "1775561669"
},
"stopId": "FR:76540:ZE:TCARxBELGE3:ATOUMOD001",
"stopSequence": 11
}
],
"timestamp": "1775559997",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx94:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx8030:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC597040:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -3179,
"time": "1775560081"
},
"departure": {
"delay": -3179,
"time": "1775560081"
},
"stopId": "FR:27229:ZE:0xFER02:ATOUMOD004",
"stopSequence": 25
},
{
"arrival": {
"delay": 91,
"time": "1775563711"
},
"stopId": "FR:27229:ZE:0xCEN01:ATOUMOD004",
"stopSequence": 32
},
{
"arrival": {
"delay": 113,
"time": "1775563433"
},
"departure": {
"delay": 113,
"time": "1775563433"
},
"stopId": "FR:27229:ZE:0xDUN02:ATOUMOD004",
"stopSequence": 26
},
{
"arrival": {
"delay": -2399,
"time": "1775560081"
},
"departure": {
"delay": -2399,
"time": "1775560081"
},
"stopId": "FR:27229:ZE:0xHAP01:ATOUMOD004",
"stopSequence": 13
},
{
"arrival": {
"delay": -2819,
"time": "1775560081"
},
"departure": {
"delay": -2819,
"time": "1775560081"
},
"stopId": "FR:27229:ZE:0xLOG02:ATOUMOD004",
"stopSequence": 19
},
{
"arrival": {
"delay": -2939,
"time": "1775560081"
},
"departure": {
"delay": -2939,
"time": "1775560081"
},
"stopId": "FR:27229:ZE:0xHAR02:ATOUMOD004",
"stopSequence": 22
},
{
"arrival": {
"delay": -2819,
"time": "1775560081"
},
"departure": {
"delay": -2819,
"time": "1775560081"
},
"stopId": "FR:27229:ZE:0xBEV02:ATOUMOD004",
"stopSequence": 18
},
{
"arrival": {
"delay": -3119,
"time": "1775560081"
},
"departure": {
"delay": -3119,
"time": "1775560081"
},
"stopId": "FR:27229:ZE:0xCOM02:ATOUMOD004",
"stopSequence": 24
},
{
"departure": {
"delay": -2279,
"time": "1775560081"
},
"stopId": "FR:27229:ZE:0xHOT01:ATOUMOD004",
"stopSequence": 11
},
{
"arrival": {
"delay": -2339,
"time": "1775560081"
},
"departure": {
"delay": -2339,
"time": "1775560081"
},
"stopId": "FR:27229:ZE:0xLOM01:ATOUMOD004",
"stopSequence": 12
},
{
"arrival": {
"delay": -2519,
"time": "1775560081"
},
"departure": {
"delay": -2519,
"time": "1775560081"
},
"stopId": "FR:27229:ZE:0xJAU01:ATOUMOD004",
"stopSequence": 14
},
{
"arrival": {
"delay": -2639,
"time": "1775560081"
},
"departure": {
"delay": -2639,
"time": "1775560081"
},
"stopId": "FR:27229:ZE:0xGAR03:ATOUMOD004",
"stopSequence": 15
},
{
"arrival": {
"delay": -2759,
"time": "1775560081"
},
"departure": {
"delay": -2759,
"time": "1775560081"
},
"stopId": "FR:27229:ZE:0xBRO02:ATOUMOD004",
"stopSequence": 17
},
{
"arrival": {
"delay": -2699,
"time": "1775560081"
},
"departure": {
"delay": -2699,
"time": "1775560081"
},
"stopId": "FR:27229:ZE:0xLEB01:ATOUMOD004",
"stopSequence": 16
},
{
"arrival": {
"delay": 155,
"time": "1775563655"
},
"departure": {
"delay": 155,
"time": "1775563655"
},
"stopId": "FR:27229:ZE:0xMEU02:ATOUMOD004",
"stopSequence": 31
},
{
"arrival": {
"delay": -3059,
"time": "1775560081"
},
"departure": {
"delay": -3059,
"time": "1775560081"
},
"stopId": "FR:27229:ZE:0xFAU02:ATOUMOD004",
"stopSequence": 23
},
{
"arrival": {
"delay": 159,
"time": "1775563599"
},
"departure": {
"delay": 159,
"time": "1775563599"
},
"stopId": "FR:27229:ZE:0xCAR03:ATOUMOD004",
"stopSequence": 30
}
],
"timestamp": "1775560081",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD004:Line:T2:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC597040:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx15605:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 9454,
"time": "1775559694"
},
"departure": {
"delay": 9454,
"time": "1775559694"
},
"stopId": "FR:76108:ZE:TCARxVERDU2:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 9504,
"time": "1775559504"
},
"departure": {
"delay": 9504,
"time": "1775559504"
},
"stopId": "FR:76108:ZE:TCARxNOBLE2:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 9453,
"time": "1775559392"
},
"departure": {
"delay": 9453,
"time": "1775559393"
},
"stopId": "FR:76108:ZE:TCARxAGRIC1:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 9438,
"time": "1775559293"
},
"departure": {
"delay": 9438,
"time": "1775559318"
},
"stopId": "FR:76108:ZE:TCARxVIELL0:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 9329,
"time": "1775558729"
},
"departure": {
"delay": 9329,
"time": "1775558729"
},
"stopId": "FR:76540:ZE:TCARxROMAI1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 9328,
"time": "1775558618"
},
"departure": {
"delay": 9328,
"time": "1775558668"
},
"stopId": "FR:76540:ZE:TCARxGAREB2:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 9428,
"time": "1775559008"
},
"departure": {
"delay": 9428,
"time": "1775559008"
},
"stopId": "FR:76108:ZE:TCARxCOTTA1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 9089,
"time": "1775557889"
},
"departure": {
"delay": 9089,
"time": "1775557889"
},
"stopId": "FR:76540:ZE:TCARxPCORN1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 9218,
"time": "1775558103"
},
"departure": {
"delay": 9218,
"time": "1775558318"
},
"stopId": "FR:76540:ZE:TCARxHVR4:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 9443,
"time": "1775559440"
},
"departure": {
"delay": 9443,
"time": "1775559443"
},
"stopId": "FR:76108:ZE:TCARxPIERR2:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 9333,
"time": "1775558846"
},
"departure": {
"delay": 9333,
"time": "1775558853"
},
"stopId": "FR:76540:ZE:TCARxDESCA1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 9239,
"time": "1775558399"
},
"departure": {
"delay": 9239,
"time": "1775558399"
},
"stopId": "FR:76540:ZE:TCARxBARTS1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 9415,
"time": "1775559055"
},
"departure": {
"delay": 9415,
"time": "1775559055"
},
"stopId": "FR:76108:ZE:TCARxRRENA1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 9398,
"time": "1775558908"
},
"departure": {
"delay": 9398,
"time": "1775558918"
},
"stopId": "FR:76108:ZE:TCARxOIOIS1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 9464,
"time": "1775559644"
},
"departure": {
"delay": 9464,
"time": "1775559644"
},
"stopId": "FR:76108:ZE:TCARxHAMEL0:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 9029,
"time": "1775557946"
},
"departure": {
"delay": 9029,
"time": "1775557949"
},
"stopId": "FR:76540:ZE:TCARxRREPU1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 9492,
"time": "1775559544"
},
"departure": {
"delay": 9492,
"time": "1775559552"
},
"stopId": "FR:76108:ZE:TCARxFORRE3:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 9273,
"time": "1775558472"
},
"departure": {
"delay": 9273,
"time": "1775558493"
},
"stopId": "FR:76540:ZE:TCARxSVER41:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 9067,
"time": "1775558047"
},
"departure": {
"delay": 9067,
"time": "1775558047"
},
"stopId": "FR:76540:ZE:TCARxSTNIC2:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 9132,
"time": "1775557752"
},
"departure": {
"delay": 9132,
"time": "1775557752"
},
"stopId": "FR:76540:ZE:TCARxMUFFA2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 9396,
"time": "1775558787"
},
"departure": {
"delay": 9396,
"time": "1775558796"
},
"stopId": "FR:76540:ZE:TCARxMALAT1:ATOUMOD001",
"stopSequence": 12
},
{
"departure": {
"delay": 9180,
"time": "1775557740"
},
"stopId": "FR:76540:ZE:TCARxILACR:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 9118,
"time": "1775557798"
},
"departure": {
"delay": 9118,
"time": "1775557798"
},
"stopId": "FR:76540:ZE:TCARxFLAMA1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 9449,
"time": "1775559869"
},
"stopId": "FR:76108:ZE:TCARxVINCI:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 9462,
"time": "1775559102"
},
"departure": {
"delay": 9462,
"time": "1775559102"
},
"stopId": "FR:76108:ZE:TCARxCPIER1:ATOUMOD001",
"stopSequence": 17
}
],
"timestamp": "1775557396",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx11:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx15605:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx14396:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775559541"
},
"departure": {
"time": "1775559641"
},
"stopId": "FR:76540:ZE:TCARxCHAMP1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"time": "1775559262"
},
"departure": {
"time": "1775559291"
},
"stopId": "FR:76540:ZE:TCARxRREPU0:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"time": "1775558491"
},
"departure": {
"time": "1775558491"
},
"stopId": "FR:76451:ZE:TCARxFOUBE0:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"time": "1775558966"
},
"departure": {
"time": "1775558966"
},
"stopId": "FR:76540:ZE:TCARxBARTS0:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"time": "1775557991"
},
"departure": {
"time": "1775557991"
},
"stopId": "FR:76451:ZE:TCARxRBOIS0:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"time": "1775558041"
},
"departure": {
"time": "1775558066"
},
"stopId": "FR:76451:ZE:TCARxBIZNE1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"time": "1775560543"
},
"stopId": "FR:76681:ZE:TCARxHDVS2:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"time": "1775559941"
},
"departure": {
"time": "1775559966"
},
"stopId": "FR:76540:ZE:TCARxMATHI0:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"time": "1775558819"
},
"departure": {
"time": "1775558841"
},
"stopId": "FR:76540:ZE:TCARxGAREB1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"time": "1775558708"
},
"departure": {
"time": "1775558733"
},
"stopId": "FR:76540:ZE:TCARxRCAMP0:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"time": "1775560003"
},
"departure": {
"time": "1775560003"
},
"stopId": "FR:76540:ZE:TCARxSIMON1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"time": "1775558572"
},
"departure": {
"time": "1775558574"
},
"stopId": "FR:76451:ZE:TCARxCREVI0:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"time": "1775559452"
},
"departure": {
"time": "1775559452"
},
"stopId": "FR:76540:ZE:TCARxPCORN0:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"time": "1775558291"
},
"departure": {
"time": "1775558291"
},
"stopId": "FR:76451:ZE:TCARxCOQUE3:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"time": "1775558192"
},
"departure": {
"time": "1775558192"
},
"stopId": "FR:76451:ZE:TCARxCOLBE0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"time": "1775558636"
},
"departure": {
"time": "1775558655"
},
"stopId": "FR:76540:ZE:TCARxBSMAU0:ATOUMOD001",
"stopSequence": 10
},
{
"departure": {
"time": "1775557920"
},
"stopId": "FR:76451:ZE:TCARxPLEIAD:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"time": "1775558118"
},
"departure": {
"time": "1775558141"
},
"stopId": "FR:76451:ZE:TCARxVAREN0:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"time": "1775558891"
},
"departure": {
"time": "1775558891"
},
"stopId": "FR:76540:ZE:TCARxSVER7:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"time": "1775558391"
},
"departure": {
"time": "1775558391"
},
"stopId": "FR:76451:ZE:TCARxHDVBE1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"time": "1775559670"
},
"departure": {
"time": "1775559691"
},
"stopId": "FR:76540:ZE:TCARxLAFAY0:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"time": "1775559816"
},
"departure": {
"time": "1775559816"
},
"stopId": "FR:76540:ZE:TCARxBAMME0:ATOUMOD001",
"stopSequence": 21
}
],
"timestamp": "1775557736",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx07:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx14396:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746171x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -57,
"time": "1775552149"
},
"departure": {
"delay": -57,
"time": "1775552163"
},
"stopId": "FR:50129:ZE:10HOM1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": -22,
"time": "1775551644"
},
"departure": {
"delay": -22,
"time": "1775551658"
},
"stopId": "FR:50129:ZE:10ARA1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": -9,
"time": "1775551461"
},
"departure": {
"delay": -9,
"time": "1775551491"
},
"stopId": "FR:50129:ZE:10HOU1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 94,
"time": "1775554347"
},
"departure": {
"delay": 94,
"time": "1775554354"
},
"stopId": "FR:50129:ZE:10MYO1:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": 77,
"time": "1775554449"
},
"departure": {
"delay": 77,
"time": "1775554457"
},
"stopId": "FR:50129:ZE:10COS1:ATOUMOD035",
"stopSequence": 47
},
{
"arrival": {
"delay": -35,
"time": "1775552107"
},
"departure": {
"delay": -35,
"time": "1775552125"
},
"stopId": "FR:50129:ZE:10AGO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 9,
"time": "1775551370"
},
"departure": {
"delay": 9,
"time": "1775551389"
},
"stopId": "FR:50129:ZE:10SFN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 122,
"time": "1775554372"
},
"departure": {
"delay": 122,
"time": "1775554382"
},
"stopId": "FR:50129:ZE:10MGT1:ATOUMOD035",
"stopSequence": 44
},
{
"arrival": {
"delay": 72,
"time": "1775552548"
},
"departure": {
"delay": 72,
"time": "1775552592"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": -53,
"time": "1775551673"
},
"departure": {
"delay": -53,
"time": "1775551687"
},
"stopId": "FR:50129:ZE:10PRE1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": -12,
"time": "1775551996"
},
"departure": {
"delay": -12,
"time": "1775552028"
},
"stopId": "FR:50129:ZE:10DUB1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 36,
"time": "1775551553"
},
"departure": {
"delay": 36,
"time": "1775551596"
},
"stopId": "FR:50129:ZE:10BON1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 162,
"time": "1775553973"
},
"departure": {
"delay": 162,
"time": "1775554002"
},
"stopId": "FR:50129:ZE:10LLM1:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 128,
"time": "1775554285"
},
"departure": {
"delay": 128,
"time": "1775554328"
},
"stopId": "FR:50129:ZE:10NOR3:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"delay": 70,
"time": "1775552481"
},
"departure": {
"delay": 70,
"time": "1775552530"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": -93,
"time": "1775552224"
},
"departure": {
"delay": -93,
"time": "1775552247"
},
"stopId": "FR:50129:ZE:10BEL1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 111,
"time": "1775554426"
},
"departure": {
"delay": 111,
"time": "1775554431"
},
"stopId": "FR:50129:ZE:10CVE1:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"delay": 101,
"time": "1775554229"
},
"departure": {
"delay": 101,
"time": "1775554241"
},
"stopId": "FR:50129:ZE:10JEA1:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": 83,
"time": "1775552855"
},
"departure": {
"delay": 83,
"time": "1775552903"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 74,
"time": "1775551207"
},
"departure": {
"delay": 74,
"time": "1775551274"
},
"stopId": "FR:50129:ZE:10COF1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": -3,
"time": "1775551819"
},
"departure": {
"delay": -3,
"time": "1775551857"
},
"stopId": "FR:50129:ZE:10LON1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 172,
"time": "1775554182"
},
"departure": {
"delay": 172,
"time": "1775554192"
},
"stopId": "FR:50129:ZE:10ART1:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": 121,
"time": "1775553866"
},
"departure": {
"delay": 121,
"time": "1775553901"
},
"stopId": "FR:50129:ZE:10LUM1:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 116,
"time": "1775553257"
},
"departure": {
"delay": 116,
"time": "1775553296"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 28,
"time": "1775551330"
},
"departure": {
"delay": 28,
"time": "1775551348"
},
"stopId": "FR:50129:ZE:10ALB1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 47,
"time": "1775551170"
},
"departure": {
"delay": 47,
"time": "1775551187"
},
"stopId": "FR:50129:ZE:10SFG1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 121,
"time": "1775553410"
},
"departure": {
"delay": 121,
"time": "1775553421"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 31
},
{
"departure": {
"delay": 12,
"time": "1775551152"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 4,
"time": "1775551909"
},
"departure": {
"delay": 4,
"time": "1775551924"
},
"stopId": "FR:50129:ZE:10ZOL1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 81,
"time": "1775554395"
},
"departure": {
"delay": 81,
"time": "1775554401"
},
"stopId": "FR:50129:ZE:10RSX1:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"delay": 75,
"time": "1775552800"
},
"departure": {
"delay": 75,
"time": "1775552835"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 114,
"time": "1775552929"
},
"departure": {
"delay": 114,
"time": "1775552994"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 84,
"time": "1775552649"
},
"departure": {
"delay": 84,
"time": "1775552724"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": -39,
"time": "1775551721"
},
"departure": {
"delay": -39,
"time": "1775551761"
},
"stopId": "FR:50129:ZE:10CPL1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": -24,
"time": "1775552060"
},
"departure": {
"delay": -24,
"time": "1775552076"
},
"stopId": "FR:50129:ZE:10LAV1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 143,
"time": "1775553149"
},
"departure": {
"delay": 143,
"time": "1775553203"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 198,
"time": "1775553709"
},
"departure": {
"delay": 198,
"time": "1775553738"
},
"stopId": "FR:50129:ZE:10LCA1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 2,
"time": "1775551431"
},
"departure": {
"delay": 2,
"time": "1775551442"
},
"stopId": "FR:50129:ZE:10CAR1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 205,
"time": "1775553594"
},
"departure": {
"delay": 205,
"time": "1775553625"
},
"stopId": "FR:50129:ZE:10THH3:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 176,
"time": "1775553911"
},
"departure": {
"delay": 176,
"time": "1775553956"
},
"stopId": "FR:50129:ZE:10JMO1:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": -8,
"time": "1775551520"
},
"departure": {
"delay": -8,
"time": "1775551552"
},
"stopId": "FR:50129:ZE:10BRT1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 129,
"time": "1775554199"
},
"departure": {
"delay": 129,
"time": "1775554209"
},
"stopId": "FR:50129:ZE:10ZPH1:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"delay": 176,
"time": "1775553083"
},
"departure": {
"delay": 176,
"time": "1775553116"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": -12,
"time": "1775552339"
},
"departure": {
"delay": -12,
"time": "1775552388"
},
"stopId": "FR:50129:ZE:10HUI1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 169,
"time": "1775554018"
},
"departure": {
"delay": 169,
"time": "1775554069"
},
"stopId": "FR:50129:ZE:10BRO1:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"delay": 154,
"time": "1775553774"
},
"departure": {
"delay": 154,
"time": "1775553814"
},
"stopId": "FR:50129:ZE:10BHC3:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": -9,
"time": "1775551771"
},
"departure": {
"delay": -9,
"time": "1775551791"
},
"stopId": "FR:50129:ZE:10BHE1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 31,
"time": "1775554531"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 48
}
],
"timestamp": "1775560077",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746171x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD005:ServiceJourney:523:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775559300"
},
"departure": {
"time": "1775559300"
},
"stopId": "FR:76217:ZE:18801:ATOUMOD005",
"stopSequence": 27
},
{
"arrival": {
"time": "1775558460"
},
"departure": {
"time": "1775558460"
},
"stopId": "FR:76217:ZE:18050:ATOUMOD005",
"stopSequence": 16
},
{
"arrival": {
"time": "1775557980"
},
"departure": {
"time": "1775557980"
},
"stopId": "FR:76217:ZE:18059:ATOUMOD005",
"stopSequence": 13
},
{
"arrival": {
"time": "1775557920"
},
"departure": {
"time": "1775557920"
},
"stopId": "FR:76217:ZE:18027:ATOUMOD005",
"stopSequence": 12
},
{
"arrival": {
"delay": 5,
"time": "1775559305"
},
"departure": {
"delay": 5,
"time": "1775559305"
},
"stopId": "FR:76217:ZE:18442:ATOUMOD005",
"stopSequence": 28
},
{
"arrival": {
"delay": 5,
"time": "1775559725"
},
"departure": {
"delay": 5,
"time": "1775559725"
},
"stopId": "FR:76217:ZE:18102:ATOUMOD005",
"stopSequence": 33
},
{
"arrival": {
"time": "1775559060"
},
"departure": {
"time": "1775559060"
},
"stopId": "FR:76217:ZE:18074:ATOUMOD005",
"stopSequence": 22
},
{
"arrival": {
"time": "1775557620"
},
"departure": {
"time": "1775557620"
},
"stopId": "FR:76217:ZE:18198:ATOUMOD005",
"stopSequence": 9
},
{
"arrival": {
"time": "1775557860"
},
"departure": {
"time": "1775557860"
},
"stopId": "FR:76217:ZE:18133:ATOUMOD005",
"stopSequence": 11
},
{
"arrival": {
"time": "1775558040"
},
"departure": {
"time": "1775558040"
},
"stopId": "FR:76217:ZE:18107:ATOUMOD005",
"stopSequence": 14
},
{
"arrival": {
"time": "1775559540"
},
"departure": {
"time": "1775559540"
},
"stopId": "FR:76217:ZE:18023:ATOUMOD005",
"stopSequence": 31
},
{
"arrival": {
"time": "1775558940"
},
"departure": {
"time": "1775558940"
},
"stopId": "FR:76217:ZE:18785:ATOUMOD005",
"stopSequence": 20
},
{
"arrival": {
"time": "1775557560"
},
"departure": {
"time": "1775557560"
},
"stopId": "FR:76217:ZE:18171:ATOUMOD005",
"stopSequence": 8
},
{
"arrival": {
"time": "1775557440"
},
"departure": {
"time": "1775557440"
},
"stopId": "FR:76217:ZE:18187:ATOUMOD005",
"stopSequence": 6
},
{
"arrival": {
"time": "1775559900"
},
"stopId": "FR:76217:ZE:18038:ATOUMOD005",
"stopSequence": 34
},
{
"departure": {
"time": "1775557200"
},
"stopId": "FR:76217:ZE:18282:ATOUMOD005",
"stopSequence": 1
},
{
"arrival": {
"time": "1775558640"
},
"departure": {
"time": "1775558640"
},
"stopId": "FR:76217:ZE:18320:ATOUMOD005",
"stopSequence": 17
},
{
"arrival": {
"time": "1775559720"
},
"departure": {
"time": "1775559720"
},
"stopId": "FR:76217:ZE:18321:ATOUMOD005",
"stopSequence": 32
},
{
"arrival": {
"time": "1775557500"
},
"departure": {
"time": "1775557500"
},
"stopId": "FR:76217:ZE:18167:ATOUMOD005",
"stopSequence": 7
},
{
"arrival": {
"time": "1775559180"
},
"departure": {
"time": "1775559180"
},
"stopId": "FR:76217:ZE:18092:ATOUMOD005",
"stopSequence": 25
},
{
"arrival": {
"time": "1775558760"
},
"departure": {
"time": "1775558760"
},
"stopId": "FR:76217:ZE:18057:ATOUMOD005",
"stopSequence": 18
},
{
"arrival": {
"time": "1775559000"
},
"departure": {
"time": "1775559000"
},
"stopId": "FR:76217:ZE:18045:ATOUMOD005",
"stopSequence": 21
},
{
"arrival": {
"time": "1775557260"
},
"departure": {
"time": "1775557260"
},
"stopId": "FR:76217:ZE:18182:ATOUMOD005",
"stopSequence": 2
},
{
"arrival": {
"time": "1775558100"
},
"departure": {
"time": "1775558100"
},
"stopId": "FR:76217:ZE:18077:ATOUMOD005",
"stopSequence": 15
},
{
"arrival": {
"time": "1775557380"
},
"departure": {
"time": "1775557380"
},
"stopId": "FR:76217:ZE:18206:ATOUMOD005",
"stopSequence": 4
},
{
"arrival": {
"time": "1775559120"
},
"departure": {
"time": "1775559120"
},
"stopId": "FR:76217:ZE:18068:ATOUMOD005",
"stopSequence": 24
},
{
"arrival": {
"delay": 5,
"time": "1775559065"
},
"departure": {
"delay": 5,
"time": "1775559065"
},
"stopId": "FR:76217:ZE:18021:ATOUMOD005",
"stopSequence": 23
},
{
"arrival": {
"time": "1775557320"
},
"departure": {
"time": "1775557320"
},
"stopId": "FR:76217:ZE:18175:ATOUMOD005",
"stopSequence": 3
},
{
"arrival": {
"time": "1775559240"
},
"departure": {
"time": "1775559240"
},
"stopId": "FR:76217:ZE:18051:ATOUMOD005",
"stopSequence": 26
},
{
"arrival": {
"time": "1775559360"
},
"departure": {
"time": "1775559360"
},
"stopId": "FR:76217:ZE:18324:ATOUMOD005",
"stopSequence": 30
},
{
"arrival": {
"delay": 5,
"time": "1775557385"
},
"departure": {
"delay": 5,
"time": "1775557385"
},
"stopId": "FR:76217:ZE:18185:ATOUMOD005",
"stopSequence": 5
},
{
"arrival": {
"time": "1775558880"
},
"departure": {
"time": "1775558880"
},
"stopId": "FR:76217:ZE:18096:ATOUMOD005",
"stopSequence": 19
},
{
"arrival": {
"time": "1775557680"
},
"departure": {
"time": "1775557680"
},
"stopId": "FR:76217:ZE:18178:ATOUMOD005",
"stopSequence": 10
},
{
"arrival": {
"delay": 10,
"time": "1775559310"
},
"departure": {
"delay": 10,
"time": "1775559310"
},
"stopId": "FR:76217:ZE:18091:ATOUMOD005",
"stopSequence": 29
}
],
"timestamp": "1775539036",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD005:Line:2:LOC",
"tripId": "ATOUMOD005:ServiceJourney:523:LOC"
}
}
},
{
"id": "SM:ATOUMOD005:ServiceJourney:927:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775576940"
},
"departure": {
"time": "1775576940"
},
"stopId": "FR:76217:ZE:18057:ATOUMOD005",
"stopSequence": 18
},
{
"arrival": {
"time": "1775576160"
},
"departure": {
"time": "1775576160"
},
"stopId": "FR:76217:ZE:18107:ATOUMOD005",
"stopSequence": 14
},
{
"arrival": {
"time": "1775575560"
},
"departure": {
"time": "1775575560"
},
"stopId": "FR:76217:ZE:18187:ATOUMOD005",
"stopSequence": 6
},
{
"arrival": {
"delay": 5,
"time": "1775577485"
},
"departure": {
"delay": 5,
"time": "1775577485"
},
"stopId": "FR:76217:ZE:18442:ATOUMOD005",
"stopSequence": 28
},
{
"arrival": {
"time": "1775577420"
},
"departure": {
"time": "1775577420"
},
"stopId": "FR:76217:ZE:18051:ATOUMOD005",
"stopSequence": 26
},
{
"arrival": {
"time": "1775577180"
},
"departure": {
"time": "1775577180"
},
"stopId": "FR:76217:ZE:18785:ATOUMOD005",
"stopSequence": 20
},
{
"arrival": {
"time": "1775575740"
},
"departure": {
"time": "1775575740"
},
"stopId": "FR:76217:ZE:18198:ATOUMOD005",
"stopSequence": 9
},
{
"arrival": {
"time": "1775575380"
},
"departure": {
"time": "1775575380"
},
"stopId": "FR:76217:ZE:18175:ATOUMOD005",
"stopSequence": 3
},
{
"arrival": {
"time": "1775576580"
},
"departure": {
"time": "1775576580"
},
"stopId": "FR:76217:ZE:18050:ATOUMOD005",
"stopSequence": 16
},
{
"arrival": {
"time": "1775577480"
},
"departure": {
"time": "1775577480"
},
"stopId": "FR:76217:ZE:18801:ATOUMOD005",
"stopSequence": 27
},
{
"arrival": {
"time": "1775576220"
},
"departure": {
"time": "1775576220"
},
"stopId": "FR:76217:ZE:18077:ATOUMOD005",
"stopSequence": 15
},
{
"arrival": {
"time": "1775575680"
},
"departure": {
"time": "1775575680"
},
"stopId": "FR:76217:ZE:18171:ATOUMOD005",
"stopSequence": 8
},
{
"arrival": {
"delay": 10,
"time": "1775577490"
},
"departure": {
"delay": 10,
"time": "1775577490"
},
"stopId": "FR:76217:ZE:18091:ATOUMOD005",
"stopSequence": 29
},
{
"arrival": {
"time": "1775577120"
},
"departure": {
"time": "1775577120"
},
"stopId": "FR:76217:ZE:18096:ATOUMOD005",
"stopSequence": 19
},
{
"arrival": {
"time": "1775575620"
},
"departure": {
"time": "1775575620"
},
"stopId": "FR:76217:ZE:18167:ATOUMOD005",
"stopSequence": 7
},
{
"arrival": {
"delay": 5,
"time": "1775577185"
},
"departure": {
"delay": 5,
"time": "1775577185"
},
"stopId": "FR:76217:ZE:18045:ATOUMOD005",
"stopSequence": 21
},
{
"departure": {
"time": "1775575200"
},
"stopId": "FR:76217:ZE:18282:ATOUMOD005",
"stopSequence": 1
},
{
"arrival": {
"time": "1775576760"
},
"departure": {
"time": "1775576760"
},
"stopId": "FR:76217:ZE:18320:ATOUMOD005",
"stopSequence": 17
},
{
"arrival": {
"time": "1775577360"
},
"departure": {
"time": "1775577360"
},
"stopId": "FR:76217:ZE:18092:ATOUMOD005",
"stopSequence": 25
},
{
"arrival": {
"time": "1775575440"
},
"departure": {
"time": "1775575440"
},
"stopId": "FR:76217:ZE:18206:ATOUMOD005",
"stopSequence": 4
},
{
"arrival": {
"time": "1775577900"
},
"departure": {
"time": "1775577900"
},
"stopId": "FR:76217:ZE:18321:ATOUMOD005",
"stopSequence": 32
},
{
"arrival": {
"time": "1775575980"
},
"departure": {
"time": "1775575980"
},
"stopId": "FR:76217:ZE:18133:ATOUMOD005",
"stopSequence": 11
},
{
"arrival": {
"delay": 5,
"time": "1775577245"
},
"departure": {
"delay": 5,
"time": "1775577245"
},
"stopId": "FR:76217:ZE:18021:ATOUMOD005",
"stopSequence": 23
},
{
"arrival": {
"time": "1775577540"
},
"departure": {
"time": "1775577540"
},
"stopId": "FR:76217:ZE:18324:ATOUMOD005",
"stopSequence": 30
},
{
"arrival": {
"time": "1775575800"
},
"departure": {
"time": "1775575800"
},
"stopId": "FR:76217:ZE:18178:ATOUMOD005",
"stopSequence": 10
},
{
"arrival": {
"time": "1775577720"
},
"departure": {
"time": "1775577720"
},
"stopId": "FR:76217:ZE:18023:ATOUMOD005",
"stopSequence": 31
},
{
"arrival": {
"time": "1775577300"
},
"departure": {
"time": "1775577300"
},
"stopId": "FR:76217:ZE:18068:ATOUMOD005",
"stopSequence": 24
},
{
"arrival": {
"time": "1775576100"
},
"departure": {
"time": "1775576100"
},
"stopId": "FR:76217:ZE:18059:ATOUMOD005",
"stopSequence": 13
},
{
"arrival": {
"time": "1775575500"
},
"departure": {
"time": "1775575500"
},
"stopId": "FR:76217:ZE:18185:ATOUMOD005",
"stopSequence": 5
},
{
"arrival": {
"delay": 5,
"time": "1775577905"
},
"departure": {
"delay": 5,
"time": "1775577905"
},
"stopId": "FR:76217:ZE:18102:ATOUMOD005",
"stopSequence": 33
},
{
"arrival": {
"time": "1775576040"
},
"departure": {
"time": "1775576040"
},
"stopId": "FR:76217:ZE:18027:ATOUMOD005",
"stopSequence": 12
},
{
"arrival": {
"time": "1775575320"
},
"departure": {
"time": "1775575320"
},
"stopId": "FR:76217:ZE:18182:ATOUMOD005",
"stopSequence": 2
},
{
"arrival": {
"time": "1775578080"
},
"stopId": "FR:76217:ZE:18038:ATOUMOD005",
"stopSequence": 34
},
{
"arrival": {
"time": "1775577240"
},
"departure": {
"time": "1775577240"
},
"stopId": "FR:76217:ZE:18074:ATOUMOD005",
"stopSequence": 22
}
],
"timestamp": "1775560052",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD005:Line:2:LOC",
"tripId": "ATOUMOD005:ServiceJourney:927:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4230398x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 29,
"time": "1775561549"
},
"departure": {
"delay": 29,
"time": "1775561549"
},
"stopId": "FR:76351:ZE:4115:ATOUMOD003",
"stopSequence": 37
},
{
"arrival": {
"delay": -15,
"time": "1775560485"
},
"departure": {
"delay": -15,
"time": "1775560485"
},
"stopId": "FR:76351:ZE:3646:ATOUMOD003",
"stopSequence": 26
},
{
"arrival": {
"delay": -20,
"time": "1775560780"
},
"departure": {
"delay": -20,
"time": "1775560780"
},
"stopId": "FR:76351:ZE:5183:ATOUMOD003",
"stopSequence": 29
},
{
"arrival": {
"delay": -20,
"time": "1775561500"
},
"departure": {
"delay": -20,
"time": "1775561500"
},
"stopId": "FR:76351:ZE:3447:ATOUMOD003",
"stopSequence": 36
},
{
"arrival": {
"delay": 10,
"time": "1775559670"
},
"departure": {
"delay": 10,
"time": "1775559670"
},
"stopId": "FR:76351:ZE:3568:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": -2,
"time": "1775561338"
},
"departure": {
"delay": -2,
"time": "1775561338"
},
"stopId": "FR:76351:ZE:3019:ATOUMOD003",
"stopSequence": 34
},
{
"arrival": {
"delay": 23,
"time": "1775559983"
},
"departure": {
"delay": 23,
"time": "1775559983"
},
"stopId": "FR:76351:ZE:3062:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": -14,
"time": "1775559766"
},
"departure": {
"delay": -14,
"time": "1775559766"
},
"stopId": "FR:76351:ZE:3414:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": -20,
"time": "1775559220"
},
"departure": {
"delay": -20,
"time": "1775559220"
},
"stopId": "FR:76351:ZE:3229:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": -3,
"time": "1775559717"
},
"departure": {
"delay": -3,
"time": "1775559717"
},
"stopId": "FR:76351:ZE:3376:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": 27,
"time": "1775561307"
},
"departure": {
"delay": 27,
"time": "1775561307"
},
"stopId": "FR:76351:ZE:3007:ATOUMOD003",
"stopSequence": 33
},
{
"arrival": {
"delay": 33,
"time": "1775559873"
},
"departure": {
"delay": 33,
"time": "1775559873"
},
"stopId": "FR:76351:ZE:3605:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": -17,
"time": "1775560363"
},
"departure": {
"delay": -17,
"time": "1775560363"
},
"stopId": "FR:76351:ZE:3657:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": -5,
"time": "1775559295"
},
"departure": {
"delay": -5,
"time": "1775559295"
},
"stopId": "FR:76351:ZE:3161:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": -11,
"time": "1775560129"
},
"departure": {
"delay": -11,
"time": "1775560129"
},
"stopId": "FR:76351:ZE:3241:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": -20,
"time": "1775559400"
},
"departure": {
"delay": -20,
"time": "1775559400"
},
"stopId": "FR:76351:ZE:3385:ATOUMOD003",
"stopSequence": 11
},
{
"departure": {
"delay": 16,
"time": "1775559136"
},
"stopId": "FR:76351:ZE:3612:ATOUMOD003",
"stopSequence": 7
},
{
"arrival": {
"delay": 24,
"time": "1775561604"
},
"departure": {
"delay": 24,
"time": "1775561604"
},
"stopId": "FR:76351:ZE:4523:ATOUMOD003",
"stopSequence": 38
},
{
"arrival": {
"delay": 21,
"time": "1775561361"
},
"departure": {
"delay": 21,
"time": "1775561361"
},
"stopId": "FR:76351:ZE:3685:ATOUMOD003",
"stopSequence": 35
},
{
"arrival": {
"delay": -20,
"time": "1775561020"
},
"departure": {
"delay": -20,
"time": "1775561020"
},
"stopId": "FR:76351:ZE:3200:ATOUMOD003",
"stopSequence": 30
},
{
"arrival": {
"delay": -20,
"time": "1775560060"
},
"departure": {
"delay": -20,
"time": "1775560060"
},
"stopId": "FR:76351:ZE:3192:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": 32,
"time": "1775560592"
},
"departure": {
"delay": 32,
"time": "1775560592"
},
"stopId": "FR:76351:ZE:3501:ATOUMOD003",
"stopSequence": 27
},
{
"arrival": {
"delay": 24,
"time": "1775561124"
},
"departure": {
"delay": 24,
"time": "1775561124"
},
"stopId": "FR:76351:ZE:3543:ATOUMOD003",
"stopSequence": 31
},
{
"arrival": {
"delay": 33,
"time": "1775559333"
},
"departure": {
"delay": 33,
"time": "1775559333"
},
"stopId": "FR:76351:ZE:3655:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": -20,
"time": "1775559640"
},
"departure": {
"delay": -20,
"time": "1775559640"
},
"stopId": "FR:76351:ZE:3728:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": -20,
"time": "1775560420"
},
"departure": {
"delay": -20,
"time": "1775560420"
},
"stopId": "FR:76351:ZE:4643:ATOUMOD003",
"stopSequence": 25
},
{
"arrival": {
"delay": -19,
"time": "1775559581"
},
"departure": {
"delay": -19,
"time": "1775559581"
},
"stopId": "FR:76351:ZE:4875:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": 33,
"time": "1775560293"
},
"departure": {
"delay": 33,
"time": "1775560293"
},
"stopId": "FR:76351:ZE:3028:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": -8,
"time": "1775560672"
},
"departure": {
"delay": -8,
"time": "1775560672"
},
"stopId": "FR:76351:ZE:3276:ATOUMOD003",
"stopSequence": 28
},
{
"arrival": {
"delay": -15,
"time": "1775559465"
},
"departure": {
"delay": -15,
"time": "1775559465"
},
"stopId": "FR:76351:ZE:3709:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": -20,
"time": "1775561260"
},
"departure": {
"delay": -20,
"time": "1775561260"
},
"stopId": "FR:76351:ZE:3770:ATOUMOD003",
"stopSequence": 32
},
{
"arrival": {
"delay": -20,
"time": "1775561860"
},
"stopId": "FR:76341:ZE:3691:ATOUMOD003",
"stopSequence": 39
},
{
"arrival": {
"delay": -16,
"time": "1775559524"
},
"departure": {
"delay": -16,
"time": "1775559524"
},
"stopId": "FR:76351:ZE:3707:ATOUMOD003",
"stopSequence": 13
}
],
"timestamp": "1775559139",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C5:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4230398x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD036:ServiceJourney:6126831276130304x13:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -27,
"time": "1775560376"
},
"departure": {
"delay": -27,
"time": "1775560413"
},
"stopId": "FR:14366:ZE:9240003:ATOUMOD036",
"stopSequence": 13
},
{
"arrival": {
"delay": -33,
"time": "1775560785"
},
"departure": {
"delay": -33,
"time": "1775560827"
},
"stopId": "FR:14366:ZE:652240007:ATOUMOD036",
"stopSequence": 18
},
{
"arrival": {
"delay": -20,
"time": "1775560330"
},
"departure": {
"delay": -20,
"time": "1775560360"
},
"stopId": "FR:14366:ZE:35180002:ATOUMOD036",
"stopSequence": 12
},
{
"arrival": {
"delay": -43,
"time": "1775561365"
},
"departure": {
"delay": -43,
"time": "1775561417"
},
"stopId": "FR:14366:ZE:17240004:ATOUMOD036",
"stopSequence": 24
},
{
"arrival": {
"delay": -21,
"time": "1775560629"
},
"departure": {
"delay": -21,
"time": "1775560659"
},
"stopId": "FR:14366:ZE:6219532387483648:ATOUMOD036",
"stopSequence": 17
},
{
"arrival": {
"delay": -17,
"time": "1775560517"
},
"departure": {
"delay": -17,
"time": "1775560543"
},
"stopId": "FR:14366:ZE:6176760006705152:ATOUMOD036",
"stopSequence": 15
},
{
"arrival": {
"delay": -25,
"time": "1775560861"
},
"departure": {
"delay": -25,
"time": "1775560895"
},
"stopId": "FR:14366:ZE:36970002:ATOUMOD036",
"stopSequence": 19
},
{
"arrival": {
"delay": -19,
"time": "1775560572"
},
"departure": {
"delay": -19,
"time": "1775560601"
},
"stopId": "FR:14366:ZE:310810014:ATOUMOD036",
"stopSequence": 16
},
{
"arrival": {
"delay": -44,
"time": "1775561536"
},
"stopId": "FR:14303:ZE:19280004:ATOUMOD036",
"stopSequence": 25
},
{
"arrival": {
"time": "1775561090"
},
"departure": {
"time": "1775561100"
},
"stopId": "FR:14366:ZE:5094591801851904:ATOUMOD036",
"stopSequence": 22
},
{
"arrival": {
"delay": -16,
"time": "1775560938"
},
"departure": {
"delay": -16,
"time": "1775560964"
},
"stopId": "FR:14366:ZE:35150004:ATOUMOD036",
"stopSequence": 20
},
{
"arrival": {
"delay": -9,
"time": "1775560112"
},
"departure": {
"delay": -9,
"time": "1775560131"
},
"stopId": "FR:14366:ZE:33080003:ATOUMOD036",
"stopSequence": 10
},
{
"arrival": {
"delay": -16,
"time": "1775560458"
},
"departure": {
"delay": -16,
"time": "1775560484"
},
"stopId": "FR:14366:ZE:33090002:ATOUMOD036",
"stopSequence": 14
},
{
"arrival": {
"delay": 12,
"time": "1775560202"
},
"departure": {
"delay": 12,
"time": "1775560212"
},
"stopId": "FR:14366:ZE:36960004:ATOUMOD036",
"stopSequence": 11
},
{
"arrival": {
"delay": -12,
"time": "1775561186"
},
"departure": {
"delay": -12,
"time": "1775561208"
},
"stopId": "FR:14366:ZE:3100004:ATOUMOD036",
"stopSequence": 23
},
{
"arrival": {
"delay": -22,
"time": "1775560986"
},
"departure": {
"delay": -22,
"time": "1775561018"
},
"stopId": "FR:14366:ZE:7150003:ATOUMOD036",
"stopSequence": 21
},
{
"arrival": {
"delay": -26,
"time": "1775560039"
},
"departure": {
"delay": -26,
"time": "1775560054"
},
"stopId": "FR:14366:ZE:764310005:ATOUMOD036",
"stopSequence": 8
}
],
"timestamp": "1775560082",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD036:Line:5131776580124672:LOC",
"tripId": "ATOUMOD036:ServiceJourney:6126831276130304x13:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3748457x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 106,
"time": "1775545755"
},
"departure": {
"delay": 106,
"time": "1775545786"
},
"stopId": "FR:50129:ZE:10LCO1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 123,
"time": "1775546874"
},
"departure": {
"delay": 123,
"time": "1775546883"
},
"stopId": "FR:50129:ZE:10CIM2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 22,
"time": "1775547130"
},
"departure": {
"delay": 22,
"time": "1775547142"
},
"stopId": "FR:50129:ZE:10COT2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 33,
"time": "1775546585"
},
"departure": {
"delay": 33,
"time": "1775546613"
},
"stopId": "FR:50129:ZE:10MEN3:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 61,
"time": "1775545465"
},
"departure": {
"delay": 61,
"time": "1775545501"
},
"stopId": "FR:50129:ZE:10LEC1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 5,
"time": "1775547111"
},
"departure": {
"delay": 5,
"time": "1775547125"
},
"stopId": "FR:50129:ZE:10PFJ2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 18,
"time": "1775545326"
},
"departure": {
"delay": 18,
"time": "1775545338"
},
"stopId": "FR:50129:ZE:10SMT1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 8,
"time": "1775546035"
},
"departure": {
"delay": 8,
"time": "1775546048"
},
"stopId": "FR:50129:ZE:10CTR1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 61,
"time": "1775546991"
},
"departure": {
"delay": 61,
"time": "1775547001"
},
"stopId": "FR:50129:ZE:10SAD2:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 50,
"time": "1775545240"
},
"departure": {
"delay": 50,
"time": "1775545250"
},
"stopId": "FR:50129:ZE:10EGL6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 141,
"time": "1775545635"
},
"departure": {
"delay": 141,
"time": "1775545641"
},
"stopId": "FR:50129:ZE:10LEB1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 41,
"time": "1775545139"
},
"departure": {
"delay": 41,
"time": "1775545181"
},
"stopId": "FR:50129:ZE:10HUI3:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": -16,
"time": "1775547284"
},
"stopId": "FR:50129:ZE:10DIG1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 108,
"time": "1775546189"
},
"departure": {
"delay": 108,
"time": "1775546208"
},
"stopId": "FR:50129:ZE:10HDV1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 80,
"time": "1775545870"
},
"departure": {
"delay": 80,
"time": "1775545880"
},
"stopId": "FR:50129:ZE:10STA1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 29,
"time": "1775547199"
},
"departure": {
"delay": 29,
"time": "1775547209"
},
"stopId": "FR:50129:ZE:10BCP2:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 9,
"time": "1775547236"
},
"departure": {
"delay": 9,
"time": "1775547249"
},
"stopId": "FR:50129:ZE:10CDF2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 104,
"time": "1775546794"
},
"departure": {
"delay": 104,
"time": "1775546804"
},
"stopId": "FR:50129:ZE:10FJT2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": -12,
"time": "1775544934"
},
"departure": {
"delay": -12,
"time": "1775544948"
},
"stopId": "FR:50129:ZE:10DAN1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 78,
"time": "1775545684"
},
"departure": {
"delay": 78,
"time": "1775545698"
},
"stopId": "FR:50129:ZE:10POL1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 31,
"time": "1775547015"
},
"departure": {
"delay": 31,
"time": "1775547031"
},
"stopId": "FR:50129:ZE:10ROS2:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 92,
"time": "1775546234"
},
"departure": {
"delay": 92,
"time": "1775546252"
},
"stopId": "FR:50129:ZE:10PLx1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 42,
"time": "1775545022"
},
"departure": {
"delay": 42,
"time": "1775545062"
},
"stopId": "FR:50129:ZE:10CRB1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 15,
"time": "1775547053"
},
"departure": {
"delay": 15,
"time": "1775547075"
},
"stopId": "FR:50129:ZE:10SAL2:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 37,
"time": "1775545977"
},
"departure": {
"delay": 37,
"time": "1775546017"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 16
},
{
"departure": {
"delay": 34,
"time": "1775544754"
},
"stopId": "FR:50129:ZE:10ZAG1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 27,
"time": "1775545932"
},
"departure": {
"delay": 27,
"time": "1775545947"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 91,
"time": "1775546299"
},
"departure": {
"delay": 91,
"time": "1775546551"
},
"stopId": "FR:50129:ZE:10SHU2:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 53,
"time": "1775545298"
},
"departure": {
"delay": 53,
"time": "1775545313"
},
"stopId": "FR:50129:ZE:10VAB1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 106,
"time": "1775546902"
},
"departure": {
"delay": 106,
"time": "1775546926"
},
"stopId": "FR:50129:ZE:10RED2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 62,
"time": "1775545426"
},
"departure": {
"delay": 62,
"time": "1775545442"
},
"stopId": "FR:50129:ZE:10FRA1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 88,
"time": "1775546947"
},
"departure": {
"delay": 88,
"time": "1775546968"
},
"stopId": "FR:50129:ZE:10VOL2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": -16,
"time": "1775544988"
},
"departure": {
"delay": -16,
"time": "1775545004"
},
"stopId": "FR:50129:ZE:10VIG1:ATOUMOD035",
"stopSequence": 3
}
],
"timestamp": "1775560079",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:05:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3748457x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746224x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 305,
"time": "1775557467"
},
"departure": {
"delay": 305,
"time": "1775557505"
},
"stopId": "FR:50129:ZE:10HUI2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 332,
"time": "1775557793"
},
"departure": {
"delay": 332,
"time": "1775557832"
},
"stopId": "FR:50129:ZE:10DUB2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 22,
"time": "1775555311"
},
"departure": {
"delay": 22,
"time": "1775555362"
},
"stopId": "FR:50129:ZE:10MGT2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": -12,
"time": "1775555254"
},
"departure": {
"delay": -12,
"time": "1775555268"
},
"stopId": "FR:50129:ZE:10CVE2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 68,
"time": "1775555437"
},
"departure": {
"delay": 68,
"time": "1775555468"
},
"stopId": "FR:50129:ZE:10NOR4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 68,
"time": "1775555914"
},
"departure": {
"delay": 68,
"time": "1775555948"
},
"stopId": "FR:50129:ZE:10LUM2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 81,
"time": "1775555811"
},
"departure": {
"delay": 81,
"time": "1775555841"
},
"stopId": "FR:50129:ZE:10LLM2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 238,
"time": "1775556845"
},
"departure": {
"delay": 238,
"time": "1775556898"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 353,
"time": "1775558541"
},
"departure": {
"delay": 353,
"time": "1775558573"
},
"stopId": "FR:50129:ZE:10ALB2:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"delay": 350,
"time": "1775558795"
},
"departure": {
"delay": 350,
"time": "1775558810"
},
"stopId": "FR:50129:ZE:10EPH1:ATOUMOD035",
"stopSequence": 49
},
{
"arrival": {
"delay": 93,
"time": "1775556349"
},
"departure": {
"delay": 93,
"time": "1775556393"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 56,
"time": "1775555542"
},
"departure": {
"delay": 56,
"time": "1775555576"
},
"stopId": "FR:50129:ZE:10ZPH2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 15,
"time": "1775555290"
},
"departure": {
"delay": 15,
"time": "1775555295"
},
"stopId": "FR:50129:ZE:10RSX2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 299,
"time": "1775557087"
},
"departure": {
"delay": 299,
"time": "1775557139"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 295,
"time": "1775557197"
},
"departure": {
"delay": 295,
"time": "1775557255"
},
"stopId": "FR:50129:ZE:10HDI4:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 399,
"time": "1775558730"
},
"departure": {
"delay": 399,
"time": "1775558739"
},
"stopId": "FR:50129:ZE:10COF2:ATOUMOD035",
"stopSequence": 47
},
{
"arrival": {
"delay": 123,
"time": "1775556530"
},
"departure": {
"delay": 123,
"time": "1775556603"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 89,
"time": "1775556009"
},
"departure": {
"delay": 89,
"time": "1775556089"
},
"stopId": "FR:50129:ZE:10BHC2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 12,
"time": "1775555705"
},
"departure": {
"delay": 12,
"time": "1775555772"
},
"stopId": "FR:50129:ZE:10BRO2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 378,
"time": "1775558450"
},
"departure": {
"delay": 378,
"time": "1775558478"
},
"stopId": "FR:50129:ZE:10CAR2:ATOUMOD035",
"stopSequence": 44
},
{
"arrival": {
"delay": 52,
"time": "1775555381"
},
"departure": {
"delay": 52,
"time": "1775555392"
},
"stopId": "FR:50129:ZE:10MYO2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 64,
"time": "1775555511"
},
"departure": {
"delay": 64,
"time": "1775555524"
},
"stopId": "FR:50129:ZE:10JEA2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 277,
"time": "1775557368"
},
"departure": {
"delay": 277,
"time": "1775557417"
},
"stopId": "FR:50129:ZE:10TRA6:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 289,
"time": "1775557537"
},
"departure": {
"delay": 289,
"time": "1775557549"
},
"stopId": "FR:50129:ZE:10BEL2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 330,
"time": "1775558037"
},
"departure": {
"delay": 330,
"time": "1775558070"
},
"stopId": "FR:50129:ZE:10BHE2:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 387,
"time": "1775558095"
},
"departure": {
"delay": 387,
"time": "1775558127"
},
"stopId": "FR:50129:ZE:10CPL2:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"delay": 340,
"time": "1775558292"
},
"departure": {
"delay": 340,
"time": "1775558320"
},
"stopId": "FR:50129:ZE:10BRT2:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"delay": 17,
"time": "1775555584"
},
"departure": {
"delay": 17,
"time": "1775555597"
},
"stopId": "FR:50129:ZE:10ART2:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 80,
"time": "1775556224"
},
"departure": {
"delay": 80,
"time": "1775556260"
},
"stopId": "FR:50129:ZE:10THH4:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 361,
"time": "1775558243"
},
"departure": {
"delay": 361,
"time": "1775558281"
},
"stopId": "FR:50129:ZE:10BON2:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": 392,
"time": "1775558340"
},
"departure": {
"delay": 392,
"time": "1775558432"
},
"stopId": "FR:50129:ZE:10HOU2:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": 367,
"time": "1775558754"
},
"departure": {
"delay": 367,
"time": "1775558767"
},
"stopId": "FR:50129:ZE:10SFG2:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"delay": 289,
"time": "1775556967"
},
"departure": {
"delay": 289,
"time": "1775557009"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 6,
"time": "1775555089"
},
"departure": {
"delay": 6,
"time": "1775555106"
},
"stopId": "FR:50129:ZE:10JGO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 83,
"time": "1775556130"
},
"departure": {
"delay": 83,
"time": "1775556143"
},
"stopId": "FR:50129:ZE:10LCP2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 307,
"time": "1775557585"
},
"departure": {
"delay": 307,
"time": "1775557627"
},
"stopId": "FR:50129:ZE:10HOM2:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 317,
"time": "1775557655"
},
"departure": {
"delay": 317,
"time": "1775557697"
},
"stopId": "FR:50129:ZE:10AGO2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 343,
"time": "1775558203"
},
"departure": {
"delay": 343,
"time": "1775558203"
},
"stopId": "FR:50129:ZE:10ARA2:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"delay": 74,
"time": "1775555857"
},
"departure": {
"delay": 74,
"time": "1775555894"
},
"stopId": "FR:50129:ZE:10JMO2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 312,
"time": "1775557901"
},
"departure": {
"delay": 312,
"time": "1775557932"
},
"stopId": "FR:50129:ZE:10ZOL2:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 210,
"time": "1775556660"
},
"departure": {
"delay": 210,
"time": "1775556750"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 321,
"time": "1775558841"
},
"stopId": "FR:50129:ZE:10MAX1:ATOUMOD035",
"stopSequence": 50
},
{
"arrival": {
"delay": 389,
"time": "1775558155"
},
"departure": {
"delay": 389,
"time": "1775558189"
},
"stopId": "FR:50129:ZE:10PRE2:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": 270,
"time": "1775557298"
},
"departure": {
"delay": 270,
"time": "1775557350"
},
"stopId": "FR:50129:ZE:10REP4:ATOUMOD035",
"stopSequence": 27
},
{
"departure": {
"delay": -1,
"time": "1775555039"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 18,
"time": "1775555190"
},
"departure": {
"delay": 18,
"time": "1775555238"
},
"stopId": "FR:50129:ZE:10COS2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 319,
"time": "1775557727"
},
"departure": {
"delay": 319,
"time": "1775557759"
},
"stopId": "FR:50129:ZE:10LAV2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 263,
"time": "1775557024"
},
"departure": {
"delay": 263,
"time": "1775557043"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 333,
"time": "1775557980"
},
"departure": {
"delay": 333,
"time": "1775558013"
},
"stopId": "FR:50129:ZE:10LON2:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 371,
"time": "1775558522"
},
"departure": {
"delay": 371,
"time": "1775558531"
},
"stopId": "FR:50129:ZE:10SFN2:ATOUMOD035",
"stopSequence": 45
}
],
"timestamp": "1775560077",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746224x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4230311x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 559,
"time": "1775560459"
},
"departure": {
"delay": 559,
"time": "1775560459"
},
"stopId": "FR:76351:ZE:3704:ATOUMOD003",
"stopSequence": 38
},
{
"arrival": {
"delay": 527,
"time": "1775560367"
},
"departure": {
"delay": 527,
"time": "1775560367"
},
"stopId": "FR:76351:ZE:3257:ATOUMOD003",
"stopSequence": 35
},
{
"arrival": {
"delay": 527,
"time": "1775560487"
},
"stopId": "FR:76351:ZE:3212:ATOUMOD003",
"stopSequence": 39
},
{
"arrival": {
"delay": 552,
"time": "1775560392"
},
"departure": {
"delay": 552,
"time": "1775560392"
},
"stopId": "FR:76351:ZE:3043:ATOUMOD003",
"stopSequence": 36
},
{
"departure": {
"delay": 578,
"time": "1775559938"
},
"stopId": "FR:76351:ZE:3708:ATOUMOD003",
"stopSequence": 27
},
{
"departure": {
"delay": 527,
"time": "1775560067"
},
"stopId": "FR:76351:ZE:3384:ATOUMOD003",
"stopSequence": 29
},
{
"arrival": {
"delay": 535,
"time": "1775560315"
},
"departure": {
"delay": 535,
"time": "1775560315"
},
"stopId": "FR:76351:ZE:4883:ATOUMOD003",
"stopSequence": 34
},
{
"departure": {
"delay": 579,
"time": "1775559999"
},
"stopId": "FR:76351:ZE:3710:ATOUMOD003",
"stopSequence": 28
},
{
"arrival": {
"delay": 527,
"time": "1775560187"
},
"departure": {
"delay": 527,
"time": "1775560187"
},
"stopId": "FR:76351:ZE:3101:ATOUMOD003",
"stopSequence": 31
},
{
"arrival": {
"delay": 575,
"time": "1775560235"
},
"departure": {
"delay": 575,
"time": "1775560235"
},
"stopId": "FR:76351:ZE:3228:ATOUMOD003",
"stopSequence": 32
},
{
"arrival": {
"delay": 573,
"time": "1775560413"
},
"departure": {
"delay": 573,
"time": "1775560413"
},
"stopId": "FR:76351:ZE:4080:ATOUMOD003",
"stopSequence": 37
},
{
"arrival": {
"delay": 561,
"time": "1775560281"
},
"departure": {
"delay": 561,
"time": "1775560281"
},
"stopId": "FR:76351:ZE:3611:ATOUMOD003",
"stopSequence": 33
},
{
"arrival": {
"delay": 586,
"time": "1775560126"
},
"departure": {
"delay": 586,
"time": "1775560126"
},
"stopId": "FR:76351:ZE:3654:ATOUMOD003",
"stopSequence": 30
}
],
"timestamp": "1775560069",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:C5:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4230311x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx13423:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -11640,
"time": "1775559660"
},
"stopId": "FR:76319:ZE:TCARxBOUTT0:ATOUMOD001",
"stopSequence": 37
},
{
"arrival": {
"delay": -11607,
"time": "1775559393"
},
"departure": {
"delay": -11607,
"time": "1775559393"
},
"stopId": "FR:76319:ZE:TCARxCARAB0:ATOUMOD001",
"stopSequence": 34
},
{
"arrival": {
"delay": -11640,
"time": "1775558880"
},
"departure": {
"delay": -11640,
"time": "1775558880"
},
"stopId": "FR:76497:ZE:TCARxPMAIR0:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": -11580,
"time": "1775557680"
},
"departure": {
"delay": -11580,
"time": "1775557680"
},
"stopId": "FR:76575:ZE:TCARxTECHN4:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": -11622,
"time": "1775558358"
},
"departure": {
"delay": -11622,
"time": "1775558358"
},
"stopId": "FR:76322:ZE:TCARxBRAZZ0:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": -11540,
"time": "1775558080"
},
"departure": {
"delay": -11540,
"time": "1775558080"
},
"stopId": "FR:76322:ZE:TCARxFONCK1:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": -11523,
"time": "1775557797"
},
"departure": {
"delay": -11523,
"time": "1775557797"
},
"stopId": "FR:76575:ZE:TCARxSANSU2:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": -11542,
"time": "1775558018"
},
"departure": {
"delay": -11542,
"time": "1775558018"
},
"stopId": "FR:76575:ZE:TCARxFELLB1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": -11640,
"time": "1775559120"
},
"departure": {
"delay": -11640,
"time": "1775559120"
},
"stopId": "FR:76319:ZE:TCARxLYLEG0:ATOUMOD001",
"stopSequence": 31
},
{
"arrival": {
"delay": -11519,
"time": "1775557081"
},
"departure": {
"delay": -11519,
"time": "1775557081"
},
"stopId": "FR:76575:ZE:TCARxSMAIR1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -11634,
"time": "1775558766"
},
"departure": {
"delay": -11634,
"time": "1775558766"
},
"stopId": "FR:76497:ZE:TCARxJBART0:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": -11517,
"time": "1775557323"
},
"departure": {
"delay": -11517,
"time": "1775557323"
},
"stopId": "FR:76575:ZE:TCARxGAGAR1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": -11565,
"time": "1775558175"
},
"departure": {
"delay": -11565,
"time": "1775558175"
},
"stopId": "FR:76322:ZE:TCARxANDRE0:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": -11620,
"time": "1775559320"
},
"departure": {
"delay": -11620,
"time": "1775559320"
},
"stopId": "FR:76319:ZE:TCARxHUGGC0:ATOUMOD001",
"stopSequence": 33
},
{
"arrival": {
"delay": -11614,
"time": "1775559446"
},
"departure": {
"delay": -11614,
"time": "1775559446"
},
"stopId": "FR:76319:ZE:TCARxROUVR0:ATOUMOD001",
"stopSequence": 35
},
{
"arrival": {
"delay": -11595,
"time": "1775559045"
},
"departure": {
"delay": -11595,
"time": "1775559045"
},
"stopId": "FR:76497:ZE:TCARxRAFFI0:ATOUMOD001",
"stopSequence": 30
},
{
"departure": {
"delay": -11520,
"time": "1775557020"
},
"stopId": "FR:76575:ZE:TCARxGARES:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": -11473,
"time": "1775557247"
},
"departure": {
"delay": -11473,
"time": "1775557247"
},
"stopId": "FR:76575:ZE:TCARxLURCA1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": -11543,
"time": "1775557597"
},
"departure": {
"delay": -11543,
"time": "1775557597"
},
"stopId": "FR:76575:ZE:TCARxESIGE2:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": -11617,
"time": "1775558843"
},
"departure": {
"delay": -11617,
"time": "1775558843"
},
"stopId": "FR:76497:ZE:TCARxTOURE0:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": -11479,
"time": "1775557181"
},
"departure": {
"delay": -11479,
"time": "1775557181"
},
"stopId": "FR:76575:ZE:TCARxGOUBE1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": -11611,
"time": "1775559569"
},
"departure": {
"delay": -11611,
"time": "1775559569"
},
"stopId": "FR:76319:ZE:TCARxMATIS0:ATOUMOD001",
"stopSequence": 36
},
{
"arrival": {
"delay": -11580,
"time": "1775557740"
},
"departure": {
"delay": -11580,
"time": "1775557740"
},
"stopId": "FR:76575:ZE:TCARxCORBU1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": -11593,
"time": "1775558687"
},
"departure": {
"delay": -11593,
"time": "1775558687"
},
"stopId": "FR:76497:ZE:TCARxCLECO0:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": -11474,
"time": "1775557366"
},
"departure": {
"delay": -11474,
"time": "1775557366"
},
"stopId": "FR:76575:ZE:TCARxCAPUC1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": -11476,
"time": "1775557484"
},
"departure": {
"delay": -11476,
"time": "1775557484"
},
"stopId": "FR:76575:ZE:TCARxJBREL1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": -11520,
"time": "1775557440"
},
"departure": {
"delay": -11520,
"time": "1775557440"
},
"stopId": "FR:76575:ZE:TCARxELANG1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -11475,
"time": "1775557125"
},
"departure": {
"delay": -11475,
"time": "1775557125"
},
"stopId": "FR:76575:ZE:TCARxCORN21:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -11500,
"time": "1775557520"
},
"departure": {
"delay": -11500,
"time": "1775557520"
},
"stopId": "FR:76575:ZE:TCARxCATEL1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": -11639,
"time": "1775558641"
},
"departure": {
"delay": -11639,
"time": "1775558641"
},
"stopId": "FR:76497:ZE:TCARxVERDE0:ATOUMOD001",
"stopSequence": 24
}
],
"timestamp": "1775524753",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx06:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx13423:LOC"
}
}
},
{
"id": "SM:ATOUMOD041:ServiceJourney:22:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 76,
"time": "1775557456"
},
"stopId": "FR:76743:ZE:30049:ATOUMOD041",
"stopSequence": 18
},
{
"arrival": {
"delay": 98,
"time": "1775556679"
},
"departure": {
"delay": 98,
"time": "1775556698"
},
"stopId": "FR:76057:ZE:30051:ATOUMOD041",
"stopSequence": 8
},
{
"arrival": {
"delay": 73,
"time": "1775557328"
},
"departure": {
"delay": 73,
"time": "1775557333"
},
"stopId": "FR:76743:ZE:30047:ATOUMOD041",
"stopSequence": 16
},
{
"arrival": {
"delay": 66,
"time": "1775557132"
},
"departure": {
"delay": 66,
"time": "1775557146"
},
"stopId": "FR:76057:ZE:30018:ATOUMOD041",
"stopSequence": 13
},
{
"arrival": {
"delay": 107,
"time": "1775556551"
},
"departure": {
"delay": 107,
"time": "1775556587"
},
"stopId": "FR:76057:ZE:30010:ATOUMOD041",
"stopSequence": 7
},
{
"arrival": {
"delay": 85,
"time": "1775557165"
},
"departure": {
"delay": 85,
"time": "1775557225"
},
"stopId": "FR:76057:ZE:30020:ATOUMOD041",
"stopSequence": 14
},
{
"arrival": {
"delay": 71,
"time": "1775557261"
},
"departure": {
"delay": 71,
"time": "1775557271"
},
"stopId": "FR:76057:ZE:30022:ATOUMOD041",
"stopSequence": 15
},
{
"arrival": {
"delay": 97,
"time": "1775556959"
},
"departure": {
"delay": 97,
"time": "1775556997"
},
"stopId": "FR:76057:ZE:30055:ATOUMOD041",
"stopSequence": 12
},
{
"arrival": {
"delay": 105,
"time": "1775556489"
},
"departure": {
"delay": 105,
"time": "1775556525"
},
"stopId": "FR:76057:ZE:30006:ATOUMOD041",
"stopSequence": 6
},
{
"arrival": {
"delay": 66,
"time": "1775556888"
},
"departure": {
"delay": 66,
"time": "1775556906"
},
"stopId": "FR:76057:ZE:30054:ATOUMOD041",
"stopSequence": 11
},
{
"arrival": {
"delay": 202,
"time": "1775556353"
},
"departure": {
"delay": 202,
"time": "1775556382"
},
"stopId": "FR:76057:ZE:30001:ATOUMOD041",
"stopSequence": 3
},
{
"arrival": {
"delay": 157,
"time": "1775556446"
},
"departure": {
"delay": 157,
"time": "1775556457"
},
"stopId": "FR:76057:ZE:30012:ATOUMOD041",
"stopSequence": 5
},
{
"arrival": {
"delay": 190,
"time": "1775556301"
},
"departure": {
"delay": 190,
"time": "1775556310"
},
"stopId": "FR:76057:ZE:30024:ATOUMOD041",
"stopSequence": 2
},
{
"arrival": {
"delay": 81,
"time": "1775556728"
},
"departure": {
"delay": 81,
"time": "1775556741"
},
"stopId": "FR:76057:ZE:30052:ATOUMOD041",
"stopSequence": 9
},
{
"arrival": {
"delay": 68,
"time": "1775556818"
},
"departure": {
"delay": 68,
"time": "1775556848"
},
"stopId": "FR:76057:ZE:30053:ATOUMOD041",
"stopSequence": 10
},
{
"departure": {
"delay": 183,
"time": "1775556183"
},
"stopId": "FR:76057:ZE:30028:ATOUMOD041",
"stopSequence": 1
},
{
"arrival": {
"delay": 192,
"time": "1775556425"
},
"departure": {
"delay": 192,
"time": "1775556432"
},
"stopId": "FR:76057:ZE:30016:ATOUMOD041",
"stopSequence": 4
},
{
"arrival": {
"delay": 59,
"time": "1775557366"
},
"departure": {
"delay": 59,
"time": "1775557379"
},
"stopId": "FR:76743:ZE:30045:ATOUMOD041",
"stopSequence": 17
}
],
"timestamp": "1775560075",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD041:Line:2:LOC",
"tripId": "ATOUMOD041:ServiceJourney:22:LOC"
}
}
},
{
"id": "SM:ATOUMOD021:ServiceJourney:55:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 10,
"time": "1775538839"
},
"departure": {
"delay": 10,
"time": "1775538850"
},
"stopId": "FR:14333:ZE:15:ATOUMOD021",
"stopSequence": 15
},
{
"arrival": {
"delay": 14,
"time": "1775539227"
},
"departure": {
"delay": 14,
"time": "1775539274"
},
"stopId": "FR:14333:ZE:7:ATOUMOD021",
"stopSequence": 19
},
{
"arrival": {
"delay": 12,
"time": "1775538985"
},
"departure": {
"delay": 12,
"time": "1775539032"
},
"stopId": "FR:14333:ZE:11:ATOUMOD021",
"stopSequence": 17
},
{
"arrival": {
"delay": 48,
"time": "1775538000"
},
"departure": {
"delay": 48,
"time": "1775538048"
},
"stopId": "FR:14333:ZE:28:ATOUMOD021",
"stopSequence": 8
},
{
"arrival": {
"delay": 4,
"time": "1775538889"
},
"departure": {
"delay": 4,
"time": "1775538904"
},
"stopId": "FR:14333:ZE:13:ATOUMOD021",
"stopSequence": 16
},
{
"arrival": {
"delay": 23,
"time": "1775538448"
},
"departure": {
"delay": 23,
"time": "1775538563"
},
"stopId": "FR:14333:ZE:22:ATOUMOD021",
"stopSequence": 11
},
{
"arrival": {
"delay": 11,
"time": "1775537839"
},
"departure": {
"delay": 11,
"time": "1775537891"
},
"stopId": "FR:14333:ZE:30:ATOUMOD021",
"stopSequence": 7
},
{
"arrival": {
"delay": 73,
"time": "1775537567"
},
"departure": {
"delay": 73,
"time": "1775537593"
},
"stopId": "FR:14333:ZE:40:ATOUMOD021",
"stopSequence": 2
},
{
"arrival": {
"delay": 44,
"time": "1775537791"
},
"departure": {
"delay": 44,
"time": "1775537804"
},
"stopId": "FR:14333:ZE:32:ATOUMOD021",
"stopSequence": 6
},
{
"arrival": {
"delay": 56,
"time": "1775537636"
},
"departure": {
"delay": 56,
"time": "1775537636"
},
"stopId": "FR:14333:ZE:38:ATOUMOD021",
"stopSequence": 3
},
{
"arrival": {
"delay": 68,
"time": "1775537743"
},
"departure": {
"delay": 68,
"time": "1775537768"
},
"stopId": "FR:14333:ZE:34:ATOUMOD021",
"stopSequence": 5
},
{
"arrival": {
"delay": 78,
"time": "1775537685"
},
"departure": {
"delay": 78,
"time": "1775537718"
},
"stopId": "FR:14333:ZE:36:ATOUMOD021",
"stopSequence": 4
},
{
"arrival": {
"delay": 50,
"time": "1775538125"
},
"departure": {
"delay": 50,
"time": "1775538170"
},
"stopId": "FR:14536:ZE:26:ATOUMOD021",
"stopSequence": 9
},
{
"arrival": {
"delay": 3,
"time": "1775539383"
},
"stopId": "FR:14333:ZE:3:ATOUMOD021",
"stopSequence": 21
},
{
"arrival": {
"delay": 6,
"time": "1775538589"
},
"departure": {
"delay": 6,
"time": "1775538606"
},
"stopId": "FR:14333:ZE:21:ATOUMOD021",
"stopSequence": 12
},
{
"arrival": {
"delay": 1,
"time": "1775539091"
},
"departure": {
"delay": 1,
"time": "1775539141"
},
"stopId": "FR:14333:ZE:9:ATOUMOD021",
"stopSequence": 18
},
{
"departure": {
"time": "1775537400"
},
"stopId": "FR:14333:ZE:41:ATOUMOD021",
"stopSequence": 1
},
{
"arrival": {
"delay": 8,
"time": "1775538732"
},
"departure": {
"delay": 8,
"time": "1775538788"
},
"stopId": "FR:14333:ZE:17:ATOUMOD021",
"stopSequence": 14
},
{
"arrival": {
"delay": 9,
"time": "1775539322"
},
"departure": {
"delay": 9,
"time": "1775539329"
},
"stopId": "FR:14333:ZE:5:ATOUMOD021",
"stopSequence": 20
},
{
"arrival": {
"delay": 44,
"time": "1775538693"
},
"departure": {
"delay": 44,
"time": "1775538704"
},
"stopId": "FR:14333:ZE:19:ATOUMOD021",
"stopSequence": 13
},
{
"arrival": {
"delay": 60,
"time": "1775538259"
},
"departure": {
"delay": 60,
"time": "1775538300"
},
"stopId": "FR:14536:ZE:24:ATOUMOD021",
"stopSequence": 10
}
],
"timestamp": "1775559490",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD021:Line:A:LOC",
"tripId": "ATOUMOD021:ServiceJourney:55:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2490626:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1775562000"
},
"stopId": "FR:27701:ZE:0x7150:ATOUMOD006",
"stopSequence": 1
},
{
"arrival": {
"delay": -42,
"time": "1775563338"
},
"departure": {
"delay": -42,
"time": "1775563338"
},
"stopId": "FR:27348:ZE:0x6303:ATOUMOD006",
"stopSequence": 19
},
{
"arrival": {
"delay": -70,
"time": "1775564210"
},
"departure": {
"delay": -70,
"time": "1775564210"
},
"stopId": "FR:27458:ZE:0x6692:ATOUMOD006",
"stopSequence": 35
},
{
"arrival": {
"delay": 7,
"time": "1775562187"
},
"departure": {
"delay": 7,
"time": "1775562187"
},
"stopId": "FR:27701:ZE:0x7163:ATOUMOD006",
"stopSequence": 3
},
{
"arrival": {
"delay": -30,
"time": "1775563650"
},
"departure": {
"delay": -30,
"time": "1775563650"
},
"stopId": "FR:27008:ZE:0x6054:ATOUMOD006",
"stopSequence": 23
},
{
"arrival": {
"delay": -47,
"time": "1775563753"
},
"departure": {
"delay": -47,
"time": "1775563753"
},
"stopId": "FR:27008:ZE:0x6048:ATOUMOD006",
"stopSequence": 26
},
{
"arrival": {
"delay": -91,
"time": "1775564249"
},
"departure": {
"delay": -91,
"time": "1775564249"
},
"stopId": "FR:27458:ZE:0x6684:ATOUMOD006",
"stopSequence": 36
},
{
"arrival": {
"delay": 27,
"time": "1775562147"
},
"departure": {
"delay": 27,
"time": "1775562147"
},
"stopId": "FR:27701:ZE:0x7087:ATOUMOD006",
"stopSequence": 2
},
{
"arrival": {
"delay": -13,
"time": "1775563727"
},
"departure": {
"delay": -13,
"time": "1775563727"
},
"stopId": "FR:27008:ZE:0x6052:ATOUMOD006",
"stopSequence": 25
},
{
"arrival": {
"delay": 46,
"time": "1775562286"
},
"departure": {
"delay": 46,
"time": "1775562286"
},
"stopId": "FR:27701:ZE:0x7052:ATOUMOD006",
"stopSequence": 5
},
{
"arrival": {
"delay": 58,
"time": "1775562538"
},
"departure": {
"delay": 58,
"time": "1775562538"
},
"stopId": "FR:27365:ZE:0x7271:ATOUMOD006",
"stopSequence": 9
},
{
"arrival": {
"delay": -55,
"time": "1775563805"
},
"departure": {
"delay": -55,
"time": "1775563805"
},
"stopId": "FR:27008:ZE:0x6057:ATOUMOD006",
"stopSequence": 27
},
{
"arrival": {
"delay": 22,
"time": "1775562982"
},
"departure": {
"delay": 22,
"time": "1775562982"
},
"stopId": "FR:27469:ZE:0x7188:ATOUMOD006",
"stopSequence": 14
},
{
"arrival": {
"delay": -37,
"time": "1775563043"
},
"departure": {
"delay": -37,
"time": "1775563043"
},
"stopId": "FR:27469:ZE:0x6662:ATOUMOD006",
"stopSequence": 16
},
{
"arrival": {
"delay": -66,
"time": "1775564034"
},
"departure": {
"delay": -66,
"time": "1775564034"
},
"stopId": "FR:27386:ZE:0x6366:ATOUMOD006",
"stopSequence": 31
},
{
"arrival": {
"delay": -98,
"time": "1775564062"
},
"departure": {
"delay": -98,
"time": "1775564062"
},
"stopId": "FR:27458:ZE:0x6698:ATOUMOD006",
"stopSequence": 32
},
{
"arrival": {
"delay": -131,
"time": "1775564509"
},
"stopId": "FR:27458:ZE:0x6686:ATOUMOD006",
"stopSequence": 40
},
{
"arrival": {
"delay": 5,
"time": "1775562905"
},
"departure": {
"delay": 5,
"time": "1775562905"
},
"stopId": "FR:27196:ZE:0x6319:ATOUMOD006",
"stopSequence": 13
},
{
"arrival": {
"delay": -19,
"time": "1775563601"
},
"departure": {
"delay": -19,
"time": "1775563601"
},
"stopId": "FR:27008:ZE:0x6050:ATOUMOD006",
"stopSequence": 22
},
{
"arrival": {
"delay": -88,
"time": "1775564132"
},
"departure": {
"delay": -88,
"time": "1775564132"
},
"stopId": "FR:27458:ZE:0x6694:ATOUMOD006",
"stopSequence": 33
},
{
"arrival": {
"delay": 5,
"time": "1775563685"
},
"departure": {
"delay": 5,
"time": "1775563685"
},
"stopId": "FR:27008:ZE:0x6046:ATOUMOD006",
"stopSequence": 24
},
{
"arrival": {
"delay": -125,
"time": "1775564455"
},
"departure": {
"delay": -125,
"time": "1775564455"
},
"stopId": "FR:27458:ZE:0x6688:ATOUMOD006",
"stopSequence": 39
},
{
"arrival": {
"delay": -13,
"time": "1775562407"
},
"departure": {
"delay": -13,
"time": "1775562407"
},
"stopId": "FR:27365:ZE:0x6332:ATOUMOD006",
"stopSequence": 8
},
{
"arrival": {
"delay": -25,
"time": "1775562575"
},
"departure": {
"delay": -25,
"time": "1775562575"
},
"stopId": "FR:27365:ZE:0x7269:ATOUMOD006",
"stopSequence": 10
},
{
"arrival": {
"delay": 22,
"time": "1775562322"
},
"departure": {
"delay": 22,
"time": "1775562322"
},
"stopId": "FR:27365:ZE:0x6324:ATOUMOD006",
"stopSequence": 6
},
{
"arrival": {
"delay": -12,
"time": "1775563008"
},
"departure": {
"delay": -12,
"time": "1775563008"
},
"stopId": "FR:27469:ZE:0x6633:ATOUMOD006",
"stopSequence": 15
},
{
"arrival": {
"delay": -100,
"time": "1775564300"
},
"departure": {
"delay": -100,
"time": "1775564300"
},
"stopId": "FR:27458:ZE:0x6678:ATOUMOD006",
"stopSequence": 37
},
{
"arrival": {
"delay": -127,
"time": "1775564153"
},
"departure": {
"delay": -127,
"time": "1775564153"
},
"stopId": "FR:27458:ZE:0x6680:ATOUMOD006",
"stopSequence": 34
},
{
"arrival": {
"delay": -38,
"time": "1775563282"
},
"departure": {
"delay": -38,
"time": "1775563282"
},
"stopId": "FR:27348:ZE:0x6298:ATOUMOD006",
"stopSequence": 17
},
{
"arrival": {
"delay": -64,
"time": "1775563856"
},
"departure": {
"delay": -64,
"time": "1775563856"
},
"stopId": "FR:27008:ZE:0x6059:ATOUMOD006",
"stopSequence": 28
},
{
"arrival": {
"delay": -36,
"time": "1775562744"
},
"departure": {
"delay": -36,
"time": "1775562744"
},
"stopId": "FR:27196:ZE:0x6320:ATOUMOD006",
"stopSequence": 11
},
{
"arrival": {
"delay": -67,
"time": "1775563553"
},
"departure": {
"delay": -67,
"time": "1775563553"
},
"stopId": "FR:27348:ZE:0x6292:ATOUMOD006",
"stopSequence": 21
},
{
"arrival": {
"delay": -33,
"time": "1775563407"
},
"departure": {
"delay": -33,
"time": "1775563407"
},
"stopId": "FR:27348:ZE:0x6301:ATOUMOD006",
"stopSequence": 20
},
{
"arrival": {
"delay": -69,
"time": "1775563311"
},
"departure": {
"delay": -69,
"time": "1775563311"
},
"stopId": "FR:27348:ZE:0x6297:ATOUMOD006",
"stopSequence": 18
},
{
"arrival": {
"delay": -70,
"time": "1775564390"
},
"departure": {
"delay": -70,
"time": "1775564390"
},
"stopId": "FR:27458:ZE:0x6691:ATOUMOD006",
"stopSequence": 38
},
{
"arrival": {
"delay": -37,
"time": "1775563943"
},
"departure": {
"delay": -37,
"time": "1775563943"
},
"stopId": "FR:27386:ZE:0x6375:ATOUMOD006",
"stopSequence": 29
},
{
"arrival": {
"delay": 30,
"time": "1775562810"
},
"departure": {
"delay": 30,
"time": "1775562810"
},
"stopId": "FR:27196:ZE:0x6323:ATOUMOD006",
"stopSequence": 12
},
{
"arrival": {
"delay": -87,
"time": "1775563953"
},
"departure": {
"delay": -87,
"time": "1775563953"
},
"stopId": "FR:27386:ZE:0x6377:ATOUMOD006",
"stopSequence": 30
},
{
"arrival": {
"delay": 46,
"time": "1775562226"
},
"departure": {
"delay": 46,
"time": "1775562226"
},
"stopId": "FR:27701:ZE:0x7102:ATOUMOD006",
"stopSequence": 4
},
{
"arrival": {
"delay": -2,
"time": "1775562358"
},
"departure": {
"delay": -2,
"time": "1775562358"
},
"stopId": "FR:27365:ZE:0x6325:ATOUMOD006",
"stopSequence": 7
}
],
"timestamp": "1775560063",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD006:Line:5:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2490626:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx1456:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 33,
"time": "1775558793"
},
"departure": {
"delay": 33,
"time": "1775558793"
},
"stopId": "FR:76212:ZE:TCARxECOLE2:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 188,
"time": "1775561048"
},
"departure": {
"delay": 188,
"time": "1775561048"
},
"stopId": "FR:76157:ZE:TCARxTPISS2:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 183,
"time": "1775560803"
},
"departure": {
"delay": 183,
"time": "1775560803"
},
"stopId": "FR:76157:ZE:TCARxTDUMA2:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 112,
"time": "1775559352"
},
"departure": {
"delay": 112,
"time": "1775559352"
},
"stopId": "FR:76540:ZE:TCARxMARTT2:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 111,
"time": "1775559210"
},
"departure": {
"delay": 111,
"time": "1775559231"
},
"stopId": "FR:76540:ZE:TCARxCHRUT2:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 163,
"time": "1775560543"
},
"departure": {
"delay": 163,
"time": "1775560543"
},
"stopId": "FR:76157:ZE:TCARxCORNI2:ATOUMOD001",
"stopSequence": 19
},
{
"departure": {
"delay": 17,
"time": "1775558477"
},
"stopId": "FR:76212:ZE:TCARxDUREC:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 198,
"time": "1775560698"
},
"departure": {
"delay": 198,
"time": "1775560698"
},
"stopId": "FR:76157:ZE:TCARxTPRAT2:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 198,
"time": "1775560458"
},
"departure": {
"delay": 198,
"time": "1775560458"
},
"stopId": "FR:76540:ZE:TCARxMIN2T:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 173,
"time": "1775560913"
},
"departure": {
"delay": 173,
"time": "1775560913"
},
"stopId": "FR:76157:ZE:TCARxTPROV2:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 47,
"time": "1775558627"
},
"departure": {
"delay": 47,
"time": "1775558627"
},
"stopId": "FR:76212:ZE:TCARxCANAD2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 159,
"time": "1775559879"
},
"departure": {
"delay": 159,
"time": "1775559879"
},
"stopId": "FR:76540:ZE:TCARxBELGE2:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 67,
"time": "1775558887"
},
"departure": {
"delay": 67,
"time": "1775558887"
},
"stopId": "FR:76540:ZE:TCARxDRIVI2:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 112,
"time": "1775559639"
},
"departure": {
"delay": 112,
"time": "1775559652"
},
"stopId": "FR:76540:ZE:TCARxCATHE2:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 172,
"time": "1775560972"
},
"departure": {
"delay": 172,
"time": "1775560972"
},
"stopId": "FR:76157:ZE:TCARxTJAUR2:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 97,
"time": "1775559552"
},
"departure": {
"delay": 97,
"time": "1775559577"
},
"stopId": "FR:76540:ZE:TCARxREPUB2:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 172,
"time": "1775560732"
},
"departure": {
"delay": 172,
"time": "1775560732"
},
"stopId": "FR:76157:ZE:TCARxTOUYE2:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 42,
"time": "1775558682"
},
"departure": {
"delay": 42,
"time": "1775558682"
},
"stopId": "FR:76212:ZE:TCARxDMAIR2:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 143,
"time": "1775560103"
},
"departure": {
"delay": 143,
"time": "1775560103"
},
"stopId": "FR:76540:ZE:TCARxLUCIL2:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 162,
"time": "1775559977"
},
"departure": {
"delay": 162,
"time": "1775560002"
},
"stopId": "FR:76540:ZE:TCARxPASPA2:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 34,
"time": "1775559154"
},
"departure": {
"delay": 34,
"time": "1775559154"
},
"stopId": "FR:76540:ZE:TCARxHILAI2:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 92,
"time": "1775559729"
},
"departure": {
"delay": 92,
"time": "1775559752"
},
"stopId": "FR:76540:ZE:TCARxTARTT2:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 172,
"time": "1775560312"
},
"departure": {
"delay": 172,
"time": "1775560312"
},
"stopId": "FR:76540:ZE:TCARxRIBOU2:ATOUMOD001",
"stopSequence": 17
}
],
"timestamp": "1775558497",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx93:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx1456:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2469774:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775564100"
},
"departure": {
"time": "1775564100"
},
"stopId": "FR:27375:ZE:0x6462:ATOUMOD006",
"stopSequence": 10
},
{
"arrival": {
"time": "1775564220"
},
"departure": {
"time": "1775564220"
},
"stopId": "FR:27375:ZE:0x6484:ATOUMOD006",
"stopSequence": 14
},
{
"arrival": {
"delay": 39,
"time": "1775564139"
},
"departure": {
"delay": 39,
"time": "1775564139"
},
"stopId": "FR:27375:ZE:0x6446:ATOUMOD006",
"stopSequence": 11
},
{
"arrival": {
"delay": 23,
"time": "1775564063"
},
"departure": {
"delay": 23,
"time": "1775564063"
},
"stopId": "FR:27375:ZE:0x6480:ATOUMOD006",
"stopSequence": 9
},
{
"arrival": {
"delay": -53,
"time": "1775564287"
},
"departure": {
"delay": -53,
"time": "1775564287"
},
"stopId": "FR:27375:ZE:0x6511:ATOUMOD006",
"stopSequence": 17
},
{
"arrival": {
"delay": 58,
"time": "1775563798"
},
"departure": {
"delay": 58,
"time": "1775563798"
},
"stopId": "FR:27456:ZE:0x7200:ATOUMOD006",
"stopSequence": 5
},
{
"arrival": {
"delay": 179,
"time": "1775564639"
},
"departure": {
"delay": 179,
"time": "1775564639"
},
"stopId": "FR:27375:ZE:0x6403:ATOUMOD006",
"stopSequence": 19
},
{
"arrival": {
"delay": 164,
"time": "1775564684"
},
"departure": {
"delay": 164,
"time": "1775564684"
},
"stopId": "FR:27375:ZE:0x6449:ATOUMOD006",
"stopSequence": 20
},
{
"arrival": {
"delay": 58,
"time": "1775563978"
},
"departure": {
"delay": 58,
"time": "1775563978"
},
"stopId": "FR:27456:ZE:0x6730:ATOUMOD006",
"stopSequence": 7
},
{
"arrival": {
"delay": 10,
"time": "1775564170"
},
"departure": {
"delay": 10,
"time": "1775564170"
},
"stopId": "FR:27375:ZE:0x6510:ATOUMOD006",
"stopSequence": 13
},
{
"arrival": {
"delay": 166,
"time": "1775564806"
},
"departure": {
"delay": 166,
"time": "1775564806"
},
"stopId": "FR:27375:ZE:0x6433:ATOUMOD006",
"stopSequence": 22
},
{
"arrival": {
"delay": 43,
"time": "1775564023"
},
"departure": {
"delay": 43,
"time": "1775564023"
},
"stopId": "FR:27375:ZE:0x6390:ATOUMOD006",
"stopSequence": 8
},
{
"arrival": {
"delay": 34,
"time": "1775563894"
},
"departure": {
"delay": 34,
"time": "1775563894"
},
"stopId": "FR:27456:ZE:0x6726:ATOUMOD006",
"stopSequence": 6
},
{
"arrival": {
"delay": 85,
"time": "1775564905"
},
"stopId": "FR:27375:ZE:0x6466:ATOUMOD006",
"stopSequence": 24
},
{
"arrival": {
"delay": 125,
"time": "1775564765"
},
"departure": {
"delay": 125,
"time": "1775564765"
},
"stopId": "FR:27375:ZE:0x6417:ATOUMOD006",
"stopSequence": 21
},
{
"arrival": {
"delay": 161,
"time": "1775564861"
},
"departure": {
"delay": 161,
"time": "1775564861"
},
"stopId": "FR:27375:ZE:0x6394:ATOUMOD006",
"stopSequence": 23
},
{
"arrival": {
"delay": -38,
"time": "1775564362"
},
"departure": {
"delay": -38,
"time": "1775564362"
},
"stopId": "FR:27375:ZE:0x6503:ATOUMOD006",
"stopSequence": 18
},
{
"arrival": {
"delay": 5,
"time": "1775563385"
},
"departure": {
"delay": 5,
"time": "1775563385"
},
"stopId": "FR:27003:ZE:0x6004:ATOUMOD006",
"stopSequence": 3
},
{
"departure": {
"time": "1775563200"
},
"stopId": "FR:27003:ZE:0x6015:ATOUMOD006",
"stopSequence": 1
},
{
"arrival": {
"delay": 57,
"time": "1775564157"
},
"departure": {
"delay": 57,
"time": "1775564157"
},
"stopId": "FR:27375:ZE:0x7186:ATOUMOD006",
"stopSequence": 12
},
{
"arrival": {
"time": "1775563440"
},
"departure": {
"time": "1775563440"
},
"stopId": "FR:27003:ZE:0x7202:ATOUMOD006",
"stopSequence": 4
},
{
"arrival": {
"delay": 45,
"time": "1775563305"
},
"departure": {
"delay": 45,
"time": "1775563305"
},
"stopId": "FR:27003:ZE:0x6007:ATOUMOD006",
"stopSequence": 2
}
],
"timestamp": "1775560063",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD006:Line:10:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2469774:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx15611:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 9180,
"time": "1775560980"
},
"departure": {
"delay": 9180,
"time": "1775560980"
},
"stopId": "FR:76540:ZE:TCARxDESCA1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 9181,
"time": "1775560861"
},
"departure": {
"delay": 9181,
"time": "1775560861"
},
"stopId": "FR:76540:ZE:TCARxROMAI1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 9158,
"time": "1775560178"
},
"departure": {
"delay": 9158,
"time": "1775560178"
},
"stopId": "FR:76540:ZE:TCARxFLAMA1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 9269,
"time": "1775561609"
},
"departure": {
"delay": 9269,
"time": "1775561609"
},
"stopId": "FR:76108:ZE:TCARxFORRE3:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 9120,
"time": "1775560380"
},
"departure": {
"delay": 9120,
"time": "1775560380"
},
"stopId": "FR:76540:ZE:TCARxRREPU1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 9145,
"time": "1775560285"
},
"departure": {
"delay": 9145,
"time": "1775560285"
},
"stopId": "FR:76540:ZE:TCARxPCORN1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 9200,
"time": "1775561180"
},
"departure": {
"delay": 9200,
"time": "1775561180"
},
"stopId": "FR:76108:ZE:TCARxVALLO1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 9174,
"time": "1775560914"
},
"departure": {
"delay": 9174,
"time": "1775560914"
},
"stopId": "FR:76540:ZE:TCARxMALAT1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 9180,
"time": "1775561100"
},
"departure": {
"delay": 9180,
"time": "1775561100"
},
"stopId": "FR:76108:ZE:TCARxRRENA1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 9156,
"time": "1775560476"
},
"departure": {
"delay": 9156,
"time": "1775560476"
},
"stopId": "FR:76540:ZE:TCARxSTNIC2:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 9180,
"time": "1775560800"
},
"departure": {
"delay": 9180,
"time": "1775560800"
},
"stopId": "FR:76540:ZE:TCARxGAREB2:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 9168,
"time": "1775561268"
},
"departure": {
"delay": 9168,
"time": "1775561268"
},
"stopId": "FR:76108:ZE:TCARxVERTC1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 9149,
"time": "1775560109"
},
"departure": {
"delay": 9149,
"time": "1775560109"
},
"stopId": "FR:76540:ZE:TCARxMUFFA2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 9225,
"time": "1775561565"
},
"departure": {
"delay": 9225,
"time": "1775561565"
},
"stopId": "FR:76108:ZE:TCARxNOBLE2:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 9240,
"time": "1775561940"
},
"stopId": "FR:76108:ZE:TCARxVINCI:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 9167,
"time": "1775561147"
},
"departure": {
"delay": 9167,
"time": "1775561147"
},
"stopId": "FR:76108:ZE:TCARxCPIER1:ATOUMOD001",
"stopSequence": 17
},
{
"departure": {
"delay": 9120,
"time": "1775560020"
},
"stopId": "FR:76540:ZE:TCARxILACR:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 9160,
"time": "1775560720"
},
"departure": {
"delay": 9160,
"time": "1775560720"
},
"stopId": "FR:76540:ZE:TCARxSVER41:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 9207,
"time": "1775560647"
},
"departure": {
"delay": 9207,
"time": "1775560647"
},
"stopId": "FR:76540:ZE:TCARxBARTS1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 9180,
"time": "1775560560"
},
"departure": {
"delay": 9180,
"time": "1775560560"
},
"stopId": "FR:76540:ZE:TCARxHVR4:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 9204,
"time": "1775561004"
},
"departure": {
"delay": 9204,
"time": "1775561004"
},
"stopId": "FR:76108:ZE:TCARxOIOIS1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 9209,
"time": "1775561069"
},
"departure": {
"delay": 9209,
"time": "1775561069"
},
"stopId": "FR:76108:ZE:TCARxCOTTA1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 9240,
"time": "1775561520"
},
"departure": {
"delay": 9240,
"time": "1775561520"
},
"stopId": "FR:76108:ZE:TCARxPIERR2:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 9240,
"time": "1775561460"
},
"departure": {
"delay": 9240,
"time": "1775561460"
},
"stopId": "FR:76108:ZE:TCARxAGRIC1:ATOUMOD001",
"stopSequence": 21
}
],
"timestamp": "1775559616",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx11:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx15611:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx15476:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 13492,
"time": "1775560072"
},
"departure": {
"delay": 13492,
"time": "1775560072"
},
"stopId": "FR:76451:ZE:TCARxCOLBE0:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 13671,
"time": "1775559231"
},
"departure": {
"delay": 13671,
"time": "1775559231"
},
"stopId": "FR:76410:ZE:TCARxMACIM1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 13496,
"time": "1775561096"
},
"departure": {
"delay": 13496,
"time": "1775561096"
},
"stopId": "FR:76108:ZE:TCARxLOMBA0:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 13549,
"time": "1775560189"
},
"departure": {
"delay": 13549,
"time": "1775560189"
},
"stopId": "FR:76451:ZE:TCARxHDVBE3:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 13541,
"time": "1775559761"
},
"departure": {
"delay": 13541,
"time": "1775559761"
},
"stopId": "FR:76451:ZE:TCARxCROIX1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 13776,
"time": "1775559015"
},
"departure": {
"delay": 13776,
"time": "1775559036"
},
"stopId": "FR:76410:ZE:TCARxMAROY1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 13486,
"time": "1775561386"
},
"departure": {
"delay": 13486,
"time": "1775561386"
},
"stopId": "FR:76095:ZE:TCARxARROM0:ATOUMOD001",
"stopSequence": 34
},
{
"arrival": {
"delay": 13530,
"time": "1775560530"
},
"departure": {
"delay": 13530,
"time": "1775560530"
},
"stopId": "FR:76108:ZE:TCARxCHEFO1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 13432,
"time": "1775561212"
},
"departure": {
"delay": 13432,
"time": "1775561212"
},
"stopId": "FR:76095:ZE:TCARxTAMAR6:ATOUMOD001",
"stopSequence": 31
},
{
"arrival": {
"delay": 13497,
"time": "1775560797"
},
"departure": {
"delay": 13497,
"time": "1775560797"
},
"stopId": "FR:76108:ZE:TCARxMAXPO1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 13632,
"time": "1775559587"
},
"departure": {
"delay": 13632,
"time": "1775559612"
},
"stopId": "FR:76474:ZE:TCARxGARMA1:ATOUMOD001",
"stopSequence": 11
},
{
"departure": {
"delay": 13800,
"time": "1775558880"
},
"stopId": "FR:76410:ZE:TCARxMAINE1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 13485,
"time": "1775561445"
},
"departure": {
"delay": 13485,
"time": "1775561445"
},
"stopId": "FR:76095:ZE:TCARxLECOQ0:ATOUMOD001",
"stopSequence": 35
},
{
"arrival": {
"delay": 13494,
"time": "1775560974"
},
"departure": {
"delay": 13494,
"time": "1775560974"
},
"stopId": "FR:76108:ZE:TCARxHERBE1:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 13492,
"time": "1775559937"
},
"departure": {
"delay": 13492,
"time": "1775560012"
},
"stopId": "FR:76451:ZE:TCARxVAREN0:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 13492,
"time": "1775560852"
},
"departure": {
"delay": 13492,
"time": "1775560852"
},
"stopId": "FR:76108:ZE:TCARxBGUI4:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 13492,
"time": "1775560132"
},
"departure": {
"delay": 13492,
"time": "1775560132"
},
"stopId": "FR:76451:ZE:TCARxCOQUE3:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 13743,
"time": "1775559123"
},
"departure": {
"delay": 13743,
"time": "1775559123"
},
"stopId": "FR:76410:ZE:TCARxFOURA1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 13610,
"time": "1775559290"
},
"departure": {
"delay": 13610,
"time": "1775559290"
},
"stopId": "FR:76410:ZE:TCARxMMAIR1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 13535,
"time": "1775560595"
},
"departure": {
"delay": 13535,
"time": "1775560595"
},
"stopId": "FR:76108:ZE:TCARxADENA0:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 13515,
"time": "1775559855"
},
"departure": {
"delay": 13515,
"time": "1775559855"
},
"stopId": "FR:76451:ZE:TCARxMALAD0:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 13490,
"time": "1775561330"
},
"departure": {
"delay": 13490,
"time": "1775561330"
},
"stopId": "FR:76095:ZE:TCARxCHERB0:ATOUMOD001",
"stopSequence": 33
},
{
"arrival": {
"delay": 13581,
"time": "1775559486"
},
"departure": {
"delay": 13581,
"time": "1775559561"
},
"stopId": "FR:76410:ZE:TCARxDLUNE6:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 13589,
"time": "1775559369"
},
"departure": {
"delay": 13589,
"time": "1775559389"
},
"stopId": "FR:76410:ZE:TCARxARCON1:ATOUMOD001",
"stopSequence": 9
}
],
"timestamp": "1775558856",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx10:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx15476:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3748424x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 37,
"time": "1775533881"
},
"departure": {
"delay": 37,
"time": "1775533897"
},
"stopId": "FR:50129:ZE:10EGL5:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": -5,
"time": "1775533248"
},
"departure": {
"delay": -5,
"time": "1775533255"
},
"stopId": "FR:50129:ZE:10STA2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 48,
"time": "1775532092"
},
"departure": {
"delay": 48,
"time": "1775532108"
},
"stopId": "FR:50129:ZE:10PFJ1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": -65,
"time": "1775532285"
},
"departure": {
"delay": -65,
"time": "1775532295"
},
"stopId": "FR:50129:ZE:10RED1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 29,
"time": "1775532134"
},
"departure": {
"delay": 29,
"time": "1775532149"
},
"stopId": "FR:50129:ZE:10SAL1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 1,
"time": "1775531987"
},
"departure": {
"delay": 1,
"time": "1775532001"
},
"stopId": "FR:50129:ZE:10BCP1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 31,
"time": "1775533993"
},
"departure": {
"delay": 31,
"time": "1775534011"
},
"stopId": "FR:50129:ZE:10HUI4:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 23,
"time": "1775531946"
},
"departure": {
"delay": 23,
"time": "1775531963"
},
"stopId": "FR:50129:ZE:10CDF1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 7,
"time": "1775533552"
},
"departure": {
"delay": 7,
"time": "1775533567"
},
"stopId": "FR:50129:ZE:10LEB2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 23,
"time": "1775534054"
},
"departure": {
"delay": 23,
"time": "1775534063"
},
"stopId": "FR:50129:ZE:10CRB2:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 30,
"time": "1775533801"
},
"departure": {
"delay": 30,
"time": "1775533830"
},
"stopId": "FR:50129:ZE:10VAB2:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 30,
"time": "1775532606"
},
"departure": {
"delay": 30,
"time": "1775532810"
},
"stopId": "FR:50129:ZE:10SHU3:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 67,
"time": "1775532887"
},
"departure": {
"delay": 67,
"time": "1775532907"
},
"stopId": "FR:50129:ZE:10PHG2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 16,
"time": "1775533147"
},
"departure": {
"delay": 16,
"time": "1775533156"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 31,
"time": "1775534371"
},
"stopId": "FR:50129:ZE:10ZAG2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 56,
"time": "1775532041"
},
"departure": {
"delay": 56,
"time": "1775532056"
},
"stopId": "FR:50129:ZE:10COT1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": -43,
"time": "1775532503"
},
"departure": {
"delay": -43,
"time": "1775532557"
},
"stopId": "FR:50129:ZE:10MEN2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": -51,
"time": "1775533315"
},
"departure": {
"delay": -51,
"time": "1775533329"
},
"stopId": "FR:50129:ZE:10LCO2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 5,
"time": "1775532171"
},
"departure": {
"delay": 5,
"time": "1775532185"
},
"stopId": "FR:50129:ZE:10ROS1:ATOUMOD035",
"stopSequence": 7
},
{
"departure": {
"delay": 17,
"time": "1775531897"
},
"stopId": "FR:50129:ZE:10DIG1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 43,
"time": "1775533025"
},
"departure": {
"delay": 43,
"time": "1775533063"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 22,
"time": "1775533090"
},
"departure": {
"delay": 22,
"time": "1775533102"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 74,
"time": "1775534157"
},
"departure": {
"delay": 74,
"time": "1775534174"
},
"stopId": "FR:50129:ZE:10DAN2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": -48,
"time": "1775532391"
},
"departure": {
"delay": -48,
"time": "1775532432"
},
"stopId": "FR:50129:ZE:10FJT1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": -58,
"time": "1775533363"
},
"departure": {
"delay": -58,
"time": "1775533382"
},
"stopId": "FR:50129:ZE:10POL2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 72,
"time": "1775534091"
},
"departure": {
"delay": 72,
"time": "1775534112"
},
"stopId": "FR:50129:ZE:10VIG2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 51,
"time": "1775533770"
},
"departure": {
"delay": 51,
"time": "1775533791"
},
"stopId": "FR:50129:ZE:10SMT2:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": -27,
"time": "1775532197"
},
"departure": {
"delay": -27,
"time": "1775532213"
},
"stopId": "FR:50129:ZE:10SAD1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": -99,
"time": "1775532307"
},
"departure": {
"delay": -99,
"time": "1775532321"
},
"stopId": "FR:50129:ZE:10CIM1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 45,
"time": "1775532989"
},
"departure": {
"delay": 45,
"time": "1775533005"
},
"stopId": "FR:50129:ZE:10CTR3:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": -46,
"time": "1775532237"
},
"departure": {
"delay": -46,
"time": "1775532254"
},
"stopId": "FR:50129:ZE:10VOL1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": -14,
"time": "1775533649"
},
"departure": {
"delay": -14,
"time": "1775533666"
},
"stopId": "FR:50129:ZE:10LEC2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 49,
"time": "1775532934"
},
"departure": {
"delay": 49,
"time": "1775532949"
},
"stopId": "FR:50129:ZE:10FDC1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 18,
"time": "1775533681"
},
"departure": {
"delay": 18,
"time": "1775533698"
},
"stopId": "FR:50129:ZE:10FRA2:ATOUMOD035",
"stopSequence": 26
}
],
"timestamp": "1775560078",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:05:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3748424x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD041:ServiceJourney:23:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 128,
"time": "1775557739"
},
"departure": {
"delay": 128,
"time": "1775557748"
},
"stopId": "FR:76057:ZE:30050:ATOUMOD041",
"stopSequence": 5
},
{
"arrival": {
"delay": 33,
"time": "1775559007"
},
"departure": {
"delay": 33,
"time": "1775559033"
},
"stopId": "FR:76057:ZE:30025:ATOUMOD041",
"stopSequence": 23
},
{
"arrival": {
"delay": 14,
"time": "1775557979"
},
"departure": {
"delay": 14,
"time": "1775557994"
},
"stopId": "FR:76057:ZE:30011:ATOUMOD041",
"stopSequence": 10
},
{
"arrival": {
"delay": 70,
"time": "1775557801"
},
"departure": {
"delay": 70,
"time": "1775557810"
},
"stopId": "FR:76057:ZE:30007:ATOUMOD041",
"stopSequence": 7
},
{
"arrival": {
"delay": 20,
"time": "1775559064"
},
"departure": {
"delay": 20,
"time": "1775559080"
},
"stopId": "FR:76057:ZE:30003:ATOUMOD041",
"stopSequence": 24
},
{
"arrival": {
"delay": 19,
"time": "1775558685"
},
"departure": {
"delay": 19,
"time": "1775558719"
},
"stopId": "FR:76057:ZE:30007:ATOUMOD041",
"stopSequence": 18
},
{
"arrival": {
"delay": 10,
"time": "1775558138"
},
"departure": {
"delay": 10,
"time": "1775558170"
},
"stopId": "FR:76057:ZE:30052:ATOUMOD041",
"stopSequence": 12
},
{
"arrival": {
"delay": 53,
"time": "1775557832"
},
"departure": {
"delay": 53,
"time": "1775557853"
},
"stopId": "FR:76057:ZE:30019:ATOUMOD041",
"stopSequence": 8
},
{
"arrival": {
"delay": 25,
"time": "1775558649"
},
"departure": {
"delay": 25,
"time": "1775558665"
},
"stopId": "FR:76057:ZE:30020:ATOUMOD041",
"stopSequence": 17
},
{
"arrival": {
"delay": 102,
"time": "1775557765"
},
"departure": {
"delay": 102,
"time": "1775557782"
},
"stopId": "FR:76057:ZE:30021:ATOUMOD041",
"stopSequence": 6
},
{
"arrival": {
"delay": 152,
"time": "1775557704"
},
"departure": {
"delay": 152,
"time": "1775557712"
},
"stopId": "FR:76743:ZE:30023:ATOUMOD041",
"stopSequence": 4
},
{
"arrival": {
"delay": 33,
"time": "1775558942"
},
"departure": {
"delay": 33,
"time": "1775558973"
},
"stopId": "FR:76057:ZE:30002:ATOUMOD041",
"stopSequence": 22
},
{
"arrival": {
"delay": 182,
"time": "1775557606"
},
"departure": {
"delay": 182,
"time": "1775557622"
},
"stopId": "FR:76743:ZE:30046:ATOUMOD041",
"stopSequence": 2
},
{
"arrival": {
"delay": -7,
"time": "1775558261"
},
"departure": {
"delay": -7,
"time": "1775558273"
},
"stopId": "FR:76057:ZE:30053:ATOUMOD041",
"stopSequence": 13
},
{
"arrival": {
"delay": 78,
"time": "1775558411"
},
"departure": {
"delay": 78,
"time": "1775558478"
},
"stopId": "FR:76057:ZE:30055:ATOUMOD041",
"stopSequence": 15
},
{
"arrival": {
"delay": 31,
"time": "1775558328"
},
"departure": {
"delay": 31,
"time": "1775558371"
},
"stopId": "FR:76057:ZE:30054:ATOUMOD041",
"stopSequence": 14
},
{
"arrival": {
"delay": -13,
"time": "1775559167"
},
"stopId": "FR:76057:ZE:30028:ATOUMOD041",
"stopSequence": 25
},
{
"arrival": {
"delay": 19,
"time": "1775558892"
},
"departure": {
"delay": 19,
"time": "1775558899"
},
"stopId": "FR:76057:ZE:30017:ATOUMOD041",
"stopSequence": 21
},
{
"departure": {
"delay": 168,
"time": "1775557548"
},
"stopId": "FR:76743:ZE:30049:ATOUMOD041",
"stopSequence": 1
},
{
"arrival": {
"time": "1775558085"
},
"departure": {
"time": "1775558100"
},
"stopId": "FR:76057:ZE:30051:ATOUMOD041",
"stopSequence": 11
},
{
"arrival": {
"delay": 165,
"time": "1775557657"
},
"departure": {
"delay": 165,
"time": "1775557665"
},
"stopId": "FR:76743:ZE:30048:ATOUMOD041",
"stopSequence": 3
},
{
"arrival": {
"delay": 56,
"time": "1775558863"
},
"departure": {
"delay": 56,
"time": "1775558876"
},
"stopId": "FR:76057:ZE:30013:ATOUMOD041",
"stopSequence": 20
},
{
"arrival": {
"delay": 13,
"time": "1775557854"
},
"departure": {
"delay": 13,
"time": "1775557873"
},
"stopId": "FR:76057:ZE:30006:ATOUMOD041",
"stopSequence": 9
},
{
"arrival": {
"delay": 27,
"time": "1775558744"
},
"departure": {
"delay": 27,
"time": "1775558787"
},
"stopId": "FR:76057:ZE:30019:ATOUMOD041",
"stopSequence": 19
},
{
"arrival": {
"delay": 46,
"time": "1775558592"
},
"departure": {
"delay": 46,
"time": "1775558626"
},
"stopId": "FR:76057:ZE:30018:ATOUMOD041",
"stopSequence": 16
}
],
"timestamp": "1775560075",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD041:Line:2:LOC",
"tripId": "ATOUMOD041:ServiceJourney:23:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745721x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 228,
"time": "1775545831"
},
"departure": {
"delay": 228,
"time": "1775545848"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 87,
"time": "1775544836"
},
"departure": {
"delay": 87,
"time": "1775544867"
},
"stopId": "FR:50129:ZE:10GRR2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 42,
"time": "1775544436"
},
"departure": {
"delay": 42,
"time": "1775544462"
},
"stopId": "FR:50129:ZE:10GDR2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 10,
"time": "1775547070"
},
"stopId": "FR:50129:ZE:10AMF1:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 142,
"time": "1775546772"
},
"departure": {
"delay": 142,
"time": "1775546782"
},
"stopId": "FR:50129:ZE:10EPC2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 125,
"time": "1775544746"
},
"departure": {
"delay": 125,
"time": "1775544785"
},
"stopId": "FR:50129:ZE:10BAG4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 49,
"time": "1775544381"
},
"departure": {
"delay": 49,
"time": "1775544409"
},
"stopId": "FR:50129:ZE:10LPL2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 167,
"time": "1775546175"
},
"departure": {
"delay": 167,
"time": "1775546207"
},
"stopId": "FR:50129:ZE:10TRA3:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 123,
"time": "1775546496"
},
"departure": {
"delay": 123,
"time": "1775546523"
},
"stopId": "FR:50129:ZE:10HME2:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 196,
"time": "1775545866"
},
"departure": {
"delay": 196,
"time": "1775545876"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 118,
"time": "1775546809"
},
"departure": {
"delay": 118,
"time": "1775546818"
},
"stopId": "FR:50129:ZE:10EPH1:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 209,
"time": "1775546038"
},
"departure": {
"delay": 209,
"time": "1775546069"
},
"stopId": "FR:50129:ZE:10HDI4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 219,
"time": "1775544923"
},
"departure": {
"delay": 219,
"time": "1775545059"
},
"stopId": "FR:50129:ZE:10XCT4:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 179,
"time": "1775545102"
},
"departure": {
"delay": 179,
"time": "1775545139"
},
"stopId": "FR:50129:ZE:10HPA4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 188,
"time": "1775545714"
},
"departure": {
"delay": 188,
"time": "1775545748"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 210,
"time": "1775545616"
},
"departure": {
"delay": 210,
"time": "1775545650"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 52,
"time": "1775546926"
},
"departure": {
"delay": 52,
"time": "1775546932"
},
"stopId": "FR:50129:ZE:10HET2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 92,
"time": "1775546641"
},
"departure": {
"delay": 92,
"time": "1775546672"
},
"stopId": "FR:50129:ZE:10DIX2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 168,
"time": "1775546259"
},
"departure": {
"delay": 168,
"time": "1775546268"
},
"stopId": "FR:50129:ZE:10PAX2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 39,
"time": "1775547025"
},
"departure": {
"delay": 39,
"time": "1775547039"
},
"stopId": "FR:50129:ZE:10MES2:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 109,
"time": "1775546852"
},
"departure": {
"delay": 109,
"time": "1775546869"
},
"stopId": "FR:50129:ZE:10PAU2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 184,
"time": "1775545505"
},
"departure": {
"delay": 184,
"time": "1775545564"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 167,
"time": "1775546435"
},
"departure": {
"delay": 167,
"time": "1775546447"
},
"stopId": "FR:50129:ZE:10CAQ2:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 60,
"time": "1775544588"
},
"departure": {
"delay": 60,
"time": "1775544660"
},
"stopId": "FR:50129:ZE:10MED4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 241,
"time": "1775545941"
},
"departure": {
"delay": 241,
"time": "1775545981"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 196,
"time": "1775545372"
},
"departure": {
"delay": 196,
"time": "1775545396"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 58,
"time": "1775544489"
},
"departure": {
"delay": 58,
"time": "1775544538"
},
"stopId": "FR:50129:ZE:10NOR6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 203,
"time": "1775546356"
},
"departure": {
"delay": 203,
"time": "1775546363"
},
"stopId": "FR:50129:ZE:10ANN2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 216,
"time": "1775546281"
},
"departure": {
"delay": 216,
"time": "1775546316"
},
"stopId": "FR:50129:ZE:10CMI2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 62,
"time": "1775546972"
},
"departure": {
"delay": 62,
"time": "1775547002"
},
"stopId": "FR:50129:ZE:10MOR2:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 136,
"time": "1775546110"
},
"departure": {
"delay": 136,
"time": "1775546116"
},
"stopId": "FR:50129:ZE:10REP4:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 125,
"time": "1775546549"
},
"departure": {
"delay": 125,
"time": "1775546585"
},
"stopId": "FR:50129:ZE:10PET2:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 87,
"time": "1775546892"
},
"departure": {
"delay": 87,
"time": "1775546907"
},
"stopId": "FR:50129:ZE:10TLL2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 154,
"time": "1775545201"
},
"departure": {
"delay": 154,
"time": "1775545234"
},
"stopId": "FR:50129:ZE:10CRN2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 27,
"time": "1775544258"
},
"departure": {
"delay": 27,
"time": "1775544267"
},
"stopId": "FR:50129:ZE:10FLO2:ATOUMOD035",
"stopSequence": 3
},
{
"departure": {
"delay": 17,
"time": "1775544197"
},
"stopId": "FR:50129:ZE:10ECT1:ATOUMOD035",
"stopSequence": 2
}
],
"timestamp": "1775560077",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:02:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745721x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx9916:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 14519,
"time": "1775560679"
},
"departure": {
"delay": 14519,
"time": "1775560679"
},
"stopId": "FR:76681:ZE:TCARxPLANT1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 14520,
"time": "1775562960"
},
"stopId": "FR:76377:ZE:TCARxRONCE2:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": 14520,
"time": "1775562420"
},
"departure": {
"delay": 14520,
"time": "1775562420"
},
"stopId": "FR:76108:ZE:TCARxBGUI31:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 14520,
"time": "1775560980"
},
"departure": {
"delay": 14520,
"time": "1775560980"
},
"stopId": "FR:76540:ZE:TCARxSEVER1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 14480,
"time": "1775560580"
},
"departure": {
"delay": 14480,
"time": "1775560580"
},
"stopId": "FR:76681:ZE:TCARxSEMAR1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 14504,
"time": "1775560844"
},
"departure": {
"delay": 14504,
"time": "1775560844"
},
"stopId": "FR:76540:ZE:TCARxMERID1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 14525,
"time": "1775562485"
},
"departure": {
"delay": 14525,
"time": "1775562485"
},
"stopId": "FR:76108:ZE:TCARxNARCI2:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 14520,
"time": "1775562780"
},
"departure": {
"delay": 14520,
"time": "1775562780"
},
"stopId": "FR:76377:ZE:TCARxJARDI3:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 14464,
"time": "1775560744"
},
"departure": {
"delay": 14464,
"time": "1775560744"
},
"stopId": "FR:76540:ZE:TCARxDUFFA1:ATOUMOD001",
"stopSequence": 5
},
{
"departure": {
"delay": 14490,
"time": "1775560470"
},
"stopId": "FR:76681:ZE:TCARxDIOCH4:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 14580,
"time": "1775562600"
},
"departure": {
"delay": 14580,
"time": "1775562600"
},
"stopId": "FR:76108:ZE:TCARxREY1:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 14517,
"time": "1775560917"
},
"departure": {
"delay": 14517,
"time": "1775560917"
},
"stopId": "FR:76540:ZE:TCARxPASCA1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 14460,
"time": "1775560500"
},
"departure": {
"delay": 14460,
"time": "1775560500"
},
"stopId": "FR:76681:ZE:TCARxLBRUY1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 14585,
"time": "1775562665"
},
"departure": {
"delay": 14585,
"time": "1775562665"
},
"stopId": "FR:76108:ZE:TCARxROUGE1:ATOUMOD001",
"stopSequence": 28
}
],
"timestamp": "1775559936",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx01:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx9916:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745725x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 46,
"time": "1775549734"
},
"departure": {
"delay": 46,
"time": "1775549746"
},
"stopId": "FR:50129:ZE:10CMI2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 205,
"time": "1775549151"
},
"departure": {
"delay": 205,
"time": "1775549185"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": -72,
"time": "1775550153"
},
"departure": {
"delay": -72,
"time": "1775550168"
},
"stopId": "FR:50129:ZE:10EPC2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 154,
"time": "1775547889"
},
"departure": {
"delay": 154,
"time": "1775547994"
},
"stopId": "FR:50129:ZE:10FLO2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": -100,
"time": "1775550306"
},
"departure": {
"delay": -100,
"time": "1775550320"
},
"stopId": "FR:50129:ZE:10TLL2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 103,
"time": "1775548747"
},
"departure": {
"delay": 103,
"time": "1775548783"
},
"stopId": "FR:50129:ZE:10CRN2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 124,
"time": "1775549320"
},
"departure": {
"delay": 124,
"time": "1775549344"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": -76,
"time": "1775550198"
},
"departure": {
"delay": -76,
"time": "1775550224"
},
"stopId": "FR:50129:ZE:10EPH1:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": -170,
"time": "1775550490"
},
"stopId": "FR:50129:ZE:10AMF1:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 28,
"time": "1775549875"
},
"departure": {
"delay": 28,
"time": "1775549908"
},
"stopId": "FR:50129:ZE:10CAQ2:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 71,
"time": "1775549503"
},
"departure": {
"delay": 71,
"time": "1775549531"
},
"stopId": "FR:50129:ZE:10HDI4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 46,
"time": "1775549791"
},
"departure": {
"delay": 46,
"time": "1775549806"
},
"stopId": "FR:50129:ZE:10ANN2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 112,
"time": "1775549367"
},
"departure": {
"delay": 112,
"time": "1775549392"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": -131,
"time": "1775550339"
},
"departure": {
"delay": -131,
"time": "1775550349"
},
"stopId": "FR:50129:ZE:10HET2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 107,
"time": "1775548329"
},
"departure": {
"delay": 107,
"time": "1775548367"
},
"stopId": "FR:50129:ZE:10BAG4:ATOUMOD035",
"stopSequence": 8
},
{
"departure": {
"delay": 37,
"time": "1775547817"
},
"stopId": "FR:50129:ZE:10ECT1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": -80,
"time": "1775550090"
},
"departure": {
"delay": -80,
"time": "1775550100"
},
"stopId": "FR:50129:ZE:10DIX2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": -3,
"time": "1775549564"
},
"departure": {
"delay": -3,
"time": "1775549577"
},
"stopId": "FR:50129:ZE:10REP4:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 111,
"time": "1775548105"
},
"departure": {
"delay": 111,
"time": "1775548131"
},
"stopId": "FR:50129:ZE:10GDR2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": -9,
"time": "1775549614"
},
"departure": {
"delay": -9,
"time": "1775549631"
},
"stopId": "FR:50129:ZE:10TRA3:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 126,
"time": "1775548157"
},
"departure": {
"delay": 126,
"time": "1775548206"
},
"stopId": "FR:50129:ZE:10NOR6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": -17,
"time": "1775550008"
},
"departure": {
"delay": -17,
"time": "1775550043"
},
"stopId": "FR:50129:ZE:10PET2:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 135,
"time": "1775549267"
},
"departure": {
"delay": 135,
"time": "1775549295"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": -117,
"time": "1775550386"
},
"departure": {
"delay": -117,
"time": "1775550423"
},
"stopId": "FR:50129:ZE:10MOR2:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 92,
"time": "1775548260"
},
"departure": {
"delay": 92,
"time": "1775548292"
},
"stopId": "FR:50129:ZE:10MED4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 24,
"time": "1775549714"
},
"departure": {
"delay": 24,
"time": "1775549724"
},
"stopId": "FR:50129:ZE:10PAX2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": -146,
"time": "1775550442"
},
"departure": {
"delay": -146,
"time": "1775550454"
},
"stopId": "FR:50129:ZE:10MES2:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 91,
"time": "1775548431"
},
"departure": {
"delay": 91,
"time": "1775548471"
},
"stopId": "FR:50129:ZE:10GRR2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": -83,
"time": "1775550262"
},
"departure": {
"delay": -83,
"time": "1775550277"
},
"stopId": "FR:50129:ZE:10PAU2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 215,
"time": "1775548914"
},
"departure": {
"delay": 215,
"time": "1775549015"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": -16,
"time": "1775549956"
},
"departure": {
"delay": -16,
"time": "1775549984"
},
"stopId": "FR:50129:ZE:10HME2:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 112,
"time": "1775548507"
},
"departure": {
"delay": 112,
"time": "1775548552"
},
"stopId": "FR:50129:ZE:10XCT4:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 83,
"time": "1775548609"
},
"departure": {
"delay": 83,
"time": "1775548643"
},
"stopId": "FR:50129:ZE:10HPA4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 130,
"time": "1775548048"
},
"departure": {
"delay": 130,
"time": "1775548090"
},
"stopId": "FR:50129:ZE:10LPL2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 194,
"time": "1775549220"
},
"departure": {
"delay": 194,
"time": "1775549234"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 102,
"time": "1775549420"
},
"departure": {
"delay": 102,
"time": "1775549442"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 19
}
],
"timestamp": "1775560079",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:02:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745725x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx12967:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -10967,
"time": "1775559433"
},
"departure": {
"delay": -10967,
"time": "1775559433"
},
"stopId": "FR:76429:ZE:TCARxRTHIE0:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": -10954,
"time": "1775559386"
},
"departure": {
"delay": -10954,
"time": "1775559386"
},
"stopId": "FR:76429:ZE:TCARxRBELB0:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": -10871,
"time": "1775559169"
},
"departure": {
"delay": -10871,
"time": "1775559169"
},
"stopId": "FR:76103:ZE:TCARxCDLED0:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": -10918,
"time": "1775559242"
},
"departure": {
"delay": -10918,
"time": "1775559242"
},
"stopId": "FR:76103:ZE:TCARxNEUVE0:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": -10891,
"time": "1775558849"
},
"departure": {
"delay": -10891,
"time": "1775558849"
},
"stopId": "FR:76103:ZE:TCARxNOYER0:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": -11003,
"time": "1775559817"
},
"departure": {
"delay": -11003,
"time": "1775559817"
},
"stopId": "FR:76475:ZE:TCARxCROCH0:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": -11058,
"time": "1775559942"
},
"departure": {
"delay": -11058,
"time": "1775559942"
},
"stopId": "FR:76475:ZE:TCARxCOTYR0:ATOUMOD001",
"stopSequence": 23
},
{
"departure": {
"delay": -10920,
"time": "1775558520"
},
"stopId": "FR:76540:ZE:TCARxTART8:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": -10868,
"time": "1775558692"
},
"departure": {
"delay": -10868,
"time": "1775558692"
},
"stopId": "FR:76540:ZE:TCARxPARIS0:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -11059,
"time": "1775560001"
},
"departure": {
"delay": -11059,
"time": "1775560001"
},
"stopId": "FR:76475:ZE:TCARxGAREN1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": -11028,
"time": "1775559492"
},
"departure": {
"delay": -11028,
"time": "1775559492"
},
"stopId": "FR:76429:ZE:TCARxHUBER0:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": -11185,
"time": "1775560175"
},
"stopId": "FR:76069:ZE:TCARxGALIL0:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": -10876,
"time": "1775559044"
},
"departure": {
"delay": -10876,
"time": "1775559044"
},
"stopId": "FR:76103:ZE:TCARxHCOTE0:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -10898,
"time": "1775558782"
},
"departure": {
"delay": -10898,
"time": "1775558782"
},
"stopId": "FR:76540:ZE:TCARxPAUL20:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": -11144,
"time": "1775560096"
},
"departure": {
"delay": -11144,
"time": "1775560096"
},
"stopId": "FR:76475:ZE:TCARxISAAC1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": -11107,
"time": "1775560013"
},
"departure": {
"delay": -11107,
"time": "1775560013"
},
"stopId": "FR:76475:ZE:TCARxMALEC2:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": -10944,
"time": "1775559276"
},
"departure": {
"delay": -10944,
"time": "1775559276"
},
"stopId": "FR:76429:ZE:TCARxLESCU0:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": -10954,
"time": "1775559746"
},
"departure": {
"delay": -10954,
"time": "1775559746"
},
"stopId": "FR:76475:ZE:TCARxVADAI0:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": -10898,
"time": "1775559142"
},
"departure": {
"delay": -10898,
"time": "1775559142"
},
"stopId": "FR:76103:ZE:TCARxBONSE0:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": -11023,
"time": "1775559617"
},
"departure": {
"delay": -11023,
"time": "1775559617"
},
"stopId": "FR:76429:ZE:TCARxMALOT2:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": -10965,
"time": "1775559795"
},
"departure": {
"delay": -10965,
"time": "1775559795"
},
"stopId": "FR:76475:ZE:TCARxFERME0:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": -10948,
"time": "1775559667"
},
"departure": {
"delay": -10948,
"time": "1775559692"
},
"stopId": "FR:76475:ZE:TCARxLOISI2:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": -10833,
"time": "1775558663"
},
"departure": {
"delay": -10833,
"time": "1775558667"
},
"stopId": "FR:76540:ZE:TCARxREPUQ0:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -10926,
"time": "1775558809"
},
"departure": {
"delay": -10926,
"time": "1775558814"
},
"stopId": "FR:76540:ZE:TCARxBASSE0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": -11006,
"time": "1775559333"
},
"departure": {
"delay": -11006,
"time": "1775559334"
},
"stopId": "FR:76429:ZE:TCARxESNAR0:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": -11054,
"time": "1775559886"
},
"departure": {
"delay": -11054,
"time": "1775559886"
},
"stopId": "FR:76475:ZE:TCARxHVFRA0:ATOUMOD001",
"stopSequence": 22
}
],
"timestamp": "1775558356",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx05:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx12967:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN3113F405490x2026x03x29T20x55x37Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775564340"
},
"departure": {
"time": "1775564400"
},
"stopId": "FR:76758:ZE:StopPointxOCETrainxTERx87413385:ATOUMOD002",
"stopSequence": 38
},
{
"arrival": {
"time": "1775566080"
},
"stopId": "FR:76351:ZE:StopPointxOCETrainxTERx87413013:ATOUMOD002",
"stopSequence": 41
},
{
"departure": {
"time": "1775558400"
},
"stopId": "FR:75108:ZE:StopPointxOCETrainxTERx87384008:ATOUMOD002",
"stopSequence": 26
},
{
"arrival": {
"time": "1775565180"
},
"departure": {
"time": "1775565240"
},
"stopId": "FR:76141:ZE:StopPointxOCETrainxTERx87413344:ATOUMOD002",
"stopSequence": 40
},
{
"arrival": {
"time": "1775563020"
},
"departure": {
"time": "1775563200"
},
"stopId": "FR:76540:ZE:StopPointxOCETrainxTERx87411017:ATOUMOD002",
"stopSequence": 36
}
],
"timestamp": "1775554796",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD002:Line:FRxLinexx468B44B7xC327x4154xB85Ex25C67C32B61Ex:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN3113F405490x2026x03x29T20x55x37Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD005:ServiceJourney:541:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1775558400"
},
"stopId": "FR:76217:ZE:18088:ATOUMOD005",
"stopSequence": 1
},
{
"arrival": {
"delay": 5,
"time": "1775559000"
},
"departure": {
"delay": 5,
"time": "1775559005"
},
"stopId": "FR:76217:ZE:18800:ATOUMOD005",
"stopSequence": 6
},
{
"arrival": {
"delay": -55,
"time": "1775558760"
},
"departure": {
"delay": -55,
"time": "1775558765"
},
"stopId": "FR:76217:ZE:18043:ATOUMOD005",
"stopSequence": 4
},
{
"arrival": {
"delay": 5,
"time": "1775559240"
},
"departure": {
"delay": 5,
"time": "1775559245"
},
"stopId": "FR:76217:ZE:18052:ATOUMOD005",
"stopSequence": 10
},
{
"arrival": {
"delay": 5,
"time": "1775559660"
},
"departure": {
"delay": 5,
"time": "1775559665"
},
"stopId": "FR:76217:ZE:18324:ATOUMOD005",
"stopSequence": 15
},
{
"arrival": {
"time": "1775558880"
},
"departure": {
"time": "1775558940"
},
"stopId": "FR:76217:ZE:18243:ATOUMOD005",
"stopSequence": 5
},
{
"arrival": {
"time": "1775560080"
},
"stopId": "FR:76217:ZE:18041:ATOUMOD005",
"stopSequence": 18
},
{
"arrival": {
"delay": -60,
"time": "1775558460"
},
"departure": {
"delay": -60,
"time": "1775558520"
},
"stopId": "FR:76217:ZE:18320:ATOUMOD005",
"stopSequence": 2
},
{
"arrival": {
"delay": 5,
"time": "1775559120"
},
"departure": {
"delay": 5,
"time": "1775559125"
},
"stopId": "FR:76217:ZE:18325:ATOUMOD005",
"stopSequence": 8
},
{
"arrival": {
"delay": 5,
"time": "1775559180"
},
"departure": {
"delay": 5,
"time": "1775559185"
},
"stopId": "FR:76217:ZE:18093:ATOUMOD005",
"stopSequence": 9
},
{
"arrival": {
"delay": 5,
"time": "1775559300"
},
"departure": {
"delay": 5,
"time": "1775559305"
},
"stopId": "FR:76217:ZE:18801:ATOUMOD005",
"stopSequence": 11
},
{
"arrival": {
"delay": 5,
"time": "1775559840"
},
"departure": {
"delay": 5,
"time": "1775559845"
},
"stopId": "FR:76217:ZE:18023:ATOUMOD005",
"stopSequence": 16
},
{
"arrival": {
"delay": 5,
"time": "1775558700"
},
"departure": {
"delay": 5,
"time": "1775558705"
},
"stopId": "FR:76217:ZE:18057:ATOUMOD005",
"stopSequence": 3
},
{
"arrival": {
"delay": 5,
"time": "1775559060"
},
"departure": {
"delay": 5,
"time": "1775559065"
},
"stopId": "FR:76217:ZE:18067:ATOUMOD005",
"stopSequence": 7
},
{
"arrival": {
"delay": 5,
"time": "1775559360"
},
"departure": {
"delay": 5,
"time": "1775559365"
},
"stopId": "FR:76217:ZE:18037:ATOUMOD005",
"stopSequence": 12
},
{
"arrival": {
"delay": 5,
"time": "1775559480"
},
"departure": {
"delay": 5,
"time": "1775559485"
},
"stopId": "FR:76217:ZE:18028:ATOUMOD005",
"stopSequence": 14
},
{
"arrival": {
"delay": 5,
"time": "1775560020"
},
"departure": {
"delay": 5,
"time": "1775560025"
},
"stopId": "FR:76217:ZE:18321:ATOUMOD005",
"stopSequence": 17
},
{
"arrival": {
"delay": 5,
"time": "1775559420"
},
"departure": {
"delay": 5,
"time": "1775559425"
},
"stopId": "FR:76217:ZE:18080:ATOUMOD005",
"stopSequence": 13
}
],
"timestamp": "1775560081",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD005:Line:3:LOC",
"tripId": "ATOUMOD005:ServiceJourney:541:LOC"
}
}
},
{
"id": "SM:ATOUMOD005:ServiceJourney:435:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 5,
"time": "1775556005"
},
"departure": {
"delay": 5,
"time": "1775556005"
},
"stopId": "FR:76217:ZE:18197:ATOUMOD005",
"stopSequence": 26
},
{
"arrival": {
"time": "1775555460"
},
"departure": {
"time": "1775555460"
},
"stopId": "FR:76217:ZE:18076:ATOUMOD005",
"stopSequence": 20
},
{
"arrival": {
"time": "1775556000"
},
"departure": {
"time": "1775556000"
},
"stopId": "FR:76217:ZE:18177:ATOUMOD005",
"stopSequence": 25
},
{
"arrival": {
"time": "1775555100"
},
"departure": {
"time": "1775555100"
},
"stopId": "FR:76217:ZE:18086:ATOUMOD005",
"stopSequence": 19
},
{
"arrival": {
"time": "1775554080"
},
"departure": {
"time": "1775554080"
},
"stopId": "FR:76217:ZE:18090:ATOUMOD005",
"stopSequence": 6
},
{
"arrival": {
"time": "1775554500"
},
"departure": {
"time": "1775554500"
},
"stopId": "FR:76217:ZE:18045:ATOUMOD005",
"stopSequence": 14
},
{
"arrival": {
"time": "1775556660"
},
"stopId": "FR:76217:ZE:18282:ATOUMOD005",
"stopSequence": 34
},
{
"arrival": {
"time": "1775553660"
},
"departure": {
"time": "1775553660"
},
"stopId": "FR:76217:ZE:18101:ATOUMOD005",
"stopSequence": 2
},
{
"arrival": {
"time": "1775555700"
},
"departure": {
"time": "1775555700"
},
"stopId": "FR:76217:ZE:18058:ATOUMOD005",
"stopSequence": 22
},
{
"arrival": {
"time": "1775555760"
},
"departure": {
"time": "1775555760"
},
"stopId": "FR:76545:ZE:18026:ATOUMOD005",
"stopSequence": 23
},
{
"arrival": {
"time": "1775554140"
},
"departure": {
"time": "1775554140"
},
"stopId": "FR:76217:ZE:18441:ATOUMOD005",
"stopSequence": 7
},
{
"arrival": {
"time": "1775553900"
},
"departure": {
"time": "1775553900"
},
"stopId": "FR:76217:ZE:18023:ATOUMOD005",
"stopSequence": 4
},
{
"arrival": {
"delay": 5,
"time": "1775554145"
},
"departure": {
"delay": 5,
"time": "1775554145"
},
"stopId": "FR:76217:ZE:18801:ATOUMOD005",
"stopSequence": 8
},
{
"arrival": {
"time": "1775555820"
},
"departure": {
"time": "1775555820"
},
"stopId": "FR:76414:ZE:18132:ATOUMOD005",
"stopSequence": 24
},
{
"arrival": {
"time": "1775554920"
},
"departure": {
"time": "1775554920"
},
"stopId": "FR:76217:ZE:18055:ATOUMOD005",
"stopSequence": 18
},
{
"arrival": {
"time": "1775556480"
},
"departure": {
"time": "1775556480"
},
"stopId": "FR:76217:ZE:18174:ATOUMOD005",
"stopSequence": 32
},
{
"arrival": {
"time": "1775554200"
},
"departure": {
"time": "1775554200"
},
"stopId": "FR:76217:ZE:18051:ATOUMOD005",
"stopSequence": 9
},
{
"arrival": {
"time": "1775556060"
},
"departure": {
"time": "1775556060"
},
"stopId": "FR:76217:ZE:18170:ATOUMOD005",
"stopSequence": 27
},
{
"arrival": {
"time": "1775556300"
},
"departure": {
"time": "1775556300"
},
"stopId": "FR:76217:ZE:18184:ATOUMOD005",
"stopSequence": 30
},
{
"arrival": {
"time": "1775556360"
},
"departure": {
"time": "1775556360"
},
"stopId": "FR:76217:ZE:18205:ATOUMOD005",
"stopSequence": 31
},
{
"arrival": {
"time": "1775554440"
},
"departure": {
"time": "1775554440"
},
"stopId": "FR:76217:ZE:18074:ATOUMOD005",
"stopSequence": 13
},
{
"arrival": {
"time": "1775554320"
},
"departure": {
"time": "1775554320"
},
"stopId": "FR:76217:ZE:18068:ATOUMOD005",
"stopSequence": 11
},
{
"departure": {
"time": "1775553600"
},
"stopId": "FR:76217:ZE:18038:ATOUMOD005",
"stopSequence": 1
},
{
"arrival": {
"time": "1775554560"
},
"departure": {
"time": "1775554560"
},
"stopId": "FR:76217:ZE:18786:ATOUMOD005",
"stopSequence": 15
},
{
"arrival": {
"delay": 5,
"time": "1775553665"
},
"departure": {
"delay": 5,
"time": "1775553665"
},
"stopId": "FR:76217:ZE:18321:ATOUMOD005",
"stopSequence": 3
},
{
"arrival": {
"time": "1775556120"
},
"departure": {
"time": "1775556120"
},
"stopId": "FR:76217:ZE:18166:ATOUMOD005",
"stopSequence": 28
},
{
"arrival": {
"time": "1775554020"
},
"departure": {
"time": "1775554020"
},
"stopId": "FR:76217:ZE:18323:ATOUMOD005",
"stopSequence": 5
},
{
"arrival": {
"time": "1775554260"
},
"departure": {
"time": "1775554260"
},
"stopId": "FR:76217:ZE:18092:ATOUMOD005",
"stopSequence": 10
},
{
"arrival": {
"time": "1775554740"
},
"departure": {
"time": "1775554740"
},
"stopId": "FR:76217:ZE:18029:ATOUMOD005",
"stopSequence": 16
},
{
"arrival": {
"time": "1775554800"
},
"departure": {
"time": "1775554800"
},
"stopId": "FR:76217:ZE:18060:ATOUMOD005",
"stopSequence": 17
},
{
"arrival": {
"time": "1775555520"
},
"departure": {
"time": "1775555520"
},
"stopId": "FR:76217:ZE:18106:ATOUMOD005",
"stopSequence": 21
},
{
"arrival": {
"time": "1775556240"
},
"departure": {
"time": "1775556240"
},
"stopId": "FR:76217:ZE:18186:ATOUMOD005",
"stopSequence": 29
},
{
"arrival": {
"time": "1775556600"
},
"departure": {
"time": "1775556600"
},
"stopId": "FR:76217:ZE:18181:ATOUMOD005",
"stopSequence": 33
},
{
"arrival": {
"time": "1775554380"
},
"departure": {
"time": "1775554380"
},
"stopId": "FR:76217:ZE:18021:ATOUMOD005",
"stopSequence": 12
}
],
"timestamp": "1775539036",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD005:Line:2:LOC",
"tripId": "ATOUMOD005:ServiceJourney:435:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3758423x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 202,
"time": "1775555502"
},
"departure": {
"delay": 202,
"time": "1775555542"
},
"stopId": "FR:50041:ZE:HAGBG1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 153,
"time": "1775556530"
},
"departure": {
"delay": 153,
"time": "1775556573"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 158,
"time": "1775556781"
},
"departure": {
"delay": 158,
"time": "1775556818"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 193,
"time": "1775555853"
},
"departure": {
"delay": 193,
"time": "1775555893"
},
"stopId": "FR:50129:ZE:10DIX1:ATOUMOD035",
"stopSequence": 9
},
{
"departure": {
"delay": 76,
"time": "1775553976"
},
"stopId": "FR:50041:ZE:HAGOLL:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 137,
"time": "1775556100"
},
"departure": {
"delay": 137,
"time": "1775556137"
},
"stopId": "FR:50129:ZE:10CAQ1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 166,
"time": "1775555735"
},
"departure": {
"delay": 166,
"time": "1775555746"
},
"stopId": "FR:50129:ZE:QQVPL2:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 89,
"time": "1775557169"
},
"stopId": "FR:50129:ZE:10PEM4:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 107,
"time": "1775556598"
},
"departure": {
"delay": 107,
"time": "1775556647"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 232,
"time": "1775555438"
},
"departure": {
"delay": 232,
"time": "1775555452"
},
"stopId": "FR:50041:ZE:HAGMF1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 135,
"time": "1775556834"
},
"departure": {
"delay": 135,
"time": "1775556855"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 191,
"time": "1775554637"
},
"departure": {
"delay": 191,
"time": "1775554691"
},
"stopId": "FR:50041:ZE:HAGFY1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 108,
"time": "1775557037"
},
"departure": {
"delay": 108,
"time": "1775557068"
},
"stopId": "FR:50129:ZE:10CRN2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 154,
"time": "1775554316"
},
"departure": {
"delay": 154,
"time": "1775554414"
},
"stopId": "FR:50041:ZE:HAGCC1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 279,
"time": "1775555029"
},
"departure": {
"delay": 279,
"time": "1775555079"
},
"stopId": "FR:50041:ZE:HAGGR1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 128,
"time": "1775555993"
},
"departure": {
"delay": 128,
"time": "1775556008"
},
"stopId": "FR:50129:ZE:10HME1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 164,
"time": "1775556933"
},
"departure": {
"delay": 164,
"time": "1775557004"
},
"stopId": "FR:50129:ZE:10PLA4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 119,
"time": "1775556454"
},
"departure": {
"delay": 119,
"time": "1775556479"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 135,
"time": "1775555933"
},
"departure": {
"delay": 135,
"time": "1775555955"
},
"stopId": "FR:50129:ZE:10PET1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 210,
"time": "1775556301"
},
"departure": {
"delay": 210,
"time": "1775556330"
},
"stopId": "FR:50129:ZE:10LSA1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 203,
"time": "1775554526"
},
"departure": {
"delay": 203,
"time": "1775554583"
},
"stopId": "FR:50041:ZE:HAGMA1:ATOUMOD035",
"stopSequence": 3
}
],
"timestamp": "1775560078",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:A:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3758423x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4196405x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 55,
"time": "1775561995"
},
"departure": {
"delay": 55,
"time": "1775561995"
},
"stopId": "FR:76552:ZE:3339:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"time": "1775562720"
},
"departure": {
"time": "1775562720"
},
"stopId": "FR:76351:ZE:4471:ATOUMOD003",
"stopSequence": 37
},
{
"arrival": {
"time": "1775561940"
},
"departure": {
"time": "1775561940"
},
"stopId": "FR:76552:ZE:3489:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"time": "1775560860"
},
"departure": {
"time": "1775560860"
},
"stopId": "FR:76351:ZE:5093:ATOUMOD003",
"stopSequence": 4
},
{
"arrival": {
"time": "1775561820"
},
"departure": {
"time": "1775561820"
},
"stopId": "FR:76552:ZE:3092:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": 17,
"time": "1775562137"
},
"departure": {
"delay": 17,
"time": "1775562137"
},
"stopId": "FR:76351:ZE:3032:ATOUMOD003",
"stopSequence": 26
},
{
"arrival": {
"delay": 47,
"time": "1775561207"
},
"departure": {
"delay": 47,
"time": "1775561207"
},
"stopId": "FR:76351:ZE:3022:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": 15,
"time": "1775562075"
},
"departure": {
"delay": 15,
"time": "1775562075"
},
"stopId": "FR:76552:ZE:3630:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": 21,
"time": "1775561481"
},
"departure": {
"delay": 21,
"time": "1775561481"
},
"stopId": "FR:76351:ZE:3546:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 58,
"time": "1775561038"
},
"departure": {
"delay": 58,
"time": "1775561038"
},
"stopId": "FR:76351:ZE:3051:ATOUMOD003",
"stopSequence": 7
},
{
"arrival": {
"time": "1775560680"
},
"departure": {
"time": "1775560680"
},
"stopId": "FR:76351:ZE:3794:ATOUMOD003",
"stopSequence": 2
},
{
"arrival": {
"delay": 50,
"time": "1775561690"
},
"departure": {
"delay": 50,
"time": "1775561690"
},
"stopId": "FR:76552:ZE:3297:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": 39,
"time": "1775561739"
},
"departure": {
"delay": 39,
"time": "1775561739"
},
"stopId": "FR:76552:ZE:3607:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"time": "1775561400"
},
"departure": {
"time": "1775561400"
},
"stopId": "FR:76351:ZE:4611:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"time": "1775562900"
},
"stopId": "FR:76351:ZE:3716:ATOUMOD003",
"stopSequence": 39
},
{
"arrival": {
"delay": 54,
"time": "1775560974"
},
"departure": {
"delay": 54,
"time": "1775560974"
},
"stopId": "FR:76351:ZE:3468:ATOUMOD003",
"stopSequence": 6
},
{
"arrival": {
"delay": 50,
"time": "1775561570"
},
"departure": {
"delay": 50,
"time": "1775561570"
},
"stopId": "FR:76351:ZE:3459:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 21,
"time": "1775562801"
},
"departure": {
"delay": 21,
"time": "1775562801"
},
"stopId": "FR:76351:ZE:4606:ATOUMOD003",
"stopSequence": 38
},
{
"arrival": {
"delay": 3,
"time": "1775562303"
},
"departure": {
"delay": 3,
"time": "1775562303"
},
"stopId": "FR:76351:ZE:3044:ATOUMOD003",
"stopSequence": 30
},
{
"arrival": {
"delay": 6,
"time": "1775561646"
},
"departure": {
"delay": 6,
"time": "1775561646"
},
"stopId": "FR:76552:ZE:3158:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": 39,
"time": "1775562279"
},
"departure": {
"delay": 39,
"time": "1775562279"
},
"stopId": "FR:76351:ZE:4079:ATOUMOD003",
"stopSequence": 29
},
{
"arrival": {
"delay": 25,
"time": "1775562685"
},
"departure": {
"delay": 25,
"time": "1775562685"
},
"stopId": "FR:76351:ZE:3345:ATOUMOD003",
"stopSequence": 36
},
{
"arrival": {
"time": "1775561160"
},
"departure": {
"time": "1775561160"
},
"stopId": "FR:76351:ZE:3579:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": 50,
"time": "1775562530"
},
"departure": {
"delay": 50,
"time": "1775562530"
},
"stopId": "FR:76351:ZE:3101:ATOUMOD003",
"stopSequence": 34
},
{
"arrival": {
"time": "1775561520"
},
"departure": {
"time": "1775561520"
},
"stopId": "FR:76351:ZE:3020:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"time": "1775560920"
},
"departure": {
"time": "1775560920"
},
"stopId": "FR:76351:ZE:4864:ATOUMOD003",
"stopSequence": 5
},
{
"arrival": {
"delay": 47,
"time": "1775561867"
},
"departure": {
"delay": 47,
"time": "1775561867"
},
"stopId": "FR:76552:ZE:3103:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": 17,
"time": "1775560757"
},
"departure": {
"delay": 17,
"time": "1775560757"
},
"stopId": "FR:76351:ZE:5087:ATOUMOD003",
"stopSequence": 3
},
{
"arrival": {
"delay": 45,
"time": "1775561325"
},
"departure": {
"delay": 45,
"time": "1775561325"
},
"stopId": "FR:76351:ZE:4593:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 44,
"time": "1775562464"
},
"departure": {
"delay": 44,
"time": "1775562464"
},
"stopId": "FR:76351:ZE:3024:ATOUMOD003",
"stopSequence": 33
},
{
"arrival": {
"delay": 31,
"time": "1775562631"
},
"departure": {
"delay": 31,
"time": "1775562631"
},
"stopId": "FR:76351:ZE:3542:ATOUMOD003",
"stopSequence": 35
},
{
"arrival": {
"delay": 5,
"time": "1775561105"
},
"departure": {
"delay": 5,
"time": "1775561105"
},
"stopId": "FR:76351:ZE:3301:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"time": "1775562180"
},
"departure": {
"time": "1775562180"
},
"stopId": "FR:76351:ZE:4817:ATOUMOD003",
"stopSequence": 27
},
{
"arrival": {
"delay": 40,
"time": "1775562040"
},
"departure": {
"delay": 40,
"time": "1775562040"
},
"stopId": "FR:76552:ZE:3355:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": 43,
"time": "1775562223"
},
"departure": {
"delay": 43,
"time": "1775562223"
},
"stopId": "FR:76351:ZE:3214:ATOUMOD003",
"stopSequence": 28
},
{
"arrival": {
"time": "1775562420"
},
"departure": {
"time": "1775562420"
},
"stopId": "FR:76351:ZE:3403:ATOUMOD003",
"stopSequence": 32
},
{
"arrival": {
"delay": 44,
"time": "1775562104"
},
"departure": {
"delay": 44,
"time": "1775562104"
},
"stopId": "FR:76552:ZE:3651:ATOUMOD003",
"stopSequence": 25
},
{
"arrival": {
"delay": 30,
"time": "1775562330"
},
"departure": {
"delay": 30,
"time": "1775562330"
},
"stopId": "FR:76351:ZE:3258:ATOUMOD003",
"stopSequence": 31
},
{
"departure": {
"time": "1775560440"
},
"stopId": "FR:76351:ZE:5104:ATOUMOD003",
"stopSequence": 1
}
],
"timestamp": "1775559790",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:16:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4196405x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx123:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 23,
"time": "1775556383"
},
"departure": {
"delay": 23,
"time": "1775556383"
},
"stopId": "FR:76540:ZE:TCARxCHATL2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 2251,
"time": "1775559751"
},
"departure": {
"delay": 2251,
"time": "1775559751"
},
"stopId": "FR:76540:ZE:TCARxMARTT2:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 43,
"time": "1775556643"
},
"departure": {
"delay": 43,
"time": "1775556643"
},
"stopId": "FR:76540:ZE:TCARxMALRA2:ATOUMOD001",
"stopSequence": 6
},
{
"departure": {
"delay": 30,
"time": "1775556270"
},
"stopId": "FR:76095:ZE:TCARxTAMAR:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 2228,
"time": "1775560808"
},
"departure": {
"delay": 2228,
"time": "1775560808"
},
"stopId": "FR:76216:ZE:TCARxMAISO2:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 45,
"time": "1775556945"
},
"departure": {
"delay": 45,
"time": "1775556945"
},
"stopId": "FR:76540:ZE:TCARxARGEN2:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 2257,
"time": "1775559937"
},
"departure": {
"delay": 2257,
"time": "1775559937"
},
"stopId": "FR:76540:ZE:TCARxREPUB2:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 30,
"time": "1775556690"
},
"departure": {
"delay": 30,
"time": "1775556690"
},
"stopId": "FR:76540:ZE:TCARxSTCLA2:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 2257,
"time": "1775559577"
},
"departure": {
"delay": 2257,
"time": "1775559577"
},
"stopId": "FR:76540:ZE:TCARxHILAI2:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 2265,
"time": "1775561085"
},
"departure": {
"delay": 2265,
"time": "1775561085"
},
"stopId": "FR:76216:ZE:TCARxPALIS2:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 31,
"time": "1775557806"
},
"departure": {
"delay": 31,
"time": "1775557831"
},
"stopId": "FR:76540:ZE:TCARxCATHE2:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 19,
"time": "1775556559"
},
"departure": {
"delay": 19,
"time": "1775556559"
},
"stopId": "FR:76540:ZE:TCARxPSALO0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 2264,
"time": "1775560904"
},
"departure": {
"delay": 2264,
"time": "1775560904"
},
"stopId": "FR:76216:ZE:TCARxPTPIE2:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 2252,
"time": "1775559632"
},
"departure": {
"delay": 2252,
"time": "1775559632"
},
"stopId": "FR:76540:ZE:TCARxCHRUT2:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 2258,
"time": "1775561198"
},
"departure": {
"delay": 2258,
"time": "1775561198"
},
"stopId": "FR:76216:ZE:TCARxDLUNE2:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 452,
"time": "1775559512"
},
"departure": {
"delay": 452,
"time": "1775559512"
},
"stopId": "FR:76474:ZE:TCARxMOULI2:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 2254,
"time": "1775560714"
},
"departure": {
"delay": 2254,
"time": "1775560714"
},
"stopId": "FR:76540:ZE:TCARxBAPEA2:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 24,
"time": "1775556744"
},
"departure": {
"delay": 24,
"time": "1775556744"
},
"stopId": "FR:76540:ZE:TCARxCOUPE2:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 35,
"time": "1775556455"
},
"departure": {
"delay": 35,
"time": "1775556455"
},
"stopId": "FR:76540:ZE:TCARxMAIS10:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 16,
"time": "1775556496"
},
"departure": {
"delay": 16,
"time": "1775556496"
},
"stopId": "FR:76540:ZE:TCARxGALI2:ATOUMOD001",
"stopSequence": 4
}
],
"timestamp": "1775555857",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx92:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx123:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx12365:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -15887,
"time": "1775560453"
},
"departure": {
"delay": -15887,
"time": "1775560453"
},
"stopId": "FR:76474:ZE:TCARxEPARG1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": -15878,
"time": "1775560822"
},
"departure": {
"delay": -15878,
"time": "1775560822"
},
"stopId": "FR:76366:ZE:TCARxLSOUR1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": -15994,
"time": "1775561186"
},
"departure": {
"delay": -15994,
"time": "1775561186"
},
"stopId": "FR:76366:ZE:TCARxCJZAY2:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": -16029,
"time": "1775561271"
},
"departure": {
"delay": -16029,
"time": "1775561271"
},
"stopId": "FR:76402:ZE:TCARxNCHAM1:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": -15697,
"time": "1775559597"
},
"departure": {
"delay": -15697,
"time": "1775559623"
},
"stopId": "FR:76157:ZE:TCARxCOMME1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": -15694,
"time": "1775559506"
},
"departure": {
"delay": -15694,
"time": "1775559506"
},
"stopId": "FR:76157:ZE:TCARxLCORM1:ATOUMOD001",
"stopSequence": 4
},
{
"departure": {
"delay": -15676,
"time": "1775559224"
},
"stopId": "FR:76540:ZE:TCARxRIBOU3:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": -15894,
"time": "1775560626"
},
"departure": {
"delay": -15894,
"time": "1775560626"
},
"stopId": "FR:76474:ZE:TCARxAGIDE2:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": -16057,
"time": "1775561303"
},
"departure": {
"delay": -16057,
"time": "1775561303"
},
"stopId": "FR:76402:ZE:TCARxCMEDI2:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": -16090,
"time": "1775561390"
},
"departure": {
"delay": -16090,
"time": "1775561390"
},
"stopId": "FR:76402:ZE:TCARxHBOUR1:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": -15698,
"time": "1775560042"
},
"departure": {
"delay": -15698,
"time": "1775560042"
},
"stopId": "FR:76216:ZE:TCARxFAUQU1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": -15765,
"time": "1775560275"
},
"departure": {
"delay": -15765,
"time": "1775560275"
},
"stopId": "FR:76410:ZE:TCARxMAROM2:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": -15713,
"time": "1775559547"
},
"departure": {
"delay": -15713,
"time": "1775559547"
},
"stopId": "FR:76157:ZE:TCARxATELI2:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": -15945,
"time": "1775561055"
},
"departure": {
"delay": -15945,
"time": "1775561055"
},
"stopId": "FR:76366:ZE:TCARxLBOIS1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": -15743,
"time": "1775559397"
},
"departure": {
"delay": -15743,
"time": "1775559397"
},
"stopId": "FR:76540:ZE:TCARxMIN2T:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -15789,
"time": "1775560371"
},
"departure": {
"delay": -15789,
"time": "1775560371"
},
"stopId": "FR:76410:ZE:TCARxVELOU2:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": -15995,
"time": "1775561605"
},
"stopId": "FR:76402:ZE:TCARxHFREV:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": -15901,
"time": "1775560679"
},
"departure": {
"delay": -15901,
"time": "1775560679"
},
"stopId": "FR:76474:ZE:TCARxMUSEE1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": -15823,
"time": "1775560337"
},
"departure": {
"delay": -15823,
"time": "1775560337"
},
"stopId": "FR:76410:ZE:TCARxRIVES2:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": -15934,
"time": "1775560586"
},
"departure": {
"delay": -15934,
"time": "1775560586"
},
"stopId": "FR:76474:ZE:TCARxBMAIB1:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": -15693,
"time": "1775559447"
},
"departure": {
"delay": -15693,
"time": "1775559447"
},
"stopId": "FR:76540:ZE:TCARxMIN4:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -15932,
"time": "1775560948"
},
"departure": {
"delay": -15932,
"time": "1775560948"
},
"stopId": "FR:76366:ZE:TCARxLESUE1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": -15650,
"time": "1775559850"
},
"departure": {
"delay": -15650,
"time": "1775559850"
},
"stopId": "FR:76216:ZE:TCARxFRESN2:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -15648,
"time": "1775559928"
},
"departure": {
"delay": -15648,
"time": "1775559972"
},
"stopId": "FR:76216:ZE:TCARxJFERR1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": -15765,
"time": "1775560095"
},
"departure": {
"delay": -15765,
"time": "1775560095"
},
"stopId": "FR:76410:ZE:TCARxCLAIR2:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": -15954,
"time": "1775560986"
},
"departure": {
"delay": -15954,
"time": "1775560986"
},
"stopId": "FR:76366:ZE:TCARxHEGLI1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": -15666,
"time": "1775559749"
},
"departure": {
"delay": -15666,
"time": "1775559774"
},
"stopId": "FR:76216:ZE:TCARxCAILL2:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": -16002,
"time": "1775561238"
},
"departure": {
"delay": -16002,
"time": "1775561238"
},
"stopId": "FR:76402:ZE:TCARxSOUEF1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": -15754,
"time": "1775560166"
},
"departure": {
"delay": -15754,
"time": "1775560166"
},
"stopId": "FR:76410:ZE:TCARxPETIT1:ATOUMOD001",
"stopSequence": 12
}
],
"timestamp": "1775559225",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx04:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx12365:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746207x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 35,
"time": "1775540872"
},
"departure": {
"delay": 35,
"time": "1775540915"
},
"stopId": "FR:50129:ZE:10THH4:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": -64,
"time": "1775542777"
},
"departure": {
"delay": -64,
"time": "1775542856"
},
"stopId": "FR:50129:ZE:10SFN2:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"delay": -16,
"time": "1775540558"
},
"departure": {
"delay": -16,
"time": "1775540564"
},
"stopId": "FR:50129:ZE:10JMO2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 16,
"time": "1775540580"
},
"departure": {
"delay": 16,
"time": "1775540596"
},
"stopId": "FR:50129:ZE:10LUM2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": -72,
"time": "1775541407"
},
"departure": {
"delay": -72,
"time": "1775541468"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": -48,
"time": "1775542139"
},
"departure": {
"delay": -48,
"time": "1775542152"
},
"stopId": "FR:50129:ZE:10LAV2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 23,
"time": "1775541837"
},
"departure": {
"delay": 23,
"time": "1775541983"
},
"stopId": "FR:50129:ZE:10HUI2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": -78,
"time": "1775542653"
},
"departure": {
"delay": -78,
"time": "1775542662"
},
"stopId": "FR:50129:ZE:10BRT2:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"delay": 45,
"time": "1775540237"
},
"departure": {
"delay": 45,
"time": "1775540265"
},
"stopId": "FR:50129:ZE:10JEA2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": -44,
"time": "1775542565"
},
"departure": {
"delay": -44,
"time": "1775542636"
},
"stopId": "FR:50129:ZE:10BON2:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": -111,
"time": "1775542681"
},
"departure": {
"delay": -111,
"time": "1775542689"
},
"stopId": "FR:50129:ZE:10HOU2:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": 77,
"time": "1775540048"
},
"departure": {
"delay": 77,
"time": "1775540057"
},
"stopId": "FR:50129:ZE:10CVE2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 43,
"time": "1775540164"
},
"departure": {
"delay": 43,
"time": "1775540203"
},
"stopId": "FR:50129:ZE:10NOR4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 11,
"time": "1775540098"
},
"departure": {
"delay": 11,
"time": "1775540111"
},
"stopId": "FR:50129:ZE:10MGT2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": -26,
"time": "1775542102"
},
"departure": {
"delay": -26,
"time": "1775542114"
},
"stopId": "FR:50129:ZE:10AGO2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": -92,
"time": "1775541358"
},
"departure": {
"delay": -92,
"time": "1775541388"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": -71,
"time": "1775541631"
},
"departure": {
"delay": -71,
"time": "1775541649"
},
"stopId": "FR:50129:ZE:10HDI4:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": -91,
"time": "1775541170"
},
"departure": {
"delay": -91,
"time": "1775541209"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 34,
"time": "1775540281"
},
"departure": {
"delay": 34,
"time": "1775540314"
},
"stopId": "FR:50129:ZE:10ZPH2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": -54,
"time": "1775542376"
},
"departure": {
"delay": -54,
"time": "1775542386"
},
"stopId": "FR:50129:ZE:10LON2:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": -33,
"time": "1775542455"
},
"departure": {
"delay": -33,
"time": "1775542467"
},
"stopId": "FR:50129:ZE:10CPL2:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"delay": -133,
"time": "1775542714"
},
"departure": {
"delay": -133,
"time": "1775542727"
},
"stopId": "FR:50129:ZE:10CAR2:ATOUMOD035",
"stopSequence": 44
},
{
"arrival": {
"delay": -57,
"time": "1775542495"
},
"departure": {
"delay": -57,
"time": "1775542503"
},
"stopId": "FR:50129:ZE:10PRE2:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": 16,
"time": "1775540326"
},
"departure": {
"delay": 16,
"time": "1775540356"
},
"stopId": "FR:50129:ZE:10ART2:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": -18,
"time": "1775543188"
},
"departure": {
"delay": -18,
"time": "1775543202"
},
"stopId": "FR:50129:ZE:10EPH1:ATOUMOD035",
"stopSequence": 49
},
{
"arrival": {
"delay": -70,
"time": "1775542179"
},
"departure": {
"delay": -70,
"time": "1775542190"
},
"stopId": "FR:50129:ZE:10DUB2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 57,
"time": "1775540124"
},
"departure": {
"delay": 57,
"time": "1775540157"
},
"stopId": "FR:50129:ZE:10MYO2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": -78,
"time": "1775542405"
},
"departure": {
"delay": -78,
"time": "1775542422"
},
"stopId": "FR:50129:ZE:10BHE2:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": -61,
"time": "1775541042"
},
"departure": {
"delay": -61,
"time": "1775541119"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 101,
"time": "1775539859"
},
"departure": {
"delay": 101,
"time": "1775539901"
},
"stopId": "FR:50129:ZE:10JGO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 46,
"time": "1775540073"
},
"departure": {
"delay": 46,
"time": "1775540086"
},
"stopId": "FR:50129:ZE:10RSX2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": -109,
"time": "1775541700"
},
"departure": {
"delay": -109,
"time": "1775541731"
},
"stopId": "FR:50129:ZE:10REP4:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": -109,
"time": "1775541753"
},
"departure": {
"delay": -109,
"time": "1775541791"
},
"stopId": "FR:50129:ZE:10TRA6:ATOUMOD035",
"stopSequence": 28
},
{
"departure": {
"delay": 77,
"time": "1775539817"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 18,
"time": "1775540749"
},
"departure": {
"delay": 18,
"time": "1775540778"
},
"stopId": "FR:50129:ZE:10LCP2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": -41,
"time": "1775541506"
},
"departure": {
"delay": -41,
"time": "1775541559"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": -97,
"time": "1775541281"
},
"departure": {
"delay": -97,
"time": "1775541323"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": -54,
"time": "1775542268"
},
"departure": {
"delay": -54,
"time": "1775542326"
},
"stopId": "FR:50129:ZE:10ZOL2:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": -96,
"time": "1775542516"
},
"departure": {
"delay": -96,
"time": "1775542524"
},
"stopId": "FR:50129:ZE:10ARA2:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"delay": 18,
"time": "1775540636"
},
"departure": {
"delay": 18,
"time": "1775540718"
},
"stopId": "FR:50129:ZE:10BHC2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": -1,
"time": "1775542004"
},
"departure": {
"delay": -1,
"time": "1775542019"
},
"stopId": "FR:50129:ZE:10BEL2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": -57,
"time": "1775542877"
},
"departure": {
"delay": -57,
"time": "1775542923"
},
"stopId": "FR:50129:ZE:10ALB2:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"delay": -22,
"time": "1775540978"
},
"departure": {
"delay": -22,
"time": "1775540978"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 16,
"time": "1775540443"
},
"departure": {
"delay": 16,
"time": "1775540476"
},
"stopId": "FR:50129:ZE:10BRO2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": -6,
"time": "1775542057"
},
"departure": {
"delay": -6,
"time": "1775542074"
},
"stopId": "FR:50129:ZE:10HOM2:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 22,
"time": "1775543093"
},
"departure": {
"delay": 22,
"time": "1775543122"
},
"stopId": "FR:50129:ZE:10COF2:ATOUMOD035",
"stopSequence": 47
},
{
"arrival": {
"delay": 15,
"time": "1775540506"
},
"departure": {
"delay": 15,
"time": "1775540535"
},
"stopId": "FR:50129:ZE:10LLM2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": -43,
"time": "1775543237"
},
"stopId": "FR:50129:ZE:10MAX1:ATOUMOD035",
"stopSequence": 50
},
{
"arrival": {
"delay": -6,
"time": "1775543139"
},
"departure": {
"delay": -6,
"time": "1775543154"
},
"stopId": "FR:50129:ZE:10SFG2:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"delay": 107,
"time": "1775539985"
},
"departure": {
"delay": 107,
"time": "1775540027"
},
"stopId": "FR:50129:ZE:10COS2:ATOUMOD035",
"stopSequence": 3
}
],
"timestamp": "1775560081",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746207x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3747851x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 39,
"time": "1775554281"
},
"departure": {
"delay": 39,
"time": "1775554299"
},
"stopId": "FR:50129:ZE:10JAR2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 71,
"time": "1775554787"
},
"departure": {
"delay": 71,
"time": "1775554811"
},
"stopId": "FR:50129:ZE:10PLx1:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 43,
"time": "1775554230"
},
"departure": {
"delay": 43,
"time": "1775554243"
},
"stopId": "FR:50129:ZE:10BOS2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 102,
"time": "1775553443"
},
"departure": {
"delay": 102,
"time": "1775553462"
},
"stopId": "FR:50129:ZE:10LOG2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 137,
"time": "1775553365"
},
"departure": {
"delay": 137,
"time": "1775553377"
},
"stopId": "FR:50129:ZE:10GNT2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 31,
"time": "1775553832"
},
"departure": {
"delay": 31,
"time": "1775553871"
},
"stopId": "FR:50129:ZE:10SEX2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 19,
"time": "1775554365"
},
"departure": {
"delay": 19,
"time": "1775554399"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 72,
"time": "1775553996"
},
"departure": {
"delay": 72,
"time": "1775554032"
},
"stopId": "FR:50129:ZE:10RUC2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 157,
"time": "1775553556"
},
"departure": {
"delay": 157,
"time": "1775553577"
},
"stopId": "FR:50129:ZE:10CUR2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 63,
"time": "1775553922"
},
"departure": {
"delay": 63,
"time": "1775553963"
},
"stopId": "FR:50129:ZE:10BSJ2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 97,
"time": "1775554629"
},
"departure": {
"delay": 97,
"time": "1775554657"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 8,
"time": "1775553888"
},
"departure": {
"delay": 8,
"time": "1775553908"
},
"stopId": "FR:50129:ZE:10MTT2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 165,
"time": "1775553267"
},
"departure": {
"delay": 165,
"time": "1775553345"
},
"stopId": "FR:50129:ZE:10BOC2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 143,
"time": "1775553613"
},
"departure": {
"delay": 143,
"time": "1775553623"
},
"stopId": "FR:50129:ZE:10DEB2:ATOUMOD035",
"stopSequence": 8
},
{
"departure": {
"delay": 88,
"time": "1775553088"
},
"stopId": "FR:50129:ZE:10MXR2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 67,
"time": "1775553136"
},
"departure": {
"delay": 67,
"time": "1775553187"
},
"stopId": "FR:50129:ZE:10CEN2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 88,
"time": "1775554523"
},
"departure": {
"delay": 88,
"time": "1775554588"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 83,
"time": "1775554724"
},
"departure": {
"delay": 83,
"time": "1775554763"
},
"stopId": "FR:50129:ZE:10HDV1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 58,
"time": "1775554178"
},
"departure": {
"delay": 58,
"time": "1775554198"
},
"stopId": "FR:50129:ZE:10ODR2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 39,
"time": "1775554959"
},
"stopId": "FR:50129:ZE:10SHU2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 178,
"time": "1775553502"
},
"departure": {
"delay": 178,
"time": "1775553538"
},
"stopId": "FR:50129:ZE:10REN2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 141,
"time": "1775553693"
},
"departure": {
"delay": 141,
"time": "1775553741"
},
"stopId": "FR:50129:ZE:10CSM2:ATOUMOD035",
"stopSequence": 9
}
],
"timestamp": "1775559936",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:04:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3747851x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3747844x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 104,
"time": "1775545818"
},
"departure": {
"delay": 104,
"time": "1775545844"
},
"stopId": "FR:50129:ZE:10ODR2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 88,
"time": "1775545871"
},
"departure": {
"delay": 88,
"time": "1775545888"
},
"stopId": "FR:50129:ZE:10BOS2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 68,
"time": "1775545118"
},
"departure": {
"delay": 68,
"time": "1775545148"
},
"stopId": "FR:50129:ZE:10DEB2:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 145,
"time": "1775546257"
},
"departure": {
"delay": 145,
"time": "1775546305"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 3,
"time": "1775544664"
},
"departure": {
"delay": 3,
"time": "1775544723"
},
"stopId": "FR:50129:ZE:10CEN2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 71,
"time": "1775545532"
},
"departure": {
"delay": 71,
"time": "1775545571"
},
"stopId": "FR:50129:ZE:10BSJ2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 170,
"time": "1775546463"
},
"departure": {
"delay": 170,
"time": "1775546510"
},
"stopId": "FR:50129:ZE:10PLx1:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 45,
"time": "1775544810"
},
"departure": {
"delay": 45,
"time": "1775544825"
},
"stopId": "FR:50129:ZE:10BOC2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 54,
"time": "1775545053"
},
"departure": {
"delay": 54,
"time": "1775545074"
},
"stopId": "FR:50129:ZE:10CUR2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 51,
"time": "1775546020"
},
"departure": {
"delay": 51,
"time": "1775546031"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 77,
"time": "1775545605"
},
"departure": {
"delay": 77,
"time": "1775545637"
},
"stopId": "FR:50129:ZE:10RUC2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 16,
"time": "1775545463"
},
"departure": {
"delay": 16,
"time": "1775545516"
},
"stopId": "FR:50129:ZE:10MTT2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 27,
"time": "1775544837"
},
"departure": {
"delay": 27,
"time": "1775544867"
},
"stopId": "FR:50129:ZE:10GNT2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 97,
"time": "1775545278"
},
"departure": {
"delay": 97,
"time": "1775545297"
},
"stopId": "FR:50129:ZE:10CSM2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 109,
"time": "1775546629"
},
"stopId": "FR:50129:ZE:10SHU2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 103,
"time": "1775546143"
},
"departure": {
"delay": 103,
"time": "1775546203"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 139,
"time": "1775546371"
},
"departure": {
"delay": 139,
"time": "1775546419"
},
"stopId": "FR:50129:ZE:10HDV1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 92,
"time": "1775545914"
},
"departure": {
"delay": 92,
"time": "1775545952"
},
"stopId": "FR:50129:ZE:10JAR2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 1,
"time": "1775544934"
},
"departure": {
"delay": 1,
"time": "1775544961"
},
"stopId": "FR:50129:ZE:10LOG2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 71,
"time": "1775544991"
},
"departure": {
"delay": 71,
"time": "1775545031"
},
"stopId": "FR:50129:ZE:10REN2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": -2,
"time": "1775545421"
},
"departure": {
"delay": -2,
"time": "1775545438"
},
"stopId": "FR:50129:ZE:10SEX2:ATOUMOD035",
"stopSequence": 13
},
{
"departure": {
"delay": 10,
"time": "1775544610"
},
"stopId": "FR:50129:ZE:10MXR2:ATOUMOD035",
"stopSequence": 1
}
],
"timestamp": "1775560082",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:04:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3747844x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746219x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 151,
"time": "1775553118"
},
"departure": {
"delay": 151,
"time": "1775553151"
},
"stopId": "FR:50129:ZE:10DUB2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 95,
"time": "1775553564"
},
"departure": {
"delay": 95,
"time": "1775553575"
},
"stopId": "FR:50129:ZE:10BRT2:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"delay": 114,
"time": "1775553468"
},
"departure": {
"delay": 114,
"time": "1775553474"
},
"stopId": "FR:50129:ZE:10ARA2:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"delay": 131,
"time": "1775552079"
},
"departure": {
"delay": 131,
"time": "1775552111"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 105,
"time": "1775550747"
},
"departure": {
"delay": 105,
"time": "1775550765"
},
"stopId": "FR:50129:ZE:10JGO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 129,
"time": "1775552447"
},
"departure": {
"delay": 129,
"time": "1775552469"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 81,
"time": "1775553733"
},
"departure": {
"delay": 81,
"time": "1775553741"
},
"stopId": "FR:50129:ZE:10SFN2:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"delay": 96,
"time": "1775551218"
},
"departure": {
"delay": 96,
"time": "1775551236"
},
"stopId": "FR:50129:ZE:10ART2:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 150,
"time": "1775551796"
},
"departure": {
"delay": 150,
"time": "1775551830"
},
"stopId": "FR:50129:ZE:10THH4:ATOUMOD035",
"stopSequence": 18
},
{
"departure": {
"delay": 97,
"time": "1775550697"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 135,
"time": "1775552341"
},
"departure": {
"delay": 135,
"time": "1775552355"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 106,
"time": "1775550841"
},
"departure": {
"delay": 106,
"time": "1775550886"
},
"stopId": "FR:50129:ZE:10COS2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 162,
"time": "1775551083"
},
"departure": {
"delay": 162,
"time": "1775551122"
},
"stopId": "FR:50129:ZE:10NOR4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 128,
"time": "1775551194"
},
"departure": {
"delay": 128,
"time": "1775551208"
},
"stopId": "FR:50129:ZE:10ZPH2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 156,
"time": "1775552945"
},
"departure": {
"delay": 156,
"time": "1775552976"
},
"stopId": "FR:50129:ZE:10HOM2:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 39,
"time": "1775554059"
},
"stopId": "FR:50129:ZE:10MAX1:ATOUMOD035",
"stopSequence": 50
},
{
"arrival": {
"delay": 126,
"time": "1775552789"
},
"departure": {
"delay": 126,
"time": "1775552826"
},
"stopId": "FR:50129:ZE:10HUI2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 153,
"time": "1775552154"
},
"departure": {
"delay": 153,
"time": "1775552193"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 117,
"time": "1775552548"
},
"departure": {
"delay": 117,
"time": "1775552577"
},
"stopId": "FR:50129:ZE:10HDI4:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 136,
"time": "1775551332"
},
"departure": {
"delay": 136,
"time": "1775551396"
},
"stopId": "FR:50129:ZE:10BRO2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 157,
"time": "1775553384"
},
"departure": {
"delay": 157,
"time": "1775553397"
},
"stopId": "FR:50129:ZE:10CPL2:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"delay": 127,
"time": "1775552381"
},
"departure": {
"delay": 127,
"time": "1775552407"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 63,
"time": "1775554004"
},
"departure": {
"delay": 63,
"time": "1775554023"
},
"stopId": "FR:50129:ZE:10EPH1:ATOUMOD035",
"stopSequence": 49
},
{
"arrival": {
"delay": 122,
"time": "1775553292"
},
"departure": {
"delay": 122,
"time": "1775553302"
},
"stopId": "FR:50129:ZE:10LON2:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 231,
"time": "1775551989"
},
"departure": {
"delay": 231,
"time": "1775552031"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 138,
"time": "1775553065"
},
"departure": {
"delay": 138,
"time": "1775553078"
},
"stopId": "FR:50129:ZE:10LAV2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 179,
"time": "1775551506"
},
"departure": {
"delay": 179,
"time": "1775551559"
},
"stopId": "FR:50129:ZE:10LUM2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 174,
"time": "1775551618"
},
"departure": {
"delay": 174,
"time": "1775551674"
},
"stopId": "FR:50129:ZE:10BHC2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 160,
"time": "1775553003"
},
"departure": {
"delay": 160,
"time": "1775553040"
},
"stopId": "FR:50129:ZE:10AGO2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 82,
"time": "1775553652"
},
"departure": {
"delay": 82,
"time": "1775553682"
},
"stopId": "FR:50129:ZE:10CAR2:ATOUMOD035",
"stopSequence": 44
},
{
"arrival": {
"delay": 131,
"time": "1775553522"
},
"departure": {
"delay": 131,
"time": "1775553551"
},
"stopId": "FR:50129:ZE:10BON2:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": 77,
"time": "1775553967"
},
"departure": {
"delay": 77,
"time": "1775553977"
},
"stopId": "FR:50129:ZE:10SFG2:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"delay": 131,
"time": "1775550986"
},
"departure": {
"delay": 131,
"time": "1775551031"
},
"stopId": "FR:50129:ZE:10MGT2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 157,
"time": "1775551164"
},
"departure": {
"delay": 157,
"time": "1775551177"
},
"stopId": "FR:50129:ZE:10JEA2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 118,
"time": "1775551426"
},
"departure": {
"delay": 118,
"time": "1775551438"
},
"stopId": "FR:50129:ZE:10LLM2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 71,
"time": "1775550906"
},
"departure": {
"delay": 71,
"time": "1775550911"
},
"stopId": "FR:50129:ZE:10CVE2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 145,
"time": "1775552887"
},
"departure": {
"delay": 145,
"time": "1775552905"
},
"stopId": "FR:50129:ZE:10BEL2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 102,
"time": "1775551455"
},
"departure": {
"delay": 102,
"time": "1775551482"
},
"stopId": "FR:50129:ZE:10JMO2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 102,
"time": "1775552697"
},
"departure": {
"delay": 102,
"time": "1775552742"
},
"stopId": "FR:50129:ZE:10TRA6:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 105,
"time": "1775553933"
},
"departure": {
"delay": 105,
"time": "1775553945"
},
"stopId": "FR:50129:ZE:10COF2:ATOUMOD035",
"stopSequence": 47
},
{
"arrival": {
"delay": 117,
"time": "1775550935"
},
"departure": {
"delay": 117,
"time": "1775550957"
},
"stopId": "FR:50129:ZE:10RSX2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 91,
"time": "1775553599"
},
"departure": {
"delay": 91,
"time": "1775553631"
},
"stopId": "FR:50129:ZE:10HOU2:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": 152,
"time": "1775553430"
},
"departure": {
"delay": 152,
"time": "1775553452"
},
"stopId": "FR:50129:ZE:10PRE2:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": 130,
"time": "1775552269"
},
"departure": {
"delay": 130,
"time": "1775552290"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 125,
"time": "1775553324"
},
"departure": {
"delay": 125,
"time": "1775553365"
},
"stopId": "FR:50129:ZE:10BHE2:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 100,
"time": "1775552635"
},
"departure": {
"delay": 100,
"time": "1775552680"
},
"stopId": "FR:50129:ZE:10REP4:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 170,
"time": "1775551061"
},
"departure": {
"delay": 170,
"time": "1775551070"
},
"stopId": "FR:50129:ZE:10MYO2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 128,
"time": "1775553231"
},
"departure": {
"delay": 128,
"time": "1775553248"
},
"stopId": "FR:50129:ZE:10ZOL2:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 163,
"time": "1775551705"
},
"departure": {
"delay": 163,
"time": "1775551723"
},
"stopId": "FR:50129:ZE:10LCP2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 58,
"time": "1775553765"
},
"departure": {
"delay": 58,
"time": "1775553778"
},
"stopId": "FR:50129:ZE:10ALB2:ATOUMOD035",
"stopSequence": 46
}
],
"timestamp": "1775560073",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746219x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx15021:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -15498,
"time": "1775558922"
},
"departure": {
"delay": -15498,
"time": "1775558922"
},
"stopId": "FR:76451:ZE:TCARxCOLBE1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": -15359,
"time": "1775557921"
},
"departure": {
"delay": -15359,
"time": "1775557921"
},
"stopId": "FR:76108:ZE:TCARxANDER2:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": -15574,
"time": "1775559104"
},
"departure": {
"delay": -15574,
"time": "1775559146"
},
"stopId": "FR:76451:ZE:TCARxCROIX2:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": -15425,
"time": "1775558695"
},
"departure": {
"delay": -15425,
"time": "1775558695"
},
"stopId": "FR:76451:ZE:TCARxGALLI1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": -15594,
"time": "1775559726"
},
"departure": {
"delay": -15594,
"time": "1775559726"
},
"stopId": "FR:76216:ZE:TCARxJFERR0:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": -15319,
"time": "1775558297"
},
"departure": {
"delay": -15319,
"time": "1775558321"
},
"stopId": "FR:76451:ZE:TCARxEXUPE4:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": -15411,
"time": "1775558709"
},
"departure": {
"delay": -15411,
"time": "1775558709"
},
"stopId": "FR:76451:ZE:TCARxMURET1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": -15379,
"time": "1775558001"
},
"departure": {
"delay": -15379,
"time": "1775558021"
},
"stopId": "FR:76108:ZE:TCARxBGUI21:ATOUMOD001",
"stopSequence": 6
},
{
"departure": {
"delay": -15349,
"time": "1775557571"
},
"stopId": "FR:76540:ZE:TCARxTAMAR5:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": -15679,
"time": "1775559797"
},
"departure": {
"delay": -15679,
"time": "1775559821"
},
"stopId": "FR:76216:ZE:TCARxFRESN1:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": -15617,
"time": "1775559283"
},
"departure": {
"delay": -15617,
"time": "1775559283"
},
"stopId": "FR:76216:ZE:TCARxJVERN1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": -15343,
"time": "1775558657"
},
"departure": {
"delay": -15343,
"time": "1775558657"
},
"stopId": "FR:76451:ZE:TCARxFRECH1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": -15574,
"time": "1775559396"
},
"departure": {
"delay": -15574,
"time": "1775559446"
},
"stopId": "FR:76216:ZE:TCARxMIREL1:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": -15324,
"time": "1775558496"
},
"departure": {
"delay": -15324,
"time": "1775558496"
},
"stopId": "FR:76451:ZE:TCARxSAKHA0:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": -15614,
"time": "1775559046"
},
"departure": {
"delay": -15614,
"time": "1775559046"
},
"stopId": "FR:76451:ZE:TCARxMALAD1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": -15363,
"time": "1775557797"
},
"departure": {
"delay": -15363,
"time": "1775557797"
},
"stopId": "FR:76108:ZE:TCARxVENIS1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": -15535,
"time": "1775559665"
},
"departure": {
"delay": -15535,
"time": "1775559665"
},
"stopId": "FR:76216:ZE:TCARxDEVIL4:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": -15578,
"time": "1775559202"
},
"departure": {
"delay": -15578,
"time": "1775559202"
},
"stopId": "FR:76451:ZE:TCARxDEBOI1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": -15344,
"time": "1775558596"
},
"departure": {
"delay": -15344,
"time": "1775558596"
},
"stopId": "FR:76451:ZE:TCARxCCOMM2:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": -15628,
"time": "1775558972"
},
"departure": {
"delay": -15628,
"time": "1775558972"
},
"stopId": "FR:76451:ZE:TCARxVAREN1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": -15274,
"time": "1775557622"
},
"departure": {
"delay": -15274,
"time": "1775557646"
},
"stopId": "FR:76095:ZE:TCARxCIMEB2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -15333,
"time": "1775558247"
},
"departure": {
"delay": -15333,
"time": "1775558247"
},
"stopId": "FR:76108:ZE:TCARxBOCQU4:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": -15594,
"time": "1775559521"
},
"departure": {
"delay": -15594,
"time": "1775559546"
},
"stopId": "FR:76410:ZE:TCARxPALIS4:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": -15739,
"time": "1775559941"
},
"stopId": "FR:76216:ZE:TCARxCAILL3:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": -15375,
"time": "1775557725"
},
"departure": {
"delay": -15375,
"time": "1775557725"
},
"stopId": "FR:76108:ZE:TCARxREEDU1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -15349,
"time": "1775558171"
},
"departure": {
"delay": -15349,
"time": "1775558171"
},
"stopId": "FR:76108:ZE:TCARxVIELL3:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -15343,
"time": "1775558057"
},
"departure": {
"delay": -15343,
"time": "1775558057"
},
"stopId": "FR:76108:ZE:TCARxMAXPO2:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": -15607,
"time": "1775559353"
},
"departure": {
"delay": -15607,
"time": "1775559353"
},
"stopId": "FR:76216:ZE:TCARxSPAUL1:ATOUMOD001",
"stopSequence": 24
}
],
"timestamp": "1775557577",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx08:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx15021:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745651x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 115,
"time": "1775535275"
},
"departure": {
"delay": 115,
"time": "1775535295"
},
"stopId": "FR:50129:ZE:10CAQ1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 95,
"time": "1775536269"
},
"departure": {
"delay": 95,
"time": "1775536295"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 113,
"time": "1775536038"
},
"departure": {
"delay": 113,
"time": "1775536073"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 143,
"time": "1775535345"
},
"departure": {
"delay": 143,
"time": "1775535383"
},
"stopId": "FR:50129:ZE:10ANN1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 61,
"time": "1775534534"
},
"departure": {
"delay": 61,
"time": "1775534581"
},
"stopId": "FR:50129:ZE:10MES1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 103,
"time": "1775535901"
},
"departure": {
"delay": 103,
"time": "1775535943"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 39,
"time": "1775536806"
},
"departure": {
"delay": 39,
"time": "1775536839"
},
"stopId": "FR:50129:ZE:10MED3:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 162,
"time": "1775534969"
},
"departure": {
"delay": 162,
"time": "1775534982"
},
"stopId": "FR:50129:ZE:10EPC1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 81,
"time": "1775536127"
},
"departure": {
"delay": 81,
"time": "1775536161"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 134,
"time": "1775534878"
},
"departure": {
"delay": 134,
"time": "1775534894"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 116,
"time": "1775535045"
},
"departure": {
"delay": 116,
"time": "1775535056"
},
"stopId": "FR:50129:ZE:10DIX1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 151,
"time": "1775535432"
},
"departure": {
"delay": 151,
"time": "1775535451"
},
"stopId": "FR:50129:ZE:10CMI1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 93,
"time": "1775535840"
},
"departure": {
"delay": 93,
"time": "1775535873"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 45,
"time": "1775534604"
},
"departure": {
"delay": 45,
"time": "1775534625"
},
"stopId": "FR:50129:ZE:10MOR1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 54,
"time": "1775536666"
},
"departure": {
"delay": 54,
"time": "1775536674"
},
"stopId": "FR:50129:ZE:10GRR1:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": -52,
"time": "1775537168"
},
"stopId": "FR:50129:ZE:10ECT1:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 99,
"time": "1775534690"
},
"departure": {
"delay": 99,
"time": "1775534739"
},
"stopId": "FR:50129:ZE:10FRN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 156,
"time": "1775535544"
},
"departure": {
"delay": 156,
"time": "1775535576"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 113,
"time": "1775535999"
},
"departure": {
"delay": 113,
"time": "1775536013"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 81,
"time": "1775535760"
},
"departure": {
"delay": 81,
"time": "1775535801"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": -12,
"time": "1775537010"
},
"departure": {
"delay": -12,
"time": "1775537028"
},
"stopId": "FR:50129:ZE:10LPL1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 91,
"time": "1775536497"
},
"departure": {
"delay": 91,
"time": "1775536531"
},
"stopId": "FR:50129:ZE:10HPA3:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 126,
"time": "1775535591"
},
"departure": {
"delay": 126,
"time": "1775535606"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 130,
"time": "1775535471"
},
"departure": {
"delay": 130,
"time": "1775535490"
},
"stopId": "FR:50129:ZE:10PAX1:ATOUMOD035",
"stopSequence": 14
},
{
"departure": {
"delay": 20,
"time": "1775534420"
},
"stopId": "FR:50129:ZE:10AMF1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 133,
"time": "1775535103"
},
"departure": {
"delay": 133,
"time": "1775535133"
},
"stopId": "FR:50129:ZE:10PET1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 20,
"time": "1775536904"
},
"departure": {
"delay": 20,
"time": "1775536940"
},
"stopId": "FR:50129:ZE:10NOR5:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 58,
"time": "1775536405"
},
"departure": {
"delay": 58,
"time": "1775536438"
},
"stopId": "FR:50129:ZE:10CRN1:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 13,
"time": "1775537102"
},
"departure": {
"delay": 13,
"time": "1775537113"
},
"stopId": "FR:50129:ZE:10FLO1:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 126,
"time": "1775535700"
},
"departure": {
"delay": 126,
"time": "1775535726"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": -5,
"time": "1775536964"
},
"departure": {
"delay": -5,
"time": "1775536975"
},
"stopId": "FR:50129:ZE:10GDR1:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 73,
"time": "1775536585"
},
"departure": {
"delay": 73,
"time": "1775536633"
},
"stopId": "FR:50129:ZE:10XCT3:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 149,
"time": "1775535167"
},
"departure": {
"delay": 149,
"time": "1775535209"
},
"stopId": "FR:50129:ZE:10HME1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 17,
"time": "1775536741"
},
"departure": {
"delay": 17,
"time": "1775536757"
},
"stopId": "FR:50129:ZE:10BAG3:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 86,
"time": "1775534651"
},
"departure": {
"delay": 86,
"time": "1775534666"
},
"stopId": "FR:50129:ZE:10BOI1:ATOUMOD035",
"stopSequence": 4
}
],
"timestamp": "1775560077",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:02:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745651x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx15892:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 9960,
"time": "1775561460"
},
"departure": {
"delay": 9960,
"time": "1775561460"
},
"stopId": "FR:76475:ZE:TCARxCVOIE2:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 9960,
"time": "1775561220"
},
"departure": {
"delay": 9960,
"time": "1775561220"
},
"stopId": "FR:76116:ZE:TCARxGRAND1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 9960,
"time": "1775561580"
},
"departure": {
"delay": 9960,
"time": "1775561580"
},
"stopId": "FR:76475:ZE:TCARxMALEC2:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 10020,
"time": "1775561880"
},
"departure": {
"delay": 10020,
"time": "1775561880"
},
"stopId": "FR:76475:ZE:TCARxMOPRE1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 9960,
"time": "1775561520"
},
"departure": {
"delay": 9960,
"time": "1775561520"
},
"stopId": "FR:76475:ZE:TCARxGAREN1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 10080,
"time": "1775563020"
},
"stopId": "FR:76540:ZE:TCARxMARTA1:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 9960,
"time": "1775561940"
},
"departure": {
"delay": 9960,
"time": "1775561940"
},
"stopId": "FR:76429:ZE:TCARxCHATA1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 9900,
"time": "1775561280"
},
"departure": {
"delay": 9900,
"time": "1775561280"
},
"stopId": "FR:76116:ZE:TCARxAEROP2:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 9960,
"time": "1775562000"
},
"departure": {
"delay": 9960,
"time": "1775562000"
},
"stopId": "FR:76429:ZE:TCARxCHEMI1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 9960,
"time": "1775561400"
},
"departure": {
"delay": 9960,
"time": "1775561400"
},
"stopId": "FR:76475:ZE:TCARxCHERA2:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 9920,
"time": "1775561240"
},
"departure": {
"delay": 9920,
"time": "1775561240"
},
"stopId": "FR:76116:ZE:TCARxGENDA2:ATOUMOD001",
"stopSequence": 3
},
{
"departure": {
"delay": 9900,
"time": "1775561160"
},
"stopId": "FR:76116:ZE:TCARxMUZIK1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 10080,
"time": "1775562900"
},
"departure": {
"delay": 10080,
"time": "1775562900"
},
"stopId": "FR:76540:ZE:TCARxCHMA11:ATOUMOD001",
"stopSequence": 27
}
],
"timestamp": "1775556976",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx13:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx15892:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4190088x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 136,
"time": "1775560696"
},
"departure": {
"delay": 136,
"time": "1775560696"
},
"stopId": "FR:76351:ZE:3422:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 92,
"time": "1775560232"
},
"departure": {
"delay": 92,
"time": "1775560232"
},
"stopId": "FR:76351:ZE:4831:ATOUMOD003",
"stopSequence": 6
},
{
"departure": {
"delay": 103,
"time": "1775560063"
},
"stopId": "FR:76351:ZE:3193:ATOUMOD003",
"stopSequence": 3
},
{
"arrival": {
"delay": 92,
"time": "1775560652"
},
"departure": {
"delay": 92,
"time": "1775560652"
},
"stopId": "FR:76351:ZE:4837:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": 144,
"time": "1775561124"
},
"departure": {
"delay": 144,
"time": "1775561124"
},
"stopId": "FR:76351:ZE:3134:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": 128,
"time": "1775560448"
},
"departure": {
"delay": 128,
"time": "1775560448"
},
"stopId": "FR:76351:ZE:4805:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": 114,
"time": "1775561094"
},
"departure": {
"delay": 114,
"time": "1775561094"
},
"stopId": "FR:76351:ZE:3372:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": 92,
"time": "1775561252"
},
"departure": {
"delay": 92,
"time": "1775561252"
},
"stopId": "FR:76351:ZE:3080:ATOUMOD003",
"stopSequence": 22
},
{
"departure": {
"delay": 73,
"time": "1775559973"
},
"stopId": "FR:76351:ZE:4141:ATOUMOD003",
"stopSequence": 2
},
{
"arrival": {
"delay": 92,
"time": "1775561552"
},
"departure": {
"delay": 92,
"time": "1775561552"
},
"stopId": "FR:76351:ZE:3152:ATOUMOD003",
"stopSequence": 28
},
{
"arrival": {
"delay": 92,
"time": "1775561732"
},
"stopId": "FR:76351:ZE:3472:ATOUMOD003",
"stopSequence": 30
},
{
"arrival": {
"delay": 117,
"time": "1775560617"
},
"departure": {
"delay": 117,
"time": "1775560617"
},
"stopId": "FR:76351:ZE:5151:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 107,
"time": "1775560187"
},
"departure": {
"delay": 107,
"time": "1775560187"
},
"stopId": "FR:76351:ZE:3778:ATOUMOD003",
"stopSequence": 5
},
{
"arrival": {
"delay": 92,
"time": "1775560772"
},
"departure": {
"delay": 92,
"time": "1775560772"
},
"stopId": "FR:76351:ZE:3143:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 145,
"time": "1775560345"
},
"departure": {
"delay": 145,
"time": "1775560345"
},
"stopId": "FR:76351:ZE:4912:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": 119,
"time": "1775561519"
},
"departure": {
"delay": 119,
"time": "1775561519"
},
"stopId": "FR:76351:ZE:4850:ATOUMOD003",
"stopSequence": 27
},
{
"arrival": {
"delay": 92,
"time": "1775561372"
},
"departure": {
"delay": 92,
"time": "1775561372"
},
"stopId": "FR:76351:ZE:3039:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": 148,
"time": "1775560288"
},
"departure": {
"delay": 148,
"time": "1775560288"
},
"stopId": "FR:76351:ZE:3782:ATOUMOD003",
"stopSequence": 7
},
{
"arrival": {
"delay": 128,
"time": "1775561408"
},
"departure": {
"delay": 128,
"time": "1775561408"
},
"stopId": "FR:76351:ZE:3573:ATOUMOD003",
"stopSequence": 25
},
{
"arrival": {
"delay": 118,
"time": "1775560738"
},
"departure": {
"delay": 118,
"time": "1775560738"
},
"stopId": "FR:76351:ZE:3488:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": 99,
"time": "1775561319"
},
"departure": {
"delay": 99,
"time": "1775561319"
},
"stopId": "FR:76351:ZE:3674:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": 150,
"time": "1775561610"
},
"departure": {
"delay": 150,
"time": "1775561610"
},
"stopId": "FR:76351:ZE:3162:ATOUMOD003",
"stopSequence": 29
},
{
"arrival": {
"delay": 138,
"time": "1775561058"
},
"departure": {
"delay": 138,
"time": "1775561058"
},
"stopId": "FR:76351:ZE:3156:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 138,
"time": "1775560578"
},
"departure": {
"delay": 138,
"time": "1775560578"
},
"stopId": "FR:76351:ZE:4485:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": 146,
"time": "1775560886"
},
"departure": {
"delay": 146,
"time": "1775560886"
},
"stopId": "FR:76351:ZE:3054:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": 92,
"time": "1775561192"
},
"departure": {
"delay": 92,
"time": "1775561192"
},
"stopId": "FR:76351:ZE:3743:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": 130,
"time": "1775561470"
},
"departure": {
"delay": 130,
"time": "1775561470"
},
"stopId": "FR:76351:ZE:3077:ATOUMOD003",
"stopSequence": 26
},
{
"arrival": {
"delay": 114,
"time": "1775560134"
},
"departure": {
"delay": 114,
"time": "1775560134"
},
"stopId": "FR:76351:ZE:3776:ATOUMOD003",
"stopSequence": 4
},
{
"arrival": {
"delay": 92,
"time": "1775560952"
},
"departure": {
"delay": 92,
"time": "1775560952"
},
"stopId": "FR:76351:ZE:3550:ATOUMOD003",
"stopSequence": 17
}
],
"timestamp": "1775560069",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:09:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4190088x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3748519x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 171,
"time": "1775539576"
},
"departure": {
"delay": 171,
"time": "1775539611"
},
"stopId": "FR:50129:ZE:10FOE1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 122,
"time": "1775539725"
},
"departure": {
"delay": 122,
"time": "1775539742"
},
"stopId": "FR:50129:ZE:10BRA1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 125,
"time": "1775540275"
},
"departure": {
"delay": 125,
"time": "1775540345"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 148,
"time": "1775540168"
},
"departure": {
"delay": 148,
"time": "1775540188"
},
"stopId": "FR:50129:ZE:10AMO1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 102,
"time": "1775540644"
},
"departure": {
"delay": 102,
"time": "1775540682"
},
"stopId": "FR:50129:ZE:10LCA1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 82,
"time": "1775539445"
},
"departure": {
"delay": 82,
"time": "1775539462"
},
"stopId": "FR:50129:ZE:10ZFO1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 106,
"time": "1775539505"
},
"departure": {
"delay": 106,
"time": "1775539546"
},
"stopId": "FR:50129:ZE:10GRI1:ATOUMOD035",
"stopSequence": 4
},
{
"departure": {
"delay": 80,
"time": "1775539280"
},
"stopId": "FR:50129:ZE:10PYC1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 190,
"time": "1775539640"
},
"departure": {
"delay": 190,
"time": "1775539690"
},
"stopId": "FR:50129:ZE:10MRT1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 204,
"time": "1775539889"
},
"departure": {
"delay": 204,
"time": "1775539944"
},
"stopId": "FR:50129:ZE:10ANJ5:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 109,
"time": "1775540535"
},
"departure": {
"delay": 109,
"time": "1775540569"
},
"stopId": "FR:50129:ZE:10THH3:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 103,
"time": "1775540946"
},
"departure": {
"delay": 103,
"time": "1775540983"
},
"stopId": "FR:50129:ZE:10LLM1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 85,
"time": "1775539375"
},
"departure": {
"delay": 85,
"time": "1775539405"
},
"stopId": "FR:50129:ZE:10VDT1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 147,
"time": "1775540877"
},
"departure": {
"delay": 147,
"time": "1775540907"
},
"stopId": "FR:50129:ZE:10LUM1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 182,
"time": "1775540733"
},
"departure": {
"delay": 182,
"time": "1775540822"
},
"stopId": "FR:50129:ZE:10BHC3:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 129,
"time": "1775541309"
},
"stopId": "FR:50129:ZE:10ZSA3:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 227,
"time": "1775540110"
},
"departure": {
"delay": 227,
"time": "1775540147"
},
"stopId": "FR:50129:ZE:10EGL1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 108,
"time": "1775541130"
},
"departure": {
"delay": 108,
"time": "1775541168"
},
"stopId": "FR:50129:ZE:10JBO3:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 152,
"time": "1775539800"
},
"departure": {
"delay": 152,
"time": "1775539832"
},
"stopId": "FR:50129:ZE:10BQR1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 114,
"time": "1775540928"
},
"departure": {
"delay": 114,
"time": "1775540934"
},
"stopId": "FR:50129:ZE:10JMO1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 223,
"time": "1775539975"
},
"departure": {
"delay": 223,
"time": "1775540023"
},
"stopId": "FR:50129:ZE:10PRV1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 120,
"time": "1775541230"
},
"departure": {
"delay": 120,
"time": "1775541240"
},
"stopId": "FR:50129:ZE:10CHE1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 227,
"time": "1775540049"
},
"departure": {
"delay": 227,
"time": "1775540087"
},
"stopId": "FR:50129:ZE:10OLY1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 82,
"time": "1775540998"
},
"departure": {
"delay": 82,
"time": "1775541022"
},
"stopId": "FR:50129:ZE:10BRO1:ATOUMOD035",
"stopSequence": 21
}
],
"timestamp": "1775560076",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:06:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3748519x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx17112:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -5539,
"time": "1775558959"
},
"departure": {
"delay": -5539,
"time": "1775558981"
},
"stopId": "FR:76451:ZE:TCARxBULIN0:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": -5474,
"time": "1775559886"
},
"departure": {
"delay": -5474,
"time": "1775559886"
},
"stopId": "FR:76540:ZE:TCARxBOU5:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": -5492,
"time": "1775560108"
},
"departure": {
"delay": -5492,
"time": "1775560108"
},
"stopId": "FR:76540:ZE:TCARxLYFLA1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": -5449,
"time": "1775559971"
},
"departure": {
"delay": -5449,
"time": "1775559971"
},
"stopId": "FR:76540:ZE:TCARxRESER0:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": -5375,
"time": "1775560405"
},
"departure": {
"delay": -5375,
"time": "1775560405"
},
"stopId": "FR:76540:ZE:TCARxZURIC1:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": -5525,
"time": "1775559554"
},
"departure": {
"delay": -5525,
"time": "1775559655"
},
"stopId": "FR:76540:ZE:TCARxHVR3:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": -5485,
"time": "1775559749"
},
"departure": {
"delay": -5485,
"time": "1775559755"
},
"stopId": "FR:76540:ZE:TCARxSTVIV3:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": -5475,
"time": "1775560005"
},
"departure": {
"delay": -5475,
"time": "1775560005"
},
"stopId": "FR:76540:ZE:TCARxMONUM0:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": -5424,
"time": "1775560536"
},
"departure": {
"delay": -5424,
"time": "1775560536"
},
"stopId": "FR:76540:ZE:TCARxVFLEU1:ATOUMOD001",
"stopSequence": 31
},
{
"arrival": {
"delay": -5645,
"time": "1775558435"
},
"departure": {
"delay": -5645,
"time": "1775558455"
},
"stopId": "FR:76451:ZE:TCARxPAULI0:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -5490,
"time": "1775559090"
},
"departure": {
"delay": -5490,
"time": "1775559090"
},
"stopId": "FR:76451:ZE:TCARxFORTI1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": -5525,
"time": "1775559032"
},
"departure": {
"delay": -5525,
"time": "1775559055"
},
"stopId": "FR:76451:ZE:TCARxMORIN0:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": -5643,
"time": "1775558397"
},
"departure": {
"delay": -5643,
"time": "1775558397"
},
"stopId": "FR:76451:ZE:TCARxARON0:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -5479,
"time": "1775559225"
},
"departure": {
"delay": -5479,
"time": "1775559281"
},
"stopId": "FR:76540:ZE:TCARxGAREB1:ATOUMOD001",
"stopSequence": 14
},
{
"departure": {
"delay": -5710,
"time": "1775558330"
},
"stopId": "FR:76451:ZE:TCARxPVTIN1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": -5443,
"time": "1775560637"
},
"departure": {
"delay": -5443,
"time": "1775560637"
},
"stopId": "FR:76540:ZE:TCARxDRIVI3:ATOUMOD001",
"stopSequence": 32
},
{
"arrival": {
"delay": -5427,
"time": "1775560173"
},
"departure": {
"delay": -5427,
"time": "1775560173"
},
"stopId": "FR:76540:ZE:TCARxBUREA0:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": -5504,
"time": "1775559796"
},
"departure": {
"delay": -5504,
"time": "1775559796"
},
"stopId": "FR:76540:ZE:TCARxCONSE0:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": -5432,
"time": "1775560348"
},
"departure": {
"delay": -5432,
"time": "1775560348"
},
"stopId": "FR:76540:ZE:TCARxROLLA1:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": -5429,
"time": "1775560471"
},
"departure": {
"delay": -5429,
"time": "1775560471"
},
"stopId": "FR:76540:ZE:TCARxHALL21:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": -5431,
"time": "1775560289"
},
"departure": {
"delay": -5431,
"time": "1775560289"
},
"stopId": "FR:76540:ZE:TCARxSUISS1:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": -5549,
"time": "1775558911"
},
"departure": {
"delay": -5549,
"time": "1775558911"
},
"stopId": "FR:76451:ZE:TCARxBERTE0:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": -5435,
"time": "1775560225"
},
"departure": {
"delay": -5435,
"time": "1775560225"
},
"stopId": "FR:76540:ZE:TCARxDELVI1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": -5452,
"time": "1775559368"
},
"departure": {
"delay": -5452,
"time": "1775559368"
},
"stopId": "FR:76540:ZE:TCARxSVER7:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": -5477,
"time": "1775560063"
},
"departure": {
"delay": -5477,
"time": "1775560063"
},
"stopId": "FR:76540:ZE:TCARxCNORD0:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": -5391,
"time": "1775560749"
},
"stopId": "FR:76540:ZE:TCARxBDARN1:ATOUMOD001",
"stopSequence": 33
},
{
"arrival": {
"delay": -5485,
"time": "1775559448"
},
"departure": {
"delay": -5485,
"time": "1775559455"
},
"stopId": "FR:76540:ZE:TCARxBARTS0:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": -5557,
"time": "1775558843"
},
"departure": {
"delay": -5557,
"time": "1775558843"
},
"stopId": "FR:76451:ZE:TCARxASSOC0:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -5507,
"time": "1775559133"
},
"departure": {
"delay": -5507,
"time": "1775559133"
},
"stopId": "FR:76540:ZE:TCARxMALAT0:ATOUMOD001",
"stopSequence": 13
}
],
"timestamp": "1775558336",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx22:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx17112:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746214x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 121,
"time": "1775546841"
},
"departure": {
"delay": 121,
"time": "1775546881"
},
"stopId": "FR:50129:ZE:10BRO2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 53,
"time": "1775548903"
},
"departure": {
"delay": 53,
"time": "1775548913"
},
"stopId": "FR:50129:ZE:10ARA2:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"delay": 91,
"time": "1775546602"
},
"departure": {
"delay": 91,
"time": "1775546611"
},
"stopId": "FR:50129:ZE:10JEA2:ATOUMOD035",
"stopSequence": 9
},
{
"departure": {
"delay": 13,
"time": "1775546113"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 67,
"time": "1775548952"
},
"departure": {
"delay": 67,
"time": "1775548987"
},
"stopId": "FR:50129:ZE:10BON2:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": 121,
"time": "1775546971"
},
"departure": {
"delay": 121,
"time": "1775547001"
},
"stopId": "FR:50129:ZE:10LUM2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 112,
"time": "1775547255"
},
"departure": {
"delay": 112,
"time": "1775547292"
},
"stopId": "FR:50129:ZE:10THH4:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 111,
"time": "1775547608"
},
"departure": {
"delay": 111,
"time": "1775547651"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 72,
"time": "1775548371"
},
"departure": {
"delay": 72,
"time": "1775548392"
},
"stopId": "FR:50129:ZE:10HOM2:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": -33,
"time": "1775549054"
},
"departure": {
"delay": -33,
"time": "1775549067"
},
"stopId": "FR:50129:ZE:10CAR2:ATOUMOD035",
"stopSequence": 44
},
{
"arrival": {
"delay": 40,
"time": "1775547966"
},
"departure": {
"delay": 40,
"time": "1775548000"
},
"stopId": "FR:50129:ZE:10HDI4:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": -23,
"time": "1775549126"
},
"departure": {
"delay": -23,
"time": "1775549137"
},
"stopId": "FR:50129:ZE:10SFN2:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"delay": 71,
"time": "1775548716"
},
"departure": {
"delay": 71,
"time": "1775548751"
},
"stopId": "FR:50129:ZE:10LON2:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": -13,
"time": "1775549294"
},
"departure": {
"delay": -13,
"time": "1775549327"
},
"stopId": "FR:50129:ZE:10COF2:ATOUMOD035",
"stopSequence": 47
},
{
"arrival": {
"delay": 56,
"time": "1775548458"
},
"departure": {
"delay": 56,
"time": "1775548496"
},
"stopId": "FR:50129:ZE:10LAV2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 63,
"time": "1775548309"
},
"departure": {
"delay": 63,
"time": "1775548323"
},
"stopId": "FR:50129:ZE:10BEL2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 43,
"time": "1775548647"
},
"departure": {
"delay": 43,
"time": "1775548663"
},
"stopId": "FR:50129:ZE:10ZOL2:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 74,
"time": "1775547698"
},
"departure": {
"delay": 74,
"time": "1775547734"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": -55,
"time": "1775549392"
},
"departure": {
"delay": -55,
"time": "1775549405"
},
"stopId": "FR:50129:ZE:10EPH1:ATOUMOD035",
"stopSequence": 49
},
{
"arrival": {
"delay": 84,
"time": "1775547789"
},
"departure": {
"delay": 84,
"time": "1775547804"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": -5,
"time": "1775549025"
},
"departure": {
"delay": -5,
"time": "1775549035"
},
"stopId": "FR:50129:ZE:10HOU2:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": 89,
"time": "1775547523"
},
"departure": {
"delay": 89,
"time": "1775547569"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 12,
"time": "1775546325"
},
"departure": {
"delay": 12,
"time": "1775546352"
},
"stopId": "FR:50129:ZE:10CVE2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": -49,
"time": "1775549156"
},
"departure": {
"delay": -49,
"time": "1775549171"
},
"stopId": "FR:50129:ZE:10ALB2:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"delay": 47,
"time": "1775546424"
},
"departure": {
"delay": 47,
"time": "1775546447"
},
"stopId": "FR:50129:ZE:10MGT2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 27,
"time": "1775548993"
},
"departure": {
"delay": 27,
"time": "1775549007"
},
"stopId": "FR:50129:ZE:10BRT2:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"delay": 117,
"time": "1775547147"
},
"departure": {
"delay": 117,
"time": "1775547177"
},
"stopId": "FR:50129:ZE:10LCP2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 96,
"time": "1775546462"
},
"departure": {
"delay": 96,
"time": "1775546496"
},
"stopId": "FR:50129:ZE:10MYO2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 69,
"time": "1775548526"
},
"departure": {
"delay": 69,
"time": "1775548569"
},
"stopId": "FR:50129:ZE:10DUB2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 51,
"time": "1775548421"
},
"departure": {
"delay": 51,
"time": "1775548431"
},
"stopId": "FR:50129:ZE:10AGO2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 54,
"time": "1775547827"
},
"departure": {
"delay": 54,
"time": "1775547834"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 21,
"time": "1775548047"
},
"departure": {
"delay": 21,
"time": "1775548101"
},
"stopId": "FR:50129:ZE:10REP4:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 105,
"time": "1775546531"
},
"departure": {
"delay": 105,
"time": "1775546565"
},
"stopId": "FR:50129:ZE:10NOR4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 134,
"time": "1775547399"
},
"departure": {
"delay": 134,
"time": "1775547434"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 43,
"time": "1775548771"
},
"departure": {
"delay": 43,
"time": "1775548783"
},
"stopId": "FR:50129:ZE:10BHE2:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 38,
"time": "1775546163"
},
"departure": {
"delay": 38,
"time": "1775546198"
},
"stopId": "FR:50129:ZE:10JGO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": -43,
"time": "1775549341"
},
"departure": {
"delay": -43,
"time": "1775549357"
},
"stopId": "FR:50129:ZE:10SFG2:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"delay": 72,
"time": "1775546937"
},
"departure": {
"delay": 72,
"time": "1775546952"
},
"stopId": "FR:50129:ZE:10JMO2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 75,
"time": "1775546624"
},
"departure": {
"delay": 75,
"time": "1775546655"
},
"stopId": "FR:50129:ZE:10ZPH2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": -84,
"time": "1775549436"
},
"stopId": "FR:50129:ZE:10MAX1:ATOUMOD035",
"stopSequence": 50
},
{
"arrival": {
"delay": 32,
"time": "1775548128"
},
"departure": {
"delay": 32,
"time": "1775548172"
},
"stopId": "FR:50129:ZE:10TRA6:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 62,
"time": "1775546669"
},
"departure": {
"delay": 62,
"time": "1775546702"
},
"stopId": "FR:50129:ZE:10ART2:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 91,
"time": "1775548870"
},
"departure": {
"delay": 91,
"time": "1775548891"
},
"stopId": "FR:50129:ZE:10PRE2:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": 100,
"time": "1775546908"
},
"departure": {
"delay": 100,
"time": "1775546920"
},
"stopId": "FR:50129:ZE:10LLM2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 26,
"time": "1775546272"
},
"departure": {
"delay": 26,
"time": "1775546306"
},
"stopId": "FR:50129:ZE:10COS2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 109,
"time": "1775547047"
},
"departure": {
"delay": 109,
"time": "1775547109"
},
"stopId": "FR:50129:ZE:10BHC2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 103,
"time": "1775548811"
},
"departure": {
"delay": 103,
"time": "1775548843"
},
"stopId": "FR:50129:ZE:10CPL2:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"delay": 72,
"time": "1775546376"
},
"departure": {
"delay": 72,
"time": "1775546412"
},
"stopId": "FR:50129:ZE:10RSX2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 69,
"time": "1775547868"
},
"departure": {
"delay": 69,
"time": "1775547909"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 56,
"time": "1775548225"
},
"departure": {
"delay": 56,
"time": "1775548256"
},
"stopId": "FR:50129:ZE:10HUI2:ATOUMOD035",
"stopSequence": 29
}
],
"timestamp": "1775560079",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746214x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx8108:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 28,
"time": "1775560648"
},
"departure": {
"delay": 28,
"time": "1775560648"
},
"stopId": "FR:76498:ZE:TCARxNOVET1:ATOUMOD001",
"stopSequence": 16
},
{
"departure": {
"delay": 43,
"time": "1775559223"
},
"stopId": "FR:76540:ZE:TCARxMCURIE:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 29,
"time": "1775560889"
},
"departure": {
"delay": 29,
"time": "1775560889"
},
"stopId": "FR:76322:ZE:TCARxCBRUT1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 99,
"time": "1775559399"
},
"departure": {
"delay": 99,
"time": "1775559399"
},
"stopId": "FR:76540:ZE:TCARxCHRUT1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 238,
"time": "1775559575"
},
"departure": {
"delay": 238,
"time": "1775559598"
},
"stopId": "FR:76540:ZE:TCARxHILAI1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 25,
"time": "1775560465"
},
"departure": {
"delay": 25,
"time": "1775560465"
},
"stopId": "FR:76540:ZE:TCARxLOPOT1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 25,
"time": "1775561005"
},
"departure": {
"delay": 25,
"time": "1775561005"
},
"stopId": "FR:76322:ZE:TCARxSANDT1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 77,
"time": "1775560937"
},
"departure": {
"delay": 77,
"time": "1775560937"
},
"stopId": "FR:76322:ZE:TCARxSTENT1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 193,
"time": "1775559673"
},
"departure": {
"delay": 193,
"time": "1775559673"
},
"stopId": "FR:76540:ZE:TCARxTMARV1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 83,
"time": "1775560403"
},
"departure": {
"delay": 83,
"time": "1775560403"
},
"stopId": "FR:76540:ZE:TCARxCAFT1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 49,
"time": "1775559949"
},
"departure": {
"delay": 49,
"time": "1775559949"
},
"stopId": "FR:76540:ZE:TCARxGARET1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 82,
"time": "1775560102"
},
"departure": {
"delay": 82,
"time": "1775560102"
},
"stopId": "FR:76540:ZE:TCARxCAUCT1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 67,
"time": "1775560567"
},
"departure": {
"delay": 67,
"time": "1775560567"
},
"stopId": "FR:76498:ZE:TCARxCHART1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 25,
"time": "1775560765"
},
"departure": {
"delay": 25,
"time": "1775560765"
},
"stopId": "FR:76498:ZE:TCARxDIOCT1:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 76,
"time": "1775560156"
},
"departure": {
"delay": 76,
"time": "1775560156"
},
"stopId": "FR:76540:ZE:TCARxVXMAR1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 101,
"time": "1775559281"
},
"departure": {
"delay": 101,
"time": "1775559281"
},
"stopId": "FR:76540:ZE:TCARxSANTE1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 53,
"time": "1775559748"
},
"departure": {
"delay": 53,
"time": "1775559773"
},
"stopId": "FR:76540:ZE:TCARxBOU8:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 94,
"time": "1775559848"
},
"departure": {
"delay": 94,
"time": "1775559874"
},
"stopId": "FR:76540:ZE:TCARxBEAUT1:ATOUMOD001",
"stopSequence": 7
}
],
"timestamp": "1775559225",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx94:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx8108:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746227x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 92,
"time": "1775557832"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 20,
"time": "1775560520"
},
"departure": {
"delay": 20,
"time": "1775560520"
},
"stopId": "FR:50129:ZE:10PRE2:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": 70,
"time": "1775559392"
},
"departure": {
"delay": 70,
"time": "1775559430"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 98,
"time": "1775558046"
},
"departure": {
"delay": 98,
"time": "1775558078"
},
"stopId": "FR:50129:ZE:10RSX2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 20,
"time": "1775560460"
},
"departure": {
"delay": 20,
"time": "1775560460"
},
"stopId": "FR:50129:ZE:10BHE2:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 88,
"time": "1775559478"
},
"departure": {
"delay": 88,
"time": "1775559508"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 82,
"time": "1775558093"
},
"departure": {
"delay": 82,
"time": "1775558122"
},
"stopId": "FR:50129:ZE:10MGT2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 47,
"time": "1775558257"
},
"departure": {
"delay": 47,
"time": "1775558267"
},
"stopId": "FR:50129:ZE:10ZPH2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 20,
"time": "1775560820"
},
"departure": {
"delay": 20,
"time": "1775560820"
},
"stopId": "FR:50129:ZE:10CAR2:ATOUMOD035",
"stopSequence": 44
},
{
"arrival": {
"delay": 81,
"time": "1775557968"
},
"departure": {
"delay": 81,
"time": "1775558001"
},
"stopId": "FR:50129:ZE:10COS2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"time": "1775558844"
},
"departure": {
"time": "1775558880"
},
"stopId": "FR:50129:ZE:10THH4:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 20,
"time": "1775558622"
},
"departure": {
"delay": 20,
"time": "1775558720"
},
"stopId": "FR:50129:ZE:10BHC2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 98,
"time": "1775559225"
},
"departure": {
"delay": 98,
"time": "1775559278"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": -3,
"time": "1775558566"
},
"departure": {
"delay": -3,
"time": "1775558577"
},
"stopId": "FR:50129:ZE:10LUM2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 20,
"time": "1775560400"
},
"departure": {
"delay": 20,
"time": "1775560400"
},
"stopId": "FR:50129:ZE:10LON2:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 17,
"time": "1775559825"
},
"departure": {
"delay": 17,
"time": "1775559857"
},
"stopId": "FR:50129:ZE:10TRA6:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 50,
"time": "1775558020"
},
"departure": {
"delay": 50,
"time": "1775558030"
},
"stopId": "FR:50129:ZE:10CVE2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 20,
"time": "1775560220"
},
"departure": {
"delay": 20,
"time": "1775560220"
},
"stopId": "FR:50129:ZE:10DUB2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 20,
"time": "1775560940"
},
"departure": {
"delay": 20,
"time": "1775560940"
},
"stopId": "FR:50129:ZE:10ALB2:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"delay": 20,
"time": "1775560160"
},
"departure": {
"delay": 20,
"time": "1775560160"
},
"stopId": "FR:50129:ZE:10LAV2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 105,
"time": "1775558134"
},
"departure": {
"delay": 105,
"time": "1775558145"
},
"stopId": "FR:50129:ZE:10MYO2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 20,
"time": "1775560700"
},
"departure": {
"delay": 20,
"time": "1775560700"
},
"stopId": "FR:50129:ZE:10BRT2:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"delay": 37,
"time": "1775560016"
},
"departure": {
"delay": 37,
"time": "1775560057"
},
"stopId": "FR:50129:ZE:10HOM2:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 20,
"time": "1775560100"
},
"departure": {
"delay": 20,
"time": "1775560100"
},
"stopId": "FR:50129:ZE:10AGO2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 40,
"time": "1775559902"
},
"departure": {
"delay": 40,
"time": "1775559940"
},
"stopId": "FR:50129:ZE:10HUI2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 20,
"time": "1775560760"
},
"departure": {
"delay": 20,
"time": "1775560760"
},
"stopId": "FR:50129:ZE:10HOU2:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": 21,
"time": "1775560461"
},
"departure": {
"delay": 21,
"time": "1775560461"
},
"stopId": "FR:50129:ZE:10CPL2:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"delay": 17,
"time": "1775558744"
},
"departure": {
"delay": 17,
"time": "1775558777"
},
"stopId": "FR:50129:ZE:10LCP2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 74,
"time": "1775559596"
},
"departure": {
"delay": 74,
"time": "1775559614"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 52,
"time": "1775558472"
},
"departure": {
"delay": 52,
"time": "1775558512"
},
"stopId": "FR:50129:ZE:10LLM2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": -9,
"time": "1775558399"
},
"departure": {
"delay": -9,
"time": "1775558451"
},
"stopId": "FR:50129:ZE:10BRO2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 82,
"time": "1775558155"
},
"departure": {
"delay": 82,
"time": "1775558182"
},
"stopId": "FR:50129:ZE:10NOR4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 97,
"time": "1775557868"
},
"departure": {
"delay": 97,
"time": "1775557897"
},
"stopId": "FR:50129:ZE:10JGO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 20,
"time": "1775561060"
},
"departure": {
"delay": 20,
"time": "1775561060"
},
"stopId": "FR:50129:ZE:10COF2:ATOUMOD035",
"stopSequence": 47
},
{
"arrival": {
"delay": 54,
"time": "1775559677"
},
"departure": {
"delay": 54,
"time": "1775559714"
},
"stopId": "FR:50129:ZE:10HDI4:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 21,
"time": "1775559964"
},
"departure": {
"delay": 21,
"time": "1775559981"
},
"stopId": "FR:50129:ZE:10BEL2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 20,
"time": "1775560640"
},
"departure": {
"delay": 20,
"time": "1775560640"
},
"stopId": "FR:50129:ZE:10BON2:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": 20,
"time": "1775560580"
},
"departure": {
"delay": 20,
"time": "1775560580"
},
"stopId": "FR:50129:ZE:10ARA2:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"delay": 20,
"time": "1775560340"
},
"departure": {
"delay": 20,
"time": "1775560340"
},
"stopId": "FR:50129:ZE:10ZOL2:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 128,
"time": "1775558985"
},
"departure": {
"delay": 128,
"time": "1775559128"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 20,
"time": "1775560880"
},
"departure": {
"delay": 20,
"time": "1775560880"
},
"stopId": "FR:50129:ZE:10SFN2:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"delay": 38,
"time": "1775558280"
},
"departure": {
"delay": 38,
"time": "1775558318"
},
"stopId": "FR:50129:ZE:10ART2:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 24,
"time": "1775559751"
},
"departure": {
"delay": 24,
"time": "1775559804"
},
"stopId": "FR:50129:ZE:10REP4:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 18,
"time": "1775558531"
},
"departure": {
"delay": 18,
"time": "1775558538"
},
"stopId": "FR:50129:ZE:10JMO2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 20,
"time": "1775561180"
},
"departure": {
"delay": 20,
"time": "1775561180"
},
"stopId": "FR:50129:ZE:10EPH1:ATOUMOD035",
"stopSequence": 49
},
{
"arrival": {
"delay": 63,
"time": "1775558215"
},
"departure": {
"delay": 63,
"time": "1775558223"
},
"stopId": "FR:50129:ZE:10JEA2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 20,
"time": "1775561120"
},
"departure": {
"delay": 20,
"time": "1775561120"
},
"stopId": "FR:50129:ZE:10SFG2:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"delay": 113,
"time": "1775559317"
},
"departure": {
"delay": 113,
"time": "1775559353"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 79,
"time": "1775559526"
},
"departure": {
"delay": 79,
"time": "1775559559"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 20,
"time": "1775561240"
},
"stopId": "FR:50129:ZE:10MAX1:ATOUMOD035",
"stopSequence": 50
}
],
"timestamp": "1775560079",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746227x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746179x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -1,
"time": "1775559381"
},
"departure": {
"delay": -1,
"time": "1775559419"
},
"stopId": "FR:50129:ZE:10HOM1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": -3,
"time": "1775559317"
},
"departure": {
"delay": -3,
"time": "1775559357"
},
"stopId": "FR:50129:ZE:10AGO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 11,
"time": "1775558755"
},
"departure": {
"delay": 11,
"time": "1775558771"
},
"stopId": "FR:50129:ZE:10BRT1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": -40,
"time": "1775560460"
},
"departure": {
"delay": -40,
"time": "1775560460"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": -10,
"time": "1775559031"
},
"departure": {
"delay": -10,
"time": "1775559050"
},
"stopId": "FR:50129:ZE:10LON1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 42,
"time": "1775558411"
},
"departure": {
"delay": 42,
"time": "1775558442"
},
"stopId": "FR:50129:ZE:10COF1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": -40,
"time": "1775561060"
},
"departure": {
"delay": -40,
"time": "1775561060"
},
"stopId": "FR:50129:ZE:10BRO1:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"delay": -56,
"time": "1775559471"
},
"departure": {
"delay": -56,
"time": "1775559484"
},
"stopId": "FR:50129:ZE:10BEL1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": -40,
"time": "1775561000"
},
"departure": {
"delay": -40,
"time": "1775561000"
},
"stopId": "FR:50129:ZE:10LLM1:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 67,
"time": "1775558631"
},
"departure": {
"delay": 67,
"time": "1775558647"
},
"stopId": "FR:50129:ZE:10SFN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": -22,
"time": "1775559529"
},
"departure": {
"delay": -22,
"time": "1775559578"
},
"stopId": "FR:50129:ZE:10HUI1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": -45,
"time": "1775560001"
},
"departure": {
"delay": -45,
"time": "1775560035"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": -40,
"time": "1775561180"
},
"departure": {
"delay": -40,
"time": "1775561180"
},
"stopId": "FR:50129:ZE:10ART1:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": -40,
"time": "1775561480"
},
"departure": {
"delay": -40,
"time": "1775561480"
},
"stopId": "FR:50129:ZE:10RSX1:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"delay": 66,
"time": "1775558695"
},
"departure": {
"delay": 66,
"time": "1775558706"
},
"stopId": "FR:50129:ZE:10CAR1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": -15,
"time": "1775559095"
},
"departure": {
"delay": -15,
"time": "1775559105"
},
"stopId": "FR:50129:ZE:10ZOL1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": -45,
"time": "1775559758"
},
"departure": {
"delay": -45,
"time": "1775559795"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": -40,
"time": "1775561360"
},
"departure": {
"delay": -40,
"time": "1775561360"
},
"stopId": "FR:50129:ZE:10NOR3:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"delay": -40,
"time": "1775561300"
},
"departure": {
"delay": -40,
"time": "1775561300"
},
"stopId": "FR:50129:ZE:10JEA1:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": -39,
"time": "1775561481"
},
"departure": {
"delay": -39,
"time": "1775561481"
},
"stopId": "FR:50129:ZE:10CVE1:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"delay": -40,
"time": "1775561420"
},
"departure": {
"delay": -40,
"time": "1775561420"
},
"stopId": "FR:50129:ZE:10MYO1:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": -13,
"time": "1775559613"
},
"departure": {
"delay": -13,
"time": "1775559647"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 7,
"time": "1775558971"
},
"departure": {
"delay": 7,
"time": "1775559007"
},
"stopId": "FR:50129:ZE:10BHE1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 33,
"time": "1775558718"
},
"departure": {
"delay": 33,
"time": "1775558733"
},
"stopId": "FR:50129:ZE:10HOU1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": -22,
"time": "1775559662"
},
"departure": {
"delay": -22,
"time": "1775559698"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": -40,
"time": "1775560580"
},
"departure": {
"delay": -40,
"time": "1775560580"
},
"stopId": "FR:50129:ZE:10THH3:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": -40,
"time": "1775560340"
},
"departure": {
"delay": -40,
"time": "1775560340"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": -40,
"time": "1775561240"
},
"departure": {
"delay": -40,
"time": "1775561240"
},
"stopId": "FR:50129:ZE:10ZPH1:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"delay": -49,
"time": "1775558921"
},
"departure": {
"delay": -49,
"time": "1775558951"
},
"stopId": "FR:50129:ZE:10CPL1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": -47,
"time": "1775559935"
},
"departure": {
"delay": -47,
"time": "1775559973"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": -39,
"time": "1775560941"
},
"departure": {
"delay": -39,
"time": "1775560941"
},
"stopId": "FR:50129:ZE:10JMO1:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": -40,
"time": "1775560700"
},
"departure": {
"delay": -40,
"time": "1775560700"
},
"stopId": "FR:50129:ZE:10LCA1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": -40,
"time": "1775560820"
},
"departure": {
"delay": -40,
"time": "1775560820"
},
"stopId": "FR:50129:ZE:10BHC3:ATOUMOD035",
"stopSequence": 34
},
{
"departure": {
"delay": 5,
"time": "1775558345"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": -40,
"time": "1775560100"
},
"departure": {
"delay": -40,
"time": "1775560100"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": -40,
"time": "1775561540"
},
"departure": {
"delay": -40,
"time": "1775561540"
},
"stopId": "FR:50129:ZE:10COS1:ATOUMOD035",
"stopSequence": 47
},
{
"arrival": {
"delay": -24,
"time": "1775559263"
},
"departure": {
"delay": -24,
"time": "1775559276"
},
"stopId": "FR:50129:ZE:10LAV1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": -40,
"time": "1775560940"
},
"departure": {
"delay": -40,
"time": "1775560940"
},
"stopId": "FR:50129:ZE:10LUM1:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": -51,
"time": "1775558880"
},
"departure": {
"delay": -51,
"time": "1775558889"
},
"stopId": "FR:50129:ZE:10PRE1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": -7,
"time": "1775559176"
},
"departure": {
"delay": -7,
"time": "1775559233"
},
"stopId": "FR:50129:ZE:10DUB1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 91,
"time": "1775558571"
},
"departure": {
"delay": 91,
"time": "1775558611"
},
"stopId": "FR:50129:ZE:10ALB1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": -39,
"time": "1775561421"
},
"departure": {
"delay": -39,
"time": "1775561421"
},
"stopId": "FR:50129:ZE:10MGT1:ATOUMOD035",
"stopSequence": 44
},
{
"arrival": {
"delay": -40,
"time": "1775560220"
},
"departure": {
"delay": -40,
"time": "1775560220"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": -40,
"time": "1775561660"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"delay": 34,
"time": "1775558361"
},
"departure": {
"delay": 34,
"time": "1775558374"
},
"stopId": "FR:50129:ZE:10SFG1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 23,
"time": "1775558776"
},
"departure": {
"delay": 23,
"time": "1775558783"
},
"stopId": "FR:50129:ZE:10BON1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": -26,
"time": "1775558842"
},
"departure": {
"delay": -26,
"time": "1775558854"
},
"stopId": "FR:50129:ZE:10ARA1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": -50,
"time": "1775559835"
},
"departure": {
"delay": -50,
"time": "1775559910"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 25
}
],
"timestamp": "1775560079",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746179x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745195x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 60,
"time": "1775536626"
},
"departure": {
"delay": 60,
"time": "1775536680"
},
"stopId": "FR:50129:ZE:10ANJ6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 70,
"time": "1775537615"
},
"departure": {
"delay": 70,
"time": "1775537650"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 13,
"time": "1775537438"
},
"departure": {
"delay": 13,
"time": "1775537473"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 62,
"time": "1775537282"
},
"departure": {
"delay": 62,
"time": "1775537342"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 14,
"time": "1775537681"
},
"departure": {
"delay": 14,
"time": "1775537714"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 3,
"time": "1775537125"
},
"departure": {
"delay": 3,
"time": "1775537163"
},
"stopId": "FR:50129:ZE:10CRC4:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 51,
"time": "1775536419"
},
"departure": {
"delay": 51,
"time": "1775536431"
},
"stopId": "FR:50129:ZE:10AMO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 49,
"time": "1775537501"
},
"departure": {
"delay": 49,
"time": "1775537569"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": -53,
"time": "1775537887"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": -28,
"time": "1775537031"
},
"departure": {
"delay": -28,
"time": "1775537072"
},
"stopId": "FR:50129:ZE:10FOR4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 32,
"time": "1775536557"
},
"departure": {
"delay": 32,
"time": "1775536592"
},
"stopId": "FR:50129:ZE:10PRV2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 32,
"time": "1775536494"
},
"departure": {
"delay": 32,
"time": "1775536532"
},
"stopId": "FR:50129:ZE:10OYG2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 32,
"time": "1775536457"
},
"departure": {
"delay": 32,
"time": "1775536472"
},
"stopId": "FR:50129:ZE:10EGL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 2,
"time": "1775537377"
},
"departure": {
"delay": 2,
"time": "1775537402"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 13,
"time": "1775536981"
},
"departure": {
"delay": 13,
"time": "1775536993"
},
"stopId": "FR:50129:ZE:10PFO2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 79,
"time": "1775536903"
},
"departure": {
"delay": 79,
"time": "1775536939"
},
"stopId": "FR:50129:ZE:10RTU2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 67,
"time": "1775536712"
},
"departure": {
"delay": 67,
"time": "1775536747"
},
"stopId": "FR:50129:ZE:10BQR2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": -13,
"time": "1775537771"
},
"departure": {
"delay": -13,
"time": "1775537807"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 76,
"time": "1775536863"
},
"departure": {
"delay": 76,
"time": "1775536876"
},
"stopId": "FR:50129:ZE:10BRA4:ATOUMOD035",
"stopSequence": 8
},
{
"departure": {
"delay": 92,
"time": "1775536292"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 1
}
],
"timestamp": "1775560079",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1A:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745195x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx19024:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 17423,
"time": "1775559490"
},
"departure": {
"delay": 17423,
"time": "1775559503"
},
"stopId": "FR:76451:ZE:TCARxCAMPU1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 17369,
"time": "1775559304"
},
"departure": {
"delay": 17369,
"time": "1775559329"
},
"stopId": "FR:76451:ZE:TCARxCOQUE1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 17392,
"time": "1775560432"
},
"departure": {
"delay": 17392,
"time": "1775560432"
},
"stopId": "FR:76540:ZE:TCARxCAMIT1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 17348,
"time": "1775559421"
},
"departure": {
"delay": 17348,
"time": "1775559428"
},
"stopId": "FR:76451:ZE:TCARxCBLBE1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 17361,
"time": "1775559678"
},
"departure": {
"delay": 17361,
"time": "1775559681"
},
"stopId": "FR:76540:ZE:TCARxFDVAL1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 17383,
"time": "1775559825"
},
"departure": {
"delay": 17383,
"time": "1775560003"
},
"stopId": "FR:76540:ZE:TCARxRIBOT1:ATOUMOD001",
"stopSequence": 6
},
{
"departure": {
"delay": 17340,
"time": "1775559300"
},
"stopId": "FR:76451:ZE:TCARxMTMAL1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 17331,
"time": "1775560791"
},
"departure": {
"delay": 17331,
"time": "1775560791"
},
"stopId": "FR:76540:ZE:TCARxJOFFT1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 17323,
"time": "1775560843"
},
"stopId": "FR:76540:ZE:TCARxCHAMT1:ATOUMOD001",
"stopSequence": 11
}
],
"timestamp": "1775559237",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx95:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx19024:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx15579:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 9344,
"time": "1775560664"
},
"departure": {
"delay": 9344,
"time": "1775560664"
},
"stopId": "FR:76108:ZE:TCARxHAMEL0:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 9311,
"time": "1775559911"
},
"departure": {
"delay": 9311,
"time": "1775559911"
},
"stopId": "FR:76540:ZE:TCARxMALAT1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 9138,
"time": "1775559138"
},
"departure": {
"delay": 9138,
"time": "1775559138"
},
"stopId": "FR:76540:ZE:TCARxPCORN1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 9165,
"time": "1775558963"
},
"departure": {
"delay": 9165,
"time": "1775558985"
},
"stopId": "FR:76540:ZE:TCARxMUFFA2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 9305,
"time": "1775559766"
},
"departure": {
"delay": 9305,
"time": "1775559785"
},
"stopId": "FR:76540:ZE:TCARxGAREB2:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 9386,
"time": "1775560346"
},
"departure": {
"delay": 9386,
"time": "1775560346"
},
"stopId": "FR:76108:ZE:TCARxVIELL0:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 9334,
"time": "1775560714"
},
"departure": {
"delay": 9334,
"time": "1775560714"
},
"stopId": "FR:76108:ZE:TCARxVERDU2:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 9363,
"time": "1775560563"
},
"departure": {
"delay": 9363,
"time": "1775560563"
},
"stopId": "FR:76108:ZE:TCARxFORRE3:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 9350,
"time": "1775560006"
},
"departure": {
"delay": 9350,
"time": "1775560010"
},
"stopId": "FR:76108:ZE:TCARxOIOIS1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 9313,
"time": "1775560153"
},
"departure": {
"delay": 9313,
"time": "1775560153"
},
"stopId": "FR:76108:ZE:TCARxCPIER1:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 9386,
"time": "1775560946"
},
"stopId": "FR:76108:ZE:TCARxVINCI:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 9346,
"time": "1775560186"
},
"departure": {
"delay": 9346,
"time": "1775560186"
},
"stopId": "FR:76108:ZE:TCARxVALLO1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 9411,
"time": "1775560431"
},
"departure": {
"delay": 9411,
"time": "1775560431"
},
"stopId": "FR:76108:ZE:TCARxAGRIC1:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 9304,
"time": "1775559964"
},
"departure": {
"delay": 9304,
"time": "1775559964"
},
"stopId": "FR:76540:ZE:TCARxDESCA1:ATOUMOD001",
"stopSequence": 13
},
{
"departure": {
"delay": 9180,
"time": "1775558940"
},
"stopId": "FR:76540:ZE:TCARxILACR:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 9326,
"time": "1775560106"
},
"departure": {
"delay": 9326,
"time": "1775560106"
},
"stopId": "FR:76108:ZE:TCARxRRENA1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 9394,
"time": "1775560474"
},
"departure": {
"delay": 9394,
"time": "1775560474"
},
"stopId": "FR:76108:ZE:TCARxPIERR2:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 9265,
"time": "1775559681"
},
"departure": {
"delay": 9265,
"time": "1775559685"
},
"stopId": "FR:76540:ZE:TCARxSVER41:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 9379,
"time": "1775560519"
},
"departure": {
"delay": 9379,
"time": "1775560519"
},
"stopId": "FR:76108:ZE:TCARxNOBLE2:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 9374,
"time": "1775560274"
},
"departure": {
"delay": 9374,
"time": "1775560274"
},
"stopId": "FR:76108:ZE:TCARxVERTC1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 9156,
"time": "1775559336"
},
"departure": {
"delay": 9156,
"time": "1775559336"
},
"stopId": "FR:76540:ZE:TCARxSTNIC2:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 9318,
"time": "1775559858"
},
"departure": {
"delay": 9318,
"time": "1775559858"
},
"stopId": "FR:76540:ZE:TCARxROMAI1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 9135,
"time": "1775559015"
},
"departure": {
"delay": 9135,
"time": "1775559015"
},
"stopId": "FR:76540:ZE:TCARxFLAMA1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 9117,
"time": "1775559237"
},
"departure": {
"delay": 9117,
"time": "1775559237"
},
"stopId": "FR:76540:ZE:TCARxRREPU1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 9355,
"time": "1775560075"
},
"departure": {
"delay": 9355,
"time": "1775560075"
},
"stopId": "FR:76108:ZE:TCARxCOTTA1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 9270,
"time": "1775559401"
},
"departure": {
"delay": 9270,
"time": "1775559510"
},
"stopId": "FR:76540:ZE:TCARxHVR4:ATOUMOD001",
"stopSequence": 7
}
],
"timestamp": "1775558636",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx11:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx15579:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745202x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 72,
"time": "1775541692"
},
"departure": {
"delay": 72,
"time": "1775541732"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 15,
"time": "1775540663"
},
"departure": {
"delay": 15,
"time": "1775540715"
},
"stopId": "FR:50129:ZE:10OYG2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 63,
"time": "1775541407"
},
"departure": {
"delay": 63,
"time": "1775541423"
},
"stopId": "FR:50129:ZE:10CRC4:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 122,
"time": "1775541858"
},
"departure": {
"delay": 122,
"time": "1775541902"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 38,
"time": "1775540744"
},
"departure": {
"delay": 38,
"time": "1775540798"
},
"stopId": "FR:50129:ZE:10PRV2:ATOUMOD035",
"stopSequence": 5
},
{
"departure": {
"delay": 33,
"time": "1775540433"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 94,
"time": "1775541761"
},
"departure": {
"delay": 94,
"time": "1775541814"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 123,
"time": "1775541083"
},
"departure": {
"delay": 123,
"time": "1775541123"
},
"stopId": "FR:50129:ZE:10BRA4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": -10,
"time": "1775540529"
},
"departure": {
"delay": -10,
"time": "1775540570"
},
"stopId": "FR:50129:ZE:10AMO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 124,
"time": "1775541146"
},
"departure": {
"delay": 124,
"time": "1775541184"
},
"stopId": "FR:50129:ZE:10RTU2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 80,
"time": "1775542039"
},
"departure": {
"delay": 80,
"time": "1775542100"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": -2,
"time": "1775540600"
},
"departure": {
"delay": -2,
"time": "1775540638"
},
"stopId": "FR:50129:ZE:10EGL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 94,
"time": "1775541230"
},
"departure": {
"delay": 94,
"time": "1775541274"
},
"stopId": "FR:50129:ZE:10PFO2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 70,
"time": "1775541934"
},
"departure": {
"delay": 70,
"time": "1775541970"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 65,
"time": "1775541502"
},
"departure": {
"delay": 65,
"time": "1775541545"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 62,
"time": "1775542202"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 67,
"time": "1775541629"
},
"departure": {
"delay": 67,
"time": "1775541667"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 57,
"time": "1775541308"
},
"departure": {
"delay": 57,
"time": "1775541357"
},
"stopId": "FR:50129:ZE:10FOR4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 86,
"time": "1775540899"
},
"departure": {
"delay": 86,
"time": "1775540966"
},
"stopId": "FR:50129:ZE:10BQR2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 47,
"time": "1775540821"
},
"departure": {
"delay": 47,
"time": "1775540867"
},
"stopId": "FR:50129:ZE:10ANJ6:ATOUMOD035",
"stopSequence": 6
}
],
"timestamp": "1775560079",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1A:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745202x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746162x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 40,
"time": "1775544206"
},
"departure": {
"delay": 40,
"time": "1775544220"
},
"stopId": "FR:50129:ZE:10BEL1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 95,
"time": "1775544839"
},
"departure": {
"delay": 95,
"time": "1775544875"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": -10,
"time": "1775545124"
},
"departure": {
"delay": -10,
"time": "1775545130"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 117,
"time": "1775545784"
},
"departure": {
"delay": 117,
"time": "1775545797"
},
"stopId": "FR:50129:ZE:10LLM1:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 147,
"time": "1775545825"
},
"departure": {
"delay": 147,
"time": "1775545887"
},
"stopId": "FR:50129:ZE:10BRO1:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"delay": 131,
"time": "1775543384"
},
"departure": {
"delay": 131,
"time": "1775543411"
},
"stopId": "FR:50129:ZE:10CAR1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 148,
"time": "1775545981"
},
"departure": {
"delay": 148,
"time": "1775546008"
},
"stopId": "FR:50129:ZE:10ART1:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": 130,
"time": "1775543274"
},
"departure": {
"delay": 130,
"time": "1775543290"
},
"stopId": "FR:50129:ZE:10ALB1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 159,
"time": "1775545519"
},
"departure": {
"delay": 159,
"time": "1775545539"
},
"stopId": "FR:50129:ZE:10LCA1:ATOUMOD035",
"stopSequence": 33
},
{
"departure": {
"delay": 151,
"time": "1775543131"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 176,
"time": "1775545381"
},
"departure": {
"delay": 176,
"time": "1775545436"
},
"stopId": "FR:50129:ZE:10THH3:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 112,
"time": "1775546200"
},
"departure": {
"delay": 112,
"time": "1775546212"
},
"stopId": "FR:50129:ZE:10MGT1:ATOUMOD035",
"stopSequence": 44
},
{
"arrival": {
"delay": 123,
"time": "1775543751"
},
"departure": {
"delay": 123,
"time": "1775543763"
},
"stopId": "FR:50129:ZE:10BHE1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 135,
"time": "1775546281"
},
"departure": {
"delay": 135,
"time": "1775546295"
},
"stopId": "FR:50129:ZE:10CVE1:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"delay": 43,
"time": "1775544731"
},
"departure": {
"delay": 43,
"time": "1775544763"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 69,
"time": "1775544385"
},
"departure": {
"delay": 69,
"time": "1775544429"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 183,
"time": "1775543151"
},
"departure": {
"delay": 183,
"time": "1775543163"
},
"stopId": "FR:50129:ZE:10SFG1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 123,
"time": "1775543310"
},
"departure": {
"delay": 123,
"time": "1775543343"
},
"stopId": "FR:50129:ZE:10SFN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 130,
"time": "1775543491"
},
"departure": {
"delay": 130,
"time": "1775543530"
},
"stopId": "FR:50129:ZE:10BRT1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 71,
"time": "1775544344"
},
"departure": {
"delay": 71,
"time": "1775544371"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 100,
"time": "1775544085"
},
"departure": {
"delay": 100,
"time": "1775544100"
},
"stopId": "FR:50129:ZE:10AGO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 148,
"time": "1775545721"
},
"departure": {
"delay": 148,
"time": "1775545768"
},
"stopId": "FR:50129:ZE:10JMO1:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 106,
"time": "1775546079"
},
"departure": {
"delay": 106,
"time": "1775546086"
},
"stopId": "FR:50129:ZE:10JEA1:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": 102,
"time": "1775546234"
},
"departure": {
"delay": 102,
"time": "1775546262"
},
"stopId": "FR:50129:ZE:10RSX1:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"delay": 118,
"time": "1775543787"
},
"departure": {
"delay": 118,
"time": "1775543818"
},
"stopId": "FR:50129:ZE:10LON1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 91,
"time": "1775543703"
},
"departure": {
"delay": 91,
"time": "1775543731"
},
"stopId": "FR:50129:ZE:10CPL1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 89,
"time": "1775546174"
},
"departure": {
"delay": 89,
"time": "1775546189"
},
"stopId": "FR:50129:ZE:10MYO1:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": 163,
"time": "1775543535"
},
"departure": {
"delay": 163,
"time": "1775543563"
},
"stopId": "FR:50129:ZE:10BON1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 78,
"time": "1775544482"
},
"departure": {
"delay": 78,
"time": "1775544558"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 113,
"time": "1775544041"
},
"departure": {
"delay": 113,
"time": "1775544053"
},
"stopId": "FR:50129:ZE:10LAV1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 107,
"time": "1775543591"
},
"departure": {
"delay": 107,
"time": "1775543627"
},
"stopId": "FR:50129:ZE:10ARA1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 189,
"time": "1775543191"
},
"departure": {
"delay": 189,
"time": "1775543229"
},
"stopId": "FR:50129:ZE:10COF1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 121,
"time": "1775546315"
},
"departure": {
"delay": 121,
"time": "1775546341"
},
"stopId": "FR:50129:ZE:10COS1:ATOUMOD035",
"stopSequence": 47
},
{
"arrival": {
"delay": 123,
"time": "1775546126"
},
"departure": {
"delay": 123,
"time": "1775546163"
},
"stopId": "FR:50129:ZE:10NOR3:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"delay": 132,
"time": "1775546020"
},
"departure": {
"delay": 132,
"time": "1775546052"
},
"stopId": "FR:50129:ZE:10ZPH1:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"delay": 156,
"time": "1775543891"
},
"departure": {
"delay": 156,
"time": "1775543916"
},
"stopId": "FR:50129:ZE:10ZOL1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 49,
"time": "1775544660"
},
"departure": {
"delay": 49,
"time": "1775544709"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 95,
"time": "1775543644"
},
"departure": {
"delay": 95,
"time": "1775543675"
},
"stopId": "FR:50129:ZE:10PRE1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 53,
"time": "1775544909"
},
"departure": {
"delay": 53,
"time": "1775544953"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 60,
"time": "1775546400"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"delay": 19,
"time": "1775544998"
},
"departure": {
"delay": 19,
"time": "1775545039"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 134,
"time": "1775543983"
},
"departure": {
"delay": 134,
"time": "1775544014"
},
"stopId": "FR:50129:ZE:10DUB1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 39,
"time": "1775544613"
},
"departure": {
"delay": 39,
"time": "1775544639"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 94,
"time": "1775544118"
},
"departure": {
"delay": 94,
"time": "1775544154"
},
"stopId": "FR:50129:ZE:10HOM1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 81,
"time": "1775545673"
},
"departure": {
"delay": 81,
"time": "1775545701"
},
"stopId": "FR:50129:ZE:10LUM1:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 119,
"time": "1775545575"
},
"departure": {
"delay": 119,
"time": "1775545619"
},
"stopId": "FR:50129:ZE:10BHC3:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 131,
"time": "1775543432"
},
"departure": {
"delay": 131,
"time": "1775543471"
},
"stopId": "FR:50129:ZE:10HOU1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 78,
"time": "1775544258"
},
"departure": {
"delay": 78,
"time": "1775544318"
},
"stopId": "FR:50129:ZE:10HUI1:ATOUMOD035",
"stopSequence": 21
}
],
"timestamp": "1775560077",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746162x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745802x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 11,
"time": "1775532278"
},
"departure": {
"delay": 11,
"time": "1775532311"
},
"stopId": "FR:50129:ZE:10PAX2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 10,
"time": "1775530956"
},
"departure": {
"delay": 10,
"time": "1775530990"
},
"stopId": "FR:50129:ZE:10GRR2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": -4,
"time": "1775530609"
},
"departure": {
"delay": -4,
"time": "1775530616"
},
"stopId": "FR:50129:ZE:10GDR2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 8,
"time": "1775532151"
},
"departure": {
"delay": 8,
"time": "1775532188"
},
"stopId": "FR:50129:ZE:10REP4:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": -13,
"time": "1775533247"
},
"stopId": "FR:50129:ZE:10AMF1:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 37,
"time": "1775532048"
},
"departure": {
"delay": 37,
"time": "1775532097"
},
"stopId": "FR:50129:ZE:10HDI4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": -31,
"time": "1775532713"
},
"departure": {
"delay": -31,
"time": "1775532749"
},
"stopId": "FR:50129:ZE:10DIX2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 18,
"time": "1775530647"
},
"departure": {
"delay": 18,
"time": "1775530698"
},
"stopId": "FR:50129:ZE:10NOR6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 60,
"time": "1775530490"
},
"departure": {
"delay": 60,
"time": "1775530500"
},
"stopId": "FR:50129:ZE:10FLO2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"time": "1775532642"
},
"departure": {
"time": "1775532660"
},
"stopId": "FR:50129:ZE:10PET2:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 17,
"time": "1775533118"
},
"departure": {
"delay": 17,
"time": "1775533157"
},
"stopId": "FR:50129:ZE:10MOR2:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"time": "1775531803"
},
"departure": {
"time": "1775531820"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 25,
"time": "1775531635"
},
"departure": {
"delay": 25,
"time": "1775531665"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 26,
"time": "1775530869"
},
"departure": {
"delay": 26,
"time": "1775530886"
},
"stopId": "FR:50129:ZE:10BAG4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 8,
"time": "1775531718"
},
"departure": {
"delay": 8,
"time": "1775531768"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 19,
"time": "1775530760"
},
"departure": {
"delay": 19,
"time": "1775530819"
},
"stopId": "FR:50129:ZE:10MED4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": -11,
"time": "1775533180"
},
"departure": {
"delay": -11,
"time": "1775533189"
},
"stopId": "FR:50129:ZE:10MES2:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 22,
"time": "1775532482"
},
"departure": {
"delay": 22,
"time": "1775532502"
},
"stopId": "FR:50129:ZE:10CAQ2:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 41,
"time": "1775532381"
},
"departure": {
"delay": 41,
"time": "1775532401"
},
"stopId": "FR:50129:ZE:10ANN2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 58,
"time": "1775531443"
},
"departure": {
"delay": 58,
"time": "1775531458"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 32,
"time": "1775532958"
},
"departure": {
"delay": 32,
"time": "1775532992"
},
"stopId": "FR:50129:ZE:10PAU2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 13,
"time": "1775533022"
},
"departure": {
"delay": 13,
"time": "1775533033"
},
"stopId": "FR:50129:ZE:10TLL2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 23,
"time": "1775531288"
},
"departure": {
"delay": 23,
"time": "1775531303"
},
"stopId": "FR:50129:ZE:10CRN2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 9,
"time": "1775532564"
},
"departure": {
"delay": 9,
"time": "1775532609"
},
"stopId": "FR:50129:ZE:10HME2:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 7,
"time": "1775532230"
},
"departure": {
"delay": 7,
"time": "1775532247"
},
"stopId": "FR:50129:ZE:10TRA3:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 18,
"time": "1775532865"
},
"departure": {
"delay": 18,
"time": "1775532918"
},
"stopId": "FR:50129:ZE:10EPH1:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 23,
"time": "1775530564"
},
"departure": {
"delay": 23,
"time": "1775530583"
},
"stopId": "FR:50129:ZE:10LPL2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": -3,
"time": "1775533061"
},
"departure": {
"delay": -3,
"time": "1775533077"
},
"stopId": "FR:50129:ZE:10HET2:ATOUMOD035",
"stopSequence": 34
},
{
"departure": {
"delay": 57,
"time": "1775530437"
},
"stopId": "FR:50129:ZE:10ECT1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 31,
"time": "1775531842"
},
"departure": {
"delay": 31,
"time": "1775531911"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 52,
"time": "1775531175"
},
"departure": {
"delay": 52,
"time": "1775531212"
},
"stopId": "FR:50129:ZE:10HPA4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 42,
"time": "1775532325"
},
"departure": {
"delay": 42,
"time": "1775532342"
},
"stopId": "FR:50129:ZE:10CMI2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 37,
"time": "1775531951"
},
"departure": {
"delay": 37,
"time": "1775531977"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": -1,
"time": "1775532804"
},
"departure": {
"delay": -1,
"time": "1775532839"
},
"stopId": "FR:50129:ZE:10EPC2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 87,
"time": "1775531069"
},
"departure": {
"delay": 87,
"time": "1775531127"
},
"stopId": "FR:50129:ZE:10XCT4:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 12,
"time": "1775531543"
},
"departure": {
"delay": 12,
"time": "1775531592"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 14
}
],
"timestamp": "1775560077",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:02:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745802x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746161x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 151,
"time": "1775544097"
},
"departure": {
"delay": 151,
"time": "1775544151"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 150,
"time": "1775543998"
},
"departure": {
"delay": 150,
"time": "1775544030"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 25,
"time": "1775542617"
},
"departure": {
"delay": 25,
"time": "1775542645"
},
"stopId": "FR:50129:ZE:10CPL1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 91,
"time": "1775542450"
},
"departure": {
"delay": 91,
"time": "1775542471"
},
"stopId": "FR:50129:ZE:10BON1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 125,
"time": "1775543432"
},
"departure": {
"delay": 125,
"time": "1775543465"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 270,
"time": "1775544614"
},
"departure": {
"delay": 270,
"time": "1775544630"
},
"stopId": "FR:50129:ZE:10LCA1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 310,
"time": "1775545630"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"delay": 149,
"time": "1775543722"
},
"departure": {
"delay": 149,
"time": "1775543789"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 65,
"time": "1775542418"
},
"departure": {
"delay": 65,
"time": "1775542445"
},
"stopId": "FR:50129:ZE:10BRT1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 78,
"time": "1775542884"
},
"departure": {
"delay": 78,
"time": "1775542938"
},
"stopId": "FR:50129:ZE:10DUB1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 251,
"time": "1775544667"
},
"departure": {
"delay": 251,
"time": "1775544731"
},
"stopId": "FR:50129:ZE:10BHC3:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 323,
"time": "1775545311"
},
"departure": {
"delay": 323,
"time": "1775545343"
},
"stopId": "FR:50129:ZE:10NOR3:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"delay": 57,
"time": "1775542958"
},
"departure": {
"delay": 57,
"time": "1775542977"
},
"stopId": "FR:50129:ZE:10LAV1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 115,
"time": "1775543524"
},
"departure": {
"delay": 115,
"time": "1775543575"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 316,
"time": "1775545425"
},
"departure": {
"delay": 316,
"time": "1775545456"
},
"stopId": "FR:50129:ZE:10RSX1:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"delay": 72,
"time": "1775542661"
},
"departure": {
"delay": 72,
"time": "1775542692"
},
"stopId": "FR:50129:ZE:10BHE1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 58,
"time": "1775542064"
},
"departure": {
"delay": 58,
"time": "1775542078"
},
"stopId": "FR:50129:ZE:10COF1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 255,
"time": "1775544254"
},
"departure": {
"delay": 255,
"time": "1775544375"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 211,
"time": "1775544787"
},
"departure": {
"delay": 211,
"time": "1775544811"
},
"stopId": "FR:50129:ZE:10LUM1:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 306,
"time": "1775545359"
},
"departure": {
"delay": 306,
"time": "1775545386"
},
"stopId": "FR:50129:ZE:10MYO1:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": 91,
"time": "1775543090"
},
"departure": {
"delay": 91,
"time": "1775543131"
},
"stopId": "FR:50129:ZE:10HOM1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 367,
"time": "1775545534"
},
"departure": {
"delay": 367,
"time": "1775545567"
},
"stopId": "FR:50129:ZE:10COS1:ATOUMOD035",
"stopSequence": 47
},
{
"arrival": {
"delay": 211,
"time": "1775543939"
},
"departure": {
"delay": 211,
"time": "1775543971"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 93,
"time": "1775543627"
},
"departure": {
"delay": 93,
"time": "1775543673"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 142,
"time": "1775543808"
},
"departure": {
"delay": 142,
"time": "1775543842"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 66,
"time": "1775542716"
},
"departure": {
"delay": 66,
"time": "1775542746"
},
"stopId": "FR:50129:ZE:10LON1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 311,
"time": "1775545262"
},
"departure": {
"delay": 311,
"time": "1775545271"
},
"stopId": "FR:50129:ZE:10JEA1:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": 257,
"time": "1775544885"
},
"departure": {
"delay": 257,
"time": "1775544917"
},
"stopId": "FR:50129:ZE:10LLM1:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 58,
"time": "1775542525"
},
"departure": {
"delay": 58,
"time": "1775542558"
},
"stopId": "FR:50129:ZE:10ARA1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 270,
"time": "1775544830"
},
"departure": {
"delay": 270,
"time": "1775544870"
},
"stopId": "FR:50129:ZE:10JMO1:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 277,
"time": "1775545084"
},
"departure": {
"delay": 277,
"time": "1775545117"
},
"stopId": "FR:50129:ZE:10ART1:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": 92,
"time": "1775542204"
},
"departure": {
"delay": 92,
"time": "1775542232"
},
"stopId": "FR:50129:ZE:10ALB1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 76,
"time": "1775542369"
},
"departure": {
"delay": 76,
"time": "1775542396"
},
"stopId": "FR:50129:ZE:10HOU1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 82,
"time": "1775542798"
},
"departure": {
"delay": 82,
"time": "1775542822"
},
"stopId": "FR:50129:ZE:10ZOL1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 131,
"time": "1775543374"
},
"departure": {
"delay": 131,
"time": "1775543411"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 49,
"time": "1775543196"
},
"departure": {
"delay": 49,
"time": "1775543209"
},
"stopId": "FR:50129:ZE:10BEL1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 80,
"time": "1775542026"
},
"departure": {
"delay": 80,
"time": "1775542040"
},
"stopId": "FR:50129:ZE:10SFG1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 332,
"time": "1775545123"
},
"departure": {
"delay": 332,
"time": "1775545232"
},
"stopId": "FR:50129:ZE:10ZPH1:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"delay": 91,
"time": "1775543034"
},
"departure": {
"delay": 91,
"time": "1775543071"
},
"stopId": "FR:50129:ZE:10AGO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 272,
"time": "1775544940"
},
"departure": {
"delay": 272,
"time": "1775544992"
},
"stopId": "FR:50129:ZE:10BRO1:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"delay": 269,
"time": "1775544469"
},
"departure": {
"delay": 269,
"time": "1775544509"
},
"stopId": "FR:50129:ZE:10THH3:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 332,
"time": "1775545402"
},
"departure": {
"delay": 332,
"time": "1775545412"
},
"stopId": "FR:50129:ZE:10MGT1:ATOUMOD035",
"stopSequence": 44
},
{
"arrival": {
"delay": 84,
"time": "1775542254"
},
"departure": {
"delay": 84,
"time": "1775542284"
},
"stopId": "FR:50129:ZE:10SFN1:ATOUMOD035",
"stopSequence": 5
},
{
"departure": {
"delay": 50,
"time": "1775542010"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 114,
"time": "1775543310"
},
"departure": {
"delay": 114,
"time": "1775543334"
},
"stopId": "FR:50129:ZE:10HUI1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 27,
"time": "1775542579"
},
"departure": {
"delay": 27,
"time": "1775542587"
},
"stopId": "FR:50129:ZE:10PRE1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 372,
"time": "1775545480"
},
"departure": {
"delay": 372,
"time": "1775545512"
},
"stopId": "FR:50129:ZE:10CVE1:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"delay": 92,
"time": "1775542330"
},
"departure": {
"delay": 92,
"time": "1775542352"
},
"stopId": "FR:50129:ZE:10CAR1:ATOUMOD035",
"stopSequence": 6
}
],
"timestamp": "1775560079",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746161x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx16833:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -1192,
"time": "1775557088"
},
"departure": {
"delay": -1192,
"time": "1775557088"
},
"stopId": "FR:76095:ZE:TCARxBOUVE0:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": -1106,
"time": "1775559874"
},
"stopId": "FR:76560:ZE:TCARxMEPIN1:ATOUMOD001",
"stopSequence": 42
},
{
"arrival": {
"delay": -1018,
"time": "1775559577"
},
"departure": {
"delay": -1018,
"time": "1775559602"
},
"stopId": "FR:76599:ZE:TCARxSLMAI0:ATOUMOD001",
"stopSequence": 38
},
{
"arrival": {
"delay": -1198,
"time": "1775557202"
},
"departure": {
"delay": -1198,
"time": "1775557202"
},
"stopId": "FR:76108:ZE:TCARxLOMBA0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": -1018,
"time": "1775557502"
},
"departure": {
"delay": -1018,
"time": "1775557502"
},
"stopId": "FR:76095:ZE:TCARxDELAT0:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -1025,
"time": "1775558935"
},
"departure": {
"delay": -1025,
"time": "1775558935"
},
"stopId": "FR:76540:ZE:TCARxCIMMG0:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": -987,
"time": "1775557653"
},
"departure": {
"delay": -987,
"time": "1775557653"
},
"stopId": "FR:76095:ZE:TCARxFLOQU0:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": -1025,
"time": "1775559055"
},
"departure": {
"delay": -1025,
"time": "1775559055"
},
"stopId": "FR:76540:ZE:TCARxBORDE0:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": -1006,
"time": "1775559254"
},
"departure": {
"delay": -1006,
"time": "1775559254"
},
"stopId": "FR:76540:ZE:TCARxFONTA0:ATOUMOD001",
"stopSequence": 32
},
{
"arrival": {
"delay": -984,
"time": "1775558856"
},
"departure": {
"delay": -984,
"time": "1775558856"
},
"stopId": "FR:76540:ZE:TCARxMARTA3:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": -1028,
"time": "1775559352"
},
"departure": {
"delay": -1028,
"time": "1775559352"
},
"stopId": "FR:76599:ZE:TCARxTRIA10:ATOUMOD001",
"stopSequence": 34
},
{
"arrival": {
"delay": -1033,
"time": "1775559502"
},
"departure": {
"delay": -1033,
"time": "1775559527"
},
"stopId": "FR:76599:ZE:TCARxPICAU0:ATOUMOD001",
"stopSequence": 37
},
{
"arrival": {
"delay": -1357,
"time": "1775558123"
},
"departure": {
"delay": -1357,
"time": "1775558123"
},
"stopId": "FR:76540:ZE:TCARxLYCOR0:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": -1028,
"time": "1775557552"
},
"departure": {
"delay": -1028,
"time": "1775557552"
},
"stopId": "FR:76095:ZE:TCARxJOSEP0:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": -1093,
"time": "1775558606"
},
"departure": {
"delay": -1093,
"time": "1775558627"
},
"stopId": "FR:76540:ZE:TCARxSTVIV1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": -977,
"time": "1775559703"
},
"departure": {
"delay": -977,
"time": "1775559703"
},
"stopId": "FR:76599:ZE:TCARxREGLI:ATOUMOD001",
"stopSequence": 40
},
{
"arrival": {
"delay": -1093,
"time": "1775557402"
},
"departure": {
"delay": -1093,
"time": "1775557427"
},
"stopId": "FR:76095:ZE:TCARxTAMAR3:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": -1016,
"time": "1775559004"
},
"departure": {
"delay": -1016,
"time": "1775559004"
},
"stopId": "FR:76540:ZE:TCARxAUROR0:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": -1304,
"time": "1775558056"
},
"departure": {
"delay": -1304,
"time": "1775558056"
},
"stopId": "FR:76540:ZE:TCARxBEAU10:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": -1009,
"time": "1775559311"
},
"departure": {
"delay": -1009,
"time": "1775559311"
},
"stopId": "FR:76599:ZE:TCARxWADDI0:ATOUMOD001",
"stopSequence": 33
},
{
"arrival": {
"delay": -1225,
"time": "1775557055"
},
"departure": {
"delay": -1225,
"time": "1775557055"
},
"stopId": "FR:76095:ZE:TCARxGRIGN0:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -1280,
"time": "1775558020"
},
"departure": {
"delay": -1280,
"time": "1775558020"
},
"stopId": "FR:76540:ZE:TCARxRICAR0:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": -983,
"time": "1775559217"
},
"departure": {
"delay": -983,
"time": "1775559217"
},
"stopId": "FR:76540:ZE:TCARxLOREL0:ATOUMOD001",
"stopSequence": 31
},
{
"arrival": {
"delay": -1012,
"time": "1775558888"
},
"departure": {
"delay": -1012,
"time": "1775558888"
},
"stopId": "FR:76540:ZE:TCARxCNEUF0:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": -1158,
"time": "1775557302"
},
"departure": {
"delay": -1158,
"time": "1775557302"
},
"stopId": "FR:76095:ZE:TCARxCIMEB0:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": -1025,
"time": "1775557615"
},
"departure": {
"delay": -1025,
"time": "1775557615"
},
"stopId": "FR:76095:ZE:TCARxPISCB0:ATOUMOD001",
"stopSequence": 10
},
{
"departure": {
"delay": -1260,
"time": "1775556960"
},
"stopId": "FR:76095:ZE:TCARxCHAPI:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": -1111,
"time": "1775558165"
},
"departure": {
"delay": -1111,
"time": "1775558489"
},
"stopId": "FR:76540:ZE:TCARxHVR1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": -1004,
"time": "1775559796"
},
"departure": {
"delay": -1004,
"time": "1775559796"
},
"stopId": "FR:76560:ZE:TCARxHETRA0:ATOUMOD001",
"stopSequence": 41
},
{
"arrival": {
"delay": -1193,
"time": "1775557027"
},
"departure": {
"delay": -1193,
"time": "1775557027"
},
"stopId": "FR:76095:ZE:TCARxPOMPI0:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -973,
"time": "1775559407"
},
"departure": {
"delay": -973,
"time": "1775559407"
},
"stopId": "FR:76599:ZE:TCARxVERBU2:ATOUMOD001",
"stopSequence": 35
},
{
"arrival": {
"delay": -1052,
"time": "1775558968"
},
"departure": {
"delay": -1052,
"time": "1775558968"
},
"stopId": "FR:76540:ZE:TCARxNEUVI0:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": -1003,
"time": "1775559677"
},
"departure": {
"delay": -1003,
"time": "1775559677"
},
"stopId": "FR:76599:ZE:TCARxEAUVI0:ATOUMOD001",
"stopSequence": 39
},
{
"arrival": {
"delay": -1010,
"time": "1775559490"
},
"departure": {
"delay": -1010,
"time": "1775559490"
},
"stopId": "FR:76599:ZE:TCARxLAVOI0:ATOUMOD001",
"stopSequence": 36
},
{
"arrival": {
"delay": -1042,
"time": "1775557778"
},
"departure": {
"delay": -1042,
"time": "1775557778"
},
"stopId": "FR:76095:ZE:TCARxCVICT0:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": -1096,
"time": "1775557664"
},
"departure": {
"delay": -1096,
"time": "1775557664"
},
"stopId": "FR:76095:ZE:TCARxCOLMI1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": -1071,
"time": "1775558709"
},
"departure": {
"delay": -1071,
"time": "1775558709"
},
"stopId": "FR:76540:ZE:TCARxBECQU0:ATOUMOD001",
"stopSequence": 20
}
],
"timestamp": "1775556856",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx20:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx16833:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx9887:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 1470,
"time": "1775559090"
},
"stopId": "FR:76681:ZE:TCARxDIOCH4:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 1453,
"time": "1775559853"
},
"departure": {
"delay": 1453,
"time": "1775559853"
},
"stopId": "FR:76540:ZE:TCARxCHAMP2:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 1493,
"time": "1775559243"
},
"departure": {
"delay": 1493,
"time": "1775559293"
},
"stopId": "FR:76681:ZE:TCARxPLANT1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 1440,
"time": "1775559120"
},
"departure": {
"delay": 1440,
"time": "1775559120"
},
"stopId": "FR:76681:ZE:TCARxLBRUY1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 1548,
"time": "1775559707"
},
"departure": {
"delay": 1548,
"time": "1775559768"
},
"stopId": "FR:76540:ZE:TCARxLAFAY1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 1453,
"time": "1775559176"
},
"departure": {
"delay": 1453,
"time": "1775559193"
},
"stopId": "FR:76681:ZE:TCARxSEMAR1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 1436,
"time": "1775560916"
},
"departure": {
"delay": 1436,
"time": "1775560916"
},
"stopId": "FR:76108:ZE:TCARxANDER2:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 1445,
"time": "1775560685"
},
"departure": {
"delay": 1445,
"time": "1775560685"
},
"stopId": "FR:76095:ZE:TCARxCLISA2:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 1423,
"time": "1775559343"
},
"departure": {
"delay": 1423,
"time": "1775559343"
},
"stopId": "FR:76540:ZE:TCARxDUFFA1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 1408,
"time": "1775559923"
},
"departure": {
"delay": 1408,
"time": "1775559928"
},
"stopId": "FR:76540:ZE:TCARxPCORN1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 1467,
"time": "1775560467"
},
"departure": {
"delay": 1467,
"time": "1775560467"
},
"stopId": "FR:76540:ZE:TCARxRICAR1:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 1454,
"time": "1775560154"
},
"departure": {
"delay": 1454,
"time": "1775560154"
},
"stopId": "FR:76540:ZE:TCARxSTNIC2:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 1446,
"time": "1775560986"
},
"departure": {
"delay": 1446,
"time": "1775560986"
},
"stopId": "FR:76108:ZE:TCARxBGUI31:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 1451,
"time": "1775561051"
},
"departure": {
"delay": 1451,
"time": "1775561051"
},
"stopId": "FR:76108:ZE:TCARxNARCI2:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 1438,
"time": "1775559418"
},
"departure": {
"delay": 1438,
"time": "1775559418"
},
"stopId": "FR:76540:ZE:TCARxMERID1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 1446,
"time": "1775561346"
},
"departure": {
"delay": 1446,
"time": "1775561346"
},
"stopId": "FR:76377:ZE:TCARxJARDI3:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 1438,
"time": "1775560738"
},
"departure": {
"delay": 1438,
"time": "1775560738"
},
"stopId": "FR:76095:ZE:TCARxDCARO1:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 1479,
"time": "1775559500"
},
"departure": {
"delay": 1479,
"time": "1775559519"
},
"stopId": "FR:76540:ZE:TCARxPASCA1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 1493,
"time": "1775559593"
},
"departure": {
"delay": 1493,
"time": "1775559593"
},
"stopId": "FR:76540:ZE:TCARxSEVER1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 1443,
"time": "1775561103"
},
"departure": {
"delay": 1443,
"time": "1775561103"
},
"stopId": "FR:76108:ZE:TCARxVERDU3:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 1451,
"time": "1775561231"
},
"departure": {
"delay": 1451,
"time": "1775561231"
},
"stopId": "FR:76108:ZE:TCARxROUGE1:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 1446,
"time": "1775560026"
},
"departure": {
"delay": 1446,
"time": "1775560026"
},
"stopId": "FR:76540:ZE:TCARxRREPU1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 1446,
"time": "1775561166"
},
"departure": {
"delay": 1446,
"time": "1775561166"
},
"stopId": "FR:76108:ZE:TCARxREY1:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 1472,
"time": "1775560532"
},
"departure": {
"delay": 1472,
"time": "1775560532"
},
"stopId": "FR:76540:ZE:TCARxEBUIS2:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 1446,
"time": "1775561466"
},
"stopId": "FR:76377:ZE:TCARxRONCE2:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": 1446,
"time": "1775560626"
},
"departure": {
"delay": 1446,
"time": "1775560626"
},
"stopId": "FR:76095:ZE:TCARxVAUC11:ATOUMOD001",
"stopSequence": 19
}
],
"timestamp": "1775558796",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx01:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx9887:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx8618:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 4640,
"time": "1775558720"
},
"departure": {
"delay": 4640,
"time": "1775558720"
},
"stopId": "FR:76575:ZE:TCARxSTENT2:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 4656,
"time": "1775558796"
},
"departure": {
"delay": 4656,
"time": "1775558796"
},
"stopId": "FR:76575:ZE:TCARxCBRUT2:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 4825,
"time": "1775559745"
},
"departure": {
"delay": 4825,
"time": "1775559745"
},
"stopId": "FR:76540:ZE:TCARxVXMAR2:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 4666,
"time": "1775559046"
},
"departure": {
"delay": 4666,
"time": "1775559046"
},
"stopId": "FR:76498:ZE:TCARxNOVET2:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 4707,
"time": "1775560227"
},
"departure": {
"delay": 4707,
"time": "1775560227"
},
"stopId": "FR:76540:ZE:TCARxTMARV2:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 4626,
"time": "1775558646"
},
"departure": {
"delay": 4626,
"time": "1775558646"
},
"stopId": "FR:76575:ZE:TCARxSANDT2:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 4835,
"time": "1775559595"
},
"departure": {
"delay": 4835,
"time": "1775559695"
},
"stopId": "FR:76540:ZE:TCARxBELGE4:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 4775,
"time": "1775559376"
},
"departure": {
"delay": 4775,
"time": "1775559395"
},
"stopId": "FR:76540:ZE:TCARxCAFT2:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 4728,
"time": "1775560488"
},
"departure": {
"delay": 4728,
"time": "1775560488"
},
"stopId": "FR:76540:ZE:TCARxSANTE2:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 4845,
"time": "1775559920"
},
"departure": {
"delay": 4845,
"time": "1775559945"
},
"stopId": "FR:76540:ZE:TCARxGARET2:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 4736,
"time": "1775560316"
},
"departure": {
"delay": 4736,
"time": "1775560316"
},
"stopId": "FR:76540:ZE:TCARxHILAI2:ATOUMOD001",
"stopSequence": 21
},
{
"departure": {
"delay": 4500,
"time": "1775558220"
},
"stopId": "FR:76575:ZE:TCARxTECHN4:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 4709,
"time": "1775560649"
},
"stopId": "FR:76540:ZE:TCARxMCURIE:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 4755,
"time": "1775559170"
},
"departure": {
"delay": 4755,
"time": "1775559195"
},
"stopId": "FR:76498:ZE:TCARxCHART2:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 4685,
"time": "1775558920"
},
"departure": {
"delay": 4685,
"time": "1775558945"
},
"stopId": "FR:76681:ZE:TCARxDIOCT2:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 4755,
"time": "1775559476"
},
"departure": {
"delay": 4755,
"time": "1775559495"
},
"stopId": "FR:76540:ZE:TCARxORLET2:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 4585,
"time": "1775558501"
},
"departure": {
"delay": 4585,
"time": "1775558545"
},
"stopId": "FR:76575:ZE:TCARxZENIT2:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 4530,
"time": "1775558370"
},
"departure": {
"delay": 4530,
"time": "1775558370"
},
"stopId": "FR:76575:ZE:TCARxSANSU2:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 4833,
"time": "1775559813"
},
"departure": {
"delay": 4833,
"time": "1775559813"
},
"stopId": "FR:76540:ZE:TCARxCAUCT2:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 4515,
"time": "1775558295"
},
"departure": {
"delay": 4515,
"time": "1775558295"
},
"stopId": "FR:76575:ZE:TCARxCORBU1:ATOUMOD001",
"stopSequence": 2
}
],
"timestamp": "1775558237",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx94:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx8618:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx16694:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -1038,
"time": "1775558905"
},
"departure": {
"delay": -1038,
"time": "1775558922"
},
"stopId": "FR:76540:ZE:TCARxSTVIV2:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": -1186,
"time": "1775559374"
},
"departure": {
"delay": -1186,
"time": "1775559374"
},
"stopId": "FR:76095:ZE:TCARxVAUC11:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": -1084,
"time": "1775558396"
},
"departure": {
"delay": -1084,
"time": "1775558396"
},
"stopId": "FR:76540:ZE:TCARxVERGE1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": -1065,
"time": "1775559915"
},
"departure": {
"delay": -1065,
"time": "1775559915"
},
"stopId": "FR:76095:ZE:TCARxDELAT1:ATOUMOD001",
"stopSequence": 36
},
{
"arrival": {
"delay": -1131,
"time": "1775559549"
},
"departure": {
"delay": -1131,
"time": "1775559549"
},
"stopId": "FR:76095:ZE:TCARxCVICT1:ATOUMOD001",
"stopSequence": 31
},
{
"arrival": {
"delay": -1077,
"time": "1775559723"
},
"departure": {
"delay": -1077,
"time": "1775559723"
},
"stopId": "FR:76095:ZE:TCARxCOLMI2:ATOUMOD001",
"stopSequence": 32
},
{
"departure": {
"delay": -1320,
"time": "1775557560"
},
"stopId": "FR:76560:ZE:TCARxMEPIN1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": -1222,
"time": "1775557838"
},
"departure": {
"delay": -1222,
"time": "1775557838"
},
"stopId": "FR:76599:ZE:TCARxPICAU1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": -1108,
"time": "1775558552"
},
"departure": {
"delay": -1108,
"time": "1775558552"
},
"stopId": "FR:76540:ZE:TCARxCIMMG1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": -1083,
"time": "1775560257"
},
"departure": {
"delay": -1083,
"time": "1775560257"
},
"stopId": "FR:76095:ZE:TCARxGRIGN1:ATOUMOD001",
"stopSequence": 41
},
{
"arrival": {
"delay": -1117,
"time": "1775558123"
},
"departure": {
"delay": -1117,
"time": "1775558123"
},
"stopId": "FR:76599:ZE:TCARxWADDI1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": -1112,
"time": "1775559748"
},
"departure": {
"delay": -1112,
"time": "1775559748"
},
"stopId": "FR:76095:ZE:TCARxFLOQU1:ATOUMOD001",
"stopSequence": 33
},
{
"arrival": {
"delay": -1116,
"time": "1775558304"
},
"departure": {
"delay": -1116,
"time": "1775558304"
},
"stopId": "FR:76540:ZE:TCARxBROCH1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": -1044,
"time": "1775560476"
},
"stopId": "FR:76095:ZE:TCARxCHAPI:ATOUMOD001",
"stopSequence": 43
},
{
"arrival": {
"delay": -1108,
"time": "1775558648"
},
"departure": {
"delay": -1108,
"time": "1775558672"
},
"stopId": "FR:76540:ZE:TCARxMARTA:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": -1226,
"time": "1775557774"
},
"departure": {
"delay": -1226,
"time": "1775557774"
},
"stopId": "FR:76599:ZE:TCARxSLMAI1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": -1092,
"time": "1775558448"
},
"departure": {
"delay": -1092,
"time": "1775558448"
},
"stopId": "FR:76540:ZE:TCARxPROGR1:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": -1195,
"time": "1775559125"
},
"departure": {
"delay": -1195,
"time": "1775559125"
},
"stopId": "FR:76540:ZE:TCARxBEAU3:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": -1188,
"time": "1775559072"
},
"departure": {
"delay": -1188,
"time": "1775559072"
},
"stopId": "FR:76540:ZE:TCARxLYCOR1:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": -1273,
"time": "1775557847"
},
"departure": {
"delay": -1273,
"time": "1775557847"
},
"stopId": "FR:76599:ZE:TCARxLAVOI1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": -1157,
"time": "1775559223"
},
"departure": {
"delay": -1157,
"time": "1775559223"
},
"stopId": "FR:76540:ZE:TCARxRICAR1:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": -1132,
"time": "1775558348"
},
"departure": {
"delay": -1132,
"time": "1775558348"
},
"stopId": "FR:76540:ZE:TCARxCHASS1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": -1068,
"time": "1775558772"
},
"departure": {
"delay": -1068,
"time": "1775558772"
},
"stopId": "FR:76540:ZE:TCARxBECQU1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": -1311,
"time": "1775557569"
},
"departure": {
"delay": -1311,
"time": "1775557569"
},
"stopId": "FR:76560:ZE:TCARxHETRA1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -1169,
"time": "1775557951"
},
"departure": {
"delay": -1169,
"time": "1775557951"
},
"stopId": "FR:76599:ZE:TCARxVERBU1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -1058,
"time": "1775560222"
},
"departure": {
"delay": -1058,
"time": "1775560222"
},
"stopId": "FR:76095:ZE:TCARxBOUVE1:ATOUMOD001",
"stopSequence": 40
},
{
"arrival": {
"delay": -1043,
"time": "1775559997"
},
"departure": {
"delay": -1043,
"time": "1775559997"
},
"stopId": "FR:76540:ZE:TCARxTAMAR2:ATOUMOD001",
"stopSequence": 37
},
{
"arrival": {
"delay": -1098,
"time": "1775558502"
},
"departure": {
"delay": -1098,
"time": "1775558502"
},
"stopId": "FR:76540:ZE:TCARxNEUVI1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": -1218,
"time": "1775557722"
},
"departure": {
"delay": -1218,
"time": "1775557722"
},
"stopId": "FR:76599:ZE:TCARxEAUVI1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": -1263,
"time": "1775557677"
},
"departure": {
"delay": -1263,
"time": "1775557677"
},
"stopId": "FR:76599:ZE:TCARxREGLI1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -1146,
"time": "1775558574"
},
"departure": {
"delay": -1146,
"time": "1775558574"
},
"stopId": "FR:76540:ZE:TCARxCNEUF1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": -1048,
"time": "1775559872"
},
"departure": {
"delay": -1048,
"time": "1775559872"
},
"stopId": "FR:76095:ZE:TCARxJOSEP1:ATOUMOD001",
"stopSequence": 35
},
{
"arrival": {
"delay": -1099,
"time": "1775558081"
},
"departure": {
"delay": -1099,
"time": "1775558081"
},
"stopId": "FR:76599:ZE:TCARxTRIA11:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": -1184,
"time": "1775559016"
},
"departure": {
"delay": -1184,
"time": "1775559016"
},
"stopId": "FR:76540:ZE:TCARxHVR2:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": -1086,
"time": "1775559774"
},
"departure": {
"delay": -1086,
"time": "1775559774"
},
"stopId": "FR:76095:ZE:TCARxPISCB1:ATOUMOD001",
"stopSequence": 34
},
{
"arrival": {
"delay": -1087,
"time": "1775560313"
},
"departure": {
"delay": -1087,
"time": "1775560313"
},
"stopId": "FR:76095:ZE:TCARxPOMPI1:ATOUMOD001",
"stopSequence": 42
},
{
"arrival": {
"delay": -1088,
"time": "1775558272"
},
"departure": {
"delay": -1088,
"time": "1775558272"
},
"stopId": "FR:76540:ZE:TCARxREPAI1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": -1075,
"time": "1775560145"
},
"departure": {
"delay": -1075,
"time": "1775560145"
},
"stopId": "FR:76095:ZE:TCARxLOMBA1:ATOUMOD001",
"stopSequence": 39
}
],
"timestamp": "1775557277",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx20:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx16694:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx18322:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 10904,
"time": "1775559044"
},
"departure": {
"delay": 10904,
"time": "1775559044"
},
"stopId": "FR:76322:ZE:TCARxLUSSA1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 10960,
"time": "1775559850"
},
"departure": {
"delay": 10960,
"time": "1775560000"
},
"stopId": "FR:76681:ZE:TCARxHDVS5:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 10819,
"time": "1775558719"
},
"departure": {
"delay": 10819,
"time": "1775558719"
},
"stopId": "FR:76322:ZE:TCARxALLIE1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 10954,
"time": "1775559694"
},
"departure": {
"delay": 10954,
"time": "1775559694"
},
"stopId": "FR:76681:ZE:TCARxROSTA0:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 10934,
"time": "1775559194"
},
"departure": {
"delay": 10934,
"time": "1775559194"
},
"stopId": "FR:76498:ZE:TCARxGAULL2:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 10859,
"time": "1775558499"
},
"departure": {
"delay": 10859,
"time": "1775558519"
},
"stopId": "FR:76498:ZE:TCARxSADAK1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 10914,
"time": "1775559274"
},
"departure": {
"delay": 10914,
"time": "1775559294"
},
"stopId": "FR:76498:ZE:TCARxPARGA0:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 10750,
"time": "1775558110"
},
"departure": {
"delay": 10750,
"time": "1775558110"
},
"stopId": "FR:76498:ZE:TCARxPGLIS0:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 10834,
"time": "1775558773"
},
"departure": {
"delay": 10834,
"time": "1775558794"
},
"stopId": "FR:76322:ZE:TCARxGIROU1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 10899,
"time": "1775558894"
},
"departure": {
"delay": 10899,
"time": "1775558919"
},
"stopId": "FR:76322:ZE:TCARxCBOIS1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 10954,
"time": "1775559394"
},
"departure": {
"delay": 10954,
"time": "1775559394"
},
"stopId": "FR:76498:ZE:TCARxPHILI0:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 10764,
"time": "1775558244"
},
"departure": {
"delay": 10764,
"time": "1775558244"
},
"stopId": "FR:76498:ZE:TCARxCLEME0:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 10749,
"time": "1775558169"
},
"departure": {
"delay": 10749,
"time": "1775558169"
},
"stopId": "FR:76498:ZE:TCARxPQMAI0:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 10974,
"time": "1775559594"
},
"departure": {
"delay": 10974,
"time": "1775559594"
},
"stopId": "FR:76681:ZE:TCARxLBRU10:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 10864,
"time": "1775558644"
},
"departure": {
"delay": 10864,
"time": "1775558644"
},
"stopId": "FR:76498:ZE:TCARxJARDO1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 10784,
"time": "1775558444"
},
"departure": {
"delay": 10784,
"time": "1775558444"
},
"stopId": "FR:76498:ZE:TCARxTRUFB0:ATOUMOD001",
"stopSequence": 6
},
{
"departure": {
"delay": 10740,
"time": "1775558100"
},
"stopId": "FR:76498:ZE:TCARxANMAR0:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 10883,
"time": "1775559143"
},
"departure": {
"delay": 10883,
"time": "1775559143"
},
"stopId": "FR:76322:ZE:TCARxHURIE1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 10909,
"time": "1775559747"
},
"departure": {
"delay": 10909,
"time": "1775559769"
},
"stopId": "FR:76681:ZE:TCARxSEMBA0:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 10722,
"time": "1775558322"
},
"departure": {
"delay": 10722,
"time": "1775558322"
},
"stopId": "FR:76498:ZE:TCARxNERUD0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 10851,
"time": "1775558991"
},
"departure": {
"delay": 10851,
"time": "1775558991"
},
"stopId": "FR:76322:ZE:TCARxBROSS2:ATOUMOD001",
"stopSequence": 12
}
],
"timestamp": "1775557577",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx41:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx18322:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4244142xGTFSxGSemH25xSemainex02:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 278,
"time": "1775560658"
},
"departure": {
"delay": 278,
"time": "1775560658"
},
"stopId": "FR:76657:ZE:4976:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": 291,
"time": "1775560851"
},
"departure": {
"delay": 291,
"time": "1775560851"
},
"stopId": "FR:76657:ZE:3262:ATOUMOD003",
"stopSequence": 28
},
{
"arrival": {
"delay": 251,
"time": "1775560571"
},
"departure": {
"delay": 251,
"time": "1775560571"
},
"stopId": "FR:76660:ZE:4974:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": 260,
"time": "1775560460"
},
"departure": {
"delay": 260,
"time": "1775560460"
},
"stopId": "FR:76660:ZE:4967:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": 295,
"time": "1775560375"
},
"departure": {
"delay": 295,
"time": "1775560375"
},
"stopId": "FR:76660:ZE:4963:ATOUMOD003",
"stopSequence": 18
},
{
"departure": {
"delay": 250,
"time": "1775560030"
},
"stopId": "FR:76660:ZE:3260:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": 306,
"time": "1775560746"
},
"departure": {
"delay": 306,
"time": "1775560746"
},
"stopId": "FR:76657:ZE:3306:ATOUMOD003",
"stopSequence": 25
},
{
"arrival": {
"delay": 285,
"time": "1775560425"
},
"departure": {
"delay": 285,
"time": "1775560425"
},
"stopId": "FR:76660:ZE:4965:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": 250,
"time": "1775560930"
},
"stopId": "FR:76657:ZE:3305:ATOUMOD003",
"stopSequence": 29
},
{
"arrival": {
"delay": 294,
"time": "1775560794"
},
"departure": {
"delay": 294,
"time": "1775560794"
},
"stopId": "FR:76657:ZE:5091:ATOUMOD003",
"stopSequence": 26
},
{
"arrival": {
"delay": 305,
"time": "1775560625"
},
"departure": {
"delay": 305,
"time": "1775560625"
},
"stopId": "FR:76657:ZE:4975:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": 270,
"time": "1775560290"
},
"departure": {
"delay": 270,
"time": "1775560290"
},
"stopId": "FR:76660:ZE:4961:ATOUMOD003",
"stopSequence": 17
},
{
"departure": {
"delay": 215,
"time": "1775559875"
},
"stopId": "FR:76489:ZE:4956:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 260,
"time": "1775560820"
},
"departure": {
"delay": 260,
"time": "1775560820"
},
"stopId": "FR:76657:ZE:3247:ATOUMOD003",
"stopSequence": 27
},
{
"arrival": {
"delay": 267,
"time": "1775560707"
},
"departure": {
"delay": 267,
"time": "1775560707"
},
"stopId": "FR:76657:ZE:5089:ATOUMOD003",
"stopSequence": 24
}
],
"timestamp": "1775560069",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:25:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4244142xGTFSxGSemH25xSemainex02:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC597847:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -216,
"time": "1775560944"
},
"departure": {
"delay": -216,
"time": "1775560944"
},
"stopId": "FR:27229:ZE:0xPJJ02:ATOUMOD004",
"stopSequence": 21
},
{
"arrival": {
"delay": 2,
"time": "1775560622"
},
"departure": {
"delay": 2,
"time": "1775560622"
},
"stopId": "FR:27306:ZE:0xMEL03:ATOUMOD004",
"stopSequence": 8
},
{
"arrival": {
"delay": 18,
"time": "1775560338"
},
"departure": {
"delay": 18,
"time": "1775560338"
},
"stopId": "FR:27306:ZE:0xMAI02:ATOUMOD004",
"stopSequence": 5
},
{
"arrival": {
"delay": -312,
"time": "1775561628"
},
"departure": {
"delay": -312,
"time": "1775561628"
},
"stopId": "FR:27229:ZE:0xSTA02:ATOUMOD004",
"stopSequence": 30
},
{
"arrival": {
"delay": -366,
"time": "1775562234"
},
"departure": {
"delay": -366,
"time": "1775562234"
},
"stopId": "FR:27602:ZE:0xMUS02:ATOUMOD004",
"stopSequence": 46
},
{
"arrival": {
"delay": -355,
"time": "1775561945"
},
"departure": {
"delay": -355,
"time": "1775561945"
},
"stopId": "FR:27602:ZE:0xBOU02:ATOUMOD004",
"stopSequence": 36
},
{
"arrival": {
"delay": -11,
"time": "1775560249"
},
"departure": {
"delay": -11,
"time": "1775560249"
},
"stopId": "FR:27306:ZE:0xMOO02:ATOUMOD004",
"stopSequence": 3
},
{
"arrival": {
"delay": -303,
"time": "1775561397"
},
"departure": {
"delay": -303,
"time": "1775561397"
},
"stopId": "FR:27229:ZE:0xTAU02:ATOUMOD004",
"stopSequence": 26
},
{
"departure": {
"time": "1775560200"
},
"stopId": "FR:27306:ZE:0xFOR02:ATOUMOD004",
"stopSequence": 2
},
{
"arrival": {
"delay": -265,
"time": "1775561075"
},
"departure": {
"delay": -265,
"time": "1775561075"
},
"stopId": "FR:27229:ZE:0xHAP02:ATOUMOD004",
"stopSequence": 23
},
{
"arrival": {
"delay": -216,
"time": "1775561004"
},
"departure": {
"delay": -216,
"time": "1775561004"
},
"stopId": "FR:27229:ZE:0xJAU02:ATOUMOD004",
"stopSequence": 22
},
{
"arrival": {
"delay": -88,
"time": "1775560772"
},
"departure": {
"delay": -88,
"time": "1775560772"
},
"stopId": "FR:27229:ZE:0xFRI02:ATOUMOD004",
"stopSequence": 12
},
{
"arrival": {
"delay": -126,
"time": "1775560854"
},
"departure": {
"delay": -126,
"time": "1775560854"
},
"stopId": "FR:27229:ZE:0xBRI02:ATOUMOD004",
"stopSequence": 13
},
{
"arrival": {
"delay": -28,
"time": "1775560712"
},
"departure": {
"delay": -28,
"time": "1775560712"
},
"stopId": "FR:27229:ZE:0xJOL03:ATOUMOD004",
"stopSequence": 11
},
{
"arrival": {
"delay": -29,
"time": "1775560531"
},
"departure": {
"delay": -29,
"time": "1775560531"
},
"stopId": "FR:27306:ZE:0xRLG02:ATOUMOD004",
"stopSequence": 7
},
{
"arrival": {
"delay": 24,
"time": "1775560284"
},
"departure": {
"delay": 24,
"time": "1775560284"
},
"stopId": "FR:27306:ZE:0xEGl02:ATOUMOD004",
"stopSequence": 4
},
{
"arrival": {
"delay": -303,
"time": "1775561277"
},
"departure": {
"delay": -303,
"time": "1775561277"
},
"stopId": "FR:27229:ZE:0xCHA01:ATOUMOD004",
"stopSequence": 25
},
{
"arrival": {
"delay": -369,
"time": "1775561751"
},
"departure": {
"delay": -369,
"time": "1775561751"
},
"stopId": "FR:27229:ZE:0xHON02:ATOUMOD004",
"stopSequence": 34
},
{
"arrival": {
"delay": -333,
"time": "1775561487"
},
"departure": {
"delay": -333,
"time": "1775561487"
},
"stopId": "FR:27229:ZE:0xMFO02:ATOUMOD004",
"stopSequence": 29
},
{
"arrival": {
"delay": -407,
"time": "1775561893"
},
"departure": {
"delay": -407,
"time": "1775561893"
},
"stopId": "FR:27602:ZE:0xWAL02:ATOUMOD004",
"stopSequence": 35
},
{
"arrival": {
"delay": 69,
"time": "1775560389"
},
"departure": {
"delay": 69,
"time": "1775560389"
},
"stopId": "FR:27306:ZE:0xBOR02:ATOUMOD004",
"stopSequence": 6
},
{
"arrival": {
"delay": -353,
"time": "1775562247"
},
"stopId": "FR:27602:ZE:0xFAB02:ATOUMOD004",
"stopSequence": 47
},
{
"arrival": {
"delay": -375,
"time": "1775561685"
},
"departure": {
"delay": -375,
"time": "1775561685"
},
"stopId": "FR:27229:ZE:0xQUI02:ATOUMOD004",
"stopSequence": 31
},
{
"arrival": {
"delay": -309,
"time": "1775562111"
},
"departure": {
"delay": -309,
"time": "1775562111"
},
"stopId": "FR:27602:ZE:0xMAS02:ATOUMOD004",
"stopSequence": 38
},
{
"arrival": {
"delay": -385,
"time": "1775561195"
},
"departure": {
"delay": -385,
"time": "1775561195"
},
"stopId": "FR:27229:ZE:0xHOT01:ATOUMOD004",
"stopSequence": 24
},
{
"arrival": {
"delay": -294,
"time": "1775562186"
},
"departure": {
"delay": -294,
"time": "1775562186"
},
"stopId": "FR:27602:ZE:0xGDG02:ATOUMOD004",
"stopSequence": 39
}
],
"timestamp": "1775560081",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD004:Line:T3:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC597847:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx6968:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 110,
"time": "1775559505"
},
"departure": {
"delay": 110,
"time": "1775559530"
},
"stopId": "FR:76540:ZE:TCARxPMARC1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 174,
"time": "1775558429"
},
"departure": {
"delay": 174,
"time": "1775558454"
},
"stopId": "FR:76451:ZE:TCARxCAMPU1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 134,
"time": "1775558354"
},
"departure": {
"delay": 134,
"time": "1775558354"
},
"stopId": "FR:76451:ZE:TCARxCBLBE1:ATOUMOD001",
"stopSequence": 3
},
{
"departure": {
"delay": 104,
"time": "1775558204"
},
"stopId": "FR:76451:ZE:TCARxMTMAL1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 101,
"time": "1775559581"
},
"departure": {
"delay": 101,
"time": "1775559581"
},
"stopId": "FR:76540:ZE:TCARxMARTT1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 19,
"time": "1775559679"
},
"stopId": "FR:76540:ZE:TCARxCHRUT1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 4,
"time": "1775558979"
},
"departure": {
"delay": 4,
"time": "1775559004"
},
"stopId": "FR:76540:ZE:TCARxPASPA1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 115,
"time": "1775559305"
},
"departure": {
"delay": 115,
"time": "1775559355"
},
"stopId": "FR:76540:ZE:TCARxCATHE1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 3,
"time": "1775558883"
},
"departure": {
"delay": 3,
"time": "1775558883"
},
"stopId": "FR:76540:ZE:TCARxLUCIL1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 135,
"time": "1775558655"
},
"departure": {
"delay": 135,
"time": "1775558655"
},
"stopId": "FR:76540:ZE:TCARxFDVAL1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 75,
"time": "1775559230"
},
"departure": {
"delay": 75,
"time": "1775559255"
},
"stopId": "FR:76540:ZE:TCARxTARTT1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 95,
"time": "1775558255"
},
"departure": {
"delay": 95,
"time": "1775558255"
},
"stopId": "FR:76451:ZE:TCARxCOQUE1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 9,
"time": "1775558781"
},
"departure": {
"delay": 9,
"time": "1775558829"
},
"stopId": "FR:76540:ZE:TCARxRIBOU1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 50,
"time": "1775559110"
},
"departure": {
"delay": 50,
"time": "1775559110"
},
"stopId": "FR:76540:ZE:TCARxBELGE1:ATOUMOD001",
"stopSequence": 9
}
],
"timestamp": "1775558205",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx91:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx6968:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx11432:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 6901,
"time": "1775556720"
},
"departure": {
"delay": 6901,
"time": "1775556721"
},
"stopId": "FR:76681:ZE:TCARxCHROU0:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 6907,
"time": "1775557807"
},
"departure": {
"delay": 6907,
"time": "1775557807"
},
"stopId": "FR:76484:ZE:TCARxCOMPX0:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 6872,
"time": "1775556871"
},
"departure": {
"delay": 6872,
"time": "1775556872"
},
"stopId": "FR:76575:ZE:TCARxCOQLI0:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 6870,
"time": "1775557710"
},
"departure": {
"delay": 6870,
"time": "1775557710"
},
"stopId": "FR:76484:ZE:TCARxCHARC0:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 6918,
"time": "1775557758"
},
"departure": {
"delay": 6918,
"time": "1775557758"
},
"stopId": "FR:76484:ZE:TCARxCIMJ10:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 6747,
"time": "1775558607"
},
"stopId": "FR:76705:ZE:TCARxTOCEN:ATOUMOD001",
"stopSequence": 34
},
{
"arrival": {
"delay": 6897,
"time": "1775556777"
},
"departure": {
"delay": 6897,
"time": "1775556777"
},
"stopId": "FR:76575:ZE:TCARxSTYO20:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 6917,
"time": "1775557573"
},
"departure": {
"delay": 6917,
"time": "1775557577"
},
"stopId": "FR:76484:ZE:TCARxVOSGE0:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 6851,
"time": "1775556669"
},
"departure": {
"delay": 6851,
"time": "1775556671"
},
"stopId": "FR:76681:ZE:TCARxKERVI0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 6827,
"time": "1775558305"
},
"departure": {
"delay": 6827,
"time": "1775558327"
},
"stopId": "FR:76484:ZE:TCARxPOLOI2:ATOUMOD001",
"stopSequence": 31
},
{
"arrival": {
"delay": 6915,
"time": "1775557635"
},
"departure": {
"delay": 6915,
"time": "1775557635"
},
"stopId": "FR:76484:ZE:TCARxPLBEL0:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 6805,
"time": "1775558421"
},
"departure": {
"delay": 6805,
"time": "1775558425"
},
"stopId": "FR:76705:ZE:TCARxTOPAR1:ATOUMOD001",
"stopSequence": 32
},
{
"arrival": {
"delay": 6792,
"time": "1775558521"
},
"departure": {
"delay": 6792,
"time": "1775558532"
},
"stopId": "FR:76705:ZE:TCARxTOMAN1:ATOUMOD001",
"stopSequence": 33
}
],
"timestamp": "1775556376",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx03:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx11432:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2470088:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -70,
"time": "1775562350"
},
"departure": {
"delay": -70,
"time": "1775562350"
},
"stopId": "FR:27701:ZE:0x7147:ATOUMOD006",
"stopSequence": 16
},
{
"arrival": {
"delay": -57,
"time": "1775562723"
},
"departure": {
"delay": -57,
"time": "1775562723"
},
"stopId": "FR:27701:ZE:0x7116:ATOUMOD006",
"stopSequence": 21
},
{
"arrival": {
"delay": 30,
"time": "1775561670"
},
"departure": {
"delay": 30,
"time": "1775561670"
},
"stopId": "FR:27701:ZE:0x7080:ATOUMOD006",
"stopSequence": 2
},
{
"arrival": {
"delay": 135,
"time": "1775563035"
},
"departure": {
"delay": 135,
"time": "1775563035"
},
"stopId": "FR:27701:ZE:0x7074:ATOUMOD006",
"stopSequence": 24
},
{
"arrival": {
"delay": 23,
"time": "1775561783"
},
"departure": {
"delay": 23,
"time": "1775561783"
},
"stopId": "FR:27701:ZE:0x7052:ATOUMOD006",
"stopSequence": 3
},
{
"arrival": {
"delay": -46,
"time": "1775562674"
},
"departure": {
"delay": -46,
"time": "1775562674"
},
"stopId": "FR:27701:ZE:0x7114:ATOUMOD006",
"stopSequence": 20
},
{
"arrival": {
"delay": -34,
"time": "1775562266"
},
"departure": {
"delay": -34,
"time": "1775562266"
},
"stopId": "FR:27701:ZE:0x7131:ATOUMOD006",
"stopSequence": 13
},
{
"arrival": {
"delay": 35,
"time": "1775561855"
},
"departure": {
"delay": 35,
"time": "1775561855"
},
"stopId": "FR:27365:ZE:0x6324:ATOUMOD006",
"stopSequence": 4
},
{
"arrival": {
"delay": -6,
"time": "1775562774"
},
"departure": {
"delay": -6,
"time": "1775562774"
},
"stopId": "FR:27701:ZE:0x7122:ATOUMOD006",
"stopSequence": 22
},
{
"arrival": {
"delay": 13,
"time": "1775561953"
},
"departure": {
"delay": 13,
"time": "1775561953"
},
"stopId": "FR:27365:ZE:0x7195:ATOUMOD006",
"stopSequence": 6
},
{
"arrival": {
"delay": -57,
"time": "1775562603"
},
"departure": {
"delay": -57,
"time": "1775562603"
},
"stopId": "FR:27701:ZE:0x7095:ATOUMOD006",
"stopSequence": 19
},
{
"arrival": {
"delay": 124,
"time": "1775563144"
},
"stopId": "FR:27701:ZE:0x7150:ATOUMOD006",
"stopSequence": 25
},
{
"arrival": {
"delay": -47,
"time": "1775562013"
},
"departure": {
"delay": -47,
"time": "1775562013"
},
"stopId": "FR:27365:ZE:0x7135:ATOUMOD006",
"stopSequence": 8
},
{
"arrival": {
"delay": -69,
"time": "1775562291"
},
"departure": {
"delay": -69,
"time": "1775562291"
},
"stopId": "FR:27701:ZE:0x7111:ATOUMOD006",
"stopSequence": 14
},
{
"arrival": {
"delay": -86,
"time": "1775562214"
},
"departure": {
"delay": -86,
"time": "1775562214"
},
"stopId": "FR:27701:ZE:0x7058:ATOUMOD006",
"stopSequence": 12
},
{
"arrival": {
"delay": -86,
"time": "1775562574"
},
"departure": {
"delay": -86,
"time": "1775562574"
},
"stopId": "FR:27701:ZE:0x7093:ATOUMOD006",
"stopSequence": 18
},
{
"arrival": {
"delay": -42,
"time": "1775562078"
},
"departure": {
"delay": -42,
"time": "1775562078"
},
"stopId": "FR:27701:ZE:0x7063:ATOUMOD006",
"stopSequence": 9
},
{
"arrival": {
"delay": -35,
"time": "1775562325"
},
"departure": {
"delay": -35,
"time": "1775562325"
},
"stopId": "FR:27701:ZE:0x7033:ATOUMOD006",
"stopSequence": 15
},
{
"arrival": {
"delay": -6,
"time": "1775561874"
},
"departure": {
"delay": -6,
"time": "1775561874"
},
"stopId": "FR:27365:ZE:0x6325:ATOUMOD006",
"stopSequence": 5
},
{
"arrival": {
"delay": -57,
"time": "1775562123"
},
"departure": {
"delay": -57,
"time": "1775562123"
},
"stopId": "FR:27701:ZE:0x7091:ATOUMOD006",
"stopSequence": 10
},
{
"arrival": {
"delay": -83,
"time": "1775562157"
},
"departure": {
"delay": -83,
"time": "1775562157"
},
"stopId": "FR:27701:ZE:0x7157:ATOUMOD006",
"stopSequence": 11
},
{
"arrival": {
"delay": -3,
"time": "1775561997"
},
"departure": {
"delay": -3,
"time": "1775561997"
},
"stopId": "FR:27365:ZE:0x6341:ATOUMOD006",
"stopSequence": 7
},
{
"departure": {
"time": "1775561400"
},
"stopId": "FR:27701:ZE:0x7150:ATOUMOD006",
"stopSequence": 1
},
{
"arrival": {
"delay": -72,
"time": "1775562408"
},
"departure": {
"delay": -72,
"time": "1775562408"
},
"stopId": "FR:27701:ZE:0x7170:ATOUMOD006",
"stopSequence": 17
}
],
"timestamp": "1775560063",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD006:Line:4:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2470088:LOC"
}
}
},
{
"id": "SM:ATOUMOD005:ServiceJourney:599:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775563440"
},
"departure": {
"time": "1775563440"
},
"stopId": "FR:76217:ZE:18186:ATOUMOD005",
"stopSequence": 29
},
{
"arrival": {
"time": "1775561100"
},
"departure": {
"time": "1775561100"
},
"stopId": "FR:76217:ZE:18023:ATOUMOD005",
"stopSequence": 4
},
{
"arrival": {
"time": "1775563860"
},
"stopId": "FR:76217:ZE:18282:ATOUMOD005",
"stopSequence": 34
},
{
"arrival": {
"time": "1775563320"
},
"departure": {
"time": "1775563320"
},
"stopId": "FR:76217:ZE:18166:ATOUMOD005",
"stopSequence": 28
},
{
"arrival": {
"time": "1775561700"
},
"departure": {
"time": "1775561700"
},
"stopId": "FR:76217:ZE:18045:ATOUMOD005",
"stopSequence": 14
},
{
"arrival": {
"time": "1775562000"
},
"departure": {
"time": "1775562000"
},
"stopId": "FR:76217:ZE:18060:ATOUMOD005",
"stopSequence": 17
},
{
"arrival": {
"time": "1775562720"
},
"departure": {
"time": "1775562720"
},
"stopId": "FR:76217:ZE:18106:ATOUMOD005",
"stopSequence": 21
},
{
"arrival": {
"time": "1775561940"
},
"departure": {
"time": "1775561940"
},
"stopId": "FR:76217:ZE:18029:ATOUMOD005",
"stopSequence": 16
},
{
"arrival": {
"time": "1775561640"
},
"departure": {
"time": "1775561640"
},
"stopId": "FR:76217:ZE:18074:ATOUMOD005",
"stopSequence": 13
},
{
"arrival": {
"time": "1775561460"
},
"departure": {
"time": "1775561460"
},
"stopId": "FR:76217:ZE:18092:ATOUMOD005",
"stopSequence": 10
},
{
"arrival": {
"time": "1775562300"
},
"departure": {
"time": "1775562300"
},
"stopId": "FR:76217:ZE:18086:ATOUMOD005",
"stopSequence": 19
},
{
"arrival": {
"delay": 5,
"time": "1775560865"
},
"departure": {
"delay": 5,
"time": "1775560865"
},
"stopId": "FR:76217:ZE:18321:ATOUMOD005",
"stopSequence": 3
},
{
"arrival": {
"time": "1775563500"
},
"departure": {
"time": "1775563500"
},
"stopId": "FR:76217:ZE:18184:ATOUMOD005",
"stopSequence": 30
},
{
"arrival": {
"time": "1775561400"
},
"departure": {
"time": "1775561400"
},
"stopId": "FR:76217:ZE:18051:ATOUMOD005",
"stopSequence": 9
},
{
"arrival": {
"time": "1775563200"
},
"departure": {
"time": "1775563200"
},
"stopId": "FR:76217:ZE:18177:ATOUMOD005",
"stopSequence": 25
},
{
"arrival": {
"time": "1775562900"
},
"departure": {
"time": "1775562900"
},
"stopId": "FR:76217:ZE:18058:ATOUMOD005",
"stopSequence": 22
},
{
"arrival": {
"time": "1775561340"
},
"departure": {
"time": "1775561340"
},
"stopId": "FR:76217:ZE:18441:ATOUMOD005",
"stopSequence": 7
},
{
"arrival": {
"time": "1775563260"
},
"departure": {
"time": "1775563260"
},
"stopId": "FR:76217:ZE:18170:ATOUMOD005",
"stopSequence": 27
},
{
"departure": {
"time": "1775560800"
},
"stopId": "FR:76217:ZE:18038:ATOUMOD005",
"stopSequence": 1
},
{
"arrival": {
"time": "1775563800"
},
"departure": {
"time": "1775563800"
},
"stopId": "FR:76217:ZE:18181:ATOUMOD005",
"stopSequence": 33
},
{
"arrival": {
"delay": 5,
"time": "1775563205"
},
"departure": {
"delay": 5,
"time": "1775563205"
},
"stopId": "FR:76217:ZE:18197:ATOUMOD005",
"stopSequence": 26
},
{
"arrival": {
"time": "1775561280"
},
"departure": {
"time": "1775561280"
},
"stopId": "FR:76217:ZE:18090:ATOUMOD005",
"stopSequence": 6
},
{
"arrival": {
"time": "1775562960"
},
"departure": {
"time": "1775562960"
},
"stopId": "FR:76545:ZE:18026:ATOUMOD005",
"stopSequence": 23
},
{
"arrival": {
"time": "1775561220"
},
"departure": {
"time": "1775561220"
},
"stopId": "FR:76217:ZE:18323:ATOUMOD005",
"stopSequence": 5
},
{
"arrival": {
"time": "1775561580"
},
"departure": {
"time": "1775561580"
},
"stopId": "FR:76217:ZE:18021:ATOUMOD005",
"stopSequence": 12
},
{
"arrival": {
"time": "1775561520"
},
"departure": {
"time": "1775561520"
},
"stopId": "FR:76217:ZE:18068:ATOUMOD005",
"stopSequence": 11
},
{
"arrival": {
"time": "1775563020"
},
"departure": {
"time": "1775563020"
},
"stopId": "FR:76414:ZE:18132:ATOUMOD005",
"stopSequence": 24
},
{
"arrival": {
"time": "1775563560"
},
"departure": {
"time": "1775563560"
},
"stopId": "FR:76217:ZE:18205:ATOUMOD005",
"stopSequence": 31
},
{
"arrival": {
"time": "1775562660"
},
"departure": {
"time": "1775562660"
},
"stopId": "FR:76217:ZE:18076:ATOUMOD005",
"stopSequence": 20
},
{
"arrival": {
"time": "1775561760"
},
"departure": {
"time": "1775561760"
},
"stopId": "FR:76217:ZE:18786:ATOUMOD005",
"stopSequence": 15
},
{
"arrival": {
"time": "1775563680"
},
"departure": {
"time": "1775563680"
},
"stopId": "FR:76217:ZE:18174:ATOUMOD005",
"stopSequence": 32
},
{
"arrival": {
"delay": 5,
"time": "1775561345"
},
"departure": {
"delay": 5,
"time": "1775561345"
},
"stopId": "FR:76217:ZE:18801:ATOUMOD005",
"stopSequence": 8
},
{
"arrival": {
"time": "1775562120"
},
"departure": {
"time": "1775562120"
},
"stopId": "FR:76217:ZE:18055:ATOUMOD005",
"stopSequence": 18
},
{
"arrival": {
"time": "1775560860"
},
"departure": {
"time": "1775560860"
},
"stopId": "FR:76217:ZE:18101:ATOUMOD005",
"stopSequence": 2
}
],
"timestamp": "1775560081",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD005:Line:2:LOC",
"tripId": "ATOUMOD005:ServiceJourney:599:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4108043x2025x26xGSemHTRAxSemainex00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 65,
"time": "1775561345"
},
"stopId": "FR:76351:ZE:3984:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 58,
"time": "1775560498"
},
"departure": {
"delay": 58,
"time": "1775560498"
},
"stopId": "FR:76351:ZE:3968:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": 87,
"time": "1775560347"
},
"departure": {
"delay": 87,
"time": "1775560347"
},
"stopId": "FR:76351:ZE:3958:ATOUMOD003",
"stopSequence": 7
},
{
"arrival": {
"delay": 86,
"time": "1775561246"
},
"departure": {
"delay": 86,
"time": "1775561246"
},
"stopId": "FR:76351:ZE:3998:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": 106,
"time": "1775561146"
},
"departure": {
"delay": 106,
"time": "1775561146"
},
"stopId": "FR:76351:ZE:3965:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 100,
"time": "1775560240"
},
"departure": {
"delay": 100,
"time": "1775560240"
},
"stopId": "FR:76351:ZE:3956:ATOUMOD003",
"stopSequence": 6
},
{
"arrival": {
"delay": 67,
"time": "1775560927"
},
"departure": {
"delay": 67,
"time": "1775560927"
},
"stopId": "FR:76351:ZE:3960:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 82,
"time": "1775560702"
},
"departure": {
"delay": 82,
"time": "1775560702"
},
"stopId": "FR:76351:ZE:3990:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": 65,
"time": "1775560145"
},
"departure": {
"delay": 65,
"time": "1775560145"
},
"stopId": "FR:76351:ZE:3986:ATOUMOD003",
"stopSequence": 5
},
{
"arrival": {
"delay": 69,
"time": "1775560809"
},
"departure": {
"delay": 69,
"time": "1775560809"
},
"stopId": "FR:76351:ZE:4000:ATOUMOD003",
"stopSequence": 10
},
{
"departure": {
"delay": 92,
"time": "1775559992"
},
"stopId": "FR:76351:ZE:3994:ATOUMOD003",
"stopSequence": 4
},
{
"arrival": {
"delay": 110,
"time": "1775561030"
},
"departure": {
"delay": 110,
"time": "1775561030"
},
"stopId": "FR:76351:ZE:3981:ATOUMOD003",
"stopSequence": 12
}
],
"timestamp": "1775560059",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:B:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4108043x2025x26xGSemHTRAxSemainex00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx12148:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -3259,
"time": "1775559521"
},
"departure": {
"delay": -3259,
"time": "1775559521"
},
"stopId": "FR:76157:ZE:TCARxMIN3:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": -3409,
"time": "1775557691"
},
"departure": {
"delay": -3409,
"time": "1775557691"
},
"stopId": "FR:76402:ZE:TCARxSOUEF0:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": -3365,
"time": "1775558275"
},
"departure": {
"delay": -3365,
"time": "1775558275"
},
"stopId": "FR:76474:ZE:TCARxAGIDE1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": -3185,
"time": "1775559475"
},
"departure": {
"delay": -3185,
"time": "1775559475"
},
"stopId": "FR:76157:ZE:TCARxLCORM0:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": -3355,
"time": "1775559845"
},
"stopId": "FR:76540:ZE:TCARxRIBOU3:ATOUMOD001",
"stopSequence": 32
},
{
"arrival": {
"delay": -3284,
"time": "1775558643"
},
"departure": {
"delay": -3284,
"time": "1775558656"
},
"stopId": "FR:76410:ZE:TCARxRIVES1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": -3275,
"time": "1775558605"
},
"departure": {
"delay": -3275,
"time": "1775558605"
},
"stopId": "FR:76410:ZE:TCARxVELOU1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": -3255,
"time": "1775557965"
},
"departure": {
"delay": -3255,
"time": "1775557965"
},
"stopId": "FR:76366:ZE:TCARxLBOIS0:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -3265,
"time": "1775558915"
},
"departure": {
"delay": -3265,
"time": "1775558915"
},
"stopId": "FR:76410:ZE:TCARxCLAIR1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": -3320,
"time": "1775558307"
},
"departure": {
"delay": -3320,
"time": "1775558380"
},
"stopId": "FR:76474:ZE:TCARxBMAIB0:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": -3307,
"time": "1775558153"
},
"departure": {
"delay": -3307,
"time": "1775558153"
},
"stopId": "FR:76366:ZE:TCARxLSOUR0:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": -3300,
"time": "1775558460"
},
"departure": {
"delay": -3300,
"time": "1775558460"
},
"stopId": "FR:76474:ZE:TCARxSAUVA1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": -3422,
"time": "1775557558"
},
"departure": {
"delay": -3422,
"time": "1775557558"
},
"stopId": "FR:76402:ZE:TCARxCMEDI1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": -3333,
"time": "1775558247"
},
"departure": {
"delay": -3333,
"time": "1775558247"
},
"stopId": "FR:76474:ZE:TCARxMUSEE0:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": -3284,
"time": "1775559256"
},
"departure": {
"delay": -3284,
"time": "1775559256"
},
"stopId": "FR:76216:ZE:TCARxCAILL1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": -3245,
"time": "1775559355"
},
"departure": {
"delay": -3245,
"time": "1775559355"
},
"stopId": "FR:76157:ZE:TCARxCOMME0:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": -3435,
"time": "1775557485"
},
"departure": {
"delay": -3435,
"time": "1775557485"
},
"stopId": "FR:76402:ZE:TCARxHBOUR0:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -3374,
"time": "1775558082"
},
"departure": {
"delay": -3374,
"time": "1775558086"
},
"stopId": "FR:76366:ZE:TCARxHMAIR0:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": -3299,
"time": "1775558521"
},
"departure": {
"delay": -3299,
"time": "1775558521"
},
"stopId": "FR:76474:ZE:TCARxEPARG0:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": -3408,
"time": "1775557632"
},
"departure": {
"delay": -3408,
"time": "1775557632"
},
"stopId": "FR:76402:ZE:TCARxNCHAM0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": -3208,
"time": "1775558995"
},
"departure": {
"delay": -3208,
"time": "1775559032"
},
"stopId": "FR:76216:ZE:TCARxFAUQU0:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": -3262,
"time": "1775558735"
},
"departure": {
"delay": -3262,
"time": "1775558738"
},
"stopId": "FR:76410:ZE:TCARxMAROM1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": -3304,
"time": "1775557758"
},
"departure": {
"delay": -3304,
"time": "1775557856"
},
"stopId": "FR:76366:ZE:TCARxCJZAY0:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": -3289,
"time": "1775558831"
},
"departure": {
"delay": -3289,
"time": "1775558831"
},
"stopId": "FR:76410:ZE:TCARxPETIT0:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": -3334,
"time": "1775558003"
},
"departure": {
"delay": -3334,
"time": "1775558006"
},
"stopId": "FR:76366:ZE:TCARxHEGLI0:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": -3391,
"time": "1775557469"
},
"departure": {
"delay": -3391,
"time": "1775557469"
},
"stopId": "FR:76402:ZE:TCARxHFREV0:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -3166,
"time": "1775559134"
},
"departure": {
"delay": -3166,
"time": "1775559134"
},
"stopId": "FR:76216:ZE:TCARxJFERR0:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": -3197,
"time": "1775559581"
},
"departure": {
"delay": -3197,
"time": "1775559583"
},
"stopId": "FR:76540:ZE:TCARxMIN1T:ATOUMOD001",
"stopSequence": 31
},
{
"departure": {
"delay": -3420,
"time": "1775557440"
},
"stopId": "FR:76402:ZE:TCARxHFREV:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": -3205,
"time": "1775559445"
},
"departure": {
"delay": -3205,
"time": "1775559455"
},
"stopId": "FR:76157:ZE:TCARxATELI1:ATOUMOD001",
"stopSequence": 28
}
],
"timestamp": "1775557236",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx04:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx12148:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746216x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 51,
"time": "1775548096"
},
"departure": {
"delay": 51,
"time": "1775548131"
},
"stopId": "FR:50129:ZE:10COS2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 139,
"time": "1775550787"
},
"departure": {
"delay": 139,
"time": "1775550799"
},
"stopId": "FR:50129:ZE:10ARA2:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"delay": 181,
"time": "1775550775"
},
"departure": {
"delay": 181,
"time": "1775550781"
},
"stopId": "FR:50129:ZE:10PRE2:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": 185,
"time": "1775548491"
},
"departure": {
"delay": 185,
"time": "1775548505"
},
"stopId": "FR:50129:ZE:10JEA2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 147,
"time": "1775550048"
},
"departure": {
"delay": 147,
"time": "1775550087"
},
"stopId": "FR:50129:ZE:10TRA6:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 195,
"time": "1775549735"
},
"departure": {
"delay": 195,
"time": "1775549775"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 157,
"time": "1775550546"
},
"departure": {
"delay": 157,
"time": "1775550577"
},
"stopId": "FR:50129:ZE:10ZOL2:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 151,
"time": "1775549895"
},
"departure": {
"delay": 151,
"time": "1775549911"
},
"stopId": "FR:50129:ZE:10HDI4:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 51,
"time": "1775551371"
},
"stopId": "FR:50129:ZE:10MAX1:ATOUMOD035",
"stopSequence": 50
},
{
"arrival": {
"delay": 111,
"time": "1775548543"
},
"departure": {
"delay": 111,
"time": "1775548551"
},
"stopId": "FR:50129:ZE:10ART2:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 171,
"time": "1775550677"
},
"departure": {
"delay": 171,
"time": "1775550711"
},
"stopId": "FR:50129:ZE:10BHE2:ATOUMOD035",
"stopSequence": 37
},
{
"departure": {
"delay": 33,
"time": "1775547933"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 56,
"time": "1775551056"
},
"departure": {
"delay": 56,
"time": "1775551076"
},
"stopId": "FR:50129:ZE:10ALB2:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"delay": 209,
"time": "1775549285"
},
"departure": {
"delay": 209,
"time": "1775549309"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 181,
"time": "1775550643"
},
"departure": {
"delay": 181,
"time": "1775550661"
},
"stopId": "FR:50129:ZE:10LON2:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 77,
"time": "1775551240"
},
"departure": {
"delay": 77,
"time": "1775551277"
},
"stopId": "FR:50129:ZE:10SFG2:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"delay": 192,
"time": "1775550238"
},
"departure": {
"delay": 192,
"time": "1775550252"
},
"stopId": "FR:50129:ZE:10BEL2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 117,
"time": "1775548215"
},
"departure": {
"delay": 117,
"time": "1775548257"
},
"stopId": "FR:50129:ZE:10RSX2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 194,
"time": "1775549707"
},
"departure": {
"delay": 194,
"time": "1775549714"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 54,
"time": "1775547989"
},
"departure": {
"delay": 54,
"time": "1775548014"
},
"stopId": "FR:50129:ZE:10JGO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 223,
"time": "1775549442"
},
"departure": {
"delay": 223,
"time": "1775549503"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 117,
"time": "1775550892"
},
"departure": {
"delay": 117,
"time": "1775550897"
},
"stopId": "FR:50129:ZE:10BRT2:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"delay": 167,
"time": "1775550372"
},
"departure": {
"delay": 167,
"time": "1775550407"
},
"stopId": "FR:50129:ZE:10LAV2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 111,
"time": "1775548754"
},
"departure": {
"delay": 111,
"time": "1775548791"
},
"stopId": "FR:50129:ZE:10JMO2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 244,
"time": "1775549545"
},
"departure": {
"delay": 244,
"time": "1775549584"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 205,
"time": "1775550730"
},
"departure": {
"delay": 205,
"time": "1775550745"
},
"stopId": "FR:50129:ZE:10CPL2:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"delay": 146,
"time": "1775548518"
},
"departure": {
"delay": 146,
"time": "1775548526"
},
"stopId": "FR:50129:ZE:10ZPH2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 161,
"time": "1775548810"
},
"departure": {
"delay": 161,
"time": "1775548841"
},
"stopId": "FR:50129:ZE:10LUM2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 182,
"time": "1775550440"
},
"departure": {
"delay": 182,
"time": "1775550482"
},
"stopId": "FR:50129:ZE:10DUB2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 91,
"time": "1775550923"
},
"departure": {
"delay": 91,
"time": "1775550931"
},
"stopId": "FR:50129:ZE:10HOU2:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": 86,
"time": "1775550947"
},
"departure": {
"delay": 86,
"time": "1775550986"
},
"stopId": "FR:50129:ZE:10CAR2:ATOUMOD035",
"stopSequence": 44
},
{
"arrival": {
"delay": 166,
"time": "1775550851"
},
"departure": {
"delay": 166,
"time": "1775550886"
},
"stopId": "FR:50129:ZE:10BON2:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": 139,
"time": "1775549980"
},
"departure": {
"delay": 139,
"time": "1775550019"
},
"stopId": "FR:50129:ZE:10REP4:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 136,
"time": "1775548644"
},
"departure": {
"delay": 136,
"time": "1775548696"
},
"stopId": "FR:50129:ZE:10BRO2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 145,
"time": "1775548288"
},
"departure": {
"delay": 145,
"time": "1775548345"
},
"stopId": "FR:50129:ZE:10MGT2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 199,
"time": "1775549808"
},
"departure": {
"delay": 199,
"time": "1775549839"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 68,
"time": "1775551315"
},
"departure": {
"delay": 68,
"time": "1775551328"
},
"stopId": "FR:50129:ZE:10EPH1:ATOUMOD035",
"stopSequence": 49
},
{
"arrival": {
"delay": 187,
"time": "1775550287"
},
"departure": {
"delay": 187,
"time": "1775550307"
},
"stopId": "FR:50129:ZE:10HOM2:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 118,
"time": "1775548726"
},
"departure": {
"delay": 118,
"time": "1775548738"
},
"stopId": "FR:50129:ZE:10LLM2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 178,
"time": "1775548365"
},
"departure": {
"delay": 178,
"time": "1775548378"
},
"stopId": "FR:50129:ZE:10MYO2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 166,
"time": "1775548990"
},
"departure": {
"delay": 166,
"time": "1775549026"
},
"stopId": "FR:50129:ZE:10LCP2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 177,
"time": "1775550136"
},
"departure": {
"delay": 177,
"time": "1775550177"
},
"stopId": "FR:50129:ZE:10HUI2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 213,
"time": "1775549649"
},
"departure": {
"delay": 213,
"time": "1775549673"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 81,
"time": "1775551209"
},
"departure": {
"delay": 81,
"time": "1775551221"
},
"stopId": "FR:50129:ZE:10COF2:ATOUMOD035",
"stopSequence": 47
},
{
"arrival": {
"delay": 183,
"time": "1775548399"
},
"departure": {
"delay": 183,
"time": "1775548443"
},
"stopId": "FR:50129:ZE:10NOR4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 81,
"time": "1775551029"
},
"departure": {
"delay": 81,
"time": "1775551041"
},
"stopId": "FR:50129:ZE:10SFN2:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"delay": 156,
"time": "1775548887"
},
"departure": {
"delay": 156,
"time": "1775548956"
},
"stopId": "FR:50129:ZE:10BHC2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 158,
"time": "1775549107"
},
"departure": {
"delay": 158,
"time": "1775549138"
},
"stopId": "FR:50129:ZE:10THH4:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 56,
"time": "1775548159"
},
"departure": {
"delay": 56,
"time": "1775548196"
},
"stopId": "FR:50129:ZE:10CVE2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 161,
"time": "1775550333"
},
"departure": {
"delay": 161,
"time": "1775550341"
},
"stopId": "FR:50129:ZE:10AGO2:ATOUMOD035",
"stopSequence": 32
}
],
"timestamp": "1775560081",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746216x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746156x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -40,
"time": "1775539484"
},
"departure": {
"delay": -40,
"time": "1775539520"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 60,
"time": "1775539941"
},
"departure": {
"delay": 60,
"time": "1775539980"
},
"stopId": "FR:50129:ZE:10THH3:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 64,
"time": "1775537934"
},
"departure": {
"delay": 64,
"time": "1775537944"
},
"stopId": "FR:50129:ZE:10CAR1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 2,
"time": "1775540268"
},
"departure": {
"delay": 2,
"time": "1775540282"
},
"stopId": "FR:50129:ZE:10LUM1:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 51,
"time": "1775538319"
},
"departure": {
"delay": 51,
"time": "1775538351"
},
"stopId": "FR:50129:ZE:10LON1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 20,
"time": "1775539424"
},
"departure": {
"delay": 20,
"time": "1775539460"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 51,
"time": "1775538255"
},
"departure": {
"delay": 51,
"time": "1775538291"
},
"stopId": "FR:50129:ZE:10BHE1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 21,
"time": "1775539218"
},
"departure": {
"delay": 21,
"time": "1775539281"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": -15,
"time": "1775538157"
},
"departure": {
"delay": -15,
"time": "1775538165"
},
"stopId": "FR:50129:ZE:10PRE1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": -17,
"time": "1775538751"
},
"departure": {
"delay": -17,
"time": "1775538763"
},
"stopId": "FR:50129:ZE:10BEL1:ATOUMOD035",
"stopSequence": 20
},
{
"departure": {
"delay": -4,
"time": "1775537576"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 114,
"time": "1775540926"
},
"departure": {
"delay": 114,
"time": "1775540934"
},
"stopId": "FR:50129:ZE:10CVE1:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"delay": 58,
"time": "1775537774"
},
"departure": {
"delay": 58,
"time": "1775537818"
},
"stopId": "FR:50129:ZE:10ALB1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 42,
"time": "1775540776"
},
"departure": {
"delay": 42,
"time": "1775540802"
},
"stopId": "FR:50129:ZE:10MYO1:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": 29,
"time": "1775537592"
},
"departure": {
"delay": 29,
"time": "1775537609"
},
"stopId": "FR:50129:ZE:10SFG1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 6,
"time": "1775540338"
},
"departure": {
"delay": 6,
"time": "1775540346"
},
"stopId": "FR:50129:ZE:10LLM1:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 56,
"time": "1775538399"
},
"departure": {
"delay": 56,
"time": "1775538416"
},
"stopId": "FR:50129:ZE:10ZOL1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 96,
"time": "1775540816"
},
"departure": {
"delay": 96,
"time": "1775540856"
},
"stopId": "FR:50129:ZE:10MGT1:ATOUMOD035",
"stopSequence": 44
},
{
"arrival": {
"delay": 52,
"time": "1775538492"
},
"departure": {
"delay": 52,
"time": "1775538532"
},
"stopId": "FR:50129:ZE:10DUB1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 48,
"time": "1775538849"
},
"departure": {
"delay": 48,
"time": "1775538888"
},
"stopId": "FR:50129:ZE:10HUI1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 59,
"time": "1775540712"
},
"departure": {
"delay": 59,
"time": "1775540759"
},
"stopId": "FR:50129:ZE:10NOR3:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"delay": 62,
"time": "1775540078"
},
"departure": {
"delay": 62,
"time": "1775540102"
},
"stopId": "FR:50129:ZE:10LCA1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 80,
"time": "1775538043"
},
"departure": {
"delay": 80,
"time": "1775538080"
},
"stopId": "FR:50129:ZE:10BON1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 28,
"time": "1775540634"
},
"departure": {
"delay": 28,
"time": "1775540668"
},
"stopId": "FR:50129:ZE:10JEA1:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": 67,
"time": "1775537847"
},
"departure": {
"delay": 67,
"time": "1775537887"
},
"stopId": "FR:50129:ZE:10SFN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 52,
"time": "1775538919"
},
"departure": {
"delay": 52,
"time": "1775538952"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": -13,
"time": "1775539306"
},
"departure": {
"delay": -13,
"time": "1775539367"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 8,
"time": "1775540375"
},
"departure": {
"delay": 8,
"time": "1775540408"
},
"stopId": "FR:50129:ZE:10BRO1:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"delay": 64,
"time": "1775538646"
},
"departure": {
"delay": 64,
"time": "1775538664"
},
"stopId": "FR:50129:ZE:10AGO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 40,
"time": "1775538569"
},
"departure": {
"delay": 40,
"time": "1775538580"
},
"stopId": "FR:50129:ZE:10LAV1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 41,
"time": "1775540306"
},
"departure": {
"delay": 41,
"time": "1775540321"
},
"stopId": "FR:50129:ZE:10JMO1:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": -6,
"time": "1775539064"
},
"departure": {
"delay": -6,
"time": "1775539074"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 62,
"time": "1775540877"
},
"departure": {
"delay": 62,
"time": "1775540882"
},
"stopId": "FR:50129:ZE:10RSX1:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"delay": 2,
"time": "1775538205"
},
"departure": {
"delay": 2,
"time": "1775538242"
},
"stopId": "FR:50129:ZE:10CPL1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 32,
"time": "1775538965"
},
"departure": {
"delay": 32,
"time": "1775538992"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 106,
"time": "1775540955"
},
"departure": {
"delay": 106,
"time": "1775540986"
},
"stopId": "FR:50129:ZE:10COS1:ATOUMOD035",
"stopSequence": 47
},
{
"arrival": {
"delay": 45,
"time": "1775538688"
},
"departure": {
"delay": 45,
"time": "1775538705"
},
"stopId": "FR:50129:ZE:10HOM1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 9,
"time": "1775538117"
},
"departure": {
"delay": 9,
"time": "1775538129"
},
"stopId": "FR:50129:ZE:10ARA1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 91,
"time": "1775539806"
},
"departure": {
"delay": 91,
"time": "1775539891"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 61,
"time": "1775537963"
},
"departure": {
"delay": 61,
"time": "1775538001"
},
"stopId": "FR:50129:ZE:10HOU1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 60,
"time": "1775540521"
},
"departure": {
"delay": 60,
"time": "1775540580"
},
"stopId": "FR:50129:ZE:10ART1:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": 56,
"time": "1775541056"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"delay": -20,
"time": "1775539582"
},
"departure": {
"delay": -20,
"time": "1775539660"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": -10,
"time": "1775539117"
},
"departure": {
"delay": -10,
"time": "1775539190"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 25,
"time": "1775540594"
},
"departure": {
"delay": 25,
"time": "1775540605"
},
"stopId": "FR:50129:ZE:10ZPH1:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"delay": 37,
"time": "1775537643"
},
"departure": {
"delay": 37,
"time": "1775537677"
},
"stopId": "FR:50129:ZE:10COF1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 33,
"time": "1775540144"
},
"departure": {
"delay": 33,
"time": "1775540193"
},
"stopId": "FR:50129:ZE:10BHC3:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 37,
"time": "1775538024"
},
"departure": {
"delay": 37,
"time": "1775538037"
},
"stopId": "FR:50129:ZE:10BRT1:ATOUMOD035",
"stopSequence": 8
}
],
"timestamp": "1775560079",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746156x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3748461x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 61,
"time": "1775553767"
},
"departure": {
"delay": 61,
"time": "1775553781"
},
"stopId": "FR:50129:ZE:10VIG1:ATOUMOD035",
"stopSequence": 3
},
{
"departure": {
"delay": 87,
"time": "1775553507"
},
"stopId": "FR:50129:ZE:10ZAG1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 198,
"time": "1775556198"
},
"stopId": "FR:50129:ZE:10DIG1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 230,
"time": "1775556156"
},
"departure": {
"delay": 230,
"time": "1775556170"
},
"stopId": "FR:50129:ZE:10CDF2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 312,
"time": "1775555298"
},
"departure": {
"delay": 312,
"time": "1775555472"
},
"stopId": "FR:50129:ZE:10SHU2:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 233,
"time": "1775555913"
},
"departure": {
"delay": 233,
"time": "1775555933"
},
"stopId": "FR:50129:ZE:10ROS2:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 256,
"time": "1775556126"
},
"departure": {
"delay": 256,
"time": "1775556136"
},
"stopId": "FR:50129:ZE:10BCP2:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 231,
"time": "1775556012"
},
"departure": {
"delay": 231,
"time": "1775556051"
},
"stopId": "FR:50129:ZE:10PFJ2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 94,
"time": "1775553806"
},
"departure": {
"delay": 94,
"time": "1775553814"
},
"stopId": "FR:50129:ZE:10CRB1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 250,
"time": "1775554895"
},
"departure": {
"delay": 250,
"time": "1775554930"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 146,
"time": "1775554182"
},
"departure": {
"delay": 146,
"time": "1775554226"
},
"stopId": "FR:50129:ZE:10FRA1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 108,
"time": "1775553973"
},
"departure": {
"delay": 108,
"time": "1775554008"
},
"stopId": "FR:50129:ZE:10EGL6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 129,
"time": "1775554253"
},
"departure": {
"delay": 129,
"time": "1775554269"
},
"stopId": "FR:50129:ZE:10LEC1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 287,
"time": "1775555675"
},
"departure": {
"delay": 287,
"time": "1775555687"
},
"stopId": "FR:50129:ZE:10FJT2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 243,
"time": "1775554951"
},
"departure": {
"delay": 243,
"time": "1775554983"
},
"stopId": "FR:50129:ZE:10CTR1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 63,
"time": "1775553711"
},
"departure": {
"delay": 63,
"time": "1775553723"
},
"stopId": "FR:50129:ZE:10DAN1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 272,
"time": "1775555771"
},
"departure": {
"delay": 272,
"time": "1775555792"
},
"stopId": "FR:50129:ZE:10RED2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 247,
"time": "1775554740"
},
"departure": {
"delay": 247,
"time": "1775554747"
},
"stopId": "FR:50129:ZE:10STA1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 218,
"time": "1775554805"
},
"departure": {
"delay": 218,
"time": "1775554838"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 236,
"time": "1775555959"
},
"departure": {
"delay": 236,
"time": "1775555996"
},
"stopId": "FR:50129:ZE:10SAL2:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 251,
"time": "1775556062"
},
"departure": {
"delay": 251,
"time": "1775556071"
},
"stopId": "FR:50129:ZE:10COT2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 253,
"time": "1775555502"
},
"departure": {
"delay": 253,
"time": "1775555533"
},
"stopId": "FR:50129:ZE:10MEN3:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 129,
"time": "1775554068"
},
"departure": {
"delay": 129,
"time": "1775554089"
},
"stopId": "FR:50129:ZE:10VAB1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 297,
"time": "1775555747"
},
"departure": {
"delay": 297,
"time": "1775555757"
},
"stopId": "FR:50129:ZE:10CIM2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 211,
"time": "1775554509"
},
"departure": {
"delay": 211,
"time": "1775554531"
},
"stopId": "FR:50129:ZE:10POL1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 264,
"time": "1775555827"
},
"departure": {
"delay": 264,
"time": "1775555844"
},
"stopId": "FR:50129:ZE:10VOL2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 264,
"time": "1775555869"
},
"departure": {
"delay": 264,
"time": "1775555904"
},
"stopId": "FR:50129:ZE:10SAD2:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 308,
"time": "1775555090"
},
"departure": {
"delay": 308,
"time": "1775555108"
},
"stopId": "FR:50129:ZE:10HDV1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 251,
"time": "1775554451"
},
"departure": {
"delay": 251,
"time": "1775554451"
},
"stopId": "FR:50129:ZE:10LEB1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 314,
"time": "1775555138"
},
"departure": {
"delay": 314,
"time": "1775555174"
},
"stopId": "FR:50129:ZE:10PLx1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 72,
"time": "1775553898"
},
"departure": {
"delay": 72,
"time": "1775553912"
},
"stopId": "FR:50129:ZE:10HUI3:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 232,
"time": "1775554597"
},
"departure": {
"delay": 232,
"time": "1775554612"
},
"stopId": "FR:50129:ZE:10LCO1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 104,
"time": "1775554101"
},
"departure": {
"delay": 104,
"time": "1775554124"
},
"stopId": "FR:50129:ZE:10SMT1:ATOUMOD035",
"stopSequence": 8
}
],
"timestamp": "1775560080",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:05:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3748461x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD005:ServiceJourney:909:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775576640"
},
"departure": {
"time": "1775576640"
},
"stopId": "FR:76217:ZE:18320:ATOUMOD005",
"stopSequence": 23
},
{
"arrival": {
"time": "1775576040"
},
"departure": {
"time": "1775576040"
},
"stopId": "FR:76217:ZE:18107:ATOUMOD005",
"stopSequence": 20
},
{
"arrival": {
"time": "1775577720"
},
"departure": {
"time": "1775577720"
},
"stopId": "FR:76565:ZE:18238:ATOUMOD005",
"stopSequence": 33
},
{
"arrival": {
"time": "1775575440"
},
"departure": {
"time": "1775575440"
},
"stopId": "FR:76217:ZE:18196:ATOUMOD005",
"stopSequence": 13
},
{
"arrival": {
"time": "1775574900"
},
"departure": {
"time": "1775574900"
},
"stopId": "FR:76217:ZE:18169:ATOUMOD005",
"stopSequence": 5
},
{
"arrival": {
"time": "1775575140"
},
"departure": {
"time": "1775575140"
},
"stopId": "FR:76217:ZE:18206:ATOUMOD005",
"stopSequence": 8
},
{
"arrival": {
"time": "1775576460"
},
"departure": {
"time": "1775576460"
},
"stopId": "FR:76217:ZE:18050:ATOUMOD005",
"stopSequence": 22
},
{
"arrival": {
"time": "1775575020"
},
"departure": {
"time": "1775575020"
},
"stopId": "FR:76217:ZE:18182:ATOUMOD005",
"stopSequence": 6
},
{
"arrival": {
"time": "1775574660"
},
"departure": {
"time": "1775574660"
},
"stopId": "FR:76217:ZE:18810:ATOUMOD005",
"stopSequence": 2
},
{
"arrival": {
"time": "1775576100"
},
"departure": {
"time": "1775576100"
},
"stopId": "FR:76217:ZE:18077:ATOUMOD005",
"stopSequence": 21
},
{
"arrival": {
"time": "1775575920"
},
"departure": {
"time": "1775575920"
},
"stopId": "FR:76217:ZE:18027:ATOUMOD005",
"stopSequence": 18
},
{
"arrival": {
"time": "1775577300"
},
"departure": {
"time": "1775577300"
},
"stopId": "FR:76217:ZE:18025:ATOUMOD005",
"stopSequence": 28
},
{
"arrival": {
"time": "1775577780"
},
"departure": {
"time": "1775577780"
},
"stopId": "FR:76565:ZE:18443:ATOUMOD005",
"stopSequence": 34
},
{
"arrival": {
"time": "1775577060"
},
"departure": {
"time": "1775577060"
},
"stopId": "FR:76217:ZE:18785:ATOUMOD005",
"stopSequence": 26
},
{
"arrival": {
"time": "1775575740"
},
"departure": {
"time": "1775575740"
},
"stopId": "FR:76217:ZE:18078:ATOUMOD005",
"stopSequence": 16
},
{
"arrival": {
"time": "1775577480"
},
"departure": {
"time": "1775577480"
},
"stopId": "FR:76217:ZE:18023:ATOUMOD005",
"stopSequence": 29
},
{
"arrival": {
"time": "1775575980"
},
"departure": {
"time": "1775575980"
},
"stopId": "FR:76217:ZE:18059:ATOUMOD005",
"stopSequence": 19
},
{
"arrival": {
"time": "1775575320"
},
"departure": {
"time": "1775575320"
},
"stopId": "FR:76217:ZE:18164:ATOUMOD005",
"stopSequence": 11
},
{
"arrival": {
"time": "1775577900"
},
"stopId": "FR:76565:ZE:18284:ATOUMOD005",
"stopSequence": 35
},
{
"arrival": {
"time": "1775575080"
},
"departure": {
"time": "1775575080"
},
"stopId": "FR:76217:ZE:18175:ATOUMOD005",
"stopSequence": 7
},
{
"arrival": {
"time": "1775574720"
},
"departure": {
"time": "1775574720"
},
"stopId": "FR:76217:ZE:18183:ATOUMOD005",
"stopSequence": 3
},
{
"arrival": {
"time": "1775575560"
},
"departure": {
"time": "1775575560"
},
"stopId": "FR:76217:ZE:18104:ATOUMOD005",
"stopSequence": 15
},
{
"arrival": {
"time": "1775575380"
},
"departure": {
"time": "1775575380"
},
"stopId": "FR:76217:ZE:18208:ATOUMOD005",
"stopSequence": 12
},
{
"arrival": {
"time": "1775575860"
},
"departure": {
"time": "1775575860"
},
"stopId": "FR:76217:ZE:18133:ATOUMOD005",
"stopSequence": 17
},
{
"arrival": {
"time": "1775577600"
},
"departure": {
"time": "1775577600"
},
"stopId": "FR:76217:ZE:18073:ATOUMOD005",
"stopSequence": 30
},
{
"departure": {
"time": "1775574600"
},
"stopId": "FR:76217:ZE:18808:ATOUMOD005",
"stopSequence": 1
},
{
"arrival": {
"time": "1775576820"
},
"departure": {
"time": "1775576820"
},
"stopId": "FR:76217:ZE:18057:ATOUMOD005",
"stopSequence": 24
},
{
"arrival": {
"delay": 5,
"time": "1775577665"
},
"departure": {
"delay": 5,
"time": "1775577665"
},
"stopId": "FR:76565:ZE:18105:ATOUMOD005",
"stopSequence": 32
},
{
"arrival": {
"time": "1775575500"
},
"departure": {
"time": "1775575500"
},
"stopId": "FR:76217:ZE:18189:ATOUMOD005",
"stopSequence": 14
},
{
"arrival": {
"time": "1775577660"
},
"departure": {
"time": "1775577660"
},
"stopId": "FR:76217:ZE:18040:ATOUMOD005",
"stopSequence": 31
},
{
"arrival": {
"time": "1775575200"
},
"departure": {
"time": "1775575200"
},
"stopId": "FR:76217:ZE:18185:ATOUMOD005",
"stopSequence": 9
},
{
"arrival": {
"time": "1775577000"
},
"departure": {
"time": "1775577000"
},
"stopId": "FR:76217:ZE:18096:ATOUMOD005",
"stopSequence": 25
},
{
"arrival": {
"time": "1775575260"
},
"departure": {
"time": "1775575260"
},
"stopId": "FR:76217:ZE:18187:ATOUMOD005",
"stopSequence": 10
},
{
"arrival": {
"time": "1775574780"
},
"departure": {
"time": "1775574780"
},
"stopId": "FR:76217:ZE:18176:ATOUMOD005",
"stopSequence": 4
},
{
"arrival": {
"time": "1775577180"
},
"departure": {
"time": "1775577180"
},
"stopId": "FR:76217:ZE:18054:ATOUMOD005",
"stopSequence": 27
}
],
"timestamp": "1775560042",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD005:Line:1:LOC",
"tripId": "ATOUMOD005:ServiceJourney:909:LOC"
}
}
},
{
"id": "SM:ATOUMOD005:ServiceJourney:943:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775576340"
},
"departure": {
"time": "1775576340"
},
"stopId": "FR:76217:ZE:18323:ATOUMOD005",
"stopSequence": 4
},
{
"arrival": {
"time": "1775577660"
},
"stopId": "FR:76217:ZE:18088:ATOUMOD005",
"stopSequence": 19
},
{
"arrival": {
"time": "1775576220"
},
"departure": {
"time": "1775576220"
},
"stopId": "FR:76217:ZE:18023:ATOUMOD005",
"stopSequence": 3
},
{
"arrival": {
"time": "1775576640"
},
"departure": {
"time": "1775576640"
},
"stopId": "FR:76217:ZE:18036:ATOUMOD005",
"stopSequence": 7
},
{
"arrival": {
"time": "1775576760"
},
"departure": {
"time": "1775576760"
},
"stopId": "FR:76217:ZE:18051:ATOUMOD005",
"stopSequence": 9
},
{
"arrival": {
"time": "1775577420"
},
"departure": {
"time": "1775577420"
},
"stopId": "FR:76217:ZE:18029:ATOUMOD005",
"stopSequence": 16
},
{
"arrival": {
"time": "1775576520"
},
"departure": {
"time": "1775576520"
},
"stopId": "FR:76217:ZE:18028:ATOUMOD005",
"stopSequence": 6
},
{
"arrival": {
"time": "1775575980"
},
"departure": {
"time": "1775575980"
},
"stopId": "FR:76217:ZE:18321:ATOUMOD005",
"stopSequence": 2
},
{
"arrival": {
"time": "1775576820"
},
"departure": {
"time": "1775576820"
},
"stopId": "FR:76217:ZE:18092:ATOUMOD005",
"stopSequence": 10
},
{
"arrival": {
"time": "1775577180"
},
"departure": {
"time": "1775577180"
},
"stopId": "FR:76217:ZE:18243:ATOUMOD005",
"stopSequence": 14
},
{
"arrival": {
"time": "1775576460"
},
"departure": {
"time": "1775576460"
},
"stopId": "FR:76217:ZE:18080:ATOUMOD005",
"stopSequence": 5
},
{
"arrival": {
"time": "1775577540"
},
"departure": {
"time": "1775577540"
},
"stopId": "FR:76217:ZE:18055:ATOUMOD005",
"stopSequence": 18
},
{
"departure": {
"time": "1775575920"
},
"stopId": "FR:76217:ZE:18042:ATOUMOD005",
"stopSequence": 1
},
{
"arrival": {
"time": "1775576940"
},
"departure": {
"time": "1775576940"
},
"stopId": "FR:76217:ZE:18244:ATOUMOD005",
"stopSequence": 12
},
{
"arrival": {
"time": "1775576880"
},
"departure": {
"time": "1775576880"
},
"stopId": "FR:76217:ZE:18033:ATOUMOD005",
"stopSequence": 11
},
{
"arrival": {
"time": "1775577060"
},
"departure": {
"time": "1775577060"
},
"stopId": "FR:76217:ZE:18800:ATOUMOD005",
"stopSequence": 13
},
{
"arrival": {
"time": "1775577480"
},
"departure": {
"time": "1775577480"
},
"stopId": "FR:76217:ZE:18060:ATOUMOD005",
"stopSequence": 17
},
{
"arrival": {
"time": "1775577300"
},
"departure": {
"time": "1775577300"
},
"stopId": "FR:76217:ZE:18044:ATOUMOD005",
"stopSequence": 15
},
{
"arrival": {
"time": "1775576700"
},
"departure": {
"time": "1775576700"
},
"stopId": "FR:76217:ZE:18802:ATOUMOD005",
"stopSequence": 8
}
],
"timestamp": "1775560066",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD005:Line:3:LOC",
"tripId": "ATOUMOD005:ServiceJourney:943:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745259x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 88,
"time": "1775544835"
},
"departure": {
"delay": 88,
"time": "1775544868"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 22,
"time": "1775544894"
},
"departure": {
"delay": 22,
"time": "1775544922"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 37,
"time": "1775543744"
},
"departure": {
"delay": 37,
"time": "1775543797"
},
"stopId": "FR:50129:ZE:10PRV2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": -21,
"time": "1775545119"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 28,
"time": "1775544466"
},
"departure": {
"delay": 28,
"time": "1775544508"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 27,
"time": "1775544357"
},
"departure": {
"delay": 27,
"time": "1775544387"
},
"stopId": "FR:50129:ZE:10CRC4:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": -10,
"time": "1775544977"
},
"departure": {
"delay": -10,
"time": "1775545010"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 92,
"time": "1775543934"
},
"departure": {
"delay": 92,
"time": "1775543972"
},
"stopId": "FR:50129:ZE:10BQR2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 18,
"time": "1775544603"
},
"departure": {
"delay": 18,
"time": "1775544618"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 57,
"time": "1775544196"
},
"departure": {
"delay": 57,
"time": "1775544237"
},
"stopId": "FR:50129:ZE:10PFO2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 6,
"time": "1775544271"
},
"departure": {
"delay": 6,
"time": "1775544306"
},
"stopId": "FR:50129:ZE:10FOR4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 21,
"time": "1775543682"
},
"departure": {
"delay": 21,
"time": "1775543721"
},
"stopId": "FR:50129:ZE:10OYG2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 29,
"time": "1775544657"
},
"departure": {
"delay": 29,
"time": "1775544689"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 5,
"time": "1775543544"
},
"departure": {
"delay": 5,
"time": "1775543585"
},
"stopId": "FR:50129:ZE:10AMO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 11,
"time": "1775543616"
},
"departure": {
"delay": 11,
"time": "1775543651"
},
"stopId": "FR:50129:ZE:10EGL2:ATOUMOD035",
"stopSequence": 3
},
{
"departure": {
"delay": 43,
"time": "1775543443"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 88,
"time": "1775544095"
},
"departure": {
"delay": 88,
"time": "1775544148"
},
"stopId": "FR:50129:ZE:10RTU2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 67,
"time": "1775544033"
},
"departure": {
"delay": 67,
"time": "1775544067"
},
"stopId": "FR:50129:ZE:10BRA4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 28,
"time": "1775544721"
},
"departure": {
"delay": 28,
"time": "1775544748"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 84,
"time": "1775543833"
},
"departure": {
"delay": 84,
"time": "1775543904"
},
"stopId": "FR:50129:ZE:10ANJ6:ATOUMOD035",
"stopSequence": 6
}
],
"timestamp": "1775560079",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1A:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745259x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4057434x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 122,
"time": "1775559422"
},
"stopId": "FR:76447:ZE:3515:ATOUMOD003",
"stopSequence": 18
},
{
"departure": {
"delay": 182,
"time": "1775559602"
},
"stopId": "FR:76447:ZE:4510:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": 164,
"time": "1775561924"
},
"stopId": "FR:76305:ZE:3922:ATOUMOD003",
"stopSequence": 50
},
{
"arrival": {
"delay": 164,
"time": "1775561084"
},
"departure": {
"delay": 164,
"time": "1775561084"
},
"stopId": "FR:76341:ZE:3083:ATOUMOD003",
"stopSequence": 39
},
{
"departure": {
"delay": 123,
"time": "1775559483"
},
"stopId": "FR:76447:ZE:3122:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": 164,
"time": "1775561024"
},
"departure": {
"delay": 164,
"time": "1775561024"
},
"stopId": "FR:76341:ZE:3537:ATOUMOD003",
"stopSequence": 38
},
{
"arrival": {
"delay": 205,
"time": "1775559925"
},
"departure": {
"delay": 205,
"time": "1775559925"
},
"stopId": "FR:76447:ZE:3767:ATOUMOD003",
"stopSequence": 25
},
{
"arrival": {
"delay": 164,
"time": "1775560124"
},
"departure": {
"delay": 164,
"time": "1775560124"
},
"stopId": "FR:76447:ZE:5203:ATOUMOD003",
"stopSequence": 28
},
{
"arrival": {
"delay": 222,
"time": "1775560602"
},
"departure": {
"delay": 222,
"time": "1775560602"
},
"stopId": "FR:76341:ZE:3753:ATOUMOD003",
"stopSequence": 35
},
{
"departure": {
"delay": 199,
"time": "1775559739"
},
"stopId": "FR:76447:ZE:3130:ATOUMOD003",
"stopSequence": 23
},
{
"departure": {
"delay": 187,
"time": "1775559547"
},
"stopId": "FR:76447:ZE:3066:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": 203,
"time": "1775561603"
},
"departure": {
"delay": 203,
"time": "1775561603"
},
"stopId": "FR:76305:ZE:4488:ATOUMOD003",
"stopSequence": 47
},
{
"arrival": {
"delay": 136,
"time": "1775559376"
},
"departure": {
"delay": 136,
"time": "1775559376"
},
"stopId": "FR:76447:ZE:3238:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": 164,
"time": "1775561144"
},
"departure": {
"delay": 164,
"time": "1775561144"
},
"stopId": "FR:76305:ZE:3206:ATOUMOD003",
"stopSequence": 40
},
{
"arrival": {
"delay": 164,
"time": "1775561504"
},
"departure": {
"delay": 164,
"time": "1775561504"
},
"stopId": "FR:76305:ZE:3574:ATOUMOD003",
"stopSequence": 46
},
{
"departure": {
"delay": 180,
"time": "1775559840"
},
"stopId": "FR:76447:ZE:3443:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": 164,
"time": "1775560244"
},
"departure": {
"delay": 164,
"time": "1775560244"
},
"stopId": "FR:76447:ZE:3742:ATOUMOD003",
"stopSequence": 29
},
{
"arrival": {
"delay": 181,
"time": "1775561401"
},
"departure": {
"delay": 181,
"time": "1775561401"
},
"stopId": "FR:76305:ZE:3180:ATOUMOD003",
"stopSequence": 45
},
{
"arrival": {
"delay": 210,
"time": "1775560950"
},
"departure": {
"delay": 210,
"time": "1775560950"
},
"stopId": "FR:76341:ZE:3446:ATOUMOD003",
"stopSequence": 37
},
{
"departure": {
"delay": 216,
"time": "1775560056"
},
"stopId": "FR:76447:ZE:3763:ATOUMOD003",
"stopSequence": 27
},
{
"arrival": {
"delay": 164,
"time": "1775560664"
},
"departure": {
"delay": 164,
"time": "1775560664"
},
"stopId": "FR:76341:ZE:3747:ATOUMOD003",
"stopSequence": 36
},
{
"arrival": {
"delay": 182,
"time": "1775560322"
},
"departure": {
"delay": 182,
"time": "1775560322"
},
"stopId": "FR:76447:ZE:3759:ATOUMOD003",
"stopSequence": 31
},
{
"departure": {
"delay": 181,
"time": "1775559661"
},
"stopId": "FR:76447:ZE:4073:ATOUMOD003",
"stopSequence": 22
},
{
"departure": {
"delay": 82,
"time": "1775559322"
},
"stopId": "FR:76447:ZE:4508:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": 182,
"time": "1775560382"
},
"departure": {
"delay": 182,
"time": "1775560382"
},
"stopId": "FR:76341:ZE:3906:ATOUMOD003",
"stopSequence": 32
},
{
"arrival": {
"delay": 164,
"time": "1775560424"
},
"departure": {
"delay": 164,
"time": "1775560424"
},
"stopId": "FR:76341:ZE:4814:ATOUMOD003",
"stopSequence": 33
},
{
"arrival": {
"delay": 188,
"time": "1775560268"
},
"departure": {
"delay": 188,
"time": "1775560268"
},
"stopId": "FR:76447:ZE:3761:ATOUMOD003",
"stopSequence": 30
},
{
"arrival": {
"delay": 173,
"time": "1775561213"
},
"departure": {
"delay": 173,
"time": "1775561213"
},
"stopId": "FR:76305:ZE:3295:ATOUMOD003",
"stopSequence": 42
},
{
"departure": {
"delay": 184,
"time": "1775559964"
},
"stopId": "FR:76447:ZE:3765:ATOUMOD003",
"stopSequence": 26
},
{
"arrival": {
"delay": 164,
"time": "1775560484"
},
"departure": {
"delay": 164,
"time": "1775560484"
},
"stopId": "FR:76341:ZE:3755:ATOUMOD003",
"stopSequence": 34
},
{
"arrival": {
"delay": 167,
"time": "1775561807"
},
"departure": {
"delay": 167,
"time": "1775561807"
},
"stopId": "FR:76305:ZE:4501:ATOUMOD003",
"stopSequence": 49
},
{
"arrival": {
"delay": 193,
"time": "1775561173"
},
"departure": {
"delay": 193,
"time": "1775561173"
},
"stopId": "FR:76305:ZE:3521:ATOUMOD003",
"stopSequence": 41
},
{
"arrival": {
"delay": 169,
"time": "1775561329"
},
"departure": {
"delay": 169,
"time": "1775561329"
},
"stopId": "FR:76305:ZE:3150:ATOUMOD003",
"stopSequence": 44
},
{
"arrival": {
"delay": 164,
"time": "1775561264"
},
"departure": {
"delay": 164,
"time": "1775561264"
},
"stopId": "FR:76305:ZE:3186:ATOUMOD003",
"stopSequence": 43
},
{
"arrival": {
"delay": 202,
"time": "1775561722"
},
"departure": {
"delay": 202,
"time": "1775561722"
},
"stopId": "FR:76305:ZE:4490:ATOUMOD003",
"stopSequence": 48
}
],
"timestamp": "1775559459",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:10:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4057434x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC597074:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 40,
"time": "1775563300"
},
"departure": {
"delay": 40,
"time": "1775563300"
},
"stopId": "FR:27229:ZE:0xMEU01:ATOUMOD004",
"stopSequence": 2
},
{
"departure": {
"time": "1775563200"
},
"stopId": "FR:27229:ZE:0xCEN01:ATOUMOD004",
"stopSequence": 1
},
{
"arrival": {
"delay": 30,
"time": "1775564250"
},
"departure": {
"delay": 30,
"time": "1775564250"
},
"stopId": "FR:27229:ZE:0xJAU02:ATOUMOD004",
"stopSequence": 17
},
{
"arrival": {
"delay": 15,
"time": "1775563995"
},
"departure": {
"delay": 15,
"time": "1775563995"
},
"stopId": "FR:27229:ZE:0xBEV01:ATOUMOD004",
"stopSequence": 14
},
{
"arrival": {
"time": "1775564160"
},
"departure": {
"time": "1775564160"
},
"stopId": "FR:27229:ZE:0xPJJ02:ATOUMOD004",
"stopSequence": 16
},
{
"arrival": {
"delay": 27,
"time": "1775563767"
},
"departure": {
"delay": 27,
"time": "1775563767"
},
"stopId": "FR:27229:ZE:0xFAU01:ATOUMOD004",
"stopSequence": 10
},
{
"arrival": {
"delay": 41,
"time": "1775563661"
},
"departure": {
"delay": 41,
"time": "1775563661"
},
"stopId": "FR:27229:ZE:0xCOM01:ATOUMOD004",
"stopSequence": 9
},
{
"arrival": {
"delay": 94,
"time": "1775564374"
},
"departure": {
"delay": 94,
"time": "1775564374"
},
"stopId": "FR:27229:ZE:0xHAP02:ATOUMOD004",
"stopSequence": 18
},
{
"arrival": {
"delay": 27,
"time": "1775563947"
},
"departure": {
"delay": 27,
"time": "1775563947"
},
"stopId": "FR:27229:ZE:0xLOG01:ATOUMOD004",
"stopSequence": 12
},
{
"arrival": {
"delay": 54,
"time": "1775563494"
},
"departure": {
"delay": 54,
"time": "1775563494"
},
"stopId": "FR:27229:ZE:0xDUN01:ATOUMOD004",
"stopSequence": 7
},
{
"arrival": {
"delay": 11,
"time": "1775563871"
},
"departure": {
"delay": 11,
"time": "1775563871"
},
"stopId": "FR:27229:ZE:0xHAR01:ATOUMOD004",
"stopSequence": 11
},
{
"arrival": {
"delay": 58,
"time": "1775563378"
},
"departure": {
"delay": 58,
"time": "1775563378"
},
"stopId": "FR:27229:ZE:0xCAR04:ATOUMOD004",
"stopSequence": 3
},
{
"arrival": {
"delay": 120,
"time": "1775564580"
},
"stopId": "FR:27229:ZE:0xHOT01:ATOUMOD004",
"stopSequence": 19
},
{
"arrival": {
"delay": 8,
"time": "1775563568"
},
"departure": {
"delay": 8,
"time": "1775563568"
},
"stopId": "FR:27229:ZE:0xFER01:ATOUMOD004",
"stopSequence": 8
},
{
"arrival": {
"delay": 6,
"time": "1775564046"
},
"departure": {
"delay": 6,
"time": "1775564046"
},
"stopId": "FR:27229:ZE:0xBRO01:ATOUMOD004",
"stopSequence": 15
}
],
"timestamp": "1775560081",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD004:Line:T2:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC597074:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3747503x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 98,
"time": "1775540490"
},
"departure": {
"delay": 98,
"time": "1775540498"
},
"stopId": "FR:50129:ZE:10CCI1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 105,
"time": "1775541212"
},
"departure": {
"delay": 105,
"time": "1775541225"
},
"stopId": "FR:50129:ZE:10CRD1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 113,
"time": "1775539184"
},
"departure": {
"delay": 113,
"time": "1775539193"
},
"stopId": "FR:50129:ZE:10UNI2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 127,
"time": "1775541094"
},
"departure": {
"delay": 127,
"time": "1775541127"
},
"stopId": "FR:50129:ZE:10COD1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 72,
"time": "1775540763"
},
"departure": {
"delay": 72,
"time": "1775540772"
},
"stopId": "FR:50129:ZE:10MLL3:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 93,
"time": "1775540965"
},
"departure": {
"delay": 93,
"time": "1775540973"
},
"stopId": "FR:50129:ZE:10CLO1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 84,
"time": "1775539011"
},
"departure": {
"delay": 84,
"time": "1775539044"
},
"stopId": "FR:50129:ZE:10PFO4:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 66,
"time": "1775538950"
},
"departure": {
"delay": 66,
"time": "1775538966"
},
"stopId": "FR:50129:ZE:10VDT2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 111,
"time": "1775540645"
},
"departure": {
"delay": 111,
"time": "1775540691"
},
"stopId": "FR:50129:ZE:10GMA3:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 138,
"time": "1775539148"
},
"departure": {
"delay": 138,
"time": "1775539158"
},
"stopId": "FR:50129:ZE:10IUT2:ATOUMOD035",
"stopSequence": 4
},
{
"departure": {
"delay": 62,
"time": "1775538902"
},
"stopId": "FR:50129:ZE:10ZFO2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 85,
"time": "1775541011"
},
"departure": {
"delay": 85,
"time": "1775541025"
},
"stopId": "FR:50129:ZE:10ILO1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 74,
"time": "1775541374"
},
"stopId": "FR:50129:ZE:10PIS1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 104,
"time": "1775539228"
},
"departure": {
"delay": 104,
"time": "1775539244"
},
"stopId": "FR:50129:ZE:10AIG2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 94,
"time": "1775540885"
},
"departure": {
"delay": 94,
"time": "1775540914"
},
"stopId": "FR:50129:ZE:10LMW1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 182,
"time": "1775540210"
},
"departure": {
"delay": 182,
"time": "1775540222"
},
"stopId": "FR:50129:ZE:10CRN1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 31,
"time": "1775539419"
},
"departure": {
"delay": 31,
"time": "1775539471"
},
"stopId": "FR:50129:ZE:10MEN2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 143,
"time": "1775541194"
},
"departure": {
"delay": 143,
"time": "1775541203"
},
"stopId": "FR:50129:ZE:10LMQ1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 138,
"time": "1775541046"
},
"departure": {
"delay": 138,
"time": "1775541078"
},
"stopId": "FR:50129:ZE:10EUR1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 137,
"time": "1775540265"
},
"departure": {
"delay": 137,
"time": "1775540297"
},
"stopId": "FR:50129:ZE:10PLA5:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 246,
"time": "1775539570"
},
"departure": {
"delay": 246,
"time": "1775540046"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 102,
"time": "1775540400"
},
"departure": {
"delay": 102,
"time": "1775540442"
},
"stopId": "FR:50129:ZE:10CIT1:ATOUMOD035",
"stopSequence": 11
}
],
"timestamp": "1775560078",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:08:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3747503x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx12625:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -11340,
"time": "1775561640"
},
"departure": {
"delay": -11340,
"time": "1775561640"
},
"stopId": "FR:76103:ZE:TCARxBONSE1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": -11190,
"time": "1775560890"
},
"departure": {
"delay": -11190,
"time": "1775560890"
},
"stopId": "FR:76475:ZE:TCARxCOTYR1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": -11280,
"time": "1775561460"
},
"departure": {
"delay": -11280,
"time": "1775561460"
},
"stopId": "FR:76429:ZE:TCARxESNAR1:ATOUMOD001",
"stopSequence": 15
},
{
"departure": {
"delay": -11160,
"time": "1775560680"
},
"stopId": "FR:76475:ZE:TCARxGALIL1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": -11313,
"time": "1775561607"
},
"departure": {
"delay": -11313,
"time": "1775561607"
},
"stopId": "FR:76103:ZE:TCARxCDLED1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": -11280,
"time": "1775561520"
},
"departure": {
"delay": -11280,
"time": "1775561520"
},
"stopId": "FR:76429:ZE:TCARxLESCU1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": -11220,
"time": "1775561220"
},
"departure": {
"delay": -11220,
"time": "1775561220"
},
"stopId": "FR:76429:ZE:TCARxMALOT1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": -11129,
"time": "1775560711"
},
"departure": {
"delay": -11129,
"time": "1775560711"
},
"stopId": "FR:76475:ZE:TCARxISAAC2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -11148,
"time": "1775560752"
},
"departure": {
"delay": -11148,
"time": "1775560752"
},
"stopId": "FR:76475:ZE:TCARxMALEC3:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -11220,
"time": "1775561160"
},
"departure": {
"delay": -11220,
"time": "1775561160"
},
"stopId": "FR:76475:ZE:TCARxLOISI1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": -11198,
"time": "1775561062"
},
"departure": {
"delay": -11198,
"time": "1775561062"
},
"stopId": "FR:76475:ZE:TCARxFERME1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -11304,
"time": "1775561556"
},
"departure": {
"delay": -11304,
"time": "1775561556"
},
"stopId": "FR:76103:ZE:TCARxNEUVE1:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": -11220,
"time": "1775561280"
},
"departure": {
"delay": -11220,
"time": "1775561280"
},
"stopId": "FR:76429:ZE:TCARxHUBER1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": -11220,
"time": "1775560920"
},
"departure": {
"delay": -11220,
"time": "1775560920"
},
"stopId": "FR:76475:ZE:TCARxHVFRA1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": -11199,
"time": "1775561001"
},
"departure": {
"delay": -11199,
"time": "1775561001"
},
"stopId": "FR:76475:ZE:TCARxCROCH1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": -11212,
"time": "1775561108"
},
"departure": {
"delay": -11212,
"time": "1775561108"
},
"stopId": "FR:76475:ZE:TCARxVADAI1:ATOUMOD001",
"stopSequence": 9
}
],
"timestamp": "1775560025",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx05:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx12625:LOC"
}
}
},
{
"id": "SM:ATOUMOD005:ServiceJourney:963:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1775576700"
},
"stopId": "FR:76217:ZE:18055:ATOUMOD005",
"stopSequence": 1
},
{
"arrival": {
"time": "1775578020"
},
"stopId": "FR:76217:ZE:18320:ATOUMOD005",
"stopSequence": 12
},
{
"arrival": {
"time": "1775576820"
},
"departure": {
"time": "1775576820"
},
"stopId": "FR:76217:ZE:18088:ATOUMOD005",
"stopSequence": 2
},
{
"arrival": {
"time": "1775577060"
},
"departure": {
"time": "1775577060"
},
"stopId": "FR:76217:ZE:18821:ATOUMOD005",
"stopSequence": 4
},
{
"arrival": {
"time": "1775577660"
},
"departure": {
"time": "1775577660"
},
"stopId": "FR:76217:ZE:18824:ATOUMOD005",
"stopSequence": 9
},
{
"arrival": {
"time": "1775577420"
},
"departure": {
"time": "1775577420"
},
"stopId": "FR:76217:ZE:18823:ATOUMOD005",
"stopSequence": 7
},
{
"arrival": {
"time": "1775577900"
},
"departure": {
"time": "1775577900"
},
"stopId": "FR:76217:ZE:18286:ATOUMOD005",
"stopSequence": 11
},
{
"arrival": {
"time": "1775576940"
},
"departure": {
"time": "1775576940"
},
"stopId": "FR:76217:ZE:18816:ATOUMOD005",
"stopSequence": 3
},
{
"arrival": {
"time": "1775577180"
},
"departure": {
"time": "1775577180"
},
"stopId": "FR:76217:ZE:18817:ATOUMOD005",
"stopSequence": 5
},
{
"arrival": {
"time": "1775577780"
},
"departure": {
"time": "1775577780"
},
"stopId": "FR:76217:ZE:18032:ATOUMOD005",
"stopSequence": 10
},
{
"arrival": {
"time": "1775577540"
},
"departure": {
"time": "1775577540"
},
"stopId": "FR:76217:ZE:18029:ATOUMOD005",
"stopSequence": 8
},
{
"arrival": {
"time": "1775577300"
},
"departure": {
"time": "1775577300"
},
"stopId": "FR:76217:ZE:18822:ATOUMOD005",
"stopSequence": 6
}
],
"timestamp": "1775560069",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD005:Line:97:LOC",
"tripId": "ATOUMOD005:ServiceJourney:963:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC595691:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -316,
"time": "1775562284"
},
"departure": {
"delay": -316,
"time": "1775562284"
},
"stopId": "FR:27229:ZE:0xNAV01:ATOUMOD004",
"stopSequence": 29
},
{
"arrival": {
"delay": -209,
"time": "1775562391"
},
"departure": {
"delay": -209,
"time": "1775562391"
},
"stopId": "FR:27229:ZE:0xUSI01:ATOUMOD004",
"stopSequence": 30
},
{
"arrival": {
"delay": -211,
"time": "1775561549"
},
"departure": {
"delay": -211,
"time": "1775561549"
},
"stopId": "FR:27229:ZE:0xGDC01:ATOUMOD004",
"stopSequence": 17
},
{
"arrival": {
"delay": -503,
"time": "1775562937"
},
"stopId": "FR:27020:ZE:0xMOE01:ATOUMOD004",
"stopSequence": 43
},
{
"arrival": {
"delay": -54,
"time": "1775561166"
},
"departure": {
"delay": -54,
"time": "1775561166"
},
"stopId": "FR:27299:ZE:0xECG01:ATOUMOD004",
"stopSequence": 11
},
{
"arrival": {
"delay": -273,
"time": "1775562267"
},
"departure": {
"delay": -273,
"time": "1775562267"
},
"stopId": "FR:27229:ZE:0xPLA01:ATOUMOD004",
"stopSequence": 27
},
{
"arrival": {
"delay": -344,
"time": "1775562496"
},
"departure": {
"delay": -344,
"time": "1775562496"
},
"stopId": "FR:27020:ZE:0xACH01:ATOUMOD004",
"stopSequence": 33
},
{
"arrival": {
"delay": -250,
"time": "1775561930"
},
"departure": {
"delay": -250,
"time": "1775561930"
},
"stopId": "FR:27229:ZE:0xGAR05:ATOUMOD004",
"stopSequence": 21
},
{
"arrival": {
"delay": -211,
"time": "1775561489"
},
"departure": {
"delay": -211,
"time": "1775561489"
},
"stopId": "FR:27229:ZE:0xDUP01:ATOUMOD004",
"stopSequence": 16
},
{
"arrival": {
"delay": -79,
"time": "1775561201"
},
"departure": {
"delay": -79,
"time": "1775561201"
},
"stopId": "FR:27299:ZE:0xPAG01:ATOUMOD004",
"stopSequence": 12
},
{
"arrival": {
"delay": -383,
"time": "1775562577"
},
"departure": {
"delay": -383,
"time": "1775562577"
},
"stopId": "FR:27020:ZE:0xLBA01:ATOUMOD004",
"stopSequence": 35
},
{
"arrival": {
"delay": -235,
"time": "1775562125"
},
"departure": {
"delay": -235,
"time": "1775562125"
},
"stopId": "FR:27229:ZE:0xBDN01:ATOUMOD004",
"stopSequence": 24
},
{
"arrival": {
"delay": -166,
"time": "1775561414"
},
"departure": {
"delay": -166,
"time": "1775561414"
},
"stopId": "FR:27229:ZE:0xPMF01:ATOUMOD004",
"stopSequence": 15
},
{
"arrival": {
"delay": -468,
"time": "1775562792"
},
"departure": {
"delay": -468,
"time": "1775562792"
},
"stopId": "FR:27020:ZE:0xITO01:ATOUMOD004",
"stopSequence": 40
},
{
"arrival": {
"delay": -286,
"time": "1775562434"
},
"departure": {
"delay": -286,
"time": "1775562434"
},
"stopId": "FR:27229:ZE:0xCIT01:ATOUMOD004",
"stopSequence": 32
},
{
"arrival": {
"delay": -366,
"time": "1775562654"
},
"departure": {
"delay": -366,
"time": "1775562654"
},
"stopId": "FR:27020:ZE:0xLHA01:ATOUMOD004",
"stopSequence": 37
},
{
"arrival": {
"delay": -409,
"time": "1775562731"
},
"departure": {
"delay": -409,
"time": "1775562731"
},
"stopId": "FR:27020:ZE:0xMAC01:ATOUMOD004",
"stopSequence": 39
},
{
"arrival": {
"delay": -383,
"time": "1775562637"
},
"departure": {
"delay": -383,
"time": "1775562637"
},
"stopId": "FR:27020:ZE:0xAMA01:ATOUMOD004",
"stopSequence": 36
},
{
"arrival": {
"delay": -246,
"time": "1775562414"
},
"departure": {
"delay": -246,
"time": "1775562414"
},
"stopId": "FR:27229:ZE:0xHIP01:ATOUMOD004",
"stopSequence": 31
},
{
"arrival": {
"delay": -190,
"time": "1775561870"
},
"departure": {
"delay": -190,
"time": "1775561870"
},
"stopId": "FR:27229:ZE:0xJAU01:ATOUMOD004",
"stopSequence": 20
},
{
"arrival": {
"delay": -49,
"time": "1775560511"
},
"departure": {
"delay": -49,
"time": "1775560511"
},
"stopId": "FR:27439:ZE:0xNORM01:ATOUMOD004",
"stopSequence": 2
},
{
"arrival": {
"delay": -149,
"time": "1775561251"
},
"departure": {
"delay": -149,
"time": "1775561251"
},
"stopId": "FR:27299:ZE:0xBON01:ATOUMOD004",
"stopSequence": 13
},
{
"arrival": {
"delay": 2,
"time": "1775561042"
},
"departure": {
"delay": 2,
"time": "1775561042"
},
"stopId": "FR:27299:ZE:0xRNA01:ATOUMOD004",
"stopSequence": 9
},
{
"arrival": {
"delay": -387,
"time": "1775562693"
},
"departure": {
"delay": -387,
"time": "1775562693"
},
"stopId": "FR:27020:ZE:0xPEG01:ATOUMOD004",
"stopSequence": 38
},
{
"arrival": {
"delay": -64,
"time": "1775561096"
},
"departure": {
"delay": -64,
"time": "1775561096"
},
"stopId": "FR:27299:ZE:0xMAG01:ATOUMOD004",
"stopSequence": 10
},
{
"arrival": {
"delay": -430,
"time": "1775562830"
},
"departure": {
"delay": -430,
"time": "1775562830"
},
"stopId": "FR:27020:ZE:0xLOA01:ATOUMOD004",
"stopSequence": 41
},
{
"arrival": {
"delay": -474,
"time": "1775562906"
},
"departure": {
"delay": -474,
"time": "1775562906"
},
"stopId": "FR:27020:ZE:0xETA01:ATOUMOD004",
"stopSequence": 42
},
{
"arrival": {
"delay": 1,
"time": "1775560621"
},
"departure": {
"delay": 1,
"time": "1775560621"
},
"stopId": "FR:27439:ZE:0xRAIN01:ATOUMOD004",
"stopSequence": 3
},
{
"arrival": {
"delay": -258,
"time": "1775562222"
},
"departure": {
"delay": -258,
"time": "1775562222"
},
"stopId": "FR:27229:ZE:0xJDA01:ATOUMOD004",
"stopSequence": 26
},
{
"arrival": {
"delay": -243,
"time": "1775562177"
},
"departure": {
"delay": -243,
"time": "1775562177"
},
"stopId": "FR:27229:ZE:0xGER01:ATOUMOD004",
"stopSequence": 25
},
{
"arrival": {
"delay": 17,
"time": "1775560817"
},
"departure": {
"delay": 17,
"time": "1775560817"
},
"stopId": "FR:27439:ZE:0xCAE01:ATOUMOD004",
"stopSequence": 5
},
{
"arrival": {
"delay": -32,
"time": "1775560948"
},
"departure": {
"delay": -32,
"time": "1775560948"
},
"stopId": "FR:27299:ZE:0xIND01:ATOUMOD004",
"stopSequence": 7
},
{
"arrival": {
"delay": 7,
"time": "1775560687"
},
"departure": {
"delay": 7,
"time": "1775560687"
},
"stopId": "FR:27439:ZE:0xLAVA01:ATOUMOD004",
"stopSequence": 4
},
{
"arrival": {
"delay": -160,
"time": "1775561720"
},
"departure": {
"delay": -160,
"time": "1775561720"
},
"stopId": "FR:27229:ZE:0xHAP01:ATOUMOD004",
"stopSequence": 19
},
{
"arrival": {
"delay": -369,
"time": "1775562531"
},
"departure": {
"delay": -369,
"time": "1775562531"
},
"stopId": "FR:27020:ZE:0xLPO01:ATOUMOD004",
"stopSequence": 34
},
{
"arrival": {
"delay": 13,
"time": "1775560873"
},
"departure": {
"delay": 13,
"time": "1775560873"
},
"stopId": "FR:27439:ZE:0xCAP01:ATOUMOD004",
"stopSequence": 6
},
{
"arrival": {
"delay": 2,
"time": "1775560982"
},
"departure": {
"delay": 2,
"time": "1775560982"
},
"stopId": "FR:27299:ZE:0xARN01:ATOUMOD004",
"stopSequence": 8
},
{
"arrival": {
"delay": -113,
"time": "1775561347"
},
"departure": {
"delay": -113,
"time": "1775561347"
},
"stopId": "FR:27229:ZE:0xLEG01:ATOUMOD004",
"stopSequence": 14
},
{
"departure": {
"delay": 2,
"time": "1775560382"
},
"stopId": "FR:27439:ZE:0xCNO01:ATOUMOD004",
"stopSequence": 1
},
{
"arrival": {
"delay": -212,
"time": "1775561608"
},
"departure": {
"delay": -212,
"time": "1775561608"
},
"stopId": "FR:27229:ZE:0xLOM01:ATOUMOD004",
"stopSequence": 18
}
],
"timestamp": "1775560081",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD004:Line:T5:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC595691:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745726x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 16,
"time": "1775548696"
},
"stopId": "FR:50129:ZE:10ECT1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 236,
"time": "1775550859"
},
"departure": {
"delay": 236,
"time": "1775550896"
},
"stopId": "FR:50129:ZE:10ANN2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 92,
"time": "1775549914"
},
"departure": {
"delay": 92,
"time": "1775549972"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 233,
"time": "1775551357"
},
"departure": {
"delay": 233,
"time": "1775551373"
},
"stopId": "FR:50129:ZE:10EPC2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 43,
"time": "1775549172"
},
"departure": {
"delay": 43,
"time": "1775549203"
},
"stopId": "FR:50129:ZE:10BAG4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 165,
"time": "1775550732"
},
"departure": {
"delay": 165,
"time": "1775550765"
},
"stopId": "FR:50129:ZE:10PAX2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 203,
"time": "1775551609"
},
"departure": {
"delay": 203,
"time": "1775551643"
},
"stopId": "FR:50129:ZE:10MOR2:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 232,
"time": "1775551458"
},
"departure": {
"delay": 232,
"time": "1775551492"
},
"stopId": "FR:50129:ZE:10PAU2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 95,
"time": "1775550014"
},
"departure": {
"delay": 95,
"time": "1775550035"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 255,
"time": "1775550998"
},
"departure": {
"delay": 255,
"time": "1775551035"
},
"stopId": "FR:50129:ZE:10CAQ2:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 107,
"time": "1775550195"
},
"departure": {
"delay": 107,
"time": "1775550227"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 34,
"time": "1775548834"
},
"departure": {
"delay": 34,
"time": "1775548894"
},
"stopId": "FR:50129:ZE:10LPL2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 179,
"time": "1775551662"
},
"departure": {
"delay": 179,
"time": "1775551679"
},
"stopId": "FR:50129:ZE:10MES2:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 46,
"time": "1775549570"
},
"departure": {
"delay": 46,
"time": "1775549626"
},
"stopId": "FR:50129:ZE:10CRN2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 212,
"time": "1775550773"
},
"departure": {
"delay": 212,
"time": "1775550812"
},
"stopId": "FR:50129:ZE:10CMI2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 111,
"time": "1775550435"
},
"departure": {
"delay": 111,
"time": "1775550471"
},
"stopId": "FR:50129:ZE:10HDI4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 189,
"time": "1775551558"
},
"departure": {
"delay": 189,
"time": "1775551569"
},
"stopId": "FR:50129:ZE:10HET2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 27,
"time": "1775548755"
},
"departure": {
"delay": 27,
"time": "1775548767"
},
"stopId": "FR:50129:ZE:10FLO2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 207,
"time": "1775551251"
},
"departure": {
"delay": 207,
"time": "1775551287"
},
"stopId": "FR:50129:ZE:10DIX2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 33,
"time": "1775548981"
},
"departure": {
"delay": 33,
"time": "1775549013"
},
"stopId": "FR:50129:ZE:10NOR6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 44,
"time": "1775549466"
},
"departure": {
"delay": 44,
"time": "1775549504"
},
"stopId": "FR:50129:ZE:10HPA4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 93,
"time": "1775550250"
},
"departure": {
"delay": 93,
"time": "1775550273"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 16,
"time": "1775549073"
},
"departure": {
"delay": 16,
"time": "1775549116"
},
"stopId": "FR:50129:ZE:10MED4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 106,
"time": "1775549775"
},
"departure": {
"delay": 106,
"time": "1775549806"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 222,
"time": "1775551143"
},
"departure": {
"delay": 222,
"time": "1775551182"
},
"stopId": "FR:50129:ZE:10PET2:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 116,
"time": "1775550616"
},
"departure": {
"delay": 116,
"time": "1775550656"
},
"stopId": "FR:50129:ZE:10TRA3:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 22,
"time": "1775549272"
},
"departure": {
"delay": 22,
"time": "1775549302"
},
"stopId": "FR:50129:ZE:10GRR2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 155,
"time": "1775551715"
},
"stopId": "FR:50129:ZE:10AMF1:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 38,
"time": "1775549333"
},
"departure": {
"delay": 38,
"time": "1775549378"
},
"stopId": "FR:50129:ZE:10XCT4:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 216,
"time": "1775551524"
},
"departure": {
"delay": 216,
"time": "1775551536"
},
"stopId": "FR:50129:ZE:10TLL2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 31,
"time": "1775548937"
},
"departure": {
"delay": 31,
"time": "1775548951"
},
"stopId": "FR:50129:ZE:10GDR2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 124,
"time": "1775550312"
},
"departure": {
"delay": 124,
"time": "1775550364"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 88,
"time": "1775550510"
},
"departure": {
"delay": 88,
"time": "1775550568"
},
"stopId": "FR:50129:ZE:10REP4:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 213,
"time": "1775551093"
},
"departure": {
"delay": 213,
"time": "1775551113"
},
"stopId": "FR:50129:ZE:10HME2:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 93,
"time": "1775550116"
},
"departure": {
"delay": 93,
"time": "1775550153"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 222,
"time": "1775551408"
},
"departure": {
"delay": 222,
"time": "1775551422"
},
"stopId": "FR:50129:ZE:10EPH1:ATOUMOD035",
"stopSequence": 31
}
],
"timestamp": "1775560074",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:02:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745726x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx17021:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -18365,
"time": "1775561455"
},
"departure": {
"delay": -18365,
"time": "1775561455"
},
"stopId": "FR:76540:ZE:TCARxSUISS0:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": -18345,
"time": "1775561535"
},
"departure": {
"delay": -18345,
"time": "1775561535"
},
"stopId": "FR:76540:ZE:TCARxDELVI2:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -18360,
"time": "1775561400"
},
"departure": {
"delay": -18360,
"time": "1775561400"
},
"stopId": "FR:76540:ZE:TCARxROLLA0:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": -18372,
"time": "1775561268"
},
"departure": {
"delay": -18372,
"time": "1775561268"
},
"stopId": "FR:76540:ZE:TCARxFLEUR0:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -18386,
"time": "1775561314"
},
"departure": {
"delay": -18386,
"time": "1775561314"
},
"stopId": "FR:76540:ZE:TCARxHALL10:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": -18418,
"time": "1775562782"
},
"departure": {
"delay": -18418,
"time": "1775562782"
},
"stopId": "FR:76451:ZE:TCARxMORIN1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": -18420,
"time": "1775563380"
},
"departure": {
"delay": -18420,
"time": "1775563380"
},
"stopId": "FR:76451:ZE:TCARxARON1:ATOUMOD001",
"stopSequence": 35
},
{
"arrival": {
"delay": -18480,
"time": "1775563500"
},
"stopId": "FR:76451:ZE:TCARxPVTIN:ATOUMOD001",
"stopSequence": 36
},
{
"arrival": {
"delay": -18365,
"time": "1775562835"
},
"departure": {
"delay": -18365,
"time": "1775562835"
},
"stopId": "FR:76451:ZE:TCARxBULIN1:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": -18400,
"time": "1775563340"
},
"departure": {
"delay": -18400,
"time": "1775563340"
},
"stopId": "FR:76451:ZE:TCARxPAULI1:ATOUMOD001",
"stopSequence": 34
},
{
"arrival": {
"delay": -18392,
"time": "1775562628"
},
"departure": {
"delay": -18392,
"time": "1775562628"
},
"stopId": "FR:76540:ZE:TCARxDESCA1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": -18360,
"time": "1775561220"
},
"departure": {
"delay": -18360,
"time": "1775561220"
},
"stopId": "FR:76540:ZE:TCARxDRIVI4:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -18334,
"time": "1775561366"
},
"departure": {
"delay": -18334,
"time": "1775561366"
},
"stopId": "FR:76540:ZE:TCARxZURIC0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": -18370,
"time": "1775562530"
},
"departure": {
"delay": -18370,
"time": "1775562530"
},
"stopId": "FR:76540:ZE:TCARxROMAI1:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": -18420,
"time": "1775562960"
},
"departure": {
"delay": -18420,
"time": "1775562960"
},
"stopId": "FR:76451:ZE:TCARxASSOC1:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": -18398,
"time": "1775562742"
},
"departure": {
"delay": -18398,
"time": "1775562742"
},
"stopId": "FR:76540:ZE:TCARxFORTI2:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": -18387,
"time": "1775562573"
},
"departure": {
"delay": -18387,
"time": "1775562573"
},
"stopId": "FR:76540:ZE:TCARxMALAT1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": -18419,
"time": "1775562901"
},
"departure": {
"delay": -18419,
"time": "1775562901"
},
"stopId": "FR:76451:ZE:TCARxBERTE1:ATOUMOD001",
"stopSequence": 28
}
],
"timestamp": "1775559997",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx22:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx17021:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746144x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 76,
"time": "1775532201"
},
"departure": {
"delay": 76,
"time": "1775532256"
},
"stopId": "FR:50129:ZE:10LUM2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 89,
"time": "1775534242"
},
"departure": {
"delay": 89,
"time": "1775534249"
},
"stopId": "FR:50129:ZE:10ARA2:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"delay": 29,
"time": "1775534849"
},
"stopId": "FR:50129:ZE:10MAX1:ATOUMOD035",
"stopSequence": 50
},
{
"arrival": {
"delay": 99,
"time": "1775531539"
},
"departure": {
"delay": 99,
"time": "1775531559"
},
"stopId": "FR:50129:ZE:10JGO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 109,
"time": "1775533205"
},
"departure": {
"delay": 109,
"time": "1775533249"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 53,
"time": "1775534775"
},
"departure": {
"delay": 53,
"time": "1775534813"
},
"stopId": "FR:50129:ZE:10EPH1:ATOUMOD035",
"stopSequence": 49
},
{
"arrival": {
"delay": 47,
"time": "1775532781"
},
"departure": {
"delay": 47,
"time": "1775532827"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 37,
"time": "1775532076"
},
"departure": {
"delay": 37,
"time": "1775532097"
},
"stopId": "FR:50129:ZE:10BRO2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 35,
"time": "1775533397"
},
"departure": {
"delay": 35,
"time": "1775533415"
},
"stopId": "FR:50129:ZE:10REP4:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 84,
"time": "1775532877"
},
"departure": {
"delay": 84,
"time": "1775532924"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 21
},
{
"departure": {
"delay": 87,
"time": "1775531487"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 67,
"time": "1775534393"
},
"departure": {
"delay": 67,
"time": "1775534407"
},
"stopId": "FR:50129:ZE:10HOU2:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": 110,
"time": "1775534133"
},
"departure": {
"delay": 110,
"time": "1775534150"
},
"stopId": "FR:50129:ZE:10BHE2:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 134,
"time": "1775532680"
},
"departure": {
"delay": 134,
"time": "1775532734"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 72,
"time": "1775532315"
},
"departure": {
"delay": 72,
"time": "1775532372"
},
"stopId": "FR:50129:ZE:10BHC2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 52,
"time": "1775534502"
},
"departure": {
"delay": 52,
"time": "1775534512"
},
"stopId": "FR:50129:ZE:10SFN2:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"delay": 46,
"time": "1775532510"
},
"departure": {
"delay": 46,
"time": "1775532526"
},
"stopId": "FR:50129:ZE:10THH4:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 74,
"time": "1775531639"
},
"departure": {
"delay": 74,
"time": "1775531654"
},
"stopId": "FR:50129:ZE:10COS2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 103,
"time": "1775533681"
},
"departure": {
"delay": 103,
"time": "1775533723"
},
"stopId": "FR:50129:ZE:10HOM2:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 59,
"time": "1775534663"
},
"departure": {
"delay": 59,
"time": "1775534699"
},
"stopId": "FR:50129:ZE:10COF2:ATOUMOD035",
"stopSequence": 47
},
{
"arrival": {
"delay": 33,
"time": "1775534532"
},
"departure": {
"delay": 33,
"time": "1775534553"
},
"stopId": "FR:50129:ZE:10ALB2:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"delay": 63,
"time": "1775532409"
},
"departure": {
"delay": 63,
"time": "1775532423"
},
"stopId": "FR:50129:ZE:10LCP2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 123,
"time": "1775534023"
},
"departure": {
"delay": 123,
"time": "1775534043"
},
"stopId": "FR:50129:ZE:10ZOL2:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 136,
"time": "1775534222"
},
"departure": {
"delay": 136,
"time": "1775534236"
},
"stopId": "FR:50129:ZE:10PRE2:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": 82,
"time": "1775533059"
},
"departure": {
"delay": 82,
"time": "1775533102"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 10,
"time": "1775532170"
},
"departure": {
"delay": 10,
"time": "1775532190"
},
"stopId": "FR:50129:ZE:10JMO2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 99,
"time": "1775534301"
},
"departure": {
"delay": 99,
"time": "1775534319"
},
"stopId": "FR:50129:ZE:10BON2:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": 48,
"time": "1775533593"
},
"departure": {
"delay": 48,
"time": "1775533608"
},
"stopId": "FR:50129:ZE:10BEL2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 101,
"time": "1775531726"
},
"departure": {
"delay": 101,
"time": "1775531741"
},
"stopId": "FR:50129:ZE:10RSX2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 85,
"time": "1775533752"
},
"departure": {
"delay": 85,
"time": "1775533765"
},
"stopId": "FR:50129:ZE:10AGO2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 67,
"time": "1775531927"
},
"departure": {
"delay": 67,
"time": "1775531947"
},
"stopId": "FR:50129:ZE:10ZPH2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 71,
"time": "1775531681"
},
"departure": {
"delay": 71,
"time": "1775531711"
},
"stopId": "FR:50129:ZE:10CVE2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 110,
"time": "1775531796"
},
"departure": {
"delay": 110,
"time": "1775531810"
},
"stopId": "FR:50129:ZE:10MYO2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 81,
"time": "1775531760"
},
"departure": {
"delay": 81,
"time": "1775531781"
},
"stopId": "FR:50129:ZE:10MGT2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 150,
"time": "1775534176"
},
"departure": {
"delay": 150,
"time": "1775534190"
},
"stopId": "FR:50129:ZE:10CPL2:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"delay": 40,
"time": "1775534426"
},
"departure": {
"delay": 40,
"time": "1775534440"
},
"stopId": "FR:50129:ZE:10CAR2:ATOUMOD035",
"stopSequence": 44
},
{
"arrival": {
"delay": 22,
"time": "1775533444"
},
"departure": {
"delay": 22,
"time": "1775533462"
},
"stopId": "FR:50129:ZE:10TRA6:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 80,
"time": "1775534326"
},
"departure": {
"delay": 80,
"time": "1775534360"
},
"stopId": "FR:50129:ZE:10BRT2:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"delay": 100,
"time": "1775533794"
},
"departure": {
"delay": 100,
"time": "1775533840"
},
"stopId": "FR:50129:ZE:10LAV2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 98,
"time": "1775531906"
},
"departure": {
"delay": 98,
"time": "1775531918"
},
"stopId": "FR:50129:ZE:10JEA2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 122,
"time": "1775533877"
},
"departure": {
"delay": 122,
"time": "1775533922"
},
"stopId": "FR:50129:ZE:10DUB2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 86,
"time": "1775533326"
},
"departure": {
"delay": 86,
"time": "1775533346"
},
"stopId": "FR:50129:ZE:10HDI4:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 100,
"time": "1775531823"
},
"departure": {
"delay": 100,
"time": "1775531860"
},
"stopId": "FR:50129:ZE:10NOR4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 34,
"time": "1775532972"
},
"departure": {
"delay": 34,
"time": "1775532994"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 23,
"time": "1775532126"
},
"departure": {
"delay": 23,
"time": "1775532143"
},
"stopId": "FR:50129:ZE:10LLM2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 39,
"time": "1775534725"
},
"departure": {
"delay": 39,
"time": "1775534739"
},
"stopId": "FR:50129:ZE:10SFG2:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"delay": 34,
"time": "1775531956"
},
"departure": {
"delay": 34,
"time": "1775531974"
},
"stopId": "FR:50129:ZE:10ART2:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 33,
"time": "1775533518"
},
"departure": {
"delay": 33,
"time": "1775533533"
},
"stopId": "FR:50129:ZE:10HUI2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 61,
"time": "1775533125"
},
"departure": {
"delay": 61,
"time": "1775533141"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 131,
"time": "1775534094"
},
"departure": {
"delay": 131,
"time": "1775534111"
},
"stopId": "FR:50129:ZE:10LON2:ATOUMOD035",
"stopSequence": 36
}
],
"timestamp": "1775560081",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746144x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4072044x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 29,
"time": "1775559569"
},
"stopId": "FR:76351:ZE:3237:ATOUMOD003",
"stopSequence": 15
},
{
"departure": {
"delay": -15,
"time": "1775559765"
},
"stopId": "FR:76351:ZE:3311:ATOUMOD003",
"stopSequence": 19
},
{
"departure": {
"delay": -62,
"time": "1775559478"
},
"stopId": "FR:76351:ZE:3231:ATOUMOD003",
"stopSequence": 14
},
{
"departure": {
"delay": 25,
"time": "1775559925"
},
"stopId": "FR:76351:ZE:3469:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": 7,
"time": "1775559967"
},
"stopId": "FR:76351:ZE:4825:ATOUMOD003",
"stopSequence": 23
},
{
"departure": {
"delay": -11,
"time": "1775559829"
},
"stopId": "FR:76351:ZE:3198:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": 26,
"time": "1775559866"
},
"departure": {
"delay": 26,
"time": "1775559866"
},
"stopId": "FR:76351:ZE:3806:ATOUMOD003",
"stopSequence": 21
},
{
"departure": {
"delay": 3,
"time": "1775559663"
},
"stopId": "FR:76351:ZE:3373:ATOUMOD003",
"stopSequence": 17
},
{
"departure": {
"delay": -54,
"time": "1775559606"
},
"stopId": "FR:76351:ZE:4543:ATOUMOD003",
"stopSequence": 16
},
{
"departure": {
"delay": -6,
"time": "1775559714"
},
"stopId": "FR:76351:ZE:3527:ATOUMOD003",
"stopSequence": 18
}
],
"timestamp": "1775559579",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:C4:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4072044x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746211x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 237,
"time": "1775543577"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 327,
"time": "1775544139"
},
"departure": {
"delay": 327,
"time": "1775544147"
},
"stopId": "FR:50129:ZE:10JEA2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 319,
"time": "1775545128"
},
"departure": {
"delay": 319,
"time": "1775545159"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 364,
"time": "1775544609"
},
"departure": {
"delay": 364,
"time": "1775544664"
},
"stopId": "FR:50129:ZE:10BHC2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 266,
"time": "1775543815"
},
"departure": {
"delay": 266,
"time": "1775543846"
},
"stopId": "FR:50129:ZE:10CVE2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 249,
"time": "1775543857"
},
"departure": {
"delay": 249,
"time": "1775543889"
},
"stopId": "FR:50129:ZE:10RSX2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 98,
"time": "1775546705"
},
"departure": {
"delay": 98,
"time": "1775546738"
},
"stopId": "FR:50129:ZE:10COF2:ATOUMOD035",
"stopSequence": 47
},
{
"arrival": {
"delay": 291,
"time": "1775543981"
},
"departure": {
"delay": 291,
"time": "1775543991"
},
"stopId": "FR:50129:ZE:10MYO2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 239,
"time": "1775545466"
},
"departure": {
"delay": 239,
"time": "1775545499"
},
"stopId": "FR:50129:ZE:10HDI4:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 208,
"time": "1775545778"
},
"departure": {
"delay": 208,
"time": "1775545828"
},
"stopId": "FR:50129:ZE:10HOM2:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 261,
"time": "1775543919"
},
"departure": {
"delay": 261,
"time": "1775543961"
},
"stopId": "FR:50129:ZE:10MGT2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 188,
"time": "1775545853"
},
"departure": {
"delay": 188,
"time": "1775545868"
},
"stopId": "FR:50129:ZE:10AGO2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 317,
"time": "1775544169"
},
"departure": {
"delay": 317,
"time": "1775544197"
},
"stopId": "FR:50129:ZE:10ZPH2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 254,
"time": "1775545297"
},
"departure": {
"delay": 254,
"time": "1775545334"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 63,
"time": "1775546513"
},
"departure": {
"delay": 63,
"time": "1775546523"
},
"stopId": "FR:50129:ZE:10SFN2:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"delay": 115,
"time": "1775546389"
},
"departure": {
"delay": 115,
"time": "1775546395"
},
"stopId": "FR:50129:ZE:10BRT2:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"delay": 177,
"time": "1775545574"
},
"departure": {
"delay": 177,
"time": "1775545617"
},
"stopId": "FR:50129:ZE:10TRA6:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 387,
"time": "1775544541"
},
"departure": {
"delay": 387,
"time": "1775544567"
},
"stopId": "FR:50129:ZE:10LUM2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 356,
"time": "1775544461"
},
"departure": {
"delay": 356,
"time": "1775544476"
},
"stopId": "FR:50129:ZE:10LLM2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 245,
"time": "1775543624"
},
"departure": {
"delay": 245,
"time": "1775543645"
},
"stopId": "FR:50129:ZE:10JGO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 366,
"time": "1775544701"
},
"departure": {
"delay": 366,
"time": "1775544726"
},
"stopId": "FR:50129:ZE:10LCP2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 175,
"time": "1775545535"
},
"departure": {
"delay": 175,
"time": "1775545555"
},
"stopId": "FR:50129:ZE:10REP4:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 179,
"time": "1775545900"
},
"departure": {
"delay": 179,
"time": "1775545919"
},
"stopId": "FR:50129:ZE:10LAV2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 277,
"time": "1775543723"
},
"departure": {
"delay": 277,
"time": "1775543797"
},
"stopId": "FR:50129:ZE:10COS2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 65,
"time": "1775546449"
},
"departure": {
"delay": 65,
"time": "1775546465"
},
"stopId": "FR:50129:ZE:10CAR2:ATOUMOD035",
"stopSequence": 44
},
{
"arrival": {
"delay": 335,
"time": "1775544003"
},
"departure": {
"delay": 335,
"time": "1775544095"
},
"stopId": "FR:50129:ZE:10NOR4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 277,
"time": "1775544207"
},
"departure": {
"delay": 277,
"time": "1775544217"
},
"stopId": "FR:50129:ZE:10ART2:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 197,
"time": "1775546163"
},
"departure": {
"delay": 197,
"time": "1775546177"
},
"stopId": "FR:50129:ZE:10LON2:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 59,
"time": "1775546539"
},
"departure": {
"delay": 59,
"time": "1775546579"
},
"stopId": "FR:50129:ZE:10ALB2:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"delay": 335,
"time": "1775544917"
},
"departure": {
"delay": 335,
"time": "1775544935"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 317,
"time": "1775544487"
},
"departure": {
"delay": 317,
"time": "1775544497"
},
"stopId": "FR:50129:ZE:10JMO2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 89,
"time": "1775546419"
},
"departure": {
"delay": 89,
"time": "1775546429"
},
"stopId": "FR:50129:ZE:10HOU2:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": 183,
"time": "1775545729"
},
"departure": {
"delay": 183,
"time": "1775545743"
},
"stopId": "FR:50129:ZE:10BEL2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 292,
"time": "1775545028"
},
"departure": {
"delay": 292,
"time": "1775545072"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 163,
"time": "1775546355"
},
"departure": {
"delay": 163,
"time": "1775546383"
},
"stopId": "FR:50129:ZE:10BON2:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": 173,
"time": "1775546195"
},
"departure": {
"delay": 173,
"time": "1775546213"
},
"stopId": "FR:50129:ZE:10BHE2:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 197,
"time": "1775545657"
},
"departure": {
"delay": 197,
"time": "1775545697"
},
"stopId": "FR:50129:ZE:10HUI2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 186,
"time": "1775546085"
},
"departure": {
"delay": 186,
"time": "1775546106"
},
"stopId": "FR:50129:ZE:10ZOL2:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 182,
"time": "1775545947"
},
"departure": {
"delay": 182,
"time": "1775545982"
},
"stopId": "FR:50129:ZE:10DUB2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 194,
"time": "1775546284"
},
"departure": {
"delay": 194,
"time": "1775546294"
},
"stopId": "FR:50129:ZE:10PRE2:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": 273,
"time": "1775545215"
},
"departure": {
"delay": 273,
"time": "1775545233"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 72,
"time": "1775546816"
},
"departure": {
"delay": 72,
"time": "1775546832"
},
"stopId": "FR:50129:ZE:10EPH1:ATOUMOD035",
"stopSequence": 49
},
{
"arrival": {
"delay": 149,
"time": "1775546303"
},
"departure": {
"delay": 149,
"time": "1775546309"
},
"stopId": "FR:50129:ZE:10ARA2:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"delay": 216,
"time": "1775546241"
},
"departure": {
"delay": 216,
"time": "1775546256"
},
"stopId": "FR:50129:ZE:10CPL2:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"delay": 267,
"time": "1775545375"
},
"departure": {
"delay": 267,
"time": "1775545407"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 367,
"time": "1775544813"
},
"departure": {
"delay": 367,
"time": "1775544847"
},
"stopId": "FR:50129:ZE:10THH4:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 69,
"time": "1775546757"
},
"departure": {
"delay": 69,
"time": "1775546769"
},
"stopId": "FR:50129:ZE:10SFG2:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"delay": 371,
"time": "1775544394"
},
"departure": {
"delay": 371,
"time": "1775544431"
},
"stopId": "FR:50129:ZE:10BRO2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 61,
"time": "1775546881"
},
"stopId": "FR:50129:ZE:10MAX1:ATOUMOD035",
"stopSequence": 50
},
{
"arrival": {
"delay": 255,
"time": "1775545268"
},
"departure": {
"delay": 255,
"time": "1775545275"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 23
}
],
"timestamp": "1775560077",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746211x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3748458x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 83,
"time": "1775547023"
},
"stopId": "FR:50129:ZE:10ZAG1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 187,
"time": "1775547901"
},
"departure": {
"delay": 187,
"time": "1775547907"
},
"stopId": "FR:50129:ZE:10LEB1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 182,
"time": "1775549506"
},
"departure": {
"delay": 182,
"time": "1775549522"
},
"stopId": "FR:50129:ZE:10COT2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 178,
"time": "1775549088"
},
"departure": {
"delay": 178,
"time": "1775549098"
},
"stopId": "FR:50129:ZE:10FJT2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 161,
"time": "1775549458"
},
"departure": {
"delay": 161,
"time": "1775549501"
},
"stopId": "FR:50129:ZE:10PFJ2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 195,
"time": "1775548055"
},
"departure": {
"delay": 195,
"time": "1775548095"
},
"stopId": "FR:50129:ZE:10LCO1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 139,
"time": "1775547955"
},
"departure": {
"delay": 139,
"time": "1775547979"
},
"stopId": "FR:50129:ZE:10POL1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 104,
"time": "1775547564"
},
"departure": {
"delay": 104,
"time": "1775547584"
},
"stopId": "FR:50129:ZE:10VAB1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 32,
"time": "1775547255"
},
"departure": {
"delay": 32,
"time": "1775547272"
},
"stopId": "FR:50129:ZE:10VIG1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 94,
"time": "1775547296"
},
"departure": {
"delay": 94,
"time": "1775547334"
},
"stopId": "FR:50129:ZE:10CRB1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 189,
"time": "1775549576"
},
"departure": {
"delay": 189,
"time": "1775549589"
},
"stopId": "FR:50129:ZE:10BCP2:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 164,
"time": "1775549193"
},
"departure": {
"delay": 164,
"time": "1775549204"
},
"stopId": "FR:50129:ZE:10RED2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 76,
"time": "1775547598"
},
"departure": {
"delay": 76,
"time": "1775547616"
},
"stopId": "FR:50129:ZE:10SMT1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 33,
"time": "1775547198"
},
"departure": {
"delay": 33,
"time": "1775547213"
},
"stopId": "FR:50129:ZE:10DAN1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 113,
"time": "1775547693"
},
"departure": {
"delay": 113,
"time": "1775547713"
},
"stopId": "FR:50129:ZE:10FRA1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 172,
"time": "1775549221"
},
"departure": {
"delay": 172,
"time": "1775549272"
},
"stopId": "FR:50129:ZE:10VOL2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 143,
"time": "1775548730"
},
"departure": {
"delay": 143,
"time": "1775548823"
},
"stopId": "FR:50129:ZE:10SHU2:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 107,
"time": "1775547513"
},
"departure": {
"delay": 107,
"time": "1775547527"
},
"stopId": "FR:50129:ZE:10EGL6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 159,
"time": "1775549605"
},
"departure": {
"delay": 159,
"time": "1775549619"
},
"stopId": "FR:50129:ZE:10CDF2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 107,
"time": "1775548856"
},
"departure": {
"delay": 107,
"time": "1775548907"
},
"stopId": "FR:50129:ZE:10MEN3:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 133,
"time": "1775549653"
},
"stopId": "FR:50129:ZE:10DIG1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 146,
"time": "1775549295"
},
"departure": {
"delay": 146,
"time": "1775549306"
},
"stopId": "FR:50129:ZE:10SAD2:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 155,
"time": "1775549362"
},
"departure": {
"delay": 155,
"time": "1775549435"
},
"stopId": "FR:50129:ZE:10SAL2:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 242,
"time": "1775548603"
},
"departure": {
"delay": 242,
"time": "1775548622"
},
"stopId": "FR:50129:ZE:10PLx1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 95,
"time": "1775547417"
},
"departure": {
"delay": 95,
"time": "1775547455"
},
"stopId": "FR:50129:ZE:10HUI3:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 114,
"time": "1775548215"
},
"departure": {
"delay": 114,
"time": "1775548254"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 251,
"time": "1775548524"
},
"departure": {
"delay": 251,
"time": "1775548571"
},
"stopId": "FR:50129:ZE:10HDV1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 94,
"time": "1775547736"
},
"departure": {
"delay": 94,
"time": "1775547754"
},
"stopId": "FR:50129:ZE:10LEC1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 116,
"time": "1775548355"
},
"departure": {
"delay": 116,
"time": "1775548376"
},
"stopId": "FR:50129:ZE:10CTR1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 131,
"time": "1775548284"
},
"departure": {
"delay": 131,
"time": "1775548331"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 149,
"time": "1775548158"
},
"departure": {
"delay": 149,
"time": "1775548169"
},
"stopId": "FR:50129:ZE:10STA1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 115,
"time": "1775549324"
},
"departure": {
"delay": 115,
"time": "1775549335"
},
"stopId": "FR:50129:ZE:10ROS2:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 196,
"time": "1775549166"
},
"departure": {
"delay": 196,
"time": "1775549176"
},
"stopId": "FR:50129:ZE:10CIM2:ATOUMOD035",
"stopSequence": 23
}
],
"timestamp": "1775560080",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:05:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3748458x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2470308:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 63,
"time": "1775560023"
},
"departure": {
"delay": 63,
"time": "1775560023"
},
"stopId": "FR:27022:ZE:0x7003:ATOUMOD006",
"stopSequence": 6
},
{
"arrival": {
"delay": 52,
"time": "1775560252"
},
"departure": {
"delay": 52,
"time": "1775560252"
},
"stopId": "FR:27022:ZE:0x6981:ATOUMOD006",
"stopSequence": 9
},
{
"arrival": {
"delay": 13,
"time": "1775560993"
},
"departure": {
"delay": 13,
"time": "1775560993"
},
"stopId": "FR:27275:ZE:0x7182:ATOUMOD006",
"stopSequence": 20
},
{
"arrival": {
"delay": 42,
"time": "1775560842"
},
"departure": {
"delay": 42,
"time": "1775560842"
},
"stopId": "FR:27275:ZE:0x6204:ATOUMOD006",
"stopSequence": 18
},
{
"arrival": {
"delay": 18,
"time": "1775561238"
},
"departure": {
"delay": 18,
"time": "1775561238"
},
"stopId": "FR:27022:ZE:0x6978:ATOUMOD006",
"stopSequence": 22
},
{
"arrival": {
"time": "1775560350"
},
"departure": {
"time": "1775560440"
},
"stopId": "FR:27275:ZE:0x6996:ATOUMOD006",
"stopSequence": 15
},
{
"arrival": {
"delay": 153,
"time": "1775559873"
},
"departure": {
"delay": 153,
"time": "1775559873"
},
"stopId": "FR:27022:ZE:0x6986:ATOUMOD006",
"stopSequence": 4
},
{
"arrival": {
"delay": 48,
"time": "1775561148"
},
"departure": {
"delay": 48,
"time": "1775561148"
},
"stopId": "FR:27275:ZE:0x6193:ATOUMOD006",
"stopSequence": 21
},
{
"arrival": {
"delay": 25,
"time": "1775561305"
},
"stopId": "FR:27022:ZE:0x6991:ATOUMOD006",
"stopSequence": 23
},
{
"arrival": {
"delay": 92,
"time": "1775560172"
},
"departure": {
"delay": 92,
"time": "1775560172"
},
"stopId": "FR:27022:ZE:0x6999:ATOUMOD006",
"stopSequence": 8
},
{
"arrival": {
"delay": 123,
"time": "1775559783"
},
"departure": {
"delay": 123,
"time": "1775559783"
},
"stopId": "FR:27022:ZE:0x6983:ATOUMOD006",
"stopSequence": 3
},
{
"arrival": {
"delay": 17,
"time": "1775560637"
},
"departure": {
"delay": 17,
"time": "1775560637"
},
"stopId": "FR:27275:ZE:0x7184:ATOUMOD006",
"stopSequence": 16
},
{
"arrival": {
"delay": 53,
"time": "1775560913"
},
"departure": {
"delay": 53,
"time": "1775560913"
},
"stopId": "FR:27275:ZE:0x6202:ATOUMOD006",
"stopSequence": 19
},
{
"arrival": {
"delay": -6,
"time": "1775560794"
},
"departure": {
"delay": -6,
"time": "1775560794"
},
"stopId": "FR:27275:ZE:0x6214:ATOUMOD006",
"stopSequence": 17
},
{
"arrival": {
"delay": 58,
"time": "1775560078"
},
"departure": {
"delay": 58,
"time": "1775560078"
},
"stopId": "FR:27022:ZE:0x6993:ATOUMOD006",
"stopSequence": 7
},
{
"arrival": {
"delay": 63,
"time": "1775559947"
},
"departure": {
"delay": 63,
"time": "1775559963"
},
"stopId": "FR:27022:ZE:0x7001:ATOUMOD006",
"stopSequence": 5
}
],
"timestamp": "1775560033",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD006:Line:6b:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2470308:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx41:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 19,
"time": "1775560759"
},
"departure": {
"delay": 19,
"time": "1775560759"
},
"stopId": "FR:76540:ZE:TCARxPSALO0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 30,
"time": "1775560890"
},
"departure": {
"delay": 30,
"time": "1775560890"
},
"stopId": "FR:76540:ZE:TCARxSTCLA2:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 16,
"time": "1775560696"
},
"departure": {
"delay": 16,
"time": "1775560696"
},
"stopId": "FR:76540:ZE:TCARxGALI2:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 45,
"time": "1775561145"
},
"departure": {
"delay": 45,
"time": "1775561145"
},
"stopId": "FR:76540:ZE:TCARxARGEN2:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 24,
"time": "1775560944"
},
"departure": {
"delay": 24,
"time": "1775560944"
},
"stopId": "FR:76540:ZE:TCARxCOUPE2:ATOUMOD001",
"stopSequence": 8
},
{
"departure": {
"delay": 30,
"time": "1775560470"
},
"stopId": "FR:76095:ZE:TCARxTAMAR:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 43,
"time": "1775560843"
},
"departure": {
"delay": 43,
"time": "1775560843"
},
"stopId": "FR:76540:ZE:TCARxMALRA2:ATOUMOD001",
"stopSequence": 6
}
],
"timestamp": "1775558937",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx92:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx41:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx17370:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 17860,
"time": "1775559460"
},
"departure": {
"delay": 17860,
"time": "1775559460"
},
"stopId": "FR:76498:ZE:TCARxPLCHA1:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 18000,
"time": "1775557680"
},
"departure": {
"delay": 18000,
"time": "1775557680"
},
"stopId": "FR:76497:ZE:TCARxPMAIR1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 17955,
"time": "1775557875"
},
"departure": {
"delay": 17955,
"time": "1775557875"
},
"stopId": "FR:76497:ZE:TCARxMILTH1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 17880,
"time": "1775558100"
},
"departure": {
"delay": 17880,
"time": "1775558100"
},
"stopId": "FR:76497:ZE:TCARxARCHI0:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 17940,
"time": "1775558820"
},
"departure": {
"delay": 17940,
"time": "1775558820"
},
"stopId": "FR:76322:ZE:TCARxCROUT1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 17979,
"time": "1775558619"
},
"departure": {
"delay": 17979,
"time": "1775558619"
},
"stopId": "FR:76322:ZE:TCARxRAVEL1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 17640,
"time": "1775560080"
},
"departure": {
"delay": 17640,
"time": "1775560080"
},
"stopId": "FR:76540:ZE:TCARxLAFAY1:ATOUMOD001",
"stopSequence": 35
},
{
"arrival": {
"delay": 17880,
"time": "1775559060"
},
"departure": {
"delay": 17880,
"time": "1775559060"
},
"stopId": "FR:76322:ZE:TCARxBROSS2:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 17880,
"time": "1775559360"
},
"departure": {
"delay": 17880,
"time": "1775559360"
},
"stopId": "FR:76498:ZE:TCARxELISA1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 17913,
"time": "1775559213"
},
"departure": {
"delay": 17913,
"time": "1775559213"
},
"stopId": "FR:76322:ZE:TCARxHURIE1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 17700,
"time": "1775560320"
},
"departure": {
"delay": 17700,
"time": "1775560320"
},
"stopId": "FR:76540:ZE:TCARxCHAMP2:ATOUMOD001",
"stopSequence": 36
},
{
"departure": {
"delay": 18000,
"time": "1775557620"
},
"stopId": "FR:76497:ZE:TCARxBELAI1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 17916,
"time": "1775558256"
},
"departure": {
"delay": 17916,
"time": "1775558256"
},
"stopId": "FR:76497:ZE:TCARxVERDE1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 17811,
"time": "1775559651"
},
"departure": {
"delay": 17811,
"time": "1775559651"
},
"stopId": "FR:76540:ZE:TCARxPARME1:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": 17610,
"time": "1775560530"
},
"stopId": "FR:76540:ZE:TCARxTART71:ATOUMOD001",
"stopSequence": 39
},
{
"arrival": {
"delay": 17939,
"time": "1775559119"
},
"departure": {
"delay": 17939,
"time": "1775559119"
},
"stopId": "FR:76322:ZE:TCARxLUSSA1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 17852,
"time": "1775559572"
},
"departure": {
"delay": 17852,
"time": "1775559572"
},
"stopId": "FR:76540:ZE:TCARxDELBO2:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 18048,
"time": "1775557728"
},
"departure": {
"delay": 18048,
"time": "1775557728"
},
"stopId": "FR:76497:ZE:TCARxTOURE1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 17879,
"time": "1775559419"
},
"departure": {
"delay": 17879,
"time": "1775559419"
},
"stopId": "FR:76498:ZE:TCARxFOLIO1:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 17973,
"time": "1775558733"
},
"departure": {
"delay": 17973,
"time": "1775558733"
},
"stopId": "FR:76322:ZE:TCARxCHVOU1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 17914,
"time": "1775558194"
},
"departure": {
"delay": 17914,
"time": "1775558194"
},
"stopId": "FR:76497:ZE:TCARxCLECO1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 17940,
"time": "1775557920"
},
"departure": {
"delay": 17940,
"time": "1775557920"
},
"stopId": "FR:76497:ZE:TCARxWATTE1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 17741,
"time": "1775559881"
},
"departure": {
"delay": 17741,
"time": "1775559881"
},
"stopId": "FR:76540:ZE:TCARxPASCA1:ATOUMOD001",
"stopSequence": 33
},
{
"arrival": {
"delay": 17964,
"time": "1775558664"
},
"departure": {
"delay": 17964,
"time": "1775558664"
},
"stopId": "FR:76322:ZE:TCARxROOSE2:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 17945,
"time": "1775558945"
},
"departure": {
"delay": 17945,
"time": "1775558945"
},
"stopId": "FR:76322:ZE:TCARxEGLGQ1:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 17929,
"time": "1775558869"
},
"departure": {
"delay": 17929,
"time": "1775558869"
},
"stopId": "FR:76322:ZE:TCARxLBOUR1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 17799,
"time": "1775559699"
},
"departure": {
"delay": 17799,
"time": "1775559699"
},
"stopId": "FR:76540:ZE:TCARxPLCLE1:ATOUMOD001",
"stopSequence": 31
},
{
"arrival": {
"delay": 17916,
"time": "1775559276"
},
"departure": {
"delay": 17916,
"time": "1775559276"
},
"stopId": "FR:76498:ZE:TCARxGAULL1:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 17610,
"time": "1775560350"
},
"departure": {
"delay": 17610,
"time": "1775560350"
},
"stopId": "FR:76540:ZE:TCARxREPUQ1:ATOUMOD001",
"stopSequence": 38
},
{
"arrival": {
"delay": 18045,
"time": "1775557665"
},
"departure": {
"delay": 18045,
"time": "1775557665"
},
"stopId": "FR:76497:ZE:TCARxPCBOI1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 17940,
"time": "1775558520"
},
"departure": {
"delay": 17940,
"time": "1775558520"
},
"stopId": "FR:76322:ZE:TCARxBRAQU4:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 18025,
"time": "1775557645"
},
"departure": {
"delay": 18025,
"time": "1775557645"
},
"stopId": "FR:76497:ZE:TCARxLOUIS1:ATOUMOD001",
"stopSequence": 2
}
],
"timestamp": "1775557196",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx27:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx17370:LOC"
}
}
},
{
"id": "SM:ATOUMOD105:ServiceJourney:6570717997957120x9:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -92,
"time": "1775561986"
},
"departure": {
"delay": -92,
"time": "1775562088"
},
"stopId": "FR:50165:ZE:749890003:ATOUMOD105",
"stopSequence": 34
},
{
"arrival": {
"delay": -120,
"time": "1775561690"
},
"departure": {
"delay": -120,
"time": "1775561820"
},
"stopId": "FR:50165:ZE:5106757380603904:ATOUMOD105",
"stopSequence": 30
},
{
"arrival": {
"delay": -91,
"time": "1775561508"
},
"departure": {
"delay": -91,
"time": "1775561609"
},
"stopId": "FR:50165:ZE:5186217918332928:ATOUMOD105",
"stopSequence": 27
},
{
"arrival": {
"delay": 174,
"time": "1775560424"
},
"departure": {
"delay": 174,
"time": "1775560434"
},
"stopId": "FR:50218:ZE:746190004:ATOUMOD105",
"stopSequence": 12
},
{
"arrival": {
"delay": -10,
"time": "1775561070"
},
"departure": {
"delay": -10,
"time": "1775561090"
},
"stopId": "FR:50218:ZE:756080004:ATOUMOD105",
"stopSequence": 22
},
{
"arrival": {
"delay": 204,
"time": "1775560274"
},
"departure": {
"delay": 204,
"time": "1775560284"
},
"stopId": "FR:50218:ZE:738760004:ATOUMOD105",
"stopSequence": 10
},
{
"arrival": {
"delay": -73,
"time": "1775562384"
},
"departure": {
"delay": -73,
"time": "1775562467"
},
"stopId": "FR:50218:ZE:720520001:ATOUMOD105",
"stopSequence": 39
},
{
"arrival": {
"delay": 159,
"time": "1775560889"
},
"departure": {
"delay": 159,
"time": "1775560899"
},
"stopId": "FR:50218:ZE:758020002:ATOUMOD105",
"stopSequence": 20
},
{
"arrival": {
"delay": 186,
"time": "1775560676"
},
"departure": {
"delay": 186,
"time": "1775560686"
},
"stopId": "FR:50218:ZE:759830002:ATOUMOD105",
"stopSequence": 15
},
{
"arrival": {
"delay": -89,
"time": "1775561393"
},
"departure": {
"delay": -89,
"time": "1775561491"
},
"stopId": "FR:50218:ZE:5119763904724992:ATOUMOD105",
"stopSequence": 26
},
{
"arrival": {
"delay": 178,
"time": "1775560068"
},
"departure": {
"delay": 178,
"time": "1775560078"
},
"stopId": "FR:50218:ZE:740090004:ATOUMOD105",
"stopSequence": 8
},
{
"arrival": {
"delay": 168,
"time": "1775560118"
},
"departure": {
"delay": 168,
"time": "1775560128"
},
"stopId": "FR:50218:ZE:742480013:ATOUMOD105",
"stopSequence": 9
},
{
"arrival": {
"delay": 175,
"time": "1775560485"
},
"departure": {
"delay": 175,
"time": "1775560495"
},
"stopId": "FR:50218:ZE:759790015:ATOUMOD105",
"stopSequence": 13
},
{
"arrival": {
"delay": -113,
"time": "1775561825"
},
"departure": {
"delay": -113,
"time": "1775561947"
},
"stopId": "FR:50165:ZE:5080888155045888:ATOUMOD105",
"stopSequence": 32
},
{
"arrival": {
"delay": -92,
"time": "1775562227"
},
"departure": {
"delay": -92,
"time": "1775562328"
},
"stopId": "FR:50218:ZE:742480012:ATOUMOD105",
"stopSequence": 37
},
{
"arrival": {
"delay": -74,
"time": "1775561242"
},
"departure": {
"delay": -74,
"time": "1775561326"
},
"stopId": "FR:50218:ZE:756090001:ATOUMOD105",
"stopSequence": 25
},
{
"arrival": {
"delay": -110,
"time": "1775561591"
},
"departure": {
"delay": -110,
"time": "1775561710"
},
"stopId": "FR:50165:ZE:4905148494118912:ATOUMOD105",
"stopSequence": 29
},
{
"arrival": {
"delay": -98,
"time": "1775562154"
},
"departure": {
"delay": -98,
"time": "1775562262"
},
"stopId": "FR:50647:ZE:748670004:ATOUMOD105",
"stopSequence": 36
},
{
"arrival": {
"delay": -117,
"time": "1775561756"
},
"departure": {
"delay": -117,
"time": "1775561883"
},
"stopId": "FR:50165:ZE:5082895850930176:ATOUMOD105",
"stopSequence": 31
},
{
"arrival": {
"delay": 2,
"time": "1775561152"
},
"departure": {
"delay": 2,
"time": "1775561162"
},
"stopId": "FR:50218:ZE:759830003:ATOUMOD105",
"stopSequence": 23
},
{
"arrival": {
"delay": 173,
"time": "1775560843"
},
"departure": {
"delay": 173,
"time": "1775560853"
},
"stopId": "FR:50218:ZE:738760002:ATOUMOD105",
"stopSequence": 19
},
{
"arrival": {
"delay": -79,
"time": "1775562313"
},
"departure": {
"delay": -79,
"time": "1775562401"
},
"stopId": "FR:50647:ZE:5176510791024640:ATOUMOD105",
"stopSequence": 38
},
{
"arrival": {
"delay": -9,
"time": "1775561192"
},
"departure": {
"delay": -9,
"time": "1775561211"
},
"stopId": "FR:50218:ZE:36010105:ATOUMOD105",
"stopSequence": 24
},
{
"arrival": {
"delay": 171,
"time": "1775559937"
},
"departure": {
"delay": 171,
"time": "1775559951"
},
"stopId": "FR:50532:ZE:740100002:ATOUMOD105",
"stopSequence": 7
},
{
"arrival": {
"delay": -156,
"time": "1775562444"
},
"stopId": "FR:50647:ZE:752300002:ATOUMOD105",
"stopSequence": 40
},
{
"arrival": {
"delay": 178,
"time": "1775560368"
},
"departure": {
"delay": 178,
"time": "1775560378"
},
"stopId": "FR:50218:ZE:761950003:ATOUMOD105",
"stopSequence": 11
},
{
"arrival": {
"delay": -119,
"time": "1775561873"
},
"departure": {
"delay": -119,
"time": "1775562001"
},
"stopId": "FR:50165:ZE:738760003:ATOUMOD105",
"stopSequence": 33
},
{
"arrival": {
"delay": -93,
"time": "1775562044"
},
"departure": {
"delay": -93,
"time": "1775562147"
},
"stopId": "FR:50647:ZE:712780003:ATOUMOD105",
"stopSequence": 35
},
{
"arrival": {
"delay": 211,
"time": "1775560761"
},
"departure": {
"delay": 211,
"time": "1775560771"
},
"stopId": "FR:50218:ZE:767190001:ATOUMOD105",
"stopSequence": 18
},
{
"arrival": {
"delay": 131,
"time": "1775560981"
},
"departure": {
"delay": 131,
"time": "1775560991"
},
"stopId": "FR:50218:ZE:761950002:ATOUMOD105",
"stopSequence": 21
},
{
"arrival": {
"delay": 185,
"time": "1775560555"
},
"departure": {
"delay": 185,
"time": "1775560565"
},
"stopId": "FR:50218:ZE:749860010:ATOUMOD105",
"stopSequence": 14
}
],
"timestamp": "1775560084",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD105:Line:348940035:LOC",
"tripId": "ATOUMOD105:ServiceJourney:6570717997957120x9:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3747896x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 102,
"time": "1775551398"
},
"departure": {
"delay": 102,
"time": "1775551422"
},
"stopId": "FR:50129:ZE:10DEB1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 103,
"time": "1775550983"
},
"departure": {
"delay": 103,
"time": "1775551003"
},
"stopId": "FR:50129:ZE:10RUC1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 171,
"time": "1775550679"
},
"departure": {
"delay": 171,
"time": "1775550711"
},
"stopId": "FR:50129:ZE:10JAR1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 109,
"time": "1775550859"
},
"departure": {
"delay": 109,
"time": "1775550889"
},
"stopId": "FR:50129:ZE:10SRN1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 127,
"time": "1775551275"
},
"departure": {
"delay": 127,
"time": "1775551327"
},
"stopId": "FR:50129:ZE:10CSM1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 116,
"time": "1775551031"
},
"departure": {
"delay": 116,
"time": "1775551076"
},
"stopId": "FR:50129:ZE:10BSJ1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 49,
"time": "1775551595"
},
"departure": {
"delay": 49,
"time": "1775551609"
},
"stopId": "FR:50129:ZE:10GNT1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 163,
"time": "1775551091"
},
"departure": {
"delay": 163,
"time": "1775551123"
},
"stopId": "FR:50129:ZE:10MTT1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 51,
"time": "1775551791"
},
"stopId": "FR:50129:ZE:10MXR1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 92,
"time": "1775551455"
},
"departure": {
"delay": 92,
"time": "1775551472"
},
"stopId": "FR:50129:ZE:10CUR1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 111,
"time": "1775550823"
},
"departure": {
"delay": 111,
"time": "1775550831"
},
"stopId": "FR:50129:ZE:10ODR1:ATOUMOD035",
"stopSequence": 6
},
{
"departure": {
"delay": 36,
"time": "1775550156"
},
"stopId": "FR:50129:ZE:10SHU2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 98,
"time": "1775550746"
},
"departure": {
"delay": 98,
"time": "1775550758"
},
"stopId": "FR:50129:ZE:10BOS1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 102,
"time": "1775551631"
},
"departure": {
"delay": 102,
"time": "1775551662"
},
"stopId": "FR:50129:ZE:10BOC1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 111,
"time": "1775550581"
},
"departure": {
"delay": 111,
"time": "1775550591"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 98,
"time": "1775550216"
},
"departure": {
"delay": 98,
"time": "1775550458"
},
"stopId": "FR:50129:ZE:10SHU1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 111,
"time": "1775551695"
},
"departure": {
"delay": 111,
"time": "1775551731"
},
"stopId": "FR:50129:ZE:10CEN1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 53,
"time": "1775551493"
},
"departure": {
"delay": 53,
"time": "1775551493"
},
"stopId": "FR:50129:ZE:10REN1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 104,
"time": "1775551521"
},
"departure": {
"delay": 104,
"time": "1775551544"
},
"stopId": "FR:50129:ZE:10LOG1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 155,
"time": "1775551141"
},
"departure": {
"delay": 155,
"time": "1775551175"
},
"stopId": "FR:50129:ZE:10SEX1:ATOUMOD035",
"stopSequence": 11
}
],
"timestamp": "1775559936",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:04:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3747896x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745170x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 136,
"time": "1775554667"
},
"departure": {
"delay": 136,
"time": "1775554696"
},
"stopId": "FR:50129:ZE:10CRC4:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 183,
"time": "1775554522"
},
"departure": {
"delay": 183,
"time": "1775554563"
},
"stopId": "FR:50129:ZE:10PFO2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 238,
"time": "1775554188"
},
"departure": {
"delay": 238,
"time": "1775554258"
},
"stopId": "FR:50129:ZE:10ANJ6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 80,
"time": "1775554833"
},
"departure": {
"delay": 80,
"time": "1775554880"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 207,
"time": "1775554006"
},
"departure": {
"delay": 207,
"time": "1775554047"
},
"stopId": "FR:50129:ZE:10EGL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 89,
"time": "1775555241"
},
"departure": {
"delay": 89,
"time": "1775555309"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 120,
"time": "1775554589"
},
"departure": {
"delay": 120,
"time": "1775554620"
},
"stopId": "FR:50129:ZE:10FOR4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 131,
"time": "1775555074"
},
"departure": {
"delay": 131,
"time": "1775555111"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 64,
"time": "1775555404"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 20
},
{
"departure": {
"delay": 282,
"time": "1775553882"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 219,
"time": "1775554381"
},
"departure": {
"delay": 219,
"time": "1775554419"
},
"stopId": "FR:50129:ZE:10BRA4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 240,
"time": "1775554281"
},
"departure": {
"delay": 240,
"time": "1775554320"
},
"stopId": "FR:50129:ZE:10BQR2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 233,
"time": "1775554442"
},
"departure": {
"delay": 233,
"time": "1775554493"
},
"stopId": "FR:50129:ZE:10RTU2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 65,
"time": "1775554961"
},
"departure": {
"delay": 65,
"time": "1775554985"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 206,
"time": "1775553951"
},
"departure": {
"delay": 206,
"time": "1775553986"
},
"stopId": "FR:50129:ZE:10AMO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 201,
"time": "1775554066"
},
"departure": {
"delay": 201,
"time": "1775554101"
},
"stopId": "FR:50129:ZE:10OYG2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 85,
"time": "1775555145"
},
"departure": {
"delay": 85,
"time": "1775555185"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 203,
"time": "1775554124"
},
"departure": {
"delay": 203,
"time": "1775554163"
},
"stopId": "FR:50129:ZE:10PRV2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 72,
"time": "1775554901"
},
"departure": {
"delay": 72,
"time": "1775554932"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 118,
"time": "1775554750"
},
"departure": {
"delay": 118,
"time": "1775554798"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 13
}
],
"timestamp": "1775560076",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1A:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745170x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746167x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 86,
"time": "1775548390"
},
"departure": {
"delay": 86,
"time": "1775548406"
},
"stopId": "FR:50129:ZE:10ZOL1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 96,
"time": "1775550321"
},
"departure": {
"delay": 96,
"time": "1775550336"
},
"stopId": "FR:50129:ZE:10LLM1:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": -4,
"time": "1775548129"
},
"departure": {
"delay": -4,
"time": "1775548136"
},
"stopId": "FR:50129:ZE:10PRE1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 97,
"time": "1775548615"
},
"departure": {
"delay": 97,
"time": "1775548657"
},
"stopId": "FR:50129:ZE:10AGO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 64,
"time": "1775549228"
},
"departure": {
"delay": 64,
"time": "1775549284"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 373,
"time": "1775550645"
},
"departure": {
"delay": 373,
"time": "1775550853"
},
"stopId": "FR:50129:ZE:10ZPH1:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"delay": 39,
"time": "1775548757"
},
"departure": {
"delay": 39,
"time": "1775548779"
},
"stopId": "FR:50129:ZE:10BEL1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 427,
"time": "1775551116"
},
"departure": {
"delay": 427,
"time": "1775551147"
},
"stopId": "FR:50129:ZE:10CVE1:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"delay": 30,
"time": "1775547958"
},
"departure": {
"delay": 30,
"time": "1775547990"
},
"stopId": "FR:50129:ZE:10BRT1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 356,
"time": "1775551256"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"delay": 89,
"time": "1775549096"
},
"departure": {
"delay": 89,
"time": "1775549129"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 351,
"time": "1775550986"
},
"departure": {
"delay": 351,
"time": "1775551011"
},
"stopId": "FR:50129:ZE:10MYO1:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": 410,
"time": "1775551163"
},
"departure": {
"delay": 410,
"time": "1775551190"
},
"stopId": "FR:50129:ZE:10COS1:ATOUMOD035",
"stopSequence": 47
},
{
"arrival": {
"delay": 37,
"time": "1775548206"
},
"departure": {
"delay": 37,
"time": "1775548237"
},
"stopId": "FR:50129:ZE:10BHE1:ATOUMOD035",
"stopSequence": 13
},
{
"departure": {
"delay": 41,
"time": "1775547581"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 81,
"time": "1775548567"
},
"departure": {
"delay": 81,
"time": "1775548581"
},
"stopId": "FR:50129:ZE:10LAV1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 113,
"time": "1775550137"
},
"departure": {
"delay": 113,
"time": "1775550173"
},
"stopId": "FR:50129:ZE:10BHC3:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 27,
"time": "1775547788"
},
"departure": {
"delay": 27,
"time": "1775547807"
},
"stopId": "FR:50129:ZE:10SFN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 47,
"time": "1775549314"
},
"departure": {
"delay": 47,
"time": "1775549327"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 37,
"time": "1775547739"
},
"departure": {
"delay": 37,
"time": "1775547757"
},
"stopId": "FR:50129:ZE:10ALB1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 121,
"time": "1775550282"
},
"departure": {
"delay": 121,
"time": "1775550301"
},
"stopId": "FR:50129:ZE:10JMO1:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 86,
"time": "1775550234"
},
"departure": {
"delay": 86,
"time": "1775550266"
},
"stopId": "FR:50129:ZE:10LUM1:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 156,
"time": "1775549794"
},
"departure": {
"delay": 156,
"time": "1775549856"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 358,
"time": "1775550887"
},
"departure": {
"delay": 358,
"time": "1775550898"
},
"stopId": "FR:50129:ZE:10JEA1:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": 109,
"time": "1775549635"
},
"departure": {
"delay": 109,
"time": "1775549689"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 20,
"time": "1775548262"
},
"departure": {
"delay": 20,
"time": "1775548280"
},
"stopId": "FR:50129:ZE:10LON1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 158,
"time": "1775549947"
},
"departure": {
"delay": 158,
"time": "1775549978"
},
"stopId": "FR:50129:ZE:10THH3:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 161,
"time": "1775550060"
},
"departure": {
"delay": 161,
"time": "1775550101"
},
"stopId": "FR:50129:ZE:10LCA1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 397,
"time": "1775551023"
},
"departure": {
"delay": 397,
"time": "1775551057"
},
"stopId": "FR:50129:ZE:10MGT1:ATOUMOD035",
"stopSequence": 44
},
{
"arrival": {
"delay": 160,
"time": "1775549470"
},
"departure": {
"delay": 160,
"time": "1775549500"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 172,
"time": "1775550389"
},
"departure": {
"delay": 172,
"time": "1775550472"
},
"stopId": "FR:50129:ZE:10BRO1:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"delay": 86,
"time": "1775548896"
},
"departure": {
"delay": 86,
"time": "1775548946"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 213,
"time": "1775550609"
},
"departure": {
"delay": 213,
"time": "1775550633"
},
"stopId": "FR:50129:ZE:10ART1:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": 79,
"time": "1775547659"
},
"departure": {
"delay": 79,
"time": "1775547679"
},
"stopId": "FR:50129:ZE:10COF1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 58,
"time": "1775548818"
},
"departure": {
"delay": 58,
"time": "1775548858"
},
"stopId": "FR:50129:ZE:10HUI1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 95,
"time": "1775548491"
},
"departure": {
"delay": 95,
"time": "1775548535"
},
"stopId": "FR:50129:ZE:10DUB1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 27,
"time": "1775548096"
},
"departure": {
"delay": 27,
"time": "1775548107"
},
"stopId": "FR:50129:ZE:10ARA1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 361,
"time": "1775551073"
},
"departure": {
"delay": 361,
"time": "1775551081"
},
"stopId": "FR:50129:ZE:10RSX1:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"delay": 52,
"time": "1775547858"
},
"departure": {
"delay": 52,
"time": "1775547892"
},
"stopId": "FR:50129:ZE:10CAR1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 71,
"time": "1775548683"
},
"departure": {
"delay": 71,
"time": "1775548691"
},
"stopId": "FR:50129:ZE:10HOM1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": -15,
"time": "1775548173"
},
"departure": {
"delay": -15,
"time": "1775548185"
},
"stopId": "FR:50129:ZE:10CPL1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 107,
"time": "1775549536"
},
"departure": {
"delay": 107,
"time": "1775549567"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 373,
"time": "1775550938"
},
"departure": {
"delay": 373,
"time": "1775550973"
},
"stopId": "FR:50129:ZE:10NOR3:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"delay": 116,
"time": "1775548975"
},
"departure": {
"delay": 116,
"time": "1775549036"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 48,
"time": "1775549173"
},
"departure": {
"delay": 48,
"time": "1775549208"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 103,
"time": "1775548000"
},
"departure": {
"delay": 103,
"time": "1775548063"
},
"stopId": "FR:50129:ZE:10BON1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 88,
"time": "1775547611"
},
"departure": {
"delay": 88,
"time": "1775547628"
},
"stopId": "FR:50129:ZE:10SFG1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 25,
"time": "1775547913"
},
"departure": {
"delay": 25,
"time": "1775547925"
},
"stopId": "FR:50129:ZE:10HOU1:ATOUMOD035",
"stopSequence": 7
}
],
"timestamp": "1775560077",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746167x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx17211:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 9589,
"time": "1775560729"
},
"departure": {
"delay": 9589,
"time": "1775560729"
},
"stopId": "FR:76540:ZE:TCARxPCLEM0:ATOUMOD001",
"stopSequence": 9
},
{
"departure": {
"delay": 9600,
"time": "1775560020"
},
"stopId": "FR:76540:ZE:TCARxTART71:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 9676,
"time": "1775561656"
},
"departure": {
"delay": 9676,
"time": "1775561656"
},
"stopId": "FR:76322:ZE:TCARxLBOUR0:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 9615,
"time": "1775560575"
},
"departure": {
"delay": 9615,
"time": "1775560575"
},
"stopId": "FR:76540:ZE:TCARxPASCA0:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 9660,
"time": "1775561880"
},
"departure": {
"delay": 9660,
"time": "1775561880"
},
"stopId": "FR:76322:ZE:TCARxROOSE1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 9606,
"time": "1775560866"
},
"departure": {
"delay": 9606,
"time": "1775560866"
},
"stopId": "FR:76540:ZE:TCARxDELBO1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 9627,
"time": "1775561367"
},
"departure": {
"delay": 9627,
"time": "1775561367"
},
"stopId": "FR:76322:ZE:TCARxLUSSA0:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 9600,
"time": "1775560080"
},
"departure": {
"delay": 9600,
"time": "1775560080"
},
"stopId": "FR:76540:ZE:TCARxREPUQ0:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 9570,
"time": "1775561070"
},
"departure": {
"delay": 9570,
"time": "1775561070"
},
"stopId": "FR:76498:ZE:TCARxELISA0:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 9578,
"time": "1775561258"
},
"departure": {
"delay": 9578,
"time": "1775561258"
},
"stopId": "FR:76322:ZE:TCARxHURIE0:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 9567,
"time": "1775560947"
},
"departure": {
"delay": 9567,
"time": "1775560947"
},
"stopId": "FR:76498:ZE:TCARxPLCHA0:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 9604,
"time": "1775560444"
},
"departure": {
"delay": 9604,
"time": "1775560444"
},
"stopId": "FR:76540:ZE:TCARxLAFAY0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 9630,
"time": "1775561430"
},
"departure": {
"delay": 9630,
"time": "1775561430"
},
"stopId": "FR:76322:ZE:TCARxBROSS1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 9690,
"time": "1775561730"
},
"departure": {
"delay": 9690,
"time": "1775561730"
},
"stopId": "FR:76322:ZE:TCARxCROUT0:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 9623,
"time": "1775560163"
},
"departure": {
"delay": 9623,
"time": "1775560163"
},
"stopId": "FR:76540:ZE:TCARxPCORN0:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 9649,
"time": "1775561809"
},
"departure": {
"delay": 9649,
"time": "1775561809"
},
"stopId": "FR:76322:ZE:TCARxCHVOU0:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 9637,
"time": "1775560777"
},
"departure": {
"delay": 9637,
"time": "1775560777"
},
"stopId": "FR:76540:ZE:TCARxPARME0:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 9659,
"time": "1775562719"
},
"departure": {
"delay": 9659,
"time": "1775562719"
},
"stopId": "FR:76497:ZE:TCARxPOSPT0:ATOUMOD001",
"stopSequence": 34
},
{
"arrival": {
"delay": 9633,
"time": "1775562093"
},
"departure": {
"delay": 9633,
"time": "1775562093"
},
"stopId": "FR:76322:ZE:TCARxSEINE0:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 9561,
"time": "1775561001"
},
"departure": {
"delay": 9561,
"time": "1775561001"
},
"stopId": "FR:76498:ZE:TCARxFOLIO0:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 9630,
"time": "1775560410"
},
"departure": {
"delay": 9630,
"time": "1775560410"
},
"stopId": "FR:76540:ZE:TCARxCHAMP1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 9666,
"time": "1775561586"
},
"departure": {
"delay": 9666,
"time": "1775561586"
},
"stopId": "FR:76322:ZE:TCARxEGLGQ0:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 9637,
"time": "1775561917"
},
"departure": {
"delay": 9637,
"time": "1775561917"
},
"stopId": "FR:76322:ZE:TCARxRAVEL0:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 9566,
"time": "1775561186"
},
"departure": {
"delay": 9566,
"time": "1775561186"
},
"stopId": "FR:76498:ZE:TCARxGAULL0:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 9627,
"time": "1775560527"
},
"departure": {
"delay": 9627,
"time": "1775560527"
},
"stopId": "FR:76540:ZE:TCARxSEVER0:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 9630,
"time": "1775562330"
},
"departure": {
"delay": 9630,
"time": "1775562330"
},
"stopId": "FR:76497:ZE:TCARxARCHI1:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 9654,
"time": "1775562414"
},
"departure": {
"delay": 9654,
"time": "1775562414"
},
"stopId": "FR:76497:ZE:TCARxLACRO0:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": 9648,
"time": "1775562468"
},
"departure": {
"delay": 9648,
"time": "1775562468"
},
"stopId": "FR:76497:ZE:TCARxVIGNY0:ATOUMOD001",
"stopSequence": 31
}
],
"timestamp": "1775559457",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx27:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx17211:LOC"
}
}
},
{
"id": "SM:ATOUMOD005:ServiceJourney:707:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775567580"
},
"departure": {
"time": "1775567580"
},
"stopId": "FR:76217:ZE:18050:ATOUMOD005",
"stopSequence": 16
},
{
"arrival": {
"time": "1775568540"
},
"departure": {
"time": "1775568540"
},
"stopId": "FR:76217:ZE:18051:ATOUMOD005",
"stopSequence": 26
},
{
"arrival": {
"time": "1775567220"
},
"departure": {
"time": "1775567220"
},
"stopId": "FR:76217:ZE:18077:ATOUMOD005",
"stopSequence": 15
},
{
"arrival": {
"time": "1775566740"
},
"departure": {
"time": "1775566740"
},
"stopId": "FR:76217:ZE:18198:ATOUMOD005",
"stopSequence": 9
},
{
"arrival": {
"time": "1775567160"
},
"departure": {
"time": "1775567160"
},
"stopId": "FR:76217:ZE:18107:ATOUMOD005",
"stopSequence": 14
},
{
"arrival": {
"time": "1775567940"
},
"departure": {
"time": "1775567940"
},
"stopId": "FR:76217:ZE:18057:ATOUMOD005",
"stopSequence": 18
},
{
"arrival": {
"time": "1775567100"
},
"departure": {
"time": "1775567100"
},
"stopId": "FR:76217:ZE:18059:ATOUMOD005",
"stopSequence": 13
},
{
"arrival": {
"time": "1775566680"
},
"departure": {
"time": "1775566680"
},
"stopId": "FR:76217:ZE:18171:ATOUMOD005",
"stopSequence": 8
},
{
"arrival": {
"delay": 5,
"time": "1775568365"
},
"departure": {
"delay": 5,
"time": "1775568365"
},
"stopId": "FR:76217:ZE:18021:ATOUMOD005",
"stopSequence": 23
},
{
"arrival": {
"delay": 10,
"time": "1775568610"
},
"departure": {
"delay": 10,
"time": "1775568610"
},
"stopId": "FR:76217:ZE:18091:ATOUMOD005",
"stopSequence": 29
},
{
"arrival": {
"time": "1775566980"
},
"departure": {
"time": "1775566980"
},
"stopId": "FR:76217:ZE:18133:ATOUMOD005",
"stopSequence": 11
},
{
"arrival": {
"time": "1775568840"
},
"departure": {
"time": "1775568840"
},
"stopId": "FR:76217:ZE:18023:ATOUMOD005",
"stopSequence": 31
},
{
"arrival": {
"time": "1775568480"
},
"departure": {
"time": "1775568480"
},
"stopId": "FR:76217:ZE:18092:ATOUMOD005",
"stopSequence": 25
},
{
"arrival": {
"delay": 5,
"time": "1775568605"
},
"departure": {
"delay": 5,
"time": "1775568605"
},
"stopId": "FR:76217:ZE:18442:ATOUMOD005",
"stopSequence": 28
},
{
"arrival": {
"time": "1775568660"
},
"departure": {
"time": "1775568660"
},
"stopId": "FR:76217:ZE:18324:ATOUMOD005",
"stopSequence": 30
},
{
"arrival": {
"time": "1775568600"
},
"departure": {
"time": "1775568600"
},
"stopId": "FR:76217:ZE:18801:ATOUMOD005",
"stopSequence": 27
},
{
"arrival": {
"time": "1775569020"
},
"departure": {
"time": "1775569020"
},
"stopId": "FR:76217:ZE:18321:ATOUMOD005",
"stopSequence": 32
},
{
"arrival": {
"time": "1775566500"
},
"departure": {
"time": "1775566500"
},
"stopId": "FR:76217:ZE:18185:ATOUMOD005",
"stopSequence": 5
},
{
"departure": {
"time": "1775566200"
},
"stopId": "FR:76217:ZE:18282:ATOUMOD005",
"stopSequence": 1
},
{
"arrival": {
"time": "1775568420"
},
"departure": {
"time": "1775568420"
},
"stopId": "FR:76217:ZE:18068:ATOUMOD005",
"stopSequence": 24
},
{
"arrival": {
"time": "1775568240"
},
"departure": {
"time": "1775568240"
},
"stopId": "FR:76217:ZE:18785:ATOUMOD005",
"stopSequence": 20
},
{
"arrival": {
"time": "1775566560"
},
"departure": {
"time": "1775566560"
},
"stopId": "FR:76217:ZE:18187:ATOUMOD005",
"stopSequence": 6
},
{
"arrival": {
"time": "1775566800"
},
"departure": {
"time": "1775566800"
},
"stopId": "FR:76217:ZE:18178:ATOUMOD005",
"stopSequence": 10
},
{
"arrival": {
"time": "1775568360"
},
"departure": {
"time": "1775568360"
},
"stopId": "FR:76217:ZE:18074:ATOUMOD005",
"stopSequence": 22
},
{
"arrival": {
"time": "1775567040"
},
"departure": {
"time": "1775567040"
},
"stopId": "FR:76217:ZE:18027:ATOUMOD005",
"stopSequence": 12
},
{
"arrival": {
"time": "1775568120"
},
"departure": {
"time": "1775568120"
},
"stopId": "FR:76217:ZE:18096:ATOUMOD005",
"stopSequence": 19
},
{
"arrival": {
"delay": 5,
"time": "1775569025"
},
"departure": {
"delay": 5,
"time": "1775569025"
},
"stopId": "FR:76217:ZE:18102:ATOUMOD005",
"stopSequence": 33
},
{
"arrival": {
"time": "1775566320"
},
"departure": {
"time": "1775566320"
},
"stopId": "FR:76217:ZE:18182:ATOUMOD005",
"stopSequence": 2
},
{
"arrival": {
"time": "1775567760"
},
"departure": {
"time": "1775567760"
},
"stopId": "FR:76217:ZE:18320:ATOUMOD005",
"stopSequence": 17
},
{
"arrival": {
"time": "1775566620"
},
"departure": {
"time": "1775566620"
},
"stopId": "FR:76217:ZE:18167:ATOUMOD005",
"stopSequence": 7
},
{
"arrival": {
"time": "1775566380"
},
"departure": {
"time": "1775566380"
},
"stopId": "FR:76217:ZE:18175:ATOUMOD005",
"stopSequence": 3
},
{
"arrival": {
"time": "1775566440"
},
"departure": {
"time": "1775566440"
},
"stopId": "FR:76217:ZE:18206:ATOUMOD005",
"stopSequence": 4
},
{
"arrival": {
"time": "1775568300"
},
"departure": {
"time": "1775568300"
},
"stopId": "FR:76217:ZE:18045:ATOUMOD005",
"stopSequence": 21
},
{
"arrival": {
"time": "1775569200"
},
"stopId": "FR:76217:ZE:18038:ATOUMOD005",
"stopSequence": 34
}
],
"timestamp": "1775560081",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD005:Line:2:LOC",
"tripId": "ATOUMOD005:ServiceJourney:707:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4230316x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 46,
"time": "1775562706"
},
"departure": {
"delay": 46,
"time": "1775562706"
},
"stopId": "FR:76351:ZE:3710:ATOUMOD003",
"stopSequence": 28
},
{
"arrival": {
"time": "1775560740"
},
"departure": {
"time": "1775560740"
},
"stopId": "FR:76351:ZE:3773:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": 34,
"time": "1775562994"
},
"departure": {
"delay": 34,
"time": "1775562994"
},
"stopId": "FR:76351:ZE:3611:ATOUMOD003",
"stopSequence": 33
},
{
"arrival": {
"delay": 8,
"time": "1775563028"
},
"departure": {
"delay": 8,
"time": "1775563028"
},
"stopId": "FR:76351:ZE:4883:ATOUMOD003",
"stopSequence": 34
},
{
"arrival": {
"delay": 14,
"time": "1775562254"
},
"departure": {
"delay": 14,
"time": "1775562254"
},
"stopId": "FR:76351:ZE:3604:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": 58,
"time": "1775560858"
},
"departure": {
"delay": 58,
"time": "1775560858"
},
"stopId": "FR:76351:ZE:3544:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"time": "1775562540"
},
"departure": {
"time": "1775562540"
},
"stopId": "FR:76351:ZE:3729:ATOUMOD003",
"stopSequence": 25
},
{
"arrival": {
"delay": 14,
"time": "1775561654"
},
"departure": {
"delay": 14,
"time": "1775561654"
},
"stopId": "FR:76351:ZE:3645:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": 38,
"time": "1775560658"
},
"departure": {
"delay": 38,
"time": "1775560658"
},
"stopId": "FR:76351:ZE:3006:ATOUMOD003",
"stopSequence": 7
},
{
"arrival": {
"time": "1775562900"
},
"departure": {
"time": "1775562900"
},
"stopId": "FR:76351:ZE:3101:ATOUMOD003",
"stopSequence": 31
},
{
"arrival": {
"time": "1775563080"
},
"departure": {
"time": "1775563080"
},
"stopId": "FR:76351:ZE:3257:ATOUMOD003",
"stopSequence": 35
},
{
"arrival": {
"time": "1775562060"
},
"departure": {
"time": "1775562060"
},
"stopId": "FR:76351:ZE:3191:ATOUMOD003",
"stopSequence": 19
},
{
"departure": {
"time": "1775560020"
},
"stopId": "FR:76341:ZE:3691:ATOUMOD003",
"stopSequence": 1
},
{
"arrival": {
"delay": 58,
"time": "1775562118"
},
"departure": {
"delay": 58,
"time": "1775562118"
},
"stopId": "FR:76351:ZE:3061:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": 59,
"time": "1775562839"
},
"departure": {
"delay": 59,
"time": "1775562839"
},
"stopId": "FR:76351:ZE:3654:ATOUMOD003",
"stopSequence": 30
},
{
"arrival": {
"delay": 6,
"time": "1775561766"
},
"departure": {
"delay": 6,
"time": "1775561766"
},
"stopId": "FR:76351:ZE:4520:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": 26,
"time": "1775562446"
},
"departure": {
"delay": 26,
"time": "1775562446"
},
"stopId": "FR:76351:ZE:3375:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"time": "1775563200"
},
"stopId": "FR:76351:ZE:3212:ATOUMOD003",
"stopSequence": 39
},
{
"arrival": {
"delay": 57,
"time": "1775561997"
},
"departure": {
"delay": 57,
"time": "1775561997"
},
"stopId": "FR:76351:ZE:3240:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 41,
"time": "1775562581"
},
"departure": {
"delay": 41,
"time": "1775562581"
},
"stopId": "FR:76351:ZE:4874:ATOUMOD003",
"stopSequence": 26
},
{
"arrival": {
"delay": 16,
"time": "1775560396"
},
"departure": {
"delay": 16,
"time": "1775560396"
},
"stopId": "FR:76351:ZE:4114:ATOUMOD003",
"stopSequence": 4
},
{
"arrival": {
"delay": 48,
"time": "1775562948"
},
"departure": {
"delay": 48,
"time": "1775562948"
},
"stopId": "FR:76351:ZE:3228:ATOUMOD003",
"stopSequence": 32
},
{
"arrival": {
"delay": 43,
"time": "1775560603"
},
"departure": {
"delay": 43,
"time": "1775560603"
},
"stopId": "FR:76351:ZE:3018:ATOUMOD003",
"stopSequence": 6
},
{
"arrival": {
"delay": 3,
"time": "1775562483"
},
"departure": {
"delay": 3,
"time": "1775562483"
},
"stopId": "FR:76351:ZE:3567:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"time": "1775562780"
},
"departure": {
"time": "1775562780"
},
"stopId": "FR:76351:ZE:3384:ATOUMOD003",
"stopSequence": 29
},
{
"arrival": {
"delay": 57,
"time": "1775561817"
},
"departure": {
"delay": 57,
"time": "1775561817"
},
"stopId": "FR:76351:ZE:3027:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": 43,
"time": "1775562343"
},
"departure": {
"delay": 43,
"time": "1775562343"
},
"stopId": "FR:76351:ZE:3653:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"time": "1775560920"
},
"departure": {
"time": "1775560920"
},
"stopId": "FR:76351:ZE:3201:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"time": "1775560440"
},
"departure": {
"time": "1775560440"
},
"stopId": "FR:76351:ZE:3448:ATOUMOD003",
"stopSequence": 5
},
{
"arrival": {
"delay": 32,
"time": "1775562632"
},
"departure": {
"delay": 32,
"time": "1775562632"
},
"stopId": "FR:76351:ZE:3708:ATOUMOD003",
"stopSequence": 27
},
{
"arrival": {
"delay": 14,
"time": "1775561414"
},
"departure": {
"delay": 14,
"time": "1775561414"
},
"stopId": "FR:76351:ZE:3794:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": 32,
"time": "1775563172"
},
"departure": {
"delay": 32,
"time": "1775563172"
},
"stopId": "FR:76351:ZE:3704:ATOUMOD003",
"stopSequence": 38
},
{
"arrival": {
"delay": 45,
"time": "1775560065"
},
"departure": {
"delay": 45,
"time": "1775560065"
},
"stopId": "FR:76341:ZE:3912:ATOUMOD003",
"stopSequence": 3
},
{
"arrival": {
"time": "1775561280"
},
"departure": {
"time": "1775561280"
},
"stopId": "FR:76351:ZE:3700:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 33,
"time": "1775560053"
},
"departure": {
"delay": 33,
"time": "1775560053"
},
"stopId": "FR:76341:ZE:4571:ATOUMOD003",
"stopSequence": 2
},
{
"arrival": {
"delay": 46,
"time": "1775563126"
},
"departure": {
"delay": 46,
"time": "1775563126"
},
"stopId": "FR:76351:ZE:4080:ATOUMOD003",
"stopSequence": 37
},
{
"arrival": {
"time": "1775561700"
},
"departure": {
"time": "1775561700"
},
"stopId": "FR:76351:ZE:4641:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 25,
"time": "1775563105"
},
"departure": {
"delay": 25,
"time": "1775563105"
},
"stopId": "FR:76351:ZE:3043:ATOUMOD003",
"stopSequence": 36
},
{
"arrival": {
"delay": 58,
"time": "1775561578"
},
"departure": {
"delay": 58,
"time": "1775561578"
},
"stopId": "FR:76351:ZE:3500:ATOUMOD003",
"stopSequence": 13
}
],
"timestamp": "1775560049",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:C5:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4230316x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx15216:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 10740,
"time": "1775561760"
},
"departure": {
"delay": 10740,
"time": "1775561760"
},
"stopId": "FR:76451:ZE:TCARxCROIX1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 10847,
"time": "1775561327"
},
"departure": {
"delay": 10847,
"time": "1775561327"
},
"stopId": "FR:76216:ZE:TCARxDEVIL3:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 10740,
"time": "1775562300"
},
"departure": {
"delay": 10740,
"time": "1775562300"
},
"stopId": "FR:76451:ZE:TCARxGALLI0:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 10800,
"time": "1775563080"
},
"departure": {
"delay": 10800,
"time": "1775563080"
},
"stopId": "FR:76108:ZE:TCARxVENIS0:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 10800,
"time": "1775561400"
},
"departure": {
"delay": 10800,
"time": "1775561400"
},
"stopId": "FR:76216:ZE:TCARxPALIS3:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 10779,
"time": "1775561679"
},
"departure": {
"delay": 10779,
"time": "1775561679"
},
"stopId": "FR:76451:ZE:TCARxDEBOI0:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 10842,
"time": "1775563182"
},
"departure": {
"delay": 10842,
"time": "1775563182"
},
"stopId": "FR:76095:ZE:TCARxREEDU0:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 10797,
"time": "1775561457"
},
"departure": {
"delay": 10797,
"time": "1775561457"
},
"stopId": "FR:76216:ZE:TCARxMIREL0:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 10769,
"time": "1775562269"
},
"departure": {
"delay": 10769,
"time": "1775562269"
},
"stopId": "FR:76451:ZE:TCARxMURET0:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 10829,
"time": "1775562749"
},
"departure": {
"delay": 10829,
"time": "1775562749"
},
"stopId": "FR:76108:ZE:TCARxBOCQU3:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 10755,
"time": "1775562375"
},
"departure": {
"delay": 10755,
"time": "1775562375"
},
"stopId": "FR:76451:ZE:TCARxFRECH0:ATOUMOD001",
"stopSequence": 18
},
{
"departure": {
"delay": 10800,
"time": "1775561100"
},
"stopId": "FR:76216:ZE:TCARxCAILL3:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 10818,
"time": "1775562798"
},
"departure": {
"delay": 10818,
"time": "1775562798"
},
"stopId": "FR:76108:ZE:TCARxVIELL2:ATOUMOD001",
"stopSequence": 23
}
],
"timestamp": "1775559945",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx08:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx15216:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx16210:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 10440,
"time": "1775563680"
},
"stopId": "FR:76212:ZE:TCARxPILON3:ATOUMOD001",
"stopSequence": 1
}
],
"timestamp": "1775559496",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx14:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx16210:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN852092F387781x2026x03x28T21x09x34Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775564520"
},
"departure": {
"time": "1775564580"
},
"stopId": "FR:27105:ZE:StopPointxOCETrainxTERx87415323:ATOUMOD002",
"stopSequence": 14
},
{
"arrival": {
"time": "1775563860"
},
"departure": {
"time": "1775563920"
},
"stopId": "FR:76561:ZE:StopPointxOCETrainxTERx87411173:ATOUMOD002",
"stopSequence": 12
},
{
"arrival": {
"time": "1775569200"
},
"stopId": "FR:14118:ZE:StopPointxOCETrainxTERx87444000:ATOUMOD002",
"stopSequence": 25
},
{
"arrival": {
"time": "1775566380"
},
"departure": {
"time": "1775566440"
},
"stopId": "FR:27056:ZE:StopPointxOCETrainxTERx87444299:ATOUMOD002",
"stopSequence": 20
},
{
"arrival": {
"time": "1775565900"
},
"departure": {
"time": "1775565960"
},
"stopId": "FR:27622:ZE:StopPointxOCETrainxTERx87444315:ATOUMOD002",
"stopSequence": 18
},
{
"arrival": {
"time": "1775565420"
},
"departure": {
"time": "1775565480"
},
"stopId": "FR:27116:ZE:StopPointxOCETrainxTERx87415364:ATOUMOD002",
"stopSequence": 16
},
{
"arrival": {
"time": "1775568300"
},
"departure": {
"time": "1775568360"
},
"stopId": "FR:14431:ZE:StopPointxOCETrainxTERx87444208:ATOUMOD002",
"stopSequence": 24
},
{
"departure": {
"time": "1775563020"
},
"stopId": "FR:76540:ZE:StopPointxOCETrainxTERx87411017:ATOUMOD002",
"stopSequence": 10
},
{
"arrival": {
"time": "1775567340"
},
"departure": {
"time": "1775567400"
},
"stopId": "FR:14366:ZE:StopPointxOCETrainxTERx87444265:ATOUMOD002",
"stopSequence": 22
}
],
"timestamp": "1775559416",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD002:Line:FRxLinexxA6CE6325x08D1x4C25x9D15x15C2DC5E7BD0x:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN852092F387781x2026x03x28T21x09x34Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN848932F399820x2026x03x29T20x55x37Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775562180"
},
"departure": {
"time": "1775562300"
},
"stopId": "FR:59178:ZE:StopPointxOCETrainxTERx87345009:ATOUMOD002",
"stopSequence": 32
},
{
"arrival": {
"time": "1775560140"
},
"departure": {
"time": "1775560200"
},
"stopId": "FR:80016:ZE:StopPointxOCETrainxTERx87313072:ATOUMOD002",
"stopSequence": 26
},
{
"arrival": {
"time": "1775557080"
},
"departure": {
"time": "1775557140"
},
"stopId": "FR:80630:ZE:StopPointxOCETrainxTERx87313395:ATOUMOD002",
"stopSequence": 18
},
{
"arrival": {
"time": "1775558040"
},
"departure": {
"time": "1775558100"
},
"stopId": "FR:80021:ZE:StopPointxOCETrainxTERx87313080:ATOUMOD002",
"stopSequence": 20
},
{
"arrival": {
"time": "1775558400"
},
"departure": {
"time": "1775559000"
},
"stopId": "FR:80021:ZE:StopPointxOCETrainxTERx87313874:ATOUMOD002",
"stopSequence": 22
},
{
"arrival": {
"time": "1775559600"
},
"departure": {
"time": "1775559660"
},
"stopId": "FR:80212:ZE:StopPointxOCETrainxTERx87313056:ATOUMOD002",
"stopSequence": 24
},
{
"arrival": {
"time": "1775556360"
},
"departure": {
"time": "1775556420"
},
"stopId": "FR:60001:ZE:StopPointxOCETrainxTERx87313759:ATOUMOD002",
"stopSequence": 16
},
{
"arrival": {
"time": "1775554260"
},
"departure": {
"time": "1775554320"
},
"stopId": "FR:76453:ZE:StopPointxOCETrainxTERx87411439:ATOUMOD002",
"stopSequence": 8
},
{
"arrival": {
"time": "1775555580"
},
"departure": {
"time": "1775555640"
},
"stopId": "FR:76672:ZE:StopPointxOCETrainxTERx87411470:ATOUMOD002",
"stopSequence": 14
},
{
"departure": {
"time": "1775553480"
},
"stopId": "FR:76540:ZE:StopPointxOCETrainxTERx87411017:ATOUMOD002",
"stopSequence": 6
},
{
"arrival": {
"time": "1775554920"
},
"departure": {
"time": "1775554980"
},
"stopId": "FR:76445:ZE:StopPointxOCETrainxTERx87411454:ATOUMOD002",
"stopSequence": 12
},
{
"arrival": {
"time": "1775561280"
},
"departure": {
"time": "1775561400"
},
"stopId": "FR:62041:ZE:StopPointxOCETrainxTERx87342014:ATOUMOD002",
"stopSequence": 30
},
{
"arrival": {
"time": "1775554560"
},
"departure": {
"time": "1775554620"
},
"stopId": "FR:76738:ZE:StopPointxOCETrainxTERx87411447:ATOUMOD002",
"stopSequence": 10
},
{
"arrival": {
"time": "1775563680"
},
"stopId": "FR:59350:ZE:StopPointxOCETrainxTERx87286005:ATOUMOD002",
"stopSequence": 33
}
],
"timestamp": "1775558545",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD002:Line:FRxLinexxB2E5B266xDAE7x4C0AxABA0xB46411FB2CAAx:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN848932F399820x2026x03x29T20x55x37Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745724x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -27,
"time": "1775547723"
},
"departure": {
"delay": -27,
"time": "1775547753"
},
"stopId": "FR:50129:ZE:10CRN2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 29,
"time": "1775549112"
},
"departure": {
"delay": 29,
"time": "1775549129"
},
"stopId": "FR:50129:ZE:10HME2:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 27,
"time": "1775547134"
},
"departure": {
"delay": 27,
"time": "1775547147"
},
"stopId": "FR:50129:ZE:10GDR2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 8,
"time": "1775548354"
},
"departure": {
"delay": 8,
"time": "1775548388"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": -24,
"time": "1775549220"
},
"departure": {
"delay": -24,
"time": "1775549256"
},
"stopId": "FR:50129:ZE:10DIX2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": -28,
"time": "1775549418"
},
"departure": {
"delay": -28,
"time": "1775549432"
},
"stopId": "FR:50129:ZE:10PAU2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 10,
"time": "1775548297"
},
"departure": {
"delay": 10,
"time": "1775548330"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": -65,
"time": "1775549619"
},
"departure": {
"delay": -65,
"time": "1775549635"
},
"stopId": "FR:50129:ZE:10MES2:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 9,
"time": "1775548190"
},
"departure": {
"delay": 9,
"time": "1775548269"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": -42,
"time": "1775548084"
},
"departure": {
"delay": -42,
"time": "1775548098"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 61,
"time": "1775548836"
},
"departure": {
"delay": 61,
"time": "1775548861"
},
"stopId": "FR:50129:ZE:10PAX2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": -22,
"time": "1775549365"
},
"departure": {
"delay": -22,
"time": "1775549378"
},
"stopId": "FR:50129:ZE:10EPH1:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 94,
"time": "1775548936"
},
"departure": {
"delay": 94,
"time": "1775548954"
},
"stopId": "FR:50129:ZE:10ANN2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": -5,
"time": "1775549323"
},
"departure": {
"delay": -5,
"time": "1775549335"
},
"stopId": "FR:50129:ZE:10EPC2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 76,
"time": "1775546980"
},
"departure": {
"delay": 76,
"time": "1775547016"
},
"stopId": "FR:50129:ZE:10FLO2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": -61,
"time": "1775549503"
},
"departure": {
"delay": -61,
"time": "1775549519"
},
"stopId": "FR:50129:ZE:10HET2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 60,
"time": "1775547095"
},
"departure": {
"delay": 60,
"time": "1775547120"
},
"stopId": "FR:50129:ZE:10LPL2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": -17,
"time": "1775547603"
},
"departure": {
"delay": -17,
"time": "1775547643"
},
"stopId": "FR:50129:ZE:10HPA4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 71,
"time": "1775549033"
},
"departure": {
"delay": 71,
"time": "1775549051"
},
"stopId": "FR:50129:ZE:10CAQ2:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": -6,
"time": "1775547339"
},
"departure": {
"delay": -6,
"time": "1775547354"
},
"stopId": "FR:50129:ZE:10BAG4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": -46,
"time": "1775548591"
},
"departure": {
"delay": -46,
"time": "1775548634"
},
"stopId": "FR:50129:ZE:10REP4:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": -62,
"time": "1775547990"
},
"departure": {
"delay": -62,
"time": "1775548018"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": -15,
"time": "1775547503"
},
"departure": {
"delay": -15,
"time": "1775547525"
},
"stopId": "FR:50129:ZE:10XCT4:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 24,
"time": "1775548427"
},
"departure": {
"delay": 24,
"time": "1775548464"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 92,
"time": "1775548880"
},
"departure": {
"delay": 92,
"time": "1775548892"
},
"stopId": "FR:50129:ZE:10CMI2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": -16,
"time": "1775547258"
},
"departure": {
"delay": -16,
"time": "1775547284"
},
"stopId": "FR:50129:ZE:10MED4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": -18,
"time": "1775547425"
},
"departure": {
"delay": -18,
"time": "1775547462"
},
"stopId": "FR:50129:ZE:10GRR2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": -42,
"time": "1775549465"
},
"departure": {
"delay": -42,
"time": "1775549478"
},
"stopId": "FR:50129:ZE:10TLL2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 47,
"time": "1775547902"
},
"departure": {
"delay": 47,
"time": "1775547947"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 29,
"time": "1775547173"
},
"departure": {
"delay": 29,
"time": "1775547209"
},
"stopId": "FR:50129:ZE:10NOR6:ATOUMOD035",
"stopSequence": 6
},
{
"departure": {
"delay": 41,
"time": "1775546921"
},
"stopId": "FR:50129:ZE:10ECT1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": -7,
"time": "1775548528"
},
"departure": {
"delay": -7,
"time": "1775548553"
},
"stopId": "FR:50129:ZE:10HDI4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": -83,
"time": "1775549677"
},
"stopId": "FR:50129:ZE:10AMF1:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 10,
"time": "1775549160"
},
"departure": {
"delay": 10,
"time": "1775549170"
},
"stopId": "FR:50129:ZE:10PET2:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 51,
"time": "1775548735"
},
"departure": {
"delay": 51,
"time": "1775548791"
},
"stopId": "FR:50129:ZE:10TRA3:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": -45,
"time": "1775549556"
},
"departure": {
"delay": -45,
"time": "1775549595"
},
"stopId": "FR:50129:ZE:10MOR2:ATOUMOD035",
"stopSequence": 35
}
],
"timestamp": "1775560079",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:02:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745724x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx13438:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 2937,
"time": "1775560677"
},
"departure": {
"delay": 2937,
"time": "1775560677"
},
"stopId": "FR:76575:ZE:TCARxSANSU2:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 2880,
"time": "1775560320"
},
"departure": {
"delay": 2880,
"time": "1775560320"
},
"stopId": "FR:76575:ZE:TCARxELANG1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 2881,
"time": "1775559961"
},
"departure": {
"delay": 2881,
"time": "1775559961"
},
"stopId": "FR:76575:ZE:TCARxSMAIR1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 2922,
"time": "1775561142"
},
"departure": {
"delay": 2922,
"time": "1775561142"
},
"stopId": "FR:76322:ZE:TCARxRCOTY0:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 2882,
"time": "1775561402"
},
"departure": {
"delay": 2882,
"time": "1775561402"
},
"stopId": "FR:76322:ZE:TCARxSEINE0:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 2906,
"time": "1775562326"
},
"departure": {
"delay": 2906,
"time": "1775562326"
},
"stopId": "FR:76319:ZE:TCARxROUVR0:ATOUMOD001",
"stopSequence": 35
},
{
"arrival": {
"delay": 2920,
"time": "1775560960"
},
"departure": {
"delay": 2920,
"time": "1775560960"
},
"stopId": "FR:76322:ZE:TCARxFONCK1:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 2880,
"time": "1775560620"
},
"departure": {
"delay": 2880,
"time": "1775560620"
},
"stopId": "FR:76575:ZE:TCARxCORBU1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 2880,
"time": "1775561340"
},
"departure": {
"delay": 2880,
"time": "1775561340"
},
"stopId": "FR:76322:ZE:TCARxBRAQU2:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 2900,
"time": "1775560400"
},
"departure": {
"delay": 2900,
"time": "1775560400"
},
"stopId": "FR:76575:ZE:TCARxCATEL1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 2909,
"time": "1775562449"
},
"departure": {
"delay": 2909,
"time": "1775562449"
},
"stopId": "FR:76319:ZE:TCARxMATIS0:ATOUMOD001",
"stopSequence": 36
},
{
"arrival": {
"delay": 2886,
"time": "1775561646"
},
"departure": {
"delay": 2886,
"time": "1775561646"
},
"stopId": "FR:76497:ZE:TCARxJBART0:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 2898,
"time": "1775561238"
},
"departure": {
"delay": 2898,
"time": "1775561238"
},
"stopId": "FR:76322:ZE:TCARxBRAZZ0:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 2880,
"time": "1775560560"
},
"departure": {
"delay": 2880,
"time": "1775560560"
},
"stopId": "FR:76575:ZE:TCARxTECHN4:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 2881,
"time": "1775561521"
},
"departure": {
"delay": 2881,
"time": "1775561521"
},
"stopId": "FR:76497:ZE:TCARxVERDE0:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 2926,
"time": "1775560246"
},
"departure": {
"delay": 2926,
"time": "1775560246"
},
"stopId": "FR:76575:ZE:TCARxCAPUC1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 2927,
"time": "1775561567"
},
"departure": {
"delay": 2927,
"time": "1775561567"
},
"stopId": "FR:76497:ZE:TCARxCLECO0:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 2927,
"time": "1775560127"
},
"departure": {
"delay": 2927,
"time": "1775560127"
},
"stopId": "FR:76575:ZE:TCARxLURCA1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 2883,
"time": "1775560203"
},
"departure": {
"delay": 2883,
"time": "1775560203"
},
"stopId": "FR:76575:ZE:TCARxGAGAR1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 2930,
"time": "1775562110"
},
"departure": {
"delay": 2930,
"time": "1775562110"
},
"stopId": "FR:76319:ZE:TCARxRENOI0:ATOUMOD001",
"stopSequence": 32
},
{
"arrival": {
"delay": 2925,
"time": "1775560005"
},
"departure": {
"delay": 2925,
"time": "1775560005"
},
"stopId": "FR:76575:ZE:TCARxCORN21:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 2918,
"time": "1775560898"
},
"departure": {
"delay": 2918,
"time": "1775560898"
},
"stopId": "FR:76575:ZE:TCARxFELLB1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 2919,
"time": "1775561199"
},
"departure": {
"delay": 2919,
"time": "1775561199"
},
"stopId": "FR:76322:ZE:TCARxCDCHA0:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 2913,
"time": "1775562273"
},
"departure": {
"delay": 2913,
"time": "1775562273"
},
"stopId": "FR:76319:ZE:TCARxCARAB0:ATOUMOD001",
"stopSequence": 34
},
{
"arrival": {
"delay": 2917,
"time": "1775560477"
},
"departure": {
"delay": 2917,
"time": "1775560477"
},
"stopId": "FR:76575:ZE:TCARxESIGE2:ATOUMOD001",
"stopSequence": 11
},
{
"departure": {
"delay": 2880,
"time": "1775559900"
},
"stopId": "FR:76575:ZE:TCARxGARES:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 2900,
"time": "1775562200"
},
"departure": {
"delay": 2900,
"time": "1775562200"
},
"stopId": "FR:76319:ZE:TCARxHUGGC0:ATOUMOD001",
"stopSequence": 33
},
{
"arrival": {
"delay": 2924,
"time": "1775560364"
},
"departure": {
"delay": 2924,
"time": "1775560364"
},
"stopId": "FR:76575:ZE:TCARxJBREL1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 2880,
"time": "1775562000"
},
"departure": {
"delay": 2880,
"time": "1775562000"
},
"stopId": "FR:76319:ZE:TCARxLYLEG0:ATOUMOD001",
"stopSequence": 31
},
{
"arrival": {
"delay": 2921,
"time": "1775560061"
},
"departure": {
"delay": 2921,
"time": "1775560061"
},
"stopId": "FR:76575:ZE:TCARxGOUBE1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 2880,
"time": "1775562540"
},
"stopId": "FR:76319:ZE:TCARxBOUTT0:ATOUMOD001",
"stopSequence": 37
}
],
"timestamp": "1775524748",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx06:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx13438:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx16529:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 11159,
"time": "1775559599"
},
"departure": {
"delay": 11159,
"time": "1775559599"
},
"stopId": "FR:76540:ZE:TCARxHVR3:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 11155,
"time": "1775559770"
},
"departure": {
"delay": 11155,
"time": "1775559775"
},
"stopId": "FR:76540:ZE:TCARxBECQU0:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 11175,
"time": "1775558295"
},
"departure": {
"delay": 11175,
"time": "1775558295"
},
"stopId": "FR:76216:ZE:TCARxSPAUL1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 11306,
"time": "1775558606"
},
"departure": {
"delay": 11306,
"time": "1775558606"
},
"stopId": "FR:76216:ZE:TCARxREUDE0:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 11315,
"time": "1775558555"
},
"departure": {
"delay": 11315,
"time": "1775558555"
},
"stopId": "FR:76216:ZE:TCARxR8MAI0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 11281,
"time": "1775560801"
},
"departure": {
"delay": 11281,
"time": "1775560801"
},
"stopId": "FR:76005:ZE:TCARxVALPE0:ATOUMOD001",
"stopSequence": 35
},
{
"arrival": {
"delay": 11293,
"time": "1775559433"
},
"departure": {
"delay": 11293,
"time": "1775559433"
},
"stopId": "FR:76540:ZE:TCARxSVER20:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 11281,
"time": "1775560561"
},
"departure": {
"delay": 11281,
"time": "1775560561"
},
"stopId": "FR:76005:ZE:TCARxAMAIR0:ATOUMOD001",
"stopSequence": 32
},
{
"arrival": {
"delay": 11340,
"time": "1775558820"
},
"departure": {
"delay": 11340,
"time": "1775558820"
},
"stopId": "FR:76216:ZE:TCARxBELLE0:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 11288,
"time": "1775559248"
},
"departure": {
"delay": 11288,
"time": "1775559248"
},
"stopId": "FR:76540:ZE:TCARxJREVE0:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 11171,
"time": "1775558351"
},
"departure": {
"delay": 11171,
"time": "1775558351"
},
"stopId": "FR:76216:ZE:TCARxEBLUM0:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 11407,
"time": "1775559187"
},
"departure": {
"delay": 11407,
"time": "1775559187"
},
"stopId": "FR:76540:ZE:TCARxFRAMB0:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 11221,
"time": "1775560981"
},
"stopId": "FR:76005:ZE:TCARxGRVAL:ATOUMOD001",
"stopSequence": 36
},
{
"arrival": {
"delay": 11284,
"time": "1775560684"
},
"departure": {
"delay": 11284,
"time": "1775560684"
},
"stopId": "FR:76005:ZE:TCARxLEMAI0:ATOUMOD001",
"stopSequence": 34
},
{
"departure": {
"delay": 11130,
"time": "1775558190"
},
"stopId": "FR:76216:ZE:TCARxJVERN:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 11346,
"time": "1775558764"
},
"departure": {
"delay": 11346,
"time": "1775558766"
},
"stopId": "FR:76216:ZE:TCARxBROUC0:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 11354,
"time": "1775558714"
},
"departure": {
"delay": 11354,
"time": "1775558714"
},
"stopId": "FR:76216:ZE:TCARxCOTEA0:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 11372,
"time": "1775559063"
},
"departure": {
"delay": 11372,
"time": "1775559092"
},
"stopId": "FR:76540:ZE:TCARxVOUTE0:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 11281,
"time": "1775560141"
},
"departure": {
"delay": 11281,
"time": "1775560141"
},
"stopId": "FR:76540:ZE:TCARxPAUL30:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 11328,
"time": "1775558866"
},
"departure": {
"delay": 11328,
"time": "1775558868"
},
"stopId": "FR:76540:ZE:TCARxMOISE0:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 11321,
"time": "1775559221"
},
"departure": {
"delay": 11321,
"time": "1775559221"
},
"stopId": "FR:76540:ZE:TCARxCOULO0:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 11314,
"time": "1775558669"
},
"departure": {
"delay": 11314,
"time": "1775558674"
},
"stopId": "FR:76216:ZE:TCARxSCHWE0:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 11371,
"time": "1775559386"
},
"departure": {
"delay": 11371,
"time": "1775559391"
},
"stopId": "FR:76540:ZE:TCARxCCUCH4:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 11294,
"time": "1775560634"
},
"departure": {
"delay": 11294,
"time": "1775560634"
},
"stopId": "FR:76005:ZE:TCARxRUEFM0:ATOUMOD001",
"stopSequence": 33
},
{
"arrival": {
"delay": 11282,
"time": "1775560382"
},
"departure": {
"delay": 11282,
"time": "1775560382"
},
"stopId": "FR:76005:ZE:TCARxSGRES0:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 11344,
"time": "1775558944"
},
"departure": {
"delay": 11344,
"time": "1775558944"
},
"stopId": "FR:76540:ZE:TCARxOUEST0:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 11222,
"time": "1775558402"
},
"departure": {
"delay": 11222,
"time": "1775558402"
},
"stopId": "FR:76216:ZE:TCARxPASSE0:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 11251,
"time": "1775559973"
},
"departure": {
"delay": 11251,
"time": "1775559991"
},
"stopId": "FR:76540:ZE:TCARxCHMA20:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 11256,
"time": "1775560536"
},
"departure": {
"delay": 11256,
"time": "1775560536"
},
"stopId": "FR:76005:ZE:TCARxGPHIL0:ATOUMOD001",
"stopSequence": 31
},
{
"arrival": {
"delay": 11252,
"time": "1775560292"
},
"departure": {
"delay": 11252,
"time": "1775560292"
},
"stopId": "FR:76103:ZE:TCARxRSEIN0:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 11286,
"time": "1775560446"
},
"departure": {
"delay": 11286,
"time": "1775560446"
},
"stopId": "FR:76005:ZE:TCARxLEVAL0:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": 11131,
"time": "1775559691"
},
"departure": {
"delay": 11131,
"time": "1775559691"
},
"stopId": "FR:76540:ZE:TCARxSTVIV1:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 11309,
"time": "1775560349"
},
"departure": {
"delay": 11309,
"time": "1775560349"
},
"stopId": "FR:76005:ZE:TCARxPASSA0:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 11281,
"time": "1775560261"
},
"departure": {
"delay": 11281,
"time": "1775560261"
},
"stopId": "FR:76103:ZE:TCARxEAUPL0:ATOUMOD001",
"stopSequence": 26
}
],
"timestamp": "1775557997",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx15:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx16529:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745230x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 258,
"time": "1775545916"
},
"departure": {
"delay": 258,
"time": "1775545938"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 304,
"time": "1775546181"
},
"departure": {
"delay": 304,
"time": "1775546224"
},
"stopId": "FR:50129:ZE:10CRC3:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 268,
"time": "1775545659"
},
"departure": {
"delay": 268,
"time": "1775545708"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 268,
"time": "1775546262"
},
"departure": {
"delay": 268,
"time": "1775546308"
},
"stopId": "FR:50129:ZE:10FOR3:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 196,
"time": "1775546668"
},
"departure": {
"delay": 196,
"time": "1775546716"
},
"stopId": "FR:50129:ZE:10ANJ5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 241,
"time": "1775545585"
},
"departure": {
"delay": 241,
"time": "1775545621"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 206,
"time": "1775546807"
},
"departure": {
"delay": 206,
"time": "1775546846"
},
"stopId": "FR:50129:ZE:10OLY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 162,
"time": "1775546590"
},
"departure": {
"delay": 162,
"time": "1775546622"
},
"stopId": "FR:50129:ZE:10BQR1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 268,
"time": "1775545875"
},
"departure": {
"delay": 268,
"time": "1775545888"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 269,
"time": "1775545788"
},
"departure": {
"delay": 269,
"time": "1775545829"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 203,
"time": "1775546741"
},
"departure": {
"delay": 203,
"time": "1775546783"
},
"stopId": "FR:50129:ZE:10PRV1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 201,
"time": "1775546521"
},
"departure": {
"delay": 201,
"time": "1775546541"
},
"stopId": "FR:50129:ZE:10BRA3:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 217,
"time": "1775546440"
},
"departure": {
"delay": 217,
"time": "1775546497"
},
"stopId": "FR:50129:ZE:10RTU1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 228,
"time": "1775546859"
},
"departure": {
"delay": 228,
"time": "1775546988"
},
"stopId": "FR:50129:ZE:10AMO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 228,
"time": "1775546343"
},
"departure": {
"delay": 228,
"time": "1775546388"
},
"stopId": "FR:50129:ZE:10PFO1:ATOUMOD035",
"stopSequence": 10
},
{
"departure": {
"delay": 245,
"time": "1775545445"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 267,
"time": "1775545976"
},
"departure": {
"delay": 267,
"time": "1775546007"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 127,
"time": "1775547067"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 19
}
],
"timestamp": "1775560077",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1B:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745230x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx11284:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 19564,
"time": "1775559553"
},
"departure": {
"delay": 19564,
"time": "1775559604"
},
"stopId": "FR:76484:ZE:TCARxCHARC1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 19597,
"time": "1775558917"
},
"departure": {
"delay": 19597,
"time": "1775558917"
},
"stopId": "FR:76484:ZE:TCARxPOLOI0:ATOUMOD001",
"stopSequence": 4
},
{
"departure": {
"delay": 19620,
"time": "1775558700"
},
"stopId": "FR:76705:ZE:TCARxTOCEN:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 19580,
"time": "1775560400"
},
"departure": {
"delay": 19580,
"time": "1775560400"
},
"stopId": "FR:76575:ZE:TCARxGAGAR1:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 19344,
"time": "1775561064"
},
"departure": {
"delay": 19344,
"time": "1775561064"
},
"stopId": "FR:76681:ZE:TCARxHDVS3:ATOUMOD001",
"stopSequence": 33
},
{
"arrival": {
"delay": 19673,
"time": "1775558993"
},
"departure": {
"delay": 19673,
"time": "1775558993"
},
"stopId": "FR:76484:ZE:TCARxPLPAI1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 19464,
"time": "1775560824"
},
"departure": {
"delay": 19464,
"time": "1775560824"
},
"stopId": "FR:76681:ZE:TCARxADRET2:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": 19616,
"time": "1775559176"
},
"departure": {
"delay": 19616,
"time": "1775559176"
},
"stopId": "FR:76484:ZE:TCARxOIHDV1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 19602,
"time": "1775560062"
},
"departure": {
"delay": 19602,
"time": "1775560062"
},
"stopId": "FR:76575:ZE:TCARxSLOGN1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 19578,
"time": "1775559678"
},
"departure": {
"delay": 19578,
"time": "1775559678"
},
"stopId": "FR:76484:ZE:TCARxPLBEL1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 19532,
"time": "1775559512"
},
"departure": {
"delay": 19532,
"time": "1775559512"
},
"stopId": "FR:76484:ZE:TCARxCIMJ21:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 19423,
"time": "1775560963"
},
"departure": {
"delay": 19423,
"time": "1775560963"
},
"stopId": "FR:76681:ZE:TCARxPGAUL1:ATOUMOD001",
"stopSequence": 32
},
{
"arrival": {
"delay": 19569,
"time": "1775559369"
},
"departure": {
"delay": 19569,
"time": "1775559369"
},
"stopId": "FR:76484:ZE:TCARxFERRE1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 19538,
"time": "1775560598"
},
"departure": {
"delay": 19538,
"time": "1775560598"
},
"stopId": "FR:76575:ZE:TCARxSTYO21:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 19685,
"time": "1775559905"
},
"departure": {
"delay": 19685,
"time": "1775559905"
},
"stopId": "FR:76484:ZE:TCARxCITEO1:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 19545,
"time": "1775560665"
},
"departure": {
"delay": 19545,
"time": "1775560665"
},
"stopId": "FR:76681:ZE:TCARxCHROU1:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 19495,
"time": "1775560735"
},
"departure": {
"delay": 19495,
"time": "1775560735"
},
"stopId": "FR:76681:ZE:TCARxKERVI1:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 19589,
"time": "1775560109"
},
"departure": {
"delay": 19589,
"time": "1775560109"
},
"stopId": "FR:76575:ZE:TCARxPNAVA1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 19632,
"time": "1775559312"
},
"departure": {
"delay": 19632,
"time": "1775559312"
},
"stopId": "FR:76484:ZE:TCARxBIBOI1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 19579,
"time": "1775559439"
},
"departure": {
"delay": 19579,
"time": "1775559439"
},
"stopId": "FR:76484:ZE:TCARxPEZO21:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 19636,
"time": "1775558776"
},
"departure": {
"delay": 19636,
"time": "1775558776"
},
"stopId": "FR:76705:ZE:TCARxTOPAR2:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 19694,
"time": "1775559759"
},
"departure": {
"delay": 19694,
"time": "1775559854"
},
"stopId": "FR:76484:ZE:TCARxVOSGE1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 19555,
"time": "1775559475"
},
"departure": {
"delay": 19555,
"time": "1775559475"
},
"stopId": "FR:76484:ZE:TCARxCOMPX1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 19524,
"time": "1775560464"
},
"departure": {
"delay": 19524,
"time": "1775560464"
},
"stopId": "FR:76575:ZE:TCARxCOQLI1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 19584,
"time": "1775560224"
},
"departure": {
"delay": 19584,
"time": "1775560224"
},
"stopId": "FR:76575:ZE:TCARxLANGU1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 19639,
"time": "1775560159"
},
"departure": {
"delay": 19639,
"time": "1775560159"
},
"stopId": "FR:76575:ZE:TCARxNODIE1:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 19625,
"time": "1775559065"
},
"departure": {
"delay": 19625,
"time": "1775559065"
},
"stopId": "FR:76484:ZE:TCARxCFERR3:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 19631,
"time": "1775558711"
},
"departure": {
"delay": 19631,
"time": "1775558711"
},
"stopId": "FR:76705:ZE:TCARxTOMAN2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 19645,
"time": "1775559265"
},
"departure": {
"delay": 19645,
"time": "1775559265"
},
"stopId": "FR:76484:ZE:TCARxCIMOI1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 19424,
"time": "1775560904"
},
"departure": {
"delay": 19424,
"time": "1775560904"
},
"stopId": "FR:76681:ZE:TCARxRRIOT1:ATOUMOD001",
"stopSequence": 31
},
{
"arrival": {
"delay": 19614,
"time": "1775559944"
},
"departure": {
"delay": 19614,
"time": "1775559954"
},
"stopId": "FR:76575:ZE:TCARxCHAPL1:ATOUMOD001",
"stopSequence": 18
}
],
"timestamp": "1775558316",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx03:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx11284:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx15913:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 9720,
"time": "1775560380"
},
"departure": {
"delay": 9720,
"time": "1775560380"
},
"stopId": "FR:76429:ZE:TCARxACHAV1:ATOUMOD001",
"stopSequence": 18
},
{
"departure": {
"delay": 9720,
"time": "1775559480"
},
"stopId": "FR:76116:ZE:TCARxMUZIK1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 9720,
"time": "1775559900"
},
"departure": {
"delay": 9720,
"time": "1775559900"
},
"stopId": "FR:76475:ZE:TCARxLORME1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 9720,
"time": "1775559780"
},
"departure": {
"delay": 9720,
"time": "1775559780"
},
"stopId": "FR:76475:ZE:TCARxGAREN1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 9780,
"time": "1775560080"
},
"departure": {
"delay": 9780,
"time": "1775560080"
},
"stopId": "FR:76475:ZE:TCARxLOISI2:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 9720,
"time": "1775559600"
},
"departure": {
"delay": 9720,
"time": "1775559600"
},
"stopId": "FR:76116:ZE:TCARxAEROP2:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 9720,
"time": "1775560260"
},
"departure": {
"delay": 9720,
"time": "1775560260"
},
"stopId": "FR:76429:ZE:TCARxCHEMI1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 9780,
"time": "1775559720"
},
"departure": {
"delay": 9780,
"time": "1775559720"
},
"stopId": "FR:76475:ZE:TCARxCHERA2:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 9780,
"time": "1775559540"
},
"departure": {
"delay": 9780,
"time": "1775559540"
},
"stopId": "FR:76116:ZE:TCARxGRAND1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 9740,
"time": "1775559980"
},
"departure": {
"delay": 9740,
"time": "1775559980"
},
"stopId": "FR:76429:ZE:TCARxHUBER2:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 9780,
"time": "1775559960"
},
"departure": {
"delay": 9780,
"time": "1775559960"
},
"stopId": "FR:76475:ZE:TCARxTHIER1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 9740,
"time": "1775559740"
},
"departure": {
"delay": 9740,
"time": "1775559740"
},
"stopId": "FR:76475:ZE:TCARxCVOIE2:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 9720,
"time": "1775560560"
},
"departure": {
"delay": 9720,
"time": "1775560560"
},
"stopId": "FR:76103:ZE:TCARxLACOR2:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 9780,
"time": "1775560140"
},
"departure": {
"delay": 9780,
"time": "1775560140"
},
"stopId": "FR:76475:ZE:TCARxMOPRE1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 9720,
"time": "1775560320"
},
"departure": {
"delay": 9720,
"time": "1775560320"
},
"stopId": "FR:76429:ZE:TCARxDUNET2:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 9740,
"time": "1775559560"
},
"departure": {
"delay": 9740,
"time": "1775559560"
},
"stopId": "FR:76116:ZE:TCARxGENDA2:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 9720,
"time": "1775561100"
},
"departure": {
"delay": 9720,
"time": "1775561100"
},
"stopId": "FR:76540:ZE:TCARxCHMA11:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 9660,
"time": "1775561160"
},
"stopId": "FR:76540:ZE:TCARxMARTA1:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 9720,
"time": "1775559840"
},
"departure": {
"delay": 9720,
"time": "1775559840"
},
"stopId": "FR:76475:ZE:TCARxMALEC2:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 9720,
"time": "1775560020"
},
"departure": {
"delay": 9720,
"time": "1775560020"
},
"stopId": "FR:76429:ZE:TCARxMALOT2:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 9720,
"time": "1775560500"
},
"departure": {
"delay": 9720,
"time": "1775560500"
},
"stopId": "FR:76103:ZE:TCARxVERHA1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 9720,
"time": "1775560200"
},
"departure": {
"delay": 9720,
"time": "1775560200"
},
"stopId": "FR:76429:ZE:TCARxCHATA1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 9720,
"time": "1775560680"
},
"departure": {
"delay": 9720,
"time": "1775560680"
},
"stopId": "FR:76103:ZE:TCARxHCOTE1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 9780,
"time": "1775560440"
},
"departure": {
"delay": 9780,
"time": "1775560440"
},
"stopId": "FR:76429:ZE:TCARxMASSE1:ATOUMOD001",
"stopSequence": 19
}
],
"timestamp": "1775558616",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx13:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx15913:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3747889x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 259,
"time": "1775543218"
},
"departure": {
"delay": 259,
"time": "1775543299"
},
"stopId": "FR:50129:ZE:10CSM1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 209,
"time": "1775543479"
},
"departure": {
"delay": 209,
"time": "1775543489"
},
"stopId": "FR:50129:ZE:10REN1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 199,
"time": "1775543588"
},
"departure": {
"delay": 199,
"time": "1775543599"
},
"stopId": "FR:50129:ZE:10GNT1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 194,
"time": "1775543774"
},
"stopId": "FR:50129:ZE:10MXR1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 129,
"time": "1775542527"
},
"departure": {
"delay": 129,
"time": "1775542569"
},
"stopId": "FR:50129:ZE:10BOS1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 272,
"time": "1775542970"
},
"departure": {
"delay": 272,
"time": "1775543012"
},
"stopId": "FR:50129:ZE:10MTT1:ATOUMOD035",
"stopSequence": 10
},
{
"departure": {
"delay": 27,
"time": "1775541927"
},
"stopId": "FR:50129:ZE:10SHU2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 261,
"time": "1775543684"
},
"departure": {
"delay": 261,
"time": "1775543721"
},
"stopId": "FR:50129:ZE:10CEN1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 261,
"time": "1775543521"
},
"departure": {
"delay": 261,
"time": "1775543541"
},
"stopId": "FR:50129:ZE:10LOG1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 188,
"time": "1775542645"
},
"departure": {
"delay": 188,
"time": "1775542688"
},
"stopId": "FR:50129:ZE:10ODR1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": -35,
"time": "1775542217"
},
"departure": {
"delay": -35,
"time": "1775542225"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 171,
"time": "1775542450"
},
"departure": {
"delay": 171,
"time": "1775542491"
},
"stopId": "FR:50129:ZE:10JAR1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 193,
"time": "1775542814"
},
"departure": {
"delay": 193,
"time": "1775542873"
},
"stopId": "FR:50129:ZE:10RUC1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 262,
"time": "1775543027"
},
"departure": {
"delay": 262,
"time": "1775543062"
},
"stopId": "FR:50129:ZE:10SEX1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 242,
"time": "1775543420"
},
"departure": {
"delay": 242,
"time": "1775543462"
},
"stopId": "FR:50129:ZE:10CUR1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 257,
"time": "1775543621"
},
"departure": {
"delay": 257,
"time": "1775543657"
},
"stopId": "FR:50129:ZE:10BOC1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 23,
"time": "1775541973"
},
"departure": {
"delay": 23,
"time": "1775542163"
},
"stopId": "FR:50129:ZE:10SHU1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 215,
"time": "1775542914"
},
"departure": {
"delay": 215,
"time": "1775542955"
},
"stopId": "FR:50129:ZE:10BSJ1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 229,
"time": "1775543378"
},
"departure": {
"delay": 229,
"time": "1775543389"
},
"stopId": "FR:50129:ZE:10DEB1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 157,
"time": "1775542709"
},
"departure": {
"delay": 157,
"time": "1775542717"
},
"stopId": "FR:50129:ZE:10SRN1:ATOUMOD035",
"stopSequence": 7
}
],
"timestamp": "1775560082",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:04:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3747889x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745657x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 113,
"time": "1775541371"
},
"departure": {
"delay": 113,
"time": "1775541413"
},
"stopId": "FR:50129:ZE:10ANN1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 421,
"time": "1775543615"
},
"departure": {
"delay": 421,
"time": "1775543641"
},
"stopId": "FR:50129:ZE:10FLO1:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 81,
"time": "1775540539"
},
"departure": {
"delay": 81,
"time": "1775540601"
},
"stopId": "FR:50129:ZE:10MOR1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 231,
"time": "1775542098"
},
"departure": {
"delay": 231,
"time": "1775542131"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 345,
"time": "1775543685"
},
"stopId": "FR:50129:ZE:10ECT1:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 338,
"time": "1775543428"
},
"departure": {
"delay": 338,
"time": "1775543438"
},
"stopId": "FR:50129:ZE:10GDR1:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 333,
"time": "1775543046"
},
"departure": {
"delay": 333,
"time": "1775543073"
},
"stopId": "FR:50129:ZE:10GRR1:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 379,
"time": "1775543255"
},
"departure": {
"delay": 379,
"time": "1775543299"
},
"stopId": "FR:50129:ZE:10MED3:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 160,
"time": "1775540798"
},
"departure": {
"delay": 160,
"time": "1775540860"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 138,
"time": "1775541284"
},
"departure": {
"delay": 138,
"time": "1775541318"
},
"stopId": "FR:50129:ZE:10CAQ1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 203,
"time": "1775542367"
},
"departure": {
"delay": 203,
"time": "1775542403"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 202,
"time": "1775541021"
},
"departure": {
"delay": 202,
"time": "1775541082"
},
"stopId": "FR:50129:ZE:10DIX1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 192,
"time": "1775541928"
},
"departure": {
"delay": 192,
"time": "1775541972"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 50,
"time": "1775540455"
},
"departure": {
"delay": 50,
"time": "1775540510"
},
"stopId": "FR:50129:ZE:10MES1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 352,
"time": "1775542869"
},
"departure": {
"delay": 352,
"time": "1775542912"
},
"stopId": "FR:50129:ZE:10HPA3:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 202,
"time": "1775541680"
},
"departure": {
"delay": 202,
"time": "1775541742"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 16
},
{
"departure": {
"delay": 21,
"time": "1775540361"
},
"stopId": "FR:50129:ZE:10AMF1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 124,
"time": "1775540659"
},
"departure": {
"delay": 124,
"time": "1775540704"
},
"stopId": "FR:50129:ZE:10FRN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 319,
"time": "1775542963"
},
"departure": {
"delay": 319,
"time": "1775542999"
},
"stopId": "FR:50129:ZE:10XCT3:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 373,
"time": "1775543368"
},
"departure": {
"delay": 373,
"time": "1775543413"
},
"stopId": "FR:50129:ZE:10NOR5:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 199,
"time": "1775541814"
},
"departure": {
"delay": 199,
"time": "1775541859"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 398,
"time": "1775543526"
},
"departure": {
"delay": 398,
"time": "1775543558"
},
"stopId": "FR:50129:ZE:10LPL1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 348,
"time": "1775543144"
},
"departure": {
"delay": 348,
"time": "1775543208"
},
"stopId": "FR:50129:ZE:10BAG3:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 196,
"time": "1775541571"
},
"departure": {
"delay": 196,
"time": "1775541616"
},
"stopId": "FR:50129:ZE:10PAX1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 133,
"time": "1775541158"
},
"departure": {
"delay": 133,
"time": "1775541193"
},
"stopId": "FR:50129:ZE:10HME1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 284,
"time": "1775542209"
},
"departure": {
"delay": 284,
"time": "1775542244"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 117,
"time": "1775540621"
},
"departure": {
"delay": 117,
"time": "1775540637"
},
"stopId": "FR:50129:ZE:10BOI1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 237,
"time": "1775542266"
},
"departure": {
"delay": 237,
"time": "1775542317"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 234,
"time": "1775542014"
},
"departure": {
"delay": 234,
"time": "1775542074"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 242,
"time": "1775542449"
},
"departure": {
"delay": 242,
"time": "1775542562"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 152,
"time": "1775540932"
},
"departure": {
"delay": 152,
"time": "1775540972"
},
"stopId": "FR:50129:ZE:10EPC1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 298,
"time": "1775542763"
},
"departure": {
"delay": 298,
"time": "1775542798"
},
"stopId": "FR:50129:ZE:10CRN1:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 186,
"time": "1775541658"
},
"departure": {
"delay": 186,
"time": "1775541666"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 135,
"time": "1775541126"
},
"departure": {
"delay": 135,
"time": "1775541135"
},
"stopId": "FR:50129:ZE:10PET1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 187,
"time": "1775541505"
},
"departure": {
"delay": 187,
"time": "1775541547"
},
"stopId": "FR:50129:ZE:10CMI1:ATOUMOD035",
"stopSequence": 13
}
],
"timestamp": "1775560077",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:02:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745657x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3747508x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 81,
"time": "1775558042"
},
"departure": {
"delay": 81,
"time": "1775558061"
},
"stopId": "FR:50129:ZE:10CRN1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 135,
"time": "1775558947"
},
"departure": {
"delay": 135,
"time": "1775558955"
},
"stopId": "FR:50129:ZE:10EUR1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 69,
"time": "1775558334"
},
"departure": {
"delay": 69,
"time": "1775558349"
},
"stopId": "FR:50129:ZE:10CCI1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 133,
"time": "1775559064"
},
"departure": {
"delay": 133,
"time": "1775559073"
},
"stopId": "FR:50129:ZE:10LMQ1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 101,
"time": "1775558888"
},
"departure": {
"delay": 101,
"time": "1775558921"
},
"stopId": "FR:50129:ZE:10ILO1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": -78,
"time": "1775557687"
},
"departure": {
"delay": -78,
"time": "1775557722"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 219,
"time": "1775557222"
},
"departure": {
"delay": 219,
"time": "1775557239"
},
"stopId": "FR:50129:ZE:10IUT2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 97,
"time": "1775559091"
},
"departure": {
"delay": 97,
"time": "1775559097"
},
"stopId": "FR:50129:ZE:10CRD1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 85,
"time": "1775558737"
},
"departure": {
"delay": 85,
"time": "1775558785"
},
"stopId": "FR:50129:ZE:10LMW1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 89,
"time": "1775558833"
},
"departure": {
"delay": 89,
"time": "1775558849"
},
"stopId": "FR:50129:ZE:10CLO1:ATOUMOD035",
"stopSequence": 16
},
{
"departure": {
"delay": 121,
"time": "1775556961"
},
"stopId": "FR:50129:ZE:10ZFO2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 122,
"time": "1775558974"
},
"departure": {
"delay": 122,
"time": "1775559002"
},
"stopId": "FR:50129:ZE:10COD1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 103,
"time": "1775558535"
},
"departure": {
"delay": 103,
"time": "1775558563"
},
"stopId": "FR:50129:ZE:10GMA3:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 49,
"time": "1775558257"
},
"departure": {
"delay": 49,
"time": "1775558269"
},
"stopId": "FR:50129:ZE:10CIT1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 102,
"time": "1775558087"
},
"departure": {
"delay": 102,
"time": "1775558142"
},
"stopId": "FR:50129:ZE:10PLA5:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 194,
"time": "1775557259"
},
"departure": {
"delay": 194,
"time": "1775557274"
},
"stopId": "FR:50129:ZE:10UNI2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 122,
"time": "1775557484"
},
"departure": {
"delay": 122,
"time": "1775557562"
},
"stopId": "FR:50129:ZE:10MEN2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 73,
"time": "1775558638"
},
"departure": {
"delay": 73,
"time": "1775558653"
},
"stopId": "FR:50129:ZE:10MLL3:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 52,
"time": "1775559232"
},
"stopId": "FR:50129:ZE:10PIS1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 155,
"time": "1775557101"
},
"departure": {
"delay": 155,
"time": "1775557115"
},
"stopId": "FR:50129:ZE:10PFO4:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 148,
"time": "1775557013"
},
"departure": {
"delay": 148,
"time": "1775557048"
},
"stopId": "FR:50129:ZE:10VDT2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 177,
"time": "1775557311"
},
"departure": {
"delay": 177,
"time": "1775557317"
},
"stopId": "FR:50129:ZE:10AIG2:ATOUMOD035",
"stopSequence": 6
}
],
"timestamp": "1775560079",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:08:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3747508x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2470549:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -143,
"time": "1775560657"
},
"departure": {
"delay": -143,
"time": "1775560657"
},
"stopId": "FR:27375:ZE:0x6406:ATOUMOD006",
"stopSequence": 8
},
{
"arrival": {
"delay": -243,
"time": "1775561157"
},
"departure": {
"delay": -243,
"time": "1775561157"
},
"stopId": "FR:27701:ZE:0x7042:ATOUMOD006",
"stopSequence": 16
},
{
"arrival": {
"delay": -150,
"time": "1775560590"
},
"departure": {
"delay": -150,
"time": "1775560590"
},
"stopId": "FR:27375:ZE:0x6442:ATOUMOD006",
"stopSequence": 7
},
{
"arrival": {
"delay": -256,
"time": "1775561624"
},
"stopId": "FR:27701:ZE:0x7150:ATOUMOD006",
"stopSequence": 23
},
{
"arrival": {
"delay": -209,
"time": "1775561251"
},
"departure": {
"delay": -209,
"time": "1775561251"
},
"stopId": "FR:27701:ZE:0x7108:ATOUMOD006",
"stopSequence": 18
},
{
"arrival": {
"delay": -169,
"time": "1775560751"
},
"departure": {
"delay": -169,
"time": "1775560751"
},
"stopId": "FR:27701:ZE:0x7100:ATOUMOD006",
"stopSequence": 9
},
{
"arrival": {
"delay": -203,
"time": "1775561497"
},
"departure": {
"delay": -203,
"time": "1775561497"
},
"stopId": "FR:27701:ZE:0x7116:ATOUMOD006",
"stopSequence": 21
},
{
"arrival": {
"delay": -236,
"time": "1775561344"
},
"departure": {
"delay": -236,
"time": "1775561344"
},
"stopId": "FR:27701:ZE:0x7095:ATOUMOD006",
"stopSequence": 19
},
{
"arrival": {
"delay": -204,
"time": "1775561436"
},
"departure": {
"delay": -204,
"time": "1775561436"
},
"stopId": "FR:27701:ZE:0x7114:ATOUMOD006",
"stopSequence": 20
},
{
"arrival": {
"delay": -182,
"time": "1775561218"
},
"departure": {
"delay": -182,
"time": "1775561218"
},
"stopId": "FR:27701:ZE:0x6582:ATOUMOD006",
"stopSequence": 17
},
{
"arrival": {
"delay": -96,
"time": "1775560404"
},
"departure": {
"delay": -96,
"time": "1775560404"
},
"stopId": "FR:27375:ZE:0x6528:ATOUMOD006",
"stopSequence": 4
},
{
"arrival": {
"delay": -24,
"time": "1775560356"
},
"departure": {
"delay": -24,
"time": "1775560356"
},
"stopId": "FR:27375:ZE:0x6504:ATOUMOD006",
"stopSequence": 3
},
{
"arrival": {
"delay": -193,
"time": "1775560847"
},
"departure": {
"delay": -193,
"time": "1775560847"
},
"stopId": "FR:27701:ZE:0x7126:ATOUMOD006",
"stopSequence": 10
},
{
"arrival": {
"delay": -173,
"time": "1775561047"
},
"departure": {
"delay": -173,
"time": "1775561047"
},
"stopId": "FR:27701:ZE:0x7044:ATOUMOD006",
"stopSequence": 14
},
{
"arrival": {
"delay": -87,
"time": "1775560473"
},
"departure": {
"delay": -87,
"time": "1775560473"
},
"stopId": "FR:27375:ZE:0x6380:ATOUMOD006",
"stopSequence": 5
},
{
"arrival": {
"delay": -91,
"time": "1775560529"
},
"departure": {
"delay": -91,
"time": "1775560529"
},
"stopId": "FR:27375:ZE:0x6388:ATOUMOD006",
"stopSequence": 6
},
{
"arrival": {
"delay": -194,
"time": "1775561086"
},
"departure": {
"delay": -194,
"time": "1775561086"
},
"stopId": "FR:27701:ZE:0x7054:ATOUMOD006",
"stopSequence": 15
},
{
"arrival": {
"delay": -166,
"time": "1775561534"
},
"departure": {
"delay": -166,
"time": "1775561534"
},
"stopId": "FR:27701:ZE:0x7086:ATOUMOD006",
"stopSequence": 22
},
{
"departure": {
"time": "1775560200"
},
"stopId": "FR:27375:ZE:0x6514:ATOUMOD006",
"stopSequence": 1
},
{
"arrival": {
"delay": -181,
"time": "1775560919"
},
"departure": {
"delay": -181,
"time": "1775560919"
},
"stopId": "FR:27701:ZE:0x7036:ATOUMOD006",
"stopSequence": 11
},
{
"arrival": {
"delay": -152,
"time": "1775561008"
},
"departure": {
"delay": -152,
"time": "1775561008"
},
"stopId": "FR:27701:ZE:0x7132:ATOUMOD006",
"stopSequence": 13
},
{
"arrival": {
"delay": -145,
"time": "1775560955"
},
"departure": {
"delay": -145,
"time": "1775560955"
},
"stopId": "FR:27701:ZE:0x7068:ATOUMOD006",
"stopSequence": 12
},
{
"arrival": {
"delay": 30,
"time": "1775560230"
},
"departure": {
"delay": 30,
"time": "1775560230"
},
"stopId": "FR:27375:ZE:0x6440:ATOUMOD006",
"stopSequence": 2
}
],
"timestamp": "1775560063",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD006:Line:C1:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2470549:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4011237x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 33,
"time": "1775559453"
},
"stopId": "FR:76552:ZE:3104:ATOUMOD003",
"stopSequence": 9
},
{
"departure": {
"delay": 71,
"time": "1775559671"
},
"stopId": "FR:76351:ZE:3159:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": -17,
"time": "1775562823"
},
"departure": {
"delay": -17,
"time": "1775562823"
},
"stopId": "FR:76447:ZE:3130:ATOUMOD003",
"stopSequence": 53
},
{
"arrival": {
"delay": -17,
"time": "1775562883"
},
"stopId": "FR:76447:ZE:3443:ATOUMOD003",
"stopSequence": 54
},
{
"arrival": {
"delay": 1,
"time": "1775561581"
},
"departure": {
"delay": 1,
"time": "1775561581"
},
"stopId": "FR:76351:ZE:3547:ATOUMOD003",
"stopSequence": 37
},
{
"arrival": {
"delay": 6,
"time": "1775561046"
},
"departure": {
"delay": 6,
"time": "1775561046"
},
"stopId": "FR:76351:ZE:3223:ATOUMOD003",
"stopSequence": 31
},
{
"arrival": {
"delay": 5,
"time": "1775561645"
},
"departure": {
"delay": 5,
"time": "1775561645"
},
"stopId": "FR:76351:ZE:3249:ATOUMOD003",
"stopSequence": 38
},
{
"arrival": {
"delay": 14,
"time": "1775562494"
},
"departure": {
"delay": 14,
"time": "1775562494"
},
"stopId": "FR:76447:ZE:3515:ATOUMOD003",
"stopSequence": 47
},
{
"arrival": {
"delay": 42,
"time": "1775560662"
},
"departure": {
"delay": 42,
"time": "1775560662"
},
"stopId": "FR:76351:ZE:3240:ATOUMOD003",
"stopSequence": 26
},
{
"departure": {
"delay": 65,
"time": "1775559845"
},
"stopId": "FR:76351:ZE:3545:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": 10,
"time": "1775562670"
},
"departure": {
"delay": 10,
"time": "1775562670"
},
"stopId": "FR:76447:ZE:3432:ATOUMOD003",
"stopSequence": 50
},
{
"arrival": {
"delay": 25,
"time": "1775559505"
},
"departure": {
"delay": 25,
"time": "1775559505"
},
"stopId": "FR:76552:ZE:3093:ATOUMOD003",
"stopSequence": 10
},
{
"departure": {
"delay": 40,
"time": "1775559580"
},
"stopId": "FR:76552:ZE:3608:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": -17,
"time": "1775561743"
},
"departure": {
"delay": -17,
"time": "1775561743"
},
"stopId": "FR:76351:ZE:3637:ATOUMOD003",
"stopSequence": 39
},
{
"arrival": {
"delay": 8,
"time": "1775560928"
},
"departure": {
"delay": 8,
"time": "1775560928"
},
"stopId": "FR:76351:ZE:3690:ATOUMOD003",
"stopSequence": 30
},
{
"departure": {
"delay": -5,
"time": "1775559955"
},
"stopId": "FR:76351:ZE:3731:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": -17,
"time": "1775562163"
},
"departure": {
"delay": -17,
"time": "1775562163"
},
"stopId": "FR:76447:ZE:3346:ATOUMOD003",
"stopSequence": 42
},
{
"arrival": {
"delay": 37,
"time": "1775562757"
},
"departure": {
"delay": 37,
"time": "1775562757"
},
"stopId": "FR:76447:ZE:3268:ATOUMOD003",
"stopSequence": 52
},
{
"arrival": {
"delay": 27,
"time": "1775562267"
},
"departure": {
"delay": 27,
"time": "1775562267"
},
"stopId": "FR:76447:ZE:3107:ATOUMOD003",
"stopSequence": 44
},
{
"arrival": {
"delay": -1,
"time": "1775560439"
},
"departure": {
"delay": -1,
"time": "1775560439"
},
"stopId": "FR:76351:ZE:4520:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": 1,
"time": "1775562721"
},
"departure": {
"delay": 1,
"time": "1775562721"
},
"stopId": "FR:76447:ZE:3406:ATOUMOD003",
"stopSequence": 51
},
{
"departure": {
"delay": 24,
"time": "1775559384"
},
"stopId": "FR:76552:ZE:3487:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": -17,
"time": "1775561923"
},
"departure": {
"delay": -17,
"time": "1775561923"
},
"stopId": "FR:76351:ZE:3593:ATOUMOD003",
"stopSequence": 41
},
{
"arrival": {
"delay": -8,
"time": "1775560852"
},
"departure": {
"delay": -8,
"time": "1775560852"
},
"stopId": "FR:76351:ZE:3666:ATOUMOD003",
"stopSequence": 29
},
{
"departure": {
"delay": -2,
"time": "1775560018"
},
"stopId": "FR:76351:ZE:3732:ATOUMOD003",
"stopSequence": 19
},
{
"departure": {
"delay": 44,
"time": "1775559764"
},
"stopId": "FR:76351:ZE:3021:ATOUMOD003",
"stopSequence": 15
},
{
"departure": {
"delay": 78,
"time": "1775559318"
},
"stopId": "FR:76552:ZE:3606:ATOUMOD003",
"stopSequence": 7
},
{
"arrival": {
"delay": -17,
"time": "1775560363"
},
"departure": {
"delay": -17,
"time": "1775560363"
},
"stopId": "FR:76351:ZE:4642:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": -17,
"time": "1775560723"
},
"departure": {
"delay": -17,
"time": "1775560723"
},
"stopId": "FR:76351:ZE:3191:ATOUMOD003",
"stopSequence": 27
},
{
"departure": {
"delay": 67,
"time": "1775559727"
},
"stopId": "FR:76351:ZE:3460:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": -17,
"time": "1775561503"
},
"departure": {
"delay": -17,
"time": "1775561503"
},
"stopId": "FR:76351:ZE:3233:ATOUMOD003",
"stopSequence": 36
},
{
"arrival": {
"delay": 41,
"time": "1775562461"
},
"departure": {
"delay": 41,
"time": "1775562461"
},
"stopId": "FR:76447:ZE:3238:ATOUMOD003",
"stopSequence": 46
},
{
"arrival": {
"delay": -12,
"time": "1775560488"
},
"departure": {
"delay": -12,
"time": "1775560488"
},
"stopId": "FR:76351:ZE:3027:ATOUMOD003",
"stopSequence": 25
},
{
"arrival": {
"delay": -9,
"time": "1775561811"
},
"departure": {
"delay": -9,
"time": "1775561811"
},
"stopId": "FR:76351:ZE:3136:ATOUMOD003",
"stopSequence": 40
},
{
"arrival": {
"delay": 6,
"time": "1775560806"
},
"departure": {
"delay": 6,
"time": "1775560806"
},
"stopId": "FR:76351:ZE:4572:ATOUMOD003",
"stopSequence": 28
},
{
"arrival": {
"delay": -17,
"time": "1775561443"
},
"departure": {
"delay": -17,
"time": "1775561443"
},
"stopId": "FR:76351:ZE:3623:ATOUMOD003",
"stopSequence": 35
},
{
"arrival": {
"delay": -17,
"time": "1775562403"
},
"departure": {
"delay": -17,
"time": "1775562403"
},
"stopId": "FR:76447:ZE:3120:ATOUMOD003",
"stopSequence": 45
},
{
"arrival": {
"delay": -6,
"time": "1775562234"
},
"departure": {
"delay": -6,
"time": "1775562234"
},
"stopId": "FR:76447:ZE:3220:ATOUMOD003",
"stopSequence": 43
},
{
"arrival": {
"delay": 1,
"time": "1775562541"
},
"departure": {
"delay": 1,
"time": "1775562541"
},
"stopId": "FR:76447:ZE:3122:ATOUMOD003",
"stopSequence": 48
},
{
"departure": {
"delay": 83,
"time": "1775559623"
},
"stopId": "FR:76552:ZE:3298:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": -13,
"time": "1775560127"
},
"departure": {
"delay": -13,
"time": "1775560127"
},
"stopId": "FR:76351:ZE:3301:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": -17,
"time": "1775561263"
},
"departure": {
"delay": -17,
"time": "1775561263"
},
"stopId": "FR:76351:ZE:3381:ATOUMOD003",
"stopSequence": 34
},
{
"arrival": {
"delay": 45,
"time": "1775559945"
},
"departure": {
"delay": 45,
"time": "1775559945"
},
"stopId": "FR:76351:ZE:3797:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": 22,
"time": "1775561122"
},
"departure": {
"delay": 22,
"time": "1775561122"
},
"stopId": "FR:76351:ZE:3506:ATOUMOD003",
"stopSequence": 32
},
{
"arrival": {
"delay": -16,
"time": "1775562584"
},
"departure": {
"delay": -16,
"time": "1775562584"
},
"stopId": "FR:76447:ZE:3066:ATOUMOD003",
"stopSequence": 49
},
{
"arrival": {
"delay": 12,
"time": "1775560272"
},
"departure": {
"delay": 12,
"time": "1775560272"
},
"stopId": "FR:76351:ZE:3279:ATOUMOD003",
"stopSequence": 21
}
],
"timestamp": "1775559479",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C1:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4011237x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4244088xGTFSxGSemH15xSemainex08:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -164,
"time": "1775561236"
},
"departure": {
"delay": -164,
"time": "1775561236"
},
"stopId": "FR:76351:ZE:4869:ATOUMOD003",
"stopSequence": 25
},
{
"arrival": {
"delay": -144,
"time": "1775559576"
},
"departure": {
"delay": -144,
"time": "1775559576"
},
"stopId": "FR:76533:ZE:4931:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": -194,
"time": "1775559346"
},
"departure": {
"delay": -194,
"time": "1775559346"
},
"stopId": "FR:76660:ZE:4419:ATOUMOD003",
"stopSequence": 7
},
{
"arrival": {
"delay": -170,
"time": "1775559370"
},
"departure": {
"delay": -170,
"time": "1775559370"
},
"stopId": "FR:76660:ZE:5200:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": -179,
"time": "1775561341"
},
"departure": {
"delay": -179,
"time": "1775561341"
},
"stopId": "FR:76351:ZE:4867:ATOUMOD003",
"stopSequence": 26
},
{
"arrival": {
"delay": -191,
"time": "1775559649"
},
"departure": {
"delay": -191,
"time": "1775559649"
},
"stopId": "FR:76533:ZE:4926:ATOUMOD003",
"stopSequence": 13
},
{
"departure": {
"delay": -146,
"time": "1775559094"
},
"stopId": "FR:76660:ZE:3304:ATOUMOD003",
"stopSequence": 4
},
{
"arrival": {
"delay": -181,
"time": "1775559299"
},
"departure": {
"delay": -181,
"time": "1775559299"
},
"stopId": "FR:76660:ZE:4432:ATOUMOD003",
"stopSequence": 6
},
{
"arrival": {
"delay": -198,
"time": "1775560482"
},
"departure": {
"delay": -198,
"time": "1775560482"
},
"stopId": "FR:76305:ZE:4940:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": -198,
"time": "1775559522"
},
"departure": {
"delay": -198,
"time": "1775559522"
},
"stopId": "FR:76489:ZE:4934:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": -154,
"time": "1775559806"
},
"departure": {
"delay": -154,
"time": "1775559806"
},
"stopId": "FR:76305:ZE:4811:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": -166,
"time": "1775560094"
},
"departure": {
"delay": -166,
"time": "1775560094"
},
"stopId": "FR:76305:ZE:4919:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": -152,
"time": "1775561188"
},
"departure": {
"delay": -152,
"time": "1775561188"
},
"stopId": "FR:76351:ZE:3613:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": -198,
"time": "1775560962"
},
"departure": {
"delay": -198,
"time": "1775560962"
},
"stopId": "FR:76351:ZE:4983:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": -164,
"time": "1775559556"
},
"departure": {
"delay": -164,
"time": "1775559556"
},
"stopId": "FR:76533:ZE:3269:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": -198,
"time": "1775560362"
},
"departure": {
"delay": -198,
"time": "1775560362"
},
"stopId": "FR:76305:ZE:4915:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": -180,
"time": "1775559180"
},
"departure": {
"delay": -180,
"time": "1775559180"
},
"stopId": "FR:76660:ZE:4426:ATOUMOD003",
"stopSequence": 5
},
{
"arrival": {
"delay": -142,
"time": "1775560418"
},
"departure": {
"delay": -142,
"time": "1775560418"
},
"stopId": "FR:76305:ZE:4998:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": -151,
"time": "1775559629"
},
"departure": {
"delay": -151,
"time": "1775559629"
},
"stopId": "FR:76533:ZE:4403:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": -175,
"time": "1775560145"
},
"departure": {
"delay": -175,
"time": "1775560145"
},
"stopId": "FR:76305:ZE:4938:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": -198,
"time": "1775561502"
},
"stopId": "FR:76351:ZE:5206:ATOUMOD003",
"stopSequence": 27
},
{
"arrival": {
"delay": -160,
"time": "1775559920"
},
"departure": {
"delay": -160,
"time": "1775559920"
},
"stopId": "FR:76305:ZE:4923:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": -198,
"time": "1775560002"
},
"departure": {
"delay": -198,
"time": "1775560002"
},
"stopId": "FR:76305:ZE:4818:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": -172,
"time": "1775559728"
},
"departure": {
"delay": -172,
"time": "1775559728"
},
"stopId": "FR:76305:ZE:4924:ATOUMOD003",
"stopSequence": 14
}
],
"timestamp": "1775559379",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:15:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4244088xGTFSxGSemH15xSemainex08:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3748431x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 147,
"time": "1775538941"
},
"departure": {
"delay": 147,
"time": "1775538987"
},
"stopId": "FR:50129:ZE:10POL2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 200,
"time": "1775537642"
},
"departure": {
"delay": 200,
"time": "1775537660"
},
"stopId": "FR:50129:ZE:10PFJ1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 241,
"time": "1775539489"
},
"departure": {
"delay": 241,
"time": "1775539501"
},
"stopId": "FR:50129:ZE:10EGL5:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 163,
"time": "1775538121"
},
"departure": {
"delay": 163,
"time": "1775538163"
},
"stopId": "FR:50129:ZE:10MEN2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 191,
"time": "1775537576"
},
"departure": {
"delay": 191,
"time": "1775537591"
},
"stopId": "FR:50129:ZE:10COT1:ATOUMOD035",
"stopSequence": 4
},
{
"departure": {
"delay": 89,
"time": "1775537369"
},
"stopId": "FR:50129:ZE:10DIG1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 150,
"time": "1775538371"
},
"departure": {
"delay": 150,
"time": "1775538390"
},
"stopId": "FR:50129:ZE:10PHG2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 238,
"time": "1775539579"
},
"departure": {
"delay": 238,
"time": "1775539618"
},
"stopId": "FR:50129:ZE:10HUI4:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 113,
"time": "1775537917"
},
"departure": {
"delay": 113,
"time": "1775537933"
},
"stopId": "FR:50129:ZE:10CIM1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 174,
"time": "1775537744"
},
"departure": {
"delay": 174,
"time": "1775537754"
},
"stopId": "FR:50129:ZE:10ROS1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 126,
"time": "1775537429"
},
"departure": {
"delay": 126,
"time": "1775537466"
},
"stopId": "FR:50129:ZE:10CDF1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 257,
"time": "1775539321"
},
"departure": {
"delay": 257,
"time": "1775539337"
},
"stopId": "FR:50129:ZE:10FRA2:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 331,
"time": "1775539756"
},
"departure": {
"delay": 331,
"time": "1775539771"
},
"stopId": "FR:50129:ZE:10VIG2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 165,
"time": "1775538612"
},
"departure": {
"delay": 165,
"time": "1775538645"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 150,
"time": "1775538425"
},
"departure": {
"delay": 150,
"time": "1775538450"
},
"stopId": "FR:50129:ZE:10FDC1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 235,
"time": "1775539975"
},
"stopId": "FR:50129:ZE:10ZAG2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 143,
"time": "1775537874"
},
"departure": {
"delay": 143,
"time": "1775537903"
},
"stopId": "FR:50129:ZE:10RED1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 162,
"time": "1775538542"
},
"departure": {
"delay": 162,
"time": "1775538582"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 191,
"time": "1775538689"
},
"departure": {
"delay": 191,
"time": "1775538731"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 126,
"time": "1775537492"
},
"departure": {
"delay": 126,
"time": "1775537526"
},
"stopId": "FR:50129:ZE:10BCP1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 271,
"time": "1775539392"
},
"departure": {
"delay": 271,
"time": "1775539411"
},
"stopId": "FR:50129:ZE:10SMT2:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 231,
"time": "1775539277"
},
"departure": {
"delay": 231,
"time": "1775539311"
},
"stopId": "FR:50129:ZE:10LEC2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 292,
"time": "1775539699"
},
"departure": {
"delay": 292,
"time": "1775539732"
},
"stopId": "FR:50129:ZE:10CRB2:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 138,
"time": "1775538207"
},
"departure": {
"delay": 138,
"time": "1775538318"
},
"stopId": "FR:50129:ZE:10SHU3:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 197,
"time": "1775537678"
},
"departure": {
"delay": 197,
"time": "1775537717"
},
"stopId": "FR:50129:ZE:10SAL1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 137,
"time": "1775538005"
},
"departure": {
"delay": 137,
"time": "1775538017"
},
"stopId": "FR:50129:ZE:10FJT1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 322,
"time": "1775539810"
},
"departure": {
"delay": 322,
"time": "1775539822"
},
"stopId": "FR:50129:ZE:10DAN2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 245,
"time": "1775539425"
},
"departure": {
"delay": 245,
"time": "1775539445"
},
"stopId": "FR:50129:ZE:10VAB2:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 142,
"time": "1775537825"
},
"departure": {
"delay": 142,
"time": "1775537842"
},
"stopId": "FR:50129:ZE:10VOL1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 256,
"time": "1775539205"
},
"departure": {
"delay": 256,
"time": "1775539216"
},
"stopId": "FR:50129:ZE:10LEB2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 166,
"time": "1775537770"
},
"departure": {
"delay": 166,
"time": "1775537806"
},
"stopId": "FR:50129:ZE:10SAD1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 121,
"time": "1775538890"
},
"departure": {
"delay": 121,
"time": "1775538901"
},
"stopId": "FR:50129:ZE:10LCO2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 170,
"time": "1775538819"
},
"departure": {
"delay": 170,
"time": "1775538830"
},
"stopId": "FR:50129:ZE:10STA2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 147,
"time": "1775538496"
},
"departure": {
"delay": 147,
"time": "1775538507"
},
"stopId": "FR:50129:ZE:10CTR3:ATOUMOD035",
"stopSequence": 17
}
],
"timestamp": "1775560080",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:05:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3748431x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3748435x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 197,
"time": "1775548082"
},
"departure": {
"delay": 197,
"time": "1775548097"
},
"stopId": "FR:50129:ZE:10FRA2:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 125,
"time": "1775546156"
},
"departure": {
"delay": 125,
"time": "1775546165"
},
"stopId": "FR:50129:ZE:10COT1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 102,
"time": "1775546053"
},
"departure": {
"delay": 102,
"time": "1775546082"
},
"stopId": "FR:50129:ZE:10CDF1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 72,
"time": "1775546107"
},
"departure": {
"delay": 72,
"time": "1775546112"
},
"stopId": "FR:50129:ZE:10BCP1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 190,
"time": "1775547780"
},
"departure": {
"delay": 190,
"time": "1775547790"
},
"stopId": "FR:50129:ZE:10LCO2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 212,
"time": "1775548395"
},
"departure": {
"delay": 212,
"time": "1775548412"
},
"stopId": "FR:50129:ZE:10HUI4:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 167,
"time": "1775547268"
},
"departure": {
"delay": 167,
"time": "1775547287"
},
"stopId": "FR:50129:ZE:10FDC1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 178,
"time": "1775547326"
},
"departure": {
"delay": 178,
"time": "1775547358"
},
"stopId": "FR:50129:ZE:10CTR3:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 167,
"time": "1775548727"
},
"stopId": "FR:50129:ZE:10ZAG2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 238,
"time": "1775547709"
},
"departure": {
"delay": 238,
"time": "1775547718"
},
"stopId": "FR:50129:ZE:10STA2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": -23,
"time": "1775546487"
},
"departure": {
"delay": -23,
"time": "1775546497"
},
"stopId": "FR:50129:ZE:10FJT1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 238,
"time": "1775548551"
},
"departure": {
"delay": 238,
"time": "1775548558"
},
"stopId": "FR:50129:ZE:10DAN2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": -31,
"time": "1775546566"
},
"departure": {
"delay": -31,
"time": "1775546609"
},
"stopId": "FR:50129:ZE:10MEN2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 230,
"time": "1775548295"
},
"departure": {
"delay": 230,
"time": "1775548310"
},
"stopId": "FR:50129:ZE:10EGL5:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 260,
"time": "1775548504"
},
"departure": {
"delay": 260,
"time": "1775548520"
},
"stopId": "FR:50129:ZE:10VIG2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 173,
"time": "1775548060"
},
"departure": {
"delay": 173,
"time": "1775548073"
},
"stopId": "FR:50129:ZE:10LEC2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 108,
"time": "1775546257"
},
"departure": {
"delay": 108,
"time": "1775546268"
},
"stopId": "FR:50129:ZE:10SAL1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 254,
"time": "1775547531"
},
"departure": {
"delay": 254,
"time": "1775547614"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 231,
"time": "1775546645"
},
"departure": {
"delay": 231,
"time": "1775547171"
},
"stopId": "FR:50129:ZE:10SHU3:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 182,
"time": "1775547441"
},
"departure": {
"delay": 182,
"time": "1775547482"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 63,
"time": "1775546332"
},
"departure": {
"delay": 63,
"time": "1775546343"
},
"stopId": "FR:50129:ZE:10SAD1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 252,
"time": "1775548195"
},
"departure": {
"delay": 252,
"time": "1775548212"
},
"stopId": "FR:50129:ZE:10SMT2:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 7,
"time": "1775546399"
},
"departure": {
"delay": 7,
"time": "1775546407"
},
"stopId": "FR:50129:ZE:10RED1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 218,
"time": "1775548468"
},
"departure": {
"delay": 218,
"time": "1775548478"
},
"stopId": "FR:50129:ZE:10CRB2:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 98,
"time": "1775546287"
},
"departure": {
"delay": 98,
"time": "1775546318"
},
"stopId": "FR:50129:ZE:10ROS1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 190,
"time": "1775547227"
},
"departure": {
"delay": 190,
"time": "1775547250"
},
"stopId": "FR:50129:ZE:10PHG2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 196,
"time": "1775547812"
},
"departure": {
"delay": 196,
"time": "1775547856"
},
"stopId": "FR:50129:ZE:10POL2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 226,
"time": "1775548228"
},
"departure": {
"delay": 226,
"time": "1775548246"
},
"stopId": "FR:50129:ZE:10VAB2:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 142,
"time": "1775546204"
},
"departure": {
"delay": 142,
"time": "1775546242"
},
"stopId": "FR:50129:ZE:10PFJ1:ATOUMOD035",
"stopSequence": 5
},
{
"departure": {
"delay": 87,
"time": "1775546007"
},
"stopId": "FR:50129:ZE:10DIG1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 177,
"time": "1775547396"
},
"departure": {
"delay": 177,
"time": "1775547417"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 228,
"time": "1775547997"
},
"departure": {
"delay": 228,
"time": "1775548008"
},
"stopId": "FR:50129:ZE:10LEB2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 39,
"time": "1775546362"
},
"departure": {
"delay": 39,
"time": "1775546379"
},
"stopId": "FR:50129:ZE:10VOL1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": -31,
"time": "1775546413"
},
"departure": {
"delay": -31,
"time": "1775546429"
},
"stopId": "FR:50129:ZE:10CIM1:ATOUMOD035",
"stopSequence": 11
}
],
"timestamp": "1775560078",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:05:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3748435x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx11227:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -8936,
"time": "1775560804"
},
"departure": {
"delay": -8936,
"time": "1775560804"
},
"stopId": "FR:76484:ZE:TCARxVOSGE1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": -8838,
"time": "1775560062"
},
"departure": {
"delay": -8838,
"time": "1775560062"
},
"stopId": "FR:76484:ZE:TCARxPLPAI1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": -9021,
"time": "1775561679"
},
"departure": {
"delay": -9021,
"time": "1775561679"
},
"stopId": "FR:76681:ZE:TCARxKERVI1:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": -8908,
"time": "1775560292"
},
"departure": {
"delay": -8908,
"time": "1775560292"
},
"stopId": "FR:76484:ZE:TCARxCIMOI1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -8960,
"time": "1775561140"
},
"departure": {
"delay": -8960,
"time": "1775561140"
},
"stopId": "FR:76575:ZE:TCARxNODIE1:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": -8955,
"time": "1775560665"
},
"departure": {
"delay": -8955,
"time": "1775560665"
},
"stopId": "FR:76484:ZE:TCARxCHARC1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": -8937,
"time": "1775561043"
},
"departure": {
"delay": -8937,
"time": "1775561043"
},
"stopId": "FR:76575:ZE:TCARxSLOGN1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": -8971,
"time": "1775561609"
},
"departure": {
"delay": -8971,
"time": "1775561609"
},
"stopId": "FR:76681:ZE:TCARxCHROU1:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": -8887,
"time": "1775559773"
},
"departure": {
"delay": -8887,
"time": "1775559773"
},
"stopId": "FR:76705:ZE:TCARxTOMAN2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -8955,
"time": "1775561205"
},
"departure": {
"delay": -8955,
"time": "1775561205"
},
"stopId": "FR:76575:ZE:TCARxLANGU1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": -8950,
"time": "1775561090"
},
"departure": {
"delay": -8950,
"time": "1775561090"
},
"stopId": "FR:76575:ZE:TCARxPNAVA1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": -8950,
"time": "1775560610"
},
"departure": {
"delay": -8950,
"time": "1775560610"
},
"stopId": "FR:76484:ZE:TCARxCIMJ21:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": -9015,
"time": "1775561805"
},
"departure": {
"delay": -9015,
"time": "1775561805"
},
"stopId": "FR:76681:ZE:TCARxADRET2:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": -8939,
"time": "1775560561"
},
"departure": {
"delay": -8939,
"time": "1775560561"
},
"stopId": "FR:76484:ZE:TCARxCOMPX1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": -8866,
"time": "1775559854"
},
"departure": {
"delay": -8866,
"time": "1775559854"
},
"stopId": "FR:76705:ZE:TCARxTOPAR2:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -8941,
"time": "1775560739"
},
"departure": {
"delay": -8941,
"time": "1775560739"
},
"stopId": "FR:76484:ZE:TCARxPLBEL1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": -8955,
"time": "1775560425"
},
"departure": {
"delay": -8955,
"time": "1775560425"
},
"stopId": "FR:76484:ZE:TCARxFERRE1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": -9015,
"time": "1775560905"
},
"departure": {
"delay": -9015,
"time": "1775560905"
},
"stopId": "FR:76575:ZE:TCARxCHAPL1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": -8892,
"time": "1775560368"
},
"departure": {
"delay": -8892,
"time": "1775560368"
},
"stopId": "FR:76484:ZE:TCARxBIBOI1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": -8955,
"time": "1775561445"
},
"departure": {
"delay": -8955,
"time": "1775561445"
},
"stopId": "FR:76575:ZE:TCARxCOQLI1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": -8945,
"time": "1775560495"
},
"departure": {
"delay": -8945,
"time": "1775560495"
},
"stopId": "FR:76484:ZE:TCARxPEZO21:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": -8941,
"time": "1775561579"
},
"departure": {
"delay": -8941,
"time": "1775561579"
},
"stopId": "FR:76575:ZE:TCARxSTYO21:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": -8945,
"time": "1775560855"
},
"departure": {
"delay": -8945,
"time": "1775560855"
},
"stopId": "FR:76484:ZE:TCARxCITEO1:ATOUMOD001",
"stopSequence": 17
},
{
"departure": {
"delay": -8940,
"time": "1775559720"
},
"stopId": "FR:76705:ZE:TCARxTOCEN:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": -8910,
"time": "1775560110"
},
"departure": {
"delay": -8910,
"time": "1775560110"
},
"stopId": "FR:76484:ZE:TCARxCFERR3:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": -8930,
"time": "1775559970"
},
"departure": {
"delay": -8930,
"time": "1775559970"
},
"stopId": "FR:76484:ZE:TCARxPOLOI0:ATOUMOD001",
"stopSequence": 4
}
],
"timestamp": "1775559256",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx03:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx11227:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2470841:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -3797,
"time": "1775560063"
},
"departure": {
"delay": -3797,
"time": "1775560063"
},
"stopId": "FR:27275:ZE:0x6225:ATOUMOD006",
"stopSequence": 5
},
{
"arrival": {
"delay": -7097,
"time": "1775560063"
},
"departure": {
"delay": -7097,
"time": "1775560063"
},
"stopId": "FR:27188:ZE:0x7264:ATOUMOD006",
"stopSequence": 35
},
{
"arrival": {
"delay": -6197,
"time": "1775560063"
},
"departure": {
"delay": -6197,
"time": "1775560063"
},
"stopId": "FR:27701:ZE:0x7126:ATOUMOD006",
"stopSequence": 28
},
{
"arrival": {
"delay": -5537,
"time": "1775560063"
},
"departure": {
"delay": -5537,
"time": "1775560063"
},
"stopId": "FR:27375:ZE:0x6504:ATOUMOD006",
"stopSequence": 21
},
{
"arrival": {
"delay": -4697,
"time": "1775560063"
},
"departure": {
"delay": -4697,
"time": "1775560063"
},
"stopId": "FR:27332:ZE:0x6234:ATOUMOD006",
"stopSequence": 13
},
{
"arrival": {
"delay": -3557,
"time": "1775560063"
},
"departure": {
"delay": -3557,
"time": "1775560063"
},
"stopId": "FR:27275:ZE:0x6194:ATOUMOD006",
"stopSequence": 3
},
{
"arrival": {
"delay": -3857,
"time": "1775560063"
},
"departure": {
"delay": -3857,
"time": "1775560063"
},
"stopId": "FR:27275:ZE:0x6220:ATOUMOD006",
"stopSequence": 7
},
{
"arrival": {
"delay": -94,
"time": "1775567126"
},
"departure": {
"delay": -94,
"time": "1775567126"
},
"stopId": "FR:27188:ZE:0x7198:ATOUMOD006",
"stopSequence": 36
},
{
"arrival": {
"delay": -6737,
"time": "1775560063"
},
"departure": {
"delay": -6737,
"time": "1775560063"
},
"stopId": "FR:27469:ZE:0x6633:ATOUMOD006",
"stopSequence": 30
},
{
"arrival": {
"delay": -4337,
"time": "1775560063"
},
"departure": {
"delay": -4337,
"time": "1775560063"
},
"stopId": "FR:27022:ZE:0x6976:ATOUMOD006",
"stopSequence": 11
},
{
"arrival": {
"delay": -5897,
"time": "1775560063"
},
"departure": {
"delay": -5897,
"time": "1775560063"
},
"stopId": "FR:27375:ZE:0x6442:ATOUMOD006",
"stopSequence": 25
},
{
"arrival": {
"delay": -6077,
"time": "1775560063"
},
"departure": {
"delay": -6077,
"time": "1775560063"
},
"stopId": "FR:27701:ZE:0x7100:ATOUMOD006",
"stopSequence": 27
},
{
"arrival": {
"delay": -5837,
"time": "1775560063"
},
"departure": {
"delay": -5837,
"time": "1775560063"
},
"stopId": "FR:27375:ZE:0x6388:ATOUMOD006",
"stopSequence": 24
},
{
"arrival": {
"delay": -6677,
"time": "1775560063"
},
"departure": {
"delay": -6677,
"time": "1775560063"
},
"stopId": "FR:27469:ZE:0x7188:ATOUMOD006",
"stopSequence": 29
},
{
"arrival": {
"delay": -5957,
"time": "1775560063"
},
"departure": {
"delay": -5957,
"time": "1775560063"
},
"stopId": "FR:27375:ZE:0x6406:ATOUMOD006",
"stopSequence": 26
},
{
"arrival": {
"delay": -3437,
"time": "1775560063"
},
"departure": {
"delay": -3437,
"time": "1775560063"
},
"stopId": "FR:27022:ZE:0x6979:ATOUMOD006",
"stopSequence": 2
},
{
"arrival": {
"delay": -116,
"time": "1775567344"
},
"departure": {
"delay": -116,
"time": "1775567344"
},
"stopId": "FR:27188:ZE:0x7175:ATOUMOD006",
"stopSequence": 38
},
{
"arrival": {
"delay": -5597,
"time": "1775560063"
},
"departure": {
"delay": -5597,
"time": "1775560063"
},
"stopId": "FR:27375:ZE:0x6528:ATOUMOD006",
"stopSequence": 22
},
{
"arrival": {
"delay": -5717,
"time": "1775560063"
},
"departure": {
"delay": -5717,
"time": "1775560063"
},
"stopId": "FR:27375:ZE:0x6380:ATOUMOD006",
"stopSequence": 23
},
{
"arrival": {
"delay": -3857,
"time": "1775560063"
},
"departure": {
"delay": -3857,
"time": "1775560063"
},
"stopId": "FR:27275:ZE:0x6223:ATOUMOD006",
"stopSequence": 6
},
{
"arrival": {
"delay": -260,
"time": "1775567980"
},
"departure": {
"delay": -260,
"time": "1775567980"
},
"stopId": "FR:76231:ZE:0x6172:ATOUMOD006",
"stopSequence": 41
},
{
"arrival": {
"delay": -5297,
"time": "1775560063"
},
"departure": {
"delay": -5297,
"time": "1775560063"
},
"stopId": "FR:27375:ZE:0x6449:ATOUMOD006",
"stopSequence": 19
},
{
"arrival": {
"delay": -4817,
"time": "1775560063"
},
"departure": {
"delay": -4817,
"time": "1775560063"
},
"stopId": "FR:27332:ZE:0x6252:ATOUMOD006",
"stopSequence": 14
},
{
"arrival": {
"delay": -191,
"time": "1775568349"
},
"departure": {
"delay": -191,
"time": "1775568349"
},
"stopId": "FR:76561:ZE:0x6786:ATOUMOD006",
"stopSequence": 42
},
{
"arrival": {
"delay": -205,
"time": "1775567675"
},
"departure": {
"delay": -205,
"time": "1775567675"
},
"stopId": "FR:76640:ZE:0x7159:ATOUMOD006",
"stopSequence": 40
},
{
"arrival": {
"delay": -5417,
"time": "1775560063"
},
"departure": {
"delay": -5417,
"time": "1775560063"
},
"stopId": "FR:27375:ZE:0x6440:ATOUMOD006",
"stopSequence": 20
},
{
"arrival": {
"delay": -6857,
"time": "1775560063"
},
"departure": {
"delay": -6857,
"time": "1775560063"
},
"stopId": "FR:27469:ZE:0x7268:ATOUMOD006",
"stopSequence": 33
},
{
"arrival": {
"delay": -6797,
"time": "1775560063"
},
"departure": {
"delay": -6797,
"time": "1775560063"
},
"stopId": "FR:27469:ZE:0x7266:ATOUMOD006",
"stopSequence": 31
},
{
"arrival": {
"delay": -3737,
"time": "1775560063"
},
"departure": {
"delay": -3737,
"time": "1775560063"
},
"stopId": "FR:27275:ZE:0x6233:ATOUMOD006",
"stopSequence": 4
},
{
"arrival": {
"delay": -5177,
"time": "1775560063"
},
"departure": {
"delay": -5177,
"time": "1775560063"
},
"stopId": "FR:27375:ZE:0x7186:ATOUMOD006",
"stopSequence": 16
},
{
"arrival": {
"delay": -5237,
"time": "1775560063"
},
"departure": {
"delay": -5237,
"time": "1775560063"
},
"stopId": "FR:27375:ZE:0x6503:ATOUMOD006",
"stopSequence": 17
},
{
"arrival": {
"delay": -3977,
"time": "1775560063"
},
"departure": {
"delay": -3977,
"time": "1775560063"
},
"stopId": "FR:27275:ZE:0x6198:ATOUMOD006",
"stopSequence": 8
},
{
"arrival": {
"delay": -121,
"time": "1775567219"
},
"departure": {
"delay": -121,
"time": "1775567219"
},
"stopId": "FR:27188:ZE:0x7176:ATOUMOD006",
"stopSequence": 37
},
{
"arrival": {
"delay": -4097,
"time": "1775560063"
},
"departure": {
"delay": -4097,
"time": "1775560063"
},
"stopId": "FR:27275:ZE:0x6201:ATOUMOD006",
"stopSequence": 9
},
{
"arrival": {
"delay": -126,
"time": "1775567454"
},
"departure": {
"delay": -126,
"time": "1775567454"
},
"stopId": "FR:27394:ZE:0x6604:ATOUMOD006",
"stopSequence": 39
},
{
"arrival": {
"delay": -225,
"time": "1775568795"
},
"stopId": "FR:76561:ZE:0x6790:ATOUMOD006",
"stopSequence": 43
},
{
"arrival": {
"delay": -6857,
"time": "1775560063"
},
"departure": {
"delay": -6857,
"time": "1775560063"
},
"stopId": "FR:27469:ZE:0x6647:ATOUMOD006",
"stopSequence": 32
},
{
"arrival": {
"delay": -6917,
"time": "1775560063"
},
"departure": {
"delay": -6917,
"time": "1775560063"
},
"stopId": "FR:27188:ZE:0x6142:ATOUMOD006",
"stopSequence": 34
},
{
"arrival": {
"delay": -5297,
"time": "1775560063"
},
"departure": {
"delay": -5297,
"time": "1775560063"
},
"stopId": "FR:27375:ZE:0x6403:ATOUMOD006",
"stopSequence": 18
},
{
"departure": {
"delay": -3437,
"time": "1775560063"
},
"stopId": "FR:27022:ZE:0x6991:ATOUMOD006",
"stopSequence": 1
},
{
"arrival": {
"delay": -4517,
"time": "1775560063"
},
"departure": {
"delay": -4517,
"time": "1775560063"
},
"stopId": "FR:27249:ZE:0x6184:ATOUMOD006",
"stopSequence": 12
},
{
"arrival": {
"delay": -4997,
"time": "1775560063"
},
"departure": {
"delay": -4997,
"time": "1775560063"
},
"stopId": "FR:27697:ZE:0x6735:ATOUMOD006",
"stopSequence": 15
}
],
"timestamp": "1775560063",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD006:Line:E1:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2470841:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3748602x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 195,
"time": "1775541635"
},
"departure": {
"delay": 195,
"time": "1775541675"
},
"stopId": "FR:50129:ZE:10HLU2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 137,
"time": "1775541222"
},
"departure": {
"delay": 137,
"time": "1775541257"
},
"stopId": "FR:50129:ZE:10HAM2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 122,
"time": "1775540997"
},
"departure": {
"delay": 122,
"time": "1775541002"
},
"stopId": "FR:50129:ZE:10CDL1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 121,
"time": "1775541337"
},
"departure": {
"delay": 121,
"time": "1775541361"
},
"stopId": "FR:50129:ZE:10HQU2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 85,
"time": "1775540828"
},
"departure": {
"delay": 85,
"time": "1775540905"
},
"stopId": "FR:50129:ZE:10BHC3:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 113,
"time": "1775542188"
},
"departure": {
"delay": 113,
"time": "1775542193"
},
"stopId": "FR:50129:ZE:10NMD2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 129,
"time": "1775542269"
},
"stopId": "FR:50129:ZE:10HxC2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 168,
"time": "1775541791"
},
"departure": {
"delay": 168,
"time": "1775541828"
},
"stopId": "FR:50129:ZE:10VER2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 81,
"time": "1775541015"
},
"departure": {
"delay": 81,
"time": "1775541021"
},
"stopId": "FR:50129:ZE:10BDB1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 9,
"time": "1775540747"
},
"departure": {
"delay": 9,
"time": "1775540769"
},
"stopId": "FR:50129:ZE:10LCA1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 25,
"time": "1775540636"
},
"departure": {
"delay": 25,
"time": "1775540665"
},
"stopId": "FR:50129:ZE:10THH3:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 130,
"time": "1775542270"
},
"departure": {
"delay": 130,
"time": "1775542270"
},
"stopId": "FR:50129:ZE:10BLE2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 192,
"time": "1775541947"
},
"departure": {
"delay": 192,
"time": "1775541972"
},
"stopId": "FR:50129:ZE:10CBL2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 62,
"time": "1775540441"
},
"departure": {
"delay": 62,
"time": "1775540522"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 85,
"time": "1775541116"
},
"departure": {
"delay": 85,
"time": "1775541145"
},
"stopId": "FR:50129:ZE:10GLA2:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 157,
"time": "1775541475"
},
"departure": {
"delay": 157,
"time": "1775541517"
},
"stopId": "FR:50129:ZE:10HTR2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 138,
"time": "1775541422"
},
"departure": {
"delay": 138,
"time": "1775541438"
},
"stopId": "FR:50129:ZE:10MEZ2:ATOUMOD035",
"stopSequence": 11
},
{
"departure": {
"delay": 43,
"time": "1775540383"
},
"stopId": "FR:50129:ZE:10SHU1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 173,
"time": "1775542005"
},
"departure": {
"delay": 173,
"time": "1775542013"
},
"stopId": "FR:50129:ZE:10ING2:ATOUMOD035",
"stopSequence": 16
}
],
"timestamp": "1775560073",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:07:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3748602x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745717x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 393,
"time": "1775543447"
},
"departure": {
"delay": 393,
"time": "1775543493"
},
"stopId": "FR:50129:ZE:10PAU2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 7,
"time": "1775541278"
},
"departure": {
"delay": 7,
"time": "1775541307"
},
"stopId": "FR:50129:ZE:10HPA4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 364,
"time": "1775542838"
},
"departure": {
"delay": 364,
"time": "1775542864"
},
"stopId": "FR:50129:ZE:10ANN2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 44,
"time": "1775540956"
},
"departure": {
"delay": 44,
"time": "1775540984"
},
"stopId": "FR:50129:ZE:10MED4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 359,
"time": "1775543145"
},
"departure": {
"delay": 359,
"time": "1775543159"
},
"stopId": "FR:50129:ZE:10PET2:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": -1,
"time": "1775541389"
},
"departure": {
"delay": -1,
"time": "1775541419"
},
"stopId": "FR:50129:ZE:10CRN2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 49,
"time": "1775541197"
},
"departure": {
"delay": 49,
"time": "1775541229"
},
"stopId": "FR:50129:ZE:10XCT4:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 382,
"time": "1775543782"
},
"stopId": "FR:50129:ZE:10AMF1:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 173,
"time": "1775541843"
},
"departure": {
"delay": 173,
"time": "1775541893"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 78,
"time": "1775540750"
},
"departure": {
"delay": 78,
"time": "1775540778"
},
"stopId": "FR:50129:ZE:10LPL2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 349,
"time": "1775542750"
},
"departure": {
"delay": 349,
"time": "1775542789"
},
"stopId": "FR:50129:ZE:10CMI2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 85,
"time": "1775540862"
},
"departure": {
"delay": 85,
"time": "1775540905"
},
"stopId": "FR:50129:ZE:10NOR6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 394,
"time": "1775543723"
},
"departure": {
"delay": 394,
"time": "1775543734"
},
"stopId": "FR:50129:ZE:10MES2:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 371,
"time": "1775542946"
},
"departure": {
"delay": 371,
"time": "1775542991"
},
"stopId": "FR:50129:ZE:10CAQ2:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 186,
"time": "1775542124"
},
"departure": {
"delay": 186,
"time": "1775542146"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 198,
"time": "1775542480"
},
"departure": {
"delay": 198,
"time": "1775542518"
},
"stopId": "FR:50129:ZE:10REP4:ATOUMOD035",
"stopSequence": 21
},
{
"departure": {
"delay": 90,
"time": "1775540610"
},
"stopId": "FR:50129:ZE:10ECT1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 409,
"time": "1775543608"
},
"departure": {
"delay": 409,
"time": "1775543629"
},
"stopId": "FR:50129:ZE:10HET2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 233,
"time": "1775542377"
},
"departure": {
"delay": 233,
"time": "1775542433"
},
"stopId": "FR:50129:ZE:10HDI4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 226,
"time": "1775542252"
},
"departure": {
"delay": 226,
"time": "1775542306"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 67,
"time": "1775540795"
},
"departure": {
"delay": 67,
"time": "1775540827"
},
"stopId": "FR:50129:ZE:10GDR2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 49,
"time": "1775541145"
},
"departure": {
"delay": 49,
"time": "1775541169"
},
"stopId": "FR:50129:ZE:10GRR2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 282,
"time": "1775542684"
},
"departure": {
"delay": 282,
"time": "1775542722"
},
"stopId": "FR:50129:ZE:10PAX2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 427,
"time": "1775543526"
},
"departure": {
"delay": 427,
"time": "1775543587"
},
"stopId": "FR:50129:ZE:10TLL2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 360,
"time": "1775543388"
},
"departure": {
"delay": 360,
"time": "1775543400"
},
"stopId": "FR:50129:ZE:10EPH1:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 197,
"time": "1775542169"
},
"departure": {
"delay": 197,
"time": "1775542217"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 83,
"time": "1775541045"
},
"departure": {
"delay": 83,
"time": "1775541083"
},
"stopId": "FR:50129:ZE:10BAG4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 220,
"time": "1775541952"
},
"departure": {
"delay": 220,
"time": "1775542000"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 338,
"time": "1775543215"
},
"departure": {
"delay": 338,
"time": "1775543258"
},
"stopId": "FR:50129:ZE:10DIX2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 248,
"time": "1775542595"
},
"departure": {
"delay": 248,
"time": "1775542628"
},
"stopId": "FR:50129:ZE:10TRA3:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 372,
"time": "1775543064"
},
"departure": {
"delay": 372,
"time": "1775543112"
},
"stopId": "FR:50129:ZE:10HME2:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 165,
"time": "1775541552"
},
"departure": {
"delay": 165,
"time": "1775541705"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 378,
"time": "1775543318"
},
"departure": {
"delay": 378,
"time": "1775543358"
},
"stopId": "FR:50129:ZE:10EPC2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 189,
"time": "1775542050"
},
"departure": {
"delay": 189,
"time": "1775542089"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 118,
"time": "1775540673"
},
"departure": {
"delay": 118,
"time": "1775540698"
},
"stopId": "FR:50129:ZE:10FLO2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 421,
"time": "1775543664"
},
"departure": {
"delay": 421,
"time": "1775543701"
},
"stopId": "FR:50129:ZE:10MOR2:ATOUMOD035",
"stopSequence": 35
}
],
"timestamp": "1775560079",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:02:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745717x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD005:ServiceJourney:883:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775575440"
},
"departure": {
"time": "1775575440"
},
"stopId": "FR:76217:ZE:18785:ATOUMOD005",
"stopSequence": 20
},
{
"arrival": {
"time": "1775574360"
},
"departure": {
"time": "1775574360"
},
"stopId": "FR:76217:ZE:18107:ATOUMOD005",
"stopSequence": 14
},
{
"arrival": {
"time": "1775573880"
},
"departure": {
"time": "1775573880"
},
"stopId": "FR:76217:ZE:18171:ATOUMOD005",
"stopSequence": 8
},
{
"arrival": {
"time": "1775576160"
},
"departure": {
"time": "1775576160"
},
"stopId": "FR:76217:ZE:18023:ATOUMOD005",
"stopSequence": 31
},
{
"arrival": {
"delay": 10,
"time": "1775575930"
},
"departure": {
"delay": 10,
"time": "1775575930"
},
"stopId": "FR:76217:ZE:18091:ATOUMOD005",
"stopSequence": 29
},
{
"arrival": {
"time": "1775574000"
},
"departure": {
"time": "1775574000"
},
"stopId": "FR:76217:ZE:18178:ATOUMOD005",
"stopSequence": 10
},
{
"arrival": {
"time": "1775575920"
},
"departure": {
"time": "1775575920"
},
"stopId": "FR:76217:ZE:18801:ATOUMOD005",
"stopSequence": 27
},
{
"arrival": {
"time": "1775575140"
},
"departure": {
"time": "1775575140"
},
"stopId": "FR:76217:ZE:18057:ATOUMOD005",
"stopSequence": 18
},
{
"arrival": {
"time": "1775575320"
},
"departure": {
"time": "1775575320"
},
"stopId": "FR:76217:ZE:18096:ATOUMOD005",
"stopSequence": 19
},
{
"arrival": {
"time": "1775576520"
},
"stopId": "FR:76217:ZE:18038:ATOUMOD005",
"stopSequence": 34
},
{
"arrival": {
"time": "1775574780"
},
"departure": {
"time": "1775574780"
},
"stopId": "FR:76217:ZE:18050:ATOUMOD005",
"stopSequence": 16
},
{
"arrival": {
"time": "1775573940"
},
"departure": {
"time": "1775573940"
},
"stopId": "FR:76217:ZE:18198:ATOUMOD005",
"stopSequence": 9
},
{
"arrival": {
"time": "1775574960"
},
"departure": {
"time": "1775574960"
},
"stopId": "FR:76217:ZE:18320:ATOUMOD005",
"stopSequence": 17
},
{
"arrival": {
"time": "1775574300"
},
"departure": {
"time": "1775574300"
},
"stopId": "FR:76217:ZE:18059:ATOUMOD005",
"stopSequence": 13
},
{
"arrival": {
"time": "1775575560"
},
"departure": {
"time": "1775575560"
},
"stopId": "FR:76217:ZE:18045:ATOUMOD005",
"stopSequence": 21
},
{
"arrival": {
"time": "1775573580"
},
"departure": {
"time": "1775573580"
},
"stopId": "FR:76217:ZE:18175:ATOUMOD005",
"stopSequence": 3
},
{
"arrival": {
"time": "1775575980"
},
"departure": {
"time": "1775575980"
},
"stopId": "FR:76217:ZE:18324:ATOUMOD005",
"stopSequence": 30
},
{
"arrival": {
"time": "1775575860"
},
"departure": {
"time": "1775575860"
},
"stopId": "FR:76217:ZE:18051:ATOUMOD005",
"stopSequence": 26
},
{
"arrival": {
"time": "1775574420"
},
"departure": {
"time": "1775574420"
},
"stopId": "FR:76217:ZE:18077:ATOUMOD005",
"stopSequence": 15
},
{
"arrival": {
"time": "1775573520"
},
"departure": {
"time": "1775573520"
},
"stopId": "FR:76217:ZE:18182:ATOUMOD005",
"stopSequence": 2
},
{
"arrival": {
"time": "1775573820"
},
"departure": {
"time": "1775573820"
},
"stopId": "FR:76217:ZE:18167:ATOUMOD005",
"stopSequence": 7
},
{
"arrival": {
"time": "1775575740"
},
"departure": {
"time": "1775575740"
},
"stopId": "FR:76217:ZE:18068:ATOUMOD005",
"stopSequence": 24
},
{
"departure": {
"time": "1775573400"
},
"stopId": "FR:76217:ZE:18282:ATOUMOD005",
"stopSequence": 1
},
{
"arrival": {
"time": "1775573700"
},
"departure": {
"time": "1775573700"
},
"stopId": "FR:76217:ZE:18185:ATOUMOD005",
"stopSequence": 5
},
{
"arrival": {
"delay": 5,
"time": "1775575925"
},
"departure": {
"delay": 5,
"time": "1775575925"
},
"stopId": "FR:76217:ZE:18442:ATOUMOD005",
"stopSequence": 28
},
{
"arrival": {
"time": "1775573760"
},
"departure": {
"time": "1775573760"
},
"stopId": "FR:76217:ZE:18187:ATOUMOD005",
"stopSequence": 6
},
{
"arrival": {
"delay": 5,
"time": "1775576345"
},
"departure": {
"delay": 5,
"time": "1775576345"
},
"stopId": "FR:76217:ZE:18102:ATOUMOD005",
"stopSequence": 33
},
{
"arrival": {
"time": "1775575800"
},
"departure": {
"time": "1775575800"
},
"stopId": "FR:76217:ZE:18092:ATOUMOD005",
"stopSequence": 25
},
{
"arrival": {
"time": "1775574240"
},
"departure": {
"time": "1775574240"
},
"stopId": "FR:76217:ZE:18027:ATOUMOD005",
"stopSequence": 12
},
{
"arrival": {
"time": "1775574180"
},
"departure": {
"time": "1775574180"
},
"stopId": "FR:76217:ZE:18133:ATOUMOD005",
"stopSequence": 11
},
{
"arrival": {
"time": "1775575680"
},
"departure": {
"time": "1775575680"
},
"stopId": "FR:76217:ZE:18021:ATOUMOD005",
"stopSequence": 23
},
{
"arrival": {
"time": "1775573640"
},
"departure": {
"time": "1775573640"
},
"stopId": "FR:76217:ZE:18206:ATOUMOD005",
"stopSequence": 4
},
{
"arrival": {
"time": "1775575620"
},
"departure": {
"time": "1775575620"
},
"stopId": "FR:76217:ZE:18074:ATOUMOD005",
"stopSequence": 22
},
{
"arrival": {
"time": "1775576340"
},
"departure": {
"time": "1775576340"
},
"stopId": "FR:76217:ZE:18321:ATOUMOD005",
"stopSequence": 32
}
],
"timestamp": "1775560081",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD005:Line:2:LOC",
"tripId": "ATOUMOD005:ServiceJourney:883:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3747899x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 56,
"time": "1775555230"
},
"departure": {
"delay": 56,
"time": "1775555276"
},
"stopId": "FR:50129:ZE:10CEN1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 29,
"time": "1775555059"
},
"departure": {
"delay": 29,
"time": "1775555069"
},
"stopId": "FR:50129:ZE:10REN1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 95,
"time": "1775553983"
},
"departure": {
"delay": 95,
"time": "1775554055"
},
"stopId": "FR:50129:ZE:10SHU1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 119,
"time": "1775554626"
},
"departure": {
"delay": 119,
"time": "1775554679"
},
"stopId": "FR:50129:ZE:10MTT1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 9,
"time": "1775555156"
},
"departure": {
"delay": 9,
"time": "1775555169"
},
"stopId": "FR:50129:ZE:10GNT1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 89,
"time": "1775554321"
},
"departure": {
"delay": 89,
"time": "1775554349"
},
"stopId": "FR:50129:ZE:10BOS1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 67,
"time": "1775554552"
},
"departure": {
"delay": 67,
"time": "1775554567"
},
"stopId": "FR:50129:ZE:10RUC1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 42,
"time": "1775555190"
},
"departure": {
"delay": 42,
"time": "1775555202"
},
"stopId": "FR:50129:ZE:10BOC1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 70,
"time": "1775555090"
},
"departure": {
"delay": 70,
"time": "1775555110"
},
"stopId": "FR:50129:ZE:10LOG1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 62,
"time": "1775555012"
},
"departure": {
"delay": 62,
"time": "1775555042"
},
"stopId": "FR:50129:ZE:10CUR1:ATOUMOD035",
"stopSequence": 17
},
{
"departure": {
"delay": 16,
"time": "1775553736"
},
"stopId": "FR:50129:ZE:10SHU2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 103,
"time": "1775554388"
},
"departure": {
"delay": 103,
"time": "1775554423"
},
"stopId": "FR:50129:ZE:10ODR1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 122,
"time": "1775554133"
},
"departure": {
"delay": 122,
"time": "1775554202"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 90,
"time": "1775554696"
},
"departure": {
"delay": 90,
"time": "1775554710"
},
"stopId": "FR:50129:ZE:10SEX1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 42,
"time": "1775554591"
},
"departure": {
"delay": 42,
"time": "1775554602"
},
"stopId": "FR:50129:ZE:10BSJ1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": -3,
"time": "1775555337"
},
"stopId": "FR:50129:ZE:10MXR1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 58,
"time": "1775554967"
},
"departure": {
"delay": 58,
"time": "1775554978"
},
"stopId": "FR:50129:ZE:10DEB1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 149,
"time": "1775554247"
},
"departure": {
"delay": 149,
"time": "1775554289"
},
"stopId": "FR:50129:ZE:10JAR1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 74,
"time": "1775554443"
},
"departure": {
"delay": 74,
"time": "1775554454"
},
"stopId": "FR:50129:ZE:10SRN1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 86,
"time": "1775554862"
},
"departure": {
"delay": 86,
"time": "1775554886"
},
"stopId": "FR:50129:ZE:10CSM1:ATOUMOD035",
"stopSequence": 15
}
],
"timestamp": "1775560073",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:04:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3747899x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746230x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775563860"
},
"departure": {
"time": "1775563860"
},
"stopId": "FR:50129:ZE:10EPH1:ATOUMOD035",
"stopSequence": 49
},
{
"arrival": {
"time": "1775562480"
},
"departure": {
"time": "1775562480"
},
"stopId": "FR:50129:ZE:10REP4:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"time": "1775560680"
},
"departure": {
"time": "1775560680"
},
"stopId": "FR:50129:ZE:10CVE2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"time": "1775563080"
},
"departure": {
"time": "1775563080"
},
"stopId": "FR:50129:ZE:10LON2:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"time": "1775560620"
},
"departure": {
"time": "1775560620"
},
"stopId": "FR:50129:ZE:10COS2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"time": "1775563500"
},
"departure": {
"time": "1775563500"
},
"stopId": "FR:50129:ZE:10CAR2:ATOUMOD035",
"stopSequence": 44
},
{
"arrival": {
"time": "1775562840"
},
"departure": {
"time": "1775562840"
},
"stopId": "FR:50129:ZE:10LAV2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"time": "1775562060"
},
"departure": {
"time": "1775562060"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"time": "1775563800"
},
"departure": {
"time": "1775563800"
},
"stopId": "FR:50129:ZE:10SFG2:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"time": "1775563200"
},
"departure": {
"time": "1775563200"
},
"stopId": "FR:50129:ZE:10PRE2:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"time": "1775560980"
},
"departure": {
"time": "1775560980"
},
"stopId": "FR:50129:ZE:10ART2:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"time": "1775561400"
},
"departure": {
"time": "1775561400"
},
"stopId": "FR:50129:ZE:10BHC2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"time": "1775563440"
},
"departure": {
"time": "1775563440"
},
"stopId": "FR:50129:ZE:10HOU2:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"time": "1775563740"
},
"departure": {
"time": "1775563740"
},
"stopId": "FR:50129:ZE:10COF2:ATOUMOD035",
"stopSequence": 47
},
{
"arrival": {
"time": "1775561940"
},
"departure": {
"time": "1775561940"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"time": "1775563020"
},
"departure": {
"time": "1775563020"
},
"stopId": "FR:50129:ZE:10ZOL2:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"time": "1775561460"
},
"departure": {
"time": "1775561460"
},
"stopId": "FR:50129:ZE:10LCP2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"time": "1775560500"
},
"departure": {
"time": "1775560500"
},
"stopId": "FR:50129:ZE:10JGO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"time": "1775563620"
},
"departure": {
"time": "1775563620"
},
"stopId": "FR:50129:ZE:10ALB2:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"time": "1775561160"
},
"departure": {
"time": "1775561160"
},
"stopId": "FR:50129:ZE:10BRO2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"time": "1775563560"
},
"departure": {
"time": "1775563560"
},
"stopId": "FR:50129:ZE:10SFN2:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"time": "1775562900"
},
"departure": {
"time": "1775562900"
},
"stopId": "FR:50129:ZE:10DUB2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"time": "1775561880"
},
"departure": {
"time": "1775561880"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"time": "1775560860"
},
"departure": {
"time": "1775560860"
},
"stopId": "FR:50129:ZE:10JEA2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"time": "1775562360"
},
"departure": {
"time": "1775562360"
},
"stopId": "FR:50129:ZE:10HDI4:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 1,
"time": "1775560681"
},
"departure": {
"delay": 1,
"time": "1775560681"
},
"stopId": "FR:50129:ZE:10RSX2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"time": "1775561700"
},
"departure": {
"time": "1775561700"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"time": "1775562600"
},
"departure": {
"time": "1775562600"
},
"stopId": "FR:50129:ZE:10HUI2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"time": "1775562780"
},
"departure": {
"time": "1775562780"
},
"stopId": "FR:50129:ZE:10AGO2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"time": "1775562240"
},
"departure": {
"time": "1775562240"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 1,
"time": "1775561161"
},
"departure": {
"delay": 1,
"time": "1775561161"
},
"stopId": "FR:50129:ZE:10LLM2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"time": "1775560920"
},
"departure": {
"time": "1775560920"
},
"stopId": "FR:50129:ZE:10ZPH2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"time": "1775560740"
},
"departure": {
"time": "1775560740"
},
"stopId": "FR:50129:ZE:10MGT2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"time": "1775562120"
},
"departure": {
"time": "1775562120"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"time": "1775561220"
},
"departure": {
"time": "1775561220"
},
"stopId": "FR:50129:ZE:10JMO2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"time": "1775560800"
},
"departure": {
"time": "1775560800"
},
"stopId": "FR:50129:ZE:10NOR4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"time": "1775563320"
},
"departure": {
"time": "1775563320"
},
"stopId": "FR:50129:ZE:10BON2:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"time": "1775561280"
},
"departure": {
"time": "1775561280"
},
"stopId": "FR:50129:ZE:10LUM2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"time": "1775561580"
},
"departure": {
"time": "1775561580"
},
"stopId": "FR:50129:ZE:10THH4:ATOUMOD035",
"stopSequence": 18
},
{
"departure": {
"time": "1775560440"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"time": "1775563140"
},
"departure": {
"time": "1775563140"
},
"stopId": "FR:50129:ZE:10BHE2:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"time": "1775563260"
},
"departure": {
"time": "1775563260"
},
"stopId": "FR:50129:ZE:10ARA2:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"delay": 1,
"time": "1775563141"
},
"departure": {
"delay": 1,
"time": "1775563141"
},
"stopId": "FR:50129:ZE:10CPL2:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"time": "1775563380"
},
"departure": {
"time": "1775563380"
},
"stopId": "FR:50129:ZE:10BRT2:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"time": "1775562720"
},
"departure": {
"time": "1775562720"
},
"stopId": "FR:50129:ZE:10HOM2:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"time": "1775562540"
},
"departure": {
"time": "1775562540"
},
"stopId": "FR:50129:ZE:10TRA6:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"time": "1775562660"
},
"departure": {
"time": "1775562660"
},
"stopId": "FR:50129:ZE:10BEL2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"time": "1775563920"
},
"stopId": "FR:50129:ZE:10MAX1:ATOUMOD035",
"stopSequence": 50
},
{
"arrival": {
"time": "1775562180"
},
"departure": {
"time": "1775562180"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 1,
"time": "1775560741"
},
"departure": {
"delay": 1,
"time": "1775560741"
},
"stopId": "FR:50129:ZE:10MYO2:ATOUMOD035",
"stopSequence": 7
}
],
"timestamp": "1775559956",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746230x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC596253:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 983,
"time": "1775561783"
},
"departure": {
"delay": 983,
"time": "1775561783"
},
"stopId": "FR:27229:ZE:0xJAU02:ATOUMOD004",
"stopSequence": 9
},
{
"arrival": {
"delay": 934,
"time": "1775561854"
},
"departure": {
"delay": 934,
"time": "1775561854"
},
"stopId": "FR:27229:ZE:0xHAP02:ATOUMOD004",
"stopSequence": 10
},
{
"arrival": {
"delay": 1043,
"time": "1775561723"
},
"departure": {
"delay": 1043,
"time": "1775561723"
},
"stopId": "FR:27229:ZE:0xPJJ02:ATOUMOD004",
"stopSequence": 8
},
{
"arrival": {
"delay": 1074,
"time": "1775561634"
},
"departure": {
"delay": 1074,
"time": "1775561634"
},
"stopId": "FR:27229:ZE:0xJAU01:ATOUMOD004",
"stopSequence": 6
},
{
"arrival": {
"delay": 1050,
"time": "1775561550"
},
"departure": {
"delay": 1050,
"time": "1775561550"
},
"stopId": "FR:27229:ZE:0xHUG01:ATOUMOD004",
"stopSequence": 4
},
{
"arrival": {
"delay": 1044,
"time": "1775561484"
},
"departure": {
"delay": 1044,
"time": "1775561484"
},
"stopId": "FR:27229:ZE:0xHUE01:ATOUMOD004",
"stopSequence": 3
},
{
"arrival": {
"delay": 1014,
"time": "1775561694"
},
"departure": {
"delay": 1014,
"time": "1775561694"
},
"stopId": "FR:27229:ZE:0xGAR05:ATOUMOD004",
"stopSequence": 7
},
{
"arrival": {
"delay": 1044,
"time": "1775561424"
},
"departure": {
"delay": 1044,
"time": "1775561424"
},
"stopId": "FR:27229:ZE:0xBEL01:ATOUMOD004",
"stopSequence": 2
},
{
"arrival": {
"delay": 1099,
"time": "1775561599"
},
"departure": {
"delay": 1099,
"time": "1775561599"
},
"stopId": "FR:27229:ZE:0xPNA01:ATOUMOD004",
"stopSequence": 5
},
{
"arrival": {
"delay": 874,
"time": "1775561974"
},
"stopId": "FR:27229:ZE:0xHOT01:ATOUMOD004",
"stopSequence": 11
},
{
"departure": {
"delay": 1074,
"time": "1775561274"
},
"stopId": "FR:27229:ZE:0xCOR01:ATOUMOD004",
"stopSequence": 1
}
],
"timestamp": "1775560081",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD004:Line:T9:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC596253:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx8036:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1775557740"
},
"stopId": "FR:76540:ZE:TCARxMCURIE:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 106,
"time": "1775559286"
},
"departure": {
"delay": 106,
"time": "1775559286"
},
"stopId": "FR:76498:ZE:TCARxNOVET1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 32,
"time": "1775557772"
},
"departure": {
"delay": 32,
"time": "1775557772"
},
"stopId": "FR:76540:ZE:TCARxSANTE1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 97,
"time": "1775559397"
},
"departure": {
"delay": 97,
"time": "1775559397"
},
"stopId": "FR:76498:ZE:TCARxDIOCT1:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 62,
"time": "1775557876"
},
"departure": {
"delay": 62,
"time": "1775557922"
},
"stopId": "FR:76540:ZE:TCARxCHRUT1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 5,
"time": "1775560025"
},
"stopId": "FR:76575:ZE:TCARxTECHN5:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 43,
"time": "1775558548"
},
"departure": {
"delay": 43,
"time": "1775558623"
},
"stopId": "FR:76540:ZE:TCARxCAUCT1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 127,
"time": "1775558922"
},
"departure": {
"delay": 127,
"time": "1775558947"
},
"stopId": "FR:76540:ZE:TCARxORLET1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 36,
"time": "1775559876"
},
"departure": {
"delay": 36,
"time": "1775559876"
},
"stopId": "FR:76575:ZE:TCARxSANSU1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": -13,
"time": "1775558422"
},
"departure": {
"delay": -13,
"time": "1775558447"
},
"stopId": "FR:76540:ZE:TCARxGARET1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -8,
"time": "1775559733"
},
"departure": {
"delay": -8,
"time": "1775559772"
},
"stopId": "FR:76497:ZE:TCARxZENIT4:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 94,
"time": "1775559514"
},
"departure": {
"delay": 94,
"time": "1775559514"
},
"stopId": "FR:76322:ZE:TCARxCBRUT1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 103,
"time": "1775557998"
},
"departure": {
"delay": 103,
"time": "1775558023"
},
"stopId": "FR:76540:ZE:TCARxHILAI1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 7,
"time": "1775558324"
},
"departure": {
"delay": 7,
"time": "1775558347"
},
"stopId": "FR:76540:ZE:TCARxBEAUT1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 62,
"time": "1775558798"
},
"departure": {
"delay": 62,
"time": "1775558822"
},
"stopId": "FR:76540:ZE:TCARxBELGE3:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 144,
"time": "1775559024"
},
"departure": {
"delay": 144,
"time": "1775559024"
},
"stopId": "FR:76540:ZE:TCARxCAFT1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": -33,
"time": "1775558173"
},
"departure": {
"delay": -33,
"time": "1775558247"
},
"stopId": "FR:76540:ZE:TCARxBOU8:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 98,
"time": "1775559098"
},
"departure": {
"delay": 98,
"time": "1775559098"
},
"stopId": "FR:76540:ZE:TCARxLOPOT1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 60,
"time": "1775558100"
},
"departure": {
"delay": 60,
"time": "1775558100"
},
"stopId": "FR:76540:ZE:TCARxTMARV1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 93,
"time": "1775559633"
},
"departure": {
"delay": 93,
"time": "1775559633"
},
"stopId": "FR:76322:ZE:TCARxSANDT1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 152,
"time": "1775559572"
},
"departure": {
"delay": 152,
"time": "1775559572"
},
"stopId": "FR:76322:ZE:TCARxSTENT1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 84,
"time": "1775558724"
},
"departure": {
"delay": 84,
"time": "1775558724"
},
"stopId": "FR:76540:ZE:TCARxVXMAR1:ATOUMOD001",
"stopSequence": 10
}
],
"timestamp": "1775557457",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx94:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx8036:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx7051:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 135,
"time": "1775558775"
},
"stopId": "FR:76451:ZE:TCARxMTMAL1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 281,
"time": "1775560121"
},
"departure": {
"delay": 281,
"time": "1775560121"
},
"stopId": "FR:76540:ZE:TCARxREPUB1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 193,
"time": "1775559509"
},
"departure": {
"delay": 193,
"time": "1775559553"
},
"stopId": "FR:76540:ZE:TCARxRIBOU1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 340,
"time": "1775559351"
},
"departure": {
"delay": 340,
"time": "1775559400"
},
"stopId": "FR:76540:ZE:TCARxFDVAL1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 281,
"time": "1775559930"
},
"departure": {
"delay": 281,
"time": "1775560001"
},
"stopId": "FR:76540:ZE:TCARxTARTT1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 257,
"time": "1775560217"
},
"departure": {
"delay": 257,
"time": "1775560217"
},
"stopId": "FR:76540:ZE:TCARxPMARC1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 265,
"time": "1775558951"
},
"departure": {
"delay": 265,
"time": "1775559025"
},
"stopId": "FR:76451:ZE:TCARxCBLBE1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 270,
"time": "1775560050"
},
"departure": {
"delay": 270,
"time": "1775560050"
},
"stopId": "FR:76540:ZE:TCARxCATHE1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 231,
"time": "1775559831"
},
"departure": {
"delay": 231,
"time": "1775559831"
},
"stopId": "FR:76540:ZE:TCARxBELGE1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 151,
"time": "1775558851"
},
"departure": {
"delay": 151,
"time": "1775558851"
},
"stopId": "FR:76451:ZE:TCARxCOQUE1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 281,
"time": "1775560301"
},
"departure": {
"delay": 281,
"time": "1775560301"
},
"stopId": "FR:76540:ZE:TCARxMARTT1:ATOUMOD001",
"stopSequence": 14
}
],
"timestamp": "1775558777",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx91:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx7051:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745200x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 4,
"time": "1775540058"
},
"departure": {
"delay": 4,
"time": "1775540104"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 56,
"time": "1775538916"
},
"departure": {
"delay": 56,
"time": "1775538956"
},
"stopId": "FR:50129:ZE:10OYG2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 82,
"time": "1775539307"
},
"departure": {
"delay": 82,
"time": "1775539342"
},
"stopId": "FR:50129:ZE:10RTU2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 38,
"time": "1775539558"
},
"departure": {
"delay": 38,
"time": "1775539598"
},
"stopId": "FR:50129:ZE:10CRC4:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 28,
"time": "1775539837"
},
"departure": {
"delay": 28,
"time": "1775539888"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 7,
"time": "1775540168"
},
"departure": {
"delay": 7,
"time": "1775540227"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 43,
"time": "1775539673"
},
"departure": {
"delay": 43,
"time": "1775539723"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 51,
"time": "1775538857"
},
"departure": {
"delay": 51,
"time": "1775538891"
},
"stopId": "FR:50129:ZE:10EGL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 87,
"time": "1775539057"
},
"departure": {
"delay": 87,
"time": "1775539107"
},
"stopId": "FR:50129:ZE:10ANJ6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 8,
"time": "1775539763"
},
"departure": {
"delay": 8,
"time": "1775539808"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 83,
"time": "1775539231"
},
"departure": {
"delay": 83,
"time": "1775539283"
},
"stopId": "FR:50129:ZE:10BRA4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 44,
"time": "1775539383"
},
"departure": {
"delay": 44,
"time": "1775539424"
},
"stopId": "FR:50129:ZE:10PFO2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 91,
"time": "1775539138"
},
"departure": {
"delay": 91,
"time": "1775539171"
},
"stopId": "FR:50129:ZE:10BQR2:ATOUMOD035",
"stopSequence": 7
},
{
"departure": {
"delay": 79,
"time": "1775538679"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 55,
"time": "1775538802"
},
"departure": {
"delay": 55,
"time": "1775538835"
},
"stopId": "FR:50129:ZE:10AMO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 70,
"time": "1775538982"
},
"departure": {
"delay": 70,
"time": "1775539030"
},
"stopId": "FR:50129:ZE:10PRV2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 44,
"time": "1775539980"
},
"departure": {
"delay": 44,
"time": "1775540024"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": -35,
"time": "1775540305"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 15,
"time": "1775539918"
},
"departure": {
"delay": 15,
"time": "1775539935"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 7,
"time": "1775539457"
},
"departure": {
"delay": 7,
"time": "1775539507"
},
"stopId": "FR:50129:ZE:10FOR4:ATOUMOD035",
"stopSequence": 11
}
],
"timestamp": "1775560079",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1A:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745200x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD005:ServiceJourney:1075:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775583300"
},
"departure": {
"time": "1775583300"
},
"stopId": "FR:76217:ZE:18077:ATOUMOD005",
"stopSequence": 15
},
{
"arrival": {
"time": "1775584140"
},
"departure": {
"time": "1775584140"
},
"stopId": "FR:76217:ZE:18074:ATOUMOD005",
"stopSequence": 22
},
{
"arrival": {
"time": "1775582520"
},
"departure": {
"time": "1775582520"
},
"stopId": "FR:76217:ZE:18175:ATOUMOD005",
"stopSequence": 3
},
{
"arrival": {
"time": "1775582820"
},
"departure": {
"time": "1775582820"
},
"stopId": "FR:76217:ZE:18198:ATOUMOD005",
"stopSequence": 9
},
{
"arrival": {
"time": "1775583060"
},
"departure": {
"time": "1775583060"
},
"stopId": "FR:76217:ZE:18133:ATOUMOD005",
"stopSequence": 11
},
{
"arrival": {
"time": "1775582580"
},
"departure": {
"time": "1775582580"
},
"stopId": "FR:76217:ZE:18206:ATOUMOD005",
"stopSequence": 4
},
{
"arrival": {
"delay": 5,
"time": "1775582585"
},
"departure": {
"delay": 5,
"time": "1775582585"
},
"stopId": "FR:76217:ZE:18185:ATOUMOD005",
"stopSequence": 5
},
{
"arrival": {
"time": "1775584200"
},
"departure": {
"time": "1775584200"
},
"stopId": "FR:76217:ZE:18068:ATOUMOD005",
"stopSequence": 24
},
{
"arrival": {
"time": "1775584740"
},
"departure": {
"time": "1775584740"
},
"stopId": "FR:76217:ZE:18321:ATOUMOD005",
"stopSequence": 32
},
{
"arrival": {
"time": "1775584020"
},
"departure": {
"time": "1775584020"
},
"stopId": "FR:76217:ZE:18096:ATOUMOD005",
"stopSequence": 19
},
{
"arrival": {
"time": "1775583780"
},
"departure": {
"time": "1775583780"
},
"stopId": "FR:76217:ZE:18320:ATOUMOD005",
"stopSequence": 17
},
{
"arrival": {
"delay": 10,
"time": "1775584390"
},
"departure": {
"delay": 10,
"time": "1775584390"
},
"stopId": "FR:76217:ZE:18091:ATOUMOD005",
"stopSequence": 29
},
{
"arrival": {
"time": "1775584440"
},
"departure": {
"time": "1775584440"
},
"stopId": "FR:76217:ZE:18324:ATOUMOD005",
"stopSequence": 30
},
{
"arrival": {
"time": "1775584560"
},
"departure": {
"time": "1775584560"
},
"stopId": "FR:76217:ZE:18023:ATOUMOD005",
"stopSequence": 31
},
{
"arrival": {
"time": "1775584380"
},
"departure": {
"time": "1775584380"
},
"stopId": "FR:76217:ZE:18801:ATOUMOD005",
"stopSequence": 27
},
{
"arrival": {
"time": "1775583120"
},
"departure": {
"time": "1775583120"
},
"stopId": "FR:76217:ZE:18027:ATOUMOD005",
"stopSequence": 12
},
{
"arrival": {
"time": "1775583600"
},
"departure": {
"time": "1775583600"
},
"stopId": "FR:76217:ZE:18050:ATOUMOD005",
"stopSequence": 16
},
{
"departure": {
"time": "1775582400"
},
"stopId": "FR:76217:ZE:18282:ATOUMOD005",
"stopSequence": 1
},
{
"arrival": {
"time": "1775582760"
},
"departure": {
"time": "1775582760"
},
"stopId": "FR:76217:ZE:18171:ATOUMOD005",
"stopSequence": 8
},
{
"arrival": {
"delay": 5,
"time": "1775584745"
},
"departure": {
"delay": 5,
"time": "1775584745"
},
"stopId": "FR:76217:ZE:18102:ATOUMOD005",
"stopSequence": 33
},
{
"arrival": {
"time": "1775584320"
},
"departure": {
"time": "1775584320"
},
"stopId": "FR:76217:ZE:18051:ATOUMOD005",
"stopSequence": 26
},
{
"arrival": {
"time": "1775583240"
},
"departure": {
"time": "1775583240"
},
"stopId": "FR:76217:ZE:18107:ATOUMOD005",
"stopSequence": 14
},
{
"arrival": {
"time": "1775583900"
},
"departure": {
"time": "1775583900"
},
"stopId": "FR:76217:ZE:18057:ATOUMOD005",
"stopSequence": 18
},
{
"arrival": {
"time": "1775582880"
},
"departure": {
"time": "1775582880"
},
"stopId": "FR:76217:ZE:18178:ATOUMOD005",
"stopSequence": 10
},
{
"arrival": {
"time": "1775582700"
},
"departure": {
"time": "1775582700"
},
"stopId": "FR:76217:ZE:18167:ATOUMOD005",
"stopSequence": 7
},
{
"arrival": {
"time": "1775582640"
},
"departure": {
"time": "1775582640"
},
"stopId": "FR:76217:ZE:18187:ATOUMOD005",
"stopSequence": 6
},
{
"arrival": {
"time": "1775584920"
},
"stopId": "FR:76217:ZE:18038:ATOUMOD005",
"stopSequence": 34
},
{
"arrival": {
"delay": 5,
"time": "1775584145"
},
"departure": {
"delay": 5,
"time": "1775584145"
},
"stopId": "FR:76217:ZE:18021:ATOUMOD005",
"stopSequence": 23
},
{
"arrival": {
"time": "1775583180"
},
"departure": {
"time": "1775583180"
},
"stopId": "FR:76217:ZE:18059:ATOUMOD005",
"stopSequence": 13
},
{
"arrival": {
"delay": 5,
"time": "1775584085"
},
"departure": {
"delay": 5,
"time": "1775584085"
},
"stopId": "FR:76217:ZE:18045:ATOUMOD005",
"stopSequence": 21
},
{
"arrival": {
"time": "1775584260"
},
"departure": {
"time": "1775584260"
},
"stopId": "FR:76217:ZE:18092:ATOUMOD005",
"stopSequence": 25
},
{
"arrival": {
"delay": 5,
"time": "1775584385"
},
"departure": {
"delay": 5,
"time": "1775584385"
},
"stopId": "FR:76217:ZE:18442:ATOUMOD005",
"stopSequence": 28
},
{
"arrival": {
"time": "1775584080"
},
"departure": {
"time": "1775584080"
},
"stopId": "FR:76217:ZE:18785:ATOUMOD005",
"stopSequence": 20
},
{
"arrival": {
"time": "1775582460"
},
"departure": {
"time": "1775582460"
},
"stopId": "FR:76217:ZE:18182:ATOUMOD005",
"stopSequence": 2
}
],
"timestamp": "1775560052",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD005:Line:2:LOC",
"tripId": "ATOUMOD005:ServiceJourney:1075:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746135x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 41,
"time": "1775535268"
},
"departure": {
"delay": 41,
"time": "1775535281"
},
"stopId": "FR:50129:ZE:10HOM1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": -48,
"time": "1775534641"
},
"departure": {
"delay": -48,
"time": "1775534652"
},
"stopId": "FR:50129:ZE:10ARA1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": -44,
"time": "1775534685"
},
"departure": {
"delay": -44,
"time": "1775534716"
},
"stopId": "FR:50129:ZE:10PRE1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"time": "1775534802"
},
"departure": {
"time": "1775534820"
},
"stopId": "FR:50129:ZE:10BHE1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 4,
"time": "1775536731"
},
"departure": {
"delay": 4,
"time": "1775536744"
},
"stopId": "FR:50129:ZE:10BRO1:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"delay": 52,
"time": "1775535966"
},
"departure": {
"delay": 52,
"time": "1775536012"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": -14,
"time": "1775536999"
},
"departure": {
"delay": -14,
"time": "1775537026"
},
"stopId": "FR:50129:ZE:10NOR3:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"delay": -1,
"time": "1775534917"
},
"departure": {
"delay": -1,
"time": "1775534939"
},
"stopId": "FR:50129:ZE:10ZOL1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 59,
"time": "1775535495"
},
"departure": {
"delay": 59,
"time": "1775535539"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 13,
"time": "1775534395"
},
"departure": {
"delay": 13,
"time": "1775534413"
},
"stopId": "FR:50129:ZE:10SFN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 36,
"time": "1775535845"
},
"departure": {
"delay": 36,
"time": "1775535876"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 30,
"time": "1775536631"
},
"departure": {
"delay": 30,
"time": "1775536650"
},
"stopId": "FR:50129:ZE:10JMO1:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": -10,
"time": "1775534558"
},
"departure": {
"delay": -10,
"time": "1775534570"
},
"stopId": "FR:50129:ZE:10BRT1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 30,
"time": "1775536067"
},
"departure": {
"delay": 30,
"time": "1775536110"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 90,
"time": "1775536311"
},
"departure": {
"delay": 90,
"time": "1775536350"
},
"stopId": "FR:50129:ZE:10THH3:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": -21,
"time": "1775536946"
},
"departure": {
"delay": -21,
"time": "1775536959"
},
"stopId": "FR:50129:ZE:10JEA1:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": -10,
"time": "1775536596"
},
"departure": {
"delay": -10,
"time": "1775536610"
},
"stopId": "FR:50129:ZE:10LUM1:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 27,
"time": "1775534347"
},
"departure": {
"delay": 27,
"time": "1775534367"
},
"stopId": "FR:50129:ZE:10ALB1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 36,
"time": "1775536440"
},
"departure": {
"delay": 36,
"time": "1775536476"
},
"stopId": "FR:50129:ZE:10LCA1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 66,
"time": "1775535475"
},
"departure": {
"delay": 66,
"time": "1775535486"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 65,
"time": "1775535223"
},
"departure": {
"delay": 65,
"time": "1775535245"
},
"stopId": "FR:50129:ZE:10AGO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 17,
"time": "1775534581"
},
"departure": {
"delay": 17,
"time": "1775534597"
},
"stopId": "FR:50129:ZE:10BON1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 19,
"time": "1775534467"
},
"departure": {
"delay": 19,
"time": "1775534479"
},
"stopId": "FR:50129:ZE:10CAR1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": -15,
"time": "1775534850"
},
"departure": {
"delay": -15,
"time": "1775534865"
},
"stopId": "FR:50129:ZE:10LON1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 24,
"time": "1775536185"
},
"departure": {
"delay": 24,
"time": "1775536224"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": -24,
"time": "1775537041"
},
"departure": {
"delay": -24,
"time": "1775537076"
},
"stopId": "FR:50129:ZE:10MYO1:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": -39,
"time": "1775534751"
},
"departure": {
"delay": -39,
"time": "1775534781"
},
"stopId": "FR:50129:ZE:10CPL1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 56,
"time": "1775534260"
},
"departure": {
"delay": 56,
"time": "1775534276"
},
"stopId": "FR:50129:ZE:10COF1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 30,
"time": "1775535778"
},
"departure": {
"delay": 30,
"time": "1775535810"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 2,
"time": "1775536847"
},
"departure": {
"delay": 2,
"time": "1775536862"
},
"stopId": "FR:50129:ZE:10ART1:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": 68,
"time": "1775535605"
},
"departure": {
"delay": 68,
"time": "1775535668"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 43,
"time": "1775536511"
},
"departure": {
"delay": 43,
"time": "1775536543"
},
"stopId": "FR:50129:ZE:10BHC3:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 79,
"time": "1775535009"
},
"departure": {
"delay": 79,
"time": "1775535139"
},
"stopId": "FR:50129:ZE:10DUB1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": -39,
"time": "1775537301"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"delay": 14,
"time": "1775535706"
},
"departure": {
"delay": 14,
"time": "1775535734"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 22,
"time": "1775537090"
},
"departure": {
"delay": 22,
"time": "1775537122"
},
"stopId": "FR:50129:ZE:10MGT1:ATOUMOD035",
"stopSequence": 44
},
{
"arrival": {
"delay": 37,
"time": "1775535916"
},
"departure": {
"delay": 37,
"time": "1775535937"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 50,
"time": "1775535335"
},
"departure": {
"delay": 50,
"time": "1775535350"
},
"stopId": "FR:50129:ZE:10BEL1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 28,
"time": "1775536671"
},
"departure": {
"delay": 28,
"time": "1775536708"
},
"stopId": "FR:50129:ZE:10LLM1:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 24,
"time": "1775537171"
},
"departure": {
"delay": 24,
"time": "1775537184"
},
"stopId": "FR:50129:ZE:10CVE1:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"delay": 82,
"time": "1775534235"
},
"departure": {
"delay": 82,
"time": "1775534242"
},
"stopId": "FR:50129:ZE:10SFG1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": -11,
"time": "1775537138"
},
"departure": {
"delay": -11,
"time": "1775537149"
},
"stopId": "FR:50129:ZE:10RSX1:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"delay": 7,
"time": "1775534492"
},
"departure": {
"delay": 7,
"time": "1775534527"
},
"stopId": "FR:50129:ZE:10HOU1:ATOUMOD035",
"stopSequence": 7
},
{
"departure": {
"delay": 52,
"time": "1775534212"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 77,
"time": "1775535405"
},
"departure": {
"delay": 77,
"time": "1775535437"
},
"stopId": "FR:50129:ZE:10HUI1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": -7,
"time": "1775536877"
},
"departure": {
"delay": -7,
"time": "1775536913"
},
"stopId": "FR:50129:ZE:10ZPH1:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"delay": 11,
"time": "1775537201"
},
"departure": {
"delay": 11,
"time": "1775537231"
},
"stopId": "FR:50129:ZE:10COS1:ATOUMOD035",
"stopSequence": 47
},
{
"arrival": {
"delay": 67,
"time": "1775535171"
},
"departure": {
"delay": 67,
"time": "1775535187"
},
"stopId": "FR:50129:ZE:10LAV1:ATOUMOD035",
"stopSequence": 17
}
],
"timestamp": "1775560079",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746135x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746136x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 176,
"time": "1775536545"
},
"departure": {
"delay": 176,
"time": "1775536556"
},
"stopId": "FR:50129:ZE:10BON1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 123,
"time": "1775536076"
},
"departure": {
"delay": 123,
"time": "1775536083"
},
"stopId": "FR:50129:ZE:10SFG1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 14,
"time": "1775538883"
},
"departure": {
"delay": 14,
"time": "1775538914"
},
"stopId": "FR:50129:ZE:10NOR3:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"delay": 176,
"time": "1775537254"
},
"departure": {
"delay": 176,
"time": "1775537276"
},
"stopId": "FR:50129:ZE:10BEL1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 160,
"time": "1775536489"
},
"departure": {
"delay": 160,
"time": "1775536540"
},
"stopId": "FR:50129:ZE:10BRT1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 57,
"time": "1775538745"
},
"departure": {
"delay": 57,
"time": "1775538777"
},
"stopId": "FR:50129:ZE:10ART1:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": 16,
"time": "1775538961"
},
"departure": {
"delay": 16,
"time": "1775538976"
},
"stopId": "FR:50129:ZE:10MGT1:ATOUMOD035",
"stopSequence": 44
},
{
"arrival": {
"delay": 142,
"time": "1775536121"
},
"departure": {
"delay": 142,
"time": "1775536162"
},
"stopId": "FR:50129:ZE:10COF1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 37,
"time": "1775539025"
},
"departure": {
"delay": 37,
"time": "1775539057"
},
"stopId": "FR:50129:ZE:10CVE1:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"delay": 183,
"time": "1775537542"
},
"departure": {
"delay": 183,
"time": "1775537583"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 144,
"time": "1775537623"
},
"departure": {
"delay": 144,
"time": "1775537664"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 142,
"time": "1775537693"
},
"departure": {
"delay": 142,
"time": "1775537722"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 109,
"time": "1775538433"
},
"departure": {
"delay": 109,
"time": "1775538469"
},
"stopId": "FR:50129:ZE:10BHC3:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 164,
"time": "1775536740"
},
"departure": {
"delay": 164,
"time": "1775536784"
},
"stopId": "FR:50129:ZE:10BHE1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": -14,
"time": "1775538992"
},
"departure": {
"delay": -14,
"time": "1775539006"
},
"stopId": "FR:50129:ZE:10RSX1:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"delay": 129,
"time": "1775537951"
},
"departure": {
"delay": 129,
"time": "1775538009"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 147,
"time": "1775537815"
},
"departure": {
"delay": 147,
"time": "1775537847"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 135,
"time": "1775536382"
},
"departure": {
"delay": 135,
"time": "1775536395"
},
"stopId": "FR:50129:ZE:10CAR1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 160,
"time": "1775538384"
},
"departure": {
"delay": 160,
"time": "1775538400"
},
"stopId": "FR:50129:ZE:10LCA1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 121,
"time": "1775536273"
},
"departure": {
"delay": 121,
"time": "1775536321"
},
"stopId": "FR:50129:ZE:10SFN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 77,
"time": "1775538541"
},
"departure": {
"delay": 77,
"time": "1775538557"
},
"stopId": "FR:50129:ZE:10JMO1:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": -45,
"time": "1775539155"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"delay": -4,
"time": "1775538928"
},
"departure": {
"delay": -4,
"time": "1775538956"
},
"stopId": "FR:50129:ZE:10MYO1:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": 188,
"time": "1775537008"
},
"departure": {
"delay": 188,
"time": "1775537048"
},
"stopId": "FR:50129:ZE:10DUB1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 231,
"time": "1775537421"
},
"departure": {
"delay": 231,
"time": "1775537451"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 138,
"time": "1775537753"
},
"departure": {
"delay": 138,
"time": "1775537778"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 173,
"time": "1775538258"
},
"departure": {
"delay": 173,
"time": "1775538293"
},
"stopId": "FR:50129:ZE:10THH3:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 7,
"time": "1775539078"
},
"departure": {
"delay": 7,
"time": "1775539087"
},
"stopId": "FR:50129:ZE:10COS1:ATOUMOD035",
"stopSequence": 47
},
{
"arrival": {
"delay": 190,
"time": "1775537152"
},
"departure": {
"delay": 190,
"time": "1775537170"
},
"stopId": "FR:50129:ZE:10AGO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 69,
"time": "1775538621"
},
"departure": {
"delay": 69,
"time": "1775538669"
},
"stopId": "FR:50129:ZE:10BRO1:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"delay": 141,
"time": "1775536421"
},
"departure": {
"delay": 141,
"time": "1775536461"
},
"stopId": "FR:50129:ZE:10HOU1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 176,
"time": "1775536901"
},
"departure": {
"delay": 176,
"time": "1775536916"
},
"stopId": "FR:50129:ZE:10ZOL1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 227,
"time": "1775537366"
},
"departure": {
"delay": 227,
"time": "1775537387"
},
"stopId": "FR:50129:ZE:10HUI1:ATOUMOD035",
"stopSequence": 21
},
{
"departure": {
"delay": 95,
"time": "1775536055"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 38,
"time": "1775538788"
},
"departure": {
"delay": 38,
"time": "1775538818"
},
"stopId": "FR:50129:ZE:10ZPH1:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"delay": 220,
"time": "1775538116"
},
"departure": {
"delay": 220,
"time": "1775538220"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 100,
"time": "1775536702"
},
"departure": {
"delay": 100,
"time": "1775536720"
},
"stopId": "FR:50129:ZE:10CPL1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 148,
"time": "1775537876"
},
"departure": {
"delay": 148,
"time": "1775537908"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 171,
"time": "1775536811"
},
"departure": {
"delay": 171,
"time": "1775536851"
},
"stopId": "FR:50129:ZE:10LON1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 104,
"time": "1775536224"
},
"departure": {
"delay": 104,
"time": "1775536244"
},
"stopId": "FR:50129:ZE:10ALB1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 122,
"time": "1775536612"
},
"departure": {
"delay": 122,
"time": "1775536622"
},
"stopId": "FR:50129:ZE:10ARA1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 10,
"time": "1775538841"
},
"departure": {
"delay": 10,
"time": "1775538850"
},
"stopId": "FR:50129:ZE:10JEA1:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": 178,
"time": "1775537077"
},
"departure": {
"delay": 178,
"time": "1775537098"
},
"stopId": "FR:50129:ZE:10LAV1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 167,
"time": "1775537191"
},
"departure": {
"delay": 167,
"time": "1775537207"
},
"stopId": "FR:50129:ZE:10HOM1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 102,
"time": "1775536651"
},
"departure": {
"delay": 102,
"time": "1775536662"
},
"stopId": "FR:50129:ZE:10PRE1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 64,
"time": "1775538573"
},
"departure": {
"delay": 64,
"time": "1775538604"
},
"stopId": "FR:50129:ZE:10LLM1:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 208,
"time": "1775537471"
},
"departure": {
"delay": 208,
"time": "1775537488"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 51,
"time": "1775538514"
},
"departure": {
"delay": 51,
"time": "1775538531"
},
"stopId": "FR:50129:ZE:10LUM1:ATOUMOD035",
"stopSequence": 35
}
],
"timestamp": "1775560081",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746136x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2471206:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -2417,
"time": "1775560063"
},
"departure": {
"delay": -2417,
"time": "1775560063"
},
"stopId": "FR:27375:ZE:0x6458:ATOUMOD006",
"stopSequence": 23
},
{
"arrival": {
"delay": -1517,
"time": "1775560063"
},
"departure": {
"delay": -1517,
"time": "1775560063"
},
"stopId": "FR:27701:ZE:0x6583:ATOUMOD006",
"stopSequence": 14
},
{
"arrival": {
"delay": -1877,
"time": "1775560063"
},
"departure": {
"delay": -1877,
"time": "1775560063"
},
"stopId": "FR:27351:ZE:0x6311:ATOUMOD006",
"stopSequence": 17
},
{
"arrival": {
"delay": -857,
"time": "1775560063"
},
"departure": {
"delay": -857,
"time": "1775560063"
},
"stopId": "FR:27701:ZE:0x7087:ATOUMOD006",
"stopSequence": 2
},
{
"arrival": {
"delay": -1037,
"time": "1775560063"
},
"departure": {
"delay": -1037,
"time": "1775560063"
},
"stopId": "FR:27701:ZE:0x7023:ATOUMOD006",
"stopSequence": 6
},
{
"arrival": {
"delay": -1937,
"time": "1775560063"
},
"departure": {
"delay": -1937,
"time": "1775560063"
},
"stopId": "FR:27351:ZE:0x6313:ATOUMOD006",
"stopSequence": 18
},
{
"arrival": {
"delay": -1457,
"time": "1775560063"
},
"departure": {
"delay": -1457,
"time": "1775560063"
},
"stopId": "FR:27528:ZE:0x6588:ATOUMOD006",
"stopSequence": 13
},
{
"arrival": {
"delay": -251,
"time": "1775562769"
},
"departure": {
"delay": -251,
"time": "1775562769"
},
"stopId": "FR:27375:ZE:0x6394:ATOUMOD006",
"stopSequence": 31
},
{
"arrival": {
"delay": -1397,
"time": "1775560063"
},
"departure": {
"delay": -1397,
"time": "1775560063"
},
"stopId": "FR:27528:ZE:0x6593:ATOUMOD006",
"stopSequence": 12
},
{
"arrival": {
"delay": -1157,
"time": "1775560063"
},
"departure": {
"delay": -1157,
"time": "1775560063"
},
"stopId": "FR:27528:ZE:0x6597:ATOUMOD006",
"stopSequence": 8
},
{
"arrival": {
"delay": -1037,
"time": "1775560063"
},
"departure": {
"delay": -1037,
"time": "1775560063"
},
"stopId": "FR:27701:ZE:0x7035:ATOUMOD006",
"stopSequence": 5
},
{
"arrival": {
"delay": -1577,
"time": "1775560063"
},
"departure": {
"delay": -1577,
"time": "1775560063"
},
"stopId": "FR:27701:ZE:0x7043:ATOUMOD006",
"stopSequence": 15
},
{
"arrival": {
"delay": -213,
"time": "1775562687"
},
"departure": {
"delay": -213,
"time": "1775562687"
},
"stopId": "FR:27375:ZE:0x6433:ATOUMOD006",
"stopSequence": 30
},
{
"arrival": {
"delay": -2417,
"time": "1775560063"
},
"departure": {
"delay": -2417,
"time": "1775560063"
},
"stopId": "FR:27375:ZE:0x6389:ATOUMOD006",
"stopSequence": 24
},
{
"arrival": {
"delay": -1637,
"time": "1775560063"
},
"departure": {
"delay": -1637,
"time": "1775560063"
},
"stopId": "FR:27701:ZE:0x7107:ATOUMOD006",
"stopSequence": 16
},
{
"arrival": {
"delay": -1337,
"time": "1775560063"
},
"departure": {
"delay": -1337,
"time": "1775560063"
},
"stopId": "FR:27528:ZE:0x6599:ATOUMOD006",
"stopSequence": 11
},
{
"arrival": {
"delay": -1277,
"time": "1775560063"
},
"departure": {
"delay": -1277,
"time": "1775560063"
},
"stopId": "FR:27528:ZE:0x6590:ATOUMOD006",
"stopSequence": 10
},
{
"departure": {
"delay": -737,
"time": "1775560063"
},
"stopId": "FR:27701:ZE:0x7150:ATOUMOD006",
"stopSequence": 1
},
{
"arrival": {
"delay": -1097,
"time": "1775560063"
},
"departure": {
"delay": -1097,
"time": "1775560063"
},
"stopId": "FR:27528:ZE:0x6577:ATOUMOD006",
"stopSequence": 7
},
{
"arrival": {
"delay": -1277,
"time": "1775560063"
},
"departure": {
"delay": -1277,
"time": "1775560063"
},
"stopId": "FR:27528:ZE:0x6595:ATOUMOD006",
"stopSequence": 9
},
{
"arrival": {
"delay": -2117,
"time": "1775560063"
},
"departure": {
"delay": -2117,
"time": "1775560063"
},
"stopId": "FR:27375:ZE:0x6527:ATOUMOD006",
"stopSequence": 20
},
{
"arrival": {
"delay": -2597,
"time": "1775560063"
},
"departure": {
"delay": -2597,
"time": "1775560063"
},
"stopId": "FR:27375:ZE:0x6529:ATOUMOD006",
"stopSequence": 26
},
{
"arrival": {
"delay": -2477,
"time": "1775560063"
},
"departure": {
"delay": -2477,
"time": "1775560063"
},
"stopId": "FR:27375:ZE:0x6381:ATOUMOD006",
"stopSequence": 25
},
{
"arrival": {
"delay": -207,
"time": "1775562633"
},
"departure": {
"delay": -207,
"time": "1775562633"
},
"stopId": "FR:27375:ZE:0x6515:ATOUMOD006",
"stopSequence": 28
},
{
"arrival": {
"delay": -2237,
"time": "1775560063"
},
"departure": {
"delay": -2237,
"time": "1775560063"
},
"stopId": "FR:27375:ZE:0x6385:ATOUMOD006",
"stopSequence": 21
},
{
"arrival": {
"delay": -977,
"time": "1775560063"
},
"departure": {
"delay": -977,
"time": "1775560063"
},
"stopId": "FR:27701:ZE:0x7115:ATOUMOD006",
"stopSequence": 4
},
{
"arrival": {
"delay": -917,
"time": "1775560063"
},
"departure": {
"delay": -917,
"time": "1775560063"
},
"stopId": "FR:27701:ZE:0x7117:ATOUMOD006",
"stopSequence": 3
},
{
"arrival": {
"delay": -2657,
"time": "1775560063"
},
"departure": {
"delay": -2657,
"time": "1775560063"
},
"stopId": "FR:27375:ZE:0x6441:ATOUMOD006",
"stopSequence": 27
},
{
"arrival": {
"delay": -2357,
"time": "1775560063"
},
"departure": {
"delay": -2357,
"time": "1775560063"
},
"stopId": "FR:27375:ZE:0x6439:ATOUMOD006",
"stopSequence": 22
},
{
"arrival": {
"delay": -325,
"time": "1775562815"
},
"stopId": "FR:27375:ZE:0x6466:ATOUMOD006",
"stopSequence": 32
},
{
"arrival": {
"delay": -1997,
"time": "1775560063"
},
"departure": {
"delay": -1997,
"time": "1775560063"
},
"stopId": "FR:27351:ZE:0x6305:ATOUMOD006",
"stopSequence": 19
}
],
"timestamp": "1775560063",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD006:Line:2:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2471206:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746181x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775562060"
},
"departure": {
"time": "1775562060"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"time": "1775562300"
},
"departure": {
"time": "1775562300"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"time": "1775563320"
},
"departure": {
"time": "1775563320"
},
"stopId": "FR:50129:ZE:10RSX1:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"time": "1775561460"
},
"departure": {
"time": "1775561460"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"time": "1775561400"
},
"departure": {
"time": "1775561400"
},
"stopId": "FR:50129:ZE:10HUI1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"time": "1775561520"
},
"departure": {
"time": "1775561520"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"time": "1775560800"
},
"departure": {
"time": "1775560800"
},
"stopId": "FR:50129:ZE:10CPL1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"time": "1775561040"
},
"departure": {
"time": "1775561040"
},
"stopId": "FR:50129:ZE:10DUB1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"time": "1775560920"
},
"departure": {
"time": "1775560920"
},
"stopId": "FR:50129:ZE:10ZOL1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"time": "1775560860"
},
"departure": {
"time": "1775560860"
},
"stopId": "FR:50129:ZE:10LON1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"time": "1775563260"
},
"departure": {
"time": "1775563260"
},
"stopId": "FR:50129:ZE:10MYO1:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": 1,
"time": "1775563261"
},
"departure": {
"delay": 1,
"time": "1775563261"
},
"stopId": "FR:50129:ZE:10MGT1:ATOUMOD035",
"stopSequence": 44
},
{
"arrival": {
"delay": 1,
"time": "1775560801"
},
"departure": {
"delay": 1,
"time": "1775560801"
},
"stopId": "FR:50129:ZE:10BHE1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"time": "1775561100"
},
"departure": {
"time": "1775561100"
},
"stopId": "FR:50129:ZE:10LAV1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"time": "1775563500"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"time": "1775560380"
},
"departure": {
"time": "1775560380"
},
"stopId": "FR:50129:ZE:10SFN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"time": "1775562840"
},
"departure": {
"time": "1775562840"
},
"stopId": "FR:50129:ZE:10LLM1:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"time": "1775562420"
},
"departure": {
"time": "1775562420"
},
"stopId": "FR:50129:ZE:10THH3:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"time": "1775560500"
},
"departure": {
"time": "1775560500"
},
"stopId": "FR:50129:ZE:10HOU1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"time": "1775563020"
},
"departure": {
"time": "1775563020"
},
"stopId": "FR:50129:ZE:10ART1:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"time": "1775560560"
},
"departure": {
"time": "1775560560"
},
"stopId": "FR:50129:ZE:10BRT1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 1,
"time": "1775563321"
},
"departure": {
"delay": 1,
"time": "1775563321"
},
"stopId": "FR:50129:ZE:10CVE1:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"delay": 1,
"time": "1775560561"
},
"departure": {
"delay": 1,
"time": "1775560561"
},
"stopId": "FR:50129:ZE:10BON1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"time": "1775560740"
},
"departure": {
"time": "1775560740"
},
"stopId": "FR:50129:ZE:10PRE1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 1,
"time": "1775562781"
},
"departure": {
"delay": 1,
"time": "1775562781"
},
"stopId": "FR:50129:ZE:10JMO1:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"time": "1775561880"
},
"departure": {
"time": "1775561880"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"time": "1775560680"
},
"departure": {
"time": "1775560680"
},
"stopId": "FR:50129:ZE:10ARA1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"time": "1775562660"
},
"departure": {
"time": "1775562660"
},
"stopId": "FR:50129:ZE:10BHC3:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"time": "1775563140"
},
"departure": {
"time": "1775563140"
},
"stopId": "FR:50129:ZE:10JEA1:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"time": "1775562780"
},
"departure": {
"time": "1775562780"
},
"stopId": "FR:50129:ZE:10LUM1:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"time": "1775563080"
},
"departure": {
"time": "1775563080"
},
"stopId": "FR:50129:ZE:10ZPH1:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"time": "1775560320"
},
"departure": {
"time": "1775560320"
},
"stopId": "FR:50129:ZE:10ALB1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"time": "1775562900"
},
"departure": {
"time": "1775562900"
},
"stopId": "FR:50129:ZE:10BRO1:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"time": "1775561820"
},
"departure": {
"time": "1775561820"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"time": "1775561760"
},
"departure": {
"time": "1775561760"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"time": "1775562180"
},
"departure": {
"time": "1775562180"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"time": "1775562540"
},
"departure": {
"time": "1775562540"
},
"stopId": "FR:50129:ZE:10LCA1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"time": "1775560140"
},
"departure": {
"time": "1775560140"
},
"stopId": "FR:50129:ZE:10SFG1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"time": "1775561640"
},
"departure": {
"time": "1775561640"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"time": "1775563200"
},
"departure": {
"time": "1775563200"
},
"stopId": "FR:50129:ZE:10NOR3:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"time": "1775561940"
},
"departure": {
"time": "1775561940"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"time": "1775561220"
},
"departure": {
"time": "1775561220"
},
"stopId": "FR:50129:ZE:10HOM1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"time": "1775561160"
},
"departure": {
"time": "1775561160"
},
"stopId": "FR:50129:ZE:10AGO1:ATOUMOD035",
"stopSequence": 18
},
{
"departure": {
"time": "1775560140"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"time": "1775561340"
},
"departure": {
"time": "1775561340"
},
"stopId": "FR:50129:ZE:10BEL1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"time": "1775560200"
},
"departure": {
"time": "1775560200"
},
"stopId": "FR:50129:ZE:10COF1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"time": "1775560440"
},
"departure": {
"time": "1775560440"
},
"stopId": "FR:50129:ZE:10CAR1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"time": "1775563380"
},
"departure": {
"time": "1775563380"
},
"stopId": "FR:50129:ZE:10COS1:ATOUMOD035",
"stopSequence": 47
}
],
"timestamp": "1775560081",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746181x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4196408x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 220,
"time": "1775559880"
},
"stopId": "FR:76351:ZE:3309:ATOUMOD003",
"stopSequence": 3
},
{
"arrival": {
"delay": 311,
"time": "1775561411"
},
"departure": {
"delay": 311,
"time": "1775561411"
},
"stopId": "FR:76351:ZE:3301:ATOUMOD003",
"stopSequence": 32
},
{
"arrival": {
"delay": 274,
"time": "1775560774"
},
"departure": {
"delay": 274,
"time": "1775560774"
},
"stopId": "FR:76552:ZE:3104:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": 273,
"time": "1775560533"
},
"departure": {
"delay": 273,
"time": "1775560533"
},
"stopId": "FR:76552:ZE:3629:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": 293,
"time": "1775561573"
},
"departure": {
"delay": 293,
"time": "1775561573"
},
"stopId": "FR:76351:ZE:3734:ATOUMOD003",
"stopSequence": 35
},
{
"arrival": {
"delay": 322,
"time": "1775560462"
},
"departure": {
"delay": 322,
"time": "1775560462"
},
"stopId": "FR:76351:ZE:3031:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": 308,
"time": "1775560568"
},
"departure": {
"delay": 308,
"time": "1775560568"
},
"stopId": "FR:76552:ZE:3356:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": 266,
"time": "1775561666"
},
"departure": {
"delay": 266,
"time": "1775561666"
},
"stopId": "FR:76351:ZE:3738:ATOUMOD003",
"stopSequence": 37
},
{
"arrival": {
"delay": 293,
"time": "1775560913"
},
"departure": {
"delay": 293,
"time": "1775560913"
},
"stopId": "FR:76552:ZE:3608:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": 288,
"time": "1775560488"
},
"departure": {
"delay": 288,
"time": "1775560488"
},
"stopId": "FR:76552:ZE:3652:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 269,
"time": "1775560949"
},
"departure": {
"delay": 269,
"time": "1775560949"
},
"stopId": "FR:76552:ZE:3298:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": 319,
"time": "1775561179"
},
"departure": {
"delay": 319,
"time": "1775561179"
},
"stopId": "FR:76351:ZE:3545:ATOUMOD003",
"stopSequence": 28
},
{
"arrival": {
"delay": 311,
"time": "1775561291"
},
"departure": {
"delay": 311,
"time": "1775561291"
},
"stopId": "FR:76351:ZE:3731:ATOUMOD003",
"stopSequence": 30
},
{
"arrival": {
"delay": 297,
"time": "1775561337"
},
"departure": {
"delay": 297,
"time": "1775561337"
},
"stopId": "FR:76351:ZE:3732:ATOUMOD003",
"stopSequence": 31
},
{
"arrival": {
"delay": 319,
"time": "1775560639"
},
"departure": {
"delay": 319,
"time": "1775560639"
},
"stopId": "FR:76552:ZE:3606:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": 266,
"time": "1775561246"
},
"departure": {
"delay": 266,
"time": "1775561246"
},
"stopId": "FR:76351:ZE:3797:ATOUMOD003",
"stopSequence": 29
},
{
"arrival": {
"delay": 280,
"time": "1775560240"
},
"departure": {
"delay": 280,
"time": "1775560240"
},
"stopId": "FR:76351:ZE:3257:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": 268,
"time": "1775561008"
},
"departure": {
"delay": 268,
"time": "1775561008"
},
"stopId": "FR:76351:ZE:3159:ATOUMOD003",
"stopSequence": 25
},
{
"arrival": {
"delay": 266,
"time": "1775562146"
},
"stopId": "FR:76351:ZE:5104:ATOUMOD003",
"stopSequence": 41
},
{
"arrival": {
"delay": 284,
"time": "1775561624"
},
"departure": {
"delay": 284,
"time": "1775561624"
},
"stopId": "FR:76351:ZE:3736:ATOUMOD003",
"stopSequence": 36
},
{
"arrival": {
"delay": 290,
"time": "1775560610"
},
"departure": {
"delay": 290,
"time": "1775560610"
},
"stopId": "FR:76552:ZE:3340:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 266,
"time": "1775560166"
},
"departure": {
"delay": 266,
"time": "1775560166"
},
"stopId": "FR:76351:ZE:3402:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": 276,
"time": "1775561076"
},
"departure": {
"delay": 276,
"time": "1775561076"
},
"stopId": "FR:76351:ZE:3460:ATOUMOD003",
"stopSequence": 26
},
{
"arrival": {
"delay": 276,
"time": "1775561856"
},
"departure": {
"delay": 276,
"time": "1775561856"
},
"stopId": "FR:76351:ZE:4700:ATOUMOD003",
"stopSequence": 39
},
{
"arrival": {
"delay": 249,
"time": "1775559909"
},
"departure": {
"delay": 249,
"time": "1775559909"
},
"stopId": "FR:76351:ZE:3344:ATOUMOD003",
"stopSequence": 4
},
{
"arrival": {
"delay": 303,
"time": "1775561763"
},
"departure": {
"delay": 303,
"time": "1775561763"
},
"stopId": "FR:76351:ZE:4865:ATOUMOD003",
"stopSequence": 38
},
{
"departure": {
"delay": 317,
"time": "1775560037"
},
"stopId": "FR:76351:ZE:3230:ATOUMOD003",
"stopSequence": 6
},
{
"arrival": {
"delay": 279,
"time": "1775560299"
},
"departure": {
"delay": 279,
"time": "1775560299"
},
"stopId": "FR:76351:ZE:4080:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 302,
"time": "1775561462"
},
"departure": {
"delay": 302,
"time": "1775561462"
},
"stopId": "FR:76351:ZE:3579:ATOUMOD003",
"stopSequence": 33
},
{
"arrival": {
"delay": 277,
"time": "1775560117"
},
"departure": {
"delay": 277,
"time": "1775560117"
},
"stopId": "FR:76351:ZE:3023:ATOUMOD003",
"stopSequence": 7
},
{
"departure": {
"delay": 270,
"time": "1775559990"
},
"stopId": "FR:76351:ZE:3541:ATOUMOD003",
"stopSequence": 5
},
{
"arrival": {
"delay": 266,
"time": "1775560406"
},
"departure": {
"delay": 266,
"time": "1775560406"
},
"stopId": "FR:76351:ZE:3015:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 286,
"time": "1775561506"
},
"departure": {
"delay": 286,
"time": "1775561506"
},
"stopId": "FR:76351:ZE:3022:ATOUMOD003",
"stopSequence": 34
},
{
"arrival": {
"delay": 313,
"time": "1775560273"
},
"departure": {
"delay": 313,
"time": "1775560273"
},
"stopId": "FR:76351:ZE:3043:ATOUMOD003",
"stopSequence": 10
},
{
"departure": {
"delay": 269,
"time": "1775559809"
},
"stopId": "FR:76351:ZE:3203:ATOUMOD003",
"stopSequence": 2
},
{
"arrival": {
"delay": 278,
"time": "1775560358"
},
"departure": {
"delay": 278,
"time": "1775560358"
},
"stopId": "FR:76351:ZE:3704:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": 266,
"time": "1775561906"
},
"departure": {
"delay": 266,
"time": "1775561906"
},
"stopId": "FR:76351:ZE:3793:ATOUMOD003",
"stopSequence": 40
},
{
"arrival": {
"delay": 266,
"time": "1775560826"
},
"departure": {
"delay": 266,
"time": "1775560826"
},
"stopId": "FR:76552:ZE:3093:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": 266,
"time": "1775560706"
},
"departure": {
"delay": 266,
"time": "1775560706"
},
"stopId": "FR:76552:ZE:3487:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": 266,
"time": "1775561126"
},
"departure": {
"delay": 266,
"time": "1775561126"
},
"stopId": "FR:76351:ZE:3021:ATOUMOD003",
"stopSequence": 27
}
],
"timestamp": "1775559879",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:16:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4196408x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2490650:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -66,
"time": "1775564454"
},
"departure": {
"delay": -66,
"time": "1775564454"
},
"stopId": "FR:27348:ZE:0x6293:ATOUMOD006",
"stopSequence": 20
},
{
"arrival": {
"delay": -62,
"time": "1775564038"
},
"departure": {
"delay": -62,
"time": "1775564038"
},
"stopId": "FR:27386:ZE:0x6376:ATOUMOD006",
"stopSequence": 11
},
{
"arrival": {
"delay": -37,
"time": "1775565563"
},
"departure": {
"delay": -37,
"time": "1775565563"
},
"stopId": "FR:27365:ZE:0x6333:ATOUMOD006",
"stopSequence": 33
},
{
"arrival": {
"delay": -28,
"time": "1775564432"
},
"departure": {
"delay": -28,
"time": "1775564432"
},
"stopId": "FR:27008:ZE:0x6051:ATOUMOD006",
"stopSequence": 19
},
{
"arrival": {
"delay": -4,
"time": "1775564216"
},
"departure": {
"delay": -4,
"time": "1775564216"
},
"stopId": "FR:27008:ZE:0x6056:ATOUMOD006",
"stopSequence": 14
},
{
"arrival": {
"delay": -23,
"time": "1775565037"
},
"departure": {
"delay": -23,
"time": "1775565037"
},
"stopId": "FR:27469:ZE:0x7189:ATOUMOD006",
"stopSequence": 27
},
{
"arrival": {
"delay": -86,
"time": "1775565454"
},
"departure": {
"delay": -86,
"time": "1775565454"
},
"stopId": "FR:27365:ZE:0x7272:ATOUMOD006",
"stopSequence": 32
},
{
"arrival": {
"delay": 43,
"time": "1775563603"
},
"departure": {
"delay": 43,
"time": "1775563603"
},
"stopId": "FR:27458:ZE:0x6690:ATOUMOD006",
"stopSequence": 3
},
{
"arrival": {
"delay": -26,
"time": "1775565694"
},
"departure": {
"delay": -26,
"time": "1775565694"
},
"stopId": "FR:27701:ZE:0x7063:ATOUMOD006",
"stopSequence": 36
},
{
"arrival": {
"delay": -39,
"time": "1775564061"
},
"departure": {
"delay": -39,
"time": "1775564061"
},
"stopId": "FR:27386:ZE:0x6374:ATOUMOD006",
"stopSequence": 12
},
{
"departure": {
"time": "1775563500"
},
"stopId": "FR:27458:ZE:0x6686:ATOUMOD006",
"stopSequence": 1
},
{
"arrival": {
"delay": -55,
"time": "1775565185"
},
"departure": {
"delay": -55,
"time": "1775565185"
},
"stopId": "FR:27196:ZE:0x6322:ATOUMOD006",
"stopSequence": 29
},
{
"arrival": {
"delay": -69,
"time": "1775565591"
},
"departure": {
"delay": -69,
"time": "1775565591"
},
"stopId": "FR:27365:ZE:0x6341:ATOUMOD006",
"stopSequence": 34
},
{
"arrival": {
"delay": -2,
"time": "1775565118"
},
"departure": {
"delay": -2,
"time": "1775565118"
},
"stopId": "FR:27196:ZE:0x6318:ATOUMOD006",
"stopSequence": 28
},
{
"arrival": {
"delay": 7,
"time": "1775563867"
},
"departure": {
"delay": 7,
"time": "1775563867"
},
"stopId": "FR:27458:ZE:0x6695:ATOUMOD006",
"stopSequence": 8
},
{
"arrival": {
"delay": -61,
"time": "1775565839"
},
"departure": {
"delay": -61,
"time": "1775565839"
},
"stopId": "FR:27701:ZE:0x7162:ATOUMOD006",
"stopSequence": 39
},
{
"arrival": {
"delay": 15,
"time": "1775563755"
},
"departure": {
"delay": 15,
"time": "1775563755"
},
"stopId": "FR:27458:ZE:0x6685:ATOUMOD006",
"stopSequence": 5
},
{
"arrival": {
"delay": -42,
"time": "1775564658"
},
"departure": {
"delay": -42,
"time": "1775564658"
},
"stopId": "FR:27348:ZE:0x6302:ATOUMOD006",
"stopSequence": 22
},
{
"arrival": {
"delay": -74,
"time": "1775565406"
},
"departure": {
"delay": -74,
"time": "1775565406"
},
"stopId": "FR:27365:ZE:0x7270:ATOUMOD006",
"stopSequence": 31
},
{
"arrival": {
"delay": -15,
"time": "1775563785"
},
"departure": {
"delay": -15,
"time": "1775563785"
},
"stopId": "FR:27458:ZE:0x6693:ATOUMOD006",
"stopSequence": 6
},
{
"arrival": {
"delay": -54,
"time": "1775564586"
},
"departure": {
"delay": -54,
"time": "1775564586"
},
"stopId": "FR:27348:ZE:0x6300:ATOUMOD006",
"stopSequence": 21
},
{
"arrival": {
"delay": -4,
"time": "1775564156"
},
"departure": {
"delay": -4,
"time": "1775564156"
},
"stopId": "FR:27008:ZE:0x6058:ATOUMOD006",
"stopSequence": 13
},
{
"arrival": {
"delay": -104,
"time": "1775565976"
},
"stopId": "FR:27701:ZE:0x7150:ATOUMOD006",
"stopSequence": 41
},
{
"arrival": {
"delay": 10,
"time": "1775563990"
},
"departure": {
"delay": 10,
"time": "1775563990"
},
"stopId": "FR:27386:ZE:0x6367:ATOUMOD006",
"stopSequence": 10
},
{
"arrival": {
"delay": -29,
"time": "1775564731"
},
"departure": {
"delay": -29,
"time": "1775564731"
},
"stopId": "FR:27348:ZE:0x6299:ATOUMOD006",
"stopSequence": 24
},
{
"arrival": {
"delay": -72,
"time": "1775564688"
},
"departure": {
"delay": -72,
"time": "1775564688"
},
"stopId": "FR:27348:ZE:0x6296:ATOUMOD006",
"stopSequence": 23
},
{
"arrival": {
"delay": 27,
"time": "1775564307"
},
"departure": {
"delay": 27,
"time": "1775564307"
},
"stopId": "FR:27008:ZE:0x6053:ATOUMOD006",
"stopSequence": 16
},
{
"arrival": {
"delay": -83,
"time": "1775564977"
},
"departure": {
"delay": -83,
"time": "1775564977"
},
"stopId": "FR:27469:ZE:0x6632:ATOUMOD006",
"stopSequence": 26
},
{
"arrival": {
"delay": -74,
"time": "1775565226"
},
"departure": {
"delay": -74,
"time": "1775565226"
},
"stopId": "FR:27196:ZE:0x6321:ATOUMOD006",
"stopSequence": 30
},
{
"arrival": {
"delay": -66,
"time": "1775565774"
},
"departure": {
"delay": -66,
"time": "1775565774"
},
"stopId": "FR:27701:ZE:0x7103:ATOUMOD006",
"stopSequence": 38
},
{
"arrival": {
"delay": 45,
"time": "1775563845"
},
"departure": {
"delay": 45,
"time": "1775563845"
},
"stopId": "FR:27458:ZE:0x6681:ATOUMOD006",
"stopSequence": 7
},
{
"arrival": {
"delay": 2,
"time": "1775564402"
},
"departure": {
"delay": 2,
"time": "1775564402"
},
"stopId": "FR:27008:ZE:0x6055:ATOUMOD006",
"stopSequence": 18
},
{
"arrival": {
"delay": 19,
"time": "1775563579"
},
"departure": {
"delay": 19,
"time": "1775563579"
},
"stopId": "FR:27458:ZE:0x6682:ATOUMOD006",
"stopSequence": 2
},
{
"arrival": {
"delay": 23,
"time": "1775564363"
},
"departure": {
"delay": 23,
"time": "1775564363"
},
"stopId": "FR:27008:ZE:0x6047:ATOUMOD006",
"stopSequence": 17
},
{
"arrival": {
"delay": 31,
"time": "1775564251"
},
"departure": {
"delay": 31,
"time": "1775564251"
},
"stopId": "FR:27008:ZE:0x6049:ATOUMOD006",
"stopSequence": 15
},
{
"arrival": {
"delay": -72,
"time": "1775564928"
},
"departure": {
"delay": -72,
"time": "1775564928"
},
"stopId": "FR:27469:ZE:0x6663:ATOUMOD006",
"stopSequence": 25
},
{
"arrival": {
"delay": -39,
"time": "1775565621"
},
"departure": {
"delay": -39,
"time": "1775565621"
},
"stopId": "FR:27365:ZE:0x7135:ATOUMOD006",
"stopSequence": 35
},
{
"arrival": {
"delay": -32,
"time": "1775563948"
},
"departure": {
"delay": -32,
"time": "1775563948"
},
"stopId": "FR:27458:ZE:0x6699:ATOUMOD006",
"stopSequence": 9
},
{
"arrival": {
"delay": -26,
"time": "1775563714"
},
"departure": {
"delay": -26,
"time": "1775563714"
},
"stopId": "FR:27458:ZE:0x6679:ATOUMOD006",
"stopSequence": 4
},
{
"arrival": {
"delay": -15,
"time": "1775565885"
},
"departure": {
"delay": -15,
"time": "1775565885"
},
"stopId": "FR:27701:ZE:0x7086:ATOUMOD006",
"stopSequence": 40
},
{
"arrival": {
"delay": -47,
"time": "1775565733"
},
"departure": {
"delay": -47,
"time": "1775565733"
},
"stopId": "FR:27701:ZE:0x7091:ATOUMOD006",
"stopSequence": 37
}
],
"timestamp": "1775560063",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD006:Line:5:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2490650:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4057151x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 32,
"time": "1775558612"
},
"stopId": "FR:76351:ZE:4582:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": 32,
"time": "1775558912"
},
"stopId": "FR:76351:ZE:4642:ATOUMOD003",
"stopSequence": 22
}
],
"timestamp": "1775558809",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C8:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4057151x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3747850x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 35,
"time": "1775552038"
},
"departure": {
"delay": 35,
"time": "1775552075"
},
"stopId": "FR:50129:ZE:10GNT2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 38,
"time": "1775553378"
},
"departure": {
"delay": 38,
"time": "1775553398"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 120,
"time": "1775552832"
},
"departure": {
"delay": 120,
"time": "1775552880"
},
"stopId": "FR:50129:ZE:10RUC2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 1,
"time": "1775552137"
},
"departure": {
"delay": 1,
"time": "1775552161"
},
"stopId": "FR:50129:ZE:10LOG2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 73,
"time": "1775553101"
},
"departure": {
"delay": 73,
"time": "1775553133"
},
"stopId": "FR:50129:ZE:10JAR2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": -90,
"time": "1775553630"
},
"stopId": "FR:50129:ZE:10SHU2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 3,
"time": "1775553449"
},
"departure": {
"delay": 3,
"time": "1775553483"
},
"stopId": "FR:50129:ZE:10HDV1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 34,
"time": "1775552217"
},
"departure": {
"delay": 34,
"time": "1775552254"
},
"stopId": "FR:50129:ZE:10CUR2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 10,
"time": "1775553184"
},
"departure": {
"delay": 10,
"time": "1775553190"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 102,
"time": "1775552761"
},
"departure": {
"delay": 102,
"time": "1775552802"
},
"stopId": "FR:50129:ZE:10BSJ2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 69,
"time": "1775553044"
},
"departure": {
"delay": 69,
"time": "1775553069"
},
"stopId": "FR:50129:ZE:10BOS2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 48,
"time": "1775551995"
},
"departure": {
"delay": 48,
"time": "1775552028"
},
"stopId": "FR:50129:ZE:10BOC2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 7,
"time": "1775551859"
},
"departure": {
"delay": 7,
"time": "1775551927"
},
"stopId": "FR:50129:ZE:10CEN2:ATOUMOD035",
"stopSequence": 2
},
{
"departure": {
"delay": 9,
"time": "1775551809"
},
"stopId": "FR:50129:ZE:10MXR2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 21,
"time": "1775552289"
},
"departure": {
"delay": 21,
"time": "1775552301"
},
"stopId": "FR:50129:ZE:10DEB2:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 52,
"time": "1775552730"
},
"departure": {
"delay": 52,
"time": "1775552752"
},
"stopId": "FR:50129:ZE:10MTT2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 76,
"time": "1775552676"
},
"departure": {
"delay": 76,
"time": "1775552716"
},
"stopId": "FR:50129:ZE:10SEX2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 80,
"time": "1775553011"
},
"departure": {
"delay": 80,
"time": "1775553020"
},
"stopId": "FR:50129:ZE:10ODR2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 37,
"time": "1775553524"
},
"departure": {
"delay": 37,
"time": "1775553577"
},
"stopId": "FR:50129:ZE:10PLx1:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 69,
"time": "1775552381"
},
"departure": {
"delay": 69,
"time": "1775552469"
},
"stopId": "FR:50129:ZE:10CSM2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 38,
"time": "1775553297"
},
"departure": {
"delay": 38,
"time": "1775553338"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 43,
"time": "1775552195"
},
"departure": {
"delay": 43,
"time": "1775552203"
},
"stopId": "FR:50129:ZE:10REN2:ATOUMOD035",
"stopSequence": 6
}
],
"timestamp": "1775560073",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:04:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3747850x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD021:ServiceJourney:59xHO10xxMxxVxx:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 102,
"time": "1775543700"
},
"departure": {
"delay": 102,
"time": "1775543742"
},
"stopId": "FR:14333:ZE:29:ATOUMOD021",
"stopSequence": 15
},
{
"arrival": {
"delay": 104,
"time": "1775543975"
},
"departure": {
"delay": 104,
"time": "1775543984"
},
"stopId": "FR:14333:ZE:35:ATOUMOD021",
"stopSequence": 18
},
{
"arrival": {
"delay": 101,
"time": "1775544033"
},
"departure": {
"delay": 101,
"time": "1775544041"
},
"stopId": "FR:14333:ZE:37:ATOUMOD021",
"stopSequence": 19
},
{
"arrival": {
"delay": 26,
"time": "1775544206"
},
"stopId": "FR:14333:ZE:41:ATOUMOD021",
"stopSequence": 21
},
{
"arrival": {
"delay": 170,
"time": "1775543809"
},
"departure": {
"delay": 170,
"time": "1775543870"
},
"stopId": "FR:14333:ZE:31:ATOUMOD021",
"stopSequence": 16
},
{
"arrival": {
"delay": 202,
"time": "1775542994"
},
"departure": {
"delay": 202,
"time": "1775543002"
},
"stopId": "FR:14333:ZE:16:ATOUMOD021",
"stopSequence": 8
},
{
"arrival": {
"delay": 153,
"time": "1775543366"
},
"departure": {
"delay": 153,
"time": "1775543433"
},
"stopId": "FR:14536:ZE:23:ATOUMOD021",
"stopSequence": 12
},
{
"arrival": {
"delay": 77,
"time": "1775543548"
},
"departure": {
"delay": 77,
"time": "1775543597"
},
"stopId": "FR:14333:ZE:27:ATOUMOD021",
"stopSequence": 14
},
{
"arrival": {
"delay": 169,
"time": "1775542727"
},
"departure": {
"delay": 169,
"time": "1775542789"
},
"stopId": "FR:14333:ZE:10:ATOUMOD021",
"stopSequence": 5
},
{
"arrival": {
"delay": 219,
"time": "1775543170"
},
"departure": {
"delay": 219,
"time": "1775543199"
},
"stopId": "FR:14333:ZE:22:ATOUMOD021",
"stopSequence": 11
},
{
"arrival": {
"delay": 112,
"time": "1775544099"
},
"departure": {
"delay": 112,
"time": "1775544112"
},
"stopId": "FR:14333:ZE:39:ATOUMOD021",
"stopSequence": 20
},
{
"arrival": {
"delay": 83,
"time": "1775542426"
},
"departure": {
"delay": 83,
"time": "1775542463"
},
"stopId": "FR:14333:ZE:6:ATOUMOD021",
"stopSequence": 3
},
{
"departure": {
"delay": 147,
"time": "1775542347"
},
"stopId": "FR:14333:ZE:2:ATOUMOD021",
"stopSequence": 1
},
{
"arrival": {
"delay": 221,
"time": "1775542856"
},
"departure": {
"delay": 221,
"time": "1775542901"
},
"stopId": "FR:14333:ZE:12:ATOUMOD021",
"stopSequence": 6
},
{
"arrival": {
"time": "1775543041"
},
"departure": {
"time": "1775542860"
},
"stopId": "FR:14333:ZE:18:ATOUMOD021",
"stopSequence": 9
},
{
"arrival": {
"delay": 182,
"time": "1775543898"
},
"departure": {
"delay": 182,
"time": "1775543942"
},
"stopId": "FR:14333:ZE:33:ATOUMOD021",
"stopSequence": 17
},
{
"arrival": {
"delay": 193,
"time": "1775542595"
},
"departure": {
"delay": 193,
"time": "1775542693"
},
"stopId": "FR:14333:ZE:8:ATOUMOD021",
"stopSequence": 4
},
{
"arrival": {
"delay": 116,
"time": "1775543508"
},
"departure": {
"delay": 116,
"time": "1775543516"
},
"stopId": "FR:14333:ZE:25:ATOUMOD021",
"stopSequence": 13
},
{
"arrival": {
"delay": 206,
"time": "1775542938"
},
"departure": {
"delay": 206,
"time": "1775542946"
},
"stopId": "FR:14333:ZE:14:ATOUMOD021",
"stopSequence": 7
},
{
"arrival": {
"delay": 118,
"time": "1775542370"
},
"departure": {
"delay": 118,
"time": "1775542378"
},
"stopId": "FR:14333:ZE:4:ATOUMOD021",
"stopSequence": 2
},
{
"arrival": {
"delay": 225,
"time": "1775543112"
},
"departure": {
"delay": 225,
"time": "1775543145"
},
"stopId": "FR:14333:ZE:20:ATOUMOD021",
"stopSequence": 10
}
],
"timestamp": "1775560077",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD021:Line:A:LOC",
"tripId": "ATOUMOD021:ServiceJourney:59xHO10xxMxxVxx:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4230557x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 10,
"time": "1775560570"
},
"departure": {
"delay": 10,
"time": "1775560570"
},
"stopId": "FR:76351:ZE:3019:ATOUMOD003",
"stopSequence": 30
},
{
"arrival": {
"delay": -30,
"time": "1775560890"
},
"stopId": "FR:76351:ZE:3743:ATOUMOD003",
"stopSequence": 36
},
{
"arrival": {
"delay": -20,
"time": "1775560600"
},
"departure": {
"delay": -20,
"time": "1775560600"
},
"stopId": "FR:76351:ZE:3685:ATOUMOD003",
"stopSequence": 31
},
{
"arrival": {
"delay": 14,
"time": "1775560334"
},
"departure": {
"delay": 14,
"time": "1775560334"
},
"stopId": "FR:76351:ZE:3543:ATOUMOD003",
"stopSequence": 27
},
{
"arrival": {
"delay": -30,
"time": "1775560530"
},
"departure": {
"delay": -30,
"time": "1775560530"
},
"stopId": "FR:76351:ZE:3007:ATOUMOD003",
"stopSequence": 29
},
{
"arrival": {
"delay": -30,
"time": "1775560710"
},
"departure": {
"delay": -30,
"time": "1775560710"
},
"stopId": "FR:76351:ZE:3342:ATOUMOD003",
"stopSequence": 33
},
{
"arrival": {
"delay": -30,
"time": "1775560470"
},
"departure": {
"delay": -30,
"time": "1775560470"
},
"stopId": "FR:76351:ZE:3770:ATOUMOD003",
"stopSequence": 28
},
{
"departure": {
"delay": -18,
"time": "1775559882"
},
"stopId": "FR:76351:ZE:3276:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": -30,
"time": "1775559990"
},
"departure": {
"delay": -30,
"time": "1775559990"
},
"stopId": "FR:76351:ZE:5183:ATOUMOD003",
"stopSequence": 25
},
{
"arrival": {
"delay": -30,
"time": "1775560230"
},
"departure": {
"delay": -30,
"time": "1775560230"
},
"stopId": "FR:76351:ZE:3200:ATOUMOD003",
"stopSequence": 26
},
{
"arrival": {
"delay": 19,
"time": "1775560819"
},
"departure": {
"delay": 19,
"time": "1775560819"
},
"stopId": "FR:76351:ZE:3047:ATOUMOD003",
"stopSequence": 35
},
{
"arrival": {
"delay": 24,
"time": "1775560764"
},
"departure": {
"delay": 24,
"time": "1775560764"
},
"stopId": "FR:76351:ZE:3386:ATOUMOD003",
"stopSequence": 34
},
{
"arrival": {
"delay": -5,
"time": "1775560675"
},
"departure": {
"delay": -5,
"time": "1775560675"
},
"stopId": "FR:76351:ZE:3785:ATOUMOD003",
"stopSequence": 32
}
],
"timestamp": "1775559919",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C3:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4230557x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx8547:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -27909,
"time": "1775561211"
},
"departure": {
"delay": -27909,
"time": "1775561211"
},
"stopId": "FR:76498:ZE:TCARxCHART2:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": -27933,
"time": "1775561487"
},
"departure": {
"delay": -27933,
"time": "1775561487"
},
"stopId": "FR:76540:ZE:TCARxORLET2:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": -27930,
"time": "1775561310"
},
"departure": {
"delay": -27930,
"time": "1775561310"
},
"stopId": "FR:76540:ZE:TCARxLOPOT2:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": -27990,
"time": "1775560710"
},
"departure": {
"delay": -27990,
"time": "1775560710"
},
"stopId": "FR:76575:ZE:TCARxZENIT2:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": -27975,
"time": "1775560545"
},
"departure": {
"delay": -27975,
"time": "1775560545"
},
"stopId": "FR:76575:ZE:TCARxCORBU1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -27927,
"time": "1775561733"
},
"departure": {
"delay": -27927,
"time": "1775561733"
},
"stopId": "FR:76540:ZE:TCARxCAUCT2:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": -27930,
"time": "1775561010"
},
"departure": {
"delay": -27930,
"time": "1775561010"
},
"stopId": "FR:76681:ZE:TCARxDIOCT2:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -27915,
"time": "1775561685"
},
"departure": {
"delay": -27915,
"time": "1775561685"
},
"stopId": "FR:76540:ZE:TCARxVXMAR2:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": -27891,
"time": "1775561109"
},
"departure": {
"delay": -27891,
"time": "1775561109"
},
"stopId": "FR:76498:ZE:TCARxNOVET2:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": -27912,
"time": "1775561388"
},
"departure": {
"delay": -27912,
"time": "1775561388"
},
"stopId": "FR:76540:ZE:TCARxCAFT2:ATOUMOD001",
"stopSequence": 12
},
{
"departure": {
"delay": -27990,
"time": "1775560470"
},
"stopId": "FR:76575:ZE:TCARxTECHN4:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": -27990,
"time": "1775561610"
},
"departure": {
"delay": -27990,
"time": "1775561610"
},
"stopId": "FR:76540:ZE:TCARxBELGE4:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": -27908,
"time": "1775560912"
},
"departure": {
"delay": -27908,
"time": "1775560912"
},
"stopId": "FR:76575:ZE:TCARxCBRUT2:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": -27985,
"time": "1775560595"
},
"departure": {
"delay": -27985,
"time": "1775560595"
},
"stopId": "FR:76575:ZE:TCARxSANSU2:ATOUMOD001",
"stopSequence": 3
}
],
"timestamp": "1775560017",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx94:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx8547:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx16700:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 2718,
"time": "1775557918"
},
"departure": {
"delay": 2718,
"time": "1775557938"
},
"stopId": "FR:76540:ZE:TCARxLYCOR1:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 2700,
"time": "1775557260"
},
"departure": {
"delay": 2700,
"time": "1775557260"
},
"stopId": "FR:76540:ZE:TCARxPROGR1:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 2504,
"time": "1775556464"
},
"departure": {
"delay": 2504,
"time": "1775556464"
},
"stopId": "FR:76599:ZE:TCARxREGLI1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 2533,
"time": "1775556493"
},
"departure": {
"delay": 2533,
"time": "1775556493"
},
"stopId": "FR:76599:ZE:TCARxEAUVI1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 2953,
"time": "1775559313"
},
"departure": {
"delay": 2953,
"time": "1775559313"
},
"stopId": "FR:76095:ZE:TCARxPOMPI1:ATOUMOD001",
"stopSequence": 42
},
{
"arrival": {
"delay": 2676,
"time": "1775557176"
},
"departure": {
"delay": 2676,
"time": "1775557176"
},
"stopId": "FR:76540:ZE:TCARxCHASS1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 2657,
"time": "1775557397"
},
"departure": {
"delay": 2657,
"time": "1775557397"
},
"stopId": "FR:76540:ZE:TCARxCNEUF1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 2700,
"time": "1775557020"
},
"departure": {
"delay": 2700,
"time": "1775557020"
},
"stopId": "FR:76540:ZE:TCARxLOREL1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 2673,
"time": "1775557092"
},
"departure": {
"delay": 2673,
"time": "1775557113"
},
"stopId": "FR:76540:ZE:TCARxBROCH1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 2468,
"time": "1775556368"
},
"departure": {
"delay": 2468,
"time": "1775556368"
},
"stopId": "FR:76560:ZE:TCARxHETRA1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 2733,
"time": "1775557988"
},
"departure": {
"delay": 2733,
"time": "1775558013"
},
"stopId": "FR:76540:ZE:TCARxBEAU3:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 2962,
"time": "1775558902"
},
"departure": {
"delay": 2962,
"time": "1775558902"
},
"stopId": "FR:76095:ZE:TCARxJOSEP1:ATOUMOD001",
"stopSequence": 35
},
{
"arrival": {
"delay": 2652,
"time": "1775556912"
},
"departure": {
"delay": 2652,
"time": "1775556912"
},
"stopId": "FR:76599:ZE:TCARxWADDI1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 2973,
"time": "1775559213"
},
"departure": {
"delay": 2973,
"time": "1775559213"
},
"stopId": "FR:76095:ZE:TCARxBOUVE1:ATOUMOD001",
"stopSequence": 40
},
{
"arrival": {
"delay": 2713,
"time": "1775557464"
},
"departure": {
"delay": 2713,
"time": "1775557513"
},
"stopId": "FR:76540:ZE:TCARxMARTA:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 2993,
"time": "1775558813"
},
"departure": {
"delay": 2993,
"time": "1775558813"
},
"stopId": "FR:76095:ZE:TCARxPISCB1:ATOUMOD001",
"stopSequence": 34
},
{
"arrival": {
"delay": 3013,
"time": "1775559493"
},
"stopId": "FR:76095:ZE:TCARxCHAPI:ATOUMOD001",
"stopSequence": 43
},
{
"arrival": {
"delay": 2953,
"time": "1775558691"
},
"departure": {
"delay": 2953,
"time": "1775558713"
},
"stopId": "FR:76095:ZE:TCARxCOLMI2:ATOUMOD001",
"stopSequence": 32
},
{
"arrival": {
"delay": 2665,
"time": "1775556865"
},
"departure": {
"delay": 2665,
"time": "1775556865"
},
"stopId": "FR:76599:ZE:TCARxTRIA11:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 2750,
"time": "1775557610"
},
"departure": {
"delay": 2750,
"time": "1775557610"
},
"stopId": "FR:76540:ZE:TCARxBECQU1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 2958,
"time": "1775559138"
},
"departure": {
"delay": 2958,
"time": "1775559138"
},
"stopId": "FR:76095:ZE:TCARxLOMBA1:ATOUMOD001",
"stopSequence": 39
},
{
"arrival": {
"delay": 2947,
"time": "1775559247"
},
"departure": {
"delay": 2947,
"time": "1775559247"
},
"stopId": "FR:76095:ZE:TCARxGRIGN1:ATOUMOD001",
"stopSequence": 41
},
{
"arrival": {
"delay": 2706,
"time": "1775556966"
},
"departure": {
"delay": 2706,
"time": "1775556966"
},
"stopId": "FR:76599:ZE:TCARxFONTA1:ATOUMOD001",
"stopSequence": 11
},
{
"departure": {
"delay": 2438,
"time": "1775556338"
},
"stopId": "FR:76560:ZE:TCARxMEPIN1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 2927,
"time": "1775558927"
},
"departure": {
"delay": 2927,
"time": "1775558927"
},
"stopId": "FR:76095:ZE:TCARxDELAT1:ATOUMOD001",
"stopSequence": 36
},
{
"arrival": {
"delay": 2532,
"time": "1775556612"
},
"departure": {
"delay": 2532,
"time": "1775556612"
},
"stopId": "FR:76599:ZE:TCARxPICAU1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 2683,
"time": "1775558263"
},
"departure": {
"delay": 2683,
"time": "1775558263"
},
"stopId": "FR:76095:ZE:TCARxVAUC11:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": 2543,
"time": "1775556539"
},
"departure": {
"delay": 2543,
"time": "1775556563"
},
"stopId": "FR:76599:ZE:TCARxSLMAI1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 2619,
"time": "1775557839"
},
"departure": {
"delay": 2619,
"time": "1775557839"
},
"stopId": "FR:76540:ZE:TCARxHVR2:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 2898,
"time": "1775558538"
},
"departure": {
"delay": 2898,
"time": "1775558538"
},
"stopId": "FR:76095:ZE:TCARxCVICT1:ATOUMOD001",
"stopSequence": 31
},
{
"arrival": {
"delay": 2719,
"time": "1775557219"
},
"departure": {
"delay": 2719,
"time": "1775557219"
},
"stopId": "FR:76540:ZE:TCARxVERGE1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 2943,
"time": "1775559039"
},
"departure": {
"delay": 2943,
"time": "1775559063"
},
"stopId": "FR:76095:ZE:TCARxCIMEB2:ATOUMOD001",
"stopSequence": 38
},
{
"arrival": {
"delay": 3003,
"time": "1775558743"
},
"departure": {
"delay": 3003,
"time": "1775558763"
},
"stopId": "FR:76095:ZE:TCARxFLOQU1:ATOUMOD001",
"stopSequence": 33
},
{
"arrival": {
"delay": 2693,
"time": "1775557313"
},
"departure": {
"delay": 2693,
"time": "1775557313"
},
"stopId": "FR:76540:ZE:TCARxNEUVI1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 2483,
"time": "1775556623"
},
"departure": {
"delay": 2483,
"time": "1775556623"
},
"stopId": "FR:76599:ZE:TCARxLAVOI1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 2552,
"time": "1775556692"
},
"departure": {
"delay": 2552,
"time": "1775556692"
},
"stopId": "FR:76599:ZE:TCARxVERBU1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 2907,
"time": "1775558967"
},
"departure": {
"delay": 2907,
"time": "1775558967"
},
"stopId": "FR:76540:ZE:TCARxTAMAR2:ATOUMOD001",
"stopSequence": 37
},
{
"arrival": {
"delay": 2696,
"time": "1775557076"
},
"departure": {
"delay": 2696,
"time": "1775557076"
},
"stopId": "FR:76540:ZE:TCARxREPAI1:ATOUMOD001",
"stopSequence": 13
}
],
"timestamp": "1775556345",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx20:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx16700:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746213x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -92,
"time": "1775548195"
},
"departure": {
"delay": -92,
"time": "1775548228"
},
"stopId": "FR:50129:ZE:10ALB2:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"delay": -38,
"time": "1775545394"
},
"departure": {
"delay": -38,
"time": "1775545402"
},
"stopId": "FR:50129:ZE:10CVE2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 124,
"time": "1775545855"
},
"departure": {
"delay": 124,
"time": "1775545864"
},
"stopId": "FR:50129:ZE:10ART2:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 104,
"time": "1775546889"
},
"departure": {
"delay": 104,
"time": "1775546924"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 36,
"time": "1775547866"
},
"departure": {
"delay": 36,
"time": "1775547876"
},
"stopId": "FR:50129:ZE:10CPL2:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"delay": 70,
"time": "1775547218"
},
"departure": {
"delay": 70,
"time": "1775547250"
},
"stopId": "FR:50129:ZE:10REP4:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 72,
"time": "1775547474"
},
"departure": {
"delay": 72,
"time": "1775547492"
},
"stopId": "FR:50129:ZE:10HOM2:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": -123,
"time": "1775548497"
},
"stopId": "FR:50129:ZE:10MAX1:ATOUMOD035",
"stopSequence": 50
},
{
"arrival": {
"delay": 26,
"time": "1775545548"
},
"departure": {
"delay": 26,
"time": "1775545586"
},
"stopId": "FR:50129:ZE:10NOR4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 101,
"time": "1775546948"
},
"departure": {
"delay": 101,
"time": "1775546981"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 35,
"time": "1775547802"
},
"departure": {
"delay": 35,
"time": "1775547815"
},
"stopId": "FR:50129:ZE:10LON2:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 37,
"time": "1775545492"
},
"departure": {
"delay": 37,
"time": "1775545537"
},
"stopId": "FR:50129:ZE:10MYO2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": -51,
"time": "1775548020"
},
"departure": {
"delay": -51,
"time": "1775548029"
},
"stopId": "FR:50129:ZE:10BRT2:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"delay": 32,
"time": "1775547708"
},
"departure": {
"delay": 32,
"time": "1775547752"
},
"stopId": "FR:50129:ZE:10ZOL2:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": -7,
"time": "1775545352"
},
"departure": {
"delay": -7,
"time": "1775545373"
},
"stopId": "FR:50129:ZE:10COS2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 153,
"time": "1775546428"
},
"departure": {
"delay": 153,
"time": "1775546433"
},
"stopId": "FR:50129:ZE:10THH4:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 136,
"time": "1775546734"
},
"departure": {
"delay": 136,
"time": "1775546776"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 106,
"time": "1775546057"
},
"departure": {
"delay": 106,
"time": "1775546086"
},
"stopId": "FR:50129:ZE:10JMO2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 28,
"time": "1775547614"
},
"departure": {
"delay": 28,
"time": "1775547628"
},
"stopId": "FR:50129:ZE:10DUB2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 170,
"time": "1775546106"
},
"departure": {
"delay": 170,
"time": "1775546150"
},
"stopId": "FR:50129:ZE:10LUM2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": -11,
"time": "1775547974"
},
"departure": {
"delay": -11,
"time": "1775548009"
},
"stopId": "FR:50129:ZE:10BON2:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": 68,
"time": "1775547275"
},
"departure": {
"delay": 68,
"time": "1775547308"
},
"stopId": "FR:50129:ZE:10TRA6:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 50,
"time": "1775547522"
},
"departure": {
"delay": 50,
"time": "1775547530"
},
"stopId": "FR:50129:ZE:10AGO2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 162,
"time": "1775545665"
},
"departure": {
"delay": 162,
"time": "1775545842"
},
"stopId": "FR:50129:ZE:10ZPH2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": -85,
"time": "1775548342"
},
"departure": {
"delay": -85,
"time": "1775548355"
},
"stopId": "FR:50129:ZE:10COF2:ATOUMOD035",
"stopSequence": 47
},
{
"arrival": {
"delay": -26,
"time": "1775547926"
},
"departure": {
"delay": -26,
"time": "1775547934"
},
"stopId": "FR:50129:ZE:10ARA2:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"delay": 94,
"time": "1775547128"
},
"departure": {
"delay": 94,
"time": "1775547154"
},
"stopId": "FR:50129:ZE:10HDI4:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 113,
"time": "1775546654"
},
"departure": {
"delay": 113,
"time": "1775546693"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 111,
"time": "1775547019"
},
"departure": {
"delay": 111,
"time": "1775547051"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 168,
"time": "1775546198"
},
"departure": {
"delay": 168,
"time": "1775546268"
},
"stopId": "FR:50129:ZE:10BHC2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 26,
"time": "1775545265"
},
"departure": {
"delay": 26,
"time": "1775545286"
},
"stopId": "FR:50129:ZE:10JGO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 100,
"time": "1775546818"
},
"departure": {
"delay": 100,
"time": "1775546860"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 122,
"time": "1775546030"
},
"departure": {
"delay": 122,
"time": "1775546042"
},
"stopId": "FR:50129:ZE:10LLM2:ATOUMOD035",
"stopSequence": 13
},
{
"departure": {
"delay": 22,
"time": "1775545222"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 33,
"time": "1775545626"
},
"departure": {
"delay": 33,
"time": "1775545653"
},
"stopId": "FR:50129:ZE:10JEA2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 96,
"time": "1775547363"
},
"departure": {
"delay": 96,
"time": "1775547396"
},
"stopId": "FR:50129:ZE:10HUI2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 5,
"time": "1775547832"
},
"departure": {
"delay": 5,
"time": "1775547845"
},
"stopId": "FR:50129:ZE:10BHE2:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 141,
"time": "1775545954"
},
"departure": {
"delay": 141,
"time": "1775546001"
},
"stopId": "FR:50129:ZE:10BRO2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": -99,
"time": "1775548448"
},
"departure": {
"delay": -99,
"time": "1775548461"
},
"stopId": "FR:50129:ZE:10EPH1:ATOUMOD035",
"stopSequence": 49
},
{
"arrival": {
"delay": 72,
"time": "1775547418"
},
"departure": {
"delay": 72,
"time": "1775547432"
},
"stopId": "FR:50129:ZE:10BEL2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 18,
"time": "1775547904"
},
"departure": {
"delay": 18,
"time": "1775547918"
},
"stopId": "FR:50129:ZE:10PRE2:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": -85,
"time": "1775548159"
},
"departure": {
"delay": -85,
"time": "1775548175"
},
"stopId": "FR:50129:ZE:10SFN2:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"delay": 202,
"time": "1775546558"
},
"departure": {
"delay": 202,
"time": "1775546602"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 37,
"time": "1775547564"
},
"departure": {
"delay": 37,
"time": "1775547577"
},
"stopId": "FR:50129:ZE:10LAV2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 5,
"time": "1775545420"
},
"departure": {
"delay": 5,
"time": "1775545445"
},
"stopId": "FR:50129:ZE:10RSX2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": -100,
"time": "1775548086"
},
"departure": {
"delay": -100,
"time": "1775548100"
},
"stopId": "FR:50129:ZE:10CAR2:ATOUMOD035",
"stopSequence": 44
},
{
"arrival": {
"delay": -84,
"time": "1775548046"
},
"departure": {
"delay": -84,
"time": "1775548056"
},
"stopId": "FR:50129:ZE:10HOU2:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": 152,
"time": "1775546300"
},
"departure": {
"delay": 152,
"time": "1775546312"
},
"stopId": "FR:50129:ZE:10LCP2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": -91,
"time": "1775548379"
},
"departure": {
"delay": -91,
"time": "1775548409"
},
"stopId": "FR:50129:ZE:10SFG2:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"delay": -25,
"time": "1775545460"
},
"departure": {
"delay": -25,
"time": "1775545475"
},
"stopId": "FR:50129:ZE:10MGT2:ATOUMOD035",
"stopSequence": 6
}
],
"timestamp": "1775560076",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746213x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746158x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -10,
"time": "1775542550"
},
"departure": {
"delay": -10,
"time": "1775542550"
},
"stopId": "FR:50129:ZE:10COS1:ATOUMOD035",
"stopSequence": 47
},
{
"arrival": {
"delay": 535,
"time": "1775540087"
},
"departure": {
"delay": 535,
"time": "1775540095"
},
"stopId": "FR:50129:ZE:10CAR1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 571,
"time": "1775540452"
},
"departure": {
"delay": 571,
"time": "1775540491"
},
"stopId": "FR:50129:ZE:10BHE1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 584,
"time": "1775541489"
},
"departure": {
"delay": 584,
"time": "1775541524"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 554,
"time": "1775542814"
},
"departure": {
"delay": 554,
"time": "1775542814"
},
"stopId": "FR:50129:ZE:10ZPH1:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"delay": 592,
"time": "1775540606"
},
"departure": {
"delay": 592,
"time": "1775540632"
},
"stopId": "FR:50129:ZE:10ZOL1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 506,
"time": "1775540333"
},
"departure": {
"delay": 506,
"time": "1775540366"
},
"stopId": "FR:50129:ZE:10PRE1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 572,
"time": "1775542912"
},
"departure": {
"delay": 572,
"time": "1775542952"
},
"stopId": "FR:50129:ZE:10NOR3:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"delay": 583,
"time": "1775542981"
},
"departure": {
"delay": 583,
"time": "1775543023"
},
"stopId": "FR:50129:ZE:10MGT1:ATOUMOD035",
"stopSequence": 44
},
{
"arrival": {
"delay": 595,
"time": "1775541143"
},
"departure": {
"delay": 595,
"time": "1775541175"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 571,
"time": "1775539976"
},
"departure": {
"delay": 571,
"time": "1775540011"
},
"stopId": "FR:50129:ZE:10ALB1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 622,
"time": "1775540852"
},
"departure": {
"delay": 622,
"time": "1775540902"
},
"stopId": "FR:50129:ZE:10AGO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 609,
"time": "1775541271"
},
"departure": {
"delay": 609,
"time": "1775541369"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 588,
"time": "1775540792"
},
"departure": {
"delay": 588,
"time": "1775540808"
},
"stopId": "FR:50129:ZE:10LAV1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 552,
"time": "1775542481"
},
"departure": {
"delay": 552,
"time": "1775542512"
},
"stopId": "FR:50129:ZE:10LUM1:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 603,
"time": "1775542771"
},
"departure": {
"delay": 603,
"time": "1775542803"
},
"stopId": "FR:50129:ZE:10ART1:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": 610,
"time": "1775540695"
},
"departure": {
"delay": 610,
"time": "1775540770"
},
"stopId": "FR:50129:ZE:10DUB1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 542,
"time": "1775540027"
},
"departure": {
"delay": 542,
"time": "1775540042"
},
"stopId": "FR:50129:ZE:10SFN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 535,
"time": "1775542207"
},
"departure": {
"delay": 535,
"time": "1775542255"
},
"stopId": "FR:50129:ZE:10LCA1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 517,
"time": "1775541607"
},
"departure": {
"delay": 517,
"time": "1775541637"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 459,
"time": "1775541663"
},
"departure": {
"delay": 459,
"time": "1775541699"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 589,
"time": "1775541427"
},
"departure": {
"delay": 589,
"time": "1775541469"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 611,
"time": "1775540917"
},
"departure": {
"delay": 611,
"time": "1775540951"
},
"stopId": "FR:50129:ZE:10HOM1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 507,
"time": "1775540283"
},
"departure": {
"delay": 507,
"time": "1775540307"
},
"stopId": "FR:50129:ZE:10ARA1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": -10,
"time": "1775542490"
},
"departure": {
"delay": -10,
"time": "1775542490"
},
"stopId": "FR:50129:ZE:10CVE1:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"delay": 553,
"time": "1775542845"
},
"departure": {
"delay": 553,
"time": "1775542873"
},
"stopId": "FR:50129:ZE:10JEA1:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": 577,
"time": "1775542287"
},
"departure": {
"delay": 577,
"time": "1775542417"
},
"stopId": "FR:50129:ZE:10BHC3:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 601,
"time": "1775542531"
},
"departure": {
"delay": 601,
"time": "1775542561"
},
"stopId": "FR:50129:ZE:10JMO1:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 582,
"time": "1775540514"
},
"departure": {
"delay": 582,
"time": "1775540562"
},
"stopId": "FR:50129:ZE:10LON1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 588,
"time": "1775542577"
},
"departure": {
"delay": 588,
"time": "1775542608"
},
"stopId": "FR:50129:ZE:10LLM1:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 478,
"time": "1775541765"
},
"departure": {
"delay": 478,
"time": "1775541838"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 554,
"time": "1775540999"
},
"departure": {
"delay": 554,
"time": "1775541014"
},
"stopId": "FR:50129:ZE:10BEL1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 513,
"time": "1775541543"
},
"departure": {
"delay": 513,
"time": "1775541573"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 27
},
{
"departure": {
"delay": 571,
"time": "1775539831"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 577,
"time": "1775541189"
},
"departure": {
"delay": 577,
"time": "1775541217"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 566,
"time": "1775539870"
},
"departure": {
"delay": 566,
"time": "1775539886"
},
"stopId": "FR:50129:ZE:10COF1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 598,
"time": "1775542630"
},
"departure": {
"delay": 598,
"time": "1775542678"
},
"stopId": "FR:50129:ZE:10BRO1:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"delay": 529,
"time": "1775542963"
},
"departure": {
"delay": 529,
"time": "1775542969"
},
"stopId": "FR:50129:ZE:10MYO1:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": 542,
"time": "1775540195"
},
"departure": {
"delay": 542,
"time": "1775540222"
},
"stopId": "FR:50129:ZE:10BON1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 597,
"time": "1775541049"
},
"departure": {
"delay": 597,
"time": "1775541117"
},
"stopId": "FR:50129:ZE:10HUI1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 520,
"time": "1775540112"
},
"departure": {
"delay": 520,
"time": "1775540140"
},
"stopId": "FR:50129:ZE:10HOU1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 510,
"time": "1775540166"
},
"departure": {
"delay": 510,
"time": "1775540190"
},
"stopId": "FR:50129:ZE:10BRT1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 502,
"time": "1775540397"
},
"departure": {
"delay": 502,
"time": "1775540422"
},
"stopId": "FR:50129:ZE:10CPL1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 592,
"time": "1775539845"
},
"departure": {
"delay": 592,
"time": "1775539852"
},
"stopId": "FR:50129:ZE:10SFG1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 412,
"time": "1775541883"
},
"departure": {
"delay": 412,
"time": "1775541892"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 493,
"time": "1775542064"
},
"departure": {
"delay": 493,
"time": "1775542093"
},
"stopId": "FR:50129:ZE:10THH3:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": -10,
"time": "1775542670"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"time": "1775543037"
},
"departure": {
"time": "1775542500"
},
"stopId": "FR:50129:ZE:10RSX1:ATOUMOD035",
"stopSequence": 45
}
],
"timestamp": "1775560077",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746158x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4190592x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 49,
"time": "1775559709"
},
"stopId": "FR:76351:ZE:3153:ATOUMOD003",
"stopSequence": 3
},
{
"departure": {
"delay": 95,
"time": "1775559755"
},
"stopId": "FR:76351:ZE:4849:ATOUMOD003",
"stopSequence": 4
},
{
"arrival": {
"delay": 20,
"time": "1775560100"
},
"departure": {
"delay": 20,
"time": "1775560100"
},
"stopId": "FR:76351:ZE:4428:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": 23,
"time": "1775561183"
},
"departure": {
"delay": 23,
"time": "1775561183"
},
"stopId": "FR:76351:ZE:3783:ATOUMOD003",
"stopSequence": 24
},
{
"departure": {
"delay": 67,
"time": "1775559787"
},
"stopId": "FR:76351:ZE:3076:ATOUMOD003",
"stopSequence": 5
},
{
"arrival": {
"delay": 35,
"time": "1775560595"
},
"departure": {
"delay": 35,
"time": "1775560595"
},
"stopId": "FR:76351:ZE:3053:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": 50,
"time": "1775561270"
},
"departure": {
"delay": 50,
"time": "1775561270"
},
"stopId": "FR:76351:ZE:3779:ATOUMOD003",
"stopSequence": 26
},
{
"arrival": {
"delay": 52,
"time": "1775561032"
},
"departure": {
"delay": 52,
"time": "1775561032"
},
"stopId": "FR:76351:ZE:4911:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": 20,
"time": "1775560340"
},
"departure": {
"delay": 20,
"time": "1775560340"
},
"stopId": "FR:76351:ZE:4699:ATOUMOD003",
"stopSequence": 14
},
{
"departure": {
"delay": 42,
"time": "1775559642"
},
"stopId": "FR:76351:ZE:3163:ATOUMOD003",
"stopSequence": 2
},
{
"arrival": {
"delay": 31,
"time": "1775560771"
},
"departure": {
"delay": 31,
"time": "1775560771"
},
"stopId": "FR:76351:ZE:3421:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 39,
"time": "1775560239"
},
"departure": {
"delay": 39,
"time": "1775560239"
},
"stopId": "FR:76351:ZE:3387:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": 55,
"time": "1775561335"
},
"departure": {
"delay": 55,
"time": "1775561335"
},
"stopId": "FR:76351:ZE:3777:ATOUMOD003",
"stopSequence": 27
},
{
"arrival": {
"delay": 20,
"time": "1775561660"
},
"stopId": "FR:76351:ZE:4537:ATOUMOD003",
"stopSequence": 30
},
{
"arrival": {
"delay": 20,
"time": "1775560820"
},
"departure": {
"delay": 20,
"time": "1775560820"
},
"stopId": "FR:76351:ZE:4910:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": 20,
"time": "1775561240"
},
"departure": {
"delay": 20,
"time": "1775561240"
},
"stopId": "FR:76351:ZE:4828:ATOUMOD003",
"stopSequence": 25
},
{
"departure": {
"delay": 23,
"time": "1775560043"
},
"stopId": "FR:76351:ZE:3079:ATOUMOD003",
"stopSequence": 9
},
{
"departure": {
"time": "1775559540"
},
"stopId": "FR:76351:ZE:3472:ATOUMOD003",
"stopSequence": 1
},
{
"arrival": {
"delay": 65,
"time": "1775561405"
},
"departure": {
"delay": 65,
"time": "1775561405"
},
"stopId": "FR:76351:ZE:3194:ATOUMOD003",
"stopSequence": 28
},
{
"arrival": {
"delay": -10,
"time": "1775559890"
},
"departure": {
"delay": -10,
"time": "1775559890"
},
"stopId": "FR:76351:ZE:3038:ATOUMOD003",
"stopSequence": 7
},
{
"arrival": {
"delay": 43,
"time": "1775560303"
},
"departure": {
"delay": 43,
"time": "1775560303"
},
"stopId": "FR:76351:ZE:4733:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 30,
"time": "1775560170"
},
"departure": {
"delay": 30,
"time": "1775560170"
},
"stopId": "FR:76351:ZE:3048:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 20,
"time": "1775561480"
},
"departure": {
"delay": 20,
"time": "1775561480"
},
"stopId": "FR:76351:ZE:4142:ATOUMOD003",
"stopSequence": 29
},
{
"arrival": {
"delay": 20,
"time": "1775560700"
},
"departure": {
"delay": 20,
"time": "1775560700"
},
"stopId": "FR:76351:ZE:3142:ATOUMOD003",
"stopSequence": 17
},
{
"departure": {
"delay": 11,
"time": "1775559851"
},
"stopId": "FR:76351:ZE:3572:ATOUMOD003",
"stopSequence": 6
},
{
"arrival": {
"delay": 58,
"time": "1775560858"
},
"departure": {
"delay": 58,
"time": "1775560858"
},
"stopId": "FR:76351:ZE:5150:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": 39,
"time": "1775560899"
},
"departure": {
"delay": 39,
"time": "1775560899"
},
"stopId": "FR:76351:ZE:4486:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": 30,
"time": "1775561130"
},
"departure": {
"delay": 30,
"time": "1775561130"
},
"stopId": "FR:76351:ZE:4913:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": 20,
"time": "1775560520"
},
"departure": {
"delay": 20,
"time": "1775560520"
},
"stopId": "FR:76351:ZE:3549:ATOUMOD003",
"stopSequence": 15
},
{
"departure": {
"delay": 65,
"time": "1775559965"
},
"stopId": "FR:76351:ZE:3673:ATOUMOD003",
"stopSequence": 8
}
],
"timestamp": "1775559730",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:19:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4190592x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3747892x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 19,
"time": "1775546794"
},
"departure": {
"delay": 19,
"time": "1775546839"
},
"stopId": "FR:50129:ZE:10CEN1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 78,
"time": "1775545987"
},
"departure": {
"delay": 78,
"time": "1775545998"
},
"stopId": "FR:50129:ZE:10ODR1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": -52,
"time": "1775546888"
},
"stopId": "FR:50129:ZE:10MXR1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 12,
"time": "1775546521"
},
"departure": {
"delay": 12,
"time": "1775546532"
},
"stopId": "FR:50129:ZE:10DEB1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 54,
"time": "1775546262"
},
"departure": {
"delay": 54,
"time": "1775546274"
},
"stopId": "FR:50129:ZE:10SEX1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 11,
"time": "1775546732"
},
"departure": {
"delay": 11,
"time": "1775546771"
},
"stopId": "FR:50129:ZE:10BOC1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 90,
"time": "1775545937"
},
"departure": {
"delay": 90,
"time": "1775545950"
},
"stopId": "FR:50129:ZE:10BOS1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 46,
"time": "1775546117"
},
"departure": {
"delay": 46,
"time": "1775546146"
},
"stopId": "FR:50129:ZE:10RUC1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 160,
"time": "1775545874"
},
"departure": {
"delay": 160,
"time": "1775545900"
},
"stopId": "FR:50129:ZE:10JAR1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 108,
"time": "1775545718"
},
"departure": {
"delay": 108,
"time": "1775545788"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": -45,
"time": "1775546704"
},
"departure": {
"delay": -45,
"time": "1775546715"
},
"stopId": "FR:50129:ZE:10GNT1:ATOUMOD035",
"stopSequence": 20
},
{
"departure": {
"delay": 218,
"time": "1775545538"
},
"stopId": "FR:50129:ZE:10SHU2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 44,
"time": "1775546177"
},
"departure": {
"delay": 44,
"time": "1775546204"
},
"stopId": "FR:50129:ZE:10BSJ1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": -26,
"time": "1775546600"
},
"departure": {
"delay": -26,
"time": "1775546614"
},
"stopId": "FR:50129:ZE:10REN1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 50,
"time": "1775546018"
},
"departure": {
"delay": 50,
"time": "1775546030"
},
"stopId": "FR:50129:ZE:10SRN1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 92,
"time": "1775546215"
},
"departure": {
"delay": 92,
"time": "1775546252"
},
"stopId": "FR:50129:ZE:10MTT1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 21,
"time": "1775546632"
},
"departure": {
"delay": 21,
"time": "1775546661"
},
"stopId": "FR:50129:ZE:10LOG1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 6,
"time": "1775546572"
},
"departure": {
"delay": 6,
"time": "1775546586"
},
"stopId": "FR:50129:ZE:10CUR1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 75,
"time": "1775545568"
},
"departure": {
"delay": 75,
"time": "1775545635"
},
"stopId": "FR:50129:ZE:10SHU1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 57,
"time": "1775546406"
},
"departure": {
"delay": 57,
"time": "1775546457"
},
"stopId": "FR:50129:ZE:10CSM1:ATOUMOD035",
"stopSequence": 15
}
],
"timestamp": "1775559936",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:04:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3747892x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx17117:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -7290,
"time": "1775562450"
},
"departure": {
"delay": -7290,
"time": "1775562450"
},
"stopId": "FR:76540:ZE:TCARxBOU5:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": -7298,
"time": "1775563342"
},
"stopId": "FR:76540:ZE:TCARxBDARN1:ATOUMOD001",
"stopSequence": 33
},
{
"arrival": {
"delay": -7260,
"time": "1775561460"
},
"departure": {
"delay": -7260,
"time": "1775561460"
},
"stopId": "FR:76451:ZE:TCARxASSOC0:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -7167,
"time": "1775561193"
},
"departure": {
"delay": -7167,
"time": "1775561193"
},
"stopId": "FR:76451:ZE:TCARxARON0:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -7233,
"time": "1775562807"
},
"departure": {
"delay": -7233,
"time": "1775562807"
},
"stopId": "FR:76540:ZE:TCARxDELVI1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": -7283,
"time": "1775563057"
},
"departure": {
"delay": -7283,
"time": "1775563057"
},
"stopId": "FR:76540:ZE:TCARxHALL21:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": -7252,
"time": "1775561528"
},
"departure": {
"delay": -7252,
"time": "1775561528"
},
"stopId": "FR:76451:ZE:TCARxBERTE0:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": -7229,
"time": "1775562871"
},
"departure": {
"delay": -7229,
"time": "1775562871"
},
"stopId": "FR:76540:ZE:TCARxSUISS1:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": -7200,
"time": "1775561220"
},
"departure": {
"delay": -7200,
"time": "1775561220"
},
"stopId": "FR:76451:ZE:TCARxPAULI0:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -7260,
"time": "1775561640"
},
"departure": {
"delay": -7260,
"time": "1775561640"
},
"stopId": "FR:76451:ZE:TCARxMORIN0:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": -7254,
"time": "1775561586"
},
"departure": {
"delay": -7254,
"time": "1775561586"
},
"stopId": "FR:76451:ZE:TCARxBULIN0:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": -7275,
"time": "1775563125"
},
"departure": {
"delay": -7275,
"time": "1775563125"
},
"stopId": "FR:76540:ZE:TCARxVFLEU1:ATOUMOD001",
"stopSequence": 31
},
{
"arrival": {
"delay": -7200,
"time": "1775561280"
},
"departure": {
"delay": -7200,
"time": "1775561280"
},
"stopId": "FR:76451:ZE:TCARxCCOMM2:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": -7230,
"time": "1775562930"
},
"departure": {
"delay": -7230,
"time": "1775562930"
},
"stopId": "FR:76540:ZE:TCARxROLLA1:ATOUMOD001",
"stopSequence": 28
},
{
"departure": {
"delay": -7200,
"time": "1775561160"
},
"stopId": "FR:76451:ZE:TCARxPVTIN1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": -7231,
"time": "1775562989"
},
"departure": {
"delay": -7231,
"time": "1775562989"
},
"stopId": "FR:76540:ZE:TCARxZURIC1:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": -7290,
"time": "1775563230"
},
"departure": {
"delay": -7290,
"time": "1775563230"
},
"stopId": "FR:76540:ZE:TCARxDRIVI3:ATOUMOD001",
"stopSequence": 32
}
],
"timestamp": "1775559956",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx22:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx17117:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3758407x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -31,
"time": "1775548977"
},
"departure": {
"delay": -31,
"time": "1775549009"
},
"stopId": "FR:50402:ZE:PIXZAF:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": -20,
"time": "1775548709"
},
"departure": {
"delay": -20,
"time": "1775548720"
},
"stopId": "FR:50045:ZE:BENBG2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 24,
"time": "1775549826"
},
"departure": {
"delay": 24,
"time": "1775549844"
},
"stopId": "FR:50184:ZE:FLAHB2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": -3,
"time": "1775547830"
},
"departure": {
"delay": -3,
"time": "1775547837"
},
"stopId": "FR:50294:ZE:MARPO2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 13,
"time": "1775549215"
},
"departure": {
"delay": 13,
"time": "1775549413"
},
"stopId": "FR:50402:ZE:PIXLAN:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 7,
"time": "1775548541"
},
"departure": {
"delay": 7,
"time": "1775548627"
},
"stopId": "FR:50045:ZE:BENCG2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 3,
"time": "1775549988"
},
"departure": {
"delay": 3,
"time": "1775550003"
},
"stopId": "FR:50184:ZE:FLAES1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 18,
"time": "1775547518"
},
"departure": {
"delay": 18,
"time": "1775547558"
},
"stopId": "FR:50129:ZE:10ANJ8:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": -51,
"time": "1775548256"
},
"departure": {
"delay": -51,
"time": "1775548269"
},
"stopId": "FR:50643:ZE:VIRMA2:ATOUMOD035",
"stopSequence": 5
},
{
"departure": {
"delay": 26,
"time": "1775547326"
},
"stopId": "FR:50129:ZE:10PEM4:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 98,
"time": "1775550278"
},
"stopId": "FR:50184:ZE:FLAEN1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 2,
"time": "1775547984"
},
"departure": {
"delay": 2,
"time": "1775548022"
},
"stopId": "FR:50575:ZE:SIDHC2:ATOUMOD035",
"stopSequence": 4
}
],
"timestamp": "1775559468",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:B:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3758407x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx13815:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -10020,
"time": "1775559360"
},
"departure": {
"delay": -10020,
"time": "1775559360"
},
"stopId": "FR:76575:ZE:TCARxELANG0:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": -9994,
"time": "1775559446"
},
"departure": {
"delay": -9994,
"time": "1775559446"
},
"stopId": "FR:76575:ZE:TCARxCAPUC0:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": -10020,
"time": "1775557680"
},
"departure": {
"delay": -10020,
"time": "1775557680"
},
"stopId": "FR:76319:ZE:TCARxLYLEG1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": -9978,
"time": "1775557722"
},
"departure": {
"delay": -9978,
"time": "1775557722"
},
"stopId": "FR:76319:ZE:TCARxRAFFI1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -10028,
"time": "1775557492"
},
"departure": {
"delay": -10028,
"time": "1775557492"
},
"stopId": "FR:76319:ZE:TCARxCARAB1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": -9780,
"time": "1775559120"
},
"departure": {
"delay": -9780,
"time": "1775559120"
},
"stopId": "FR:76497:ZE:TCARxZENIT0:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": -10019,
"time": "1775558641"
},
"departure": {
"delay": -10019,
"time": "1775558641"
},
"stopId": "FR:76322:ZE:TCARxBRAZZ1:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": -10002,
"time": "1775557938"
},
"departure": {
"delay": -10002,
"time": "1775557938"
},
"stopId": "FR:76497:ZE:TCARxTOURE1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": -9984,
"time": "1775557596"
},
"departure": {
"delay": -9984,
"time": "1775557596"
},
"stopId": "FR:76319:ZE:TCARxRENOI1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": -9974,
"time": "1775558206"
},
"departure": {
"delay": -9974,
"time": "1775558206"
},
"stopId": "FR:76497:ZE:TCARxCLECO1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": -9980,
"time": "1775558080"
},
"departure": {
"delay": -9980,
"time": "1775558080"
},
"stopId": "FR:76497:ZE:TCARxJBART1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": -9993,
"time": "1775559507"
},
"departure": {
"delay": -9993,
"time": "1775559507"
},
"stopId": "FR:76575:ZE:TCARxGAGAR0:ATOUMOD001",
"stopSequence": 31
},
{
"arrival": {
"delay": -10024,
"time": "1775559956"
},
"departure": {
"delay": -10024,
"time": "1775559956"
},
"stopId": "FR:76575:ZE:TCARxDOUAU1:ATOUMOD001",
"stopSequence": 38
},
{
"arrival": {
"delay": -10020,
"time": "1775557860"
},
"departure": {
"delay": -10020,
"time": "1775557860"
},
"stopId": "FR:76497:ZE:TCARxPMAIR1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": -9991,
"time": "1775558669"
},
"departure": {
"delay": -9991,
"time": "1775558669"
},
"stopId": "FR:76322:ZE:TCARxCDCHA1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": -10042,
"time": "1775559698"
},
"departure": {
"delay": -10042,
"time": "1775559698"
},
"stopId": "FR:76575:ZE:TCARxGOUBE0:ATOUMOD001",
"stopSequence": 33
},
{
"arrival": {
"delay": -10020,
"time": "1775558580"
},
"departure": {
"delay": -10020,
"time": "1775558580"
},
"stopId": "FR:76322:ZE:TCARxBRAQU3:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": -9993,
"time": "1775557527"
},
"departure": {
"delay": -9993,
"time": "1775557527"
},
"stopId": "FR:76319:ZE:TCARxHUGGC1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": -10080,
"time": "1775560020"
},
"stopId": "FR:76575:ZE:TCARxGARES:ATOUMOD001",
"stopSequence": 39
},
{
"arrival": {
"delay": -9993,
"time": "1775559327"
},
"departure": {
"delay": -9993,
"time": "1775559327"
},
"stopId": "FR:76575:ZE:TCARxJBREL0:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": -9989,
"time": "1775558791"
},
"departure": {
"delay": -9989,
"time": "1775558791"
},
"stopId": "FR:76322:ZE:TCARxFONCK2:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": -10056,
"time": "1775557464"
},
"departure": {
"delay": -10056,
"time": "1775557464"
},
"stopId": "FR:76319:ZE:TCARxROUVR1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -9974,
"time": "1775559286"
},
"departure": {
"delay": -9974,
"time": "1775559286"
},
"stopId": "FR:76575:ZE:TCARxCATEL0:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": -10003,
"time": "1775558477"
},
"departure": {
"delay": -10003,
"time": "1775558477"
},
"stopId": "FR:76322:ZE:TCARxSEINE1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": -10018,
"time": "1775557382"
},
"departure": {
"delay": -10018,
"time": "1775557382"
},
"stopId": "FR:76319:ZE:TCARxMATIS1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -9966,
"time": "1775558694"
},
"departure": {
"delay": -9966,
"time": "1775558694"
},
"stopId": "FR:76322:ZE:TCARxRCOTY1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": -10019,
"time": "1775558281"
},
"departure": {
"delay": -10019,
"time": "1775558281"
},
"stopId": "FR:76497:ZE:TCARxVERDE1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": -9974,
"time": "1775558746"
},
"departure": {
"delay": -9974,
"time": "1775558746"
},
"stopId": "FR:76322:ZE:TCARxANDRE1:ATOUMOD001",
"stopSequence": 20
}
],
"timestamp": "1775556876",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx06:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx13815:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx16425:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 9861,
"time": "1775559021"
},
"departure": {
"delay": 9861,
"time": "1775559021"
},
"stopId": "FR:76540:ZE:TCARxBARTS1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 9905,
"time": "1775559125"
},
"departure": {
"delay": 9905,
"time": "1775559125"
},
"stopId": "FR:76540:ZE:TCARxSVER3:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 10047,
"time": "1775559387"
},
"departure": {
"delay": 10047,
"time": "1775559387"
},
"stopId": "FR:76540:ZE:TCARxJBSAL1:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 10185,
"time": "1775557965"
},
"departure": {
"delay": 10185,
"time": "1775557965"
},
"stopId": "FR:76005:ZE:TCARxRUEFM1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 10212,
"time": "1775558101"
},
"departure": {
"delay": 10212,
"time": "1775558112"
},
"stopId": "FR:76005:ZE:TCARxGPHIL1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 10035,
"time": "1775560215"
},
"departure": {
"delay": 10035,
"time": "1775560215"
},
"stopId": "FR:76216:ZE:TCARxEBLUM1:ATOUMOD001",
"stopSequence": 33
},
{
"arrival": {
"delay": 10177,
"time": "1775557837"
},
"departure": {
"delay": 10177,
"time": "1775557837"
},
"stopId": "FR:76005:ZE:TCARxVALPE1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 10072,
"time": "1775558512"
},
"departure": {
"delay": 10072,
"time": "1775558512"
},
"stopId": "FR:76540:ZE:TCARxCHMA11:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 9933,
"time": "1775558793"
},
"departure": {
"delay": 9933,
"time": "1775558793"
},
"stopId": "FR:76540:ZE:TCARxSTVIV2:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 10083,
"time": "1775560023"
},
"departure": {
"delay": 10083,
"time": "1775560023"
},
"stopId": "FR:76216:ZE:TCARxR8MAI1:ATOUMOD001",
"stopSequence": 31
},
{
"arrival": {
"delay": 9985,
"time": "1775559241"
},
"departure": {
"delay": 9985,
"time": "1775559265"
},
"stopId": "FR:76540:ZE:TCARxCAUCH1:ATOUMOD001",
"stopSequence": 20
},
{
"departure": {
"delay": 10137,
"time": "1775557737"
},
"stopId": "FR:76005:ZE:TCARxGRVAL:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 10024,
"time": "1775560264"
},
"departure": {
"delay": 10024,
"time": "1775560264"
},
"stopId": "FR:76216:ZE:TCARxSPAUL0:ATOUMOD001",
"stopSequence": 34
},
{
"arrival": {
"delay": 10203,
"time": "1775557923"
},
"departure": {
"delay": 10203,
"time": "1775557923"
},
"stopId": "FR:76005:ZE:TCARxLEMAI1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 10112,
"time": "1775558568"
},
"departure": {
"delay": 10112,
"time": "1775558612"
},
"stopId": "FR:76540:ZE:TCARxMARTA1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 9943,
"time": "1775559823"
},
"departure": {
"delay": 9943,
"time": "1775559823"
},
"stopId": "FR:76216:ZE:TCARxMERMO1:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 10120,
"time": "1775558320"
},
"departure": {
"delay": 10120,
"time": "1775558320"
},
"stopId": "FR:76103:ZE:TCARxEAUPL1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 9971,
"time": "1775559491"
},
"departure": {
"delay": 9971,
"time": "1775559491"
},
"stopId": "FR:76540:ZE:TCARxRIDEL1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 10178,
"time": "1775558078"
},
"departure": {
"delay": 10178,
"time": "1775558078"
},
"stopId": "FR:76005:ZE:TCARxAMAIR1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 9908,
"time": "1775559608"
},
"departure": {
"delay": 9908,
"time": "1775559608"
},
"stopId": "FR:76540:ZE:TCARxOUEST1:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 9967,
"time": "1775559787"
},
"departure": {
"delay": 9967,
"time": "1775559787"
},
"stopId": "FR:76216:ZE:TCARxCOTEA1:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 9977,
"time": "1775559437"
},
"departure": {
"delay": 9977,
"time": "1775559437"
},
"stopId": "FR:76540:ZE:TCARxDESCH1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 10074,
"time": "1775558694"
},
"departure": {
"delay": 10074,
"time": "1775558694"
},
"stopId": "FR:76540:ZE:TCARxBECQU1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 9942,
"time": "1775559522"
},
"departure": {
"delay": 9942,
"time": "1775559522"
},
"stopId": "FR:76540:ZE:TCARxLIEVR1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 9967,
"time": "1775559667"
},
"departure": {
"delay": 9967,
"time": "1775559667"
},
"stopId": "FR:76540:ZE:TCARxMOISE1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 9952,
"time": "1775559712"
},
"departure": {
"delay": 9952,
"time": "1775559712"
},
"stopId": "FR:76216:ZE:TCARxBELLE1:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 10141,
"time": "1775558281"
},
"departure": {
"delay": 10141,
"time": "1775558281"
},
"stopId": "FR:76103:ZE:TCARxRSEIN1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 10102,
"time": "1775558362"
},
"departure": {
"delay": 10102,
"time": "1775558362"
},
"stopId": "FR:76540:ZE:TCARxPAUL41:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 9947,
"time": "1775559887"
},
"departure": {
"delay": 9947,
"time": "1775559887"
},
"stopId": "FR:76216:ZE:TCARxREUDE1:ATOUMOD001",
"stopSequence": 30
}
],
"timestamp": "1775557757",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx15:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx16425:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx13805:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 2909,
"time": "1775557949"
},
"departure": {
"delay": 2909,
"time": "1775557949"
},
"stopId": "FR:76322:ZE:TCARxCDCHA1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 2918,
"time": "1775558978"
},
"departure": {
"delay": 2918,
"time": "1775558978"
},
"stopId": "FR:76575:ZE:TCARxGOUBE0:ATOUMOD001",
"stopSequence": 33
},
{
"arrival": {
"delay": 2880,
"time": "1775556960"
},
"departure": {
"delay": 2880,
"time": "1775556960"
},
"stopId": "FR:76319:ZE:TCARxLYLEG1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 2880,
"time": "1775558400"
},
"departure": {
"delay": 2880,
"time": "1775558400"
},
"stopId": "FR:76575:ZE:TCARxTECHN5:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 2907,
"time": "1775558787"
},
"departure": {
"delay": 2907,
"time": "1775558787"
},
"stopId": "FR:76575:ZE:TCARxGAGAR0:ATOUMOD001",
"stopSequence": 31
},
{
"arrival": {
"delay": 2909,
"time": "1775558489"
},
"departure": {
"delay": 2909,
"time": "1775558489"
},
"stopId": "FR:76575:ZE:TCARxESIGE1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 2881,
"time": "1775557561"
},
"departure": {
"delay": 2881,
"time": "1775557561"
},
"stopId": "FR:76497:ZE:TCARxVERDE1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 2926,
"time": "1775558026"
},
"departure": {
"delay": 2926,
"time": "1775558026"
},
"stopId": "FR:76322:ZE:TCARxANDRE1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 2936,
"time": "1775559236"
},
"departure": {
"delay": 2936,
"time": "1775559236"
},
"stopId": "FR:76575:ZE:TCARxDOUAU1:ATOUMOD001",
"stopSequence": 38
},
{
"arrival": {
"delay": 2897,
"time": "1775557757"
},
"departure": {
"delay": 2897,
"time": "1775557757"
},
"stopId": "FR:76322:ZE:TCARxSEINE1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 2906,
"time": "1775558726"
},
"departure": {
"delay": 2906,
"time": "1775558726"
},
"stopId": "FR:76575:ZE:TCARxCAPUC0:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": 2911,
"time": "1775558071"
},
"departure": {
"delay": 2911,
"time": "1775558071"
},
"stopId": "FR:76322:ZE:TCARxFONCK2:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 2880,
"time": "1775558280"
},
"departure": {
"delay": 2880,
"time": "1775558280"
},
"stopId": "FR:76575:ZE:TCARxCORBU2:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 2880,
"time": "1775557860"
},
"departure": {
"delay": 2880,
"time": "1775557860"
},
"stopId": "FR:76322:ZE:TCARxBRAQU3:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 2882,
"time": "1775556662"
},
"departure": {
"delay": 2882,
"time": "1775556662"
},
"stopId": "FR:76319:ZE:TCARxMATIS1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 2880,
"time": "1775558640"
},
"departure": {
"delay": 2880,
"time": "1775558640"
},
"stopId": "FR:76575:ZE:TCARxELANG0:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 2904,
"time": "1775556744"
},
"departure": {
"delay": 2904,
"time": "1775556744"
},
"stopId": "FR:76319:ZE:TCARxROUVR1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 2916,
"time": "1775556876"
},
"departure": {
"delay": 2916,
"time": "1775556876"
},
"stopId": "FR:76319:ZE:TCARxRENOI1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 2880,
"time": "1775558160"
},
"departure": {
"delay": 2880,
"time": "1775558160"
},
"stopId": "FR:76497:ZE:TCARxZENIT0:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 2907,
"time": "1775556807"
},
"departure": {
"delay": 2907,
"time": "1775556807"
},
"stopId": "FR:76319:ZE:TCARxHUGGC1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 2926,
"time": "1775557486"
},
"departure": {
"delay": 2926,
"time": "1775557486"
},
"stopId": "FR:76497:ZE:TCARxCLECO1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 2900,
"time": "1775558240"
},
"departure": {
"delay": 2900,
"time": "1775558240"
},
"stopId": "FR:76575:ZE:TCARxSANSU1:ATOUMOD001",
"stopSequence": 23
},
{
"departure": {
"delay": 2880,
"time": "1775556600"
},
"stopId": "FR:76319:ZE:TCARxBOUTT1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 2934,
"time": "1775557974"
},
"departure": {
"delay": 2934,
"time": "1775557974"
},
"stopId": "FR:76322:ZE:TCARxRCOTY1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 2932,
"time": "1775556772"
},
"departure": {
"delay": 2932,
"time": "1775556772"
},
"stopId": "FR:76319:ZE:TCARxCARAB1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 2932,
"time": "1775558872"
},
"departure": {
"delay": 2932,
"time": "1775558872"
},
"stopId": "FR:76575:ZE:TCARxLURCA0:ATOUMOD001",
"stopSequence": 32
},
{
"arrival": {
"delay": 2880,
"time": "1775559300"
},
"stopId": "FR:76575:ZE:TCARxGARES:ATOUMOD001",
"stopSequence": 39
},
{
"arrival": {
"delay": 2926,
"time": "1775558566"
},
"departure": {
"delay": 2926,
"time": "1775558566"
},
"stopId": "FR:76575:ZE:TCARxCATEL0:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 2922,
"time": "1775557002"
},
"departure": {
"delay": 2922,
"time": "1775557002"
},
"stopId": "FR:76319:ZE:TCARxRAFFI1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 2907,
"time": "1775558607"
},
"departure": {
"delay": 2907,
"time": "1775558607"
},
"stopId": "FR:76575:ZE:TCARxJBREL0:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 2881,
"time": "1775557921"
},
"departure": {
"delay": 2881,
"time": "1775557921"
},
"stopId": "FR:76322:ZE:TCARxBRAZZ1:ATOUMOD001",
"stopSequence": 17
}
],
"timestamp": "1775556157",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx06:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx13805:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3747509x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775562300"
},
"departure": {
"time": "1775562300"
},
"stopId": "FR:50129:ZE:10LMW1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"time": "1775561640"
},
"departure": {
"time": "1775561640"
},
"stopId": "FR:50129:ZE:10PLA5:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"time": "1775561400"
},
"departure": {
"time": "1775561400"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"time": "1775561820"
},
"departure": {
"time": "1775561820"
},
"stopId": "FR:50129:ZE:10CIT1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"time": "1775561040"
},
"departure": {
"time": "1775561040"
},
"stopId": "FR:50129:ZE:10MEN2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"time": "1775562180"
},
"departure": {
"time": "1775562180"
},
"stopId": "FR:50129:ZE:10MLL3:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"time": "1775562360"
},
"departure": {
"time": "1775562360"
},
"stopId": "FR:50129:ZE:10CLO1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"time": "1775560740"
},
"departure": {
"time": "1775560740"
},
"stopId": "FR:50129:ZE:10AIG2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"time": "1775561580"
},
"departure": {
"time": "1775561580"
},
"stopId": "FR:50129:ZE:10CRN1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"time": "1775562480"
},
"departure": {
"time": "1775562480"
},
"stopId": "FR:50129:ZE:10COD1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"time": "1775560560"
},
"departure": {
"time": "1775560560"
},
"stopId": "FR:50129:ZE:10PFO4:ATOUMOD035",
"stopSequence": 3
},
{
"departure": {
"time": "1775560440"
},
"stopId": "FR:50129:ZE:10ZFO2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"time": "1775560680"
},
"departure": {
"time": "1775560680"
},
"stopId": "FR:50129:ZE:10UNI2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"time": "1775560620"
},
"departure": {
"time": "1775560620"
},
"stopId": "FR:50129:ZE:10IUT2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 1,
"time": "1775562421"
},
"departure": {
"delay": 1,
"time": "1775562421"
},
"stopId": "FR:50129:ZE:10EUR1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"time": "1775562420"
},
"departure": {
"time": "1775562420"
},
"stopId": "FR:50129:ZE:10ILO1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"time": "1775560500"
},
"departure": {
"time": "1775560500"
},
"stopId": "FR:50129:ZE:10VDT2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"time": "1775562540"
},
"departure": {
"time": "1775562540"
},
"stopId": "FR:50129:ZE:10LMQ1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"time": "1775562060"
},
"departure": {
"time": "1775562060"
},
"stopId": "FR:50129:ZE:10GMA3:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"time": "1775562780"
},
"stopId": "FR:50129:ZE:10PIS1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"time": "1775561880"
},
"departure": {
"time": "1775561880"
},
"stopId": "FR:50129:ZE:10CCI1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"time": "1775562600"
},
"departure": {
"time": "1775562600"
},
"stopId": "FR:50129:ZE:10CRD1:ATOUMOD035",
"stopSequence": 21
}
],
"timestamp": "1775560078",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:08:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3747509x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3748438x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 95,
"time": "1775554879"
},
"departure": {
"delay": 95,
"time": "1775554895"
},
"stopId": "FR:50129:ZE:10DAN2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": -21,
"time": "1775554041"
},
"departure": {
"delay": -21,
"time": "1775554059"
},
"stopId": "FR:50129:ZE:10LCO2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 12,
"time": "1775555052"
},
"stopId": "FR:50129:ZE:10ZAG2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": -1,
"time": "1775553950"
},
"departure": {
"delay": -1,
"time": "1775553959"
},
"stopId": "FR:50129:ZE:10STA2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 92,
"time": "1775554820"
},
"departure": {
"delay": 92,
"time": "1775554832"
},
"stopId": "FR:50129:ZE:10VIG2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 83,
"time": "1775553075"
},
"departure": {
"delay": 83,
"time": "1775553083"
},
"stopId": "FR:50129:ZE:10FJT1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 33,
"time": "1775554702"
},
"departure": {
"delay": 33,
"time": "1775554713"
},
"stopId": "FR:50129:ZE:10HUI4:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 102,
"time": "1775553187"
},
"departure": {
"delay": 102,
"time": "1775553222"
},
"stopId": "FR:50129:ZE:10MEN2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 21,
"time": "1775553605"
},
"departure": {
"delay": 21,
"time": "1775553621"
},
"stopId": "FR:50129:ZE:10FDC1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 49,
"time": "1775554536"
},
"departure": {
"delay": 49,
"time": "1775554549"
},
"stopId": "FR:50129:ZE:10VAB2:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 3,
"time": "1775553709"
},
"departure": {
"delay": 3,
"time": "1775553723"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 44,
"time": "1775553568"
},
"departure": {
"delay": 44,
"time": "1775553584"
},
"stopId": "FR:50129:ZE:10PHG2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 51,
"time": "1775554755"
},
"departure": {
"delay": 51,
"time": "1775554791"
},
"stopId": "FR:50129:ZE:10CRB2:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": -8,
"time": "1775554355"
},
"departure": {
"delay": -8,
"time": "1775554372"
},
"stopId": "FR:50129:ZE:10LEC2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 118,
"time": "1775552982"
},
"departure": {
"delay": 118,
"time": "1775552998"
},
"stopId": "FR:50129:ZE:10RED1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 95,
"time": "1775552603"
},
"departure": {
"delay": 95,
"time": "1775552615"
},
"stopId": "FR:50129:ZE:10BCP1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 70,
"time": "1775553005"
},
"departure": {
"delay": 70,
"time": "1775553010"
},
"stopId": "FR:50129:ZE:10CIM1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 31,
"time": "1775554382"
},
"departure": {
"delay": 31,
"time": "1775554411"
},
"stopId": "FR:50129:ZE:10FRA2:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": -33,
"time": "1775554084"
},
"departure": {
"delay": -33,
"time": "1775554107"
},
"stopId": "FR:50129:ZE:10POL2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 127,
"time": "1775552775"
},
"departure": {
"delay": 127,
"time": "1775552827"
},
"stopId": "FR:50129:ZE:10ROS1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 56,
"time": "1775554604"
},
"departure": {
"delay": 56,
"time": "1775554616"
},
"stopId": "FR:50129:ZE:10EGL5:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 157,
"time": "1775552833"
},
"departure": {
"delay": 157,
"time": "1775552917"
},
"stopId": "FR:50129:ZE:10SAD1:ATOUMOD035",
"stopSequence": 8
},
{
"departure": {
"delay": 138,
"time": "1775552538"
},
"stopId": "FR:50129:ZE:10DIG1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 138,
"time": "1775552942"
},
"departure": {
"delay": 138,
"time": "1775552958"
},
"stopId": "FR:50129:ZE:10VOL1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 107,
"time": "1775552735"
},
"departure": {
"delay": 107,
"time": "1775552747"
},
"stopId": "FR:50129:ZE:10SAL1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 43,
"time": "1775554261"
},
"departure": {
"delay": 43,
"time": "1775554303"
},
"stopId": "FR:50129:ZE:10LEB2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 141,
"time": "1775552654"
},
"departure": {
"delay": 141,
"time": "1775552661"
},
"stopId": "FR:50129:ZE:10COT1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 29,
"time": "1775553657"
},
"departure": {
"delay": 29,
"time": "1775553689"
},
"stopId": "FR:50129:ZE:10CTR3:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 42,
"time": "1775553262"
},
"departure": {
"delay": 42,
"time": "1775553462"
},
"stopId": "FR:50129:ZE:10SHU3:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 83,
"time": "1775554483"
},
"departure": {
"delay": 83,
"time": "1775554523"
},
"stopId": "FR:50129:ZE:10SMT2:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": -24,
"time": "1775553741"
},
"departure": {
"delay": -24,
"time": "1775553756"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 129,
"time": "1775552693"
},
"departure": {
"delay": 129,
"time": "1775552709"
},
"stopId": "FR:50129:ZE:10PFJ1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 127,
"time": "1775552576"
},
"departure": {
"delay": 127,
"time": "1775552587"
},
"stopId": "FR:50129:ZE:10CDF1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 25,
"time": "1775553797"
},
"departure": {
"delay": 25,
"time": "1775553865"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 20
}
],
"timestamp": "1775560078",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:05:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3748438x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD005:ServiceJourney:1097:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775584140"
},
"departure": {
"time": "1775584140"
},
"stopId": "FR:76217:ZE:18243:ATOUMOD005",
"stopSequence": 5
},
{
"arrival": {
"time": "1775584260"
},
"departure": {
"time": "1775584260"
},
"stopId": "FR:76217:ZE:18067:ATOUMOD005",
"stopSequence": 7
},
{
"arrival": {
"time": "1775584500"
},
"departure": {
"time": "1775584500"
},
"stopId": "FR:76217:ZE:18801:ATOUMOD005",
"stopSequence": 11
},
{
"arrival": {
"time": "1775584560"
},
"departure": {
"time": "1775584560"
},
"stopId": "FR:76217:ZE:18037:ATOUMOD005",
"stopSequence": 12
},
{
"arrival": {
"time": "1775584440"
},
"departure": {
"time": "1775584440"
},
"stopId": "FR:76217:ZE:18052:ATOUMOD005",
"stopSequence": 10
},
{
"arrival": {
"time": "1775584320"
},
"departure": {
"time": "1775584320"
},
"stopId": "FR:76217:ZE:18325:ATOUMOD005",
"stopSequence": 8
},
{
"departure": {
"time": "1775583600"
},
"stopId": "FR:76217:ZE:18088:ATOUMOD005",
"stopSequence": 1
},
{
"arrival": {
"time": "1775583900"
},
"departure": {
"time": "1775583900"
},
"stopId": "FR:76217:ZE:18057:ATOUMOD005",
"stopSequence": 3
},
{
"arrival": {
"time": "1775584860"
},
"departure": {
"time": "1775584860"
},
"stopId": "FR:76217:ZE:18324:ATOUMOD005",
"stopSequence": 15
},
{
"arrival": {
"time": "1775584980"
},
"departure": {
"time": "1775584980"
},
"stopId": "FR:76217:ZE:18023:ATOUMOD005",
"stopSequence": 16
},
{
"arrival": {
"time": "1775584680"
},
"departure": {
"time": "1775584680"
},
"stopId": "FR:76217:ZE:18028:ATOUMOD005",
"stopSequence": 14
},
{
"arrival": {
"time": "1775584020"
},
"departure": {
"time": "1775584020"
},
"stopId": "FR:76217:ZE:18043:ATOUMOD005",
"stopSequence": 4
},
{
"arrival": {
"time": "1775584200"
},
"departure": {
"time": "1775584200"
},
"stopId": "FR:76217:ZE:18800:ATOUMOD005",
"stopSequence": 6
},
{
"arrival": {
"time": "1775584380"
},
"departure": {
"time": "1775584380"
},
"stopId": "FR:76217:ZE:18093:ATOUMOD005",
"stopSequence": 9
},
{
"arrival": {
"time": "1775583780"
},
"departure": {
"time": "1775583780"
},
"stopId": "FR:76217:ZE:18320:ATOUMOD005",
"stopSequence": 2
},
{
"arrival": {
"time": "1775585220"
},
"stopId": "FR:76217:ZE:18041:ATOUMOD005",
"stopSequence": 18
},
{
"arrival": {
"time": "1775584620"
},
"departure": {
"time": "1775584620"
},
"stopId": "FR:76217:ZE:18080:ATOUMOD005",
"stopSequence": 13
},
{
"arrival": {
"time": "1775585160"
},
"departure": {
"time": "1775585160"
},
"stopId": "FR:76217:ZE:18321:ATOUMOD005",
"stopSequence": 17
}
],
"timestamp": "1775560066",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD005:Line:3:LOC",
"tripId": "ATOUMOD005:ServiceJourney:1097:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745714x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 122,
"time": "1775540365"
},
"departure": {
"delay": 122,
"time": "1775540402"
},
"stopId": "FR:50129:ZE:10EPH1:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 60,
"time": "1775540700"
},
"stopId": "FR:50129:ZE:10AMF1:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 33,
"time": "1775539192"
},
"departure": {
"delay": 33,
"time": "1775539233"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 36,
"time": "1775538891"
},
"departure": {
"delay": 36,
"time": "1775538936"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 54,
"time": "1775539326"
},
"departure": {
"delay": 54,
"time": "1775539374"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 80,
"time": "1775538738"
},
"departure": {
"delay": 80,
"time": "1775538800"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 77,
"time": "1775537808"
},
"departure": {
"delay": 77,
"time": "1775537837"
},
"stopId": "FR:50129:ZE:10FLO2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 115,
"time": "1775540117"
},
"departure": {
"delay": 115,
"time": "1775540155"
},
"stopId": "FR:50129:ZE:10PET2:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 118,
"time": "1775540506"
},
"departure": {
"delay": 118,
"time": "1775540518"
},
"stopId": "FR:50129:ZE:10TLL2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 23,
"time": "1775538161"
},
"departure": {
"delay": 23,
"time": "1775538203"
},
"stopId": "FR:50129:ZE:10BAG4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 87,
"time": "1775540657"
},
"departure": {
"delay": 87,
"time": "1775540667"
},
"stopId": "FR:50129:ZE:10MES2:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 71,
"time": "1775539475"
},
"departure": {
"delay": 71,
"time": "1775539511"
},
"stopId": "FR:50129:ZE:10HDI4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": -12,
"time": "1775538256"
},
"departure": {
"delay": -12,
"time": "1775538288"
},
"stopId": "FR:50129:ZE:10GRR2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 33,
"time": "1775539556"
},
"departure": {
"delay": 33,
"time": "1775539593"
},
"stopId": "FR:50129:ZE:10REP4:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 102,
"time": "1775540546"
},
"departure": {
"delay": 102,
"time": "1775540562"
},
"stopId": "FR:50129:ZE:10HET2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": -12,
"time": "1775538318"
},
"departure": {
"delay": -12,
"time": "1775538348"
},
"stopId": "FR:50129:ZE:10XCT4:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 80,
"time": "1775539723"
},
"departure": {
"delay": 80,
"time": "1775539760"
},
"stopId": "FR:50129:ZE:10PAX2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 52,
"time": "1775539634"
},
"departure": {
"delay": 52,
"time": "1775539672"
},
"stopId": "FR:50129:ZE:10TRA3:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": -6,
"time": "1775538085"
},
"departure": {
"delay": -6,
"time": "1775538114"
},
"stopId": "FR:50129:ZE:10MED4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 64,
"time": "1775537904"
},
"departure": {
"delay": 64,
"time": "1775537944"
},
"stopId": "FR:50129:ZE:10LPL2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 45,
"time": "1775538005"
},
"departure": {
"delay": 45,
"time": "1775538045"
},
"stopId": "FR:50129:ZE:10NOR6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 38,
"time": "1775537966"
},
"departure": {
"delay": 38,
"time": "1775537978"
},
"stopId": "FR:50129:ZE:10GDR2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 1,
"time": "1775538552"
},
"departure": {
"delay": 1,
"time": "1775538601"
},
"stopId": "FR:50129:ZE:10CRN2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 130,
"time": "1775539957"
},
"departure": {
"delay": 130,
"time": "1775539990"
},
"stopId": "FR:50129:ZE:10CAQ2:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 111,
"time": "1775540318"
},
"departure": {
"delay": 111,
"time": "1775540331"
},
"stopId": "FR:50129:ZE:10EPC2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 109,
"time": "1775540053"
},
"departure": {
"delay": 109,
"time": "1775540089"
},
"stopId": "FR:50129:ZE:10HME2:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 9,
"time": "1775539042"
},
"departure": {
"delay": 9,
"time": "1775539149"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": -15,
"time": "1775538399"
},
"departure": {
"delay": -15,
"time": "1775538465"
},
"stopId": "FR:50129:ZE:10HPA4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 137,
"time": "1775540440"
},
"departure": {
"delay": 137,
"time": "1775540477"
},
"stopId": "FR:50129:ZE:10PAU2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 23,
"time": "1775539253"
},
"departure": {
"delay": 23,
"time": "1775539283"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 93,
"time": "1775540217"
},
"departure": {
"delay": 93,
"time": "1775540253"
},
"stopId": "FR:50129:ZE:10DIX2:ATOUMOD035",
"stopSequence": 29
},
{
"departure": {
"delay": 48,
"time": "1775537748"
},
"stopId": "FR:50129:ZE:10ECT1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 117,
"time": "1775540617"
},
"departure": {
"delay": 117,
"time": "1775540637"
},
"stopId": "FR:50129:ZE:10MOR2:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": -16,
"time": "1775538977"
},
"departure": {
"delay": -16,
"time": "1775539004"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 138,
"time": "1775539839"
},
"departure": {
"delay": 138,
"time": "1775539878"
},
"stopId": "FR:50129:ZE:10ANN2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 123,
"time": "1775539771"
},
"departure": {
"delay": 123,
"time": "1775539803"
},
"stopId": "FR:50129:ZE:10CMI2:ATOUMOD035",
"stopSequence": 24
}
],
"timestamp": "1775560077",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:02:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745714x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4072156x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 59,
"time": "1775562179"
},
"departure": {
"delay": 59,
"time": "1775562179"
},
"stopId": "FR:76351:ZE:3177:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": 4,
"time": "1775560984"
},
"departure": {
"delay": 4,
"time": "1775560984"
},
"stopId": "FR:76351:ZE:3374:ATOUMOD003",
"stopSequence": 7
},
{
"arrival": {
"time": "1775562300"
},
"departure": {
"time": "1775562300"
},
"stopId": "FR:76351:ZE:3793:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": 6,
"time": "1775561106"
},
"departure": {
"delay": 6,
"time": "1775561106"
},
"stopId": "FR:76351:ZE:3236:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": 50,
"time": "1775561510"
},
"departure": {
"delay": 50,
"time": "1775561510"
},
"stopId": "FR:76351:ZE:3383:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"time": "1775561340"
},
"departure": {
"time": "1775561340"
},
"stopId": "FR:76351:ZE:3378:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"time": "1775561580"
},
"departure": {
"time": "1775561580"
},
"stopId": "FR:76351:ZE:3545:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 58,
"time": "1775560918"
},
"departure": {
"delay": 58,
"time": "1775560918"
},
"stopId": "FR:76351:ZE:3528:ATOUMOD003",
"stopSequence": 6
},
{
"arrival": {
"time": "1775560860"
},
"departure": {
"time": "1775560860"
},
"stopId": "FR:76351:ZE:3310:ATOUMOD003",
"stopSequence": 5
},
{
"arrival": {
"delay": 52,
"time": "1775561632"
},
"departure": {
"delay": 52,
"time": "1775561632"
},
"stopId": "FR:76351:ZE:3254:ATOUMOD003",
"stopSequence": 16
},
{
"departure": {
"time": "1775560620"
},
"stopId": "FR:76481:ZE:5094:ATOUMOD003",
"stopSequence": 1
},
{
"arrival": {
"delay": 55,
"time": "1775562115"
},
"departure": {
"delay": 55,
"time": "1775562115"
},
"stopId": "FR:76351:ZE:3281:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": 19,
"time": "1775562019"
},
"departure": {
"delay": 19,
"time": "1775562019"
},
"stopId": "FR:76351:ZE:3280:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": 6,
"time": "1775560686"
},
"departure": {
"delay": 6,
"time": "1775560686"
},
"stopId": "FR:76351:ZE:3462:ATOUMOD003",
"stopSequence": 2
},
{
"arrival": {
"delay": 55,
"time": "1775561275"
},
"departure": {
"delay": 55,
"time": "1775561275"
},
"stopId": "FR:76351:ZE:3169:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 1,
"time": "1775561701"
},
"departure": {
"delay": 1,
"time": "1775561701"
},
"stopId": "FR:76351:ZE:3694:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"time": "1775561940"
},
"departure": {
"time": "1775561940"
},
"stopId": "FR:76351:ZE:4640:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": 59,
"time": "1775561459"
},
"departure": {
"delay": 59,
"time": "1775561459"
},
"stopId": "FR:76351:ZE:3010:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"time": "1775562540"
},
"stopId": "FR:76351:ZE:4544:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": 39,
"time": "1775560779"
},
"departure": {
"delay": 39,
"time": "1775560779"
},
"stopId": "FR:76351:ZE:3199:ATOUMOD003",
"stopSequence": 4
},
{
"arrival": {
"time": "1775561040"
},
"departure": {
"time": "1775561040"
},
"stopId": "FR:76351:ZE:3127:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"time": "1775561760"
},
"departure": {
"time": "1775561760"
},
"stopId": "FR:76351:ZE:4582:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 8,
"time": "1775560748"
},
"departure": {
"delay": 8,
"time": "1775560748"
},
"stopId": "FR:76351:ZE:3102:ATOUMOD003",
"stopSequence": 3
},
{
"arrival": {
"time": "1775561160"
},
"departure": {
"time": "1775561160"
},
"stopId": "FR:76351:ZE:3232:ATOUMOD003",
"stopSequence": 10
}
],
"timestamp": "1775560049",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C4:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4072156x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx17838:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 14520,
"time": "1775560680"
},
"departure": {
"delay": 14520,
"time": "1775560680"
},
"stopId": "FR:76681:ZE:TCARxJONQ21:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 14460,
"time": "1775561640"
},
"departure": {
"delay": 14460,
"time": "1775561640"
},
"stopId": "FR:76540:ZE:TCARxJOFFR5:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 14360,
"time": "1775562800"
},
"departure": {
"delay": 14360,
"time": "1775562800"
},
"stopId": "FR:76498:ZE:TCARxCLEME0:ATOUMOD001",
"stopSequence": 27
},
{
"departure": {
"delay": 14460,
"time": "1775560080"
},
"stopId": "FR:76681:ZE:TCARxHDVS4:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 14460,
"time": "1775560980"
},
"departure": {
"delay": 14460,
"time": "1775560980"
},
"stopId": "FR:76540:ZE:TCARxCARSA2:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 14460,
"time": "1775560200"
},
"departure": {
"delay": 14460,
"time": "1775560200"
},
"stopId": "FR:76681:ZE:TCARxPGAUL0:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 14460,
"time": "1775560320"
},
"departure": {
"delay": 14460,
"time": "1775560320"
},
"stopId": "FR:76681:ZE:TCARxADRET3:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 14460,
"time": "1775560500"
},
"departure": {
"delay": 14460,
"time": "1775560500"
},
"stopId": "FR:76681:ZE:TCARxQMARE1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 14520,
"time": "1775560380"
},
"departure": {
"delay": 14520,
"time": "1775560380"
},
"stopId": "FR:76681:ZE:TCARxLABAS0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 14460,
"time": "1775561280"
},
"departure": {
"delay": 14460,
"time": "1775561280"
},
"stopId": "FR:76540:ZE:TCARxPARIS1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 14520,
"time": "1775560920"
},
"departure": {
"delay": 14520,
"time": "1775560920"
},
"stopId": "FR:76681:ZE:TCARxPTEAU1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 14460,
"time": "1775561580"
},
"departure": {
"delay": 14460,
"time": "1775561580"
},
"stopId": "FR:76540:ZE:TCARxJOFFR6:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 14400,
"time": "1775562780"
},
"departure": {
"delay": 14400,
"time": "1775562780"
},
"stopId": "FR:76498:ZE:TCARxPQMAI0:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 14340,
"time": "1775562660"
},
"departure": {
"delay": 14340,
"time": "1775562660"
},
"stopId": "FR:76498:ZE:TCARxANMAR0:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 14520,
"time": "1775560740"
},
"departure": {
"delay": 14520,
"time": "1775560740"
},
"stopId": "FR:76681:ZE:TCARxMETRO1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 14400,
"time": "1775561940"
},
"departure": {
"delay": 14400,
"time": "1775561940"
},
"stopId": "FR:76540:ZE:TCARxHA1052:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 14340,
"time": "1775562840"
},
"departure": {
"delay": 14340,
"time": "1775562840"
},
"stopId": "FR:76498:ZE:TCARxNERUD0:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 14400,
"time": "1775562120"
},
"departure": {
"delay": 14400,
"time": "1775562120"
},
"stopId": "FR:76540:ZE:TCARxLUBRI1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 14520,
"time": "1775560800"
},
"departure": {
"delay": 14520,
"time": "1775560800"
},
"stopId": "FR:76681:ZE:TCARxHALAG1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 14040,
"time": "1775562900"
},
"stopId": "FR:76498:ZE:TCARxTRUFB5:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": 14340,
"time": "1775562900"
},
"departure": {
"delay": 14340,
"time": "1775562900"
},
"stopId": "FR:76498:ZE:TCARxTRUFB0:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 14400,
"time": "1775562720"
},
"departure": {
"delay": 14400,
"time": "1775562720"
},
"stopId": "FR:76498:ZE:TCARxPGLIS0:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 14400,
"time": "1775561400"
},
"departure": {
"delay": 14400,
"time": "1775561400"
},
"stopId": "FR:76540:ZE:TCARxTART71:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 14340,
"time": "1775562240"
},
"departure": {
"delay": 14340,
"time": "1775562240"
},
"stopId": "FR:76498:ZE:TCARxKUHLM1:ATOUMOD001",
"stopSequence": 19
}
],
"timestamp": "1775559217",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx33:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx17838:LOC"
}
}
},
{
"id": "SM:ATOUMOD105:ServiceJourney:5923767074160640x9:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 156,
"time": "1775560646"
},
"departure": {
"delay": 156,
"time": "1775560656"
},
"stopId": "FR:50218:ZE:740090003:ATOUMOD105",
"stopSequence": 16
},
{
"arrival": {
"delay": -40,
"time": "1775561010"
},
"departure": {
"delay": -40,
"time": "1775561060"
},
"stopId": "FR:50218:ZE:746190002:ATOUMOD105",
"stopSequence": 21
},
{
"arrival": {
"delay": 254,
"time": "1775559900"
},
"departure": {
"delay": 254,
"time": "1775559914"
},
"stopId": "FR:50647:ZE:738750003:ATOUMOD105",
"stopSequence": 6
},
{
"arrival": {
"delay": 255,
"time": "1775560014"
},
"departure": {
"delay": 255,
"time": "1775560035"
},
"stopId": "FR:50165:ZE:757990018:ATOUMOD105",
"stopSequence": 8
},
{
"arrival": {
"delay": 197,
"time": "1775560387"
},
"departure": {
"delay": 197,
"time": "1775560397"
},
"stopId": "FR:50165:ZE:6217557207941120:ATOUMOD105",
"stopSequence": 14
},
{
"arrival": {
"delay": -77,
"time": "1775561596"
},
"departure": {
"delay": -77,
"time": "1775561683"
},
"stopId": "FR:50218:ZE:756080005:ATOUMOD105",
"stopSequence": 31
},
{
"arrival": {
"delay": -53,
"time": "1775561825"
},
"departure": {
"delay": -53,
"time": "1775561887"
},
"stopId": "FR:50218:ZE:738750004:ATOUMOD105",
"stopSequence": 33
},
{
"arrival": {
"delay": 264,
"time": "1775560214"
},
"departure": {
"delay": 264,
"time": "1775560224"
},
"stopId": "FR:50165:ZE:5074917903040512:ATOUMOD105",
"stopSequence": 11
},
{
"arrival": {
"delay": -60,
"time": "1775561751"
},
"departure": {
"delay": -60,
"time": "1775561820"
},
"stopId": "FR:50218:ZE:712770017:ATOUMOD105",
"stopSequence": 32
},
{
"arrival": {
"delay": -105,
"time": "1775562260"
},
"departure": {
"delay": -105,
"time": "1775562375"
},
"stopId": "FR:50532:ZE:757920018:ATOUMOD105",
"stopSequence": 38
},
{
"arrival": {
"delay": -84,
"time": "1775562516"
},
"stopId": "FR:50532:ZE:753630002:ATOUMOD105",
"stopSequence": 40
},
{
"arrival": {
"delay": -72,
"time": "1775561247"
},
"departure": {
"delay": -72,
"time": "1775561328"
},
"stopId": "FR:50218:ZE:5166996127744000:ATOUMOD105",
"stopSequence": 26
},
{
"arrival": {
"delay": 249,
"time": "1775559938"
},
"departure": {
"delay": 249,
"time": "1775559969"
},
"stopId": "FR:50165:ZE:767160014:ATOUMOD105",
"stopSequence": 7
},
{
"arrival": {
"delay": -83,
"time": "1775561344"
},
"departure": {
"delay": -83,
"time": "1775561437"
},
"stopId": "FR:50218:ZE:761940002:ATOUMOD105",
"stopSequence": 27
},
{
"arrival": {
"delay": -78,
"time": "1775561415"
},
"departure": {
"delay": -78,
"time": "1775561502"
},
"stopId": "FR:50218:ZE:759840003:ATOUMOD105",
"stopSequence": 28
},
{
"arrival": {
"delay": -90,
"time": "1775561511"
},
"departure": {
"delay": -90,
"time": "1775561610"
},
"stopId": "FR:50218:ZE:767200002:ATOUMOD105",
"stopSequence": 30
},
{
"arrival": {
"delay": -105,
"time": "1775562321"
},
"departure": {
"delay": -105,
"time": "1775562435"
},
"stopId": "FR:50532:ZE:757970023:ATOUMOD105",
"stopSequence": 39
},
{
"arrival": {
"delay": 253,
"time": "1775560071"
},
"departure": {
"delay": 253,
"time": "1775560093"
},
"stopId": "FR:50165:ZE:767190002:ATOUMOD105",
"stopSequence": 9
},
{
"arrival": {
"delay": 92,
"time": "1775560822"
},
"departure": {
"delay": 92,
"time": "1775560832"
},
"stopId": "FR:50218:ZE:758020003:ATOUMOD105",
"stopSequence": 19
},
{
"arrival": {
"delay": -49,
"time": "1775561053"
},
"departure": {
"delay": -49,
"time": "1775561111"
},
"stopId": "FR:50218:ZE:756080003:ATOUMOD105",
"stopSequence": 22
},
{
"arrival": {
"delay": 161,
"time": "1775560711"
},
"departure": {
"delay": 161,
"time": "1775560721"
},
"stopId": "FR:50218:ZE:759840001:ATOUMOD105",
"stopSequence": 17
},
{
"arrival": {
"delay": -64,
"time": "1775561143"
},
"departure": {
"delay": -64,
"time": "1775561216"
},
"stopId": "FR:50218:ZE:761860019:ATOUMOD105",
"stopSequence": 23
},
{
"arrival": {
"delay": 236,
"time": "1775559582"
},
"departure": {
"delay": 236,
"time": "1775559596"
},
"stopId": "FR:50647:ZE:759820002:ATOUMOD105",
"stopSequence": 2
},
{
"arrival": {
"delay": 245,
"time": "1775560315"
},
"departure": {
"delay": 245,
"time": "1775560325"
},
"stopId": "FR:50165:ZE:4811184306913280:ATOUMOD105",
"stopSequence": 12
},
{
"arrival": {
"delay": -95,
"time": "1775562161"
},
"departure": {
"delay": -95,
"time": "1775562265"
},
"stopId": "FR:50532:ZE:749890004:ATOUMOD105",
"stopSequence": 37
},
{
"arrival": {
"delay": -75,
"time": "1775561901"
},
"departure": {
"delay": -75,
"time": "1775561985"
},
"stopId": "FR:50532:ZE:752240007:ATOUMOD105",
"stopSequence": 34
},
{
"arrival": {
"delay": -103,
"time": "1775562085"
},
"departure": {
"delay": -103,
"time": "1775562197"
},
"stopId": "FR:50532:ZE:742490002:ATOUMOD105",
"stopSequence": 36
},
{
"arrival": {
"delay": 263,
"time": "1775560153"
},
"departure": {
"delay": 263,
"time": "1775560163"
},
"stopId": "FR:50165:ZE:746190003:ATOUMOD105",
"stopSequence": 10
},
{
"arrival": {
"delay": -79,
"time": "1775561472"
},
"departure": {
"delay": -79,
"time": "1775561561"
},
"stopId": "FR:50218:ZE:748670005:ATOUMOD105",
"stopSequence": 29
},
{
"arrival": {
"delay": 172,
"time": "1775560482"
},
"departure": {
"delay": 172,
"time": "1775560492"
},
"stopId": "FR:50218:ZE:759790014:ATOUMOD105",
"stopSequence": 15
},
{
"arrival": {
"delay": -97,
"time": "1775561976"
},
"departure": {
"delay": -97,
"time": "1775562083"
},
"stopId": "FR:50532:ZE:767160015:ATOUMOD105",
"stopSequence": 35
},
{
"arrival": {
"delay": 152,
"time": "1775560762"
},
"departure": {
"delay": 152,
"time": "1775560772"
},
"stopId": "FR:50218:ZE:752240005:ATOUMOD105",
"stopSequence": 18
},
{
"arrival": {
"delay": 70,
"time": "1775560920"
},
"departure": {
"delay": 70,
"time": "1775560930"
},
"stopId": "FR:50218:ZE:712770016:ATOUMOD105",
"stopSequence": 20
},
{
"arrival": {
"delay": 261,
"time": "1775559669"
},
"departure": {
"delay": 261,
"time": "1775559681"
},
"stopId": "FR:50647:ZE:748680005:ATOUMOD105",
"stopSequence": 3
}
],
"timestamp": "1775560083",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD105:Line:348940035:LOC",
"tripId": "ATOUMOD105:ServiceJourney:5923767074160640x9:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx14652:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -24331,
"time": "1775557595"
},
"departure": {
"delay": -24331,
"time": "1775557829"
},
"stopId": "FR:76540:ZE:TCARxHVR4:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": -24246,
"time": "1775558754"
},
"departure": {
"delay": -24246,
"time": "1775558754"
},
"stopId": "FR:76451:ZE:TCARxVAREN1:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": -24395,
"time": "1775557225"
},
"departure": {
"delay": -24395,
"time": "1775557225"
},
"stopId": "FR:76540:ZE:TCARxCHAMP2:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": -24361,
"time": "1775556779"
},
"departure": {
"delay": -24361,
"time": "1775556779"
},
"stopId": "FR:76540:ZE:TCARxCENSO2:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": -24431,
"time": "1775557382"
},
"departure": {
"delay": -24431,
"time": "1775557429"
},
"stopId": "FR:76540:ZE:TCARxRREPU1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": -24313,
"time": "1775557907"
},
"departure": {
"delay": -24313,
"time": "1775557907"
},
"stopId": "FR:76540:ZE:TCARxBARTS1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": -24431,
"time": "1775556829"
},
"departure": {
"delay": -24431,
"time": "1775556829"
},
"stopId": "FR:76540:ZE:TCARxSIMON2:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": -24255,
"time": "1775558505"
},
"departure": {
"delay": -24255,
"time": "1775558505"
},
"stopId": "FR:76451:ZE:TCARxHDVBE2:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": -24476,
"time": "1775557479"
},
"departure": {
"delay": -24476,
"time": "1775557504"
},
"stopId": "FR:76540:ZE:TCARxSTNIC2:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": -24336,
"time": "1775558004"
},
"departure": {
"delay": -24336,
"time": "1775558004"
},
"stopId": "FR:76540:ZE:TCARxSVER41:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": -24260,
"time": "1775558680"
},
"departure": {
"delay": -24260,
"time": "1775558680"
},
"stopId": "FR:76451:ZE:TCARxCOLBE1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": -24316,
"time": "1775558064"
},
"departure": {
"delay": -24316,
"time": "1775558084"
},
"stopId": "FR:76540:ZE:TCARxGAREB2:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": -24466,
"time": "1775558954"
},
"stopId": "FR:76451:ZE:TCARxPLEIAD:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": -24275,
"time": "1775558605"
},
"departure": {
"delay": -24275,
"time": "1775558605"
},
"stopId": "FR:76451:ZE:TCARxCOQU21:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": -24426,
"time": "1775557314"
},
"departure": {
"delay": -24426,
"time": "1775557314"
},
"stopId": "FR:76540:ZE:TCARxPCORN1:ATOUMOD001",
"stopSequence": 11
},
{
"departure": {
"delay": -24420,
"time": "1775556420"
},
"stopId": "FR:76681:ZE:TCARxHDVS2:ATOUMOD001",
"stopSequence": 1
}
],
"timestamp": "1775556136",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx07:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx14652:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3748520x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 222,
"time": "1775545208"
},
"departure": {
"delay": 222,
"time": "1775545242"
},
"stopId": "FR:50129:ZE:10EGL1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 86,
"time": "1775546290"
},
"departure": {
"delay": 86,
"time": "1775546306"
},
"stopId": "FR:50129:ZE:10CHE1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 152,
"time": "1775544680"
},
"departure": {
"delay": 152,
"time": "1775544692"
},
"stopId": "FR:50129:ZE:10FOE1:ATOUMOD035",
"stopSequence": 5
},
{
"departure": {
"delay": 88,
"time": "1775544388"
},
"stopId": "FR:50129:ZE:10PYC1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 141,
"time": "1775545787"
},
"departure": {
"delay": 141,
"time": "1775545821"
},
"stopId": "FR:50129:ZE:10LCA1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 151,
"time": "1775545261"
},
"departure": {
"delay": 151,
"time": "1775545291"
},
"stopId": "FR:50129:ZE:10AMO1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 99,
"time": "1775544570"
},
"departure": {
"delay": 99,
"time": "1775544579"
},
"stopId": "FR:50129:ZE:10ZFO1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 164,
"time": "1775544980"
},
"departure": {
"delay": 164,
"time": "1775545004"
},
"stopId": "FR:50129:ZE:10ANJ5:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 77,
"time": "1775546205"
},
"departure": {
"delay": 77,
"time": "1775546237"
},
"stopId": "FR:50129:ZE:10JBO3:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 58,
"time": "1775545965"
},
"departure": {
"delay": 58,
"time": "1775545978"
},
"stopId": "FR:50129:ZE:10JMO1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 162,
"time": "1775544720"
},
"departure": {
"delay": 162,
"time": "1775544762"
},
"stopId": "FR:50129:ZE:10MRT1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 128,
"time": "1775544901"
},
"departure": {
"delay": 128,
"time": "1775544908"
},
"stopId": "FR:50129:ZE:10BQR1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 106,
"time": "1775544517"
},
"departure": {
"delay": 106,
"time": "1775544526"
},
"stopId": "FR:50129:ZE:10VDT1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 296,
"time": "1775545446"
},
"departure": {
"delay": 296,
"time": "1775545616"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 70,
"time": "1775546350"
},
"stopId": "FR:50129:ZE:10ZSA3:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 150,
"time": "1775545685"
},
"departure": {
"delay": 150,
"time": "1775545710"
},
"stopId": "FR:50129:ZE:10THH3:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 221,
"time": "1775545119"
},
"departure": {
"delay": 221,
"time": "1775545181"
},
"stopId": "FR:50129:ZE:10OLY1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 26,
"time": "1775546037"
},
"departure": {
"delay": 26,
"time": "1775546066"
},
"stopId": "FR:50129:ZE:10BRO1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 98,
"time": "1775544798"
},
"departure": {
"delay": 98,
"time": "1775544818"
},
"stopId": "FR:50129:ZE:10BRA1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 141,
"time": "1775545851"
},
"departure": {
"delay": 141,
"time": "1775545881"
},
"stopId": "FR:50129:ZE:10BHC3:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 178,
"time": "1775545035"
},
"departure": {
"delay": 178,
"time": "1775545078"
},
"stopId": "FR:50129:ZE:10PRV1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 88,
"time": "1775545929"
},
"departure": {
"delay": 88,
"time": "1775545948"
},
"stopId": "FR:50129:ZE:10LUM1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 110,
"time": "1775544615"
},
"departure": {
"delay": 110,
"time": "1775544650"
},
"stopId": "FR:50129:ZE:10GRI1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 42,
"time": "1775545995"
},
"departure": {
"delay": 42,
"time": "1775546022"
},
"stopId": "FR:50129:ZE:10LLM1:ATOUMOD035",
"stopSequence": 20
}
],
"timestamp": "1775560076",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:06:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3748520x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3747855x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 72,
"time": "1775558042"
},
"departure": {
"delay": 72,
"time": "1775558052"
},
"stopId": "FR:50129:ZE:10BOC2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 34,
"time": "1775558068"
},
"departure": {
"delay": 34,
"time": "1775558074"
},
"stopId": "FR:50129:ZE:10GNT2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": -30,
"time": "1775559690"
},
"stopId": "FR:50129:ZE:10SHU2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 80,
"time": "1775558751"
},
"departure": {
"delay": 80,
"time": "1775558780"
},
"stopId": "FR:50129:ZE:10BSJ2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 31,
"time": "1775558222"
},
"departure": {
"delay": 31,
"time": "1775558251"
},
"stopId": "FR:50129:ZE:10CUR2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 29,
"time": "1775558959"
},
"departure": {
"delay": 29,
"time": "1775558969"
},
"stopId": "FR:50129:ZE:10ODR2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 21,
"time": "1775558293"
},
"departure": {
"delay": 21,
"time": "1775558301"
},
"stopId": "FR:50129:ZE:10DEB2:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 35,
"time": "1775558690"
},
"departure": {
"delay": 35,
"time": "1775558735"
},
"stopId": "FR:50129:ZE:10MTT2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 74,
"time": "1775559325"
},
"departure": {
"delay": 74,
"time": "1775559374"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 21
},
{
"departure": {
"delay": 56,
"time": "1775557856"
},
"stopId": "FR:50129:ZE:10MXR2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 49,
"time": "1775558201"
},
"departure": {
"delay": 49,
"time": "1775558209"
},
"stopId": "FR:50129:ZE:10REN2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": -4,
"time": "1775558382"
},
"departure": {
"delay": -4,
"time": "1775558396"
},
"stopId": "FR:50129:ZE:10CSM2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 2,
"time": "1775558147"
},
"departure": {
"delay": 2,
"time": "1775558162"
},
"stopId": "FR:50129:ZE:10LOG2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 27,
"time": "1775559010"
},
"departure": {
"delay": 27,
"time": "1775559027"
},
"stopId": "FR:50129:ZE:10BOS2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 32,
"time": "1775559054"
},
"departure": {
"delay": 32,
"time": "1775559092"
},
"stopId": "FR:50129:ZE:10JAR2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 88,
"time": "1775559585"
},
"departure": {
"delay": 88,
"time": "1775559628"
},
"stopId": "FR:50129:ZE:10PLx1:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 43,
"time": "1775557902"
},
"departure": {
"delay": 43,
"time": "1775557963"
},
"stopId": "FR:50129:ZE:10CEN2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 69,
"time": "1775559526"
},
"departure": {
"delay": 69,
"time": "1775559549"
},
"stopId": "FR:50129:ZE:10HDV1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 93,
"time": "1775559155"
},
"departure": {
"delay": 93,
"time": "1775559273"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 90,
"time": "1775559428"
},
"departure": {
"delay": 90,
"time": "1775559450"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 37,
"time": "1775558642"
},
"departure": {
"delay": 37,
"time": "1775558677"
},
"stopId": "FR:50129:ZE:10SEX2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 69,
"time": "1775558814"
},
"departure": {
"delay": 69,
"time": "1775558829"
},
"stopId": "FR:50129:ZE:10RUC2:ATOUMOD035",
"stopSequence": 16
}
],
"timestamp": "1775559936",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:04:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3747855x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3747839x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 44,
"time": "1775539837"
},
"departure": {
"delay": 44,
"time": "1775539844"
},
"stopId": "FR:50129:ZE:10ODR2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 66,
"time": "1775539527"
},
"departure": {
"delay": 66,
"time": "1775539566"
},
"stopId": "FR:50129:ZE:10MTT2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": -58,
"time": "1775540642"
},
"stopId": "FR:50129:ZE:10SHU2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 176,
"time": "1775539223"
},
"departure": {
"delay": 176,
"time": "1775539256"
},
"stopId": "FR:50129:ZE:10DEB2:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 49,
"time": "1775540144"
},
"departure": {
"delay": 49,
"time": "1775540149"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 130,
"time": "1775538877"
},
"departure": {
"delay": 130,
"time": "1775538910"
},
"stopId": "FR:50129:ZE:10BOC2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 67,
"time": "1775539476"
},
"departure": {
"delay": 67,
"time": "1775539507"
},
"stopId": "FR:50129:ZE:10SEX2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 97,
"time": "1775539642"
},
"departure": {
"delay": 97,
"time": "1775539657"
},
"stopId": "FR:50129:ZE:10RUC2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 56,
"time": "1775540532"
},
"departure": {
"delay": 56,
"time": "1775540576"
},
"stopId": "FR:50129:ZE:10PLx1:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 52,
"time": "1775539578"
},
"departure": {
"delay": 52,
"time": "1775539612"
},
"stopId": "FR:50129:ZE:10BSJ2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 108,
"time": "1775538918"
},
"departure": {
"delay": 108,
"time": "1775538948"
},
"stopId": "FR:50129:ZE:10GNT2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 73,
"time": "1775538761"
},
"departure": {
"delay": 73,
"time": "1775538793"
},
"stopId": "FR:50129:ZE:10CEN2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 154,
"time": "1775539142"
},
"departure": {
"delay": 154,
"time": "1775539174"
},
"stopId": "FR:50129:ZE:10CUR2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 36,
"time": "1775539878"
},
"departure": {
"delay": 36,
"time": "1775539896"
},
"stopId": "FR:50129:ZE:10BOS2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 28,
"time": "1775540349"
},
"departure": {
"delay": 28,
"time": "1775540368"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 71,
"time": "1775540277"
},
"departure": {
"delay": 71,
"time": "1775540291"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 21
},
{
"departure": {
"delay": 107,
"time": "1775538707"
},
"stopId": "FR:50129:ZE:10MXR2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 186,
"time": "1775539356"
},
"departure": {
"delay": 186,
"time": "1775539386"
},
"stopId": "FR:50129:ZE:10CSM2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 7,
"time": "1775539953"
},
"departure": {
"delay": 7,
"time": "1775539987"
},
"stopId": "FR:50129:ZE:10JAR2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 82,
"time": "1775539020"
},
"departure": {
"delay": 82,
"time": "1775539042"
},
"stopId": "FR:50129:ZE:10LOG2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 161,
"time": "1775539082"
},
"departure": {
"delay": 161,
"time": "1775539121"
},
"stopId": "FR:50129:ZE:10REN2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 43,
"time": "1775540471"
},
"departure": {
"delay": 43,
"time": "1775540503"
},
"stopId": "FR:50129:ZE:10HDV1:ATOUMOD035",
"stopSequence": 23
}
],
"timestamp": "1775559936",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:04:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3747839x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx12397:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 3580,
"time": "1775562520"
},
"departure": {
"delay": 3580,
"time": "1775562520"
},
"stopId": "FR:76402:ZE:TCARxHBOUR1:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 3655,
"time": "1775561815"
},
"departure": {
"delay": 3655,
"time": "1775561815"
},
"stopId": "FR:76474:ZE:TCARxMUSEE1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 3592,
"time": "1775561272"
},
"departure": {
"delay": 3592,
"time": "1775561272"
},
"stopId": "FR:76410:ZE:TCARxPETIT1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 3654,
"time": "1775561394"
},
"departure": {
"delay": 3654,
"time": "1775561394"
},
"stopId": "FR:76410:ZE:TCARxMAROM2:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 3633,
"time": "1775560653"
},
"departure": {
"delay": 3633,
"time": "1775560653"
},
"stopId": "FR:76157:ZE:TCARxLCORM1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 3612,
"time": "1775561052"
},
"departure": {
"delay": 3612,
"time": "1775561052"
},
"stopId": "FR:76216:ZE:TCARxJFERR1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 3619,
"time": "1775562439"
},
"departure": {
"delay": 3619,
"time": "1775562439"
},
"stopId": "FR:76402:ZE:TCARxCMEDI2:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 3640,
"time": "1775561500"
},
"departure": {
"delay": 3640,
"time": "1775561500"
},
"stopId": "FR:76410:ZE:TCARxVELOU2:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 3672,
"time": "1775561772"
},
"departure": {
"delay": 3672,
"time": "1775561772"
},
"stopId": "FR:76474:ZE:TCARxAGIDE2:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 3582,
"time": "1775562042"
},
"departure": {
"delay": 3582,
"time": "1775562042"
},
"stopId": "FR:76366:ZE:TCARxLESUE1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 3592,
"time": "1775560852"
},
"departure": {
"delay": 3592,
"time": "1775560852"
},
"stopId": "FR:76216:ZE:TCARxCAILL2:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 3580,
"time": "1775562280"
},
"departure": {
"delay": 3580,
"time": "1775562280"
},
"stopId": "FR:76366:ZE:TCARxCJZAY2:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 3620,
"time": "1775562080"
},
"departure": {
"delay": 3620,
"time": "1775562080"
},
"stopId": "FR:76366:ZE:TCARxHEGLI1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 3601,
"time": "1775561221"
},
"departure": {
"delay": 3601,
"time": "1775561221"
},
"stopId": "FR:76410:ZE:TCARxCLAIR2:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 3631,
"time": "1775560591"
},
"departure": {
"delay": 3631,
"time": "1775560591"
},
"stopId": "FR:76540:ZE:TCARxMIN2T:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 3649,
"time": "1775561929"
},
"departure": {
"delay": 3649,
"time": "1775561929"
},
"stopId": "FR:76366:ZE:TCARxLSOUR1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 3581,
"time": "1775562341"
},
"departure": {
"delay": 3581,
"time": "1775562341"
},
"stopId": "FR:76402:ZE:TCARxSOUEF1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 3620,
"time": "1775562380"
},
"departure": {
"delay": 3620,
"time": "1775562380"
},
"stopId": "FR:76402:ZE:TCARxNCHAM1:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 3589,
"time": "1775562169"
},
"departure": {
"delay": 3589,
"time": "1775562169"
},
"stopId": "FR:76366:ZE:TCARxLBOIS1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 3634,
"time": "1775561614"
},
"departure": {
"delay": 3634,
"time": "1775561614"
},
"stopId": "FR:76474:ZE:TCARxEPARG1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 3605,
"time": "1775560925"
},
"departure": {
"delay": 3605,
"time": "1775560925"
},
"stopId": "FR:76216:ZE:TCARxFRESN2:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 3663,
"time": "1775561463"
},
"departure": {
"delay": 3663,
"time": "1775561463"
},
"stopId": "FR:76410:ZE:TCARxRIVES2:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 3592,
"time": "1775560612"
},
"departure": {
"delay": 3592,
"time": "1775560612"
},
"stopId": "FR:76540:ZE:TCARxMIN4:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 3640,
"time": "1775561740"
},
"departure": {
"delay": 3640,
"time": "1775561740"
},
"stopId": "FR:76474:ZE:TCARxBMAIB1:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 3618,
"time": "1775560698"
},
"departure": {
"delay": 3618,
"time": "1775560698"
},
"stopId": "FR:76157:ZE:TCARxATELI2:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 3580,
"time": "1775561980"
},
"departure": {
"delay": 3580,
"time": "1775561980"
},
"stopId": "FR:76366:ZE:TCARxHMAIR1:ATOUMOD001",
"stopSequence": 21
}
],
"timestamp": "1775560005",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx04:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx12397:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx11486:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 3180,
"time": "1775560560"
},
"stopId": "FR:76681:ZE:TCARxHDVS1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 3227,
"time": "1775560967"
},
"departure": {
"delay": 3227,
"time": "1775560967"
},
"stopId": "FR:76575:ZE:TCARxSTYO20:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 3180,
"time": "1775561040"
},
"departure": {
"delay": 3180,
"time": "1775561040"
},
"stopId": "FR:76575:ZE:TCARxCOQLI0:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 3230,
"time": "1775561450"
},
"departure": {
"delay": 3230,
"time": "1775561450"
},
"stopId": "FR:76575:ZE:TCARxNODIE0:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 3180,
"time": "1775561400"
},
"departure": {
"delay": 3180,
"time": "1775561400"
},
"stopId": "FR:76575:ZE:TCARxLANGU0:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 3214,
"time": "1775561794"
},
"departure": {
"delay": 3214,
"time": "1775561794"
},
"stopId": "FR:76484:ZE:TCARxPLBEL0:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 3180,
"time": "1775561640"
},
"departure": {
"delay": 3180,
"time": "1775561640"
},
"stopId": "FR:76575:ZE:TCARxCHAPL0:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 3222,
"time": "1775561742"
},
"departure": {
"delay": 3222,
"time": "1775561742"
},
"stopId": "FR:76484:ZE:TCARxVOSGE0:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 3225,
"time": "1775561685"
},
"departure": {
"delay": 3225,
"time": "1775561685"
},
"stopId": "FR:76484:ZE:TCARxCITEO0:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 3180,
"time": "1775560800"
},
"departure": {
"delay": 3180,
"time": "1775560800"
},
"stopId": "FR:76681:ZE:TCARxADRET1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 3220,
"time": "1775561500"
},
"departure": {
"delay": 3220,
"time": "1775561500"
},
"stopId": "FR:76575:ZE:TCARxPNAVA0:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 3182,
"time": "1775560682"
},
"departure": {
"delay": 3182,
"time": "1775560682"
},
"stopId": "FR:76681:ZE:TCARxPGAUL0:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 3198,
"time": "1775561538"
},
"departure": {
"delay": 3198,
"time": "1775561538"
},
"stopId": "FR:76575:ZE:TCARxSLOGN0:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 3223,
"time": "1775560723"
},
"departure": {
"delay": 3223,
"time": "1775560723"
},
"stopId": "FR:76681:ZE:TCARxRRIOT0:ATOUMOD001",
"stopSequence": 3
}
],
"timestamp": "1775559805",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx03:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx11486:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746172x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 181,
"time": "1775553976"
},
"departure": {
"delay": 181,
"time": "1775554021"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 279,
"time": "1775555311"
},
"departure": {
"delay": 279,
"time": "1775555319"
},
"stopId": "FR:50129:ZE:10JEA1:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": 200,
"time": "1775554223"
},
"departure": {
"delay": 200,
"time": "1775554280"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 346,
"time": "1775554855"
},
"departure": {
"delay": 346,
"time": "1775554906"
},
"stopId": "FR:50129:ZE:10BHC3:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 312,
"time": "1775555256"
},
"departure": {
"delay": 312,
"time": "1775555292"
},
"stopId": "FR:50129:ZE:10ZPH1:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"delay": -9,
"time": "1775552880"
},
"departure": {
"delay": -9,
"time": "1775552931"
},
"stopId": "FR:50129:ZE:10DUB1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": -35,
"time": "1775552957"
},
"departure": {
"delay": -35,
"time": "1775552965"
},
"stopId": "FR:50129:ZE:10LAV1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": -4,
"time": "1775552540"
},
"departure": {
"delay": -4,
"time": "1775552576"
},
"stopId": "FR:50129:ZE:10ARA1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 68,
"time": "1775553444"
},
"departure": {
"delay": 68,
"time": "1775553488"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": -20,
"time": "1775552372"
},
"departure": {
"delay": -20,
"time": "1775552380"
},
"stopId": "FR:50129:ZE:10HOU1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 5,
"time": "1775552338"
},
"departure": {
"delay": 5,
"time": "1775552345"
},
"stopId": "FR:50129:ZE:10CAR1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 1,
"time": "1775552687"
},
"departure": {
"delay": 1,
"time": "1775552701"
},
"stopId": "FR:50129:ZE:10CPL1:ATOUMOD035",
"stopSequence": 12
},
{
"departure": {
"delay": 36,
"time": "1775552076"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 71,
"time": "1775552101"
},
"departure": {
"delay": 71,
"time": "1775552111"
},
"stopId": "FR:50129:ZE:10SFG1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 54,
"time": "1775553325"
},
"departure": {
"delay": 54,
"time": "1775553354"
},
"stopId": "FR:50129:ZE:10HUI1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 313,
"time": "1775555521"
},
"departure": {
"delay": 313,
"time": "1775555533"
},
"stopId": "FR:50129:ZE:10CVE1:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"delay": 68,
"time": "1775553392"
},
"departure": {
"delay": 68,
"time": "1775553428"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 16,
"time": "1775552598"
},
"departure": {
"delay": 16,
"time": "1775552656"
},
"stopId": "FR:50129:ZE:10PRE1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 277,
"time": "1775555426"
},
"departure": {
"delay": 277,
"time": "1775555437"
},
"stopId": "FR:50129:ZE:10MGT1:ATOUMOD035",
"stopSequence": 44
},
{
"arrival": {
"delay": 319,
"time": "1775555038"
},
"departure": {
"delay": 319,
"time": "1775555059"
},
"stopId": "FR:50129:ZE:10LLM1:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 3,
"time": "1775552749"
},
"departure": {
"delay": 3,
"time": "1775552763"
},
"stopId": "FR:50129:ZE:10LON1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 13,
"time": "1775552261"
},
"departure": {
"delay": 13,
"time": "1775552293"
},
"stopId": "FR:50129:ZE:10SFN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 15,
"time": "1775553623"
},
"departure": {
"delay": 15,
"time": "1775553675"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": -13,
"time": "1775553062"
},
"departure": {
"delay": -13,
"time": "1775553107"
},
"stopId": "FR:50129:ZE:10HOM1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 38,
"time": "1775553723"
},
"departure": {
"delay": 38,
"time": "1775553758"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 305,
"time": "1775555549"
},
"departure": {
"delay": 305,
"time": "1775555585"
},
"stopId": "FR:50129:ZE:10COS1:ATOUMOD035",
"stopSequence": 47
},
{
"arrival": {
"delay": 256,
"time": "1775555656"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"delay": 370,
"time": "1775554651"
},
"departure": {
"delay": 370,
"time": "1775554690"
},
"stopId": "FR:50129:ZE:10THH3:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 284,
"time": "1775554954"
},
"departure": {
"delay": 284,
"time": "1775554964"
},
"stopId": "FR:50129:ZE:10LUM1:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 29,
"time": "1775552711"
},
"departure": {
"delay": 29,
"time": "1775552729"
},
"stopId": "FR:50129:ZE:10BHE1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 133,
"time": "1775554058"
},
"departure": {
"delay": 133,
"time": "1775554093"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 65,
"time": "1775552141"
},
"departure": {
"delay": 65,
"time": "1775552165"
},
"stopId": "FR:50129:ZE:10COF1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": -63,
"time": "1775553153"
},
"departure": {
"delay": -63,
"time": "1775553177"
},
"stopId": "FR:50129:ZE:10BEL1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 46,
"time": "1775552467"
},
"departure": {
"delay": 46,
"time": "1775552506"
},
"stopId": "FR:50129:ZE:10BON1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 6,
"time": "1775552406"
},
"departure": {
"delay": 6,
"time": "1775552466"
},
"stopId": "FR:50129:ZE:10BRT1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 14,
"time": "1775552217"
},
"departure": {
"delay": 14,
"time": "1775552234"
},
"stopId": "FR:50129:ZE:10ALB1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 201,
"time": "1775554393"
},
"departure": {
"delay": 201,
"time": "1775554401"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 342,
"time": "1775555083"
},
"departure": {
"delay": 342,
"time": "1775555142"
},
"stopId": "FR:50129:ZE:10BRO1:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"delay": -1,
"time": "1775552807"
},
"departure": {
"delay": -1,
"time": "1775552819"
},
"stopId": "FR:50129:ZE:10ZOL1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 39,
"time": "1775553550"
},
"departure": {
"delay": 39,
"time": "1775553579"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 253,
"time": "1775555401"
},
"departure": {
"delay": 253,
"time": "1775555413"
},
"stopId": "FR:50129:ZE:10MYO1:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": 54,
"time": "1775553785"
},
"departure": {
"delay": 54,
"time": "1775553834"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 342,
"time": "1775554982"
},
"departure": {
"delay": 342,
"time": "1775555022"
},
"stopId": "FR:50129:ZE:10JMO1:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 276,
"time": "1775555447"
},
"departure": {
"delay": 276,
"time": "1775555496"
},
"stopId": "FR:50129:ZE:10RSX1:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"delay": -22,
"time": "1775553021"
},
"departure": {
"delay": -22,
"time": "1775553038"
},
"stopId": "FR:50129:ZE:10AGO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 374,
"time": "1775554773"
},
"departure": {
"delay": 374,
"time": "1775554814"
},
"stopId": "FR:50129:ZE:10LCA1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 329,
"time": "1775555233"
},
"departure": {
"delay": 329,
"time": "1775555249"
},
"stopId": "FR:50129:ZE:10ART1:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": 289,
"time": "1775555355"
},
"departure": {
"delay": 289,
"time": "1775555389"
},
"stopId": "FR:50129:ZE:10NOR3:ATOUMOD035",
"stopSequence": 42
}
],
"timestamp": "1775560081",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746172x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745193x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 31,
"time": "1775532796"
},
"departure": {
"delay": 31,
"time": "1775532811"
},
"stopId": "FR:50129:ZE:10AMO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 68,
"time": "1775532981"
},
"departure": {
"delay": 68,
"time": "1775533028"
},
"stopId": "FR:50129:ZE:10PRV2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 53,
"time": "1775532913"
},
"departure": {
"delay": 53,
"time": "1775532953"
},
"stopId": "FR:50129:ZE:10OYG2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 70,
"time": "1775533960"
},
"departure": {
"delay": 70,
"time": "1775533990"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 126,
"time": "1775533367"
},
"departure": {
"delay": 126,
"time": "1775533386"
},
"stopId": "FR:50129:ZE:10RTU2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 10,
"time": "1775534350"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 34,
"time": "1775533521"
},
"departure": {
"delay": 34,
"time": "1775533534"
},
"stopId": "FR:50129:ZE:10FOR4:ATOUMOD035",
"stopSequence": 11
},
{
"departure": {
"delay": 92,
"time": "1775532692"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 19,
"time": "1775534193"
},
"departure": {
"delay": 19,
"time": "1775534239"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 30,
"time": "1775534107"
},
"departure": {
"delay": 30,
"time": "1775534130"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 38,
"time": "1775532842"
},
"departure": {
"delay": 38,
"time": "1775532878"
},
"stopId": "FR:50129:ZE:10EGL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 165,
"time": "1775533058"
},
"departure": {
"delay": 165,
"time": "1775533185"
},
"stopId": "FR:50129:ZE:10ANJ6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 59,
"time": "1775533700"
},
"departure": {
"delay": 59,
"time": "1775533739"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 53,
"time": "1775533879"
},
"departure": {
"delay": 53,
"time": "1775533913"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 74,
"time": "1775533590"
},
"departure": {
"delay": 74,
"time": "1775533634"
},
"stopId": "FR:50129:ZE:10CRC4:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 38,
"time": "1775533796"
},
"departure": {
"delay": 38,
"time": "1775533838"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 88,
"time": "1775533435"
},
"departure": {
"delay": 88,
"time": "1775533468"
},
"stopId": "FR:50129:ZE:10PFO2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 140,
"time": "1775533323"
},
"departure": {
"delay": 140,
"time": "1775533340"
},
"stopId": "FR:50129:ZE:10BRA4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 171,
"time": "1775533220"
},
"departure": {
"delay": 171,
"time": "1775533251"
},
"stopId": "FR:50129:ZE:10BQR2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 89,
"time": "1775534029"
},
"departure": {
"delay": 89,
"time": "1775534069"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 17
}
],
"timestamp": "1775560079",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1A:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745193x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2470567:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 579,
"time": "1775560359"
},
"departure": {
"delay": 579,
"time": "1775560359"
},
"stopId": "FR:27701:ZE:0x7069:ATOUMOD006",
"stopSequence": 12
},
{
"arrival": {
"delay": 591,
"time": "1775560491"
},
"departure": {
"delay": 591,
"time": "1775560491"
},
"stopId": "FR:27701:ZE:0x7128:ATOUMOD006",
"stopSequence": 14
},
{
"arrival": {
"delay": 529,
"time": "1775560129"
},
"departure": {
"delay": 529,
"time": "1775560129"
},
"stopId": "FR:27701:ZE:0x7043:ATOUMOD006",
"stopSequence": 8
},
{
"arrival": {
"delay": 528,
"time": "1775560248"
},
"departure": {
"delay": 528,
"time": "1775560248"
},
"stopId": "FR:27701:ZE:0x7045:ATOUMOD006",
"stopSequence": 10
},
{
"arrival": {
"delay": 543,
"time": "1775560083"
},
"departure": {
"delay": 543,
"time": "1775560083"
},
"stopId": "FR:27701:ZE:0x6583:ATOUMOD006",
"stopSequence": 7
},
{
"arrival": {
"delay": 537,
"time": "1775560737"
},
"departure": {
"delay": 537,
"time": "1775560737"
},
"stopId": "FR:27375:ZE:0x6443:ATOUMOD006",
"stopSequence": 17
},
{
"arrival": {
"delay": 370,
"time": "1775561050"
},
"stopId": "FR:27375:ZE:0x6514:ATOUMOD006",
"stopSequence": 22
},
{
"arrival": {
"delay": 580,
"time": "1775560300"
},
"departure": {
"delay": 580,
"time": "1775560300"
},
"stopId": "FR:27701:ZE:0x7133:ATOUMOD006",
"stopSequence": 11
},
{
"arrival": {
"delay": 546,
"time": "1775560026"
},
"departure": {
"delay": 546,
"time": "1775560026"
},
"stopId": "FR:27701:ZE:0x7109:ATOUMOD006",
"stopSequence": 6
},
{
"arrival": {
"delay": 538,
"time": "1775560798"
},
"departure": {
"delay": 538,
"time": "1775560798"
},
"stopId": "FR:27375:ZE:0x6389:ATOUMOD006",
"stopSequence": 18
},
{
"arrival": {
"delay": 585,
"time": "1775560665"
},
"departure": {
"delay": 585,
"time": "1775560665"
},
"stopId": "FR:27375:ZE:0x6408:ATOUMOD006",
"stopSequence": 16
},
{
"arrival": {
"delay": 541,
"time": "1775560201"
},
"departure": {
"delay": 541,
"time": "1775560201"
},
"stopId": "FR:27701:ZE:0x7055:ATOUMOD006",
"stopSequence": 9
},
{
"arrival": {
"delay": 374,
"time": "1775560994"
},
"departure": {
"delay": 374,
"time": "1775560994"
},
"stopId": "FR:27375:ZE:0x6441:ATOUMOD006",
"stopSequence": 21
},
{
"arrival": {
"delay": 579,
"time": "1775560419"
},
"departure": {
"delay": 579,
"time": "1775560419"
},
"stopId": "FR:27701:ZE:0x7037:ATOUMOD006",
"stopSequence": 13
},
{
"arrival": {
"delay": 408,
"time": "1775560908"
},
"departure": {
"delay": 408,
"time": "1775560908"
},
"stopId": "FR:27375:ZE:0x6529:ATOUMOD006",
"stopSequence": 20
},
{
"arrival": {
"delay": 492,
"time": "1775560872"
},
"departure": {
"delay": 492,
"time": "1775560872"
},
"stopId": "FR:27375:ZE:0x6381:ATOUMOD006",
"stopSequence": 19
},
{
"arrival": {
"delay": 541,
"time": "1775560561"
},
"departure": {
"delay": 541,
"time": "1775560561"
},
"stopId": "FR:27701:ZE:0x7101:ATOUMOD006",
"stopSequence": 15
}
],
"timestamp": "1775560063",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD006:Line:C1:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2470567:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx14408:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 13554,
"time": "1775559654"
},
"departure": {
"delay": 13554,
"time": "1775559654"
},
"stopId": "FR:76451:ZE:TCARxVAREN0:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 13488,
"time": "1775560248"
},
"departure": {
"delay": 13488,
"time": "1775560248"
},
"stopId": "FR:76540:ZE:TCARxGAREB1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 13515,
"time": "1775561355"
},
"departure": {
"delay": 13515,
"time": "1775561355"
},
"stopId": "FR:76540:ZE:TCARxMATHI0:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 13476,
"time": "1775559936"
},
"departure": {
"delay": 13476,
"time": "1775559936"
},
"stopId": "FR:76451:ZE:TCARxFOUBE0:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 13564,
"time": "1775559579"
},
"departure": {
"delay": 13564,
"time": "1775559604"
},
"stopId": "FR:76451:ZE:TCARxBIZNE1:ATOUMOD001",
"stopSequence": 3
},
{
"departure": {
"delay": 13474,
"time": "1775559454"
},
"stopId": "FR:76451:ZE:TCARxPLEIAD:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 13489,
"time": "1775559508"
},
"departure": {
"delay": 13489,
"time": "1775559529"
},
"stopId": "FR:76451:ZE:TCARxRBOIS0:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 13519,
"time": "1775560339"
},
"departure": {
"delay": 13519,
"time": "1775560339"
},
"stopId": "FR:76540:ZE:TCARxSVER7:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 13488,
"time": "1775561388"
},
"departure": {
"delay": 13488,
"time": "1775561388"
},
"stopId": "FR:76540:ZE:TCARxSIMON1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 13548,
"time": "1775559708"
},
"departure": {
"delay": 13548,
"time": "1775559708"
},
"stopId": "FR:76451:ZE:TCARxCOLBE0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 13491,
"time": "1775561271"
},
"departure": {
"delay": 13491,
"time": "1775561271"
},
"stopId": "FR:76540:ZE:TCARxBAMME0:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 13515,
"time": "1775559835"
},
"departure": {
"delay": 13515,
"time": "1775559855"
},
"stopId": "FR:76451:ZE:TCARxHDVBE1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 13521,
"time": "1775560041"
},
"departure": {
"delay": 13521,
"time": "1775560041"
},
"stopId": "FR:76451:ZE:TCARxCREVI0:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 13468,
"time": "1775560168"
},
"departure": {
"delay": 13468,
"time": "1775560168"
},
"stopId": "FR:76540:ZE:TCARxRCAMP0:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 13525,
"time": "1775559805"
},
"departure": {
"delay": 13525,
"time": "1775559805"
},
"stopId": "FR:76451:ZE:TCARxCOQUE3:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 13488,
"time": "1775560788"
},
"departure": {
"delay": 13488,
"time": "1775560788"
},
"stopId": "FR:76540:ZE:TCARxRREPU0:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 13488,
"time": "1775560728"
},
"departure": {
"delay": 13488,
"time": "1775560728"
},
"stopId": "FR:76540:ZE:TCARxHVR3:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 13512,
"time": "1775560092"
},
"departure": {
"delay": 13512,
"time": "1775560092"
},
"stopId": "FR:76540:ZE:TCARxBSMAU0:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 13465,
"time": "1775560765"
},
"departure": {
"delay": 13465,
"time": "1775560765"
},
"stopId": "FR:76540:ZE:TCARxSTNIC1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 13488,
"time": "1775560428"
},
"departure": {
"delay": 13488,
"time": "1775560428"
},
"stopId": "FR:76540:ZE:TCARxBARTS0:ATOUMOD001",
"stopSequence": 14
}
],
"timestamp": "1775559456",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx07:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx14408:LOC"
}
}
},
{
"id": "SM:ATOUMOD005:ServiceJourney:267:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775547660"
},
"departure": {
"time": "1775547660"
},
"stopId": "FR:76217:ZE:18055:ATOUMOD005",
"stopSequence": 18
},
{
"arrival": {
"delay": 5,
"time": "1775548745"
},
"departure": {
"delay": 5,
"time": "1775548745"
},
"stopId": "FR:76217:ZE:18197:ATOUMOD005",
"stopSequence": 26
},
{
"arrival": {
"time": "1775547480"
},
"departure": {
"time": "1775547480"
},
"stopId": "FR:76217:ZE:18029:ATOUMOD005",
"stopSequence": 16
},
{
"departure": {
"time": "1775546400"
},
"stopId": "FR:76217:ZE:18038:ATOUMOD005",
"stopSequence": 1
},
{
"arrival": {
"time": "1775546940"
},
"departure": {
"time": "1775546940"
},
"stopId": "FR:76217:ZE:18051:ATOUMOD005",
"stopSequence": 9
},
{
"arrival": {
"time": "1775549160"
},
"departure": {
"time": "1775549160"
},
"stopId": "FR:76217:ZE:18174:ATOUMOD005",
"stopSequence": 32
},
{
"arrival": {
"time": "1775547120"
},
"departure": {
"time": "1775547120"
},
"stopId": "FR:76217:ZE:18021:ATOUMOD005",
"stopSequence": 12
},
{
"arrival": {
"time": "1775548560"
},
"departure": {
"time": "1775548560"
},
"stopId": "FR:76414:ZE:18132:ATOUMOD005",
"stopSequence": 24
},
{
"arrival": {
"time": "1775549280"
},
"departure": {
"time": "1775549280"
},
"stopId": "FR:76217:ZE:18181:ATOUMOD005",
"stopSequence": 33
},
{
"arrival": {
"time": "1775548200"
},
"departure": {
"time": "1775548200"
},
"stopId": "FR:76217:ZE:18076:ATOUMOD005",
"stopSequence": 20
},
{
"arrival": {
"time": "1775549040"
},
"departure": {
"time": "1775549040"
},
"stopId": "FR:76217:ZE:18184:ATOUMOD005",
"stopSequence": 30
},
{
"arrival": {
"time": "1775546760"
},
"departure": {
"time": "1775546760"
},
"stopId": "FR:76217:ZE:18323:ATOUMOD005",
"stopSequence": 5
},
{
"arrival": {
"time": "1775548440"
},
"departure": {
"time": "1775548440"
},
"stopId": "FR:76217:ZE:18058:ATOUMOD005",
"stopSequence": 22
},
{
"arrival": {
"time": "1775547180"
},
"departure": {
"time": "1775547180"
},
"stopId": "FR:76217:ZE:18074:ATOUMOD005",
"stopSequence": 13
},
{
"arrival": {
"time": "1775547000"
},
"departure": {
"time": "1775547000"
},
"stopId": "FR:76217:ZE:18092:ATOUMOD005",
"stopSequence": 10
},
{
"arrival": {
"time": "1775548260"
},
"departure": {
"time": "1775548260"
},
"stopId": "FR:76217:ZE:18106:ATOUMOD005",
"stopSequence": 21
},
{
"arrival": {
"time": "1775546880"
},
"departure": {
"time": "1775546880"
},
"stopId": "FR:76217:ZE:18441:ATOUMOD005",
"stopSequence": 7
},
{
"arrival": {
"time": "1775548980"
},
"departure": {
"time": "1775548980"
},
"stopId": "FR:76217:ZE:18186:ATOUMOD005",
"stopSequence": 29
},
{
"arrival": {
"time": "1775546640"
},
"departure": {
"time": "1775546640"
},
"stopId": "FR:76217:ZE:18023:ATOUMOD005",
"stopSequence": 4
},
{
"arrival": {
"time": "1775547300"
},
"departure": {
"time": "1775547300"
},
"stopId": "FR:76217:ZE:18786:ATOUMOD005",
"stopSequence": 15
},
{
"arrival": {
"time": "1775548800"
},
"departure": {
"time": "1775548800"
},
"stopId": "FR:76217:ZE:18170:ATOUMOD005",
"stopSequence": 27
},
{
"arrival": {
"time": "1775548860"
},
"departure": {
"time": "1775548860"
},
"stopId": "FR:76217:ZE:18166:ATOUMOD005",
"stopSequence": 28
},
{
"arrival": {
"time": "1775546820"
},
"departure": {
"time": "1775546820"
},
"stopId": "FR:76217:ZE:18090:ATOUMOD005",
"stopSequence": 6
},
{
"arrival": {
"time": "1775547540"
},
"departure": {
"time": "1775547540"
},
"stopId": "FR:76217:ZE:18060:ATOUMOD005",
"stopSequence": 17
},
{
"arrival": {
"time": "1775549100"
},
"departure": {
"time": "1775549100"
},
"stopId": "FR:76217:ZE:18205:ATOUMOD005",
"stopSequence": 31
},
{
"arrival": {
"time": "1775546460"
},
"departure": {
"time": "1775546460"
},
"stopId": "FR:76217:ZE:18101:ATOUMOD005",
"stopSequence": 2
},
{
"arrival": {
"time": "1775548500"
},
"departure": {
"time": "1775548500"
},
"stopId": "FR:76545:ZE:18026:ATOUMOD005",
"stopSequence": 23
},
{
"arrival": {
"time": "1775549340"
},
"stopId": "FR:76217:ZE:18282:ATOUMOD005",
"stopSequence": 34
},
{
"arrival": {
"delay": 5,
"time": "1775546465"
},
"departure": {
"delay": 5,
"time": "1775546465"
},
"stopId": "FR:76217:ZE:18321:ATOUMOD005",
"stopSequence": 3
},
{
"arrival": {
"delay": 5,
"time": "1775546885"
},
"departure": {
"delay": 5,
"time": "1775546885"
},
"stopId": "FR:76217:ZE:18801:ATOUMOD005",
"stopSequence": 8
},
{
"arrival": {
"time": "1775548740"
},
"departure": {
"time": "1775548740"
},
"stopId": "FR:76217:ZE:18177:ATOUMOD005",
"stopSequence": 25
},
{
"arrival": {
"time": "1775547840"
},
"departure": {
"time": "1775547840"
},
"stopId": "FR:76217:ZE:18086:ATOUMOD005",
"stopSequence": 19
},
{
"arrival": {
"time": "1775547240"
},
"departure": {
"time": "1775547240"
},
"stopId": "FR:76217:ZE:18045:ATOUMOD005",
"stopSequence": 14
},
{
"arrival": {
"time": "1775547060"
},
"departure": {
"time": "1775547060"
},
"stopId": "FR:76217:ZE:18068:ATOUMOD005",
"stopSequence": 11
}
],
"timestamp": "1775539036",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD005:Line:2:LOC",
"tripId": "ATOUMOD005:ServiceJourney:267:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3747502x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 153,
"time": "1775537292"
},
"departure": {
"delay": 153,
"time": "1775537313"
},
"stopId": "FR:50129:ZE:10ILO1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 241,
"time": "1775535825"
},
"departure": {
"delay": 241,
"time": "1775535841"
},
"stopId": "FR:50129:ZE:10IUT2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 202,
"time": "1775537346"
},
"departure": {
"delay": 202,
"time": "1775537362"
},
"stopId": "FR:50129:ZE:10EUR1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 139,
"time": "1775535661"
},
"departure": {
"delay": 139,
"time": "1775535679"
},
"stopId": "FR:50129:ZE:10PFO4:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 115,
"time": "1775535575"
},
"departure": {
"delay": 115,
"time": "1775535595"
},
"stopId": "FR:50129:ZE:10VDT2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 226,
"time": "1775535932"
},
"departure": {
"delay": 226,
"time": "1775535946"
},
"stopId": "FR:50129:ZE:10AIG2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 228,
"time": "1775535873"
},
"departure": {
"delay": 228,
"time": "1775535888"
},
"stopId": "FR:50129:ZE:10UNI2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 122,
"time": "1775537026"
},
"departure": {
"delay": 122,
"time": "1775537042"
},
"stopId": "FR:50129:ZE:10MLL3:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 201,
"time": "1775537466"
},
"departure": {
"delay": 201,
"time": "1775537481"
},
"stopId": "FR:50129:ZE:10LMQ1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 839,
"time": "1775538359"
},
"stopId": "FR:50129:ZE:10PIS1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 147,
"time": "1775537142"
},
"departure": {
"delay": 147,
"time": "1775537187"
},
"stopId": "FR:50129:ZE:10LMW1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 154,
"time": "1775537238"
},
"departure": {
"delay": 154,
"time": "1775537254"
},
"stopId": "FR:50129:ZE:10CLO1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 129,
"time": "1775536549"
},
"departure": {
"delay": 129,
"time": "1775536569"
},
"stopId": "FR:50129:ZE:10PLA5:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 136,
"time": "1775536746"
},
"departure": {
"delay": 136,
"time": "1775536756"
},
"stopId": "FR:50129:ZE:10CCI1:ATOUMOD035",
"stopSequence": 12
},
{
"departure": {
"delay": 91,
"time": "1775535511"
},
"stopId": "FR:50129:ZE:10ZFO2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 132,
"time": "1775536659"
},
"departure": {
"delay": 132,
"time": "1775536692"
},
"stopId": "FR:50129:ZE:10CIT1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 243,
"time": "1775536177"
},
"departure": {
"delay": 243,
"time": "1775536203"
},
"stopId": "FR:50129:ZE:10MEN2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 172,
"time": "1775537500"
},
"departure": {
"delay": 172,
"time": "1775537512"
},
"stopId": "FR:50129:ZE:10CRD1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 142,
"time": "1775536491"
},
"departure": {
"delay": 142,
"time": "1775536522"
},
"stopId": "FR:50129:ZE:10CRN1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 183,
"time": "1775537380"
},
"departure": {
"delay": 183,
"time": "1775537403"
},
"stopId": "FR:50129:ZE:10COD1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 149,
"time": "1775536921"
},
"departure": {
"delay": 149,
"time": "1775536949"
},
"stopId": "FR:50129:ZE:10GMA3:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 121,
"time": "1775536293"
},
"departure": {
"delay": 121,
"time": "1775536321"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 8
}
],
"timestamp": "1775560079",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:08:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3747502x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746223x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 3,
"time": "1775554668"
},
"departure": {
"delay": 3,
"time": "1775554683"
},
"stopId": "FR:50129:ZE:10ART2:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": -24,
"time": "1775555124"
},
"departure": {
"delay": -24,
"time": "1775555136"
},
"stopId": "FR:50129:ZE:10LCP2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": -12,
"time": "1775555023"
},
"departure": {
"delay": -12,
"time": "1775555088"
},
"stopId": "FR:50129:ZE:10BHC2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 93,
"time": "1775557283"
},
"departure": {
"delay": 93,
"time": "1775557293"
},
"stopId": "FR:50129:ZE:10CAR2:ATOUMOD035",
"stopSequence": 44
},
{
"arrival": {
"delay": 5,
"time": "1775555806"
},
"departure": {
"delay": 5,
"time": "1775555825"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 125,
"time": "1775556932"
},
"departure": {
"delay": 125,
"time": "1775556965"
},
"stopId": "FR:50129:ZE:10BHE2:ATOUMOD035",
"stopSequence": 37
},
{
"departure": {
"delay": 27,
"time": "1775554167"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 45,
"time": "1775555328"
},
"departure": {
"delay": 45,
"time": "1775555445"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 102,
"time": "1775557649"
},
"departure": {
"delay": 102,
"time": "1775557662"
},
"stopId": "FR:50129:ZE:10EPH1:ATOUMOD035",
"stopSequence": 49
},
{
"arrival": {
"delay": 122,
"time": "1775556688"
},
"departure": {
"delay": 122,
"time": "1775556722"
},
"stopId": "FR:50129:ZE:10DUB2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 113,
"time": "1775557600"
},
"departure": {
"delay": 113,
"time": "1775557613"
},
"stopId": "FR:50129:ZE:10SFG2:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"delay": 133,
"time": "1775557201"
},
"departure": {
"delay": 133,
"time": "1775557213"
},
"stopId": "FR:50129:ZE:10BRT2:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"delay": 15,
"time": "1775554390"
},
"departure": {
"delay": 15,
"time": "1775554395"
},
"stopId": "FR:50129:ZE:10RSX2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 26,
"time": "1775554876"
},
"departure": {
"delay": 26,
"time": "1775554886"
},
"stopId": "FR:50129:ZE:10LLM2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 139,
"time": "1775557544"
},
"departure": {
"delay": 139,
"time": "1775557579"
},
"stopId": "FR:50129:ZE:10COF2:ATOUMOD035",
"stopSequence": 47
},
{
"arrival": {
"delay": 38,
"time": "1775554629"
},
"departure": {
"delay": 38,
"time": "1775554658"
},
"stopId": "FR:50129:ZE:10ZPH2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 107,
"time": "1775556550"
},
"departure": {
"delay": 107,
"time": "1775556587"
},
"stopId": "FR:50129:ZE:10AGO2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 102,
"time": "1775557351"
},
"departure": {
"delay": 102,
"time": "1775557362"
},
"stopId": "FR:50129:ZE:10SFN2:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"delay": -8,
"time": "1775556151"
},
"departure": {
"delay": -8,
"time": "1775556172"
},
"stopId": "FR:50129:ZE:10REP4:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"time": "1775554902"
},
"departure": {
"time": "1775554920"
},
"stopId": "FR:50129:ZE:10JMO2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 18,
"time": "1775554331"
},
"departure": {
"delay": 18,
"time": "1775554338"
},
"stopId": "FR:50129:ZE:10COS2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 123,
"time": "1775557231"
},
"departure": {
"delay": 123,
"time": "1775557263"
},
"stopId": "FR:50129:ZE:10HOU2:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": -14,
"time": "1775554798"
},
"departure": {
"delay": -14,
"time": "1775554846"
},
"stopId": "FR:50129:ZE:10BRO2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 47,
"time": "1775556072"
},
"departure": {
"delay": 47,
"time": "1775556107"
},
"stopId": "FR:50129:ZE:10HDI4:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": -35,
"time": "1775556192"
},
"departure": {
"delay": -35,
"time": "1775556205"
},
"stopId": "FR:50129:ZE:10TRA6:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 21,
"time": "1775554416"
},
"departure": {
"delay": 21,
"time": "1775554461"
},
"stopId": "FR:50129:ZE:10MGT2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": -62,
"time": "1775555204"
},
"departure": {
"delay": -62,
"time": "1775555218"
},
"stopId": "FR:50129:ZE:10THH4:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 167,
"time": "1775557032"
},
"departure": {
"delay": 167,
"time": "1775557067"
},
"stopId": "FR:50129:ZE:10PRE2:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": 52,
"time": "1775554602"
},
"departure": {
"delay": 52,
"time": "1775554612"
},
"stopId": "FR:50129:ZE:10JEA2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 163,
"time": "1775556986"
},
"departure": {
"delay": 163,
"time": "1775557003"
},
"stopId": "FR:50129:ZE:10CPL2:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"delay": 67,
"time": "1775554529"
},
"departure": {
"delay": 67,
"time": "1775554567"
},
"stopId": "FR:50129:ZE:10NOR4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 13,
"time": "1775555857"
},
"departure": {
"delay": 13,
"time": "1775555893"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 70,
"time": "1775556291"
},
"departure": {
"delay": 70,
"time": "1775556370"
},
"stopId": "FR:50129:ZE:10HUI2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 81,
"time": "1775557701"
},
"stopId": "FR:50129:ZE:10MAX1:ATOUMOD035",
"stopSequence": 50
},
{
"arrival": {
"delay": 107,
"time": "1775556792"
},
"departure": {
"delay": 107,
"time": "1775556827"
},
"stopId": "FR:50129:ZE:10ZOL2:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": -12,
"time": "1775555523"
},
"departure": {
"delay": -12,
"time": "1775555568"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": -1,
"time": "1775555718"
},
"departure": {
"delay": -1,
"time": "1775555759"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 171,
"time": "1775557156"
},
"departure": {
"delay": 171,
"time": "1775557191"
},
"stopId": "FR:50129:ZE:10BON2:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": 123,
"time": "1775557078"
},
"departure": {
"delay": 123,
"time": "1775557083"
},
"stopId": "FR:50129:ZE:10ARA2:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"delay": 29,
"time": "1775555623"
},
"departure": {
"delay": 29,
"time": "1775555669"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 131,
"time": "1775556876"
},
"departure": {
"delay": 131,
"time": "1775556911"
},
"stopId": "FR:50129:ZE:10LON2:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 77,
"time": "1775554481"
},
"departure": {
"delay": 77,
"time": "1775554517"
},
"stopId": "FR:50129:ZE:10MYO2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 3,
"time": "1775554950"
},
"departure": {
"delay": 3,
"time": "1775554983"
},
"stopId": "FR:50129:ZE:10LUM2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 64,
"time": "1775555955"
},
"departure": {
"delay": 64,
"time": "1775556004"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": -8,
"time": "1775554354"
},
"departure": {
"delay": -8,
"time": "1775554372"
},
"stopId": "FR:50129:ZE:10CVE2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 101,
"time": "1775556475"
},
"departure": {
"delay": 101,
"time": "1775556521"
},
"stopId": "FR:50129:ZE:10HOM2:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 56,
"time": "1775554220"
},
"departure": {
"delay": 56,
"time": "1775554256"
},
"stopId": "FR:50129:ZE:10JGO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 108,
"time": "1775556615"
},
"departure": {
"delay": 108,
"time": "1775556648"
},
"stopId": "FR:50129:ZE:10LAV2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 80,
"time": "1775557381"
},
"departure": {
"delay": 80,
"time": "1775557400"
},
"stopId": "FR:50129:ZE:10ALB2:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"delay": 67,
"time": "1775556414"
},
"departure": {
"delay": 67,
"time": "1775556427"
},
"stopId": "FR:50129:ZE:10BEL2:ATOUMOD035",
"stopSequence": 30
}
],
"timestamp": "1775560079",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746223x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx16835:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 2623,
"time": "1775562103"
},
"departure": {
"delay": 2623,
"time": "1775562103"
},
"stopId": "FR:76599:ZE:TCARxREGLI:ATOUMOD001",
"stopSequence": 40
},
{
"arrival": {
"delay": 2554,
"time": "1775559792"
},
"departure": {
"delay": 2554,
"time": "1775559814"
},
"stopId": "FR:76095:ZE:TCARxTAMAR3:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 2675,
"time": "1775562215"
},
"departure": {
"delay": 2675,
"time": "1775562215"
},
"stopId": "FR:76560:ZE:TCARxHETRA0:ATOUMOD001",
"stopSequence": 41
},
{
"arrival": {
"delay": 2494,
"time": "1775559634"
},
"departure": {
"delay": 2494,
"time": "1775559634"
},
"stopId": "FR:76108:ZE:TCARxLOMBA0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 2646,
"time": "1775561586"
},
"departure": {
"delay": 2646,
"time": "1775561586"
},
"stopId": "FR:76540:ZE:TCARxBROCH0:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 2513,
"time": "1775559713"
},
"departure": {
"delay": 2513,
"time": "1775559713"
},
"stopId": "FR:76095:ZE:TCARxCIMEB0:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 2603,
"time": "1775559863"
},
"departure": {
"delay": 2603,
"time": "1775559863"
},
"stopId": "FR:76095:ZE:TCARxDELAT0:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 2656,
"time": "1775561176"
},
"departure": {
"delay": 2656,
"time": "1775561176"
},
"stopId": "FR:76540:ZE:TCARxBECQU0:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 2621,
"time": "1775560001"
},
"departure": {
"delay": 2621,
"time": "1775560001"
},
"stopId": "FR:76095:ZE:TCARxPISCB0:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 2685,
"time": "1775561325"
},
"departure": {
"delay": 2685,
"time": "1775561325"
},
"stopId": "FR:76540:ZE:TCARxCNEUF0:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 2623,
"time": "1775561743"
},
"departure": {
"delay": 2623,
"time": "1775561743"
},
"stopId": "FR:76599:ZE:TCARxWADDI0:ATOUMOD001",
"stopSequence": 33
},
{
"arrival": {
"delay": 2528,
"time": "1775559488"
},
"departure": {
"delay": 2528,
"time": "1775559488"
},
"stopId": "FR:76095:ZE:TCARxPOMPI0:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 2659,
"time": "1775561119"
},
"departure": {
"delay": 2659,
"time": "1775561119"
},
"stopId": "FR:76540:ZE:TCARxSTVIV1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 2657,
"time": "1775561417"
},
"departure": {
"delay": 2657,
"time": "1775561417"
},
"stopId": "FR:76540:ZE:TCARxNEUVI0:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 2683,
"time": "1775562403"
},
"stopId": "FR:76560:ZE:TCARxMEPIN1:ATOUMOD001",
"stopSequence": 42
},
{
"arrival": {
"delay": 2594,
"time": "1775560454"
},
"departure": {
"delay": 2594,
"time": "1775560454"
},
"stopId": "FR:76108:ZE:TCARxVAUC10:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 2520,
"time": "1775559540"
},
"departure": {
"delay": 2520,
"time": "1775559540"
},
"stopId": "FR:76095:ZE:TCARxBOUVE0:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 2687,
"time": "1775561387"
},
"departure": {
"delay": 2687,
"time": "1775561387"
},
"stopId": "FR:76540:ZE:TCARxCIMMG0:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 2623,
"time": "1775561923"
},
"departure": {
"delay": 2623,
"time": "1775561923"
},
"stopId": "FR:76599:ZE:TCARxLAVOI0:ATOUMOD001",
"stopSequence": 36
},
{
"arrival": {
"delay": 2595,
"time": "1775561955"
},
"departure": {
"delay": 2595,
"time": "1775561955"
},
"stopId": "FR:76599:ZE:TCARxPICAU0:ATOUMOD001",
"stopSequence": 37
},
{
"arrival": {
"delay": 2666,
"time": "1775561486"
},
"departure": {
"delay": 2666,
"time": "1775561486"
},
"stopId": "FR:76540:ZE:TCARxBORDE0:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 2594,
"time": "1775560814"
},
"departure": {
"delay": 2594,
"time": "1775560814"
},
"stopId": "FR:76540:ZE:TCARxLYCOR0:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 2631,
"time": "1775561631"
},
"departure": {
"delay": 2631,
"time": "1775561631"
},
"stopId": "FR:76540:ZE:TCARxLOREL0:ATOUMOD001",
"stopSequence": 31
},
{
"arrival": {
"delay": 2618,
"time": "1775559938"
},
"departure": {
"delay": 2618,
"time": "1775559938"
},
"stopId": "FR:76095:ZE:TCARxJOSEP0:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 2601,
"time": "1775561601"
},
"departure": {
"delay": 2601,
"time": "1775561601"
},
"stopId": "FR:76540:ZE:TCARxREPAI0:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": 2637,
"time": "1775561457"
},
"departure": {
"delay": 2637,
"time": "1775561457"
},
"stopId": "FR:76540:ZE:TCARxAUROR0:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 2650,
"time": "1775561530"
},
"departure": {
"delay": 2650,
"time": "1775561530"
},
"stopId": "FR:76540:ZE:TCARxANNIE0:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 2634,
"time": "1775560674"
},
"departure": {
"delay": 2634,
"time": "1775560674"
},
"stopId": "FR:76540:ZE:TCARxRICAR0:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 2593,
"time": "1775562073"
},
"departure": {
"delay": 2593,
"time": "1775562073"
},
"stopId": "FR:76599:ZE:TCARxEAUVI0:ATOUMOD001",
"stopSequence": 39
},
{
"arrival": {
"delay": 2594,
"time": "1775560094"
},
"departure": {
"delay": 2594,
"time": "1775560094"
},
"stopId": "FR:76095:ZE:TCARxCOLMI1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 2687,
"time": "1775561027"
},
"departure": {
"delay": 2687,
"time": "1775561027"
},
"stopId": "FR:76540:ZE:TCARxHVR1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 2713,
"time": "1775561293"
},
"departure": {
"delay": 2713,
"time": "1775561293"
},
"stopId": "FR:76540:ZE:TCARxMARTA3:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 2596,
"time": "1775562016"
},
"departure": {
"delay": 2596,
"time": "1775562016"
},
"stopId": "FR:76599:ZE:TCARxSLMAI0:ATOUMOD001",
"stopSequence": 38
},
{
"departure": {
"delay": 2460,
"time": "1775559420"
},
"stopId": "FR:76095:ZE:TCARxCHAPI:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 2608,
"time": "1775561668"
},
"departure": {
"delay": 2608,
"time": "1775561668"
},
"stopId": "FR:76540:ZE:TCARxFONTA0:ATOUMOD001",
"stopSequence": 32
},
{
"arrival": {
"delay": 2647,
"time": "1775560747"
},
"departure": {
"delay": 2647,
"time": "1775560747"
},
"stopId": "FR:76540:ZE:TCARxBEAU10:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 2649,
"time": "1775560209"
},
"departure": {
"delay": 2649,
"time": "1775560209"
},
"stopId": "FR:76095:ZE:TCARxCVICT0:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 2623,
"time": "1775561563"
},
"departure": {
"delay": 2623,
"time": "1775561563"
},
"stopId": "FR:76540:ZE:TCARxCHASS0:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 2501,
"time": "1775559521"
},
"departure": {
"delay": 2501,
"time": "1775559521"
},
"stopId": "FR:76095:ZE:TCARxGRIGN0:ATOUMOD001",
"stopSequence": 3
}
],
"timestamp": "1775559345",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx20:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx16835:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC597023:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 97,
"time": "1775560237"
},
"departure": {
"delay": 97,
"time": "1775560237"
},
"stopId": "FR:27229:ZE:0xGAR03:ATOUMOD004",
"stopSequence": 15
},
{
"arrival": {
"delay": 101,
"time": "1775561141"
},
"stopId": "FR:27229:ZE:0xCEN01:ATOUMOD004",
"stopSequence": 32
},
{
"arrival": {
"delay": 66,
"time": "1775560626"
},
"departure": {
"delay": 66,
"time": "1775560626"
},
"stopId": "FR:27229:ZE:0xFAU02:ATOUMOD004",
"stopSequence": 23
},
{
"arrival": {
"delay": 125,
"time": "1775560805"
},
"departure": {
"delay": 125,
"time": "1775560805"
},
"stopId": "FR:27229:ZE:0xFER02:ATOUMOD004",
"stopSequence": 25
},
{
"arrival": {
"delay": 135,
"time": "1775560875"
},
"departure": {
"delay": 135,
"time": "1775560875"
},
"stopId": "FR:27229:ZE:0xDUN02:ATOUMOD004",
"stopSequence": 26
},
{
"arrival": {
"delay": 149,
"time": "1775560169"
},
"departure": {
"delay": 149,
"time": "1775560169"
},
"stopId": "FR:27229:ZE:0xJAU01:ATOUMOD004",
"stopSequence": 14
},
{
"arrival": {
"delay": 165,
"time": "1775561085"
},
"departure": {
"delay": 165,
"time": "1775561085"
},
"stopId": "FR:27229:ZE:0xMEU02:ATOUMOD004",
"stopSequence": 31
},
{
"arrival": {
"delay": 96,
"time": "1775560716"
},
"departure": {
"delay": 96,
"time": "1775560716"
},
"stopId": "FR:27229:ZE:0xCOM02:ATOUMOD004",
"stopSequence": 24
},
{
"arrival": {
"delay": 127,
"time": "1775560387"
},
"departure": {
"delay": 127,
"time": "1775560387"
},
"stopId": "FR:27229:ZE:0xBRO02:ATOUMOD004",
"stopSequence": 17
},
{
"arrival": {
"delay": 127,
"time": "1775560447"
},
"departure": {
"delay": 127,
"time": "1775560447"
},
"stopId": "FR:27229:ZE:0xBEV02:ATOUMOD004",
"stopSequence": 18
},
{
"arrival": {
"delay": 109,
"time": "1775560009"
},
"departure": {
"delay": 109,
"time": "1775560009"
},
"stopId": "FR:27229:ZE:0xHAP01:ATOUMOD004",
"stopSequence": 13
},
{
"arrival": {
"delay": 127,
"time": "1775560327"
},
"departure": {
"delay": 127,
"time": "1775560327"
},
"stopId": "FR:27229:ZE:0xLEB01:ATOUMOD004",
"stopSequence": 16
},
{
"arrival": {
"delay": 72,
"time": "1775559871"
},
"departure": {
"delay": 72,
"time": "1775559912"
},
"stopId": "FR:27229:ZE:0xLOM01:ATOUMOD004",
"stopSequence": 12
},
{
"arrival": {
"delay": 172,
"time": "1775561032"
},
"departure": {
"delay": 172,
"time": "1775561032"
},
"stopId": "FR:27229:ZE:0xCAR03:ATOUMOD004",
"stopSequence": 30
},
{
"arrival": {
"delay": 168,
"time": "1775560488"
},
"departure": {
"delay": 168,
"time": "1775560488"
},
"stopId": "FR:27229:ZE:0xLOG02:ATOUMOD004",
"stopSequence": 19
},
{
"arrival": {
"delay": 108,
"time": "1775560548"
},
"departure": {
"delay": 108,
"time": "1775560548"
},
"stopId": "FR:27229:ZE:0xHAR02:ATOUMOD004",
"stopSequence": 22
}
],
"timestamp": "1775560081",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD004:Line:T2:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC597023:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3747893x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 175,
"time": "1775547905"
},
"departure": {
"delay": 175,
"time": "1775547955"
},
"stopId": "FR:50129:ZE:10CUR1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 138,
"time": "1775547828"
},
"departure": {
"delay": 138,
"time": "1775547858"
},
"stopId": "FR:50129:ZE:10DEB1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 42,
"time": "1775547061"
},
"departure": {
"delay": 42,
"time": "1775547102"
},
"stopId": "FR:50129:ZE:10BOS1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 124,
"time": "1775547441"
},
"departure": {
"delay": 124,
"time": "1775547484"
},
"stopId": "FR:50129:ZE:10MTT1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 154,
"time": "1775547675"
},
"departure": {
"delay": 154,
"time": "1775547754"
},
"stopId": "FR:50129:ZE:10CSM1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 58,
"time": "1775546898"
},
"departure": {
"delay": 58,
"time": "1775546938"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 28,
"time": "1775547196"
},
"departure": {
"delay": 28,
"time": "1775547208"
},
"stopId": "FR:50129:ZE:10SRN1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 23,
"time": "1775547304"
},
"departure": {
"delay": 23,
"time": "1775547323"
},
"stopId": "FR:50129:ZE:10RUC1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 212,
"time": "1775548130"
},
"departure": {
"delay": 212,
"time": "1775548172"
},
"stopId": "FR:50129:ZE:10BOC1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 81,
"time": "1775546738"
},
"departure": {
"delay": 81,
"time": "1775546841"
},
"stopId": "FR:50129:ZE:10SHU1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 64,
"time": "1775547388"
},
"departure": {
"delay": 64,
"time": "1775547424"
},
"stopId": "FR:50129:ZE:10BSJ1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 228,
"time": "1775548203"
},
"departure": {
"delay": 228,
"time": "1775548248"
},
"stopId": "FR:50129:ZE:10CEN1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 144,
"time": "1775548098"
},
"departure": {
"delay": 144,
"time": "1775548104"
},
"stopId": "FR:50129:ZE:10GNT1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 144,
"time": "1775547977"
},
"departure": {
"delay": 144,
"time": "1775547984"
},
"stopId": "FR:50129:ZE:10REN1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 57,
"time": "1775547141"
},
"departure": {
"delay": 57,
"time": "1775547177"
},
"stopId": "FR:50129:ZE:10ODR1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 166,
"time": "1775548306"
},
"stopId": "FR:50129:ZE:10MXR1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 111,
"time": "1775547498"
},
"departure": {
"delay": 111,
"time": "1775547531"
},
"stopId": "FR:50129:ZE:10SEX1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 200,
"time": "1775548020"
},
"departure": {
"delay": 200,
"time": "1775548040"
},
"stopId": "FR:50129:ZE:10LOG1:ATOUMOD035",
"stopSequence": 19
},
{
"departure": {
"delay": 181,
"time": "1775546701"
},
"stopId": "FR:50129:ZE:10SHU2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 82,
"time": "1775547007"
},
"departure": {
"delay": 82,
"time": "1775547022"
},
"stopId": "FR:50129:ZE:10JAR1:ATOUMOD035",
"stopSequence": 4
}
],
"timestamp": "1775560082",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:04:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3747893x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4011297x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 274,
"time": "1775559454"
},
"stopId": "FR:76552:ZE:4519:ATOUMOD003",
"stopSequence": 53
},
{
"arrival": {
"delay": 261,
"time": "1775559501"
},
"stopId": "FR:76552:ZE:3400:ATOUMOD003",
"stopSequence": 54
}
],
"timestamp": "1775559459",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:C1:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4011297x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3758422x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -79,
"time": "1775553018"
},
"departure": {
"delay": -79,
"time": "1775553041"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": -78,
"time": "1775552966"
},
"departure": {
"delay": -78,
"time": "1775552982"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": -54,
"time": "1775552455"
},
"departure": {
"delay": -54,
"time": "1775552466"
},
"stopId": "FR:50129:ZE:10LSA1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 21,
"time": "1775550915"
},
"departure": {
"delay": 21,
"time": "1775550921"
},
"stopId": "FR:50041:ZE:HAGFY1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 9,
"time": "1775551630"
},
"departure": {
"delay": 9,
"time": "1775551749"
},
"stopId": "FR:50041:ZE:HAGBG1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": -43,
"time": "1775552738"
},
"departure": {
"delay": -43,
"time": "1775552777"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": -50,
"time": "1775552157"
},
"departure": {
"delay": -50,
"time": "1775552170"
},
"stopId": "FR:50129:ZE:10PET1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 9,
"time": "1775551172"
},
"departure": {
"delay": 9,
"time": "1775551209"
},
"stopId": "FR:50041:ZE:HAGGR1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": -42,
"time": "1775551567"
},
"departure": {
"delay": -42,
"time": "1775551578"
},
"stopId": "FR:50041:ZE:HAGMF1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 37,
"time": "1775551973"
},
"departure": {
"delay": 37,
"time": "1775552017"
},
"stopId": "FR:50129:ZE:QQVPL2:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": -137,
"time": "1775553192"
},
"departure": {
"delay": -137,
"time": "1775553223"
},
"stopId": "FR:50129:ZE:10CRN2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": -77,
"time": "1775552308"
},
"departure": {
"delay": -77,
"time": "1775552323"
},
"stopId": "FR:50129:ZE:10CAQ1:ATOUMOD035",
"stopSequence": 13
},
{
"departure": {
"delay": 103,
"time": "1775550403"
},
"stopId": "FR:50041:ZE:HAGOLL:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 88,
"time": "1775550805"
},
"departure": {
"delay": 88,
"time": "1775550868"
},
"stopId": "FR:50041:ZE:HAGMA1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": -95,
"time": "1775552811"
},
"departure": {
"delay": -95,
"time": "1775552845"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": -87,
"time": "1775553085"
},
"departure": {
"delay": -87,
"time": "1775553153"
},
"stopId": "FR:50129:ZE:10PLA4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 7,
"time": "1775552102"
},
"departure": {
"delay": 7,
"time": "1775552107"
},
"stopId": "FR:50129:ZE:10DIX1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": -68,
"time": "1775552201"
},
"departure": {
"delay": -68,
"time": "1775552212"
},
"stopId": "FR:50129:ZE:10HME1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 49,
"time": "1775550667"
},
"departure": {
"delay": 49,
"time": "1775550709"
},
"stopId": "FR:50041:ZE:HAGCC1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": -112,
"time": "1775553368"
},
"stopId": "FR:50129:ZE:10PEM4:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": -55,
"time": "1775552664"
},
"departure": {
"delay": -55,
"time": "1775552705"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 15
}
],
"timestamp": "1775560075",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:A:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3758422x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx6321:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 170,
"time": "1775560370"
},
"departure": {
"delay": 170,
"time": "1775560370"
},
"stopId": "FR:76540:ZE:TCARxTARTT2:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 225,
"time": "1775560125"
},
"departure": {
"delay": 225,
"time": "1775560125"
},
"stopId": "FR:76540:ZE:TCARxPMARC2:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 218,
"time": "1775560478"
},
"departure": {
"delay": 218,
"time": "1775560478"
},
"stopId": "FR:76540:ZE:TCARxBELGE2:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 224,
"time": "1775560304"
},
"departure": {
"delay": 224,
"time": "1775560304"
},
"stopId": "FR:76540:ZE:TCARxCATHE2:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 170,
"time": "1775560190"
},
"departure": {
"delay": 170,
"time": "1775560190"
},
"stopId": "FR:76540:ZE:TCARxREPUB2:ATOUMOD001",
"stopSequence": 4
},
{
"departure": {
"delay": 171,
"time": "1775560011"
},
"stopId": "FR:76540:ZE:TCARxCHRUT2:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 177,
"time": "1775560977"
},
"departure": {
"delay": 177,
"time": "1775560977"
},
"stopId": "FR:76540:ZE:TCARxFDVAL2:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 181,
"time": "1775560081"
},
"departure": {
"delay": 181,
"time": "1775560081"
},
"stopId": "FR:76540:ZE:TCARxMARTT2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 190,
"time": "1775560570"
},
"departure": {
"delay": 190,
"time": "1775560570"
},
"stopId": "FR:76540:ZE:TCARxPASPA2:ATOUMOD001",
"stopSequence": 8
}
],
"timestamp": "1775560017",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx91:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx6321:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4107841x2025x26xGSemHTRAxSemainex00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 39,
"time": "1775562219"
},
"stopId": "FR:76351:ZE:3984:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"time": "1775562120"
},
"departure": {
"time": "1775562120"
},
"stopId": "FR:76351:ZE:3998:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 5,
"time": "1775560625"
},
"departure": {
"delay": 5,
"time": "1775560625"
},
"stopId": "FR:76351:ZE:3954:ATOUMOD003",
"stopSequence": 2
},
{
"arrival": {
"delay": 41,
"time": "1775561801"
},
"departure": {
"delay": 41,
"time": "1775561801"
},
"stopId": "FR:76351:ZE:3960:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 54,
"time": "1775561214"
},
"departure": {
"delay": 54,
"time": "1775561214"
},
"stopId": "FR:76351:ZE:3972:ATOUMOD003",
"stopSequence": 7
},
{
"arrival": {
"delay": 20,
"time": "1775562020"
},
"departure": {
"delay": 20,
"time": "1775562020"
},
"stopId": "FR:76351:ZE:3965:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": 7,
"time": "1775560867"
},
"departure": {
"delay": 7,
"time": "1775560867"
},
"stopId": "FR:76351:ZE:4004:ATOUMOD003",
"stopSequence": 4
},
{
"arrival": {
"delay": 43,
"time": "1775561683"
},
"departure": {
"delay": 43,
"time": "1775561683"
},
"stopId": "FR:76351:ZE:4000:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": 57,
"time": "1775561097"
},
"departure": {
"delay": 57,
"time": "1775561097"
},
"stopId": "FR:76351:ZE:3992:ATOUMOD003",
"stopSequence": 6
},
{
"arrival": {
"delay": 10,
"time": "1775560750"
},
"departure": {
"delay": 10,
"time": "1775560750"
},
"stopId": "FR:76351:ZE:3988:ATOUMOD003",
"stopSequence": 3
},
{
"arrival": {
"delay": 24,
"time": "1775561904"
},
"departure": {
"delay": 24,
"time": "1775561904"
},
"stopId": "FR:76351:ZE:3981:ATOUMOD003",
"stopSequence": 12
},
{
"departure": {
"time": "1775560500"
},
"stopId": "FR:76481:ZE:4891:ATOUMOD003",
"stopSequence": 1
},
{
"arrival": {
"delay": 7,
"time": "1775560987"
},
"departure": {
"delay": 7,
"time": "1775560987"
},
"stopId": "FR:76351:ZE:3976:ATOUMOD003",
"stopSequence": 5
},
{
"arrival": {
"delay": 56,
"time": "1775561576"
},
"departure": {
"delay": 56,
"time": "1775561576"
},
"stopId": "FR:76351:ZE:3990:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": 53,
"time": "1775561393"
},
"departure": {
"delay": 53,
"time": "1775561393"
},
"stopId": "FR:76351:ZE:3970:ATOUMOD003",
"stopSequence": 8
}
],
"timestamp": "1775559979",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:A:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4107841x2025x26xGSemHTRAxSemainex00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746215x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 181,
"time": "1775549247"
},
"departure": {
"delay": 181,
"time": "1775549281"
},
"stopId": "FR:50129:ZE:10HUI2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 111,
"time": "1775547357"
},
"departure": {
"delay": 111,
"time": "1775547411"
},
"stopId": "FR:50129:ZE:10MGT2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 68,
"time": "1775547101"
},
"departure": {
"delay": 68,
"time": "1775547128"
},
"stopId": "FR:50129:ZE:10JGO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 259,
"time": "1775548113"
},
"departure": {
"delay": 259,
"time": "1775548159"
},
"stopId": "FR:50129:ZE:10BHC2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 189,
"time": "1775549358"
},
"departure": {
"delay": 189,
"time": "1775549409"
},
"stopId": "FR:50129:ZE:10HOM2:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 170,
"time": "1775548370"
},
"departure": {
"delay": 170,
"time": "1775548370"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 117,
"time": "1775550045"
},
"departure": {
"delay": 117,
"time": "1775550057"
},
"stopId": "FR:50129:ZE:10HOU2:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": 139,
"time": "1775548807"
},
"departure": {
"delay": 139,
"time": "1775548819"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 261,
"time": "1775547868"
},
"departure": {
"delay": 261,
"time": "1775547921"
},
"stopId": "FR:50129:ZE:10BRO2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 170,
"time": "1775548853"
},
"departure": {
"delay": 170,
"time": "1775548910"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 286,
"time": "1775548050"
},
"departure": {
"delay": 286,
"time": "1775548066"
},
"stopId": "FR:50129:ZE:10LUM2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 245,
"time": "1775548194"
},
"departure": {
"delay": 245,
"time": "1775548205"
},
"stopId": "FR:50129:ZE:10LCP2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 153,
"time": "1775547459"
},
"departure": {
"delay": 153,
"time": "1775547513"
},
"stopId": "FR:50129:ZE:10NOR4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 162,
"time": "1775549306"
},
"departure": {
"delay": 162,
"time": "1775549322"
},
"stopId": "FR:50129:ZE:10BEL2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 144,
"time": "1775549085"
},
"departure": {
"delay": 144,
"time": "1775549124"
},
"stopId": "FR:50129:ZE:10REP4:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 183,
"time": "1775549971"
},
"departure": {
"delay": 183,
"time": "1775550003"
},
"stopId": "FR:50129:ZE:10BON2:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": 143,
"time": "1775549147"
},
"departure": {
"delay": 143,
"time": "1775549183"
},
"stopId": "FR:50129:ZE:10TRA6:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 277,
"time": "1775547958"
},
"departure": {
"delay": 277,
"time": "1775547997"
},
"stopId": "FR:50129:ZE:10LLM2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 87,
"time": "1775547291"
},
"departure": {
"delay": 87,
"time": "1775547327"
},
"stopId": "FR:50129:ZE:10RSX2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 167,
"time": "1775549717"
},
"departure": {
"delay": 167,
"time": "1775549747"
},
"stopId": "FR:50129:ZE:10LON2:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 187,
"time": "1775549553"
},
"departure": {
"delay": 187,
"time": "1775549587"
},
"stopId": "FR:50129:ZE:10DUB2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 202,
"time": "1775549866"
},
"departure": {
"delay": 202,
"time": "1775549902"
},
"stopId": "FR:50129:ZE:10PRE2:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": 143,
"time": "1775550017"
},
"departure": {
"delay": 143,
"time": "1775550023"
},
"stopId": "FR:50129:ZE:10BRT2:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"delay": 163,
"time": "1775549916"
},
"departure": {
"delay": 163,
"time": "1775549923"
},
"stopId": "FR:50129:ZE:10ARA2:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"delay": 85,
"time": "1775550069"
},
"departure": {
"delay": 85,
"time": "1775550085"
},
"stopId": "FR:50129:ZE:10CAR2:ATOUMOD035",
"stopSequence": 44
},
{
"arrival": {
"delay": 182,
"time": "1775549000"
},
"departure": {
"delay": 182,
"time": "1775549042"
},
"stopId": "FR:50129:ZE:10HDI4:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 130,
"time": "1775548547"
},
"departure": {
"delay": 130,
"time": "1775548570"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 161,
"time": "1775549767"
},
"departure": {
"delay": 161,
"time": "1775549801"
},
"stopId": "FR:50129:ZE:10BHE2:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 82,
"time": "1775550131"
},
"departure": {
"delay": 82,
"time": "1775550142"
},
"stopId": "FR:50129:ZE:10SFN2:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"delay": 152,
"time": "1775549652"
},
"departure": {
"delay": 152,
"time": "1775549672"
},
"stopId": "FR:50129:ZE:10ZOL2:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 243,
"time": "1775548007"
},
"departure": {
"delay": 243,
"time": "1775548023"
},
"stopId": "FR:50129:ZE:10JMO2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 200,
"time": "1775549826"
},
"departure": {
"delay": 200,
"time": "1775549840"
},
"stopId": "FR:50129:ZE:10CPL2:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"delay": 98,
"time": "1775550518"
},
"stopId": "FR:50129:ZE:10MAX1:ATOUMOD035",
"stopSequence": 50
},
{
"arrival": {
"delay": 112,
"time": "1775550319"
},
"departure": {
"delay": 112,
"time": "1775550352"
},
"stopId": "FR:50129:ZE:10COF2:ATOUMOD035",
"stopSequence": 47
},
{
"arrival": {
"delay": 168,
"time": "1775547548"
},
"departure": {
"delay": 168,
"time": "1775547588"
},
"stopId": "FR:50129:ZE:10JEA2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 117,
"time": "1775547621"
},
"departure": {
"delay": 117,
"time": "1775547657"
},
"stopId": "FR:50129:ZE:10ART2:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 60,
"time": "1775550161"
},
"departure": {
"delay": 60,
"time": "1775550180"
},
"stopId": "FR:50129:ZE:10ALB2:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"delay": 147,
"time": "1775547421"
},
"departure": {
"delay": 147,
"time": "1775547447"
},
"stopId": "FR:50129:ZE:10MYO2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 126,
"time": "1775550452"
},
"departure": {
"delay": 126,
"time": "1775550486"
},
"stopId": "FR:50129:ZE:10EPH1:ATOUMOD035",
"stopSequence": 49
},
{
"arrival": {
"delay": 169,
"time": "1775548717"
},
"departure": {
"delay": 169,
"time": "1775548789"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 103,
"time": "1775550374"
},
"departure": {
"delay": 103,
"time": "1775550403"
},
"stopId": "FR:50129:ZE:10SFG2:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"delay": 187,
"time": "1775549436"
},
"departure": {
"delay": 187,
"time": "1775549467"
},
"stopId": "FR:50129:ZE:10AGO2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 66,
"time": "1775547205"
},
"departure": {
"delay": 66,
"time": "1775547246"
},
"stopId": "FR:50129:ZE:10COS2:ATOUMOD035",
"stopSequence": 3
},
{
"departure": {
"delay": 39,
"time": "1775547039"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 165,
"time": "1775549493"
},
"departure": {
"delay": 165,
"time": "1775549505"
},
"stopId": "FR:50129:ZE:10LAV2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 133,
"time": "1775548469"
},
"departure": {
"delay": 133,
"time": "1775548513"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 232,
"time": "1775548300"
},
"departure": {
"delay": 232,
"time": "1775548312"
},
"stopId": "FR:50129:ZE:10THH4:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 135,
"time": "1775547602"
},
"departure": {
"delay": 135,
"time": "1775547615"
},
"stopId": "FR:50129:ZE:10ZPH2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 36,
"time": "1775547268"
},
"departure": {
"delay": 36,
"time": "1775547276"
},
"stopId": "FR:50129:ZE:10CVE2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 124,
"time": "1775548639"
},
"departure": {
"delay": 124,
"time": "1775548684"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 22
}
],
"timestamp": "1775560077",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746215x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745658x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 153,
"time": "1775543303"
},
"departure": {
"delay": 153,
"time": "1775543433"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 52,
"time": "1775541550"
},
"departure": {
"delay": 52,
"time": "1775541592"
},
"stopId": "FR:50129:ZE:10MOR1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 14,
"time": "1775544314"
},
"stopId": "FR:50129:ZE:10ECT1:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 142,
"time": "1775542905"
},
"departure": {
"delay": 142,
"time": "1775542942"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 169,
"time": "1775543773"
},
"departure": {
"delay": 169,
"time": "1775543809"
},
"stopId": "FR:50129:ZE:10XCT3:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 133,
"time": "1775542232"
},
"departure": {
"delay": 133,
"time": "1775542273"
},
"stopId": "FR:50129:ZE:10CAQ1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 82,
"time": "1775544246"
},
"departure": {
"delay": 82,
"time": "1775544262"
},
"stopId": "FR:50129:ZE:10FLO1:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 179,
"time": "1775543833"
},
"departure": {
"delay": 179,
"time": "1775543879"
},
"stopId": "FR:50129:ZE:10GRR1:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 64,
"time": "1775544116"
},
"departure": {
"delay": 64,
"time": "1775544124"
},
"stopId": "FR:50129:ZE:10GDR1:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 153,
"time": "1775543578"
},
"departure": {
"delay": 153,
"time": "1775543613"
},
"stopId": "FR:50129:ZE:10CRN1:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 98,
"time": "1775544083"
},
"departure": {
"delay": 98,
"time": "1775544098"
},
"stopId": "FR:50129:ZE:10NOR5:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 80,
"time": "1775541643"
},
"departure": {
"delay": 80,
"time": "1775541680"
},
"stopId": "FR:50129:ZE:10FRN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 118,
"time": "1775542405"
},
"departure": {
"delay": 118,
"time": "1775542438"
},
"stopId": "FR:50129:ZE:10CMI1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 155,
"time": "1775544008"
},
"departure": {
"delay": 155,
"time": "1775544035"
},
"stopId": "FR:50129:ZE:10MED3:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 139,
"time": "1775543925"
},
"departure": {
"delay": 139,
"time": "1775543959"
},
"stopId": "FR:50129:ZE:10BAG3:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 81,
"time": "1775541612"
},
"departure": {
"delay": 81,
"time": "1775541621"
},
"stopId": "FR:50129:ZE:10BOI1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 82,
"time": "1775541760"
},
"departure": {
"delay": 82,
"time": "1775541802"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 127,
"time": "1775542465"
},
"departure": {
"delay": 127,
"time": "1775542507"
},
"stopId": "FR:50129:ZE:10PAX1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 158,
"time": "1775542118"
},
"departure": {
"delay": 158,
"time": "1775542178"
},
"stopId": "FR:50129:ZE:10HME1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 157,
"time": "1775542548"
},
"departure": {
"delay": 157,
"time": "1775542597"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 86,
"time": "1775544157"
},
"departure": {
"delay": 86,
"time": "1775544206"
},
"stopId": "FR:50129:ZE:10LPL1:ATOUMOD035",
"stopSequence": 33
},
{
"departure": {
"delay": 73,
"time": "1775541433"
},
"stopId": "FR:50129:ZE:10AMF1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 92,
"time": "1775542325"
},
"departure": {
"delay": 92,
"time": "1775542352"
},
"stopId": "FR:50129:ZE:10ANN1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 150,
"time": "1775542978"
},
"departure": {
"delay": 150,
"time": "1775543010"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 108,
"time": "1775541963"
},
"departure": {
"delay": 108,
"time": "1775542008"
},
"stopId": "FR:50129:ZE:10DIX1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 126,
"time": "1775542054"
},
"departure": {
"delay": 126,
"time": "1775542086"
},
"stopId": "FR:50129:ZE:10PET1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 56,
"time": "1775541493"
},
"departure": {
"delay": 56,
"time": "1775541536"
},
"stopId": "FR:50129:ZE:10MES1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 123,
"time": "1775541863"
},
"departure": {
"delay": 123,
"time": "1775541903"
},
"stopId": "FR:50129:ZE:10EPC1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 169,
"time": "1775543045"
},
"departure": {
"delay": 169,
"time": "1775543089"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 178,
"time": "1775543668"
},
"departure": {
"delay": 178,
"time": "1775543698"
},
"stopId": "FR:50129:ZE:10HPA3:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 163,
"time": "1775542754"
},
"departure": {
"delay": 163,
"time": "1775542783"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 200,
"time": "1775542615"
},
"departure": {
"delay": 200,
"time": "1775542700"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 109,
"time": "1775543115"
},
"departure": {
"delay": 109,
"time": "1775543149"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 89,
"time": "1775543199"
},
"departure": {
"delay": 89,
"time": "1775543249"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 127,
"time": "1775542815"
},
"departure": {
"delay": 127,
"time": "1775542867"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 18
}
],
"timestamp": "1775560077",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:02:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745658x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx15388:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 13540,
"time": "1775562280"
},
"departure": {
"delay": 13540,
"time": "1775562280"
},
"stopId": "FR:76540:ZE:TCARxARROM1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 13530,
"time": "1775562210"
},
"departure": {
"delay": 13530,
"time": "1775562210"
},
"stopId": "FR:76540:ZE:TCARxLECOQ1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 13527,
"time": "1775563167"
},
"departure": {
"delay": 13527,
"time": "1775563167"
},
"stopId": "FR:76451:ZE:TCARxCHEFO2:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 13515,
"time": "1775563095"
},
"departure": {
"delay": 13515,
"time": "1775563095"
},
"stopId": "FR:76108:ZE:TCARxADENA1:ATOUMOD001",
"stopSequence": 13
},
{
"departure": {
"delay": 13500,
"time": "1775562180"
},
"stopId": "FR:76540:ZE:TCARxLYFLA3:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 13502,
"time": "1775562722"
},
"departure": {
"delay": 13502,
"time": "1775562722"
},
"stopId": "FR:76108:ZE:TCARxHERBE2:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 13520,
"time": "1775562320"
},
"departure": {
"delay": 13520,
"time": "1775562320"
},
"stopId": "FR:76540:ZE:TCARxCHERB1:ATOUMOD001",
"stopSequence": 4
}
],
"timestamp": "1775560016",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx10:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx15388:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx1672:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 43,
"time": "1775560183"
},
"departure": {
"delay": 43,
"time": "1775560183"
},
"stopId": "FR:76540:ZE:TCARxPASPA1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 39,
"time": "1775560419"
},
"departure": {
"delay": 39,
"time": "1775560419"
},
"stopId": "FR:76540:ZE:TCARxCATHE1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": -74,
"time": "1775559586"
},
"departure": {
"delay": -74,
"time": "1775559586"
},
"stopId": "FR:76157:ZE:TCARxCORNI1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 51,
"time": "1775559914"
},
"departure": {
"delay": 51,
"time": "1775560011"
},
"stopId": "FR:76540:ZE:TCARxRIBOU1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 46,
"time": "1775561446"
},
"departure": {
"delay": 46,
"time": "1775561446"
},
"stopId": "FR:76212:ZE:TCARxCANAD1:ATOUMOD001",
"stopSequence": 25
},
{
"departure": {
"delay": 30,
"time": "1775559030"
},
"stopId": "FR:76157:ZE:TCARxTMONET:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 53,
"time": "1775559173"
},
"departure": {
"delay": 53,
"time": "1775559173"
},
"stopId": "FR:76157:ZE:TCARxTJAUR1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 69,
"time": "1775560089"
},
"departure": {
"delay": 69,
"time": "1775560089"
},
"stopId": "FR:76540:ZE:TCARxLUCIL1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 32,
"time": "1775559332"
},
"departure": {
"delay": 32,
"time": "1775559332"
},
"stopId": "FR:76157:ZE:TCARxTDUMA1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 27,
"time": "1775559387"
},
"departure": {
"delay": 27,
"time": "1775559387"
},
"stopId": "FR:76157:ZE:TCARxTOUYE1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": -111,
"time": "1775559669"
},
"departure": {
"delay": -111,
"time": "1775559669"
},
"stopId": "FR:76540:ZE:TCARxMIN1T:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 51,
"time": "1775561331"
},
"departure": {
"delay": 51,
"time": "1775561331"
},
"stopId": "FR:76212:ZE:TCARxDMAIR1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 38,
"time": "1775559458"
},
"departure": {
"delay": 38,
"time": "1775559458"
},
"stopId": "FR:76157:ZE:TCARxTPRAT1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 4,
"time": "1775560444"
},
"departure": {
"delay": 4,
"time": "1775560444"
},
"stopId": "FR:76540:ZE:TCARxREPUB1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 60,
"time": "1775559240"
},
"departure": {
"delay": 60,
"time": "1775559240"
},
"stopId": "FR:76157:ZE:TCARxTPROV1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 70,
"time": "1775560270"
},
"departure": {
"delay": 70,
"time": "1775560270"
},
"stopId": "FR:76540:ZE:TCARxBELGE1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 53,
"time": "1775561213"
},
"departure": {
"delay": 53,
"time": "1775561213"
},
"stopId": "FR:76540:ZE:TCARxECOLE1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 51,
"time": "1775560371"
},
"departure": {
"delay": 51,
"time": "1775560371"
},
"stopId": "FR:76540:ZE:TCARxTARTT1:ATOUMOD001",
"stopSequence": 14
}
],
"timestamp": "1775558777",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx93:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx1672:LOC"
}
}
},
{
"id": "SM:ATOUMOD008:ServiceJourney:9786x0:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775547780"
},
"departure": {
"time": "1775547780"
},
"stopId": "FR:76259:ZE:FECCSC1:ATOUMOD008",
"stopSequence": 16
},
{
"departure": {
"time": "1775545920"
},
"stopId": "FR:76259:ZE:FECRLIL1:ATOUMOD008",
"stopSequence": 1
},
{
"arrival": {
"time": "1775547240"
},
"departure": {
"time": "1775547240"
},
"stopId": "FR:76259:ZE:FECJMAC2:ATOUMOD008",
"stopSequence": 12
},
{
"arrival": {
"time": "1775547840"
},
"stopId": "FR:76259:ZE:FECHOPI1:ATOUMOD008",
"stopSequence": 18
},
{
"arrival": {
"time": "1775547000"
},
"departure": {
"time": "1775547000"
},
"stopId": "FR:76259:ZE:FECHALL2:ATOUMOD008",
"stopSequence": 10
},
{
"arrival": {
"time": "1775546400"
},
"departure": {
"time": "1775546400"
},
"stopId": "FR:76259:ZE:FECDESG2:ATOUMOD008",
"stopSequence": 5
},
{
"arrival": {
"time": "1775547120"
},
"departure": {
"time": "1775547120"
},
"stopId": "FR:76259:ZE:FECCOUB2:ATOUMOD008",
"stopSequence": 11
},
{
"arrival": {
"time": "1775546820"
},
"departure": {
"time": "1775546820"
},
"stopId": "FR:76259:ZE:FECBREP2:ATOUMOD008",
"stopSequence": 8
},
{
"arrival": {
"time": "1775545980"
},
"departure": {
"time": "1775545980"
},
"stopId": "FR:76259:ZE:FECSLOU2:ATOUMOD008",
"stopSequence": 2
},
{
"arrival": {
"time": "1775546640"
},
"departure": {
"time": "1775546640"
},
"stopId": "FR:76259:ZE:FECSETI1:ATOUMOD008",
"stopSequence": 6
},
{
"arrival": {
"time": "1775546940"
},
"departure": {
"time": "1775546940"
},
"stopId": "FR:76259:ZE:FECHVIL2:ATOUMOD008",
"stopSequence": 9
},
{
"arrival": {
"time": "1775547720"
},
"departure": {
"time": "1775547720"
},
"stopId": "FR:76259:ZE:FECJVER1:ATOUMOD008",
"stopSequence": 15
},
{
"arrival": {
"time": "1775546280"
},
"departure": {
"time": "1775546280"
},
"stopId": "FR:76259:ZE:FECVIKI2:ATOUMOD008",
"stopSequence": 4
},
{
"arrival": {
"time": "1775546700"
},
"departure": {
"time": "1775546700"
},
"stopId": "FR:76259:ZE:FECGARE2:ATOUMOD008",
"stopSequence": 7
},
{
"arrival": {
"time": "1775547420"
},
"departure": {
"time": "1775547420"
},
"stopId": "FR:76259:ZE:FECMBLE2:ATOUMOD008",
"stopSequence": 14
},
{
"arrival": {
"time": "1775547300"
},
"departure": {
"time": "1775547300"
},
"stopId": "FR:76259:ZE:FECCHUE2:ATOUMOD008",
"stopSequence": 13
},
{
"arrival": {
"time": "1775546160"
},
"departure": {
"time": "1775546160"
},
"stopId": "FR:76259:ZE:FECHYSO2:ATOUMOD008",
"stopSequence": 3
}
],
"timestamp": "1775545916",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD008:Line:L01:LOC",
"tripId": "ATOUMOD008:ServiceJourney:9786x0:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx1589:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 54,
"time": "1775560914"
},
"departure": {
"delay": 54,
"time": "1775560914"
},
"stopId": "FR:76157:ZE:TCARxTPRAT1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"time": "1775560860"
},
"departure": {
"time": "1775560860"
},
"stopId": "FR:76157:ZE:TCARxTOUYE1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 21,
"time": "1775560641"
},
"departure": {
"delay": 21,
"time": "1775560641"
},
"stopId": "FR:76157:ZE:TCARxTJAUR1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 49,
"time": "1775560549"
},
"departure": {
"delay": 49,
"time": "1775560549"
},
"stopId": "FR:76157:ZE:TCARxTPISS1:ATOUMOD001",
"stopSequence": 2
},
{
"departure": {
"time": "1775560500"
},
"stopId": "FR:76157:ZE:TCARxTMONET:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 48,
"time": "1775561148"
},
"departure": {
"delay": 48,
"time": "1775561148"
},
"stopId": "FR:76157:ZE:TCARxCORNI1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 14,
"time": "1775560694"
},
"departure": {
"delay": 14,
"time": "1775560694"
},
"stopId": "FR:76157:ZE:TCARxTPROV1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 4,
"time": "1775560804"
},
"departure": {
"delay": 4,
"time": "1775560804"
},
"stopId": "FR:76157:ZE:TCARxTDUMA1:ATOUMOD001",
"stopSequence": 5
}
],
"timestamp": "1775560025",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx93:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx1589:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3747526x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -121,
"time": "1775558151"
},
"departure": {
"delay": -121,
"time": "1775558159"
},
"stopId": "FR:50129:ZE:10AIG1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 92,
"time": "1775557794"
},
"departure": {
"delay": 92,
"time": "1775557892"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": -72,
"time": "1775558317"
},
"departure": {
"delay": -72,
"time": "1775558328"
},
"stopId": "FR:50129:ZE:10IUT1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": -27,
"time": "1775556566"
},
"departure": {
"delay": -27,
"time": "1775556573"
},
"stopId": "FR:50129:ZE:10CRD2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 1,
"time": "1775556636"
},
"departure": {
"delay": 1,
"time": "1775556661"
},
"stopId": "FR:50129:ZE:10COD2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 3,
"time": "1775557434"
},
"departure": {
"delay": 3,
"time": "1775557443"
},
"stopId": "FR:50129:ZE:10CIT2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": -44,
"time": "1775558198"
},
"departure": {
"delay": -44,
"time": "1775558296"
},
"stopId": "FR:50129:ZE:10UNI1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 23,
"time": "1775556895"
},
"departure": {
"delay": 23,
"time": "1775556923"
},
"stopId": "FR:50129:ZE:10LMW1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 47,
"time": "1775557057"
},
"departure": {
"delay": 47,
"time": "1775557187"
},
"stopId": "FR:50129:ZE:10GMA3:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": -4,
"time": "1775556591"
},
"departure": {
"delay": -4,
"time": "1775556596"
},
"stopId": "FR:50129:ZE:10LMQ2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 34,
"time": "1775557562"
},
"departure": {
"delay": 34,
"time": "1775557594"
},
"stopId": "FR:50129:ZE:10PLA4:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": -28,
"time": "1775556981"
},
"departure": {
"delay": -28,
"time": "1775556992"
},
"stopId": "FR:50129:ZE:10MLL4:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 4,
"time": "1775557662"
},
"departure": {
"delay": 4,
"time": "1775557684"
},
"stopId": "FR:50129:ZE:10CRN2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 41,
"time": "1775557951"
},
"departure": {
"delay": 41,
"time": "1775557961"
},
"stopId": "FR:50129:ZE:10MEN3:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 10,
"time": "1775556836"
},
"departure": {
"delay": 10,
"time": "1775556850"
},
"stopId": "FR:50129:ZE:10CLO2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": -28,
"time": "1775556744"
},
"departure": {
"delay": -28,
"time": "1775556752"
},
"stopId": "FR:50129:ZE:10ILO2:ATOUMOD035",
"stopSequence": 6
},
{
"departure": {
"delay": 17,
"time": "1775556437"
},
"stopId": "FR:50129:ZE:10PIS1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": -92,
"time": "1775558479"
},
"departure": {
"delay": -92,
"time": "1775558488"
},
"stopId": "FR:50129:ZE:10VDT1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 15,
"time": "1775557387"
},
"departure": {
"delay": 15,
"time": "1775557395"
},
"stopId": "FR:50129:ZE:10CCI2:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": -95,
"time": "1775558410"
},
"departure": {
"delay": -95,
"time": "1775558425"
},
"stopId": "FR:50129:ZE:10PFO3:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 2,
"time": "1775556710"
},
"departure": {
"delay": 2,
"time": "1775556722"
},
"stopId": "FR:50129:ZE:10EUR2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": -118,
"time": "1775558522"
},
"stopId": "FR:50129:ZE:10ZFO1:ATOUMOD035",
"stopSequence": 22
}
],
"timestamp": "1775560078",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:08:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3747526x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3747900x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 31,
"time": "1775556141"
},
"departure": {
"delay": 31,
"time": "1775556151"
},
"stopId": "FR:50129:ZE:10DEB1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 82,
"time": "1775556454"
},
"departure": {
"delay": 82,
"time": "1775556502"
},
"stopId": "FR:50129:ZE:10CEN1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 108,
"time": "1775555781"
},
"departure": {
"delay": 108,
"time": "1775555868"
},
"stopId": "FR:50129:ZE:10MTT1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 66,
"time": "1775556396"
},
"departure": {
"delay": 66,
"time": "1775556426"
},
"stopId": "FR:50129:ZE:10BOC1:ATOUMOD035",
"stopSequence": 21
},
{
"departure": {
"delay": 98,
"time": "1775555018"
},
"stopId": "FR:50129:ZE:10SHU2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 33,
"time": "1775555543"
},
"departure": {
"delay": 33,
"time": "1775555553"
},
"stopId": "FR:50129:ZE:10ODR1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 16,
"time": "1775556556"
},
"stopId": "FR:50129:ZE:10MXR1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 16,
"time": "1775556366"
},
"departure": {
"delay": 16,
"time": "1775556376"
},
"stopId": "FR:50129:ZE:10GNT1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 83,
"time": "1775555885"
},
"departure": {
"delay": 83,
"time": "1775555903"
},
"stopId": "FR:50129:ZE:10SEX1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 44,
"time": "1775556182"
},
"departure": {
"delay": 44,
"time": "1775556224"
},
"stopId": "FR:50129:ZE:10CUR1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 1,
"time": "1775555670"
},
"departure": {
"delay": 1,
"time": "1775555701"
},
"stopId": "FR:50129:ZE:10RUC1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 11,
"time": "1775556237"
},
"departure": {
"delay": 11,
"time": "1775556251"
},
"stopId": "FR:50129:ZE:10REN1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 81,
"time": "1775555409"
},
"departure": {
"delay": 81,
"time": "1775555421"
},
"stopId": "FR:50129:ZE:10JAR1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 74,
"time": "1775555295"
},
"departure": {
"delay": 74,
"time": "1775555354"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 28,
"time": "1775555452"
},
"departure": {
"delay": 28,
"time": "1775555488"
},
"stopId": "FR:50129:ZE:10BOS1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 78,
"time": "1775556282"
},
"departure": {
"delay": 78,
"time": "1775556318"
},
"stopId": "FR:50129:ZE:10LOG1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 1,
"time": "1775555571"
},
"departure": {
"delay": 1,
"time": "1775555581"
},
"stopId": "FR:50129:ZE:10SRN1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 1,
"time": "1775555733"
},
"departure": {
"delay": 1,
"time": "1775555761"
},
"stopId": "FR:50129:ZE:10BSJ1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 64,
"time": "1775555049"
},
"departure": {
"delay": 64,
"time": "1775555224"
},
"stopId": "FR:50129:ZE:10SHU1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 64,
"time": "1775556001"
},
"departure": {
"delay": 64,
"time": "1775556064"
},
"stopId": "FR:50129:ZE:10CSM1:ATOUMOD035",
"stopSequence": 15
}
],
"timestamp": "1775559936",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:04:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3747900x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746220x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 103,
"time": "1775554534"
},
"departure": {
"delay": 103,
"time": "1775554543"
},
"stopId": "FR:50129:ZE:10HOU2:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": 101,
"time": "1775552359"
},
"departure": {
"delay": 101,
"time": "1775552381"
},
"stopId": "FR:50129:ZE:10JMO2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 77,
"time": "1775554671"
},
"departure": {
"delay": 77,
"time": "1775554697"
},
"stopId": "FR:50129:ZE:10ALB2:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"delay": 110,
"time": "1775554901"
},
"departure": {
"delay": 110,
"time": "1775554910"
},
"stopId": "FR:50129:ZE:10SFG2:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"delay": 136,
"time": "1775552564"
},
"departure": {
"delay": 136,
"time": "1775552596"
},
"stopId": "FR:50129:ZE:10LCP2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 183,
"time": "1775554470"
},
"departure": {
"delay": 183,
"time": "1775554503"
},
"stopId": "FR:50129:ZE:10BON2:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": 78,
"time": "1775552104"
},
"departure": {
"delay": 78,
"time": "1775552118"
},
"stopId": "FR:50129:ZE:10ART2:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 208,
"time": "1775553979"
},
"departure": {
"delay": 208,
"time": "1775553988"
},
"stopId": "FR:50129:ZE:10AGO2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 221,
"time": "1775554406"
},
"departure": {
"delay": 221,
"time": "1775554421"
},
"stopId": "FR:50129:ZE:10PRE2:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": 157,
"time": "1775552995"
},
"departure": {
"delay": 157,
"time": "1775553037"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 204,
"time": "1775554344"
},
"departure": {
"delay": 204,
"time": "1775554344"
},
"stopId": "FR:50129:ZE:10BHE2:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 182,
"time": "1775553739"
},
"departure": {
"delay": 182,
"time": "1775553782"
},
"stopId": "FR:50129:ZE:10HUI2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 95,
"time": "1775554625"
},
"departure": {
"delay": 95,
"time": "1775554655"
},
"stopId": "FR:50129:ZE:10SFN2:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"delay": 229,
"time": "1775553873"
},
"departure": {
"delay": 229,
"time": "1775553889"
},
"stopId": "FR:50129:ZE:10BEL2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 201,
"time": "1775554189"
},
"departure": {
"delay": 201,
"time": "1775554221"
},
"stopId": "FR:50129:ZE:10ZOL2:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 90,
"time": "1775555010"
},
"stopId": "FR:50129:ZE:10MAX1:ATOUMOD035",
"stopSequence": 50
},
{
"arrival": {
"delay": 128,
"time": "1775552673"
},
"departure": {
"delay": 128,
"time": "1775552708"
},
"stopId": "FR:50129:ZE:10THH4:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 111,
"time": "1775552050"
},
"departure": {
"delay": 111,
"time": "1775552091"
},
"stopId": "FR:50129:ZE:10ZPH2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 248,
"time": "1775554371"
},
"departure": {
"delay": 248,
"time": "1775554388"
},
"stopId": "FR:50129:ZE:10CPL2:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"delay": 97,
"time": "1775551881"
},
"departure": {
"delay": 97,
"time": "1775551897"
},
"stopId": "FR:50129:ZE:10MYO2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 158,
"time": "1775553173"
},
"departure": {
"delay": 158,
"time": "1775553218"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 127,
"time": "1775552304"
},
"departure": {
"delay": 127,
"time": "1775552347"
},
"stopId": "FR:50129:ZE:10LLM2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 54,
"time": "1775551786"
},
"departure": {
"delay": 54,
"time": "1775551794"
},
"stopId": "FR:50129:ZE:10RSX2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 103,
"time": "1775551911"
},
"departure": {
"delay": 103,
"time": "1775551963"
},
"stopId": "FR:50129:ZE:10NOR4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 67,
"time": "1775554558"
},
"departure": {
"delay": 67,
"time": "1775554567"
},
"stopId": "FR:50129:ZE:10CAR2:ATOUMOD035",
"stopSequence": 44
},
{
"arrival": {
"delay": 184,
"time": "1775553302"
},
"departure": {
"delay": 184,
"time": "1775553364"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 61,
"time": "1775551815"
},
"departure": {
"delay": 61,
"time": "1775551861"
},
"stopId": "FR:50129:ZE:10MGT2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 101,
"time": "1775552013"
},
"departure": {
"delay": 101,
"time": "1775552021"
},
"stopId": "FR:50129:ZE:10JEA2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 145,
"time": "1775553650"
},
"departure": {
"delay": 145,
"time": "1775553685"
},
"stopId": "FR:50129:ZE:10TRA6:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 180,
"time": "1775554427"
},
"departure": {
"delay": 180,
"time": "1775554440"
},
"stopId": "FR:50129:ZE:10ARA2:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"delay": 237,
"time": "1775553920"
},
"departure": {
"delay": 237,
"time": "1775553957"
},
"stopId": "FR:50129:ZE:10HOM2:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 173,
"time": "1775552801"
},
"departure": {
"delay": 173,
"time": "1775552873"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 219,
"time": "1775553421"
},
"departure": {
"delay": 219,
"time": "1775553459"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 52,
"time": "1775551723"
},
"departure": {
"delay": 52,
"time": "1775551732"
},
"stopId": "FR:50129:ZE:10COS2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 210,
"time": "1775554020"
},
"departure": {
"delay": 210,
"time": "1775554050"
},
"stopId": "FR:50129:ZE:10LAV2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 224,
"time": "1775554293"
},
"departure": {
"delay": 224,
"time": "1775554304"
},
"stopId": "FR:50129:ZE:10LON2:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 135,
"time": "1775554509"
},
"departure": {
"delay": 135,
"time": "1775554515"
},
"stopId": "FR:50129:ZE:10BRT2:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"delay": 152,
"time": "1775553607"
},
"departure": {
"delay": 152,
"time": "1775553632"
},
"stopId": "FR:50129:ZE:10REP4:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 218,
"time": "1775554088"
},
"departure": {
"delay": 218,
"time": "1775554118"
},
"stopId": "FR:50129:ZE:10DUB2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 145,
"time": "1775554863"
},
"departure": {
"delay": 145,
"time": "1775554885"
},
"stopId": "FR:50129:ZE:10COF2:ATOUMOD035",
"stopSequence": 47
},
{
"arrival": {
"delay": 187,
"time": "1775553088"
},
"departure": {
"delay": 187,
"time": "1775553127"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 169,
"time": "1775553251"
},
"departure": {
"delay": 169,
"time": "1775553289"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 85,
"time": "1775551627"
},
"departure": {
"delay": 85,
"time": "1775551645"
},
"stopId": "FR:50129:ZE:10JGO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 167,
"time": "1775552411"
},
"departure": {
"delay": 167,
"time": "1775552447"
},
"stopId": "FR:50129:ZE:10LUM2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 133,
"time": "1775552497"
},
"departure": {
"delay": 133,
"time": "1775552533"
},
"stopId": "FR:50129:ZE:10BHC2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 113,
"time": "1775554961"
},
"departure": {
"delay": 113,
"time": "1775554973"
},
"stopId": "FR:50129:ZE:10EPH1:ATOUMOD035",
"stopSequence": 49
},
{
"departure": {
"delay": 67,
"time": "1775551567"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 111,
"time": "1775552217"
},
"departure": {
"delay": 111,
"time": "1775552271"
},
"stopId": "FR:50129:ZE:10BRO2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 209,
"time": "1775553529"
},
"departure": {
"delay": 209,
"time": "1775553569"
},
"stopId": "FR:50129:ZE:10HDI4:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 26,
"time": "1775551755"
},
"departure": {
"delay": 26,
"time": "1775551766"
},
"stopId": "FR:50129:ZE:10CVE2:ATOUMOD035",
"stopSequence": 4
}
],
"timestamp": "1775560077",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746220x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745189x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 129,
"time": "1775548773"
},
"departure": {
"delay": 129,
"time": "1775548809"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 92,
"time": "1775548486"
},
"departure": {
"delay": 92,
"time": "1775548532"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 143,
"time": "1775548851"
},
"departure": {
"delay": 143,
"time": "1775548883"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 62,
"time": "1775548383"
},
"departure": {
"delay": 62,
"time": "1775548442"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 146,
"time": "1775549873"
},
"departure": {
"delay": 146,
"time": "1775549906"
},
"stopId": "FR:50129:ZE:10AMO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 105,
"time": "1775550045"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 123,
"time": "1775549232"
},
"departure": {
"delay": 123,
"time": "1775549283"
},
"stopId": "FR:50129:ZE:10PFO1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 147,
"time": "1775549741"
},
"departure": {
"delay": 147,
"time": "1775549787"
},
"stopId": "FR:50129:ZE:10OLY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 129,
"time": "1775549651"
},
"departure": {
"delay": 129,
"time": "1775549709"
},
"stopId": "FR:50129:ZE:10PRV1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 86,
"time": "1775549529"
},
"departure": {
"delay": 86,
"time": "1775549546"
},
"stopId": "FR:50129:ZE:10BQR1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 97,
"time": "1775548606"
},
"departure": {
"delay": 97,
"time": "1775548657"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 4
},
{
"departure": {
"delay": 95,
"time": "1775548295"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 151,
"time": "1775549806"
},
"departure": {
"delay": 151,
"time": "1775549851"
},
"stopId": "FR:50129:ZE:10EGL1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 131,
"time": "1775548712"
},
"departure": {
"delay": 131,
"time": "1775548751"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 138,
"time": "1775549402"
},
"departure": {
"delay": 138,
"time": "1775549478"
},
"stopId": "FR:50129:ZE:10BRA3:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 153,
"time": "1775549154"
},
"departure": {
"delay": 153,
"time": "1775549193"
},
"stopId": "FR:50129:ZE:10FOR3:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 194,
"time": "1775549063"
},
"departure": {
"delay": 194,
"time": "1775549114"
},
"stopId": "FR:50129:ZE:10CRC3:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 88,
"time": "1775549329"
},
"departure": {
"delay": 88,
"time": "1775549368"
},
"stopId": "FR:50129:ZE:10RTU1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 102,
"time": "1775549584"
},
"departure": {
"delay": 102,
"time": "1775549622"
},
"stopId": "FR:50129:ZE:10ANJ5:ATOUMOD035",
"stopSequence": 14
}
],
"timestamp": "1775560076",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1B:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745189x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746169x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 198,
"time": "1775550481"
},
"departure": {
"delay": 198,
"time": "1775550498"
},
"stopId": "FR:50129:ZE:10LAV1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 175,
"time": "1775552200"
},
"departure": {
"delay": 175,
"time": "1775552215"
},
"stopId": "FR:50129:ZE:10LLM1:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 192,
"time": "1775552697"
},
"departure": {
"delay": 192,
"time": "1775552712"
},
"stopId": "FR:50129:ZE:10RSX1:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"delay": 260,
"time": "1775549581"
},
"departure": {
"delay": 260,
"time": "1775549600"
},
"stopId": "FR:50129:ZE:10SFG1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 259,
"time": "1775551361"
},
"departure": {
"delay": 259,
"time": "1775551399"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 146,
"time": "1775550669"
},
"departure": {
"delay": 146,
"time": "1775550686"
},
"stopId": "FR:50129:ZE:10BEL1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 178,
"time": "1775550107"
},
"departure": {
"delay": 178,
"time": "1775550118"
},
"stopId": "FR:50129:ZE:10PRE1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 203,
"time": "1775551429"
},
"departure": {
"delay": 203,
"time": "1775551463"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 173,
"time": "1775549837"
},
"departure": {
"delay": 173,
"time": "1775549873"
},
"stopId": "FR:50129:ZE:10HOU1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 249,
"time": "1775549627"
},
"departure": {
"delay": 249,
"time": "1775549649"
},
"stopId": "FR:50129:ZE:10COF1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 224,
"time": "1775551814"
},
"departure": {
"delay": 224,
"time": "1775551844"
},
"stopId": "FR:50129:ZE:10THH3:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 241,
"time": "1775551930"
},
"departure": {
"delay": 241,
"time": "1775551981"
},
"stopId": "FR:50129:ZE:10LCA1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 138,
"time": "1775551080"
},
"departure": {
"delay": 138,
"time": "1775551098"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 178,
"time": "1775550735"
},
"departure": {
"delay": 178,
"time": "1775550778"
},
"stopId": "FR:50129:ZE:10HUI1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 203,
"time": "1775551210"
},
"departure": {
"delay": 203,
"time": "1775551283"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 223,
"time": "1775552650"
},
"departure": {
"delay": 223,
"time": "1775552683"
},
"stopId": "FR:50129:ZE:10MGT1:ATOUMOD035",
"stopSequence": 44
},
{
"arrival": {
"delay": 236,
"time": "1775552745"
},
"departure": {
"delay": 236,
"time": "1775552756"
},
"stopId": "FR:50129:ZE:10CVE1:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"delay": 190,
"time": "1775550994"
},
"departure": {
"delay": 190,
"time": "1775551030"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 201,
"time": "1775550052"
},
"departure": {
"delay": 201,
"time": "1775550081"
},
"stopId": "FR:50129:ZE:10ARA1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 208,
"time": "1775552908"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"delay": 197,
"time": "1775549701"
},
"departure": {
"delay": 197,
"time": "1775549717"
},
"stopId": "FR:50129:ZE:10ALB1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 212,
"time": "1775550810"
},
"departure": {
"delay": 212,
"time": "1775550872"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 183,
"time": "1775549737"
},
"departure": {
"delay": 183,
"time": "1775549763"
},
"stopId": "FR:50129:ZE:10SFN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 199,
"time": "1775550610"
},
"departure": {
"delay": 199,
"time": "1775550619"
},
"stopId": "FR:50129:ZE:10HOM1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 161,
"time": "1775550147"
},
"departure": {
"delay": 161,
"time": "1775550161"
},
"stopId": "FR:50129:ZE:10CPL1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 225,
"time": "1775550527"
},
"departure": {
"delay": 225,
"time": "1775550585"
},
"stopId": "FR:50129:ZE:10AGO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 214,
"time": "1775552571"
},
"departure": {
"delay": 214,
"time": "1775552614"
},
"stopId": "FR:50129:ZE:10NOR3:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"delay": 245,
"time": "1775552427"
},
"departure": {
"delay": 245,
"time": "1775552465"
},
"stopId": "FR:50129:ZE:10ART1:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": 223,
"time": "1775552248"
},
"departure": {
"delay": 223,
"time": "1775552323"
},
"stopId": "FR:50129:ZE:10BRO1:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"delay": 186,
"time": "1775550212"
},
"departure": {
"delay": 186,
"time": "1775550246"
},
"stopId": "FR:50129:ZE:10LON1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 209,
"time": "1775552018"
},
"departure": {
"delay": 209,
"time": "1775552069"
},
"stopId": "FR:50129:ZE:10BHC3:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 189,
"time": "1775550172"
},
"departure": {
"delay": 189,
"time": "1775550189"
},
"stopId": "FR:50129:ZE:10BHE1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 245,
"time": "1775551528"
},
"departure": {
"delay": 245,
"time": "1775551625"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 258,
"time": "1775552770"
},
"departure": {
"delay": 258,
"time": "1775552838"
},
"stopId": "FR:50129:ZE:10COS1:ATOUMOD035",
"stopSequence": 47
},
{
"arrival": {
"delay": 211,
"time": "1775550421"
},
"departure": {
"delay": 211,
"time": "1775550451"
},
"stopId": "FR:50129:ZE:10DUB1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 178,
"time": "1775552624"
},
"departure": {
"delay": 178,
"time": "1775552638"
},
"stopId": "FR:50129:ZE:10MYO1:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": 171,
"time": "1775549899"
},
"departure": {
"delay": 171,
"time": "1775549931"
},
"stopId": "FR:50129:ZE:10BRT1:ATOUMOD035",
"stopSequence": 8
},
{
"departure": {
"delay": 232,
"time": "1775549572"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 159,
"time": "1775551138"
},
"departure": {
"delay": 159,
"time": "1775551179"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 201,
"time": "1775552171"
},
"departure": {
"delay": 201,
"time": "1775552181"
},
"stopId": "FR:50129:ZE:10JMO1:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 176,
"time": "1775552121"
},
"departure": {
"delay": 176,
"time": "1775552156"
},
"stopId": "FR:50129:ZE:10LUM1:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 277,
"time": "1775551725"
},
"departure": {
"delay": 277,
"time": "1775551777"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 200,
"time": "1775552531"
},
"departure": {
"delay": 200,
"time": "1775552540"
},
"stopId": "FR:50129:ZE:10JEA1:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": 229,
"time": "1775549945"
},
"departure": {
"delay": 229,
"time": "1775549989"
},
"stopId": "FR:50129:ZE:10BON1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 237,
"time": "1775550320"
},
"departure": {
"delay": 237,
"time": "1775550357"
},
"stopId": "FR:50129:ZE:10ZOL1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 208,
"time": "1775550886"
},
"departure": {
"delay": 208,
"time": "1775550928"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 224,
"time": "1775552474"
},
"departure": {
"delay": 224,
"time": "1775552504"
},
"stopId": "FR:50129:ZE:10ZPH1:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"delay": 181,
"time": "1775549804"
},
"departure": {
"delay": 181,
"time": "1775549821"
},
"stopId": "FR:50129:ZE:10CAR1:ATOUMOD035",
"stopSequence": 6
}
],
"timestamp": "1775560076",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746169x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746178x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -64,
"time": "1775558648"
},
"departure": {
"delay": -64,
"time": "1775558696"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 22
},
{
"departure": {
"delay": 21,
"time": "1775557461"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": -78,
"time": "1775558422"
},
"departure": {
"delay": -78,
"time": "1775558442"
},
"stopId": "FR:50129:ZE:10HOM1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": -30,
"time": "1775558777"
},
"departure": {
"delay": -30,
"time": "1775558910"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": -109,
"time": "1775558505"
},
"departure": {
"delay": -109,
"time": "1775558531"
},
"stopId": "FR:50129:ZE:10BEL1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 11,
"time": "1775557860"
},
"departure": {
"delay": 11,
"time": "1775557871"
},
"stopId": "FR:50129:ZE:10BON1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": -16,
"time": "1775559421"
},
"departure": {
"delay": -16,
"time": "1775559464"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": -44,
"time": "1775558338"
},
"departure": {
"delay": -44,
"time": "1775558356"
},
"stopId": "FR:50129:ZE:10LAV1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"time": "1775560800"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"delay": -4,
"time": "1775558200"
},
"departure": {
"delay": -4,
"time": "1775558216"
},
"stopId": "FR:50129:ZE:10ZOL1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"time": "1775560680"
},
"departure": {
"time": "1775560680"
},
"stopId": "FR:50129:ZE:10COS1:ATOUMOD035",
"stopSequence": 47
},
{
"arrival": {
"delay": -26,
"time": "1775559121"
},
"departure": {
"delay": -26,
"time": "1775559154"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"time": "1775560200"
},
"departure": {
"time": "1775560200"
},
"stopId": "FR:50129:ZE:10BRO1:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"delay": 1,
"time": "1775560621"
},
"departure": {
"delay": 1,
"time": "1775560621"
},
"stopId": "FR:50129:ZE:10CVE1:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"time": "1775560380"
},
"departure": {
"time": "1775560380"
},
"stopId": "FR:50129:ZE:10ZPH1:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"delay": 1,
"time": "1775560561"
},
"departure": {
"delay": 1,
"time": "1775560561"
},
"stopId": "FR:50129:ZE:10MGT1:ATOUMOD035",
"stopSequence": 44
},
{
"arrival": {
"time": "1775560500"
},
"departure": {
"time": "1775560500"
},
"stopId": "FR:50129:ZE:10NOR3:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"time": "1775560320"
},
"departure": {
"time": "1775560320"
},
"stopId": "FR:50129:ZE:10ART1:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": -96,
"time": "1775558705"
},
"departure": {
"delay": -96,
"time": "1775558724"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 58,
"time": "1775557661"
},
"departure": {
"delay": 58,
"time": "1775557678"
},
"stopId": "FR:50129:ZE:10ALB1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"time": "1775560440"
},
"departure": {
"time": "1775560440"
},
"stopId": "FR:50129:ZE:10JEA1:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": 34,
"time": "1775559729"
},
"departure": {
"delay": 34,
"time": "1775559754"
},
"stopId": "FR:50129:ZE:10THH3:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": -7,
"time": "1775559303"
},
"departure": {
"delay": -7,
"time": "1775559353"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": -39,
"time": "1775558955"
},
"departure": {
"delay": -39,
"time": "1775559021"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": -58,
"time": "1775558387"
},
"departure": {
"delay": -58,
"time": "1775558402"
},
"stopId": "FR:50129:ZE:10AGO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 19,
"time": "1775559917"
},
"departure": {
"delay": 19,
"time": "1775559979"
},
"stopId": "FR:50129:ZE:10BHC3:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": -66,
"time": "1775557908"
},
"departure": {
"delay": -66,
"time": "1775557914"
},
"stopId": "FR:50129:ZE:10ARA1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"time": "1775560560"
},
"departure": {
"time": "1775560560"
},
"stopId": "FR:50129:ZE:10MYO1:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": -1,
"time": "1775557789"
},
"departure": {
"delay": -1,
"time": "1775557799"
},
"stopId": "FR:50129:ZE:10HOU1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 48,
"time": "1775559834"
},
"departure": {
"delay": 48,
"time": "1775559888"
},
"stopId": "FR:50129:ZE:10LCA1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 33,
"time": "1775557762"
},
"departure": {
"delay": 33,
"time": "1775557773"
},
"stopId": "FR:50129:ZE:10CAR1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": -42,
"time": "1775557936"
},
"departure": {
"delay": -42,
"time": "1775557998"
},
"stopId": "FR:50129:ZE:10PRE1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 31,
"time": "1775559240"
},
"departure": {
"delay": 31,
"time": "1775559271"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"time": "1775560061"
},
"departure": {
"time": "1775560080"
},
"stopId": "FR:50129:ZE:10JMO1:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"time": "1775560019"
},
"departure": {
"time": "1775560080"
},
"stopId": "FR:50129:ZE:10LUM1:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"time": "1775560620"
},
"departure": {
"time": "1775560620"
},
"stopId": "FR:50129:ZE:10RSX1:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"delay": -20,
"time": "1775558129"
},
"departure": {
"delay": -20,
"time": "1775558140"
},
"stopId": "FR:50129:ZE:10LON1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": -86,
"time": "1775558580"
},
"departure": {
"delay": -86,
"time": "1775558614"
},
"stopId": "FR:50129:ZE:10HUI1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 1,
"time": "1775558090"
},
"departure": {
"delay": 1,
"time": "1775558101"
},
"stopId": "FR:50129:ZE:10BHE1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": -39,
"time": "1775558030"
},
"departure": {
"delay": -39,
"time": "1775558061"
},
"stopId": "FR:50129:ZE:10CPL1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 40,
"time": "1775557696"
},
"departure": {
"delay": 40,
"time": "1775557720"
},
"stopId": "FR:50129:ZE:10SFN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": -30,
"time": "1775559052"
},
"departure": {
"delay": -30,
"time": "1775559090"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": -28,
"time": "1775558274"
},
"departure": {
"delay": -28,
"time": "1775558312"
},
"stopId": "FR:50129:ZE:10DUB1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": -9,
"time": "1775557827"
},
"departure": {
"delay": -9,
"time": "1775557851"
},
"stopId": "FR:50129:ZE:10BRT1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 67,
"time": "1775557536"
},
"departure": {
"delay": 67,
"time": "1775557567"
},
"stopId": "FR:50129:ZE:10COF1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": -13,
"time": "1775559581"
},
"departure": {
"delay": -13,
"time": "1775559587"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"time": "1775560140"
},
"departure": {
"time": "1775560140"
},
"stopId": "FR:50129:ZE:10LLM1:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 72,
"time": "1775557472"
},
"departure": {
"delay": 72,
"time": "1775557512"
},
"stopId": "FR:50129:ZE:10SFG1:ATOUMOD035",
"stopSequence": 2
}
],
"timestamp": "1775560076",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746178x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx17377:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 7220,
"time": "1775560640"
},
"departure": {
"delay": 7220,
"time": "1775560640"
},
"stopId": "FR:76497:ZE:TCARxCLECO1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 7200,
"time": "1775561220"
},
"departure": {
"delay": 7200,
"time": "1775561220"
},
"stopId": "FR:76322:ZE:TCARxCROUT1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 7239,
"time": "1775562099"
},
"departure": {
"delay": 7239,
"time": "1775562099"
},
"stopId": "FR:76540:ZE:TCARxPLCLE1:ATOUMOD001",
"stopSequence": 31
},
{
"arrival": {
"delay": 7143,
"time": "1775560263"
},
"departure": {
"delay": 7143,
"time": "1775560263"
},
"stopId": "FR:76497:ZE:TCARxMILTH1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 7189,
"time": "1775561269"
},
"departure": {
"delay": 7189,
"time": "1775561269"
},
"stopId": "FR:76322:ZE:TCARxLBOUR1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 7187,
"time": "1775560127"
},
"departure": {
"delay": 7187,
"time": "1775560127"
},
"stopId": "FR:76497:ZE:TCARxPOSPT1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 7205,
"time": "1775561345"
},
"departure": {
"delay": 7205,
"time": "1775561345"
},
"stopId": "FR:76322:ZE:TCARxEGLGQ1:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 7173,
"time": "1775561613"
},
"departure": {
"delay": 7173,
"time": "1775561613"
},
"stopId": "FR:76322:ZE:TCARxHURIE1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 7224,
"time": "1775561064"
},
"departure": {
"delay": 7224,
"time": "1775561064"
},
"stopId": "FR:76322:ZE:TCARxROOSE2:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 7199,
"time": "1775561819"
},
"departure": {
"delay": 7199,
"time": "1775561819"
},
"stopId": "FR:76498:ZE:TCARxFOLIO1:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 7233,
"time": "1775561133"
},
"departure": {
"delay": 7233,
"time": "1775561133"
},
"stopId": "FR:76322:ZE:TCARxCHVOU1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 7214,
"time": "1775560454"
},
"departure": {
"delay": 7214,
"time": "1775560454"
},
"stopId": "FR:76497:ZE:TCARxLACRO1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 7180,
"time": "1775561860"
},
"departure": {
"delay": 7180,
"time": "1775561860"
},
"stopId": "FR:76498:ZE:TCARxPLCHA1:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 7200,
"time": "1775560560"
},
"departure": {
"delay": 7200,
"time": "1775560560"
},
"stopId": "FR:76497:ZE:TCARxARCHI0:ATOUMOD001",
"stopSequence": 11
},
{
"departure": {
"delay": 7140,
"time": "1775559960"
},
"stopId": "FR:76497:ZE:TCARxBELAI1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 7185,
"time": "1775560005"
},
"departure": {
"delay": 7185,
"time": "1775560005"
},
"stopId": "FR:76497:ZE:TCARxPCBOI1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 7140,
"time": "1775561760"
},
"departure": {
"delay": 7140,
"time": "1775561760"
},
"stopId": "FR:76498:ZE:TCARxELISA1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 7140,
"time": "1775560320"
},
"departure": {
"delay": 7140,
"time": "1775560320"
},
"stopId": "FR:76497:ZE:TCARxWATTE1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 7200,
"time": "1775560920"
},
"departure": {
"delay": 7200,
"time": "1775560920"
},
"stopId": "FR:76322:ZE:TCARxBRAQU4:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 7140,
"time": "1775560020"
},
"departure": {
"delay": 7140,
"time": "1775560020"
},
"stopId": "FR:76497:ZE:TCARxPMAIR1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 7161,
"time": "1775560401"
},
"departure": {
"delay": 7161,
"time": "1775560401"
},
"stopId": "FR:76497:ZE:TCARxVIGNY1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 7200,
"time": "1775562180"
},
"departure": {
"delay": 7200,
"time": "1775562180"
},
"stopId": "FR:76540:ZE:TCARxPLEUR1:ATOUMOD001",
"stopSequence": 32
},
{
"arrival": {
"delay": 7199,
"time": "1775560079"
},
"departure": {
"delay": 7199,
"time": "1775560079"
},
"stopId": "FR:76497:ZE:TCARxTOURE1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 7172,
"time": "1775561972"
},
"departure": {
"delay": 7172,
"time": "1775561972"
},
"stopId": "FR:76540:ZE:TCARxDELBO2:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 7165,
"time": "1775559985"
},
"departure": {
"delay": 7165,
"time": "1775559985"
},
"stopId": "FR:76497:ZE:TCARxLOUIS1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 7234,
"time": "1775560834"
},
"departure": {
"delay": 7234,
"time": "1775560834"
},
"stopId": "FR:76322:ZE:TCARxSEINE1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 7239,
"time": "1775561019"
},
"departure": {
"delay": 7239,
"time": "1775561019"
},
"stopId": "FR:76322:ZE:TCARxRAVEL1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 7191,
"time": "1775562051"
},
"departure": {
"delay": 7191,
"time": "1775562051"
},
"stopId": "FR:76540:ZE:TCARxPARME1:ATOUMOD001",
"stopSequence": 30
}
],
"timestamp": "1775559596",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx27:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx17377:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2470860:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -4697,
"time": "1775560063"
},
"departure": {
"delay": -4697,
"time": "1775560063"
},
"stopId": "FR:27394:ZE:0x6605:ATOUMOD006",
"stopSequence": 5
},
{
"arrival": {
"delay": -310,
"time": "1775568710"
},
"departure": {
"delay": -310,
"time": "1775568710"
},
"stopId": "FR:27275:ZE:0x6193:ATOUMOD006",
"stopSequence": 40
},
{
"arrival": {
"delay": -69,
"time": "1775566491"
},
"departure": {
"delay": -69,
"time": "1775566491"
},
"stopId": "FR:27375:ZE:0x6389:ATOUMOD006",
"stopSequence": 20
},
{
"arrival": {
"delay": -394,
"time": "1775568806"
},
"departure": {
"delay": -394,
"time": "1775568806"
},
"stopId": "FR:27022:ZE:0x6978:ATOUMOD006",
"stopSequence": 41
},
{
"arrival": {
"delay": -188,
"time": "1775567452"
},
"departure": {
"delay": -188,
"time": "1775567452"
},
"stopId": "FR:27332:ZE:0x6235:ATOUMOD006",
"stopSequence": 30
},
{
"arrival": {
"delay": -4817,
"time": "1775560063"
},
"departure": {
"delay": -4817,
"time": "1775560063"
},
"stopId": "FR:27188:ZE:0x7174:ATOUMOD006",
"stopSequence": 6
},
{
"arrival": {
"delay": -213,
"time": "1775567247"
},
"departure": {
"delay": -213,
"time": "1775567247"
},
"stopId": "FR:27332:ZE:0x6252:ATOUMOD006",
"stopSequence": 29
},
{
"arrival": {
"delay": -390,
"time": "1775568210"
},
"departure": {
"delay": -390,
"time": "1775568210"
},
"stopId": "FR:27275:ZE:0x6200:ATOUMOD006",
"stopSequence": 34
},
{
"arrival": {
"delay": -5597,
"time": "1775560063"
},
"departure": {
"delay": -5597,
"time": "1775560063"
},
"stopId": "FR:27469:ZE:0x6632:ATOUMOD006",
"stopSequence": 14
},
{
"arrival": {
"delay": -388,
"time": "1775568332"
},
"departure": {
"delay": -388,
"time": "1775568332"
},
"stopId": "FR:27275:ZE:0x6226:ATOUMOD006",
"stopSequence": 36
},
{
"arrival": {
"delay": -11,
"time": "1775566249"
},
"departure": {
"delay": -11,
"time": "1775566249"
},
"stopId": "FR:27701:ZE:0x7101:ATOUMOD006",
"stopSequence": 17
},
{
"arrival": {
"delay": -160,
"time": "1775567000"
},
"departure": {
"delay": -160,
"time": "1775567000"
},
"stopId": "FR:27375:ZE:0x7187:ATOUMOD006",
"stopSequence": 27
},
{
"arrival": {
"delay": -5477,
"time": "1775560063"
},
"departure": {
"delay": -5477,
"time": "1775560063"
},
"stopId": "FR:27469:ZE:0x6648:ATOUMOD006",
"stopSequence": 12
},
{
"arrival": {
"delay": -3737,
"time": "1775560063"
},
"departure": {
"delay": -3737,
"time": "1775560063"
},
"stopId": "FR:76561:ZE:0x6786:ATOUMOD006",
"stopSequence": 2
},
{
"arrival": {
"delay": -5417,
"time": "1775560063"
},
"departure": {
"delay": -5417,
"time": "1775560063"
},
"stopId": "FR:27469:ZE:0x7267:ATOUMOD006",
"stopSequence": 11
},
{
"arrival": {
"delay": -191,
"time": "1775566849"
},
"departure": {
"delay": -191,
"time": "1775566849"
},
"stopId": "FR:27375:ZE:0x6402:ATOUMOD006",
"stopSequence": 25
},
{
"arrival": {
"delay": -4877,
"time": "1775560063"
},
"departure": {
"delay": -4877,
"time": "1775560063"
},
"stopId": "FR:27188:ZE:0x7177:ATOUMOD006",
"stopSequence": 7
},
{
"arrival": {
"delay": 25,
"time": "1775566345"
},
"departure": {
"delay": 25,
"time": "1775566345"
},
"stopId": "FR:27375:ZE:0x6408:ATOUMOD006",
"stopSequence": 18
},
{
"arrival": {
"delay": -136,
"time": "1775566604"
},
"departure": {
"delay": -136,
"time": "1775566604"
},
"stopId": "FR:27375:ZE:0x6529:ATOUMOD006",
"stopSequence": 22
},
{
"arrival": {
"delay": -301,
"time": "1775567759"
},
"departure": {
"delay": -301,
"time": "1775567759"
},
"stopId": "FR:27022:ZE:0x6977:ATOUMOD006",
"stopSequence": 32
},
{
"arrival": {
"delay": -5297,
"time": "1775560063"
},
"departure": {
"delay": -5297,
"time": "1775560063"
},
"stopId": "FR:27188:ZE:0x6143:ATOUMOD006",
"stopSequence": 10
},
{
"arrival": {
"delay": -50,
"time": "1775566570"
},
"departure": {
"delay": -50,
"time": "1775566570"
},
"stopId": "FR:27375:ZE:0x6381:ATOUMOD006",
"stopSequence": 21
},
{
"arrival": {
"delay": -394,
"time": "1775568266"
},
"departure": {
"delay": -394,
"time": "1775568266"
},
"stopId": "FR:27275:ZE:0x6208:ATOUMOD006",
"stopSequence": 35
},
{
"arrival": {
"delay": -389,
"time": "1775568391"
},
"departure": {
"delay": -389,
"time": "1775568391"
},
"stopId": "FR:27275:ZE:0x7179:ATOUMOD006",
"stopSequence": 37
},
{
"arrival": {
"delay": -5117,
"time": "1775560063"
},
"departure": {
"delay": -5117,
"time": "1775560063"
},
"stopId": "FR:27188:ZE:0x7264:ATOUMOD006",
"stopSequence": 9
},
{
"arrival": {
"delay": -25,
"time": "1775566175"
},
"departure": {
"delay": -25,
"time": "1775566175"
},
"stopId": "FR:27701:ZE:0x7128:ATOUMOD006",
"stopSequence": 16
},
{
"arrival": {
"delay": -172,
"time": "1775566808"
},
"departure": {
"delay": -172,
"time": "1775566808"
},
"stopId": "FR:27375:ZE:0x6448:ATOUMOD006",
"stopSequence": 24
},
{
"arrival": {
"delay": -251,
"time": "1775566909"
},
"departure": {
"delay": -251,
"time": "1775566909"
},
"stopId": "FR:27375:ZE:0x6502:ATOUMOD006",
"stopSequence": 26
},
{
"arrival": {
"time": "1775566391"
},
"departure": {
"time": "1775566440"
},
"stopId": "FR:27375:ZE:0x6443:ATOUMOD006",
"stopSequence": 19
},
{
"arrival": {
"delay": -278,
"time": "1775567602"
},
"departure": {
"delay": -278,
"time": "1775567602"
},
"stopId": "FR:27249:ZE:0x6185:ATOUMOD006",
"stopSequence": 31
},
{
"arrival": {
"delay": -293,
"time": "1775568487"
},
"departure": {
"delay": -293,
"time": "1775568487"
},
"stopId": "FR:27275:ZE:0x6224:ATOUMOD006",
"stopSequence": 38
},
{
"arrival": {
"delay": -243,
"time": "1775567157"
},
"departure": {
"delay": -243,
"time": "1775567157"
},
"stopId": "FR:27456:ZE:0x6734:ATOUMOD006",
"stopSequence": 28
},
{
"arrival": {
"delay": -4037,
"time": "1775560063"
},
"departure": {
"delay": -4037,
"time": "1775560063"
},
"stopId": "FR:76231:ZE:0x6175:ATOUMOD006",
"stopSequence": 3
},
{
"arrival": {
"delay": -4997,
"time": "1775560063"
},
"departure": {
"delay": -4997,
"time": "1775560063"
},
"stopId": "FR:27188:ZE:0x6140:ATOUMOD006",
"stopSequence": 8
},
{
"arrival": {
"delay": -391,
"time": "1775568869"
},
"stopId": "FR:27022:ZE:0x6991:ATOUMOD006",
"stopSequence": 42
},
{
"arrival": {
"delay": -352,
"time": "1775568548"
},
"departure": {
"delay": -352,
"time": "1775568548"
},
"stopId": "FR:27275:ZE:0x6232:ATOUMOD006",
"stopSequence": 39
},
{
"arrival": {
"delay": -380,
"time": "1775567920"
},
"departure": {
"delay": -380,
"time": "1775567920"
},
"stopId": "FR:27022:ZE:0x6988:ATOUMOD006",
"stopSequence": 33
},
{
"arrival": {
"delay": -5597,
"time": "1775560063"
},
"departure": {
"delay": -5597,
"time": "1775560063"
},
"stopId": "FR:27469:ZE:0x7189:ATOUMOD006",
"stopSequence": 15
},
{
"arrival": {
"delay": -166,
"time": "1775566694"
},
"departure": {
"delay": -166,
"time": "1775566694"
},
"stopId": "FR:27375:ZE:0x6441:ATOUMOD006",
"stopSequence": 23
},
{
"arrival": {
"delay": -5477,
"time": "1775560063"
},
"departure": {
"delay": -5477,
"time": "1775560063"
},
"stopId": "FR:27469:ZE:0x6650:ATOUMOD006",
"stopSequence": 13
},
{
"departure": {
"delay": -3317,
"time": "1775560063"
},
"stopId": "FR:76561:ZE:0x6790:ATOUMOD006",
"stopSequence": 1
},
{
"arrival": {
"delay": -4457,
"time": "1775560063"
},
"departure": {
"delay": -4457,
"time": "1775560063"
},
"stopId": "FR:76640:ZE:0x7158:ATOUMOD006",
"stopSequence": 4
}
],
"timestamp": "1775560063",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD006:Line:E1:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2470860:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx11412:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -8836,
"time": "1775558444"
},
"departure": {
"delay": -8836,
"time": "1775558444"
},
"stopId": "FR:76484:ZE:TCARxCOMPX0:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": -8744,
"time": "1775557610"
},
"departure": {
"delay": -8744,
"time": "1775557636"
},
"stopId": "FR:76575:ZE:TCARxGAGAR0:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": -8862,
"time": "1775558898"
},
"departure": {
"delay": -8862,
"time": "1775558898"
},
"stopId": "FR:76484:ZE:TCARxPLPAI2:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": -8784,
"time": "1775557356"
},
"departure": {
"delay": -8784,
"time": "1775557356"
},
"stopId": "FR:76681:ZE:TCARxCHROU0:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": -8784,
"time": "1775557776"
},
"departure": {
"delay": -8784,
"time": "1775557776"
},
"stopId": "FR:76575:ZE:TCARxGOUBE0:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": -8764,
"time": "1775558156"
},
"departure": {
"delay": -8764,
"time": "1775558156"
},
"stopId": "FR:76484:ZE:TCARxCITEO0:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": -8788,
"time": "1775557412"
},
"departure": {
"delay": -8788,
"time": "1775557412"
},
"stopId": "FR:76575:ZE:TCARxSTYO20:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": -8804,
"time": "1775557696"
},
"departure": {
"delay": -8804,
"time": "1775557696"
},
"stopId": "FR:76575:ZE:TCARxLURCA0:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": -8868,
"time": "1775558952"
},
"departure": {
"delay": -8868,
"time": "1775558952"
},
"stopId": "FR:76484:ZE:TCARxPOLOI2:ATOUMOD001",
"stopSequence": 31
},
{
"arrival": {
"delay": -8796,
"time": "1775557164"
},
"departure": {
"delay": -8796,
"time": "1775557164"
},
"stopId": "FR:76681:ZE:TCARxPGAUL0:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -8858,
"time": "1775558722"
},
"departure": {
"delay": -8858,
"time": "1775558722"
},
"stopId": "FR:76484:ZE:TCARxOIHDV0:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": -8820,
"time": "1775558100"
},
"departure": {
"delay": -8820,
"time": "1775558100"
},
"stopId": "FR:76575:ZE:TCARxCHAPL0:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": -8759,
"time": "1775558221"
},
"departure": {
"delay": -8759,
"time": "1775558221"
},
"stopId": "FR:76484:ZE:TCARxVOSGE0:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": -8770,
"time": "1775557550"
},
"departure": {
"delay": -8770,
"time": "1775557550"
},
"stopId": "FR:76575:ZE:TCARxCOQLI0:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -8949,
"time": "1775559045"
},
"departure": {
"delay": -8949,
"time": "1775559051"
},
"stopId": "FR:76705:ZE:TCARxTOPAR1:ATOUMOD001",
"stopSequence": 32
},
{
"arrival": {
"delay": -9080,
"time": "1775559220"
},
"stopId": "FR:76705:ZE:TCARxTOCEN:ATOUMOD001",
"stopSequence": 34
},
{
"arrival": {
"delay": -8762,
"time": "1775558278"
},
"departure": {
"delay": -8762,
"time": "1775558278"
},
"stopId": "FR:76484:ZE:TCARxPLBEL0:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": -8798,
"time": "1775558002"
},
"departure": {
"delay": -8798,
"time": "1775558002"
},
"stopId": "FR:76575:ZE:TCARxSLOGN0:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": -8878,
"time": "1775558822"
},
"departure": {
"delay": -8878,
"time": "1775558822"
},
"stopId": "FR:76484:ZE:TCARxCFERR2:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": -8774,
"time": "1775558386"
},
"departure": {
"delay": -8774,
"time": "1775558386"
},
"stopId": "FR:76484:ZE:TCARxCIMJ10:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": -8795,
"time": "1775558485"
},
"departure": {
"delay": -8795,
"time": "1775558485"
},
"stopId": "FR:76484:ZE:TCARxPEZOL0:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": -8821,
"time": "1775558339"
},
"departure": {
"delay": -8821,
"time": "1775558339"
},
"stopId": "FR:76484:ZE:TCARxCHARC0:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": -8837,
"time": "1775557843"
},
"departure": {
"delay": -8837,
"time": "1775557843"
},
"stopId": "FR:76575:ZE:TCARxLANGU0:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": -8825,
"time": "1775557315"
},
"departure": {
"delay": -8825,
"time": "1775557315"
},
"stopId": "FR:76681:ZE:TCARxKERVI0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": -8853,
"time": "1775558667"
},
"departure": {
"delay": -8853,
"time": "1775558667"
},
"stopId": "FR:76484:ZE:TCARxCIMOI0:ATOUMOD001",
"stopSequence": 26
},
{
"departure": {
"delay": -8830,
"time": "1775557010"
},
"stopId": "FR:76681:ZE:TCARxHDVS1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": -8779,
"time": "1775557901"
},
"departure": {
"delay": -8779,
"time": "1775557901"
},
"stopId": "FR:76575:ZE:TCARxNODIE0:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": -8993,
"time": "1775559187"
},
"departure": {
"delay": -8993,
"time": "1775559187"
},
"stopId": "FR:76705:ZE:TCARxTOMAN1:ATOUMOD001",
"stopSequence": 33
},
{
"arrival": {
"delay": -8839,
"time": "1775558621"
},
"departure": {
"delay": -8839,
"time": "1775558621"
},
"stopId": "FR:76484:ZE:TCARxBIBOI0:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": -8776,
"time": "1775557964"
},
"departure": {
"delay": -8776,
"time": "1775557964"
},
"stopId": "FR:76575:ZE:TCARxPNAVA0:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": -8845,
"time": "1775557235"
},
"departure": {
"delay": -8845,
"time": "1775557235"
},
"stopId": "FR:76681:ZE:TCARxADRET1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": -8774,
"time": "1775557186"
},
"departure": {
"delay": -8774,
"time": "1775557186"
},
"stopId": "FR:76681:ZE:TCARxRRIOT0:ATOUMOD001",
"stopSequence": 3
}
],
"timestamp": "1775557016",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx03:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx11412:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3748432x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 46,
"time": "1775540890"
},
"departure": {
"delay": 46,
"time": "1775541046"
},
"stopId": "FR:50129:ZE:10STA2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 147,
"time": "1775539491"
},
"departure": {
"delay": 147,
"time": "1775539527"
},
"stopId": "FR:50129:ZE:10COT1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 134,
"time": "1775539983"
},
"departure": {
"delay": 134,
"time": "1775539994"
},
"stopId": "FR:50129:ZE:10FJT1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": -37,
"time": "1775540653"
},
"departure": {
"delay": -37,
"time": "1775540663"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 130,
"time": "1775539919"
},
"departure": {
"delay": 130,
"time": "1775539930"
},
"stopId": "FR:50129:ZE:10CIM1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 53,
"time": "1775540536"
},
"departure": {
"delay": 53,
"time": "1775540573"
},
"stopId": "FR:50129:ZE:10FDC1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 142,
"time": "1775541524"
},
"departure": {
"delay": 142,
"time": "1775541562"
},
"stopId": "FR:50129:ZE:10FRA2:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 166,
"time": "1775541930"
},
"departure": {
"delay": 166,
"time": "1775541946"
},
"stopId": "FR:50129:ZE:10VIG2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 7,
"time": "1775540155"
},
"departure": {
"delay": 7,
"time": "1775540347"
},
"stopId": "FR:50129:ZE:10SHU3:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 54,
"time": "1775540431"
},
"departure": {
"delay": 54,
"time": "1775540514"
},
"stopId": "FR:50129:ZE:10PHG2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 162,
"time": "1775541975"
},
"departure": {
"delay": 162,
"time": "1775542002"
},
"stopId": "FR:50129:ZE:10DAN2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 131,
"time": "1775541902"
},
"departure": {
"delay": 131,
"time": "1775541911"
},
"stopId": "FR:50129:ZE:10CRB2:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 67,
"time": "1775540054"
},
"departure": {
"delay": 67,
"time": "1775540107"
},
"stopId": "FR:50129:ZE:10MEN2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 147,
"time": "1775541715"
},
"departure": {
"delay": 147,
"time": "1775541747"
},
"stopId": "FR:50129:ZE:10EGL5:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 187,
"time": "1775539655"
},
"departure": {
"delay": 187,
"time": "1775539687"
},
"stopId": "FR:50129:ZE:10SAL1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 49,
"time": "1775542129"
},
"stopId": "FR:50129:ZE:10ZAG2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 158,
"time": "1775541622"
},
"departure": {
"delay": 158,
"time": "1775541638"
},
"stopId": "FR:50129:ZE:10SMT2:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 130,
"time": "1775541649"
},
"departure": {
"delay": 130,
"time": "1775541670"
},
"stopId": "FR:50129:ZE:10VAB2:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 146,
"time": "1775541833"
},
"departure": {
"delay": 146,
"time": "1775541866"
},
"stopId": "FR:50129:ZE:10HUI4:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 74,
"time": "1775539418"
},
"departure": {
"delay": 74,
"time": "1775539454"
},
"stopId": "FR:50129:ZE:10BCP1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 118,
"time": "1775541230"
},
"departure": {
"delay": 118,
"time": "1775541298"
},
"stopId": "FR:50129:ZE:10POL2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": -41,
"time": "1775540683"
},
"departure": {
"delay": -41,
"time": "1775540719"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": -7,
"time": "1775540603"
},
"departure": {
"delay": -7,
"time": "1775540633"
},
"stopId": "FR:50129:ZE:10CTR3:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 169,
"time": "1775539868"
},
"departure": {
"delay": 169,
"time": "1775539909"
},
"stopId": "FR:50129:ZE:10RED1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 191,
"time": "1775539706"
},
"departure": {
"delay": 191,
"time": "1775539751"
},
"stopId": "FR:50129:ZE:10ROS1:ATOUMOD035",
"stopSequence": 7
},
{
"departure": {
"delay": 52,
"time": "1775539312"
},
"stopId": "FR:50129:ZE:10DIG1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": -13,
"time": "1775540763"
},
"departure": {
"delay": -13,
"time": "1775540807"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 197,
"time": "1775539601"
},
"departure": {
"delay": 197,
"time": "1775539637"
},
"stopId": "FR:50129:ZE:10PFJ1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 75,
"time": "1775539355"
},
"departure": {
"delay": 75,
"time": "1775539395"
},
"stopId": "FR:50129:ZE:10CDF1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 171,
"time": "1775539816"
},
"departure": {
"delay": 171,
"time": "1775539851"
},
"stopId": "FR:50129:ZE:10VOL1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 98,
"time": "1775541506"
},
"departure": {
"delay": 98,
"time": "1775541518"
},
"stopId": "FR:50129:ZE:10LEC2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 144,
"time": "1775541433"
},
"departure": {
"delay": 144,
"time": "1775541444"
},
"stopId": "FR:50129:ZE:10LEB2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 67,
"time": "1775541132"
},
"departure": {
"delay": 67,
"time": "1775541187"
},
"stopId": "FR:50129:ZE:10LCO2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 177,
"time": "1775539762"
},
"departure": {
"delay": 177,
"time": "1775539797"
},
"stopId": "FR:50129:ZE:10SAD1:ATOUMOD035",
"stopSequence": 8
}
],
"timestamp": "1775560078",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:05:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3748432x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745209x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 66,
"time": "1775555559"
},
"departure": {
"delay": 66,
"time": "1775555586"
},
"stopId": "FR:50129:ZE:10ANJ5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 105,
"time": "1775555700"
},
"departure": {
"delay": 105,
"time": "1775555745"
},
"stopId": "FR:50129:ZE:10OLY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 60,
"time": "1775555486"
},
"departure": {
"delay": 60,
"time": "1775555520"
},
"stopId": "FR:50129:ZE:10BQR1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": -22,
"time": "1775555918"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 108,
"time": "1775554442"
},
"departure": {
"delay": 108,
"time": "1775554488"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 99,
"time": "1775554614"
},
"departure": {
"delay": 99,
"time": "1775554659"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 180,
"time": "1775555044"
},
"departure": {
"delay": 180,
"time": "1775555100"
},
"stopId": "FR:50129:ZE:10CRC3:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 49,
"time": "1775555322"
},
"departure": {
"delay": 49,
"time": "1775555329"
},
"stopId": "FR:50129:ZE:10RTU1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 163,
"time": "1775555169"
},
"departure": {
"delay": 163,
"time": "1775555203"
},
"stopId": "FR:50129:ZE:10FOR3:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 106,
"time": "1775554693"
},
"departure": {
"delay": 106,
"time": "1775554726"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 75,
"time": "1775555799"
},
"departure": {
"delay": 75,
"time": "1775555835"
},
"stopId": "FR:50129:ZE:10AMO1:ATOUMOD035",
"stopSequence": 18
},
{
"departure": {
"delay": 107,
"time": "1775554307"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 149,
"time": "1775554844"
},
"departure": {
"delay": 149,
"time": "1775554889"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 109,
"time": "1775555240"
},
"departure": {
"delay": 109,
"time": "1775555269"
},
"stopId": "FR:50129:ZE:10PFO1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 77,
"time": "1775555763"
},
"departure": {
"delay": 77,
"time": "1775555777"
},
"stopId": "FR:50129:ZE:10EGL1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 121,
"time": "1775554753"
},
"departure": {
"delay": 121,
"time": "1775554801"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 121,
"time": "1775554538"
},
"departure": {
"delay": 121,
"time": "1775554561"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 95,
"time": "1775555622"
},
"departure": {
"delay": 95,
"time": "1775555675"
},
"stopId": "FR:50129:ZE:10PRV1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 54,
"time": "1775555357"
},
"departure": {
"delay": 54,
"time": "1775555394"
},
"stopId": "FR:50129:ZE:10BRA3:ATOUMOD035",
"stopSequence": 12
}
],
"timestamp": "1775560077",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1B:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745209x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC597025:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1775563380"
},
"stopId": "FR:27229:ZE:0xHOT01:ATOUMOD004",
"stopSequence": 11
}
],
"timestamp": "1775560081",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD004:Line:T2:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC597025:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3747856x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 5,
"time": "1775559811"
},
"departure": {
"delay": 5,
"time": "1775559845"
},
"stopId": "FR:50129:ZE:10SEX2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 23,
"time": "1775559965"
},
"departure": {
"delay": 23,
"time": "1775559983"
},
"stopId": "FR:50129:ZE:10RUC2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": -30,
"time": "1775560110"
},
"departure": {
"delay": -30,
"time": "1775560110"
},
"stopId": "FR:50129:ZE:10ODR2:ATOUMOD035",
"stopSequence": 17
},
{
"departure": {
"delay": 81,
"time": "1775559081"
},
"stopId": "FR:50129:ZE:10MXR2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 42,
"time": "1775559911"
},
"departure": {
"delay": 42,
"time": "1775559942"
},
"stopId": "FR:50129:ZE:10BSJ2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": -39,
"time": "1775559307"
},
"departure": {
"delay": -39,
"time": "1775559321"
},
"stopId": "FR:50129:ZE:10LOG2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 59,
"time": "1775559232"
},
"departure": {
"delay": 59,
"time": "1775559239"
},
"stopId": "FR:50129:ZE:10BOC2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 139,
"time": "1775559701"
},
"departure": {
"delay": 139,
"time": "1775559739"
},
"stopId": "FR:50129:ZE:10CSM2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 34,
"time": "1775559119"
},
"departure": {
"delay": 34,
"time": "1775559154"
},
"stopId": "FR:50129:ZE:10CEN2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": -30,
"time": "1775560230"
},
"departure": {
"delay": -30,
"time": "1775560230"
},
"stopId": "FR:50129:ZE:10JAR2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 2,
"time": "1775559865"
},
"departure": {
"delay": 2,
"time": "1775559902"
},
"stopId": "FR:50129:ZE:10MTT2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": -30,
"time": "1775560890"
},
"stopId": "FR:50129:ZE:10SHU2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 117,
"time": "1775559558"
},
"departure": {
"delay": 117,
"time": "1775559597"
},
"stopId": "FR:50129:ZE:10DEB2:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": -30,
"time": "1775560710"
},
"departure": {
"delay": -30,
"time": "1775560710"
},
"stopId": "FR:50129:ZE:10PLx1:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 1,
"time": "1775559352"
},
"departure": {
"delay": 1,
"time": "1775559361"
},
"stopId": "FR:50129:ZE:10REN2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": -30,
"time": "1775560470"
},
"departure": {
"delay": -30,
"time": "1775560470"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": -30,
"time": "1775560350"
},
"departure": {
"delay": -30,
"time": "1775560350"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": -30,
"time": "1775560170"
},
"departure": {
"delay": -30,
"time": "1775560170"
},
"stopId": "FR:50129:ZE:10BOS2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": -30,
"time": "1775560530"
},
"departure": {
"delay": -30,
"time": "1775560530"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 20,
"time": "1775559251"
},
"departure": {
"delay": 20,
"time": "1775559260"
},
"stopId": "FR:50129:ZE:10GNT2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": -30,
"time": "1775560650"
},
"departure": {
"delay": -30,
"time": "1775560650"
},
"stopId": "FR:50129:ZE:10HDV1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 105,
"time": "1775559380"
},
"departure": {
"delay": 105,
"time": "1775559525"
},
"stopId": "FR:50129:ZE:10CUR2:ATOUMOD035",
"stopSequence": 7
}
],
"timestamp": "1775560082",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:04:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3747856x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD008:ServiceJourney:9790x0:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1775562300"
},
"stopId": "FR:76259:ZE:FECRLIL1:ATOUMOD008",
"stopSequence": 1
},
{
"arrival": {
"time": "1775563080"
},
"departure": {
"time": "1775563080"
},
"stopId": "FR:76259:ZE:FECGARE2:ATOUMOD008",
"stopSequence": 7
},
{
"arrival": {
"time": "1775563200"
},
"departure": {
"time": "1775563200"
},
"stopId": "FR:76259:ZE:FECBREP2:ATOUMOD008",
"stopSequence": 8
},
{
"arrival": {
"time": "1775564160"
},
"departure": {
"time": "1775564160"
},
"stopId": "FR:76259:ZE:FECCSC1:ATOUMOD008",
"stopSequence": 16
},
{
"arrival": {
"time": "1775562660"
},
"departure": {
"time": "1775562660"
},
"stopId": "FR:76259:ZE:FECVIKI2:ATOUMOD008",
"stopSequence": 4
},
{
"arrival": {
"time": "1775563380"
},
"departure": {
"time": "1775563380"
},
"stopId": "FR:76259:ZE:FECHALL2:ATOUMOD008",
"stopSequence": 10
},
{
"arrival": {
"time": "1775562540"
},
"departure": {
"time": "1775562540"
},
"stopId": "FR:76259:ZE:FECHYSO2:ATOUMOD008",
"stopSequence": 3
},
{
"arrival": {
"time": "1775563500"
},
"departure": {
"time": "1775563500"
},
"stopId": "FR:76259:ZE:FECCOUB2:ATOUMOD008",
"stopSequence": 11
},
{
"arrival": {
"time": "1775563320"
},
"departure": {
"time": "1775563320"
},
"stopId": "FR:76259:ZE:FECHVIL2:ATOUMOD008",
"stopSequence": 9
},
{
"arrival": {
"time": "1775564100"
},
"departure": {
"time": "1775564100"
},
"stopId": "FR:76259:ZE:FECJVER1:ATOUMOD008",
"stopSequence": 15
},
{
"arrival": {
"time": "1775562360"
},
"departure": {
"time": "1775562360"
},
"stopId": "FR:76259:ZE:FECSLOU2:ATOUMOD008",
"stopSequence": 2
},
{
"arrival": {
"time": "1775563620"
},
"departure": {
"time": "1775563620"
},
"stopId": "FR:76259:ZE:FECJMAC2:ATOUMOD008",
"stopSequence": 12
},
{
"arrival": {
"time": "1775562780"
},
"departure": {
"time": "1775562780"
},
"stopId": "FR:76259:ZE:FECDESG2:ATOUMOD008",
"stopSequence": 5
},
{
"arrival": {
"time": "1775563680"
},
"departure": {
"time": "1775563680"
},
"stopId": "FR:76259:ZE:FECCHUE2:ATOUMOD008",
"stopSequence": 13
},
{
"arrival": {
"time": "1775563800"
},
"departure": {
"time": "1775563800"
},
"stopId": "FR:76259:ZE:FECMBLE2:ATOUMOD008",
"stopSequence": 14
},
{
"arrival": {
"time": "1775563020"
},
"departure": {
"time": "1775563020"
},
"stopId": "FR:76259:ZE:FECSETI1:ATOUMOD008",
"stopSequence": 6
},
{
"arrival": {
"time": "1775564220"
},
"stopId": "FR:76259:ZE:FECHOPI1:ATOUMOD008",
"stopSequence": 18
}
],
"timestamp": "1775560081",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD008:Line:L01:LOC",
"tripId": "ATOUMOD008:ServiceJourney:9790x0:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx11479:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 1624,
"time": "1775557744"
},
"departure": {
"delay": 1624,
"time": "1775557744"
},
"stopId": "FR:76681:ZE:TCARxCHROU0:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 1496,
"time": "1775559536"
},
"departure": {
"delay": 1496,
"time": "1775559536"
},
"stopId": "FR:76705:ZE:TCARxTOPAR1:ATOUMOD001",
"stopSequence": 32
},
{
"arrival": {
"delay": 1659,
"time": "1775558319"
},
"departure": {
"delay": 1659,
"time": "1775558319"
},
"stopId": "FR:76575:ZE:TCARxNODIE0:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 1769,
"time": "1775558669"
},
"departure": {
"delay": 1769,
"time": "1775558669"
},
"stopId": "FR:76484:ZE:TCARxCITEO0:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 1631,
"time": "1775559371"
},
"departure": {
"delay": 1631,
"time": "1775559371"
},
"stopId": "FR:76484:ZE:TCARxPLPAI2:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 1669,
"time": "1775559169"
},
"departure": {
"delay": 1669,
"time": "1775559169"
},
"stopId": "FR:76484:ZE:TCARxCIMOI0:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 1599,
"time": "1775557697"
},
"departure": {
"delay": 1599,
"time": "1775557719"
},
"stopId": "FR:76681:ZE:TCARxKERVI0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 1759,
"time": "1775558719"
},
"departure": {
"delay": 1759,
"time": "1775558719"
},
"stopId": "FR:76484:ZE:TCARxVOSGE0:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 1664,
"time": "1775558444"
},
"departure": {
"delay": 1664,
"time": "1775558444"
},
"stopId": "FR:76575:ZE:TCARxSLOGN0:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 1614,
"time": "1775558094"
},
"departure": {
"delay": 1614,
"time": "1775558094"
},
"stopId": "FR:76575:ZE:TCARxLURCA0:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 1749,
"time": "1775558769"
},
"departure": {
"delay": 1749,
"time": "1775558769"
},
"stopId": "FR:76484:ZE:TCARxPLBEL0:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 1577,
"time": "1775557517"
},
"departure": {
"delay": 1577,
"time": "1775557517"
},
"stopId": "FR:76681:ZE:TCARxPGAUL0:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 1734,
"time": "1775558994"
},
"departure": {
"delay": 1734,
"time": "1775558994"
},
"stopId": "FR:76484:ZE:TCARxPEZOL0:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 1704,
"time": "1775558844"
},
"departure": {
"delay": 1704,
"time": "1775558844"
},
"stopId": "FR:76484:ZE:TCARxCHARC0:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 1614,
"time": "1775557794"
},
"departure": {
"delay": 1614,
"time": "1775557794"
},
"stopId": "FR:76575:ZE:TCARxSTYO20:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 1750,
"time": "1775558890"
},
"departure": {
"delay": 1750,
"time": "1775558890"
},
"stopId": "FR:76484:ZE:TCARxCIMJ10:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 1684,
"time": "1775558044"
},
"departure": {
"delay": 1684,
"time": "1775558044"
},
"stopId": "FR:76575:ZE:TCARxGAGAR0:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 1618,
"time": "1775557558"
},
"departure": {
"delay": 1618,
"time": "1775557558"
},
"stopId": "FR:76681:ZE:TCARxRRIOT0:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 1644,
"time": "1775559444"
},
"departure": {
"delay": 1644,
"time": "1775559444"
},
"stopId": "FR:76484:ZE:TCARxPOLOI2:ATOUMOD001",
"stopSequence": 31
},
{
"arrival": {
"delay": 1666,
"time": "1775559046"
},
"departure": {
"delay": 1666,
"time": "1775559046"
},
"stopId": "FR:76484:ZE:TCARxFERRE0:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 1684,
"time": "1775558944"
},
"departure": {
"delay": 1684,
"time": "1775558944"
},
"stopId": "FR:76484:ZE:TCARxCOMPX0:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 1644,
"time": "1775557944"
},
"departure": {
"delay": 1644,
"time": "1775557944"
},
"stopId": "FR:76575:ZE:TCARxCOQLI0:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 1377,
"time": "1775559717"
},
"stopId": "FR:76705:ZE:TCARxTOCEN:ATOUMOD001",
"stopSequence": 34
},
{
"arrival": {
"delay": 1672,
"time": "1775559112"
},
"departure": {
"delay": 1672,
"time": "1775559112"
},
"stopId": "FR:76484:ZE:TCARxBIBOI0:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 1629,
"time": "1775558169"
},
"departure": {
"delay": 1629,
"time": "1775558169"
},
"stopId": "FR:76575:ZE:TCARxGOUBE0:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 1396,
"time": "1775559616"
},
"departure": {
"delay": 1396,
"time": "1775559616"
},
"stopId": "FR:76705:ZE:TCARxTOMAN1:ATOUMOD001",
"stopSequence": 33
},
{
"departure": {
"delay": 1574,
"time": "1775557394"
},
"stopId": "FR:76681:ZE:TCARxHDVS1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 1609,
"time": "1775558247"
},
"departure": {
"delay": 1609,
"time": "1775558269"
},
"stopId": "FR:76575:ZE:TCARxLANGU0:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 1659,
"time": "1775559219"
},
"departure": {
"delay": 1659,
"time": "1775559219"
},
"stopId": "FR:76484:ZE:TCARxOIHDV0:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 1719,
"time": "1775558544"
},
"departure": {
"delay": 1719,
"time": "1775558619"
},
"stopId": "FR:76575:ZE:TCARxCHAPL0:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 1559,
"time": "1775557619"
},
"departure": {
"delay": 1559,
"time": "1775557619"
},
"stopId": "FR:76681:ZE:TCARxADRET1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 1674,
"time": "1775558394"
},
"departure": {
"delay": 1674,
"time": "1775558394"
},
"stopId": "FR:76575:ZE:TCARxPNAVA0:ATOUMOD001",
"stopSequence": 14
}
],
"timestamp": "1775557396",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx03:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx11479:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746225x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 195,
"time": "1775557236"
},
"departure": {
"delay": 195,
"time": "1775557275"
},
"stopId": "FR:50129:ZE:10THH4:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 131,
"time": "1775558822"
},
"departure": {
"delay": 131,
"time": "1775558831"
},
"stopId": "FR:50129:ZE:10PRE2:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": 67,
"time": "1775559033"
},
"departure": {
"delay": 67,
"time": "1775559067"
},
"stopId": "FR:50129:ZE:10CAR2:ATOUMOD035",
"stopSequence": 44
},
{
"arrival": {
"delay": 185,
"time": "1775556811"
},
"departure": {
"delay": 185,
"time": "1775556845"
},
"stopId": "FR:50129:ZE:10LLM2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 90,
"time": "1775558941"
},
"departure": {
"delay": 90,
"time": "1775558970"
},
"stopId": "FR:50129:ZE:10BRT2:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"delay": 115,
"time": "1775556686"
},
"departure": {
"delay": 115,
"time": "1775556775"
},
"stopId": "FR:50129:ZE:10BRO2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 146,
"time": "1775558178"
},
"departure": {
"delay": 146,
"time": "1775558186"
},
"stopId": "FR:50129:ZE:10TRA6:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": -42,
"time": "1775559305"
},
"departure": {
"delay": -42,
"time": "1775559318"
},
"stopId": "FR:50129:ZE:10EPH1:ATOUMOD035",
"stopSequence": 49
},
{
"arrival": {
"delay": 153,
"time": "1775558520"
},
"departure": {
"delay": 153,
"time": "1775558553"
},
"stopId": "FR:50129:ZE:10DUB2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 224,
"time": "1775558045"
},
"departure": {
"delay": 224,
"time": "1775558084"
},
"stopId": "FR:50129:ZE:10HDI4:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 92,
"time": "1775558837"
},
"departure": {
"delay": 92,
"time": "1775558852"
},
"stopId": "FR:50129:ZE:10ARA2:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"delay": 114,
"time": "1775558925"
},
"departure": {
"delay": 114,
"time": "1775558934"
},
"stopId": "FR:50129:ZE:10BON2:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": 174,
"time": "1775556866"
},
"departure": {
"delay": 174,
"time": "1775556894"
},
"stopId": "FR:50129:ZE:10JMO2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 181,
"time": "1775558126"
},
"departure": {
"delay": 181,
"time": "1775558161"
},
"stopId": "FR:50129:ZE:10REP4:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 155,
"time": "1775558756"
},
"departure": {
"delay": 155,
"time": "1775558795"
},
"stopId": "FR:50129:ZE:10CPL2:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"delay": 8,
"time": "1775556259"
},
"departure": {
"delay": 8,
"time": "1775556308"
},
"stopId": "FR:50129:ZE:10NOR4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 151,
"time": "1775558300"
},
"departure": {
"delay": 151,
"time": "1775558311"
},
"stopId": "FR:50129:ZE:10BEL2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 267,
"time": "1775557670"
},
"departure": {
"delay": 267,
"time": "1775557707"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 148,
"time": "1775558414"
},
"departure": {
"delay": 148,
"time": "1775558428"
},
"stopId": "FR:50129:ZE:10AGO2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 140,
"time": "1775558456"
},
"departure": {
"delay": 140,
"time": "1775558480"
},
"stopId": "FR:50129:ZE:10LAV2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": -19,
"time": "1775559211"
},
"departure": {
"delay": -19,
"time": "1775559221"
},
"stopId": "FR:50129:ZE:10COF2:ATOUMOD035",
"stopSequence": 47
},
{
"arrival": {
"delay": 228,
"time": "1775557753"
},
"departure": {
"delay": 228,
"time": "1775557788"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 95,
"time": "1775558706"
},
"departure": {
"delay": 95,
"time": "1775558735"
},
"stopId": "FR:50129:ZE:10BHE2:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": -50,
"time": "1775556119"
},
"departure": {
"delay": -50,
"time": "1775556130"
},
"stopId": "FR:50129:ZE:10CVE2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 3,
"time": "1775556215"
},
"departure": {
"delay": 3,
"time": "1775556243"
},
"stopId": "FR:50129:ZE:10MYO2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 230,
"time": "1775557941"
},
"departure": {
"delay": 230,
"time": "1775557970"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": -64,
"time": "1775559356"
},
"stopId": "FR:50129:ZE:10MAX1:ATOUMOD035",
"stopSequence": 50
},
{
"arrival": {
"delay": 8,
"time": "1775556390"
},
"departure": {
"delay": 8,
"time": "1775556428"
},
"stopId": "FR:50129:ZE:10ZPH2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 197,
"time": "1775557114"
},
"departure": {
"delay": 197,
"time": "1775557157"
},
"stopId": "FR:50129:ZE:10LCP2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": -29,
"time": "1775559251"
},
"departure": {
"delay": -29,
"time": "1775559271"
},
"stopId": "FR:50129:ZE:10SFG2:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"delay": 232,
"time": "1775557841"
},
"departure": {
"delay": 232,
"time": "1775557852"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 23
},
{
"departure": {
"delay": -166,
"time": "1775555774"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": -19,
"time": "1775556062"
},
"departure": {
"delay": -19,
"time": "1775556101"
},
"stopId": "FR:50129:ZE:10COS2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 50,
"time": "1775559104"
},
"departure": {
"delay": 50,
"time": "1775559110"
},
"stopId": "FR:50129:ZE:10SFN2:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"delay": 249,
"time": "1775557575"
},
"departure": {
"delay": 249,
"time": "1775557629"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": -40,
"time": "1775556172"
},
"departure": {
"delay": -40,
"time": "1775556200"
},
"stopId": "FR:50129:ZE:10MGT2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 274,
"time": "1775557406"
},
"departure": {
"delay": 274,
"time": "1775557474"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": -23,
"time": "1775555956"
},
"departure": {
"delay": -23,
"time": "1775555977"
},
"stopId": "FR:50129:ZE:10JGO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 170,
"time": "1775556910"
},
"departure": {
"delay": 170,
"time": "1775556950"
},
"stopId": "FR:50129:ZE:10LUM2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 56,
"time": "1775556443"
},
"departure": {
"delay": 56,
"time": "1775556536"
},
"stopId": "FR:50129:ZE:10ART2:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 175,
"time": "1775558254"
},
"departure": {
"delay": 175,
"time": "1775558275"
},
"stopId": "FR:50129:ZE:10HUI2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 19,
"time": "1775556352"
},
"departure": {
"delay": 19,
"time": "1775556379"
},
"stopId": "FR:50129:ZE:10JEA2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 113,
"time": "1775558619"
},
"departure": {
"delay": 113,
"time": "1775558633"
},
"stopId": "FR:50129:ZE:10ZOL2:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 76,
"time": "1775558989"
},
"departure": {
"delay": 76,
"time": "1775559016"
},
"stopId": "FR:50129:ZE:10HOU2:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": 171,
"time": "1775558360"
},
"departure": {
"delay": 171,
"time": "1775558391"
},
"stopId": "FR:50129:ZE:10HOM2:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 228,
"time": "1775557871"
},
"departure": {
"delay": 228,
"time": "1775557908"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 20,
"time": "1775559124"
},
"departure": {
"delay": 20,
"time": "1775559140"
},
"stopId": "FR:50129:ZE:10ALB2:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"delay": 108,
"time": "1775558673"
},
"departure": {
"delay": 108,
"time": "1775558688"
},
"stopId": "FR:50129:ZE:10LON2:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": -24,
"time": "1775556146"
},
"departure": {
"delay": -24,
"time": "1775556156"
},
"stopId": "FR:50129:ZE:10RSX2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 178,
"time": "1775556993"
},
"departure": {
"delay": 178,
"time": "1775557078"
},
"stopId": "FR:50129:ZE:10BHC2:ATOUMOD035",
"stopSequence": 16
}
],
"timestamp": "1775560081",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746225x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx387:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 42,
"time": "1775557109"
},
"departure": {
"delay": 42,
"time": "1775557182"
},
"stopId": "FR:76540:ZE:TCARxRIBOU1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 111,
"time": "1775556531"
},
"departure": {
"delay": 111,
"time": "1775556531"
},
"stopId": "FR:76410:ZE:TCARxDLUNE1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 62,
"time": "1775557358"
},
"departure": {
"delay": 62,
"time": "1775557382"
},
"stopId": "FR:76540:ZE:TCARxPASPA1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 92,
"time": "1775557812"
},
"departure": {
"delay": 92,
"time": "1775557832"
},
"stopId": "FR:76540:ZE:TCARxPMARC1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 153,
"time": "1775559033"
},
"departure": {
"delay": 153,
"time": "1775559033"
},
"stopId": "FR:76540:ZE:TCARxMAIS21:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 161,
"time": "1775558921"
},
"departure": {
"delay": 161,
"time": "1775558921"
},
"stopId": "FR:76540:ZE:TCARxPSALO1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 131,
"time": "1775558831"
},
"departure": {
"delay": 131,
"time": "1775558831"
},
"stopId": "FR:76540:ZE:TCARxMALRA1:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 86,
"time": "1775558006"
},
"departure": {
"delay": 86,
"time": "1775558006"
},
"stopId": "FR:76540:ZE:TCARxCHRUT1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 101,
"time": "1775558681"
},
"departure": {
"delay": 101,
"time": "1775558681"
},
"stopId": "FR:76540:ZE:TCARxCOUPE1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 121,
"time": "1775556781"
},
"departure": {
"delay": 121,
"time": "1775556781"
},
"stopId": "FR:76216:ZE:TCARxPTPIE1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 66,
"time": "1775556881"
},
"departure": {
"delay": 66,
"time": "1775556906"
},
"stopId": "FR:76216:ZE:TCARxMAISO1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 83,
"time": "1775557883"
},
"departure": {
"delay": 83,
"time": "1775557883"
},
"stopId": "FR:76540:ZE:TCARxMARTT1:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 128,
"time": "1775556608"
},
"departure": {
"delay": 128,
"time": "1775556608"
},
"stopId": "FR:76410:ZE:TCARxPALIS1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 94,
"time": "1775556694"
},
"departure": {
"delay": 94,
"time": "1775556694"
},
"stopId": "FR:76216:ZE:TCARxDVILL1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 108,
"time": "1775559108"
},
"departure": {
"delay": 108,
"time": "1775559108"
},
"stopId": "FR:76540:ZE:TCARxCHATL1:ATOUMOD001",
"stopSequence": 29
},
{
"departure": {
"delay": 6,
"time": "1775556306"
},
"stopId": "FR:76474:ZE:TCARxBMAIR1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 82,
"time": "1775557282"
},
"departure": {
"delay": 82,
"time": "1775557282"
},
"stopId": "FR:76540:ZE:TCARxLUCIL1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 97,
"time": "1775557657"
},
"departure": {
"delay": 97,
"time": "1775557657"
},
"stopId": "FR:76540:ZE:TCARxCATHE1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 106,
"time": "1775556406"
},
"departure": {
"delay": 106,
"time": "1775556406"
},
"stopId": "FR:76474:ZE:TCARxMOULI1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 161,
"time": "1775558962"
},
"departure": {
"delay": 161,
"time": "1775558981"
},
"stopId": "FR:76540:ZE:TCARxGALI1:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 102,
"time": "1775557461"
},
"departure": {
"delay": 102,
"time": "1775557482"
},
"stopId": "FR:76540:ZE:TCARxBELGE1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 66,
"time": "1775558106"
},
"departure": {
"delay": 66,
"time": "1775558106"
},
"stopId": "FR:76540:ZE:TCARxHILAI1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 124,
"time": "1775558524"
},
"departure": {
"delay": 124,
"time": "1775558524"
},
"stopId": "FR:76540:ZE:TCARxARGEN1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 107,
"time": "1775557582"
},
"departure": {
"delay": 107,
"time": "1775557607"
},
"stopId": "FR:76540:ZE:TCARxTARTT1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": -14,
"time": "1775557006"
},
"departure": {
"delay": -14,
"time": "1775557006"
},
"stopId": "FR:76540:ZE:TCARxBAPEA1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 161,
"time": "1775558361"
},
"departure": {
"delay": 161,
"time": "1775558381"
},
"stopId": "FR:76540:ZE:TCARxDRIVI1:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 117,
"time": "1775558757"
},
"departure": {
"delay": 117,
"time": "1775558757"
},
"stopId": "FR:76540:ZE:TCARxSTCLA1:ATOUMOD001",
"stopSequence": 24
}
],
"timestamp": "1775556317",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx92:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx387:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN848954F388015x2026x03x28T21x09x34Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775559360"
},
"departure": {
"time": "1775559420"
},
"stopId": "FR:60245:ZE:StopPointxOCETrainxTERx87313833:ATOUMOD002",
"stopSequence": 21
},
{
"arrival": {
"time": "1775559600"
},
"departure": {
"time": "1775559660"
},
"stopId": "FR:60001:ZE:StopPointxOCETrainxTERx87313759:ATOUMOD002",
"stopSequence": 23
},
{
"arrival": {
"time": "1775557260"
},
"departure": {
"time": "1775557320"
},
"stopId": "FR:76453:ZE:StopPointxOCETrainxTERx87411439:ATOUMOD002",
"stopSequence": 11
},
{
"arrival": {
"time": "1775560320"
},
"departure": {
"time": "1775560380"
},
"stopId": "FR:80630:ZE:StopPointxOCETrainxTERx87313395:ATOUMOD002",
"stopSequence": 25
},
{
"departure": {
"time": "1775556420"
},
"stopId": "FR:76540:ZE:StopPointxOCETrainxTERx87411017:ATOUMOD002",
"stopSequence": 9
},
{
"arrival": {
"time": "1775557860"
},
"departure": {
"time": "1775557920"
},
"stopId": "FR:76445:ZE:StopPointxOCETrainxTERx87411454:ATOUMOD002",
"stopSequence": 15
},
{
"arrival": {
"time": "1775558760"
},
"departure": {
"time": "1775558820"
},
"stopId": "FR:76672:ZE:StopPointxOCETrainxTERx87411470:ATOUMOD002",
"stopSequence": 19
},
{
"arrival": {
"time": "1775561400"
},
"departure": {
"time": "1775561460"
},
"stopId": "FR:80021:ZE:StopPointxOCETrainxTERx87313080:ATOUMOD002",
"stopSequence": 27
},
{
"arrival": {
"time": "1775561760"
},
"stopId": "FR:80021:ZE:StopPointxOCETrainxTERx87313874:ATOUMOD002",
"stopSequence": 28
},
{
"arrival": {
"time": "1775557500"
},
"departure": {
"time": "1775557560"
},
"stopId": "FR:76738:ZE:StopPointxOCETrainxTERx87411447:ATOUMOD002",
"stopSequence": 13
},
{
"arrival": {
"time": "1775558280"
},
"departure": {
"time": "1775558340"
},
"stopId": "FR:76678:ZE:StopPointxOCETrainxTERx87411462:ATOUMOD002",
"stopSequence": 17
}
],
"timestamp": "1775552816",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD002:Line:FRxLinexxDD461A4Bx557Ax4303xB639xAED4F7A5141Bx:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN848954F388015x2026x03x28T21x09x34Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3747885x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 122,
"time": "1775537978"
},
"departure": {
"delay": 122,
"time": "1775538002"
},
"stopId": "FR:50129:ZE:10DEB1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 67,
"time": "1775536934"
},
"departure": {
"delay": 67,
"time": "1775537047"
},
"stopId": "FR:50129:ZE:10SHU1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 131,
"time": "1775537460"
},
"departure": {
"delay": 131,
"time": "1775537471"
},
"stopId": "FR:50129:ZE:10ODR1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 141,
"time": "1775538246"
},
"departure": {
"delay": 141,
"time": "1775538261"
},
"stopId": "FR:50129:ZE:10GNT1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 137,
"time": "1775538437"
},
"stopId": "FR:50129:ZE:10MXR1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 133,
"time": "1775538057"
},
"departure": {
"delay": 133,
"time": "1775538073"
},
"stopId": "FR:50129:ZE:10CUR1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 114,
"time": "1775537618"
},
"departure": {
"delay": 114,
"time": "1775537634"
},
"stopId": "FR:50129:ZE:10RUC1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 189,
"time": "1775538353"
},
"departure": {
"delay": 189,
"time": "1775538369"
},
"stopId": "FR:50129:ZE:10CEN1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 45,
"time": "1775537846"
},
"departure": {
"delay": 45,
"time": "1775537865"
},
"stopId": "FR:50129:ZE:10CSM1:ATOUMOD035",
"stopSequence": 15
},
{
"departure": {
"delay": 148,
"time": "1775536888"
},
"stopId": "FR:50129:ZE:10SHU2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 142,
"time": "1775537285"
},
"departure": {
"delay": 142,
"time": "1775537302"
},
"stopId": "FR:50129:ZE:10JAR1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 120,
"time": "1775538104"
},
"departure": {
"delay": 120,
"time": "1775538120"
},
"stopId": "FR:50129:ZE:10REN1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 76,
"time": "1775537339"
},
"departure": {
"delay": 76,
"time": "1775537356"
},
"stopId": "FR:50129:ZE:10BOS1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 162,
"time": "1775537721"
},
"departure": {
"delay": 162,
"time": "1775537742"
},
"stopId": "FR:50129:ZE:10SEX1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 181,
"time": "1775538155"
},
"departure": {
"delay": 181,
"time": "1775538181"
},
"stopId": "FR:50129:ZE:10LOG1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 207,
"time": "1775538291"
},
"departure": {
"delay": 207,
"time": "1775538327"
},
"stopId": "FR:50129:ZE:10BOC1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 114,
"time": "1775537496"
},
"departure": {
"delay": 114,
"time": "1775537514"
},
"stopId": "FR:50129:ZE:10SRN1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 124,
"time": "1775537147"
},
"departure": {
"delay": 124,
"time": "1775537224"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 131,
"time": "1775537690"
},
"departure": {
"delay": 131,
"time": "1775537711"
},
"stopId": "FR:50129:ZE:10MTT1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 92,
"time": "1775537661"
},
"departure": {
"delay": 92,
"time": "1775537672"
},
"stopId": "FR:50129:ZE:10BSJ1:ATOUMOD035",
"stopSequence": 9
}
],
"timestamp": "1775559936",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:04:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3747885x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx14658:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 3049,
"time": "1775560249"
},
"departure": {
"delay": 3049,
"time": "1775560249"
},
"stopId": "FR:76540:ZE:TCARxGAREB2:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 2989,
"time": "1775558989"
},
"departure": {
"delay": 2989,
"time": "1775558989"
},
"stopId": "FR:76540:ZE:TCARxCENSO2:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 2967,
"time": "1775559103"
},
"departure": {
"delay": 2967,
"time": "1775559147"
},
"stopId": "FR:76540:ZE:TCARxMATHI1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 3007,
"time": "1775560147"
},
"departure": {
"delay": 3007,
"time": "1775560147"
},
"stopId": "FR:76540:ZE:TCARxSVER41:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 2929,
"time": "1775561269"
},
"stopId": "FR:76451:ZE:TCARxPLEIAD:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 3037,
"time": "1775559925"
},
"departure": {
"delay": 3037,
"time": "1775559997"
},
"stopId": "FR:76540:ZE:TCARxHVR4:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 3043,
"time": "1775560543"
},
"departure": {
"delay": 3043,
"time": "1775560543"
},
"stopId": "FR:76451:ZE:TCARxFOUBE1:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 2927,
"time": "1775559319"
},
"departure": {
"delay": 2927,
"time": "1775559347"
},
"stopId": "FR:76540:ZE:TCARxLAFAY1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 2974,
"time": "1775559573"
},
"departure": {
"delay": 2974,
"time": "1775559574"
},
"stopId": "FR:76540:ZE:TCARxPCORN1:ATOUMOD001",
"stopSequence": 11
},
{
"departure": {
"delay": 2897,
"time": "1775558597"
},
"stopId": "FR:76681:ZE:TCARxHDVS2:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 3046,
"time": "1775560426"
},
"departure": {
"delay": 3046,
"time": "1775560426"
},
"stopId": "FR:76451:ZE:TCARxCREVI1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 3054,
"time": "1775560074"
},
"departure": {
"delay": 3054,
"time": "1775560074"
},
"stopId": "FR:76540:ZE:TCARxBARTS1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 2933,
"time": "1775559206"
},
"departure": {
"delay": 2933,
"time": "1775559233"
},
"stopId": "FR:76540:ZE:TCARxBAMME1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 3047,
"time": "1775560367"
},
"departure": {
"delay": 3047,
"time": "1775560367"
},
"stopId": "FR:76451:ZE:TCARxBSMAU1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 3004,
"time": "1775560864"
},
"departure": {
"delay": 3004,
"time": "1775560864"
},
"stopId": "FR:76451:ZE:TCARxBIZNE2:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 2914,
"time": "1775559394"
},
"departure": {
"delay": 2914,
"time": "1775559394"
},
"stopId": "FR:76540:ZE:TCARxCHAMP2:ATOUMOD001",
"stopSequence": 10
}
],
"timestamp": "1775558616",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx07:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx14658:LOC"
}
}
},
{
"id": "SM:ATOUMOD005:ServiceJourney:797:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775570820"
},
"departure": {
"time": "1775570820"
},
"stopId": "FR:76217:ZE:18023:ATOUMOD005",
"stopSequence": 3
},
{
"arrival": {
"time": "1775571540"
},
"departure": {
"time": "1775571540"
},
"stopId": "FR:76217:ZE:18244:ATOUMOD005",
"stopSequence": 12
},
{
"arrival": {
"time": "1775570580"
},
"departure": {
"time": "1775570580"
},
"stopId": "FR:76217:ZE:18321:ATOUMOD005",
"stopSequence": 2
},
{
"arrival": {
"time": "1775570940"
},
"departure": {
"time": "1775570940"
},
"stopId": "FR:76217:ZE:18323:ATOUMOD005",
"stopSequence": 4
},
{
"arrival": {
"time": "1775571960"
},
"departure": {
"time": "1775571960"
},
"stopId": "FR:76217:ZE:18029:ATOUMOD005",
"stopSequence": 16
},
{
"arrival": {
"time": "1775571840"
},
"departure": {
"time": "1775571840"
},
"stopId": "FR:76217:ZE:18044:ATOUMOD005",
"stopSequence": 15
},
{
"arrival": {
"time": "1775571420"
},
"departure": {
"time": "1775571420"
},
"stopId": "FR:76217:ZE:18092:ATOUMOD005",
"stopSequence": 10
},
{
"arrival": {
"time": "1775571720"
},
"departure": {
"time": "1775571720"
},
"stopId": "FR:76217:ZE:18243:ATOUMOD005",
"stopSequence": 14
},
{
"arrival": {
"time": "1775571240"
},
"departure": {
"time": "1775571240"
},
"stopId": "FR:76217:ZE:18036:ATOUMOD005",
"stopSequence": 7
},
{
"arrival": {
"time": "1775572020"
},
"departure": {
"time": "1775572020"
},
"stopId": "FR:76217:ZE:18060:ATOUMOD005",
"stopSequence": 17
},
{
"arrival": {
"time": "1775571120"
},
"departure": {
"time": "1775571120"
},
"stopId": "FR:76217:ZE:18028:ATOUMOD005",
"stopSequence": 6
},
{
"arrival": {
"time": "1775571060"
},
"departure": {
"time": "1775571060"
},
"stopId": "FR:76217:ZE:18080:ATOUMOD005",
"stopSequence": 5
},
{
"arrival": {
"time": "1775572080"
},
"departure": {
"time": "1775572080"
},
"stopId": "FR:76217:ZE:18055:ATOUMOD005",
"stopSequence": 18
},
{
"arrival": {
"time": "1775571480"
},
"departure": {
"time": "1775571480"
},
"stopId": "FR:76217:ZE:18033:ATOUMOD005",
"stopSequence": 11
},
{
"arrival": {
"time": "1775571360"
},
"departure": {
"time": "1775571360"
},
"stopId": "FR:76217:ZE:18051:ATOUMOD005",
"stopSequence": 9
},
{
"departure": {
"time": "1775570520"
},
"stopId": "FR:76217:ZE:18042:ATOUMOD005",
"stopSequence": 1
},
{
"arrival": {
"time": "1775572200"
},
"stopId": "FR:76217:ZE:18088:ATOUMOD005",
"stopSequence": 19
},
{
"arrival": {
"time": "1775571600"
},
"departure": {
"time": "1775571600"
},
"stopId": "FR:76217:ZE:18800:ATOUMOD005",
"stopSequence": 13
},
{
"arrival": {
"time": "1775571300"
},
"departure": {
"time": "1775571300"
},
"stopId": "FR:76217:ZE:18802:ATOUMOD005",
"stopSequence": 8
}
],
"timestamp": "1775560066",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD005:Line:3:LOC",
"tripId": "ATOUMOD005:ServiceJourney:797:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC596541:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 113,
"time": "1775560793"
},
"departure": {
"delay": 113,
"time": "1775560793"
},
"stopId": "FR:27017:ZE:0xPAF01:ATOUMOD004",
"stopSequence": 5
},
{
"arrival": {
"delay": 139,
"time": "1775561719"
},
"departure": {
"delay": 139,
"time": "1775561719"
},
"stopId": "FR:27229:ZE:0xPJJ02:ATOUMOD004",
"stopSequence": 22
},
{
"arrival": {
"delay": 203,
"time": "1775561123"
},
"departure": {
"delay": 203,
"time": "1775561123"
},
"stopId": "FR:27229:ZE:0xRON02:ATOUMOD004",
"stopSequence": 9
},
{
"arrival": {
"delay": 174,
"time": "1775561634"
},
"departure": {
"delay": 174,
"time": "1775561634"
},
"stopId": "FR:27229:ZE:0xLET02:ATOUMOD004",
"stopSequence": 20
},
{
"arrival": {
"delay": -47,
"time": "1775561953"
},
"stopId": "FR:27229:ZE:0xHOT01:ATOUMOD004",
"stopSequence": 25
},
{
"arrival": {
"delay": 201,
"time": "1775561481"
},
"departure": {
"delay": 201,
"time": "1775561481"
},
"stopId": "FR:27229:ZE:0xPOL02:ATOUMOD004",
"stopSequence": 17
},
{
"arrival": {
"delay": 198,
"time": "1775561238"
},
"departure": {
"delay": 198,
"time": "1775561238"
},
"stopId": "FR:27229:ZE:0xLAK02:ATOUMOD004",
"stopSequence": 10
},
{
"arrival": {
"delay": 123,
"time": "1775560743"
},
"departure": {
"delay": 123,
"time": "1775560743"
},
"stopId": "FR:27017:ZE:0xANG02:ATOUMOD004",
"stopSequence": 4
},
{
"arrival": {
"delay": 42,
"time": "1775560662"
},
"departure": {
"delay": 42,
"time": "1775560662"
},
"stopId": "FR:27017:ZE:0xCNL02:ATOUMOD004",
"stopSequence": 3
},
{
"arrival": {
"delay": 192,
"time": "1775561412"
},
"departure": {
"delay": 192,
"time": "1775561412"
},
"stopId": "FR:27229:ZE:0xTRA02:ATOUMOD004",
"stopSequence": 16
},
{
"arrival": {
"delay": 92,
"time": "1775560532"
},
"departure": {
"delay": 92,
"time": "1775560532"
},
"stopId": "FR:27306:ZE:0xMRE02:ATOUMOD004",
"stopSequence": 2
},
{
"arrival": {
"delay": 174,
"time": "1775561574"
},
"departure": {
"delay": 174,
"time": "1775561574"
},
"stopId": "FR:27229:ZE:0xMOU02:ATOUMOD004",
"stopSequence": 19
},
{
"arrival": {
"delay": 183,
"time": "1775561523"
},
"departure": {
"delay": 183,
"time": "1775561523"
},
"stopId": "FR:27229:ZE:0xORL02:ATOUMOD004",
"stopSequence": 18
},
{
"arrival": {
"delay": 139,
"time": "1775561779"
},
"departure": {
"delay": 139,
"time": "1775561779"
},
"stopId": "FR:27229:ZE:0xJAU02:ATOUMOD004",
"stopSequence": 23
},
{
"arrival": {
"delay": 79,
"time": "1775561839"
},
"departure": {
"delay": 79,
"time": "1775561839"
},
"stopId": "FR:27229:ZE:0xHAP02:ATOUMOD004",
"stopSequence": 24
},
{
"departure": {
"time": "1775560440"
},
"stopId": "FR:27306:ZE:0xCID02:ATOUMOD004",
"stopSequence": 1
}
],
"timestamp": "1775560081",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD004:Line:T6:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC596541:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx8647:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 1530,
"time": "1775559150"
},
"departure": {
"delay": 1530,
"time": "1775559150"
},
"stopId": "FR:76575:ZE:TCARxCORBU1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 1575,
"time": "1775559350"
},
"departure": {
"delay": 1575,
"time": "1775559375"
},
"stopId": "FR:76575:ZE:TCARxZENIT2:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 1655,
"time": "1775559850"
},
"departure": {
"delay": 1655,
"time": "1775559875"
},
"stopId": "FR:76498:ZE:TCARxNOVET2:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 1714,
"time": "1775560534"
},
"departure": {
"delay": 1714,
"time": "1775560534"
},
"stopId": "FR:76540:ZE:TCARxCAUCT2:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 1735,
"time": "1775561095"
},
"departure": {
"delay": 1735,
"time": "1775561095"
},
"stopId": "FR:76540:ZE:TCARxTMARV2:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 1720,
"time": "1775560480"
},
"departure": {
"delay": 1720,
"time": "1775560480"
},
"stopId": "FR:76540:ZE:TCARxVXMAR2:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 1725,
"time": "1775561025"
},
"departure": {
"delay": 1725,
"time": "1775561025"
},
"stopId": "FR:76540:ZE:TCARxBOU7:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 1696,
"time": "1775560096"
},
"departure": {
"delay": 1696,
"time": "1775560096"
},
"stopId": "FR:76540:ZE:TCARxLOPOT2:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 1570,
"time": "1775559250"
},
"departure": {
"delay": 1570,
"time": "1775559250"
},
"stopId": "FR:76575:ZE:TCARxSANSU2:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 1696,
"time": "1775560396"
},
"departure": {
"delay": 1696,
"time": "1775560396"
},
"stopId": "FR:76540:ZE:TCARxBELGE4:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 1615,
"time": "1775559475"
},
"departure": {
"delay": 1615,
"time": "1775559475"
},
"stopId": "FR:76575:ZE:TCARxSANDT2:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 1621,
"time": "1775559601"
},
"departure": {
"delay": 1621,
"time": "1775559601"
},
"stopId": "FR:76575:ZE:TCARxCBRUT2:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 1650,
"time": "1775559725"
},
"departure": {
"delay": 1650,
"time": "1775559750"
},
"stopId": "FR:76681:ZE:TCARxDIOCT2:ATOUMOD001",
"stopSequence": 8
},
{
"departure": {
"delay": 1490,
"time": "1775559050"
},
"stopId": "FR:76575:ZE:TCARxTECHN4:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 1696,
"time": "1775559976"
},
"departure": {
"delay": 1696,
"time": "1775559976"
},
"stopId": "FR:76498:ZE:TCARxCHART2:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 1708,
"time": "1775560888"
},
"departure": {
"delay": 1708,
"time": "1775560888"
},
"stopId": "FR:76540:ZE:TCARxBEAUT2:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 1608,
"time": "1775559528"
},
"departure": {
"delay": 1608,
"time": "1775559528"
},
"stopId": "FR:76575:ZE:TCARxSTENT2:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 1693,
"time": "1775560273"
},
"departure": {
"delay": 1693,
"time": "1775560273"
},
"stopId": "FR:76540:ZE:TCARxORLET2:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 1744,
"time": "1775561344"
},
"departure": {
"delay": 1744,
"time": "1775561344"
},
"stopId": "FR:76540:ZE:TCARxSANTE2:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 1725,
"time": "1775560665"
},
"departure": {
"delay": 1725,
"time": "1775560665"
},
"stopId": "FR:76540:ZE:TCARxGARET2:ATOUMOD001",
"stopSequence": 17
}
],
"timestamp": "1775559057",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx94:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx8647:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx11496:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -11486,
"time": "1775560294"
},
"departure": {
"delay": -11486,
"time": "1775560294"
},
"stopId": "FR:76484:ZE:TCARxFERRE0:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": -11606,
"time": "1775560714"
},
"departure": {
"delay": -11606,
"time": "1775560714"
},
"stopId": "FR:76484:ZE:TCARxPOLOI2:ATOUMOD001",
"stopSequence": 31
},
{
"arrival": {
"delay": -11441,
"time": "1775560099"
},
"departure": {
"delay": -11441,
"time": "1775560099"
},
"stopId": "FR:76484:ZE:TCARxCIMJ10:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": -11606,
"time": "1775560654"
},
"departure": {
"delay": -11606,
"time": "1775560654"
},
"stopId": "FR:76484:ZE:TCARxPLPAI2:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": -11467,
"time": "1775560373"
},
"departure": {
"delay": -11467,
"time": "1775560373"
},
"stopId": "FR:76484:ZE:TCARxBIBOI0:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": -11530,
"time": "1775560910"
},
"departure": {
"delay": -11530,
"time": "1775560910"
},
"stopId": "FR:76705:ZE:TCARxTOPAR1:ATOUMOD001",
"stopSequence": 32
},
{
"arrival": {
"delay": -11408,
"time": "1775559712"
},
"departure": {
"delay": -11408,
"time": "1775559712"
},
"stopId": "FR:76575:ZE:TCARxSLOGN0:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": -11413,
"time": "1775558965"
},
"departure": {
"delay": -11413,
"time": "1775558987"
},
"stopId": "FR:76681:ZE:TCARxKERVI0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": -11478,
"time": "1775560182"
},
"departure": {
"delay": -11478,
"time": "1775560182"
},
"stopId": "FR:76484:ZE:TCARxCOMPX0:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": -11363,
"time": "1775559312"
},
"departure": {
"delay": -11363,
"time": "1775559337"
},
"stopId": "FR:76575:ZE:TCARxGAGAR0:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": -11479,
"time": "1775558741"
},
"departure": {
"delay": -11479,
"time": "1775558741"
},
"stopId": "FR:76681:ZE:TCARxPGAUL0:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -11429,
"time": "1775560231"
},
"departure": {
"delay": -11429,
"time": "1775560231"
},
"stopId": "FR:76484:ZE:TCARxPEZOL0:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": -11423,
"time": "1775559037"
},
"departure": {
"delay": -11423,
"time": "1775559037"
},
"stopId": "FR:76681:ZE:TCARxCHROU0:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": -11428,
"time": "1775558912"
},
"departure": {
"delay": -11428,
"time": "1775558912"
},
"stopId": "FR:76681:ZE:TCARxADRET1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": -11481,
"time": "1775560419"
},
"departure": {
"delay": -11481,
"time": "1775560419"
},
"stopId": "FR:76484:ZE:TCARxCIMOI0:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": -11486,
"time": "1775560054"
},
"departure": {
"delay": -11486,
"time": "1775560054"
},
"stopId": "FR:76484:ZE:TCARxCHARC0:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": -11408,
"time": "1775558787"
},
"departure": {
"delay": -11408,
"time": "1775558812"
},
"stopId": "FR:76681:ZE:TCARxRRIOT0:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -11443,
"time": "1775559857"
},
"departure": {
"delay": -11443,
"time": "1775559857"
},
"stopId": "FR:76484:ZE:TCARxCITEO0:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": -11458,
"time": "1775559662"
},
"departure": {
"delay": -11458,
"time": "1775559662"
},
"stopId": "FR:76575:ZE:TCARxPNAVA0:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": -11433,
"time": "1775559987"
},
"departure": {
"delay": -11433,
"time": "1775559987"
},
"stopId": "FR:76484:ZE:TCARxPLBEL0:ATOUMOD001",
"stopSequence": 19
},
{
"departure": {
"delay": -11488,
"time": "1775558612"
},
"stopId": "FR:76681:ZE:TCARxHDVS1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": -11448,
"time": "1775559912"
},
"departure": {
"delay": -11448,
"time": "1775559912"
},
"stopId": "FR:76484:ZE:TCARxVOSGE0:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": -11411,
"time": "1775559229"
},
"departure": {
"delay": -11411,
"time": "1775559229"
},
"stopId": "FR:76575:ZE:TCARxCOQLI0:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -11438,
"time": "1775559538"
},
"departure": {
"delay": -11438,
"time": "1775559562"
},
"stopId": "FR:76575:ZE:TCARxLANGU0:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": -11408,
"time": "1775559091"
},
"departure": {
"delay": -11408,
"time": "1775559112"
},
"stopId": "FR:76575:ZE:TCARxSTYO20:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": -11488,
"time": "1775559787"
},
"departure": {
"delay": -11488,
"time": "1775559812"
},
"stopId": "FR:76575:ZE:TCARxCHAPL0:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": -11508,
"time": "1775561052"
},
"departure": {
"delay": -11508,
"time": "1775561052"
},
"stopId": "FR:76705:ZE:TCARxTOMAN1:ATOUMOD001",
"stopSequence": 33
},
{
"arrival": {
"delay": -11546,
"time": "1775561134"
},
"stopId": "FR:76705:ZE:TCARxTOCEN:ATOUMOD001",
"stopSequence": 34
}
],
"timestamp": "1775558616",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx03:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx11496:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745204x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 142,
"time": "1775542967"
},
"departure": {
"delay": 142,
"time": "1775543002"
},
"stopId": "FR:50129:ZE:10RTU2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 73,
"time": "1775543197"
},
"departure": {
"delay": 73,
"time": "1775543233"
},
"stopId": "FR:50129:ZE:10CRC4:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 109,
"time": "1775543534"
},
"departure": {
"delay": 109,
"time": "1775543569"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 114,
"time": "1775543772"
},
"departure": {
"delay": 114,
"time": "1775543814"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 99,
"time": "1775543047"
},
"departure": {
"delay": 99,
"time": "1775543079"
},
"stopId": "FR:50129:ZE:10PFO2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 68,
"time": "1775542468"
},
"departure": {
"delay": 68,
"time": "1775542508"
},
"stopId": "FR:50129:ZE:10EGL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 102,
"time": "1775543595"
},
"departure": {
"delay": 102,
"time": "1775543622"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 47,
"time": "1775543109"
},
"departure": {
"delay": 47,
"time": "1775543147"
},
"stopId": "FR:50129:ZE:10FOR4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 68,
"time": "1775542405"
},
"departure": {
"delay": 68,
"time": "1775542448"
},
"stopId": "FR:50129:ZE:10AMO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 140,
"time": "1775543867"
},
"departure": {
"delay": 140,
"time": "1775543960"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 109,
"time": "1775543343"
},
"departure": {
"delay": 109,
"time": "1775543389"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 92,
"time": "1775542538"
},
"departure": {
"delay": 92,
"time": "1775542592"
},
"stopId": "FR:50129:ZE:10OYG2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 92,
"time": "1775544032"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 142,
"time": "1775542707"
},
"departure": {
"delay": 142,
"time": "1775542762"
},
"stopId": "FR:50129:ZE:10ANJ6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 110,
"time": "1775543435"
},
"departure": {
"delay": 110,
"time": "1775543510"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 114,
"time": "1775542614"
},
"departure": {
"delay": 114,
"time": "1775542674"
},
"stopId": "FR:50129:ZE:10PRV2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 165,
"time": "1775543708"
},
"departure": {
"delay": 165,
"time": "1775543745"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 144,
"time": "1775542788"
},
"departure": {
"delay": 144,
"time": "1775542824"
},
"stopId": "FR:50129:ZE:10BQR2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 133,
"time": "1775542893"
},
"departure": {
"delay": 133,
"time": "1775542933"
},
"stopId": "FR:50129:ZE:10BRA4:ATOUMOD035",
"stopSequence": 8
},
{
"departure": {
"delay": 94,
"time": "1775542294"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 1
}
],
"timestamp": "1775560079",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1A:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745204x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3748454x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -19,
"time": "1775540663"
},
"departure": {
"delay": -19,
"time": "1775540681"
},
"stopId": "FR:50129:ZE:10COT2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 49,
"time": "1775538876"
},
"departure": {
"delay": 49,
"time": "1775538889"
},
"stopId": "FR:50129:ZE:10SMT1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 140,
"time": "1775539311"
},
"departure": {
"delay": 140,
"time": "1775539340"
},
"stopId": "FR:50129:ZE:10LCO1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": -33,
"time": "1775540773"
},
"departure": {
"delay": -33,
"time": "1775540787"
},
"stopId": "FR:50129:ZE:10CDF2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 10,
"time": "1775540403"
},
"departure": {
"delay": 10,
"time": "1775540410"
},
"stopId": "FR:50129:ZE:10RED2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": -56,
"time": "1775540824"
},
"stopId": "FR:50129:ZE:10DIG1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 41,
"time": "1775538548"
},
"departure": {
"delay": 41,
"time": "1775538581"
},
"stopId": "FR:50129:ZE:10VIG1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 83,
"time": "1775538848"
},
"departure": {
"delay": 83,
"time": "1775538863"
},
"stopId": "FR:50129:ZE:10VAB1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 54,
"time": "1775539845"
},
"departure": {
"delay": 54,
"time": "1775540094"
},
"stopId": "FR:50129:ZE:10SHU2:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 93,
"time": "1775538596"
},
"departure": {
"delay": 93,
"time": "1775538633"
},
"stopId": "FR:50129:ZE:10CRB1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 84,
"time": "1775539210"
},
"departure": {
"delay": 84,
"time": "1775539224"
},
"stopId": "FR:50129:ZE:10POL1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": -15,
"time": "1775540556"
},
"departure": {
"delay": -15,
"time": "1775540625"
},
"stopId": "FR:50129:ZE:10SAL2:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 92,
"time": "1775538784"
},
"departure": {
"delay": 92,
"time": "1775538812"
},
"stopId": "FR:50129:ZE:10EGL6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 75,
"time": "1775538940"
},
"departure": {
"delay": 75,
"time": "1775538975"
},
"stopId": "FR:50129:ZE:10FRA1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 20,
"time": "1775539625"
},
"departure": {
"delay": 20,
"time": "1775539640"
},
"stopId": "FR:50129:ZE:10CTR1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 70,
"time": "1775538997"
},
"departure": {
"delay": 70,
"time": "1775539030"
},
"stopId": "FR:50129:ZE:10LEC1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 47,
"time": "1775540360"
},
"departure": {
"delay": 47,
"time": "1775540387"
},
"stopId": "FR:50129:ZE:10CIM2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 39,
"time": "1775539503"
},
"departure": {
"delay": 39,
"time": "1775539539"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": -14,
"time": "1775540740"
},
"departure": {
"delay": -14,
"time": "1775540746"
},
"stopId": "FR:50129:ZE:10BCP2:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 43,
"time": "1775539563"
},
"departure": {
"delay": 43,
"time": "1775539603"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": -38,
"time": "1775540646"
},
"departure": {
"delay": -38,
"time": "1775540662"
},
"stopId": "FR:50129:ZE:10PFJ2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 77,
"time": "1775538702"
},
"departure": {
"delay": 77,
"time": "1775538737"
},
"stopId": "FR:50129:ZE:10HUI3:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": -48,
"time": "1775540517"
},
"departure": {
"delay": -48,
"time": "1775540532"
},
"stopId": "FR:50129:ZE:10ROS2:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 53,
"time": "1775539754"
},
"departure": {
"delay": 53,
"time": "1775539793"
},
"stopId": "FR:50129:ZE:10PLx1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 11,
"time": "1775540276"
},
"departure": {
"delay": 11,
"time": "1775540291"
},
"stopId": "FR:50129:ZE:10FJT2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 31,
"time": "1775538473"
},
"departure": {
"delay": 31,
"time": "1775538511"
},
"stopId": "FR:50129:ZE:10DAN1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": -12,
"time": "1775540432"
},
"departure": {
"delay": -12,
"time": "1775540448"
},
"stopId": "FR:50129:ZE:10VOL2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": -5,
"time": "1775540127"
},
"departure": {
"delay": -5,
"time": "1775540155"
},
"stopId": "FR:50129:ZE:10MEN3:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": -16,
"time": "1775540470"
},
"departure": {
"delay": -16,
"time": "1775540504"
},
"stopId": "FR:50129:ZE:10SAD2:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 68,
"time": "1775539414"
},
"departure": {
"delay": 68,
"time": "1775539448"
},
"stopId": "FR:50129:ZE:10STA1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 146,
"time": "1775539166"
},
"departure": {
"delay": 146,
"time": "1775539166"
},
"stopId": "FR:50129:ZE:10LEB1:ATOUMOD035",
"stopSequence": 11
},
{
"departure": {
"delay": 44,
"time": "1775538284"
},
"stopId": "FR:50129:ZE:10ZAG1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 48,
"time": "1775539715"
},
"departure": {
"delay": 48,
"time": "1775539728"
},
"stopId": "FR:50129:ZE:10HDV1:ATOUMOD035",
"stopSequence": 18
}
],
"timestamp": "1775560079",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:05:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3748454x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC596637:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -37,
"time": "1775560823"
},
"departure": {
"delay": -37,
"time": "1775560823"
},
"stopId": "FR:27229:ZE:0xCHA01:ATOUMOD004",
"stopSequence": 15
},
{
"arrival": {
"delay": -124,
"time": "1775561096"
},
"departure": {
"delay": -124,
"time": "1775561096"
},
"stopId": "FR:27229:ZE:0xCCA02:ATOUMOD004",
"stopSequence": 18
},
{
"arrival": {
"delay": 136,
"time": "1775559945"
},
"departure": {
"delay": 136,
"time": "1775559976"
},
"stopId": "FR:27229:ZE:0xPAS02:ATOUMOD004",
"stopSequence": 5
},
{
"arrival": {
"delay": 119,
"time": "1775560319"
},
"departure": {
"delay": 119,
"time": "1775560319"
},
"stopId": "FR:27229:ZE:0xFRI02:ATOUMOD004",
"stopSequence": 9
},
{
"arrival": {
"delay": 1,
"time": "1775560621"
},
"departure": {
"delay": 1,
"time": "1775560621"
},
"stopId": "FR:27229:ZE:0xHAP02:ATOUMOD004",
"stopSequence": 13
},
{
"arrival": {
"delay": 76,
"time": "1775559826"
},
"departure": {
"delay": 76,
"time": "1775559856"
},
"stopId": "FR:27229:ZE:0xKEN01:ATOUMOD004",
"stopSequence": 4
},
{
"arrival": {
"delay": -204,
"time": "1775561256"
},
"stopId": "FR:27229:ZE:0xCAM01:ATOUMOD004",
"stopSequence": 19
},
{
"arrival": {
"delay": -10,
"time": "1775560490"
},
"departure": {
"delay": -10,
"time": "1775560490"
},
"stopId": "FR:27229:ZE:0xPJJ02:ATOUMOD004",
"stopSequence": 11
},
{
"arrival": {
"delay": -37,
"time": "1775560943"
},
"departure": {
"delay": -37,
"time": "1775560943"
},
"stopId": "FR:27229:ZE:0xTAU02:ATOUMOD004",
"stopSequence": 16
},
{
"arrival": {
"delay": -59,
"time": "1775560741"
},
"departure": {
"delay": -59,
"time": "1775560741"
},
"stopId": "FR:27229:ZE:0xHOT01:ATOUMOD004",
"stopSequence": 14
},
{
"arrival": {
"delay": -127,
"time": "1775561033"
},
"departure": {
"delay": -127,
"time": "1775561033"
},
"stopId": "FR:27229:ZE:0xMFO02:ATOUMOD004",
"stopSequence": 17
},
{
"arrival": {
"delay": 132,
"time": "1775560152"
},
"departure": {
"delay": 132,
"time": "1775560152"
},
"stopId": "FR:27229:ZE:0xROR02:ATOUMOD004",
"stopSequence": 7
},
{
"arrival": {
"delay": 72,
"time": "1775560212"
},
"departure": {
"delay": 72,
"time": "1775560212"
},
"stopId": "FR:27229:ZE:0xRRE02:ATOUMOD004",
"stopSequence": 8
},
{
"arrival": {
"delay": 20,
"time": "1775560400"
},
"departure": {
"delay": 20,
"time": "1775560400"
},
"stopId": "FR:27229:ZE:0xBRI02:ATOUMOD004",
"stopSequence": 10
},
{
"arrival": {
"delay": 136,
"time": "1775560030"
},
"departure": {
"delay": 136,
"time": "1775560036"
},
"stopId": "FR:27229:ZE:0xJOL02:ATOUMOD004",
"stopSequence": 6
},
{
"arrival": {
"delay": -10,
"time": "1775560550"
},
"departure": {
"delay": -10,
"time": "1775560550"
},
"stopId": "FR:27229:ZE:0xJAU02:ATOUMOD004",
"stopSequence": 12
}
],
"timestamp": "1775560081",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD004:Line:T1:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC596637:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC602144:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 29,
"time": "1775562629"
},
"departure": {
"delay": 29,
"time": "1775562629"
},
"stopId": "FR:27229:ZE:0xPJJ02:ATOUMOD004",
"stopSequence": 3
},
{
"arrival": {
"delay": -24,
"time": "1775564076"
},
"stopId": "FR:27229:ZE:0xROS02:ATOUMOD004",
"stopSequence": 28
},
{
"departure": {
"time": "1775562600"
},
"stopId": "FR:27229:ZE:0xGAR03:ATOUMOD004",
"stopSequence": 1
},
{
"arrival": {
"delay": -22,
"time": "1775564018"
},
"departure": {
"delay": -22,
"time": "1775564018"
},
"stopId": "FR:27229:ZE:0xTAT02:ATOUMOD004",
"stopSequence": 27
},
{
"arrival": {
"delay": 39,
"time": "1775562699"
},
"departure": {
"delay": 39,
"time": "1775562699"
},
"stopId": "FR:27229:ZE:0xJAU02:ATOUMOD004",
"stopSequence": 4
},
{
"arrival": {
"delay": 7,
"time": "1775563987"
},
"departure": {
"delay": 7,
"time": "1775563987"
},
"stopId": "FR:27229:ZE:0xBOS02:ATOUMOD004",
"stopSequence": 26
},
{
"arrival": {
"delay": 19,
"time": "1775563339"
},
"departure": {
"delay": 19,
"time": "1775563339"
},
"stopId": "FR:27229:ZE:0xLOR02:ATOUMOD004",
"stopSequence": 12
},
{
"arrival": {
"delay": 56,
"time": "1775563076"
},
"departure": {
"delay": 56,
"time": "1775563076"
},
"stopId": "FR:27229:ZE:0xSAU02:ATOUMOD004",
"stopSequence": 8
},
{
"arrival": {
"delay": -3,
"time": "1775563917"
},
"departure": {
"delay": -3,
"time": "1775563917"
},
"stopId": "FR:27229:ZE:0xCLS02:ATOUMOD004",
"stopSequence": 25
},
{
"arrival": {
"delay": 33,
"time": "1775563533"
},
"departure": {
"delay": 33,
"time": "1775563533"
},
"stopId": "FR:27229:ZE:0xECH02:ATOUMOD004",
"stopSequence": 18
},
{
"arrival": {
"delay": 29,
"time": "1775563049"
},
"departure": {
"delay": 29,
"time": "1775563049"
},
"stopId": "FR:27229:ZE:0xCIN01:ATOUMOD004",
"stopSequence": 7
},
{
"arrival": {
"delay": -1,
"time": "1775563859"
},
"departure": {
"delay": -1,
"time": "1775563859"
},
"stopId": "FR:27229:ZE:0xCAS02:ATOUMOD004",
"stopSequence": 24
},
{
"arrival": {
"time": "1775563200"
},
"departure": {
"time": "1775563200"
},
"stopId": "FR:27229:ZE:0xCOT02:ATOUMOD004",
"stopSequence": 9
},
{
"arrival": {
"delay": -24,
"time": "1775563476"
},
"departure": {
"delay": -24,
"time": "1775563476"
},
"stopId": "FR:27229:ZE:0xADO02:ATOUMOD004",
"stopSequence": 17
},
{
"arrival": {
"delay": 13,
"time": "1775563453"
},
"departure": {
"delay": 13,
"time": "1775563453"
},
"stopId": "FR:27229:ZE:0xNEUBO01:ATOUMOD004",
"stopSequence": 16
},
{
"arrival": {
"delay": 17,
"time": "1775562797"
},
"departure": {
"delay": 17,
"time": "1775562797"
},
"stopId": "FR:27229:ZE:0xHAP02:ATOUMOD004",
"stopSequence": 5
},
{
"arrival": {
"delay": -24,
"time": "1775563596"
},
"departure": {
"delay": -24,
"time": "1775563596"
},
"stopId": "FR:27229:ZE:0xPAN02:ATOUMOD004",
"stopSequence": 19
},
{
"arrival": {
"delay": 20,
"time": "1775563820"
},
"departure": {
"delay": 20,
"time": "1775563820"
},
"stopId": "FR:27229:ZE:0xSAL02:ATOUMOD004",
"stopSequence": 23
},
{
"arrival": {
"delay": -24,
"time": "1775563776"
},
"departure": {
"delay": -24,
"time": "1775563776"
},
"stopId": "FR:27229:ZE:0xSAC02:ATOUMOD004",
"stopSequence": 20
},
{
"arrival": {
"delay": 35,
"time": "1775563415"
},
"departure": {
"delay": 35,
"time": "1775563415"
},
"stopId": "FR:27229:ZE:0xMAR02:ATOUMOD004",
"stopSequence": 15
},
{
"arrival": {
"time": "1775562960"
},
"departure": {
"time": "1775562960"
},
"stopId": "FR:27229:ZE:0xHOT01:ATOUMOD004",
"stopSequence": 6
}
],
"timestamp": "1775560081",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD004:Line:T10:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC602144:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx17783:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 14460,
"time": "1775557920"
},
"departure": {
"delay": 14460,
"time": "1775557920"
},
"stopId": "FR:76540:ZE:TCARxPARIS0:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 14280,
"time": "1775559180"
},
"stopId": "FR:76681:ZE:TCARxHDVS4:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 14480,
"time": "1775556380"
},
"departure": {
"delay": 14480,
"time": "1775556380"
},
"stopId": "FR:76498:ZE:TCARxNERUD1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 14400,
"time": "1775559060"
},
"departure": {
"delay": 14400,
"time": "1775559060"
},
"stopId": "FR:76681:ZE:TCARxPGAUL1:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 14520,
"time": "1775556540"
},
"departure": {
"delay": 14520,
"time": "1775556540"
},
"stopId": "FR:76498:ZE:TCARxANMAR1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 14460,
"time": "1775557860"
},
"departure": {
"delay": 14460,
"time": "1775557860"
},
"stopId": "FR:76540:ZE:TCARxREPUQ0:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 14400,
"time": "1775558820"
},
"departure": {
"delay": 14400,
"time": "1775558820"
},
"stopId": "FR:76681:ZE:TCARxADRET4:ATOUMOD001",
"stopSequence": 26
},
{
"departure": {
"delay": 14460,
"time": "1775556360"
},
"stopId": "FR:76498:ZE:TCARxTRUFB5:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 14480,
"time": "1775556500"
},
"departure": {
"delay": 14480,
"time": "1775556500"
},
"stopId": "FR:76498:ZE:TCARxPGLIS1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 14400,
"time": "1775558760"
},
"departure": {
"delay": 14400,
"time": "1775558760"
},
"stopId": "FR:76681:ZE:TCARxLABAS2:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 14400,
"time": "1775558940"
},
"departure": {
"delay": 14400,
"time": "1775558940"
},
"stopId": "FR:76681:ZE:TCARxRRIOT1:ATOUMOD001",
"stopSequence": 27
}
],
"timestamp": "1775555737",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx33:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx17783:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745208x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 123,
"time": "1775553848"
},
"departure": {
"delay": 123,
"time": "1775553903"
},
"stopId": "FR:50129:ZE:10PRV1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 140,
"time": "1775554063"
},
"departure": {
"delay": 140,
"time": "1775554100"
},
"stopId": "FR:50129:ZE:10AMO1:ATOUMOD035",
"stopSequence": 18
},
{
"departure": {
"delay": 143,
"time": "1775552543"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 237,
"time": "1775553327"
},
"departure": {
"delay": 237,
"time": "1775553357"
},
"stopId": "FR:50129:ZE:10CRC3:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 159,
"time": "1775553469"
},
"departure": {
"delay": 159,
"time": "1775553519"
},
"stopId": "FR:50129:ZE:10PFO1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 89,
"time": "1775553718"
},
"departure": {
"delay": 89,
"time": "1775553749"
},
"stopId": "FR:50129:ZE:10BQR1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 125,
"time": "1775552904"
},
"departure": {
"delay": 125,
"time": "1775552945"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 42,
"time": "1775554182"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 185,
"time": "1775552972"
},
"departure": {
"delay": 185,
"time": "1775553065"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 131,
"time": "1775553923"
},
"departure": {
"delay": 131,
"time": "1775553971"
},
"stopId": "FR:50129:ZE:10OLY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 117,
"time": "1775552657"
},
"departure": {
"delay": 117,
"time": "1775552697"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 118,
"time": "1775553632"
},
"departure": {
"delay": 118,
"time": "1775553658"
},
"stopId": "FR:50129:ZE:10BRA3:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 230,
"time": "1775553108"
},
"departure": {
"delay": 230,
"time": "1775553170"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 96,
"time": "1775553782"
},
"departure": {
"delay": 96,
"time": "1775553816"
},
"stopId": "FR:50129:ZE:10ANJ5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 146,
"time": "1775554000"
},
"departure": {
"delay": 146,
"time": "1775554046"
},
"stopId": "FR:50129:ZE:10EGL1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 120,
"time": "1775552742"
},
"departure": {
"delay": 120,
"time": "1775552760"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 126,
"time": "1775553574"
},
"departure": {
"delay": 126,
"time": "1775553606"
},
"stopId": "FR:50129:ZE:10RTU1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 113,
"time": "1775552833"
},
"departure": {
"delay": 113,
"time": "1775552873"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 192,
"time": "1775553396"
},
"departure": {
"delay": 192,
"time": "1775553432"
},
"stopId": "FR:50129:ZE:10FOR3:ATOUMOD035",
"stopSequence": 9
}
],
"timestamp": "1775560077",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1B:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745208x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD036:ServiceJourney:6009113000542208x9:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -36,
"time": "1775560778"
},
"departure": {
"delay": -36,
"time": "1775560824"
},
"stopId": "FR:14366:ZE:1200005:ATOUMOD036",
"stopSequence": 14
},
{
"arrival": {
"delay": 60,
"time": "1775560310"
},
"departure": {
"delay": 60,
"time": "1775560320"
},
"stopId": "FR:14366:ZE:5419017360637952:ATOUMOD036",
"stopSequence": 4
},
{
"departure": {
"delay": 73,
"time": "1775560093"
},
"stopId": "FR:14366:ZE:1190003:ATOUMOD036",
"stopSequence": 2
},
{
"arrival": {
"delay": 5,
"time": "1775560975"
},
"departure": {
"delay": 5,
"time": "1775560985"
},
"stopId": "FR:14366:ZE:5175611553218560:ATOUMOD036",
"stopSequence": 16
},
{
"arrival": {
"delay": -35,
"time": "1775560721"
},
"departure": {
"delay": -35,
"time": "1775560765"
},
"stopId": "FR:14366:ZE:5170005:ATOUMOD036",
"stopSequence": 13
},
{
"arrival": {
"delay": -7,
"time": "1775560656"
},
"departure": {
"delay": -7,
"time": "1775560673"
},
"stopId": "FR:14366:ZE:23030004:ATOUMOD036",
"stopSequence": 12
},
{
"arrival": {
"delay": -5,
"time": "1775561035"
},
"stopId": "FR:14366:ZE:605820044:ATOUMOD036",
"stopSequence": 17
},
{
"arrival": {
"delay": 31,
"time": "1775560581"
},
"departure": {
"delay": 31,
"time": "1775560591"
},
"stopId": "FR:14366:ZE:27000002:ATOUMOD036",
"stopSequence": 7
},
{
"arrival": {
"delay": 24,
"time": "1775560154"
},
"departure": {
"delay": 24,
"time": "1775560164"
},
"stopId": "FR:14366:ZE:35180003:ATOUMOD036",
"stopSequence": 3
},
{
"arrival": {
"delay": 3,
"time": "1775560493"
},
"departure": {
"delay": 3,
"time": "1775560503"
},
"stopId": "FR:14366:ZE:9250005:ATOUMOD036",
"stopSequence": 6
},
{
"arrival": {
"delay": -5,
"time": "1775560420"
},
"departure": {
"delay": -5,
"time": "1775560435"
},
"stopId": "FR:14366:ZE:19270005:ATOUMOD036",
"stopSequence": 5
},
{
"arrival": {
"delay": -12,
"time": "1775560887"
},
"departure": {
"delay": -12,
"time": "1775560908"
},
"stopId": "FR:14366:ZE:17230007:ATOUMOD036",
"stopSequence": 15
}
],
"timestamp": "1775560083",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD036:Line:5089173048393728:LOC",
"tripId": "ATOUMOD036:ServiceJourney:6009113000542208x9:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745231x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 322,
"time": "1775543722"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 301,
"time": "1775543846"
},
"departure": {
"delay": 301,
"time": "1775543881"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 311,
"time": "1775544104"
},
"departure": {
"delay": 311,
"time": "1775544131"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 328,
"time": "1775544409"
},
"departure": {
"delay": 328,
"time": "1775544448"
},
"stopId": "FR:50129:ZE:10CRC3:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 287,
"time": "1775545006"
},
"departure": {
"delay": 287,
"time": "1775545067"
},
"stopId": "FR:50129:ZE:10PRV1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 260,
"time": "1775545400"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 201,
"time": "1775544710"
},
"departure": {
"delay": 201,
"time": "1775544741"
},
"stopId": "FR:50129:ZE:10BRA3:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 202,
"time": "1775544815"
},
"departure": {
"delay": 202,
"time": "1775544862"
},
"stopId": "FR:50129:ZE:10BQR1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 363,
"time": "1775544250"
},
"departure": {
"delay": 363,
"time": "1775544303"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 326,
"time": "1775545256"
},
"departure": {
"delay": 326,
"time": "1775545286"
},
"stopId": "FR:50129:ZE:10AMO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 312,
"time": "1775544155"
},
"departure": {
"delay": 312,
"time": "1775544192"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 209,
"time": "1775544645"
},
"departure": {
"delay": 209,
"time": "1775544689"
},
"stopId": "FR:50129:ZE:10RTU1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 243,
"time": "1775544561"
},
"departure": {
"delay": 243,
"time": "1775544603"
},
"stopId": "FR:50129:ZE:10PFO1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 259,
"time": "1775544923"
},
"departure": {
"delay": 259,
"time": "1775544979"
},
"stopId": "FR:50129:ZE:10ANJ5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 327,
"time": "1775545107"
},
"departure": {
"delay": 327,
"time": "1775545167"
},
"stopId": "FR:50129:ZE:10OLY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 312,
"time": "1775544029"
},
"departure": {
"delay": 312,
"time": "1775544072"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 337,
"time": "1775543931"
},
"departure": {
"delay": 337,
"time": "1775543977"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 288,
"time": "1775544485"
},
"departure": {
"delay": 288,
"time": "1775544528"
},
"stopId": "FR:50129:ZE:10FOR3:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 337,
"time": "1775545187"
},
"departure": {
"delay": 337,
"time": "1775545237"
},
"stopId": "FR:50129:ZE:10EGL1:ATOUMOD035",
"stopSequence": 17
}
],
"timestamp": "1775560077",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1B:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745231x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx9515:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 12089,
"time": "1775560589"
},
"departure": {
"delay": 12089,
"time": "1775560589"
},
"stopId": "FR:76540:ZE:TCARxDUFFA0:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 12001,
"time": "1775559039"
},
"departure": {
"delay": 12001,
"time": "1775559061"
},
"stopId": "FR:76108:ZE:TCARxCEDRE0:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 11964,
"time": "1775558904"
},
"departure": {
"delay": 11964,
"time": "1775558904"
},
"stopId": "FR:76108:ZE:TCARxBGUI10:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 12180,
"time": "1775559840"
},
"departure": {
"delay": 12180,
"time": "1775559840"
},
"stopId": "FR:76540:ZE:TCARxSTNIC1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 12018,
"time": "1775558838"
},
"departure": {
"delay": 12018,
"time": "1775558838"
},
"stopId": "FR:76108:ZE:TCARxNARCI1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 12083,
"time": "1775560343"
},
"departure": {
"delay": 12083,
"time": "1775560343"
},
"stopId": "FR:76540:ZE:TCARxSEVER0:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 11956,
"time": "1775558536"
},
"departure": {
"delay": 11956,
"time": "1775558536"
},
"stopId": "FR:76377:ZE:TCARxJARDI2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 12064,
"time": "1775560504"
},
"departure": {
"delay": 12064,
"time": "1775560504"
},
"stopId": "FR:76540:ZE:TCARxMERID0:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 11977,
"time": "1775558737"
},
"departure": {
"delay": 11977,
"time": "1775558737"
},
"stopId": "FR:76108:ZE:TCARxREY0:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 12191,
"time": "1775559892"
},
"departure": {
"delay": 12191,
"time": "1775559911"
},
"stopId": "FR:76540:ZE:TCARxRREPU0:ATOUMOD001",
"stopSequence": 19
},
{
"departure": {
"delay": 11880,
"time": "1775558460"
},
"stopId": "FR:76377:ZE:TCARxRONCE1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 12136,
"time": "1775559736"
},
"departure": {
"delay": 12136,
"time": "1775559736"
},
"stopId": "FR:76540:ZE:TCARxHVR1:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 12011,
"time": "1775559291"
},
"departure": {
"delay": 12011,
"time": "1775559311"
},
"stopId": "FR:76108:ZE:TCARxVAUC10:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 12066,
"time": "1775559464"
},
"departure": {
"delay": 12066,
"time": "1775559486"
},
"stopId": "FR:76540:ZE:TCARxRICAR0:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 12124,
"time": "1775560804"
},
"departure": {
"delay": 12124,
"time": "1775560804"
},
"stopId": "FR:76498:ZE:TCARxLBRUY0:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 12027,
"time": "1775558787"
},
"departure": {
"delay": 12027,
"time": "1775558787"
},
"stopId": "FR:76108:ZE:TCARxVERDU1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 12104,
"time": "1775560244"
},
"departure": {
"delay": 12104,
"time": "1775560244"
},
"stopId": "FR:76540:ZE:TCARxLAFAY0:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 11966,
"time": "1775558666"
},
"departure": {
"delay": 11966,
"time": "1775558666"
},
"stopId": "FR:76108:ZE:TCARxROUGE0:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 12064,
"time": "1775560984"
},
"stopId": "FR:76681:ZE:TCARxDIOCH4:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": 12087,
"time": "1775560647"
},
"departure": {
"delay": 12087,
"time": "1775560647"
},
"stopId": "FR:76540:ZE:TCARxPLANT0:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 12064,
"time": "1775560204"
},
"departure": {
"delay": 12064,
"time": "1775560204"
},
"stopId": "FR:76540:ZE:TCARxCHAMP1:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 12080,
"time": "1775560400"
},
"departure": {
"delay": 12080,
"time": "1775560400"
},
"stopId": "FR:76540:ZE:TCARxPASCA0:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 12146,
"time": "1775559686"
},
"departure": {
"delay": 12146,
"time": "1775559686"
},
"stopId": "FR:76540:ZE:TCARxLYCOR0:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 12111,
"time": "1775560007"
},
"departure": {
"delay": 12111,
"time": "1775560011"
},
"stopId": "FR:76540:ZE:TCARxPCORN0:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 12131,
"time": "1775559587"
},
"departure": {
"delay": 12131,
"time": "1775559611"
},
"stopId": "FR:76540:ZE:TCARxBEAU10:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 12026,
"time": "1775559386"
},
"departure": {
"delay": 12026,
"time": "1775559386"
},
"stopId": "FR:76108:ZE:TCARxEBUIS1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 12168,
"time": "1775560728"
},
"departure": {
"delay": 12168,
"time": "1775560728"
},
"stopId": "FR:76498:ZE:TCARxSEMAR0:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 12007,
"time": "1775559127"
},
"departure": {
"delay": 12007,
"time": "1775559127"
},
"stopId": "FR:76108:ZE:TCARxDCARO0:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 11939,
"time": "1775558939"
},
"departure": {
"delay": 11939,
"time": "1775558939"
},
"stopId": "FR:76108:ZE:TCARxANDER1:ATOUMOD001",
"stopSequence": 8
}
],
"timestamp": "1775558316",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx01:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx9515:LOC"
}
}
},
{
"id": "SM:ATOUMOD036:ServiceJourney:6406884551557120x0:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 317,
"time": "1775559363"
},
"departure": {
"delay": 317,
"time": "1775559377"
},
"stopId": "FR:14648:ZE:5126953357017088:ATOUMOD036",
"stopSequence": 11
},
{
"arrival": {
"delay": 55,
"time": "1775560185"
},
"departure": {
"delay": 55,
"time": "1775560195"
},
"stopId": "FR:14654:ZE:5128666193330176:ATOUMOD036",
"stopSequence": 15
},
{
"arrival": {
"delay": -23,
"time": "1775560865"
},
"departure": {
"delay": -23,
"time": "1775560897"
},
"stopId": "FR:14654:ZE:5137300956643328:ATOUMOD036",
"stopSequence": 18
},
{
"arrival": {
"delay": 108,
"time": "1775559879"
},
"departure": {
"delay": 108,
"time": "1775559888"
},
"stopId": "FR:14431:ZE:5189836258410496:ATOUMOD036",
"stopSequence": 14
},
{
"arrival": {
"delay": 44,
"time": "1775560774"
},
"departure": {
"delay": 44,
"time": "1775560784"
},
"stopId": "FR:14654:ZE:5067873615609856:ATOUMOD036",
"stopSequence": 17
},
{
"arrival": {
"delay": -167,
"time": "1775560993"
},
"stopId": "FR:14654:ZE:5110048852279296:ATOUMOD036",
"stopSequence": 19
},
{
"arrival": {
"delay": 167,
"time": "1775559742"
},
"departure": {
"delay": 167,
"time": "1775559767"
},
"stopId": "FR:14431:ZE:6329647765651456:ATOUMOD036",
"stopSequence": 13
},
{
"arrival": {
"delay": 85,
"time": "1775560695"
},
"departure": {
"delay": 85,
"time": "1775560705"
},
"stopId": "FR:14654:ZE:5090132954710016:ATOUMOD036",
"stopSequence": 16
},
{
"arrival": {
"delay": 267,
"time": "1775559436"
},
"departure": {
"delay": 267,
"time": "1775559447"
},
"stopId": "FR:14435:ZE:4826008236589056:ATOUMOD036",
"stopSequence": 12
}
],
"timestamp": "1775559393",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD036:Line:5182404740251648:LOC",
"tripId": "ATOUMOD036:ServiceJourney:6406884551557120x0:LOC"
}
}
},
{
"id": "SM:ATOUMOD021:ServiceJourney:58:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 65,
"time": "1775542327"
},
"departure": {
"delay": 65,
"time": "1775542385"
},
"stopId": "FR:14536:ZE:26:ATOUMOD021",
"stopSequence": 9
},
{
"arrival": {
"delay": 196,
"time": "1775543228"
},
"departure": {
"delay": 196,
"time": "1775543236"
},
"stopId": "FR:14333:ZE:15:ATOUMOD021",
"stopSequence": 15
},
{
"arrival": {
"delay": 290,
"time": "1775543803"
},
"departure": {
"delay": 290,
"time": "1775543810"
},
"stopId": "FR:14333:ZE:5:ATOUMOD021",
"stopSequence": 20
},
{
"arrival": {
"delay": 55,
"time": "1775542213"
},
"departure": {
"delay": 55,
"time": "1775542255"
},
"stopId": "FR:14333:ZE:28:ATOUMOD021",
"stopSequence": 8
},
{
"arrival": {
"delay": 246,
"time": "1775543422"
},
"departure": {
"delay": 246,
"time": "1775543466"
},
"stopId": "FR:14333:ZE:11:ATOUMOD021",
"stopSequence": 17
},
{
"arrival": {
"delay": 242,
"time": "1775543533"
},
"departure": {
"delay": 242,
"time": "1775543582"
},
"stopId": "FR:14333:ZE:9:ATOUMOD021",
"stopSequence": 18
},
{
"arrival": {
"delay": 11,
"time": "1775542051"
},
"departure": {
"delay": 11,
"time": "1775542091"
},
"stopId": "FR:14333:ZE:30:ATOUMOD021",
"stopSequence": 7
},
{
"arrival": {
"delay": 173,
"time": "1775543024"
},
"departure": {
"delay": 173,
"time": "1775543033"
},
"stopId": "FR:14333:ZE:19:ATOUMOD021",
"stopSequence": 13
},
{
"arrival": {
"delay": 19,
"time": "1775542809"
},
"departure": {
"delay": 19,
"time": "1775542819"
},
"stopId": "FR:14333:ZE:21:ATOUMOD021",
"stopSequence": 12
},
{
"arrival": {
"delay": 257,
"time": "1775543837"
},
"stopId": "FR:14333:ZE:3:ATOUMOD021",
"stopSequence": 21
},
{
"arrival": {
"delay": 100,
"time": "1775542502"
},
"departure": {
"delay": 100,
"time": "1775542540"
},
"stopId": "FR:14536:ZE:24:ATOUMOD021",
"stopSequence": 10
},
{
"arrival": {
"delay": 301,
"time": "1775543685"
},
"departure": {
"delay": 301,
"time": "1775543761"
},
"stopId": "FR:14333:ZE:7:ATOUMOD021",
"stopSequence": 19
},
{
"arrival": {
"delay": 56,
"time": "1775542002"
},
"departure": {
"delay": 56,
"time": "1775542016"
},
"stopId": "FR:14333:ZE:32:ATOUMOD021",
"stopSequence": 6
},
{
"arrival": {
"delay": 85,
"time": "1775541765"
},
"departure": {
"delay": 85,
"time": "1775541805"
},
"stopId": "FR:14333:ZE:40:ATOUMOD021",
"stopSequence": 2
},
{
"arrival": {
"delay": 76,
"time": "1775541946"
},
"departure": {
"delay": 76,
"time": "1775541976"
},
"stopId": "FR:14333:ZE:34:ATOUMOD021",
"stopSequence": 5
},
{
"arrival": {
"delay": 46,
"time": "1775542706"
},
"departure": {
"delay": 46,
"time": "1775542786"
},
"stopId": "FR:14333:ZE:22:ATOUMOD021",
"stopSequence": 11
},
{
"arrival": {
"delay": 236,
"time": "1775543272"
},
"departure": {
"delay": 236,
"time": "1775543336"
},
"stopId": "FR:14333:ZE:13:ATOUMOD021",
"stopSequence": 16
},
{
"arrival": {
"delay": 75,
"time": "1775541855"
},
"departure": {
"delay": 75,
"time": "1775541855"
},
"stopId": "FR:14333:ZE:38:ATOUMOD021",
"stopSequence": 3
},
{
"arrival": {
"delay": 73,
"time": "1775541903"
},
"departure": {
"delay": 73,
"time": "1775541913"
},
"stopId": "FR:14333:ZE:36:ATOUMOD021",
"stopSequence": 4
},
{
"arrival": {
"delay": 181,
"time": "1775543060"
},
"departure": {
"delay": 181,
"time": "1775543161"
},
"stopId": "FR:14333:ZE:17:ATOUMOD021",
"stopSequence": 14
}
],
"timestamp": "1775559490",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD021:Line:A:LOC",
"tripId": "ATOUMOD021:ServiceJourney:58:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx16826:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -12608,
"time": "1775558272"
},
"departure": {
"delay": -12608,
"time": "1775558272"
},
"stopId": "FR:76599:ZE:TCARxLAVOI0:ATOUMOD001",
"stopSequence": 36
},
{
"arrival": {
"delay": -12580,
"time": "1775555840"
},
"departure": {
"delay": -12580,
"time": "1775555840"
},
"stopId": "FR:76095:ZE:TCARxBOUVE0:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": -12650,
"time": "1775558290"
},
"departure": {
"delay": -12650,
"time": "1775558290"
},
"stopId": "FR:76599:ZE:TCARxPICAU0:ATOUMOD001",
"stopSequence": 37
},
{
"arrival": {
"delay": -12645,
"time": "1775558415"
},
"departure": {
"delay": -12645,
"time": "1775558415"
},
"stopId": "FR:76599:ZE:TCARxREGLI:ATOUMOD001",
"stopSequence": 40
},
{
"arrival": {
"delay": -12666,
"time": "1775558394"
},
"departure": {
"delay": -12666,
"time": "1775558394"
},
"stopId": "FR:76599:ZE:TCARxEAUVI0:ATOUMOD001",
"stopSequence": 39
},
{
"departure": {
"delay": -12645,
"time": "1775555715"
},
"stopId": "FR:76095:ZE:TCARxCHAPI:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": -12629,
"time": "1775555791"
},
"departure": {
"delay": -12629,
"time": "1775555791"
},
"stopId": "FR:76095:ZE:TCARxGRIGN0:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -12560,
"time": "1775556016"
},
"departure": {
"delay": -12560,
"time": "1775556040"
},
"stopId": "FR:76095:ZE:TCARxCIMEB0:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": -12660,
"time": "1775558340"
},
"departure": {
"delay": -12660,
"time": "1775558340"
},
"stopId": "FR:76599:ZE:TCARxSLMAI0:ATOUMOD001",
"stopSequence": 38
},
{
"arrival": {
"delay": -12472,
"time": "1775556548"
},
"departure": {
"delay": -12472,
"time": "1775556548"
},
"stopId": "FR:76095:ZE:TCARxCVICT0:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": -12606,
"time": "1775555754"
},
"departure": {
"delay": -12606,
"time": "1775555754"
},
"stopId": "FR:76095:ZE:TCARxPOMPI0:ATOUMOD001",
"stopSequence": 2
}
],
"timestamp": "1775555717",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx20:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx16826:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx16535:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -4880,
"time": "1775562520"
},
"departure": {
"delay": -4880,
"time": "1775562520"
},
"stopId": "FR:76540:ZE:TCARxFRAMB0:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": -4888,
"time": "1775562152"
},
"departure": {
"delay": -4888,
"time": "1775562152"
},
"stopId": "FR:76216:ZE:TCARxSCHWE0:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": -4867,
"time": "1775561993"
},
"departure": {
"delay": -4867,
"time": "1775561993"
},
"stopId": "FR:76216:ZE:TCARxPASSE0:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": -4854,
"time": "1775562906"
},
"departure": {
"delay": -4854,
"time": "1775562906"
},
"stopId": "FR:76540:ZE:TCARxSVER20:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": -4914,
"time": "1775562246"
},
"departure": {
"delay": -4914,
"time": "1775562246"
},
"stopId": "FR:76216:ZE:TCARxBELLE0:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": -4918,
"time": "1775561942"
},
"departure": {
"delay": -4918,
"time": "1775561942"
},
"stopId": "FR:76216:ZE:TCARxEBLUM0:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -4890,
"time": "1775562090"
},
"departure": {
"delay": -4890,
"time": "1775562090"
},
"stopId": "FR:76216:ZE:TCARxREUDE0:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": -4890,
"time": "1775562330"
},
"departure": {
"delay": -4890,
"time": "1775562330"
},
"stopId": "FR:76540:ZE:TCARxOUEST0:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": -4880,
"time": "1775562280"
},
"departure": {
"delay": -4880,
"time": "1775562280"
},
"stopId": "FR:76540:ZE:TCARxMOISE0:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": -4890,
"time": "1775562210"
},
"departure": {
"delay": -4890,
"time": "1775562210"
},
"stopId": "FR:76216:ZE:TCARxBROUC0:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": -4830,
"time": "1775562810"
},
"departure": {
"delay": -4830,
"time": "1775562810"
},
"stopId": "FR:76540:ZE:TCARxCCUCH4:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": -4864,
"time": "1775562716"
},
"departure": {
"delay": -4864,
"time": "1775562716"
},
"stopId": "FR:76540:ZE:TCARxJREVE0:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": -4897,
"time": "1775562443"
},
"departure": {
"delay": -4897,
"time": "1775562443"
},
"stopId": "FR:76540:ZE:TCARxVOUTE0:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": -4865,
"time": "1775562055"
},
"departure": {
"delay": -4865,
"time": "1775562055"
},
"stopId": "FR:76216:ZE:TCARxR8MAI0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": -4862,
"time": "1775562178"
},
"departure": {
"delay": -4862,
"time": "1775562178"
},
"stopId": "FR:76216:ZE:TCARxCOTEA0:ATOUMOD001",
"stopSequence": 8
}
],
"timestamp": "1775557757",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx15:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx16535:LOC"
}
}
},
{
"id": "SM:ATOUMOD041:ServiceJourney:14:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 49,
"time": "1775549676"
},
"departure": {
"delay": 49,
"time": "1775549689"
},
"stopId": "FR:76057:ZE:30054:ATOUMOD041",
"stopSequence": 11
},
{
"arrival": {
"delay": -50,
"time": "1775549127"
},
"departure": {
"delay": -50,
"time": "1775549170"
},
"stopId": "FR:76057:ZE:30006:ATOUMOD041",
"stopSequence": 6
},
{
"arrival": {
"delay": 36,
"time": "1775550130"
},
"departure": {
"delay": 36,
"time": "1775550156"
},
"stopId": "FR:76743:ZE:30045:ATOUMOD041",
"stopSequence": 17
},
{
"arrival": {
"delay": 17,
"time": "1775549986"
},
"departure": {
"delay": 17,
"time": "1775550017"
},
"stopId": "FR:76057:ZE:30022:ATOUMOD041",
"stopSequence": 15
},
{
"arrival": {
"delay": 50,
"time": "1775549620"
},
"departure": {
"delay": 50,
"time": "1775549630"
},
"stopId": "FR:76057:ZE:30053:ATOUMOD041",
"stopSequence": 10
},
{
"arrival": {
"delay": 100,
"time": "1775549484"
},
"departure": {
"delay": 100,
"time": "1775549500"
},
"stopId": "FR:76057:ZE:30051:ATOUMOD041",
"stopSequence": 8
},
{
"arrival": {
"delay": 4,
"time": "1775549934"
},
"departure": {
"delay": 4,
"time": "1775549944"
},
"stopId": "FR:76057:ZE:30020:ATOUMOD041",
"stopSequence": 14
},
{
"arrival": {
"delay": 40,
"time": "1775550091"
},
"departure": {
"delay": 40,
"time": "1775550100"
},
"stopId": "FR:76743:ZE:30047:ATOUMOD041",
"stopSequence": 16
},
{
"arrival": {
"delay": 44,
"time": "1775550224"
},
"stopId": "FR:76743:ZE:30049:ATOUMOD041",
"stopSequence": 18
},
{
"arrival": {
"delay": 43,
"time": "1775549012"
},
"departure": {
"delay": 43,
"time": "1775549023"
},
"stopId": "FR:76057:ZE:30001:ATOUMOD041",
"stopSequence": 3
},
{
"arrival": {
"delay": 35,
"time": "1775549068"
},
"departure": {
"delay": 35,
"time": "1775549075"
},
"stopId": "FR:76057:ZE:30016:ATOUMOD041",
"stopSequence": 4
},
{
"arrival": {
"delay": 84,
"time": "1775549536"
},
"departure": {
"delay": 84,
"time": "1775549544"
},
"stopId": "FR:76057:ZE:30052:ATOUMOD041",
"stopSequence": 9
},
{
"departure": {
"delay": 76,
"time": "1775548876"
},
"stopId": "FR:76057:ZE:30028:ATOUMOD041",
"stopSequence": 1
},
{
"arrival": {
"delay": 68,
"time": "1775548982"
},
"departure": {
"delay": 68,
"time": "1775548988"
},
"stopId": "FR:76057:ZE:30024:ATOUMOD041",
"stopSequence": 2
},
{
"arrival": {
"delay": 48,
"time": "1775549731"
},
"departure": {
"delay": 48,
"time": "1775549748"
},
"stopId": "FR:76057:ZE:30055:ATOUMOD041",
"stopSequence": 12
},
{
"arrival": {
"time": "1775549090"
},
"departure": {
"time": "1775549100"
},
"stopId": "FR:76057:ZE:30012:ATOUMOD041",
"stopSequence": 5
},
{
"arrival": {
"delay": 23,
"time": "1775549860"
},
"departure": {
"delay": 23,
"time": "1775549903"
},
"stopId": "FR:76057:ZE:30018:ATOUMOD041",
"stopSequence": 13
},
{
"arrival": {
"delay": 107,
"time": "1775549190"
},
"departure": {
"delay": 107,
"time": "1775549387"
},
"stopId": "FR:76057:ZE:30010:ATOUMOD041",
"stopSequence": 7
}
],
"timestamp": "1775560075",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD041:Line:2:LOC",
"tripId": "ATOUMOD041:ServiceJourney:14:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4057154x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 47,
"time": "1775560907"
},
"departure": {
"delay": 47,
"time": "1775560907"
},
"stopId": "FR:76351:ZE:3798:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 42,
"time": "1775560122"
},
"departure": {
"delay": 42,
"time": "1775560122"
},
"stopId": "FR:76351:ZE:3451:ATOUMOD003",
"stopSequence": 2
},
{
"arrival": {
"time": "1775560980"
},
"departure": {
"time": "1775560980"
},
"stopId": "FR:76351:ZE:3539:ATOUMOD003",
"stopSequence": 14
},
{
"departure": {
"time": "1775560080"
},
"stopId": "FR:76351:ZE:3716:ATOUMOD003",
"stopSequence": 1
},
{
"arrival": {
"time": "1775560440"
},
"departure": {
"time": "1775560440"
},
"stopId": "FR:76351:ZE:3598:ATOUMOD003",
"stopSequence": 6
},
{
"arrival": {
"delay": 11,
"time": "1775561171"
},
"departure": {
"delay": 11,
"time": "1775561171"
},
"stopId": "FR:76351:ZE:4996:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": 8,
"time": "1775560328"
},
"departure": {
"delay": 8,
"time": "1775560328"
},
"stopId": "FR:76351:ZE:3078:ATOUMOD003",
"stopSequence": 4
},
{
"arrival": {
"delay": 37,
"time": "1775560237"
},
"departure": {
"delay": 37,
"time": "1775560237"
},
"stopId": "FR:76351:ZE:3622:ATOUMOD003",
"stopSequence": 3
},
{
"arrival": {
"time": "1775561700"
},
"stopId": "FR:76351:ZE:4642:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"time": "1775561400"
},
"departure": {
"time": "1775561400"
},
"stopId": "FR:76351:ZE:4582:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": 23,
"time": "1775560643"
},
"departure": {
"delay": 23,
"time": "1775560643"
},
"stopId": "FR:76351:ZE:3397:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": 48,
"time": "1775561028"
},
"departure": {
"delay": 48,
"time": "1775561028"
},
"stopId": "FR:76351:ZE:4607:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 17,
"time": "1775561297"
},
"departure": {
"delay": 17,
"time": "1775561297"
},
"stopId": "FR:76351:ZE:3030:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": 35,
"time": "1775560715"
},
"departure": {
"delay": 35,
"time": "1775560715"
},
"stopId": "FR:76351:ZE:4601:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": 2,
"time": "1775560862"
},
"departure": {
"delay": 2,
"time": "1775560862"
},
"stopId": "FR:76351:ZE:4476:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"time": "1775561220"
},
"departure": {
"time": "1775561220"
},
"stopId": "FR:76351:ZE:3241:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 43,
"time": "1775560363"
},
"departure": {
"delay": 43,
"time": "1775560363"
},
"stopId": "FR:76351:ZE:3315:ATOUMOD003",
"stopSequence": 5
},
{
"arrival": {
"delay": 28,
"time": "1775560588"
},
"departure": {
"delay": 28,
"time": "1775560588"
},
"stopId": "FR:76351:ZE:3277:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": 32,
"time": "1775560772"
},
"departure": {
"delay": 32,
"time": "1775560772"
},
"stopId": "FR:76351:ZE:3565:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"time": "1775561100"
},
"departure": {
"time": "1775561100"
},
"stopId": "FR:76351:ZE:3659:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"time": "1775561340"
},
"departure": {
"time": "1775561340"
},
"stopId": "FR:76351:ZE:3530:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": 34,
"time": "1775560534"
},
"departure": {
"delay": 34,
"time": "1775560534"
},
"stopId": "FR:76351:ZE:4554:ATOUMOD003",
"stopSequence": 7
}
],
"timestamp": "1775559989",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C8:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4057154x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx16518:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 10131,
"time": "1775560071"
},
"departure": {
"delay": 10131,
"time": "1775560071"
},
"stopId": "FR:76216:ZE:TCARxBELLE0:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 10117,
"time": "1775560297"
},
"departure": {
"delay": 10117,
"time": "1775560297"
},
"stopId": "FR:76540:ZE:TCARxVOUTE0:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 10078,
"time": "1775560198"
},
"departure": {
"delay": 10078,
"time": "1775560198"
},
"stopId": "FR:76540:ZE:TCARxOUEST0:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 10050,
"time": "1775561670"
},
"departure": {
"delay": 10050,
"time": "1775561670"
},
"stopId": "FR:76103:ZE:TCARxRSEIN0:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 10049,
"time": "1775561729"
},
"departure": {
"delay": 10049,
"time": "1775561729"
},
"stopId": "FR:76005:ZE:TCARxPASSA0:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 10078,
"time": "1775560018"
},
"departure": {
"delay": 10078,
"time": "1775560018"
},
"stopId": "FR:76216:ZE:TCARxBROUC0:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 9968,
"time": "1775559668"
},
"departure": {
"delay": 9968,
"time": "1775559668"
},
"stopId": "FR:76216:ZE:TCARxPASSE0:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 10024,
"time": "1775561764"
},
"departure": {
"delay": 10024,
"time": "1775561764"
},
"stopId": "FR:76005:ZE:TCARxSGRES0:ATOUMOD001",
"stopSequence": 29
},
{
"departure": {
"delay": 9863,
"time": "1775559443"
},
"stopId": "FR:76216:ZE:TCARxJVERN:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 10018,
"time": "1775561518"
},
"departure": {
"delay": 10018,
"time": "1775561518"
},
"stopId": "FR:76540:ZE:TCARxPAUL30:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 9992,
"time": "1775560712"
},
"departure": {
"delay": 9992,
"time": "1775560712"
},
"stopId": "FR:76540:ZE:TCARxBARTS0:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 10068,
"time": "1775559948"
},
"departure": {
"delay": 10068,
"time": "1775559948"
},
"stopId": "FR:76216:ZE:TCARxCOTEA0:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 10065,
"time": "1775561925"
},
"departure": {
"delay": 10065,
"time": "1775561925"
},
"stopId": "FR:76005:ZE:TCARxGPHIL0:ATOUMOD001",
"stopSequence": 31
},
{
"arrival": {
"delay": 9955,
"time": "1775559595"
},
"departure": {
"delay": 9955,
"time": "1775559595"
},
"stopId": "FR:76216:ZE:TCARxEBLUM0:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 10022,
"time": "1775560682"
},
"departure": {
"delay": 10022,
"time": "1775560682"
},
"stopId": "FR:76540:ZE:TCARxSVER20:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 10031,
"time": "1775561831"
},
"departure": {
"delay": 10031,
"time": "1775561831"
},
"stopId": "FR:76005:ZE:TCARxLEVAL0:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": 10042,
"time": "1775559922"
},
"departure": {
"delay": 10042,
"time": "1775559922"
},
"stopId": "FR:76216:ZE:TCARxSCHWE0:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 9895,
"time": "1775559535"
},
"departure": {
"delay": 9895,
"time": "1775559535"
},
"stopId": "FR:76216:ZE:TCARxSPAUL1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 10123,
"time": "1775560123"
},
"departure": {
"delay": 10123,
"time": "1775560123"
},
"stopId": "FR:76540:ZE:TCARxMOISE0:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 10027,
"time": "1775562067"
},
"departure": {
"delay": 10027,
"time": "1775562067"
},
"stopId": "FR:76005:ZE:TCARxLEMAI0:ATOUMOD001",
"stopSequence": 34
},
{
"arrival": {
"delay": 10017,
"time": "1775559777"
},
"departure": {
"delay": 10017,
"time": "1775559777"
},
"stopId": "FR:76216:ZE:TCARxR8MAI0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 10056,
"time": "1775560536"
},
"departure": {
"delay": 10056,
"time": "1775560536"
},
"stopId": "FR:76540:ZE:TCARxJREVE0:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 10018,
"time": "1775562358"
},
"stopId": "FR:76005:ZE:TCARxGRVAL:ATOUMOD001",
"stopSequence": 36
},
{
"arrival": {
"delay": 10064,
"time": "1775560364"
},
"departure": {
"delay": 10064,
"time": "1775560364"
},
"stopId": "FR:76540:ZE:TCARxFRAMB0:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 10020,
"time": "1775561160"
},
"departure": {
"delay": 10020,
"time": "1775561160"
},
"stopId": "FR:76540:ZE:TCARxSTVIV1:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 9958,
"time": "1775561338"
},
"departure": {
"delay": 9958,
"time": "1775561338"
},
"stopId": "FR:76540:ZE:TCARxMARTA4:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 10007,
"time": "1775559827"
},
"departure": {
"delay": 10007,
"time": "1775559827"
},
"stopId": "FR:76216:ZE:TCARxREUDE0:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 10004,
"time": "1775561264"
},
"departure": {
"delay": 10004,
"time": "1775561264"
},
"stopId": "FR:76540:ZE:TCARxBECQU0:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 10018,
"time": "1775561638"
},
"departure": {
"delay": 10018,
"time": "1775561638"
},
"stopId": "FR:76103:ZE:TCARxEAUPL0:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 10018,
"time": "1775562178"
},
"departure": {
"delay": 10018,
"time": "1775562178"
},
"stopId": "FR:76005:ZE:TCARxVALPE0:ATOUMOD001",
"stopSequence": 35
},
{
"arrival": {
"delay": 10059,
"time": "1775560479"
},
"departure": {
"delay": 10059,
"time": "1775560479"
},
"stopId": "FR:76540:ZE:TCARxCOULO0:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 10018,
"time": "1775560618"
},
"departure": {
"delay": 10018,
"time": "1775560618"
},
"stopId": "FR:76540:ZE:TCARxCCUCH4:ATOUMOD001",
"stopSequence": 17
}
],
"timestamp": "1775559456",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx15:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx16518:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3747837x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -19,
"time": "1775538624"
},
"departure": {
"delay": -19,
"time": "1775538641"
},
"stopId": "FR:50129:ZE:10BOS2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 68,
"time": "1775538401"
},
"departure": {
"delay": 68,
"time": "1775538428"
},
"stopId": "FR:50129:ZE:10RUC2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 37,
"time": "1775537882"
},
"departure": {
"delay": 37,
"time": "1775537917"
},
"stopId": "FR:50129:ZE:10DEB2:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": -49,
"time": "1775539165"
},
"departure": {
"delay": -49,
"time": "1775539211"
},
"stopId": "FR:50129:ZE:10HDV1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 10,
"time": "1775538338"
},
"departure": {
"delay": 10,
"time": "1775538370"
},
"stopId": "FR:50129:ZE:10BSJ2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": -67,
"time": "1775538670"
},
"departure": {
"delay": -67,
"time": "1775538713"
},
"stopId": "FR:50129:ZE:10JAR2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 11,
"time": "1775538992"
},
"departure": {
"delay": 11,
"time": "1775539031"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": -175,
"time": "1775539325"
},
"stopId": "FR:50129:ZE:10SHU2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": -10,
"time": "1775537712"
},
"departure": {
"delay": -10,
"time": "1775537750"
},
"stopId": "FR:50129:ZE:10LOG2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 21,
"time": "1775538279"
},
"departure": {
"delay": 21,
"time": "1775538321"
},
"stopId": "FR:50129:ZE:10MTT2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 83,
"time": "1775537972"
},
"departure": {
"delay": 83,
"time": "1775538083"
},
"stopId": "FR:50129:ZE:10CSM2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": -52,
"time": "1775539249"
},
"departure": {
"delay": -52,
"time": "1775539268"
},
"stopId": "FR:50129:ZE:10PLx1:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 31,
"time": "1775537781"
},
"departure": {
"delay": 31,
"time": "1775537791"
},
"stopId": "FR:50129:ZE:10REN2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": -37,
"time": "1775539075"
},
"departure": {
"delay": -37,
"time": "1775539103"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 22
},
{
"departure": {
"delay": 21,
"time": "1775537421"
},
"stopId": "FR:50129:ZE:10MXR2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 13,
"time": "1775537628"
},
"departure": {
"delay": 13,
"time": "1775537653"
},
"stopId": "FR:50129:ZE:10GNT2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": -22,
"time": "1775537469"
},
"departure": {
"delay": -22,
"time": "1775537498"
},
"stopId": "FR:50129:ZE:10CEN2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": -22,
"time": "1775538551"
},
"departure": {
"delay": -22,
"time": "1775538578"
},
"stopId": "FR:50129:ZE:10ODR2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 30,
"time": "1775537807"
},
"departure": {
"delay": 30,
"time": "1775537850"
},
"stopId": "FR:50129:ZE:10CUR2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 41,
"time": "1775538883"
},
"departure": {
"delay": 41,
"time": "1775538941"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 19,
"time": "1775538210"
},
"departure": {
"delay": 19,
"time": "1775538259"
},
"stopId": "FR:50129:ZE:10SEX2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 34,
"time": "1775537561"
},
"departure": {
"delay": 34,
"time": "1775537614"
},
"stopId": "FR:50129:ZE:10BOC2:ATOUMOD035",
"stopSequence": 3
}
],
"timestamp": "1775560073",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:04:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3747837x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3747519x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 51,
"time": "1775531271"
},
"stopId": "FR:50129:ZE:10PIS1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": -4,
"time": "1775533316"
},
"stopId": "FR:50129:ZE:10ZFO1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 30,
"time": "1775531533"
},
"departure": {
"delay": 30,
"time": "1775531550"
},
"stopId": "FR:50129:ZE:10EUR2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": -5,
"time": "1775533182"
},
"departure": {
"delay": -5,
"time": "1775533195"
},
"stopId": "FR:50129:ZE:10PFO3:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 39,
"time": "1775531725"
},
"departure": {
"delay": 39,
"time": "1775531739"
},
"stopId": "FR:50129:ZE:10LMW1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 10,
"time": "1775532472"
},
"departure": {
"delay": 10,
"time": "1775532490"
},
"stopId": "FR:50129:ZE:10CRN2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 14,
"time": "1775531401"
},
"departure": {
"delay": 14,
"time": "1775531414"
},
"stopId": "FR:50129:ZE:10LMQ2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 12,
"time": "1775531639"
},
"departure": {
"delay": 12,
"time": "1775531652"
},
"stopId": "FR:50129:ZE:10CLO2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 1,
"time": "1775531809"
},
"departure": {
"delay": 1,
"time": "1775531821"
},
"stopId": "FR:50129:ZE:10MLL4:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 68,
"time": "1775532379"
},
"departure": {
"delay": 68,
"time": "1775532428"
},
"stopId": "FR:50129:ZE:10PLA4:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 23,
"time": "1775533026"
},
"departure": {
"delay": 23,
"time": "1775533043"
},
"stopId": "FR:50129:ZE:10UNI1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 5,
"time": "1775531567"
},
"departure": {
"delay": 5,
"time": "1775531585"
},
"stopId": "FR:50129:ZE:10ILO2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 24,
"time": "1775532967"
},
"departure": {
"delay": 24,
"time": "1775532984"
},
"stopId": "FR:50129:ZE:10AIG1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 71,
"time": "1775532626"
},
"departure": {
"delay": 71,
"time": "1775532671"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 60,
"time": "1775532231"
},
"departure": {
"delay": 60,
"time": "1775532240"
},
"stopId": "FR:50129:ZE:10CCI2:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 21,
"time": "1775531449"
},
"departure": {
"delay": 21,
"time": "1775531481"
},
"stopId": "FR:50129:ZE:10COD2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": -6,
"time": "1775533063"
},
"departure": {
"delay": -6,
"time": "1775533074"
},
"stopId": "FR:50129:ZE:10IUT1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 56,
"time": "1775532288"
},
"departure": {
"delay": 56,
"time": "1775532296"
},
"stopId": "FR:50129:ZE:10CIT2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 26,
"time": "1775532717"
},
"departure": {
"delay": 26,
"time": "1775532746"
},
"stopId": "FR:50129:ZE:10MEN3:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 11,
"time": "1775533261"
},
"departure": {
"delay": 11,
"time": "1775533271"
},
"stopId": "FR:50129:ZE:10VDT1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 89,
"time": "1775531905"
},
"departure": {
"delay": 89,
"time": "1775532029"
},
"stopId": "FR:50129:ZE:10GMA3:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": -9,
"time": "1775531379"
},
"departure": {
"delay": -9,
"time": "1775531391"
},
"stopId": "FR:50129:ZE:10CRD2:ATOUMOD035",
"stopSequence": 2
}
],
"timestamp": "1775560079",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:08:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3747519x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD005:ServiceJourney:1063:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775581380"
},
"departure": {
"time": "1775581380"
},
"stopId": "FR:76217:ZE:18321:ATOUMOD005",
"stopSequence": 2
},
{
"arrival": {
"time": "1775581680"
},
"departure": {
"time": "1775581680"
},
"stopId": "FR:76217:ZE:18323:ATOUMOD005",
"stopSequence": 4
},
{
"arrival": {
"time": "1775581860"
},
"departure": {
"time": "1775581860"
},
"stopId": "FR:76217:ZE:18028:ATOUMOD005",
"stopSequence": 6
},
{
"arrival": {
"time": "1775582160"
},
"departure": {
"time": "1775582160"
},
"stopId": "FR:76217:ZE:18033:ATOUMOD005",
"stopSequence": 11
},
{
"arrival": {
"time": "1775582520"
},
"departure": {
"time": "1775582520"
},
"stopId": "FR:76217:ZE:18044:ATOUMOD005",
"stopSequence": 15
},
{
"arrival": {
"time": "1775581800"
},
"departure": {
"time": "1775581800"
},
"stopId": "FR:76217:ZE:18080:ATOUMOD005",
"stopSequence": 5
},
{
"arrival": {
"time": "1775582400"
},
"departure": {
"time": "1775582400"
},
"stopId": "FR:76217:ZE:18243:ATOUMOD005",
"stopSequence": 14
},
{
"departure": {
"time": "1775581320"
},
"stopId": "FR:76217:ZE:18042:ATOUMOD005",
"stopSequence": 1
},
{
"arrival": {
"delay": 5,
"time": "1775581985"
},
"departure": {
"delay": 5,
"time": "1775581985"
},
"stopId": "FR:76217:ZE:18802:ATOUMOD005",
"stopSequence": 8
},
{
"arrival": {
"time": "1775582880"
},
"stopId": "FR:76217:ZE:18088:ATOUMOD005",
"stopSequence": 19
},
{
"arrival": {
"time": "1775582640"
},
"departure": {
"time": "1775582640"
},
"stopId": "FR:76217:ZE:18029:ATOUMOD005",
"stopSequence": 16
},
{
"arrival": {
"time": "1775582700"
},
"departure": {
"time": "1775582700"
},
"stopId": "FR:76217:ZE:18060:ATOUMOD005",
"stopSequence": 17
},
{
"arrival": {
"time": "1775581560"
},
"departure": {
"time": "1775581560"
},
"stopId": "FR:76217:ZE:18023:ATOUMOD005",
"stopSequence": 3
},
{
"arrival": {
"time": "1775581980"
},
"departure": {
"time": "1775581980"
},
"stopId": "FR:76217:ZE:18036:ATOUMOD005",
"stopSequence": 7
},
{
"arrival": {
"time": "1775582040"
},
"departure": {
"time": "1775582040"
},
"stopId": "FR:76217:ZE:18051:ATOUMOD005",
"stopSequence": 9
},
{
"arrival": {
"time": "1775582280"
},
"departure": {
"time": "1775582280"
},
"stopId": "FR:76217:ZE:18800:ATOUMOD005",
"stopSequence": 13
},
{
"arrival": {
"time": "1775582100"
},
"departure": {
"time": "1775582100"
},
"stopId": "FR:76217:ZE:18092:ATOUMOD005",
"stopSequence": 10
},
{
"arrival": {
"time": "1775582220"
},
"departure": {
"time": "1775582220"
},
"stopId": "FR:76217:ZE:18244:ATOUMOD005",
"stopSequence": 12
},
{
"arrival": {
"time": "1775582760"
},
"departure": {
"time": "1775582760"
},
"stopId": "FR:76217:ZE:18055:ATOUMOD005",
"stopSequence": 18
}
],
"timestamp": "1775560066",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD005:Line:3:LOC",
"tripId": "ATOUMOD005:ServiceJourney:1063:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4057457x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -3,
"time": "1775559657"
},
"departure": {
"delay": -3,
"time": "1775559657"
},
"stopId": "FR:76447:ZE:4509:ATOUMOD003",
"stopSequence": 40
},
{
"departure": {
"delay": -2,
"time": "1775559538"
},
"stopId": "FR:76447:ZE:3123:ATOUMOD003",
"stopSequence": 37
},
{
"arrival": {
"delay": -81,
"time": "1775560119"
},
"departure": {
"delay": -81,
"time": "1775560119"
},
"stopId": "FR:76351:ZE:4503:ATOUMOD003",
"stopSequence": 47
},
{
"arrival": {
"delay": -49,
"time": "1775560271"
},
"departure": {
"delay": -49,
"time": "1775560271"
},
"stopId": "FR:76351:ZE:3802:ATOUMOD003",
"stopSequence": 50
},
{
"departure": {
"delay": -59,
"time": "1775559841"
},
"stopId": "FR:76270:ZE:3248:ATOUMOD003",
"stopSequence": 43
},
{
"departure": {
"delay": 9,
"time": "1775559489"
},
"stopId": "FR:76447:ZE:3067:ATOUMOD003",
"stopSequence": 36
},
{
"departure": {
"delay": 42,
"time": "1775559582"
},
"stopId": "FR:76447:ZE:3516:ATOUMOD003",
"stopSequence": 38
},
{
"departure": {
"delay": 6,
"time": "1775559906"
},
"stopId": "FR:76270:ZE:3429:ATOUMOD003",
"stopSequence": 44
},
{
"arrival": {
"delay": -77,
"time": "1775560483"
},
"departure": {
"delay": -77,
"time": "1775560483"
},
"stopId": "FR:76351:ZE:4576:ATOUMOD003",
"stopSequence": 54
},
{
"arrival": {
"delay": -67,
"time": "1775560373"
},
"departure": {
"delay": -67,
"time": "1775560373"
},
"stopId": "FR:76351:ZE:4578:ATOUMOD003",
"stopSequence": 51
},
{
"departure": {
"delay": 17,
"time": "1775559617"
},
"stopId": "FR:76447:ZE:3239:ATOUMOD003",
"stopSequence": 39
},
{
"arrival": {
"delay": -106,
"time": "1775560454"
},
"departure": {
"delay": -106,
"time": "1775560454"
},
"stopId": "FR:76351:ZE:3361:ATOUMOD003",
"stopSequence": 53
},
{
"arrival": {
"delay": -106,
"time": "1775560214"
},
"departure": {
"delay": -106,
"time": "1775560214"
},
"stopId": "FR:76351:ZE:3717:ATOUMOD003",
"stopSequence": 49
},
{
"arrival": {
"delay": -76,
"time": "1775560424"
},
"departure": {
"delay": -76,
"time": "1775560424"
},
"stopId": "FR:76351:ZE:3870:ATOUMOD003",
"stopSequence": 52
},
{
"departure": {
"delay": -31,
"time": "1775559809"
},
"stopId": "FR:76270:ZE:3354:ATOUMOD003",
"stopSequence": 42
},
{
"arrival": {
"delay": -106,
"time": "1775560574"
},
"stopId": "FR:76481:ZE:5250:ATOUMOD003",
"stopSequence": 55
},
{
"departure": {
"delay": -75,
"time": "1775560065"
},
"stopId": "FR:76270:ZE:4505:ATOUMOD003",
"stopSequence": 46
},
{
"departure": {
"delay": -39,
"time": "1775559681"
},
"stopId": "FR:76270:ZE:4507:ATOUMOD003",
"stopSequence": 41
},
{
"arrival": {
"delay": -92,
"time": "1775560168"
},
"departure": {
"delay": -92,
"time": "1775560168"
},
"stopId": "FR:76351:ZE:4515:ATOUMOD003",
"stopSequence": 48
},
{
"departure": {
"delay": 37,
"time": "1775559457"
},
"stopId": "FR:76447:ZE:4511:ATOUMOD003",
"stopSequence": 35
},
{
"departure": {
"delay": 21,
"time": "1775559981"
},
"stopId": "FR:76270:ZE:5199:ATOUMOD003",
"stopSequence": 45
}
],
"timestamp": "1775559619",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:10:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4057457x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD005:ServiceJourney:825:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775571540"
},
"departure": {
"time": "1775571540"
},
"stopId": "FR:76217:ZE:18816:ATOUMOD005",
"stopSequence": 3
},
{
"arrival": {
"time": "1775571420"
},
"departure": {
"time": "1775571420"
},
"stopId": "FR:76217:ZE:18088:ATOUMOD005",
"stopSequence": 2
},
{
"arrival": {
"time": "1775572140"
},
"departure": {
"time": "1775572140"
},
"stopId": "FR:76217:ZE:18029:ATOUMOD005",
"stopSequence": 8
},
{
"arrival": {
"time": "1775571780"
},
"departure": {
"time": "1775571780"
},
"stopId": "FR:76217:ZE:18817:ATOUMOD005",
"stopSequence": 5
},
{
"arrival": {
"time": "1775572380"
},
"departure": {
"time": "1775572380"
},
"stopId": "FR:76217:ZE:18032:ATOUMOD005",
"stopSequence": 10
},
{
"arrival": {
"time": "1775571660"
},
"departure": {
"time": "1775571660"
},
"stopId": "FR:76217:ZE:18821:ATOUMOD005",
"stopSequence": 4
},
{
"departure": {
"time": "1775571300"
},
"stopId": "FR:76217:ZE:18055:ATOUMOD005",
"stopSequence": 1
},
{
"arrival": {
"time": "1775572620"
},
"stopId": "FR:76217:ZE:18320:ATOUMOD005",
"stopSequence": 12
},
{
"arrival": {
"time": "1775571900"
},
"departure": {
"time": "1775571900"
},
"stopId": "FR:76217:ZE:18822:ATOUMOD005",
"stopSequence": 6
},
{
"arrival": {
"time": "1775572260"
},
"departure": {
"time": "1775572260"
},
"stopId": "FR:76217:ZE:18824:ATOUMOD005",
"stopSequence": 9
},
{
"arrival": {
"time": "1775572500"
},
"departure": {
"time": "1775572500"
},
"stopId": "FR:76217:ZE:18286:ATOUMOD005",
"stopSequence": 11
},
{
"arrival": {
"time": "1775572020"
},
"departure": {
"time": "1775572020"
},
"stopId": "FR:76217:ZE:18823:ATOUMOD005",
"stopSequence": 7
}
],
"timestamp": "1775560069",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD005:Line:97:LOC",
"tripId": "ATOUMOD005:ServiceJourney:825:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2487689:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 119,
"time": "1775560679"
},
"departure": {
"delay": 119,
"time": "1775560679"
},
"stopId": "FR:27701:ZE:0x7040:ATOUMOD006",
"stopSequence": 6
},
{
"arrival": {
"delay": 110,
"time": "1775560370"
},
"departure": {
"delay": 110,
"time": "1775560370"
},
"stopId": "FR:27701:ZE:0x7047:ATOUMOD006",
"stopSequence": 2
},
{
"arrival": {
"delay": 93,
"time": "1775561493"
},
"departure": {
"delay": 93,
"time": "1775561493"
},
"stopId": "FR:27598:ZE:0x6865:ATOUMOD006",
"stopSequence": 17
},
{
"arrival": {
"delay": 119,
"time": "1775561759"
},
"departure": {
"delay": 119,
"time": "1775561759"
},
"stopId": "FR:27598:ZE:0x6858:ATOUMOD006",
"stopSequence": 22
},
{
"arrival": {
"delay": 48,
"time": "1775561868"
},
"departure": {
"delay": 48,
"time": "1775561868"
},
"stopId": "FR:27015:ZE:0x6086:ATOUMOD006",
"stopSequence": 24
},
{
"arrival": {
"delay": 70,
"time": "1775561530"
},
"departure": {
"delay": 70,
"time": "1775561530"
},
"stopId": "FR:27598:ZE:0x6862:ATOUMOD006",
"stopSequence": 18
},
{
"arrival": {
"delay": 37,
"time": "1775561377"
},
"departure": {
"delay": 37,
"time": "1775561377"
},
"stopId": "FR:27598:ZE:0x6867:ATOUMOD006",
"stopSequence": 15
},
{
"arrival": {
"delay": 71,
"time": "1775561591"
},
"departure": {
"delay": 71,
"time": "1775561591"
},
"stopId": "FR:27598:ZE:0x6860:ATOUMOD006",
"stopSequence": 19
},
{
"arrival": {
"delay": 16,
"time": "1775562256"
},
"stopId": "FR:27168:ZE:0x6138:ATOUMOD006",
"stopSequence": 28
},
{
"arrival": {
"delay": 25,
"time": "1775562085"
},
"departure": {
"delay": 25,
"time": "1775562085"
},
"stopId": "FR:27330:ZE:0x6262:ATOUMOD006",
"stopSequence": 27
},
{
"departure": {
"delay": 39,
"time": "1775560239"
},
"stopId": "FR:27701:ZE:0x7150:ATOUMOD006",
"stopSequence": 1
},
{
"arrival": {
"delay": 100,
"time": "1775561680"
},
"departure": {
"delay": 100,
"time": "1775561680"
},
"stopId": "FR:27598:ZE:0x6863:ATOUMOD006",
"stopSequence": 20
},
{
"arrival": {
"delay": 115,
"time": "1775560435"
},
"departure": {
"delay": 115,
"time": "1775560435"
},
"stopId": "FR:27701:ZE:0x7119:ATOUMOD006",
"stopSequence": 3
},
{
"arrival": {
"delay": 146,
"time": "1775561726"
},
"departure": {
"delay": 146,
"time": "1775561726"
},
"stopId": "FR:27598:ZE:0x6864:ATOUMOD006",
"stopSequence": 21
},
{
"arrival": {
"delay": 63,
"time": "1775561463"
},
"departure": {
"delay": 63,
"time": "1775561463"
},
"stopId": "FR:27598:ZE:0x6870:ATOUMOD006",
"stopSequence": 16
},
{
"arrival": {
"delay": 108,
"time": "1775561808"
},
"departure": {
"delay": 108,
"time": "1775561808"
},
"stopId": "FR:27015:ZE:0x6072:ATOUMOD006",
"stopSequence": 23
},
{
"arrival": {
"delay": 39,
"time": "1775561139"
},
"departure": {
"delay": 39,
"time": "1775561139"
},
"stopId": "FR:27537:ZE:0x6830:ATOUMOD006",
"stopSequence": 12
},
{
"arrival": {
"delay": 58,
"time": "1775560858"
},
"departure": {
"delay": 58,
"time": "1775560858"
},
"stopId": "FR:27701:ZE:0x6583:ATOUMOD006",
"stopSequence": 8
},
{
"arrival": {
"delay": -10,
"time": "1775561090"
},
"departure": {
"delay": -10,
"time": "1775561090"
},
"stopId": "FR:27537:ZE:0x6824:ATOUMOD006",
"stopSequence": 11
},
{
"arrival": {
"delay": 67,
"time": "1775560807"
},
"departure": {
"delay": 67,
"time": "1775560807"
},
"stopId": "FR:27701:ZE:0x7109:ATOUMOD006",
"stopSequence": 7
},
{
"arrival": {
"delay": 115,
"time": "1775560495"
},
"departure": {
"delay": 115,
"time": "1775560495"
},
"stopId": "FR:27701:ZE:0x7079:ATOUMOD006",
"stopSequence": 4
},
{
"arrival": {
"delay": 20,
"time": "1775561240"
},
"departure": {
"delay": 20,
"time": "1775561240"
},
"stopId": "FR:27537:ZE:0x6829:ATOUMOD006",
"stopSequence": 13
},
{
"arrival": {
"delay": 14,
"time": "1775562014"
},
"departure": {
"delay": 14,
"time": "1775562014"
},
"stopId": "FR:27015:ZE:0x6080:ATOUMOD006",
"stopSequence": 26
},
{
"arrival": {
"delay": 101,
"time": "1775560541"
},
"departure": {
"delay": 101,
"time": "1775560541"
},
"stopId": "FR:27701:ZE:0x7027:ATOUMOD006",
"stopSequence": 5
},
{
"arrival": {
"delay": 17,
"time": "1775560937"
},
"departure": {
"delay": 17,
"time": "1775560937"
},
"stopId": "FR:27701:ZE:0x7180:ATOUMOD006",
"stopSequence": 10
},
{
"arrival": {
"delay": -16,
"time": "1775560904"
},
"departure": {
"delay": -16,
"time": "1775560904"
},
"stopId": "FR:27701:ZE:0x7043:ATOUMOD006",
"stopSequence": 9
},
{
"arrival": {
"delay": 74,
"time": "1775561894"
},
"departure": {
"delay": 74,
"time": "1775561894"
},
"stopId": "FR:27015:ZE:0x6084:ATOUMOD006",
"stopSequence": 25
},
{
"arrival": {
"delay": 11,
"time": "1775561291"
},
"departure": {
"delay": 11,
"time": "1775561291"
},
"stopId": "FR:27537:ZE:0x6835:ATOUMOD006",
"stopSequence": 14
}
],
"timestamp": "1775560063",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD006:Line:8:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2487689:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745677x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 70,
"time": "1775559215"
},
"departure": {
"delay": 70,
"time": "1775559250"
},
"stopId": "FR:50129:ZE:10PET1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": -40,
"time": "1775561000"
},
"departure": {
"delay": -40,
"time": "1775561000"
},
"stopId": "FR:50129:ZE:10BAG3:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 12,
"time": "1775559471"
},
"departure": {
"delay": 12,
"time": "1775559492"
},
"stopId": "FR:50129:ZE:10ANN1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": -40,
"time": "1775561180"
},
"departure": {
"delay": -40,
"time": "1775561180"
},
"stopId": "FR:50129:ZE:10NOR5:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 26,
"time": "1775558934"
},
"departure": {
"delay": 26,
"time": "1775558966"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": -42,
"time": "1775560007"
},
"departure": {
"delay": -42,
"time": "1775560038"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 21,
"time": "1775559595"
},
"departure": {
"delay": 21,
"time": "1775559621"
},
"stopId": "FR:50129:ZE:10PAX1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 37,
"time": "1775559665"
},
"departure": {
"delay": 37,
"time": "1775559697"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": -40,
"time": "1775560820"
},
"departure": {
"delay": -40,
"time": "1775560820"
},
"stopId": "FR:50129:ZE:10XCT3:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": -46,
"time": "1775559955"
},
"departure": {
"delay": -46,
"time": "1775559974"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": -40,
"time": "1775560700"
},
"departure": {
"delay": -40,
"time": "1775560700"
},
"stopId": "FR:50129:ZE:10HPA3:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": -40,
"time": "1775560640"
},
"departure": {
"delay": -40,
"time": "1775560640"
},
"stopId": "FR:50129:ZE:10CRN1:ATOUMOD035",
"stopSequence": 25
},
{
"departure": {
"delay": 10,
"time": "1775558590"
},
"stopId": "FR:50129:ZE:10AMF1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": -40,
"time": "1775560880"
},
"departure": {
"delay": -40,
"time": "1775560880"
},
"stopId": "FR:50129:ZE:10GRR1:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": -40,
"time": "1775560340"
},
"departure": {
"delay": -40,
"time": "1775560340"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": -40,
"time": "1775561480"
},
"stopId": "FR:50129:ZE:10ECT1:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 6,
"time": "1775558809"
},
"departure": {
"delay": 6,
"time": "1775558826"
},
"stopId": "FR:50129:ZE:10FRN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": -40,
"time": "1775560460"
},
"departure": {
"delay": -40,
"time": "1775560460"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 32,
"time": "1775559553"
},
"departure": {
"delay": 32,
"time": "1775559572"
},
"stopId": "FR:50129:ZE:10CMI1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": -40,
"time": "1775561360"
},
"departure": {
"delay": -40,
"time": "1775561360"
},
"stopId": "FR:50129:ZE:10FLO1:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 74,
"time": "1775559277"
},
"departure": {
"delay": 74,
"time": "1775559314"
},
"stopId": "FR:50129:ZE:10HME1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 51,
"time": "1775559393"
},
"departure": {
"delay": 51,
"time": "1775559411"
},
"stopId": "FR:50129:ZE:10CAQ1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": -40,
"time": "1775560100"
},
"departure": {
"delay": -40,
"time": "1775560100"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 11,
"time": "1775559807"
},
"departure": {
"delay": 11,
"time": "1775559851"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": -40,
"time": "1775560220"
},
"departure": {
"delay": -40,
"time": "1775560220"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": -40,
"time": "1775561240"
},
"departure": {
"delay": -40,
"time": "1775561240"
},
"stopId": "FR:50129:ZE:10GDR1:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 29,
"time": "1775558772"
},
"departure": {
"delay": 29,
"time": "1775558789"
},
"stopId": "FR:50129:ZE:10BOI1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 11,
"time": "1775558671"
},
"departure": {
"delay": 11,
"time": "1775558711"
},
"stopId": "FR:50129:ZE:10MES1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 67,
"time": "1775559059"
},
"departure": {
"delay": 67,
"time": "1775559067"
},
"stopId": "FR:50129:ZE:10EPC1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": -20,
"time": "1775559893"
},
"departure": {
"delay": -20,
"time": "1775559940"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": -40,
"time": "1775561060"
},
"departure": {
"delay": -40,
"time": "1775561060"
},
"stopId": "FR:50129:ZE:10MED3:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": -40,
"time": "1775561300"
},
"departure": {
"delay": -40,
"time": "1775561300"
},
"stopId": "FR:50129:ZE:10LPL1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 43,
"time": "1775559124"
},
"departure": {
"delay": 43,
"time": "1775559163"
},
"stopId": "FR:50129:ZE:10DIX1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": -6,
"time": "1775558735"
},
"departure": {
"delay": -6,
"time": "1775558754"
},
"stopId": "FR:50129:ZE:10MOR1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 23,
"time": "1775559720"
},
"departure": {
"delay": 23,
"time": "1775559743"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 16
}
],
"timestamp": "1775560079",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:02:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745677x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC596634:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 172,
"time": "1775560072"
},
"stopId": "FR:27229:ZE:0xCAM01:ATOUMOD004",
"stopSequence": 1
},
{
"arrival": {
"delay": 159,
"time": "1775560659"
},
"departure": {
"delay": 159,
"time": "1775560659"
},
"stopId": "FR:27229:ZE:0xTAU01:ATOUMOD004",
"stopSequence": 5
},
{
"arrival": {
"delay": 172,
"time": "1775560552"
},
"departure": {
"delay": 172,
"time": "1775560552"
},
"stopId": "FR:27229:ZE:0xMFO01:ATOUMOD004",
"stopSequence": 4
},
{
"arrival": {
"delay": 60,
"time": "1775561040"
},
"departure": {
"delay": 60,
"time": "1775561040"
},
"stopId": "FR:27229:ZE:0xGAR01:ATOUMOD004",
"stopSequence": 12
},
{
"arrival": {
"delay": 2,
"time": "1775561702"
},
"departure": {
"delay": 2,
"time": "1775561702"
},
"stopId": "FR:27229:ZE:0xRUG02:ATOUMOD004",
"stopSequence": 21
},
{
"arrival": {
"delay": 13,
"time": "1775561473"
},
"departure": {
"delay": 13,
"time": "1775561473"
},
"stopId": "FR:27229:ZE:0xJOL01:ATOUMOD004",
"stopSequence": 17
},
{
"arrival": {
"delay": 49,
"time": "1775561389"
},
"departure": {
"delay": 49,
"time": "1775561389"
},
"stopId": "FR:27229:ZE:0xROR01:ATOUMOD004",
"stopSequence": 16
},
{
"arrival": {
"delay": 21,
"time": "1775561301"
},
"departure": {
"delay": 21,
"time": "1775561301"
},
"stopId": "FR:27229:ZE:0xRRE01:ATOUMOD004",
"stopSequence": 15
},
{
"arrival": {
"delay": 159,
"time": "1775560779"
},
"departure": {
"delay": 159,
"time": "1775560779"
},
"stopId": "FR:27229:ZE:0xVED01:ATOUMOD004",
"stopSequence": 7
},
{
"arrival": {
"delay": 7,
"time": "1775561527"
},
"departure": {
"delay": 7,
"time": "1775561527"
},
"stopId": "FR:27229:ZE:0xPAS01:ATOUMOD004",
"stopSequence": 18
},
{
"arrival": {
"delay": 172,
"time": "1775560252"
},
"departure": {
"delay": 172,
"time": "1775560252"
},
"stopId": "FR:27451:ZE:0xPVE01:ATOUMOD004",
"stopSequence": 2
},
{
"arrival": {
"delay": 120,
"time": "1775560980"
},
"departure": {
"delay": 120,
"time": "1775560980"
},
"stopId": "FR:27229:ZE:0xJAU01:ATOUMOD004",
"stopSequence": 11
},
{
"arrival": {
"delay": 6,
"time": "1775561586"
},
"departure": {
"delay": 6,
"time": "1775561586"
},
"stopId": "FR:27229:ZE:0xKEN04:ATOUMOD004",
"stopSequence": 19
},
{
"arrival": {
"delay": 210,
"time": "1775560830"
},
"departure": {
"delay": 210,
"time": "1775560830"
},
"stopId": "FR:27229:ZE:0xHAP01:ATOUMOD004",
"stopSequence": 10
},
{
"arrival": {
"delay": -8,
"time": "1775561752"
},
"stopId": "FR:27229:ZE:0xMOL02:ATOUMOD004",
"stopSequence": 22
},
{
"arrival": {
"delay": 102,
"time": "1775561142"
},
"departure": {
"delay": 102,
"time": "1775561142"
},
"stopId": "FR:27229:ZE:0xBRI01:ATOUMOD004",
"stopSequence": 13
},
{
"arrival": {
"delay": 202,
"time": "1775560462"
},
"departure": {
"delay": 202,
"time": "1775560462"
},
"stopId": "FR:27229:ZE:0xCCA01:ATOUMOD004",
"stopSequence": 3
},
{
"arrival": {
"delay": 159,
"time": "1775560719"
},
"departure": {
"delay": 159,
"time": "1775560719"
},
"stopId": "FR:27229:ZE:0xARC01:ATOUMOD004",
"stopSequence": 6
},
{
"arrival": {
"delay": 61,
"time": "1775561221"
},
"departure": {
"delay": 61,
"time": "1775561221"
},
"stopId": "FR:27229:ZE:0xFRI01:ATOUMOD004",
"stopSequence": 14
},
{
"arrival": {
"delay": 5,
"time": "1775561645"
},
"departure": {
"delay": 5,
"time": "1775561645"
},
"stopId": "FR:27229:ZE:0xVOL02:ATOUMOD004",
"stopSequence": 20
}
],
"timestamp": "1775560081",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD004:Line:T1:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC596634:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4056474x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 8,
"time": "1775559488"
},
"stopId": "FR:76351:ZE:3404:ATOUMOD003",
"stopSequence": 24
},
{
"departure": {
"delay": -70,
"time": "1775559590"
},
"stopId": "FR:76351:ZE:3436:ATOUMOD003",
"stopSequence": 26
},
{
"arrival": {
"delay": -70,
"time": "1775559710"
},
"stopId": "FR:76351:ZE:3639:ATOUMOD003",
"stopSequence": 27
},
{
"arrival": {
"delay": -17,
"time": "1775559523"
},
"departure": {
"delay": -17,
"time": "1775559523"
},
"stopId": "FR:76351:ZE:3670:ATOUMOD003",
"stopSequence": 25
}
],
"timestamp": "1775559490",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C2:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4056474x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745711x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -12,
"time": "1775533631"
},
"departure": {
"delay": -12,
"time": "1775533668"
},
"stopId": "FR:50129:ZE:10NOR6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 70,
"time": "1775534946"
},
"departure": {
"delay": 70,
"time": "1775535010"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 128,
"time": "1775535576"
},
"departure": {
"delay": 128,
"time": "1775535608"
},
"stopId": "FR:50129:ZE:10CAQ2:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 66,
"time": "1775536189"
},
"departure": {
"delay": 66,
"time": "1775536206"
},
"stopId": "FR:50129:ZE:10MOR2:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": -25,
"time": "1775533783"
},
"departure": {
"delay": -25,
"time": "1775533835"
},
"stopId": "FR:50129:ZE:10BAG4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 73,
"time": "1775535716"
},
"departure": {
"delay": 73,
"time": "1775535733"
},
"stopId": "FR:50129:ZE:10PET2:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 24,
"time": "1775534632"
},
"departure": {
"delay": 24,
"time": "1775534664"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 136,
"time": "1775535420"
},
"departure": {
"delay": 136,
"time": "1775535436"
},
"stopId": "FR:50129:ZE:10CMI2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 101,
"time": "1775535308"
},
"departure": {
"delay": 101,
"time": "1775535341"
},
"stopId": "FR:50129:ZE:10TRA3:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 105,
"time": "1775535389"
},
"departure": {
"delay": 105,
"time": "1775535405"
},
"stopId": "FR:50129:ZE:10PAX2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 165,
"time": "1775535992"
},
"departure": {
"delay": 165,
"time": "1775536005"
},
"stopId": "FR:50129:ZE:10EPC2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 157,
"time": "1775535787"
},
"departure": {
"delay": 157,
"time": "1775535937"
},
"stopId": "FR:50129:ZE:10DIX2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 78,
"time": "1775535666"
},
"departure": {
"delay": 78,
"time": "1775535678"
},
"stopId": "FR:50129:ZE:10HME2:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 45,
"time": "1775533477"
},
"departure": {
"delay": 45,
"time": "1775533485"
},
"stopId": "FR:50129:ZE:10FLO2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 80,
"time": "1775536149"
},
"departure": {
"delay": 80,
"time": "1775536160"
},
"stopId": "FR:50129:ZE:10HET2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 36,
"time": "1775535078"
},
"departure": {
"delay": 36,
"time": "1775535096"
},
"stopId": "FR:50129:ZE:10HDI4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 4,
"time": "1775534516"
},
"departure": {
"delay": 4,
"time": "1775534584"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": -42,
"time": "1775533907"
},
"departure": {
"delay": -42,
"time": "1775533938"
},
"stopId": "FR:50129:ZE:10GRR2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 109,
"time": "1775536121"
},
"departure": {
"delay": 109,
"time": "1775536129"
},
"stopId": "FR:50129:ZE:10TLL2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": -59,
"time": "1775533723"
},
"departure": {
"delay": -59,
"time": "1775533741"
},
"stopId": "FR:50129:ZE:10MED4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 9,
"time": "1775534714"
},
"departure": {
"delay": 9,
"time": "1775534769"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 61,
"time": "1775534349"
},
"departure": {
"delay": 61,
"time": "1775534461"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": -18,
"time": "1775533591"
},
"departure": {
"delay": -18,
"time": "1775533602"
},
"stopId": "FR:50129:ZE:10GDR2:ATOUMOD035",
"stopSequence": 5
},
{
"departure": {
"delay": 43,
"time": "1775533423"
},
"stopId": "FR:50129:ZE:10ECT1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": -66,
"time": "1775534042"
},
"departure": {
"delay": -66,
"time": "1775534094"
},
"stopId": "FR:50129:ZE:10HPA4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 17,
"time": "1775533547"
},
"departure": {
"delay": 17,
"time": "1775533577"
},
"stopId": "FR:50129:ZE:10LPL2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 146,
"time": "1775536029"
},
"departure": {
"delay": 146,
"time": "1775536046"
},
"stopId": "FR:50129:ZE:10EPH1:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 5,
"time": "1775536265"
},
"stopId": "FR:50129:ZE:10AMF1:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 5,
"time": "1775535139"
},
"departure": {
"delay": 5,
"time": "1775535185"
},
"stopId": "FR:50129:ZE:10REP4:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": -87,
"time": "1775534170"
},
"departure": {
"delay": -87,
"time": "1775534193"
},
"stopId": "FR:50129:ZE:10CRN2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 133,
"time": "1775536078"
},
"departure": {
"delay": 133,
"time": "1775536093"
},
"stopId": "FR:50129:ZE:10PAU2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 38,
"time": "1775534802"
},
"departure": {
"delay": 38,
"time": "1775534858"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": -57,
"time": "1775533971"
},
"departure": {
"delay": -57,
"time": "1775533983"
},
"stopId": "FR:50129:ZE:10XCT4:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 33,
"time": "1775536226"
},
"departure": {
"delay": 33,
"time": "1775536233"
},
"stopId": "FR:50129:ZE:10MES2:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 138,
"time": "1775535487"
},
"departure": {
"delay": 138,
"time": "1775535498"
},
"stopId": "FR:50129:ZE:10ANN2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 25,
"time": "1775534884"
},
"departure": {
"delay": 25,
"time": "1775534905"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 18
}
],
"timestamp": "1775560079",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:02:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745711x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx16547:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 9810,
"time": "1775562330"
},
"departure": {
"delay": 9810,
"time": "1775562330"
},
"stopId": "FR:76540:ZE:TCARxCHMA20:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 9840,
"time": "1775560980"
},
"departure": {
"delay": 9840,
"time": "1775560980"
},
"stopId": "FR:76216:ZE:TCARxBROUC0:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 9840,
"time": "1775562960"
},
"departure": {
"delay": 9840,
"time": "1775562960"
},
"stopId": "FR:76005:ZE:TCARxAMAIR0:ATOUMOD001",
"stopSequence": 32
},
{
"arrival": {
"delay": 9872,
"time": "1775560712"
},
"departure": {
"delay": 9872,
"time": "1775560712"
},
"stopId": "FR:76216:ZE:TCARxEBLUM0:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 9842,
"time": "1775560922"
},
"departure": {
"delay": 9842,
"time": "1775560922"
},
"stopId": "FR:76216:ZE:TCARxSCHWE0:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 9882,
"time": "1775562822"
},
"departure": {
"delay": 9882,
"time": "1775562822"
},
"stopId": "FR:76005:ZE:TCARxLEVAL0:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": 9826,
"time": "1775562226"
},
"departure": {
"delay": 9826,
"time": "1775562226"
},
"stopId": "FR:76540:ZE:TCARxBECQU0:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 9886,
"time": "1775561326"
},
"departure": {
"delay": 9886,
"time": "1775561326"
},
"stopId": "FR:76540:ZE:TCARxFRAMB0:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 9893,
"time": "1775561033"
},
"departure": {
"delay": 9893,
"time": "1775561033"
},
"stopId": "FR:76216:ZE:TCARxBELLE0:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 9780,
"time": "1775562300"
},
"departure": {
"delay": 9780,
"time": "1775562300"
},
"stopId": "FR:76540:ZE:TCARxMARTA4:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 9865,
"time": "1775560825"
},
"departure": {
"delay": 9865,
"time": "1775560825"
},
"stopId": "FR:76216:ZE:TCARxR8MAI0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 9840,
"time": "1775561580"
},
"departure": {
"delay": 9840,
"time": "1775561580"
},
"stopId": "FR:76540:ZE:TCARxCCUCH4:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 9885,
"time": "1775562705"
},
"departure": {
"delay": 9885,
"time": "1775562705"
},
"stopId": "FR:76005:ZE:TCARxPASSA0:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 9840,
"time": "1775562480"
},
"departure": {
"delay": 9840,
"time": "1775562480"
},
"stopId": "FR:76540:ZE:TCARxPAUL30:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 9840,
"time": "1775563140"
},
"departure": {
"delay": 9840,
"time": "1775563140"
},
"stopId": "FR:76005:ZE:TCARxVALPE0:ATOUMOD001",
"stopSequence": 35
},
{
"arrival": {
"delay": 9881,
"time": "1775561441"
},
"departure": {
"delay": 9881,
"time": "1775561441"
},
"stopId": "FR:76540:ZE:TCARxCOULO0:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 9885,
"time": "1775561085"
},
"departure": {
"delay": 9885,
"time": "1775561085"
},
"stopId": "FR:76540:ZE:TCARxMOISE0:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 9842,
"time": "1775562122"
},
"departure": {
"delay": 9842,
"time": "1775562122"
},
"stopId": "FR:76540:ZE:TCARxSTVIV1:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 9869,
"time": "1775562929"
},
"departure": {
"delay": 9869,
"time": "1775562929"
},
"stopId": "FR:76005:ZE:TCARxGPHIL0:ATOUMOD001",
"stopSequence": 31
},
{
"arrival": {
"delay": 9840,
"time": "1775560860"
},
"departure": {
"delay": 9840,
"time": "1775560860"
},
"stopId": "FR:76216:ZE:TCARxREUDE0:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 9879,
"time": "1775561259"
},
"departure": {
"delay": 9879,
"time": "1775561259"
},
"stopId": "FR:76540:ZE:TCARxVOUTE0:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 9895,
"time": "1775563015"
},
"departure": {
"delay": 9895,
"time": "1775563015"
},
"stopId": "FR:76005:ZE:TCARxRUEFM0:ATOUMOD001",
"stopSequence": 33
},
{
"arrival": {
"delay": 9866,
"time": "1775562746"
},
"departure": {
"delay": 9866,
"time": "1775562746"
},
"stopId": "FR:76005:ZE:TCARxSGRES0:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 9844,
"time": "1775561644"
},
"departure": {
"delay": 9844,
"time": "1775561644"
},
"stopId": "FR:76540:ZE:TCARxSVER20:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 9878,
"time": "1775561498"
},
"departure": {
"delay": 9878,
"time": "1775561498"
},
"stopId": "FR:76540:ZE:TCARxJREVE0:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 9872,
"time": "1775563052"
},
"departure": {
"delay": 9872,
"time": "1775563052"
},
"stopId": "FR:76005:ZE:TCARxLEMAI0:ATOUMOD001",
"stopSequence": 34
},
{
"arrival": {
"delay": 9840,
"time": "1775561160"
},
"departure": {
"delay": 9840,
"time": "1775561160"
},
"stopId": "FR:76540:ZE:TCARxOUEST0:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 9868,
"time": "1775560948"
},
"departure": {
"delay": 9868,
"time": "1775560948"
},
"stopId": "FR:76216:ZE:TCARxCOTEA0:ATOUMOD001",
"stopSequence": 8
}
],
"timestamp": "1775560016",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx15:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx16547:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3747506x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 268,
"time": "1775551729"
},
"departure": {
"delay": 268,
"time": "1775551768"
},
"stopId": "FR:50129:ZE:10LMW1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 273,
"time": "1775552002"
},
"departure": {
"delay": 273,
"time": "1775552013"
},
"stopId": "FR:50129:ZE:10LMQ1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": -57,
"time": "1775550199"
},
"departure": {
"delay": -57,
"time": "1775550243"
},
"stopId": "FR:50129:ZE:10MEN2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 7,
"time": "1775549814"
},
"departure": {
"delay": 7,
"time": "1775549827"
},
"stopId": "FR:50129:ZE:10PFO4:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 401,
"time": "1775551175"
},
"departure": {
"delay": 401,
"time": "1775551241"
},
"stopId": "FR:50129:ZE:10PLA5:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 63,
"time": "1775549931"
},
"departure": {
"delay": 63,
"time": "1775549943"
},
"stopId": "FR:50129:ZE:10IUT2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 39,
"time": "1775549964"
},
"departure": {
"delay": 39,
"time": "1775549979"
},
"stopId": "FR:50129:ZE:10UNI2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 183,
"time": "1775552163"
},
"stopId": "FR:50129:ZE:10PIS1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 237,
"time": "1775552030"
},
"departure": {
"delay": 237,
"time": "1775552037"
},
"stopId": "FR:50129:ZE:10CRD1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 278,
"time": "1775551887"
},
"departure": {
"delay": 278,
"time": "1775551898"
},
"stopId": "FR:50129:ZE:10ILO1:ATOUMOD035",
"stopSequence": 17
},
{
"departure": {
"delay": -8,
"time": "1775549692"
},
"stopId": "FR:50129:ZE:10ZFO2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 1,
"time": "1775549748"
},
"departure": {
"delay": 1,
"time": "1775549761"
},
"stopId": "FR:50129:ZE:10VDT2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 353,
"time": "1775551105"
},
"departure": {
"delay": 353,
"time": "1775551133"
},
"stopId": "FR:50129:ZE:10CRN1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 43,
"time": "1775550010"
},
"departure": {
"delay": 43,
"time": "1775550043"
},
"stopId": "FR:50129:ZE:10AIG2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 279,
"time": "1775551630"
},
"departure": {
"delay": 279,
"time": "1775551659"
},
"stopId": "FR:50129:ZE:10MLL3:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 275,
"time": "1775551944"
},
"departure": {
"delay": 275,
"time": "1775551955"
},
"stopId": "FR:50129:ZE:10COD1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 15,
"time": "1775550383"
},
"departure": {
"delay": 15,
"time": "1775550615"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 294,
"time": "1775551304"
},
"departure": {
"delay": 294,
"time": "1775551314"
},
"stopId": "FR:50129:ZE:10CIT1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 283,
"time": "1775551807"
},
"departure": {
"delay": 283,
"time": "1775551843"
},
"stopId": "FR:50129:ZE:10CLO1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 283,
"time": "1775551351"
},
"departure": {
"delay": 283,
"time": "1775551363"
},
"stopId": "FR:50129:ZE:10CCI1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 309,
"time": "1775551921"
},
"departure": {
"delay": 309,
"time": "1775551929"
},
"stopId": "FR:50129:ZE:10EUR1:ATOUMOD035",
"stopSequence": 18
}
],
"timestamp": "1775560079",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:08:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3747506x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746177x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 27,
"time": "1775559558"
},
"departure": {
"delay": 27,
"time": "1775559567"
},
"stopId": "FR:50129:ZE:10JEA1:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": 33,
"time": "1775559933"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"delay": 69,
"time": "1775559623"
},
"departure": {
"delay": 69,
"time": "1775559669"
},
"stopId": "FR:50129:ZE:10NOR3:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"delay": 46,
"time": "1775559210"
},
"departure": {
"delay": 46,
"time": "1775559226"
},
"stopId": "FR:50129:ZE:10JMO1:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 73,
"time": "1775556994"
},
"departure": {
"delay": 73,
"time": "1775557033"
},
"stopId": "FR:50129:ZE:10BON1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": -64,
"time": "1775557654"
},
"departure": {
"delay": -64,
"time": "1775557676"
},
"stopId": "FR:50129:ZE:10BEL1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": -35,
"time": "1775557717"
},
"departure": {
"delay": -35,
"time": "1775557765"
},
"stopId": "FR:50129:ZE:10HUI1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 73,
"time": "1775559373"
},
"departure": {
"delay": 73,
"time": "1775559373"
},
"stopId": "FR:50129:ZE:10BRO1:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"delay": -19,
"time": "1775557111"
},
"departure": {
"delay": -19,
"time": "1775557121"
},
"stopId": "FR:50129:ZE:10PRE1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 103,
"time": "1775556664"
},
"departure": {
"delay": 103,
"time": "1775556703"
},
"stopId": "FR:50129:ZE:10COF1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 31,
"time": "1775557321"
},
"departure": {
"delay": 31,
"time": "1775557351"
},
"stopId": "FR:50129:ZE:10ZOL1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 59,
"time": "1775559505"
},
"departure": {
"delay": 59,
"time": "1775559539"
},
"stopId": "FR:50129:ZE:10ZPH1:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"delay": 17,
"time": "1775557422"
},
"departure": {
"delay": 17,
"time": "1775557457"
},
"stopId": "FR:50129:ZE:10DUB1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": -10,
"time": "1775558772"
},
"departure": {
"delay": -10,
"time": "1775558810"
},
"stopId": "FR:50129:ZE:10THH3:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 48,
"time": "1775558347"
},
"departure": {
"delay": 48,
"time": "1775558388"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": -12,
"time": "1775557595"
},
"departure": {
"delay": -12,
"time": "1775557608"
},
"stopId": "FR:50129:ZE:10HOM1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": -2,
"time": "1775557481"
},
"departure": {
"delay": -2,
"time": "1775557498"
},
"stopId": "FR:50129:ZE:10LAV1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": -25,
"time": "1775558515"
},
"departure": {
"delay": -25,
"time": "1775558555"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 91,
"time": "1775559839"
},
"departure": {
"delay": 91,
"time": "1775559871"
},
"stopId": "FR:50129:ZE:10COS1:ATOUMOD035",
"stopSequence": 47
},
{
"arrival": {
"delay": 14,
"time": "1775557803"
},
"departure": {
"delay": 14,
"time": "1775557874"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": -7,
"time": "1775558886"
},
"departure": {
"delay": -7,
"time": "1775558933"
},
"stopId": "FR:50129:ZE:10LCA1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 73,
"time": "1775556882"
},
"departure": {
"delay": 73,
"time": "1775556913"
},
"stopId": "FR:50129:ZE:10CAR1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 29,
"time": "1775556978"
},
"departure": {
"delay": 29,
"time": "1775556989"
},
"stopId": "FR:50129:ZE:10BRT1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"time": "1775558419"
},
"departure": {
"time": "1775558460"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 41,
"time": "1775559753"
},
"departure": {
"delay": 41,
"time": "1775559761"
},
"stopId": "FR:50129:ZE:10RSX1:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"delay": 18,
"time": "1775557240"
},
"departure": {
"delay": 18,
"time": "1775557278"
},
"stopId": "FR:50129:ZE:10LON1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 69,
"time": "1775559247"
},
"departure": {
"delay": 69,
"time": "1775559309"
},
"stopId": "FR:50129:ZE:10LLM1:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 25,
"time": "1775557998"
},
"departure": {
"delay": 25,
"time": "1775558065"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 16,
"time": "1775557201"
},
"departure": {
"delay": 16,
"time": "1775557216"
},
"stopId": "FR:50129:ZE:10BHE1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 77,
"time": "1775559702"
},
"departure": {
"delay": 77,
"time": "1775559737"
},
"stopId": "FR:50129:ZE:10MGT1:ATOUMOD035",
"stopSequence": 44
},
{
"arrival": {
"delay": 79,
"time": "1775559463"
},
"departure": {
"delay": 79,
"time": "1775559499"
},
"stopId": "FR:50129:ZE:10ART1:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": 11,
"time": "1775559112"
},
"departure": {
"delay": 11,
"time": "1775559191"
},
"stopId": "FR:50129:ZE:10LUM1:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": -19,
"time": "1775557149"
},
"departure": {
"delay": -19,
"time": "1775557181"
},
"stopId": "FR:50129:ZE:10CPL1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 1,
"time": "1775557069"
},
"departure": {
"delay": 1,
"time": "1775557081"
},
"stopId": "FR:50129:ZE:10ARA1:ATOUMOD035",
"stopSequence": 10
},
{
"departure": {
"delay": 51,
"time": "1775556591"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 13,
"time": "1775557532"
},
"departure": {
"delay": 13,
"time": "1775557573"
},
"stopId": "FR:50129:ZE:10AGO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 63,
"time": "1775556828"
},
"departure": {
"delay": 63,
"time": "1775556843"
},
"stopId": "FR:50129:ZE:10SFN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 13,
"time": "1775557887"
},
"departure": {
"delay": 13,
"time": "1775557933"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 57,
"time": "1775556928"
},
"departure": {
"delay": 57,
"time": "1775556957"
},
"stopId": "FR:50129:ZE:10HOU1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": -9,
"time": "1775558107"
},
"departure": {
"delay": -9,
"time": "1775558151"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 102,
"time": "1775559786"
},
"departure": {
"delay": 102,
"time": "1775559822"
},
"stopId": "FR:50129:ZE:10CVE1:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"delay": -8,
"time": "1775558179"
},
"departure": {
"delay": -8,
"time": "1775558212"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 97,
"time": "1775556601"
},
"departure": {
"delay": 97,
"time": "1775556637"
},
"stopId": "FR:50129:ZE:10SFG1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 86,
"time": "1775556759"
},
"departure": {
"delay": 86,
"time": "1775556806"
},
"stopId": "FR:50129:ZE:10ALB1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 29,
"time": "1775559679"
},
"departure": {
"delay": 29,
"time": "1775559689"
},
"stopId": "FR:50129:ZE:10MYO1:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": -24,
"time": "1775558669"
},
"departure": {
"delay": -24,
"time": "1775558676"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": -6,
"time": "1775558241"
},
"departure": {
"delay": -6,
"time": "1775558274"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"time": "1775558966"
},
"departure": {
"time": "1775559060"
},
"stopId": "FR:50129:ZE:10BHC3:ATOUMOD035",
"stopSequence": 34
}
],
"timestamp": "1775559956",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746177x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745165x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 80,
"time": "1775550767"
},
"departure": {
"delay": 80,
"time": "1775550800"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 80,
"time": "1775550060"
},
"departure": {
"delay": 80,
"time": "1775550080"
},
"stopId": "FR:50129:ZE:10BRA4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 81,
"time": "1775549616"
},
"departure": {
"delay": 81,
"time": "1775549661"
},
"stopId": "FR:50129:ZE:10AMO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 32,
"time": "1775551172"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 98,
"time": "1775550413"
},
"departure": {
"delay": 98,
"time": "1775550458"
},
"stopId": "FR:50129:ZE:10CRC4:ATOUMOD035",
"stopSequence": 12
},
{
"departure": {
"delay": 137,
"time": "1775549537"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 108,
"time": "1775549957"
},
"departure": {
"delay": 108,
"time": "1775549988"
},
"stopId": "FR:50129:ZE:10BQR2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 100,
"time": "1775550532"
},
"departure": {
"delay": 100,
"time": "1775550580"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 69,
"time": "1775550687"
},
"departure": {
"delay": 69,
"time": "1775550729"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 100,
"time": "1775550226"
},
"departure": {
"delay": 100,
"time": "1775550280"
},
"stopId": "FR:50129:ZE:10PFO2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 63,
"time": "1775550617"
},
"departure": {
"delay": 63,
"time": "1775550663"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 123,
"time": "1775550110"
},
"departure": {
"delay": 123,
"time": "1775550183"
},
"stopId": "FR:50129:ZE:10RTU2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 139,
"time": "1775550889"
},
"departure": {
"delay": 139,
"time": "1775550919"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 86,
"time": "1775549688"
},
"departure": {
"delay": 86,
"time": "1775549726"
},
"stopId": "FR:50129:ZE:10EGL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 71,
"time": "1775551041"
},
"departure": {
"delay": 71,
"time": "1775551091"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 107,
"time": "1775549909"
},
"departure": {
"delay": 107,
"time": "1775549927"
},
"stopId": "FR:50129:ZE:10ANJ6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 62,
"time": "1775550316"
},
"departure": {
"delay": 62,
"time": "1775550362"
},
"stopId": "FR:50129:ZE:10FOR4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 83,
"time": "1775550940"
},
"departure": {
"delay": 83,
"time": "1775550983"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 101,
"time": "1775549750"
},
"departure": {
"delay": 101,
"time": "1775549801"
},
"stopId": "FR:50129:ZE:10OYG2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 117,
"time": "1775549829"
},
"departure": {
"delay": 117,
"time": "1775549877"
},
"stopId": "FR:50129:ZE:10PRV2:ATOUMOD035",
"stopSequence": 5
}
],
"timestamp": "1775560079",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1A:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745165x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745734x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 135,
"time": "1775558219"
},
"departure": {
"delay": 135,
"time": "1775558235"
},
"stopId": "FR:50129:ZE:10HME2:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 155,
"time": "1775556500"
},
"departure": {
"delay": 155,
"time": "1775556515"
},
"stopId": "FR:50129:ZE:10BAG4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 133,
"time": "1775557923"
},
"departure": {
"delay": 133,
"time": "1775557933"
},
"stopId": "FR:50129:ZE:10PAX2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 139,
"time": "1775557413"
},
"departure": {
"delay": 139,
"time": "1775557459"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 188,
"time": "1775558007"
},
"departure": {
"delay": 188,
"time": "1775558048"
},
"stopId": "FR:50129:ZE:10ANN2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 43,
"time": "1775558727"
},
"departure": {
"delay": 43,
"time": "1775558743"
},
"stopId": "FR:50129:ZE:10MES2:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 194,
"time": "1775558123"
},
"departure": {
"delay": 194,
"time": "1775558174"
},
"stopId": "FR:50129:ZE:10CAQ2:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 181,
"time": "1775556048"
},
"departure": {
"delay": 181,
"time": "1775556121"
},
"stopId": "FR:50129:ZE:10FLO2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 161,
"time": "1775557943"
},
"departure": {
"delay": 161,
"time": "1775557961"
},
"stopId": "FR:50129:ZE:10CMI2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 71,
"time": "1775558584"
},
"departure": {
"delay": 71,
"time": "1775558591"
},
"stopId": "FR:50129:ZE:10TLL2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 118,
"time": "1775556976"
},
"departure": {
"delay": 118,
"time": "1775557018"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 43,
"time": "1775558612"
},
"departure": {
"delay": 43,
"time": "1775558623"
},
"stopId": "FR:50129:ZE:10HET2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 83,
"time": "1775557110"
},
"departure": {
"delay": 83,
"time": "1775557163"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 14
},
{
"departure": {
"delay": 101,
"time": "1775555981"
},
"stopId": "FR:50129:ZE:10ECT1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 69,
"time": "1775558672"
},
"departure": {
"delay": 69,
"time": "1775558709"
},
"stopId": "FR:50129:ZE:10MOR2:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 85,
"time": "1775558474"
},
"departure": {
"delay": 85,
"time": "1775558485"
},
"stopId": "FR:50129:ZE:10EPH1:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 159,
"time": "1775557662"
},
"departure": {
"delay": 159,
"time": "1775557719"
},
"stopId": "FR:50129:ZE:10HDI4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 100,
"time": "1775557758"
},
"departure": {
"delay": 100,
"time": "1775557780"
},
"stopId": "FR:50129:ZE:10REP4:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 148,
"time": "1775556391"
},
"departure": {
"delay": 148,
"time": "1775556448"
},
"stopId": "FR:50129:ZE:10MED4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 97,
"time": "1775558518"
},
"departure": {
"delay": 97,
"time": "1775558557"
},
"stopId": "FR:50129:ZE:10PAU2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 153,
"time": "1775556261"
},
"departure": {
"delay": 153,
"time": "1775556273"
},
"stopId": "FR:50129:ZE:10GDR2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 103,
"time": "1775558433"
},
"departure": {
"delay": 103,
"time": "1775558443"
},
"stopId": "FR:50129:ZE:10EPC2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 118,
"time": "1775556604"
},
"departure": {
"delay": 118,
"time": "1775556658"
},
"stopId": "FR:50129:ZE:10XCT4:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 15,
"time": "1775558775"
},
"stopId": "FR:50129:ZE:10AMF1:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 134,
"time": "1775557822"
},
"departure": {
"delay": 134,
"time": "1775557874"
},
"stopId": "FR:50129:ZE:10TRA3:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 129,
"time": "1775557531"
},
"departure": {
"delay": 129,
"time": "1775557569"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 113,
"time": "1775557473"
},
"departure": {
"delay": 113,
"time": "1775557493"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 119,
"time": "1775557216"
},
"departure": {
"delay": 119,
"time": "1775557259"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 138,
"time": "1775558258"
},
"departure": {
"delay": 138,
"time": "1775558298"
},
"stopId": "FR:50129:ZE:10PET2:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 101,
"time": "1775558353"
},
"departure": {
"delay": 101,
"time": "1775558381"
},
"stopId": "FR:50129:ZE:10DIX2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 95,
"time": "1775556564"
},
"departure": {
"delay": 95,
"time": "1775556575"
},
"stopId": "FR:50129:ZE:10GRR2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 124,
"time": "1775557348"
},
"departure": {
"delay": 124,
"time": "1775557384"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 162,
"time": "1775556296"
},
"departure": {
"delay": 162,
"time": "1775556342"
},
"stopId": "FR:50129:ZE:10NOR6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 65,
"time": "1775556831"
},
"departure": {
"delay": 65,
"time": "1775556845"
},
"stopId": "FR:50129:ZE:10CRN2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 98,
"time": "1775556713"
},
"departure": {
"delay": 98,
"time": "1775556758"
},
"stopId": "FR:50129:ZE:10HPA4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 168,
"time": "1775556212"
},
"departure": {
"delay": 168,
"time": "1775556228"
},
"stopId": "FR:50129:ZE:10LPL2:ATOUMOD035",
"stopSequence": 4
}
],
"timestamp": "1775560074",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:02:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745734x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3758385x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 170,
"time": "1775560610"
},
"departure": {
"delay": 170,
"time": "1775560610"
},
"stopId": "FR:50294:ZE:MARPO1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 170,
"time": "1775560430"
},
"departure": {
"delay": 170,
"time": "1775560430"
},
"stopId": "FR:50575:ZE:SIDHC1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 170,
"time": "1775561330"
},
"departure": {
"delay": 170,
"time": "1775561330"
},
"stopId": "FR:50129:ZE:10PLA4:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 170,
"time": "1775561510"
},
"stopId": "FR:50129:ZE:10PEM4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 170,
"time": "1775561210"
},
"departure": {
"delay": 170,
"time": "1775561210"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 170,
"time": "1775561390"
},
"departure": {
"delay": 170,
"time": "1775561390"
},
"stopId": "FR:50129:ZE:10CRN2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 197,
"time": "1775559026"
},
"departure": {
"delay": 197,
"time": "1775559077"
},
"stopId": "FR:50402:ZE:PIXLAN:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 206,
"time": "1775559815"
},
"departure": {
"delay": 206,
"time": "1775559866"
},
"stopId": "FR:50045:ZE:BENCG1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 146,
"time": "1775558407"
},
"departure": {
"delay": 146,
"time": "1775558426"
},
"stopId": "FR:50184:ZE:FLAES1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 214,
"time": "1775559692"
},
"departure": {
"delay": 214,
"time": "1775559754"
},
"stopId": "FR:50045:ZE:BENBG1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 189,
"time": "1775558634"
},
"departure": {
"delay": 189,
"time": "1775558649"
},
"stopId": "FR:50184:ZE:FLAHB1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 170,
"time": "1775561270"
},
"departure": {
"delay": 170,
"time": "1775561270"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 165,
"time": "1775559391"
},
"departure": {
"delay": 165,
"time": "1775559405"
},
"stopId": "FR:50402:ZE:PIXZAF:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 170,
"time": "1775560910"
},
"departure": {
"delay": 170,
"time": "1775560910"
},
"stopId": "FR:50129:ZE:10ANJ7:ATOUMOD035",
"stopSequence": 14
},
{
"departure": {
"delay": 32,
"time": "1775558132"
},
"stopId": "FR:50184:ZE:FLAEN1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 170,
"time": "1775560130"
},
"departure": {
"delay": 170,
"time": "1775560130"
},
"stopId": "FR:50643:ZE:VIRMA1:ATOUMOD035",
"stopSequence": 11
}
],
"timestamp": "1775560081",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:B:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3758385x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx17034:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 1447,
"time": "1775558806"
},
"departure": {
"delay": 1447,
"time": "1775558827"
},
"stopId": "FR:76540:ZE:TCARxBOU1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 1562,
"time": "1775558402"
},
"departure": {
"delay": 1562,
"time": "1775558402"
},
"stopId": "FR:76540:ZE:TCARxZURIC0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 1519,
"time": "1775558539"
},
"departure": {
"delay": 1519,
"time": "1775558539"
},
"stopId": "FR:76540:ZE:TCARxDELVI2:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 1682,
"time": "1775560082"
},
"departure": {
"delay": 1682,
"time": "1775560082"
},
"stopId": "FR:76451:ZE:TCARxMORIN1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 1561,
"time": "1775558281"
},
"departure": {
"delay": 1561,
"time": "1775558281"
},
"stopId": "FR:76540:ZE:TCARxFLEUR0:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 1582,
"time": "1775559478"
},
"departure": {
"delay": 1582,
"time": "1775559502"
},
"stopId": "FR:76540:ZE:TCARxSVER41:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 1536,
"time": "1775558676"
},
"departure": {
"delay": 1536,
"time": "1775558676"
},
"stopId": "FR:76540:ZE:TCARxCNORD1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 1544,
"time": "1775559382"
},
"departure": {
"delay": 1544,
"time": "1775559404"
},
"stopId": "FR:76540:ZE:TCARxBARTS1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 1695,
"time": "1775560035"
},
"departure": {
"delay": 1695,
"time": "1775560035"
},
"stopId": "FR:76540:ZE:TCARxFORTI2:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 1392,
"time": "1775558932"
},
"departure": {
"delay": 1392,
"time": "1775558952"
},
"stopId": "FR:76540:ZE:TCARxSTVIV2:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 1612,
"time": "1775559580"
},
"departure": {
"delay": 1612,
"time": "1775559652"
},
"stopId": "FR:76540:ZE:TCARxGAREB2:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 1719,
"time": "1775560539"
},
"departure": {
"delay": 1719,
"time": "1775560539"
},
"stopId": "FR:76451:ZE:TCARxCCOMM1:ATOUMOD001",
"stopSequence": 33
},
{
"arrival": {
"delay": 1659,
"time": "1775560779"
},
"stopId": "FR:76451:ZE:TCARxPVTIN:ATOUMOD001",
"stopSequence": 36
},
{
"arrival": {
"delay": 1670,
"time": "1775559830"
},
"departure": {
"delay": 1670,
"time": "1775559830"
},
"stopId": "FR:76540:ZE:TCARxMALAT1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 1732,
"time": "1775560612"
},
"departure": {
"delay": 1732,
"time": "1775560612"
},
"stopId": "FR:76451:ZE:TCARxPAULI1:ATOUMOD001",
"stopSequence": 34
},
{
"arrival": {
"delay": 1517,
"time": "1775558717"
},
"departure": {
"delay": 1517,
"time": "1775558717"
},
"stopId": "FR:76540:ZE:TCARxMONUM1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 1709,
"time": "1775560289"
},
"departure": {
"delay": 1709,
"time": "1775560289"
},
"stopId": "FR:76451:ZE:TCARxASSOC1:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 1572,
"time": "1775558329"
},
"departure": {
"delay": 1572,
"time": "1775558352"
},
"stopId": "FR:76540:ZE:TCARxHALL10:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 1700,
"time": "1775560220"
},
"departure": {
"delay": 1700,
"time": "1775560220"
},
"stopId": "FR:76451:ZE:TCARxBERTE1:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 1709,
"time": "1775560649"
},
"departure": {
"delay": 1709,
"time": "1775560649"
},
"stopId": "FR:76451:ZE:TCARxARON1:ATOUMOD001",
"stopSequence": 35
},
{
"arrival": {
"delay": 1538,
"time": "1775558438"
},
"departure": {
"delay": 1538,
"time": "1775558438"
},
"stopId": "FR:76540:ZE:TCARxROLLA0:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 1665,
"time": "1775559885"
},
"departure": {
"delay": 1665,
"time": "1775559885"
},
"stopId": "FR:76540:ZE:TCARxDESCA1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 1612,
"time": "1775559706"
},
"departure": {
"delay": 1612,
"time": "1775559712"
},
"stopId": "FR:76540:ZE:TCARxROMAI1:ATOUMOD001",
"stopSequence": 21
},
{
"departure": {
"delay": 1560,
"time": "1775558220"
},
"stopId": "FR:76212:ZE:TCARxBDARN2:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 1481,
"time": "1775558741"
},
"departure": {
"delay": 1481,
"time": "1775558741"
},
"stopId": "FR:76540:ZE:TCARxRESER1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 1554,
"time": "1775558454"
},
"departure": {
"delay": 1554,
"time": "1775558454"
},
"stopId": "FR:76540:ZE:TCARxSUISS0:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 1647,
"time": "1775559927"
},
"departure": {
"delay": 1647,
"time": "1775559927"
},
"stopId": "FR:76108:ZE:TCARxOIOIS1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 1487,
"time": "1775558627"
},
"departure": {
"delay": 1487,
"time": "1775558627"
},
"stopId": "FR:76540:ZE:TCARxLYFLA2:ATOUMOD001",
"stopSequence": 10
}
],
"timestamp": "1775557997",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx22:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx17034:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746226x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -39,
"time": "1775557800"
},
"departure": {
"delay": -39,
"time": "1775557821"
},
"stopId": "FR:50129:ZE:10LCP2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": -20,
"time": "1775559382"
},
"departure": {
"delay": -20,
"time": "1775559400"
},
"stopId": "FR:50129:ZE:10ZOL2:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": -9,
"time": "1775558429"
},
"departure": {
"delay": -9,
"time": "1775558451"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 56,
"time": "1775557307"
},
"departure": {
"delay": 56,
"time": "1775557316"
},
"stopId": "FR:50129:ZE:10JEA2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 49,
"time": "1775558352"
},
"departure": {
"delay": 49,
"time": "1775558389"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": -18,
"time": "1775559677"
},
"departure": {
"delay": -18,
"time": "1775559702"
},
"stopId": "FR:50129:ZE:10BON2:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": 50,
"time": "1775557166"
},
"departure": {
"delay": 50,
"time": "1775557190"
},
"stopId": "FR:50129:ZE:10MGT2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 47,
"time": "1775556912"
},
"departure": {
"delay": 47,
"time": "1775556947"
},
"stopId": "FR:50129:ZE:10JGO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 17,
"time": "1775559540"
},
"departure": {
"delay": 17,
"time": "1775559557"
},
"stopId": "FR:50129:ZE:10CPL2:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"delay": 18,
"time": "1775557566"
},
"departure": {
"delay": 18,
"time": "1775557578"
},
"stopId": "FR:50129:ZE:10LLM2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": -30,
"time": "1775557469"
},
"departure": {
"delay": -30,
"time": "1775557530"
},
"stopId": "FR:50129:ZE:10BRO2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": -27,
"time": "1775558533"
},
"departure": {
"delay": -27,
"time": "1775558553"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": -35,
"time": "1775558949"
},
"departure": {
"delay": -35,
"time": "1775558965"
},
"stopId": "FR:50129:ZE:10HUI2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 66,
"time": "1775557122"
},
"departure": {
"delay": 66,
"time": "1775557146"
},
"stopId": "FR:50129:ZE:10RSX2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 3,
"time": "1775559264"
},
"departure": {
"delay": 3,
"time": "1775559303"
},
"stopId": "FR:50129:ZE:10DUB2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 21,
"time": "1775557071"
},
"departure": {
"delay": 21,
"time": "1775557101"
},
"stopId": "FR:50129:ZE:10CVE2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 30,
"time": "1775557334"
},
"departure": {
"delay": 30,
"time": "1775557350"
},
"stopId": "FR:50129:ZE:10ZPH2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": -56,
"time": "1775558989"
},
"departure": {
"delay": -56,
"time": "1775559004"
},
"stopId": "FR:50129:ZE:10BEL2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": -60,
"time": "1775559708"
},
"departure": {
"delay": -60,
"time": "1775559720"
},
"stopId": "FR:50129:ZE:10BRT2:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"delay": 11,
"time": "1775559583"
},
"departure": {
"delay": 11,
"time": "1775559611"
},
"stopId": "FR:50129:ZE:10PRE2:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": -64,
"time": "1775559924"
},
"departure": {
"delay": -64,
"time": "1775559956"
},
"stopId": "FR:50129:ZE:10ALB2:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"delay": 56,
"time": "1775558587"
},
"departure": {
"delay": 56,
"time": "1775558696"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": -50,
"time": "1775560150"
},
"departure": {
"delay": -50,
"time": "1775560150"
},
"stopId": "FR:50129:ZE:10SFG2:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"delay": -50,
"time": "1775560210"
},
"departure": {
"delay": -50,
"time": "1775560210"
},
"stopId": "FR:50129:ZE:10EPH1:ATOUMOD035",
"stopSequence": 49
},
{
"arrival": {
"delay": 23,
"time": "1775558230"
},
"departure": {
"delay": 23,
"time": "1775558303"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 79,
"time": "1775557201"
},
"departure": {
"delay": 79,
"time": "1775557219"
},
"stopId": "FR:50129:ZE:10MYO2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": -6,
"time": "1775557365"
},
"departure": {
"delay": -6,
"time": "1775557374"
},
"stopId": "FR:50129:ZE:10ART2:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": -1,
"time": "1775558483"
},
"departure": {
"delay": -1,
"time": "1775558519"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": -13,
"time": "1775559454"
},
"departure": {
"delay": -13,
"time": "1775559467"
},
"stopId": "FR:50129:ZE:10LON2:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": -31,
"time": "1775557917"
},
"departure": {
"delay": -31,
"time": "1775557949"
},
"stopId": "FR:50129:ZE:10THH4:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": -15,
"time": "1775559191"
},
"departure": {
"delay": -15,
"time": "1775559225"
},
"stopId": "FR:50129:ZE:10LAV2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": -22,
"time": "1775559056"
},
"departure": {
"delay": -22,
"time": "1775559098"
},
"stopId": "FR:50129:ZE:10HOM2:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": -10,
"time": "1775557643"
},
"departure": {
"delay": -10,
"time": "1775557670"
},
"stopId": "FR:50129:ZE:10LUM2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"time": "1775560076"
},
"departure": {
"time": "1775560140"
},
"stopId": "FR:50129:ZE:10COF2:ATOUMOD035",
"stopSequence": 47
},
{
"arrival": {
"delay": 36,
"time": "1775558757"
},
"departure": {
"delay": 36,
"time": "1775558796"
},
"stopId": "FR:50129:ZE:10HDI4:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 13,
"time": "1775558009"
},
"departure": {
"delay": 13,
"time": "1775558113"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": -35,
"time": "1775557719"
},
"departure": {
"delay": -35,
"time": "1775557765"
},
"stopId": "FR:50129:ZE:10BHC2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": -20,
"time": "1775559123"
},
"departure": {
"delay": -20,
"time": "1775559160"
},
"stopId": "FR:50129:ZE:10AGO2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 26,
"time": "1775557035"
},
"departure": {
"delay": 26,
"time": "1775557046"
},
"stopId": "FR:50129:ZE:10COS2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": -53,
"time": "1775559896"
},
"departure": {
"delay": -53,
"time": "1775559907"
},
"stopId": "FR:50129:ZE:10SFN2:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"delay": -6,
"time": "1775557603"
},
"departure": {
"delay": -6,
"time": "1775557614"
},
"stopId": "FR:50129:ZE:10JMO2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": -26,
"time": "1775558841"
},
"departure": {
"delay": -26,
"time": "1775558854"
},
"stopId": "FR:50129:ZE:10REP4:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": -38,
"time": "1775559740"
},
"departure": {
"delay": -38,
"time": "1775559802"
},
"stopId": "FR:50129:ZE:10HOU2:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": -18,
"time": "1775559493"
},
"departure": {
"delay": -18,
"time": "1775559522"
},
"stopId": "FR:50129:ZE:10BHE2:ATOUMOD035",
"stopSequence": 37
},
{
"departure": {
"delay": 15,
"time": "1775556855"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": -50,
"time": "1775560270"
},
"stopId": "FR:50129:ZE:10MAX1:ATOUMOD035",
"stopSequence": 50
},
{
"arrival": {
"delay": -42,
"time": "1775558878"
},
"departure": {
"delay": -42,
"time": "1775558898"
},
"stopId": "FR:50129:ZE:10TRA6:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": -57,
"time": "1775559830"
},
"departure": {
"delay": -57,
"time": "1775559843"
},
"stopId": "FR:50129:ZE:10CAR2:ATOUMOD035",
"stopSequence": 44
},
{
"arrival": {
"delay": -29,
"time": "1775559626"
},
"departure": {
"delay": -29,
"time": "1775559631"
},
"stopId": "FR:50129:ZE:10ARA2:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"delay": 62,
"time": "1775557230"
},
"departure": {
"delay": 62,
"time": "1775557262"
},
"stopId": "FR:50129:ZE:10NOR4:ATOUMOD035",
"stopSequence": 8
}
],
"timestamp": "1775560076",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746226x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx15205:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -4196,
"time": "1775561824"
},
"departure": {
"delay": -4196,
"time": "1775561824"
},
"stopId": "FR:76095:ZE:TCARxTAMAR6:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": -4349,
"time": "1775559626"
},
"departure": {
"delay": -4349,
"time": "1775559631"
},
"stopId": "FR:76216:ZE:TCARxDEVIL3:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": -4175,
"time": "1775561305"
},
"departure": {
"delay": -4175,
"time": "1775561305"
},
"stopId": "FR:76108:ZE:TCARxVIELL2:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": -4223,
"time": "1775561377"
},
"departure": {
"delay": -4223,
"time": "1775561377"
},
"stopId": "FR:76108:ZE:TCARxMAXPO1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": -4196,
"time": "1775561584"
},
"departure": {
"delay": -4196,
"time": "1775561584"
},
"stopId": "FR:76108:ZE:TCARxVENIS0:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": -4364,
"time": "1775559736"
},
"departure": {
"delay": -4364,
"time": "1775559736"
},
"stopId": "FR:76216:ZE:TCARxPALIS3:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": -4256,
"time": "1775560084"
},
"departure": {
"delay": -4256,
"time": "1775560084"
},
"stopId": "FR:76216:ZE:TCARxJVERN:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -4196,
"time": "1775560804"
},
"departure": {
"delay": -4196,
"time": "1775560804"
},
"stopId": "FR:76451:ZE:TCARxGALLI0:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": -4162,
"time": "1775561258"
},
"departure": {
"delay": -4162,
"time": "1775561258"
},
"stopId": "FR:76108:ZE:TCARxBOCQU3:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": -4240,
"time": "1775560340"
},
"departure": {
"delay": -4240,
"time": "1775560340"
},
"stopId": "FR:76451:ZE:TCARxMALAD0:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": -4196,
"time": "1775561404"
},
"departure": {
"delay": -4196,
"time": "1775561404"
},
"stopId": "FR:76108:ZE:TCARxBGUI4:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": -4199,
"time": "1775561161"
},
"departure": {
"delay": -4199,
"time": "1775561161"
},
"stopId": "FR:76451:ZE:TCARxEXUPE3:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": -4210,
"time": "1775560190"
},
"departure": {
"delay": -4210,
"time": "1775560190"
},
"stopId": "FR:76451:ZE:TCARxDEBOI0:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": -4196,
"time": "1775560564"
},
"departure": {
"delay": -4196,
"time": "1775560564"
},
"stopId": "FR:76451:ZE:TCARxVAREN0:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": -4216,
"time": "1775560724"
},
"departure": {
"delay": -4216,
"time": "1775560724"
},
"stopId": "FR:76451:ZE:TCARxHDVBE3:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": -4171,
"time": "1775560889"
},
"departure": {
"delay": -4171,
"time": "1775560889"
},
"stopId": "FR:76451:ZE:TCARxFRECH0:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": -4229,
"time": "1775559931"
},
"departure": {
"delay": -4229,
"time": "1775559931"
},
"stopId": "FR:76216:ZE:TCARxMIREL0:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": -4369,
"time": "1775559411"
},
"departure": {
"delay": -4369,
"time": "1775559431"
},
"stopId": "FR:76216:ZE:TCARxFRESN2:ATOUMOD001",
"stopSequence": 2
},
{
"departure": {
"delay": -4469,
"time": "1775559331"
},
"stopId": "FR:76216:ZE:TCARxCAILL3:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": -4172,
"time": "1775561488"
},
"departure": {
"delay": -4172,
"time": "1775561488"
},
"stopId": "FR:76108:ZE:TCARxANDER1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": -4167,
"time": "1775560773"
},
"departure": {
"delay": -4167,
"time": "1775560773"
},
"stopId": "FR:76451:ZE:TCARxMURET0:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": -4244,
"time": "1775560276"
},
"departure": {
"delay": -4244,
"time": "1775560276"
},
"stopId": "FR:76451:ZE:TCARxCROIX1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": -4214,
"time": "1775561686"
},
"departure": {
"delay": -4214,
"time": "1775561686"
},
"stopId": "FR:76095:ZE:TCARxREEDU0:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": -4394,
"time": "1775559526"
},
"departure": {
"delay": -4394,
"time": "1775559526"
},
"stopId": "FR:76216:ZE:TCARxJFERR1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -4196,
"time": "1775560624"
},
"departure": {
"delay": -4196,
"time": "1775560624"
},
"stopId": "FR:76451:ZE:TCARxCOLBE0:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": -4201,
"time": "1775560679"
},
"departure": {
"delay": -4201,
"time": "1775560679"
},
"stopId": "FR:76451:ZE:TCARxCOQUE3:ATOUMOD001",
"stopSequence": 14
}
],
"timestamp": "1775559336",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx08:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx15205:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745679x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775561460"
},
"departure": {
"time": "1775561460"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"time": "1775562300"
},
"departure": {
"time": "1775562300"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"time": "1775563020"
},
"departure": {
"time": "1775563020"
},
"stopId": "FR:50129:ZE:10NOR5:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 1,
"time": "1775560561"
},
"departure": {
"delay": 1,
"time": "1775560561"
},
"stopId": "FR:50129:ZE:10BOI1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"time": "1775562180"
},
"departure": {
"time": "1775562180"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"time": "1775560560"
},
"departure": {
"time": "1775560560"
},
"stopId": "FR:50129:ZE:10MOR1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"time": "1775563140"
},
"departure": {
"time": "1775563140"
},
"stopId": "FR:50129:ZE:10LPL1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"time": "1775560980"
},
"departure": {
"time": "1775560980"
},
"stopId": "FR:50129:ZE:10PET1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"time": "1775561640"
},
"departure": {
"time": "1775561640"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"time": "1775561940"
},
"departure": {
"time": "1775561940"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"time": "1775561520"
},
"departure": {
"time": "1775561520"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"time": "1775560500"
},
"departure": {
"time": "1775560500"
},
"stopId": "FR:50129:ZE:10MES1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"time": "1775562540"
},
"departure": {
"time": "1775562540"
},
"stopId": "FR:50129:ZE:10HPA3:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"time": "1775563080"
},
"departure": {
"time": "1775563080"
},
"stopId": "FR:50129:ZE:10GDR1:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"time": "1775560740"
},
"departure": {
"time": "1775560740"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 6
},
{
"departure": {
"time": "1775560380"
},
"stopId": "FR:50129:ZE:10AMF1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"time": "1775562900"
},
"departure": {
"time": "1775562900"
},
"stopId": "FR:50129:ZE:10MED3:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"time": "1775561820"
},
"departure": {
"time": "1775561820"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"time": "1775560920"
},
"departure": {
"time": "1775560920"
},
"stopId": "FR:50129:ZE:10DIX1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"time": "1775561400"
},
"departure": {
"time": "1775561400"
},
"stopId": "FR:50129:ZE:10PAX1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"time": "1775561040"
},
"departure": {
"time": "1775561040"
},
"stopId": "FR:50129:ZE:10HME1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"time": "1775561280"
},
"departure": {
"time": "1775561280"
},
"stopId": "FR:50129:ZE:10ANN1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"time": "1775563320"
},
"stopId": "FR:50129:ZE:10ECT1:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"time": "1775562720"
},
"departure": {
"time": "1775562720"
},
"stopId": "FR:50129:ZE:10GRR1:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"time": "1775560800"
},
"departure": {
"time": "1775560800"
},
"stopId": "FR:50129:ZE:10EPC1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"time": "1775562660"
},
"departure": {
"time": "1775562660"
},
"stopId": "FR:50129:ZE:10XCT3:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"time": "1775560620"
},
"departure": {
"time": "1775560620"
},
"stopId": "FR:50129:ZE:10FRN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"time": "1775561160"
},
"departure": {
"time": "1775561160"
},
"stopId": "FR:50129:ZE:10CAQ1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"time": "1775561880"
},
"departure": {
"time": "1775561880"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"time": "1775561340"
},
"departure": {
"time": "1775561340"
},
"stopId": "FR:50129:ZE:10CMI1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"time": "1775561760"
},
"departure": {
"time": "1775561760"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"time": "1775562480"
},
"departure": {
"time": "1775562480"
},
"stopId": "FR:50129:ZE:10CRN1:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"time": "1775562060"
},
"departure": {
"time": "1775562060"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"time": "1775562840"
},
"departure": {
"time": "1775562840"
},
"stopId": "FR:50129:ZE:10BAG3:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"time": "1775563200"
},
"departure": {
"time": "1775563200"
},
"stopId": "FR:50129:ZE:10FLO1:ATOUMOD035",
"stopSequence": 34
}
],
"timestamp": "1775560077",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:02:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745679x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD005:ServiceJourney:779:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775569980"
},
"departure": {
"time": "1775569980"
},
"stopId": "FR:76217:ZE:18817:ATOUMOD005",
"stopSequence": 5
},
{
"arrival": {
"time": "1775569860"
},
"departure": {
"time": "1775569860"
},
"stopId": "FR:76217:ZE:18821:ATOUMOD005",
"stopSequence": 4
},
{
"arrival": {
"time": "1775570700"
},
"departure": {
"time": "1775570700"
},
"stopId": "FR:76217:ZE:18286:ATOUMOD005",
"stopSequence": 11
},
{
"arrival": {
"time": "1775570100"
},
"departure": {
"time": "1775570100"
},
"stopId": "FR:76217:ZE:18822:ATOUMOD005",
"stopSequence": 6
},
{
"arrival": {
"time": "1775570220"
},
"departure": {
"time": "1775570220"
},
"stopId": "FR:76217:ZE:18823:ATOUMOD005",
"stopSequence": 7
},
{
"arrival": {
"time": "1775570460"
},
"departure": {
"time": "1775570460"
},
"stopId": "FR:76217:ZE:18824:ATOUMOD005",
"stopSequence": 9
},
{
"arrival": {
"time": "1775570820"
},
"stopId": "FR:76217:ZE:18320:ATOUMOD005",
"stopSequence": 12
},
{
"arrival": {
"time": "1775570340"
},
"departure": {
"time": "1775570340"
},
"stopId": "FR:76217:ZE:18029:ATOUMOD005",
"stopSequence": 8
},
{
"departure": {
"time": "1775569500"
},
"stopId": "FR:76217:ZE:18055:ATOUMOD005",
"stopSequence": 1
},
{
"arrival": {
"time": "1775570580"
},
"departure": {
"time": "1775570580"
},
"stopId": "FR:76217:ZE:18032:ATOUMOD005",
"stopSequence": 10
},
{
"arrival": {
"time": "1775569740"
},
"departure": {
"time": "1775569740"
},
"stopId": "FR:76217:ZE:18816:ATOUMOD005",
"stopSequence": 3
},
{
"arrival": {
"time": "1775569620"
},
"departure": {
"time": "1775569620"
},
"stopId": "FR:76217:ZE:18088:ATOUMOD005",
"stopSequence": 2
}
],
"timestamp": "1775560069",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD005:Line:97:LOC",
"tripId": "ATOUMOD005:ServiceJourney:779:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2470836:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 179,
"time": "1775561339"
},
"departure": {
"delay": 179,
"time": "1775561339"
},
"stopId": "FR:27394:ZE:0x6604:ATOUMOD006",
"stopSequence": 39
},
{
"arrival": {
"delay": 258,
"time": "1775560818"
},
"departure": {
"delay": 258,
"time": "1775560818"
},
"stopId": "FR:27188:ZE:0x6142:ATOUMOD006",
"stopSequence": 34
},
{
"arrival": {
"delay": 45,
"time": "1775561865"
},
"departure": {
"delay": 45,
"time": "1775561865"
},
"stopId": "FR:76231:ZE:0x6172:ATOUMOD006",
"stopSequence": 41
},
{
"arrival": {
"delay": 238,
"time": "1775560558"
},
"departure": {
"delay": 238,
"time": "1775560558"
},
"stopId": "FR:27469:ZE:0x7188:ATOUMOD006",
"stopSequence": 29
},
{
"arrival": {
"delay": 262,
"time": "1775560102"
},
"departure": {
"delay": 262,
"time": "1775560102"
},
"stopId": "FR:27701:ZE:0x7126:ATOUMOD006",
"stopSequence": 28
},
{
"arrival": {
"delay": 189,
"time": "1775561229"
},
"departure": {
"delay": 189,
"time": "1775561229"
},
"stopId": "FR:27188:ZE:0x7175:ATOUMOD006",
"stopSequence": 38
},
{
"arrival": {
"delay": 234,
"time": "1775560674"
},
"departure": {
"delay": 234,
"time": "1775560674"
},
"stopId": "FR:27469:ZE:0x7266:ATOUMOD006",
"stopSequence": 31
},
{
"arrival": {
"delay": 80,
"time": "1775562680"
},
"stopId": "FR:76561:ZE:0x6790:ATOUMOD006",
"stopSequence": 43
},
{
"arrival": {
"delay": 184,
"time": "1775561104"
},
"departure": {
"delay": 184,
"time": "1775561104"
},
"stopId": "FR:27188:ZE:0x7176:ATOUMOD006",
"stopSequence": 37
},
{
"arrival": {
"delay": 211,
"time": "1775561011"
},
"departure": {
"delay": 211,
"time": "1775561011"
},
"stopId": "FR:27188:ZE:0x7198:ATOUMOD006",
"stopSequence": 36
},
{
"arrival": {
"delay": 255,
"time": "1775559975"
},
"departure": {
"delay": 255,
"time": "1775559975"
},
"stopId": "FR:27701:ZE:0x7100:ATOUMOD006",
"stopSequence": 27
},
{
"arrival": {
"delay": 221,
"time": "1775560721"
},
"departure": {
"delay": 221,
"time": "1775560721"
},
"stopId": "FR:27469:ZE:0x6647:ATOUMOD006",
"stopSequence": 32
},
{
"arrival": {
"delay": 100,
"time": "1775561560"
},
"departure": {
"delay": 100,
"time": "1775561560"
},
"stopId": "FR:76640:ZE:0x7159:ATOUMOD006",
"stopSequence": 40
},
{
"arrival": {
"delay": 208,
"time": "1775560948"
},
"departure": {
"delay": 208,
"time": "1775560948"
},
"stopId": "FR:27188:ZE:0x7264:ATOUMOD006",
"stopSequence": 35
},
{
"arrival": {
"delay": 114,
"time": "1775562234"
},
"departure": {
"delay": 114,
"time": "1775562234"
},
"stopId": "FR:76561:ZE:0x6786:ATOUMOD006",
"stopSequence": 42
},
{
"arrival": {
"delay": 259,
"time": "1775560759"
},
"departure": {
"delay": 259,
"time": "1775560759"
},
"stopId": "FR:27469:ZE:0x7268:ATOUMOD006",
"stopSequence": 33
},
{
"arrival": {
"delay": 204,
"time": "1775560584"
},
"departure": {
"delay": 204,
"time": "1775560584"
},
"stopId": "FR:27469:ZE:0x6633:ATOUMOD006",
"stopSequence": 30
},
{
"arrival": {
"delay": 303,
"time": "1775559882"
},
"departure": {
"delay": 303,
"time": "1775559903"
},
"stopId": "FR:27375:ZE:0x6406:ATOUMOD006",
"stopSequence": 26
}
],
"timestamp": "1775560063",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD006:Line:E1:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2470836:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx17818:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 14880,
"time": "1775556660"
},
"departure": {
"delay": 14880,
"time": "1775556660"
},
"stopId": "FR:76681:ZE:TCARxRRIOT0:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 14640,
"time": "1775558340"
},
"departure": {
"delay": 14640,
"time": "1775558340"
},
"stopId": "FR:76540:ZE:TCARxHA1052:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 14880,
"time": "1775557140"
},
"departure": {
"delay": 14880,
"time": "1775557140"
},
"stopId": "FR:76681:ZE:TCARxMETRO1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 14880,
"time": "1775557080"
},
"departure": {
"delay": 14880,
"time": "1775557080"
},
"stopId": "FR:76681:ZE:TCARxJONQ21:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 14640,
"time": "1775558520"
},
"departure": {
"delay": 14640,
"time": "1775558520"
},
"stopId": "FR:76540:ZE:TCARxLUBRI1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 14760,
"time": "1775557740"
},
"departure": {
"delay": 14760,
"time": "1775557740"
},
"stopId": "FR:76540:ZE:TCARxREPUQ1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 14880,
"time": "1775556780"
},
"departure": {
"delay": 14880,
"time": "1775556780"
},
"stopId": "FR:76681:ZE:TCARxLABAS0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 14640,
"time": "1775559060"
},
"departure": {
"delay": 14640,
"time": "1775559060"
},
"stopId": "FR:76498:ZE:TCARxANMAR0:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 14640,
"time": "1775559000"
},
"departure": {
"delay": 14640,
"time": "1775559000"
},
"stopId": "FR:76322:ZE:TCARxFOURR2:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 14700,
"time": "1775557800"
},
"departure": {
"delay": 14700,
"time": "1775557800"
},
"stopId": "FR:76540:ZE:TCARxTART71:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 14640,
"time": "1775558880"
},
"departure": {
"delay": 14640,
"time": "1775558880"
},
"stopId": "FR:76540:ZE:TCARxVESTA2:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 14640,
"time": "1775559180"
},
"departure": {
"delay": 14640,
"time": "1775559180"
},
"stopId": "FR:76498:ZE:TCARxPQMAI0:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 14700,
"time": "1775558040"
},
"departure": {
"delay": 14700,
"time": "1775558040"
},
"stopId": "FR:76540:ZE:TCARxJOFFR5:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 14640,
"time": "1775558640"
},
"departure": {
"delay": 14640,
"time": "1775558640"
},
"stopId": "FR:76498:ZE:TCARxKUHLM1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 14880,
"time": "1775557200"
},
"departure": {
"delay": 14880,
"time": "1775557200"
},
"stopId": "FR:76681:ZE:TCARxHALAG1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 14880,
"time": "1775557320"
},
"departure": {
"delay": 14880,
"time": "1775557320"
},
"stopId": "FR:76681:ZE:TCARxPTEAU1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 14760,
"time": "1775557680"
},
"departure": {
"delay": 14760,
"time": "1775557680"
},
"stopId": "FR:76540:ZE:TCARxPARIS1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 14820,
"time": "1775557380"
},
"departure": {
"delay": 14820,
"time": "1775557380"
},
"stopId": "FR:76540:ZE:TCARxCARSA2:ATOUMOD001",
"stopSequence": 11
},
{
"departure": {
"delay": 14820,
"time": "1775556480"
},
"stopId": "FR:76681:ZE:TCARxHDVS4:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 14820,
"time": "1775556720"
},
"departure": {
"delay": 14820,
"time": "1775556720"
},
"stopId": "FR:76681:ZE:TCARxADRET3:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 14700,
"time": "1775557980"
},
"departure": {
"delay": 14700,
"time": "1775557980"
},
"stopId": "FR:76540:ZE:TCARxJOFFR6:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 14580,
"time": "1775559300"
},
"departure": {
"delay": 14580,
"time": "1775559300"
},
"stopId": "FR:76498:ZE:TCARxTRUFB0:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 14640,
"time": "1775559120"
},
"departure": {
"delay": 14640,
"time": "1775559120"
},
"stopId": "FR:76498:ZE:TCARxPGLIS0:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 14600,
"time": "1775559200"
},
"departure": {
"delay": 14600,
"time": "1775559200"
},
"stopId": "FR:76498:ZE:TCARxCLEME0:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 14700,
"time": "1775558760"
},
"departure": {
"delay": 14700,
"time": "1775558760"
},
"stopId": "FR:76540:ZE:TCARxDEBAR1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 14820,
"time": "1775556900"
},
"departure": {
"delay": 14820,
"time": "1775556900"
},
"stopId": "FR:76681:ZE:TCARxQMARE1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 14640,
"time": "1775558820"
},
"departure": {
"delay": 14640,
"time": "1775558820"
},
"stopId": "FR:76540:ZE:TCARxBMIDI2:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 14580,
"time": "1775559240"
},
"departure": {
"delay": 14580,
"time": "1775559240"
},
"stopId": "FR:76498:ZE:TCARxNERUD0:ATOUMOD001",
"stopSequence": 28
}
],
"timestamp": "1775555617",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx33:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx17818:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4071971x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 92,
"time": "1775560472"
},
"departure": {
"delay": 92,
"time": "1775560472"
},
"stopId": "FR:76351:ZE:3545:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 111,
"time": "1775560851"
},
"departure": {
"delay": 111,
"time": "1775560851"
},
"stopId": "FR:76351:ZE:3280:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": 92,
"time": "1775560652"
},
"departure": {
"delay": 92,
"time": "1775560652"
},
"stopId": "FR:76351:ZE:4582:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 144,
"time": "1775560524"
},
"departure": {
"delay": 144,
"time": "1775560524"
},
"stopId": "FR:76351:ZE:3254:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": 93,
"time": "1775560593"
},
"departure": {
"delay": 93,
"time": "1775560593"
},
"stopId": "FR:76351:ZE:3694:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": 92,
"time": "1775560772"
},
"departure": {
"delay": 92,
"time": "1775560772"
},
"stopId": "FR:76351:ZE:4640:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": 92,
"time": "1775561372"
},
"stopId": "FR:76351:ZE:4544:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": 147,
"time": "1775560167"
},
"departure": {
"delay": 147,
"time": "1775560167"
},
"stopId": "FR:76351:ZE:3169:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 92,
"time": "1775560232"
},
"departure": {
"delay": 92,
"time": "1775560232"
},
"stopId": "FR:76351:ZE:3378:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": 151,
"time": "1775560351"
},
"departure": {
"delay": 151,
"time": "1775560351"
},
"stopId": "FR:76351:ZE:3010:ATOUMOD003",
"stopSequence": 13
},
{
"departure": {
"delay": 63,
"time": "1775559963"
},
"stopId": "FR:76351:ZE:3236:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": 92,
"time": "1775561132"
},
"departure": {
"delay": 92,
"time": "1775561132"
},
"stopId": "FR:76351:ZE:3793:ATOUMOD003",
"stopSequence": 23
},
{
"departure": {
"delay": 92,
"time": "1775560052"
},
"stopId": "FR:76351:ZE:3232:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": 147,
"time": "1775560947"
},
"departure": {
"delay": 147,
"time": "1775560947"
},
"stopId": "FR:76351:ZE:3281:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": 151,
"time": "1775561011"
},
"departure": {
"delay": 151,
"time": "1775561011"
},
"stopId": "FR:76351:ZE:3177:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": 142,
"time": "1775560402"
},
"departure": {
"delay": 142,
"time": "1775560402"
},
"stopId": "FR:76351:ZE:3383:ATOUMOD003",
"stopSequence": 14
}
],
"timestamp": "1775560060",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C4:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4071971x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx1423:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 141,
"time": "1775559501"
},
"departure": {
"delay": 141,
"time": "1775559501"
},
"stopId": "FR:76540:ZE:TCARxDRIVI2:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 118,
"time": "1775559778"
},
"departure": {
"delay": 118,
"time": "1775559778"
},
"stopId": "FR:76540:ZE:TCARxCHRUT2:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 74,
"time": "1775561114"
},
"departure": {
"delay": 74,
"time": "1775561114"
},
"stopId": "FR:76157:ZE:TCARxTPRAT2:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 50,
"time": "1775561330"
},
"departure": {
"delay": 50,
"time": "1775561330"
},
"stopId": "FR:76157:ZE:TCARxTPROV2:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 59,
"time": "1775561219"
},
"departure": {
"delay": 59,
"time": "1775561219"
},
"stopId": "FR:76157:ZE:TCARxTDUMA2:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 74,
"time": "1775560874"
},
"departure": {
"delay": 74,
"time": "1775560874"
},
"stopId": "FR:76540:ZE:TCARxMIN2T:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 79,
"time": "1775560219"
},
"departure": {
"delay": 79,
"time": "1775560219"
},
"stopId": "FR:76540:ZE:TCARxTARTT2:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 143,
"time": "1775559203"
},
"departure": {
"delay": 143,
"time": "1775559203"
},
"stopId": "FR:76212:ZE:TCARxCANAD2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 49,
"time": "1775561569"
},
"departure": {
"delay": 49,
"time": "1775561569"
},
"stopId": "FR:76157:ZE:TCARxTBIZET:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 134,
"time": "1775559931"
},
"departure": {
"delay": 134,
"time": "1775559974"
},
"stopId": "FR:76540:ZE:TCARxPMARC2:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 94,
"time": "1775559858"
},
"departure": {
"delay": 94,
"time": "1775559874"
},
"stopId": "FR:76540:ZE:TCARxMARTT2:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 84,
"time": "1775560404"
},
"departure": {
"delay": 84,
"time": "1775560404"
},
"stopId": "FR:76540:ZE:TCARxPASPA2:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 64,
"time": "1775561464"
},
"departure": {
"delay": 64,
"time": "1775561464"
},
"stopId": "FR:76157:ZE:TCARxTPISS2:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 79,
"time": "1775560039"
},
"departure": {
"delay": 79,
"time": "1775560039"
},
"stopId": "FR:76540:ZE:TCARxREPUB2:ATOUMOD001",
"stopSequence": 11
},
{
"departure": {
"delay": 159,
"time": "1775559099"
},
"stopId": "FR:76212:ZE:TCARxDUREC:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 67,
"time": "1775560327"
},
"departure": {
"delay": 67,
"time": "1775560327"
},
"stopId": "FR:76540:ZE:TCARxBELGE2:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 49,
"time": "1775561389"
},
"departure": {
"delay": 49,
"time": "1775561389"
},
"stopId": "FR:76157:ZE:TCARxTJAUR2:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 160,
"time": "1775559400"
},
"departure": {
"delay": 160,
"time": "1775559400"
},
"stopId": "FR:76212:ZE:TCARxECOLE2:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 49,
"time": "1775561149"
},
"departure": {
"delay": 49,
"time": "1775561149"
},
"stopId": "FR:76157:ZE:TCARxTOUYE2:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 155,
"time": "1775559575"
},
"departure": {
"delay": 155,
"time": "1775559575"
},
"stopId": "FR:76540:ZE:TCARxJEUNE2:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 108,
"time": "1775559708"
},
"departure": {
"delay": 108,
"time": "1775559708"
},
"stopId": "FR:76540:ZE:TCARxHILAI2:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 73,
"time": "1775560153"
},
"departure": {
"delay": 73,
"time": "1775560153"
},
"stopId": "FR:76540:ZE:TCARxCATHE2:ATOUMOD001",
"stopSequence": 12
}
],
"timestamp": "1775559118",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx93:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx1423:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx18185:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -17377,
"time": "1775562383"
},
"departure": {
"delay": -17377,
"time": "1775562383"
},
"stopId": "FR:76498:ZE:TCARxSADAK2:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": -17325,
"time": "1775562075"
},
"departure": {
"delay": -17325,
"time": "1775562075"
},
"stopId": "FR:76322:ZE:TCARxCBOIS2:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": -17260,
"time": "1775561300"
},
"departure": {
"delay": -17260,
"time": "1775561300"
},
"stopId": "FR:76681:ZE:TCARxSEMBA1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": -17317,
"time": "1775561423"
},
"departure": {
"delay": -17317,
"time": "1775561423"
},
"stopId": "FR:76681:ZE:TCARxLBRU11:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": -17365,
"time": "1775562575"
},
"departure": {
"delay": -17365,
"time": "1775562575"
},
"stopId": "FR:76498:ZE:TCARxCLEME1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": -17250,
"time": "1775561190"
},
"departure": {
"delay": -17250,
"time": "1775561190"
},
"stopId": "FR:76681:ZE:TCARxHDVS3:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": -17366,
"time": "1775562214"
},
"departure": {
"delay": -17366,
"time": "1775562214"
},
"stopId": "FR:76322:ZE:TCARxALLIE2:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": -17277,
"time": "1775561583"
},
"departure": {
"delay": -17277,
"time": "1775561583"
},
"stopId": "FR:76498:ZE:TCARxPHILI1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": -17354,
"time": "1775562286"
},
"departure": {
"delay": -17354,
"time": "1775562286"
},
"stopId": "FR:76498:ZE:TCARxJARDO2:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": -17331,
"time": "1775562129"
},
"departure": {
"delay": -17331,
"time": "1775562129"
},
"stopId": "FR:76322:ZE:TCARxGIROU2:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": -17322,
"time": "1775562678"
},
"departure": {
"delay": -17322,
"time": "1775562678"
},
"stopId": "FR:76498:ZE:TCARxPQMAI1:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": -17387,
"time": "1775562493"
},
"departure": {
"delay": -17387,
"time": "1775562493"
},
"stopId": "FR:76498:ZE:TCARxNERUD1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": -17310,
"time": "1775562750"
},
"departure": {
"delay": -17310,
"time": "1775562750"
},
"stopId": "FR:76498:ZE:TCARxPGLIS1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": -17370,
"time": "1775562450"
},
"departure": {
"delay": -17370,
"time": "1775562450"
},
"stopId": "FR:76498:ZE:TCARxTRUFB1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": -17277,
"time": "1775561823"
},
"departure": {
"delay": -17277,
"time": "1775561823"
},
"stopId": "FR:76322:ZE:TCARxHURIE0:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": -17312,
"time": "1775561368"
},
"departure": {
"delay": -17312,
"time": "1775561368"
},
"stopId": "FR:76681:ZE:TCARxROSTA1:ATOUMOD001",
"stopSequence": 8
}
],
"timestamp": "1775556997",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx41:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx18185:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745720x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 188,
"time": "1775546157"
},
"departure": {
"delay": 188,
"time": "1775546168"
},
"stopId": "FR:50129:ZE:10HET2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 316,
"time": "1775545801"
},
"departure": {
"delay": 316,
"time": "1775545816"
},
"stopId": "FR:50129:ZE:10HME2:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 141,
"time": "1775546301"
},
"stopId": "FR:50129:ZE:10AMF1:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 167,
"time": "1775546257"
},
"departure": {
"delay": 167,
"time": "1775546267"
},
"stopId": "FR:50129:ZE:10MES2:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 155,
"time": "1775544037"
},
"departure": {
"delay": 155,
"time": "1775544095"
},
"stopId": "FR:50129:ZE:10XCT4:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 268,
"time": "1775544950"
},
"departure": {
"delay": 268,
"time": "1775544988"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 133,
"time": "1775544153"
},
"departure": {
"delay": 133,
"time": "1775544193"
},
"stopId": "FR:50129:ZE:10HPA4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 373,
"time": "1775545724"
},
"departure": {
"delay": 373,
"time": "1775545753"
},
"stopId": "FR:50129:ZE:10CAQ2:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 198,
"time": "1775546197"
},
"departure": {
"delay": 198,
"time": "1775546238"
},
"stopId": "FR:50129:ZE:10MOR2:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 293,
"time": "1775545838"
},
"departure": {
"delay": 293,
"time": "1775545853"
},
"stopId": "FR:50129:ZE:10PET2:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 105,
"time": "1775543586"
},
"departure": {
"delay": 105,
"time": "1775543625"
},
"stopId": "FR:50129:ZE:10GDR2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 407,
"time": "1775545592"
},
"departure": {
"delay": 407,
"time": "1775545607"
},
"stopId": "FR:50129:ZE:10CMI2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 367,
"time": "1775545471"
},
"departure": {
"delay": 367,
"time": "1775545507"
},
"stopId": "FR:50129:ZE:10TRA3:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 399,
"time": "1775545641"
},
"departure": {
"delay": 399,
"time": "1775545659"
},
"stopId": "FR:50129:ZE:10ANN2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 114,
"time": "1775543650"
},
"departure": {
"delay": 114,
"time": "1775543694"
},
"stopId": "FR:50129:ZE:10NOR6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 249,
"time": "1775545975"
},
"departure": {
"delay": 249,
"time": "1775545989"
},
"stopId": "FR:50129:ZE:10EPC2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 217,
"time": "1775546124"
},
"departure": {
"delay": 217,
"time": "1775546137"
},
"stopId": "FR:50129:ZE:10TLL2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 382,
"time": "1775545553"
},
"departure": {
"delay": 382,
"time": "1775545582"
},
"stopId": "FR:50129:ZE:10PAX2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 350,
"time": "1775545386"
},
"departure": {
"delay": 350,
"time": "1775545430"
},
"stopId": "FR:50129:ZE:10REP4:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 228,
"time": "1775546017"
},
"departure": {
"delay": 228,
"time": "1775546028"
},
"stopId": "FR:50129:ZE:10EPH1:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 91,
"time": "1775543753"
},
"departure": {
"delay": 91,
"time": "1775543791"
},
"stopId": "FR:50129:ZE:10MED4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 235,
"time": "1775544846"
},
"departure": {
"delay": 235,
"time": "1775544895"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 129,
"time": "1775543949"
},
"departure": {
"delay": 129,
"time": "1775544009"
},
"stopId": "FR:50129:ZE:10GRR2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 84,
"time": "1775543408"
},
"departure": {
"delay": 84,
"time": "1775543424"
},
"stopId": "FR:50129:ZE:10FLO2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 98,
"time": "1775543499"
},
"departure": {
"delay": 98,
"time": "1775543558"
},
"stopId": "FR:50129:ZE:10LPL2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 331,
"time": "1775545124"
},
"departure": {
"delay": 331,
"time": "1775545171"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 120,
"time": "1775543841"
},
"departure": {
"delay": 120,
"time": "1775543880"
},
"stopId": "FR:50129:ZE:10BAG4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 157,
"time": "1775544295"
},
"departure": {
"delay": 157,
"time": "1775544337"
},
"stopId": "FR:50129:ZE:10CRN2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 241,
"time": "1775546057"
},
"departure": {
"delay": 241,
"time": "1775546101"
},
"stopId": "FR:50129:ZE:10PAU2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 280,
"time": "1775545012"
},
"departure": {
"delay": 280,
"time": "1775545060"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 346,
"time": "1775545271"
},
"departure": {
"delay": 346,
"time": "1775545306"
},
"stopId": "FR:50129:ZE:10HDI4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 230,
"time": "1775545901"
},
"departure": {
"delay": 230,
"time": "1775545910"
},
"stopId": "FR:50129:ZE:10DIX2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 219,
"time": "1775544647"
},
"departure": {
"delay": 219,
"time": "1775544699"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 223,
"time": "1775544473"
},
"departure": {
"delay": 223,
"time": "1775544523"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 13
},
{
"departure": {
"delay": 36,
"time": "1775543316"
},
"stopId": "FR:50129:ZE:10ECT1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 252,
"time": "1775544751"
},
"departure": {
"delay": 252,
"time": "1775544792"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 15
}
],
"timestamp": "1775560077",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:02:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745720x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3747835x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 29,
"time": "1775535077"
},
"departure": {
"delay": 29,
"time": "1775535089"
},
"stopId": "FR:50129:ZE:10GNT2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 41,
"time": "1775535741"
},
"departure": {
"delay": 41,
"time": "1775535761"
},
"stopId": "FR:50129:ZE:10BSJ2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 68,
"time": "1775536426"
},
"departure": {
"delay": 68,
"time": "1775536448"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 29,
"time": "1775534909"
},
"departure": {
"delay": 29,
"time": "1775534969"
},
"stopId": "FR:50129:ZE:10CEN2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 119,
"time": "1775536155"
},
"departure": {
"delay": 119,
"time": "1775536319"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": -53,
"time": "1775535590"
},
"departure": {
"delay": -53,
"time": "1775535607"
},
"stopId": "FR:50129:ZE:10SEX2:ATOUMOD035",
"stopSequence": 13
},
{
"departure": {
"delay": 36,
"time": "1775534856"
},
"stopId": "FR:50129:ZE:10MXR2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 10,
"time": "1775535631"
},
"departure": {
"delay": 10,
"time": "1775535730"
},
"stopId": "FR:50129:ZE:10MTT2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 1,
"time": "1775535164"
},
"departure": {
"delay": 1,
"time": "1775535181"
},
"stopId": "FR:50129:ZE:10LOG2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 66,
"time": "1775535449"
},
"departure": {
"delay": 66,
"time": "1775535486"
},
"stopId": "FR:50129:ZE:10CSM2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 79,
"time": "1775535222"
},
"departure": {
"delay": 79,
"time": "1775535259"
},
"stopId": "FR:50129:ZE:10REN2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 36,
"time": "1775536576"
},
"departure": {
"delay": 36,
"time": "1775536596"
},
"stopId": "FR:50129:ZE:10PLx1:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 42,
"time": "1775536503"
},
"departure": {
"delay": 42,
"time": "1775536542"
},
"stopId": "FR:50129:ZE:10HDV1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 79,
"time": "1775535373"
},
"departure": {
"delay": 79,
"time": "1775535379"
},
"stopId": "FR:50129:ZE:10DEB2:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 67,
"time": "1775536363"
},
"departure": {
"delay": 67,
"time": "1775536387"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 58,
"time": "1775535050"
},
"departure": {
"delay": 58,
"time": "1775535058"
},
"stopId": "FR:50129:ZE:10BOC2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": -89,
"time": "1775536651"
},
"stopId": "FR:50129:ZE:10SHU2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 8,
"time": "1775536011"
},
"departure": {
"delay": 8,
"time": "1775536028"
},
"stopId": "FR:50129:ZE:10BOS2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 22,
"time": "1775535788"
},
"departure": {
"delay": 22,
"time": "1775535802"
},
"stopId": "FR:50129:ZE:10RUC2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 20,
"time": "1775535972"
},
"departure": {
"delay": 20,
"time": "1775535980"
},
"stopId": "FR:50129:ZE:10ODR2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": -12,
"time": "1775536057"
},
"departure": {
"delay": -12,
"time": "1775536068"
},
"stopId": "FR:50129:ZE:10JAR2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 79,
"time": "1775535283"
},
"departure": {
"delay": 79,
"time": "1775535319"
},
"stopId": "FR:50129:ZE:10CUR2:ATOUMOD035",
"stopSequence": 7
}
],
"timestamp": "1775559936",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:04:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3747835x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC602173:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 103,
"time": "1775561263"
},
"departure": {
"delay": 103,
"time": "1775561263"
},
"stopId": "FR:27229:ZE:0xCAS02:ATOUMOD004",
"stopSequence": 24
},
{
"arrival": {
"delay": 77,
"time": "1775560817"
},
"departure": {
"delay": 77,
"time": "1775560817"
},
"stopId": "FR:27229:ZE:0xNEUBO01:ATOUMOD004",
"stopSequence": 16
},
{
"arrival": {
"delay": 66,
"time": "1775561406"
},
"departure": {
"delay": 66,
"time": "1775561406"
},
"stopId": "FR:27229:ZE:0xTAT02:ATOUMOD004",
"stopSequence": 27
},
{
"arrival": {
"delay": 73,
"time": "1775560393"
},
"departure": {
"delay": 73,
"time": "1775560393"
},
"stopId": "FR:27229:ZE:0xCIN01:ATOUMOD004",
"stopSequence": 7
},
{
"arrival": {
"delay": 40,
"time": "1775560840"
},
"departure": {
"delay": 40,
"time": "1775560840"
},
"stopId": "FR:27229:ZE:0xADO02:ATOUMOD004",
"stopSequence": 17
},
{
"arrival": {
"delay": 68,
"time": "1775560988"
},
"departure": {
"delay": 68,
"time": "1775560988"
},
"stopId": "FR:27229:ZE:0xPAN02:ATOUMOD004",
"stopSequence": 19
},
{
"arrival": {
"delay": 99,
"time": "1775560779"
},
"departure": {
"delay": 99,
"time": "1775560779"
},
"stopId": "FR:27229:ZE:0xMAR02:ATOUMOD004",
"stopSequence": 15
},
{
"arrival": {
"delay": 70,
"time": "1775561170"
},
"departure": {
"delay": 70,
"time": "1775561170"
},
"stopId": "FR:27229:ZE:0xSAC02:ATOUMOD004",
"stopSequence": 20
},
{
"arrival": {
"delay": 86,
"time": "1775561306"
},
"departure": {
"delay": 86,
"time": "1775561306"
},
"stopId": "FR:27229:ZE:0xCLS02:ATOUMOD004",
"stopSequence": 25
},
{
"arrival": {
"delay": 131,
"time": "1775561231"
},
"departure": {
"delay": 131,
"time": "1775561231"
},
"stopId": "FR:27229:ZE:0xSAL02:ATOUMOD004",
"stopSequence": 23
},
{
"arrival": {
"delay": 44,
"time": "1775560124"
},
"departure": {
"delay": 44,
"time": "1775560124"
},
"stopId": "FR:27229:ZE:0xHAP02:ATOUMOD004",
"stopSequence": 5
},
{
"arrival": {
"delay": -16,
"time": "1775560244"
},
"departure": {
"delay": -16,
"time": "1775560244"
},
"stopId": "FR:27229:ZE:0xHOT01:ATOUMOD004",
"stopSequence": 6
},
{
"arrival": {
"delay": 83,
"time": "1775560703"
},
"departure": {
"delay": 83,
"time": "1775560703"
},
"stopId": "FR:27229:ZE:0xLOR02:ATOUMOD004",
"stopSequence": 12
},
{
"arrival": {
"delay": 64,
"time": "1775560564"
},
"departure": {
"delay": 64,
"time": "1775560564"
},
"stopId": "FR:27229:ZE:0xCOT02:ATOUMOD004",
"stopSequence": 9
},
{
"arrival": {
"delay": 64,
"time": "1775561464"
},
"stopId": "FR:27229:ZE:0xROS02:ATOUMOD004",
"stopSequence": 28
},
{
"arrival": {
"delay": 98,
"time": "1775561378"
},
"departure": {
"delay": 98,
"time": "1775561378"
},
"stopId": "FR:27229:ZE:0xBOS02:ATOUMOD004",
"stopSequence": 26
},
{
"arrival": {
"delay": 146,
"time": "1775560466"
},
"departure": {
"delay": 146,
"time": "1775560466"
},
"stopId": "FR:27229:ZE:0xSAU02:ATOUMOD004",
"stopSequence": 8
},
{
"arrival": {
"delay": 93,
"time": "1775559963"
},
"departure": {
"delay": 93,
"time": "1775560053"
},
"stopId": "FR:27229:ZE:0xJAU02:ATOUMOD004",
"stopSequence": 4
},
{
"arrival": {
"delay": 122,
"time": "1775560922"
},
"departure": {
"delay": 122,
"time": "1775560922"
},
"stopId": "FR:27229:ZE:0xECH02:ATOUMOD004",
"stopSequence": 18
}
],
"timestamp": "1775560081",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD004:Line:T10:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC602173:LOC"
}
}
},
{
"id": "SM:ATOUMOD005:ServiceJourney:857:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775573520"
},
"departure": {
"time": "1775573520"
},
"stopId": "FR:76217:ZE:18800:ATOUMOD005",
"stopSequence": 6
},
{
"arrival": {
"time": "1775573820"
},
"departure": {
"time": "1775573820"
},
"stopId": "FR:76217:ZE:18801:ATOUMOD005",
"stopSequence": 11
},
{
"arrival": {
"time": "1775574180"
},
"departure": {
"time": "1775574180"
},
"stopId": "FR:76217:ZE:18324:ATOUMOD005",
"stopSequence": 15
},
{
"arrival": {
"time": "1775573580"
},
"departure": {
"time": "1775573580"
},
"stopId": "FR:76217:ZE:18067:ATOUMOD005",
"stopSequence": 7
},
{
"arrival": {
"time": "1775573700"
},
"departure": {
"time": "1775573700"
},
"stopId": "FR:76217:ZE:18093:ATOUMOD005",
"stopSequence": 9
},
{
"arrival": {
"time": "1775574000"
},
"departure": {
"time": "1775574000"
},
"stopId": "FR:76217:ZE:18028:ATOUMOD005",
"stopSequence": 14
},
{
"arrival": {
"time": "1775573280"
},
"departure": {
"time": "1775573280"
},
"stopId": "FR:76217:ZE:18043:ATOUMOD005",
"stopSequence": 4
},
{
"arrival": {
"time": "1775573760"
},
"departure": {
"time": "1775573760"
},
"stopId": "FR:76217:ZE:18052:ATOUMOD005",
"stopSequence": 10
},
{
"arrival": {
"time": "1775573640"
},
"departure": {
"time": "1775573640"
},
"stopId": "FR:76217:ZE:18325:ATOUMOD005",
"stopSequence": 8
},
{
"arrival": {
"time": "1775572980"
},
"departure": {
"time": "1775572980"
},
"stopId": "FR:76217:ZE:18320:ATOUMOD005",
"stopSequence": 2
},
{
"arrival": {
"time": "1775574360"
},
"departure": {
"time": "1775574360"
},
"stopId": "FR:76217:ZE:18023:ATOUMOD005",
"stopSequence": 16
},
{
"departure": {
"time": "1775572800"
},
"stopId": "FR:76217:ZE:18088:ATOUMOD005",
"stopSequence": 1
},
{
"arrival": {
"time": "1775574600"
},
"stopId": "FR:76217:ZE:18041:ATOUMOD005",
"stopSequence": 18
},
{
"arrival": {
"time": "1775573940"
},
"departure": {
"time": "1775573940"
},
"stopId": "FR:76217:ZE:18080:ATOUMOD005",
"stopSequence": 13
},
{
"arrival": {
"time": "1775573880"
},
"departure": {
"time": "1775573880"
},
"stopId": "FR:76217:ZE:18037:ATOUMOD005",
"stopSequence": 12
},
{
"arrival": {
"time": "1775573460"
},
"departure": {
"time": "1775573460"
},
"stopId": "FR:76217:ZE:18243:ATOUMOD005",
"stopSequence": 5
},
{
"arrival": {
"time": "1775574540"
},
"departure": {
"time": "1775574540"
},
"stopId": "FR:76217:ZE:18321:ATOUMOD005",
"stopSequence": 17
},
{
"arrival": {
"time": "1775573160"
},
"departure": {
"time": "1775573160"
},
"stopId": "FR:76217:ZE:18057:ATOUMOD005",
"stopSequence": 3
}
],
"timestamp": "1775560066",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD005:Line:3:LOC",
"tripId": "ATOUMOD005:ServiceJourney:857:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC596641:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -12,
"time": "1775560788"
},
"departure": {
"delay": -12,
"time": "1775560788"
},
"stopId": "FR:27229:ZE:0xVOL02:ATOUMOD004",
"stopSequence": 20
},
{
"arrival": {
"time": "1775560440"
},
"departure": {
"time": "1775560440"
},
"stopId": "FR:27229:ZE:0xRRE01:ATOUMOD004",
"stopSequence": 15
},
{
"arrival": {
"delay": 82,
"time": "1775560282"
},
"departure": {
"delay": 82,
"time": "1775560282"
},
"stopId": "FR:27229:ZE:0xBRI01:ATOUMOD004",
"stopSequence": 13
},
{
"arrival": {
"delay": -12,
"time": "1775560728"
},
"departure": {
"delay": -12,
"time": "1775560728"
},
"stopId": "FR:27229:ZE:0xKEN04:ATOUMOD004",
"stopSequence": 19
},
{
"arrival": {
"delay": -6,
"time": "1775560614"
},
"departure": {
"delay": -6,
"time": "1775560614"
},
"stopId": "FR:27229:ZE:0xJOL01:ATOUMOD004",
"stopSequence": 17
},
{
"arrival": {
"delay": 41,
"time": "1775560361"
},
"departure": {
"delay": 41,
"time": "1775560361"
},
"stopId": "FR:27229:ZE:0xFRI01:ATOUMOD004",
"stopSequence": 14
},
{
"arrival": {
"delay": -11,
"time": "1775560669"
},
"departure": {
"delay": -11,
"time": "1775560669"
},
"stopId": "FR:27229:ZE:0xPAS01:ATOUMOD004",
"stopSequence": 18
},
{
"arrival": {
"delay": 100,
"time": "1775560120"
},
"departure": {
"delay": 100,
"time": "1775560120"
},
"stopId": "FR:27229:ZE:0xJAU01:ATOUMOD004",
"stopSequence": 11
},
{
"arrival": {
"delay": -16,
"time": "1775560844"
},
"departure": {
"delay": -16,
"time": "1775560844"
},
"stopId": "FR:27229:ZE:0xRUG02:ATOUMOD004",
"stopSequence": 21
},
{
"arrival": {
"delay": 30,
"time": "1775560530"
},
"departure": {
"delay": 30,
"time": "1775560530"
},
"stopId": "FR:27229:ZE:0xROR01:ATOUMOD004",
"stopSequence": 16
},
{
"arrival": {
"delay": -26,
"time": "1775560894"
},
"stopId": "FR:27229:ZE:0xMOL02:ATOUMOD004",
"stopSequence": 22
},
{
"arrival": {
"delay": 40,
"time": "1775560180"
},
"departure": {
"delay": 40,
"time": "1775560180"
},
"stopId": "FR:27229:ZE:0xGAR01:ATOUMOD004",
"stopSequence": 12
}
],
"timestamp": "1775560081",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD004:Line:T1:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC596641:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx4135:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 162,
"time": "1775560242"
},
"departure": {
"delay": 162,
"time": "1775560242"
},
"stopId": "FR:76540:ZE:TCARxAVCAE1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 130,
"time": "1775560450"
},
"departure": {
"delay": 130,
"time": "1775560450"
},
"stopId": "FR:76540:ZE:TCARxSTSEV1:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 92,
"time": "1775559916"
},
"departure": {
"delay": 92,
"time": "1775559932"
},
"stopId": "FR:76498:ZE:TCARxJULIE1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 35,
"time": "1775559395"
},
"departure": {
"delay": 35,
"time": "1775559395"
},
"stopId": "FR:76322:ZE:TCARxCEZAN1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 163,
"time": "1775560723"
},
"departure": {
"delay": 163,
"time": "1775560723"
},
"stopId": "FR:76540:ZE:TCARxJUSTI1:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 152,
"time": "1775559675"
},
"departure": {
"delay": 152,
"time": "1775559692"
},
"stopId": "FR:76322:ZE:TCARxPROVI1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 116,
"time": "1775560796"
},
"departure": {
"delay": 116,
"time": "1775560796"
},
"stopId": "FR:76540:ZE:TCARxGAREV1:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 130,
"time": "1775560690"
},
"departure": {
"delay": 130,
"time": "1775560690"
},
"stopId": "FR:76540:ZE:TCARxTARTS1:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 67,
"time": "1775559462"
},
"departure": {
"delay": 67,
"time": "1775559487"
},
"stopId": "FR:76322:ZE:TCARxLBLUM1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 146,
"time": "1775560946"
},
"departure": {
"delay": 146,
"time": "1775560946"
},
"stopId": "FR:76540:ZE:TCARxBEAUV1:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": 124,
"time": "1775560144"
},
"departure": {
"delay": 124,
"time": "1775560144"
},
"stopId": "FR:76498:ZE:TCARxJAURE1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 153,
"time": "1775560533"
},
"departure": {
"delay": 153,
"time": "1775560533"
},
"stopId": "FR:76540:ZE:TCARxJOFFR1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 112,
"time": "1775559564"
},
"departure": {
"delay": 112,
"time": "1775559592"
},
"stopId": "FR:76322:ZE:TCARxKENNE1:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 112,
"time": "1775559781"
},
"departure": {
"delay": 112,
"time": "1775559832"
},
"stopId": "FR:76498:ZE:TCARxCHGAU1:ATOUMOD001",
"stopSequence": 19
},
{
"departure": {
"delay": 32,
"time": "1775559332"
},
"stopId": "FR:76322:ZE:TCARxBRAQU1:ATOUMOD001",
"stopSequence": 14
}
],
"timestamp": "1775559337",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx90:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx4135:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4230399x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -6,
"time": "1775561694"
},
"departure": {
"delay": -6,
"time": "1775561694"
},
"stopId": "FR:76351:ZE:3200:ATOUMOD003",
"stopSequence": 30
},
{
"arrival": {
"delay": -6,
"time": "1775561934"
},
"departure": {
"delay": -6,
"time": "1775561934"
},
"stopId": "FR:76351:ZE:3770:ATOUMOD003",
"stopSequence": 32
},
{
"arrival": {
"delay": 24,
"time": "1775560284"
},
"departure": {
"delay": 24,
"time": "1775560284"
},
"stopId": "FR:76351:ZE:3568:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": -5,
"time": "1775560195"
},
"departure": {
"delay": -5,
"time": "1775560195"
},
"stopId": "FR:76351:ZE:4875:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": -6,
"time": "1775562174"
},
"departure": {
"delay": -6,
"time": "1775562174"
},
"stopId": "FR:76351:ZE:3447:ATOUMOD003",
"stopSequence": 36
},
{
"arrival": {
"delay": -6,
"time": "1775562534"
},
"stopId": "FR:76341:ZE:3691:ATOUMOD003",
"stopSequence": 39
},
{
"arrival": {
"delay": 12,
"time": "1775562012"
},
"departure": {
"delay": 12,
"time": "1775562012"
},
"stopId": "FR:76351:ZE:3019:ATOUMOD003",
"stopSequence": 34
},
{
"arrival": {
"delay": 48,
"time": "1775561028"
},
"departure": {
"delay": 48,
"time": "1775561028"
},
"stopId": "FR:76351:ZE:3657:ATOUMOD003",
"stopSequence": 24
},
{
"departure": {
"delay": -6,
"time": "1775560014"
},
"stopId": "FR:76351:ZE:3385:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": -6,
"time": "1775560674"
},
"departure": {
"delay": -6,
"time": "1775560674"
},
"stopId": "FR:76351:ZE:3192:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": 41,
"time": "1775561981"
},
"departure": {
"delay": 41,
"time": "1775561981"
},
"stopId": "FR:76351:ZE:3007:ATOUMOD003",
"stopSequence": 33
},
{
"arrival": {
"delay": -6,
"time": "1775561094"
},
"departure": {
"delay": -6,
"time": "1775561094"
},
"stopId": "FR:76351:ZE:4643:ATOUMOD003",
"stopSequence": 25
},
{
"arrival": {
"delay": -1,
"time": "1775560079"
},
"departure": {
"delay": -1,
"time": "1775560079"
},
"stopId": "FR:76351:ZE:3709:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": 11,
"time": "1775560331"
},
"departure": {
"delay": 11,
"time": "1775560331"
},
"stopId": "FR:76351:ZE:3376:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": 47,
"time": "1775560487"
},
"departure": {
"delay": 47,
"time": "1775560487"
},
"stopId": "FR:76351:ZE:3605:ATOUMOD003",
"stopSequence": 19
},
{
"departure": {
"delay": 50,
"time": "1775559950"
},
"stopId": "FR:76351:ZE:3655:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": 14,
"time": "1775560754"
},
"departure": {
"delay": 14,
"time": "1775560754"
},
"stopId": "FR:76351:ZE:3241:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": 6,
"time": "1775561346"
},
"departure": {
"delay": 6,
"time": "1775561346"
},
"stopId": "FR:76351:ZE:3276:ATOUMOD003",
"stopSequence": 28
},
{
"arrival": {
"time": "1775560380"
},
"departure": {
"time": "1775560380"
},
"stopId": "FR:76351:ZE:3414:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 46,
"time": "1775561266"
},
"departure": {
"delay": 46,
"time": "1775561266"
},
"stopId": "FR:76351:ZE:3501:ATOUMOD003",
"stopSequence": 27
},
{
"arrival": {
"delay": 43,
"time": "1775562223"
},
"departure": {
"delay": 43,
"time": "1775562223"
},
"stopId": "FR:76351:ZE:4115:ATOUMOD003",
"stopSequence": 37
},
{
"arrival": {
"delay": 38,
"time": "1775562278"
},
"departure": {
"delay": 38,
"time": "1775562278"
},
"stopId": "FR:76351:ZE:4523:ATOUMOD003",
"stopSequence": 38
},
{
"arrival": {
"delay": -6,
"time": "1775560254"
},
"departure": {
"delay": -6,
"time": "1775560254"
},
"stopId": "FR:76351:ZE:3728:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 38,
"time": "1775561798"
},
"departure": {
"delay": 38,
"time": "1775561798"
},
"stopId": "FR:76351:ZE:3543:ATOUMOD003",
"stopSequence": 31
},
{
"arrival": {
"delay": 26,
"time": "1775560946"
},
"departure": {
"delay": 26,
"time": "1775560946"
},
"stopId": "FR:76351:ZE:3028:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": 35,
"time": "1775562035"
},
"departure": {
"delay": 35,
"time": "1775562035"
},
"stopId": "FR:76351:ZE:3685:ATOUMOD003",
"stopSequence": 35
},
{
"arrival": {
"delay": -2,
"time": "1775560138"
},
"departure": {
"delay": -2,
"time": "1775560138"
},
"stopId": "FR:76351:ZE:3707:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 37,
"time": "1775560597"
},
"departure": {
"delay": 37,
"time": "1775560597"
},
"stopId": "FR:76351:ZE:3062:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": -6,
"time": "1775561454"
},
"departure": {
"delay": -6,
"time": "1775561454"
},
"stopId": "FR:76351:ZE:5183:ATOUMOD003",
"stopSequence": 29
},
{
"arrival": {
"delay": -1,
"time": "1775561159"
},
"departure": {
"delay": -1,
"time": "1775561159"
},
"stopId": "FR:76351:ZE:3646:ATOUMOD003",
"stopSequence": 26
}
],
"timestamp": "1775560049",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C5:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4230399x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3758420x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 189,
"time": "1775544153"
},
"departure": {
"delay": 189,
"time": "1775544189"
},
"stopId": "FR:50041:ZE:HAGGR1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 95,
"time": "1775545157"
},
"departure": {
"delay": 95,
"time": "1775545175"
},
"stopId": "FR:50129:ZE:10HME1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 109,
"time": "1775545109"
},
"departure": {
"delay": 109,
"time": "1775545129"
},
"stopId": "FR:50129:ZE:10PET1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 89,
"time": "1775546232"
},
"departure": {
"delay": 89,
"time": "1775546249"
},
"stopId": "FR:50129:ZE:10CRN2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 139,
"time": "1775545840"
},
"departure": {
"delay": 139,
"time": "1775545879"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 69,
"time": "1775545577"
},
"departure": {
"delay": 69,
"time": "1775545629"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 158,
"time": "1775544609"
},
"departure": {
"delay": 158,
"time": "1775544698"
},
"stopId": "FR:50041:ZE:HAGBG1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 200,
"time": "1775543895"
},
"departure": {
"delay": 200,
"time": "1775543900"
},
"stopId": "FR:50041:ZE:HAGFY1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 104,
"time": "1775546384"
},
"stopId": "FR:50129:ZE:10PEM4:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 160,
"time": "1775545019"
},
"departure": {
"delay": 160,
"time": "1775545060"
},
"stopId": "FR:50129:ZE:10DIX1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 196,
"time": "1775545654"
},
"departure": {
"delay": 196,
"time": "1775545816"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 194,
"time": "1775543609"
},
"departure": {
"delay": 194,
"time": "1775543654"
},
"stopId": "FR:50041:ZE:HAGCC1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 171,
"time": "1775544921"
},
"departure": {
"delay": 171,
"time": "1775544951"
},
"stopId": "FR:50129:ZE:QQVPL2:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 143,
"time": "1775546103"
},
"departure": {
"delay": 143,
"time": "1775546183"
},
"stopId": "FR:50129:ZE:10PLA4:ATOUMOD035",
"stopSequence": 20
},
{
"departure": {
"delay": 176,
"time": "1775543276"
},
"stopId": "FR:50041:ZE:HAGOLL:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 89,
"time": "1775545401"
},
"departure": {
"delay": 89,
"time": "1775545409"
},
"stopId": "FR:50129:ZE:10LSA1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 123,
"time": "1775546013"
},
"departure": {
"delay": 123,
"time": "1775546043"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 143,
"time": "1775544545"
},
"departure": {
"delay": 143,
"time": "1775544563"
},
"stopId": "FR:50041:ZE:HAGMF1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 129,
"time": "1775545955"
},
"departure": {
"delay": 129,
"time": "1775545989"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 79,
"time": "1775545263"
},
"departure": {
"delay": 79,
"time": "1775545279"
},
"stopId": "FR:50129:ZE:10CAQ1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 263,
"time": "1775543775"
},
"departure": {
"delay": 263,
"time": "1775543843"
},
"stopId": "FR:50041:ZE:HAGMA1:ATOUMOD035",
"stopSequence": 3
}
],
"timestamp": "1775560075",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:A:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3758420x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745723x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 30,
"time": "1775548701"
},
"departure": {
"delay": 30,
"time": "1775548710"
},
"stopId": "FR:50129:ZE:10HET2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 150,
"time": "1775546565"
},
"departure": {
"delay": 150,
"time": "1775546610"
},
"stopId": "FR:50129:ZE:10BAG4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 216,
"time": "1775547616"
},
"departure": {
"delay": 216,
"time": "1775547696"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 283,
"time": "1775547782"
},
"departure": {
"delay": 283,
"time": "1775547823"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 46,
"time": "1775546169"
},
"departure": {
"delay": 46,
"time": "1775546206"
},
"stopId": "FR:50129:ZE:10LPL2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": -28,
"time": "1775548832"
},
"stopId": "FR:50129:ZE:10AMF1:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 182,
"time": "1775547938"
},
"departure": {
"delay": 182,
"time": "1775547962"
},
"stopId": "FR:50129:ZE:10REP4:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 195,
"time": "1775547522"
},
"departure": {
"delay": 195,
"time": "1775547555"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 103,
"time": "1775546444"
},
"departure": {
"delay": 103,
"time": "1775546503"
},
"stopId": "FR:50129:ZE:10MED4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 117,
"time": "1775546962"
},
"departure": {
"delay": 117,
"time": "1775546997"
},
"stopId": "FR:50129:ZE:10CRN2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 86,
"time": "1775548603"
},
"departure": {
"delay": 86,
"time": "1775548646"
},
"stopId": "FR:50129:ZE:10PAU2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 86,
"time": "1775546252"
},
"departure": {
"delay": 86,
"time": "1775546306"
},
"stopId": "FR:50129:ZE:10GDR2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 126,
"time": "1775546660"
},
"departure": {
"delay": 126,
"time": "1775546706"
},
"stopId": "FR:50129:ZE:10GRR2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 60,
"time": "1775548668"
},
"departure": {
"delay": 60,
"time": "1775548680"
},
"stopId": "FR:50129:ZE:10TLL2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 222,
"time": "1775548092"
},
"departure": {
"delay": 222,
"time": "1775548122"
},
"stopId": "FR:50129:ZE:10CMI2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 180,
"time": "1775548070"
},
"departure": {
"delay": 180,
"time": "1775548080"
},
"stopId": "FR:50129:ZE:10PAX2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 110,
"time": "1775548297"
},
"departure": {
"delay": 110,
"time": "1775548310"
},
"stopId": "FR:50129:ZE:10HME2:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 5,
"time": "1775548796"
},
"departure": {
"delay": 5,
"time": "1775548805"
},
"stopId": "FR:50129:ZE:10MES2:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 113,
"time": "1775546347"
},
"departure": {
"delay": 113,
"time": "1775546393"
},
"stopId": "FR:50129:ZE:10NOR6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 242,
"time": "1775547888"
},
"departure": {
"delay": 242,
"time": "1775547902"
},
"stopId": "FR:50129:ZE:10HDI4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 163,
"time": "1775546764"
},
"departure": {
"delay": 163,
"time": "1775546803"
},
"stopId": "FR:50129:ZE:10XCT4:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 41,
"time": "1775546073"
},
"departure": {
"delay": 41,
"time": "1775546081"
},
"stopId": "FR:50129:ZE:10FLO2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 109,
"time": "1775548337"
},
"departure": {
"delay": 109,
"time": "1775548369"
},
"stopId": "FR:50129:ZE:10PET2:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 245,
"time": "1775547384"
},
"departure": {
"delay": 245,
"time": "1775547425"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 170,
"time": "1775548233"
},
"departure": {
"delay": 170,
"time": "1775548250"
},
"stopId": "FR:50129:ZE:10CAQ2:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 197,
"time": "1775547998"
},
"departure": {
"delay": 197,
"time": "1775548037"
},
"stopId": "FR:50129:ZE:10TRA3:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 173,
"time": "1775547583"
},
"departure": {
"delay": 173,
"time": "1775547593"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 40,
"time": "1775548742"
},
"departure": {
"delay": 40,
"time": "1775548780"
},
"stopId": "FR:50129:ZE:10MOR2:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 140,
"time": "1775546861"
},
"departure": {
"delay": 140,
"time": "1775546900"
},
"stopId": "FR:50129:ZE:10HPA4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 63,
"time": "1775548493"
},
"departure": {
"delay": 63,
"time": "1775548503"
},
"stopId": "FR:50129:ZE:10EPC2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 274,
"time": "1775547126"
},
"departure": {
"delay": 274,
"time": "1775547274"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 66,
"time": "1775548531"
},
"departure": {
"delay": 66,
"time": "1775548566"
},
"stopId": "FR:50129:ZE:10EPH1:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 213,
"time": "1775548151"
},
"departure": {
"delay": 213,
"time": "1775548173"
},
"stopId": "FR:50129:ZE:10ANN2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 248,
"time": "1775547456"
},
"departure": {
"delay": 248,
"time": "1775547488"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 69,
"time": "1775548415"
},
"departure": {
"delay": 69,
"time": "1775548449"
},
"stopId": "FR:50129:ZE:10DIX2:ATOUMOD035",
"stopSequence": 29
},
{
"departure": {
"delay": 21,
"time": "1775546001"
},
"stopId": "FR:50129:ZE:10ECT1:ATOUMOD035",
"stopSequence": 2
}
],
"timestamp": "1775559599",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:02:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745723x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx15583:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 9180,
"time": "1775562120"
},
"departure": {
"delay": 9180,
"time": "1775562120"
},
"stopId": "FR:76540:ZE:TCARxDESCA1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 9250,
"time": "1775562850"
},
"departure": {
"delay": 9250,
"time": "1775562850"
},
"stopId": "FR:76108:ZE:TCARxHAMEL0:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 9158,
"time": "1775561318"
},
"departure": {
"delay": 9158,
"time": "1775561318"
},
"stopId": "FR:76540:ZE:TCARxFLAMA1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 9149,
"time": "1775561249"
},
"departure": {
"delay": 9149,
"time": "1775561249"
},
"stopId": "FR:76540:ZE:TCARxMUFFA2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 9174,
"time": "1775562054"
},
"departure": {
"delay": 9174,
"time": "1775562054"
},
"stopId": "FR:76540:ZE:TCARxMALAT1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 9181,
"time": "1775562001"
},
"departure": {
"delay": 9181,
"time": "1775562001"
},
"stopId": "FR:76540:ZE:TCARxROMAI1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 9253,
"time": "1775562253"
},
"departure": {
"delay": 9253,
"time": "1775562253"
},
"stopId": "FR:76108:ZE:TCARxCOTTA1:ATOUMOD001",
"stopSequence": 15
},
{
"departure": {
"delay": 9120,
"time": "1775561160"
},
"stopId": "FR:76540:ZE:TCARxILACR:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 9240,
"time": "1775562300"
},
"departure": {
"delay": 9240,
"time": "1775562300"
},
"stopId": "FR:76108:ZE:TCARxRRENA1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 9215,
"time": "1775562155"
},
"departure": {
"delay": 9215,
"time": "1775562155"
},
"stopId": "FR:76108:ZE:TCARxOIOIS1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 9269,
"time": "1775562749"
},
"departure": {
"delay": 9269,
"time": "1775562749"
},
"stopId": "FR:76108:ZE:TCARxFORRE3:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 9260,
"time": "1775562380"
},
"departure": {
"delay": 9260,
"time": "1775562380"
},
"stopId": "FR:76108:ZE:TCARxVALLO1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 9225,
"time": "1775562705"
},
"departure": {
"delay": 9225,
"time": "1775562705"
},
"stopId": "FR:76108:ZE:TCARxNOBLE2:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 9240,
"time": "1775562900"
},
"departure": {
"delay": 9240,
"time": "1775562900"
},
"stopId": "FR:76108:ZE:TCARxVERDU2:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 9227,
"time": "1775562347"
},
"departure": {
"delay": 9227,
"time": "1775562347"
},
"stopId": "FR:76108:ZE:TCARxCPIER1:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 9228,
"time": "1775562468"
},
"departure": {
"delay": 9228,
"time": "1775562468"
},
"stopId": "FR:76108:ZE:TCARxVERTC1:ATOUMOD001",
"stopSequence": 19
}
],
"timestamp": "1775560016",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx11:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx15583:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745665x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 174,
"time": "1775549354"
},
"departure": {
"delay": 174,
"time": "1775549394"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 5,
"time": "1775547936"
},
"departure": {
"delay": 5,
"time": "1775547965"
},
"stopId": "FR:50129:ZE:10MOR1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 165,
"time": "1775549039"
},
"departure": {
"delay": 165,
"time": "1775549085"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 258,
"time": "1775549935"
},
"departure": {
"delay": 258,
"time": "1775549958"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 153,
"time": "1775548669"
},
"departure": {
"delay": 153,
"time": "1775548713"
},
"stopId": "FR:50129:ZE:10CAQ1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 367,
"time": "1775550754"
},
"departure": {
"delay": 367,
"time": "1775550787"
},
"stopId": "FR:50129:ZE:10NOR5:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 107,
"time": "1775548832"
},
"departure": {
"delay": 107,
"time": "1775548847"
},
"stopId": "FR:50129:ZE:10CMI1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 397,
"time": "1775550973"
},
"departure": {
"delay": 397,
"time": "1775550997"
},
"stopId": "FR:50129:ZE:10FLO1:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 362,
"time": "1775550428"
},
"departure": {
"delay": 362,
"time": "1775550482"
},
"stopId": "FR:50129:ZE:10GRR1:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 95,
"time": "1775548760"
},
"departure": {
"delay": 95,
"time": "1775548775"
},
"stopId": "FR:50129:ZE:10ANN1:ATOUMOD035",
"stopSequence": 12
},
{
"departure": {
"delay": 28,
"time": "1775547808"
},
"stopId": "FR:50129:ZE:10AMF1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 203,
"time": "1775549417"
},
"departure": {
"delay": 203,
"time": "1775549483"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 188,
"time": "1775549144"
},
"departure": {
"delay": 188,
"time": "1775549228"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 168,
"time": "1775549287"
},
"departure": {
"delay": 168,
"time": "1775549328"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 57,
"time": "1775548160"
},
"departure": {
"delay": 57,
"time": "1775548197"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 39,
"time": "1775548023"
},
"departure": {
"delay": 39,
"time": "1775548059"
},
"stopId": "FR:50129:ZE:10FRN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 210,
"time": "1775549754"
},
"departure": {
"delay": 210,
"time": "1775549790"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 131,
"time": "1775548475"
},
"departure": {
"delay": 131,
"time": "1775548511"
},
"stopId": "FR:50129:ZE:10PET1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 313,
"time": "1775550336"
},
"departure": {
"delay": 313,
"time": "1775550373"
},
"stopId": "FR:50129:ZE:10XCT3:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 372,
"time": "1775550882"
},
"departure": {
"delay": 372,
"time": "1775550912"
},
"stopId": "FR:50129:ZE:10LPL1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 119,
"time": "1775548285"
},
"departure": {
"delay": 119,
"time": "1775548319"
},
"stopId": "FR:50129:ZE:10EPC1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 14,
"time": "1775547896"
},
"departure": {
"delay": 14,
"time": "1775547914"
},
"stopId": "FR:50129:ZE:10MES1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 397,
"time": "1775550680"
},
"departure": {
"delay": 397,
"time": "1775550697"
},
"stopId": "FR:50129:ZE:10MED3:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 141,
"time": "1775548536"
},
"departure": {
"delay": 141,
"time": "1775548581"
},
"stopId": "FR:50129:ZE:10HME1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 331,
"time": "1775550224"
},
"departure": {
"delay": 331,
"time": "1775550271"
},
"stopId": "FR:50129:ZE:10HPA3:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 126,
"time": "1775548893"
},
"departure": {
"delay": 126,
"time": "1775548926"
},
"stopId": "FR:50129:ZE:10PAX1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 248,
"time": "1775549622"
},
"departure": {
"delay": 248,
"time": "1775549708"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 127,
"time": "1775548972"
},
"departure": {
"delay": 127,
"time": "1775548987"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 321,
"time": "1775551041"
},
"stopId": "FR:50129:ZE:10ECT1:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 255,
"time": "1775549566"
},
"departure": {
"delay": 255,
"time": "1775549595"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 356,
"time": "1775550805"
},
"departure": {
"delay": 356,
"time": "1775550836"
},
"stopId": "FR:50129:ZE:10GDR1:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 272,
"time": "1775550113"
},
"departure": {
"delay": 272,
"time": "1775550152"
},
"stopId": "FR:50129:ZE:10CRN1:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 36,
"time": "1775547982"
},
"departure": {
"delay": 36,
"time": "1775547996"
},
"stopId": "FR:50129:ZE:10BOI1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 109,
"time": "1775548393"
},
"departure": {
"delay": 109,
"time": "1775548429"
},
"stopId": "FR:50129:ZE:10DIX1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 341,
"time": "1775550546"
},
"departure": {
"delay": 341,
"time": "1775550581"
},
"stopId": "FR:50129:ZE:10BAG3:ATOUMOD035",
"stopSequence": 29
}
],
"timestamp": "1775560077",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:02:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745665x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3748455x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 56,
"time": "1775540319"
},
"departure": {
"delay": 56,
"time": "1775540336"
},
"stopId": "FR:50129:ZE:10DAN1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 106,
"time": "1775540779"
},
"departure": {
"delay": 106,
"time": "1775540806"
},
"stopId": "FR:50129:ZE:10SMT1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 227,
"time": "1775541558"
},
"departure": {
"delay": 227,
"time": "1775541587"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 125,
"time": "1775540866"
},
"departure": {
"delay": 125,
"time": "1775540885"
},
"stopId": "FR:50129:ZE:10FRA1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 251,
"time": "1775542766"
},
"departure": {
"delay": 251,
"time": "1775542811"
},
"stopId": "FR:50129:ZE:10PFJ2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 371,
"time": "1775541876"
},
"departure": {
"delay": 371,
"time": "1775541911"
},
"stopId": "FR:50129:ZE:10HDV1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 174,
"time": "1775541149"
},
"departure": {
"delay": 174,
"time": "1775541174"
},
"stopId": "FR:50129:ZE:10POL1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 259,
"time": "1775542450"
},
"departure": {
"delay": 259,
"time": "1775542459"
},
"stopId": "FR:50129:ZE:10CIM2:ATOUMOD035",
"stopSequence": 23
},
{
"departure": {
"delay": 83,
"time": "1775540123"
},
"stopId": "FR:50129:ZE:10ZAG1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 267,
"time": "1775542475"
},
"departure": {
"delay": 267,
"time": "1775542527"
},
"stopId": "FR:50129:ZE:10RED2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 235,
"time": "1775542708"
},
"departure": {
"delay": 235,
"time": "1775542735"
},
"stopId": "FR:50129:ZE:10SAL2:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 248,
"time": "1775542353"
},
"departure": {
"delay": 248,
"time": "1775542388"
},
"stopId": "FR:50129:ZE:10FJT2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 226,
"time": "1775542047"
},
"departure": {
"delay": 226,
"time": "1775542126"
},
"stopId": "FR:50129:ZE:10SHU2:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 136,
"time": "1775540704"
},
"departure": {
"delay": 136,
"time": "1775540716"
},
"stopId": "FR:50129:ZE:10EGL6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 106,
"time": "1775540911"
},
"departure": {
"delay": 106,
"time": "1775540926"
},
"stopId": "FR:50129:ZE:10LEC1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 107,
"time": "1775540558"
},
"departure": {
"delay": 107,
"time": "1775540627"
},
"stopId": "FR:50129:ZE:10HUI3:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 296,
"time": "1775542812"
},
"departure": {
"delay": 296,
"time": "1775542856"
},
"stopId": "FR:50129:ZE:10COT2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 254,
"time": "1775542555"
},
"departure": {
"delay": 254,
"time": "1775542574"
},
"stopId": "FR:50129:ZE:10VOL2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 230,
"time": "1775542162"
},
"departure": {
"delay": 230,
"time": "1775542250"
},
"stopId": "FR:50129:ZE:10MEN3:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 241,
"time": "1775542593"
},
"departure": {
"delay": 241,
"time": "1775542621"
},
"stopId": "FR:50129:ZE:10SAD2:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 126,
"time": "1775540750"
},
"departure": {
"delay": 126,
"time": "1775540766"
},
"stopId": "FR:50129:ZE:10VAB1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 243,
"time": "1775542637"
},
"departure": {
"delay": 243,
"time": "1775542683"
},
"stopId": "FR:50129:ZE:10ROS2:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 202,
"time": "1775541246"
},
"departure": {
"delay": 202,
"time": "1775541262"
},
"stopId": "FR:50129:ZE:10LCO1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 192,
"time": "1775541066"
},
"departure": {
"delay": 192,
"time": "1775541072"
},
"stopId": "FR:50129:ZE:10LEB1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 279,
"time": "1775542944"
},
"departure": {
"delay": 279,
"time": "1775542959"
},
"stopId": "FR:50129:ZE:10CDF2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 303,
"time": "1775542912"
},
"departure": {
"delay": 303,
"time": "1775542923"
},
"stopId": "FR:50129:ZE:10BCP2:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 250,
"time": "1775541697"
},
"departure": {
"delay": 250,
"time": "1775541730"
},
"stopId": "FR:50129:ZE:10CTR1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 67,
"time": "1775540391"
},
"departure": {
"delay": 67,
"time": "1775540407"
},
"stopId": "FR:50129:ZE:10VIG1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 240,
"time": "1775542980"
},
"stopId": "FR:50129:ZE:10DIG1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 376,
"time": "1775541955"
},
"departure": {
"delay": 376,
"time": "1775541976"
},
"stopId": "FR:50129:ZE:10PLx1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 67,
"time": "1775540433"
},
"departure": {
"delay": 67,
"time": "1775540467"
},
"stopId": "FR:50129:ZE:10CRB1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 160,
"time": "1775541386"
},
"departure": {
"delay": 160,
"time": "1775541400"
},
"stopId": "FR:50129:ZE:10STA1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 249,
"time": "1775541626"
},
"departure": {
"delay": 249,
"time": "1775541669"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 16
}
],
"timestamp": "1775560080",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:05:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3748455x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3748510x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 200,
"time": "1775553785"
},
"departure": {
"delay": 200,
"time": "1775553800"
},
"stopId": "FR:50129:ZE:10BRA2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 182,
"time": "1775552986"
},
"departure": {
"delay": 182,
"time": "1775553002"
},
"stopId": "FR:50129:ZE:10THH4:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 105,
"time": "1775552608"
},
"departure": {
"delay": 105,
"time": "1775552625"
},
"stopId": "FR:50129:ZE:10JMO2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 194,
"time": "1775553543"
},
"departure": {
"delay": 194,
"time": "1775553614"
},
"stopId": "FR:50129:ZE:10PRV2:ATOUMOD035",
"stopSequence": 15
},
{
"departure": {
"delay": 62,
"time": "1775552162"
},
"stopId": "FR:50129:ZE:10ZSA4:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 157,
"time": "1775553468"
},
"departure": {
"delay": 157,
"time": "1775553517"
},
"stopId": "FR:50129:ZE:10OYG2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 102,
"time": "1775552455"
},
"departure": {
"delay": 102,
"time": "1775552502"
},
"stopId": "FR:50129:ZE:10BRO2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 176,
"time": "1775553859"
},
"departure": {
"delay": 176,
"time": "1775553896"
},
"stopId": "FR:50129:ZE:10MRT2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 58,
"time": "1775552268"
},
"departure": {
"delay": 58,
"time": "1775552278"
},
"stopId": "FR:50129:ZE:10JBO4:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 188,
"time": "1775552651"
},
"departure": {
"delay": 188,
"time": "1775552708"
},
"stopId": "FR:50129:ZE:10LUM2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 125,
"time": "1775552578"
},
"departure": {
"delay": 125,
"time": "1775552585"
},
"stopId": "FR:50129:ZE:10LLM2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 222,
"time": "1775554105"
},
"departure": {
"delay": 222,
"time": "1775554122"
},
"stopId": "FR:50129:ZE:10VDT2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 150,
"time": "1775553434"
},
"departure": {
"delay": 150,
"time": "1775553450"
},
"stopId": "FR:50129:ZE:10EGL2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 208,
"time": "1775553648"
},
"departure": {
"delay": 208,
"time": "1775553688"
},
"stopId": "FR:50129:ZE:10ANJ6:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 176,
"time": "1775552762"
},
"departure": {
"delay": 176,
"time": "1775552816"
},
"stopId": "FR:50129:ZE:10BHC2:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 169,
"time": "1775553402"
},
"departure": {
"delay": 169,
"time": "1775553409"
},
"stopId": "FR:50129:ZE:10AMO2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 211,
"time": "1775553713"
},
"departure": {
"delay": 211,
"time": "1775553751"
},
"stopId": "FR:50129:ZE:10BQR2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 245,
"time": "1775554205"
},
"stopId": "FR:50129:ZE:10PYC1:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 181,
"time": "1775552860"
},
"departure": {
"delay": 181,
"time": "1775552881"
},
"stopId": "FR:50129:ZE:10LCP2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 206,
"time": "1775553966"
},
"departure": {
"delay": 206,
"time": "1775553986"
},
"stopId": "FR:50129:ZE:10GRI2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 212,
"time": "1775553194"
},
"departure": {
"delay": 212,
"time": "1775553272"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 203,
"time": "1775554026"
},
"departure": {
"delay": 203,
"time": "1775554043"
},
"stopId": "FR:50129:ZE:10ZFO2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 73,
"time": "1775552223"
},
"departure": {
"delay": 73,
"time": "1775552233"
},
"stopId": "FR:50129:ZE:10CHE2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 165,
"time": "1775553931"
},
"departure": {
"delay": 165,
"time": "1775553945"
},
"stopId": "FR:50129:ZE:10FOE2:ATOUMOD035",
"stopSequence": 20
}
],
"timestamp": "1775560076",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:06:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3748510x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4244143xGTFSxGSemH25xSemainex02:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 21,
"time": "1775564421"
},
"departure": {
"delay": 21,
"time": "1775564421"
},
"stopId": "FR:76489:ZE:4954:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"time": "1775565480"
},
"stopId": "FR:76657:ZE:3305:ATOUMOD003",
"stopSequence": 29
},
{
"arrival": {
"delay": 17,
"time": "1775565257"
},
"departure": {
"delay": 17,
"time": "1775565257"
},
"stopId": "FR:76657:ZE:5089:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": 20,
"time": "1775564840"
},
"departure": {
"delay": 20,
"time": "1775564840"
},
"stopId": "FR:76660:ZE:4961:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": 10,
"time": "1775565370"
},
"departure": {
"delay": 10,
"time": "1775565370"
},
"stopId": "FR:76657:ZE:3247:ATOUMOD003",
"stopSequence": 27
},
{
"arrival": {
"time": "1775564580"
},
"departure": {
"time": "1775564580"
},
"stopId": "FR:76660:ZE:3260:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": 45,
"time": "1775564925"
},
"departure": {
"delay": 45,
"time": "1775564925"
},
"stopId": "FR:76660:ZE:4963:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 38,
"time": "1775564378"
},
"departure": {
"delay": 38,
"time": "1775564378"
},
"stopId": "FR:76489:ZE:4951:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"time": "1775563560"
},
"departure": {
"time": "1775563560"
},
"stopId": "FR:76305:ZE:4939:ATOUMOD003",
"stopSequence": 6
},
{
"arrival": {
"time": "1775563080"
},
"departure": {
"time": "1775563080"
},
"stopId": "FR:76351:ZE:4984:ATOUMOD003",
"stopSequence": 5
},
{
"arrival": {
"delay": 35,
"time": "1775564975"
},
"departure": {
"delay": 35,
"time": "1775564975"
},
"stopId": "FR:76660:ZE:4965:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"time": "1775563680"
},
"departure": {
"time": "1775563680"
},
"stopId": "FR:76305:ZE:4918:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": 59,
"time": "1775564279"
},
"departure": {
"delay": 59,
"time": "1775564279"
},
"stopId": "FR:76533:ZE:4949:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": 41,
"time": "1775565401"
},
"departure": {
"delay": 41,
"time": "1775565401"
},
"stopId": "FR:76657:ZE:3262:ATOUMOD003",
"stopSequence": 28
},
{
"arrival": {
"delay": 58,
"time": "1775563858"
},
"departure": {
"delay": 58,
"time": "1775563858"
},
"stopId": "FR:76305:ZE:4937:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": 6,
"time": "1775563626"
},
"departure": {
"delay": 6,
"time": "1775563626"
},
"stopId": "FR:76305:ZE:4997:ATOUMOD003",
"stopSequence": 7
},
{
"arrival": {
"delay": 11,
"time": "1775562851"
},
"departure": {
"delay": 11,
"time": "1775562851"
},
"stopId": "FR:76351:ZE:4868:ATOUMOD003",
"stopSequence": 3
},
{
"arrival": {
"delay": 38,
"time": "1775563898"
},
"departure": {
"delay": 38,
"time": "1775563898"
},
"stopId": "FR:76305:ZE:4920:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": 44,
"time": "1775562764"
},
"departure": {
"delay": 44,
"time": "1775562764"
},
"stopId": "FR:76351:ZE:4866:ATOUMOD003",
"stopSequence": 2
},
{
"arrival": {
"delay": 55,
"time": "1775565175"
},
"departure": {
"delay": 55,
"time": "1775565175"
},
"stopId": "FR:76657:ZE:4975:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": 1,
"time": "1775565121"
},
"departure": {
"delay": 1,
"time": "1775565121"
},
"stopId": "FR:76660:ZE:4974:ATOUMOD003",
"stopSequence": 21
},
{
"departure": {
"time": "1775562600"
},
"stopId": "FR:76351:ZE:5206:ATOUMOD003",
"stopSequence": 1
},
{
"arrival": {
"delay": 10,
"time": "1775565010"
},
"departure": {
"delay": 10,
"time": "1775565010"
},
"stopId": "FR:76660:ZE:4967:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"time": "1775563980"
},
"departure": {
"time": "1775563980"
},
"stopId": "FR:76305:ZE:4818:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 29,
"time": "1775564489"
},
"departure": {
"delay": 29,
"time": "1775564489"
},
"stopId": "FR:76489:ZE:4956:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 56,
"time": "1775565296"
},
"departure": {
"delay": 56,
"time": "1775565296"
},
"stopId": "FR:76657:ZE:3306:ATOUMOD003",
"stopSequence": 25
},
{
"arrival": {
"delay": 44,
"time": "1775565344"
},
"departure": {
"delay": 44,
"time": "1775565344"
},
"stopId": "FR:76657:ZE:5091:ATOUMOD003",
"stopSequence": 26
},
{
"arrival": {
"delay": 28,
"time": "1775565208"
},
"departure": {
"delay": 28,
"time": "1775565208"
},
"stopId": "FR:76657:ZE:4976:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": 51,
"time": "1775562891"
},
"departure": {
"delay": 51,
"time": "1775562891"
},
"stopId": "FR:76351:ZE:3261:ATOUMOD003",
"stopSequence": 4
}
],
"timestamp": "1775559349",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:25:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4244143xGTFSxGSemH25xSemainex02:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx2857:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 211,
"time": "1775558770"
},
"departure": {
"delay": 211,
"time": "1775558791"
},
"stopId": "FR:76681:ZE:TCARxGARIB0:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 191,
"time": "1775559483"
},
"departure": {
"delay": 191,
"time": "1775559491"
},
"stopId": "FR:76575:ZE:TCARxPARC0:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 111,
"time": "1775558493"
},
"departure": {
"delay": 111,
"time": "1775558511"
},
"stopId": "FR:76540:ZE:TCARxEUROP0:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 111,
"time": "1775559104"
},
"departure": {
"delay": 111,
"time": "1775559111"
},
"stopId": "FR:76681:ZE:TCARxJEZAY0:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 36,
"time": "1775559636"
},
"stopId": "FR:76575:ZE:TCARxUNIV20:ATOUMOD001",
"stopSequence": 31
},
{
"arrival": {
"delay": 91,
"time": "1775558348"
},
"departure": {
"delay": 91,
"time": "1775558371"
},
"stopId": "FR:76540:ZE:TCARxSTSEV0:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 152,
"time": "1775559378"
},
"departure": {
"delay": 152,
"time": "1775559392"
},
"stopId": "FR:76575:ZE:TCARxRENAN0:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 171,
"time": "1775559279"
},
"departure": {
"delay": 171,
"time": "1775559291"
},
"stopId": "FR:76575:ZE:TCARxCOURS0:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 126,
"time": "1775558886"
},
"departure": {
"delay": 126,
"time": "1775558886"
},
"stopId": "FR:76681:ZE:TCARxSOTTE0:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 131,
"time": "1775558130"
},
"departure": {
"delay": 131,
"time": "1775558171"
},
"stopId": "FR:76540:ZE:TCARxTARTS0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 91,
"time": "1775557877"
},
"departure": {
"delay": 91,
"time": "1775557891"
},
"stopId": "FR:76540:ZE:TCARxBEAUV0:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 181,
"time": "1775558602"
},
"departure": {
"delay": 181,
"time": "1775558641"
},
"stopId": "FR:76540:ZE:TCARxBALZA0:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 231,
"time": "1775559560"
},
"departure": {
"delay": 231,
"time": "1775559591"
},
"stopId": "FR:76575:ZE:TCARxBASTI0:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": 151,
"time": "1775559191"
},
"departure": {
"delay": 151,
"time": "1775559211"
},
"stopId": "FR:76681:ZE:TCARxFAMIL0:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 131,
"time": "1775558988"
},
"departure": {
"delay": 131,
"time": "1775559011"
},
"stopId": "FR:76681:ZE:TCARxJUILL0:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 111,
"time": "1775558062"
},
"departure": {
"delay": 111,
"time": "1775558091"
},
"stopId": "FR:76540:ZE:TCARxJUSTI0:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 171,
"time": "1775558686"
},
"departure": {
"delay": 171,
"time": "1775558691"
},
"stopId": "FR:76681:ZE:TCARxVOLTA0:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 151,
"time": "1775558246"
},
"departure": {
"delay": 151,
"time": "1775558251"
},
"stopId": "FR:76540:ZE:TCARxJOFFR0:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 151,
"time": "1775557962"
},
"departure": {
"delay": 151,
"time": "1775558011"
},
"stopId": "FR:76540:ZE:TCARxGAREV0:ATOUMOD001",
"stopSequence": 3
}
],
"timestamp": "1775557897",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx90:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx2857:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx16406:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 17805,
"time": "1775557425"
},
"departure": {
"delay": 17805,
"time": "1775557425"
},
"stopId": "FR:76540:ZE:TCARxBECQU1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 17738,
"time": "1775559038"
},
"stopId": "FR:76216:ZE:TCARxJVERN:ATOUMOD001",
"stopSequence": 35
},
{
"arrival": {
"delay": 17884,
"time": "1775556844"
},
"departure": {
"delay": 17884,
"time": "1775556844"
},
"stopId": "FR:76005:ZE:TCARxLEVAL1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 17873,
"time": "1775556893"
},
"departure": {
"delay": 17873,
"time": "1775556893"
},
"stopId": "FR:76005:ZE:TCARxSGRES1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 17934,
"time": "1775556594"
},
"departure": {
"delay": 17934,
"time": "1775556594"
},
"stopId": "FR:76005:ZE:TCARxLEMAI1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 17818,
"time": "1775557918"
},
"departure": {
"delay": 17818,
"time": "1775557918"
},
"stopId": "FR:76540:ZE:TCARxSVER3:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 17918,
"time": "1775556496"
},
"departure": {
"delay": 17918,
"time": "1775556518"
},
"stopId": "FR:76005:ZE:TCARxVALPE1:ATOUMOD001",
"stopSequence": 2
},
{
"departure": {
"delay": 17853,
"time": "1775556393"
},
"stopId": "FR:76005:ZE:TCARxGRVAL:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 17793,
"time": "1775556993"
},
"departure": {
"delay": 17793,
"time": "1775556993"
},
"stopId": "FR:76103:ZE:TCARxEAUPL1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 17833,
"time": "1775558953"
},
"departure": {
"delay": 17833,
"time": "1775558953"
},
"stopId": "FR:76216:ZE:TCARxSPAUL0:ATOUMOD001",
"stopSequence": 34
},
{
"arrival": {
"delay": 17778,
"time": "1775558418"
},
"departure": {
"delay": 17778,
"time": "1775558418"
},
"stopId": "FR:76540:ZE:TCARxMOISE1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 17818,
"time": "1775558218"
},
"departure": {
"delay": 17818,
"time": "1775558218"
},
"stopId": "FR:76540:ZE:TCARxRIDEL1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 17840,
"time": "1775556980"
},
"departure": {
"delay": 17840,
"time": "1775556980"
},
"stopId": "FR:76103:ZE:TCARxRSEIN1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 17788,
"time": "1775557643"
},
"departure": {
"delay": 17788,
"time": "1775557768"
},
"stopId": "FR:76540:ZE:TCARxHVR4:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 17808,
"time": "1775558544"
},
"departure": {
"delay": 17808,
"time": "1775558568"
},
"stopId": "FR:76216:ZE:TCARxCOTEA1:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 17853,
"time": "1775558913"
},
"departure": {
"delay": 17853,
"time": "1775558913"
},
"stopId": "FR:76216:ZE:TCARxEBLUM1:ATOUMOD001",
"stopSequence": 33
},
{
"arrival": {
"delay": 17828,
"time": "1775558746"
},
"departure": {
"delay": 17828,
"time": "1775558768"
},
"stopId": "FR:76216:ZE:TCARxR8MAI1:ATOUMOD001",
"stopSequence": 31
},
{
"arrival": {
"delay": 17850,
"time": "1775558850"
},
"departure": {
"delay": 17850,
"time": "1775558850"
},
"stopId": "FR:76216:ZE:TCARxPASSE1:ATOUMOD001",
"stopSequence": 32
},
{
"arrival": {
"delay": 17929,
"time": "1775556769"
},
"departure": {
"delay": 17929,
"time": "1775556769"
},
"stopId": "FR:76005:ZE:TCARxGPHIL1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 17778,
"time": "1775558478"
},
"departure": {
"delay": 17778,
"time": "1775558478"
},
"stopId": "FR:76216:ZE:TCARxBELLE1:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 17808,
"time": "1775558268"
},
"departure": {
"delay": 17808,
"time": "1775558268"
},
"stopId": "FR:76540:ZE:TCARxLIEVR1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 17813,
"time": "1775558693"
},
"departure": {
"delay": 17813,
"time": "1775558693"
},
"stopId": "FR:76216:ZE:TCARxREUDE1:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": 17861,
"time": "1775556941"
},
"departure": {
"delay": 17861,
"time": "1775556941"
},
"stopId": "FR:76103:ZE:TCARxPASSA1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 17773,
"time": "1775557069"
},
"departure": {
"delay": 17773,
"time": "1775557093"
},
"stopId": "FR:76540:ZE:TCARxPAUL41:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 17803,
"time": "1775557843"
},
"departure": {
"delay": 17803,
"time": "1775557843"
},
"stopId": "FR:76540:ZE:TCARxBARTS1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 17780,
"time": "1775558360"
},
"departure": {
"delay": 17780,
"time": "1775558360"
},
"stopId": "FR:76540:ZE:TCARxOUEST1:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 17948,
"time": "1775556645"
},
"departure": {
"delay": 17948,
"time": "1775556668"
},
"stopId": "FR:76005:ZE:TCARxRUEFM1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 17798,
"time": "1775558618"
},
"departure": {
"delay": 17798,
"time": "1775558618"
},
"stopId": "FR:76216:ZE:TCARxMERMO1:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 17811,
"time": "1775557971"
},
"departure": {
"delay": 17811,
"time": "1775557971"
},
"stopId": "FR:76540:ZE:TCARxCAUCH1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 17904,
"time": "1775556720"
},
"departure": {
"delay": 17904,
"time": "1775556744"
},
"stopId": "FR:76005:ZE:TCARxAMAIR1:ATOUMOD001",
"stopSequence": 5
}
],
"timestamp": "1775556396",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx15:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx16406:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2490625:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -4,
"time": "1775561936"
},
"departure": {
"delay": -4,
"time": "1775561936"
},
"stopId": "FR:27008:ZE:0x6052:ATOUMOD006",
"stopSequence": 25
},
{
"arrival": {
"delay": -13,
"time": "1775560607"
},
"departure": {
"delay": -13,
"time": "1775560607"
},
"stopId": "FR:27365:ZE:0x6332:ATOUMOD006",
"stopSequence": 8
},
{
"arrival": {
"delay": -82,
"time": "1775562458"
},
"departure": {
"delay": -82,
"time": "1775562458"
},
"stopId": "FR:27458:ZE:0x6684:ATOUMOD006",
"stopSequence": 36
},
{
"arrival": {
"delay": -61,
"time": "1775562599"
},
"departure": {
"delay": -61,
"time": "1775562599"
},
"stopId": "FR:27458:ZE:0x6691:ATOUMOD006",
"stopSequence": 38
},
{
"arrival": {
"delay": -33,
"time": "1775561547"
},
"departure": {
"delay": -33,
"time": "1775561547"
},
"stopId": "FR:27348:ZE:0x6303:ATOUMOD006",
"stopSequence": 19
},
{
"arrival": {
"delay": -58,
"time": "1775561762"
},
"departure": {
"delay": -58,
"time": "1775561762"
},
"stopId": "FR:27348:ZE:0x6292:ATOUMOD006",
"stopSequence": 21
},
{
"departure": {
"time": "1775560200"
},
"stopId": "FR:27701:ZE:0x7150:ATOUMOD006",
"stopSequence": 1
},
{
"arrival": {
"delay": -116,
"time": "1775562664"
},
"departure": {
"delay": -116,
"time": "1775562664"
},
"stopId": "FR:27458:ZE:0x6688:ATOUMOD006",
"stopSequence": 39
},
{
"arrival": {
"delay": -61,
"time": "1775562419"
},
"departure": {
"delay": -61,
"time": "1775562419"
},
"stopId": "FR:27458:ZE:0x6692:ATOUMOD006",
"stopSequence": 35
},
{
"arrival": {
"delay": -89,
"time": "1775562271"
},
"departure": {
"delay": -89,
"time": "1775562271"
},
"stopId": "FR:27458:ZE:0x6698:ATOUMOD006",
"stopSequence": 32
},
{
"arrival": {
"delay": -79,
"time": "1775562341"
},
"departure": {
"delay": -79,
"time": "1775562341"
},
"stopId": "FR:27458:ZE:0x6694:ATOUMOD006",
"stopSequence": 33
},
{
"arrival": {
"delay": -38,
"time": "1775561482"
},
"departure": {
"delay": -38,
"time": "1775561482"
},
"stopId": "FR:27348:ZE:0x6298:ATOUMOD006",
"stopSequence": 17
},
{
"arrival": {
"delay": -91,
"time": "1775562509"
},
"departure": {
"delay": -91,
"time": "1775562509"
},
"stopId": "FR:27458:ZE:0x6678:ATOUMOD006",
"stopSequence": 37
},
{
"arrival": {
"delay": -118,
"time": "1775562362"
},
"departure": {
"delay": -118,
"time": "1775562362"
},
"stopId": "FR:27458:ZE:0x6680:ATOUMOD006",
"stopSequence": 34
},
{
"arrival": {
"delay": -28,
"time": "1775562152"
},
"departure": {
"delay": -28,
"time": "1775562152"
},
"stopId": "FR:27386:ZE:0x6375:ATOUMOD006",
"stopSequence": 29
},
{
"arrival": {
"delay": 22,
"time": "1775561182"
},
"departure": {
"delay": 22,
"time": "1775561182"
},
"stopId": "FR:27469:ZE:0x7188:ATOUMOD006",
"stopSequence": 14
},
{
"arrival": {
"delay": -21,
"time": "1775561859"
},
"departure": {
"delay": -21,
"time": "1775561859"
},
"stopId": "FR:27008:ZE:0x6054:ATOUMOD006",
"stopSequence": 23
},
{
"arrival": {
"delay": -24,
"time": "1775561616"
},
"departure": {
"delay": -24,
"time": "1775561616"
},
"stopId": "FR:27348:ZE:0x6301:ATOUMOD006",
"stopSequence": 20
},
{
"arrival": {
"delay": 27,
"time": "1775560347"
},
"departure": {
"delay": 27,
"time": "1775560347"
},
"stopId": "FR:27701:ZE:0x7087:ATOUMOD006",
"stopSequence": 2
},
{
"arrival": {
"delay": 7,
"time": "1775560387"
},
"departure": {
"delay": 7,
"time": "1775560387"
},
"stopId": "FR:27701:ZE:0x7163:ATOUMOD006",
"stopSequence": 3
},
{
"arrival": {
"delay": -25,
"time": "1775560775"
},
"departure": {
"delay": -25,
"time": "1775560775"
},
"stopId": "FR:27365:ZE:0x7269:ATOUMOD006",
"stopSequence": 10
},
{
"arrival": {
"delay": -36,
"time": "1775560944"
},
"departure": {
"delay": -36,
"time": "1775560944"
},
"stopId": "FR:27196:ZE:0x6320:ATOUMOD006",
"stopSequence": 11
},
{
"arrival": {
"delay": 5,
"time": "1775561105"
},
"departure": {
"delay": 5,
"time": "1775561105"
},
"stopId": "FR:27196:ZE:0x6319:ATOUMOD006",
"stopSequence": 13
},
{
"arrival": {
"delay": -122,
"time": "1775562718"
},
"stopId": "FR:27458:ZE:0x6686:ATOUMOD006",
"stopSequence": 40
},
{
"arrival": {
"delay": -55,
"time": "1775562065"
},
"departure": {
"delay": -55,
"time": "1775562065"
},
"stopId": "FR:27008:ZE:0x6059:ATOUMOD006",
"stopSequence": 28
},
{
"arrival": {
"delay": 14,
"time": "1775561894"
},
"departure": {
"delay": 14,
"time": "1775561894"
},
"stopId": "FR:27008:ZE:0x6046:ATOUMOD006",
"stopSequence": 24
},
{
"arrival": {
"delay": 30,
"time": "1775561010"
},
"departure": {
"delay": 30,
"time": "1775561010"
},
"stopId": "FR:27196:ZE:0x6323:ATOUMOD006",
"stopSequence": 12
},
{
"arrival": {
"delay": 46,
"time": "1775560426"
},
"departure": {
"delay": 46,
"time": "1775560426"
},
"stopId": "FR:27701:ZE:0x7102:ATOUMOD006",
"stopSequence": 4
},
{
"arrival": {
"delay": -78,
"time": "1775562162"
},
"departure": {
"delay": -78,
"time": "1775562162"
},
"stopId": "FR:27386:ZE:0x6377:ATOUMOD006",
"stopSequence": 30
},
{
"arrival": {
"delay": -10,
"time": "1775561810"
},
"departure": {
"delay": -10,
"time": "1775561810"
},
"stopId": "FR:27008:ZE:0x6050:ATOUMOD006",
"stopSequence": 22
},
{
"arrival": {
"delay": -38,
"time": "1775561962"
},
"departure": {
"delay": -38,
"time": "1775561962"
},
"stopId": "FR:27008:ZE:0x6048:ATOUMOD006",
"stopSequence": 26
},
{
"arrival": {
"delay": -12,
"time": "1775561208"
},
"departure": {
"delay": -12,
"time": "1775561208"
},
"stopId": "FR:27469:ZE:0x6633:ATOUMOD006",
"stopSequence": 15
},
{
"arrival": {
"delay": 58,
"time": "1775560738"
},
"departure": {
"delay": 58,
"time": "1775560738"
},
"stopId": "FR:27365:ZE:0x7271:ATOUMOD006",
"stopSequence": 9
},
{
"arrival": {
"delay": -37,
"time": "1775561243"
},
"departure": {
"delay": -37,
"time": "1775561243"
},
"stopId": "FR:27469:ZE:0x6662:ATOUMOD006",
"stopSequence": 16
},
{
"arrival": {
"delay": -2,
"time": "1775560558"
},
"departure": {
"delay": -2,
"time": "1775560558"
},
"stopId": "FR:27365:ZE:0x6325:ATOUMOD006",
"stopSequence": 7
},
{
"arrival": {
"delay": 46,
"time": "1775560486"
},
"departure": {
"delay": 46,
"time": "1775560486"
},
"stopId": "FR:27701:ZE:0x7052:ATOUMOD006",
"stopSequence": 5
},
{
"arrival": {
"delay": -57,
"time": "1775562243"
},
"departure": {
"delay": -57,
"time": "1775562243"
},
"stopId": "FR:27386:ZE:0x6366:ATOUMOD006",
"stopSequence": 31
},
{
"arrival": {
"delay": 22,
"time": "1775560522"
},
"departure": {
"delay": 22,
"time": "1775560522"
},
"stopId": "FR:27365:ZE:0x6324:ATOUMOD006",
"stopSequence": 6
},
{
"arrival": {
"delay": -46,
"time": "1775562014"
},
"departure": {
"delay": -46,
"time": "1775562014"
},
"stopId": "FR:27008:ZE:0x6057:ATOUMOD006",
"stopSequence": 27
},
{
"arrival": {
"delay": -60,
"time": "1775561520"
},
"departure": {
"delay": -60,
"time": "1775561520"
},
"stopId": "FR:27348:ZE:0x6297:ATOUMOD006",
"stopSequence": 18
}
],
"timestamp": "1775560063",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD006:Line:5:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2490625:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx4666:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 45,
"time": "1775558385"
},
"stopId": "FR:76575:ZE:TCARxUNIV21:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 74,
"time": "1775559900"
},
"departure": {
"delay": 74,
"time": "1775559914"
},
"stopId": "FR:76540:ZE:TCARxTARTS1:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 72,
"time": "1775559961"
},
"departure": {
"delay": 72,
"time": "1775559972"
},
"stopId": "FR:76540:ZE:TCARxJUSTI1:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 52,
"time": "1775558546"
},
"departure": {
"delay": 52,
"time": "1775558572"
},
"stopId": "FR:76575:ZE:TCARxPARC1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 162,
"time": "1775559361"
},
"departure": {
"delay": 162,
"time": "1775559402"
},
"stopId": "FR:76681:ZE:TCARxVOLTA1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 112,
"time": "1775559286"
},
"departure": {
"delay": 112,
"time": "1775559292"
},
"stopId": "FR:76681:ZE:TCARxGARIB1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 152,
"time": "1775558825"
},
"departure": {
"delay": 152,
"time": "1775558852"
},
"stopId": "FR:76681:ZE:TCARxFAMIL1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 172,
"time": "1775558917"
},
"departure": {
"delay": 172,
"time": "1775558932"
},
"stopId": "FR:76681:ZE:TCARxJEZAY1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 172,
"time": "1775559454"
},
"departure": {
"delay": 172,
"time": "1775559472"
},
"stopId": "FR:76540:ZE:TCARxBALZA1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 112,
"time": "1775558744"
},
"departure": {
"delay": 112,
"time": "1775558752"
},
"stopId": "FR:76575:ZE:TCARxCOURS1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 92,
"time": "1775559656"
},
"departure": {
"delay": 92,
"time": "1775559692"
},
"stopId": "FR:76540:ZE:TCARxSTSEV1:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 32,
"time": "1775558463"
},
"departure": {
"delay": 32,
"time": "1775558492"
},
"stopId": "FR:76575:ZE:TCARxBASTI1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 93,
"time": "1775560053"
},
"departure": {
"delay": 93,
"time": "1775560053"
},
"stopId": "FR:76540:ZE:TCARxGAREV1:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 72,
"time": "1775559158"
},
"departure": {
"delay": 72,
"time": "1775559192"
},
"stopId": "FR:76681:ZE:TCARxSOTTE1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 110,
"time": "1775560370"
},
"stopId": "FR:76540:ZE:TCARxBBOU:ATOUMOD001",
"stopSequence": 31
},
{
"arrival": {
"delay": 110,
"time": "1775560190"
},
"departure": {
"delay": 110,
"time": "1775560190"
},
"stopId": "FR:76540:ZE:TCARxBEAUV1:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": 172,
"time": "1775559034"
},
"departure": {
"delay": 172,
"time": "1775559052"
},
"stopId": "FR:76681:ZE:TCARxJUILL1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 92,
"time": "1775558637"
},
"departure": {
"delay": 92,
"time": "1775558672"
},
"stopId": "FR:76575:ZE:TCARxRENAN1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 132,
"time": "1775559541"
},
"departure": {
"delay": 132,
"time": "1775559552"
},
"stopId": "FR:76540:ZE:TCARxEUROP1:ATOUMOD001",
"stopSequence": 13
}
],
"timestamp": "1775558177",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx90:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx4666:LOC"
}
}
},
{
"id": "SM:ATOUMOD012:ServiceJourney:100000350:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 289,
"time": "1775562409"
},
"departure": {
"delay": 289,
"time": "1775562409"
},
"stopId": "FR:76758:ZE:YVETOTxxxSalle:ATOUMOD012",
"stopSequence": 10
},
{
"arrival": {
"delay": 289,
"time": "1775562349"
},
"departure": {
"delay": 289,
"time": "1775562349"
},
"stopId": "FR:76758:ZE:YVETOTxxxPierre:ATOUMOD012",
"stopSequence": 9
},
{
"departure": {
"delay": 289,
"time": "1775561569"
},
"stopId": "FR:76610:ZE:SAINTExMARIExD4:ATOUMOD012",
"stopSequence": 1
},
{
"arrival": {
"delay": 289,
"time": "1775562649"
},
"departure": {
"delay": 289,
"time": "1775562649"
},
"stopId": "FR:76758:ZE:YVETOTxxxMusxe:ATOUMOD012",
"stopSequence": 12
},
{
"arrival": {
"delay": 289,
"time": "1775561749"
},
"departure": {
"delay": 289,
"time": "1775561749"
},
"stopId": "FR:76610:ZE:SAINTExMARIExD1:ATOUMOD012",
"stopSequence": 3
},
{
"arrival": {
"delay": 289,
"time": "1775562289"
},
"departure": {
"delay": 289,
"time": "1775562289"
},
"stopId": "FR:76758:ZE:YVETOTxxxAlbert:ATOUMOD012",
"stopSequence": 8
},
{
"arrival": {
"delay": 289,
"time": "1775562049"
},
"departure": {
"delay": 289,
"time": "1775562049"
},
"stopId": "FR:76758:ZE:YVETOTxxxAvenu1:ATOUMOD012",
"stopSequence": 7
},
{
"arrival": {
"delay": 289,
"time": "1775561989"
},
"departure": {
"delay": 289,
"time": "1775561989"
},
"stopId": "FR:76758:ZE:YVETOTxxxCentre:ATOUMOD012",
"stopSequence": 6
},
{
"arrival": {
"delay": 289,
"time": "1775561869"
},
"departure": {
"delay": 289,
"time": "1775561869"
},
"stopId": "FR:76610:ZE:SAINTExMARIExD2:ATOUMOD012",
"stopSequence": 4
},
{
"arrival": {
"delay": 289,
"time": "1775562949"
},
"departure": {
"delay": 289,
"time": "1775562949"
},
"stopId": "FR:76758:ZE:YVETOTxxxJeanxX:ATOUMOD012",
"stopSequence": 13
},
{
"arrival": {
"delay": 289,
"time": "1775563129"
},
"stopId": "FR:76758:ZE:YVETOTxxxGarexS:ATOUMOD012",
"stopSequence": 14
},
{
"arrival": {
"delay": 289,
"time": "1775561929"
},
"departure": {
"delay": 289,
"time": "1775561929"
},
"stopId": "FR:76610:ZE:SAINTExMARIExDE:ATOUMOD012",
"stopSequence": 5
}
],
"timestamp": "1775560080",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD012:Line:1:LOC",
"tripId": "ATOUMOD012:ServiceJourney:100000350:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx2849:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 144,
"time": "1775560884"
},
"departure": {
"delay": 144,
"time": "1775560884"
},
"stopId": "FR:76575:ZE:TCARxCOURS0:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 137,
"time": "1775560637"
},
"departure": {
"delay": 137,
"time": "1775560637"
},
"stopId": "FR:76681:ZE:TCARxJUILL0:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 133,
"time": "1775559755"
},
"departure": {
"delay": 133,
"time": "1775559793"
},
"stopId": "FR:76540:ZE:TCARxTARTS0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 143,
"time": "1775560163"
},
"departure": {
"delay": 143,
"time": "1775560163"
},
"stopId": "FR:76540:ZE:TCARxEUROP0:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 153,
"time": "1775559980"
},
"departure": {
"delay": 153,
"time": "1775559993"
},
"stopId": "FR:76540:ZE:TCARxSTSEV0:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 139,
"time": "1775560819"
},
"departure": {
"delay": 139,
"time": "1775560819"
},
"stopId": "FR:76681:ZE:TCARxFAMIL0:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 173,
"time": "1775559685"
},
"departure": {
"delay": 173,
"time": "1775559713"
},
"stopId": "FR:76540:ZE:TCARxJUSTI0:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 143,
"time": "1775560523"
},
"departure": {
"delay": 143,
"time": "1775560523"
},
"stopId": "FR:76681:ZE:TCARxSOTTE0:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 176,
"time": "1775561096"
},
"departure": {
"delay": 176,
"time": "1775561096"
},
"stopId": "FR:76575:ZE:TCARxBASTI0:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": 173,
"time": "1775559873"
},
"departure": {
"delay": 173,
"time": "1775559893"
},
"stopId": "FR:76540:ZE:TCARxJOFFR0:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 133,
"time": "1775559575"
},
"departure": {
"delay": 133,
"time": "1775559613"
},
"stopId": "FR:76540:ZE:TCARxGAREV0:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 130,
"time": "1775560750"
},
"departure": {
"delay": 130,
"time": "1775560750"
},
"stopId": "FR:76681:ZE:TCARxJEZAY0:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 136,
"time": "1775560216"
},
"departure": {
"delay": 136,
"time": "1775560216"
},
"stopId": "FR:76540:ZE:TCARxBALZA0:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 173,
"time": "1775561033"
},
"departure": {
"delay": 173,
"time": "1775561033"
},
"stopId": "FR:76575:ZE:TCARxPARC0:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 144,
"time": "1775560284"
},
"departure": {
"delay": 144,
"time": "1775560284"
},
"stopId": "FR:76681:ZE:TCARxVOLTA0:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 149,
"time": "1775560949"
},
"departure": {
"delay": 149,
"time": "1775560949"
},
"stopId": "FR:76575:ZE:TCARxRENAN0:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 73,
"time": "1775559482"
},
"departure": {
"delay": 73,
"time": "1775559493"
},
"stopId": "FR:76540:ZE:TCARxBEAUV0:ATOUMOD001",
"stopSequence": 2
}
],
"timestamp": "1775559497",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx90:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx2849:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx12658:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 17174,
"time": "1775560094"
},
"departure": {
"delay": 17174,
"time": "1775560094"
},
"stopId": "FR:76103:ZE:TCARxHCOTE1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 17256,
"time": "1775559936"
},
"departure": {
"delay": 17256,
"time": "1775559936"
},
"stopId": "FR:76103:ZE:TCARxNEUVE1:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 17002,
"time": "1775560642"
},
"departure": {
"delay": 17002,
"time": "1775560642"
},
"stopId": "FR:76540:ZE:TCARxREPUQ1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 17362,
"time": "1775558902"
},
"departure": {
"delay": 17362,
"time": "1775558902"
},
"stopId": "FR:76475:ZE:TCARxISAAC2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 17386,
"time": "1775559271"
},
"departure": {
"delay": 17386,
"time": "1775559286"
},
"stopId": "FR:76475:ZE:TCARxCROCH1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 17322,
"time": "1775559342"
},
"departure": {
"delay": 17322,
"time": "1775559342"
},
"stopId": "FR:76475:ZE:TCARxFERME1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 17287,
"time": "1775559667"
},
"departure": {
"delay": 17287,
"time": "1775559667"
},
"stopId": "FR:76429:ZE:TCARxRTHIE1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 17252,
"time": "1775559867"
},
"departure": {
"delay": 17252,
"time": "1775559872"
},
"stopId": "FR:76429:ZE:TCARxLESCU1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 17132,
"time": "1775560352"
},
"departure": {
"delay": 17132,
"time": "1775560352"
},
"stopId": "FR:76540:ZE:TCARxBASSE1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 17306,
"time": "1775559442"
},
"departure": {
"delay": 17306,
"time": "1775559446"
},
"stopId": "FR:76475:ZE:TCARxLOISI1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 16953,
"time": "1775560773"
},
"stopId": "FR:76540:ZE:TCARxTART8:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 17070,
"time": "1775560410"
},
"departure": {
"delay": 17070,
"time": "1775560410"
},
"stopId": "FR:76540:ZE:TCARxPAUL11:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 17383,
"time": "1775558983"
},
"departure": {
"delay": 17383,
"time": "1775558983"
},
"stopId": "FR:76475:ZE:TCARxMALEC3:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 17300,
"time": "1775559380"
},
"departure": {
"delay": 17300,
"time": "1775559380"
},
"stopId": "FR:76475:ZE:TCARxVADAI1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 17352,
"time": "1775559192"
},
"departure": {
"delay": 17352,
"time": "1775559192"
},
"stopId": "FR:76475:ZE:TCARxHVFRA1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 17235,
"time": "1775559786"
},
"departure": {
"delay": 17235,
"time": "1775559795"
},
"stopId": "FR:76429:ZE:TCARxESNAR1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 17193,
"time": "1775560053"
},
"departure": {
"delay": 17193,
"time": "1775560053"
},
"stopId": "FR:76103:ZE:TCARxBONSE1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 17276,
"time": "1775559596"
},
"departure": {
"delay": 17276,
"time": "1775559596"
},
"stopId": "FR:76429:ZE:TCARxHUBER1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 17341,
"time": "1775559121"
},
"departure": {
"delay": 17341,
"time": "1775559121"
},
"stopId": "FR:76475:ZE:TCARxCOTYR1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 17362,
"time": "1775559022"
},
"departure": {
"delay": 17362,
"time": "1775559022"
},
"stopId": "FR:76475:ZE:TCARxGAREN0:ATOUMOD001",
"stopSequence": 4
},
{
"departure": {
"delay": 17310,
"time": "1775558850"
},
"stopId": "FR:76475:ZE:TCARxGALIL1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 17274,
"time": "1775559714"
},
"departure": {
"delay": 17274,
"time": "1775559714"
},
"stopId": "FR:76429:ZE:TCARxRBELB1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 17233,
"time": "1775559488"
},
"departure": {
"delay": 17233,
"time": "1775559493"
},
"stopId": "FR:76429:ZE:TCARxMALOT1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 17217,
"time": "1775560017"
},
"departure": {
"delay": 17217,
"time": "1775560017"
},
"stopId": "FR:76103:ZE:TCARxCDLED1:ATOUMOD001",
"stopSequence": 18
}
],
"timestamp": "1775558856",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx05:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx12658:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746166x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -11,
"time": "1775547334"
},
"departure": {
"delay": -11,
"time": "1775547349"
},
"stopId": "FR:50129:ZE:10LON1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 116,
"time": "1775546770"
},
"departure": {
"delay": 116,
"time": "1775546816"
},
"stopId": "FR:50129:ZE:10COF1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 24,
"time": "1775547204"
},
"departure": {
"delay": 24,
"time": "1775547204"
},
"stopId": "FR:50129:ZE:10ARA1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 123,
"time": "1775549472"
},
"departure": {
"delay": 123,
"time": "1775549523"
},
"stopId": "FR:50129:ZE:10BRO1:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"delay": -39,
"time": "1775547787"
},
"departure": {
"delay": -39,
"time": "1775547801"
},
"stopId": "FR:50129:ZE:10BEL1:ATOUMOD035",
"stopSequence": 20
},
{
"departure": {
"delay": 71,
"time": "1775546711"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 45,
"time": "1775550045"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"delay": 101,
"time": "1775549433"
},
"departure": {
"delay": 101,
"time": "1775549441"
},
"stopId": "FR:50129:ZE:10LLM1:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 5,
"time": "1775547499"
},
"departure": {
"delay": 5,
"time": "1775547545"
},
"stopId": "FR:50129:ZE:10DUB1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 12,
"time": "1775547997"
},
"departure": {
"delay": 12,
"time": "1775548032"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 82,
"time": "1775549631"
},
"departure": {
"delay": 82,
"time": "1775549662"
},
"stopId": "FR:50129:ZE:10ZPH1:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"delay": -12,
"time": "1775547839"
},
"departure": {
"delay": -12,
"time": "1775547888"
},
"stopId": "FR:50129:ZE:10HUI1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 12,
"time": "1775547301"
},
"departure": {
"delay": 12,
"time": "1775547312"
},
"stopId": "FR:50129:ZE:10BHE1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 166,
"time": "1775548768"
},
"departure": {
"delay": 166,
"time": "1775548966"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 72,
"time": "1775549821"
},
"departure": {
"delay": 72,
"time": "1775549832"
},
"stopId": "FR:50129:ZE:10MGT1:ATOUMOD035",
"stopSequence": 44
},
{
"arrival": {
"delay": 10,
"time": "1775548297"
},
"departure": {
"delay": 10,
"time": "1775548330"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 15,
"time": "1775547692"
},
"departure": {
"delay": 15,
"time": "1775547735"
},
"stopId": "FR:50129:ZE:10HOM1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 43,
"time": "1775548449"
},
"departure": {
"delay": 43,
"time": "1775548483"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": -5,
"time": "1775548507"
},
"departure": {
"delay": -5,
"time": "1775548555"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 9,
"time": "1775548355"
},
"departure": {
"delay": 9,
"time": "1775548389"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 5,
"time": "1775547405"
},
"departure": {
"delay": 5,
"time": "1775547425"
},
"stopId": "FR:50129:ZE:10ZOL1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 17,
"time": "1775547935"
},
"departure": {
"delay": 17,
"time": "1775547977"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 49,
"time": "1775547039"
},
"departure": {
"delay": 49,
"time": "1775547049"
},
"stopId": "FR:50129:ZE:10HOU1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 122,
"time": "1775549228"
},
"departure": {
"delay": 122,
"time": "1775549282"
},
"stopId": "FR:50129:ZE:10BHC3:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 101,
"time": "1775549911"
},
"departure": {
"delay": 101,
"time": "1775549921"
},
"stopId": "FR:50129:ZE:10CVE1:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"delay": 12,
"time": "1775547634"
},
"departure": {
"delay": 12,
"time": "1775547672"
},
"stopId": "FR:50129:ZE:10AGO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 81,
"time": "1775549329"
},
"departure": {
"delay": 81,
"time": "1775549361"
},
"stopId": "FR:50129:ZE:10LUM1:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": -4,
"time": "1775547225"
},
"departure": {
"delay": -4,
"time": "1775547236"
},
"stopId": "FR:50129:ZE:10PRE1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": -13,
"time": "1775547569"
},
"departure": {
"delay": -13,
"time": "1775547587"
},
"stopId": "FR:50129:ZE:10LAV1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 71,
"time": "1775547070"
},
"departure": {
"delay": 71,
"time": "1775547131"
},
"stopId": "FR:50129:ZE:10BRT1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 170,
"time": "1775549045"
},
"departure": {
"delay": 170,
"time": "1775549090"
},
"stopId": "FR:50129:ZE:10THH3:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 55,
"time": "1775549688"
},
"departure": {
"delay": 55,
"time": "1775549695"
},
"stopId": "FR:50129:ZE:10JEA1:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": 20,
"time": "1775548109"
},
"departure": {
"delay": 20,
"time": "1775548160"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 91,
"time": "1775546870"
},
"departure": {
"delay": 91,
"time": "1775546911"
},
"stopId": "FR:50129:ZE:10ALB1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 102,
"time": "1775547140"
},
"departure": {
"delay": 102,
"time": "1775547162"
},
"stopId": "FR:50129:ZE:10BON1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 17,
"time": "1775548229"
},
"departure": {
"delay": 17,
"time": "1775548277"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 69,
"time": "1775546931"
},
"departure": {
"delay": 69,
"time": "1775546949"
},
"stopId": "FR:50129:ZE:10SFN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 60,
"time": "1775549845"
},
"departure": {
"delay": 60,
"time": "1775549880"
},
"stopId": "FR:50129:ZE:10RSX1:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"delay": 106,
"time": "1775549616"
},
"departure": {
"delay": 106,
"time": "1775549626"
},
"stopId": "FR:50129:ZE:10ART1:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": 59,
"time": "1775549744"
},
"departure": {
"delay": 59,
"time": "1775549759"
},
"stopId": "FR:50129:ZE:10NOR3:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"delay": 50,
"time": "1775549766"
},
"departure": {
"delay": 50,
"time": "1775549810"
},
"stopId": "FR:50129:ZE:10MYO1:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": 133,
"time": "1775549380"
},
"departure": {
"delay": 133,
"time": "1775549413"
},
"stopId": "FR:50129:ZE:10JMO1:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 104,
"time": "1775546736"
},
"departure": {
"delay": 104,
"time": "1775546744"
},
"stopId": "FR:50129:ZE:10SFG1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 82,
"time": "1775546989"
},
"departure": {
"delay": 82,
"time": "1775547022"
},
"stopId": "FR:50129:ZE:10CAR1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 154,
"time": "1775549174"
},
"departure": {
"delay": 154,
"time": "1775549194"
},
"stopId": "FR:50129:ZE:10LCA1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": -17,
"time": "1775547269"
},
"departure": {
"delay": -17,
"time": "1775547283"
},
"stopId": "FR:50129:ZE:10CPL1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": -7,
"time": "1775548625"
},
"departure": {
"delay": -7,
"time": "1775548673"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 100,
"time": "1775549945"
},
"departure": {
"delay": 100,
"time": "1775549980"
},
"stopId": "FR:50129:ZE:10COS1:ATOUMOD035",
"stopSequence": 47
}
],
"timestamp": "1775560073",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746166x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2470570:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 27,
"time": "1775562747"
},
"departure": {
"delay": 27,
"time": "1775562747"
},
"stopId": "FR:27701:ZE:0x7087:ATOUMOD006",
"stopSequence": 2
},
{
"arrival": {
"delay": 63,
"time": "1775563503"
},
"departure": {
"delay": 63,
"time": "1775563503"
},
"stopId": "FR:27701:ZE:0x7037:ATOUMOD006",
"stopSequence": 13
},
{
"arrival": {
"delay": -49,
"time": "1775563991"
},
"departure": {
"delay": -49,
"time": "1775563991"
},
"stopId": "FR:27375:ZE:0x6529:ATOUMOD006",
"stopSequence": 20
},
{
"arrival": {
"delay": 35,
"time": "1775563955"
},
"departure": {
"delay": 35,
"time": "1775563955"
},
"stopId": "FR:27375:ZE:0x6381:ATOUMOD006",
"stopSequence": 19
},
{
"arrival": {
"delay": 12,
"time": "1775563332"
},
"departure": {
"delay": 12,
"time": "1775563332"
},
"stopId": "FR:27701:ZE:0x7045:ATOUMOD006",
"stopSequence": 10
},
{
"arrival": {
"delay": 75,
"time": "1775563575"
},
"departure": {
"delay": 75,
"time": "1775563575"
},
"stopId": "FR:27701:ZE:0x7128:ATOUMOD006",
"stopSequence": 14
},
{
"departure": {
"time": "1775562600"
},
"stopId": "FR:27701:ZE:0x7150:ATOUMOD006",
"stopSequence": 1
},
{
"arrival": {
"delay": 69,
"time": "1775563749"
},
"departure": {
"delay": 69,
"time": "1775563749"
},
"stopId": "FR:27375:ZE:0x6408:ATOUMOD006",
"stopSequence": 16
},
{
"arrival": {
"delay": 33,
"time": "1775563113"
},
"departure": {
"delay": 33,
"time": "1775563113"
},
"stopId": "FR:27701:ZE:0x7109:ATOUMOD006",
"stopSequence": 6
},
{
"arrival": {
"delay": 21,
"time": "1775563881"
},
"departure": {
"delay": 21,
"time": "1775563881"
},
"stopId": "FR:27375:ZE:0x6389:ATOUMOD006",
"stopSequence": 18
},
{
"arrival": {
"delay": 20,
"time": "1775562860"
},
"departure": {
"delay": 20,
"time": "1775562860"
},
"stopId": "FR:27701:ZE:0x7115:ATOUMOD006",
"stopSequence": 4
},
{
"arrival": {
"delay": -87,
"time": "1775564133"
},
"stopId": "FR:27375:ZE:0x6514:ATOUMOD006",
"stopSequence": 22
},
{
"arrival": {
"delay": 24,
"time": "1775563284"
},
"departure": {
"delay": 24,
"time": "1775563284"
},
"stopId": "FR:27701:ZE:0x7055:ATOUMOD006",
"stopSequence": 9
},
{
"arrival": {
"delay": 25,
"time": "1775563645"
},
"departure": {
"delay": 25,
"time": "1775563645"
},
"stopId": "FR:27701:ZE:0x7101:ATOUMOD006",
"stopSequence": 15
},
{
"arrival": {
"delay": 63,
"time": "1775563443"
},
"departure": {
"delay": 63,
"time": "1775563443"
},
"stopId": "FR:27701:ZE:0x7069:ATOUMOD006",
"stopSequence": 12
},
{
"arrival": {
"delay": 21,
"time": "1775563821"
},
"departure": {
"delay": 21,
"time": "1775563821"
},
"stopId": "FR:27375:ZE:0x6443:ATOUMOD006",
"stopSequence": 17
},
{
"arrival": {
"delay": 64,
"time": "1775563384"
},
"departure": {
"delay": 64,
"time": "1775563384"
},
"stopId": "FR:27701:ZE:0x7133:ATOUMOD006",
"stopSequence": 11
},
{
"arrival": {
"delay": 10,
"time": "1775563210"
},
"departure": {
"delay": 10,
"time": "1775563210"
},
"stopId": "FR:27701:ZE:0x7043:ATOUMOD006",
"stopSequence": 8
},
{
"arrival": {
"delay": 20,
"time": "1775562980"
},
"departure": {
"delay": 20,
"time": "1775562980"
},
"stopId": "FR:27701:ZE:0x7096:ATOUMOD006",
"stopSequence": 5
},
{
"arrival": {
"delay": 24,
"time": "1775563164"
},
"departure": {
"delay": 24,
"time": "1775563164"
},
"stopId": "FR:27701:ZE:0x6583:ATOUMOD006",
"stopSequence": 7
},
{
"arrival": {
"delay": 27,
"time": "1775562807"
},
"departure": {
"delay": 27,
"time": "1775562807"
},
"stopId": "FR:27701:ZE:0x7117:ATOUMOD006",
"stopSequence": 3
},
{
"arrival": {
"delay": -83,
"time": "1775564077"
},
"departure": {
"delay": -83,
"time": "1775564077"
},
"stopId": "FR:27375:ZE:0x6441:ATOUMOD006",
"stopSequence": 21
}
],
"timestamp": "1775560063",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD006:Line:C1:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2470570:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx15612:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 6809,
"time": "1775562389"
},
"departure": {
"delay": 6809,
"time": "1775562389"
},
"stopId": "FR:76540:ZE:TCARxMUFFA2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 6887,
"time": "1775563487"
},
"departure": {
"delay": 6887,
"time": "1775563487"
},
"stopId": "FR:76108:ZE:TCARxCPIER1:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 6818,
"time": "1775562458"
},
"departure": {
"delay": 6818,
"time": "1775562458"
},
"stopId": "FR:76540:ZE:TCARxFLAMA1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 6860,
"time": "1775563520"
},
"departure": {
"delay": 6860,
"time": "1775563520"
},
"stopId": "FR:76108:ZE:TCARxVALLO1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 6853,
"time": "1775563393"
},
"departure": {
"delay": 6853,
"time": "1775563393"
},
"stopId": "FR:76108:ZE:TCARxCOTTA1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 6840,
"time": "1775563440"
},
"departure": {
"delay": 6840,
"time": "1775563440"
},
"stopId": "FR:76108:ZE:TCARxRRENA1:ATOUMOD001",
"stopSequence": 16
}
],
"timestamp": "1775558197",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx11:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx15612:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx14669:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -1467,
"time": "1775559148"
},
"departure": {
"delay": -1467,
"time": "1775559213"
},
"stopId": "FR:76540:ZE:TCARxHVR4:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": -1427,
"time": "1775559073"
},
"departure": {
"delay": -1427,
"time": "1775559073"
},
"stopId": "FR:76540:ZE:TCARxSTNIC2:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": -1466,
"time": "1775558392"
},
"departure": {
"delay": -1466,
"time": "1775558434"
},
"stopId": "FR:76540:ZE:TCARxBAMME1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -1304,
"time": "1775559856"
},
"departure": {
"delay": -1304,
"time": "1775559856"
},
"stopId": "FR:76451:ZE:TCARxFOUBE1:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": -1303,
"time": "1775560037"
},
"departure": {
"delay": -1303,
"time": "1775560037"
},
"stopId": "FR:76451:ZE:TCARxCOQU21:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": -1350,
"time": "1775558844"
},
"departure": {
"delay": -1350,
"time": "1775558850"
},
"stopId": "FR:76540:ZE:TCARxPCORN1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": -1407,
"time": "1775559488"
},
"departure": {
"delay": -1407,
"time": "1775559513"
},
"stopId": "FR:76540:ZE:TCARxGAREB2:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": -1312,
"time": "1775559784"
},
"departure": {
"delay": -1312,
"time": "1775559788"
},
"stopId": "FR:76451:ZE:TCARxCREVI1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": -1345,
"time": "1775558626"
},
"departure": {
"delay": -1345,
"time": "1775558735"
},
"stopId": "FR:76540:ZE:TCARxCHAMP2:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": -1357,
"time": "1775560583"
},
"stopId": "FR:76451:ZE:TCARxPLEIAD:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": -1326,
"time": "1775559713"
},
"departure": {
"delay": -1326,
"time": "1775559714"
},
"stopId": "FR:76451:ZE:TCARxBSMAU1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": -1387,
"time": "1775559404"
},
"departure": {
"delay": -1387,
"time": "1775559413"
},
"stopId": "FR:76540:ZE:TCARxSVER41:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": -1445,
"time": "1775559295"
},
"departure": {
"delay": -1445,
"time": "1775559295"
},
"stopId": "FR:76540:ZE:TCARxBARTS1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": -1314,
"time": "1775560206"
},
"departure": {
"delay": -1314,
"time": "1775560206"
},
"stopId": "FR:76451:ZE:TCARxBIZNE2:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": -1324,
"time": "1775559956"
},
"departure": {
"delay": -1324,
"time": "1775559956"
},
"stopId": "FR:76451:ZE:TCARxHDVBE2:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": -1436,
"time": "1775558284"
},
"departure": {
"delay": -1436,
"time": "1775558284"
},
"stopId": "FR:76540:ZE:TCARxSIMON2:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": -1467,
"time": "1775558311"
},
"departure": {
"delay": -1467,
"time": "1775558313"
},
"stopId": "FR:76540:ZE:TCARxMATHI1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": -1332,
"time": "1775558939"
},
"departure": {
"delay": -1332,
"time": "1775558988"
},
"stopId": "FR:76540:ZE:TCARxRREPU1:ATOUMOD001",
"stopSequence": 12
},
{
"departure": {
"delay": -1440,
"time": "1775557860"
},
"stopId": "FR:76681:ZE:TCARxHDVS2:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": -1357,
"time": "1775560283"
},
"departure": {
"delay": -1357,
"time": "1775560283"
},
"stopId": "FR:76451:ZE:TCARxRBOIS1:ATOUMOD001",
"stopSequence": 27
}
],
"timestamp": "1775557696",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx07:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx14669:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745737x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 48,
"time": "1775558895"
},
"departure": {
"delay": 48,
"time": "1775558928"
},
"stopId": "FR:50129:ZE:10NOR6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": -12,
"time": "1775559152"
},
"departure": {
"delay": -12,
"time": "1775559168"
},
"stopId": "FR:50129:ZE:10GRR2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 121,
"time": "1775560621"
},
"departure": {
"delay": 121,
"time": "1775560621"
},
"stopId": "FR:50129:ZE:10CMI2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": -36,
"time": "1775559284"
},
"departure": {
"delay": -36,
"time": "1775559324"
},
"stopId": "FR:50129:ZE:10HPA4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 120,
"time": "1775561460"
},
"departure": {
"delay": 120,
"time": "1775561460"
},
"stopId": "FR:50129:ZE:10MOR2:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 120,
"time": "1775561160"
},
"departure": {
"delay": 120,
"time": "1775561160"
},
"stopId": "FR:50129:ZE:10EPC2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 134,
"time": "1775559872"
},
"departure": {
"delay": 134,
"time": "1775559914"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 120,
"time": "1775561520"
},
"departure": {
"delay": 120,
"time": "1775561520"
},
"stopId": "FR:50129:ZE:10MES2:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 120,
"time": "1775561400"
},
"departure": {
"delay": 120,
"time": "1775561400"
},
"stopId": "FR:50129:ZE:10HET2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 38,
"time": "1775559061"
},
"departure": {
"delay": 38,
"time": "1775559098"
},
"stopId": "FR:50129:ZE:10BAG4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 120,
"time": "1775560980"
},
"departure": {
"delay": 120,
"time": "1775560980"
},
"stopId": "FR:50129:ZE:10PET2:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 120,
"time": "1775561100"
},
"departure": {
"delay": 120,
"time": "1775561100"
},
"stopId": "FR:50129:ZE:10DIX2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": -2,
"time": "1775559200"
},
"departure": {
"delay": -2,
"time": "1775559238"
},
"stopId": "FR:50129:ZE:10XCT4:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 120,
"time": "1775561220"
},
"departure": {
"delay": 120,
"time": "1775561220"
},
"stopId": "FR:50129:ZE:10EPH1:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 120,
"time": "1775561340"
},
"departure": {
"delay": 120,
"time": "1775561340"
},
"stopId": "FR:50129:ZE:10TLL2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 14,
"time": "1775558641"
},
"departure": {
"delay": 14,
"time": "1775558654"
},
"stopId": "FR:50129:ZE:10FLO2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 120,
"time": "1775561580"
},
"stopId": "FR:50129:ZE:10AMF1:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 120,
"time": "1775561280"
},
"departure": {
"delay": 120,
"time": "1775561280"
},
"stopId": "FR:50129:ZE:10PAU2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 120,
"time": "1775560500"
},
"departure": {
"delay": 120,
"time": "1775560500"
},
"stopId": "FR:50129:ZE:10REP4:ATOUMOD035",
"stopSequence": 21
},
{
"departure": {
"delay": 8,
"time": "1775558588"
},
"stopId": "FR:50129:ZE:10ECT1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 120,
"time": "1775560920"
},
"departure": {
"delay": 120,
"time": "1775560920"
},
"stopId": "FR:50129:ZE:10HME2:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 120,
"time": "1775560620"
},
"departure": {
"delay": 120,
"time": "1775560620"
},
"stopId": "FR:50129:ZE:10PAX2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": -6,
"time": "1775558970"
},
"departure": {
"delay": -6,
"time": "1775558994"
},
"stopId": "FR:50129:ZE:10MED4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 120,
"time": "1775560140"
},
"departure": {
"delay": 120,
"time": "1775560140"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 120,
"time": "1775560800"
},
"departure": {
"delay": 120,
"time": "1775560800"
},
"stopId": "FR:50129:ZE:10CAQ2:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 120,
"time": "1775560560"
},
"departure": {
"delay": 120,
"time": "1775560560"
},
"stopId": "FR:50129:ZE:10TRA3:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 120,
"time": "1775560680"
},
"departure": {
"delay": 120,
"time": "1775560680"
},
"stopId": "FR:50129:ZE:10ANN2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 120,
"time": "1775560260"
},
"departure": {
"delay": 120,
"time": "1775560260"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 120,
"time": "1775560200"
},
"departure": {
"delay": 120,
"time": "1775560200"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 158,
"time": "1775559952"
},
"departure": {
"delay": 158,
"time": "1775559998"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 51,
"time": "1775558796"
},
"departure": {
"delay": 51,
"time": "1775558871"
},
"stopId": "FR:50129:ZE:10GDR2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 170,
"time": "1775559591"
},
"departure": {
"delay": 170,
"time": "1775559770"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": -9,
"time": "1775558734"
},
"departure": {
"delay": -9,
"time": "1775558751"
},
"stopId": "FR:50129:ZE:10LPL2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 120,
"time": "1775560380"
},
"departure": {
"delay": 120,
"time": "1775560380"
},
"stopId": "FR:50129:ZE:10HDI4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 2,
"time": "1775559448"
},
"departure": {
"delay": 2,
"time": "1775559482"
},
"stopId": "FR:50129:ZE:10CRN2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"time": "1775560052"
},
"departure": {
"time": "1775559960"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 16
}
],
"timestamp": "1775560077",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:02:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745737x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3748594x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -83,
"time": "1775544752"
},
"departure": {
"delay": -83,
"time": "1775544757"
},
"stopId": "FR:50129:ZE:10THH3:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": -57,
"time": "1775545249"
},
"departure": {
"delay": -57,
"time": "1775545263"
},
"stopId": "FR:50129:ZE:10HAM2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": -66,
"time": "1775545415"
},
"departure": {
"delay": -66,
"time": "1775545434"
},
"stopId": "FR:50129:ZE:10MEZ2:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 130,
"time": "1775546350"
},
"departure": {
"delay": 130,
"time": "1775546350"
},
"stopId": "FR:50129:ZE:10BLE2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": -51,
"time": "1775545196"
},
"departure": {
"delay": -51,
"time": "1775545209"
},
"stopId": "FR:50129:ZE:10GLA2:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": -10,
"time": "1775545616"
},
"departure": {
"delay": -10,
"time": "1775545670"
},
"stopId": "FR:50129:ZE:10HLU2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 65,
"time": "1775546220"
},
"departure": {
"delay": 65,
"time": "1775546225"
},
"stopId": "FR:50129:ZE:10NMD2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": -55,
"time": "1775544936"
},
"departure": {
"delay": -55,
"time": "1775544965"
},
"stopId": "FR:50129:ZE:10BHC3:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 61,
"time": "1775546281"
},
"stopId": "FR:50129:ZE:10HxC2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 82,
"time": "1775545968"
},
"departure": {
"delay": 82,
"time": "1775546002"
},
"stopId": "FR:50129:ZE:10CBL2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": -12,
"time": "1775545059"
},
"departure": {
"delay": -12,
"time": "1775545068"
},
"stopId": "FR:50129:ZE:10CDL1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 55,
"time": "1775544639"
},
"departure": {
"delay": 55,
"time": "1775544715"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": -88,
"time": "1775545338"
},
"departure": {
"delay": -88,
"time": "1775545352"
},
"stopId": "FR:50129:ZE:10HQU2:ATOUMOD035",
"stopSequence": 10
},
{
"departure": {
"delay": 38,
"time": "1775544578"
},
"stopId": "FR:50129:ZE:10SHU1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 53,
"time": "1775545818"
},
"departure": {
"delay": 53,
"time": "1775545853"
},
"stopId": "FR:50129:ZE:10VER2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": -68,
"time": "1775545471"
},
"departure": {
"delay": -68,
"time": "1775545492"
},
"stopId": "FR:50129:ZE:10HTR2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 67,
"time": "1775546034"
},
"departure": {
"delay": 67,
"time": "1775546047"
},
"stopId": "FR:50129:ZE:10ING2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": -44,
"time": "1775545082"
},
"departure": {
"delay": -44,
"time": "1775545096"
},
"stopId": "FR:50129:ZE:10BDB1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": -77,
"time": "1775544864"
},
"departure": {
"delay": -77,
"time": "1775544883"
},
"stopId": "FR:50129:ZE:10LCA1:ATOUMOD035",
"stopSequence": 4
}
],
"timestamp": "1775560073",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:07:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3748594x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746147x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 22,
"time": "1775536282"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 65,
"time": "1775536587"
},
"departure": {
"delay": 65,
"time": "1775536625"
},
"stopId": "FR:50129:ZE:10MGT2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 75,
"time": "1775539428"
},
"departure": {
"delay": 75,
"time": "1775539455"
},
"stopId": "FR:50129:ZE:10ALB2:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"delay": 73,
"time": "1775536653"
},
"departure": {
"delay": 73,
"time": "1775536693"
},
"stopId": "FR:50129:ZE:10NOR4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 46,
"time": "1775536452"
},
"departure": {
"delay": 46,
"time": "1775536486"
},
"stopId": "FR:50129:ZE:10COS2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 60,
"time": "1775538883"
},
"departure": {
"delay": 60,
"time": "1775538900"
},
"stopId": "FR:50129:ZE:10LON2:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 42,
"time": "1775538929"
},
"departure": {
"delay": 42,
"time": "1775538942"
},
"stopId": "FR:50129:ZE:10BHE2:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 45,
"time": "1775536928"
},
"departure": {
"delay": 45,
"time": "1775536965"
},
"stopId": "FR:50129:ZE:10BRO2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 108,
"time": "1775538970"
},
"departure": {
"delay": 108,
"time": "1775539008"
},
"stopId": "FR:50129:ZE:10CPL2:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"delay": -38,
"time": "1775537887"
},
"departure": {
"delay": -38,
"time": "1775537902"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 100,
"time": "1775539225"
},
"departure": {
"delay": 100,
"time": "1775539240"
},
"stopId": "FR:50129:ZE:10BRT2:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"delay": 31,
"time": "1775536996"
},
"departure": {
"delay": 31,
"time": "1775537011"
},
"stopId": "FR:50129:ZE:10LLM2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 65,
"time": "1775536762"
},
"departure": {
"delay": 65,
"time": "1775536805"
},
"stopId": "FR:50129:ZE:10ZPH2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": -20,
"time": "1775537761"
},
"departure": {
"delay": -20,
"time": "1775537800"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 79,
"time": "1775539682"
},
"departure": {
"delay": 79,
"time": "1775539699"
},
"stopId": "FR:50129:ZE:10EPH1:ATOUMOD035",
"stopSequence": 49
},
{
"arrival": {
"delay": 82,
"time": "1775539629"
},
"departure": {
"delay": 82,
"time": "1775539642"
},
"stopId": "FR:50129:ZE:10SFG2:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"delay": 112,
"time": "1775539037"
},
"departure": {
"delay": 112,
"time": "1775539072"
},
"stopId": "FR:50129:ZE:10PRE2:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": 23,
"time": "1775538098"
},
"departure": {
"delay": 23,
"time": "1775538143"
},
"stopId": "FR:50129:ZE:10HDI4:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 137,
"time": "1775539182"
},
"departure": {
"delay": 137,
"time": "1775539217"
},
"stopId": "FR:50129:ZE:10BON2:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": 69,
"time": "1775537237"
},
"departure": {
"delay": 69,
"time": "1775537289"
},
"stopId": "FR:50129:ZE:10LCP2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 91,
"time": "1775539396"
},
"departure": {
"delay": 91,
"time": "1775539411"
},
"stopId": "FR:50129:ZE:10SFN2:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"delay": 73,
"time": "1775539081"
},
"departure": {
"delay": 73,
"time": "1775539093"
},
"stopId": "FR:50129:ZE:10ARA2:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"delay": 68,
"time": "1775539748"
},
"stopId": "FR:50129:ZE:10MAX1:ATOUMOD035",
"stopSequence": 50
},
{
"arrival": {
"delay": -13,
"time": "1775537575"
},
"departure": {
"delay": -13,
"time": "1775537627"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 12,
"time": "1775538346"
},
"departure": {
"delay": 12,
"time": "1775538372"
},
"stopId": "FR:50129:ZE:10HUI2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": -21,
"time": "1775537842"
},
"departure": {
"delay": -21,
"time": "1775537859"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 30,
"time": "1775537033"
},
"departure": {
"delay": 30,
"time": "1775537070"
},
"stopId": "FR:50129:ZE:10JMO2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 67,
"time": "1775536541"
},
"departure": {
"delay": 67,
"time": "1775536567"
},
"stopId": "FR:50129:ZE:10RSX2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 35,
"time": "1775538613"
},
"departure": {
"delay": 35,
"time": "1775538635"
},
"stopId": "FR:50129:ZE:10LAV2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 42,
"time": "1775537151"
},
"departure": {
"delay": 42,
"time": "1775537202"
},
"stopId": "FR:50129:ZE:10BHC2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 3,
"time": "1775538406"
},
"departure": {
"delay": 3,
"time": "1775538423"
},
"stopId": "FR:50129:ZE:10BEL2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 60,
"time": "1775537081"
},
"departure": {
"delay": 60,
"time": "1775537100"
},
"stopId": "FR:50129:ZE:10LUM2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 61,
"time": "1775537371"
},
"departure": {
"delay": 61,
"time": "1775537401"
},
"stopId": "FR:50129:ZE:10THH4:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 23,
"time": "1775537679"
},
"departure": {
"delay": 23,
"time": "1775537723"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": -18,
"time": "1775538238"
},
"departure": {
"delay": -18,
"time": "1775538282"
},
"stopId": "FR:50129:ZE:10TRA6:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 71,
"time": "1775536736"
},
"departure": {
"delay": 71,
"time": "1775536751"
},
"stopId": "FR:50129:ZE:10JEA2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 79,
"time": "1775539319"
},
"departure": {
"delay": 79,
"time": "1775539339"
},
"stopId": "FR:50129:ZE:10CAR2:ATOUMOD035",
"stopSequence": 44
},
{
"arrival": {
"delay": 34,
"time": "1775538792"
},
"departure": {
"delay": 34,
"time": "1775538814"
},
"stopId": "FR:50129:ZE:10ZOL2:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 94,
"time": "1775539259"
},
"departure": {
"delay": 94,
"time": "1775539294"
},
"stopId": "FR:50129:ZE:10HOU2:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": 35,
"time": "1775538676"
},
"departure": {
"delay": 35,
"time": "1775538695"
},
"stopId": "FR:50129:ZE:10DUB2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 58,
"time": "1775536335"
},
"departure": {
"delay": 58,
"time": "1775536378"
},
"stopId": "FR:50129:ZE:10JGO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 88,
"time": "1775536641"
},
"departure": {
"delay": 88,
"time": "1775536648"
},
"stopId": "FR:50129:ZE:10MYO2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 32,
"time": "1775537940"
},
"departure": {
"delay": 32,
"time": "1775538032"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 26,
"time": "1775536512"
},
"departure": {
"delay": 26,
"time": "1775536526"
},
"stopId": "FR:50129:ZE:10CVE2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 24,
"time": "1775537472"
},
"departure": {
"delay": 24,
"time": "1775537484"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 36,
"time": "1775538536"
},
"departure": {
"delay": 36,
"time": "1775538576"
},
"stopId": "FR:50129:ZE:10AGO2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 101,
"time": "1775539561"
},
"departure": {
"delay": 101,
"time": "1775539601"
},
"stopId": "FR:50129:ZE:10COF2:ATOUMOD035",
"stopSequence": 47
},
{
"arrival": {
"delay": 28,
"time": "1775538482"
},
"departure": {
"delay": 28,
"time": "1775538508"
},
"stopId": "FR:50129:ZE:10HOM2:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": -27,
"time": "1775538190"
},
"departure": {
"delay": -27,
"time": "1775538213"
},
"stopId": "FR:50129:ZE:10REP4:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 33,
"time": "1775536820"
},
"departure": {
"delay": 33,
"time": "1775536833"
},
"stopId": "FR:50129:ZE:10ART2:ATOUMOD035",
"stopSequence": 11
}
],
"timestamp": "1775559956",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746147x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746155x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 59,
"time": "1775537021"
},
"departure": {
"delay": 59,
"time": "1775537039"
},
"stopId": "FR:50129:ZE:10SFN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 61,
"time": "1775537144"
},
"departure": {
"delay": 61,
"time": "1775537161"
},
"stopId": "FR:50129:ZE:10HOU1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 149,
"time": "1775540119"
},
"departure": {
"delay": 149,
"time": "1775540129"
},
"stopId": "FR:50129:ZE:10COS1:ATOUMOD035",
"stopSequence": 47
},
{
"arrival": {
"delay": 116,
"time": "1775539697"
},
"departure": {
"delay": 116,
"time": "1775539736"
},
"stopId": "FR:50129:ZE:10ART1:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": 95,
"time": "1775537214"
},
"departure": {
"delay": 95,
"time": "1775537255"
},
"stopId": "FR:50129:ZE:10BON1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 98,
"time": "1775537693"
},
"departure": {
"delay": 98,
"time": "1775537738"
},
"stopId": "FR:50129:ZE:10DUB1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 93,
"time": "1775537516"
},
"departure": {
"delay": 93,
"time": "1775537553"
},
"stopId": "FR:50129:ZE:10LON1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 106,
"time": "1775539469"
},
"departure": {
"delay": 106,
"time": "1775539486"
},
"stopId": "FR:50129:ZE:10JMO1:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 102,
"time": "1775539561"
},
"departure": {
"delay": 102,
"time": "1775539602"
},
"stopId": "FR:50129:ZE:10BRO1:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"delay": 115,
"time": "1775539959"
},
"departure": {
"delay": 115,
"time": "1775539975"
},
"stopId": "FR:50129:ZE:10MYO1:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": 34,
"time": "1775537303"
},
"departure": {
"delay": 34,
"time": "1775537314"
},
"stopId": "FR:50129:ZE:10ARA1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 147,
"time": "1775539924"
},
"departure": {
"delay": 147,
"time": "1775539947"
},
"stopId": "FR:50129:ZE:10NOR3:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"delay": 143,
"time": "1775538287"
},
"departure": {
"delay": 143,
"time": "1775538323"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 97,
"time": "1775539504"
},
"departure": {
"delay": 97,
"time": "1775539537"
},
"stopId": "FR:50129:ZE:10LLM1:ATOUMOD035",
"stopSequence": 37
},
{
"departure": {
"delay": 42,
"time": "1775536782"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 32,
"time": "1775537339"
},
"departure": {
"delay": 32,
"time": "1775537372"
},
"stopId": "FR:50129:ZE:10PRE1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 112,
"time": "1775539745"
},
"departure": {
"delay": 112,
"time": "1775539792"
},
"stopId": "FR:50129:ZE:10ZPH1:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"delay": 97,
"time": "1775538607"
},
"departure": {
"delay": 97,
"time": "1775538637"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 86,
"time": "1775537771"
},
"departure": {
"delay": 86,
"time": "1775537786"
},
"stopId": "FR:50129:ZE:10LAV1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 139,
"time": "1775538035"
},
"departure": {
"delay": 139,
"time": "1775538079"
},
"stopId": "FR:50129:ZE:10HUI1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 141,
"time": "1775539840"
},
"departure": {
"delay": 141,
"time": "1775539881"
},
"stopId": "FR:50129:ZE:10JEA1:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": 129,
"time": "1775538449"
},
"departure": {
"delay": 129,
"time": "1775538489"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 74,
"time": "1775536975"
},
"departure": {
"delay": 74,
"time": "1775536994"
},
"stopId": "FR:50129:ZE:10ALB1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 76,
"time": "1775539418"
},
"departure": {
"delay": 76,
"time": "1775539456"
},
"stopId": "FR:50129:ZE:10LUM1:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 142,
"time": "1775539991"
},
"departure": {
"delay": 142,
"time": "1775540002"
},
"stopId": "FR:50129:ZE:10MGT1:ATOUMOD035",
"stopSequence": 44
},
{
"arrival": {
"delay": 180,
"time": "1775540091"
},
"departure": {
"delay": 180,
"time": "1775540100"
},
"stopId": "FR:50129:ZE:10CVE1:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"delay": 101,
"time": "1775537608"
},
"departure": {
"delay": 101,
"time": "1775537621"
},
"stopId": "FR:50129:ZE:10ZOL1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 131,
"time": "1775537843"
},
"departure": {
"delay": 131,
"time": "1775537891"
},
"stopId": "FR:50129:ZE:10AGO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 489,
"time": "1775540589"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"delay": 135,
"time": "1775539141"
},
"departure": {
"delay": 135,
"time": "1775539155"
},
"stopId": "FR:50129:ZE:10THH3:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 166,
"time": "1775538119"
},
"departure": {
"delay": 166,
"time": "1775538166"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 157,
"time": "1775538183"
},
"departure": {
"delay": 157,
"time": "1775538217"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 144,
"time": "1775538919"
},
"departure": {
"delay": 144,
"time": "1775539044"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 120,
"time": "1775537986"
},
"departure": {
"delay": 120,
"time": "1775538000"
},
"stopId": "FR:50129:ZE:10BEL1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 84,
"time": "1775538518"
},
"departure": {
"delay": 84,
"time": "1775538564"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 86,
"time": "1775537451"
},
"departure": {
"delay": 86,
"time": "1775537486"
},
"stopId": "FR:50129:ZE:10BHE1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 59,
"time": "1775538673"
},
"departure": {
"delay": 59,
"time": "1775538719"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 42,
"time": "1775537192"
},
"departure": {
"delay": 42,
"time": "1775537202"
},
"stopId": "FR:50129:ZE:10BRT1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 112,
"time": "1775537912"
},
"departure": {
"delay": 112,
"time": "1775537932"
},
"stopId": "FR:50129:ZE:10HOM1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 113,
"time": "1775538370"
},
"departure": {
"delay": 113,
"time": "1775538413"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 71,
"time": "1775536852"
},
"departure": {
"delay": 71,
"time": "1775536871"
},
"stopId": "FR:50129:ZE:10COF1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 101,
"time": "1775539291"
},
"departure": {
"delay": 101,
"time": "1775539361"
},
"stopId": "FR:50129:ZE:10BHC3:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 141,
"time": "1775540021"
},
"departure": {
"delay": 141,
"time": "1775540061"
},
"stopId": "FR:50129:ZE:10RSX1:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"delay": 26,
"time": "1775537413"
},
"departure": {
"delay": 26,
"time": "1775537426"
},
"stopId": "FR:50129:ZE:10CPL1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 81,
"time": "1775537087"
},
"departure": {
"delay": 81,
"time": "1775537121"
},
"stopId": "FR:50129:ZE:10CAR1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 75,
"time": "1775536806"
},
"departure": {
"delay": 75,
"time": "1775536815"
},
"stopId": "FR:50129:ZE:10SFG1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 109,
"time": "1775539237"
},
"departure": {
"delay": 109,
"time": "1775539249"
},
"stopId": "FR:50129:ZE:10LCA1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 48,
"time": "1775538789"
},
"departure": {
"delay": 48,
"time": "1775538828"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 30
}
],
"timestamp": "1775560076",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746155x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx11287:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 1560,
"time": "1775557080"
},
"stopId": "FR:76705:ZE:TCARxTOCEN:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 1666,
"time": "1775557726"
},
"departure": {
"delay": 1666,
"time": "1775557726"
},
"stopId": "FR:76484:ZE:TCARxCIMOI1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 1671,
"time": "1775557851"
},
"departure": {
"delay": 1671,
"time": "1775557851"
},
"stopId": "FR:76484:ZE:TCARxFERRE1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 1701,
"time": "1775558001"
},
"departure": {
"delay": 1701,
"time": "1775558001"
},
"stopId": "FR:76484:ZE:TCARxCOMPX1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 1672,
"time": "1775559002"
},
"departure": {
"delay": 1672,
"time": "1775559052"
},
"stopId": "FR:76681:ZE:TCARxCHROU1:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 1656,
"time": "1775557776"
},
"departure": {
"delay": 1656,
"time": "1775557776"
},
"stopId": "FR:76484:ZE:TCARxBIBOI1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 1701,
"time": "1775558241"
},
"departure": {
"delay": 1701,
"time": "1775558241"
},
"stopId": "FR:76484:ZE:TCARxVOSGE1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 1606,
"time": "1775557126"
},
"departure": {
"delay": 1606,
"time": "1775557126"
},
"stopId": "FR:76705:ZE:TCARxTOMAN2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 1640,
"time": "1775558420"
},
"departure": {
"delay": 1640,
"time": "1775558420"
},
"stopId": "FR:76575:ZE:TCARxSLOGN1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 1691,
"time": "1775558051"
},
"departure": {
"delay": 1691,
"time": "1775558051"
},
"stopId": "FR:76484:ZE:TCARxCIMJ21:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 1683,
"time": "1775558163"
},
"departure": {
"delay": 1683,
"time": "1775558163"
},
"stopId": "FR:76484:ZE:TCARxPLBEL1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 1701,
"time": "1775559477"
},
"departure": {
"delay": 1701,
"time": "1775559501"
},
"stopId": "FR:76681:ZE:TCARxHDVS3:ATOUMOD001",
"stopSequence": 33
},
{
"arrival": {
"delay": 1651,
"time": "1775557626"
},
"departure": {
"delay": 1651,
"time": "1775557651"
},
"stopId": "FR:76484:ZE:TCARxOIHDV1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 1592,
"time": "1775558531"
},
"departure": {
"delay": 1592,
"time": "1775558552"
},
"stopId": "FR:76575:ZE:TCARxLANGU1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 1666,
"time": "1775558326"
},
"departure": {
"delay": 1666,
"time": "1775558326"
},
"stopId": "FR:76575:ZE:TCARxCHAPL1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 1661,
"time": "1775558501"
},
"departure": {
"delay": 1661,
"time": "1775558501"
},
"stopId": "FR:76575:ZE:TCARxNODIE1:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 1681,
"time": "1775558101"
},
"departure": {
"delay": 1681,
"time": "1775558101"
},
"stopId": "FR:76484:ZE:TCARxCHARC1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 1671,
"time": "1775558751"
},
"departure": {
"delay": 1671,
"time": "1775558751"
},
"stopId": "FR:76575:ZE:TCARxGAGAR1:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 1627,
"time": "1775558827"
},
"departure": {
"delay": 1627,
"time": "1775558827"
},
"stopId": "FR:76575:ZE:TCARxCOQLI1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 1646,
"time": "1775557226"
},
"departure": {
"delay": 1646,
"time": "1775557226"
},
"stopId": "FR:76705:ZE:TCARxTOPAR2:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 1686,
"time": "1775557926"
},
"departure": {
"delay": 1686,
"time": "1775557926"
},
"stopId": "FR:76484:ZE:TCARxPEZO21:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 1666,
"time": "1775559201"
},
"departure": {
"delay": 1666,
"time": "1775559226"
},
"stopId": "FR:76681:ZE:TCARxADRET2:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": 1638,
"time": "1775557518"
},
"departure": {
"delay": 1638,
"time": "1775557518"
},
"stopId": "FR:76484:ZE:TCARxCFERR3:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 1687,
"time": "1775559127"
},
"departure": {
"delay": 1687,
"time": "1775559127"
},
"stopId": "FR:76681:ZE:TCARxKERVI1:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 1620,
"time": "1775559600"
},
"stopId": "FR:76681:ZE:TCARxHDVS1:ATOUMOD001",
"stopSequence": 34
},
{
"arrival": {
"delay": 1669,
"time": "1775558605"
},
"departure": {
"delay": 1669,
"time": "1775558629"
},
"stopId": "FR:76575:ZE:TCARxGOUBE1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 1606,
"time": "1775558926"
},
"departure": {
"delay": 1606,
"time": "1775558926"
},
"stopId": "FR:76575:ZE:TCARxSTYO21:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 1611,
"time": "1775558451"
},
"departure": {
"delay": 1611,
"time": "1775558451"
},
"stopId": "FR:76575:ZE:TCARxPNAVA1:ATOUMOD001",
"stopSequence": 20
}
],
"timestamp": "1775556636",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx03:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx11287:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3748433x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -41,
"time": "1775543287"
},
"departure": {
"delay": -41,
"time": "1775543299"
},
"stopId": "FR:50129:ZE:10LCO2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 9,
"time": "1775541880"
},
"departure": {
"delay": 9,
"time": "1775541909"
},
"stopId": "FR:50129:ZE:10VOL1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 107,
"time": "1775544407"
},
"stopId": "FR:50129:ZE:10ZAG2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 142,
"time": "1775543829"
},
"departure": {
"delay": 142,
"time": "1775543842"
},
"stopId": "FR:50129:ZE:10SMT2:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": -20,
"time": "1775542637"
},
"departure": {
"delay": -20,
"time": "1775542660"
},
"stopId": "FR:50129:ZE:10PHG2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 10,
"time": "1775543183"
},
"departure": {
"delay": 10,
"time": "1775543230"
},
"stopId": "FR:50129:ZE:10STA2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 127,
"time": "1775543733"
},
"departure": {
"delay": 127,
"time": "1775543767"
},
"stopId": "FR:50129:ZE:10FRA2:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 30,
"time": "1775541548"
},
"departure": {
"delay": 30,
"time": "1775541570"
},
"stopId": "FR:50129:ZE:10CDF1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 15,
"time": "1775541594"
},
"departure": {
"delay": 15,
"time": "1775541615"
},
"stopId": "FR:50129:ZE:10BCP1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": -77,
"time": "1775542139"
},
"departure": {
"delay": -77,
"time": "1775542183"
},
"stopId": "FR:50129:ZE:10MEN2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 182,
"time": "1775544172"
},
"departure": {
"delay": 182,
"time": "1775544182"
},
"stopId": "FR:50129:ZE:10VIG2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 71,
"time": "1775541662"
},
"departure": {
"delay": 71,
"time": "1775541671"
},
"stopId": "FR:50129:ZE:10COT1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": -28,
"time": "1775541980"
},
"departure": {
"delay": -28,
"time": "1775541992"
},
"stopId": "FR:50129:ZE:10CIM1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 8,
"time": "1775542948"
},
"departure": {
"delay": 8,
"time": "1775542988"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 67,
"time": "1775543023"
},
"departure": {
"delay": 67,
"time": "1775543107"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 38,
"time": "1775541792"
},
"departure": {
"delay": 38,
"time": "1775541818"
},
"stopId": "FR:50129:ZE:10ROS1:ATOUMOD035",
"stopSequence": 7
},
{
"departure": {
"delay": 17,
"time": "1775541497"
},
"stopId": "FR:50129:ZE:10DIG1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 22,
"time": "1775541825"
},
"departure": {
"delay": 22,
"time": "1775541862"
},
"stopId": "FR:50129:ZE:10SAD1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 18,
"time": "1775543383"
},
"departure": {
"delay": 18,
"time": "1775543418"
},
"stopId": "FR:50129:ZE:10POL2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 175,
"time": "1775544216"
},
"departure": {
"delay": 175,
"time": "1775544235"
},
"stopId": "FR:50129:ZE:10DAN2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 78,
"time": "1775541711"
},
"departure": {
"delay": 78,
"time": "1775541738"
},
"stopId": "FR:50129:ZE:10PFJ1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": -13,
"time": "1775542051"
},
"departure": {
"delay": -13,
"time": "1775542067"
},
"stopId": "FR:50129:ZE:10FJT1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 87,
"time": "1775543706"
},
"departure": {
"delay": 87,
"time": "1775543727"
},
"stopId": "FR:50129:ZE:10LEC2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 2,
"time": "1775541936"
},
"departure": {
"delay": 2,
"time": "1775541962"
},
"stopId": "FR:50129:ZE:10RED1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 49,
"time": "1775541752"
},
"departure": {
"delay": 49,
"time": "1775541769"
},
"stopId": "FR:50129:ZE:10SAL1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 156,
"time": "1775544067"
},
"departure": {
"delay": 156,
"time": "1775544096"
},
"stopId": "FR:50129:ZE:10HUI4:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": -3,
"time": "1775542837"
},
"departure": {
"delay": -3,
"time": "1775542857"
},
"stopId": "FR:50129:ZE:10CTR3:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 64,
"time": "1775542681"
},
"departure": {
"delay": 64,
"time": "1775542804"
},
"stopId": "FR:50129:ZE:10FDC1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 136,
"time": "1775543633"
},
"departure": {
"delay": 136,
"time": "1775543656"
},
"stopId": "FR:50129:ZE:10LEB2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 148,
"time": "1775544141"
},
"departure": {
"delay": 148,
"time": "1775544148"
},
"stopId": "FR:50129:ZE:10CRB2:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 119,
"time": "1775543852"
},
"departure": {
"delay": 119,
"time": "1775543879"
},
"stopId": "FR:50129:ZE:10VAB2:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 142,
"time": "1775543928"
},
"departure": {
"delay": 142,
"time": "1775543962"
},
"stopId": "FR:50129:ZE:10EGL5:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 10,
"time": "1775542878"
},
"departure": {
"delay": 10,
"time": "1775542930"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 19,
"time": "1775542234"
},
"departure": {
"delay": 19,
"time": "1775542579"
},
"stopId": "FR:50129:ZE:10SHU3:ATOUMOD035",
"stopSequence": 14
}
],
"timestamp": "1775560079",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:05:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3748433x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4072047x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775560740"
},
"departure": {
"time": "1775560740"
},
"stopId": "FR:76351:ZE:4642:ATOUMOD003",
"stopSequence": 7
},
{
"arrival": {
"time": "1775561160"
},
"departure": {
"time": "1775561160"
},
"stopId": "FR:76351:ZE:3377:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"time": "1775560320"
},
"departure": {
"time": "1775560320"
},
"stopId": "FR:76351:ZE:3794:ATOUMOD003",
"stopSequence": 2
},
{
"arrival": {
"delay": 40,
"time": "1775560660"
},
"departure": {
"delay": 40,
"time": "1775560660"
},
"stopId": "FR:76351:ZE:3279:ATOUMOD003",
"stopSequence": 5
},
{
"arrival": {
"time": "1775561580"
},
"departure": {
"time": "1775561580"
},
"stopId": "FR:76351:ZE:3311:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"time": "1775561460"
},
"departure": {
"time": "1775561460"
},
"stopId": "FR:76351:ZE:4543:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": 44,
"time": "1775560844"
},
"departure": {
"delay": 44,
"time": "1775560844"
},
"stopId": "FR:76351:ZE:4581:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": 4,
"time": "1775561644"
},
"departure": {
"delay": 4,
"time": "1775561644"
},
"stopId": "FR:76351:ZE:3198:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": 8,
"time": "1775560568"
},
"departure": {
"delay": 8,
"time": "1775560568"
},
"stopId": "FR:76351:ZE:4880:ATOUMOD003",
"stopSequence": 4
},
{
"arrival": {
"delay": 58,
"time": "1775561398"
},
"departure": {
"delay": 58,
"time": "1775561398"
},
"stopId": "FR:76351:ZE:3237:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 23,
"time": "1775561543"
},
"departure": {
"delay": 23,
"time": "1775561543"
},
"stopId": "FR:76351:ZE:3527:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 33,
"time": "1775561493"
},
"departure": {
"delay": 33,
"time": "1775561493"
},
"stopId": "FR:76351:ZE:3373:ATOUMOD003",
"stopSequence": 17
},
{
"departure": {
"time": "1775560080"
},
"stopId": "FR:76351:ZE:4544:ATOUMOD003",
"stopSequence": 1
},
{
"arrival": {
"delay": 18,
"time": "1775561718"
},
"departure": {
"delay": 18,
"time": "1775561718"
},
"stopId": "FR:76351:ZE:3469:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": 55,
"time": "1775560495"
},
"departure": {
"delay": 55,
"time": "1775560495"
},
"stopId": "FR:76351:ZE:3175:ATOUMOD003",
"stopSequence": 3
},
{
"arrival": {
"delay": 8,
"time": "1775561228"
},
"departure": {
"delay": 8,
"time": "1775561228"
},
"stopId": "FR:76351:ZE:3168:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 48,
"time": "1775561028"
},
"departure": {
"delay": 48,
"time": "1775561028"
},
"stopId": "FR:76351:ZE:3283:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": 57,
"time": "1775561097"
},
"departure": {
"delay": 57,
"time": "1775561097"
},
"stopId": "FR:76351:ZE:3011:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"time": "1775561760"
},
"stopId": "FR:76351:ZE:4825:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": 41,
"time": "1775561681"
},
"departure": {
"delay": 41,
"time": "1775561681"
},
"stopId": "FR:76351:ZE:3806:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"time": "1775561340"
},
"departure": {
"time": "1775561340"
},
"stopId": "FR:76351:ZE:3231:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"time": "1775560980"
},
"departure": {
"time": "1775560980"
},
"stopId": "FR:76351:ZE:3693:ATOUMOD003",
"stopSequence": 9
}
],
"timestamp": "1775559989",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:C4:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4072047x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD104:ServiceJourney:2a686afabce9be828a6cfe56aaac46ee:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 289,
"time": "1775559092"
},
"departure": {
"delay": 289,
"time": "1775559109"
},
"stopId": "FR:61169:ZE:2280:ATOUMOD104",
"stopSequence": 9
},
{
"arrival": {
"delay": 316,
"time": "1775558937"
},
"departure": {
"delay": 316,
"time": "1775558956"
},
"stopId": "FR:61169:ZE:2256:ATOUMOD104",
"stopSequence": 7
},
{
"arrival": {
"delay": 321,
"time": "1775558706"
},
"departure": {
"delay": 321,
"time": "1775558721"
},
"stopId": "FR:61169:ZE:2312:ATOUMOD104",
"stopSequence": 4
},
{
"arrival": {
"delay": 166,
"time": "1775559766"
},
"stopId": "FR:61169:ZE:2376:ATOUMOD104",
"stopSequence": 21
},
{
"arrival": {
"delay": 251,
"time": "1775559295"
},
"departure": {
"delay": 251,
"time": "1775559311"
},
"stopId": "FR:61169:ZE:2300:ATOUMOD104",
"stopSequence": 13
},
{
"departure": {
"delay": 347,
"time": "1775558567"
},
"stopId": "FR:61169:ZE:2284:ATOUMOD104",
"stopSequence": 1
},
{
"arrival": {
"delay": 303,
"time": "1775558820"
},
"departure": {
"delay": 303,
"time": "1775558823"
},
"stopId": "FR:61169:ZE:2302:ATOUMOD104",
"stopSequence": 6
},
{
"arrival": {
"delay": 168,
"time": "1775559619"
},
"departure": {
"delay": 168,
"time": "1775559648"
},
"stopId": "FR:61169:ZE:2255:ATOUMOD104",
"stopSequence": 18
},
{
"arrival": {
"delay": 303,
"time": "1775559167"
},
"departure": {
"delay": 303,
"time": "1775559183"
},
"stopId": "FR:61169:ZE:2318:ATOUMOD104",
"stopSequence": 10
},
{
"arrival": {
"delay": 191,
"time": "1775559340"
},
"departure": {
"delay": 191,
"time": "1775559371"
},
"stopId": "FR:61169:ZE:2325:ATOUMOD104",
"stopSequence": 14
},
{
"arrival": {
"delay": 207,
"time": "1775559503"
},
"departure": {
"delay": 207,
"time": "1775559507"
},
"stopId": "FR:61169:ZE:2293:ATOUMOD104",
"stopSequence": 16
},
{
"arrival": {
"delay": 310,
"time": "1775558581"
},
"departure": {
"delay": 310,
"time": "1775558590"
},
"stopId": "FR:61169:ZE:2314:ATOUMOD104",
"stopSequence": 2
},
{
"arrival": {
"delay": 184,
"time": "1775559536"
},
"departure": {
"delay": 184,
"time": "1775559544"
},
"stopId": "FR:61169:ZE:2268:ATOUMOD104",
"stopSequence": 17
},
{
"arrival": {
"delay": 332,
"time": "1775558783"
},
"departure": {
"delay": 332,
"time": "1775558792"
},
"stopId": "FR:61169:ZE:2297:ATOUMOD104",
"stopSequence": 5
},
{
"arrival": {
"delay": 290,
"time": "1775559000"
},
"departure": {
"delay": 290,
"time": "1775559050"
},
"stopId": "FR:61169:ZE:2321:ATOUMOD104",
"stopSequence": 8
},
{
"arrival": {
"delay": 226,
"time": "1775559753"
},
"departure": {
"delay": 226,
"time": "1775559766"
},
"stopId": "FR:61169:ZE:2381:ATOUMOD104",
"stopSequence": 20
},
{
"arrival": {
"delay": 180,
"time": "1775559402"
},
"departure": {
"delay": 180,
"time": "1775559420"
},
"stopId": "FR:61169:ZE:2258:ATOUMOD104",
"stopSequence": 15
},
{
"arrival": {
"delay": 328,
"time": "1775558643"
},
"departure": {
"delay": 328,
"time": "1775558668"
},
"stopId": "FR:61169:ZE:2327:ATOUMOD104",
"stopSequence": 3
},
{
"arrival": {
"delay": 290,
"time": "1775559207"
},
"departure": {
"delay": 290,
"time": "1775559230"
},
"stopId": "FR:61169:ZE:2308:ATOUMOD104",
"stopSequence": 11
},
{
"arrival": {
"delay": 197,
"time": "1775559727"
},
"departure": {
"delay": 197,
"time": "1775559737"
},
"stopId": "FR:61169:ZE:2378:ATOUMOD104",
"stopSequence": 19
},
{
"arrival": {
"delay": 312,
"time": "1775559244"
},
"departure": {
"delay": 312,
"time": "1775559252"
},
"stopId": "FR:61169:ZE:2323:ATOUMOD104",
"stopSequence": 12
}
],
"timestamp": "1775559905",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD104:Line:249:LOC",
"tripId": "ATOUMOD104:ServiceJourney:2a686afabce9be828a6cfe56aaac46ee:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC597858:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -73,
"time": "1775561867"
},
"departure": {
"delay": -73,
"time": "1775561867"
},
"stopId": "FR:27306:ZE:0xRLG01:ATOUMOD004",
"stopSequence": 41
},
{
"arrival": {
"delay": -19,
"time": "1775560721"
},
"departure": {
"delay": -19,
"time": "1775560721"
},
"stopId": "FR:27229:ZE:0xHON01:ATOUMOD004",
"stopSequence": 21
},
{
"arrival": {
"delay": 18,
"time": "1775560518"
},
"departure": {
"delay": 18,
"time": "1775560518"
},
"stopId": "FR:27602:ZE:0xWAL01:ATOUMOD004",
"stopSequence": 14
},
{
"arrival": {
"delay": -84,
"time": "1775562276"
},
"stopId": "FR:27306:ZE:0xFOR02:ATOUMOD004",
"stopSequence": 46
},
{
"arrival": {
"delay": -41,
"time": "1775561359"
},
"departure": {
"delay": -41,
"time": "1775561359"
},
"stopId": "FR:27229:ZE:0xJAU01:ATOUMOD004",
"stopSequence": 31
},
{
"arrival": {
"delay": -71,
"time": "1775561209"
},
"departure": {
"delay": -71,
"time": "1775561209"
},
"stopId": "FR:27229:ZE:0xHAP01:ATOUMOD004",
"stopSequence": 30
},
{
"arrival": {
"delay": -24,
"time": "1775560836"
},
"departure": {
"delay": -24,
"time": "1775560836"
},
"stopId": "FR:27229:ZE:0xSTA01:ATOUMOD004",
"stopSequence": 25
},
{
"arrival": {
"delay": -49,
"time": "1775560931"
},
"departure": {
"delay": -49,
"time": "1775560931"
},
"stopId": "FR:27229:ZE:0xMFO01:ATOUMOD004",
"stopSequence": 26
},
{
"arrival": {
"delay": 2,
"time": "1775560262"
},
"departure": {
"delay": 2,
"time": "1775560262"
},
"stopId": "FR:27602:ZE:0xGDG01:ATOUMOD004",
"stopSequence": 8
},
{
"arrival": {
"delay": -104,
"time": "1775561416"
},
"departure": {
"delay": -104,
"time": "1775561416"
},
"stopId": "FR:27229:ZE:0xGAR04:ATOUMOD004",
"stopSequence": 33
},
{
"arrival": {
"delay": -113,
"time": "1775562067"
},
"departure": {
"delay": -113,
"time": "1775562067"
},
"stopId": "FR:27306:ZE:0xMAI01:ATOUMOD004",
"stopSequence": 43
},
{
"arrival": {
"delay": -45,
"time": "1775561535"
},
"departure": {
"delay": -45,
"time": "1775561535"
},
"stopId": "FR:27229:ZE:0xBRI01:ATOUMOD004",
"stopSequence": 34
},
{
"arrival": {
"delay": 36,
"time": "1775560776"
},
"departure": {
"delay": 36,
"time": "1775560776"
},
"stopId": "FR:27229:ZE:0xQUI01:ATOUMOD004",
"stopSequence": 24
},
{
"arrival": {
"delay": 32,
"time": "1775560472"
},
"departure": {
"delay": 32,
"time": "1775560472"
},
"stopId": "FR:27602:ZE:0xBOU01:ATOUMOD004",
"stopSequence": 13
},
{
"arrival": {
"delay": -52,
"time": "1775562128"
},
"departure": {
"delay": -52,
"time": "1775562128"
},
"stopId": "FR:27306:ZE:0xEGl01:ATOUMOD004",
"stopSequence": 44
},
{
"arrival": {
"delay": -86,
"time": "1775561794"
},
"departure": {
"delay": -86,
"time": "1775561794"
},
"stopId": "FR:27306:ZE:0xMEL04:ATOUMOD004",
"stopSequence": 40
},
{
"arrival": {
"delay": 9,
"time": "1775560209"
},
"departure": {
"delay": 9,
"time": "1775560209"
},
"stopId": "FR:27602:ZE:0xMUS01:ATOUMOD004",
"stopSequence": 7
},
{
"arrival": {
"delay": -62,
"time": "1775561038"
},
"departure": {
"delay": -62,
"time": "1775561038"
},
"stopId": "FR:27229:ZE:0xTAU01:ATOUMOD004",
"stopSequence": 27
},
{
"arrival": {
"delay": -69,
"time": "1775562171"
},
"departure": {
"delay": -69,
"time": "1775562171"
},
"stopId": "FR:27306:ZE:0xMOO01:ATOUMOD004",
"stopSequence": 45
},
{
"arrival": {
"delay": -86,
"time": "1775561614"
},
"departure": {
"delay": -86,
"time": "1775561614"
},
"stopId": "FR:27229:ZE:0xFRI01:ATOUMOD004",
"stopSequence": 35
},
{
"arrival": {
"delay": -62,
"time": "1775561098"
},
"departure": {
"delay": -62,
"time": "1775561098"
},
"stopId": "FR:27229:ZE:0xARC01:ATOUMOD004",
"stopSequence": 28
},
{
"arrival": {
"delay": -86,
"time": "1775561674"
},
"departure": {
"delay": -86,
"time": "1775561674"
},
"stopId": "FR:27229:ZE:0xJOL04:ATOUMOD004",
"stopSequence": 36
},
{
"arrival": {
"delay": -103,
"time": "1775562017"
},
"departure": {
"delay": -103,
"time": "1775562017"
},
"stopId": "FR:27306:ZE:0xBOR01:ATOUMOD004",
"stopSequence": 42
},
{
"arrival": {
"delay": -62,
"time": "1775561158"
},
"departure": {
"delay": -62,
"time": "1775561158"
},
"stopId": "FR:27229:ZE:0xVED01:ATOUMOD004",
"stopSequence": 29
},
{
"arrival": {
"delay": -28,
"time": "1775560352"
},
"departure": {
"delay": -28,
"time": "1775560352"
},
"stopId": "FR:27602:ZE:0xMAS01:ATOUMOD004",
"stopSequence": 12
},
{
"departure": {
"time": "1775560200"
},
"stopId": "FR:27602:ZE:0xFAB01:ATOUMOD004",
"stopSequence": 6
}
],
"timestamp": "1775560081",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD004:Line:T3:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC597858:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4230601x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 56,
"time": "1775562956"
},
"departure": {
"delay": 56,
"time": "1775562956"
},
"stopId": "FR:76351:ZE:4835:ATOUMOD003",
"stopSequence": 33
},
{
"arrival": {
"delay": 58,
"time": "1775561638"
},
"departure": {
"delay": 58,
"time": "1775561638"
},
"stopId": "FR:76351:ZE:3500:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"time": "1775561340"
},
"departure": {
"time": "1775561340"
},
"stopId": "FR:76351:ZE:3700:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 14,
"time": "1775561714"
},
"departure": {
"delay": 14,
"time": "1775561714"
},
"stopId": "FR:76351:ZE:3645:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": 47,
"time": "1775562647"
},
"departure": {
"delay": 47,
"time": "1775562647"
},
"stopId": "FR:76351:ZE:5223:ATOUMOD003",
"stopSequence": 29
},
{
"arrival": {
"time": "1775563080"
},
"stopId": "FR:76351:ZE:4825:ATOUMOD003",
"stopSequence": 35
},
{
"arrival": {
"delay": 2,
"time": "1775563022"
},
"departure": {
"delay": 2,
"time": "1775563022"
},
"stopId": "FR:76351:ZE:4297:ATOUMOD003",
"stopSequence": 34
},
{
"arrival": {
"delay": 58,
"time": "1775561878"
},
"departure": {
"delay": 58,
"time": "1775561878"
},
"stopId": "FR:76351:ZE:3027:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 9,
"time": "1775562489"
},
"departure": {
"delay": 9,
"time": "1775562489"
},
"stopId": "FR:76351:ZE:3363:ATOUMOD003",
"stopSequence": 26
},
{
"arrival": {
"delay": 59,
"time": "1775562179"
},
"departure": {
"delay": 59,
"time": "1775562179"
},
"stopId": "FR:76351:ZE:3627:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": 40,
"time": "1775561020"
},
"departure": {
"delay": 40,
"time": "1775561020"
},
"stopId": "FR:76351:ZE:3534:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": 4,
"time": "1775562424"
},
"departure": {
"delay": 4,
"time": "1775562424"
},
"stopId": "FR:76351:ZE:3417:ATOUMOD003",
"stopSequence": 25
},
{
"arrival": {
"time": "1775562540"
},
"departure": {
"time": "1775562540"
},
"stopId": "FR:76351:ZE:3426:ATOUMOD003",
"stopSequence": 27
},
{
"arrival": {
"time": "1775562060"
},
"departure": {
"time": "1775562060"
},
"stopId": "FR:76351:ZE:3240:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"time": "1775560920"
},
"departure": {
"time": "1775560920"
},
"stopId": "FR:76351:ZE:3533:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": 18,
"time": "1775562258"
},
"departure": {
"delay": 18,
"time": "1775562258"
},
"stopId": "FR:76351:ZE:3531:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": 40,
"time": "1775562580"
},
"departure": {
"delay": 40,
"time": "1775562580"
},
"stopId": "FR:76351:ZE:3384:ATOUMOD003",
"stopSequence": 28
},
{
"arrival": {
"delay": 8,
"time": "1775562848"
},
"departure": {
"delay": 8,
"time": "1775562848"
},
"stopId": "FR:76351:ZE:4724:ATOUMOD003",
"stopSequence": 32
},
{
"arrival": {
"time": "1775561100"
},
"departure": {
"time": "1775561100"
},
"stopId": "FR:76351:ZE:4134:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": 19,
"time": "1775560699"
},
"departure": {
"delay": 19,
"time": "1775560699"
},
"stopId": "FR:76351:ZE:4357:ATOUMOD003",
"stopSequence": 6
},
{
"arrival": {
"time": "1775562780"
},
"departure": {
"time": "1775562780"
},
"stopId": "FR:76351:ZE:4467:ATOUMOD003",
"stopSequence": 31
},
{
"arrival": {
"delay": 12,
"time": "1775562312"
},
"departure": {
"delay": 12,
"time": "1775562312"
},
"stopId": "FR:76351:ZE:3357:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": 55,
"time": "1775562115"
},
"departure": {
"delay": 55,
"time": "1775562115"
},
"stopId": "FR:76351:ZE:3191:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"time": "1775560440"
},
"departure": {
"time": "1775560440"
},
"stopId": "FR:76351:ZE:3048:ATOUMOD003",
"stopSequence": 2
},
{
"arrival": {
"time": "1775560860"
},
"departure": {
"time": "1775560860"
},
"stopId": "FR:76351:ZE:3771:ATOUMOD003",
"stopSequence": 7
},
{
"arrival": {
"delay": 7,
"time": "1775561827"
},
"departure": {
"delay": 7,
"time": "1775561827"
},
"stopId": "FR:76351:ZE:4520:ATOUMOD003",
"stopSequence": 17
},
{
"departure": {
"time": "1775560380"
},
"stopId": "FR:76351:ZE:4595:ATOUMOD003",
"stopSequence": 1
},
{
"arrival": {
"time": "1775562720"
},
"departure": {
"time": "1775562720"
},
"stopId": "FR:76351:ZE:4558:ATOUMOD003",
"stopSequence": 30
},
{
"arrival": {
"time": "1775562360"
},
"departure": {
"time": "1775562360"
},
"stopId": "FR:76351:ZE:3124:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": 11,
"time": "1775560571"
},
"departure": {
"delay": 11,
"time": "1775560571"
},
"stopId": "FR:76351:ZE:3669:ATOUMOD003",
"stopSequence": 4
},
{
"arrival": {
"time": "1775560620"
},
"departure": {
"time": "1775560620"
},
"stopId": "FR:76351:ZE:3253:ATOUMOD003",
"stopSequence": 5
},
{
"arrival": {
"time": "1775561760"
},
"departure": {
"time": "1775561760"
},
"stopId": "FR:76351:ZE:4641:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": 14,
"time": "1775561474"
},
"departure": {
"delay": 14,
"time": "1775561474"
},
"stopId": "FR:76351:ZE:3794:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": 7,
"time": "1775560507"
},
"departure": {
"delay": 7,
"time": "1775560507"
},
"stopId": "FR:76351:ZE:3387:ATOUMOD003",
"stopSequence": 3
}
],
"timestamp": "1775559799",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:C3:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4230601x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD021:ServiceJourney:70xHO10xxMxxVxx:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 308,
"time": "1775552188"
},
"departure": {
"delay": 308,
"time": "1775552228"
},
"stopId": "FR:14333:ZE:10:ATOUMOD021",
"stopSequence": 5
},
{
"arrival": {
"delay": 77,
"time": "1775553557"
},
"stopId": "FR:14333:ZE:41:ATOUMOD021",
"stopSequence": 21
},
{
"arrival": {
"delay": 356,
"time": "1775552117"
},
"departure": {
"delay": 356,
"time": "1775552156"
},
"stopId": "FR:14333:ZE:8:ATOUMOD021",
"stopSequence": 4
},
{
"arrival": {
"delay": 252,
"time": "1775553009"
},
"departure": {
"delay": 252,
"time": "1775553072"
},
"stopId": "FR:14333:ZE:27:ATOUMOD021",
"stopSequence": 14
},
{
"arrival": {
"delay": 263,
"time": "1775553255"
},
"departure": {
"delay": 263,
"time": "1775553263"
},
"stopId": "FR:14333:ZE:31:ATOUMOD021",
"stopSequence": 16
},
{
"arrival": {
"delay": 318,
"time": "1775552287"
},
"departure": {
"delay": 318,
"time": "1775552298"
},
"stopId": "FR:14333:ZE:12:ATOUMOD021",
"stopSequence": 6
},
{
"arrival": {
"delay": 188,
"time": "1775553428"
},
"departure": {
"delay": 188,
"time": "1775553428"
},
"stopId": "FR:14333:ZE:37:ATOUMOD021",
"stopSequence": 19
},
{
"arrival": {
"delay": 227,
"time": "1775551759"
},
"departure": {
"delay": 227,
"time": "1775551787"
},
"stopId": "FR:14333:ZE:4:ATOUMOD021",
"stopSequence": 2
},
{
"arrival": {
"delay": 203,
"time": "1775553321"
},
"departure": {
"delay": 203,
"time": "1775553383"
},
"stopId": "FR:14333:ZE:35:ATOUMOD021",
"stopSequence": 18
},
{
"arrival": {
"delay": 315,
"time": "1775552760"
},
"departure": {
"delay": 315,
"time": "1775552895"
},
"stopId": "FR:14536:ZE:23:ATOUMOD021",
"stopSequence": 12
},
{
"arrival": {
"delay": 336,
"time": "1775552576"
},
"departure": {
"delay": 336,
"time": "1775552616"
},
"stopId": "FR:14333:ZE:22:ATOUMOD021",
"stopSequence": 11
},
{
"arrival": {
"delay": 306,
"time": "1775552339"
},
"departure": {
"delay": 306,
"time": "1775552346"
},
"stopId": "FR:14333:ZE:14:ATOUMOD021",
"stopSequence": 7
},
{
"arrival": {
"delay": 262,
"time": "1775553167"
},
"departure": {
"delay": 262,
"time": "1775553202"
},
"stopId": "FR:14333:ZE:29:ATOUMOD021",
"stopSequence": 15
},
{
"departure": {
"delay": 238,
"time": "1775551738"
},
"stopId": "FR:14333:ZE:2:ATOUMOD021",
"stopSequence": 1
},
{
"arrival": {
"delay": 299,
"time": "1775552390"
},
"departure": {
"delay": 299,
"time": "1775552399"
},
"stopId": "FR:14333:ZE:16:ATOUMOD021",
"stopSequence": 8
},
{
"arrival": {
"delay": 309,
"time": "1775551831"
},
"departure": {
"delay": 309,
"time": "1775551989"
},
"stopId": "FR:14333:ZE:6:ATOUMOD021",
"stopSequence": 3
},
{
"arrival": {
"delay": 238,
"time": "1775553287"
},
"departure": {
"delay": 238,
"time": "1775553298"
},
"stopId": "FR:14333:ZE:33:ATOUMOD021",
"stopSequence": 17
},
{
"arrival": {
"delay": 196,
"time": "1775553482"
},
"departure": {
"delay": 196,
"time": "1775553496"
},
"stopId": "FR:14333:ZE:39:ATOUMOD021",
"stopSequence": 20
},
{
"arrival": {
"delay": 334,
"time": "1775552545"
},
"departure": {
"delay": 334,
"time": "1775552554"
},
"stopId": "FR:14333:ZE:20:ATOUMOD021",
"stopSequence": 10
},
{
"arrival": {
"time": "1775552460"
},
"departure": {
"time": "1775552160"
},
"stopId": "FR:14333:ZE:18:ATOUMOD021",
"stopSequence": 9
},
{
"arrival": {
"delay": 274,
"time": "1775552967"
},
"departure": {
"delay": 274,
"time": "1775552974"
},
"stopId": "FR:14333:ZE:25:ATOUMOD021",
"stopSequence": 13
}
],
"timestamp": "1775560077",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD021:Line:A:LOC",
"tripId": "ATOUMOD021:ServiceJourney:70xHO10xxMxxVxx:LOC"
}
}
},
{
"id": "SM:ATOUMOD005:ServiceJourney:675:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775565660"
},
"departure": {
"time": "1775565660"
},
"stopId": "FR:76217:ZE:18080:ATOUMOD005",
"stopSequence": 5
},
{
"arrival": {
"time": "1775565420"
},
"departure": {
"time": "1775565420"
},
"stopId": "FR:76217:ZE:18023:ATOUMOD005",
"stopSequence": 3
},
{
"arrival": {
"time": "1775566200"
},
"departure": {
"time": "1775566200"
},
"stopId": "FR:76217:ZE:18800:ATOUMOD005",
"stopSequence": 13
},
{
"arrival": {
"time": "1775566020"
},
"departure": {
"time": "1775566020"
},
"stopId": "FR:76217:ZE:18092:ATOUMOD005",
"stopSequence": 10
},
{
"arrival": {
"time": "1775566800"
},
"stopId": "FR:76217:ZE:18088:ATOUMOD005",
"stopSequence": 19
},
{
"arrival": {
"time": "1775565960"
},
"departure": {
"time": "1775565960"
},
"stopId": "FR:76217:ZE:18051:ATOUMOD005",
"stopSequence": 9
},
{
"arrival": {
"time": "1775565840"
},
"departure": {
"time": "1775565840"
},
"stopId": "FR:76217:ZE:18036:ATOUMOD005",
"stopSequence": 7
},
{
"arrival": {
"time": "1775565720"
},
"departure": {
"time": "1775565720"
},
"stopId": "FR:76217:ZE:18028:ATOUMOD005",
"stopSequence": 6
},
{
"arrival": {
"time": "1775566320"
},
"departure": {
"time": "1775566320"
},
"stopId": "FR:76217:ZE:18243:ATOUMOD005",
"stopSequence": 14
},
{
"arrival": {
"time": "1775566620"
},
"departure": {
"time": "1775566620"
},
"stopId": "FR:76217:ZE:18060:ATOUMOD005",
"stopSequence": 17
},
{
"arrival": {
"time": "1775566680"
},
"departure": {
"time": "1775566680"
},
"stopId": "FR:76217:ZE:18055:ATOUMOD005",
"stopSequence": 18
},
{
"departure": {
"time": "1775565120"
},
"stopId": "FR:76217:ZE:18042:ATOUMOD005",
"stopSequence": 1
},
{
"arrival": {
"time": "1775565540"
},
"departure": {
"time": "1775565540"
},
"stopId": "FR:76217:ZE:18323:ATOUMOD005",
"stopSequence": 4
},
{
"arrival": {
"time": "1775566140"
},
"departure": {
"time": "1775566140"
},
"stopId": "FR:76217:ZE:18244:ATOUMOD005",
"stopSequence": 12
},
{
"arrival": {
"time": "1775566560"
},
"departure": {
"time": "1775566560"
},
"stopId": "FR:76217:ZE:18029:ATOUMOD005",
"stopSequence": 16
},
{
"arrival": {
"time": "1775566080"
},
"departure": {
"time": "1775566080"
},
"stopId": "FR:76217:ZE:18033:ATOUMOD005",
"stopSequence": 11
},
{
"arrival": {
"time": "1775566440"
},
"departure": {
"time": "1775566440"
},
"stopId": "FR:76217:ZE:18044:ATOUMOD005",
"stopSequence": 15
},
{
"arrival": {
"time": "1775565900"
},
"departure": {
"time": "1775565900"
},
"stopId": "FR:76217:ZE:18802:ATOUMOD005",
"stopSequence": 8
},
{
"arrival": {
"time": "1775565180"
},
"departure": {
"time": "1775565180"
},
"stopId": "FR:76217:ZE:18321:ATOUMOD005",
"stopSequence": 2
}
],
"timestamp": "1775560066",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD005:Line:3:LOC",
"tripId": "ATOUMOD005:ServiceJourney:675:LOC"
}
}
},
{
"id": "SM:ATOUMOD005:ServiceJourney:197:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775545020"
},
"departure": {
"time": "1775545020"
},
"stopId": "FR:76217:ZE:18324:ATOUMOD005",
"stopSequence": 30
},
{
"departure": {
"time": "1775542800"
},
"stopId": "FR:76217:ZE:18282:ATOUMOD005",
"stopSequence": 1
},
{
"arrival": {
"time": "1775544960"
},
"departure": {
"time": "1775544960"
},
"stopId": "FR:76217:ZE:18801:ATOUMOD005",
"stopSequence": 27
},
{
"arrival": {
"time": "1775544660"
},
"departure": {
"time": "1775544660"
},
"stopId": "FR:76217:ZE:18785:ATOUMOD005",
"stopSequence": 20
},
{
"arrival": {
"time": "1775543700"
},
"departure": {
"time": "1775543700"
},
"stopId": "FR:76217:ZE:18059:ATOUMOD005",
"stopSequence": 13
},
{
"arrival": {
"time": "1775545560"
},
"stopId": "FR:76217:ZE:18038:ATOUMOD005",
"stopSequence": 34
},
{
"arrival": {
"time": "1775545380"
},
"departure": {
"time": "1775545380"
},
"stopId": "FR:76217:ZE:18321:ATOUMOD005",
"stopSequence": 32
},
{
"arrival": {
"time": "1775544360"
},
"departure": {
"time": "1775544360"
},
"stopId": "FR:76217:ZE:18320:ATOUMOD005",
"stopSequence": 17
},
{
"arrival": {
"delay": 5,
"time": "1775544725"
},
"departure": {
"delay": 5,
"time": "1775544725"
},
"stopId": "FR:76217:ZE:18021:ATOUMOD005",
"stopSequence": 23
},
{
"arrival": {
"time": "1775543220"
},
"departure": {
"time": "1775543220"
},
"stopId": "FR:76217:ZE:18167:ATOUMOD005",
"stopSequence": 7
},
{
"arrival": {
"time": "1775543160"
},
"departure": {
"time": "1775543160"
},
"stopId": "FR:76217:ZE:18187:ATOUMOD005",
"stopSequence": 6
},
{
"arrival": {
"time": "1775543280"
},
"departure": {
"time": "1775543280"
},
"stopId": "FR:76217:ZE:18171:ATOUMOD005",
"stopSequence": 8
},
{
"arrival": {
"time": "1775544720"
},
"departure": {
"time": "1775544720"
},
"stopId": "FR:76217:ZE:18074:ATOUMOD005",
"stopSequence": 22
},
{
"arrival": {
"delay": 10,
"time": "1775544970"
},
"departure": {
"delay": 10,
"time": "1775544970"
},
"stopId": "FR:76217:ZE:18091:ATOUMOD005",
"stopSequence": 29
},
{
"arrival": {
"time": "1775543640"
},
"departure": {
"time": "1775543640"
},
"stopId": "FR:76217:ZE:18027:ATOUMOD005",
"stopSequence": 12
},
{
"arrival": {
"time": "1775544840"
},
"departure": {
"time": "1775544840"
},
"stopId": "FR:76217:ZE:18092:ATOUMOD005",
"stopSequence": 25
},
{
"arrival": {
"delay": 5,
"time": "1775544965"
},
"departure": {
"delay": 5,
"time": "1775544965"
},
"stopId": "FR:76217:ZE:18442:ATOUMOD005",
"stopSequence": 28
},
{
"arrival": {
"time": "1775543820"
},
"departure": {
"time": "1775543820"
},
"stopId": "FR:76217:ZE:18077:ATOUMOD005",
"stopSequence": 15
},
{
"arrival": {
"time": "1775543580"
},
"departure": {
"time": "1775543580"
},
"stopId": "FR:76217:ZE:18133:ATOUMOD005",
"stopSequence": 11
},
{
"arrival": {
"time": "1775544480"
},
"departure": {
"time": "1775544480"
},
"stopId": "FR:76217:ZE:18057:ATOUMOD005",
"stopSequence": 18
},
{
"arrival": {
"time": "1775544780"
},
"departure": {
"time": "1775544780"
},
"stopId": "FR:76217:ZE:18068:ATOUMOD005",
"stopSequence": 24
},
{
"arrival": {
"delay": 5,
"time": "1775545385"
},
"departure": {
"delay": 5,
"time": "1775545385"
},
"stopId": "FR:76217:ZE:18102:ATOUMOD005",
"stopSequence": 33
},
{
"arrival": {
"time": "1775543400"
},
"departure": {
"time": "1775543400"
},
"stopId": "FR:76217:ZE:18178:ATOUMOD005",
"stopSequence": 10
},
{
"arrival": {
"time": "1775544180"
},
"departure": {
"time": "1775544180"
},
"stopId": "FR:76217:ZE:18050:ATOUMOD005",
"stopSequence": 16
},
{
"arrival": {
"time": "1775544900"
},
"departure": {
"time": "1775544900"
},
"stopId": "FR:76217:ZE:18051:ATOUMOD005",
"stopSequence": 26
},
{
"arrival": {
"delay": 5,
"time": "1775544665"
},
"departure": {
"delay": 5,
"time": "1775544665"
},
"stopId": "FR:76217:ZE:18045:ATOUMOD005",
"stopSequence": 21
},
{
"arrival": {
"time": "1775544600"
},
"departure": {
"time": "1775544600"
},
"stopId": "FR:76217:ZE:18096:ATOUMOD005",
"stopSequence": 19
},
{
"arrival": {
"time": "1775543760"
},
"departure": {
"time": "1775543760"
},
"stopId": "FR:76217:ZE:18107:ATOUMOD005",
"stopSequence": 14
},
{
"arrival": {
"time": "1775543040"
},
"departure": {
"time": "1775543040"
},
"stopId": "FR:76217:ZE:18206:ATOUMOD005",
"stopSequence": 4
},
{
"arrival": {
"time": "1775545200"
},
"departure": {
"time": "1775545200"
},
"stopId": "FR:76217:ZE:18023:ATOUMOD005",
"stopSequence": 31
},
{
"arrival": {
"time": "1775543340"
},
"departure": {
"time": "1775543340"
},
"stopId": "FR:76217:ZE:18198:ATOUMOD005",
"stopSequence": 9
},
{
"arrival": {
"time": "1775542920"
},
"departure": {
"time": "1775542920"
},
"stopId": "FR:76217:ZE:18182:ATOUMOD005",
"stopSequence": 2
},
{
"arrival": {
"time": "1775542980"
},
"departure": {
"time": "1775542980"
},
"stopId": "FR:76217:ZE:18175:ATOUMOD005",
"stopSequence": 3
},
{
"arrival": {
"time": "1775543100"
},
"departure": {
"time": "1775543100"
},
"stopId": "FR:76217:ZE:18185:ATOUMOD005",
"stopSequence": 5
}
],
"timestamp": "1775539036",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD005:Line:2:LOC",
"tripId": "ATOUMOD005:ServiceJourney:197:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4056567x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 2,
"time": "1775560262"
},
"departure": {
"delay": 2,
"time": "1775560262"
},
"stopId": "FR:76351:ZE:3478:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": 3,
"time": "1775560803"
},
"departure": {
"delay": 3,
"time": "1775560803"
},
"stopId": "FR:76351:ZE:3495:ATOUMOD003",
"stopSequence": 15
},
{
"departure": {
"delay": -9,
"time": "1775559951"
},
"stopId": "FR:76351:ZE:3222:ATOUMOD003",
"stopSequence": 4
},
{
"arrival": {
"delay": 2,
"time": "1775560562"
},
"departure": {
"delay": 2,
"time": "1775560562"
},
"stopId": "FR:76351:ZE:4652:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": 2,
"time": "1775561522"
},
"stopId": "FR:76351:ZE:4865:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": 24,
"time": "1775560884"
},
"departure": {
"delay": 24,
"time": "1775560884"
},
"stopId": "FR:76351:ZE:3320:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": 17,
"time": "1775561357"
},
"departure": {
"delay": 17,
"time": "1775561357"
},
"stopId": "FR:76351:ZE:4768:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": 20,
"time": "1775561240"
},
"departure": {
"delay": 20,
"time": "1775561240"
},
"stopId": "FR:76351:ZE:3280:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": 4,
"time": "1775560144"
},
"departure": {
"delay": 4,
"time": "1775560144"
},
"stopId": "FR:76351:ZE:3674:ATOUMOD003",
"stopSequence": 7
},
{
"arrival": {
"delay": 16,
"time": "1775560996"
},
"departure": {
"delay": 16,
"time": "1775560996"
},
"stopId": "FR:76351:ZE:3657:ATOUMOD003",
"stopSequence": 18
},
{
"departure": {
"delay": 25,
"time": "1775559865"
},
"stopId": "FR:76351:ZE:3226:ATOUMOD003",
"stopSequence": 3
},
{
"arrival": {
"delay": 22,
"time": "1775560222"
},
"departure": {
"delay": 22,
"time": "1775560222"
},
"stopId": "FR:76351:ZE:3040:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": 2,
"time": "1775561162"
},
"departure": {
"delay": 2,
"time": "1775561162"
},
"stopId": "FR:76351:ZE:4640:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": 25,
"time": "1775560645"
},
"departure": {
"delay": 25,
"time": "1775560645"
},
"stopId": "FR:76351:ZE:3571:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 53,
"time": "1775560073"
},
"departure": {
"delay": 53,
"time": "1775560073"
},
"stopId": "FR:76351:ZE:3080:ATOUMOD003",
"stopSequence": 6
},
{
"arrival": {
"delay": 59,
"time": "1775560379"
},
"departure": {
"delay": 59,
"time": "1775560379"
},
"stopId": "FR:76351:ZE:3491:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": 32,
"time": "1775561312"
},
"departure": {
"delay": 32,
"time": "1775561312"
},
"stopId": "FR:76351:ZE:3579:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": 35,
"time": "1775560475"
},
"departure": {
"delay": 35,
"time": "1775560475"
},
"stopId": "FR:76351:ZE:3069:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 2,
"time": "1775560922"
},
"departure": {
"delay": 2,
"time": "1775560922"
},
"stopId": "FR:76351:ZE:3188:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": 35,
"time": "1775560715"
},
"departure": {
"delay": 35,
"time": "1775560715"
},
"stopId": "FR:76351:ZE:3179:ATOUMOD003",
"stopSequence": 14
},
{
"departure": {
"delay": 2,
"time": "1775560022"
},
"stopId": "FR:76351:ZE:4470:ATOUMOD003",
"stopSequence": 5
}
],
"timestamp": "1775560049",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:C2:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4056567x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx16829:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -1200,
"time": "1775561640"
},
"departure": {
"delay": -1200,
"time": "1775561640"
},
"stopId": "FR:76108:ZE:TCARxVAUC10:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": -1230,
"time": "1775563290"
},
"departure": {
"delay": -1230,
"time": "1775563290"
},
"stopId": "FR:76599:ZE:TCARxREGLI:ATOUMOD001",
"stopSequence": 40
},
{
"departure": {
"delay": -1260,
"time": "1775560680"
},
"stopId": "FR:76095:ZE:TCARxCHAPI:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": -1170,
"time": "1775561190"
},
"departure": {
"delay": -1170,
"time": "1775561190"
},
"stopId": "FR:76095:ZE:TCARxFLOQU0:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": -1178,
"time": "1775563402"
},
"departure": {
"delay": -1178,
"time": "1775563402"
},
"stopId": "FR:76560:ZE:TCARxHETRA0:ATOUMOD001",
"stopSequence": 41
},
{
"arrival": {
"delay": -1192,
"time": "1775562308"
},
"departure": {
"delay": -1192,
"time": "1775562308"
},
"stopId": "FR:76540:ZE:TCARxBECQU0:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": -1211,
"time": "1775560789"
},
"departure": {
"delay": -1211,
"time": "1775560789"
},
"stopId": "FR:76095:ZE:TCARxBOUVE0:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": -1192,
"time": "1775562788"
},
"departure": {
"delay": -1192,
"time": "1775562788"
},
"stopId": "FR:76540:ZE:TCARxREPAI0:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": -1200,
"time": "1775562000"
},
"departure": {
"delay": -1200,
"time": "1775562000"
},
"stopId": "FR:76540:ZE:TCARxLYCOR0:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": -1230,
"time": "1775562510"
},
"departure": {
"delay": -1230,
"time": "1775562510"
},
"stopId": "FR:76540:ZE:TCARxCIMMG0:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": -1251,
"time": "1775560929"
},
"departure": {
"delay": -1251,
"time": "1775560929"
},
"stopId": "FR:76095:ZE:TCARxCIMEB0:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": -1248,
"time": "1775560752"
},
"departure": {
"delay": -1248,
"time": "1775560752"
},
"stopId": "FR:76095:ZE:TCARxGRIGN0:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -1145,
"time": "1775561395"
},
"departure": {
"delay": -1145,
"time": "1775561395"
},
"stopId": "FR:76095:ZE:TCARxCVICT0:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": -1212,
"time": "1775562708"
},
"departure": {
"delay": -1212,
"time": "1775562708"
},
"stopId": "FR:76540:ZE:TCARxANNIE0:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": -1290,
"time": "1775563110"
},
"departure": {
"delay": -1290,
"time": "1775563110"
},
"stopId": "FR:76599:ZE:TCARxLAVOI0:ATOUMOD001",
"stopSequence": 36
},
{
"arrival": {
"delay": -1172,
"time": "1775562448"
},
"departure": {
"delay": -1172,
"time": "1775562448"
},
"stopId": "FR:76540:ZE:TCARxCNEUF0:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": -1290,
"time": "1775562930"
},
"departure": {
"delay": -1290,
"time": "1775562930"
},
"stopId": "FR:76599:ZE:TCARxWADDI0:ATOUMOD001",
"stopSequence": 33
},
{
"arrival": {
"delay": -1217,
"time": "1775561143"
},
"departure": {
"delay": -1217,
"time": "1775561143"
},
"stopId": "FR:76095:ZE:TCARxPISCB0:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": -1207,
"time": "1775562773"
},
"departure": {
"delay": -1207,
"time": "1775562773"
},
"stopId": "FR:76540:ZE:TCARxBROCH0:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": -1258,
"time": "1775563142"
},
"departure": {
"delay": -1258,
"time": "1775563142"
},
"stopId": "FR:76599:ZE:TCARxPICAU0:ATOUMOD001",
"stopSequence": 37
},
{
"arrival": {
"delay": -1245,
"time": "1775562975"
},
"departure": {
"delay": -1245,
"time": "1775562975"
},
"stopId": "FR:76599:ZE:TCARxTRIA10:ATOUMOD001",
"stopSequence": 34
},
{
"arrival": {
"delay": -1160,
"time": "1775561860"
},
"departure": {
"delay": -1160,
"time": "1775561860"
},
"stopId": "FR:76540:ZE:TCARxRICAR0:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": -1198,
"time": "1775562242"
},
"departure": {
"delay": -1198,
"time": "1775562242"
},
"stopId": "FR:76540:ZE:TCARxSTVIV1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": -1221,
"time": "1775561079"
},
"departure": {
"delay": -1221,
"time": "1775561079"
},
"stopId": "FR:76095:ZE:TCARxJOSEP0:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": -1257,
"time": "1775560863"
},
"departure": {
"delay": -1257,
"time": "1775560863"
},
"stopId": "FR:76108:ZE:TCARxLOMBA0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": -1200,
"time": "1775563260"
},
"departure": {
"delay": -1200,
"time": "1775563260"
},
"stopId": "FR:76599:ZE:TCARxEAUVI0:ATOUMOD001",
"stopSequence": 39
},
{
"arrival": {
"delay": -1230,
"time": "1775562750"
},
"departure": {
"delay": -1230,
"time": "1775562750"
},
"stopId": "FR:76540:ZE:TCARxCHASS0:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": -1200,
"time": "1775561280"
},
"departure": {
"delay": -1200,
"time": "1775561280"
},
"stopId": "FR:76095:ZE:TCARxCOLMI1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": -1222,
"time": "1775562818"
},
"departure": {
"delay": -1222,
"time": "1775562818"
},
"stopId": "FR:76540:ZE:TCARxLOREL0:ATOUMOD001",
"stopSequence": 31
},
{
"arrival": {
"delay": -1204,
"time": "1775562416"
},
"departure": {
"delay": -1204,
"time": "1775562416"
},
"stopId": "FR:76540:ZE:TCARxMARTA3:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": -1267,
"time": "1775563013"
},
"departure": {
"delay": -1267,
"time": "1775563013"
},
"stopId": "FR:76599:ZE:TCARxVERBU2:ATOUMOD001",
"stopSequence": 35
},
{
"arrival": {
"delay": -1219,
"time": "1775561021"
},
"departure": {
"delay": -1219,
"time": "1775561021"
},
"stopId": "FR:76095:ZE:TCARxDELAT0:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -1257,
"time": "1775563203"
},
"departure": {
"delay": -1257,
"time": "1775563203"
},
"stopId": "FR:76599:ZE:TCARxSLMAI0:ATOUMOD001",
"stopSequence": 38
},
{
"arrival": {
"delay": -1147,
"time": "1775561933"
},
"departure": {
"delay": -1147,
"time": "1775561933"
},
"stopId": "FR:76540:ZE:TCARxBEAU10:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": -1245,
"time": "1775562855"
},
"departure": {
"delay": -1245,
"time": "1775562855"
},
"stopId": "FR:76540:ZE:TCARxFONTA0:ATOUMOD001",
"stopSequence": 32
}
],
"timestamp": "1775560005",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx20:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx16829:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745650x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 158,
"time": "1775533696"
},
"departure": {
"delay": 158,
"time": "1775533718"
},
"stopId": "FR:50129:ZE:10PAX1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 74,
"time": "1775535066"
},
"departure": {
"delay": 74,
"time": "1775535074"
},
"stopId": "FR:50129:ZE:10MED3:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 154,
"time": "1775534036"
},
"departure": {
"delay": 154,
"time": "1775534074"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 169,
"time": "1775534158"
},
"departure": {
"delay": 169,
"time": "1775534209"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 168,
"time": "1775533913"
},
"departure": {
"delay": 168,
"time": "1775533968"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 9,
"time": "1775532711"
},
"departure": {
"delay": 9,
"time": "1775532729"
},
"stopId": "FR:50129:ZE:10MES1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": -44,
"time": "1775535186"
},
"departure": {
"delay": -44,
"time": "1775535196"
},
"stopId": "FR:50129:ZE:10LPL1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 168,
"time": "1775533810"
},
"departure": {
"delay": 168,
"time": "1775533848"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 17,
"time": "1775535132"
},
"departure": {
"delay": 17,
"time": "1775535137"
},
"stopId": "FR:50129:ZE:10NOR5:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": -146,
"time": "1775535274"
},
"stopId": "FR:50129:ZE:10ECT1:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 146,
"time": "1775534955"
},
"departure": {
"delay": 146,
"time": "1775534966"
},
"stopId": "FR:50129:ZE:10GRR1:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 102,
"time": "1775533441"
},
"departure": {
"delay": 102,
"time": "1775533482"
},
"stopId": "FR:50129:ZE:10CAQ1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 208,
"time": "1775534358"
},
"departure": {
"delay": 208,
"time": "1775534368"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 158,
"time": "1775534095"
},
"departure": {
"delay": 158,
"time": "1775534138"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 173,
"time": "1775534721"
},
"departure": {
"delay": 173,
"time": "1775534753"
},
"stopId": "FR:50129:ZE:10CRN1:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 175,
"time": "1775533779"
},
"departure": {
"delay": 175,
"time": "1775533795"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 96,
"time": "1775535027"
},
"departure": {
"delay": 96,
"time": "1775535036"
},
"stopId": "FR:50129:ZE:10BAG3:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": -19,
"time": "1775535153"
},
"departure": {
"delay": -19,
"time": "1775535161"
},
"stopId": "FR:50129:ZE:10GDR1:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 136,
"time": "1775533545"
},
"departure": {
"delay": 136,
"time": "1775533576"
},
"stopId": "FR:50129:ZE:10ANN1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 84,
"time": "1775533269"
},
"departure": {
"delay": 84,
"time": "1775533284"
},
"stopId": "FR:50129:ZE:10PET1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 31,
"time": "1775532753"
},
"departure": {
"delay": 31,
"time": "1775532811"
},
"stopId": "FR:50129:ZE:10MOR1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 82,
"time": "1775533183"
},
"departure": {
"delay": 82,
"time": "1775533222"
},
"stopId": "FR:50129:ZE:10DIX1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 169,
"time": "1775533643"
},
"departure": {
"delay": 169,
"time": "1775533669"
},
"stopId": "FR:50129:ZE:10CMI1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 235,
"time": "1775534319"
},
"departure": {
"delay": 235,
"time": "1775534335"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 214,
"time": "1775534586"
},
"departure": {
"delay": 214,
"time": "1775534614"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 24
},
{
"departure": {
"delay": 34,
"time": "1775532634"
},
"stopId": "FR:50129:ZE:10AMF1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 78,
"time": "1775532836"
},
"departure": {
"delay": 78,
"time": "1775532858"
},
"stopId": "FR:50129:ZE:10BOI1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": -63,
"time": "1775535223"
},
"departure": {
"delay": -63,
"time": "1775535237"
},
"stopId": "FR:50129:ZE:10FLO1:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 101,
"time": "1775533109"
},
"departure": {
"delay": 101,
"time": "1775533121"
},
"stopId": "FR:50129:ZE:10EPC1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 148,
"time": "1775534869"
},
"departure": {
"delay": 148,
"time": "1775534908"
},
"stopId": "FR:50129:ZE:10XCT3:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 189,
"time": "1775534813"
},
"departure": {
"delay": 189,
"time": "1775534829"
},
"stopId": "FR:50129:ZE:10HPA3:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 81,
"time": "1775533008"
},
"departure": {
"delay": 81,
"time": "1775533041"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 169,
"time": "1775534419"
},
"departure": {
"delay": 169,
"time": "1775534449"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 86,
"time": "1775533332"
},
"departure": {
"delay": 86,
"time": "1775533346"
},
"stopId": "FR:50129:ZE:10HME1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 66,
"time": "1775532888"
},
"departure": {
"delay": 66,
"time": "1775532906"
},
"stopId": "FR:50129:ZE:10FRN1:ATOUMOD035",
"stopSequence": 5
}
],
"timestamp": "1775560077",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:02:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745650x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745140x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 58,
"time": "1775545466"
},
"departure": {
"delay": 58,
"time": "1775545498"
},
"stopId": "FR:50129:ZE:10FOR3:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": -49,
"time": "1775545757"
},
"departure": {
"delay": -49,
"time": "1775545811"
},
"stopId": "FR:50129:ZE:10BQR1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": -118,
"time": "1775546222"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 93,
"time": "1775545131"
},
"departure": {
"delay": 93,
"time": "1775545173"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": -61,
"time": "1775545843"
},
"departure": {
"delay": -61,
"time": "1775545859"
},
"stopId": "FR:50129:ZE:10ANJ5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": -10,
"time": "1775546122"
},
"departure": {
"delay": -10,
"time": "1775546150"
},
"stopId": "FR:50129:ZE:10AMO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 46,
"time": "1775544852"
},
"departure": {
"delay": 46,
"time": "1775544886"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 85,
"time": "1775545091"
},
"departure": {
"delay": 85,
"time": "1775545105"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 74,
"time": "1775544992"
},
"departure": {
"delay": 74,
"time": "1775545034"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": -37,
"time": "1775545654"
},
"departure": {
"delay": -37,
"time": "1775545703"
},
"stopId": "FR:50129:ZE:10BRA3:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": -18,
"time": "1775545956"
},
"departure": {
"delay": -18,
"time": "1775546022"
},
"stopId": "FR:50129:ZE:10OLY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 81,
"time": "1775545205"
},
"departure": {
"delay": 81,
"time": "1775545221"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": -57,
"time": "1775545606"
},
"departure": {
"delay": -57,
"time": "1775545623"
},
"stopId": "FR:50129:ZE:10RTU1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": -52,
"time": "1775545885"
},
"departure": {
"delay": -52,
"time": "1775545928"
},
"stopId": "FR:50129:ZE:10PRV1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 80,
"time": "1775545337"
},
"departure": {
"delay": 80,
"time": "1775545400"
},
"stopId": "FR:50129:ZE:10CRC3:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 1,
"time": "1775546048"
},
"departure": {
"delay": 1,
"time": "1775546101"
},
"stopId": "FR:50129:ZE:10EGL1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 31,
"time": "1775544778"
},
"departure": {
"delay": 31,
"time": "1775544811"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": -2,
"time": "1775545536"
},
"departure": {
"delay": -2,
"time": "1775545558"
},
"stopId": "FR:50129:ZE:10PFO1:ATOUMOD035",
"stopSequence": 10
},
{
"departure": {
"delay": 133,
"time": "1775544733"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 1
}
],
"timestamp": "1775560076",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1B:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745140x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx12411:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 18392,
"time": "1775559632"
},
"departure": {
"delay": 18392,
"time": "1775559632"
},
"stopId": "FR:76366:ZE:TCARxCJZAY2:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 18372,
"time": "1775557932"
},
"departure": {
"delay": 18372,
"time": "1775557932"
},
"stopId": "FR:76157:ZE:TCARxLCORM1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 18524,
"time": "1775559464"
},
"departure": {
"delay": 18524,
"time": "1775559464"
},
"stopId": "FR:76366:ZE:TCARxLESUE1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 18527,
"time": "1775559361"
},
"departure": {
"delay": 18527,
"time": "1775559407"
},
"stopId": "FR:76366:ZE:TCARxHMAIR1:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 18486,
"time": "1775559306"
},
"departure": {
"delay": 18486,
"time": "1775559306"
},
"stopId": "FR:76366:ZE:TCARxLSOUR1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 18362,
"time": "1775559782"
},
"departure": {
"delay": 18362,
"time": "1775559782"
},
"stopId": "FR:76402:ZE:TCARxCMEDI2:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 18482,
"time": "1775558557"
},
"departure": {
"delay": 18482,
"time": "1775558582"
},
"stopId": "FR:76410:ZE:TCARxCLAIR2:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 18522,
"time": "1775559582"
},
"departure": {
"delay": 18522,
"time": "1775559582"
},
"stopId": "FR:76366:ZE:TCARxLBOIS1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 18382,
"time": "1775559682"
},
"departure": {
"delay": 18382,
"time": "1775559682"
},
"stopId": "FR:76402:ZE:TCARxSOUEF1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 18402,
"time": "1775558032"
},
"departure": {
"delay": 18402,
"time": "1775558082"
},
"stopId": "FR:76157:ZE:TCARxCOMME1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 18442,
"time": "1775558482"
},
"departure": {
"delay": 18442,
"time": "1775558482"
},
"stopId": "FR:76216:ZE:TCARxFAUQU1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 18432,
"time": "1775558184"
},
"departure": {
"delay": 18432,
"time": "1775558232"
},
"stopId": "FR:76216:ZE:TCARxCAILL2:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 18472,
"time": "1775558632"
},
"departure": {
"delay": 18472,
"time": "1775558632"
},
"stopId": "FR:76410:ZE:TCARxPETIT1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 18371,
"time": "1775559731"
},
"departure": {
"delay": 18371,
"time": "1775559731"
},
"stopId": "FR:76402:ZE:TCARxNCHAM1:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 18502,
"time": "1775558732"
},
"departure": {
"delay": 18502,
"time": "1775558782"
},
"stopId": "FR:76410:ZE:TCARxMAROM2:ATOUMOD001",
"stopSequence": 13
},
{
"departure": {
"delay": 18287,
"time": "1775557607"
},
"stopId": "FR:76540:ZE:TCARxRIBOU3:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 18517,
"time": "1775558857"
},
"departure": {
"delay": 18517,
"time": "1775558857"
},
"stopId": "FR:76410:ZE:TCARxRIVES2:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 18303,
"time": "1775559903"
},
"departure": {
"delay": 18303,
"time": "1775559903"
},
"stopId": "FR:76402:ZE:TCARxHBOUR1:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 18519,
"time": "1775559159"
},
"departure": {
"delay": 18519,
"time": "1775559159"
},
"stopId": "FR:76474:ZE:TCARxAGIDE2:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 18490,
"time": "1775558410"
},
"departure": {
"delay": 18490,
"time": "1775558410"
},
"stopId": "FR:76216:ZE:TCARxJFERR1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 18483,
"time": "1775558943"
},
"departure": {
"delay": 18483,
"time": "1775558943"
},
"stopId": "FR:76474:ZE:TCARxEPARG1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 18520,
"time": "1775559220"
},
"departure": {
"delay": 18520,
"time": "1775559220"
},
"stopId": "FR:76474:ZE:TCARxMUSEE1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 18507,
"time": "1775559507"
},
"departure": {
"delay": 18507,
"time": "1775559507"
},
"stopId": "FR:76366:ZE:TCARxHEGLI1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 18322,
"time": "1775557882"
},
"departure": {
"delay": 18322,
"time": "1775557882"
},
"stopId": "FR:76540:ZE:TCARxMIN4:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 18187,
"time": "1775559907"
},
"stopId": "FR:76402:ZE:TCARxHFREV:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": 18362,
"time": "1775557982"
},
"departure": {
"delay": 18362,
"time": "1775557982"
},
"stopId": "FR:76157:ZE:TCARxATELI2:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 18560,
"time": "1775558900"
},
"departure": {
"delay": 18560,
"time": "1775558900"
},
"stopId": "FR:76410:ZE:TCARxVELOU2:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 18450,
"time": "1775558310"
},
"departure": {
"delay": 18450,
"time": "1775558310"
},
"stopId": "FR:76216:ZE:TCARxFRESN2:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 18332,
"time": "1775557807"
},
"departure": {
"delay": 18332,
"time": "1775557832"
},
"stopId": "FR:76540:ZE:TCARxMIN2T:ATOUMOD001",
"stopSequence": 2
}
],
"timestamp": "1775557616",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx04:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx12411:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3748598x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 39,
"time": "1775539042"
},
"departure": {
"delay": 39,
"time": "1775539059"
},
"stopId": "FR:50129:ZE:10HTR1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 267,
"time": "1775540127"
},
"departure": {
"delay": 267,
"time": "1775540127"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 127,
"time": "1775539642"
},
"departure": {
"delay": 127,
"time": "1775539687"
},
"stopId": "FR:50129:ZE:10BHC2:ATOUMOD035",
"stopSequence": 15
},
{
"departure": {
"delay": 82,
"time": "1775538322"
},
"stopId": "FR:50129:ZE:10HxC1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 37,
"time": "1775538894"
},
"departure": {
"delay": 37,
"time": "1775538937"
},
"stopId": "FR:50129:ZE:10HLU1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 125,
"time": "1775539731"
},
"departure": {
"delay": 125,
"time": "1775539745"
},
"stopId": "FR:50129:ZE:10LCP2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 58,
"time": "1775539101"
},
"departure": {
"delay": 58,
"time": "1775539138"
},
"stopId": "FR:50129:ZE:10MEZ1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 41,
"time": "1775538545"
},
"departure": {
"delay": 41,
"time": "1775538581"
},
"stopId": "FR:50129:ZE:10ING1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 66,
"time": "1775539556"
},
"departure": {
"delay": 66,
"time": "1775539566"
},
"stopId": "FR:50129:ZE:10CDL2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 93,
"time": "1775539195"
},
"departure": {
"delay": 93,
"time": "1775539233"
},
"stopId": "FR:50129:ZE:10HQU1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 75,
"time": "1775539318"
},
"departure": {
"delay": 75,
"time": "1775539335"
},
"stopId": "FR:50129:ZE:10HAM1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 126,
"time": "1775539830"
},
"departure": {
"delay": 126,
"time": "1775539866"
},
"stopId": "FR:50129:ZE:10THH4:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 185,
"time": "1775540225"
},
"stopId": "FR:50129:ZE:10SHU1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 82,
"time": "1775538376"
},
"departure": {
"delay": 82,
"time": "1775538382"
},
"stopId": "FR:50129:ZE:10NMD1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 99,
"time": "1775539505"
},
"departure": {
"delay": 99,
"time": "1775539539"
},
"stopId": "FR:50129:ZE:10BDB2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 70,
"time": "1775538756"
},
"departure": {
"delay": 70,
"time": "1775538790"
},
"stopId": "FR:50129:ZE:10VER1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 29,
"time": "1775538617"
},
"departure": {
"delay": 29,
"time": "1775538629"
},
"stopId": "FR:50129:ZE:10CBL1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 103,
"time": "1775539377"
},
"departure": {
"delay": 103,
"time": "1775539423"
},
"stopId": "FR:50129:ZE:10GLA1:ATOUMOD035",
"stopSequence": 12
}
],
"timestamp": "1775560073",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:07:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3748598x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745730x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 136,
"time": "1775553654"
},
"departure": {
"delay": 136,
"time": "1775553676"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 38,
"time": "1775552942"
},
"departure": {
"delay": 38,
"time": "1775552978"
},
"stopId": "FR:50129:ZE:10XCT4:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 28,
"time": "1775552466"
},
"departure": {
"delay": 28,
"time": "1775552488"
},
"stopId": "FR:50129:ZE:10LPL2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 153,
"time": "1775555158"
},
"departure": {
"delay": 153,
"time": "1775555193"
},
"stopId": "FR:50129:ZE:10MOR2:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 12,
"time": "1775552515"
},
"departure": {
"delay": 12,
"time": "1775552532"
},
"stopId": "FR:50129:ZE:10GDR2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 134,
"time": "1775555039"
},
"departure": {
"delay": 134,
"time": "1775555054"
},
"stopId": "FR:50129:ZE:10TLL2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 167,
"time": "1775554268"
},
"departure": {
"delay": 167,
"time": "1775554307"
},
"stopId": "FR:50129:ZE:10TRA3:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 122,
"time": "1775555282"
},
"stopId": "FR:50129:ZE:10AMF1:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 29,
"time": "1775552753"
},
"departure": {
"delay": 29,
"time": "1775552789"
},
"stopId": "FR:50129:ZE:10BAG4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 239,
"time": "1775554046"
},
"departure": {
"delay": 239,
"time": "1775554079"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 171,
"time": "1775554903"
},
"departure": {
"delay": 171,
"time": "1775554911"
},
"stopId": "FR:50129:ZE:10EPC2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 159,
"time": "1775554810"
},
"departure": {
"delay": 159,
"time": "1775554839"
},
"stopId": "FR:50129:ZE:10DIX2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 134,
"time": "1775555099"
},
"departure": {
"delay": 134,
"time": "1775555114"
},
"stopId": "FR:50129:ZE:10HET2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 215,
"time": "1775554157"
},
"departure": {
"delay": 215,
"time": "1775554175"
},
"stopId": "FR:50129:ZE:10HDI4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 63,
"time": "1775552569"
},
"departure": {
"delay": 63,
"time": "1775552643"
},
"stopId": "FR:50129:ZE:10NOR6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 114,
"time": "1775553385"
},
"departure": {
"delay": 114,
"time": "1775553414"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 53,
"time": "1775552353"
},
"departure": {
"delay": 53,
"time": "1775552393"
},
"stopId": "FR:50129:ZE:10FLO2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 146,
"time": "1775555212"
},
"departure": {
"delay": 146,
"time": "1775555246"
},
"stopId": "FR:50129:ZE:10MES2:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 150,
"time": "1775554211"
},
"departure": {
"delay": 150,
"time": "1775554230"
},
"stopId": "FR:50129:ZE:10REP4:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 237,
"time": "1775554477"
},
"departure": {
"delay": 237,
"time": "1775554497"
},
"stopId": "FR:50129:ZE:10ANN2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 104,
"time": "1775553724"
},
"departure": {
"delay": 104,
"time": "1775553764"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 158,
"time": "1775553828"
},
"departure": {
"delay": 158,
"time": "1775553878"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 7,
"time": "1775552690"
},
"departure": {
"delay": 7,
"time": "1775552707"
},
"stopId": "FR:50129:ZE:10MED4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 3,
"time": "1775552867"
},
"departure": {
"delay": 3,
"time": "1775552883"
},
"stopId": "FR:50129:ZE:10GRR2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 124,
"time": "1775553534"
},
"departure": {
"delay": 124,
"time": "1775553604"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 14
},
{
"departure": {
"delay": 14,
"time": "1775552294"
},
"stopId": "FR:50129:ZE:10ECT1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 191,
"time": "1775554360"
},
"departure": {
"delay": 191,
"time": "1775554391"
},
"stopId": "FR:50129:ZE:10PAX2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 224,
"time": "1775553899"
},
"departure": {
"delay": 224,
"time": "1775554004"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 198,
"time": "1775554665"
},
"departure": {
"delay": 198,
"time": "1775554698"
},
"stopId": "FR:50129:ZE:10HME2:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 48,
"time": "1775553205"
},
"departure": {
"delay": 48,
"time": "1775553228"
},
"stopId": "FR:50129:ZE:10CRN2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 236,
"time": "1775554401"
},
"departure": {
"delay": 236,
"time": "1775554436"
},
"stopId": "FR:50129:ZE:10CMI2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 152,
"time": "1775554993"
},
"departure": {
"delay": 152,
"time": "1775555012"
},
"stopId": "FR:50129:ZE:10PAU2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 155,
"time": "1775554943"
},
"departure": {
"delay": 155,
"time": "1775554955"
},
"stopId": "FR:50129:ZE:10EPH1:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 33,
"time": "1775553033"
},
"departure": {
"delay": 33,
"time": "1775553093"
},
"stopId": "FR:50129:ZE:10HPA4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 229,
"time": "1775554575"
},
"departure": {
"delay": 229,
"time": "1775554609"
},
"stopId": "FR:50129:ZE:10CAQ2:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 194,
"time": "1775554726"
},
"departure": {
"delay": 194,
"time": "1775554754"
},
"stopId": "FR:50129:ZE:10PET2:ATOUMOD035",
"stopSequence": 28
}
],
"timestamp": "1775560077",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:02:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745730x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC596131:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -77,
"time": "1775564023"
},
"departure": {
"delay": -77,
"time": "1775564023"
},
"stopId": "FR:27602:ZE:0xBOU01:ATOUMOD004",
"stopSequence": 11
},
{
"arrival": {
"delay": -177,
"time": "1775564523"
},
"departure": {
"delay": -177,
"time": "1775564523"
},
"stopId": "FR:27229:ZE:0xTAU01:ATOUMOD004",
"stopSequence": 23
},
{
"arrival": {
"delay": -259,
"time": "1775564621"
},
"departure": {
"delay": -259,
"time": "1775564621"
},
"stopId": "FR:27229:ZE:0xVED01:ATOUMOD004",
"stopSequence": 25
},
{
"arrival": {
"delay": -71,
"time": "1775564329"
},
"departure": {
"delay": -71,
"time": "1775564329"
},
"stopId": "FR:27229:ZE:0xSTA01:ATOUMOD004",
"stopSequence": 21
},
{
"arrival": {
"time": "1775563260"
},
"departure": {
"time": "1775563260"
},
"stopId": "FR:27602:ZE:0xMOI02:ATOUMOD004",
"stopSequence": 2
},
{
"arrival": {
"delay": 7,
"time": "1775563747"
},
"departure": {
"delay": 7,
"time": "1775563747"
},
"stopId": "FR:27602:ZE:0xLES02:ATOUMOD004",
"stopSequence": 7
},
{
"arrival": {
"delay": 7,
"time": "1775563507"
},
"departure": {
"delay": 7,
"time": "1775563507"
},
"stopId": "FR:27602:ZE:0xCLC02:ATOUMOD004",
"stopSequence": 5
},
{
"arrival": {
"delay": -146,
"time": "1775565034"
},
"departure": {
"delay": -146,
"time": "1775565034"
},
"stopId": "FR:27229:ZE:0xLEB01:ATOUMOD004",
"stopSequence": 29
},
{
"arrival": {
"delay": -48,
"time": "1775563872"
},
"departure": {
"delay": -48,
"time": "1775563872"
},
"stopId": "FR:27602:ZE:0xALI01:ATOUMOD004",
"stopSequence": 9
},
{
"arrival": {
"delay": -54,
"time": "1775563926"
},
"departure": {
"delay": -54,
"time": "1775563926"
},
"stopId": "FR:27602:ZE:0xBAU02:ATOUMOD004",
"stopSequence": 10
},
{
"arrival": {
"delay": -162,
"time": "1775565138"
},
"departure": {
"delay": -162,
"time": "1775565138"
},
"stopId": "FR:27229:ZE:0xLYT02:ATOUMOD004",
"stopSequence": 30
},
{
"arrival": {
"time": "1775563440"
},
"departure": {
"time": "1775563440"
},
"stopId": "FR:27602:ZE:0xHEP01:ATOUMOD004",
"stopSequence": 4
},
{
"arrival": {
"delay": -71,
"time": "1775564269"
},
"departure": {
"delay": -71,
"time": "1775564269"
},
"stopId": "FR:27229:ZE:0xQUI01:ATOUMOD004",
"stopSequence": 20
},
{
"arrival": {
"delay": -234,
"time": "1775565246"
},
"departure": {
"delay": -234,
"time": "1775565246"
},
"stopId": "FR:27229:ZE:0xVUL02:ATOUMOD004",
"stopSequence": 31
},
{
"arrival": {
"delay": -161,
"time": "1775564419"
},
"departure": {
"delay": -161,
"time": "1775564419"
},
"stopId": "FR:27229:ZE:0xMFO01:ATOUMOD004",
"stopSequence": 22
},
{
"departure": {
"time": "1775563200"
},
"stopId": "FR:27602:ZE:0xROU02:ATOUMOD004",
"stopSequence": 1
},
{
"arrival": {
"delay": -42,
"time": "1775564058"
},
"departure": {
"delay": -42,
"time": "1775564058"
},
"stopId": "FR:27602:ZE:0xWAL01:ATOUMOD004",
"stopSequence": 12
},
{
"arrival": {
"delay": -177,
"time": "1775564583"
},
"departure": {
"delay": -177,
"time": "1775564583"
},
"stopId": "FR:27229:ZE:0xARC01:ATOUMOD004",
"stopSequence": 24
},
{
"arrival": {
"delay": -287,
"time": "1775565313"
},
"stopId": "FR:27229:ZE:0xZIIC04:ATOUMOD004",
"stopSequence": 33
},
{
"arrival": {
"delay": 30,
"time": "1775563350"
},
"departure": {
"delay": 30,
"time": "1775563350"
},
"stopId": "FR:27602:ZE:0xRGO02:ATOUMOD004",
"stopSequence": 3
},
{
"arrival": {
"delay": -206,
"time": "1775564854"
},
"departure": {
"delay": -206,
"time": "1775564854"
},
"stopId": "FR:27229:ZE:0xJAU01:ATOUMOD004",
"stopSequence": 27
},
{
"arrival": {
"delay": -266,
"time": "1775564914"
},
"departure": {
"delay": -266,
"time": "1775564914"
},
"stopId": "FR:27229:ZE:0xGAR03:ATOUMOD004",
"stopSequence": 28
},
{
"arrival": {
"delay": -244,
"time": "1775565296"
},
"departure": {
"delay": -244,
"time": "1775565296"
},
"stopId": "FR:27229:ZE:0xSUC02:ATOUMOD004",
"stopSequence": 32
},
{
"arrival": {
"delay": -55,
"time": "1775563565"
},
"departure": {
"delay": -55,
"time": "1775563565"
},
"stopId": "FR:27602:ZE:0xCLN02:ATOUMOD004",
"stopSequence": 6
},
{
"arrival": {
"delay": -199,
"time": "1775564681"
},
"departure": {
"delay": -199,
"time": "1775564681"
},
"stopId": "FR:27229:ZE:0xHAP01:ATOUMOD004",
"stopSequence": 26
},
{
"arrival": {
"delay": 1,
"time": "1775563801"
},
"departure": {
"delay": 1,
"time": "1775563801"
},
"stopId": "FR:27602:ZE:0xBVE02:ATOUMOD004",
"stopSequence": 8
},
{
"arrival": {
"delay": -61,
"time": "1775564219"
},
"departure": {
"delay": -61,
"time": "1775564219"
},
"stopId": "FR:27229:ZE:0xHON01:ATOUMOD004",
"stopSequence": 13
}
],
"timestamp": "1775560081",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD004:Line:T4:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC596131:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx11235:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -7634,
"time": "1775559106"
},
"departure": {
"delay": -7634,
"time": "1775559106"
},
"stopId": "FR:76484:ZE:TCARxPLBEL1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": -7662,
"time": "1775559198"
},
"departure": {
"delay": -7662,
"time": "1775559198"
},
"stopId": "FR:76484:ZE:TCARxCITEO1:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": -7664,
"time": "1775559532"
},
"departure": {
"delay": -7664,
"time": "1775559556"
},
"stopId": "FR:76575:ZE:TCARxGOUBE1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": -7669,
"time": "1775559611"
},
"departure": {
"delay": -7669,
"time": "1775559611"
},
"stopId": "FR:76575:ZE:TCARxLURCA1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": -7730,
"time": "1775560150"
},
"departure": {
"delay": -7730,
"time": "1775560150"
},
"stopId": "FR:76681:ZE:TCARxRRIOT1:ATOUMOD001",
"stopSequence": 31
},
{
"arrival": {
"delay": -7719,
"time": "1775559981"
},
"departure": {
"delay": -7719,
"time": "1775559981"
},
"stopId": "FR:76681:ZE:TCARxKERVI1:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": -7703,
"time": "1775559757"
},
"departure": {
"delay": -7703,
"time": "1775559757"
},
"stopId": "FR:76575:ZE:TCARxCOQLI1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": -7624,
"time": "1775558996"
},
"departure": {
"delay": -7624,
"time": "1775558996"
},
"stopId": "FR:76484:ZE:TCARxCIMJ21:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": -7619,
"time": "1775559361"
},
"departure": {
"delay": -7619,
"time": "1775559361"
},
"stopId": "FR:76575:ZE:TCARxSLOGN1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": -7659,
"time": "1775559381"
},
"departure": {
"delay": -7659,
"time": "1775559381"
},
"stopId": "FR:76575:ZE:TCARxPNAVA1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": -7649,
"time": "1775559031"
},
"departure": {
"delay": -7649,
"time": "1775559031"
},
"stopId": "FR:76484:ZE:TCARxCHARC1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": -7577,
"time": "1775558803"
},
"departure": {
"delay": -7577,
"time": "1775558803"
},
"stopId": "FR:76484:ZE:TCARxBIBOI1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": -7677,
"time": "1775559482"
},
"departure": {
"delay": -7677,
"time": "1775559483"
},
"stopId": "FR:76575:ZE:TCARxLANGU1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": -7709,
"time": "1775559906"
},
"departure": {
"delay": -7709,
"time": "1775559931"
},
"stopId": "FR:76681:ZE:TCARxCHROU1:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": -7595,
"time": "1775558845"
},
"departure": {
"delay": -7595,
"time": "1775558845"
},
"stopId": "FR:76484:ZE:TCARxFERRE1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": -7810,
"time": "1775560490"
},
"stopId": "FR:76681:ZE:TCARxHDVS1:ATOUMOD001",
"stopSequence": 34
},
{
"arrival": {
"delay": -7554,
"time": "1775558706"
},
"departure": {
"delay": -7554,
"time": "1775558706"
},
"stopId": "FR:76484:ZE:TCARxOIHDV1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": -7549,
"time": "1775558231"
},
"departure": {
"delay": -7549,
"time": "1775558231"
},
"stopId": "FR:76705:ZE:TCARxTOMAN2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -7533,
"time": "1775558607"
},
"departure": {
"delay": -7533,
"time": "1775558607"
},
"stopId": "FR:76484:ZE:TCARxCFERR3:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": -7605,
"time": "1775558895"
},
"departure": {
"delay": -7605,
"time": "1775558895"
},
"stopId": "FR:76484:ZE:TCARxPEZO21:ATOUMOD001",
"stopSequence": 11
},
{
"departure": {
"delay": -7599,
"time": "1775558181"
},
"stopId": "FR:76705:ZE:TCARxTOCEN:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": -7810,
"time": "1775560310"
},
"departure": {
"delay": -7810,
"time": "1775560310"
},
"stopId": "FR:76681:ZE:TCARxHDVS3:ATOUMOD001",
"stopSequence": 33
},
{
"arrival": {
"delay": -7669,
"time": "1775559431"
},
"departure": {
"delay": -7669,
"time": "1775559431"
},
"stopId": "FR:76575:ZE:TCARxNODIE1:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": -7540,
"time": "1775558780"
},
"departure": {
"delay": -7540,
"time": "1775558780"
},
"stopId": "FR:76484:ZE:TCARxCIMOI1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -7489,
"time": "1775558531"
},
"departure": {
"delay": -7489,
"time": "1775558531"
},
"stopId": "FR:76484:ZE:TCARxPLPAI1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": -7634,
"time": "1775559706"
},
"departure": {
"delay": -7634,
"time": "1775559706"
},
"stopId": "FR:76575:ZE:TCARxGAGAR1:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": -7613,
"time": "1775558947"
},
"departure": {
"delay": -7613,
"time": "1775558947"
},
"stopId": "FR:76484:ZE:TCARxCOMPX1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": -7509,
"time": "1775558331"
},
"departure": {
"delay": -7509,
"time": "1775558331"
},
"stopId": "FR:76705:ZE:TCARxTOPAR2:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -7724,
"time": "1775559856"
},
"departure": {
"delay": -7724,
"time": "1775559856"
},
"stopId": "FR:76575:ZE:TCARxSTYO21:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": -7663,
"time": "1775559234"
},
"departure": {
"delay": -7663,
"time": "1775559257"
},
"stopId": "FR:76575:ZE:TCARxCHAPL1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": -7750,
"time": "1775560070"
},
"departure": {
"delay": -7750,
"time": "1775560070"
},
"stopId": "FR:76681:ZE:TCARxADRET2:ATOUMOD001",
"stopSequence": 30
}
],
"timestamp": "1775558196",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx03:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx11235:LOC"
}
}
},
{
"id": "SM:ATOUMOD005:ServiceJourney:853:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775572920"
},
"departure": {
"time": "1775572920"
},
"stopId": "FR:76217:ZE:18088:ATOUMOD005",
"stopSequence": 2
},
{
"arrival": {
"time": "1775573520"
},
"departure": {
"time": "1775573520"
},
"stopId": "FR:76217:ZE:18823:ATOUMOD005",
"stopSequence": 7
},
{
"arrival": {
"time": "1775573400"
},
"departure": {
"time": "1775573400"
},
"stopId": "FR:76217:ZE:18822:ATOUMOD005",
"stopSequence": 6
},
{
"arrival": {
"time": "1775573040"
},
"departure": {
"time": "1775573040"
},
"stopId": "FR:76217:ZE:18816:ATOUMOD005",
"stopSequence": 3
},
{
"arrival": {
"time": "1775573160"
},
"departure": {
"time": "1775573160"
},
"stopId": "FR:76217:ZE:18821:ATOUMOD005",
"stopSequence": 4
},
{
"arrival": {
"time": "1775574000"
},
"departure": {
"time": "1775574000"
},
"stopId": "FR:76217:ZE:18286:ATOUMOD005",
"stopSequence": 11
},
{
"arrival": {
"time": "1775573880"
},
"departure": {
"time": "1775573880"
},
"stopId": "FR:76217:ZE:18032:ATOUMOD005",
"stopSequence": 10
},
{
"arrival": {
"time": "1775573280"
},
"departure": {
"time": "1775573280"
},
"stopId": "FR:76217:ZE:18817:ATOUMOD005",
"stopSequence": 5
},
{
"arrival": {
"time": "1775573640"
},
"departure": {
"time": "1775573640"
},
"stopId": "FR:76217:ZE:18029:ATOUMOD005",
"stopSequence": 8
},
{
"departure": {
"time": "1775572800"
},
"stopId": "FR:76217:ZE:18055:ATOUMOD005",
"stopSequence": 1
},
{
"arrival": {
"time": "1775573760"
},
"departure": {
"time": "1775573760"
},
"stopId": "FR:76217:ZE:18824:ATOUMOD005",
"stopSequence": 9
},
{
"arrival": {
"time": "1775574120"
},
"stopId": "FR:76217:ZE:18320:ATOUMOD005",
"stopSequence": 12
}
],
"timestamp": "1775560069",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD005:Line:97:LOC",
"tripId": "ATOUMOD005:ServiceJourney:853:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3758432x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 288,
"time": "1775537591"
},
"departure": {
"delay": 288,
"time": "1775537628"
},
"stopId": "FR:50129:ZE:10DIX2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 293,
"time": "1775536662"
},
"departure": {
"delay": 293,
"time": "1775536733"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 331,
"time": "1775536795"
},
"departure": {
"delay": 331,
"time": "1775536831"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 259,
"time": "1775537531"
},
"departure": {
"delay": 259,
"time": "1775537539"
},
"stopId": "FR:50129:ZE:10PET2:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 195,
"time": "1775537987"
},
"departure": {
"delay": 195,
"time": "1775538015"
},
"stopId": "FR:50041:ZE:HAGBG2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 349,
"time": "1775536930"
},
"departure": {
"delay": 349,
"time": "1775536969"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 305,
"time": "1775536563"
},
"departure": {
"delay": 305,
"time": "1775536625"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 242,
"time": "1775537725"
},
"departure": {
"delay": 242,
"time": "1775537762"
},
"stopId": "FR:50129:ZE:QQVPL1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 278,
"time": "1775537249"
},
"departure": {
"delay": 278,
"time": "1775537258"
},
"stopId": "FR:50129:ZE:10LSA2:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 61,
"time": "1775538848"
},
"departure": {
"delay": 61,
"time": "1775538901"
},
"stopId": "FR:50041:ZE:HAGCC2:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 374,
"time": "1775537072"
},
"departure": {
"delay": 374,
"time": "1775537114"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 7
},
{
"departure": {
"delay": 24,
"time": "1775536224"
},
"stopId": "FR:50129:ZE:10PEM4:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 304,
"time": "1775537355"
},
"departure": {
"delay": 304,
"time": "1775537404"
},
"stopId": "FR:50129:ZE:10CAQ2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 139,
"time": "1775538424"
},
"departure": {
"delay": 139,
"time": "1775538439"
},
"stopId": "FR:50041:ZE:HAGGR2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 329,
"time": "1775536987"
},
"departure": {
"delay": 329,
"time": "1775537009"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 98,
"time": "1775538662"
},
"departure": {
"delay": 98,
"time": "1775538698"
},
"stopId": "FR:50041:ZE:HAGFY2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 197,
"time": "1775538059"
},
"departure": {
"delay": 197,
"time": "1775538077"
},
"stopId": "FR:50041:ZE:HAGMF2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 7,
"time": "1775539207"
},
"stopId": "FR:50041:ZE:HAGOLL:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 51,
"time": "1775538740"
},
"departure": {
"delay": 51,
"time": "1775538771"
},
"stopId": "FR:50041:ZE:HAGMA2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 282,
"time": "1775537468"
},
"departure": {
"delay": 282,
"time": "1775537502"
},
"stopId": "FR:50129:ZE:10HME2:ATOUMOD035",
"stopSequence": 10
}
],
"timestamp": "1775560078",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:A:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3758432x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD036:ServiceJourney:6576709991137280x14:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 130,
"time": "1775561050"
},
"stopId": "FR:14366:ZE:660040002:ATOUMOD036",
"stopSequence": 26
},
{
"arrival": {
"delay": 272,
"time": "1775559915"
},
"departure": {
"delay": 272,
"time": "1775559932"
},
"stopId": "FR:14366:ZE:5117418345070592:ATOUMOD036",
"stopSequence": 11
},
{
"arrival": {
"delay": 349,
"time": "1775560239"
},
"departure": {
"delay": 349,
"time": "1775560249"
},
"stopId": "FR:14366:ZE:7160003:ATOUMOD036",
"stopSequence": 15
},
{
"arrival": {
"delay": 135,
"time": "1775560805"
},
"departure": {
"delay": 135,
"time": "1775560815"
},
"stopId": "FR:14366:ZE:646160001:ATOUMOD036",
"stopSequence": 23
},
{
"arrival": {
"delay": 316,
"time": "1775559988"
},
"departure": {
"delay": 316,
"time": "1775560036"
},
"stopId": "FR:14366:ZE:5160002:ATOUMOD036",
"stopSequence": 12
},
{
"arrival": {
"delay": 168,
"time": "1775560658"
},
"departure": {
"delay": 168,
"time": "1775560668"
},
"stopId": "FR:14366:ZE:764280004:ATOUMOD036",
"stopSequence": 21
},
{
"arrival": {
"delay": 118,
"time": "1775560908"
},
"departure": {
"delay": 118,
"time": "1775560918"
},
"stopId": "FR:14366:ZE:1210003:ATOUMOD036",
"stopSequence": 24
},
{
"arrival": {
"delay": 120,
"time": "1775560730"
},
"departure": {
"delay": 120,
"time": "1775560740"
},
"stopId": "FR:14366:ZE:35180003:ATOUMOD036",
"stopSequence": 22
},
{
"arrival": {
"delay": 330,
"time": "1775560160"
},
"departure": {
"delay": 330,
"time": "1775560170"
},
"stopId": "FR:14366:ZE:9260005:ATOUMOD036",
"stopSequence": 14
},
{
"arrival": {
"delay": 255,
"time": "1775560565"
},
"departure": {
"delay": 255,
"time": "1775560575"
},
"stopId": "FR:14366:ZE:5180281390628864:ATOUMOD036",
"stopSequence": 20
},
{
"arrival": {
"delay": 310,
"time": "1775560500"
},
"departure": {
"delay": 310,
"time": "1775560510"
},
"stopId": "FR:14366:ZE:21190003:ATOUMOD036",
"stopSequence": 18
},
{
"arrival": {
"delay": 336,
"time": "1775560106"
},
"departure": {
"delay": 336,
"time": "1775560116"
},
"stopId": "FR:14366:ZE:4784504850874368:ATOUMOD036",
"stopSequence": 13
},
{
"arrival": {
"delay": 336,
"time": "1775560286"
},
"departure": {
"delay": 336,
"time": "1775560296"
},
"stopId": "FR:14366:ZE:3120002:ATOUMOD036",
"stopSequence": 16
},
{
"arrival": {
"delay": 297,
"time": "1775560427"
},
"departure": {
"delay": 297,
"time": "1775560437"
},
"stopId": "FR:14366:ZE:33070004:ATOUMOD036",
"stopSequence": 17
}
],
"timestamp": "1775560083",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD036:Line:5131776580124672:LOC",
"tripId": "ATOUMOD036:ServiceJourney:6576709991137280x14:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2470837:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 54,
"time": "1775560134"
},
"departure": {
"delay": 54,
"time": "1775560134"
},
"stopId": "FR:27022:ZE:0x6979:ATOUMOD006",
"stopSequence": 2
},
{
"arrival": {
"delay": -377,
"time": "1775563003"
},
"departure": {
"delay": -377,
"time": "1775563003"
},
"stopId": "FR:27469:ZE:0x6633:ATOUMOD006",
"stopSequence": 30
},
{
"arrival": {
"delay": -146,
"time": "1775562034"
},
"departure": {
"delay": -146,
"time": "1775562034"
},
"stopId": "FR:27375:ZE:0x6504:ATOUMOD006",
"stopSequence": 21
},
{
"arrival": {
"delay": -273,
"time": "1775562207"
},
"departure": {
"delay": -273,
"time": "1775562207"
},
"stopId": "FR:27375:ZE:0x6388:ATOUMOD006",
"stopSequence": 24
},
{
"arrival": {
"delay": -319,
"time": "1775562521"
},
"departure": {
"delay": -319,
"time": "1775562521"
},
"stopId": "FR:27701:ZE:0x7126:ATOUMOD006",
"stopSequence": 28
},
{
"arrival": {
"delay": 24,
"time": "1775560524"
},
"departure": {
"delay": 24,
"time": "1775560524"
},
"stopId": "FR:27275:ZE:0x6223:ATOUMOD006",
"stopSequence": 6
},
{
"departure": {
"time": "1775560080"
},
"stopId": "FR:27022:ZE:0x6991:ATOUMOD006",
"stopSequence": 1
},
{
"arrival": {
"delay": -295,
"time": "1775562425"
},
"departure": {
"delay": -295,
"time": "1775562425"
},
"stopId": "FR:27701:ZE:0x7100:ATOUMOD006",
"stopSequence": 27
},
{
"arrival": {
"delay": -265,
"time": "1775562335"
},
"departure": {
"delay": -265,
"time": "1775562335"
},
"stopId": "FR:27375:ZE:0x6406:ATOUMOD006",
"stopSequence": 26
},
{
"arrival": {
"delay": -373,
"time": "1775563367"
},
"departure": {
"delay": -373,
"time": "1775563367"
},
"stopId": "FR:27188:ZE:0x7264:ATOUMOD006",
"stopSequence": 35
},
{
"arrival": {
"delay": -158,
"time": "1775562082"
},
"departure": {
"delay": -158,
"time": "1775562082"
},
"stopId": "FR:27375:ZE:0x6528:ATOUMOD006",
"stopSequence": 22
},
{
"arrival": {
"delay": -467,
"time": "1775564653"
},
"departure": {
"delay": -467,
"time": "1775564653"
},
"stopId": "FR:76561:ZE:0x6786:ATOUMOD006",
"stopSequence": 42
},
{
"arrival": {
"delay": -15,
"time": "1775561145"
},
"departure": {
"delay": -15,
"time": "1775561145"
},
"stopId": "FR:27249:ZE:0x6184:ATOUMOD006",
"stopSequence": 12
},
{
"arrival": {
"delay": -347,
"time": "1775563093"
},
"departure": {
"delay": -347,
"time": "1775563093"
},
"stopId": "FR:27469:ZE:0x7266:ATOUMOD006",
"stopSequence": 31
},
{
"arrival": {
"delay": -322,
"time": "1775563178"
},
"departure": {
"delay": -322,
"time": "1775563178"
},
"stopId": "FR:27469:ZE:0x7268:ATOUMOD006",
"stopSequence": 33
},
{
"arrival": {
"delay": 36,
"time": "1775560236"
},
"departure": {
"delay": 36,
"time": "1775560236"
},
"stopId": "FR:27275:ZE:0x6194:ATOUMOD006",
"stopSequence": 3
},
{
"arrival": {
"delay": -481,
"time": "1775563979"
},
"departure": {
"delay": -481,
"time": "1775563979"
},
"stopId": "FR:76640:ZE:0x7159:ATOUMOD006",
"stopSequence": 40
},
{
"arrival": {
"delay": -159,
"time": "1775561661"
},
"departure": {
"delay": -159,
"time": "1775561661"
},
"stopId": "FR:27375:ZE:0x7186:ATOUMOD006",
"stopSequence": 16
},
{
"arrival": {
"delay": -360,
"time": "1775563140"
},
"departure": {
"delay": -360,
"time": "1775563140"
},
"stopId": "FR:27469:ZE:0x6647:ATOUMOD006",
"stopSequence": 32
},
{
"arrival": {
"delay": -272,
"time": "1775562268"
},
"departure": {
"delay": -272,
"time": "1775562268"
},
"stopId": "FR:27375:ZE:0x6442:ATOUMOD006",
"stopSequence": 25
},
{
"arrival": {
"delay": -536,
"time": "1775564284"
},
"departure": {
"delay": -536,
"time": "1775564284"
},
"stopId": "FR:76231:ZE:0x6172:ATOUMOD006",
"stopSequence": 41
},
{
"arrival": {
"delay": -99,
"time": "1775561541"
},
"departure": {
"delay": -99,
"time": "1775561541"
},
"stopId": "FR:27697:ZE:0x6735:ATOUMOD006",
"stopSequence": 15
},
{
"arrival": {
"delay": 30,
"time": "1775560470"
},
"departure": {
"delay": 30,
"time": "1775560470"
},
"stopId": "FR:27275:ZE:0x6225:ATOUMOD006",
"stopSequence": 5
},
{
"arrival": {
"delay": -392,
"time": "1775563648"
},
"departure": {
"delay": -392,
"time": "1775563648"
},
"stopId": "FR:27188:ZE:0x7175:ATOUMOD006",
"stopSequence": 38
},
{
"arrival": {
"delay": -209,
"time": "1775562151"
},
"departure": {
"delay": -209,
"time": "1775562151"
},
"stopId": "FR:27375:ZE:0x6380:ATOUMOD006",
"stopSequence": 23
},
{
"arrival": {
"delay": -135,
"time": "1775561805"
},
"departure": {
"delay": -135,
"time": "1775561805"
},
"stopId": "FR:27375:ZE:0x6403:ATOUMOD006",
"stopSequence": 18
},
{
"arrival": {
"delay": -109,
"time": "1775561831"
},
"departure": {
"delay": -109,
"time": "1775561831"
},
"stopId": "FR:27375:ZE:0x6449:ATOUMOD006",
"stopSequence": 19
},
{
"arrival": {
"delay": -39,
"time": "1775561421"
},
"departure": {
"delay": -39,
"time": "1775561421"
},
"stopId": "FR:27332:ZE:0x6252:ATOUMOD006",
"stopSequence": 14
},
{
"arrival": {
"delay": -47,
"time": "1775561293"
},
"departure": {
"delay": -47,
"time": "1775561293"
},
"stopId": "FR:27332:ZE:0x6234:ATOUMOD006",
"stopSequence": 13
},
{
"arrival": {
"delay": -323,
"time": "1775563237"
},
"departure": {
"delay": -323,
"time": "1775563237"
},
"stopId": "FR:27188:ZE:0x6142:ATOUMOD006",
"stopSequence": 34
},
{
"arrival": {
"time": "1775560380"
},
"departure": {
"time": "1775560380"
},
"stopId": "FR:27275:ZE:0x6233:ATOUMOD006",
"stopSequence": 4
},
{
"arrival": {
"delay": -402,
"time": "1775563758"
},
"departure": {
"delay": -402,
"time": "1775563758"
},
"stopId": "FR:27394:ZE:0x6604:ATOUMOD006",
"stopSequence": 39
},
{
"arrival": {
"delay": -370,
"time": "1775563430"
},
"departure": {
"delay": -370,
"time": "1775563430"
},
"stopId": "FR:27188:ZE:0x7198:ATOUMOD006",
"stopSequence": 36
},
{
"arrival": {
"delay": -343,
"time": "1775562977"
},
"departure": {
"delay": -343,
"time": "1775562977"
},
"stopId": "FR:27469:ZE:0x7188:ATOUMOD006",
"stopSequence": 29
},
{
"arrival": {
"delay": -501,
"time": "1775565099"
},
"stopId": "FR:76561:ZE:0x6790:ATOUMOD006",
"stopSequence": 43
},
{
"arrival": {
"delay": -135,
"time": "1775561745"
},
"departure": {
"delay": -135,
"time": "1775561745"
},
"stopId": "FR:27375:ZE:0x6503:ATOUMOD006",
"stopSequence": 17
},
{
"arrival": {
"delay": -397,
"time": "1775563523"
},
"departure": {
"delay": -397,
"time": "1775563523"
},
"stopId": "FR:27188:ZE:0x7176:ATOUMOD006",
"stopSequence": 37
},
{
"arrival": {
"delay": -152,
"time": "1775561908"
},
"departure": {
"delay": -152,
"time": "1775561908"
},
"stopId": "FR:27375:ZE:0x6440:ATOUMOD006",
"stopSequence": 20
},
{
"arrival": {
"delay": 26,
"time": "1775561006"
},
"departure": {
"delay": 26,
"time": "1775561006"
},
"stopId": "FR:27022:ZE:0x6976:ATOUMOD006",
"stopSequence": 11
}
],
"timestamp": "1775560063",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD006:Line:E1:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2470837:LOC"
}
}
},
{
"id": "SM:ATOUMOD008:ServiceJourney:9773x0:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775544840"
},
"departure": {
"time": "1775544840"
},
"stopId": "FR:76259:ZE:FECHVIL1:ATOUMOD008",
"stopSequence": 8
},
{
"arrival": {
"time": "1775545620"
},
"departure": {
"time": "1775545620"
},
"stopId": "FR:76259:ZE:FECHYSO1:ATOUMOD008",
"stopSequence": 16
},
{
"arrival": {
"time": "1775545680"
},
"departure": {
"time": "1775545680"
},
"stopId": "FR:76259:ZE:FECSLOU1:ATOUMOD008",
"stopSequence": 17
},
{
"arrival": {
"time": "1775545380"
},
"departure": {
"time": "1775545380"
},
"stopId": "FR:76259:ZE:FECDESG1:ATOUMOD008",
"stopSequence": 14
},
{
"arrival": {
"time": "1775544780"
},
"departure": {
"time": "1775544780"
},
"stopId": "FR:76259:ZE:FECHALL1:ATOUMOD008",
"stopSequence": 7
},
{
"arrival": {
"time": "1775545320"
},
"departure": {
"time": "1775545320"
},
"stopId": "FR:76259:ZE:FECNICO1:ATOUMOD008",
"stopSequence": 13
},
{
"arrival": {
"time": "1775545860"
},
"stopId": "FR:76259:ZE:FECRLIL1:ATOUMOD008",
"stopSequence": 19
},
{
"arrival": {
"time": "1775545080"
},
"departure": {
"time": "1775545080"
},
"stopId": "FR:76259:ZE:FECSETI1:ATOUMOD008",
"stopSequence": 11
},
{
"arrival": {
"time": "1775545260"
},
"departure": {
"time": "1775545260"
},
"stopId": "FR:76259:ZE:FECBROS1:ATOUMOD008",
"stopSequence": 12
},
{
"arrival": {
"time": "1775544540"
},
"departure": {
"time": "1775544540"
},
"stopId": "FR:76259:ZE:FECCHUE1:ATOUMOD008",
"stopSequence": 4
},
{
"arrival": {
"time": "1775545020"
},
"departure": {
"time": "1775545020"
},
"stopId": "FR:76259:ZE:FECGARE1:ATOUMOD008",
"stopSequence": 10
},
{
"arrival": {
"time": "1775545740"
},
"departure": {
"time": "1775545740"
},
"stopId": "FR:76259:ZE:FECPROV1:ATOUMOD008",
"stopSequence": 18
},
{
"departure": {
"time": "1775544060"
},
"stopId": "FR:76259:ZE:FECHOPI1:ATOUMOD008",
"stopSequence": 1
},
{
"arrival": {
"time": "1775544720"
},
"departure": {
"time": "1775544720"
},
"stopId": "FR:76259:ZE:FECCOUB1:ATOUMOD008",
"stopSequence": 6
},
{
"arrival": {
"time": "1775544420"
},
"departure": {
"time": "1775544420"
},
"stopId": "FR:76259:ZE:FECMBLE1:ATOUMOD008",
"stopSequence": 3
},
{
"arrival": {
"time": "1775544660"
},
"departure": {
"time": "1775544660"
},
"stopId": "FR:76259:ZE:FECJMAC1:ATOUMOD008",
"stopSequence": 5
},
{
"arrival": {
"time": "1775545440"
},
"departure": {
"time": "1775545440"
},
"stopId": "FR:76259:ZE:FECVIKI1:ATOUMOD008",
"stopSequence": 15
},
{
"arrival": {
"time": "1775544900"
},
"departure": {
"time": "1775544900"
},
"stopId": "FR:76259:ZE:FECBREP1:ATOUMOD008",
"stopSequence": 9
},
{
"arrival": {
"time": "1775544120"
},
"departure": {
"time": "1775544120"
},
"stopId": "FR:76259:ZE:FECJVER1:ATOUMOD008",
"stopSequence": 2
}
],
"timestamp": "1775544060",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD008:Line:L01:LOC",
"tripId": "ATOUMOD008:ServiceJourney:9773x0:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2470055:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 124,
"time": "1775562484"
},
"departure": {
"delay": 124,
"time": "1775562484"
},
"stopId": "FR:27375:ZE:0x6519:ATOUMOD006",
"stopSequence": 12
},
{
"arrival": {
"delay": -13,
"time": "1775562107"
},
"departure": {
"delay": -13,
"time": "1775562107"
},
"stopId": "FR:27375:ZE:0x6388:ATOUMOD006",
"stopSequence": 6
},
{
"arrival": {
"delay": -8,
"time": "1775561932"
},
"departure": {
"delay": -8,
"time": "1775561932"
},
"stopId": "FR:27375:ZE:0x6504:ATOUMOD006",
"stopSequence": 3
},
{
"arrival": {
"delay": 32,
"time": "1775562632"
},
"departure": {
"delay": 32,
"time": "1775562632"
},
"stopId": "FR:27375:ZE:0x6412:ATOUMOD006",
"stopSequence": 15
},
{
"arrival": {
"delay": 30,
"time": "1775561910"
},
"departure": {
"delay": 30,
"time": "1775561910"
},
"stopId": "FR:27375:ZE:0x6465:ATOUMOD006",
"stopSequence": 2
},
{
"arrival": {
"delay": -31,
"time": "1775561969"
},
"departure": {
"delay": -31,
"time": "1775561969"
},
"stopId": "FR:27375:ZE:0x6528:ATOUMOD006",
"stopSequence": 4
},
{
"arrival": {
"delay": 89,
"time": "1775562389"
},
"departure": {
"delay": 89,
"time": "1775562389"
},
"stopId": "FR:27375:ZE:0x6475:ATOUMOD006",
"stopSequence": 10
},
{
"arrival": {
"delay": 60,
"time": "1775562660"
},
"departure": {
"delay": 60,
"time": "1775562660"
},
"stopId": "FR:27375:ZE:0x6500:ATOUMOD006",
"stopSequence": 16
},
{
"arrival": {
"delay": 90,
"time": "1775562690"
},
"departure": {
"delay": 90,
"time": "1775562690"
},
"stopId": "FR:27375:ZE:0x6478:ATOUMOD006",
"stopSequence": 17
},
{
"arrival": {
"delay": 59,
"time": "1775562719"
},
"departure": {
"delay": 59,
"time": "1775562719"
},
"stopId": "FR:27375:ZE:0x6453:ATOUMOD006",
"stopSequence": 18
},
{
"arrival": {
"delay": 87,
"time": "1775562507"
},
"departure": {
"delay": 87,
"time": "1775562507"
},
"stopId": "FR:27375:ZE:0x6521:ATOUMOD006",
"stopSequence": 13
},
{
"arrival": {
"delay": -8,
"time": "1775562052"
},
"departure": {
"delay": -8,
"time": "1775562052"
},
"stopId": "FR:27375:ZE:0x6380:ATOUMOD006",
"stopSequence": 5
},
{
"arrival": {
"delay": 103,
"time": "1775562283"
},
"departure": {
"delay": 103,
"time": "1775562283"
},
"stopId": "FR:27375:ZE:0x6419:ATOUMOD006",
"stopSequence": 8
},
{
"arrival": {
"delay": 17,
"time": "1775562197"
},
"departure": {
"delay": 17,
"time": "1775562197"
},
"stopId": "FR:27375:ZE:0x6473:ATOUMOD006",
"stopSequence": 7
},
{
"arrival": {
"delay": 30,
"time": "1775562990"
},
"stopId": "FR:27375:ZE:0x6515:ATOUMOD006",
"stopSequence": 20
},
{
"arrival": {
"delay": 117,
"time": "1775562597"
},
"departure": {
"delay": 117,
"time": "1775562597"
},
"stopId": "FR:27375:ZE:0x6387:ATOUMOD006",
"stopSequence": 14
},
{
"arrival": {
"delay": 112,
"time": "1775562352"
},
"departure": {
"delay": 112,
"time": "1775562352"
},
"stopId": "FR:27375:ZE:0x6523:ATOUMOD006",
"stopSequence": 9
},
{
"departure": {
"delay": -1637,
"time": "1775560063"
},
"stopId": "FR:27375:ZE:0x7160:ATOUMOD006",
"stopSequence": 1
},
{
"arrival": {
"delay": 90,
"time": "1775562870"
},
"departure": {
"delay": 90,
"time": "1775562870"
},
"stopId": "FR:27375:ZE:0x6509:ATOUMOD006",
"stopSequence": 19
},
{
"arrival": {
"delay": 95,
"time": "1775562455"
},
"departure": {
"delay": 95,
"time": "1775562455"
},
"stopId": "FR:27375:ZE:0x6445:ATOUMOD006",
"stopSequence": 11
}
],
"timestamp": "1775560063",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD006:Line:3:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2470055:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745735x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -146,
"time": "1775559438"
},
"departure": {
"delay": -146,
"time": "1775559454"
},
"stopId": "FR:50129:ZE:10MES2:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": -86,
"time": "1775559255"
},
"departure": {
"delay": -86,
"time": "1775559274"
},
"stopId": "FR:50129:ZE:10PAU2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": -130,
"time": "1775559394"
},
"departure": {
"delay": -130,
"time": "1775559410"
},
"stopId": "FR:50129:ZE:10MOR2:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": -12,
"time": "1775557780"
},
"departure": {
"delay": -12,
"time": "1775557788"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": -61,
"time": "1775558929"
},
"departure": {
"delay": -61,
"time": "1775558939"
},
"stopId": "FR:50129:ZE:10HME2:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 37,
"time": "1775557049"
},
"departure": {
"delay": 37,
"time": "1775557117"
},
"stopId": "FR:50129:ZE:10NOR6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": -5,
"time": "1775558861"
},
"departure": {
"delay": -5,
"time": "1775558875"
},
"stopId": "FR:50129:ZE:10CAQ2:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": -66,
"time": "1775559142"
},
"departure": {
"delay": -66,
"time": "1775559174"
},
"stopId": "FR:50129:ZE:10EPC2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": -57,
"time": "1775558480"
},
"departure": {
"delay": -57,
"time": "1775558523"
},
"stopId": "FR:50129:ZE:10REP4:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": -16,
"time": "1775558179"
},
"departure": {
"delay": -16,
"time": "1775558204"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": -12,
"time": "1775557334"
},
"departure": {
"delay": -12,
"time": "1775557368"
},
"stopId": "FR:50129:ZE:10GRR2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 4,
"time": "1775557400"
},
"departure": {
"delay": 4,
"time": "1775557444"
},
"stopId": "FR:50129:ZE:10XCT4:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": -26,
"time": "1775558222"
},
"departure": {
"delay": -26,
"time": "1775558254"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": -10,
"time": "1775558288"
},
"departure": {
"delay": -10,
"time": "1775558330"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 19
},
{
"departure": {
"delay": 41,
"time": "1775556821"
},
"stopId": "FR:50129:ZE:10ECT1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": -12,
"time": "1775557493"
},
"departure": {
"delay": -12,
"time": "1775557548"
},
"stopId": "FR:50129:ZE:10HPA4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": -70,
"time": "1775558978"
},
"departure": {
"delay": -70,
"time": "1775558990"
},
"stopId": "FR:50129:ZE:10PET2:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": -105,
"time": "1775559305"
},
"departure": {
"delay": -105,
"time": "1775559315"
},
"stopId": "FR:50129:ZE:10TLL2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 8,
"time": "1775558676"
},
"departure": {
"delay": 8,
"time": "1775558708"
},
"stopId": "FR:50129:ZE:10CMI2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": -43,
"time": "1775558645"
},
"departure": {
"delay": -43,
"time": "1775558657"
},
"stopId": "FR:50129:ZE:10PAX2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 19,
"time": "1775557244"
},
"departure": {
"delay": 19,
"time": "1775557279"
},
"stopId": "FR:50129:ZE:10BAG4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 2,
"time": "1775557007"
},
"departure": {
"delay": 2,
"time": "1775557022"
},
"stopId": "FR:50129:ZE:10GDR2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": -165,
"time": "1775559495"
},
"stopId": "FR:50129:ZE:10AMF1:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": -103,
"time": "1775559042"
},
"departure": {
"delay": -103,
"time": "1775559077"
},
"stopId": "FR:50129:ZE:10DIX2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"time": "1775557941"
},
"departure": {
"time": "1775557980"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": -115,
"time": "1775559348"
},
"departure": {
"delay": -115,
"time": "1775559365"
},
"stopId": "FR:50129:ZE:10HET2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": -30,
"time": "1775557619"
},
"departure": {
"delay": -30,
"time": "1775557650"
},
"stopId": "FR:50129:ZE:10CRN2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": -80,
"time": "1775559206"
},
"departure": {
"delay": -80,
"time": "1775559220"
},
"stopId": "FR:50129:ZE:10EPH1:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 9,
"time": "1775558017"
},
"departure": {
"delay": 9,
"time": "1775558049"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": -42,
"time": "1775558564"
},
"departure": {
"delay": -42,
"time": "1775558598"
},
"stopId": "FR:50129:ZE:10TRA3:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 28,
"time": "1775558759"
},
"departure": {
"delay": 28,
"time": "1775558788"
},
"stopId": "FR:50129:ZE:10ANN2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": -7,
"time": "1775557167"
},
"departure": {
"delay": -7,
"time": "1775557193"
},
"stopId": "FR:50129:ZE:10MED4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 39,
"time": "1775556971"
},
"departure": {
"delay": 39,
"time": "1775556999"
},
"stopId": "FR:50129:ZE:10LPL2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 47,
"time": "1775556878"
},
"departure": {
"delay": 47,
"time": "1775556887"
},
"stopId": "FR:50129:ZE:10FLO2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": -15,
"time": "1775558115"
},
"departure": {
"delay": -15,
"time": "1775558145"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": -21,
"time": "1775558396"
},
"departure": {
"delay": -21,
"time": "1775558439"
},
"stopId": "FR:50129:ZE:10HDI4:ATOUMOD035",
"stopSequence": 20
}
],
"timestamp": "1775560077",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:02:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745735x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3748464x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 10,
"time": "1775560150"
},
"departure": {
"delay": 10,
"time": "1775560150"
},
"stopId": "FR:50129:ZE:10DAN1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 10,
"time": "1775561770"
},
"departure": {
"delay": 10,
"time": "1775561770"
},
"stopId": "FR:50129:ZE:10MEN3:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 10,
"time": "1775561890"
},
"departure": {
"delay": 10,
"time": "1775561890"
},
"stopId": "FR:50129:ZE:10FJT2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 10,
"time": "1775562490"
},
"stopId": "FR:50129:ZE:10DIG1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 10,
"time": "1775560630"
},
"departure": {
"delay": 10,
"time": "1775560630"
},
"stopId": "FR:50129:ZE:10LEC1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 10,
"time": "1775562430"
},
"departure": {
"delay": 10,
"time": "1775562430"
},
"stopId": "FR:50129:ZE:10CDF2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 10,
"time": "1775560990"
},
"departure": {
"delay": 10,
"time": "1775560990"
},
"stopId": "FR:50129:ZE:10STA1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 10,
"time": "1775561350"
},
"departure": {
"delay": 10,
"time": "1775561350"
},
"stopId": "FR:50129:ZE:10PLx1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 11,
"time": "1775560211"
},
"departure": {
"delay": 11,
"time": "1775560211"
},
"stopId": "FR:50129:ZE:10CRB1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 10,
"time": "1775561290"
},
"departure": {
"delay": 10,
"time": "1775561290"
},
"stopId": "FR:50129:ZE:10HDV1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 10,
"time": "1775560330"
},
"departure": {
"delay": 10,
"time": "1775560330"
},
"stopId": "FR:50129:ZE:10HUI3:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 10,
"time": "1775561650"
},
"departure": {
"delay": 10,
"time": "1775561650"
},
"stopId": "FR:50129:ZE:10SHU2:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 10,
"time": "1775562250"
},
"departure": {
"delay": 10,
"time": "1775562250"
},
"stopId": "FR:50129:ZE:10SAL2:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 10,
"time": "1775562070"
},
"departure": {
"delay": 10,
"time": "1775562070"
},
"stopId": "FR:50129:ZE:10VOL2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 10,
"time": "1775561170"
},
"departure": {
"delay": 10,
"time": "1775561170"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 10,
"time": "1775562370"
},
"departure": {
"delay": 10,
"time": "1775562370"
},
"stopId": "FR:50129:ZE:10BCP2:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 10,
"time": "1775560690"
},
"departure": {
"delay": 10,
"time": "1775560690"
},
"stopId": "FR:50129:ZE:10LEB1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 10,
"time": "1775562130"
},
"departure": {
"delay": 10,
"time": "1775562130"
},
"stopId": "FR:50129:ZE:10SAD2:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 10,
"time": "1775560870"
},
"departure": {
"delay": 10,
"time": "1775560870"
},
"stopId": "FR:50129:ZE:10LCO1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 10,
"time": "1775560390"
},
"departure": {
"delay": 10,
"time": "1775560390"
},
"stopId": "FR:50129:ZE:10EGL6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 10,
"time": "1775560810"
},
"departure": {
"delay": 10,
"time": "1775560810"
},
"stopId": "FR:50129:ZE:10POL1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 10,
"time": "1775561110"
},
"departure": {
"delay": 10,
"time": "1775561110"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 10,
"time": "1775560210"
},
"departure": {
"delay": 10,
"time": "1775560210"
},
"stopId": "FR:50129:ZE:10VIG1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 10,
"time": "1775560450"
},
"departure": {
"delay": 10,
"time": "1775560450"
},
"stopId": "FR:50129:ZE:10VAB1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 11,
"time": "1775562311"
},
"departure": {
"delay": 11,
"time": "1775562311"
},
"stopId": "FR:50129:ZE:10COT2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 10,
"time": "1775560510"
},
"departure": {
"delay": 10,
"time": "1775560510"
},
"stopId": "FR:50129:ZE:10SMT1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 10,
"time": "1775562010"
},
"departure": {
"delay": 10,
"time": "1775562010"
},
"stopId": "FR:50129:ZE:10RED2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 10,
"time": "1775561230"
},
"departure": {
"delay": 10,
"time": "1775561230"
},
"stopId": "FR:50129:ZE:10CTR1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 10,
"time": "1775562190"
},
"departure": {
"delay": 10,
"time": "1775562190"
},
"stopId": "FR:50129:ZE:10ROS2:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 10,
"time": "1775560570"
},
"departure": {
"delay": 10,
"time": "1775560570"
},
"stopId": "FR:50129:ZE:10FRA1:ATOUMOD035",
"stopSequence": 9
},
{
"departure": {
"delay": 52,
"time": "1775559952"
},
"stopId": "FR:50129:ZE:10ZAG1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 10,
"time": "1775562310"
},
"departure": {
"delay": 10,
"time": "1775562310"
},
"stopId": "FR:50129:ZE:10PFJ2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 10,
"time": "1775561950"
},
"departure": {
"delay": 10,
"time": "1775561950"
},
"stopId": "FR:50129:ZE:10CIM2:ATOUMOD035",
"stopSequence": 23
}
],
"timestamp": "1775560080",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:05:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3748464x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4107868x2025x26xGSemHTRAxSemainex00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 137,
"time": "1775559317"
},
"stopId": "FR:76481:ZE:4890:ATOUMOD003",
"stopSequence": 18
},
{
"departure": {
"delay": 168,
"time": "1775559228"
},
"stopId": "FR:76351:ZE:3953:ATOUMOD003",
"stopSequence": 17
}
],
"timestamp": "1775559329",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:A:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4107868x2025x26xGSemHTRAxSemainex00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx6956:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 48,
"time": "1775560008"
},
"departure": {
"delay": 48,
"time": "1775560008"
},
"stopId": "FR:76540:ZE:TCARxCATHE1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 54,
"time": "1775558994"
},
"departure": {
"delay": 54,
"time": "1775558994"
},
"stopId": "FR:76451:ZE:TCARxCOQUE1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 19,
"time": "1775559859"
},
"departure": {
"delay": 19,
"time": "1775559859"
},
"stopId": "FR:76540:ZE:TCARxBELGE1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 45,
"time": "1775559105"
},
"departure": {
"delay": 45,
"time": "1775559105"
},
"stopId": "FR:76451:ZE:TCARxCAMPU1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"time": "1775560080"
},
"departure": {
"time": "1775560080"
},
"stopId": "FR:76540:ZE:TCARxREPUB1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 18,
"time": "1775559678"
},
"departure": {
"delay": 18,
"time": "1775559678"
},
"stopId": "FR:76540:ZE:TCARxLUCIL1:ATOUMOD001",
"stopSequence": 7
},
{
"departure": {
"time": "1775558940"
},
"stopId": "FR:76451:ZE:TCARxMTMAL1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"time": "1775559060"
},
"departure": {
"time": "1775559060"
},
"stopId": "FR:76451:ZE:TCARxCBLBE1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"time": "1775559960"
},
"departure": {
"time": "1775559960"
},
"stopId": "FR:76540:ZE:TCARxTARTT1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"time": "1775560260"
},
"departure": {
"time": "1775560260"
},
"stopId": "FR:76540:ZE:TCARxMARTT1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"time": "1775559300"
},
"departure": {
"time": "1775559300"
},
"stopId": "FR:76540:ZE:TCARxFDVAL1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 36,
"time": "1775560176"
},
"departure": {
"delay": 36,
"time": "1775560176"
},
"stopId": "FR:76540:ZE:TCARxPMARC1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"time": "1775559600"
},
"departure": {
"time": "1775559600"
},
"stopId": "FR:76540:ZE:TCARxRIBOU1:ATOUMOD001",
"stopSequence": 6
}
],
"timestamp": "1775558617",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx91:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx6956:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746217x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 226,
"time": "1775552010"
},
"departure": {
"delay": 226,
"time": "1775552026"
},
"stopId": "FR:50129:ZE:10CAR2:ATOUMOD035",
"stopSequence": 44
},
{
"arrival": {
"delay": 197,
"time": "1775550197"
},
"departure": {
"delay": 197,
"time": "1775550197"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 278,
"time": "1775551140"
},
"departure": {
"delay": 278,
"time": "1775551178"
},
"stopId": "FR:50129:ZE:10HUI2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 162,
"time": "1775549727"
},
"departure": {
"delay": 162,
"time": "1775549742"
},
"stopId": "FR:50129:ZE:10JMO2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 271,
"time": "1775550391"
},
"departure": {
"delay": 271,
"time": "1775550451"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 259,
"time": "1775551356"
},
"departure": {
"delay": 259,
"time": "1775551399"
},
"stopId": "FR:50129:ZE:10LAV2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 175,
"time": "1775552255"
},
"departure": {
"delay": 175,
"time": "1775552275"
},
"stopId": "FR:50129:ZE:10SFG2:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"delay": 281,
"time": "1775550903"
},
"departure": {
"delay": 281,
"time": "1775550941"
},
"stopId": "FR:50129:ZE:10HDI4:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 198,
"time": "1775549287"
},
"departure": {
"delay": 198,
"time": "1775549358"
},
"stopId": "FR:50129:ZE:10NOR4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 328,
"time": "1775551782"
},
"departure": {
"delay": 328,
"time": "1775551828"
},
"stopId": "FR:50129:ZE:10PRE2:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": 261,
"time": "1775551933"
},
"departure": {
"delay": 261,
"time": "1775551941"
},
"stopId": "FR:50129:ZE:10BRT2:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"delay": 285,
"time": "1775550605"
},
"departure": {
"delay": 285,
"time": "1775550645"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 247,
"time": "1775551053"
},
"departure": {
"delay": 247,
"time": "1775551087"
},
"stopId": "FR:50129:ZE:10TRA6:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 217,
"time": "1775549857"
},
"departure": {
"delay": 217,
"time": "1775549917"
},
"stopId": "FR:50129:ZE:10BHC2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 285,
"time": "1775551840"
},
"departure": {
"delay": 285,
"time": "1775551845"
},
"stopId": "FR:50129:ZE:10ARA2:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"delay": 316,
"time": "1775550523"
},
"departure": {
"delay": 316,
"time": "1775550556"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 266,
"time": "1775551673"
},
"departure": {
"delay": 266,
"time": "1775551706"
},
"stopId": "FR:50129:ZE:10BHE2:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 271,
"time": "1775551613"
},
"departure": {
"delay": 271,
"time": "1775551651"
},
"stopId": "FR:50129:ZE:10LON2:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 68,
"time": "1775548890"
},
"departure": {
"delay": 68,
"time": "1775548928"
},
"stopId": "FR:50129:ZE:10JGO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 212,
"time": "1775552101"
},
"departure": {
"delay": 212,
"time": "1775552132"
},
"stopId": "FR:50129:ZE:10ALB2:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"delay": 243,
"time": "1775551546"
},
"departure": {
"delay": 243,
"time": "1775551563"
},
"stopId": "FR:50129:ZE:10ZOL2:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 207,
"time": "1775549610"
},
"departure": {
"delay": 207,
"time": "1775549667"
},
"stopId": "FR:50129:ZE:10BRO2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 300,
"time": "1775550802"
},
"departure": {
"delay": 300,
"time": "1775550840"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 223,
"time": "1775549766"
},
"departure": {
"delay": 223,
"time": "1775549803"
},
"stopId": "FR:50129:ZE:10LUM2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 235,
"time": "1775550082"
},
"departure": {
"delay": 235,
"time": "1775550115"
},
"stopId": "FR:50129:ZE:10THH4:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 190,
"time": "1775549699"
},
"departure": {
"delay": 190,
"time": "1775549710"
},
"stopId": "FR:50129:ZE:10LLM2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 274,
"time": "1775551256"
},
"departure": {
"delay": 274,
"time": "1775551294"
},
"stopId": "FR:50129:ZE:10HOM2:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 219,
"time": "1775549410"
},
"departure": {
"delay": 219,
"time": "1775549439"
},
"stopId": "FR:50129:ZE:10JEA2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 186,
"time": "1775549456"
},
"departure": {
"delay": 186,
"time": "1775549466"
},
"stopId": "FR:50129:ZE:10ZPH2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 253,
"time": "1775551959"
},
"departure": {
"delay": 253,
"time": "1775551993"
},
"stopId": "FR:50129:ZE:10HOU2:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": 210,
"time": "1775549954"
},
"departure": {
"delay": 210,
"time": "1775549970"
},
"stopId": "FR:50129:ZE:10LCP2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 202,
"time": "1775552213"
},
"departure": {
"delay": 202,
"time": "1775552242"
},
"stopId": "FR:50129:ZE:10COF2:ATOUMOD035",
"stopSequence": 47
},
{
"arrival": {
"delay": 62,
"time": "1775549010"
},
"departure": {
"delay": 62,
"time": "1775549042"
},
"stopId": "FR:50129:ZE:10COS2:ATOUMOD035",
"stopSequence": 3
},
{
"departure": {
"delay": 36,
"time": "1775548836"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 97,
"time": "1775549091"
},
"departure": {
"delay": 97,
"time": "1775549137"
},
"stopId": "FR:50129:ZE:10RSX2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 226,
"time": "1775552072"
},
"departure": {
"delay": 226,
"time": "1775552086"
},
"stopId": "FR:50129:ZE:10SFN2:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"delay": 169,
"time": "1775549472"
},
"departure": {
"delay": 169,
"time": "1775549509"
},
"stopId": "FR:50129:ZE:10ART2:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 289,
"time": "1775550734"
},
"departure": {
"delay": 289,
"time": "1775550769"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 33,
"time": "1775549062"
},
"departure": {
"delay": 33,
"time": "1775549073"
},
"stopId": "FR:50129:ZE:10CVE2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 126,
"time": "1775552346"
},
"stopId": "FR:50129:ZE:10MAX1:ATOUMOD035",
"stopSequence": 50
},
{
"arrival": {
"delay": 317,
"time": "1775551721"
},
"departure": {
"delay": 317,
"time": "1775551757"
},
"stopId": "FR:50129:ZE:10CPL2:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"delay": 155,
"time": "1775552299"
},
"departure": {
"delay": 155,
"time": "1775552315"
},
"stopId": "FR:50129:ZE:10EPH1:ATOUMOD035",
"stopSequence": 49
},
{
"arrival": {
"delay": 150,
"time": "1775549231"
},
"departure": {
"delay": 150,
"time": "1775549250"
},
"stopId": "FR:50129:ZE:10MYO2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 291,
"time": "1775550672"
},
"departure": {
"delay": 291,
"time": "1775550711"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 258,
"time": "1775551206"
},
"departure": {
"delay": 258,
"time": "1775551218"
},
"stopId": "FR:50129:ZE:10BEL2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 302,
"time": "1775551887"
},
"departure": {
"delay": 302,
"time": "1775551922"
},
"stopId": "FR:50129:ZE:10BON2:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": 273,
"time": "1775551434"
},
"departure": {
"delay": 273,
"time": "1775551473"
},
"stopId": "FR:50129:ZE:10DUB2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 101,
"time": "1775549162"
},
"departure": {
"delay": 101,
"time": "1775549201"
},
"stopId": "FR:50129:ZE:10MGT2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 247,
"time": "1775551318"
},
"departure": {
"delay": 247,
"time": "1775551327"
},
"stopId": "FR:50129:ZE:10AGO2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 251,
"time": "1775550990"
},
"departure": {
"delay": 251,
"time": "1775551031"
},
"stopId": "FR:50129:ZE:10REP4:ATOUMOD035",
"stopSequence": 27
}
],
"timestamp": "1775560076",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746217x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx17980:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 14160,
"time": "1775562360"
},
"departure": {
"delay": 14160,
"time": "1775562360"
},
"stopId": "FR:76157:ZE:TCARxBELVE1:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 14100,
"time": "1775560560"
},
"departure": {
"delay": 14100,
"time": "1775560560"
},
"stopId": "FR:76216:ZE:TCARxFAUQU0:ATOUMOD001",
"stopSequence": 10
},
{
"departure": {
"delay": 14100,
"time": "1775559900"
},
"stopId": "FR:76474:ZE:TCARxEMOUL1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 14100,
"time": "1775560680"
},
"departure": {
"delay": 14100,
"time": "1775560680"
},
"stopId": "FR:76216:ZE:TCARxJFERR0:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 14100,
"time": "1775562240"
},
"departure": {
"delay": 14100,
"time": "1775562240"
},
"stopId": "FR:76157:ZE:TCARxTOUYE5:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 14160,
"time": "1775561160"
},
"departure": {
"delay": 14160,
"time": "1775561160"
},
"stopId": "FR:76216:ZE:TCARxLACAC0:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 14100,
"time": "1775561640"
},
"departure": {
"delay": 14100,
"time": "1775561640"
},
"stopId": "FR:76540:ZE:TCARxMIN5:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 14160,
"time": "1775562120"
},
"departure": {
"delay": 14160,
"time": "1775562120"
},
"stopId": "FR:76157:ZE:TCARxGORGO1:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 14120,
"time": "1775561960"
},
"departure": {
"delay": 14120,
"time": "1775561960"
},
"stopId": "FR:76157:ZE:TCARxBUCHH1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 14100,
"time": "1775560200"
},
"departure": {
"delay": 14100,
"time": "1775560200"
},
"stopId": "FR:76410:ZE:TCARxARCON2:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 14160,
"time": "1775560260"
},
"departure": {
"delay": 14160,
"time": "1775560260"
},
"stopId": "FR:76410:ZE:TCARxMAROM1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 14100,
"time": "1775560860"
},
"departure": {
"delay": 14100,
"time": "1775560860"
},
"stopId": "FR:76216:ZE:TCARxFRESN1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 14100,
"time": "1775561520"
},
"departure": {
"delay": 14100,
"time": "1775561520"
},
"stopId": "FR:76540:ZE:TCARxRIBOU5:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 14160,
"time": "1775561040"
},
"departure": {
"delay": 14160,
"time": "1775561040"
},
"stopId": "FR:76216:ZE:TCARxSIMEO0:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 14120,
"time": "1775560040"
},
"departure": {
"delay": 14120,
"time": "1775560040"
},
"stopId": "FR:76474:ZE:TCARxEGLIB2:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 14100,
"time": "1775560080"
},
"departure": {
"delay": 14100,
"time": "1775560080"
},
"stopId": "FR:76474:ZE:TCARxMOULI3:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 14160,
"time": "1775561100"
},
"departure": {
"delay": 14160,
"time": "1775561100"
},
"stopId": "FR:76216:ZE:TCARxPEUPL0:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 14100,
"time": "1775562180"
},
"departure": {
"delay": 14100,
"time": "1775562180"
},
"stopId": "FR:76157:ZE:TCARxDOCRO1:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 14100,
"time": "1775562660"
},
"stopId": "FR:76157:ZE:TCARxHOUDE:ATOUMOD001",
"stopSequence": 32
},
{
"arrival": {
"delay": 14100,
"time": "1775561220"
},
"departure": {
"delay": 14100,
"time": "1775561220"
},
"stopId": "FR:76540:ZE:TCARxRBAPE0:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 14160,
"time": "1775560020"
},
"departure": {
"delay": 14160,
"time": "1775560020"
},
"stopId": "FR:76474:ZE:TCARxCIMNB1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 14100,
"time": "1775562000"
},
"departure": {
"delay": 14100,
"time": "1775562000"
},
"stopId": "FR:76157:ZE:TCARxMERAI1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 14160,
"time": "1775562060"
},
"departure": {
"delay": 14160,
"time": "1775562060"
},
"stopId": "FR:76157:ZE:TCARxECURE1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 14100,
"time": "1775561880"
},
"departure": {
"delay": 14100,
"time": "1775561880"
},
"stopId": "FR:76157:ZE:TCARxTJAUR4:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 14160,
"time": "1775559960"
},
"departure": {
"delay": 14160,
"time": "1775559960"
},
"stopId": "FR:76474:ZE:TCARxPREVE1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 14160,
"time": "1775561940"
},
"departure": {
"delay": 14160,
"time": "1775561940"
},
"stopId": "FR:76157:ZE:TCARxPISCC1:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 14160,
"time": "1775562420"
},
"departure": {
"delay": 14160,
"time": "1775562420"
},
"stopId": "FR:76157:ZE:TCARxLEFEB1:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": 14100,
"time": "1775562540"
},
"departure": {
"delay": 14100,
"time": "1775562540"
},
"stopId": "FR:76157:ZE:TCARxIDEFH1:ATOUMOD001",
"stopSequence": 31
},
{
"arrival": {
"delay": 14120,
"time": "1775562140"
},
"departure": {
"delay": 14120,
"time": "1775562140"
},
"stopId": "FR:76157:ZE:TCARxPOMMI1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 14100,
"time": "1775561280"
},
"departure": {
"delay": 14100,
"time": "1775561280"
},
"stopId": "FR:76540:ZE:TCARxBHAVR0:ATOUMOD001",
"stopSequence": 17
}
],
"timestamp": "1775559336",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx35:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx17980:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4230314x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 65,
"time": "1775561765"
},
"departure": {
"delay": 65,
"time": "1775561765"
},
"stopId": "FR:76351:ZE:3611:ATOUMOD003",
"stopSequence": 33
},
{
"arrival": {
"delay": 63,
"time": "1775561403"
},
"departure": {
"delay": 63,
"time": "1775561403"
},
"stopId": "FR:76351:ZE:3708:ATOUMOD003",
"stopSequence": 27
},
{
"arrival": {
"delay": 79,
"time": "1775561719"
},
"departure": {
"delay": 79,
"time": "1775561719"
},
"stopId": "FR:76351:ZE:3228:ATOUMOD003",
"stopSequence": 32
},
{
"arrival": {
"delay": 88,
"time": "1775560768"
},
"departure": {
"delay": 88,
"time": "1775560768"
},
"stopId": "FR:76351:ZE:3240:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 45,
"time": "1775561025"
},
"departure": {
"delay": 45,
"time": "1775561025"
},
"stopId": "FR:76351:ZE:3604:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": 31,
"time": "1775560471"
},
"departure": {
"delay": 31,
"time": "1775560471"
},
"stopId": "FR:76351:ZE:4641:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 90,
"time": "1775561610"
},
"departure": {
"delay": 90,
"time": "1775561610"
},
"stopId": "FR:76351:ZE:3654:ATOUMOD003",
"stopSequence": 30
},
{
"departure": {
"delay": 31,
"time": "1775560051"
},
"stopId": "FR:76351:ZE:3700:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 77,
"time": "1775561897"
},
"departure": {
"delay": 77,
"time": "1775561897"
},
"stopId": "FR:76351:ZE:4080:ATOUMOD003",
"stopSequence": 37
},
{
"arrival": {
"delay": 88,
"time": "1775560588"
},
"departure": {
"delay": 88,
"time": "1775560588"
},
"stopId": "FR:76351:ZE:3027:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": 31,
"time": "1775561851"
},
"departure": {
"delay": 31,
"time": "1775561851"
},
"stopId": "FR:76351:ZE:3257:ATOUMOD003",
"stopSequence": 35
},
{
"arrival": {
"delay": 39,
"time": "1775561799"
},
"departure": {
"delay": 39,
"time": "1775561799"
},
"stopId": "FR:76351:ZE:4883:ATOUMOD003",
"stopSequence": 34
},
{
"arrival": {
"delay": 34,
"time": "1775561254"
},
"departure": {
"delay": 34,
"time": "1775561254"
},
"stopId": "FR:76351:ZE:3567:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": 31,
"time": "1775560831"
},
"departure": {
"delay": 31,
"time": "1775560831"
},
"stopId": "FR:76351:ZE:3191:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": 77,
"time": "1775561477"
},
"departure": {
"delay": 77,
"time": "1775561477"
},
"stopId": "FR:76351:ZE:3710:ATOUMOD003",
"stopSequence": 28
},
{
"arrival": {
"delay": 45,
"time": "1775560185"
},
"departure": {
"delay": 45,
"time": "1775560185"
},
"stopId": "FR:76351:ZE:3794:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": 31,
"time": "1775561671"
},
"departure": {
"delay": 31,
"time": "1775561671"
},
"stopId": "FR:76351:ZE:3101:ATOUMOD003",
"stopSequence": 31
},
{
"arrival": {
"delay": 74,
"time": "1775561114"
},
"departure": {
"delay": 74,
"time": "1775561114"
},
"stopId": "FR:76351:ZE:3653:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": 57,
"time": "1775561217"
},
"departure": {
"delay": 57,
"time": "1775561217"
},
"stopId": "FR:76351:ZE:3375:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": 31,
"time": "1775561311"
},
"departure": {
"delay": 31,
"time": "1775561311"
},
"stopId": "FR:76351:ZE:3729:ATOUMOD003",
"stopSequence": 25
},
{
"arrival": {
"delay": 45,
"time": "1775560425"
},
"departure": {
"delay": 45,
"time": "1775560425"
},
"stopId": "FR:76351:ZE:3645:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": 37,
"time": "1775560537"
},
"departure": {
"delay": 37,
"time": "1775560537"
},
"stopId": "FR:76351:ZE:4520:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": 72,
"time": "1775561352"
},
"departure": {
"delay": 72,
"time": "1775561352"
},
"stopId": "FR:76351:ZE:4874:ATOUMOD003",
"stopSequence": 26
},
{
"arrival": {
"delay": 89,
"time": "1775560349"
},
"departure": {
"delay": 89,
"time": "1775560349"
},
"stopId": "FR:76351:ZE:3500:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 31,
"time": "1775561971"
},
"stopId": "FR:76351:ZE:3212:ATOUMOD003",
"stopSequence": 39
},
{
"arrival": {
"delay": 56,
"time": "1775561876"
},
"departure": {
"delay": 56,
"time": "1775561876"
},
"stopId": "FR:76351:ZE:3043:ATOUMOD003",
"stopSequence": 36
},
{
"arrival": {
"delay": 31,
"time": "1775561551"
},
"departure": {
"delay": 31,
"time": "1775561551"
},
"stopId": "FR:76351:ZE:3384:ATOUMOD003",
"stopSequence": 29
},
{
"arrival": {
"delay": 89,
"time": "1775560889"
},
"departure": {
"delay": 89,
"time": "1775560889"
},
"stopId": "FR:76351:ZE:3061:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": 63,
"time": "1775561943"
},
"departure": {
"delay": 63,
"time": "1775561943"
},
"stopId": "FR:76351:ZE:3704:ATOUMOD003",
"stopSequence": 38
}
],
"timestamp": "1775560060",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:C5:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4230314x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD104:ServiceJourney:a44b15932db2dd37d94e899e958c9365:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 54,
"time": "1775560974"
},
"stopId": "FR:61169:ZE:2335:ATOUMOD104",
"stopSequence": 23
},
{
"arrival": {
"delay": 54,
"time": "1775560494"
},
"departure": {
"delay": 54,
"time": "1775560494"
},
"stopId": "FR:61169:ZE:2295:ATOUMOD104",
"stopSequence": 16
},
{
"arrival": {
"delay": 54,
"time": "1775560734"
},
"departure": {
"delay": 54,
"time": "1775560734"
},
"stopId": "FR:61169:ZE:2323:ATOUMOD104",
"stopSequence": 19
},
{
"arrival": {
"delay": 54,
"time": "1775560134"
},
"departure": {
"delay": 54,
"time": "1775560134"
},
"stopId": "FR:61169:ZE:2321:ATOUMOD104",
"stopSequence": 11
},
{
"arrival": {
"delay": 54,
"time": "1775560434"
},
"departure": {
"delay": 54,
"time": "1775560434"
},
"stopId": "FR:61169:ZE:2278:ATOUMOD104",
"stopSequence": 15
},
{
"arrival": {
"delay": 85,
"time": "1775559539"
},
"departure": {
"delay": 85,
"time": "1775559565"
},
"stopId": "FR:61169:ZE:2288:ATOUMOD104",
"stopSequence": 2
},
{
"arrival": {
"delay": 85,
"time": "1775559975"
},
"departure": {
"delay": 85,
"time": "1775559985"
},
"stopId": "FR:61169:ZE:2319:ATOUMOD104",
"stopSequence": 9
},
{
"arrival": {
"delay": 129,
"time": "1775559699"
},
"departure": {
"delay": 129,
"time": "1775559729"
},
"stopId": "FR:61169:ZE:2331:ATOUMOD104",
"stopSequence": 5
},
{
"arrival": {
"delay": 54,
"time": "1775560374"
},
"departure": {
"delay": 54,
"time": "1775560374"
},
"stopId": "FR:61169:ZE:2285:ATOUMOD104",
"stopSequence": 14
},
{
"arrival": {
"delay": 54,
"time": "1775560854"
},
"departure": {
"delay": 54,
"time": "1775560854"
},
"stopId": "FR:61169:ZE:2325:ATOUMOD104",
"stopSequence": 21
},
{
"arrival": {
"delay": 54,
"time": "1775560914"
},
"departure": {
"delay": 54,
"time": "1775560914"
},
"stopId": "FR:61169:ZE:2306:ATOUMOD104",
"stopSequence": 22
},
{
"arrival": {
"delay": 94,
"time": "1775559802"
},
"departure": {
"delay": 94,
"time": "1775559814"
},
"stopId": "FR:61169:ZE:2266:ATOUMOD104",
"stopSequence": 7
},
{
"arrival": {
"delay": 54,
"time": "1775560554"
},
"departure": {
"delay": 54,
"time": "1775560554"
},
"stopId": "FR:61169:ZE:2274:ATOUMOD104",
"stopSequence": 17
},
{
"arrival": {
"delay": 54,
"time": "1775560003"
},
"departure": {
"delay": 54,
"time": "1775560014"
},
"stopId": "FR:61169:ZE:2260:ATOUMOD104",
"stopSequence": 10
},
{
"arrival": {
"delay": 83,
"time": "1775559593"
},
"departure": {
"delay": 83,
"time": "1775559623"
},
"stopId": "FR:61169:ZE:2282:ATOUMOD104",
"stopSequence": 3
},
{
"arrival": {
"delay": 93,
"time": "1775559886"
},
"departure": {
"delay": 93,
"time": "1775559933"
},
"stopId": "FR:61169:ZE:2290:ATOUMOD104",
"stopSequence": 8
},
{
"arrival": {
"delay": 54,
"time": "1775560194"
},
"departure": {
"delay": 54,
"time": "1775560194"
},
"stopId": "FR:61169:ZE:2280:ATOUMOD104",
"stopSequence": 12
},
{
"arrival": {
"delay": 122,
"time": "1775559766"
},
"departure": {
"delay": 122,
"time": "1775559782"
},
"stopId": "FR:61169:ZE:2310:ATOUMOD104",
"stopSequence": 6
},
{
"departure": {
"delay": 90,
"time": "1775559510"
},
"stopId": "FR:61169:ZE:2276:ATOUMOD104",
"stopSequence": 1
},
{
"arrival": {
"delay": 54,
"time": "1775560794"
},
"departure": {
"delay": 54,
"time": "1775560794"
},
"stopId": "FR:61169:ZE:2300:ATOUMOD104",
"stopSequence": 20
},
{
"arrival": {
"delay": 54,
"time": "1775560674"
},
"departure": {
"delay": 54,
"time": "1775560674"
},
"stopId": "FR:61169:ZE:2308:ATOUMOD104",
"stopSequence": 18
},
{
"arrival": {
"delay": 54,
"time": "1775560254"
},
"departure": {
"delay": 54,
"time": "1775560254"
},
"stopId": "FR:61169:ZE:2316:ATOUMOD104",
"stopSequence": 13
},
{
"arrival": {
"delay": 83,
"time": "1775559667"
},
"departure": {
"delay": 83,
"time": "1775559683"
},
"stopId": "FR:61169:ZE:2272:ATOUMOD104",
"stopSequence": 4
}
],
"timestamp": "1775560141",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD104:Line:250:LOC",
"tripId": "ATOUMOD104:ServiceJourney:a44b15932db2dd37d94e899e958c9365:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745727x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 56,
"time": "1775551480"
},
"departure": {
"delay": 56,
"time": "1775551496"
},
"stopId": "FR:50129:ZE:10TRA3:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 95,
"time": "1775551639"
},
"departure": {
"delay": 95,
"time": "1775551655"
},
"stopId": "FR:50129:ZE:10ANN2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 134,
"time": "1775549741"
},
"departure": {
"delay": 134,
"time": "1775549774"
},
"stopId": "FR:50129:ZE:10FLO2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 52,
"time": "1775550015"
},
"departure": {
"delay": 52,
"time": "1775550052"
},
"stopId": "FR:50129:ZE:10MED4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": -42,
"time": "1775552225"
},
"departure": {
"delay": -42,
"time": "1775552238"
},
"stopId": "FR:50129:ZE:10HET2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": -75,
"time": "1775552312"
},
"departure": {
"delay": -75,
"time": "1775552325"
},
"stopId": "FR:50129:ZE:10MES2:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 34,
"time": "1775551860"
},
"departure": {
"delay": 34,
"time": "1775551894"
},
"stopId": "FR:50129:ZE:10PET2:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 72,
"time": "1775551737"
},
"departure": {
"delay": 72,
"time": "1775551752"
},
"stopId": "FR:50129:ZE:10CAQ2:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 136,
"time": "1775549857"
},
"departure": {
"delay": 136,
"time": "1775549896"
},
"stopId": "FR:50129:ZE:10LPL2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": -51,
"time": "1775552275"
},
"departure": {
"delay": -51,
"time": "1775552289"
},
"stopId": "FR:50129:ZE:10MOR2:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 42,
"time": "1775550189"
},
"departure": {
"delay": 42,
"time": "1775550222"
},
"stopId": "FR:50129:ZE:10GRR2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 74,
"time": "1775550108"
},
"departure": {
"delay": 74,
"time": "1775550134"
},
"stopId": "FR:50129:ZE:10BAG4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": -16,
"time": "1775552125"
},
"departure": {
"delay": -16,
"time": "1775552144"
},
"stopId": "FR:50129:ZE:10PAU2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 43,
"time": "1775551388"
},
"departure": {
"delay": 43,
"time": "1775551423"
},
"stopId": "FR:50129:ZE:10REP4:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 97,
"time": "1775549910"
},
"departure": {
"delay": 97,
"time": "1775549917"
},
"stopId": "FR:50129:ZE:10GDR2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": -15,
"time": "1775551952"
},
"departure": {
"delay": -15,
"time": "1775551965"
},
"stopId": "FR:50129:ZE:10DIX2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 29,
"time": "1775550259"
},
"departure": {
"delay": 29,
"time": "1775550269"
},
"stopId": "FR:50129:ZE:10XCT4:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 5,
"time": "1775552017"
},
"departure": {
"delay": 5,
"time": "1775552045"
},
"stopId": "FR:50129:ZE:10EPC2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 47,
"time": "1775551048"
},
"departure": {
"delay": 47,
"time": "1775551067"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 28,
"time": "1775551809"
},
"departure": {
"delay": 28,
"time": "1775551828"
},
"stopId": "FR:50129:ZE:10HME2:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": -15,
"time": "1775552067"
},
"departure": {
"delay": -15,
"time": "1775552085"
},
"stopId": "FR:50129:ZE:10EPH1:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 44,
"time": "1775550614"
},
"departure": {
"delay": 44,
"time": "1775550644"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": -21,
"time": "1775552178"
},
"departure": {
"delay": -21,
"time": "1775552199"
},
"stopId": "FR:50129:ZE:10TLL2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 41,
"time": "1775551526"
},
"departure": {
"delay": 41,
"time": "1775551541"
},
"stopId": "FR:50129:ZE:10PAX2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": -1,
"time": "1775550318"
},
"departure": {
"delay": -1,
"time": "1775550359"
},
"stopId": "FR:50129:ZE:10HPA4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 114,
"time": "1775551171"
},
"departure": {
"delay": 114,
"time": "1775551254"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": -96,
"time": "1775552364"
},
"stopId": "FR:50129:ZE:10AMF1:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 89,
"time": "1775549936"
},
"departure": {
"delay": 89,
"time": "1775549969"
},
"stopId": "FR:50129:ZE:10NOR6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 30,
"time": "1775550960"
},
"departure": {
"delay": 30,
"time": "1775550990"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 33,
"time": "1775550837"
},
"departure": {
"delay": 33,
"time": "1775550873"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 81,
"time": "1775551305"
},
"departure": {
"delay": 81,
"time": "1775551341"
},
"stopId": "FR:50129:ZE:10HDI4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 7,
"time": "1775550455"
},
"departure": {
"delay": 7,
"time": "1775550487"
},
"stopId": "FR:50129:ZE:10CRN2:ATOUMOD035",
"stopSequence": 12
},
{
"departure": {
"delay": 107,
"time": "1775549687"
},
"stopId": "FR:50129:ZE:10ECT1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 83,
"time": "1775551561"
},
"departure": {
"delay": 83,
"time": "1775551583"
},
"stopId": "FR:50129:ZE:10CMI2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 3,
"time": "1775550734"
},
"departure": {
"delay": 3,
"time": "1775550783"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 53,
"time": "1775551087"
},
"departure": {
"delay": 53,
"time": "1775551133"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 18
}
],
"timestamp": "1775560077",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:02:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745727x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745144x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 136,
"time": "1775553851"
},
"departure": {
"delay": 136,
"time": "1775553916"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 41,
"time": "1775554556"
},
"departure": {
"delay": 41,
"time": "1775554601"
},
"stopId": "FR:50129:ZE:10PFO1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 90,
"time": "1775555166"
},
"departure": {
"delay": 90,
"time": "1775555190"
},
"stopId": "FR:50129:ZE:10EGL1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 133,
"time": "1775554070"
},
"departure": {
"delay": 133,
"time": "1775554093"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 72,
"time": "1775554480"
},
"departure": {
"delay": 72,
"time": "1775554512"
},
"stopId": "FR:50129:ZE:10FOR3:ATOUMOD035",
"stopSequence": 9
},
{
"departure": {
"delay": 203,
"time": "1775553803"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 2,
"time": "1775555342"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 129,
"time": "1775554174"
},
"departure": {
"delay": 129,
"time": "1775554209"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 67,
"time": "1775554947"
},
"departure": {
"delay": 67,
"time": "1775554987"
},
"stopId": "FR:50129:ZE:10ANJ5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 112,
"time": "1775554400"
},
"departure": {
"delay": 112,
"time": "1775554432"
},
"stopId": "FR:50129:ZE:10CRC3:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 101,
"time": "1775555104"
},
"departure": {
"delay": 101,
"time": "1775555141"
},
"stopId": "FR:50129:ZE:10OLY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 150,
"time": "1775554244"
},
"departure": {
"delay": 150,
"time": "1775554290"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 143,
"time": "1775553959"
},
"departure": {
"delay": 143,
"time": "1775553983"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 54,
"time": "1775554881"
},
"departure": {
"delay": 54,
"time": "1775554914"
},
"stopId": "FR:50129:ZE:10BQR1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 102,
"time": "1775555017"
},
"departure": {
"delay": 102,
"time": "1775555082"
},
"stopId": "FR:50129:ZE:10PRV1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 68,
"time": "1775554717"
},
"departure": {
"delay": 68,
"time": "1775554808"
},
"stopId": "FR:50129:ZE:10BRA3:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 86,
"time": "1775555213"
},
"departure": {
"delay": 86,
"time": "1775555246"
},
"stopId": "FR:50129:ZE:10AMO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 135,
"time": "1775554140"
},
"departure": {
"delay": 135,
"time": "1775554155"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 8,
"time": "1775554653"
},
"departure": {
"delay": 8,
"time": "1775554688"
},
"stopId": "FR:50129:ZE:10RTU1:ATOUMOD035",
"stopSequence": 11
}
],
"timestamp": "1775560076",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1B:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745144x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3747840x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -37,
"time": "1775541577"
},
"departure": {
"delay": -37,
"time": "1775541623"
},
"stopId": "FR:50129:ZE:10HDV1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": -39,
"time": "1775540077"
},
"departure": {
"delay": -39,
"time": "1775540121"
},
"stopId": "FR:50129:ZE:10LOG2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 22,
"time": "1775540625"
},
"departure": {
"delay": 22,
"time": "1775540662"
},
"stopId": "FR:50129:ZE:10SEX2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 36,
"time": "1775540742"
},
"departure": {
"delay": 36,
"time": "1775540796"
},
"stopId": "FR:50129:ZE:10BSJ2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 43,
"time": "1775540289"
},
"departure": {
"delay": 43,
"time": "1775540323"
},
"stopId": "FR:50129:ZE:10DEB2:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 66,
"time": "1775541095"
},
"departure": {
"delay": 66,
"time": "1775541126"
},
"stopId": "FR:50129:ZE:10BOS2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 18,
"time": "1775541155"
},
"departure": {
"delay": 18,
"time": "1775541198"
},
"stopId": "FR:50129:ZE:10JAR2:ATOUMOD035",
"stopSequence": 19
},
{
"departure": {
"delay": 2,
"time": "1775539802"
},
"stopId": "FR:50129:ZE:10MXR2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": -20,
"time": "1775539852"
},
"departure": {
"delay": -20,
"time": "1775539900"
},
"stopId": "FR:50129:ZE:10CEN2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 19,
"time": "1775540196"
},
"departure": {
"delay": 19,
"time": "1775540239"
},
"stopId": "FR:50129:ZE:10CUR2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 68,
"time": "1775541034"
},
"departure": {
"delay": 68,
"time": "1775541068"
},
"stopId": "FR:50129:ZE:10ODR2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": -117,
"time": "1775541783"
},
"stopId": "FR:50129:ZE:10SHU2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": -41,
"time": "1775541259"
},
"departure": {
"delay": -41,
"time": "1775541259"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 28,
"time": "1775540683"
},
"departure": {
"delay": 28,
"time": "1775540728"
},
"stopId": "FR:50129:ZE:10MTT2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": -25,
"time": "1775540003"
},
"departure": {
"delay": -25,
"time": "1775540015"
},
"stopId": "FR:50129:ZE:10GNT2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": -3,
"time": "1775541670"
},
"departure": {
"delay": -3,
"time": "1775541717"
},
"stopId": "FR:50129:ZE:10PLx1:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 48,
"time": "1775540430"
},
"departure": {
"delay": 48,
"time": "1775540448"
},
"stopId": "FR:50129:ZE:10CSM2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 102,
"time": "1775540821"
},
"departure": {
"delay": 102,
"time": "1775540862"
},
"stopId": "FR:50129:ZE:10RUC2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 11,
"time": "1775540156"
},
"departure": {
"delay": 11,
"time": "1775540171"
},
"stopId": "FR:50129:ZE:10REN2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": -40,
"time": "1775541455"
},
"departure": {
"delay": -40,
"time": "1775541500"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": -18,
"time": "1775541359"
},
"departure": {
"delay": -18,
"time": "1775541402"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 10,
"time": "1775539982"
},
"departure": {
"delay": 10,
"time": "1775539990"
},
"stopId": "FR:50129:ZE:10BOC2:ATOUMOD035",
"stopSequence": 3
}
],
"timestamp": "1775560082",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:04:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3747840x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx1374:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 149,
"time": "1775560289"
},
"departure": {
"delay": 149,
"time": "1775560289"
},
"stopId": "FR:76157:ZE:TCARxTDUMA2:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 154,
"time": "1775559934"
},
"departure": {
"delay": 154,
"time": "1775559934"
},
"stopId": "FR:76540:ZE:TCARxMIN2T:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 193,
"time": "1775559409"
},
"departure": {
"delay": 193,
"time": "1775559433"
},
"stopId": "FR:76540:ZE:TCARxBELGE2:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": -15,
"time": "1775558085"
},
"departure": {
"delay": -15,
"time": "1775558085"
},
"stopId": "FR:76212:ZE:TCARxCANAD2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 104,
"time": "1775559265"
},
"departure": {
"delay": 104,
"time": "1775559284"
},
"stopId": "FR:76540:ZE:TCARxTARTT2:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 139,
"time": "1775560819"
},
"stopId": "FR:76157:ZE:TCARxTMONET:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 109,
"time": "1775559109"
},
"departure": {
"delay": 109,
"time": "1775559109"
},
"stopId": "FR:76540:ZE:TCARxREPUB2:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 154,
"time": "1775560534"
},
"departure": {
"delay": 154,
"time": "1775560534"
},
"stopId": "FR:76157:ZE:TCARxTPISS2:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 51,
"time": "1775558211"
},
"departure": {
"delay": 51,
"time": "1775558211"
},
"stopId": "FR:76212:ZE:TCARxDMAIR2:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 139,
"time": "1775560219"
},
"departure": {
"delay": 139,
"time": "1775560219"
},
"stopId": "FR:76157:ZE:TCARxTOUYE2:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 139,
"time": "1775560459"
},
"departure": {
"delay": 139,
"time": "1775560459"
},
"stopId": "FR:76157:ZE:TCARxTJAUR2:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 75,
"time": "1775558535"
},
"departure": {
"delay": 75,
"time": "1775558535"
},
"stopId": "FR:76540:ZE:TCARxJEUNE2:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 75,
"time": "1775558689"
},
"departure": {
"delay": 75,
"time": "1775558715"
},
"stopId": "FR:76540:ZE:TCARxHILAI2:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 107,
"time": "1775559698"
},
"departure": {
"delay": 107,
"time": "1775559767"
},
"stopId": "FR:76540:ZE:TCARxRIBOU2:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 100,
"time": "1775558440"
},
"departure": {
"delay": 100,
"time": "1775558440"
},
"stopId": "FR:76540:ZE:TCARxDRIVI2:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 139,
"time": "1775560639"
},
"departure": {
"delay": 139,
"time": "1775560639"
},
"stopId": "FR:76157:ZE:TCARxTBIZET:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 173,
"time": "1775558933"
},
"departure": {
"delay": 173,
"time": "1775558933"
},
"stopId": "FR:76540:ZE:TCARxMARTT2:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 149,
"time": "1775559196"
},
"departure": {
"delay": 149,
"time": "1775559209"
},
"stopId": "FR:76540:ZE:TCARxCATHE2:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 129,
"time": "1775559009"
},
"departure": {
"delay": 129,
"time": "1775559009"
},
"stopId": "FR:76540:ZE:TCARxPMARC2:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 200,
"time": "1775558818"
},
"departure": {
"delay": 200,
"time": "1775558840"
},
"stopId": "FR:76540:ZE:TCARxCHRUT2:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 140,
"time": "1775560400"
},
"departure": {
"delay": 140,
"time": "1775560400"
},
"stopId": "FR:76157:ZE:TCARxTPROV2:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 130,
"time": "1775560030"
},
"departure": {
"delay": 130,
"time": "1775560030"
},
"stopId": "FR:76157:ZE:TCARxCORNI2:ATOUMOD001",
"stopSequence": 19
},
{
"departure": {
"time": "1775557980"
},
"stopId": "FR:76212:ZE:TCARxDUREC:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 151,
"time": "1775559511"
},
"departure": {
"delay": 151,
"time": "1775559511"
},
"stopId": "FR:76540:ZE:TCARxPASPA2:ATOUMOD001",
"stopSequence": 15
}
],
"timestamp": "1775557817",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx93:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx1374:LOC"
}
}
},
{
"id": "SM:ATOUMOD008:ServiceJourney:9895x0:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 180,
"time": "1775560800"
},
"departure": {
"delay": 180,
"time": "1775560800"
},
"stopId": "FR:76259:ZE:FECSLEG2:ATOUMOD008",
"stopSequence": 15
},
{
"arrival": {
"delay": 65,
"time": "1775560020"
},
"departure": {
"delay": 65,
"time": "1775560025"
},
"stopId": "FR:76259:ZE:FECSMAG1:ATOUMOD008",
"stopSequence": 4
},
{
"arrival": {
"delay": 180,
"time": "1775560920"
},
"departure": {
"delay": 180,
"time": "1775560920"
},
"stopId": "FR:76259:ZE:PARCLOI2:ATOUMOD008",
"stopSequence": 17
},
{
"departure": {
"delay": 60,
"time": "1775559840"
},
"stopId": "FR:76259:ZE:FECSNIC1:ATOUMOD008",
"stopSequence": 1
},
{
"arrival": {
"delay": 180,
"time": "1775560860"
},
"departure": {
"delay": 180,
"time": "1775560860"
},
"stopId": "FR:76259:ZE:FECTASS2:ATOUMOD008",
"stopSequence": 16
},
{
"arrival": {
"delay": 180,
"time": "1775560680"
},
"departure": {
"delay": 180,
"time": "1775560680"
},
"stopId": "FR:76259:ZE:FECHVIL2:ATOUMOD008",
"stopSequence": 14
},
{
"arrival": {
"delay": 60,
"time": "1775560380"
},
"departure": {
"delay": 60,
"time": "1775560380"
},
"stopId": "FR:76259:ZE:FECSETI1:ATOUMOD008",
"stopSequence": 11
},
{
"arrival": {
"delay": 65,
"time": "1775559900"
},
"departure": {
"delay": 65,
"time": "1775559905"
},
"stopId": "FR:76259:ZE:FECFOUR1:ATOUMOD008",
"stopSequence": 2
},
{
"arrival": {
"delay": 65,
"time": "1775559960"
},
"departure": {
"delay": 65,
"time": "1775559965"
},
"stopId": "FR:76259:ZE:FECSENE1:ATOUMOD008",
"stopSequence": 3
},
{
"arrival": {
"delay": 60,
"time": "1775560260"
},
"departure": {
"delay": 60,
"time": "1775560260"
},
"stopId": "FR:76259:ZE:FECOTOU2:ATOUMOD008",
"stopSequence": 10
},
{
"arrival": {
"delay": 60,
"time": "1775560440"
},
"departure": {
"delay": 60,
"time": "1775560440"
},
"stopId": "FR:76259:ZE:FECGARE2:ATOUMOD008",
"stopSequence": 12
},
{
"arrival": {
"delay": 180,
"time": "1775560980"
},
"stopId": "FR:76259:ZE:FECHOPI1:ATOUMOD008",
"stopSequence": 18
},
{
"arrival": {
"delay": 60,
"time": "1775560200"
},
"departure": {
"delay": 60,
"time": "1775560200"
},
"stopId": "FR:76259:ZE:FECJLOR1:ATOUMOD008",
"stopSequence": 6
},
{
"arrival": {
"delay": 60,
"time": "1775560080"
},
"departure": {
"delay": 60,
"time": "1775560080"
},
"stopId": "FR:76259:ZE:FECSMOR1:ATOUMOD008",
"stopSequence": 5
},
{
"arrival": {
"delay": 60,
"time": "1775560500"
},
"departure": {
"delay": 60,
"time": "1775560500"
},
"stopId": "FR:76259:ZE:FECBREP2:ATOUMOD008",
"stopSequence": 13
}
],
"timestamp": "1775560081",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD008:Line:L3:LOC",
"tripId": "ATOUMOD008:ServiceJourney:9895x0:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx4626:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 33,
"time": "1775558011"
},
"departure": {
"delay": 33,
"time": "1775558013"
},
"stopId": "FR:76575:ZE:TCARxBASTI1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 192,
"time": "1775559394"
},
"departure": {
"delay": 192,
"time": "1775559432"
},
"stopId": "FR:76540:ZE:TCARxJOFFR1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 72,
"time": "1775558286"
},
"departure": {
"delay": 72,
"time": "1775558292"
},
"stopId": "FR:76575:ZE:TCARxCOURS1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 72,
"time": "1775558091"
},
"departure": {
"delay": 72,
"time": "1775558112"
},
"stopId": "FR:76575:ZE:TCARxPARC1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 132,
"time": "1775558589"
},
"departure": {
"delay": 132,
"time": "1775558592"
},
"stopId": "FR:76681:ZE:TCARxJUILL1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 192,
"time": "1775559594"
},
"departure": {
"delay": 192,
"time": "1775559612"
},
"stopId": "FR:76540:ZE:TCARxJUSTI1:ATOUMOD001",
"stopSequence": 28
},
{
"departure": {
"delay": 30,
"time": "1775557950"
},
"stopId": "FR:76575:ZE:TCARxUNIV21:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 134,
"time": "1775559511"
},
"departure": {
"delay": 134,
"time": "1775559554"
},
"stopId": "FR:76540:ZE:TCARxTARTS1:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 82,
"time": "1775559862"
},
"stopId": "FR:76540:ZE:TCARxBBOU:ATOUMOD001",
"stopSequence": 31
},
{
"arrival": {
"delay": 32,
"time": "1775558183"
},
"departure": {
"delay": 32,
"time": "1775558192"
},
"stopId": "FR:76575:ZE:TCARxRENAN1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 112,
"time": "1775558368"
},
"departure": {
"delay": 112,
"time": "1775558392"
},
"stopId": "FR:76681:ZE:TCARxFAMIL1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 32,
"time": "1775558700"
},
"departure": {
"delay": 32,
"time": "1775558732"
},
"stopId": "FR:76681:ZE:TCARxSOTTE1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 152,
"time": "1775558462"
},
"departure": {
"delay": 152,
"time": "1775558492"
},
"stopId": "FR:76681:ZE:TCARxJEZAY1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 92,
"time": "1775558904"
},
"departure": {
"delay": 92,
"time": "1775558912"
},
"stopId": "FR:76681:ZE:TCARxVOLTA1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 122,
"time": "1775559782"
},
"departure": {
"delay": 122,
"time": "1775559782"
},
"stopId": "FR:76540:ZE:TCARxBEAUV1:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": 152,
"time": "1775559003"
},
"departure": {
"delay": 152,
"time": "1775559032"
},
"stopId": "FR:76540:ZE:TCARxBALZA1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 232,
"time": "1775559679"
},
"departure": {
"delay": 232,
"time": "1775559712"
},
"stopId": "FR:76540:ZE:TCARxGAREV1:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 72,
"time": "1775558822"
},
"departure": {
"delay": 72,
"time": "1775558832"
},
"stopId": "FR:76681:ZE:TCARxGARIB1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 272,
"time": "1775559181"
},
"departure": {
"delay": 272,
"time": "1775559212"
},
"stopId": "FR:76540:ZE:TCARxEUROP1:ATOUMOD001",
"stopSequence": 13
}
],
"timestamp": "1775557797",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx90:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx4626:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4230396x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 60,
"time": "1775559960"
},
"stopId": "FR:76351:ZE:3543:ATOUMOD003",
"stopSequence": 31
},
{
"departure": {
"delay": 1,
"time": "1775559481"
},
"stopId": "FR:76351:ZE:3276:ATOUMOD003",
"stopSequence": 28
},
{
"departure": {
"delay": 52,
"time": "1775559352"
},
"stopId": "FR:76351:ZE:3646:ATOUMOD003",
"stopSequence": 26
},
{
"arrival": {
"delay": 83,
"time": "1775560163"
},
"departure": {
"delay": 83,
"time": "1775560163"
},
"stopId": "FR:76351:ZE:3685:ATOUMOD003",
"stopSequence": 35
},
{
"departure": {
"delay": 57,
"time": "1775559417"
},
"stopId": "FR:76351:ZE:3501:ATOUMOD003",
"stopSequence": 27
},
{
"departure": {
"delay": 48,
"time": "1775559288"
},
"stopId": "FR:76351:ZE:4643:ATOUMOD003",
"stopSequence": 25
},
{
"arrival": {
"delay": 89,
"time": "1775560109"
},
"departure": {
"delay": 89,
"time": "1775560109"
},
"stopId": "FR:76351:ZE:3007:ATOUMOD003",
"stopSequence": 33
},
{
"arrival": {
"delay": 86,
"time": "1775560406"
},
"departure": {
"delay": 86,
"time": "1775560406"
},
"stopId": "FR:76351:ZE:4523:ATOUMOD003",
"stopSequence": 38
},
{
"departure": {
"delay": 39,
"time": "1775559639"
},
"stopId": "FR:76351:ZE:5183:ATOUMOD003",
"stopSequence": 29
},
{
"arrival": {
"delay": 39,
"time": "1775559879"
},
"departure": {
"delay": 39,
"time": "1775559879"
},
"stopId": "FR:76351:ZE:3200:ATOUMOD003",
"stopSequence": 30
},
{
"arrival": {
"delay": 42,
"time": "1775560662"
},
"stopId": "FR:76341:ZE:3691:ATOUMOD003",
"stopSequence": 39
},
{
"arrival": {
"delay": 91,
"time": "1775560351"
},
"departure": {
"delay": 91,
"time": "1775560351"
},
"stopId": "FR:76351:ZE:4115:ATOUMOD003",
"stopSequence": 37
},
{
"arrival": {
"delay": 42,
"time": "1775560302"
},
"departure": {
"delay": 42,
"time": "1775560302"
},
"stopId": "FR:76351:ZE:3447:ATOUMOD003",
"stopSequence": 36
},
{
"arrival": {
"delay": 60,
"time": "1775560140"
},
"departure": {
"delay": 60,
"time": "1775560140"
},
"stopId": "FR:76351:ZE:3019:ATOUMOD003",
"stopSequence": 34
},
{
"arrival": {
"delay": 42,
"time": "1775560062"
},
"departure": {
"delay": 42,
"time": "1775560062"
},
"stopId": "FR:76351:ZE:3770:ATOUMOD003",
"stopSequence": 32
}
],
"timestamp": "1775560060",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C5:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4230396x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3747523x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -12,
"time": "1775546299"
},
"departure": {
"delay": -12,
"time": "1775546328"
},
"stopId": "FR:50129:ZE:10GMA3:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": -114,
"time": "1775547461"
},
"departure": {
"delay": -114,
"time": "1775547486"
},
"stopId": "FR:50129:ZE:10IUT1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 20,
"time": "1775546962"
},
"departure": {
"delay": 20,
"time": "1775547020"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 47,
"time": "1775546071"
},
"departure": {
"delay": 47,
"time": "1775546087"
},
"stopId": "FR:50129:ZE:10CLO2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": -131,
"time": "1775547581"
},
"departure": {
"delay": -131,
"time": "1775547589"
},
"stopId": "FR:50129:ZE:10PFO3:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 36,
"time": "1775545873"
},
"departure": {
"delay": 36,
"time": "1775545896"
},
"stopId": "FR:50129:ZE:10COD2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 11,
"time": "1775546221"
},
"departure": {
"delay": 11,
"time": "1775546231"
},
"stopId": "FR:50129:ZE:10MLL4:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 41,
"time": "1775545946"
},
"departure": {
"delay": 41,
"time": "1775545961"
},
"stopId": "FR:50129:ZE:10EUR2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": -93,
"time": "1775547352"
},
"departure": {
"delay": -93,
"time": "1775547387"
},
"stopId": "FR:50129:ZE:10AIG1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": -43,
"time": "1775546805"
},
"departure": {
"delay": -43,
"time": "1775546837"
},
"stopId": "FR:50129:ZE:10CRN2:ATOUMOD035",
"stopSequence": 14
},
{
"departure": {
"delay": 10,
"time": "1775545630"
},
"stopId": "FR:50129:ZE:10PIS1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 31,
"time": "1775547112"
},
"departure": {
"delay": 31,
"time": "1775547151"
},
"stopId": "FR:50129:ZE:10MEN3:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 59,
"time": "1775546139"
},
"departure": {
"delay": 59,
"time": "1775546159"
},
"stopId": "FR:50129:ZE:10LMW1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": -93,
"time": "1775547649"
},
"departure": {
"delay": -93,
"time": "1775547687"
},
"stopId": "FR:50129:ZE:10VDT1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 14,
"time": "1775546727"
},
"departure": {
"delay": 14,
"time": "1775546774"
},
"stopId": "FR:50129:ZE:10PLA4:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 36,
"time": "1775545821"
},
"departure": {
"delay": 36,
"time": "1775545836"
},
"stopId": "FR:50129:ZE:10LMQ2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": -116,
"time": "1775547724"
},
"stopId": "FR:50129:ZE:10ZFO1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 36,
"time": "1775545985"
},
"departure": {
"delay": 36,
"time": "1775546016"
},
"stopId": "FR:50129:ZE:10ILO2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": -101,
"time": "1775547424"
},
"departure": {
"delay": -101,
"time": "1775547439"
},
"stopId": "FR:50129:ZE:10UNI1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": -37,
"time": "1775546533"
},
"departure": {
"delay": -37,
"time": "1775546543"
},
"stopId": "FR:50129:ZE:10CCI2:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 2,
"time": "1775545774"
},
"departure": {
"delay": 2,
"time": "1775545802"
},
"stopId": "FR:50129:ZE:10CRD2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": -45,
"time": "1775546585"
},
"departure": {
"delay": -45,
"time": "1775546595"
},
"stopId": "FR:50129:ZE:10CIT2:ATOUMOD035",
"stopSequence": 12
}
],
"timestamp": "1775560079",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:08:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3747523x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD005:ServiceJourney:691:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775566620"
},
"departure": {
"time": "1775566620"
},
"stopId": "FR:76217:ZE:18823:ATOUMOD005",
"stopSequence": 7
},
{
"arrival": {
"time": "1775566980"
},
"departure": {
"time": "1775566980"
},
"stopId": "FR:76217:ZE:18032:ATOUMOD005",
"stopSequence": 10
},
{
"arrival": {
"time": "1775567220"
},
"stopId": "FR:76217:ZE:18320:ATOUMOD005",
"stopSequence": 12
},
{
"arrival": {
"time": "1775566140"
},
"departure": {
"time": "1775566140"
},
"stopId": "FR:76217:ZE:18816:ATOUMOD005",
"stopSequence": 3
},
{
"arrival": {
"time": "1775566380"
},
"departure": {
"time": "1775566380"
},
"stopId": "FR:76217:ZE:18817:ATOUMOD005",
"stopSequence": 5
},
{
"arrival": {
"time": "1775566860"
},
"departure": {
"time": "1775566860"
},
"stopId": "FR:76217:ZE:18824:ATOUMOD005",
"stopSequence": 9
},
{
"arrival": {
"time": "1775567100"
},
"departure": {
"time": "1775567100"
},
"stopId": "FR:76217:ZE:18286:ATOUMOD005",
"stopSequence": 11
},
{
"arrival": {
"time": "1775566020"
},
"departure": {
"time": "1775566020"
},
"stopId": "FR:76217:ZE:18088:ATOUMOD005",
"stopSequence": 2
},
{
"departure": {
"time": "1775565900"
},
"stopId": "FR:76217:ZE:18055:ATOUMOD005",
"stopSequence": 1
},
{
"arrival": {
"time": "1775566500"
},
"departure": {
"time": "1775566500"
},
"stopId": "FR:76217:ZE:18822:ATOUMOD005",
"stopSequence": 6
},
{
"arrival": {
"time": "1775566740"
},
"departure": {
"time": "1775566740"
},
"stopId": "FR:76217:ZE:18029:ATOUMOD005",
"stopSequence": 8
},
{
"arrival": {
"time": "1775566260"
},
"departure": {
"time": "1775566260"
},
"stopId": "FR:76217:ZE:18821:ATOUMOD005",
"stopSequence": 4
}
],
"timestamp": "1775560069",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD005:Line:97:LOC",
"tripId": "ATOUMOD005:ServiceJourney:691:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3748518x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 84,
"time": "1775535410"
},
"departure": {
"delay": 84,
"time": "1775535444"
},
"stopId": "FR:50129:ZE:10THH3:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 56,
"time": "1775534985"
},
"departure": {
"delay": 56,
"time": "1775534996"
},
"stopId": "FR:50129:ZE:10AMO1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 54,
"time": "1775536134"
},
"stopId": "FR:50129:ZE:10ZSA3:ATOUMOD035",
"stopSequence": 24
},
{
"departure": {
"delay": 115,
"time": "1775534215"
},
"stopId": "FR:50129:ZE:10PYC1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 121,
"time": "1775534420"
},
"departure": {
"delay": 121,
"time": "1775534461"
},
"stopId": "FR:50129:ZE:10GRI1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 105,
"time": "1775534308"
},
"departure": {
"delay": 105,
"time": "1775534325"
},
"stopId": "FR:50129:ZE:10VDT1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 43,
"time": "1775535556"
},
"departure": {
"delay": 43,
"time": "1775535583"
},
"stopId": "FR:50129:ZE:10BHC3:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 41,
"time": "1775535507"
},
"departure": {
"delay": 41,
"time": "1775535521"
},
"stopId": "FR:50129:ZE:10LCA1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 192,
"time": "1775534729"
},
"departure": {
"delay": 192,
"time": "1775534772"
},
"stopId": "FR:50129:ZE:10BQR1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 151,
"time": "1775534539"
},
"departure": {
"delay": 151,
"time": "1775534551"
},
"stopId": "FR:50129:ZE:10MRT1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 210,
"time": "1775534825"
},
"departure": {
"delay": 210,
"time": "1775534850"
},
"stopId": "FR:50129:ZE:10ANJ5:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 107,
"time": "1775534369"
},
"departure": {
"delay": 107,
"time": "1775534387"
},
"stopId": "FR:50129:ZE:10ZFO1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 40,
"time": "1775536047"
},
"departure": {
"delay": 40,
"time": "1775536060"
},
"stopId": "FR:50129:ZE:10CHE1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 180,
"time": "1775534907"
},
"departure": {
"delay": 180,
"time": "1775534940"
},
"stopId": "FR:50129:ZE:10OLY1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 16,
"time": "1775535785"
},
"departure": {
"delay": 16,
"time": "1775535796"
},
"stopId": "FR:50129:ZE:10LLM1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 189,
"time": "1775534870"
},
"departure": {
"delay": 189,
"time": "1775534889"
},
"stopId": "FR:50129:ZE:10PRV1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 49,
"time": "1775535755"
},
"departure": {
"delay": 49,
"time": "1775535769"
},
"stopId": "FR:50129:ZE:10JMO1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 80,
"time": "1775535640"
},
"departure": {
"delay": 80,
"time": "1775535740"
},
"stopId": "FR:50129:ZE:10LUM1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 146,
"time": "1775534959"
},
"departure": {
"delay": 146,
"time": "1775534966"
},
"stopId": "FR:50129:ZE:10EGL1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 21,
"time": "1775535966"
},
"departure": {
"delay": 21,
"time": "1775535981"
},
"stopId": "FR:50129:ZE:10JBO3:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 184,
"time": "1775535065"
},
"departure": {
"delay": 184,
"time": "1775535304"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 161,
"time": "1775534491"
},
"departure": {
"delay": 161,
"time": "1775534501"
},
"stopId": "FR:50129:ZE:10FOE1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 12,
"time": "1775535819"
},
"departure": {
"delay": 12,
"time": "1775535852"
},
"stopId": "FR:50129:ZE:10BRO1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 146,
"time": "1775534614"
},
"departure": {
"delay": 146,
"time": "1775534666"
},
"stopId": "FR:50129:ZE:10BRA1:ATOUMOD035",
"stopSequence": 7
}
],
"timestamp": "1775560076",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:06:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3748518x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD021:ServiceJourney:60:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 18,
"time": "1775545687"
},
"departure": {
"delay": 18,
"time": "1775545698"
},
"stopId": "FR:14333:ZE:35:ATOUMOD021",
"stopSequence": 18
},
{
"arrival": {
"delay": 15,
"time": "1775545799"
},
"departure": {
"delay": 15,
"time": "1775545815"
},
"stopId": "FR:14333:ZE:39:ATOUMOD021",
"stopSequence": 20
},
{
"arrival": {
"delay": -104,
"time": "1775545876"
},
"stopId": "FR:14333:ZE:41:ATOUMOD021",
"stopSequence": 21
},
{
"arrival": {
"delay": 24,
"time": "1775545427"
},
"departure": {
"delay": 24,
"time": "1775545464"
},
"stopId": "FR:14333:ZE:29:ATOUMOD021",
"stopSequence": 15
},
{
"arrival": {
"delay": 198,
"time": "1775544670"
},
"departure": {
"delay": 198,
"time": "1775544678"
},
"stopId": "FR:14333:ZE:12:ATOUMOD021",
"stopSequence": 6
},
{
"arrival": {
"delay": 103,
"time": "1775544100"
},
"departure": {
"delay": 103,
"time": "1775544283"
},
"stopId": "FR:14333:ZE:6:ATOUMOD021",
"stopSequence": 3
},
{
"arrival": {
"delay": 10,
"time": "1775545742"
},
"departure": {
"delay": 10,
"time": "1775545750"
},
"stopId": "FR:14333:ZE:37:ATOUMOD021",
"stopSequence": 19
},
{
"arrival": {
"delay": 56,
"time": "1775545250"
},
"departure": {
"delay": 56,
"time": "1775545256"
},
"stopId": "FR:14333:ZE:25:ATOUMOD021",
"stopSequence": 13
},
{
"arrival": {
"delay": 181,
"time": "1775544713"
},
"departure": {
"delay": 181,
"time": "1775544721"
},
"stopId": "FR:14333:ZE:14:ATOUMOD021",
"stopSequence": 7
},
{
"arrival": {
"delay": 45,
"time": "1775545517"
},
"departure": {
"delay": 45,
"time": "1775545545"
},
"stopId": "FR:14333:ZE:31:ATOUMOD021",
"stopSequence": 16
},
{
"arrival": {
"delay": 94,
"time": "1775545144"
},
"departure": {
"delay": 94,
"time": "1775545174"
},
"stopId": "FR:14536:ZE:23:ATOUMOD021",
"stopSequence": 12
},
{
"arrival": {
"delay": 190,
"time": "1775544944"
},
"departure": {
"delay": 190,
"time": "1775544970"
},
"stopId": "FR:14333:ZE:22:ATOUMOD021",
"stopSequence": 11
},
{
"departure": {
"delay": 14,
"time": "1775544014"
},
"stopId": "FR:14333:ZE:2:ATOUMOD021",
"stopSequence": 1
},
{
"arrival": {
"delay": 199,
"time": "1775544891"
},
"departure": {
"delay": 199,
"time": "1775544919"
},
"stopId": "FR:14333:ZE:20:ATOUMOD021",
"stopSequence": 10
},
{
"arrival": {
"delay": 100,
"time": "1775545576"
},
"departure": {
"delay": 100,
"time": "1775545660"
},
"stopId": "FR:14333:ZE:33:ATOUMOD021",
"stopSequence": 17
},
{
"arrival": {
"delay": 8,
"time": "1775545293"
},
"departure": {
"delay": 8,
"time": "1775545328"
},
"stopId": "FR:14333:ZE:27:ATOUMOD021",
"stopSequence": 14
},
{
"arrival": {
"delay": 232,
"time": "1775544489"
},
"departure": {
"delay": 232,
"time": "1775544532"
},
"stopId": "FR:14333:ZE:8:ATOUMOD021",
"stopSequence": 4
},
{
"arrival": {
"time": "1775544839"
},
"departure": {
"time": "1775544660"
},
"stopId": "FR:14333:ZE:18:ATOUMOD021",
"stopSequence": 9
},
{
"arrival": {
"delay": 174,
"time": "1775544766"
},
"departure": {
"delay": 174,
"time": "1775544774"
},
"stopId": "FR:14333:ZE:16:ATOUMOD021",
"stopSequence": 8
},
{
"arrival": {
"delay": -13,
"time": "1775544039"
},
"departure": {
"delay": -13,
"time": "1775544047"
},
"stopId": "FR:14333:ZE:4:ATOUMOD021",
"stopSequence": 2
},
{
"arrival": {
"delay": 183,
"time": "1775544564"
},
"departure": {
"delay": 183,
"time": "1775544603"
},
"stopId": "FR:14333:ZE:10:ATOUMOD021",
"stopSequence": 5
}
],
"timestamp": "1775559490",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD021:Line:A:LOC",
"tripId": "ATOUMOD021:ServiceJourney:60:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745227x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 17,
"time": "1775539545"
},
"departure": {
"delay": 17,
"time": "1775539577"
},
"stopId": "FR:50129:ZE:10AMO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": -3,
"time": "1775538137"
},
"departure": {
"delay": -3,
"time": "1775538177"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 10,
"time": "1775538334"
},
"departure": {
"delay": 10,
"time": "1775538370"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 4,
"time": "1775538795"
},
"departure": {
"delay": 4,
"time": "1775538844"
},
"stopId": "FR:50129:ZE:10FOR3:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": -14,
"time": "1775539193"
},
"departure": {
"delay": -14,
"time": "1775539246"
},
"stopId": "FR:50129:ZE:10BQR1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 68,
"time": "1775538570"
},
"departure": {
"delay": 68,
"time": "1775538608"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 7
},
{
"departure": {
"delay": 42,
"time": "1775538042"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": -31,
"time": "1775539001"
},
"departure": {
"delay": -31,
"time": "1775539049"
},
"stopId": "FR:50129:ZE:10RTU1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 26,
"time": "1775539493"
},
"departure": {
"delay": 26,
"time": "1775539526"
},
"stopId": "FR:50129:ZE:10EGL1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 40,
"time": "1775538725"
},
"departure": {
"delay": 40,
"time": "1775538760"
},
"stopId": "FR:50129:ZE:10CRC3:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 1,
"time": "1775539741"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 35,
"time": "1775539424"
},
"departure": {
"delay": 35,
"time": "1775539475"
},
"stopId": "FR:50129:ZE:10OLY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": -17,
"time": "1775538896"
},
"departure": {
"delay": -17,
"time": "1775538943"
},
"stopId": "FR:50129:ZE:10PFO1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 47,
"time": "1775538485"
},
"departure": {
"delay": 47,
"time": "1775538527"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 33,
"time": "1775538228"
},
"departure": {
"delay": 33,
"time": "1775538273"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": -6,
"time": "1775539089"
},
"departure": {
"delay": -6,
"time": "1775539134"
},
"stopId": "FR:50129:ZE:10BRA3:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 24,
"time": "1775539344"
},
"departure": {
"delay": 24,
"time": "1775539404"
},
"stopId": "FR:50129:ZE:10PRV1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 43,
"time": "1775538426"
},
"departure": {
"delay": 43,
"time": "1775538463"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 2,
"time": "1775539280"
},
"departure": {
"delay": 2,
"time": "1775539322"
},
"stopId": "FR:50129:ZE:10ANJ5:ATOUMOD035",
"stopSequence": 14
}
],
"timestamp": "1775560077",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1B:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745227x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN852856F387723x2026x03x28T21x09x34Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775555880"
},
"departure": {
"time": "1775555940"
},
"stopId": "FR:35095:ZE:StopPointxOCETrainxTERx87478073:ATOUMOD002",
"stopSequence": 32
},
{
"arrival": {
"time": "1775565780"
},
"stopId": "FR:14118:ZE:StopPointxOCETrainxTERx87444000:ATOUMOD002",
"stopSequence": 55
},
{
"arrival": {
"time": "1775563860"
},
"departure": {
"time": "1775563920"
},
"stopId": "FR:50356:ZE:StopPointxOCETrainxTERx87447219:ATOUMOD002",
"stopSequence": 46
},
{
"arrival": {
"time": "1775558640"
},
"departure": {
"time": "1775558760"
},
"stopId": "FR:50188:ZE:StopPointxOCETrainxTERx87447649:ATOUMOD002",
"stopSequence": 38
},
{
"arrival": {
"time": "1775564700"
},
"departure": {
"time": "1775564760"
},
"stopId": "FR:14047:ZE:StopPointxOCETrainxTERx87444067:ATOUMOD002",
"stopSequence": 50
},
{
"departure": {
"time": "1775553660"
},
"stopId": "FR:35238:ZE:StopPointxOCETrainxTERx87471003:ATOUMOD002",
"stopSequence": 28
},
{
"arrival": {
"time": "1775556840"
},
"departure": {
"time": "1775556900"
},
"stopId": "FR:50410:ZE:StopPointxOCETrainxTERx87478263:ATOUMOD002",
"stopSequence": 34
},
{
"arrival": {
"time": "1775562900"
},
"departure": {
"time": "1775563140"
},
"stopId": "FR:50502:ZE:StopPointxOCETrainxTERx87447003:ATOUMOD002",
"stopSequence": 44
},
{
"arrival": {
"time": "1775553960"
},
"departure": {
"time": "1775554020"
},
"stopId": "FR:35238:ZE:StopPointxOCETrainxTERx87471391:ATOUMOD002",
"stopSequence": 30
},
{
"arrival": {
"time": "1775559360"
},
"departure": {
"time": "1775559960"
},
"stopId": "FR:50218:ZE:StopPointxOCETrainxTERx87447680:ATOUMOD002",
"stopSequence": 40
},
{
"arrival": {
"time": "1775557800"
},
"departure": {
"time": "1775557860"
},
"stopId": "FR:50025:ZE:StopPointxOCETrainxTERx87448514:ATOUMOD002",
"stopSequence": 36
},
{
"arrival": {
"time": "1775561520"
},
"departure": {
"time": "1775561640"
},
"stopId": "FR:50147:ZE:StopPointxOCETrainxTERx87447110:ATOUMOD002",
"stopSequence": 42
}
],
"timestamp": "1775550055",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD002:Line:FRxLinexx789690b9x0beex4978x8bf9xf4810c9e16f2x:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN852856F387723x2026x03x28T21x09x34Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx13415:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -11317,
"time": "1775561003"
},
"departure": {
"delay": -11317,
"time": "1775561003"
},
"stopId": "FR:76497:ZE:TCARxTOURE0:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": -11340,
"time": "1775560620"
},
"departure": {
"delay": -11340,
"time": "1775560620"
},
"stopId": "FR:76322:ZE:TCARxBRAQU2:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": -11217,
"time": "1775559483"
},
"departure": {
"delay": -11217,
"time": "1775559483"
},
"stopId": "FR:76575:ZE:TCARxGAGAR1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": -11295,
"time": "1775561205"
},
"departure": {
"delay": -11295,
"time": "1775561205"
},
"stopId": "FR:76497:ZE:TCARxRAFFI0:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": -11293,
"time": "1775560847"
},
"departure": {
"delay": -11293,
"time": "1775560847"
},
"stopId": "FR:76497:ZE:TCARxCLECO0:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": -11219,
"time": "1775559241"
},
"departure": {
"delay": -11219,
"time": "1775559241"
},
"stopId": "FR:76575:ZE:TCARxSMAIR1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -11176,
"time": "1775559644"
},
"departure": {
"delay": -11176,
"time": "1775559644"
},
"stopId": "FR:76575:ZE:TCARxJBREL1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": -11301,
"time": "1775560479"
},
"departure": {
"delay": -11301,
"time": "1775560479"
},
"stopId": "FR:76322:ZE:TCARxCDCHA0:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": -11340,
"time": "1775561280"
},
"departure": {
"delay": -11340,
"time": "1775561280"
},
"stopId": "FR:76319:ZE:TCARxLYLEG0:ATOUMOD001",
"stopSequence": 31
},
{
"arrival": {
"delay": -11298,
"time": "1775560422"
},
"departure": {
"delay": -11298,
"time": "1775560422"
},
"stopId": "FR:76322:ZE:TCARxRCOTY0:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": -11280,
"time": "1775559900"
},
"departure": {
"delay": -11280,
"time": "1775559900"
},
"stopId": "FR:76575:ZE:TCARxCORBU1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": -11334,
"time": "1775560926"
},
"departure": {
"delay": -11334,
"time": "1775560926"
},
"stopId": "FR:76497:ZE:TCARxJBART0:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": -11340,
"time": "1775561040"
},
"departure": {
"delay": -11340,
"time": "1775561040"
},
"stopId": "FR:76497:ZE:TCARxPMAIR0:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": -11314,
"time": "1775561606"
},
"departure": {
"delay": -11314,
"time": "1775561606"
},
"stopId": "FR:76319:ZE:TCARxROUVR0:ATOUMOD001",
"stopSequence": 35
},
{
"arrival": {
"delay": -11265,
"time": "1775560335"
},
"departure": {
"delay": -11265,
"time": "1775560335"
},
"stopId": "FR:76322:ZE:TCARxANDRE0:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": -11280,
"time": "1775560080"
},
"departure": {
"delay": -11280,
"time": "1775560080"
},
"stopId": "FR:76575:ZE:TCARxZENIT2:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": -11175,
"time": "1775559285"
},
"departure": {
"delay": -11175,
"time": "1775559285"
},
"stopId": "FR:76575:ZE:TCARxCORN21:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -11242,
"time": "1775560178"
},
"departure": {
"delay": -11242,
"time": "1775560178"
},
"stopId": "FR:76575:ZE:TCARxFELLB1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": -11280,
"time": "1775559840"
},
"departure": {
"delay": -11280,
"time": "1775559840"
},
"stopId": "FR:76575:ZE:TCARxTECHN4:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": -11322,
"time": "1775560518"
},
"departure": {
"delay": -11322,
"time": "1775560518"
},
"stopId": "FR:76322:ZE:TCARxBRAZZ0:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": -11340,
"time": "1775561820"
},
"stopId": "FR:76319:ZE:TCARxBOUTT0:ATOUMOD001",
"stopSequence": 37
},
{
"arrival": {
"delay": -11307,
"time": "1775561553"
},
"departure": {
"delay": -11307,
"time": "1775561553"
},
"stopId": "FR:76319:ZE:TCARxCARAB0:ATOUMOD001",
"stopSequence": 34
},
{
"arrival": {
"delay": -11311,
"time": "1775561729"
},
"departure": {
"delay": -11311,
"time": "1775561729"
},
"stopId": "FR:76319:ZE:TCARxMATIS0:ATOUMOD001",
"stopSequence": 36
},
{
"arrival": {
"delay": -11338,
"time": "1775560682"
},
"departure": {
"delay": -11338,
"time": "1775560682"
},
"stopId": "FR:76322:ZE:TCARxSEINE0:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": -11243,
"time": "1775559757"
},
"departure": {
"delay": -11243,
"time": "1775559757"
},
"stopId": "FR:76575:ZE:TCARxESIGE2:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": -11290,
"time": "1775561390"
},
"departure": {
"delay": -11290,
"time": "1775561390"
},
"stopId": "FR:76319:ZE:TCARxRENOI0:ATOUMOD001",
"stopSequence": 32
},
{
"arrival": {
"delay": -11240,
"time": "1775560240"
},
"departure": {
"delay": -11240,
"time": "1775560240"
},
"stopId": "FR:76322:ZE:TCARxFONCK1:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": -11339,
"time": "1775560801"
},
"departure": {
"delay": -11339,
"time": "1775560801"
},
"stopId": "FR:76497:ZE:TCARxVERDE0:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": -11220,
"time": "1775559600"
},
"departure": {
"delay": -11220,
"time": "1775559600"
},
"stopId": "FR:76575:ZE:TCARxELANG1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -11200,
"time": "1775559680"
},
"departure": {
"delay": -11200,
"time": "1775559680"
},
"stopId": "FR:76575:ZE:TCARxCATEL1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": -11223,
"time": "1775559957"
},
"departure": {
"delay": -11223,
"time": "1775559957"
},
"stopId": "FR:76575:ZE:TCARxSANSU2:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": -11320,
"time": "1775561480"
},
"departure": {
"delay": -11320,
"time": "1775561480"
},
"stopId": "FR:76319:ZE:TCARxHUGGC0:ATOUMOD001",
"stopSequence": 33
},
{
"departure": {
"delay": -11220,
"time": "1775559180"
},
"stopId": "FR:76575:ZE:TCARxGARES:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": -11174,
"time": "1775559526"
},
"departure": {
"delay": -11174,
"time": "1775559526"
},
"stopId": "FR:76575:ZE:TCARxCAPUC1:ATOUMOD001",
"stopSequence": 7
}
],
"timestamp": "1775524749",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx06:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx13415:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745175x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 111,
"time": "1775558895"
},
"departure": {
"delay": 111,
"time": "1775558931"
},
"stopId": "FR:50129:ZE:10ANJ6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 102,
"time": "1775558818"
},
"departure": {
"delay": 102,
"time": "1775558862"
},
"stopId": "FR:50129:ZE:10PRV2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": -16,
"time": "1775559651"
},
"departure": {
"delay": -16,
"time": "1775559704"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 87,
"time": "1775559061"
},
"departure": {
"delay": 87,
"time": "1775559087"
},
"stopId": "FR:50129:ZE:10BRA4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 3,
"time": "1775559859"
},
"departure": {
"delay": 3,
"time": "1775559903"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 32,
"time": "1775559172"
},
"departure": {
"delay": 32,
"time": "1775559212"
},
"stopId": "FR:50129:ZE:10PFO2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": -22,
"time": "1775559311"
},
"departure": {
"delay": -22,
"time": "1775559338"
},
"stopId": "FR:50129:ZE:10CRC4:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 111,
"time": "1775558960"
},
"departure": {
"delay": 111,
"time": "1775558991"
},
"stopId": "FR:50129:ZE:10BQR2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 53,
"time": "1775559968"
},
"departure": {
"delay": 53,
"time": "1775560073"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 55,
"time": "1775559799"
},
"departure": {
"delay": 55,
"time": "1775559835"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 91,
"time": "1775558634"
},
"departure": {
"delay": 91,
"time": "1775558671"
},
"stopId": "FR:50129:ZE:10AMO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 78,
"time": "1775559113"
},
"departure": {
"delay": 78,
"time": "1775559138"
},
"stopId": "FR:50129:ZE:10RTU2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": -40,
"time": "1775559247"
},
"departure": {
"delay": -40,
"time": "1775559260"
},
"stopId": "FR:50129:ZE:10FOR4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 97,
"time": "1775558697"
},
"departure": {
"delay": 97,
"time": "1775558737"
},
"stopId": "FR:50129:ZE:10EGL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 100,
"time": "1775558754"
},
"departure": {
"delay": 100,
"time": "1775558800"
},
"stopId": "FR:50129:ZE:10OYG2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": -46,
"time": "1775559574"
},
"departure": {
"delay": -46,
"time": "1775559614"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": -1,
"time": "1775559437"
},
"departure": {
"delay": -1,
"time": "1775559479"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 13
},
{
"departure": {
"delay": 148,
"time": "1775558548"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": -55,
"time": "1775559519"
},
"departure": {
"delay": -55,
"time": "1775559545"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 30,
"time": "1775560170"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 20
}
],
"timestamp": "1775560079",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1A:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745175x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4072153x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 29,
"time": "1775559569"
},
"departure": {
"delay": 29,
"time": "1775559569"
},
"stopId": "FR:76351:ZE:3175:ATOUMOD003",
"stopSequence": 3
},
{
"arrival": {
"delay": -25,
"time": "1775560535"
},
"departure": {
"delay": -25,
"time": "1775560535"
},
"stopId": "FR:76351:ZE:4543:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": -25,
"time": "1775560235"
},
"departure": {
"delay": -25,
"time": "1775560235"
},
"stopId": "FR:76351:ZE:3377:ATOUMOD003",
"stopSequence": 12
},
{
"departure": {
"delay": 74,
"time": "1775559914"
},
"stopId": "FR:76351:ZE:4581:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": -21,
"time": "1775560719"
},
"departure": {
"delay": -21,
"time": "1775560719"
},
"stopId": "FR:76351:ZE:3198:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": 8,
"time": "1775560568"
},
"departure": {
"delay": 8,
"time": "1775560568"
},
"stopId": "FR:76351:ZE:3373:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": -25,
"time": "1775560655"
},
"departure": {
"delay": -25,
"time": "1775560655"
},
"stopId": "FR:76351:ZE:3311:ATOUMOD003",
"stopSequence": 19
},
{
"departure": {
"delay": 29,
"time": "1775559809"
},
"stopId": "FR:76351:ZE:4642:ATOUMOD003",
"stopSequence": 7
},
{
"arrival": {
"delay": -25,
"time": "1775560415"
},
"departure": {
"delay": -25,
"time": "1775560415"
},
"stopId": "FR:76351:ZE:3231:ATOUMOD003",
"stopSequence": 14
},
{
"departure": {
"delay": 15,
"time": "1775559675"
},
"stopId": "FR:76351:ZE:3279:ATOUMOD003",
"stopSequence": 5
},
{
"departure": {
"delay": -25,
"time": "1775559995"
},
"stopId": "FR:76351:ZE:3693:ATOUMOD003",
"stopSequence": 9
},
{
"departure": {
"delay": -1,
"time": "1775559419"
},
"stopId": "FR:76351:ZE:3794:ATOUMOD003",
"stopSequence": 2
},
{
"arrival": {
"delay": -17,
"time": "1775560303"
},
"departure": {
"delay": -17,
"time": "1775560303"
},
"stopId": "FR:76351:ZE:3168:ATOUMOD003",
"stopSequence": 13
},
{
"departure": {
"delay": -22,
"time": "1775559578"
},
"stopId": "FR:76351:ZE:4880:ATOUMOD003",
"stopSequence": 4
},
{
"arrival": {
"delay": -25,
"time": "1775560835"
},
"stopId": "FR:76351:ZE:4825:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": 16,
"time": "1775560756"
},
"departure": {
"delay": 16,
"time": "1775560756"
},
"stopId": "FR:76351:ZE:3806:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": -2,
"time": "1775560618"
},
"departure": {
"delay": -2,
"time": "1775560618"
},
"stopId": "FR:76351:ZE:3527:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": -7,
"time": "1775560793"
},
"departure": {
"delay": -7,
"time": "1775560793"
},
"stopId": "FR:76351:ZE:3469:ATOUMOD003",
"stopSequence": 22
},
{
"departure": {
"delay": -21,
"time": "1775560059"
},
"stopId": "FR:76351:ZE:3283:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": 11,
"time": "1775560151"
},
"departure": {
"delay": 11,
"time": "1775560151"
},
"stopId": "FR:76351:ZE:3011:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 33,
"time": "1775560473"
},
"departure": {
"delay": 33,
"time": "1775560473"
},
"stopId": "FR:76351:ZE:3237:ATOUMOD003",
"stopSequence": 15
}
],
"timestamp": "1775559490",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:C4:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4072153x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746157x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -39,
"time": "1775541051"
},
"departure": {
"delay": -39,
"time": "1775541081"
},
"stopId": "FR:50129:ZE:10LUM1:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 91,
"time": "1775539262"
},
"departure": {
"delay": 91,
"time": "1775539291"
},
"stopId": "FR:50129:ZE:10ZOL1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 20,
"time": "1775540747"
},
"departure": {
"delay": 20,
"time": "1775540780"
},
"stopId": "FR:50129:ZE:10THH3:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 296,
"time": "1775541951"
},
"departure": {
"delay": 296,
"time": "1775541956"
},
"stopId": "FR:50129:ZE:10CVE1:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"delay": 82,
"time": "1775539191"
},
"departure": {
"delay": 82,
"time": "1775539222"
},
"stopId": "FR:50129:ZE:10LON1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 41,
"time": "1775539087"
},
"departure": {
"delay": 41,
"time": "1775539121"
},
"stopId": "FR:50129:ZE:10CPL1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 97,
"time": "1775538852"
},
"departure": {
"delay": 97,
"time": "1775538877"
},
"stopId": "FR:50129:ZE:10HOU1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": -46,
"time": "1775540428"
},
"departure": {
"delay": -46,
"time": "1775540474"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 51,
"time": "1775538981"
},
"departure": {
"delay": 51,
"time": "1775539011"
},
"stopId": "FR:50129:ZE:10ARA1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": -5,
"time": "1775541102"
},
"departure": {
"delay": -5,
"time": "1775541115"
},
"stopId": "FR:50129:ZE:10JMO1:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 101,
"time": "1775538663"
},
"departure": {
"delay": 101,
"time": "1775538701"
},
"stopId": "FR:50129:ZE:10ALB1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 23,
"time": "1775540265"
},
"departure": {
"delay": 23,
"time": "1775540303"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 3,
"time": "1775540942"
},
"departure": {
"delay": 3,
"time": "1775541003"
},
"stopId": "FR:50129:ZE:10BHC3:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"time": "1775541292"
},
"departure": {
"time": "1775541360"
},
"stopId": "FR:50129:ZE:10ART1:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": 79,
"time": "1775539357"
},
"departure": {
"delay": 79,
"time": "1775539399"
},
"stopId": "FR:50129:ZE:10DUB1:ATOUMOD035",
"stopSequence": 16
},
{
"departure": {
"delay": 36,
"time": "1775538456"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 29,
"time": "1775539789"
},
"departure": {
"delay": 29,
"time": "1775539829"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 50,
"time": "1775539924"
},
"departure": {
"delay": 50,
"time": "1775539970"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 239,
"time": "1775542079"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"delay": 81,
"time": "1775538471"
},
"departure": {
"delay": 81,
"time": "1775538501"
},
"stopId": "FR:50129:ZE:10SFG1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 58,
"time": "1775539694"
},
"departure": {
"delay": 58,
"time": "1775539738"
},
"stopId": "FR:50129:ZE:10HUI1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 82,
"time": "1775539481"
},
"departure": {
"delay": 82,
"time": "1775539522"
},
"stopId": "FR:50129:ZE:10AGO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 257,
"time": "1775541848"
},
"departure": {
"delay": 257,
"time": "1775541857"
},
"stopId": "FR:50129:ZE:10MYO1:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": 133,
"time": "1775538523"
},
"departure": {
"delay": 133,
"time": "1775538613"
},
"stopId": "FR:50129:ZE:10COF1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 77,
"time": "1775539543"
},
"departure": {
"delay": 77,
"time": "1775539577"
},
"stopId": "FR:50129:ZE:10HOM1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 299,
"time": "1775541974"
},
"departure": {
"delay": 299,
"time": "1775542019"
},
"stopId": "FR:50129:ZE:10COS1:ATOUMOD035",
"stopSequence": 47
},
{
"arrival": {
"delay": 70,
"time": "1775538904"
},
"departure": {
"delay": 70,
"time": "1775538910"
},
"stopId": "FR:50129:ZE:10BRT1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 86,
"time": "1775539132"
},
"departure": {
"delay": 86,
"time": "1775539166"
},
"stopId": "FR:50129:ZE:10BHE1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 38,
"time": "1775539030"
},
"departure": {
"delay": 38,
"time": "1775539058"
},
"stopId": "FR:50129:ZE:10PRE1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 111,
"time": "1775538801"
},
"departure": {
"delay": 111,
"time": "1775538831"
},
"stopId": "FR:50129:ZE:10CAR1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 22,
"time": "1775540869"
},
"departure": {
"delay": 22,
"time": "1775540902"
},
"stopId": "FR:50129:ZE:10LCA1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": -12,
"time": "1775540182"
},
"departure": {
"delay": -12,
"time": "1775540208"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 283,
"time": "1775541749"
},
"departure": {
"delay": 283,
"time": "1775541763"
},
"stopId": "FR:50129:ZE:10JEA1:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": 261,
"time": "1775541903"
},
"departure": {
"delay": 261,
"time": "1775541921"
},
"stopId": "FR:50129:ZE:10RSX1:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"delay": -36,
"time": "1775541130"
},
"departure": {
"delay": -36,
"time": "1775541144"
},
"stopId": "FR:50129:ZE:10LLM1:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 37,
"time": "1775539767"
},
"departure": {
"delay": 37,
"time": "1775539777"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": -31,
"time": "1775540334"
},
"departure": {
"delay": -31,
"time": "1775540369"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 55,
"time": "1775540074"
},
"departure": {
"delay": 55,
"time": "1775540155"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 288,
"time": "1775541871"
},
"departure": {
"delay": 288,
"time": "1775541888"
},
"stopId": "FR:50129:ZE:10MGT1:ATOUMOD035",
"stopSequence": 44
},
{
"arrival": {
"delay": 288,
"time": "1775541798"
},
"departure": {
"delay": 288,
"time": "1775541828"
},
"stopId": "FR:50129:ZE:10NOR3:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"delay": 106,
"time": "1775538915"
},
"departure": {
"delay": 106,
"time": "1775538946"
},
"stopId": "FR:50129:ZE:10BON1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 26,
"time": "1775539626"
},
"departure": {
"delay": 26,
"time": "1775539646"
},
"stopId": "FR:50129:ZE:10BEL1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": -38,
"time": "1775541160"
},
"departure": {
"delay": -38,
"time": "1775541202"
},
"stopId": "FR:50129:ZE:10BRO1:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"delay": 296,
"time": "1775541367"
},
"departure": {
"delay": 296,
"time": "1775541716"
},
"stopId": "FR:50129:ZE:10ZPH1:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"delay": 17,
"time": "1775540584"
},
"departure": {
"delay": 17,
"time": "1775540657"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 96,
"time": "1775538721"
},
"departure": {
"delay": 96,
"time": "1775538756"
},
"stopId": "FR:50129:ZE:10SFN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 13,
"time": "1775540009"
},
"departure": {
"delay": 13,
"time": "1775540053"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 53,
"time": "1775539424"
},
"departure": {
"delay": 53,
"time": "1775539433"
},
"stopId": "FR:50129:ZE:10LAV1:ATOUMOD035",
"stopSequence": 17
}
],
"timestamp": "1775560073",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746157x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745147x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 18,
"time": "1775556939"
},
"departure": {
"delay": 18,
"time": "1775556978"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 32,
"time": "1775557682"
},
"departure": {
"delay": 32,
"time": "1775557712"
},
"stopId": "FR:50129:ZE:10RTU1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 83,
"time": "1775557174"
},
"departure": {
"delay": 83,
"time": "1775557223"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 72,
"time": "1775558139"
},
"departure": {
"delay": 72,
"time": "1775558172"
},
"stopId": "FR:50129:ZE:10EGL1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 77,
"time": "1775558075"
},
"departure": {
"delay": 77,
"time": "1775558117"
},
"stopId": "FR:50129:ZE:10OLY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 104,
"time": "1775557371"
},
"departure": {
"delay": 104,
"time": "1775557424"
},
"stopId": "FR:50129:ZE:10CRC3:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 29,
"time": "1775557065"
},
"departure": {
"delay": 29,
"time": "1775557109"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 69,
"time": "1775557580"
},
"departure": {
"delay": 69,
"time": "1775557629"
},
"stopId": "FR:50129:ZE:10PFO1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 52,
"time": "1775556853"
},
"departure": {
"delay": 52,
"time": "1775556892"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 102,
"time": "1775557485"
},
"departure": {
"delay": 102,
"time": "1775557542"
},
"stopId": "FR:50129:ZE:10FOR3:ATOUMOD035",
"stopSequence": 9
},
{
"departure": {
"delay": 30,
"time": "1775556630"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 18,
"time": "1775556693"
},
"departure": {
"delay": 18,
"time": "1775556798"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 72,
"time": "1775558192"
},
"departure": {
"delay": 72,
"time": "1775558232"
},
"stopId": "FR:50129:ZE:10AMO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 27,
"time": "1775557009"
},
"departure": {
"delay": 27,
"time": "1775557047"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 13,
"time": "1775558353"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 18,
"time": "1775557862"
},
"departure": {
"delay": 18,
"time": "1775557878"
},
"stopId": "FR:50129:ZE:10BQR1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 30,
"time": "1775557907"
},
"departure": {
"delay": 30,
"time": "1775557950"
},
"stopId": "FR:50129:ZE:10ANJ5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 68,
"time": "1775557978"
},
"departure": {
"delay": 68,
"time": "1775558048"
},
"stopId": "FR:50129:ZE:10PRV1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 59,
"time": "1775557740"
},
"departure": {
"delay": 59,
"time": "1775557799"
},
"stopId": "FR:50129:ZE:10BRA3:ATOUMOD035",
"stopSequence": 12
}
],
"timestamp": "1775560077",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1B:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745147x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745167x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 91,
"time": "1775552328"
},
"departure": {
"delay": 91,
"time": "1775552371"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 13
},
{
"departure": {
"delay": 122,
"time": "1775551322"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 60,
"time": "1775552069"
},
"departure": {
"delay": 60,
"time": "1775552160"
},
"stopId": "FR:50129:ZE:10FOR4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 153,
"time": "1775551711"
},
"departure": {
"delay": 153,
"time": "1775551773"
},
"stopId": "FR:50129:ZE:10ANJ6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 113,
"time": "1775552891"
},
"departure": {
"delay": 113,
"time": "1775552933"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 118,
"time": "1775551629"
},
"departure": {
"delay": 118,
"time": "1775551678"
},
"stopId": "FR:50129:ZE:10PRV2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 70,
"time": "1775553010"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 135,
"time": "1775552789"
},
"departure": {
"delay": 135,
"time": "1775552835"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 183,
"time": "1775552717"
},
"departure": {
"delay": 183,
"time": "1775552763"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 58,
"time": "1775552011"
},
"departure": {
"delay": 58,
"time": "1775552038"
},
"stopId": "FR:50129:ZE:10PFO2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 104,
"time": "1775552462"
},
"departure": {
"delay": 104,
"time": "1775552504"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 111,
"time": "1775551959"
},
"departure": {
"delay": 111,
"time": "1775551971"
},
"stopId": "FR:50129:ZE:10RTU2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 109,
"time": "1775552536"
},
"departure": {
"delay": 109,
"time": "1775552569"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 99,
"time": "1775551556"
},
"departure": {
"delay": 99,
"time": "1775551599"
},
"stopId": "FR:50129:ZE:10OYG2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 92,
"time": "1775551485"
},
"departure": {
"delay": 92,
"time": "1775551532"
},
"stopId": "FR:50129:ZE:10EGL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 67,
"time": "1775552207"
},
"departure": {
"delay": 67,
"time": "1775552227"
},
"stopId": "FR:50129:ZE:10CRC4:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 81,
"time": "1775551421"
},
"departure": {
"delay": 81,
"time": "1775551461"
},
"stopId": "FR:50129:ZE:10AMO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 141,
"time": "1775552595"
},
"departure": {
"delay": 141,
"time": "1775552661"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 133,
"time": "1775551892"
},
"departure": {
"delay": 133,
"time": "1775551933"
},
"stopId": "FR:50129:ZE:10BRA4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 156,
"time": "1775551797"
},
"departure": {
"delay": 156,
"time": "1775551836"
},
"stopId": "FR:50129:ZE:10BQR2:ATOUMOD035",
"stopSequence": 7
}
],
"timestamp": "1775560079",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1A:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745167x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx362:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 249,
"time": "1775557184"
},
"departure": {
"delay": 249,
"time": "1775557209"
},
"stopId": "FR:76540:ZE:TCARxBELGE1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 448,
"time": "1775557948"
},
"departure": {
"delay": 448,
"time": "1775557948"
},
"stopId": "FR:76540:ZE:TCARxCHRUT1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 546,
"time": "1775559006"
},
"departure": {
"delay": 546,
"time": "1775559006"
},
"stopId": "FR:76540:ZE:TCARxMAIS21:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 96,
"time": "1775556131"
},
"departure": {
"delay": 96,
"time": "1775556156"
},
"stopId": "FR:76410:ZE:TCARxPALIS1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 501,
"time": "1775558481"
},
"departure": {
"delay": 501,
"time": "1775558481"
},
"stopId": "FR:76540:ZE:TCARxARGEN1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 207,
"time": "1775557107"
},
"departure": {
"delay": 207,
"time": "1775557107"
},
"stopId": "FR:76540:ZE:TCARxPASPA1:ATOUMOD001",
"stopSequence": 11
},
{
"departure": {
"time": "1775555880"
},
"stopId": "FR:76474:ZE:TCARxBMAIR1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 111,
"time": "1775556507"
},
"departure": {
"delay": 111,
"time": "1775556531"
},
"stopId": "FR:76216:ZE:TCARxMAISO1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 363,
"time": "1775559183"
},
"stopId": "FR:76095:ZE:TCARxTAMAR:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": 227,
"time": "1775556960"
},
"departure": {
"delay": 227,
"time": "1775557007"
},
"stopId": "FR:76540:ZE:TCARxLUCIL1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 304,
"time": "1775557334"
},
"departure": {
"delay": 304,
"time": "1775557384"
},
"stopId": "FR:76540:ZE:TCARxTARTT1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 541,
"time": "1775558881"
},
"departure": {
"delay": 541,
"time": "1775558881"
},
"stopId": "FR:76540:ZE:TCARxPSALO1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 409,
"time": "1775557764"
},
"departure": {
"delay": 409,
"time": "1775557789"
},
"stopId": "FR:76540:ZE:TCARxMARTT1:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 511,
"time": "1775558707"
},
"departure": {
"delay": 511,
"time": "1775558731"
},
"stopId": "FR:76540:ZE:TCARxSTCLA1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 393,
"time": "1775558133"
},
"departure": {
"delay": 393,
"time": "1775558133"
},
"stopId": "FR:76540:ZE:TCARxJEUNE1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 368,
"time": "1775557688"
},
"departure": {
"delay": 368,
"time": "1775557688"
},
"stopId": "FR:76540:ZE:TCARxPMARC1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 531,
"time": "1775558236"
},
"departure": {
"delay": 531,
"time": "1775558331"
},
"stopId": "FR:76540:ZE:TCARxDRIVI1:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 526,
"time": "1775559083"
},
"departure": {
"delay": 526,
"time": "1775559106"
},
"stopId": "FR:76540:ZE:TCARxCHATL1:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 31,
"time": "1775556631"
},
"departure": {
"delay": 31,
"time": "1775556631"
},
"stopId": "FR:76540:ZE:TCARxBAPEA1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 425,
"time": "1775558045"
},
"departure": {
"delay": 425,
"time": "1775558045"
},
"stopId": "FR:76540:ZE:TCARxHILAI1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 472,
"time": "1775558632"
},
"departure": {
"delay": 472,
"time": "1775558632"
},
"stopId": "FR:76540:ZE:TCARxCOUPE1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 166,
"time": "1775556406"
},
"departure": {
"delay": 166,
"time": "1775556406"
},
"stopId": "FR:76216:ZE:TCARxPTPIE1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 359,
"time": "1775557537"
},
"departure": {
"delay": 359,
"time": "1775557559"
},
"stopId": "FR:76540:ZE:TCARxREPUB1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 102,
"time": "1775556282"
},
"departure": {
"delay": 102,
"time": "1775556282"
},
"stopId": "FR:76216:ZE:TCARxDVILL1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 556,
"time": "1775558938"
},
"departure": {
"delay": 556,
"time": "1775558956"
},
"stopId": "FR:76540:ZE:TCARxGALI1:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 292,
"time": "1775557432"
},
"departure": {
"delay": 292,
"time": "1775557432"
},
"stopId": "FR:76540:ZE:TCARxCATHE1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 512,
"time": "1775558792"
},
"departure": {
"delay": 512,
"time": "1775558792"
},
"stopId": "FR:76540:ZE:TCARxMALRA1:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 118,
"time": "1775556787"
},
"departure": {
"delay": 118,
"time": "1775556838"
},
"stopId": "FR:76540:ZE:TCARxRIBOU1:ATOUMOD001",
"stopSequence": 9
}
],
"timestamp": "1775555817",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx92:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx362:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx9501:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -15100,
"time": "1775559800"
},
"departure": {
"delay": -15100,
"time": "1775559800"
},
"stopId": "FR:76108:ZE:TCARxCLISA1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": -15468,
"time": "1775560872"
},
"departure": {
"delay": -15468,
"time": "1775560872"
},
"stopId": "FR:76540:ZE:TCARxPASCA0:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": -15484,
"time": "1775560976"
},
"departure": {
"delay": -15484,
"time": "1775560976"
},
"stopId": "FR:76540:ZE:TCARxMERID0:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": -15504,
"time": "1775561136"
},
"departure": {
"delay": -15504,
"time": "1775561136"
},
"stopId": "FR:76540:ZE:TCARxPLANT0:ATOUMOD001",
"stopSequence": 27
},
{
"departure": {
"delay": -15060,
"time": "1775559120"
},
"stopId": "FR:76377:ZE:TCARxRONCE1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": -15421,
"time": "1775560499"
},
"departure": {
"delay": -15421,
"time": "1775560499"
},
"stopId": "FR:76540:ZE:TCARxPCORN0:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": -15465,
"time": "1775560815"
},
"departure": {
"delay": -15465,
"time": "1775560815"
},
"stopId": "FR:76540:ZE:TCARxSEVER0:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": -15019,
"time": "1775559401"
},
"departure": {
"delay": -15019,
"time": "1775559401"
},
"stopId": "FR:76108:ZE:TCARxVERDU1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": -15099,
"time": "1775559741"
},
"departure": {
"delay": -15099,
"time": "1775559741"
},
"stopId": "FR:76108:ZE:TCARxDCARO0:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": -15028,
"time": "1775559452"
},
"departure": {
"delay": -15028,
"time": "1775559452"
},
"stopId": "FR:76108:ZE:TCARxNARCI1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": -15045,
"time": "1775559650"
},
"departure": {
"delay": -15045,
"time": "1775559675"
},
"stopId": "FR:76108:ZE:TCARxCEDRE0:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": -15232,
"time": "1775560028"
},
"departure": {
"delay": -15232,
"time": "1775560028"
},
"stopId": "FR:76540:ZE:TCARxBEAU10:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": -15084,
"time": "1775559551"
},
"departure": {
"delay": -15084,
"time": "1775559576"
},
"stopId": "FR:76108:ZE:TCARxANDER1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -15105,
"time": "1775559855"
},
"departure": {
"delay": -15105,
"time": "1775559855"
},
"stopId": "FR:76108:ZE:TCARxVAUC10:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": -15246,
"time": "1775560134"
},
"departure": {
"delay": -15246,
"time": "1775560134"
},
"stopId": "FR:76540:ZE:TCARxHVR1:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": -15017,
"time": "1775559283"
},
"departure": {
"delay": -15017,
"time": "1775559283"
},
"stopId": "FR:76108:ZE:TCARxROUGE0:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -15065,
"time": "1775559175"
},
"departure": {
"delay": -15065,
"time": "1775559175"
},
"stopId": "FR:76377:ZE:TCARxJARDI2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -15249,
"time": "1775559951"
},
"departure": {
"delay": -15249,
"time": "1775559951"
},
"stopId": "FR:76540:ZE:TCARxRICAR0:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": -15544,
"time": "1775561276"
},
"departure": {
"delay": -15544,
"time": "1775561276"
},
"stopId": "FR:76498:ZE:TCARxLBRUY0:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": -15073,
"time": "1775559504"
},
"departure": {
"delay": -15073,
"time": "1775559527"
},
"stopId": "FR:76108:ZE:TCARxBGUI10:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": -15500,
"time": "1775561200"
},
"departure": {
"delay": -15500,
"time": "1775561200"
},
"stopId": "FR:76498:ZE:TCARxSEMAR0:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": -15424,
"time": "1775560676"
},
"departure": {
"delay": -15424,
"time": "1775560676"
},
"stopId": "FR:76540:ZE:TCARxCHAMP1:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": -15178,
"time": "1775559902"
},
"departure": {
"delay": -15178,
"time": "1775559902"
},
"stopId": "FR:76108:ZE:TCARxEBUIS1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": -15311,
"time": "1775560249"
},
"departure": {
"delay": -15311,
"time": "1775560249"
},
"stopId": "FR:76540:ZE:TCARxSTNIC1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": -15366,
"time": "1775560314"
},
"departure": {
"delay": -15366,
"time": "1775560314"
},
"stopId": "FR:76540:ZE:TCARxRREPU0:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": -15519,
"time": "1775561061"
},
"departure": {
"delay": -15519,
"time": "1775561061"
},
"stopId": "FR:76540:ZE:TCARxDUFFA0:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": -15007,
"time": "1775559353"
},
"departure": {
"delay": -15007,
"time": "1775559353"
},
"stopId": "FR:76108:ZE:TCARxREY0:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": -15444,
"time": "1775560716"
},
"departure": {
"delay": -15444,
"time": "1775560716"
},
"stopId": "FR:76540:ZE:TCARxLAFAY0:ATOUMOD001",
"stopSequence": 22
}
],
"timestamp": "1775558716",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx01:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx9501:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx19354:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 15707,
"time": "1775559974"
},
"departure": {
"delay": 15707,
"time": "1775560007"
},
"stopId": "FR:76540:ZE:TCARxRIBOT2:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 16002,
"time": "1775559577"
},
"departure": {
"delay": 16002,
"time": "1775559582"
},
"stopId": "FR:76540:ZE:TCARxCECIL2:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 15674,
"time": "1775560334"
},
"departure": {
"delay": 15674,
"time": "1775560334"
},
"stopId": "FR:76451:ZE:TCARxCBLBE2:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 15716,
"time": "1775560076"
},
"departure": {
"delay": 15716,
"time": "1775560076"
},
"stopId": "FR:76540:ZE:TCARxFDVAL2:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 15996,
"time": "1775559636"
},
"departure": {
"delay": 15996,
"time": "1775559636"
},
"stopId": "FR:76540:ZE:TCARxORLET4:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 15713,
"time": "1775560313"
},
"departure": {
"delay": 15713,
"time": "1775560313"
},
"stopId": "FR:76451:ZE:TCARxCAMPU2:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 15928,
"time": "1775559762"
},
"departure": {
"delay": 15928,
"time": "1775559808"
},
"stopId": "FR:76540:ZE:TCARxCAMIT2:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 16047,
"time": "1775559503"
},
"departure": {
"delay": 16047,
"time": "1775559507"
},
"stopId": "FR:76540:ZE:TCARxJOFFT2:ATOUMOD001",
"stopSequence": 2
}
],
"timestamp": "1775559438",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx95:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx19354:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC596550:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 26,
"time": "1775562446"
},
"departure": {
"delay": 26,
"time": "1775562446"
},
"stopId": "FR:27229:ZE:0xJAU01:ATOUMOD004",
"stopSequence": 4
},
{
"arrival": {
"delay": 31,
"time": "1775563111"
},
"departure": {
"delay": 31,
"time": "1775563111"
},
"stopId": "FR:27229:ZE:0xRON01:ATOUMOD004",
"stopSequence": 18
},
{
"arrival": {
"delay": 48,
"time": "1775562288"
},
"departure": {
"delay": 48,
"time": "1775562288"
},
"stopId": "FR:27229:ZE:0xHAP01:ATOUMOD004",
"stopSequence": 3
},
{
"arrival": {
"delay": 75,
"time": "1775563215"
},
"departure": {
"delay": 75,
"time": "1775563215"
},
"stopId": "FR:27229:ZE:0xBEC01:ATOUMOD004",
"stopSequence": 19
},
{
"arrival": {
"delay": 33,
"time": "1775562873"
},
"departure": {
"delay": 33,
"time": "1775562873"
},
"stopId": "FR:27229:ZE:0xPOL03:ATOUMOD004",
"stopSequence": 10
},
{
"departure": {
"time": "1775562120"
},
"stopId": "FR:27229:ZE:0xHOT01:ATOUMOD004",
"stopSequence": 1
},
{
"arrival": {
"delay": 167,
"time": "1775563907"
},
"stopId": "FR:27306:ZE:0xCID02:ATOUMOD004",
"stopSequence": 24
},
{
"arrival": {
"delay": 19,
"time": "1775562739"
},
"departure": {
"delay": 19,
"time": "1775562739"
},
"stopId": "FR:27229:ZE:0xMOU01:ATOUMOD004",
"stopSequence": 8
},
{
"arrival": {
"delay": 52,
"time": "1775562652"
},
"departure": {
"delay": 52,
"time": "1775562652"
},
"stopId": "FR:27229:ZE:0xLET01:ATOUMOD004",
"stopSequence": 7
},
{
"arrival": {
"time": "1775563020"
},
"departure": {
"time": "1775563020"
},
"stopId": "FR:27229:ZE:0xLAK01:ATOUMOD004",
"stopSequence": 17
},
{
"arrival": {
"delay": 22,
"time": "1775562202"
},
"departure": {
"delay": 22,
"time": "1775562202"
},
"stopId": "FR:27229:ZE:0xLOM01:ATOUMOD004",
"stopSequence": 2
},
{
"arrival": {
"delay": 25,
"time": "1775562925"
},
"departure": {
"delay": 25,
"time": "1775562925"
},
"stopId": "FR:27229:ZE:0xTRA01:ATOUMOD004",
"stopSequence": 11
},
{
"arrival": {
"time": "1775562540"
},
"departure": {
"time": "1775562540"
},
"stopId": "FR:27229:ZE:0xGAR04:ATOUMOD004",
"stopSequence": 5
},
{
"arrival": {
"delay": 29,
"time": "1775562809"
},
"departure": {
"delay": 29,
"time": "1775562809"
},
"stopId": "FR:27229:ZE:0xORL01:ATOUMOD004",
"stopSequence": 9
},
{
"arrival": {
"delay": 174,
"time": "1775563854"
},
"departure": {
"delay": 174,
"time": "1775563854"
},
"stopId": "FR:27306:ZE:0xVIl02:ATOUMOD004",
"stopSequence": 23
},
{
"arrival": {
"delay": 167,
"time": "1775563787"
},
"departure": {
"delay": 167,
"time": "1775563787"
},
"stopId": "FR:27306:ZE:0xOIS02:ATOUMOD004",
"stopSequence": 22
}
],
"timestamp": "1775560081",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD004:Line:T6:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC596550:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx15399:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 14468,
"time": "1775557508"
},
"departure": {
"delay": 14468,
"time": "1775557508"
},
"stopId": "FR:76095:ZE:TCARxCIMEB2:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 14454,
"time": "1775557434"
},
"departure": {
"delay": 14454,
"time": "1775557434"
},
"stopId": "FR:76540:ZE:TCARxTAMAR5:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 14209,
"time": "1775559529"
},
"departure": {
"delay": 14209,
"time": "1775559529"
},
"stopId": "FR:76410:ZE:TCARxMACIM2:ATOUMOD001",
"stopSequence": 30
},
{
"departure": {
"delay": 14418,
"time": "1775557158"
},
"stopId": "FR:76540:ZE:TCARxLYFLA3:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 14145,
"time": "1775559825"
},
"departure": {
"delay": 14145,
"time": "1775559825"
},
"stopId": "FR:76410:ZE:TCARxZAMAI2:ATOUMOD001",
"stopSequence": 35
},
{
"arrival": {
"delay": 14356,
"time": "1775558513"
},
"departure": {
"delay": 14356,
"time": "1775558536"
},
"stopId": "FR:76451:ZE:TCARxHDVBE2:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 14198,
"time": "1775559433"
},
"departure": {
"delay": 14198,
"time": "1775559458"
},
"stopId": "FR:76410:ZE:TCARxMMAIR0:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 14400,
"time": "1775558160"
},
"departure": {
"delay": 14400,
"time": "1775558160"
},
"stopId": "FR:76451:ZE:TCARxCHEFO2:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 14138,
"time": "1775559060"
},
"departure": {
"delay": 14138,
"time": "1775559158"
},
"stopId": "FR:76474:ZE:TCARxGARMA2:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 14148,
"time": "1775559688"
},
"departure": {
"delay": 14148,
"time": "1775559708"
},
"stopId": "FR:76410:ZE:TCARxMAROY2:ATOUMOD001",
"stopSequence": 32
},
{
"arrival": {
"delay": 14448,
"time": "1775557188"
},
"departure": {
"delay": 14448,
"time": "1775557188"
},
"stopId": "FR:76540:ZE:TCARxLECOQ1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 14173,
"time": "1775558833"
},
"departure": {
"delay": 14173,
"time": "1775558833"
},
"stopId": "FR:76451:ZE:TCARxMALAD1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 14122,
"time": "1775559742"
},
"departure": {
"delay": 14122,
"time": "1775559742"
},
"stopId": "FR:76410:ZE:TCARxMASUD2:ATOUMOD001",
"stopSequence": 33
},
{
"arrival": {
"delay": 14458,
"time": "1775557235"
},
"departure": {
"delay": 14458,
"time": "1775557258"
},
"stopId": "FR:76540:ZE:TCARxARROM1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 14312,
"time": "1775558612"
},
"departure": {
"delay": 14312,
"time": "1775558612"
},
"stopId": "FR:76451:ZE:TCARxCOQU21:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 14185,
"time": "1775558905"
},
"departure": {
"delay": 14185,
"time": "1775558905"
},
"stopId": "FR:76451:ZE:TCARxCROIX2:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 14346,
"time": "1775557986"
},
"departure": {
"delay": 14346,
"time": "1775557986"
},
"stopId": "FR:76108:ZE:TCARxVIELL1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 14543,
"time": "1775557643"
},
"departure": {
"delay": 14543,
"time": "1775557643"
},
"stopId": "FR:76095:ZE:TCARxLOMBA1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 14166,
"time": "1775559786"
},
"departure": {
"delay": 14166,
"time": "1775559786"
},
"stopId": "FR:76410:ZE:TCARxSIGNA3:ATOUMOD001",
"stopSequence": 34
},
{
"arrival": {
"delay": 14178,
"time": "1775559258"
},
"departure": {
"delay": 14178,
"time": "1775559258"
},
"stopId": "FR:76410:ZE:TCARxDLUNE5:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 14374,
"time": "1775557808"
},
"departure": {
"delay": 14374,
"time": "1775557834"
},
"stopId": "FR:76108:ZE:TCARxBGUI21:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 14448,
"time": "1775557287"
},
"departure": {
"delay": 14448,
"time": "1775557308"
},
"stopId": "FR:76540:ZE:TCARxCHERB1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 14181,
"time": "1775559621"
},
"departure": {
"delay": 14181,
"time": "1775559621"
},
"stopId": "FR:76410:ZE:TCARxFOURA2:ATOUMOD001",
"stopSequence": 31
},
{
"arrival": {
"delay": 14328,
"time": "1775558688"
},
"departure": {
"delay": 14328,
"time": "1775558688"
},
"stopId": "FR:76451:ZE:TCARxCOLBE1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 14484,
"time": "1775557344"
},
"departure": {
"delay": 14484,
"time": "1775557344"
},
"stopId": "FR:76540:ZE:TCARxEVREU0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 14443,
"time": "1775557723"
},
"departure": {
"delay": 14443,
"time": "1775557723"
},
"stopId": "FR:76108:ZE:TCARxHERBE2:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 14206,
"time": "1775559346"
},
"departure": {
"delay": 14206,
"time": "1775559346"
},
"stopId": "FR:76410:ZE:TCARxARCON2:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 14448,
"time": "1775557865"
},
"departure": {
"delay": 14448,
"time": "1775557908"
},
"stopId": "FR:76108:ZE:TCARxMAXPO2:ATOUMOD001",
"stopSequence": 11
}
],
"timestamp": "1775557176",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx10:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx15399:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745260x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 75,
"time": "1775545513"
},
"departure": {
"delay": 75,
"time": "1775545575"
},
"stopId": "FR:50129:ZE:10OYG2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 39,
"time": "1775546570"
},
"departure": {
"delay": 39,
"time": "1775546619"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": -10,
"time": "1775546118"
},
"departure": {
"delay": -10,
"time": "1775546150"
},
"stopId": "FR:50129:ZE:10CRC4:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 33,
"time": "1775545979"
},
"departure": {
"delay": 33,
"time": "1775546013"
},
"stopId": "FR:50129:ZE:10PFO2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 13,
"time": "1775546224"
},
"departure": {
"delay": 13,
"time": "1775546293"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 13
},
{
"departure": {
"delay": 113,
"time": "1775545313"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 123,
"time": "1775545672"
},
"departure": {
"delay": 123,
"time": "1775545743"
},
"stopId": "FR:50129:ZE:10ANJ6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": -53,
"time": "1775546887"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": -28,
"time": "1775546035"
},
"departure": {
"delay": -28,
"time": "1775546072"
},
"stopId": "FR:50129:ZE:10FOR4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 63,
"time": "1775545426"
},
"departure": {
"delay": 63,
"time": "1775545443"
},
"stopId": "FR:50129:ZE:10AMO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": -27,
"time": "1775546393"
},
"departure": {
"delay": -27,
"time": "1775546433"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 115,
"time": "1775545769"
},
"departure": {
"delay": 115,
"time": "1775545795"
},
"stopId": "FR:50129:ZE:10BQR2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 87,
"time": "1775545841"
},
"departure": {
"delay": 87,
"time": "1775545887"
},
"stopId": "FR:50129:ZE:10BRA4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": -11,
"time": "1775546653"
},
"departure": {
"delay": -11,
"time": "1775546689"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 82,
"time": "1775545915"
},
"departure": {
"delay": 82,
"time": "1775545942"
},
"stopId": "FR:50129:ZE:10RTU2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 77,
"time": "1775545605"
},
"departure": {
"delay": 77,
"time": "1775545637"
},
"stopId": "FR:50129:ZE:10PRV2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 5,
"time": "1775546465"
},
"departure": {
"delay": 5,
"time": "1775546525"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": -31,
"time": "1775546334"
},
"departure": {
"delay": -31,
"time": "1775546369"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 55,
"time": "1775545467"
},
"departure": {
"delay": 55,
"time": "1775545495"
},
"stopId": "FR:50129:ZE:10EGL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": -13,
"time": "1775546745"
},
"departure": {
"delay": -13,
"time": "1775546807"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 19
}
],
"timestamp": "1775560079",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1A:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745260x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745143x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -42,
"time": "1775553876"
},
"departure": {
"delay": -42,
"time": "1775553918"
},
"stopId": "FR:50129:ZE:10PFO1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": -52,
"time": "1775554054"
},
"departure": {
"delay": -52,
"time": "1775554088"
},
"stopId": "FR:50129:ZE:10BRA3:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 12,
"time": "1775554469"
},
"departure": {
"delay": 12,
"time": "1775554512"
},
"stopId": "FR:50129:ZE:10EGL1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 12,
"time": "1775553336"
},
"departure": {
"delay": 12,
"time": "1775553372"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": -53,
"time": "1775554206"
},
"departure": {
"delay": -53,
"time": "1775554267"
},
"stopId": "FR:50129:ZE:10ANJ5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 77,
"time": "1775553566"
},
"departure": {
"delay": 77,
"time": "1775553617"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 43,
"time": "1775553233"
},
"departure": {
"delay": 43,
"time": "1775553283"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": -61,
"time": "1775553960"
},
"departure": {
"delay": -61,
"time": "1775554019"
},
"stopId": "FR:50129:ZE:10RTU1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 7,
"time": "1775554389"
},
"departure": {
"delay": 7,
"time": "1775554447"
},
"stopId": "FR:50129:ZE:10OLY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 11,
"time": "1775554527"
},
"departure": {
"delay": 11,
"time": "1775554571"
},
"stopId": "FR:50129:ZE:10AMO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": -97,
"time": "1775554150"
},
"departure": {
"delay": -97,
"time": "1775554163"
},
"stopId": "FR:50129:ZE:10BQR1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": -17,
"time": "1775554288"
},
"departure": {
"delay": -17,
"time": "1775554363"
},
"stopId": "FR:50129:ZE:10PRV1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 8,
"time": "1775553396"
},
"departure": {
"delay": 8,
"time": "1775553428"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": -91,
"time": "1775554649"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": -3,
"time": "1775553053"
},
"departure": {
"delay": -3,
"time": "1775553177"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": -1,
"time": "1775553796"
},
"departure": {
"delay": -1,
"time": "1775553839"
},
"stopId": "FR:50129:ZE:10FOR3:ATOUMOD035",
"stopSequence": 9
},
{
"departure": {
"delay": -7,
"time": "1775552993"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 33,
"time": "1775553717"
},
"departure": {
"delay": 33,
"time": "1775553753"
},
"stopId": "FR:50129:ZE:10CRC3:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 33,
"time": "1775553455"
},
"departure": {
"delay": 33,
"time": "1775553513"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 6
}
],
"timestamp": "1775560077",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1B:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745143x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746159x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 37,
"time": "1775540298"
},
"departure": {
"delay": 37,
"time": "1775540317"
},
"stopId": "FR:50129:ZE:10ALB1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 99,
"time": "1775541235"
},
"departure": {
"delay": 99,
"time": "1775541279"
},
"stopId": "FR:50129:ZE:10HOM1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 36,
"time": "1775540339"
},
"departure": {
"delay": 36,
"time": "1775540376"
},
"stopId": "FR:50129:ZE:10SFN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 87,
"time": "1775541459"
},
"departure": {
"delay": 87,
"time": "1775541507"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 42,
"time": "1775542983"
},
"departure": {
"delay": 42,
"time": "1775543022"
},
"stopId": "FR:50129:ZE:10ART1:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": 48,
"time": "1775542839"
},
"departure": {
"delay": 48,
"time": "1775542848"
},
"stopId": "FR:50129:ZE:10LLM1:ATOUMOD035",
"stopSequence": 37
},
{
"departure": {
"delay": 32,
"time": "1775540132"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 115,
"time": "1775542456"
},
"departure": {
"delay": 115,
"time": "1775542495"
},
"stopId": "FR:50129:ZE:10THH3:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 79,
"time": "1775541934"
},
"departure": {
"delay": 79,
"time": "1775541979"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": -45,
"time": "1775543164"
},
"departure": {
"delay": -45,
"time": "1775543175"
},
"stopId": "FR:50129:ZE:10MYO1:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": 45,
"time": "1775540551"
},
"departure": {
"delay": 45,
"time": "1775540565"
},
"stopId": "FR:50129:ZE:10BON1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 27,
"time": "1775540453"
},
"departure": {
"delay": 27,
"time": "1775540487"
},
"stopId": "FR:50129:ZE:10HOU1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 84,
"time": "1775542784"
},
"departure": {
"delay": 84,
"time": "1775542824"
},
"stopId": "FR:50129:ZE:10JMO1:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 62,
"time": "1775540848"
},
"departure": {
"delay": 62,
"time": "1775540882"
},
"stopId": "FR:50129:ZE:10LON1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 58,
"time": "1775541334"
},
"departure": {
"delay": 58,
"time": "1775541358"
},
"stopId": "FR:50129:ZE:10BEL1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 3,
"time": "1775543183"
},
"departure": {
"delay": 3,
"time": "1775543223"
},
"stopId": "FR:50129:ZE:10MGT1:ATOUMOD035",
"stopSequence": 44
},
{
"arrival": {
"delay": -25,
"time": "1775543244"
},
"departure": {
"delay": -25,
"time": "1775543255"
},
"stopId": "FR:50129:ZE:10RSX1:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"delay": 84,
"time": "1775541516"
},
"departure": {
"delay": 84,
"time": "1775541564"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 55,
"time": "1775541803"
},
"departure": {
"delay": 55,
"time": "1775541835"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 23,
"time": "1775540767"
},
"departure": {
"delay": 23,
"time": "1775540783"
},
"stopId": "FR:50129:ZE:10CPL1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 95,
"time": "1775542577"
},
"departure": {
"delay": 95,
"time": "1775542595"
},
"stopId": "FR:50129:ZE:10LCA1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 99,
"time": "1775541172"
},
"departure": {
"delay": 99,
"time": "1775541219"
},
"stopId": "FR:50129:ZE:10AGO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": -9,
"time": "1775543121"
},
"departure": {
"delay": -9,
"time": "1775543151"
},
"stopId": "FR:50129:ZE:10NOR3:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"delay": 43,
"time": "1775542873"
},
"departure": {
"delay": 43,
"time": "1775542903"
},
"stopId": "FR:50129:ZE:10BRO1:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"delay": 13,
"time": "1775542120"
},
"departure": {
"delay": 13,
"time": "1775542153"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 31,
"time": "1775543301"
},
"departure": {
"delay": 31,
"time": "1775543311"
},
"stopId": "FR:50129:ZE:10CVE1:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"delay": 44,
"time": "1775542009"
},
"departure": {
"delay": 44,
"time": "1775542064"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 56,
"time": "1775541869"
},
"departure": {
"delay": 56,
"time": "1775541896"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 26,
"time": "1775540682"
},
"departure": {
"delay": 26,
"time": "1775540726"
},
"stopId": "FR:50129:ZE:10PRE1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 34,
"time": "1775541695"
},
"departure": {
"delay": 34,
"time": "1775541754"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 36,
"time": "1775542742"
},
"departure": {
"delay": 36,
"time": "1775542776"
},
"stopId": "FR:50129:ZE:10LUM1:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": -21,
"time": "1775543065"
},
"departure": {
"delay": -21,
"time": "1775543079"
},
"stopId": "FR:50129:ZE:10JEA1:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": 22,
"time": "1775540517"
},
"departure": {
"delay": 22,
"time": "1775540542"
},
"stopId": "FR:50129:ZE:10BRT1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 23,
"time": "1775540617"
},
"departure": {
"delay": 23,
"time": "1775540663"
},
"stopId": "FR:50129:ZE:10ARA1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 1,
"time": "1775543030"
},
"departure": {
"delay": 1,
"time": "1775543041"
},
"stopId": "FR:50129:ZE:10ZPH1:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"delay": -20,
"time": "1775543440"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"delay": 62,
"time": "1775541394"
},
"departure": {
"delay": 62,
"time": "1775541422"
},
"stopId": "FR:50129:ZE:10HUI1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 153,
"time": "1775542297"
},
"departure": {
"delay": 153,
"time": "1775542413"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 76,
"time": "1775541037"
},
"departure": {
"delay": 76,
"time": "1775541076"
},
"stopId": "FR:50129:ZE:10DUB1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 57,
"time": "1775540800"
},
"departure": {
"delay": 57,
"time": "1775540817"
},
"stopId": "FR:50129:ZE:10BHE1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 58,
"time": "1775541621"
},
"departure": {
"delay": 58,
"time": "1775541658"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 60,
"time": "1775540151"
},
"departure": {
"delay": 60,
"time": "1775540160"
},
"stopId": "FR:50129:ZE:10SFG1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 61,
"time": "1775541104"
},
"departure": {
"delay": 61,
"time": "1775541121"
},
"stopId": "FR:50129:ZE:10LAV1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 38,
"time": "1775540432"
},
"departure": {
"delay": 38,
"time": "1775540438"
},
"stopId": "FR:50129:ZE:10CAR1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 82,
"time": "1775540927"
},
"departure": {
"delay": 82,
"time": "1775540962"
},
"stopId": "FR:50129:ZE:10ZOL1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 80,
"time": "1775540191"
},
"departure": {
"delay": 80,
"time": "1775540240"
},
"stopId": "FR:50129:ZE:10COF1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 12,
"time": "1775543325"
},
"departure": {
"delay": 12,
"time": "1775543352"
},
"stopId": "FR:50129:ZE:10COS1:ATOUMOD035",
"stopSequence": 47
},
{
"arrival": {
"delay": 68,
"time": "1775542636"
},
"departure": {
"delay": 68,
"time": "1775542688"
},
"stopId": "FR:50129:ZE:10BHC3:ATOUMOD035",
"stopSequence": 34
}
],
"timestamp": "1775559956",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746159x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745258x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -40,
"time": "1775543132"
},
"departure": {
"delay": -40,
"time": "1775543180"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 33,
"time": "1775542682"
},
"departure": {
"delay": 33,
"time": "1775542713"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 81,
"time": "1775541925"
},
"departure": {
"delay": 81,
"time": "1775541981"
},
"stopId": "FR:50129:ZE:10OYG2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 28,
"time": "1775542481"
},
"departure": {
"delay": 28,
"time": "1775542528"
},
"stopId": "FR:50129:ZE:10FOR4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 8,
"time": "1775542761"
},
"departure": {
"delay": 8,
"time": "1775542808"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 65,
"time": "1775541856"
},
"departure": {
"delay": 65,
"time": "1775541905"
},
"stopId": "FR:50129:ZE:10EGL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 102,
"time": "1775542326"
},
"departure": {
"delay": 102,
"time": "1775542362"
},
"stopId": "FR:50129:ZE:10RTU2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 42,
"time": "1775542996"
},
"departure": {
"delay": 42,
"time": "1775543022"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 97,
"time": "1775542080"
},
"departure": {
"delay": 97,
"time": "1775542117"
},
"stopId": "FR:50129:ZE:10ANJ6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 69,
"time": "1775542407"
},
"departure": {
"delay": 69,
"time": "1775542449"
},
"stopId": "FR:50129:ZE:10PFO2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": -47,
"time": "1775543293"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 23,
"time": "1775542910"
},
"departure": {
"delay": 23,
"time": "1775542943"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 13,
"time": "1775542838"
},
"departure": {
"delay": 13,
"time": "1775542873"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": -32,
"time": "1775543052"
},
"departure": {
"delay": -32,
"time": "1775543068"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 18
},
{
"departure": {
"delay": 93,
"time": "1775541693"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 47,
"time": "1775541789"
},
"departure": {
"delay": 47,
"time": "1775541827"
},
"stopId": "FR:50129:ZE:10AMO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 92,
"time": "1775542001"
},
"departure": {
"delay": 92,
"time": "1775542052"
},
"stopId": "FR:50129:ZE:10PRV2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 51,
"time": "1775542578"
},
"departure": {
"delay": 51,
"time": "1775542611"
},
"stopId": "FR:50129:ZE:10CRC4:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 97,
"time": "1775542254"
},
"departure": {
"delay": 97,
"time": "1775542297"
},
"stopId": "FR:50129:ZE:10BRA4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 106,
"time": "1775542144"
},
"departure": {
"delay": 106,
"time": "1775542186"
},
"stopId": "FR:50129:ZE:10BQR2:ATOUMOD035",
"stopSequence": 7
}
],
"timestamp": "1775560079",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1A:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745258x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745166x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 109,
"time": "1775551368"
},
"departure": {
"delay": 109,
"time": "1775551429"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 62,
"time": "1775550927"
},
"departure": {
"delay": 62,
"time": "1775550962"
},
"stopId": "FR:50129:ZE:10FOR4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 201,
"time": "1775551631"
},
"departure": {
"delay": 201,
"time": "1775551701"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 138,
"time": "1775550727"
},
"departure": {
"delay": 138,
"time": "1775550738"
},
"stopId": "FR:50129:ZE:10BRA4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 38,
"time": "1775551195"
},
"departure": {
"delay": 38,
"time": "1775551238"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 198,
"time": "1775551938"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 243,
"time": "1775551798"
},
"departure": {
"delay": 243,
"time": "1775551863"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 131,
"time": "1775550444"
},
"departure": {
"delay": 131,
"time": "1775550491"
},
"stopId": "FR:50129:ZE:10PRV2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 68,
"time": "1775551101"
},
"departure": {
"delay": 68,
"time": "1775551148"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 68,
"time": "1775551266"
},
"departure": {
"delay": 68,
"time": "1775551328"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 178,
"time": "1775550616"
},
"departure": {
"delay": 178,
"time": "1775550658"
},
"stopId": "FR:50129:ZE:10BQR2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 116,
"time": "1775550362"
},
"departure": {
"delay": 116,
"time": "1775550416"
},
"stopId": "FR:50129:ZE:10OYG2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 65,
"time": "1775551008"
},
"departure": {
"delay": 65,
"time": "1775551025"
},
"stopId": "FR:50129:ZE:10CRC4:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 108,
"time": "1775550842"
},
"departure": {
"delay": 108,
"time": "1775550888"
},
"stopId": "FR:50129:ZE:10PFO2:ATOUMOD035",
"stopSequence": 10
},
{
"departure": {
"delay": 128,
"time": "1775550128"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 92,
"time": "1775550232"
},
"departure": {
"delay": 92,
"time": "1775550272"
},
"stopId": "FR:50129:ZE:10AMO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 138,
"time": "1775550762"
},
"departure": {
"delay": 138,
"time": "1775550798"
},
"stopId": "FR:50129:ZE:10RTU2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 164,
"time": "1775550522"
},
"departure": {
"delay": 164,
"time": "1775550584"
},
"stopId": "FR:50129:ZE:10ANJ6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 95,
"time": "1775550292"
},
"departure": {
"delay": 95,
"time": "1775550335"
},
"stopId": "FR:50129:ZE:10EGL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 206,
"time": "1775551540"
},
"departure": {
"delay": 206,
"time": "1775551586"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 17
}
],
"timestamp": "1775560076",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1A:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745166x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx1627:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 324,
"time": "1775557524"
},
"departure": {
"delay": 324,
"time": "1775557524"
},
"stopId": "FR:76540:ZE:TCARxPASPA1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 529,
"time": "1775558424"
},
"departure": {
"delay": 529,
"time": "1775558449"
},
"stopId": "FR:76540:ZE:TCARxHILAI1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 307,
"time": "1775557127"
},
"departure": {
"delay": 307,
"time": "1775557327"
},
"stopId": "FR:76540:ZE:TCARxRIBOU1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 409,
"time": "1775557827"
},
"departure": {
"delay": 409,
"time": "1775557849"
},
"stopId": "FR:76540:ZE:TCARxCATHE1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 564,
"time": "1775559011"
},
"departure": {
"delay": 564,
"time": "1775559024"
},
"stopId": "FR:76212:ZE:TCARxCANAD1:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 369,
"time": "1775557429"
},
"departure": {
"delay": 369,
"time": "1775557449"
},
"stopId": "FR:76540:ZE:TCARxLUCIL1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 194,
"time": "1775556674"
},
"departure": {
"delay": 194,
"time": "1775556674"
},
"stopId": "FR:76157:ZE:TCARxTPRAT1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 54,
"time": "1775556149"
},
"departure": {
"delay": 54,
"time": "1775556174"
},
"stopId": "FR:76157:ZE:TCARxTPISS1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 169,
"time": "1775556300"
},
"departure": {
"delay": 169,
"time": "1775556349"
},
"stopId": "FR:76157:ZE:TCARxTJAUR1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 514,
"time": "1775559094"
},
"stopId": "FR:76212:ZE:TCARxDUREC:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 364,
"time": "1775557599"
},
"departure": {
"delay": 364,
"time": "1775557624"
},
"stopId": "FR:76540:ZE:TCARxBELGE1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 579,
"time": "1775558799"
},
"departure": {
"delay": 579,
"time": "1775558799"
},
"stopId": "FR:76540:ZE:TCARxECOLE1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 474,
"time": "1775557931"
},
"departure": {
"delay": 474,
"time": "1775557974"
},
"stopId": "FR:76540:ZE:TCARxREPUB1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 169,
"time": "1775556500"
},
"departure": {
"delay": 169,
"time": "1775556529"
},
"stopId": "FR:76157:ZE:TCARxTDUMA1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 593,
"time": "1775558633"
},
"departure": {
"delay": 593,
"time": "1775558633"
},
"stopId": "FR:76540:ZE:TCARxJEUNE1:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 179,
"time": "1775556578"
},
"departure": {
"delay": 179,
"time": "1775556599"
},
"stopId": "FR:76157:ZE:TCARxTOUYE1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 369,
"time": "1775557725"
},
"departure": {
"delay": 369,
"time": "1775557749"
},
"stopId": "FR:76540:ZE:TCARxTARTT1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 84,
"time": "1775556903"
},
"departure": {
"delay": 84,
"time": "1775556924"
},
"stopId": "FR:76540:ZE:TCARxMIN1T:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 105,
"time": "1775556825"
},
"departure": {
"delay": 105,
"time": "1775556825"
},
"stopId": "FR:76157:ZE:TCARxCORNI1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 494,
"time": "1775558155"
},
"departure": {
"delay": 494,
"time": "1775558174"
},
"stopId": "FR:76540:ZE:TCARxMARTT1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 474,
"time": "1775558249"
},
"departure": {
"delay": 474,
"time": "1775558274"
},
"stopId": "FR:76540:ZE:TCARxCHRUT1:ATOUMOD001",
"stopSequence": 19
},
{
"departure": {
"delay": 30,
"time": "1775556090"
},
"stopId": "FR:76157:ZE:TCARxTMONET:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 454,
"time": "1775558074"
},
"departure": {
"delay": 454,
"time": "1775558074"
},
"stopId": "FR:76540:ZE:TCARxPMARC1:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 540,
"time": "1775558700"
},
"departure": {
"delay": 540,
"time": "1775558700"
},
"stopId": "FR:76540:ZE:TCARxDRIVI1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 609,
"time": "1775558900"
},
"departure": {
"delay": 609,
"time": "1775558949"
},
"stopId": "FR:76212:ZE:TCARxDMAIR1:ATOUMOD001",
"stopSequence": 24
}
],
"timestamp": "1775555877",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx93:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx1627:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745661x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 214,
"time": "1775546466"
},
"departure": {
"delay": 214,
"time": "1775546494"
},
"stopId": "FR:50129:ZE:10CRN1:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 257,
"time": "1775546088"
},
"departure": {
"delay": 257,
"time": "1775546117"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 308,
"time": "1775545325"
},
"departure": {
"delay": 308,
"time": "1775545388"
},
"stopId": "FR:50129:ZE:10ANN1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 211,
"time": "1775544498"
},
"departure": {
"delay": 211,
"time": "1775544571"
},
"stopId": "FR:50129:ZE:10MOR1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 247,
"time": "1775544753"
},
"departure": {
"delay": 247,
"time": "1775544787"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 308,
"time": "1775544878"
},
"departure": {
"delay": 308,
"time": "1775544908"
},
"stopId": "FR:50129:ZE:10EPC1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 294,
"time": "1775545060"
},
"departure": {
"delay": 294,
"time": "1775545074"
},
"stopId": "FR:50129:ZE:10PET1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 258,
"time": "1775547225"
},
"departure": {
"delay": 258,
"time": "1775547258"
},
"stopId": "FR:50129:ZE:10FLO1:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 356,
"time": "1775545580"
},
"departure": {
"delay": 356,
"time": "1775545616"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 319,
"time": "1775546018"
},
"departure": {
"delay": 319,
"time": "1775546059"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 253,
"time": "1775544633"
},
"departure": {
"delay": 253,
"time": "1775544673"
},
"stopId": "FR:50129:ZE:10FRN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 246,
"time": "1775546735"
},
"departure": {
"delay": 246,
"time": "1775546766"
},
"stopId": "FR:50129:ZE:10GRR1:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 211,
"time": "1775547080"
},
"departure": {
"delay": 211,
"time": "1775547091"
},
"stopId": "FR:50129:ZE:10GDR1:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 215,
"time": "1775546654"
},
"departure": {
"delay": 215,
"time": "1775546675"
},
"stopId": "FR:50129:ZE:10XCT3:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 351,
"time": "1775545634"
},
"departure": {
"delay": 351,
"time": "1775545671"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 237,
"time": "1775546178"
},
"departure": {
"delay": 237,
"time": "1775546217"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 284,
"time": "1775545917"
},
"departure": {
"delay": 284,
"time": "1775545964"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 20
},
{
"departure": {
"delay": 174,
"time": "1775544354"
},
"stopId": "FR:50129:ZE:10AMF1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 320,
"time": "1775545719"
},
"departure": {
"delay": 320,
"time": "1775545760"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 192,
"time": "1775547312"
},
"stopId": "FR:50129:ZE:10ECT1:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 239,
"time": "1775546910"
},
"departure": {
"delay": 239,
"time": "1775546939"
},
"stopId": "FR:50129:ZE:10MED3:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 238,
"time": "1775547133"
},
"departure": {
"delay": 238,
"time": "1775547178"
},
"stopId": "FR:50129:ZE:10LPL1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 223,
"time": "1775546833"
},
"departure": {
"delay": 223,
"time": "1775546863"
},
"stopId": "FR:50129:ZE:10BAG3:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 253,
"time": "1775546555"
},
"departure": {
"delay": 253,
"time": "1775546593"
},
"stopId": "FR:50129:ZE:10HPA3:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 325,
"time": "1775545489"
},
"departure": {
"delay": 325,
"time": "1775545525"
},
"stopId": "FR:50129:ZE:10PAX1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 274,
"time": "1775545863"
},
"departure": {
"delay": 274,
"time": "1775545894"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 177,
"time": "1775544441"
},
"departure": {
"delay": 177,
"time": "1775544477"
},
"stopId": "FR:50129:ZE:10MES1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 257,
"time": "1775544591"
},
"departure": {
"delay": 257,
"time": "1775544617"
},
"stopId": "FR:50129:ZE:10BOI1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 298,
"time": "1775545107"
},
"departure": {
"delay": 298,
"time": "1775545138"
},
"stopId": "FR:50129:ZE:10HME1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 309,
"time": "1775545213"
},
"departure": {
"delay": 309,
"time": "1775545269"
},
"stopId": "FR:50129:ZE:10CAQ1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 291,
"time": "1775544966"
},
"departure": {
"delay": 291,
"time": "1775545011"
},
"stopId": "FR:50129:ZE:10DIX1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 223,
"time": "1775546287"
},
"departure": {
"delay": 223,
"time": "1775546323"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 279,
"time": "1775545799"
},
"departure": {
"delay": 279,
"time": "1775545839"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 242,
"time": "1775547025"
},
"departure": {
"delay": 242,
"time": "1775547062"
},
"stopId": "FR:50129:ZE:10NOR5:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 326,
"time": "1775545447"
},
"departure": {
"delay": 326,
"time": "1775545466"
},
"stopId": "FR:50129:ZE:10CMI1:ATOUMOD035",
"stopSequence": 13
}
],
"timestamp": "1775560079",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:02:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745661x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx15210:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -18314,
"time": "1775559178"
},
"departure": {
"delay": -18314,
"time": "1775559226"
},
"stopId": "FR:76108:ZE:TCARxVIELL2:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": -17769,
"time": "1775557827"
},
"departure": {
"delay": -17769,
"time": "1775557851"
},
"stopId": "FR:76216:ZE:TCARxDEVIL3:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": -18093,
"time": "1775558703"
},
"departure": {
"delay": -18093,
"time": "1775558727"
},
"stopId": "FR:76451:ZE:TCARxHDVBE3:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": -18132,
"time": "1775558868"
},
"departure": {
"delay": -18132,
"time": "1775558868"
},
"stopId": "FR:76451:ZE:TCARxFRECH0:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": -18234,
"time": "1775559401"
},
"departure": {
"delay": -18234,
"time": "1775559426"
},
"stopId": "FR:76108:ZE:TCARxBGUI4:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": -17763,
"time": "1775557977"
},
"departure": {
"delay": -17763,
"time": "1775557977"
},
"stopId": "FR:76216:ZE:TCARxPALIS3:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": -18333,
"time": "1775559627"
},
"departure": {
"delay": -18333,
"time": "1775559627"
},
"stopId": "FR:76095:ZE:TCARxREEDU0:ATOUMOD001",
"stopSequence": 28
},
{
"departure": {
"delay": -17880,
"time": "1775557500"
},
"stopId": "FR:76216:ZE:TCARxCAILL3:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": -18139,
"time": "1775560121"
},
"stopId": "FR:76540:ZE:TCARxTAMAR5:ATOUMOD001",
"stopSequence": 31
},
{
"arrival": {
"delay": -18137,
"time": "1775558803"
},
"departure": {
"delay": -18137,
"time": "1775558803"
},
"stopId": "FR:76451:ZE:TCARxGALLI0:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": -18224,
"time": "1775559326"
},
"departure": {
"delay": -18224,
"time": "1775559376"
},
"stopId": "FR:76108:ZE:TCARxMAXPO1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": -17924,
"time": "1775558476"
},
"departure": {
"delay": -17924,
"time": "1775558476"
},
"stopId": "FR:76451:ZE:TCARxMALAD0:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": -17963,
"time": "1775558377"
},
"departure": {
"delay": -17963,
"time": "1775558377"
},
"stopId": "FR:76451:ZE:TCARxCROIX1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": -18297,
"time": "1775559063"
},
"departure": {
"delay": -18297,
"time": "1775559063"
},
"stopId": "FR:76451:ZE:TCARxEXUPE3:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": -17853,
"time": "1775558127"
},
"departure": {
"delay": -17853,
"time": "1775558127"
},
"stopId": "FR:76216:ZE:TCARxSPAUL0:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": -18379,
"time": "1775559678"
},
"departure": {
"delay": -18379,
"time": "1775559701"
},
"stopId": "FR:76095:ZE:TCARxCIMEB0:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": -17958,
"time": "1775558202"
},
"departure": {
"delay": -17958,
"time": "1775558202"
},
"stopId": "FR:76216:ZE:TCARxJVERN:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -18139,
"time": "1775559759"
},
"departure": {
"delay": -18139,
"time": "1775560001"
},
"stopId": "FR:76095:ZE:TCARxTAMAR6:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": -18109,
"time": "1775558651"
},
"departure": {
"delay": -18109,
"time": "1775558651"
},
"stopId": "FR:76451:ZE:TCARxCOQUE3:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": -18232,
"time": "1775559488"
},
"departure": {
"delay": -18232,
"time": "1775559488"
},
"stopId": "FR:76108:ZE:TCARxANDER1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": -18280,
"time": "1775559560"
},
"departure": {
"delay": -18280,
"time": "1775559560"
},
"stopId": "FR:76108:ZE:TCARxVENIS0:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": -17889,
"time": "1775557551"
},
"departure": {
"delay": -17889,
"time": "1775557551"
},
"stopId": "FR:76216:ZE:TCARxFRESN2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -18104,
"time": "1775558776"
},
"departure": {
"delay": -18104,
"time": "1775558776"
},
"stopId": "FR:76451:ZE:TCARxMURET0:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": -18219,
"time": "1775558901"
},
"departure": {
"delay": -18219,
"time": "1775558901"
},
"stopId": "FR:76451:ZE:TCARxCCOMM1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": -18329,
"time": "1775559127"
},
"departure": {
"delay": -18329,
"time": "1775559151"
},
"stopId": "FR:76108:ZE:TCARxBOCQU3:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": -17851,
"time": "1775557649"
},
"departure": {
"delay": -17851,
"time": "1775557649"
},
"stopId": "FR:76216:ZE:TCARxJFERR1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -18204,
"time": "1775558976"
},
"departure": {
"delay": -18204,
"time": "1775558976"
},
"stopId": "FR:76451:ZE:TCARxSAKHA1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": -17783,
"time": "1775558057"
},
"departure": {
"delay": -17783,
"time": "1775558077"
},
"stopId": "FR:76216:ZE:TCARxMIREL0:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": -17918,
"time": "1775558302"
},
"departure": {
"delay": -17918,
"time": "1775558302"
},
"stopId": "FR:76451:ZE:TCARxDEBOI0:ATOUMOD001",
"stopSequence": 9
}
],
"timestamp": "1775557456",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx08:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx15210:LOC"
}
}
},
{
"id": "SM:ATOUMOD021:ServiceJourney:79:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 300,
"time": "1775560800"
},
"departure": {
"delay": 300,
"time": "1775560800"
},
"stopId": "FR:14333:ZE:39:ATOUMOD021",
"stopSequence": 20
},
{
"arrival": {
"delay": 300,
"time": "1775560500"
},
"departure": {
"delay": 300,
"time": "1775560500"
},
"stopId": "FR:14333:ZE:31:ATOUMOD021",
"stopSequence": 16
},
{
"arrival": {
"delay": 300,
"time": "1775560680"
},
"departure": {
"delay": 300,
"time": "1775560680"
},
"stopId": "FR:14333:ZE:35:ATOUMOD021",
"stopSequence": 18
},
{
"arrival": {
"delay": 127,
"time": "1775559384"
},
"departure": {
"delay": 127,
"time": "1775559427"
},
"stopId": "FR:14333:ZE:8:ATOUMOD021",
"stopSequence": 4
},
{
"arrival": {
"delay": 300,
"time": "1775560560"
},
"departure": {
"delay": 300,
"time": "1775560560"
},
"stopId": "FR:14333:ZE:33:ATOUMOD021",
"stopSequence": 17
},
{
"arrival": {
"delay": 60,
"time": "1775559654"
},
"departure": {
"delay": 60,
"time": "1775559660"
},
"stopId": "FR:14333:ZE:16:ATOUMOD021",
"stopSequence": 8
},
{
"arrival": {
"delay": 300,
"time": "1775560740"
},
"departure": {
"delay": 300,
"time": "1775560740"
},
"stopId": "FR:14333:ZE:37:ATOUMOD021",
"stopSequence": 19
},
{
"arrival": {
"delay": 78,
"time": "1775559456"
},
"departure": {
"delay": 78,
"time": "1775559498"
},
"stopId": "FR:14333:ZE:10:ATOUMOD021",
"stopSequence": 5
},
{
"arrival": {
"delay": 90,
"time": "1775559558"
},
"departure": {
"delay": 90,
"time": "1775559570"
},
"stopId": "FR:14333:ZE:12:ATOUMOD021",
"stopSequence": 6
},
{
"arrival": {
"time": "1775560045"
},
"departure": {
"time": "1775559780"
},
"stopId": "FR:14536:ZE:23:ATOUMOD021",
"stopSequence": 12
},
{
"arrival": {
"delay": 306,
"time": "1775559966"
},
"departure": {
"delay": 306,
"time": "1775559966"
},
"stopId": "FR:14333:ZE:18:ATOUMOD021",
"stopSequence": 9
},
{
"departure": {
"delay": 87,
"time": "1775559087"
},
"stopId": "FR:14333:ZE:2:ATOUMOD021",
"stopSequence": 1
},
{
"arrival": {
"delay": 300,
"time": "1775560980"
},
"stopId": "FR:14333:ZE:41:ATOUMOD021",
"stopSequence": 21
},
{
"arrival": {
"delay": 74,
"time": "1775559598"
},
"departure": {
"delay": 74,
"time": "1775559614"
},
"stopId": "FR:14333:ZE:14:ATOUMOD021",
"stopSequence": 7
},
{
"arrival": {
"delay": 17,
"time": "1775559187"
},
"departure": {
"delay": 17,
"time": "1775559197"
},
"stopId": "FR:14333:ZE:6:ATOUMOD021",
"stopSequence": 3
},
{
"arrival": {
"delay": 81,
"time": "1775559110"
},
"departure": {
"delay": 81,
"time": "1775559141"
},
"stopId": "FR:14333:ZE:4:ATOUMOD021",
"stopSequence": 2
},
{
"arrival": {
"delay": 300,
"time": "1775560440"
},
"departure": {
"delay": 300,
"time": "1775560440"
},
"stopId": "FR:14333:ZE:29:ATOUMOD021",
"stopSequence": 15
},
{
"arrival": {
"delay": 300,
"time": "1775560200"
},
"departure": {
"delay": 300,
"time": "1775560200"
},
"stopId": "FR:14333:ZE:25:ATOUMOD021",
"stopSequence": 13
},
{
"arrival": {
"delay": 300,
"time": "1775560320"
},
"departure": {
"delay": 300,
"time": "1775560320"
},
"stopId": "FR:14333:ZE:27:ATOUMOD021",
"stopSequence": 14
}
],
"timestamp": "1775560077",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD021:Line:A:LOC",
"tripId": "ATOUMOD021:ServiceJourney:79:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx2852:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 183,
"time": "1775561343"
},
"departure": {
"delay": 183,
"time": "1775561343"
},
"stopId": "FR:76681:ZE:TCARxFAMIL0:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 157,
"time": "1775560537"
},
"departure": {
"delay": 157,
"time": "1775560537"
},
"stopId": "FR:76540:ZE:TCARxSTSEV0:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 187,
"time": "1775560687"
},
"departure": {
"delay": 187,
"time": "1775560687"
},
"stopId": "FR:76540:ZE:TCARxEUROP0:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 190,
"time": "1775560750"
},
"departure": {
"delay": 190,
"time": "1775560750"
},
"stopId": "FR:76540:ZE:TCARxBALZA0:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 157,
"time": "1775561557"
},
"departure": {
"delay": 157,
"time": "1775561557"
},
"stopId": "FR:76575:ZE:TCARxPARC0:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 172,
"time": "1775560312"
},
"departure": {
"delay": 172,
"time": "1775560312"
},
"stopId": "FR:76540:ZE:TCARxTARTS0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 188,
"time": "1775560808"
},
"departure": {
"delay": 188,
"time": "1775560808"
},
"stopId": "FR:76681:ZE:TCARxVOLTA0:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 160,
"time": "1775561620"
},
"departure": {
"delay": 160,
"time": "1775561620"
},
"stopId": "FR:76575:ZE:TCARxBASTI0:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": 187,
"time": "1775561887"
},
"stopId": "FR:76575:ZE:TCARxUNIV20:ATOUMOD001",
"stopSequence": 31
},
{
"arrival": {
"delay": 174,
"time": "1775561274"
},
"departure": {
"delay": 174,
"time": "1775561274"
},
"stopId": "FR:76681:ZE:TCARxJEZAY0:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 188,
"time": "1775561408"
},
"departure": {
"delay": 188,
"time": "1775561408"
},
"stopId": "FR:76575:ZE:TCARxCOURS0:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 212,
"time": "1775560892"
},
"departure": {
"delay": 212,
"time": "1775560892"
},
"stopId": "FR:76681:ZE:TCARxGARIB0:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 185,
"time": "1775560385"
},
"departure": {
"delay": 185,
"time": "1775560385"
},
"stopId": "FR:76540:ZE:TCARxJOFFR0:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 163,
"time": "1775560063"
},
"departure": {
"delay": 163,
"time": "1775560063"
},
"stopId": "FR:76540:ZE:TCARxBEAUV0:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 187,
"time": "1775561047"
},
"departure": {
"delay": 187,
"time": "1775561047"
},
"stopId": "FR:76681:ZE:TCARxSOTTE0:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 155,
"time": "1775560235"
},
"departure": {
"delay": 155,
"time": "1775560235"
},
"stopId": "FR:76540:ZE:TCARxJUSTI0:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 154,
"time": "1775561494"
},
"departure": {
"delay": 154,
"time": "1775561494"
},
"stopId": "FR:76575:ZE:TCARxRENAN0:ATOUMOD001",
"stopSequence": 28
}
],
"timestamp": "1775560017",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx90:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx2852:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745228x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 103,
"time": "1775540330"
},
"departure": {
"delay": 103,
"time": "1775540383"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 10,
"time": "1775541038"
},
"departure": {
"delay": 10,
"time": "1775541070"
},
"stopId": "FR:50129:ZE:10BQR1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 93,
"time": "1775540271"
},
"departure": {
"delay": 93,
"time": "1775540313"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": -63,
"time": "1775539842"
},
"departure": {
"delay": -63,
"time": "1775539917"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 148,
"time": "1775540430"
},
"departure": {
"delay": 148,
"time": "1775540488"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 63,
"time": "1775540910"
},
"departure": {
"delay": 63,
"time": "1775540943"
},
"stopId": "FR:50129:ZE:10RTU1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 33,
"time": "1775541573"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 61,
"time": "1775540964"
},
"departure": {
"delay": 61,
"time": "1775541001"
},
"stopId": "FR:50129:ZE:10BRA3:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 41,
"time": "1775541356"
},
"departure": {
"delay": 41,
"time": "1775541401"
},
"stopId": "FR:50129:ZE:10AMO1:ATOUMOD035",
"stopSequence": 18
},
{
"departure": {
"delay": -27,
"time": "1775539773"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 37,
"time": "1775541244"
},
"departure": {
"delay": 37,
"time": "1775541277"
},
"stopId": "FR:50129:ZE:10OLY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": -27,
"time": "1775539969"
},
"departure": {
"delay": -27,
"time": "1775540013"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 43,
"time": "1775541175"
},
"departure": {
"delay": 43,
"time": "1775541223"
},
"stopId": "FR:50129:ZE:10PRV1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 38,
"time": "1775540163"
},
"departure": {
"delay": 38,
"time": "1775540198"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 107,
"time": "1775540836"
},
"departure": {
"delay": 107,
"time": "1775540867"
},
"stopId": "FR:50129:ZE:10PFO1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 38,
"time": "1775541291"
},
"departure": {
"delay": 38,
"time": "1775541338"
},
"stopId": "FR:50129:ZE:10EGL1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 169,
"time": "1775540768"
},
"departure": {
"delay": 169,
"time": "1775540809"
},
"stopId": "FR:50129:ZE:10FOR3:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 172,
"time": "1775540627"
},
"departure": {
"delay": 172,
"time": "1775540692"
},
"stopId": "FR:50129:ZE:10CRC3:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 40,
"time": "1775541131"
},
"departure": {
"delay": 40,
"time": "1775541160"
},
"stopId": "FR:50129:ZE:10ANJ5:ATOUMOD035",
"stopSequence": 14
}
],
"timestamp": "1775560077",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1B:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745228x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD005:ServiceJourney:351:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 5,
"time": "1775552645"
},
"departure": {
"delay": 5,
"time": "1775552645"
},
"stopId": "FR:76217:ZE:18102:ATOUMOD005",
"stopSequence": 33
},
{
"arrival": {
"time": "1775550720"
},
"departure": {
"time": "1775550720"
},
"stopId": "FR:76217:ZE:18133:ATOUMOD005",
"stopSequence": 11
},
{
"arrival": {
"time": "1775552100"
},
"departure": {
"time": "1775552100"
},
"stopId": "FR:76217:ZE:18092:ATOUMOD005",
"stopSequence": 25
},
{
"arrival": {
"time": "1775550780"
},
"departure": {
"time": "1775550780"
},
"stopId": "FR:76217:ZE:18027:ATOUMOD005",
"stopSequence": 12
},
{
"arrival": {
"time": "1775550180"
},
"departure": {
"time": "1775550180"
},
"stopId": "FR:76217:ZE:18175:ATOUMOD005",
"stopSequence": 3
},
{
"arrival": {
"time": "1775550300"
},
"departure": {
"time": "1775550300"
},
"stopId": "FR:76217:ZE:18187:ATOUMOD005",
"stopSequence": 6
},
{
"arrival": {
"time": "1775552040"
},
"departure": {
"time": "1775552040"
},
"stopId": "FR:76217:ZE:18068:ATOUMOD005",
"stopSequence": 24
},
{
"departure": {
"time": "1775550000"
},
"stopId": "FR:76217:ZE:18282:ATOUMOD005",
"stopSequence": 1
},
{
"arrival": {
"delay": 5,
"time": "1775550245"
},
"departure": {
"delay": 5,
"time": "1775550245"
},
"stopId": "FR:76217:ZE:18185:ATOUMOD005",
"stopSequence": 5
},
{
"arrival": {
"time": "1775552640"
},
"departure": {
"time": "1775552640"
},
"stopId": "FR:76217:ZE:18321:ATOUMOD005",
"stopSequence": 32
},
{
"arrival": {
"time": "1775550900"
},
"departure": {
"time": "1775550900"
},
"stopId": "FR:76217:ZE:18107:ATOUMOD005",
"stopSequence": 14
},
{
"arrival": {
"time": "1775551680"
},
"departure": {
"time": "1775551680"
},
"stopId": "FR:76217:ZE:18057:ATOUMOD005",
"stopSequence": 18
},
{
"arrival": {
"time": "1775550360"
},
"departure": {
"time": "1775550360"
},
"stopId": "FR:76217:ZE:18167:ATOUMOD005",
"stopSequence": 7
},
{
"arrival": {
"time": "1775550120"
},
"departure": {
"time": "1775550120"
},
"stopId": "FR:76217:ZE:18182:ATOUMOD005",
"stopSequence": 2
},
{
"arrival": {
"time": "1775552280"
},
"departure": {
"time": "1775552280"
},
"stopId": "FR:76217:ZE:18324:ATOUMOD005",
"stopSequence": 30
},
{
"arrival": {
"time": "1775551320"
},
"departure": {
"time": "1775551320"
},
"stopId": "FR:76217:ZE:18050:ATOUMOD005",
"stopSequence": 16
},
{
"arrival": {
"time": "1775551860"
},
"departure": {
"time": "1775551860"
},
"stopId": "FR:76217:ZE:18096:ATOUMOD005",
"stopSequence": 19
},
{
"arrival": {
"delay": 10,
"time": "1775552230"
},
"departure": {
"delay": 10,
"time": "1775552230"
},
"stopId": "FR:76217:ZE:18091:ATOUMOD005",
"stopSequence": 29
},
{
"arrival": {
"time": "1775552220"
},
"departure": {
"time": "1775552220"
},
"stopId": "FR:76217:ZE:18801:ATOUMOD005",
"stopSequence": 27
},
{
"arrival": {
"time": "1775550960"
},
"departure": {
"time": "1775550960"
},
"stopId": "FR:76217:ZE:18077:ATOUMOD005",
"stopSequence": 15
},
{
"arrival": {
"time": "1775552820"
},
"stopId": "FR:76217:ZE:18038:ATOUMOD005",
"stopSequence": 34
},
{
"arrival": {
"time": "1775550420"
},
"departure": {
"time": "1775550420"
},
"stopId": "FR:76217:ZE:18171:ATOUMOD005",
"stopSequence": 8
},
{
"arrival": {
"time": "1775551980"
},
"departure": {
"time": "1775551980"
},
"stopId": "FR:76217:ZE:18074:ATOUMOD005",
"stopSequence": 22
},
{
"arrival": {
"time": "1775550480"
},
"departure": {
"time": "1775550480"
},
"stopId": "FR:76217:ZE:18198:ATOUMOD005",
"stopSequence": 9
},
{
"arrival": {
"delay": 5,
"time": "1775551985"
},
"departure": {
"delay": 5,
"time": "1775551985"
},
"stopId": "FR:76217:ZE:18021:ATOUMOD005",
"stopSequence": 23
},
{
"arrival": {
"time": "1775550240"
},
"departure": {
"time": "1775550240"
},
"stopId": "FR:76217:ZE:18206:ATOUMOD005",
"stopSequence": 4
},
{
"arrival": {
"time": "1775551500"
},
"departure": {
"time": "1775551500"
},
"stopId": "FR:76217:ZE:18320:ATOUMOD005",
"stopSequence": 17
},
{
"arrival": {
"time": "1775552160"
},
"departure": {
"time": "1775552160"
},
"stopId": "FR:76217:ZE:18051:ATOUMOD005",
"stopSequence": 26
},
{
"arrival": {
"time": "1775550540"
},
"departure": {
"time": "1775550540"
},
"stopId": "FR:76217:ZE:18178:ATOUMOD005",
"stopSequence": 10
},
{
"arrival": {
"time": "1775551920"
},
"departure": {
"time": "1775551920"
},
"stopId": "FR:76217:ZE:18785:ATOUMOD005",
"stopSequence": 20
},
{
"arrival": {
"time": "1775552460"
},
"departure": {
"time": "1775552460"
},
"stopId": "FR:76217:ZE:18023:ATOUMOD005",
"stopSequence": 31
},
{
"arrival": {
"delay": 5,
"time": "1775552225"
},
"departure": {
"delay": 5,
"time": "1775552225"
},
"stopId": "FR:76217:ZE:18442:ATOUMOD005",
"stopSequence": 28
},
{
"arrival": {
"time": "1775550840"
},
"departure": {
"time": "1775550840"
},
"stopId": "FR:76217:ZE:18059:ATOUMOD005",
"stopSequence": 13
},
{
"arrival": {
"delay": 5,
"time": "1775551925"
},
"departure": {
"delay": 5,
"time": "1775551925"
},
"stopId": "FR:76217:ZE:18045:ATOUMOD005",
"stopSequence": 21
}
],
"timestamp": "1775539036",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD005:Line:2:LOC",
"tripId": "ATOUMOD005:ServiceJourney:351:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx15038:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -22409,
"time": "1775559678"
},
"departure": {
"delay": -22409,
"time": "1775559691"
},
"stopId": "FR:76451:ZE:TCARxCOLBE1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": -22461,
"time": "1775559999"
},
"departure": {
"delay": -22461,
"time": "1775559999"
},
"stopId": "FR:76451:ZE:TCARxDEBOI1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": -22522,
"time": "1775559818"
},
"departure": {
"delay": -22522,
"time": "1775559818"
},
"stopId": "FR:76451:ZE:TCARxMALAD1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": -22408,
"time": "1775560172"
},
"departure": {
"delay": -22408,
"time": "1775560172"
},
"stopId": "FR:76216:ZE:TCARxSPAUL1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": -22504,
"time": "1775558570"
},
"departure": {
"delay": -22504,
"time": "1775558576"
},
"stopId": "FR:76108:ZE:TCARxVENIS1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": -22459,
"time": "1775558406"
},
"departure": {
"delay": -22459,
"time": "1775558441"
},
"stopId": "FR:76095:ZE:TCARxCIMEB2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -22364,
"time": "1775559496"
},
"departure": {
"delay": -22364,
"time": "1775559496"
},
"stopId": "FR:76451:ZE:TCARxMURET1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": -22473,
"time": "1775560227"
},
"departure": {
"delay": -22473,
"time": "1775560227"
},
"stopId": "FR:76216:ZE:TCARxMIREL1:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": -22397,
"time": "1775560603"
},
"departure": {
"delay": -22397,
"time": "1775560603"
},
"stopId": "FR:76216:ZE:TCARxFRESN1:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": -22395,
"time": "1775559525"
},
"departure": {
"delay": -22395,
"time": "1775559525"
},
"stopId": "FR:76451:ZE:TCARxHDVBE2:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": -22437,
"time": "1775560083"
},
"departure": {
"delay": -22437,
"time": "1775560083"
},
"stopId": "FR:76216:ZE:TCARxJVERN1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": -22431,
"time": "1775559609"
},
"departure": {
"delay": -22431,
"time": "1775559609"
},
"stopId": "FR:76451:ZE:TCARxCOQU21:ATOUMOD001",
"stopSequence": 17
},
{
"departure": {
"delay": -22500,
"time": "1775558400"
},
"stopId": "FR:76540:ZE:TCARxTAMAR5:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": -22418,
"time": "1775559322"
},
"departure": {
"delay": -22418,
"time": "1775559322"
},
"stopId": "FR:76451:ZE:TCARxCCOMM2:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": -22353,
"time": "1775559264"
},
"departure": {
"delay": -22353,
"time": "1775559267"
},
"stopId": "FR:76451:ZE:TCARxSAKHA0:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": -22512,
"time": "1775558508"
},
"departure": {
"delay": -22512,
"time": "1775558508"
},
"stopId": "FR:76108:ZE:TCARxREEDU1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -22457,
"time": "1775560303"
},
"departure": {
"delay": -22457,
"time": "1775560303"
},
"stopId": "FR:76410:ZE:TCARxPALIS4:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": -22415,
"time": "1775558965"
},
"departure": {
"delay": -22415,
"time": "1775558965"
},
"stopId": "FR:76108:ZE:TCARxVIELL3:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -22406,
"time": "1775559454"
},
"departure": {
"delay": -22406,
"time": "1775559454"
},
"stopId": "FR:76451:ZE:TCARxGALLI1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": -22432,
"time": "1775560388"
},
"departure": {
"delay": -22432,
"time": "1775560388"
},
"stopId": "FR:76216:ZE:TCARxDEVIL4:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": -22405,
"time": "1775558735"
},
"departure": {
"delay": -22405,
"time": "1775558735"
},
"stopId": "FR:76108:ZE:TCARxANDER2:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": -22489,
"time": "1775559911"
},
"departure": {
"delay": -22489,
"time": "1775559911"
},
"stopId": "FR:76451:ZE:TCARxCROIX2:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": -22339,
"time": "1775559401"
},
"departure": {
"delay": -22339,
"time": "1775559401"
},
"stopId": "FR:76451:ZE:TCARxFRECH1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": -22535,
"time": "1775559741"
},
"departure": {
"delay": -22535,
"time": "1775559745"
},
"stopId": "FR:76451:ZE:TCARxVAREN1:ATOUMOD001",
"stopSequence": 19
}
],
"timestamp": "1775558176",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx08:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx15038:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx1396:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 70,
"time": "1775557030"
},
"stopId": "FR:76212:ZE:TCARxDUREC:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 110,
"time": "1775559530"
},
"departure": {
"delay": 110,
"time": "1775559530"
},
"stopId": "FR:76157:ZE:TCARxTPISS2:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 95,
"time": "1775557355"
},
"departure": {
"delay": 95,
"time": "1775557355"
},
"stopId": "FR:76212:ZE:TCARxECOLE2:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 70,
"time": "1775559430"
},
"departure": {
"delay": 70,
"time": "1775559430"
},
"stopId": "FR:76157:ZE:TCARxTJAUR2:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 51,
"time": "1775557131"
},
"departure": {
"delay": 51,
"time": "1775557131"
},
"stopId": "FR:76212:ZE:TCARxCANAD2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -18,
"time": "1775558634"
},
"departure": {
"delay": -18,
"time": "1775558682"
},
"stopId": "FR:76540:ZE:TCARxRIBOU2:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 115,
"time": "1775559636"
},
"departure": {
"delay": 115,
"time": "1775559655"
},
"stopId": "FR:76157:ZE:TCARxTBIZET:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 120,
"time": "1775557961"
},
"departure": {
"delay": 120,
"time": "1775557980"
},
"stopId": "FR:76540:ZE:TCARxPMARC2:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 115,
"time": "1775557530"
},
"departure": {
"delay": 115,
"time": "1775557555"
},
"stopId": "FR:76540:ZE:TCARxJEUNE2:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 100,
"time": "1775558056"
},
"departure": {
"delay": 100,
"time": "1775558080"
},
"stopId": "FR:76540:ZE:TCARxREPUB2:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 135,
"time": "1775558955"
},
"departure": {
"delay": 135,
"time": "1775558955"
},
"stopId": "FR:76540:ZE:TCARxMIN2T:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 115,
"time": "1775558455"
},
"departure": {
"delay": 115,
"time": "1775558455"
},
"stopId": "FR:76540:ZE:TCARxPASPA2:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 103,
"time": "1775559283"
},
"departure": {
"delay": 103,
"time": "1775559283"
},
"stopId": "FR:76157:ZE:TCARxTDUMA2:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 75,
"time": "1775557434"
},
"departure": {
"delay": 75,
"time": "1775557455"
},
"stopId": "FR:76540:ZE:TCARxDRIVI2:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 57,
"time": "1775559357"
},
"departure": {
"delay": 57,
"time": "1775559357"
},
"stopId": "FR:76157:ZE:TCARxTPROV2:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 95,
"time": "1775558205"
},
"departure": {
"delay": 95,
"time": "1775558255"
},
"stopId": "FR:76540:ZE:TCARxTARTT2:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 90,
"time": "1775557230"
},
"departure": {
"delay": 90,
"time": "1775557230"
},
"stopId": "FR:76212:ZE:TCARxDMAIR2:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 97,
"time": "1775559157"
},
"departure": {
"delay": 97,
"time": "1775559157"
},
"stopId": "FR:76157:ZE:TCARxTPRAT2:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 55,
"time": "1775558136"
},
"departure": {
"delay": 55,
"time": "1775558155"
},
"stopId": "FR:76540:ZE:TCARxCATHE2:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 151,
"time": "1775559031"
},
"departure": {
"delay": 151,
"time": "1775559031"
},
"stopId": "FR:76157:ZE:TCARxCORNI2:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 111,
"time": "1775557710"
},
"departure": {
"delay": 111,
"time": "1775557731"
},
"stopId": "FR:76540:ZE:TCARxHILAI2:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 125,
"time": "1775557925"
},
"departure": {
"delay": 125,
"time": "1775557925"
},
"stopId": "FR:76540:ZE:TCARxMARTT2:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": -7,
"time": "1775559713"
},
"stopId": "FR:76157:ZE:TCARxTMONET:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 110,
"time": "1775559230"
},
"departure": {
"delay": 110,
"time": "1775559230"
},
"stopId": "FR:76157:ZE:TCARxTOUYE2:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 100,
"time": "1775558362"
},
"departure": {
"delay": 100,
"time": "1775558380"
},
"stopId": "FR:76540:ZE:TCARxBELGE2:ATOUMOD001",
"stopSequence": 14
}
],
"timestamp": "1775557037",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx93:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx1396:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2470551:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -165,
"time": "1775563695"
},
"departure": {
"delay": -165,
"time": "1775563695"
},
"stopId": "FR:27701:ZE:0x7108:ATOUMOD006",
"stopSequence": 18
},
{
"arrival": {
"delay": -109,
"time": "1775563091"
},
"departure": {
"delay": -109,
"time": "1775563091"
},
"stopId": "FR:27375:ZE:0x6406:ATOUMOD006",
"stopSequence": 8
},
{
"arrival": {
"delay": -158,
"time": "1775563522"
},
"departure": {
"delay": -158,
"time": "1775563522"
},
"stopId": "FR:27701:ZE:0x7054:ATOUMOD006",
"stopSequence": 15
},
{
"departure": {
"time": "1775562600"
},
"stopId": "FR:27375:ZE:0x6514:ATOUMOD006",
"stopSequence": 1
},
{
"arrival": {
"delay": -144,
"time": "1775563956"
},
"departure": {
"delay": -144,
"time": "1775563956"
},
"stopId": "FR:27701:ZE:0x7086:ATOUMOD006",
"stopSequence": 22
},
{
"arrival": {
"delay": -135,
"time": "1775563185"
},
"departure": {
"delay": -135,
"time": "1775563185"
},
"stopId": "FR:27701:ZE:0x7100:ATOUMOD006",
"stopSequence": 9
},
{
"arrival": {
"delay": -127,
"time": "1775563673"
},
"departure": {
"delay": -127,
"time": "1775563673"
},
"stopId": "FR:27701:ZE:0x6582:ATOUMOD006",
"stopSequence": 17
},
{
"arrival": {
"delay": -41,
"time": "1775562739"
},
"departure": {
"delay": -41,
"time": "1775562739"
},
"stopId": "FR:27375:ZE:0x6504:ATOUMOD006",
"stopSequence": 3
},
{
"arrival": {
"delay": -117,
"time": "1775563383"
},
"departure": {
"delay": -117,
"time": "1775563383"
},
"stopId": "FR:27701:ZE:0x7068:ATOUMOD006",
"stopSequence": 12
},
{
"arrival": {
"delay": -153,
"time": "1775563347"
},
"departure": {
"delay": -153,
"time": "1775563347"
},
"stopId": "FR:27701:ZE:0x7036:ATOUMOD006",
"stopSequence": 11
},
{
"arrival": {
"delay": -192,
"time": "1775563788"
},
"departure": {
"delay": -192,
"time": "1775563788"
},
"stopId": "FR:27701:ZE:0x7095:ATOUMOD006",
"stopSequence": 19
},
{
"arrival": {
"delay": -206,
"time": "1775563594"
},
"departure": {
"delay": -206,
"time": "1775563594"
},
"stopId": "FR:27701:ZE:0x7042:ATOUMOD006",
"stopSequence": 16
},
{
"arrival": {
"delay": -114,
"time": "1775563026"
},
"departure": {
"delay": -114,
"time": "1775563026"
},
"stopId": "FR:27375:ZE:0x6442:ATOUMOD006",
"stopSequence": 7
},
{
"arrival": {
"delay": 30,
"time": "1775562630"
},
"departure": {
"delay": 30,
"time": "1775562630"
},
"stopId": "FR:27375:ZE:0x6440:ATOUMOD006",
"stopSequence": 2
},
{
"arrival": {
"delay": -174,
"time": "1775563866"
},
"departure": {
"delay": -174,
"time": "1775563866"
},
"stopId": "FR:27701:ZE:0x7114:ATOUMOD006",
"stopSequence": 20
},
{
"arrival": {
"delay": -114,
"time": "1775562786"
},
"departure": {
"delay": -114,
"time": "1775562786"
},
"stopId": "FR:27375:ZE:0x6528:ATOUMOD006",
"stopSequence": 4
},
{
"arrival": {
"delay": -219,
"time": "1775564061"
},
"stopId": "FR:27701:ZE:0x7150:ATOUMOD006",
"stopSequence": 23
},
{
"arrival": {
"delay": -84,
"time": "1775562936"
},
"departure": {
"delay": -84,
"time": "1775562936"
},
"stopId": "FR:27375:ZE:0x6388:ATOUMOD006",
"stopSequence": 6
},
{
"arrival": {
"delay": -101,
"time": "1775562859"
},
"departure": {
"delay": -101,
"time": "1775562859"
},
"stopId": "FR:27375:ZE:0x6380:ATOUMOD006",
"stopSequence": 5
},
{
"arrival": {
"delay": -124,
"time": "1775563436"
},
"departure": {
"delay": -124,
"time": "1775563436"
},
"stopId": "FR:27701:ZE:0x7132:ATOUMOD006",
"stopSequence": 13
},
{
"arrival": {
"delay": -165,
"time": "1775563275"
},
"departure": {
"delay": -165,
"time": "1775563275"
},
"stopId": "FR:27701:ZE:0x7126:ATOUMOD006",
"stopSequence": 10
},
{
"arrival": {
"delay": -181,
"time": "1775563919"
},
"departure": {
"delay": -181,
"time": "1775563919"
},
"stopId": "FR:27701:ZE:0x7116:ATOUMOD006",
"stopSequence": 21
},
{
"arrival": {
"delay": -136,
"time": "1775563484"
},
"departure": {
"delay": -136,
"time": "1775563484"
},
"stopId": "FR:27701:ZE:0x7044:ATOUMOD006",
"stopSequence": 14
}
],
"timestamp": "1775560063",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD006:Line:C1:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2470551:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4072046x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 28,
"time": "1775560228"
},
"departure": {
"delay": 28,
"time": "1775560228"
},
"stopId": "FR:76351:ZE:4581:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": -16,
"time": "1775560904"
},
"departure": {
"delay": -16,
"time": "1775560904"
},
"stopId": "FR:76351:ZE:4543:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": -16,
"time": "1775561024"
},
"departure": {
"delay": -16,
"time": "1775561024"
},
"stopId": "FR:76351:ZE:3311:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": -16,
"time": "1775560124"
},
"departure": {
"delay": -16,
"time": "1775560124"
},
"stopId": "FR:76351:ZE:4642:ATOUMOD003",
"stopSequence": 7
},
{
"departure": {
"delay": 36,
"time": "1775560056"
},
"stopId": "FR:76351:ZE:3279:ATOUMOD003",
"stopSequence": 5
},
{
"arrival": {
"delay": -8,
"time": "1775560672"
},
"departure": {
"delay": -8,
"time": "1775560672"
},
"stopId": "FR:76351:ZE:3168:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": -16,
"time": "1775560784"
},
"departure": {
"delay": -16,
"time": "1775560784"
},
"stopId": "FR:76351:ZE:3231:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": -12,
"time": "1775560428"
},
"departure": {
"delay": -12,
"time": "1775560428"
},
"stopId": "FR:76351:ZE:3283:ATOUMOD003",
"stopSequence": 10
},
{
"departure": {
"delay": -2,
"time": "1775559958"
},
"stopId": "FR:76351:ZE:4880:ATOUMOD003",
"stopSequence": 4
},
{
"arrival": {
"delay": 17,
"time": "1775559917"
},
"departure": {
"delay": 17,
"time": "1775559917"
},
"stopId": "FR:76351:ZE:3175:ATOUMOD003",
"stopSequence": 3
},
{
"arrival": {
"delay": -12,
"time": "1775561088"
},
"departure": {
"delay": -12,
"time": "1775561088"
},
"stopId": "FR:76351:ZE:3198:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": 42,
"time": "1775560842"
},
"departure": {
"delay": 42,
"time": "1775560842"
},
"stopId": "FR:76351:ZE:3237:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": -16,
"time": "1775560364"
},
"departure": {
"delay": -16,
"time": "1775560364"
},
"stopId": "FR:76351:ZE:3693:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": 17,
"time": "1775560937"
},
"departure": {
"delay": 17,
"time": "1775560937"
},
"stopId": "FR:76351:ZE:3373:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": 2,
"time": "1775561162"
},
"departure": {
"delay": 2,
"time": "1775561162"
},
"stopId": "FR:76351:ZE:3469:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": 7,
"time": "1775560987"
},
"departure": {
"delay": 7,
"time": "1775560987"
},
"stopId": "FR:76351:ZE:3527:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 20,
"time": "1775560520"
},
"departure": {
"delay": 20,
"time": "1775560520"
},
"stopId": "FR:76351:ZE:3011:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": -16,
"time": "1775561204"
},
"stopId": "FR:76351:ZE:4825:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": 25,
"time": "1775561125"
},
"departure": {
"delay": 25,
"time": "1775561125"
},
"stopId": "FR:76351:ZE:3806:ATOUMOD003",
"stopSequence": 21
},
{
"departure": {
"delay": -13,
"time": "1775559767"
},
"stopId": "FR:76351:ZE:3794:ATOUMOD003",
"stopSequence": 2
},
{
"arrival": {
"delay": -16,
"time": "1775560604"
},
"departure": {
"delay": -16,
"time": "1775560604"
},
"stopId": "FR:76351:ZE:3377:ATOUMOD003",
"stopSequence": 12
}
],
"timestamp": "1775560059",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:C4:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4072046x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745192x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -6,
"time": "1775545800"
},
"departure": {
"delay": -6,
"time": "1775545854"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 25,
"time": "1775545513"
},
"departure": {
"delay": 25,
"time": "1775545525"
},
"stopId": "FR:50129:ZE:10FOR4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": -25,
"time": "1775546131"
},
"departure": {
"delay": -25,
"time": "1775546195"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 162,
"time": "1775545025"
},
"departure": {
"delay": 162,
"time": "1775545062"
},
"stopId": "FR:50129:ZE:10OYG2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 99,
"time": "1775545438"
},
"departure": {
"delay": 99,
"time": "1775545479"
},
"stopId": "FR:50129:ZE:10PFO2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 14,
"time": "1775545957"
},
"departure": {
"delay": 14,
"time": "1775545994"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 19,
"time": "1775545655"
},
"departure": {
"delay": 19,
"time": "1775545699"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 195,
"time": "1775545180"
},
"departure": {
"delay": 195,
"time": "1775545215"
},
"stopId": "FR:50129:ZE:10ANJ6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": -35,
"time": "1775546020"
},
"departure": {
"delay": -35,
"time": "1775546065"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 188,
"time": "1775545239"
},
"departure": {
"delay": 188,
"time": "1775545268"
},
"stopId": "FR:50129:ZE:10BQR2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 147,
"time": "1775545376"
},
"departure": {
"delay": 147,
"time": "1775545407"
},
"stopId": "FR:50129:ZE:10RTU2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 38,
"time": "1775545570"
},
"departure": {
"delay": 38,
"time": "1775545598"
},
"stopId": "FR:50129:ZE:10CRC4:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 151,
"time": "1775545319"
},
"departure": {
"delay": 151,
"time": "1775545351"
},
"stopId": "FR:50129:ZE:10BRA4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": -38,
"time": "1775545743"
},
"departure": {
"delay": -38,
"time": "1775545762"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 196,
"time": "1775545109"
},
"departure": {
"delay": 196,
"time": "1775545156"
},
"stopId": "FR:50129:ZE:10PRV2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": -2,
"time": "1775545886"
},
"departure": {
"delay": -2,
"time": "1775545918"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 16
},
{
"departure": {
"delay": 218,
"time": "1775544818"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": -59,
"time": "1775546281"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 161,
"time": "1775544945"
},
"departure": {
"delay": 161,
"time": "1775545001"
},
"stopId": "FR:50129:ZE:10EGL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 146,
"time": "1775544890"
},
"departure": {
"delay": 146,
"time": "1775544926"
},
"stopId": "FR:50129:ZE:10AMO2:ATOUMOD035",
"stopSequence": 2
}
],
"timestamp": "1775560076",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1A:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745192x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx13004:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 16828,
"time": "1775561428"
},
"departure": {
"delay": 16828,
"time": "1775561428"
},
"stopId": "FR:76103:ZE:TCARxHCOTE0:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 16813,
"time": "1775561833"
},
"departure": {
"delay": 16813,
"time": "1775561833"
},
"stopId": "FR:76429:ZE:TCARxRTHIE0:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 16814,
"time": "1775561594"
},
"departure": {
"delay": 16814,
"time": "1775561594"
},
"stopId": "FR:76103:ZE:TCARxNEUVE0:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 16833,
"time": "1775561313"
},
"departure": {
"delay": 16833,
"time": "1775561313"
},
"stopId": "FR:76103:ZE:TCARxTHURI0:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 16830,
"time": "1775561490"
},
"departure": {
"delay": 16830,
"time": "1775561490"
},
"stopId": "FR:76103:ZE:TCARxBONSE0:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 16822,
"time": "1775561242"
},
"departure": {
"delay": 16822,
"time": "1775561242"
},
"stopId": "FR:76540:ZE:TCARxBASSE0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 16855,
"time": "1775561275"
},
"departure": {
"delay": 16855,
"time": "1775561275"
},
"stopId": "FR:76103:ZE:TCARxNOYER0:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 16827,
"time": "1775561787"
},
"departure": {
"delay": 16827,
"time": "1775561787"
},
"stopId": "FR:76429:ZE:TCARxRBELB0:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 16830,
"time": "1775561190"
},
"departure": {
"delay": 16830,
"time": "1775561190"
},
"stopId": "FR:76540:ZE:TCARxPAUL20:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 16827,
"time": "1775562147"
},
"departure": {
"delay": 16827,
"time": "1775562147"
},
"stopId": "FR:76475:ZE:TCARxVADAI0:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 16878,
"time": "1775562378"
},
"departure": {
"delay": 16878,
"time": "1775562378"
},
"stopId": "FR:76475:ZE:TCARxCOTYR0:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 16830,
"time": "1775561910"
},
"departure": {
"delay": 16830,
"time": "1775561910"
},
"stopId": "FR:76429:ZE:TCARxHUBER0:ATOUMOD001",
"stopSequence": 16
},
{
"departure": {
"delay": 16830,
"time": "1775560950"
},
"stopId": "FR:76540:ZE:TCARxTART8:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 16811,
"time": "1775561531"
},
"departure": {
"delay": 16811,
"time": "1775561531"
},
"stopId": "FR:76103:ZE:TCARxCDLED0:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 16847,
"time": "1775561027"
},
"departure": {
"delay": 16847,
"time": "1775561027"
},
"stopId": "FR:76540:ZE:TCARxREPUQ0:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 16838,
"time": "1775561078"
},
"departure": {
"delay": 16838,
"time": "1775561078"
},
"stopId": "FR:76540:ZE:TCARxPARIS0:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 16890,
"time": "1775562330"
},
"departure": {
"delay": 16890,
"time": "1775562330"
},
"stopId": "FR:76475:ZE:TCARxHVFRA0:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 16806,
"time": "1775561646"
},
"departure": {
"delay": 16806,
"time": "1775561646"
},
"stopId": "FR:76429:ZE:TCARxLESCU0:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 16830,
"time": "1775561730"
},
"departure": {
"delay": 16830,
"time": "1775561730"
},
"stopId": "FR:76429:ZE:TCARxESNAR0:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 16887,
"time": "1775562207"
},
"departure": {
"delay": 16887,
"time": "1775562207"
},
"stopId": "FR:76475:ZE:TCARxFERME0:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 16862,
"time": "1775562242"
},
"departure": {
"delay": 16862,
"time": "1775562242"
},
"stopId": "FR:76475:ZE:TCARxCROCH0:ATOUMOD001",
"stopSequence": 21
}
],
"timestamp": "1775560016",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx05:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx13004:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx1650:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 22,
"time": "1775556982"
},
"departure": {
"delay": 22,
"time": "1775556982"
},
"stopId": "FR:76157:ZE:TCARxTPRAT1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 39,
"time": "1775559099"
},
"stopId": "FR:76212:ZE:TCARxDUREC:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 25,
"time": "1775556865"
},
"departure": {
"delay": 25,
"time": "1775556865"
},
"stopId": "FR:76157:ZE:TCARxTDUMA1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 54,
"time": "1775556774"
},
"departure": {
"delay": 54,
"time": "1775556774"
},
"stopId": "FR:76157:ZE:TCARxTPROV1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": -13,
"time": "1775557727"
},
"departure": {
"delay": -13,
"time": "1775557727"
},
"stopId": "FR:76540:ZE:TCARxBELGE1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 125,
"time": "1775558525"
},
"departure": {
"delay": 125,
"time": "1775558525"
},
"stopId": "FR:76540:ZE:TCARxHILAI1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 38,
"time": "1775556674"
},
"departure": {
"delay": 38,
"time": "1775556698"
},
"stopId": "FR:76157:ZE:TCARxTJAUR1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 23,
"time": "1775556923"
},
"departure": {
"delay": 23,
"time": "1775556923"
},
"stopId": "FR:76157:ZE:TCARxTOUYE1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 109,
"time": "1775559034"
},
"departure": {
"delay": 109,
"time": "1775559049"
},
"stopId": "FR:76212:ZE:TCARxCANAD1:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": -25,
"time": "1775557355"
},
"departure": {
"delay": -25,
"time": "1775557475"
},
"stopId": "FR:76540:ZE:TCARxRIBOU1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 149,
"time": "1775558849"
},
"departure": {
"delay": 149,
"time": "1775558849"
},
"stopId": "FR:76540:ZE:TCARxECOLE1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": -144,
"time": "1775557176"
},
"departure": {
"delay": -144,
"time": "1775557176"
},
"stopId": "FR:76540:ZE:TCARxMIN1T:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 114,
"time": "1775558634"
},
"departure": {
"delay": 114,
"time": "1775558634"
},
"stopId": "FR:76540:ZE:TCARxJEUNE1:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 72,
"time": "1775558328"
},
"departure": {
"delay": 72,
"time": "1775558352"
},
"stopId": "FR:76540:ZE:TCARxCHRUT1:ATOUMOD001",
"stopSequence": 19
},
{
"departure": {
"delay": 30,
"time": "1775556570"
},
"stopId": "FR:76157:ZE:TCARxTMONET:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 129,
"time": "1775558949"
},
"departure": {
"delay": 129,
"time": "1775558949"
},
"stopId": "FR:76212:ZE:TCARxDMAIR1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": -29,
"time": "1775557651"
},
"departure": {
"delay": -29,
"time": "1775557651"
},
"stopId": "FR:76540:ZE:TCARxPASPA1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 15,
"time": "1775557553"
},
"departure": {
"delay": 15,
"time": "1775557575"
},
"stopId": "FR:76540:ZE:TCARxLUCIL1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 46,
"time": "1775558004"
},
"departure": {
"delay": 46,
"time": "1775558026"
},
"stopId": "FR:76540:ZE:TCARxREPUB1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 45,
"time": "1775558205"
},
"departure": {
"delay": 45,
"time": "1775558205"
},
"stopId": "FR:76540:ZE:TCARxMARTT1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": -26,
"time": "1775556574"
},
"departure": {
"delay": -26,
"time": "1775556574"
},
"stopId": "FR:76157:ZE:TCARxTPISS1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 7,
"time": "1775557927"
},
"departure": {
"delay": 7,
"time": "1775557927"
},
"stopId": "FR:76540:ZE:TCARxCATHE1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 134,
"time": "1775558730"
},
"departure": {
"delay": 134,
"time": "1775558774"
},
"stopId": "FR:76540:ZE:TCARxDRIVI1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": -8,
"time": "1775557852"
},
"departure": {
"delay": -8,
"time": "1775557852"
},
"stopId": "FR:76540:ZE:TCARxTARTT1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 49,
"time": "1775558108"
},
"departure": {
"delay": 49,
"time": "1775558149"
},
"stopId": "FR:76540:ZE:TCARxPMARC1:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": -99,
"time": "1775557101"
},
"departure": {
"delay": -99,
"time": "1775557101"
},
"stopId": "FR:76157:ZE:TCARxCORNI1:ATOUMOD001",
"stopSequence": 8
}
],
"timestamp": "1775556157",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx93:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx1650:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3747891x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 261,
"time": "1775545730"
},
"departure": {
"delay": 261,
"time": "1775545761"
},
"stopId": "FR:50129:ZE:10LOG1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 203,
"time": "1775545688"
},
"departure": {
"delay": 203,
"time": "1775545703"
},
"stopId": "FR:50129:ZE:10REN1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 302,
"time": "1775544748"
},
"departure": {
"delay": 302,
"time": "1775544782"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 242,
"time": "1775545823"
},
"departure": {
"delay": 242,
"time": "1775545862"
},
"stopId": "FR:50129:ZE:10BOC1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 188,
"time": "1775545801"
},
"departure": {
"delay": 188,
"time": "1775545808"
},
"stopId": "FR:50129:ZE:10GNT1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 226,
"time": "1775545650"
},
"departure": {
"delay": 226,
"time": "1775545666"
},
"stopId": "FR:50129:ZE:10CUR1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 238,
"time": "1775545590"
},
"departure": {
"delay": 238,
"time": "1775545618"
},
"stopId": "FR:50129:ZE:10DEB1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 260,
"time": "1775545192"
},
"departure": {
"delay": 260,
"time": "1775545220"
},
"stopId": "FR:50129:ZE:10BSJ1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 298,
"time": "1775545288"
},
"departure": {
"delay": 298,
"time": "1775545318"
},
"stopId": "FR:50129:ZE:10SEX1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 207,
"time": "1775546007"
},
"stopId": "FR:50129:ZE:10MXR1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 276,
"time": "1775545041"
},
"departure": {
"delay": 276,
"time": "1775545056"
},
"stopId": "FR:50129:ZE:10SRN1:ATOUMOD035",
"stopSequence": 7
},
{
"departure": {
"delay": 346,
"time": "1775544466"
},
"stopId": "FR:50129:ZE:10SHU2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 267,
"time": "1775545431"
},
"departure": {
"delay": 267,
"time": "1775545527"
},
"stopId": "FR:50129:ZE:10CSM1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 324,
"time": "1775544498"
},
"departure": {
"delay": 324,
"time": "1775544684"
},
"stopId": "FR:50129:ZE:10SHU1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 264,
"time": "1775545129"
},
"departure": {
"delay": 264,
"time": "1775545164"
},
"stopId": "FR:50129:ZE:10RUC1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 312,
"time": "1775545230"
},
"departure": {
"delay": 312,
"time": "1775545272"
},
"stopId": "FR:50129:ZE:10MTT1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 314,
"time": "1775544941"
},
"departure": {
"delay": 314,
"time": "1775544974"
},
"stopId": "FR:50129:ZE:10BOS1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 247,
"time": "1775545887"
},
"departure": {
"delay": 247,
"time": "1775545927"
},
"stopId": "FR:50129:ZE:10CEN1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 302,
"time": "1775545017"
},
"departure": {
"delay": 302,
"time": "1775545022"
},
"stopId": "FR:50129:ZE:10ODR1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 371,
"time": "1775544882"
},
"departure": {
"delay": 371,
"time": "1775544911"
},
"stopId": "FR:50129:ZE:10JAR1:ATOUMOD035",
"stopSequence": 4
}
],
"timestamp": "1775560073",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:04:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3747891x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx12400:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -13414,
"time": "1775561246"
},
"departure": {
"delay": -13414,
"time": "1775561246"
},
"stopId": "FR:76157:ZE:TCARxATELI2:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": -13731,
"time": "1775562429"
},
"departure": {
"delay": -13731,
"time": "1775562429"
},
"stopId": "FR:76366:ZE:TCARxLSOUR1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": -13798,
"time": "1775562542"
},
"departure": {
"delay": -13798,
"time": "1775562542"
},
"stopId": "FR:76366:ZE:TCARxLESUE1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": -13380,
"time": "1775561160"
},
"departure": {
"delay": -13380,
"time": "1775561160"
},
"stopId": "FR:76540:ZE:TCARxMIN4:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -13740,
"time": "1775562240"
},
"departure": {
"delay": -13740,
"time": "1775562240"
},
"stopId": "FR:76474:ZE:TCARxBMAIB1:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": -13595,
"time": "1775562025"
},
"departure": {
"delay": -13595,
"time": "1775562025"
},
"stopId": "FR:76410:ZE:TCARxVELOU2:ATOUMOD001",
"stopSequence": 15
},
{
"departure": {
"delay": -13380,
"time": "1775560920"
},
"stopId": "FR:76540:ZE:TCARxRIBOU3:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": -13725,
"time": "1775562315"
},
"departure": {
"delay": -13725,
"time": "1775562315"
},
"stopId": "FR:76474:ZE:TCARxMUSEE1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": -13673,
"time": "1775562127"
},
"departure": {
"delay": -13673,
"time": "1775562127"
},
"stopId": "FR:76474:ZE:TCARxEPARG1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": -13401,
"time": "1775561139"
},
"departure": {
"delay": -13401,
"time": "1775561139"
},
"stopId": "FR:76540:ZE:TCARxMIN2T:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -13440,
"time": "1775561400"
},
"departure": {
"delay": -13440,
"time": "1775561400"
},
"stopId": "FR:76216:ZE:TCARxCAILL2:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": -13399,
"time": "1775561201"
},
"departure": {
"delay": -13399,
"time": "1775561201"
},
"stopId": "FR:76157:ZE:TCARxLCORM1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": -13708,
"time": "1775562272"
},
"departure": {
"delay": -13708,
"time": "1775562272"
},
"stopId": "FR:76474:ZE:TCARxAGIDE2:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": -13423,
"time": "1775561297"
},
"departure": {
"delay": -13423,
"time": "1775561297"
},
"stopId": "FR:76157:ZE:TCARxCOMME1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": -13569,
"time": "1775561991"
},
"departure": {
"delay": -13569,
"time": "1775561991"
},
"stopId": "FR:76410:ZE:TCARxRIVES2:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": -13800,
"time": "1775562480"
},
"departure": {
"delay": -13800,
"time": "1775562480"
},
"stopId": "FR:76366:ZE:TCARxHMAIR1:ATOUMOD001",
"stopSequence": 21
}
],
"timestamp": "1775560016",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx04:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx12400:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745162x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -18,
"time": "1775547250"
},
"departure": {
"delay": -18,
"time": "1775547282"
},
"stopId": "FR:50129:ZE:10FOR4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 47,
"time": "1775547009"
},
"departure": {
"delay": 47,
"time": "1775547047"
},
"stopId": "FR:50129:ZE:10BRA4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"time": "1775547436"
},
"departure": {
"time": "1775547480"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 9,
"time": "1775547691"
},
"departure": {
"delay": 9,
"time": "1775547729"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 45,
"time": "1775546707"
},
"departure": {
"delay": 45,
"time": "1775546745"
},
"stopId": "FR:50129:ZE:10OYG2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 54,
"time": "1775547790"
},
"departure": {
"delay": 54,
"time": "1775547834"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 62,
"time": "1775546838"
},
"departure": {
"delay": 62,
"time": "1775546882"
},
"stopId": "FR:50129:ZE:10ANJ6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 53,
"time": "1775546764"
},
"departure": {
"delay": 53,
"time": "1775546813"
},
"stopId": "FR:50129:ZE:10PRV2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": -40,
"time": "1775548100"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 28,
"time": "1775547152"
},
"departure": {
"delay": 28,
"time": "1775547208"
},
"stopId": "FR:50129:ZE:10PFO2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 66,
"time": "1775546910"
},
"departure": {
"delay": 66,
"time": "1775546946"
},
"stopId": "FR:50129:ZE:10BQR2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 43,
"time": "1775547069"
},
"departure": {
"delay": 43,
"time": "1775547103"
},
"stopId": "FR:50129:ZE:10RTU2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": -12,
"time": "1775547529"
},
"departure": {
"delay": -12,
"time": "1775547588"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 14
},
{
"departure": {
"delay": 73,
"time": "1775546473"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 37,
"time": "1775546587"
},
"departure": {
"delay": 37,
"time": "1775546617"
},
"stopId": "FR:50129:ZE:10AMO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 21,
"time": "1775547331"
},
"departure": {
"delay": 21,
"time": "1775547381"
},
"stopId": "FR:50129:ZE:10CRC4:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 10,
"time": "1775547967"
},
"departure": {
"delay": 10,
"time": "1775548030"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 3,
"time": "1775547867"
},
"departure": {
"delay": 3,
"time": "1775547903"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": -1,
"time": "1775547618"
},
"departure": {
"delay": -1,
"time": "1775547659"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 43,
"time": "1775546646"
},
"departure": {
"delay": 43,
"time": "1775546683"
},
"stopId": "FR:50129:ZE:10EGL2:ATOUMOD035",
"stopSequence": 3
}
],
"timestamp": "1775560076",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1A:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745162x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC596642:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -40,
"time": "1775560520"
},
"departure": {
"delay": -40,
"time": "1775560520"
},
"stopId": "FR:27229:ZE:0xKEN01:ATOUMOD004",
"stopSequence": 4
},
{
"arrival": {
"delay": -40,
"time": "1775560460"
},
"departure": {
"delay": -40,
"time": "1775560460"
},
"stopId": "FR:27229:ZE:0xVOL01:ATOUMOD004",
"stopSequence": 3
},
{
"arrival": {
"delay": -248,
"time": "1775561332"
},
"stopId": "FR:27229:ZE:0xHOT01:ATOUMOD004",
"stopSequence": 14
},
{
"arrival": {
"delay": -169,
"time": "1775560991"
},
"departure": {
"delay": -169,
"time": "1775560991"
},
"stopId": "FR:27229:ZE:0xBRI02:ATOUMOD004",
"stopSequence": 10
},
{
"arrival": {
"delay": -29,
"time": "1775560651"
},
"departure": {
"delay": -29,
"time": "1775560651"
},
"stopId": "FR:27229:ZE:0xJOL02:ATOUMOD004",
"stopSequence": 6
},
{
"departure": {
"time": "1775560380"
},
"stopId": "FR:27229:ZE:0xMOL01:ATOUMOD004",
"stopSequence": 1
},
{
"arrival": {
"delay": -199,
"time": "1775561141"
},
"departure": {
"delay": -199,
"time": "1775561141"
},
"stopId": "FR:27229:ZE:0xJAU02:ATOUMOD004",
"stopSequence": 12
},
{
"arrival": {
"delay": -16,
"time": "1775560604"
},
"departure": {
"delay": -16,
"time": "1775560604"
},
"stopId": "FR:27229:ZE:0xPAS02:ATOUMOD004",
"stopSequence": 5
},
{
"arrival": {
"delay": -188,
"time": "1775561212"
},
"departure": {
"delay": -188,
"time": "1775561212"
},
"stopId": "FR:27229:ZE:0xHAP02:ATOUMOD004",
"stopSequence": 13
},
{
"arrival": {
"delay": -199,
"time": "1775561081"
},
"departure": {
"delay": -199,
"time": "1775561081"
},
"stopId": "FR:27229:ZE:0xPJJ02:ATOUMOD004",
"stopSequence": 11
},
{
"arrival": {
"delay": -118,
"time": "1775560802"
},
"departure": {
"delay": -118,
"time": "1775560802"
},
"stopId": "FR:27229:ZE:0xRRE02:ATOUMOD004",
"stopSequence": 8
},
{
"arrival": {
"delay": -58,
"time": "1775560742"
},
"departure": {
"delay": -58,
"time": "1775560742"
},
"stopId": "FR:27229:ZE:0xROR02:ATOUMOD004",
"stopSequence": 7
},
{
"arrival": {
"delay": -37,
"time": "1775560403"
},
"departure": {
"delay": -37,
"time": "1775560403"
},
"stopId": "FR:27229:ZE:0xRUG01:ATOUMOD004",
"stopSequence": 2
},
{
"arrival": {
"delay": -71,
"time": "1775560909"
},
"departure": {
"delay": -71,
"time": "1775560909"
},
"stopId": "FR:27229:ZE:0xFRI02:ATOUMOD004",
"stopSequence": 9
}
],
"timestamp": "1775560081",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD004:Line:T1:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC596642:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3758049x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 113,
"time": "1775541240"
},
"departure": {
"delay": 113,
"time": "1775541293"
},
"stopId": "FR:50579:ZE:SOTML1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 82,
"time": "1775542570"
},
"departure": {
"delay": 82,
"time": "1775542582"
},
"stopId": "FR:50129:ZE:10MXR1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 127,
"time": "1775542221"
},
"departure": {
"delay": 127,
"time": "1775542267"
},
"stopId": "FR:50599:ZE:TOLNR1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 98,
"time": "1775541866"
},
"departure": {
"delay": 98,
"time": "1775541878"
},
"stopId": "FR:50087:ZE:BRXBP1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 154,
"time": "1775541653"
},
"departure": {
"delay": 154,
"time": "1775541694"
},
"stopId": "FR:50087:ZE:BRXSTA:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 136,
"time": "1775542473"
},
"departure": {
"delay": 136,
"time": "1775542516"
},
"stopId": "FR:50129:ZE:10CEN1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 87,
"time": "1775540541"
},
"departure": {
"delay": 87,
"time": "1775540547"
},
"stopId": "FR:50615:ZE:VALFB1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 42,
"time": "1775540141"
},
"departure": {
"delay": 42,
"time": "1775540202"
},
"stopId": "FR:50615:ZE:VALGS1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 148,
"time": "1775542750"
},
"departure": {
"delay": 148,
"time": "1775542768"
},
"stopId": "FR:50129:ZE:10MAG1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 763,
"time": "1775543702"
},
"departure": {
"delay": 763,
"time": "1775543743"
},
"stopId": "FR:50129:ZE:10JAR2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 56,
"time": "1775540325"
},
"departure": {
"delay": 56,
"time": "1775540396"
},
"stopId": "FR:50615:ZE:VALCH1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 795,
"time": "1775544135"
},
"stopId": "FR:50129:ZE:10PEM3:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 756,
"time": "1775543643"
},
"departure": {
"delay": 756,
"time": "1775543676"
},
"stopId": "FR:50129:ZE:10BOS2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 677,
"time": "1775543438"
},
"departure": {
"delay": 677,
"time": "1775543537"
},
"stopId": "FR:50129:ZE:10ODR2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 780,
"time": "1775543925"
},
"departure": {
"delay": 780,
"time": "1775543940"
},
"stopId": "FR:50129:ZE:10PLA5:ATOUMOD035",
"stopSequence": 19
},
{
"departure": {
"delay": 112,
"time": "1775539552"
},
"stopId": "FR:50341:ZE:MONAP1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 826,
"time": "1775544005"
},
"departure": {
"delay": 826,
"time": "1775544046"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 9,
"time": "1775540037"
},
"departure": {
"delay": 9,
"time": "1775540049"
},
"stopId": "FR:50615:ZE:VALCA1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 122,
"time": "1775542368"
},
"departure": {
"delay": 122,
"time": "1775542382"
},
"stopId": "FR:50599:ZE:10ZCT1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 775,
"time": "1775543833"
},
"departure": {
"delay": 775,
"time": "1775543875"
},
"stopId": "FR:50129:ZE:10CRN1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 57,
"time": "1775540730"
},
"departure": {
"delay": 57,
"time": "1775540757"
},
"stopId": "FR:50615:ZE:VALZA1:ATOUMOD035",
"stopSequence": 6
}
],
"timestamp": "1775560081",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:D:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3758049x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4230563x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 8,
"time": "1775560508"
},
"departure": {
"delay": 8,
"time": "1775560508"
},
"stopId": "FR:76351:ZE:3357:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": 9,
"time": "1775560629"
},
"departure": {
"delay": 9,
"time": "1775560629"
},
"stopId": "FR:76351:ZE:3417:ATOUMOD003",
"stopSequence": 25
},
{
"arrival": {
"delay": 13,
"time": "1775561053"
},
"departure": {
"delay": 13,
"time": "1775561053"
},
"stopId": "FR:76351:ZE:4724:ATOUMOD003",
"stopSequence": 32
},
{
"departure": {
"delay": 5,
"time": "1775559905"
},
"stopId": "FR:76351:ZE:4641:ATOUMOD003",
"stopSequence": 16
},
{
"departure": {
"delay": 140,
"time": "1775559380"
},
"stopId": "FR:76351:ZE:4134:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": 61,
"time": "1775561161"
},
"departure": {
"delay": 61,
"time": "1775561161"
},
"stopId": "FR:76351:ZE:4835:ATOUMOD003",
"stopSequence": 33
},
{
"arrival": {
"delay": 5,
"time": "1775560205"
},
"departure": {
"delay": 5,
"time": "1775560205"
},
"stopId": "FR:76351:ZE:3240:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": 94,
"time": "1775559934"
},
"departure": {
"delay": 94,
"time": "1775559934"
},
"stopId": "FR:76351:ZE:3645:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": 14,
"time": "1775560694"
},
"departure": {
"delay": 14,
"time": "1775560694"
},
"stopId": "FR:76351:ZE:3363:ATOUMOD003",
"stopSequence": 26
},
{
"arrival": {
"delay": 10,
"time": "1775560270"
},
"departure": {
"delay": 10,
"time": "1775560270"
},
"stopId": "FR:76351:ZE:3191:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": 5,
"time": "1775561285"
},
"stopId": "FR:76351:ZE:4825:ATOUMOD003",
"stopSequence": 35
},
{
"departure": {
"delay": 125,
"time": "1775559725"
},
"stopId": "FR:76351:ZE:3794:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": 5,
"time": "1775560985"
},
"departure": {
"delay": 5,
"time": "1775560985"
},
"stopId": "FR:76351:ZE:4467:ATOUMOD003",
"stopSequence": 31
},
{
"arrival": {
"delay": 7,
"time": "1775561227"
},
"departure": {
"delay": 7,
"time": "1775561227"
},
"stopId": "FR:76351:ZE:4297:ATOUMOD003",
"stopSequence": 34
},
{
"arrival": {
"delay": 45,
"time": "1775560785"
},
"departure": {
"delay": 45,
"time": "1775560785"
},
"stopId": "FR:76351:ZE:3384:ATOUMOD003",
"stopSequence": 28
},
{
"arrival": {
"delay": 5,
"time": "1775560565"
},
"departure": {
"delay": 5,
"time": "1775560565"
},
"stopId": "FR:76351:ZE:3124:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": 63,
"time": "1775560023"
},
"departure": {
"delay": 63,
"time": "1775560023"
},
"stopId": "FR:76351:ZE:3027:ATOUMOD003",
"stopSequence": 18
},
{
"departure": {
"delay": 112,
"time": "1775559592"
},
"stopId": "FR:76351:ZE:3700:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 62,
"time": "1775560442"
},
"departure": {
"delay": 62,
"time": "1775560442"
},
"stopId": "FR:76351:ZE:3531:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": 5,
"time": "1775560925"
},
"departure": {
"delay": 5,
"time": "1775560925"
},
"stopId": "FR:76351:ZE:4558:ATOUMOD003",
"stopSequence": 30
},
{
"arrival": {
"delay": 5,
"time": "1775560745"
},
"departure": {
"delay": 5,
"time": "1775560745"
},
"stopId": "FR:76351:ZE:3426:ATOUMOD003",
"stopSequence": 27
},
{
"departure": {
"delay": 138,
"time": "1775559858"
},
"stopId": "FR:76351:ZE:3500:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 52,
"time": "1775560852"
},
"departure": {
"delay": 52,
"time": "1775560852"
},
"stopId": "FR:76351:ZE:5223:ATOUMOD003",
"stopSequence": 29
},
{
"arrival": {
"delay": 28,
"time": "1775560348"
},
"departure": {
"delay": 28,
"time": "1775560348"
},
"stopId": "FR:76351:ZE:3627:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": 12,
"time": "1775559972"
},
"departure": {
"delay": 12,
"time": "1775559972"
},
"stopId": "FR:76351:ZE:4520:ATOUMOD003",
"stopSequence": 17
}
],
"timestamp": "1775560049",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:C3:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4230563x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746165x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -36,
"time": "1775547943"
},
"departure": {
"delay": -36,
"time": "1775547984"
},
"stopId": "FR:50129:ZE:10THH3:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 26,
"time": "1775546392"
},
"departure": {
"delay": 26,
"time": "1775546426"
},
"stopId": "FR:50129:ZE:10BHE1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": -27,
"time": "1775547354"
},
"departure": {
"delay": -27,
"time": "1775547393"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 4,
"time": "1775546274"
},
"departure": {
"delay": 4,
"time": "1775546284"
},
"stopId": "FR:50129:ZE:10ARA1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 52,
"time": "1775545816"
},
"departure": {
"delay": 52,
"time": "1775545852"
},
"stopId": "FR:50129:ZE:10COF1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 8,
"time": "1775548655"
},
"departure": {
"delay": 8,
"time": "1775548688"
},
"stopId": "FR:50129:ZE:10ZPH1:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"delay": 31,
"time": "1775548914"
},
"departure": {
"delay": 31,
"time": "1775548951"
},
"stopId": "FR:50129:ZE:10RSX1:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"delay": -67,
"time": "1775548103"
},
"departure": {
"delay": -67,
"time": "1775548193"
},
"stopId": "FR:50129:ZE:10BHC3:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 25,
"time": "1775548769"
},
"departure": {
"delay": 25,
"time": "1775548825"
},
"stopId": "FR:50129:ZE:10NOR3:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"delay": 27,
"time": "1775547110"
},
"departure": {
"delay": 27,
"time": "1775547147"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 53,
"time": "1775548997"
},
"departure": {
"delay": 53,
"time": "1775549033"
},
"stopId": "FR:50129:ZE:10COS1:ATOUMOD035",
"stopSequence": 47
},
{
"arrival": {
"delay": 38,
"time": "1775546637"
},
"departure": {
"delay": 38,
"time": "1775546678"
},
"stopId": "FR:50129:ZE:10DUB1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 52,
"time": "1775545776"
},
"departure": {
"delay": 52,
"time": "1775545792"
},
"stopId": "FR:50129:ZE:10SFG1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 26,
"time": "1775546094"
},
"departure": {
"delay": 26,
"time": "1775546126"
},
"stopId": "FR:50129:ZE:10HOU1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": -28,
"time": "1775548253"
},
"departure": {
"delay": -28,
"time": "1775548352"
},
"stopId": "FR:50129:ZE:10LUM1:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 26,
"time": "1775546452"
},
"departure": {
"delay": 26,
"time": "1775546486"
},
"stopId": "FR:50129:ZE:10LON1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 38,
"time": "1775546051"
},
"departure": {
"delay": 38,
"time": "1775546078"
},
"stopId": "FR:50129:ZE:10CAR1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": -46,
"time": "1775547255"
},
"departure": {
"delay": -46,
"time": "1775547314"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 32,
"time": "1775545973"
},
"departure": {
"delay": 32,
"time": "1775546012"
},
"stopId": "FR:50129:ZE:10SFN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": -29,
"time": "1775547610"
},
"departure": {
"delay": -29,
"time": "1775547631"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": -16,
"time": "1775547817"
},
"departure": {
"delay": -16,
"time": "1775547884"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 18,
"time": "1775548371"
},
"departure": {
"delay": 18,
"time": "1775548398"
},
"stopId": "FR:50129:ZE:10JMO1:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 36,
"time": "1775545901"
},
"departure": {
"delay": 36,
"time": "1775545956"
},
"stopId": "FR:50129:ZE:10ALB1:ATOUMOD035",
"stopSequence": 4
},
{
"departure": {
"delay": 11,
"time": "1775545751"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"time": "1775547417"
},
"departure": {
"time": "1775547480"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": -26,
"time": "1775546360"
},
"departure": {
"delay": -26,
"time": "1775546374"
},
"stopId": "FR:50129:ZE:10CPL1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": -18,
"time": "1775547204"
},
"departure": {
"delay": -18,
"time": "1775547222"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 12,
"time": "1775548846"
},
"departure": {
"delay": 12,
"time": "1775548872"
},
"stopId": "FR:50129:ZE:10MYO1:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": 37,
"time": "1775547056"
},
"departure": {
"delay": 37,
"time": "1775547097"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 77,
"time": "1775546803"
},
"departure": {
"delay": 77,
"time": "1775546837"
},
"stopId": "FR:50129:ZE:10AGO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": -14,
"time": "1775548412"
},
"departure": {
"delay": -14,
"time": "1775548426"
},
"stopId": "FR:50129:ZE:10LLM1:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 29,
"time": "1775548620"
},
"departure": {
"delay": 29,
"time": "1775548649"
},
"stopId": "FR:50129:ZE:10ART1:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": 41,
"time": "1775547532"
},
"departure": {
"delay": 41,
"time": "1775547581"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": -66,
"time": "1775548060"
},
"departure": {
"delay": -66,
"time": "1775548074"
},
"stopId": "FR:50129:ZE:10LCA1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 62,
"time": "1775548970"
},
"departure": {
"delay": 62,
"time": "1775548982"
},
"stopId": "FR:50129:ZE:10CVE1:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"delay": 36,
"time": "1775548891"
},
"departure": {
"delay": 36,
"time": "1775548896"
},
"stopId": "FR:50129:ZE:10MGT1:ATOUMOD035",
"stopSequence": 44
},
{
"arrival": {
"delay": 13,
"time": "1775548452"
},
"departure": {
"delay": 13,
"time": "1775548513"
},
"stopId": "FR:50129:ZE:10BRO1:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"delay": 28,
"time": "1775546536"
},
"departure": {
"delay": 28,
"time": "1775546548"
},
"stopId": "FR:50129:ZE:10ZOL1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": -12,
"time": "1775546301"
},
"departure": {
"delay": -12,
"time": "1775546328"
},
"stopId": "FR:50129:ZE:10PRE1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 11,
"time": "1775546935"
},
"departure": {
"delay": 11,
"time": "1775546951"
},
"stopId": "FR:50129:ZE:10BEL1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 24,
"time": "1775546982"
},
"departure": {
"delay": 24,
"time": "1775547024"
},
"stopId": "FR:50129:ZE:10HUI1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": -18,
"time": "1775548710"
},
"departure": {
"delay": -18,
"time": "1775548722"
},
"stopId": "FR:50129:ZE:10JEA1:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": 26,
"time": "1775546156"
},
"departure": {
"delay": 26,
"time": "1775546186"
},
"stopId": "FR:50129:ZE:10BRT1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 40,
"time": "1775546192"
},
"departure": {
"delay": 40,
"time": "1775546200"
},
"stopId": "FR:50129:ZE:10BON1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": -1,
"time": "1775549099"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"delay": -28,
"time": "1775547691"
},
"departure": {
"delay": -28,
"time": "1775547752"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 68,
"time": "1775546858"
},
"departure": {
"delay": 68,
"time": "1775546888"
},
"stopId": "FR:50129:ZE:10HOM1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 54,
"time": "1775546729"
},
"departure": {
"delay": 54,
"time": "1775546754"
},
"stopId": "FR:50129:ZE:10LAV1:ATOUMOD035",
"stopSequence": 17
}
],
"timestamp": "1775560079",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746165x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD005:ServiceJourney:973:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775579460"
},
"departure": {
"time": "1775579460"
},
"stopId": "FR:76217:ZE:18170:ATOUMOD005",
"stopSequence": 27
},
{
"arrival": {
"time": "1775580060"
},
"stopId": "FR:76217:ZE:18282:ATOUMOD005",
"stopSequence": 34
},
{
"arrival": {
"time": "1775577600"
},
"departure": {
"time": "1775577600"
},
"stopId": "FR:76217:ZE:18051:ATOUMOD005",
"stopSequence": 9
},
{
"arrival": {
"time": "1775577480"
},
"departure": {
"time": "1775577480"
},
"stopId": "FR:76217:ZE:18090:ATOUMOD005",
"stopSequence": 6
},
{
"arrival": {
"delay": 5,
"time": "1775579405"
},
"departure": {
"delay": 5,
"time": "1775579405"
},
"stopId": "FR:76217:ZE:18197:ATOUMOD005",
"stopSequence": 26
},
{
"arrival": {
"time": "1775579760"
},
"departure": {
"time": "1775579760"
},
"stopId": "FR:76217:ZE:18205:ATOUMOD005",
"stopSequence": 31
},
{
"arrival": {
"time": "1775579160"
},
"departure": {
"time": "1775579160"
},
"stopId": "FR:76545:ZE:18026:ATOUMOD005",
"stopSequence": 23
},
{
"arrival": {
"time": "1775578500"
},
"departure": {
"time": "1775578500"
},
"stopId": "FR:76217:ZE:18086:ATOUMOD005",
"stopSequence": 19
},
{
"arrival": {
"time": "1775577720"
},
"departure": {
"time": "1775577720"
},
"stopId": "FR:76217:ZE:18068:ATOUMOD005",
"stopSequence": 11
},
{
"arrival": {
"time": "1775578200"
},
"departure": {
"time": "1775578200"
},
"stopId": "FR:76217:ZE:18060:ATOUMOD005",
"stopSequence": 17
},
{
"departure": {
"time": "1775577000"
},
"stopId": "FR:76217:ZE:18038:ATOUMOD005",
"stopSequence": 1
},
{
"arrival": {
"time": "1775577540"
},
"departure": {
"time": "1775577540"
},
"stopId": "FR:76217:ZE:18441:ATOUMOD005",
"stopSequence": 7
},
{
"arrival": {
"time": "1775579220"
},
"departure": {
"time": "1775579220"
},
"stopId": "FR:76414:ZE:18132:ATOUMOD005",
"stopSequence": 24
},
{
"arrival": {
"time": "1775578920"
},
"departure": {
"time": "1775578920"
},
"stopId": "FR:76217:ZE:18106:ATOUMOD005",
"stopSequence": 21
},
{
"arrival": {
"time": "1775577420"
},
"departure": {
"time": "1775577420"
},
"stopId": "FR:76217:ZE:18323:ATOUMOD005",
"stopSequence": 5
},
{
"arrival": {
"time": "1775577660"
},
"departure": {
"time": "1775577660"
},
"stopId": "FR:76217:ZE:18092:ATOUMOD005",
"stopSequence": 10
},
{
"arrival": {
"time": "1775577840"
},
"departure": {
"time": "1775577840"
},
"stopId": "FR:76217:ZE:18074:ATOUMOD005",
"stopSequence": 13
},
{
"arrival": {
"time": "1775579880"
},
"departure": {
"time": "1775579880"
},
"stopId": "FR:76217:ZE:18174:ATOUMOD005",
"stopSequence": 32
},
{
"arrival": {
"time": "1775578320"
},
"departure": {
"time": "1775578320"
},
"stopId": "FR:76217:ZE:18055:ATOUMOD005",
"stopSequence": 18
},
{
"arrival": {
"time": "1775579100"
},
"departure": {
"time": "1775579100"
},
"stopId": "FR:76217:ZE:18058:ATOUMOD005",
"stopSequence": 22
},
{
"arrival": {
"time": "1775578140"
},
"departure": {
"time": "1775578140"
},
"stopId": "FR:76217:ZE:18029:ATOUMOD005",
"stopSequence": 16
},
{
"arrival": {
"time": "1775578860"
},
"departure": {
"time": "1775578860"
},
"stopId": "FR:76217:ZE:18076:ATOUMOD005",
"stopSequence": 20
},
{
"arrival": {
"time": "1775579640"
},
"departure": {
"time": "1775579640"
},
"stopId": "FR:76217:ZE:18186:ATOUMOD005",
"stopSequence": 29
},
{
"arrival": {
"time": "1775577060"
},
"departure": {
"time": "1775577060"
},
"stopId": "FR:76217:ZE:18101:ATOUMOD005",
"stopSequence": 2
},
{
"arrival": {
"time": "1775577900"
},
"departure": {
"time": "1775577900"
},
"stopId": "FR:76217:ZE:18045:ATOUMOD005",
"stopSequence": 14
},
{
"arrival": {
"time": "1775579520"
},
"departure": {
"time": "1775579520"
},
"stopId": "FR:76217:ZE:18166:ATOUMOD005",
"stopSequence": 28
},
{
"arrival": {
"time": "1775579700"
},
"departure": {
"time": "1775579700"
},
"stopId": "FR:76217:ZE:18184:ATOUMOD005",
"stopSequence": 30
},
{
"arrival": {
"time": "1775580000"
},
"departure": {
"time": "1775580000"
},
"stopId": "FR:76217:ZE:18181:ATOUMOD005",
"stopSequence": 33
},
{
"arrival": {
"time": "1775579400"
},
"departure": {
"time": "1775579400"
},
"stopId": "FR:76217:ZE:18177:ATOUMOD005",
"stopSequence": 25
},
{
"arrival": {
"delay": 5,
"time": "1775577065"
},
"departure": {
"delay": 5,
"time": "1775577065"
},
"stopId": "FR:76217:ZE:18321:ATOUMOD005",
"stopSequence": 3
},
{
"arrival": {
"time": "1775577960"
},
"departure": {
"time": "1775577960"
},
"stopId": "FR:76217:ZE:18786:ATOUMOD005",
"stopSequence": 15
},
{
"arrival": {
"time": "1775577300"
},
"departure": {
"time": "1775577300"
},
"stopId": "FR:76217:ZE:18023:ATOUMOD005",
"stopSequence": 4
},
{
"arrival": {
"time": "1775577780"
},
"departure": {
"time": "1775577780"
},
"stopId": "FR:76217:ZE:18021:ATOUMOD005",
"stopSequence": 12
},
{
"arrival": {
"delay": 5,
"time": "1775577545"
},
"departure": {
"delay": 5,
"time": "1775577545"
},
"stopId": "FR:76217:ZE:18801:ATOUMOD005",
"stopSequence": 8
}
],
"timestamp": "1775560081",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD005:Line:2:LOC",
"tripId": "ATOUMOD005:ServiceJourney:973:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746134x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 65,
"time": "1775532416"
},
"departure": {
"delay": 65,
"time": "1775532425"
},
"stopId": "FR:50129:ZE:10SFG1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 41,
"time": "1775535247"
},
"departure": {
"delay": 41,
"time": "1775535281"
},
"stopId": "FR:50129:ZE:10NOR3:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"delay": -43,
"time": "1775532903"
},
"departure": {
"delay": -43,
"time": "1775532917"
},
"stopId": "FR:50129:ZE:10PRE1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 84,
"time": "1775533688"
},
"departure": {
"delay": 84,
"time": "1775533704"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 22
},
{
"departure": {
"delay": 36,
"time": "1775532396"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 36,
"time": "1775532810"
},
"departure": {
"delay": 36,
"time": "1775532816"
},
"stopId": "FR:50129:ZE:10BON1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 35,
"time": "1775532556"
},
"departure": {
"delay": 35,
"time": "1775532575"
},
"stopId": "FR:50129:ZE:10ALB1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 23,
"time": "1775534886"
},
"departure": {
"delay": 23,
"time": "1775534903"
},
"stopId": "FR:50129:ZE:10LLM1:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 21,
"time": "1775533504"
},
"departure": {
"delay": 21,
"time": "1775533521"
},
"stopId": "FR:50129:ZE:10BEL1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 56,
"time": "1775535076"
},
"departure": {
"delay": 56,
"time": "1775535116"
},
"stopId": "FR:50129:ZE:10ART1:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": 24,
"time": "1775535129"
},
"departure": {
"delay": 24,
"time": "1775535144"
},
"stopId": "FR:50129:ZE:10ZPH1:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"delay": 23,
"time": "1775533904"
},
"departure": {
"delay": 23,
"time": "1775533943"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 56,
"time": "1775535401"
},
"departure": {
"delay": 56,
"time": "1775535416"
},
"stopId": "FR:50129:ZE:10CVE1:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"delay": 30,
"time": "1775533392"
},
"departure": {
"delay": 30,
"time": "1775533410"
},
"stopId": "FR:50129:ZE:10AGO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 6,
"time": "1775532693"
},
"departure": {
"delay": 6,
"time": "1775532726"
},
"stopId": "FR:50129:ZE:10HOU1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 53,
"time": "1775534475"
},
"departure": {
"delay": 53,
"time": "1775534513"
},
"stopId": "FR:50129:ZE:10THH3:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 44,
"time": "1775534189"
},
"departure": {
"delay": 44,
"time": "1775534204"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 11,
"time": "1775534809"
},
"departure": {
"delay": 11,
"time": "1775534831"
},
"stopId": "FR:50129:ZE:10LUM1:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 60,
"time": "1775533824"
},
"departure": {
"delay": 60,
"time": "1775533860"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 26,
"time": "1775533214"
},
"departure": {
"delay": 26,
"time": "1775533286"
},
"stopId": "FR:50129:ZE:10DUB1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 48,
"time": "1775534851"
},
"departure": {
"delay": 48,
"time": "1775534868"
},
"stopId": "FR:50129:ZE:10JMO1:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 7,
"time": "1775535171"
},
"departure": {
"delay": 7,
"time": "1775535187"
},
"stopId": "FR:50129:ZE:10JEA1:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": 30,
"time": "1775533975"
},
"departure": {
"delay": 30,
"time": "1775534010"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": -15,
"time": "1775535525"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"delay": 53,
"time": "1775534132"
},
"departure": {
"delay": 53,
"time": "1775534153"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 18,
"time": "1775532595"
},
"departure": {
"delay": 18,
"time": "1775532618"
},
"stopId": "FR:50129:ZE:10SFN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 5,
"time": "1775534364"
},
"departure": {
"delay": 5,
"time": "1775534405"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 39,
"time": "1775535325"
},
"departure": {
"delay": 39,
"time": "1775535339"
},
"stopId": "FR:50129:ZE:10MGT1:ATOUMOD035",
"stopSequence": 44
},
{
"arrival": {
"delay": -19,
"time": "1775533043"
},
"departure": {
"delay": -19,
"time": "1775533061"
},
"stopId": "FR:50129:ZE:10LON1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 29,
"time": "1775535437"
},
"departure": {
"delay": 29,
"time": "1775535449"
},
"stopId": "FR:50129:ZE:10COS1:ATOUMOD035",
"stopSequence": 47
},
{
"arrival": {
"delay": 11,
"time": "1775535300"
},
"departure": {
"delay": 11,
"time": "1775535311"
},
"stopId": "FR:50129:ZE:10MYO1:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": 71,
"time": "1775533720"
},
"departure": {
"delay": 71,
"time": "1775533751"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": -5,
"time": "1775532995"
},
"departure": {
"delay": -5,
"time": "1775533015"
},
"stopId": "FR:50129:ZE:10BHE1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": -44,
"time": "1775532959"
},
"departure": {
"delay": -44,
"time": "1775532976"
},
"stopId": "FR:50129:ZE:10CPL1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 17,
"time": "1775533316"
},
"departure": {
"delay": 17,
"time": "1775533337"
},
"stopId": "FR:50129:ZE:10LAV1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 17,
"time": "1775532662"
},
"departure": {
"delay": 17,
"time": "1775532677"
},
"stopId": "FR:50129:ZE:10CAR1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 33,
"time": "1775534925"
},
"departure": {
"delay": 33,
"time": "1775534973"
},
"stopId": "FR:50129:ZE:10BRO1:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"delay": 11,
"time": "1775533433"
},
"departure": {
"delay": 11,
"time": "1775533451"
},
"stopId": "FR:50129:ZE:10HOM1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 21,
"time": "1775532755"
},
"departure": {
"delay": 21,
"time": "1775532801"
},
"stopId": "FR:50129:ZE:10BRT1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": -1,
"time": "1775533119"
},
"departure": {
"delay": -1,
"time": "1775533139"
},
"stopId": "FR:50129:ZE:10ZOL1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 47,
"time": "1775532448"
},
"departure": {
"delay": 47,
"time": "1775532467"
},
"stopId": "FR:50129:ZE:10COF1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": -24,
"time": "1775532862"
},
"departure": {
"delay": -24,
"time": "1775532876"
},
"stopId": "FR:50129:ZE:10ARA1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 19,
"time": "1775534255"
},
"departure": {
"delay": 19,
"time": "1775534299"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 14,
"time": "1775535359"
},
"departure": {
"delay": 14,
"time": "1775535374"
},
"stopId": "FR:50129:ZE:10RSX1:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"delay": 42,
"time": "1775534044"
},
"departure": {
"delay": 42,
"time": "1775534082"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": -5,
"time": "1775534614"
},
"departure": {
"delay": -5,
"time": "1775534635"
},
"stopId": "FR:50129:ZE:10LCA1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 42,
"time": "1775534680"
},
"departure": {
"delay": 42,
"time": "1775534742"
},
"stopId": "FR:50129:ZE:10BHC3:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 95,
"time": "1775533613"
},
"departure": {
"delay": 95,
"time": "1775533655"
},
"stopId": "FR:50129:ZE:10HUI1:ATOUMOD035",
"stopSequence": 21
}
],
"timestamp": "1775559956",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746134x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3758381x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 13,
"time": "1775540113"
},
"stopId": "FR:50184:ZE:FLAEN1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 125,
"time": "1775540535"
},
"departure": {
"delay": 125,
"time": "1775540585"
},
"stopId": "FR:50184:ZE:FLAHB1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 292,
"time": "1775541764"
},
"departure": {
"delay": 292,
"time": "1775541832"
},
"stopId": "FR:50045:ZE:BENBG1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 553,
"time": "1775543231"
},
"departure": {
"delay": 553,
"time": "1775543293"
},
"stopId": "FR:50129:ZE:10ANJ7:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 862,
"time": "1775544202"
},
"stopId": "FR:50129:ZE:10PEM4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 287,
"time": "1775541895"
},
"departure": {
"delay": 287,
"time": "1775541947"
},
"stopId": "FR:50045:ZE:BENCG1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 208,
"time": "1775540979"
},
"departure": {
"delay": 208,
"time": "1775541088"
},
"stopId": "FR:50402:ZE:PIXLAN:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 88,
"time": "1775540352"
},
"departure": {
"delay": 88,
"time": "1775540368"
},
"stopId": "FR:50184:ZE:FLAES1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 287,
"time": "1775541385"
},
"departure": {
"delay": 287,
"time": "1775541527"
},
"stopId": "FR:50402:ZE:PIXZAF:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 462,
"time": "1775542857"
},
"departure": {
"delay": 462,
"time": "1775542902"
},
"stopId": "FR:50294:ZE:MARPO1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 765,
"time": "1775543723"
},
"departure": {
"delay": 765,
"time": "1775543805"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 440,
"time": "1775542593"
},
"departure": {
"delay": 440,
"time": "1775542700"
},
"stopId": "FR:50575:ZE:SIDHC1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 809,
"time": "1775543845"
},
"departure": {
"delay": 809,
"time": "1775543909"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 866,
"time": "1775544078"
},
"departure": {
"delay": 866,
"time": "1775544086"
},
"stopId": "FR:50129:ZE:10CRN2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 366,
"time": "1775542259"
},
"departure": {
"delay": 366,
"time": "1775542326"
},
"stopId": "FR:50643:ZE:VIRMA1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 886,
"time": "1775543981"
},
"departure": {
"delay": 886,
"time": "1775544046"
},
"stopId": "FR:50129:ZE:10PLA4:ATOUMOD035",
"stopSequence": 17
}
],
"timestamp": "1775559468",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:B:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3758381x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx8622:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 11483,
"time": "1775558393"
},
"departure": {
"delay": 11483,
"time": "1775558423"
},
"stopId": "FR:76540:ZE:TCARxTMARV2:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 11648,
"time": "1775556848"
},
"departure": {
"delay": 11648,
"time": "1775556848"
},
"stopId": "FR:76575:ZE:TCARxSANSU2:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 11678,
"time": "1775557573"
},
"departure": {
"delay": 11678,
"time": "1775557598"
},
"stopId": "FR:76540:ZE:TCARxLOPOT2:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 11693,
"time": "1775557673"
},
"departure": {
"delay": 11693,
"time": "1775557673"
},
"stopId": "FR:76540:ZE:TCARxCAFT2:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 11648,
"time": "1775556788"
},
"departure": {
"delay": 11648,
"time": "1775556788"
},
"stopId": "FR:76575:ZE:TCARxCORBU1:ATOUMOD001",
"stopSequence": 2
},
{
"departure": {
"delay": 11644,
"time": "1775556724"
},
"stopId": "FR:76575:ZE:TCARxTECHN4:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 11693,
"time": "1775557493"
},
"departure": {
"delay": 11693,
"time": "1775557493"
},
"stopId": "FR:76498:ZE:TCARxCHART2:ATOUMOD001",
"stopSequence": 10
}
],
"timestamp": "1775556738",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx94:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx8622:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745187x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 112,
"time": "1775546374"
},
"departure": {
"delay": 112,
"time": "1775546392"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": -23,
"time": "1775547043"
},
"departure": {
"delay": -23,
"time": "1775547097"
},
"stopId": "FR:50129:ZE:10ANJ5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 162,
"time": "1775546079"
},
"departure": {
"delay": 162,
"time": "1775546142"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": -55,
"time": "1775547485"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 57,
"time": "1775547224"
},
"departure": {
"delay": 57,
"time": "1775547297"
},
"stopId": "FR:50129:ZE:10OLY1:ATOUMOD035",
"stopSequence": 16
},
{
"departure": {
"delay": 213,
"time": "1775546013"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 17,
"time": "1775547122"
},
"departure": {
"delay": 17,
"time": "1775547197"
},
"stopId": "FR:50129:ZE:10PRV1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": -17,
"time": "1775546710"
},
"departure": {
"delay": -17,
"time": "1775546743"
},
"stopId": "FR:50129:ZE:10PFO1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": -66,
"time": "1775546841"
},
"departure": {
"delay": -66,
"time": "1775546874"
},
"stopId": "FR:50129:ZE:10BRA3:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 168,
"time": "1775546177"
},
"departure": {
"delay": 168,
"time": "1775546208"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 30,
"time": "1775547382"
},
"departure": {
"delay": 30,
"time": "1775547390"
},
"stopId": "FR:50129:ZE:10AMO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": -43,
"time": "1775546944"
},
"departure": {
"delay": -43,
"time": "1775547017"
},
"stopId": "FR:50129:ZE:10BQR1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 137,
"time": "1775546265"
},
"departure": {
"delay": 137,
"time": "1775546297"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 64,
"time": "1775547314"
},
"departure": {
"delay": 64,
"time": "1775547364"
},
"stopId": "FR:50129:ZE:10EGL1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 87,
"time": "1775546567"
},
"departure": {
"delay": 87,
"time": "1775546607"
},
"stopId": "FR:50129:ZE:10CRC3:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 139,
"time": "1775546324"
},
"departure": {
"delay": 139,
"time": "1775546359"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": -63,
"time": "1775546790"
},
"departure": {
"delay": -63,
"time": "1775546817"
},
"stopId": "FR:50129:ZE:10RTU1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 38,
"time": "1775546645"
},
"departure": {
"delay": 38,
"time": "1775546678"
},
"stopId": "FR:50129:ZE:10FOR3:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 112,
"time": "1775546420"
},
"departure": {
"delay": 112,
"time": "1775546452"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 7
}
],
"timestamp": "1775560077",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1B:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745187x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3747521x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 87,
"time": "1775538720"
},
"departure": {
"delay": 87,
"time": "1775538747"
},
"stopId": "FR:50129:ZE:10EUR2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 182,
"time": "1775538994"
},
"departure": {
"delay": 182,
"time": "1775539022"
},
"stopId": "FR:50129:ZE:10LMW1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 97,
"time": "1775539467"
},
"departure": {
"delay": 97,
"time": "1775539477"
},
"stopId": "FR:50129:ZE:10CIT2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 157,
"time": "1775538898"
},
"departure": {
"delay": 157,
"time": "1775538937"
},
"stopId": "FR:50129:ZE:10CLO2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"time": "1775538509"
},
"departure": {
"time": "1775538540"
},
"stopId": "FR:50129:ZE:10CRD2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 7,
"time": "1775540277"
},
"departure": {
"delay": 7,
"time": "1775540287"
},
"stopId": "FR:50129:ZE:10AIG1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 79,
"time": "1775539389"
},
"departure": {
"delay": 79,
"time": "1775539399"
},
"stopId": "FR:50129:ZE:10CCI2:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 151,
"time": "1775539205"
},
"departure": {
"delay": 151,
"time": "1775539231"
},
"stopId": "FR:50129:ZE:10GMA3:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 40,
"time": "1775538551"
},
"departure": {
"delay": 40,
"time": "1775538580"
},
"stopId": "FR:50129:ZE:10LMQ2:ATOUMOD035",
"stopSequence": 3
},
{
"departure": {
"delay": 31,
"time": "1775538391"
},
"stopId": "FR:50129:ZE:10PIS1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": -1,
"time": "1775540330"
},
"departure": {
"delay": -1,
"time": "1775540339"
},
"stopId": "FR:50129:ZE:10UNI1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 15,
"time": "1775540655"
},
"stopId": "FR:50129:ZE:10ZFO1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 37,
"time": "1775540581"
},
"departure": {
"delay": 37,
"time": "1775540617"
},
"stopId": "FR:50129:ZE:10VDT1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": -5,
"time": "1775540504"
},
"departure": {
"delay": -5,
"time": "1775540515"
},
"stopId": "FR:50129:ZE:10PFO3:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 155,
"time": "1775539947"
},
"departure": {
"delay": 155,
"time": "1775539955"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 57,
"time": "1775539641"
},
"departure": {
"delay": 57,
"time": "1775539677"
},
"stopId": "FR:50129:ZE:10CRN2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 182,
"time": "1775539106"
},
"departure": {
"delay": 182,
"time": "1775539142"
},
"stopId": "FR:50129:ZE:10MLL4:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 1,
"time": "1775540365"
},
"departure": {
"delay": 1,
"time": "1775540401"
},
"stopId": "FR:50129:ZE:10IUT1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 47,
"time": "1775539571"
},
"departure": {
"delay": 47,
"time": "1775539607"
},
"stopId": "FR:50129:ZE:10PLA4:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 53,
"time": "1775538630"
},
"departure": {
"delay": 53,
"time": "1775538653"
},
"stopId": "FR:50129:ZE:10COD2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 130,
"time": "1775539999"
},
"departure": {
"delay": 130,
"time": "1775540050"
},
"stopId": "FR:50129:ZE:10MEN3:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 76,
"time": "1775538774"
},
"departure": {
"delay": 76,
"time": "1775538796"
},
"stopId": "FR:50129:ZE:10ILO2:ATOUMOD035",
"stopSequence": 6
}
],
"timestamp": "1775560079",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:08:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3747521x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745306x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 3,
"time": "1775532543"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 69,
"time": "1775532160"
},
"departure": {
"delay": 69,
"time": "1775532189"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 38,
"time": "1775531897"
},
"departure": {
"delay": 38,
"time": "1775531918"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 81,
"time": "1775531803"
},
"departure": {
"delay": 81,
"time": "1775531841"
},
"stopId": "FR:50129:ZE:10CRC4:ATOUMOD035",
"stopSequence": 12
},
{
"departure": {
"delay": 137,
"time": "1775530937"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 70,
"time": "1775531212"
},
"departure": {
"delay": 70,
"time": "1775531230"
},
"stopId": "FR:50129:ZE:10PRV2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 86,
"time": "1775531317"
},
"departure": {
"delay": 86,
"time": "1775531366"
},
"stopId": "FR:50129:ZE:10BQR2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 99,
"time": "1775531543"
},
"departure": {
"delay": 99,
"time": "1775531559"
},
"stopId": "FR:50129:ZE:10RTU2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 75,
"time": "1775531615"
},
"departure": {
"delay": 75,
"time": "1775531655"
},
"stopId": "FR:50129:ZE:10PFO2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 59,
"time": "1775532086"
},
"departure": {
"delay": 59,
"time": "1775532119"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 111,
"time": "1775531492"
},
"departure": {
"delay": 111,
"time": "1775531511"
},
"stopId": "FR:50129:ZE:10BRA4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 79,
"time": "1775531163"
},
"departure": {
"delay": 79,
"time": "1775531179"
},
"stopId": "FR:50129:ZE:10OYG2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 65,
"time": "1775531267"
},
"departure": {
"delay": 65,
"time": "1775531285"
},
"stopId": "FR:50129:ZE:10ANJ6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 43,
"time": "1775532306"
},
"departure": {
"delay": 43,
"time": "1775532343"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 22,
"time": "1775532408"
},
"departure": {
"delay": 22,
"time": "1775532442"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 90,
"time": "1775532250"
},
"departure": {
"delay": 90,
"time": "1775532270"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 30,
"time": "1775531982"
},
"departure": {
"delay": 30,
"time": "1775532030"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 87,
"time": "1775531097"
},
"departure": {
"delay": 87,
"time": "1775531127"
},
"stopId": "FR:50129:ZE:10EGL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 88,
"time": "1775531047"
},
"departure": {
"delay": 88,
"time": "1775531068"
},
"stopId": "FR:50129:ZE:10AMO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 47,
"time": "1775531706"
},
"departure": {
"delay": 47,
"time": "1775531747"
},
"stopId": "FR:50129:ZE:10FOR4:ATOUMOD035",
"stopSequence": 11
}
],
"timestamp": "1775560079",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1A:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745306x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3748590x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 141,
"time": "1775543216"
},
"departure": {
"delay": 141,
"time": "1775543241"
},
"stopId": "FR:50129:ZE:10HLU1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 238,
"time": "1775544298"
},
"departure": {
"delay": 238,
"time": "1775544298"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 141,
"time": "1775542843"
},
"departure": {
"delay": 141,
"time": "1775542881"
},
"stopId": "FR:50129:ZE:10ING1:ATOUMOD035",
"stopSequence": 4
},
{
"departure": {
"delay": 81,
"time": "1775542521"
},
"stopId": "FR:50129:ZE:10HxC1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 175,
"time": "1775543982"
},
"departure": {
"delay": 175,
"time": "1775543995"
},
"stopId": "FR:50129:ZE:10LCP2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 167,
"time": "1775543055"
},
"departure": {
"delay": 167,
"time": "1775543087"
},
"stopId": "FR:50129:ZE:10VER1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 119,
"time": "1775542903"
},
"departure": {
"delay": 119,
"time": "1775542919"
},
"stopId": "FR:50129:ZE:10CBL1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 179,
"time": "1775543889"
},
"departure": {
"delay": 179,
"time": "1775543939"
},
"stopId": "FR:50129:ZE:10BHC2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 215,
"time": "1775544105"
},
"departure": {
"delay": 215,
"time": "1775544155"
},
"stopId": "FR:50129:ZE:10THH4:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 197,
"time": "1775544437"
},
"stopId": "FR:50129:ZE:10SHU1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 141,
"time": "1775543345"
},
"departure": {
"delay": 141,
"time": "1775543361"
},
"stopId": "FR:50129:ZE:10HTR1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 139,
"time": "1775543772"
},
"departure": {
"delay": 139,
"time": "1775543779"
},
"stopId": "FR:50129:ZE:10BDB2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 160,
"time": "1775542660"
},
"departure": {
"delay": 160,
"time": "1775542660"
},
"stopId": "FR:50129:ZE:10NMD1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 148,
"time": "1775543574"
},
"departure": {
"delay": 148,
"time": "1775543608"
},
"stopId": "FR:50129:ZE:10HAM1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 162,
"time": "1775543651"
},
"departure": {
"delay": 162,
"time": "1775543682"
},
"stopId": "FR:50129:ZE:10GLA1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 108,
"time": "1775543792"
},
"departure": {
"delay": 108,
"time": "1775543808"
},
"stopId": "FR:50129:ZE:10CDL2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 140,
"time": "1775543407"
},
"departure": {
"delay": 140,
"time": "1775543420"
},
"stopId": "FR:50129:ZE:10MEZ1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 153,
"time": "1775543479"
},
"departure": {
"delay": 153,
"time": "1775543493"
},
"stopId": "FR:50129:ZE:10HQU1:ATOUMOD035",
"stopSequence": 10
}
],
"timestamp": "1775560073",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:07:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3748590x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745673x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -5,
"time": "1775555182"
},
"departure": {
"delay": -5,
"time": "1775555215"
},
"stopId": "FR:50129:ZE:10FRN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 99,
"time": "1775556985"
},
"departure": {
"delay": 99,
"time": "1775556999"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": -35,
"time": "1775555294"
},
"departure": {
"delay": -35,
"time": "1775555305"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 1,
"time": "1775555151"
},
"departure": {
"delay": 1,
"time": "1775555161"
},
"stopId": "FR:50129:ZE:10BOI1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 24,
"time": "1775557944"
},
"stopId": "FR:50129:ZE:10ECT1:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": -30,
"time": "1775555089"
},
"departure": {
"delay": -30,
"time": "1775555130"
},
"stopId": "FR:50129:ZE:10MOR1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 126,
"time": "1775557417"
},
"departure": {
"delay": 126,
"time": "1775557446"
},
"stopId": "FR:50129:ZE:10GRR1:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": -27,
"time": "1775555054"
},
"departure": {
"delay": -27,
"time": "1775555073"
},
"stopId": "FR:50129:ZE:10MES1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 219,
"time": "1775556696"
},
"departure": {
"delay": 219,
"time": "1775556759"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": -11,
"time": "1775555890"
},
"departure": {
"delay": -11,
"time": "1775555929"
},
"stopId": "FR:50129:ZE:10CMI1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 100,
"time": "1775556516"
},
"departure": {
"delay": 100,
"time": "1775556580"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 1,
"time": "1775555953"
},
"departure": {
"delay": 1,
"time": "1775556001"
},
"stopId": "FR:50129:ZE:10PAX1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 44,
"time": "1775556355"
},
"departure": {
"delay": 44,
"time": "1775556404"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": -17,
"time": "1775555531"
},
"departure": {
"delay": -17,
"time": "1775555563"
},
"stopId": "FR:50129:ZE:10PET1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 86,
"time": "1775557310"
},
"departure": {
"delay": 86,
"time": "1775557346"
},
"stopId": "FR:50129:ZE:10XCT3:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 30,
"time": "1775556068"
},
"departure": {
"delay": 30,
"time": "1775556090"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": -44,
"time": "1775555442"
},
"departure": {
"delay": -44,
"time": "1775555476"
},
"stopId": "FR:50129:ZE:10DIX1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": -74,
"time": "1775555751"
},
"departure": {
"delay": -74,
"time": "1775555806"
},
"stopId": "FR:50129:ZE:10ANN1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 56,
"time": "1775557710"
},
"departure": {
"delay": 56,
"time": "1775557736"
},
"stopId": "FR:50129:ZE:10GDR1:ATOUMOD035",
"stopSequence": 32
},
{
"departure": {
"delay": 7,
"time": "1775554987"
},
"stopId": "FR:50129:ZE:10AMF1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 15,
"time": "1775556103"
},
"departure": {
"delay": 15,
"time": "1775556135"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 75,
"time": "1775556429"
},
"departure": {
"delay": 75,
"time": "1775556495"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 107,
"time": "1775557875"
},
"departure": {
"delay": 107,
"time": "1775557907"
},
"stopId": "FR:50129:ZE:10FLO1:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": -31,
"time": "1775555588"
},
"departure": {
"delay": -31,
"time": "1775555609"
},
"stopId": "FR:50129:ZE:10HME1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 88,
"time": "1775557496"
},
"departure": {
"delay": 88,
"time": "1775557528"
},
"stopId": "FR:50129:ZE:10BAG3:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": -57,
"time": "1775555688"
},
"departure": {
"delay": -57,
"time": "1775555703"
},
"stopId": "FR:50129:ZE:10CAQ1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 108,
"time": "1775557577"
},
"departure": {
"delay": 108,
"time": "1775557608"
},
"stopId": "FR:50129:ZE:10MED3:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 104,
"time": "1775557807"
},
"departure": {
"delay": 104,
"time": "1775557844"
},
"stopId": "FR:50129:ZE:10LPL1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 74,
"time": "1775557659"
},
"departure": {
"delay": 74,
"time": "1775557694"
},
"stopId": "FR:50129:ZE:10NOR5:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 72,
"time": "1775557119"
},
"departure": {
"delay": 72,
"time": "1775557152"
},
"stopId": "FR:50129:ZE:10CRN1:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 119,
"time": "1775556856"
},
"departure": {
"delay": 119,
"time": "1775556899"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 114,
"time": "1775557222"
},
"departure": {
"delay": 114,
"time": "1775557254"
},
"stopId": "FR:50129:ZE:10HPA3:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 20,
"time": "1775556234"
},
"departure": {
"delay": 20,
"time": "1775556260"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": -7,
"time": "1775555385"
},
"departure": {
"delay": -7,
"time": "1775555393"
},
"stopId": "FR:50129:ZE:10EPC1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 153,
"time": "1775556778"
},
"departure": {
"delay": 153,
"time": "1775556813"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 22
}
],
"timestamp": "1775560077",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:02:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745673x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746228x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 16,
"time": "1775558882"
},
"departure": {
"delay": 16,
"time": "1775558896"
},
"stopId": "FR:50129:ZE:10RSX2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"time": "1775561220"
},
"departure": {
"time": "1775561220"
},
"stopId": "FR:50129:ZE:10ZOL2:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 39,
"time": "1775559775"
},
"departure": {
"delay": 39,
"time": "1775559819"
},
"stopId": "FR:50129:ZE:10THH4:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"time": "1775561040"
},
"departure": {
"time": "1775561040"
},
"stopId": "FR:50129:ZE:10LAV2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 72,
"time": "1775559024"
},
"departure": {
"delay": 72,
"time": "1775559072"
},
"stopId": "FR:50129:ZE:10NOR4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"time": "1775562060"
},
"departure": {
"time": "1775562060"
},
"stopId": "FR:50129:ZE:10EPH1:ATOUMOD035",
"stopSequence": 49
},
{
"arrival": {
"delay": 20,
"time": "1775558833"
},
"departure": {
"delay": 20,
"time": "1775558840"
},
"stopId": "FR:50129:ZE:10COS2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"time": "1775560260"
},
"departure": {
"time": "1775560260"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"time": "1775562000"
},
"departure": {
"time": "1775562000"
},
"stopId": "FR:50129:ZE:10SFG2:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"time": "1775560860"
},
"departure": {
"time": "1775560860"
},
"stopId": "FR:50129:ZE:10BEL2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"time": "1775560920"
},
"departure": {
"time": "1775560920"
},
"stopId": "FR:50129:ZE:10HOM2:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"time": "1775560320"
},
"departure": {
"time": "1775560320"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"time": "1775561760"
},
"departure": {
"time": "1775561760"
},
"stopId": "FR:50129:ZE:10SFN2:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"time": "1775560680"
},
"departure": {
"time": "1775560680"
},
"stopId": "FR:50129:ZE:10REP4:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"time": "1775561280"
},
"departure": {
"time": "1775561280"
},
"stopId": "FR:50129:ZE:10LON2:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"time": "1775561640"
},
"departure": {
"time": "1775561640"
},
"stopId": "FR:50129:ZE:10HOU2:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": 40,
"time": "1775559484"
},
"departure": {
"delay": 40,
"time": "1775559520"
},
"stopId": "FR:50129:ZE:10LUM2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 47,
"time": "1775559432"
},
"departure": {
"delay": 47,
"time": "1775559467"
},
"stopId": "FR:50129:ZE:10JMO2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"time": "1775560980"
},
"departure": {
"time": "1775560980"
},
"stopId": "FR:50129:ZE:10AGO2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"time": "1775560440"
},
"departure": {
"time": "1775560440"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 25
},
{
"departure": {
"delay": 20,
"time": "1775558660"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"time": "1775560140"
},
"departure": {
"time": "1775560140"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 57,
"time": "1775558952"
},
"departure": {
"delay": 57,
"time": "1775558997"
},
"stopId": "FR:50129:ZE:10MYO2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 55,
"time": "1775558715"
},
"departure": {
"delay": 55,
"time": "1775558755"
},
"stopId": "FR:50129:ZE:10JGO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"time": "1775560560"
},
"departure": {
"time": "1775560560"
},
"stopId": "FR:50129:ZE:10HDI4:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 51,
"time": "1775559401"
},
"departure": {
"delay": 51,
"time": "1775559411"
},
"stopId": "FR:50129:ZE:10LLM2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"time": "1775561700"
},
"departure": {
"time": "1775561700"
},
"stopId": "FR:50129:ZE:10CAR2:ATOUMOD035",
"stopSequence": 44
},
{
"arrival": {
"delay": 28,
"time": "1775559193"
},
"departure": {
"delay": 28,
"time": "1775559208"
},
"stopId": "FR:50129:ZE:10ART2:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"time": "1775561100"
},
"departure": {
"time": "1775561100"
},
"stopId": "FR:50129:ZE:10DUB2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 61,
"time": "1775559138"
},
"departure": {
"delay": 61,
"time": "1775559181"
},
"stopId": "FR:50129:ZE:10ZPH2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"time": "1775561820"
},
"departure": {
"time": "1775561820"
},
"stopId": "FR:50129:ZE:10ALB2:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"delay": 18,
"time": "1775559567"
},
"departure": {
"delay": 18,
"time": "1775559618"
},
"stopId": "FR:50129:ZE:10BHC2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 1,
"time": "1775561341"
},
"departure": {
"delay": 1,
"time": "1775561341"
},
"stopId": "FR:50129:ZE:10CPL2:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"time": "1775561340"
},
"departure": {
"time": "1775561340"
},
"stopId": "FR:50129:ZE:10BHE2:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"time": "1775560740"
},
"departure": {
"time": "1775560740"
},
"stopId": "FR:50129:ZE:10TRA6:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 11,
"time": "1775559313"
},
"departure": {
"delay": 11,
"time": "1775559371"
},
"stopId": "FR:50129:ZE:10BRO2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 60,
"time": "1775559873"
},
"departure": {
"delay": 60,
"time": "1775559960"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"time": "1775561940"
},
"departure": {
"time": "1775561940"
},
"stopId": "FR:50129:ZE:10COF2:ATOUMOD035",
"stopSequence": 47
},
{
"arrival": {
"delay": -8,
"time": "1775558855"
},
"departure": {
"delay": -8,
"time": "1775558872"
},
"stopId": "FR:50129:ZE:10CVE2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"time": "1775561580"
},
"departure": {
"time": "1775561580"
},
"stopId": "FR:50129:ZE:10BRT2:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"time": "1775560800"
},
"departure": {
"time": "1775560800"
},
"stopId": "FR:50129:ZE:10HUI2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 61,
"time": "1775559111"
},
"departure": {
"delay": 61,
"time": "1775559121"
},
"stopId": "FR:50129:ZE:10JEA2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 31,
"time": "1775559651"
},
"departure": {
"delay": 31,
"time": "1775559691"
},
"stopId": "FR:50129:ZE:10LCP2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"time": "1775560380"
},
"departure": {
"time": "1775560380"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"time": "1775560014"
},
"departure": {
"time": "1775560080"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"time": "1775561460"
},
"departure": {
"time": "1775561460"
},
"stopId": "FR:50129:ZE:10ARA2:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"time": "1775561520"
},
"departure": {
"time": "1775561520"
},
"stopId": "FR:50129:ZE:10BON2:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"time": "1775562120"
},
"stopId": "FR:50129:ZE:10MAX1:ATOUMOD035",
"stopSequence": 50
},
{
"arrival": {
"time": "1775561400"
},
"departure": {
"time": "1775561400"
},
"stopId": "FR:50129:ZE:10PRE2:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": 1,
"time": "1775558914"
},
"departure": {
"delay": 1,
"time": "1775558941"
},
"stopId": "FR:50129:ZE:10MGT2:ATOUMOD035",
"stopSequence": 6
}
],
"timestamp": "1775560073",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746228x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC596125:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 119,
"time": "1775560439"
},
"departure": {
"delay": 119,
"time": "1775560439"
},
"stopId": "FR:27602:ZE:0xBAU01:ATOUMOD004",
"stopSequence": 23
},
{
"arrival": {
"delay": 108,
"time": "1775559570"
},
"departure": {
"delay": 108,
"time": "1775559588"
},
"stopId": "FR:27229:ZE:0xCHA01:ATOUMOD004",
"stopSequence": 14
},
{
"arrival": {
"delay": 95,
"time": "1775560895"
},
"departure": {
"delay": 95,
"time": "1775560895"
},
"stopId": "FR:27602:ZE:0xCLN01:ATOUMOD004",
"stopSequence": 27
},
{
"arrival": {
"delay": 11,
"time": "1775561231"
},
"stopId": "FR:27602:ZE:0xROU01:ATOUMOD004",
"stopSequence": 32
},
{
"arrival": {
"delay": 108,
"time": "1775559708"
},
"departure": {
"delay": 108,
"time": "1775559708"
},
"stopId": "FR:27229:ZE:0xTAU02:ATOUMOD004",
"stopSequence": 15
},
{
"arrival": {
"delay": 95,
"time": "1775560955"
},
"departure": {
"delay": 95,
"time": "1775560955"
},
"stopId": "FR:27602:ZE:0xCLC01:ATOUMOD004",
"stopSequence": 28
},
{
"arrival": {
"delay": 61,
"time": "1775561161"
},
"departure": {
"delay": 61,
"time": "1775561161"
},
"stopId": "FR:27602:ZE:0xMOI01:ATOUMOD004",
"stopSequence": 31
},
{
"arrival": {
"delay": 80,
"time": "1775560340"
},
"departure": {
"delay": 80,
"time": "1775560340"
},
"stopId": "FR:27602:ZE:0xBOU01:ATOUMOD004",
"stopSequence": 22
},
{
"arrival": {
"delay": 99,
"time": "1775560479"
},
"departure": {
"delay": 99,
"time": "1775560479"
},
"stopId": "FR:27602:ZE:0xALI01:ATOUMOD004",
"stopSequence": 24
},
{
"arrival": {
"delay": 38,
"time": "1775559458"
},
"departure": {
"delay": 38,
"time": "1775559458"
},
"stopId": "FR:27229:ZE:0xHOT01:ATOUMOD004",
"stopSequence": 13
},
{
"arrival": {
"delay": 92,
"time": "1775559332"
},
"departure": {
"delay": 92,
"time": "1775559332"
},
"stopId": "FR:27229:ZE:0xHAP02:ATOUMOD004",
"stopSequence": 12
},
{
"arrival": {
"delay": 50,
"time": "1775561090"
},
"departure": {
"delay": 50,
"time": "1775561090"
},
"stopId": "FR:27602:ZE:0xRGO01:ATOUMOD004",
"stopSequence": 30
},
{
"arrival": {
"delay": 84,
"time": "1775560284"
},
"departure": {
"delay": 84,
"time": "1775560284"
},
"stopId": "FR:27602:ZE:0xWAL01:ATOUMOD004",
"stopSequence": 21
},
{
"arrival": {
"delay": 78,
"time": "1775559969"
},
"departure": {
"delay": 78,
"time": "1775559978"
},
"stopId": "FR:27229:ZE:0xSTA02:ATOUMOD004",
"stopSequence": 17
},
{
"arrival": {
"delay": 93,
"time": "1775560713"
},
"departure": {
"delay": 93,
"time": "1775560713"
},
"stopId": "FR:27602:ZE:0xLES01:ATOUMOD004",
"stopSequence": 26
},
{
"arrival": {
"delay": 46,
"time": "1775560126"
},
"departure": {
"delay": 46,
"time": "1775560126"
},
"stopId": "FR:27229:ZE:0xHON02:ATOUMOD004",
"stopSequence": 20
},
{
"arrival": {
"delay": 119,
"time": "1775560559"
},
"departure": {
"delay": 119,
"time": "1775560559"
},
"stopId": "FR:27602:ZE:0xBVE01:ATOUMOD004",
"stopSequence": 25
},
{
"arrival": {
"delay": 48,
"time": "1775559826"
},
"departure": {
"delay": 48,
"time": "1775559828"
},
"stopId": "FR:27229:ZE:0xMFO02:ATOUMOD004",
"stopSequence": 16
},
{
"arrival": {
"delay": 78,
"time": "1775560998"
},
"departure": {
"delay": 78,
"time": "1775560998"
},
"stopId": "FR:27602:ZE:0xHEP02:ATOUMOD004",
"stopSequence": 29
},
{
"arrival": {
"delay": 78,
"time": "1775560035"
},
"departure": {
"delay": 78,
"time": "1775560038"
},
"stopId": "FR:27229:ZE:0xQUI02:ATOUMOD004",
"stopSequence": 18
}
],
"timestamp": "1775560081",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD004:Line:T4:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC596125:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745731x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -28,
"time": "1775553379"
},
"departure": {
"delay": -28,
"time": "1775553392"
},
"stopId": "FR:50129:ZE:10GDR2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": -18,
"time": "1775555671"
},
"departure": {
"delay": -18,
"time": "1775555682"
},
"stopId": "FR:50129:ZE:10EPH1:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 12,
"time": "1775555019"
},
"departure": {
"delay": 12,
"time": "1775555052"
},
"stopId": "FR:50129:ZE:10TRA3:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 46,
"time": "1775555120"
},
"departure": {
"delay": 46,
"time": "1775555146"
},
"stopId": "FR:50129:ZE:10PAX2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 36,
"time": "1775553246"
},
"departure": {
"delay": 36,
"time": "1775553276"
},
"stopId": "FR:50129:ZE:10FLO2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 62,
"time": "1775555302"
},
"departure": {
"delay": 62,
"time": "1775555342"
},
"stopId": "FR:50129:ZE:10CAQ2:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": -3,
"time": "1775555719"
},
"departure": {
"delay": -3,
"time": "1775555757"
},
"stopId": "FR:50129:ZE:10PAU2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": -59,
"time": "1775555934"
},
"departure": {
"delay": -59,
"time": "1775555941"
},
"stopId": "FR:50129:ZE:10MES2:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": -31,
"time": "1775553420"
},
"departure": {
"delay": -31,
"time": "1775553449"
},
"stopId": "FR:50129:ZE:10NOR6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 13,
"time": "1775554150"
},
"departure": {
"delay": 13,
"time": "1775554213"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 26,
"time": "1775554445"
},
"departure": {
"delay": 26,
"time": "1775554466"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 24,
"time": "1775555437"
},
"departure": {
"delay": 24,
"time": "1775555484"
},
"stopId": "FR:50129:ZE:10PET2:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": -89,
"time": "1775553673"
},
"departure": {
"delay": -89,
"time": "1775553691"
},
"stopId": "FR:50129:ZE:10GRR2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": -46,
"time": "1775553594"
},
"departure": {
"delay": -46,
"time": "1775553614"
},
"stopId": "FR:50129:ZE:10BAG4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": -53,
"time": "1775553722"
},
"departure": {
"delay": -53,
"time": "1775553787"
},
"stopId": "FR:50129:ZE:10XCT4:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": -31,
"time": "1775555859"
},
"departure": {
"delay": -31,
"time": "1775555909"
},
"stopId": "FR:50129:ZE:10MOR2:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": -52,
"time": "1775555813"
},
"departure": {
"delay": -52,
"time": "1775555828"
},
"stopId": "FR:50129:ZE:10HET2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 8,
"time": "1775553322"
},
"departure": {
"delay": 8,
"time": "1775553368"
},
"stopId": "FR:50129:ZE:10LPL2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": -1,
"time": "1775554930"
},
"departure": {
"delay": -1,
"time": "1775554979"
},
"stopId": "FR:50129:ZE:10REP4:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 76,
"time": "1775555162"
},
"departure": {
"delay": 76,
"time": "1775555176"
},
"stopId": "FR:50129:ZE:10CMI2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": -66,
"time": "1775553993"
},
"departure": {
"delay": -66,
"time": "1775554014"
},
"stopId": "FR:50129:ZE:10CRN2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 22,
"time": "1775554368"
},
"departure": {
"delay": 22,
"time": "1775554402"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 11,
"time": "1775555400"
},
"departure": {
"delay": 11,
"time": "1775555411"
},
"stopId": "FR:50129:ZE:10HME2:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 46,
"time": "1775554764"
},
"departure": {
"delay": 46,
"time": "1775554786"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 41,
"time": "1775554641"
},
"departure": {
"delay": 41,
"time": "1775554661"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 70,
"time": "1775555215"
},
"departure": {
"delay": 70,
"time": "1775555230"
},
"stopId": "FR:50129:ZE:10ANN2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 34,
"time": "1775554877"
},
"departure": {
"delay": 34,
"time": "1775554894"
},
"stopId": "FR:50129:ZE:10HDI4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": -29,
"time": "1775555784"
},
"departure": {
"delay": -29,
"time": "1775555791"
},
"stopId": "FR:50129:ZE:10TLL2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": -55,
"time": "1775553504"
},
"departure": {
"delay": -55,
"time": "1775553545"
},
"stopId": "FR:50129:ZE:10MED4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": -81,
"time": "1775555979"
},
"stopId": "FR:50129:ZE:10AMF1:ATOUMOD035",
"stopSequence": 37
},
{
"departure": {
"delay": 16,
"time": "1775553196"
},
"stopId": "FR:50129:ZE:10ECT1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 19,
"time": "1775554530"
},
"departure": {
"delay": 19,
"time": "1775554579"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 53,
"time": "1775554685"
},
"departure": {
"delay": 53,
"time": "1775554733"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": -47,
"time": "1775553865"
},
"departure": {
"delay": -47,
"time": "1775553913"
},
"stopId": "FR:50129:ZE:10HPA4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": -18,
"time": "1775555531"
},
"departure": {
"delay": -18,
"time": "1775555562"
},
"stopId": "FR:50129:ZE:10DIX2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 8,
"time": "1775555611"
},
"departure": {
"delay": 8,
"time": "1775555648"
},
"stopId": "FR:50129:ZE:10EPC2:ATOUMOD035",
"stopSequence": 30
}
],
"timestamp": "1775559599",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:02:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745731x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx18327:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 10780,
"time": "1775560960"
},
"departure": {
"delay": 10780,
"time": "1775560960"
},
"stopId": "FR:76322:ZE:TCARxCBOIS1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 10800,
"time": "1775560620"
},
"departure": {
"delay": 10800,
"time": "1775560620"
},
"stopId": "FR:76498:ZE:TCARxTRUFB0:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 10796,
"time": "1775560916"
},
"departure": {
"delay": 10796,
"time": "1775560916"
},
"stopId": "FR:76322:ZE:TCARxGIROU1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 10850,
"time": "1775560670"
},
"departure": {
"delay": 10850,
"time": "1775560670"
},
"stopId": "FR:76498:ZE:TCARxSADAK1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 10782,
"time": "1775561202"
},
"departure": {
"delay": 10782,
"time": "1775561202"
},
"stopId": "FR:76322:ZE:TCARxHURIE1:ATOUMOD001",
"stopSequence": 14
},
{
"departure": {
"delay": 10800,
"time": "1775560320"
},
"stopId": "FR:76498:ZE:TCARxANMAR0:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 10800,
"time": "1775561520"
},
"departure": {
"delay": 10800,
"time": "1775561520"
},
"stopId": "FR:76498:ZE:TCARxDIOCH3:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 10800,
"time": "1775561340"
},
"departure": {
"delay": 10800,
"time": "1775561340"
},
"stopId": "FR:76498:ZE:TCARxPARGA0:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 10832,
"time": "1775561612"
},
"departure": {
"delay": 10832,
"time": "1775561612"
},
"stopId": "FR:76681:ZE:TCARxLBRU10:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 10803,
"time": "1775561103"
},
"departure": {
"delay": 10803,
"time": "1775561103"
},
"stopId": "FR:76322:ZE:TCARxLUSSA1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 10770,
"time": "1775562030"
},
"departure": {
"delay": 10770,
"time": "1775562030"
},
"stopId": "FR:76681:ZE:TCARxHDVS5:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 10806,
"time": "1775560566"
},
"departure": {
"delay": 10806,
"time": "1775560566"
},
"stopId": "FR:76498:ZE:TCARxNERUD0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 10800,
"time": "1775560860"
},
"departure": {
"delay": 10800,
"time": "1775560860"
},
"stopId": "FR:76322:ZE:TCARxALLIE1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 10835,
"time": "1775561255"
},
"departure": {
"delay": 10835,
"time": "1775561255"
},
"stopId": "FR:76498:ZE:TCARxGAULL2:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 10833,
"time": "1775560413"
},
"departure": {
"delay": 10833,
"time": "1775560413"
},
"stopId": "FR:76498:ZE:TCARxPQMAI0:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 10832,
"time": "1775560352"
},
"departure": {
"delay": 10832,
"time": "1775560352"
},
"stopId": "FR:76498:ZE:TCARxPGLIS0:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 10848,
"time": "1775561448"
},
"departure": {
"delay": 10848,
"time": "1775561448"
},
"stopId": "FR:76498:ZE:TCARxPHILI0:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 10851,
"time": "1775560491"
},
"departure": {
"delay": 10851,
"time": "1775560491"
},
"stopId": "FR:76498:ZE:TCARxCLEME0:ATOUMOD001",
"stopSequence": 4
}
],
"timestamp": "1775560005",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx41:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx18327:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx4584:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 198,
"time": "1775560578"
},
"departure": {
"delay": 198,
"time": "1775560578"
},
"stopId": "FR:76540:ZE:TCARxJUSTI1:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 94,
"time": "1775558956"
},
"departure": {
"delay": 94,
"time": "1775558974"
},
"stopId": "FR:76575:ZE:TCARxBASTI1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 224,
"time": "1775560304"
},
"departure": {
"delay": 224,
"time": "1775560304"
},
"stopId": "FR:76540:ZE:TCARxSTSEV1:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 154,
"time": "1775559239"
},
"departure": {
"delay": 154,
"time": "1775559274"
},
"stopId": "FR:76575:ZE:TCARxCOURS1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 247,
"time": "1775560387"
},
"departure": {
"delay": 247,
"time": "1775560387"
},
"stopId": "FR:76540:ZE:TCARxJOFFR1:ATOUMOD001",
"stopSequence": 26
},
{
"departure": {
"delay": 74,
"time": "1775558894"
},
"stopId": "FR:76575:ZE:TCARxUNIV21:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 234,
"time": "1775559557"
},
"departure": {
"delay": 234,
"time": "1775559594"
},
"stopId": "FR:76681:ZE:TCARxJUILL1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 114,
"time": "1775559684"
},
"departure": {
"delay": 114,
"time": "1775559714"
},
"stopId": "FR:76681:ZE:TCARxSOTTE1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 154,
"time": "1775559798"
},
"departure": {
"delay": 154,
"time": "1775559814"
},
"stopId": "FR:76681:ZE:TCARxGARIB1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 114,
"time": "1775559038"
},
"departure": {
"delay": 114,
"time": "1775559054"
},
"stopId": "FR:76575:ZE:TCARxPARC1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 250,
"time": "1775560810"
},
"departure": {
"delay": 250,
"time": "1775560810"
},
"stopId": "FR:76540:ZE:TCARxBEAUV1:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": 214,
"time": "1775559442"
},
"departure": {
"delay": 214,
"time": "1775559454"
},
"stopId": "FR:76681:ZE:TCARxJEZAY1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 214,
"time": "1775559979"
},
"departure": {
"delay": 214,
"time": "1775559994"
},
"stopId": "FR:76540:ZE:TCARxBALZA1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 193,
"time": "1775560633"
},
"departure": {
"delay": 193,
"time": "1775560633"
},
"stopId": "FR:76540:ZE:TCARxGAREV1:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 252,
"time": "1775560092"
},
"departure": {
"delay": 252,
"time": "1775560092"
},
"stopId": "FR:76540:ZE:TCARxEUROP1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 174,
"time": "1775559334"
},
"departure": {
"delay": 174,
"time": "1775559354"
},
"stopId": "FR:76681:ZE:TCARxFAMIL1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 174,
"time": "1775559889"
},
"departure": {
"delay": 174,
"time": "1775559894"
},
"stopId": "FR:76681:ZE:TCARxVOLTA1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 250,
"time": "1775560990"
},
"stopId": "FR:76540:ZE:TCARxBBOU:ATOUMOD001",
"stopSequence": 31
},
{
"arrival": {
"delay": 94,
"time": "1775559131"
},
"departure": {
"delay": 94,
"time": "1775559154"
},
"stopId": "FR:76575:ZE:TCARxRENAN1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 224,
"time": "1775560544"
},
"departure": {
"delay": 224,
"time": "1775560544"
},
"stopId": "FR:76540:ZE:TCARxTARTS1:ATOUMOD001",
"stopSequence": 27
}
],
"timestamp": "1775558897",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx90:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx4584:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx17586:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 7920,
"time": "1775560560"
},
"stopId": "FR:76212:ZE:TCARxLMICH:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 7920,
"time": "1775560620"
},
"departure": {
"delay": 7920,
"time": "1775560620"
},
"stopId": "FR:76212:ZE:TCARxDMAIR6:ATOUMOD001",
"stopSequence": 2
}
],
"timestamp": "1775559936",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx28:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx17586:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx15752:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -24302,
"time": "1775558758"
},
"departure": {
"delay": -24302,
"time": "1775558758"
},
"stopId": "FR:76540:ZE:TCARxMALAT0:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": -24304,
"time": "1775559536"
},
"departure": {
"delay": -24304,
"time": "1775559536"
},
"stopId": "FR:76540:ZE:TCARxFLAMA0:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": -24315,
"time": "1775558625"
},
"departure": {
"delay": -24315,
"time": "1775558625"
},
"stopId": "FR:76451:ZE:TCARxCOTTA0:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": -24330,
"time": "1775558310"
},
"departure": {
"delay": -24330,
"time": "1775558310"
},
"stopId": "FR:76108:ZE:TCARxVIELL1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -24371,
"time": "1775558209"
},
"departure": {
"delay": -24371,
"time": "1775558209"
},
"stopId": "FR:76108:ZE:TCARxAGRIC0:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": -24387,
"time": "1775559314"
},
"departure": {
"delay": -24387,
"time": "1775559333"
},
"stopId": "FR:76540:ZE:TCARxRREPU0:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": -24360,
"time": "1775558135"
},
"departure": {
"delay": -24360,
"time": "1775558160"
},
"stopId": "FR:76108:ZE:TCARxPIERR1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": -24325,
"time": "1775558735"
},
"departure": {
"delay": -24325,
"time": "1775558735"
},
"stopId": "FR:76540:ZE:TCARxFORTI0:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": -24323,
"time": "1775559577"
},
"departure": {
"delay": -24323,
"time": "1775559577"
},
"stopId": "FR:76540:ZE:TCARxMUFFA1:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": -24294,
"time": "1775558526"
},
"departure": {
"delay": -24294,
"time": "1775558526"
},
"stopId": "FR:76108:ZE:TCARxVALLO0:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": -24400,
"time": "1775559260"
},
"departure": {
"delay": -24400,
"time": "1775559260"
},
"stopId": "FR:76540:ZE:TCARxSTNIC1:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": -24322,
"time": "1775558840"
},
"departure": {
"delay": -24322,
"time": "1775558858"
},
"stopId": "FR:76540:ZE:TCARxGAREB1:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": -24361,
"time": "1775557919"
},
"departure": {
"delay": -24361,
"time": "1775557919"
},
"stopId": "FR:76108:ZE:TCARxVERDU3:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -24297,
"time": "1775558583"
},
"departure": {
"delay": -24297,
"time": "1775558583"
},
"stopId": "FR:76451:ZE:TCARxRRENA0:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": -24267,
"time": "1775558433"
},
"departure": {
"delay": -24267,
"time": "1775558433"
},
"stopId": "FR:76108:ZE:TCARxVERTC0:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": -24287,
"time": "1775558533"
},
"departure": {
"delay": -24287,
"time": "1775558533"
},
"stopId": "FR:76451:ZE:TCARxCPIER0:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": -24317,
"time": "1775558683"
},
"departure": {
"delay": -24317,
"time": "1775558683"
},
"stopId": "FR:76540:ZE:TCARxOISEA0:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": -24381,
"time": "1775559639"
},
"stopId": "FR:76540:ZE:TCARxILACR:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": -24351,
"time": "1775558949"
},
"departure": {
"delay": -24351,
"time": "1775558949"
},
"stopId": "FR:76540:ZE:TCARxSVER7:ATOUMOD001",
"stopSequence": 18
},
{
"departure": {
"delay": -24387,
"time": "1775557833"
},
"stopId": "FR:76108:ZE:TCARxVINCI:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": -24370,
"time": "1775557970"
},
"departure": {
"delay": -24370,
"time": "1775557970"
},
"stopId": "FR:76108:ZE:TCARxHAMEL1:ATOUMOD001",
"stopSequence": 3
}
],
"timestamp": "1775557837",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx11:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx15752:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx97:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 30,
"time": "1775561310"
},
"departure": {
"delay": 30,
"time": "1775561310"
},
"stopId": "FR:76540:ZE:TCARxSTCLA2:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 23,
"time": "1775561003"
},
"departure": {
"delay": 23,
"time": "1775561003"
},
"stopId": "FR:76540:ZE:TCARxCHATL2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 45,
"time": "1775561565"
},
"departure": {
"delay": 45,
"time": "1775561565"
},
"stopId": "FR:76540:ZE:TCARxARGEN2:ATOUMOD001",
"stopSequence": 9
},
{
"departure": {
"delay": 30,
"time": "1775560890"
},
"stopId": "FR:76095:ZE:TCARxTAMAR:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 43,
"time": "1775561263"
},
"departure": {
"delay": 43,
"time": "1775561263"
},
"stopId": "FR:76540:ZE:TCARxMALRA2:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 24,
"time": "1775561364"
},
"departure": {
"delay": 24,
"time": "1775561364"
},
"stopId": "FR:76540:ZE:TCARxCOUPE2:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 19,
"time": "1775561179"
},
"departure": {
"delay": 19,
"time": "1775561179"
},
"stopId": "FR:76540:ZE:TCARxPSALO0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 35,
"time": "1775561075"
},
"departure": {
"delay": 35,
"time": "1775561075"
},
"stopId": "FR:76540:ZE:TCARxMAIS10:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 16,
"time": "1775561116"
},
"departure": {
"delay": 16,
"time": "1775561116"
},
"stopId": "FR:76540:ZE:TCARxGALI2:ATOUMOD001",
"stopSequence": 4
}
],
"timestamp": "1775560005",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx92:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx97:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx4664:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 15,
"time": "1775561595"
},
"departure": {
"delay": 15,
"time": "1775561595"
},
"stopId": "FR:76681:ZE:TCARxJEZAY1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 4,
"time": "1775561704"
},
"departure": {
"delay": 4,
"time": "1775561704"
},
"stopId": "FR:76681:ZE:TCARxJUILL1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 7,
"time": "1775561527"
},
"departure": {
"delay": 7,
"time": "1775561527"
},
"stopId": "FR:76681:ZE:TCARxFAMIL1:ATOUMOD001",
"stopSequence": 6
},
{
"departure": {
"delay": 15,
"time": "1775561175"
},
"stopId": "FR:76575:ZE:TCARxUNIV21:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 51,
"time": "1775561391"
},
"departure": {
"delay": 51,
"time": "1775561391"
},
"stopId": "FR:76575:ZE:TCARxRENAN1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 3,
"time": "1775561463"
},
"departure": {
"delay": 3,
"time": "1775561463"
},
"stopId": "FR:76575:ZE:TCARxCOURS1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 41,
"time": "1775561261"
},
"departure": {
"delay": 41,
"time": "1775561261"
},
"stopId": "FR:76575:ZE:TCARxBASTI1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 41,
"time": "1775561321"
},
"departure": {
"delay": 41,
"time": "1775561321"
},
"stopId": "FR:76575:ZE:TCARxPARC1:ATOUMOD001",
"stopSequence": 3
}
],
"timestamp": "1775559997",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx90:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx4664:LOC"
}
}
},
{
"id": "SM:ATOUMOD005:ServiceJourney:1001:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775579880"
},
"departure": {
"time": "1775579880"
},
"stopId": "FR:76217:ZE:18106:ATOUMOD005",
"stopSequence": 15
},
{
"arrival": {
"time": "1775578440"
},
"departure": {
"time": "1775578440"
},
"stopId": "FR:76217:ZE:18039:ATOUMOD005",
"stopSequence": 4
},
{
"arrival": {
"time": "1775578500"
},
"departure": {
"time": "1775578500"
},
"stopId": "FR:76217:ZE:18072:ATOUMOD005",
"stopSequence": 5
},
{
"arrival": {
"time": "1775578260"
},
"departure": {
"time": "1775578260"
},
"stopId": "FR:76565:ZE:18285:ATOUMOD005",
"stopSequence": 2
},
{
"arrival": {
"time": "1775581440"
},
"stopId": "FR:76217:ZE:18809:ATOUMOD005",
"stopSequence": 33
},
{
"arrival": {
"time": "1775578320"
},
"departure": {
"time": "1775578320"
},
"stopId": "FR:76565:ZE:18255:ATOUMOD005",
"stopSequence": 3
},
{
"arrival": {
"time": "1775580540"
},
"departure": {
"time": "1775580540"
},
"stopId": "FR:76217:ZE:18188:ATOUMOD005",
"stopSequence": 21
},
{
"arrival": {
"time": "1775580840"
},
"departure": {
"time": "1775580840"
},
"stopId": "FR:76217:ZE:18184:ATOUMOD005",
"stopSequence": 26
},
{
"arrival": {
"time": "1775581380"
},
"departure": {
"time": "1775581380"
},
"stopId": "FR:76217:ZE:18191:ATOUMOD005",
"stopSequence": 32
},
{
"arrival": {
"time": "1775578800"
},
"departure": {
"time": "1775578800"
},
"stopId": "FR:76217:ZE:18053:ATOUMOD005",
"stopSequence": 8
},
{
"arrival": {
"time": "1775579280"
},
"departure": {
"time": "1775579280"
},
"stopId": "FR:76217:ZE:18055:ATOUMOD005",
"stopSequence": 12
},
{
"arrival": {
"time": "1775581140"
},
"departure": {
"time": "1775581140"
},
"stopId": "FR:76217:ZE:18181:ATOUMOD005",
"stopSequence": 29
},
{
"arrival": {
"time": "1775580300"
},
"departure": {
"time": "1775580300"
},
"stopId": "FR:76217:ZE:18079:ATOUMOD005",
"stopSequence": 19
},
{
"arrival": {
"time": "1775578920"
},
"departure": {
"time": "1775578920"
},
"stopId": "FR:76217:ZE:18786:ATOUMOD005",
"stopSequence": 9
},
{
"arrival": {
"time": "1775578680"
},
"departure": {
"time": "1775578680"
},
"stopId": "FR:76217:ZE:18023:ATOUMOD005",
"stopSequence": 6
},
{
"arrival": {
"time": "1775581260"
},
"departure": {
"time": "1775581260"
},
"stopId": "FR:76217:ZE:18242:ATOUMOD005",
"stopSequence": 31
},
{
"arrival": {
"time": "1775580060"
},
"departure": {
"time": "1775580060"
},
"stopId": "FR:76217:ZE:18058:ATOUMOD005",
"stopSequence": 16
},
{
"arrival": {
"time": "1775581200"
},
"departure": {
"time": "1775581200"
},
"stopId": "FR:76217:ZE:18168:ATOUMOD005",
"stopSequence": 30
},
{
"arrival": {
"time": "1775580120"
},
"departure": {
"time": "1775580120"
},
"stopId": "FR:76545:ZE:18026:ATOUMOD005",
"stopSequence": 17
},
{
"arrival": {
"time": "1775580720"
},
"departure": {
"time": "1775580720"
},
"stopId": "FR:76217:ZE:18163:ATOUMOD005",
"stopSequence": 24
},
{
"departure": {
"time": "1775578200"
},
"stopId": "FR:76565:ZE:18284:ATOUMOD005",
"stopSequence": 1
},
{
"arrival": {
"time": "1775579460"
},
"departure": {
"time": "1775579460"
},
"stopId": "FR:76217:ZE:18086:ATOUMOD005",
"stopSequence": 13
},
{
"arrival": {
"time": "1775579100"
},
"departure": {
"time": "1775579100"
},
"stopId": "FR:76217:ZE:18029:ATOUMOD005",
"stopSequence": 10
},
{
"arrival": {
"time": "1775581020"
},
"departure": {
"time": "1775581020"
},
"stopId": "FR:76217:ZE:18174:ATOUMOD005",
"stopSequence": 28
},
{
"arrival": {
"time": "1775580780"
},
"departure": {
"time": "1775580780"
},
"stopId": "FR:76217:ZE:18186:ATOUMOD005",
"stopSequence": 25
},
{
"arrival": {
"time": "1775579820"
},
"departure": {
"time": "1775579820"
},
"stopId": "FR:76217:ZE:18076:ATOUMOD005",
"stopSequence": 14
},
{
"arrival": {
"time": "1775579160"
},
"departure": {
"time": "1775579160"
},
"stopId": "FR:76217:ZE:18060:ATOUMOD005",
"stopSequence": 11
},
{
"arrival": {
"time": "1775580900"
},
"departure": {
"time": "1775580900"
},
"stopId": "FR:76217:ZE:18205:ATOUMOD005",
"stopSequence": 27
},
{
"arrival": {
"time": "1775580600"
},
"departure": {
"time": "1775580600"
},
"stopId": "FR:76217:ZE:18195:ATOUMOD005",
"stopSequence": 22
},
{
"arrival": {
"time": "1775580420"
},
"departure": {
"time": "1775580420"
},
"stopId": "FR:76217:ZE:18103:ATOUMOD005",
"stopSequence": 20
},
{
"arrival": {
"time": "1775578740"
},
"departure": {
"time": "1775578740"
},
"stopId": "FR:76217:ZE:18024:ATOUMOD005",
"stopSequence": 7
},
{
"arrival": {
"time": "1775580180"
},
"departure": {
"time": "1775580180"
},
"stopId": "FR:76414:ZE:18132:ATOUMOD005",
"stopSequence": 18
},
{
"arrival": {
"time": "1775580660"
},
"departure": {
"time": "1775580660"
},
"stopId": "FR:76217:ZE:18207:ATOUMOD005",
"stopSequence": 23
}
],
"timestamp": "1775560042",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD005:Line:1:LOC",
"tripId": "ATOUMOD005:ServiceJourney:1001:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3748456x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 28,
"time": "1775542836"
},
"departure": {
"delay": 28,
"time": "1775542888"
},
"stopId": "FR:50129:ZE:10HUI3:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": -24,
"time": "1775544748"
},
"departure": {
"delay": -24,
"time": "1775544756"
},
"stopId": "FR:50129:ZE:10ROS2:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 64,
"time": "1775543723"
},
"departure": {
"delay": 64,
"time": "1775543764"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 13,
"time": "1775542658"
},
"departure": {
"delay": 13,
"time": "1775542693"
},
"stopId": "FR:50129:ZE:10VIG1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 82,
"time": "1775543397"
},
"departure": {
"delay": 82,
"time": "1775543422"
},
"stopId": "FR:50129:ZE:10POL1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": -1,
"time": "1775545003"
},
"departure": {
"delay": -1,
"time": "1775545019"
},
"stopId": "FR:50129:ZE:10CDF2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": -44,
"time": "1775544783"
},
"departure": {
"delay": -44,
"time": "1775544796"
},
"stopId": "FR:50129:ZE:10SAL2:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 50,
"time": "1775544222"
},
"departure": {
"delay": 50,
"time": "1775544290"
},
"stopId": "FR:50129:ZE:10SHU2:ATOUMOD035",
"stopSequence": 20
},
{
"departure": {
"delay": 53,
"time": "1775542433"
},
"stopId": "FR:50129:ZE:10ZAG1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 35,
"time": "1775543122"
},
"departure": {
"delay": 35,
"time": "1775543135"
},
"stopId": "FR:50129:ZE:10FRA1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 200,
"time": "1775544039"
},
"departure": {
"delay": 200,
"time": "1775544080"
},
"stopId": "FR:50129:ZE:10HDV1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 31,
"time": "1775543161"
},
"departure": {
"delay": 31,
"time": "1775543191"
},
"stopId": "FR:50129:ZE:10LEC1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 98,
"time": "1775543813"
},
"departure": {
"delay": 98,
"time": "1775543858"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 141,
"time": "1775543505"
},
"departure": {
"delay": 141,
"time": "1775543541"
},
"stopId": "FR:50129:ZE:10LCO1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": -4,
"time": "1775542582"
},
"departure": {
"delay": -4,
"time": "1775542616"
},
"stopId": "FR:50129:ZE:10DAN1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 9,
"time": "1775544719"
},
"departure": {
"delay": 9,
"time": "1775544729"
},
"stopId": "FR:50129:ZE:10SAD2:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": -24,
"time": "1775545056"
},
"stopId": "FR:50129:ZE:10DIG1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 77,
"time": "1775543880"
},
"departure": {
"delay": 77,
"time": "1775543897"
},
"stopId": "FR:50129:ZE:10CTR1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 47,
"time": "1775544611"
},
"departure": {
"delay": 47,
"time": "1775544647"
},
"stopId": "FR:50129:ZE:10RED2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 126,
"time": "1775543346"
},
"departure": {
"delay": 126,
"time": "1775543346"
},
"stopId": "FR:50129:ZE:10LEB1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 54,
"time": "1775543623"
},
"departure": {
"delay": 54,
"time": "1775543634"
},
"stopId": "FR:50129:ZE:10STA1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 25,
"time": "1775543051"
},
"departure": {
"delay": 25,
"time": "1775543065"
},
"stopId": "FR:50129:ZE:10SMT1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 68,
"time": "1775542951"
},
"departure": {
"delay": 68,
"time": "1775542988"
},
"stopId": "FR:50129:ZE:10EGL6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 29,
"time": "1775544495"
},
"departure": {
"delay": 29,
"time": "1775544509"
},
"stopId": "FR:50129:ZE:10FJT2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 60,
"time": "1775543027"
},
"departure": {
"delay": 60,
"time": "1775543040"
},
"stopId": "FR:50129:ZE:10VAB1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 30,
"time": "1775544669"
},
"departure": {
"delay": 30,
"time": "1775544690"
},
"stopId": "FR:50129:ZE:10VOL2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": -48,
"time": "1775544812"
},
"departure": {
"delay": -48,
"time": "1775544852"
},
"stopId": "FR:50129:ZE:10PFJ2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": -23,
"time": "1775544860"
},
"departure": {
"delay": -23,
"time": "1775544877"
},
"stopId": "FR:50129:ZE:10COT2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 22,
"time": "1775542712"
},
"departure": {
"delay": 22,
"time": "1775542762"
},
"stopId": "FR:50129:ZE:10CRB1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 16,
"time": "1775544937"
},
"departure": {
"delay": 16,
"time": "1775544976"
},
"stopId": "FR:50129:ZE:10BCP2:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 11,
"time": "1775544334"
},
"departure": {
"delay": 11,
"time": "1775544371"
},
"stopId": "FR:50129:ZE:10MEN3:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 56,
"time": "1775544566"
},
"departure": {
"delay": 56,
"time": "1775544596"
},
"stopId": "FR:50129:ZE:10CIM2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 209,
"time": "1775544108"
},
"departure": {
"delay": 209,
"time": "1775544149"
},
"stopId": "FR:50129:ZE:10PLx1:ATOUMOD035",
"stopSequence": 19
}
],
"timestamp": "1775560078",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:05:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3748456x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD005:ServiceJourney:817:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775571120"
},
"departure": {
"time": "1775571120"
},
"stopId": "FR:76565:ZE:18255:ATOUMOD005",
"stopSequence": 3
},
{
"arrival": {
"time": "1775574240"
},
"departure": {
"time": "1775574240"
},
"stopId": "FR:76217:ZE:18191:ATOUMOD005",
"stopSequence": 32
},
{
"arrival": {
"time": "1775572620"
},
"departure": {
"time": "1775572620"
},
"stopId": "FR:76217:ZE:18076:ATOUMOD005",
"stopSequence": 14
},
{
"arrival": {
"time": "1775571300"
},
"departure": {
"time": "1775571300"
},
"stopId": "FR:76217:ZE:18072:ATOUMOD005",
"stopSequence": 5
},
{
"arrival": {
"time": "1775574060"
},
"departure": {
"time": "1775574060"
},
"stopId": "FR:76217:ZE:18168:ATOUMOD005",
"stopSequence": 30
},
{
"arrival": {
"time": "1775571600"
},
"departure": {
"time": "1775571600"
},
"stopId": "FR:76217:ZE:18053:ATOUMOD005",
"stopSequence": 8
},
{
"arrival": {
"time": "1775571060"
},
"departure": {
"time": "1775571060"
},
"stopId": "FR:76565:ZE:18285:ATOUMOD005",
"stopSequence": 2
},
{
"arrival": {
"time": "1775573100"
},
"departure": {
"time": "1775573100"
},
"stopId": "FR:76217:ZE:18079:ATOUMOD005",
"stopSequence": 19
},
{
"arrival": {
"time": "1775573400"
},
"departure": {
"time": "1775573400"
},
"stopId": "FR:76217:ZE:18188:ATOUMOD005",
"stopSequence": 21
},
{
"arrival": {
"time": "1775571900"
},
"departure": {
"time": "1775571900"
},
"stopId": "FR:76217:ZE:18029:ATOUMOD005",
"stopSequence": 10
},
{
"departure": {
"time": "1775571000"
},
"stopId": "FR:76565:ZE:18284:ATOUMOD005",
"stopSequence": 1
},
{
"arrival": {
"time": "1775573220"
},
"departure": {
"time": "1775573220"
},
"stopId": "FR:76217:ZE:18103:ATOUMOD005",
"stopSequence": 20
},
{
"arrival": {
"time": "1775573640"
},
"departure": {
"time": "1775573640"
},
"stopId": "FR:76217:ZE:18186:ATOUMOD005",
"stopSequence": 25
},
{
"arrival": {
"time": "1775572260"
},
"departure": {
"time": "1775572260"
},
"stopId": "FR:76217:ZE:18086:ATOUMOD005",
"stopSequence": 13
},
{
"arrival": {
"time": "1775571240"
},
"departure": {
"time": "1775571240"
},
"stopId": "FR:76217:ZE:18039:ATOUMOD005",
"stopSequence": 4
},
{
"arrival": {
"time": "1775571540"
},
"departure": {
"time": "1775571540"
},
"stopId": "FR:76217:ZE:18024:ATOUMOD005",
"stopSequence": 7
},
{
"arrival": {
"time": "1775573580"
},
"departure": {
"time": "1775573580"
},
"stopId": "FR:76217:ZE:18163:ATOUMOD005",
"stopSequence": 24
},
{
"arrival": {
"time": "1775572080"
},
"departure": {
"time": "1775572080"
},
"stopId": "FR:76217:ZE:18055:ATOUMOD005",
"stopSequence": 12
},
{
"arrival": {
"time": "1775571720"
},
"departure": {
"time": "1775571720"
},
"stopId": "FR:76217:ZE:18786:ATOUMOD005",
"stopSequence": 9
},
{
"arrival": {
"time": "1775573700"
},
"departure": {
"time": "1775573700"
},
"stopId": "FR:76217:ZE:18184:ATOUMOD005",
"stopSequence": 26
},
{
"arrival": {
"time": "1775574120"
},
"departure": {
"time": "1775574120"
},
"stopId": "FR:76217:ZE:18242:ATOUMOD005",
"stopSequence": 31
},
{
"arrival": {
"time": "1775572860"
},
"departure": {
"time": "1775572860"
},
"stopId": "FR:76217:ZE:18058:ATOUMOD005",
"stopSequence": 16
},
{
"arrival": {
"time": "1775573460"
},
"departure": {
"time": "1775573460"
},
"stopId": "FR:76217:ZE:18195:ATOUMOD005",
"stopSequence": 22
},
{
"arrival": {
"time": "1775572920"
},
"departure": {
"time": "1775572920"
},
"stopId": "FR:76545:ZE:18026:ATOUMOD005",
"stopSequence": 17
},
{
"arrival": {
"time": "1775571480"
},
"departure": {
"time": "1775571480"
},
"stopId": "FR:76217:ZE:18023:ATOUMOD005",
"stopSequence": 6
},
{
"arrival": {
"time": "1775574300"
},
"stopId": "FR:76217:ZE:18809:ATOUMOD005",
"stopSequence": 33
},
{
"arrival": {
"time": "1775571960"
},
"departure": {
"time": "1775571960"
},
"stopId": "FR:76217:ZE:18060:ATOUMOD005",
"stopSequence": 11
},
{
"arrival": {
"time": "1775572680"
},
"departure": {
"time": "1775572680"
},
"stopId": "FR:76217:ZE:18106:ATOUMOD005",
"stopSequence": 15
},
{
"arrival": {
"time": "1775572980"
},
"departure": {
"time": "1775572980"
},
"stopId": "FR:76414:ZE:18132:ATOUMOD005",
"stopSequence": 18
},
{
"arrival": {
"time": "1775573520"
},
"departure": {
"time": "1775573520"
},
"stopId": "FR:76217:ZE:18207:ATOUMOD005",
"stopSequence": 23
},
{
"arrival": {
"time": "1775574000"
},
"departure": {
"time": "1775574000"
},
"stopId": "FR:76217:ZE:18181:ATOUMOD005",
"stopSequence": 29
},
{
"arrival": {
"time": "1775573880"
},
"departure": {
"time": "1775573880"
},
"stopId": "FR:76217:ZE:18174:ATOUMOD005",
"stopSequence": 28
},
{
"arrival": {
"time": "1775573760"
},
"departure": {
"time": "1775573760"
},
"stopId": "FR:76217:ZE:18205:ATOUMOD005",
"stopSequence": 27
}
],
"timestamp": "1775560042",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD005:Line:1:LOC",
"tripId": "ATOUMOD005:ServiceJourney:817:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4230400x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775562780"
},
"departure": {
"time": "1775562780"
},
"stopId": "FR:76351:ZE:3447:ATOUMOD003",
"stopSequence": 36
},
{
"arrival": {
"delay": 52,
"time": "1775561872"
},
"departure": {
"delay": 52,
"time": "1775561872"
},
"stopId": "FR:76351:ZE:3501:ATOUMOD003",
"stopSequence": 27
},
{
"arrival": {
"delay": 41,
"time": "1775562641"
},
"departure": {
"delay": 41,
"time": "1775562641"
},
"stopId": "FR:76351:ZE:3685:ATOUMOD003",
"stopSequence": 35
},
{
"arrival": {
"delay": 5,
"time": "1775560685"
},
"departure": {
"delay": 5,
"time": "1775560685"
},
"stopId": "FR:76351:ZE:3709:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"time": "1775560860"
},
"departure": {
"time": "1775560860"
},
"stopId": "FR:76351:ZE:3728:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"time": "1775560620"
},
"departure": {
"time": "1775560620"
},
"stopId": "FR:76351:ZE:3385:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"time": "1775562540"
},
"departure": {
"time": "1775562540"
},
"stopId": "FR:76351:ZE:3770:ATOUMOD003",
"stopSequence": 32
},
{
"arrival": {
"delay": 53,
"time": "1775561093"
},
"departure": {
"delay": 53,
"time": "1775561093"
},
"stopId": "FR:76351:ZE:3605:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"time": "1775563140"
},
"stopId": "FR:76341:ZE:3691:ATOUMOD003",
"stopSequence": 39
},
{
"arrival": {
"delay": 1,
"time": "1775560801"
},
"departure": {
"delay": 1,
"time": "1775560801"
},
"stopId": "FR:76351:ZE:4875:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"time": "1775562060"
},
"departure": {
"time": "1775562060"
},
"stopId": "FR:76351:ZE:5183:ATOUMOD003",
"stopSequence": 29
},
{
"arrival": {
"delay": 56,
"time": "1775560196"
},
"departure": {
"delay": 56,
"time": "1775560196"
},
"stopId": "FR:76351:ZE:4079:ATOUMOD003",
"stopSequence": 3
},
{
"arrival": {
"delay": 58,
"time": "1775560318"
},
"departure": {
"delay": 58,
"time": "1775560318"
},
"stopId": "FR:76351:ZE:4879:ATOUMOD003",
"stopSequence": 6
},
{
"arrival": {
"time": "1775560440"
},
"departure": {
"time": "1775560440"
},
"stopId": "FR:76351:ZE:3229:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": 44,
"time": "1775562404"
},
"departure": {
"delay": 44,
"time": "1775562404"
},
"stopId": "FR:76351:ZE:3543:ATOUMOD003",
"stopSequence": 31
},
{
"arrival": {
"time": "1775561700"
},
"departure": {
"time": "1775561700"
},
"stopId": "FR:76351:ZE:4643:ATOUMOD003",
"stopSequence": 25
},
{
"arrival": {
"delay": 5,
"time": "1775561765"
},
"departure": {
"delay": 5,
"time": "1775561765"
},
"stopId": "FR:76351:ZE:3646:ATOUMOD003",
"stopSequence": 26
},
{
"arrival": {
"delay": 30,
"time": "1775560890"
},
"departure": {
"delay": 30,
"time": "1775560890"
},
"stopId": "FR:76351:ZE:3568:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": 44,
"time": "1775562884"
},
"departure": {
"delay": 44,
"time": "1775562884"
},
"stopId": "FR:76351:ZE:4523:ATOUMOD003",
"stopSequence": 38
},
{
"arrival": {
"delay": 17,
"time": "1775560937"
},
"departure": {
"delay": 17,
"time": "1775560937"
},
"stopId": "FR:76351:ZE:3376:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": 45,
"time": "1775560125"
},
"departure": {
"delay": 45,
"time": "1775560125"
},
"stopId": "FR:76351:ZE:3214:ATOUMOD003",
"stopSequence": 2
},
{
"arrival": {
"time": "1775561280"
},
"departure": {
"time": "1775561280"
},
"stopId": "FR:76351:ZE:3192:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": 54,
"time": "1775561634"
},
"departure": {
"delay": 54,
"time": "1775561634"
},
"stopId": "FR:76351:ZE:3657:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": 36,
"time": "1775560356"
},
"departure": {
"delay": 36,
"time": "1775560356"
},
"stopId": "FR:76351:ZE:3612:ATOUMOD003",
"stopSequence": 7
},
{
"arrival": {
"time": "1775562300"
},
"departure": {
"time": "1775562300"
},
"stopId": "FR:76351:ZE:3200:ATOUMOD003",
"stopSequence": 30
},
{
"arrival": {
"delay": 6,
"time": "1775560986"
},
"departure": {
"delay": 6,
"time": "1775560986"
},
"stopId": "FR:76351:ZE:3414:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 18,
"time": "1775562618"
},
"departure": {
"delay": 18,
"time": "1775562618"
},
"stopId": "FR:76351:ZE:3019:ATOUMOD003",
"stopSequence": 34
},
{
"arrival": {
"delay": 49,
"time": "1775562829"
},
"departure": {
"delay": 49,
"time": "1775562829"
},
"stopId": "FR:76351:ZE:4115:ATOUMOD003",
"stopSequence": 37
},
{
"arrival": {
"delay": 12,
"time": "1775561952"
},
"departure": {
"delay": 12,
"time": "1775561952"
},
"stopId": "FR:76351:ZE:3276:ATOUMOD003",
"stopSequence": 28
},
{
"arrival": {
"delay": 32,
"time": "1775561552"
},
"departure": {
"delay": 32,
"time": "1775561552"
},
"stopId": "FR:76351:ZE:3028:ATOUMOD003",
"stopSequence": 23
},
{
"departure": {
"time": "1775560080"
},
"stopId": "FR:76351:ZE:3212:ATOUMOD003",
"stopSequence": 1
},
{
"arrival": {
"delay": 53,
"time": "1775560553"
},
"departure": {
"delay": 53,
"time": "1775560553"
},
"stopId": "FR:76351:ZE:3655:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": 26,
"time": "1775560226"
},
"departure": {
"delay": 26,
"time": "1775560226"
},
"stopId": "FR:76351:ZE:3044:ATOUMOD003",
"stopSequence": 4
},
{
"arrival": {
"delay": 20,
"time": "1775561360"
},
"departure": {
"delay": 20,
"time": "1775561360"
},
"stopId": "FR:76351:ZE:3241:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": 4,
"time": "1775560744"
},
"departure": {
"delay": 4,
"time": "1775560744"
},
"stopId": "FR:76351:ZE:3707:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 15,
"time": "1775560515"
},
"departure": {
"delay": 15,
"time": "1775560515"
},
"stopId": "FR:76351:ZE:3161:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": 47,
"time": "1775562587"
},
"departure": {
"delay": 47,
"time": "1775562587"
},
"stopId": "FR:76351:ZE:3007:ATOUMOD003",
"stopSequence": 33
},
{
"arrival": {
"delay": 43,
"time": "1775561203"
},
"departure": {
"delay": 43,
"time": "1775561203"
},
"stopId": "FR:76351:ZE:3062:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"time": "1775560260"
},
"departure": {
"time": "1775560260"
},
"stopId": "FR:76351:ZE:3258:ATOUMOD003",
"stopSequence": 5
}
],
"timestamp": "1775560069",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C5:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4230400x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745722x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 340,
"time": "1775547325"
},
"departure": {
"delay": 340,
"time": "1775547340"
},
"stopId": "FR:50129:ZE:10CMI2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 15,
"time": "1775545478"
},
"departure": {
"delay": 15,
"time": "1775545515"
},
"stopId": "FR:50129:ZE:10MED4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 272,
"time": "1775547853"
},
"departure": {
"delay": 272,
"time": "1775547872"
},
"stopId": "FR:50129:ZE:10EPH1:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 286,
"time": "1775547907"
},
"departure": {
"delay": 286,
"time": "1775547946"
},
"stopId": "FR:50129:ZE:10PAU2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": -17,
"time": "1775545297"
},
"departure": {
"delay": -17,
"time": "1775545303"
},
"stopId": "FR:50129:ZE:10GDR2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 47,
"time": "1775545155"
},
"departure": {
"delay": 47,
"time": "1775545187"
},
"stopId": "FR:50129:ZE:10FLO2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 303,
"time": "1775546862"
},
"departure": {
"delay": 303,
"time": "1775546883"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 43,
"time": "1775545731"
},
"departure": {
"delay": 43,
"time": "1775545783"
},
"stopId": "FR:50129:ZE:10XCT4:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 290,
"time": "1775547823"
},
"departure": {
"delay": 290,
"time": "1775547830"
},
"stopId": "FR:50129:ZE:10EPC2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 233,
"time": "1775548007"
},
"departure": {
"delay": 233,
"time": "1775548013"
},
"stopId": "FR:50129:ZE:10HET2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 312,
"time": "1775547581"
},
"departure": {
"delay": 312,
"time": "1775547612"
},
"stopId": "FR:50129:ZE:10HME2:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 321,
"time": "1775546923"
},
"departure": {
"delay": 321,
"time": "1775546961"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 309,
"time": "1775547209"
},
"departure": {
"delay": 309,
"time": "1775547249"
},
"stopId": "FR:50129:ZE:10TRA3:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 210,
"time": "1775548099"
},
"departure": {
"delay": 210,
"time": "1775548110"
},
"stopId": "FR:50129:ZE:10MES2:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 237,
"time": "1775548048"
},
"departure": {
"delay": 237,
"time": "1775548077"
},
"stopId": "FR:50129:ZE:10MOR2:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 265,
"time": "1775547969"
},
"departure": {
"delay": 265,
"time": "1775547985"
},
"stopId": "FR:50129:ZE:10TLL2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 344,
"time": "1775547491"
},
"departure": {
"delay": 344,
"time": "1775547524"
},
"stopId": "FR:50129:ZE:10CAQ2:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 27,
"time": "1775545666"
},
"departure": {
"delay": 27,
"time": "1775545707"
},
"stopId": "FR:50129:ZE:10GRR2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 313,
"time": "1775547639"
},
"departure": {
"delay": 313,
"time": "1775547673"
},
"stopId": "FR:50129:ZE:10PET2:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 310,
"time": "1775546612"
},
"departure": {
"delay": 310,
"time": "1775546650"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 57,
"time": "1775545328"
},
"departure": {
"delay": 57,
"time": "1775545437"
},
"stopId": "FR:50129:ZE:10NOR6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 245,
"time": "1775546183"
},
"departure": {
"delay": 245,
"time": "1775546345"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 48,
"time": "1775545593"
},
"departure": {
"delay": 48,
"time": "1775545608"
},
"stopId": "FR:50129:ZE:10BAG4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 313,
"time": "1775547299"
},
"departure": {
"delay": 313,
"time": "1775547313"
},
"stopId": "FR:50129:ZE:10PAX2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 285,
"time": "1775546726"
},
"departure": {
"delay": 285,
"time": "1775546745"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 327,
"time": "1775547051"
},
"departure": {
"delay": 327,
"time": "1775547087"
},
"stopId": "FR:50129:ZE:10HDI4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 284,
"time": "1775546503"
},
"departure": {
"delay": 284,
"time": "1775546564"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 289,
"time": "1775547128"
},
"departure": {
"delay": 289,
"time": "1775547169"
},
"stopId": "FR:50129:ZE:10REP4:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 79,
"time": "1775545979"
},
"departure": {
"delay": 79,
"time": "1775546059"
},
"stopId": "FR:50129:ZE:10CRN2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 324,
"time": "1775546799"
},
"departure": {
"delay": 324,
"time": "1775546844"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 277,
"time": "1775547720"
},
"departure": {
"delay": 277,
"time": "1775547757"
},
"stopId": "FR:50129:ZE:10DIX2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 193,
"time": "1775548153"
},
"stopId": "FR:50129:ZE:10AMF1:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 48,
"time": "1775545832"
},
"departure": {
"delay": 48,
"time": "1775545908"
},
"stopId": "FR:50129:ZE:10HPA4:ATOUMOD035",
"stopSequence": 11
},
{
"departure": {
"delay": 16,
"time": "1775545096"
},
"stopId": "FR:50129:ZE:10ECT1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 350,
"time": "1775547375"
},
"departure": {
"delay": 350,
"time": "1775547410"
},
"stopId": "FR:50129:ZE:10ANN2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 23,
"time": "1775545241"
},
"departure": {
"delay": 23,
"time": "1775545283"
},
"stopId": "FR:50129:ZE:10LPL2:ATOUMOD035",
"stopSequence": 4
}
],
"timestamp": "1775560077",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:02:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745722x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx12109:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -19957,
"time": "1775562743"
},
"departure": {
"delay": -19957,
"time": "1775562743"
},
"stopId": "FR:76366:ZE:TCARxHEGLI0:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": -19954,
"time": "1775562386"
},
"departure": {
"delay": -19954,
"time": "1775562386"
},
"stopId": "FR:76402:ZE:TCARxCMEDI1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": -19985,
"time": "1775562295"
},
"departure": {
"delay": -19985,
"time": "1775562295"
},
"stopId": "FR:76402:ZE:TCARxHFREV0:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -20025,
"time": "1775562315"
},
"departure": {
"delay": -20025,
"time": "1775562315"
},
"stopId": "FR:76402:ZE:TCARxHBOUR0:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -19963,
"time": "1775562437"
},
"departure": {
"delay": -19963,
"time": "1775562437"
},
"stopId": "FR:76402:ZE:TCARxNCHAM0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": -19951,
"time": "1775562629"
},
"departure": {
"delay": -19951,
"time": "1775562629"
},
"stopId": "FR:76366:ZE:TCARxLBOIS0:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -19978,
"time": "1775562482"
},
"departure": {
"delay": -19978,
"time": "1775562482"
},
"stopId": "FR:76402:ZE:TCARxSOUEF0:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": -19980,
"time": "1775562540"
},
"departure": {
"delay": -19980,
"time": "1775562540"
},
"stopId": "FR:76366:ZE:TCARxCJZAY0:ATOUMOD001",
"stopSequence": 7
}
],
"timestamp": "1775558136",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx04:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx12109:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx14406:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 22372,
"time": "1775560912"
},
"departure": {
"delay": 22372,
"time": "1775560912"
},
"stopId": "FR:76451:ZE:TCARxRBOIS0:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 22346,
"time": "1775560946"
},
"departure": {
"delay": 22346,
"time": "1775560946"
},
"stopId": "FR:76451:ZE:TCARxBIZNE1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 22523,
"time": "1775562743"
},
"departure": {
"delay": 22523,
"time": "1775562743"
},
"stopId": "FR:76540:ZE:TCARxMATHI0:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 22375,
"time": "1775561215"
},
"departure": {
"delay": 22375,
"time": "1775561215"
},
"stopId": "FR:76451:ZE:TCARxHDVBE1:ATOUMOD001",
"stopSequence": 7
},
{
"departure": {
"delay": 22320,
"time": "1775560860"
},
"stopId": "FR:76451:ZE:TCARxPLEIAD:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 22359,
"time": "1775561319"
},
"departure": {
"delay": 22359,
"time": "1775561319"
},
"stopId": "FR:76451:ZE:TCARxFOUBE0:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 22503,
"time": "1775562663"
},
"departure": {
"delay": 22503,
"time": "1775562663"
},
"stopId": "FR:76540:ZE:TCARxBAMME0:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 22325,
"time": "1775561405"
},
"departure": {
"delay": 22325,
"time": "1775561405"
},
"stopId": "FR:76451:ZE:TCARxCREVI0:ATOUMOD001",
"stopSequence": 9
}
],
"timestamp": "1775559996",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx07:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx14406:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2471228:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 100,
"time": "1775559745"
},
"departure": {
"delay": 100,
"time": "1775559760"
},
"stopId": "FR:27701:ZE:0x7042:ATOUMOD006",
"stopSequence": 25
},
{
"arrival": {
"delay": 108,
"time": "1775559948"
},
"departure": {
"delay": 108,
"time": "1775559948"
},
"stopId": "FR:27528:ZE:0x6592:ATOUMOD006",
"stopSequence": 28
},
{
"arrival": {
"delay": 150,
"time": "1775560230"
},
"departure": {
"delay": 150,
"time": "1775560230"
},
"stopId": "FR:27701:ZE:0x7022:ATOUMOD006",
"stopSequence": 34
},
{
"arrival": {
"delay": 101,
"time": "1775559821"
},
"departure": {
"delay": 101,
"time": "1775559821"
},
"stopId": "FR:27701:ZE:0x6582:ATOUMOD006",
"stopSequence": 26
},
{
"arrival": {
"delay": 40,
"time": "1775560360"
},
"departure": {
"delay": 40,
"time": "1775560360"
},
"stopId": "FR:27701:ZE:0x7116:ATOUMOD006",
"stopSequence": 37
},
{
"arrival": {
"delay": 147,
"time": "1775560107"
},
"departure": {
"delay": 147,
"time": "1775560107"
},
"stopId": "FR:27528:ZE:0x6594:ATOUMOD006",
"stopSequence": 31
},
{
"arrival": {
"delay": 182,
"time": "1775560142"
},
"departure": {
"delay": 182,
"time": "1775560142"
},
"stopId": "FR:27528:ZE:0x6596:ATOUMOD006",
"stopSequence": 32
},
{
"arrival": {
"delay": -13,
"time": "1775560487"
},
"stopId": "FR:27701:ZE:0x7150:ATOUMOD006",
"stopSequence": 39
},
{
"arrival": {
"delay": 181,
"time": "1775560021"
},
"departure": {
"delay": 181,
"time": "1775560021"
},
"stopId": "FR:27528:ZE:0x6598:ATOUMOD006",
"stopSequence": 29
},
{
"arrival": {
"delay": 166,
"time": "1775560186"
},
"departure": {
"delay": 166,
"time": "1775560186"
},
"stopId": "FR:27528:ZE:0x6576:ATOUMOD006",
"stopSequence": 33
},
{
"arrival": {
"delay": 123,
"time": "1775559903"
},
"departure": {
"delay": 123,
"time": "1775559903"
},
"stopId": "FR:27528:ZE:0x6589:ATOUMOD006",
"stopSequence": 27
},
{
"arrival": {
"delay": 130,
"time": "1775560028"
},
"departure": {
"delay": 130,
"time": "1775560030"
},
"stopId": "FR:27528:ZE:0x6591:ATOUMOD006",
"stopSequence": 30
},
{
"arrival": {
"delay": 116,
"time": "1775560256"
},
"departure": {
"delay": 116,
"time": "1775560256"
},
"stopId": "FR:27701:ZE:0x7034:ATOUMOD006",
"stopSequence": 35
},
{
"arrival": {
"delay": 77,
"time": "1775560397"
},
"departure": {
"delay": 77,
"time": "1775560397"
},
"stopId": "FR:27701:ZE:0x7086:ATOUMOD006",
"stopSequence": 38
},
{
"arrival": {
"delay": 99,
"time": "1775560299"
},
"departure": {
"delay": 99,
"time": "1775560299"
},
"stopId": "FR:27701:ZE:0x7114:ATOUMOD006",
"stopSequence": 36
}
],
"timestamp": "1775559762",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD006:Line:2:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2471228:LOC"
}
}
},
{
"id": "SM:ATOUMOD005:ServiceJourney:721:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775567760"
},
"departure": {
"time": "1775567760"
},
"stopId": "FR:76217:ZE:18057:ATOUMOD005",
"stopSequence": 3
},
{
"arrival": {
"time": "1775568240"
},
"departure": {
"time": "1775568240"
},
"stopId": "FR:76217:ZE:18093:ATOUMOD005",
"stopSequence": 9
},
{
"arrival": {
"time": "1775568420"
},
"departure": {
"time": "1775568420"
},
"stopId": "FR:76217:ZE:18037:ATOUMOD005",
"stopSequence": 12
},
{
"arrival": {
"time": "1775568360"
},
"departure": {
"time": "1775568360"
},
"stopId": "FR:76217:ZE:18801:ATOUMOD005",
"stopSequence": 11
},
{
"departure": {
"time": "1775567400"
},
"stopId": "FR:76217:ZE:18088:ATOUMOD005",
"stopSequence": 1
},
{
"arrival": {
"time": "1775568540"
},
"departure": {
"time": "1775568540"
},
"stopId": "FR:76217:ZE:18028:ATOUMOD005",
"stopSequence": 14
},
{
"arrival": {
"time": "1775568120"
},
"departure": {
"time": "1775568120"
},
"stopId": "FR:76217:ZE:18067:ATOUMOD005",
"stopSequence": 7
},
{
"arrival": {
"time": "1775568480"
},
"departure": {
"time": "1775568480"
},
"stopId": "FR:76217:ZE:18080:ATOUMOD005",
"stopSequence": 13
},
{
"arrival": {
"time": "1775569140"
},
"departure": {
"time": "1775569140"
},
"stopId": "FR:76217:ZE:18321:ATOUMOD005",
"stopSequence": 17
},
{
"arrival": {
"time": "1775569200"
},
"stopId": "FR:76217:ZE:18041:ATOUMOD005",
"stopSequence": 18
},
{
"arrival": {
"time": "1775568960"
},
"departure": {
"time": "1775568960"
},
"stopId": "FR:76217:ZE:18023:ATOUMOD005",
"stopSequence": 16
},
{
"arrival": {
"time": "1775568000"
},
"departure": {
"time": "1775568000"
},
"stopId": "FR:76217:ZE:18243:ATOUMOD005",
"stopSequence": 5
},
{
"arrival": {
"time": "1775567880"
},
"departure": {
"time": "1775567880"
},
"stopId": "FR:76217:ZE:18043:ATOUMOD005",
"stopSequence": 4
},
{
"arrival": {
"time": "1775568300"
},
"departure": {
"time": "1775568300"
},
"stopId": "FR:76217:ZE:18052:ATOUMOD005",
"stopSequence": 10
},
{
"arrival": {
"time": "1775567580"
},
"departure": {
"time": "1775567580"
},
"stopId": "FR:76217:ZE:18320:ATOUMOD005",
"stopSequence": 2
},
{
"arrival": {
"time": "1775568060"
},
"departure": {
"time": "1775568060"
},
"stopId": "FR:76217:ZE:18800:ATOUMOD005",
"stopSequence": 6
},
{
"arrival": {
"time": "1775568180"
},
"departure": {
"time": "1775568180"
},
"stopId": "FR:76217:ZE:18325:ATOUMOD005",
"stopSequence": 8
},
{
"arrival": {
"time": "1775568780"
},
"departure": {
"time": "1775568780"
},
"stopId": "FR:76217:ZE:18324:ATOUMOD005",
"stopSequence": 15
}
],
"timestamp": "1775560066",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD005:Line:3:LOC",
"tripId": "ATOUMOD005:ServiceJourney:721:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746206x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 60,
"time": "1775540837"
},
"departure": {
"delay": 60,
"time": "1775540880"
},
"stopId": "FR:50129:ZE:10REP4:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 50,
"time": "1775541394"
},
"departure": {
"delay": 50,
"time": "1775541410"
},
"stopId": "FR:50129:ZE:10ZOL2:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": -3,
"time": "1775538985"
},
"departure": {
"delay": -3,
"time": "1775539017"
},
"stopId": "FR:50129:ZE:10RSX2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 49,
"time": "1775542181"
},
"departure": {
"delay": 49,
"time": "1775542189"
},
"stopId": "FR:50129:ZE:10SFG2:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"delay": -1,
"time": "1775541682"
},
"departure": {
"delay": -1,
"time": "1775541719"
},
"stopId": "FR:50129:ZE:10BRT2:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"delay": -40,
"time": "1775539214"
},
"departure": {
"delay": -40,
"time": "1775539220"
},
"stopId": "FR:50129:ZE:10ZPH2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 23,
"time": "1775540280"
},
"departure": {
"delay": 23,
"time": "1775540303"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 52,
"time": "1775540899"
},
"departure": {
"delay": 52,
"time": "1775540932"
},
"stopId": "FR:50129:ZE:10TRA6:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": -7,
"time": "1775541593"
},
"departure": {
"delay": -7,
"time": "1775541593"
},
"stopId": "FR:50129:ZE:10ARA2:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"delay": -113,
"time": "1775539531"
},
"departure": {
"delay": -113,
"time": "1775539567"
},
"stopId": "FR:50129:ZE:10BHC2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 3,
"time": "1775539110"
},
"departure": {
"delay": 3,
"time": "1775539143"
},
"stopId": "FR:50129:ZE:10NOR4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 28,
"time": "1775542288"
},
"stopId": "FR:50129:ZE:10MAX1:ATOUMOD035",
"stopSequence": 50
},
{
"arrival": {
"delay": 40,
"time": "1775541570"
},
"departure": {
"delay": 40,
"time": "1775541580"
},
"stopId": "FR:50129:ZE:10PRE2:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": -94,
"time": "1775539610"
},
"departure": {
"delay": -94,
"time": "1775539646"
},
"stopId": "FR:50129:ZE:10LCP2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 84,
"time": "1775542132"
},
"departure": {
"delay": 84,
"time": "1775542164"
},
"stopId": "FR:50129:ZE:10COF2:ATOUMOD035",
"stopSequence": 47
},
{
"departure": {
"delay": 17,
"time": "1775538737"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": -95,
"time": "1775539394"
},
"departure": {
"delay": -95,
"time": "1775539405"
},
"stopId": "FR:50129:ZE:10LLM2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 35,
"time": "1775540398"
},
"departure": {
"delay": 35,
"time": "1775540435"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 11,
"time": "1775538945"
},
"departure": {
"delay": 11,
"time": "1775538971"
},
"stopId": "FR:50129:ZE:10CVE2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 8,
"time": "1775539082"
},
"departure": {
"delay": 8,
"time": "1775539088"
},
"stopId": "FR:50129:ZE:10MYO2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 79,
"time": "1775541305"
},
"departure": {
"delay": 79,
"time": "1775541319"
},
"stopId": "FR:50129:ZE:10DUB2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": -77,
"time": "1775539330"
},
"departure": {
"delay": -77,
"time": "1775539363"
},
"stopId": "FR:50129:ZE:10BRO2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 102,
"time": "1775541267"
},
"departure": {
"delay": 102,
"time": "1775541282"
},
"stopId": "FR:50129:ZE:10LAV2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 91,
"time": "1775540749"
},
"departure": {
"delay": 91,
"time": "1775540791"
},
"stopId": "FR:50129:ZE:10HDI4:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 90,
"time": "1775540051"
},
"departure": {
"delay": 90,
"time": "1775540070"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": -9,
"time": "1775539032"
},
"departure": {
"delay": -9,
"time": "1775539071"
},
"stopId": "FR:50129:ZE:10MGT2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": -66,
"time": "1775541829"
},
"departure": {
"delay": -66,
"time": "1775541834"
},
"stopId": "FR:50129:ZE:10SFN2:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"delay": 50,
"time": "1775542220"
},
"departure": {
"delay": 50,
"time": "1775542250"
},
"stopId": "FR:50129:ZE:10EPH1:ATOUMOD035",
"stopSequence": 49
},
{
"arrival": {
"delay": 31,
"time": "1775538788"
},
"departure": {
"delay": 31,
"time": "1775538811"
},
"stopId": "FR:50129:ZE:10JGO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 55,
"time": "1775540162"
},
"departure": {
"delay": 55,
"time": "1775540215"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": -61,
"time": "1775541765"
},
"departure": {
"delay": -61,
"time": "1775541779"
},
"stopId": "FR:50129:ZE:10CAR2:ATOUMOD035",
"stopSequence": 44
},
{
"arrival": {
"delay": -126,
"time": "1775539421"
},
"departure": {
"delay": -126,
"time": "1775539434"
},
"stopId": "FR:50129:ZE:10JMO2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": -100,
"time": "1775539727"
},
"departure": {
"delay": -100,
"time": "1775539760"
},
"stopId": "FR:50129:ZE:10THH4:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 97,
"time": "1775540639"
},
"departure": {
"delay": 97,
"time": "1775540677"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 68,
"time": "1775540517"
},
"departure": {
"delay": 68,
"time": "1775540588"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": -89,
"time": "1775541853"
},
"departure": {
"delay": -89,
"time": "1775541871"
},
"stopId": "FR:50129:ZE:10ALB2:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"delay": 94,
"time": "1775541022"
},
"departure": {
"delay": 94,
"time": "1775541034"
},
"stopId": "FR:50129:ZE:10HUI2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": -73,
"time": "1775539231"
},
"departure": {
"delay": -73,
"time": "1775539247"
},
"stopId": "FR:50129:ZE:10ART2:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 22,
"time": "1775538892"
},
"departure": {
"delay": 22,
"time": "1775538922"
},
"stopId": "FR:50129:ZE:10COS2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 44,
"time": "1775541457"
},
"departure": {
"delay": 44,
"time": "1775541464"
},
"stopId": "FR:50129:ZE:10LON2:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": -29,
"time": "1775541735"
},
"departure": {
"delay": -29,
"time": "1775541751"
},
"stopId": "FR:50129:ZE:10HOU2:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": -81,
"time": "1775539451"
},
"departure": {
"delay": -81,
"time": "1775539479"
},
"stopId": "FR:50129:ZE:10LUM2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 116,
"time": "1775541101"
},
"departure": {
"delay": 116,
"time": "1775541116"
},
"stopId": "FR:50129:ZE:10BEL2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 118,
"time": "1775541229"
},
"departure": {
"delay": 118,
"time": "1775541238"
},
"stopId": "FR:50129:ZE:10AGO2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 25,
"time": "1775541490"
},
"departure": {
"delay": 25,
"time": "1775541505"
},
"stopId": "FR:50129:ZE:10BHE2:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 138,
"time": "1775541161"
},
"departure": {
"delay": 138,
"time": "1775541198"
},
"stopId": "FR:50129:ZE:10HOM2:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 35,
"time": "1775540458"
},
"departure": {
"delay": 35,
"time": "1775540495"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 66,
"time": "1775541531"
},
"departure": {
"delay": 66,
"time": "1775541546"
},
"stopId": "FR:50129:ZE:10CPL2:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"delay": 11,
"time": "1775541633"
},
"departure": {
"delay": 11,
"time": "1775541671"
},
"stopId": "FR:50129:ZE:10BON2:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": -9,
"time": "1775539180"
},
"departure": {
"delay": -9,
"time": "1775539191"
},
"stopId": "FR:50129:ZE:10JEA2:ATOUMOD035",
"stopSequence": 9
}
],
"timestamp": "1775560077",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746206x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx15224:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 21910,
"time": "1775558230"
},
"departure": {
"delay": 21910,
"time": "1775558230"
},
"stopId": "FR:76451:ZE:TCARxEXUPE3:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 21689,
"time": "1775556689"
},
"departure": {
"delay": 21689,
"time": "1775556689"
},
"stopId": "FR:76216:ZE:TCARxFRESN2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 21948,
"time": "1775558338"
},
"departure": {
"delay": 21948,
"time": "1775558388"
},
"stopId": "FR:76108:ZE:TCARxVIELL2:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 21963,
"time": "1775558463"
},
"departure": {
"delay": 21963,
"time": "1775558463"
},
"stopId": "FR:76108:ZE:TCARxMAXPO1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 21906,
"time": "1775557926"
},
"departure": {
"delay": 21906,
"time": "1775557926"
},
"stopId": "FR:76451:ZE:TCARxGALLI0:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 21991,
"time": "1775558731"
},
"departure": {
"delay": 21991,
"time": "1775558731"
},
"stopId": "FR:76095:ZE:TCARxREEDU0:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 21847,
"time": "1775557507"
},
"departure": {
"delay": 21847,
"time": "1775557507"
},
"stopId": "FR:76451:ZE:TCARxMALAD0:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 21698,
"time": "1775556938"
},
"departure": {
"delay": 21698,
"time": "1775556938"
},
"stopId": "FR:76216:ZE:TCARxPALIS3:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 21848,
"time": "1775557268"
},
"departure": {
"delay": 21848,
"time": "1775557268"
},
"stopId": "FR:76216:ZE:TCARxJVERN:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 21885,
"time": "1775557905"
},
"departure": {
"delay": 21885,
"time": "1775557905"
},
"stopId": "FR:76451:ZE:TCARxMURET0:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 21853,
"time": "1775557813"
},
"departure": {
"delay": 21853,
"time": "1775557813"
},
"stopId": "FR:76451:ZE:TCARxCOQUE3:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 21828,
"time": "1775557728"
},
"departure": {
"delay": 21828,
"time": "1775557728"
},
"stopId": "FR:76451:ZE:TCARxCOLBE0:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 21883,
"time": "1775557123"
},
"departure": {
"delay": 21883,
"time": "1775557123"
},
"stopId": "FR:76216:ZE:TCARxMIREL0:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 21814,
"time": "1775557414"
},
"departure": {
"delay": 21814,
"time": "1775557414"
},
"stopId": "FR:76451:ZE:TCARxCROIX1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 22038,
"time": "1775558513"
},
"departure": {
"delay": 22038,
"time": "1775558538"
},
"stopId": "FR:76108:ZE:TCARxBGUI4:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 21912,
"time": "1775557992"
},
"departure": {
"delay": 21912,
"time": "1775557992"
},
"stopId": "FR:76451:ZE:TCARxFRECH0:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 21908,
"time": "1775558263"
},
"departure": {
"delay": 21908,
"time": "1775558288"
},
"stopId": "FR:76108:ZE:TCARxBOCQU3:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 21923,
"time": "1775558963"
},
"stopId": "FR:76540:ZE:TCARxTAMAR5:ATOUMOD001",
"stopSequence": 31
},
{
"arrival": {
"delay": 21830,
"time": "1775557670"
},
"departure": {
"delay": 21830,
"time": "1775557670"
},
"stopId": "FR:76451:ZE:TCARxVAREN0:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 21898,
"time": "1775558018"
},
"departure": {
"delay": 21898,
"time": "1775558038"
},
"stopId": "FR:76451:ZE:TCARxCCOMM1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 21884,
"time": "1775557343"
},
"departure": {
"delay": 21884,
"time": "1775557364"
},
"stopId": "FR:76451:ZE:TCARxDEBOI0:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 21913,
"time": "1775558113"
},
"departure": {
"delay": 21913,
"time": "1775558113"
},
"stopId": "FR:76451:ZE:TCARxSAKHA1:ATOUMOD001",
"stopSequence": 20
},
{
"departure": {
"delay": 21638,
"time": "1775556638"
},
"stopId": "FR:76216:ZE:TCARxCAILL3:ATOUMOD001",
"stopSequence": 1
}
],
"timestamp": "1775556645",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx08:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx15224:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4242795xGTFSxGSemHTNIxSemainex08:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -119,
"time": "1775560441"
},
"stopId": "FR:76351:ZE:5104:ATOUMOD003",
"stopSequence": 39
},
{
"departure": {
"delay": -43,
"time": "1775559437"
},
"stopId": "FR:76305:ZE:3835:ATOUMOD003",
"stopSequence": 33
},
{
"arrival": {
"delay": -74,
"time": "1775560246"
},
"departure": {
"delay": -74,
"time": "1775560246"
},
"stopId": "FR:76351:ZE:4867:ATOUMOD003",
"stopSequence": 38
},
{
"departure": {
"delay": -82,
"time": "1775560058"
},
"stopId": "FR:76351:ZE:3613:ATOUMOD003",
"stopSequence": 36
},
{
"arrival": {
"delay": 29,
"time": "1775559209"
},
"departure": {
"delay": 29,
"time": "1775559209"
},
"stopId": "FR:76305:ZE:4529:ATOUMOD003",
"stopSequence": 29
},
{
"departure": {
"delay": -39,
"time": "1775559381"
},
"stopId": "FR:76305:ZE:3837:ATOUMOD003",
"stopSequence": 32
},
{
"arrival": {
"delay": 6,
"time": "1775558946"
},
"departure": {
"delay": 6,
"time": "1775558946"
},
"stopId": "FR:76296:ZE:4009:ATOUMOD003",
"stopSequence": 25
},
{
"arrival": {
"delay": 5,
"time": "1775559365"
},
"departure": {
"delay": 5,
"time": "1775559365"
},
"stopId": "FR:76305:ZE:3923:ATOUMOD003",
"stopSequence": 31
},
{
"arrival": {
"delay": 25,
"time": "1775558485"
},
"departure": {
"delay": 25,
"time": "1775558485"
},
"stopId": "FR:76647:ZE:5155:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": 5,
"time": "1775558405"
},
"departure": {
"delay": 5,
"time": "1775558405"
},
"stopId": "FR:76647:ZE:5072:ATOUMOD003",
"stopSequence": 20
},
{
"departure": {
"delay": 42,
"time": "1775558262"
},
"stopId": "FR:76647:ZE:5068:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": 57,
"time": "1775559177"
},
"departure": {
"delay": 57,
"time": "1775559177"
},
"stopId": "FR:76296:ZE:4442:ATOUMOD003",
"stopSequence": 28
},
{
"departure": {
"delay": -48,
"time": "1775559492"
},
"stopId": "FR:76341:ZE:3833:ATOUMOD003",
"stopSequence": 34
},
{
"departure": {
"delay": -102,
"time": "1775559798"
},
"stopId": "FR:76351:ZE:4983:ATOUMOD003",
"stopSequence": 35
},
{
"arrival": {
"delay": 15,
"time": "1775558895"
},
"departure": {
"delay": 15,
"time": "1775558895"
},
"stopId": "FR:76596:ZE:5106:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": 26,
"time": "1775559086"
},
"departure": {
"delay": 26,
"time": "1775559086"
},
"stopId": "FR:76296:ZE:4444:ATOUMOD003",
"stopSequence": 27
},
{
"arrival": {
"delay": 44,
"time": "1775558684"
},
"departure": {
"delay": 44,
"time": "1775558684"
},
"stopId": "FR:76239:ZE:5110:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": -83,
"time": "1775560117"
},
"departure": {
"delay": -83,
"time": "1775560117"
},
"stopId": "FR:76351:ZE:4869:ATOUMOD003",
"stopSequence": 37
},
{
"arrival": {
"delay": 21,
"time": "1775559321"
},
"departure": {
"delay": 21,
"time": "1775559321"
},
"stopId": "FR:76305:ZE:3395:ATOUMOD003",
"stopSequence": 30
},
{
"arrival": {
"delay": 5,
"time": "1775559005"
},
"departure": {
"delay": 5,
"time": "1775559005"
},
"stopId": "FR:76296:ZE:4008:ATOUMOD003",
"stopSequence": 26
},
{
"arrival": {
"delay": 45,
"time": "1775558625"
},
"departure": {
"delay": 45,
"time": "1775558625"
},
"stopId": "FR:76563:ZE:5112:ATOUMOD003",
"stopSequence": 22
}
],
"timestamp": "1775560059",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:12:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4242795xGTFSxGSemHTNIxSemainex08:LOC"
}
}
},
{
"id": "SM:ATOUMOD041:ServiceJourney:2:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -13,
"time": "1775539238"
},
"departure": {
"delay": -13,
"time": "1775539247"
},
"stopId": "FR:76743:ZE:30047:ATOUMOD041",
"stopSequence": 16
},
{
"arrival": {
"delay": 240,
"time": "1775538413"
},
"departure": {
"delay": 240,
"time": "1775538420"
},
"stopId": "FR:76057:ZE:30001:ATOUMOD041",
"stopSequence": 3
},
{
"arrival": {
"delay": 136,
"time": "1775538604"
},
"departure": {
"delay": 136,
"time": "1775538616"
},
"stopId": "FR:76057:ZE:30010:ATOUMOD041",
"stopSequence": 7
},
{
"arrival": {
"delay": 159,
"time": "1775538564"
},
"departure": {
"delay": 159,
"time": "1775538579"
},
"stopId": "FR:76057:ZE:30006:ATOUMOD041",
"stopSequence": 6
},
{
"arrival": {
"delay": 96,
"time": "1775538750"
},
"departure": {
"delay": 96,
"time": "1775538756"
},
"stopId": "FR:76057:ZE:30052:ATOUMOD041",
"stopSequence": 9
},
{
"arrival": {
"delay": 67,
"time": "1775538837"
},
"departure": {
"delay": 67,
"time": "1775538847"
},
"stopId": "FR:76057:ZE:30053:ATOUMOD041",
"stopSequence": 10
},
{
"arrival": {
"delay": 71,
"time": "1775538898"
},
"departure": {
"delay": 71,
"time": "1775538911"
},
"stopId": "FR:76057:ZE:30054:ATOUMOD041",
"stopSequence": 11
},
{
"arrival": {
"delay": 72,
"time": "1775538957"
},
"departure": {
"delay": 72,
"time": "1775538972"
},
"stopId": "FR:76057:ZE:30055:ATOUMOD041",
"stopSequence": 12
},
{
"arrival": {
"delay": -27,
"time": "1775539153"
},
"departure": {
"delay": -27,
"time": "1775539173"
},
"stopId": "FR:76057:ZE:30022:ATOUMOD041",
"stopSequence": 15
},
{
"arrival": {
"delay": 113,
"time": "1775538699"
},
"departure": {
"delay": 113,
"time": "1775538713"
},
"stopId": "FR:76057:ZE:30051:ATOUMOD041",
"stopSequence": 8
},
{
"arrival": {
"delay": 233,
"time": "1775538464"
},
"departure": {
"delay": 233,
"time": "1775538473"
},
"stopId": "FR:76057:ZE:30016:ATOUMOD041",
"stopSequence": 4
},
{
"arrival": {
"delay": 197,
"time": "1775538484"
},
"departure": {
"delay": 197,
"time": "1775538497"
},
"stopId": "FR:76057:ZE:30012:ATOUMOD041",
"stopSequence": 5
},
{
"arrival": {
"delay": -30,
"time": "1775539277"
},
"departure": {
"delay": -30,
"time": "1775539290"
},
"stopId": "FR:76743:ZE:30045:ATOUMOD041",
"stopSequence": 17
},
{
"arrival": {
"delay": -5,
"time": "1775539057"
},
"departure": {
"delay": -5,
"time": "1775539075"
},
"stopId": "FR:76057:ZE:30018:ATOUMOD041",
"stopSequence": 13
},
{
"arrival": {
"time": "1775539380"
},
"stopId": "FR:76743:ZE:30049:ATOUMOD041",
"stopSequence": 18
},
{
"arrival": {
"delay": -30,
"time": "1775539098"
},
"departure": {
"delay": -30,
"time": "1775539110"
},
"stopId": "FR:76057:ZE:30020:ATOUMOD041",
"stopSequence": 14
}
],
"timestamp": "1775560075",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD041:Line:2:LOC",
"tripId": "ATOUMOD041:ServiceJourney:2:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4057153x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 143,
"time": "1775560103"
},
"departure": {
"delay": 143,
"time": "1775560103"
},
"stopId": "FR:76351:ZE:3539:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": 143,
"time": "1775560883"
},
"stopId": "FR:76351:ZE:4642:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": 199,
"time": "1775560459"
},
"departure": {
"delay": 199,
"time": "1775560459"
},
"stopId": "FR:76351:ZE:3030:ATOUMOD003",
"stopSequence": 19
},
{
"departure": {
"delay": 50,
"time": "1775559290"
},
"stopId": "FR:76351:ZE:3622:ATOUMOD003",
"stopSequence": 3
},
{
"departure": {
"delay": 174,
"time": "1775559774"
},
"stopId": "FR:76351:ZE:3277:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": 182,
"time": "1775559902"
},
"departure": {
"delay": 182,
"time": "1775559902"
},
"stopId": "FR:76351:ZE:4601:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": 233,
"time": "1775559953"
},
"departure": {
"delay": 233,
"time": "1775559953"
},
"stopId": "FR:76351:ZE:3565:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 143,
"time": "1775560523"
},
"departure": {
"delay": 143,
"time": "1775560523"
},
"stopId": "FR:76351:ZE:3530:ATOUMOD003",
"stopSequence": 20
},
{
"departure": {
"delay": 198,
"time": "1775560038"
},
"stopId": "FR:76351:ZE:3798:ATOUMOD003",
"stopSequence": 13
},
{
"departure": {
"delay": 94,
"time": "1775559454"
},
"stopId": "FR:76351:ZE:3315:ATOUMOD003",
"stopSequence": 5
},
{
"arrival": {
"delay": 143,
"time": "1775560343"
},
"departure": {
"delay": 143,
"time": "1775560343"
},
"stopId": "FR:76351:ZE:3241:ATOUMOD003",
"stopSequence": 18
},
{
"departure": {
"delay": 178,
"time": "1775559838"
},
"stopId": "FR:76351:ZE:3397:ATOUMOD003",
"stopSequence": 9
},
{
"departure": {
"delay": 101,
"time": "1775559581"
},
"stopId": "FR:76351:ZE:3598:ATOUMOD003",
"stopSequence": 6
},
{
"departure": {
"delay": 29,
"time": "1775559389"
},
"stopId": "FR:76351:ZE:3078:ATOUMOD003",
"stopSequence": 4
},
{
"departure": {
"delay": 157,
"time": "1775559997"
},
"stopId": "FR:76351:ZE:4476:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": 143,
"time": "1775560223"
},
"departure": {
"delay": 143,
"time": "1775560223"
},
"stopId": "FR:76351:ZE:3659:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": 143,
"time": "1775560583"
},
"departure": {
"delay": 143,
"time": "1775560583"
},
"stopId": "FR:76351:ZE:4582:ATOUMOD003",
"stopSequence": 21
},
{
"departure": {
"delay": 170,
"time": "1775559710"
},
"stopId": "FR:76351:ZE:4554:ATOUMOD003",
"stopSequence": 7
},
{
"arrival": {
"delay": 191,
"time": "1775560151"
},
"departure": {
"delay": 191,
"time": "1775560151"
},
"stopId": "FR:76351:ZE:4607:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 154,
"time": "1775560294"
},
"departure": {
"delay": 154,
"time": "1775560294"
},
"stopId": "FR:76351:ZE:4996:ATOUMOD003",
"stopSequence": 17
}
],
"timestamp": "1775560069",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C8:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4057153x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746180x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -4,
"time": "1775559985"
},
"departure": {
"delay": -4,
"time": "1775560016"
},
"stopId": "FR:50129:ZE:10ZOL1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": -79,
"time": "1775559791"
},
"departure": {
"delay": -79,
"time": "1775559821"
},
"stopId": "FR:50129:ZE:10CPL1:ATOUMOD035",
"stopSequence": 12
},
{
"departure": {
"delay": 3,
"time": "1775559243"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": -30,
"time": "1775560410"
},
"departure": {
"delay": -30,
"time": "1775560410"
},
"stopId": "FR:50129:ZE:10BEL1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": -29,
"time": "1775561851"
},
"departure": {
"delay": -29,
"time": "1775561851"
},
"stopId": "FR:50129:ZE:10JMO1:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": -29,
"time": "1775562391"
},
"departure": {
"delay": -29,
"time": "1775562391"
},
"stopId": "FR:50129:ZE:10CVE1:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"delay": -30,
"time": "1775561130"
},
"departure": {
"delay": -30,
"time": "1775561130"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": -30,
"time": "1775560530"
},
"departure": {
"delay": -30,
"time": "1775560530"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": -30,
"time": "1775561370"
},
"departure": {
"delay": -30,
"time": "1775561370"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": -30,
"time": "1775560710"
},
"departure": {
"delay": -30,
"time": "1775560710"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": -30,
"time": "1775560230"
},
"departure": {
"delay": -30,
"time": "1775560230"
},
"stopId": "FR:50129:ZE:10AGO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": -30,
"time": "1775560830"
},
"departure": {
"delay": -30,
"time": "1775560830"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": -30,
"time": "1775561730"
},
"departure": {
"delay": -30,
"time": "1775561730"
},
"stopId": "FR:50129:ZE:10BHC3:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": -33,
"time": "1775559599"
},
"departure": {
"delay": -33,
"time": "1775559627"
},
"stopId": "FR:50129:ZE:10BRT1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": -30,
"time": "1775560110"
},
"departure": {
"delay": -30,
"time": "1775560110"
},
"stopId": "FR:50129:ZE:10DUB1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": -30,
"time": "1775562450"
},
"departure": {
"delay": -30,
"time": "1775562450"
},
"stopId": "FR:50129:ZE:10COS1:ATOUMOD035",
"stopSequence": 47
},
{
"arrival": {
"delay": 7,
"time": "1775559513"
},
"departure": {
"delay": 7,
"time": "1775559547"
},
"stopId": "FR:50129:ZE:10CAR1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": -30,
"time": "1775562210"
},
"departure": {
"delay": -30,
"time": "1775562210"
},
"stopId": "FR:50129:ZE:10JEA1:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": -30,
"time": "1775562330"
},
"departure": {
"delay": -30,
"time": "1775562330"
},
"stopId": "FR:50129:ZE:10MYO1:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": -25,
"time": "1775559891"
},
"departure": {
"delay": -25,
"time": "1775559935"
},
"stopId": "FR:50129:ZE:10LON1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": -30,
"time": "1775560170"
},
"departure": {
"delay": -30,
"time": "1775560170"
},
"stopId": "FR:50129:ZE:10LAV1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": -30,
"time": "1775562090"
},
"departure": {
"delay": -30,
"time": "1775562090"
},
"stopId": "FR:50129:ZE:10ART1:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": -30,
"time": "1775561910"
},
"departure": {
"delay": -30,
"time": "1775561910"
},
"stopId": "FR:50129:ZE:10LLM1:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": -30,
"time": "1775561010"
},
"departure": {
"delay": -30,
"time": "1775561010"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": -30,
"time": "1775561970"
},
"departure": {
"delay": -30,
"time": "1775561970"
},
"stopId": "FR:50129:ZE:10BRO1:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"delay": -30,
"time": "1775561250"
},
"departure": {
"delay": -30,
"time": "1775561250"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": -29,
"time": "1775562331"
},
"departure": {
"delay": -29,
"time": "1775562331"
},
"stopId": "FR:50129:ZE:10MGT1:ATOUMOD035",
"stopSequence": 44
},
{
"arrival": {
"delay": 26,
"time": "1775559301"
},
"departure": {
"delay": 26,
"time": "1775559326"
},
"stopId": "FR:50129:ZE:10COF1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": -30,
"time": "1775561850"
},
"departure": {
"delay": -30,
"time": "1775561850"
},
"stopId": "FR:50129:ZE:10LUM1:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": -30,
"time": "1775560470"
},
"departure": {
"delay": -30,
"time": "1775560470"
},
"stopId": "FR:50129:ZE:10HUI1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": -7,
"time": "1775559457"
},
"departure": {
"delay": -7,
"time": "1775559473"
},
"stopId": "FR:50129:ZE:10SFN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": -30,
"time": "1775560590"
},
"departure": {
"delay": -30,
"time": "1775560590"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 3,
"time": "1775559632"
},
"departure": {
"delay": 3,
"time": "1775559663"
},
"stopId": "FR:50129:ZE:10BON1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": -29,
"time": "1775559838"
},
"departure": {
"delay": -29,
"time": "1775559871"
},
"stopId": "FR:50129:ZE:10BHE1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": -73,
"time": "1775559757"
},
"departure": {
"delay": -73,
"time": "1775559767"
},
"stopId": "FR:50129:ZE:10PRE1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": -30,
"time": "1775562390"
},
"departure": {
"delay": -30,
"time": "1775562390"
},
"stopId": "FR:50129:ZE:10RSX1:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"delay": -30,
"time": "1775560890"
},
"departure": {
"delay": -30,
"time": "1775560890"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": -30,
"time": "1775562150"
},
"departure": {
"delay": -30,
"time": "1775562150"
},
"stopId": "FR:50129:ZE:10ZPH1:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"delay": -43,
"time": "1775559695"
},
"departure": {
"delay": -43,
"time": "1775559737"
},
"stopId": "FR:50129:ZE:10ARA1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": -30,
"time": "1775561610"
},
"departure": {
"delay": -30,
"time": "1775561610"
},
"stopId": "FR:50129:ZE:10LCA1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": -30,
"time": "1775562270"
},
"departure": {
"delay": -30,
"time": "1775562270"
},
"stopId": "FR:50129:ZE:10NOR3:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"delay": -30,
"time": "1775560290"
},
"departure": {
"delay": -30,
"time": "1775560290"
},
"stopId": "FR:50129:ZE:10HOM1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": -30,
"time": "1775560950"
},
"departure": {
"delay": -30,
"time": "1775560950"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 35,
"time": "1775559261"
},
"departure": {
"delay": 35,
"time": "1775559275"
},
"stopId": "FR:50129:ZE:10SFG1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": -27,
"time": "1775559555"
},
"departure": {
"delay": -27,
"time": "1775559573"
},
"stopId": "FR:50129:ZE:10HOU1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 16,
"time": "1775559400"
},
"departure": {
"delay": 16,
"time": "1775559436"
},
"stopId": "FR:50129:ZE:10ALB1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": -30,
"time": "1775562570"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"delay": -30,
"time": "1775561490"
},
"departure": {
"delay": -30,
"time": "1775561490"
},
"stopId": "FR:50129:ZE:10THH3:ATOUMOD035",
"stopSequence": 32
}
],
"timestamp": "1775560077",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746180x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4190153x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 40,
"time": "1775558920"
},
"stopId": "FR:76351:ZE:3162:ATOUMOD003",
"stopSequence": 30
},
{
"arrival": {
"delay": -18,
"time": "1775559042"
},
"stopId": "FR:76351:ZE:3472:ATOUMOD003",
"stopSequence": 31
}
],
"timestamp": "1775559149",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:19:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4190153x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3747505x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 227,
"time": "1775546498"
},
"departure": {
"delay": 227,
"time": "1775546507"
},
"stopId": "FR:50129:ZE:10IUT2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 66,
"time": "1775548133"
},
"departure": {
"delay": 66,
"time": "1775548146"
},
"stopId": "FR:50129:ZE:10COD1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": -32,
"time": "1775547437"
},
"departure": {
"delay": -32,
"time": "1775547448"
},
"stopId": "FR:50129:ZE:10CCI1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 53,
"time": "1775548062"
},
"departure": {
"delay": 53,
"time": "1775548073"
},
"stopId": "FR:50129:ZE:10ILO1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 182,
"time": "1775546333"
},
"departure": {
"delay": 182,
"time": "1775546342"
},
"stopId": "FR:50129:ZE:10VDT2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 194,
"time": "1775546563"
},
"departure": {
"delay": 194,
"time": "1775546594"
},
"stopId": "FR:50129:ZE:10AIG2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 2,
"time": "1775547776"
},
"departure": {
"delay": 2,
"time": "1775547782"
},
"stopId": "FR:50129:ZE:10MLL3:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 107,
"time": "1775546780"
},
"departure": {
"delay": 107,
"time": "1775546807"
},
"stopId": "FR:50129:ZE:10MEN2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 42,
"time": "1775548230"
},
"departure": {
"delay": 42,
"time": "1775548242"
},
"stopId": "FR:50129:ZE:10CRD1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 106,
"time": "1775546910"
},
"departure": {
"delay": 106,
"time": "1775547106"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": -31,
"time": "1775547374"
},
"departure": {
"delay": -31,
"time": "1775547389"
},
"stopId": "FR:50129:ZE:10CIT1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 52,
"time": "1775547276"
},
"departure": {
"delay": 52,
"time": "1775547292"
},
"stopId": "FR:50129:ZE:10PLA5:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 78,
"time": "1775548210"
},
"departure": {
"delay": 78,
"time": "1775548218"
},
"stopId": "FR:50129:ZE:10LMQ1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 42,
"time": "1775547595"
},
"departure": {
"delay": 42,
"time": "1775547702"
},
"stopId": "FR:50129:ZE:10GMA3:ATOUMOD035",
"stopSequence": 13
},
{
"departure": {
"delay": 196,
"time": "1775546296"
},
"stopId": "FR:50129:ZE:10ZFO2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 56,
"time": "1775547219"
},
"departure": {
"delay": 56,
"time": "1775547236"
},
"stopId": "FR:50129:ZE:10CRN1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 64,
"time": "1775548012"
},
"departure": {
"delay": 64,
"time": "1775548024"
},
"stopId": "FR:50129:ZE:10CLO1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 73,
"time": "1775547892"
},
"departure": {
"delay": 73,
"time": "1775547973"
},
"stopId": "FR:50129:ZE:10LMW1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 91,
"time": "1775548099"
},
"departure": {
"delay": 91,
"time": "1775548111"
},
"stopId": "FR:50129:ZE:10EUR1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 177,
"time": "1775546388"
},
"departure": {
"delay": 177,
"time": "1775546397"
},
"stopId": "FR:50129:ZE:10PFO4:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": -20,
"time": "1775548360"
},
"stopId": "FR:50129:ZE:10PIS1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 198,
"time": "1775546524"
},
"departure": {
"delay": 198,
"time": "1775546538"
},
"stopId": "FR:50129:ZE:10UNI2:ATOUMOD035",
"stopSequence": 5
}
],
"timestamp": "1775560078",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:08:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3747505x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2471225:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -41,
"time": "1775561119"
},
"departure": {
"delay": -41,
"time": "1775561119"
},
"stopId": "FR:27351:ZE:0x6310:ATOUMOD006",
"stopSequence": 23
},
{
"arrival": {
"delay": 104,
"time": "1775559765"
},
"departure": {
"delay": 104,
"time": "1775559824"
},
"stopId": "FR:27375:ZE:0x6492:ATOUMOD006",
"stopSequence": 2
},
{
"arrival": {
"delay": -35,
"time": "1775561605"
},
"departure": {
"delay": -35,
"time": "1775561605"
},
"stopId": "FR:27528:ZE:0x6598:ATOUMOD006",
"stopSequence": 29
},
{
"arrival": {
"delay": -108,
"time": "1775561292"
},
"departure": {
"delay": -108,
"time": "1775561292"
},
"stopId": "FR:27701:ZE:0x7106:ATOUMOD006",
"stopSequence": 24
},
{
"arrival": {
"delay": -89,
"time": "1775560771"
},
"departure": {
"delay": -89,
"time": "1775560771"
},
"stopId": "FR:27375:ZE:0x6384:ATOUMOD006",
"stopSequence": 19
},
{
"arrival": {
"delay": 109,
"time": "1775560009"
},
"departure": {
"delay": 109,
"time": "1775560009"
},
"stopId": "FR:27375:ZE:0x6470:ATOUMOD006",
"stopSequence": 5
},
{
"arrival": {
"delay": -88,
"time": "1775561552"
},
"departure": {
"delay": -88,
"time": "1775561552"
},
"stopId": "FR:27528:ZE:0x6592:ATOUMOD006",
"stopSequence": 28
},
{
"arrival": {
"delay": 105,
"time": "1775560065"
},
"departure": {
"delay": 105,
"time": "1775560065"
},
"stopId": "FR:27375:ZE:0x6422:ATOUMOD006",
"stopSequence": 7
},
{
"arrival": {
"delay": 135,
"time": "1775560035"
},
"departure": {
"delay": 135,
"time": "1775560035"
},
"stopId": "FR:27375:ZE:0x6572:ATOUMOD006",
"stopSequence": 6
},
{
"arrival": {
"delay": -67,
"time": "1775561633"
},
"departure": {
"delay": -67,
"time": "1775561633"
},
"stopId": "FR:27528:ZE:0x6591:ATOUMOD006",
"stopSequence": 30
},
{
"arrival": {
"delay": -55,
"time": "1775561765"
},
"departure": {
"delay": -55,
"time": "1775561765"
},
"stopId": "FR:27528:ZE:0x6576:ATOUMOD006",
"stopSequence": 33
},
{
"arrival": {
"delay": -84,
"time": "1775560416"
},
"departure": {
"delay": -84,
"time": "1775560416"
},
"stopId": "FR:27375:ZE:0x6504:ATOUMOD006",
"stopSequence": 13
},
{
"arrival": {
"delay": 95,
"time": "1775560115"
},
"departure": {
"delay": 95,
"time": "1775560115"
},
"stopId": "FR:27375:ZE:0x6432:ATOUMOD006",
"stopSequence": 9
},
{
"arrival": {
"delay": -103,
"time": "1775561357"
},
"departure": {
"delay": -103,
"time": "1775561357"
},
"stopId": "FR:27701:ZE:0x7042:ATOUMOD006",
"stopSequence": 25
},
{
"arrival": {
"delay": -181,
"time": "1775561939"
},
"departure": {
"delay": -181,
"time": "1775561939"
},
"stopId": "FR:27701:ZE:0x7116:ATOUMOD006",
"stopSequence": 37
},
{
"arrival": {
"delay": -105,
"time": "1775561835"
},
"departure": {
"delay": -105,
"time": "1775561835"
},
"stopId": "FR:27701:ZE:0x7034:ATOUMOD006",
"stopSequence": 35
},
{
"arrival": {
"delay": 30,
"time": "1775560290"
},
"departure": {
"delay": 30,
"time": "1775560290"
},
"stopId": "FR:27375:ZE:0x6440:ATOUMOD006",
"stopSequence": 12
},
{
"arrival": {
"delay": -110,
"time": "1775560810"
},
"departure": {
"delay": -110,
"time": "1775560810"
},
"stopId": "FR:27375:ZE:0x6526:ATOUMOD006",
"stopSequence": 20
},
{
"arrival": {
"delay": -144,
"time": "1775561976"
},
"departure": {
"delay": -144,
"time": "1775561976"
},
"stopId": "FR:27701:ZE:0x7086:ATOUMOD006",
"stopSequence": 38
},
{
"arrival": {
"time": "1775560912"
},
"departure": {
"time": "1775561040"
},
"stopId": "FR:27351:ZE:0x6312:ATOUMOD006",
"stopSequence": 22
},
{
"arrival": {
"delay": -74,
"time": "1775561686"
},
"departure": {
"delay": -74,
"time": "1775561686"
},
"stopId": "FR:27528:ZE:0x6594:ATOUMOD006",
"stopSequence": 31
},
{
"arrival": {
"delay": -39,
"time": "1775561721"
},
"departure": {
"delay": -39,
"time": "1775561721"
},
"stopId": "FR:27528:ZE:0x6596:ATOUMOD006",
"stopSequence": 32
},
{
"arrival": {
"delay": 129,
"time": "1775559969"
},
"departure": {
"delay": 129,
"time": "1775559969"
},
"stopId": "FR:27375:ZE:0x6396:ATOUMOD006",
"stopSequence": 4
},
{
"arrival": {
"delay": -87,
"time": "1775560533"
},
"departure": {
"delay": -87,
"time": "1775560533"
},
"stopId": "FR:27375:ZE:0x6380:ATOUMOD006",
"stopSequence": 15
},
{
"arrival": {
"delay": -234,
"time": "1775562066"
},
"stopId": "FR:27701:ZE:0x7150:ATOUMOD006",
"stopSequence": 39
},
{
"arrival": {
"delay": -96,
"time": "1775560464"
},
"departure": {
"delay": -96,
"time": "1775560464"
},
"stopId": "FR:27375:ZE:0x6528:ATOUMOD006",
"stopSequence": 14
},
{
"arrival": {
"delay": -91,
"time": "1775560709"
},
"departure": {
"delay": -91,
"time": "1775560709"
},
"stopId": "FR:27375:ZE:0x6438:ATOUMOD006",
"stopSequence": 18
},
{
"arrival": {
"delay": -102,
"time": "1775561418"
},
"departure": {
"delay": -102,
"time": "1775561418"
},
"stopId": "FR:27701:ZE:0x6582:ATOUMOD006",
"stopSequence": 26
},
{
"arrival": {
"delay": -71,
"time": "1775561809"
},
"departure": {
"delay": -71,
"time": "1775561809"
},
"stopId": "FR:27701:ZE:0x7022:ATOUMOD006",
"stopSequence": 34
},
{
"arrival": {
"delay": -151,
"time": "1775560589"
},
"departure": {
"delay": -151,
"time": "1775560589"
},
"stopId": "FR:27375:ZE:0x6388:ATOUMOD006",
"stopSequence": 16
},
{
"arrival": {
"delay": -151,
"time": "1775560649"
},
"departure": {
"delay": -151,
"time": "1775560649"
},
"stopId": "FR:27375:ZE:0x6457:ATOUMOD006",
"stopSequence": 17
},
{
"arrival": {
"delay": -72,
"time": "1775561508"
},
"departure": {
"delay": -72,
"time": "1775561508"
},
"stopId": "FR:27528:ZE:0x6589:ATOUMOD006",
"stopSequence": 27
},
{
"arrival": {
"delay": 91,
"time": "1775559931"
},
"departure": {
"delay": 91,
"time": "1775559931"
},
"stopId": "FR:27375:ZE:0x6490:ATOUMOD006",
"stopSequence": 3
},
{
"arrival": {
"delay": -122,
"time": "1775561878"
},
"departure": {
"delay": -122,
"time": "1775561878"
},
"stopId": "FR:27701:ZE:0x7114:ATOUMOD006",
"stopSequence": 36
},
{
"arrival": {
"delay": -110,
"time": "1775560870"
},
"departure": {
"delay": -110,
"time": "1775560870"
},
"stopId": "FR:27375:ZE:0x6304:ATOUMOD006",
"stopSequence": 21
},
{
"arrival": {
"time": "1775560219"
},
"departure": {
"time": "1775560260"
},
"stopId": "FR:27375:ZE:0x6514:ATOUMOD006",
"stopSequence": 11
},
{
"arrival": {
"delay": 58,
"time": "1775560078"
},
"departure": {
"delay": 58,
"time": "1775560078"
},
"stopId": "FR:27375:ZE:0x6512:ATOUMOD006",
"stopSequence": 8
}
],
"timestamp": "1775560063",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD006:Line:2:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2471225:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745671x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -21,
"time": "1775555404"
},
"departure": {
"delay": -21,
"time": "1775555439"
},
"stopId": "FR:50129:ZE:10XCT3:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 61,
"time": "1775553462"
},
"departure": {
"delay": 61,
"time": "1775553481"
},
"stopId": "FR:50129:ZE:10FRN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 124,
"time": "1775553842"
},
"departure": {
"delay": 124,
"time": "1775553904"
},
"stopId": "FR:50129:ZE:10PET1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 107,
"time": "1775554520"
},
"departure": {
"delay": 107,
"time": "1775554547"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 77,
"time": "1775553763"
},
"departure": {
"delay": 77,
"time": "1775553797"
},
"stopId": "FR:50129:ZE:10DIX1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": -89,
"time": "1775555781"
},
"departure": {
"delay": -89,
"time": "1775555791"
},
"stopId": "FR:50129:ZE:10GDR1:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 57,
"time": "1775553565"
},
"departure": {
"delay": 57,
"time": "1775553597"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 60,
"time": "1775554987"
},
"departure": {
"delay": 60,
"time": "1775555040"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 74,
"time": "1775553425"
},
"departure": {
"delay": 74,
"time": "1775553434"
},
"stopId": "FR:50129:ZE:10BOI1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 132,
"time": "1775554363"
},
"departure": {
"delay": 132,
"time": "1775554392"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 78,
"time": "1775554111"
},
"departure": {
"delay": 78,
"time": "1775554158"
},
"stopId": "FR:50129:ZE:10ANN1:ATOUMOD035",
"stopSequence": 12
},
{
"departure": {
"delay": 87,
"time": "1775553267"
},
"stopId": "FR:50129:ZE:10AMF1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 58,
"time": "1775554697"
},
"departure": {
"delay": 58,
"time": "1775554738"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 54,
"time": "1775554640"
},
"departure": {
"delay": 54,
"time": "1775554674"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": -41,
"time": "1775555647"
},
"departure": {
"delay": -41,
"time": "1775555659"
},
"stopId": "FR:50129:ZE:10MED3:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 128,
"time": "1775553933"
},
"departure": {
"delay": 128,
"time": "1775553968"
},
"stopId": "FR:50129:ZE:10HME1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": -43,
"time": "1775555570"
},
"departure": {
"delay": -43,
"time": "1775555597"
},
"stopId": "FR:50129:ZE:10BAG3:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 104,
"time": "1775554033"
},
"departure": {
"delay": 104,
"time": "1775554064"
},
"stopId": "FR:50129:ZE:10CAQ1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 60,
"time": "1775555124"
},
"departure": {
"delay": 60,
"time": "1775555160"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 54,
"time": "1775554584"
},
"departure": {
"delay": 54,
"time": "1775554614"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 51,
"time": "1775553374"
},
"departure": {
"delay": 51,
"time": "1775553411"
},
"stopId": "FR:50129:ZE:10MOR1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 115,
"time": "1775554406"
},
"departure": {
"delay": 115,
"time": "1775554435"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 69,
"time": "1775554900"
},
"departure": {
"delay": 69,
"time": "1775554929"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": -19,
"time": "1775555467"
},
"departure": {
"delay": -19,
"time": "1775555501"
},
"stopId": "FR:50129:ZE:10GRR1:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 56,
"time": "1775553341"
},
"departure": {
"delay": 56,
"time": "1775553356"
},
"stopId": "FR:50129:ZE:10MES1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": -5,
"time": "1775555264"
},
"departure": {
"delay": -5,
"time": "1775555275"
},
"stopId": "FR:50129:ZE:10CRN1:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 13,
"time": "1775555317"
},
"departure": {
"delay": 13,
"time": "1775555353"
},
"stopId": "FR:50129:ZE:10HPA3:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": -87,
"time": "1775555825"
},
"departure": {
"delay": -87,
"time": "1775555853"
},
"stopId": "FR:50129:ZE:10LPL1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 122,
"time": "1775554229"
},
"departure": {
"delay": 122,
"time": "1775554262"
},
"stopId": "FR:50129:ZE:10CMI1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 133,
"time": "1775554836"
},
"departure": {
"delay": 133,
"time": "1775554873"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": -168,
"time": "1775555952"
},
"stopId": "FR:50129:ZE:10ECT1:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 99,
"time": "1775553663"
},
"departure": {
"delay": 99,
"time": "1775553699"
},
"stopId": "FR:50129:ZE:10EPC1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": -97,
"time": "1775555896"
},
"departure": {
"delay": -97,
"time": "1775555903"
},
"stopId": "FR:50129:ZE:10FLO1:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 113,
"time": "1775554283"
},
"departure": {
"delay": 113,
"time": "1775554313"
},
"stopId": "FR:50129:ZE:10PAX1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": -62,
"time": "1775555713"
},
"departure": {
"delay": -62,
"time": "1775555758"
},
"stopId": "FR:50129:ZE:10NOR5:ATOUMOD035",
"stopSequence": 31
}
],
"timestamp": "1775560077",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:02:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745671x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4057458x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -15,
"time": "1775560845"
},
"departure": {
"delay": -15,
"time": "1775560845"
},
"stopId": "FR:76447:ZE:3766:ATOUMOD003",
"stopSequence": 26
},
{
"arrival": {
"delay": 18,
"time": "1775561478"
},
"departure": {
"delay": 18,
"time": "1775561478"
},
"stopId": "FR:76447:ZE:3516:ATOUMOD003",
"stopSequence": 38
},
{
"arrival": {
"delay": -26,
"time": "1775561254"
},
"departure": {
"delay": -26,
"time": "1775561254"
},
"stopId": "FR:76447:ZE:3131:ATOUMOD003",
"stopSequence": 33
},
{
"arrival": {
"delay": -26,
"time": "1775562574"
},
"stopId": "FR:76481:ZE:5250:ATOUMOD003",
"stopSequence": 55
},
{
"departure": {
"delay": 161,
"time": "1775559581"
},
"stopId": "FR:76305:ZE:3151:ATOUMOD003",
"stopSequence": 7
},
{
"arrival": {
"delay": 2,
"time": "1775561402"
},
"departure": {
"delay": 2,
"time": "1775561402"
},
"stopId": "FR:76447:ZE:3067:ATOUMOD003",
"stopSequence": 36
},
{
"arrival": {
"delay": -26,
"time": "1775560294"
},
"departure": {
"delay": -26,
"time": "1775560294"
},
"stopId": "FR:76341:ZE:3485:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": -10,
"time": "1775560430"
},
"departure": {
"delay": -10,
"time": "1775560430"
},
"stopId": "FR:76447:ZE:3758:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": 27,
"time": "1775561847"
},
"departure": {
"delay": 27,
"time": "1775561847"
},
"stopId": "FR:76270:ZE:3429:ATOUMOD003",
"stopSequence": 44
},
{
"arrival": {
"delay": 4,
"time": "1775562424"
},
"departure": {
"delay": 4,
"time": "1775562424"
},
"stopId": "FR:76351:ZE:3870:ATOUMOD003",
"stopSequence": 52
},
{
"departure": {
"delay": 150,
"time": "1775559510"
},
"stopId": "FR:76305:ZE:3181:ATOUMOD003",
"stopSequence": 6
},
{
"arrival": {
"delay": -26,
"time": "1775560234"
},
"departure": {
"delay": -26,
"time": "1775560234"
},
"stopId": "FR:76341:ZE:4431:ATOUMOD003",
"stopSequence": 17
},
{
"departure": {
"delay": -26,
"time": "1775560054"
},
"stopId": "FR:76341:ZE:3746:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 31,
"time": "1775562271"
},
"departure": {
"delay": 31,
"time": "1775562271"
},
"stopId": "FR:76351:ZE:3802:ATOUMOD003",
"stopSequence": 50
},
{
"arrival": {
"delay": 5,
"time": "1775562065"
},
"departure": {
"delay": 5,
"time": "1775562065"
},
"stopId": "FR:76270:ZE:4505:ATOUMOD003",
"stopSequence": 46
},
{
"arrival": {
"delay": -1,
"time": "1775562119"
},
"departure": {
"delay": -1,
"time": "1775562119"
},
"stopId": "FR:76351:ZE:4503:ATOUMOD003",
"stopSequence": 47
},
{
"arrival": {
"delay": -26,
"time": "1775561434"
},
"departure": {
"delay": -26,
"time": "1775561434"
},
"stopId": "FR:76447:ZE:3123:ATOUMOD003",
"stopSequence": 37
},
{
"arrival": {
"delay": 3,
"time": "1775562483"
},
"departure": {
"delay": 3,
"time": "1775562483"
},
"stopId": "FR:76351:ZE:4576:ATOUMOD003",
"stopSequence": 54
},
{
"arrival": {
"delay": -16,
"time": "1775561084"
},
"departure": {
"delay": -16,
"time": "1775561084"
},
"stopId": "FR:76447:ZE:3242:ATOUMOD003",
"stopSequence": 30
},
{
"arrival": {
"delay": -26,
"time": "1775561554"
},
"departure": {
"delay": -26,
"time": "1775561554"
},
"stopId": "FR:76447:ZE:4509:ATOUMOD003",
"stopSequence": 40
},
{
"departure": {
"delay": 87,
"time": "1775559747"
},
"stopId": "FR:76341:ZE:3207:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": -6,
"time": "1775561514"
},
"departure": {
"delay": -6,
"time": "1775561514"
},
"stopId": "FR:76447:ZE:3239:ATOUMOD003",
"stopSequence": 39
},
{
"departure": {
"delay": 97,
"time": "1775559937"
},
"stopId": "FR:76341:ZE:3445:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": -26,
"time": "1775560534"
},
"departure": {
"delay": -26,
"time": "1775560534"
},
"stopId": "FR:76447:ZE:3741:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": 15,
"time": "1775561355"
},
"departure": {
"delay": 15,
"time": "1775561355"
},
"stopId": "FR:76447:ZE:4511:ATOUMOD003",
"stopSequence": 35
},
{
"arrival": {
"delay": 25,
"time": "1775561305"
},
"departure": {
"delay": 25,
"time": "1775561305"
},
"stopId": "FR:76447:ZE:4496:ATOUMOD003",
"stopSequence": 34
},
{
"departure": {
"delay": 85,
"time": "1775559805"
},
"stopId": "FR:76341:ZE:3084:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": -12,
"time": "1775562168"
},
"departure": {
"delay": -12,
"time": "1775562168"
},
"stopId": "FR:76351:ZE:4515:ATOUMOD003",
"stopSequence": 48
},
{
"arrival": {
"delay": 19,
"time": "1775560699"
},
"departure": {
"delay": 19,
"time": "1775560699"
},
"stopId": "FR:76447:ZE:3762:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": -26,
"time": "1775560954"
},
"departure": {
"delay": -26,
"time": "1775560954"
},
"stopId": "FR:76447:ZE:3453:ATOUMOD003",
"stopSequence": 28
},
{
"arrival": {
"delay": -2,
"time": "1775560798"
},
"departure": {
"delay": -2,
"time": "1775560798"
},
"stopId": "FR:76447:ZE:3764:ATOUMOD003",
"stopSequence": 25
},
{
"arrival": {
"delay": -26,
"time": "1775562454"
},
"departure": {
"delay": -26,
"time": "1775562454"
},
"stopId": "FR:76351:ZE:3361:ATOUMOD003",
"stopSequence": 53
},
{
"arrival": {
"time": "1775561040"
},
"departure": {
"time": "1775561040"
},
"stopId": "FR:76447:ZE:3536:ATOUMOD003",
"stopSequence": 29
},
{
"arrival": {
"delay": 14,
"time": "1775561174"
},
"departure": {
"delay": 14,
"time": "1775561174"
},
"stopId": "FR:76447:ZE:3089:ATOUMOD003",
"stopSequence": 31
},
{
"departure": {
"delay": 114,
"time": "1775559894"
},
"stopId": "FR:76341:ZE:3538:ATOUMOD003",
"stopSequence": 13
},
{
"departure": {
"delay": 119,
"time": "1775559719"
},
"stopId": "FR:76305:ZE:3522:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": -26,
"time": "1775561794"
},
"departure": {
"delay": -26,
"time": "1775561794"
},
"stopId": "FR:76270:ZE:3248:ATOUMOD003",
"stopSequence": 43
},
{
"arrival": {
"delay": -6,
"time": "1775560134"
},
"departure": {
"delay": -6,
"time": "1775560134"
},
"stopId": "FR:76341:ZE:3752:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": -12,
"time": "1775561628"
},
"departure": {
"delay": -12,
"time": "1775561628"
},
"stopId": "FR:76270:ZE:4507:ATOUMOD003",
"stopSequence": 41
},
{
"arrival": {
"delay": -11,
"time": "1775561209"
},
"departure": {
"delay": -11,
"time": "1775561209"
},
"stopId": "FR:76447:ZE:3569:ATOUMOD003",
"stopSequence": 32
},
{
"arrival": {
"delay": 5,
"time": "1775560505"
},
"departure": {
"delay": 5,
"time": "1775560505"
},
"stopId": "FR:76447:ZE:3760:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": -23,
"time": "1775560897"
},
"departure": {
"delay": -23,
"time": "1775560897"
},
"stopId": "FR:76447:ZE:3817:ATOUMOD003",
"stopSequence": 27
},
{
"arrival": {
"delay": -26,
"time": "1775560594"
},
"departure": {
"delay": -26,
"time": "1775560594"
},
"stopId": "FR:76447:ZE:5203:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": 20,
"time": "1775561900"
},
"departure": {
"delay": 20,
"time": "1775561900"
},
"stopId": "FR:76270:ZE:5199:ATOUMOD003",
"stopSequence": 45
},
{
"departure": {
"delay": 130,
"time": "1775559670"
},
"stopId": "FR:76305:ZE:3296:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": 17,
"time": "1775560337"
},
"departure": {
"delay": 17,
"time": "1775560337"
},
"stopId": "FR:76341:ZE:3905:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": 13,
"time": "1775562373"
},
"departure": {
"delay": 13,
"time": "1775562373"
},
"stopId": "FR:76351:ZE:4578:ATOUMOD003",
"stopSequence": 51
},
{
"departure": {
"delay": 159,
"time": "1775559639"
},
"stopId": "FR:76305:ZE:3187:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": 5,
"time": "1775561765"
},
"departure": {
"delay": 5,
"time": "1775561765"
},
"stopId": "FR:76270:ZE:3354:ATOUMOD003",
"stopSequence": 42
},
{
"arrival": {
"delay": -26,
"time": "1775562214"
},
"departure": {
"delay": -26,
"time": "1775562214"
},
"stopId": "FR:76351:ZE:3717:ATOUMOD003",
"stopSequence": 49
}
],
"timestamp": "1775560060",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:10:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4057458x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD005:ServiceJourney:313:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775548680"
},
"departure": {
"time": "1775548680"
},
"stopId": "FR:76217:ZE:18178:ATOUMOD005",
"stopSequence": 10
},
{
"arrival": {
"time": "1775548260"
},
"departure": {
"time": "1775548260"
},
"stopId": "FR:76217:ZE:18182:ATOUMOD005",
"stopSequence": 2
},
{
"arrival": {
"time": "1775550360"
},
"departure": {
"time": "1775550360"
},
"stopId": "FR:76217:ZE:18801:ATOUMOD005",
"stopSequence": 27
},
{
"arrival": {
"time": "1775550780"
},
"departure": {
"time": "1775550780"
},
"stopId": "FR:76217:ZE:18321:ATOUMOD005",
"stopSequence": 32
},
{
"arrival": {
"delay": 5,
"time": "1775550365"
},
"departure": {
"delay": 5,
"time": "1775550365"
},
"stopId": "FR:76217:ZE:18442:ATOUMOD005",
"stopSequence": 28
},
{
"arrival": {
"delay": 5,
"time": "1775550125"
},
"departure": {
"delay": 5,
"time": "1775550125"
},
"stopId": "FR:76217:ZE:18021:ATOUMOD005",
"stopSequence": 23
},
{
"arrival": {
"time": "1775548500"
},
"departure": {
"time": "1775548500"
},
"stopId": "FR:76217:ZE:18167:ATOUMOD005",
"stopSequence": 7
},
{
"arrival": {
"time": "1775550960"
},
"stopId": "FR:76217:ZE:18038:ATOUMOD005",
"stopSequence": 34
},
{
"arrival": {
"time": "1775548920"
},
"departure": {
"time": "1775548920"
},
"stopId": "FR:76217:ZE:18027:ATOUMOD005",
"stopSequence": 12
},
{
"arrival": {
"time": "1775549640"
},
"departure": {
"time": "1775549640"
},
"stopId": "FR:76217:ZE:18320:ATOUMOD005",
"stopSequence": 17
},
{
"arrival": {
"delay": 5,
"time": "1775550785"
},
"departure": {
"delay": 5,
"time": "1775550785"
},
"stopId": "FR:76217:ZE:18102:ATOUMOD005",
"stopSequence": 33
},
{
"arrival": {
"time": "1775548380"
},
"departure": {
"time": "1775548380"
},
"stopId": "FR:76217:ZE:18206:ATOUMOD005",
"stopSequence": 4
},
{
"arrival": {
"time": "1775549820"
},
"departure": {
"time": "1775549820"
},
"stopId": "FR:76217:ZE:18057:ATOUMOD005",
"stopSequence": 18
},
{
"arrival": {
"time": "1775550240"
},
"departure": {
"time": "1775550240"
},
"stopId": "FR:76217:ZE:18092:ATOUMOD005",
"stopSequence": 25
},
{
"arrival": {
"time": "1775550000"
},
"departure": {
"time": "1775550000"
},
"stopId": "FR:76217:ZE:18096:ATOUMOD005",
"stopSequence": 19
},
{
"arrival": {
"time": "1775548620"
},
"departure": {
"time": "1775548620"
},
"stopId": "FR:76217:ZE:18198:ATOUMOD005",
"stopSequence": 9
},
{
"arrival": {
"time": "1775550420"
},
"departure": {
"time": "1775550420"
},
"stopId": "FR:76217:ZE:18324:ATOUMOD005",
"stopSequence": 30
},
{
"arrival": {
"time": "1775549100"
},
"departure": {
"time": "1775549100"
},
"stopId": "FR:76217:ZE:18077:ATOUMOD005",
"stopSequence": 15
},
{
"arrival": {
"delay": 10,
"time": "1775550370"
},
"departure": {
"delay": 10,
"time": "1775550370"
},
"stopId": "FR:76217:ZE:18091:ATOUMOD005",
"stopSequence": 29
},
{
"arrival": {
"time": "1775548980"
},
"departure": {
"time": "1775548980"
},
"stopId": "FR:76217:ZE:18059:ATOUMOD005",
"stopSequence": 13
},
{
"arrival": {
"delay": 5,
"time": "1775548385"
},
"departure": {
"delay": 5,
"time": "1775548385"
},
"stopId": "FR:76217:ZE:18185:ATOUMOD005",
"stopSequence": 5
},
{
"arrival": {
"delay": 5,
"time": "1775550065"
},
"departure": {
"delay": 5,
"time": "1775550065"
},
"stopId": "FR:76217:ZE:18045:ATOUMOD005",
"stopSequence": 21
},
{
"arrival": {
"time": "1775549040"
},
"departure": {
"time": "1775549040"
},
"stopId": "FR:76217:ZE:18107:ATOUMOD005",
"stopSequence": 14
},
{
"arrival": {
"time": "1775548860"
},
"departure": {
"time": "1775548860"
},
"stopId": "FR:76217:ZE:18133:ATOUMOD005",
"stopSequence": 11
},
{
"arrival": {
"time": "1775548560"
},
"departure": {
"time": "1775548560"
},
"stopId": "FR:76217:ZE:18171:ATOUMOD005",
"stopSequence": 8
},
{
"arrival": {
"time": "1775550180"
},
"departure": {
"time": "1775550180"
},
"stopId": "FR:76217:ZE:18068:ATOUMOD005",
"stopSequence": 24
},
{
"arrival": {
"time": "1775549460"
},
"departure": {
"time": "1775549460"
},
"stopId": "FR:76217:ZE:18050:ATOUMOD005",
"stopSequence": 16
},
{
"arrival": {
"time": "1775550300"
},
"departure": {
"time": "1775550300"
},
"stopId": "FR:76217:ZE:18051:ATOUMOD005",
"stopSequence": 26
},
{
"arrival": {
"time": "1775550600"
},
"departure": {
"time": "1775550600"
},
"stopId": "FR:76217:ZE:18023:ATOUMOD005",
"stopSequence": 31
},
{
"departure": {
"time": "1775548200"
},
"stopId": "FR:76217:ZE:18282:ATOUMOD005",
"stopSequence": 1
},
{
"arrival": {
"time": "1775548440"
},
"departure": {
"time": "1775548440"
},
"stopId": "FR:76217:ZE:18187:ATOUMOD005",
"stopSequence": 6
},
{
"arrival": {
"time": "1775550060"
},
"departure": {
"time": "1775550060"
},
"stopId": "FR:76217:ZE:18785:ATOUMOD005",
"stopSequence": 20
},
{
"arrival": {
"time": "1775550120"
},
"departure": {
"time": "1775550120"
},
"stopId": "FR:76217:ZE:18074:ATOUMOD005",
"stopSequence": 22
},
{
"arrival": {
"time": "1775548320"
},
"departure": {
"time": "1775548320"
},
"stopId": "FR:76217:ZE:18175:ATOUMOD005",
"stopSequence": 3
}
],
"timestamp": "1775536021",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD005:Line:2:LOC",
"tripId": "ATOUMOD005:ServiceJourney:313:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746212x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -14,
"time": "1775545033"
},
"departure": {
"delay": -14,
"time": "1775545066"
},
"stopId": "FR:50129:ZE:10JMO2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": -3,
"time": "1775546661"
},
"departure": {
"delay": -3,
"time": "1775546697"
},
"stopId": "FR:50129:ZE:10DUB2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": -52,
"time": "1775547294"
},
"departure": {
"delay": -52,
"time": "1775547308"
},
"stopId": "FR:50129:ZE:10SFN2:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"delay": 35,
"time": "1775545929"
},
"departure": {
"delay": 35,
"time": "1775545955"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 5,
"time": "1775546917"
},
"departure": {
"delay": 5,
"time": "1775546945"
},
"stopId": "FR:50129:ZE:10BHE2:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"time": "1775546440"
},
"departure": {
"time": "1775546460"
},
"stopId": "FR:50129:ZE:10BEL2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 13,
"time": "1775546999"
},
"departure": {
"delay": 13,
"time": "1775547013"
},
"stopId": "FR:50129:ZE:10PRE2:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": -28,
"time": "1775546280"
},
"departure": {
"delay": -28,
"time": "1775546312"
},
"stopId": "FR:50129:ZE:10TRA6:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 29,
"time": "1775545724"
},
"departure": {
"delay": 29,
"time": "1775545769"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": -50,
"time": "1775547670"
},
"stopId": "FR:50129:ZE:10MAX1:ATOUMOD035",
"stopSequence": 50
},
{
"arrival": {
"delay": 11,
"time": "1775546500"
},
"departure": {
"delay": 11,
"time": "1775546531"
},
"stopId": "FR:50129:ZE:10HOM2:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 40,
"time": "1775545861"
},
"departure": {
"delay": 40,
"time": "1775545900"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 23,
"time": "1775544794"
},
"departure": {
"delay": 23,
"time": "1775544803"
},
"stopId": "FR:50129:ZE:10ZPH2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": -25,
"time": "1775546206"
},
"departure": {
"delay": -25,
"time": "1775546255"
},
"stopId": "FR:50129:ZE:10REP4:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": -13,
"time": "1775547474"
},
"departure": {
"delay": -13,
"time": "1775547527"
},
"stopId": "FR:50129:ZE:10COF2:ATOUMOD035",
"stopSequence": 47
},
{
"arrival": {
"delay": -34,
"time": "1775547073"
},
"departure": {
"delay": -34,
"time": "1775547086"
},
"stopId": "FR:50129:ZE:10BON2:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": 31,
"time": "1775544418"
},
"departure": {
"delay": 31,
"time": "1775544451"
},
"stopId": "FR:50129:ZE:10COS2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": -2,
"time": "1775546381"
},
"departure": {
"delay": -2,
"time": "1775546398"
},
"stopId": "FR:50129:ZE:10HUI2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 38,
"time": "1775544307"
},
"departure": {
"delay": 38,
"time": "1775544338"
},
"stopId": "FR:50129:ZE:10JGO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": -9,
"time": "1775545605"
},
"departure": {
"delay": -9,
"time": "1775545671"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 15,
"time": "1775545977"
},
"departure": {
"delay": 15,
"time": "1775545995"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": -8,
"time": "1775545426"
},
"departure": {
"delay": -8,
"time": "1775545492"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": -17,
"time": "1775546605"
},
"departure": {
"delay": -17,
"time": "1775546623"
},
"stopId": "FR:50129:ZE:10LAV2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": -48,
"time": "1775547331"
},
"departure": {
"delay": -48,
"time": "1775547372"
},
"stopId": "FR:50129:ZE:10ALB2:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"delay": 18,
"time": "1775545085"
},
"departure": {
"delay": 18,
"time": "1775545098"
},
"stopId": "FR:50129:ZE:10LUM2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 36,
"time": "1775546970"
},
"departure": {
"delay": 36,
"time": "1775546976"
},
"stopId": "FR:50129:ZE:10CPL2:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"delay": -13,
"time": "1775545145"
},
"departure": {
"delay": -13,
"time": "1775545187"
},
"stopId": "FR:50129:ZE:10BHC2:ATOUMOD035",
"stopSequence": 16
},
{
"departure": {
"delay": 17,
"time": "1775544257"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": -33,
"time": "1775546769"
},
"departure": {
"delay": -33,
"time": "1775546787"
},
"stopId": "FR:50129:ZE:10ZOL2:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": -30,
"time": "1775547616"
},
"departure": {
"delay": -30,
"time": "1775547630"
},
"stopId": "FR:50129:ZE:10EPH1:ATOUMOD035",
"stopSequence": 49
},
{
"arrival": {
"delay": -5,
"time": "1775544466"
},
"departure": {
"delay": -5,
"time": "1775544475"
},
"stopId": "FR:50129:ZE:10CVE2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": -42,
"time": "1775547143"
},
"departure": {
"delay": -42,
"time": "1775547198"
},
"stopId": "FR:50129:ZE:10HOU2:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": 23,
"time": "1775544487"
},
"departure": {
"delay": 23,
"time": "1775544563"
},
"stopId": "FR:50129:ZE:10RSX2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": -14,
"time": "1775544815"
},
"departure": {
"delay": -14,
"time": "1775544826"
},
"stopId": "FR:50129:ZE:10ART2:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": -60,
"time": "1775547224"
},
"departure": {
"delay": -60,
"time": "1775547240"
},
"stopId": "FR:50129:ZE:10CAR2:ATOUMOD035",
"stopSequence": 44
},
{
"arrival": {
"delay": 2,
"time": "1775544917"
},
"departure": {
"delay": 2,
"time": "1775544962"
},
"stopId": "FR:50129:ZE:10BRO2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": -2,
"time": "1775546562"
},
"departure": {
"delay": -2,
"time": "1775546578"
},
"stopId": "FR:50129:ZE:10AGO2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 30,
"time": "1775546036"
},
"departure": {
"delay": 30,
"time": "1775546070"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": -7,
"time": "1775544997"
},
"departure": {
"delay": -7,
"time": "1775545013"
},
"stopId": "FR:50129:ZE:10LLM2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": -21,
"time": "1775547545"
},
"departure": {
"delay": -21,
"time": "1775547579"
},
"stopId": "FR:50129:ZE:10SFG2:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"delay": 10,
"time": "1775544580"
},
"departure": {
"delay": 10,
"time": "1775544610"
},
"stopId": "FR:50129:ZE:10MGT2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 67,
"time": "1775544626"
},
"departure": {
"delay": 67,
"time": "1775544667"
},
"stopId": "FR:50129:ZE:10MYO2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 1,
"time": "1775546851"
},
"departure": {
"delay": 1,
"time": "1775546881"
},
"stopId": "FR:50129:ZE:10LON2:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 48,
"time": "1775544676"
},
"departure": {
"delay": 48,
"time": "1775544708"
},
"stopId": "FR:50129:ZE:10NOR4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 9,
"time": "1775545238"
},
"departure": {
"delay": 9,
"time": "1775545269"
},
"stopId": "FR:50129:ZE:10LCP2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": -10,
"time": "1775546132"
},
"departure": {
"delay": -10,
"time": "1775546150"
},
"stopId": "FR:50129:ZE:10HDI4:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": -61,
"time": "1775547102"
},
"departure": {
"delay": -61,
"time": "1775547119"
},
"stopId": "FR:50129:ZE:10BRT2:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"delay": 1,
"time": "1775545344"
},
"departure": {
"delay": 1,
"time": "1775545381"
},
"stopId": "FR:50129:ZE:10THH4:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 53,
"time": "1775544751"
},
"departure": {
"delay": 53,
"time": "1775544773"
},
"stopId": "FR:50129:ZE:10JEA2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": -29,
"time": "1775547021"
},
"departure": {
"delay": -29,
"time": "1775547031"
},
"stopId": "FR:50129:ZE:10ARA2:ATOUMOD035",
"stopSequence": 40
}
],
"timestamp": "1775559956",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746212x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx17226:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 4810,
"time": "1775560090"
},
"departure": {
"delay": 4810,
"time": "1775560090"
},
"stopId": "FR:76322:ZE:TCARxHURIE0:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 4830,
"time": "1775560830"
},
"departure": {
"delay": 4830,
"time": "1775560830"
},
"stopId": "FR:76322:ZE:TCARxBRAQU2:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 4830,
"time": "1775561970"
},
"stopId": "FR:76497:ZE:TCARxBELAI0:ATOUMOD001",
"stopSequence": 39
},
{
"arrival": {
"delay": 4777,
"time": "1775559577"
},
"departure": {
"delay": 4777,
"time": "1775559577"
},
"stopId": "FR:76540:ZE:TCARxPARME0:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 4799,
"time": "1775561579"
},
"departure": {
"delay": 4799,
"time": "1775561579"
},
"stopId": "FR:76497:ZE:TCARxPOSPT0:ATOUMOD001",
"stopSequence": 34
},
{
"arrival": {
"delay": 4846,
"time": "1775560906"
},
"departure": {
"delay": 4846,
"time": "1775560906"
},
"stopId": "FR:76322:ZE:TCARxSEINE0:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 4830,
"time": "1775560470"
},
"departure": {
"delay": 4830,
"time": "1775560470"
},
"stopId": "FR:76322:ZE:TCARxCROUT0:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 4805,
"time": "1775561105"
},
"departure": {
"delay": 4805,
"time": "1775561105"
},
"stopId": "FR:76497:ZE:TCARxCLECO0:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 4830,
"time": "1775561190"
},
"departure": {
"delay": 4830,
"time": "1775561190"
},
"stopId": "FR:76497:ZE:TCARxARCHI1:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 4761,
"time": "1775559801"
},
"departure": {
"delay": 4761,
"time": "1775559801"
},
"stopId": "FR:76498:ZE:TCARxFOLIO0:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 4848,
"time": "1775561328"
},
"departure": {
"delay": 4848,
"time": "1775561328"
},
"stopId": "FR:76497:ZE:TCARxVIGNY0:ATOUMOD001",
"stopSequence": 31
},
{
"arrival": {
"delay": 4830,
"time": "1775560290"
},
"departure": {
"delay": 4830,
"time": "1775560290"
},
"stopId": "FR:76322:ZE:TCARxBROSS1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 4830,
"time": "1775561790"
},
"departure": {
"delay": 4830,
"time": "1775561790"
},
"stopId": "FR:76497:ZE:TCARxLOUIS0:ATOUMOD001",
"stopSequence": 38
},
{
"arrival": {
"delay": 4767,
"time": "1775559747"
},
"departure": {
"delay": 4767,
"time": "1775559747"
},
"stopId": "FR:76498:ZE:TCARxPLCHA0:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 4816,
"time": "1775560216"
},
"departure": {
"delay": 4816,
"time": "1775560216"
},
"stopId": "FR:76322:ZE:TCARxLUSSA0:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 4846,
"time": "1775560426"
},
"departure": {
"delay": 4846,
"time": "1775560426"
},
"stopId": "FR:76322:ZE:TCARxLBOUR0:ATOUMOD001",
"stopSequence": 20
},
{
"departure": {
"delay": 4800,
"time": "1775558820"
},
"stopId": "FR:76540:ZE:TCARxTART71:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 4746,
"time": "1775559666"
},
"departure": {
"delay": 4746,
"time": "1775559666"
},
"stopId": "FR:76540:ZE:TCARxDELBO1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 4788,
"time": "1775561628"
},
"departure": {
"delay": 4788,
"time": "1775561628"
},
"stopId": "FR:76497:ZE:TCARxTOURE0:ATOUMOD001",
"stopSequence": 35
},
{
"arrival": {
"delay": 4809,
"time": "1775561049"
},
"departure": {
"delay": 4809,
"time": "1775561049"
},
"stopId": "FR:76497:ZE:TCARxVERDE0:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 4785,
"time": "1775560005"
},
"departure": {
"delay": 4785,
"time": "1775560005"
},
"stopId": "FR:76498:ZE:TCARxGAULL0:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 4789,
"time": "1775559529"
},
"departure": {
"delay": 4789,
"time": "1775559529"
},
"stopId": "FR:76540:ZE:TCARxPCLEM0:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 4779,
"time": "1775561739"
},
"departure": {
"delay": 4779,
"time": "1775561739"
},
"stopId": "FR:76497:ZE:TCARxPCBOI2:ATOUMOD001",
"stopSequence": 37
},
{
"arrival": {
"delay": 4770,
"time": "1775559450"
},
"departure": {
"delay": 4770,
"time": "1775559450"
},
"stopId": "FR:76540:ZE:TCARxPEURO0:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 4815,
"time": "1775560695"
},
"departure": {
"delay": 4815,
"time": "1775560695"
},
"stopId": "FR:76322:ZE:TCARxRAVEL0:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 4827,
"time": "1775559327"
},
"departure": {
"delay": 4827,
"time": "1775559327"
},
"stopId": "FR:76540:ZE:TCARxSEVER0:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 4854,
"time": "1775561274"
},
"departure": {
"delay": 4854,
"time": "1775561274"
},
"stopId": "FR:76497:ZE:TCARxLACRO0:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": 4815,
"time": "1775559375"
},
"departure": {
"delay": 4815,
"time": "1775559375"
},
"stopId": "FR:76540:ZE:TCARxPASCA0:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 4770,
"time": "1775559870"
},
"departure": {
"delay": 4770,
"time": "1775559870"
},
"stopId": "FR:76498:ZE:TCARxELISA0:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 4831,
"time": "1775560651"
},
"departure": {
"delay": 4831,
"time": "1775560651"
},
"stopId": "FR:76322:ZE:TCARxROOSE1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 4770,
"time": "1775561670"
},
"departure": {
"delay": 4770,
"time": "1775561670"
},
"stopId": "FR:76497:ZE:TCARxPMAIR0:ATOUMOD001",
"stopSequence": 36
},
{
"arrival": {
"delay": 4800,
"time": "1775558880"
},
"departure": {
"delay": 4800,
"time": "1775558880"
},
"stopId": "FR:76540:ZE:TCARxREPUQ0:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 4804,
"time": "1775560384"
},
"departure": {
"delay": 4804,
"time": "1775560384"
},
"stopId": "FR:76322:ZE:TCARxEGLGQ0:ATOUMOD001",
"stopSequence": 19
}
],
"timestamp": "1775558257",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx27:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx17226:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745675x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 32,
"time": "1775557746"
},
"departure": {
"delay": 32,
"time": "1775557832"
},
"stopId": "FR:50129:ZE:10PAX1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": -27,
"time": "1775557322"
},
"departure": {
"delay": -27,
"time": "1775557353"
},
"stopId": "FR:50129:ZE:10PET1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": -52,
"time": "1775557579"
},
"departure": {
"delay": -52,
"time": "1775557628"
},
"stopId": "FR:50129:ZE:10ANN1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": -2,
"time": "1775558905"
},
"departure": {
"delay": -2,
"time": "1775558938"
},
"stopId": "FR:50129:ZE:10HPA3:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 29,
"time": "1775558029"
},
"departure": {
"delay": 29,
"time": "1775558069"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 6,
"time": "1775558423"
},
"departure": {
"delay": 6,
"time": "1775558466"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": -28,
"time": "1775556893"
},
"departure": {
"delay": -28,
"time": "1775556932"
},
"stopId": "FR:50129:ZE:10MOR1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": -36,
"time": "1775559071"
},
"departure": {
"delay": -36,
"time": "1775559084"
},
"stopId": "FR:50129:ZE:10GRR1:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": -17,
"time": "1775557709"
},
"departure": {
"delay": -17,
"time": "1775557723"
},
"stopId": "FR:50129:ZE:10CMI1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 36,
"time": "1775557870"
},
"departure": {
"delay": 36,
"time": "1775557896"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": -16,
"time": "1775558829"
},
"departure": {
"delay": -16,
"time": "1775558864"
},
"stopId": "FR:50129:ZE:10CRN1:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": -43,
"time": "1775559159"
},
"departure": {
"delay": -43,
"time": "1775559197"
},
"stopId": "FR:50129:ZE:10BAG3:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": -33,
"time": "1775557160"
},
"departure": {
"delay": -33,
"time": "1775557167"
},
"stopId": "FR:50129:ZE:10EPC1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": -53,
"time": "1775557221"
},
"departure": {
"delay": -53,
"time": "1775557267"
},
"stopId": "FR:50129:ZE:10DIX1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": -47,
"time": "1775559333"
},
"departure": {
"delay": -47,
"time": "1775559373"
},
"stopId": "FR:50129:ZE:10NOR5:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": -41,
"time": "1775559466"
},
"departure": {
"delay": -41,
"time": "1775559499"
},
"stopId": "FR:50129:ZE:10LPL1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": -25,
"time": "1775558999"
},
"departure": {
"delay": -25,
"time": "1775559035"
},
"stopId": "FR:50129:ZE:10XCT3:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": -18,
"time": "1775557386"
},
"departure": {
"delay": -18,
"time": "1775557422"
},
"stopId": "FR:50129:ZE:10HME1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": -18,
"time": "1775559252"
},
"departure": {
"delay": -18,
"time": "1775559282"
},
"stopId": "FR:50129:ZE:10MED3:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 52,
"time": "1775558353"
},
"departure": {
"delay": 52,
"time": "1775558392"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": -24,
"time": "1775556862"
},
"departure": {
"delay": -24,
"time": "1775556876"
},
"stopId": "FR:50129:ZE:10MES1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": -55,
"time": "1775557074"
},
"departure": {
"delay": -55,
"time": "1775557085"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 26,
"time": "1775558669"
},
"departure": {
"delay": 26,
"time": "1775558726"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": -3,
"time": "1775558112"
},
"departure": {
"delay": -3,
"time": "1775558157"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 18
},
{
"departure": {
"delay": 22,
"time": "1775556802"
},
"stopId": "FR:50129:ZE:10AMF1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": -2,
"time": "1775558244"
},
"departure": {
"delay": -2,
"time": "1775558278"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 6,
"time": "1775556952"
},
"departure": {
"delay": 6,
"time": "1775556966"
},
"stopId": "FR:50129:ZE:10BOI1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 21,
"time": "1775558523"
},
"departure": {
"delay": 21,
"time": "1775558601"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": -9,
"time": "1775558178"
},
"departure": {
"delay": -9,
"time": "1775558211"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": -40,
"time": "1775559549"
},
"departure": {
"delay": -40,
"time": "1775559560"
},
"stopId": "FR:50129:ZE:10FLO1:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 30,
"time": "1775557918"
},
"departure": {
"delay": 30,
"time": "1775557950"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": -40,
"time": "1775557494"
},
"departure": {
"delay": -40,
"time": "1775557520"
},
"stopId": "FR:50129:ZE:10CAQ1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": -60,
"time": "1775559403"
},
"departure": {
"delay": -60,
"time": "1775559420"
},
"stopId": "FR:50129:ZE:10GDR1:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": -26,
"time": "1775556985"
},
"departure": {
"delay": -26,
"time": "1775556994"
},
"stopId": "FR:50129:ZE:10FRN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": -100,
"time": "1775559620"
},
"stopId": "FR:50129:ZE:10ECT1:ATOUMOD035",
"stopSequence": 35
}
],
"timestamp": "1775559599",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:02:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745675x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx4145:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 52,
"time": "1775560492"
},
"departure": {
"delay": 52,
"time": "1775560492"
},
"stopId": "FR:76322:ZE:TCARxPROVI1:ATOUMOD001",
"stopSequence": 18
},
{
"departure": {
"delay": 45,
"time": "1775560245"
},
"stopId": "FR:76322:ZE:TCARxBRAQU1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 52,
"time": "1775560432"
},
"departure": {
"delay": 52,
"time": "1775560432"
},
"stopId": "FR:76322:ZE:TCARxKENNE1:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 17,
"time": "1775561057"
},
"departure": {
"delay": 17,
"time": "1775561057"
},
"stopId": "FR:76540:ZE:TCARxAVCAE1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 36,
"time": "1775560296"
},
"departure": {
"delay": 36,
"time": "1775560296"
},
"stopId": "FR:76322:ZE:TCARxCEZAN1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 34,
"time": "1775560354"
},
"departure": {
"delay": 34,
"time": "1775560354"
},
"stopId": "FR:76322:ZE:TCARxLBLUM1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 39,
"time": "1775560959"
},
"departure": {
"delay": 39,
"time": "1775560959"
},
"stopId": "FR:76498:ZE:TCARxJAURE1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 45,
"time": "1775560665"
},
"departure": {
"delay": 45,
"time": "1775560665"
},
"stopId": "FR:76498:ZE:TCARxCHGAU1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 50,
"time": "1775560910"
},
"departure": {
"delay": 50,
"time": "1775560910"
},
"stopId": "FR:76498:ZE:TCARxTRUFF1:ATOUMOD001",
"stopSequence": 22
}
],
"timestamp": "1775559657",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx90:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx4145:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745245x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 195,
"time": "1775552918"
},
"departure": {
"delay": 195,
"time": "1775553015"
},
"stopId": "FR:50129:ZE:10ANJ6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 224,
"time": "1775554061"
},
"departure": {
"delay": 224,
"time": "1775554124"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 116,
"time": "1775553820"
},
"departure": {
"delay": 116,
"time": "1775553836"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 102,
"time": "1775552760"
},
"departure": {
"delay": 102,
"time": "1775552802"
},
"stopId": "FR:50129:ZE:10OYG2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 74,
"time": "1775552614"
},
"departure": {
"delay": 74,
"time": "1775552654"
},
"stopId": "FR:50129:ZE:10AMO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 128,
"time": "1775553108"
},
"departure": {
"delay": 128,
"time": "1775553128"
},
"stopId": "FR:50129:ZE:10BRA4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 109,
"time": "1775553430"
},
"departure": {
"delay": 109,
"time": "1775553469"
},
"stopId": "FR:50129:ZE:10CRC4:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 97,
"time": "1775552683"
},
"departure": {
"delay": 97,
"time": "1775552737"
},
"stopId": "FR:50129:ZE:10EGL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 116,
"time": "1775553250"
},
"departure": {
"delay": 116,
"time": "1775553296"
},
"stopId": "FR:50129:ZE:10PFO2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 106,
"time": "1775553648"
},
"departure": {
"delay": 106,
"time": "1775553706"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 278,
"time": "1775554248"
},
"departure": {
"delay": 278,
"time": "1775554298"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 174,
"time": "1775553047"
},
"departure": {
"delay": 174,
"time": "1775553054"
},
"stopId": "FR:50129:ZE:10BQR2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 124,
"time": "1775553572"
},
"departure": {
"delay": 124,
"time": "1775553604"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 257,
"time": "1775554397"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 119,
"time": "1775553738"
},
"departure": {
"delay": 119,
"time": "1775553779"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 76,
"time": "1775553330"
},
"departure": {
"delay": 76,
"time": "1775553376"
},
"stopId": "FR:50129:ZE:10FOR4:ATOUMOD035",
"stopSequence": 11
},
{
"departure": {
"delay": 117,
"time": "1775552517"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 260,
"time": "1775553977"
},
"departure": {
"delay": 260,
"time": "1775554040"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 121,
"time": "1775552829"
},
"departure": {
"delay": 121,
"time": "1775552881"
},
"stopId": "FR:50129:ZE:10PRV2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 139,
"time": "1775553152"
},
"departure": {
"delay": 139,
"time": "1775553199"
},
"stopId": "FR:50129:ZE:10RTU2:ATOUMOD035",
"stopSequence": 9
}
],
"timestamp": "1775560079",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1A:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745245x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx283:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775560380"
},
"departure": {
"time": "1775560380"
},
"stopId": "FR:76216:ZE:TCARxDVILL1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 41,
"time": "1775560301"
},
"departure": {
"delay": 41,
"time": "1775560301"
},
"stopId": "FR:76410:ZE:TCARxPALIS1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 41,
"time": "1775560121"
},
"departure": {
"delay": 41,
"time": "1775560121"
},
"stopId": "FR:76474:ZE:TCARxMOULI1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 45,
"time": "1775560485"
},
"departure": {
"delay": 45,
"time": "1775560485"
},
"stopId": "FR:76216:ZE:TCARxPTPIE1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"time": "1775560200"
},
"departure": {
"time": "1775560200"
},
"stopId": "FR:76410:ZE:TCARxDLUNE1:ATOUMOD001",
"stopSequence": 3
},
{
"departure": {
"time": "1775560080"
},
"stopId": "FR:76474:ZE:TCARxBMAIR1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 6,
"time": "1775560626"
},
"departure": {
"delay": 6,
"time": "1775560626"
},
"stopId": "FR:76216:ZE:TCARxMAISO1:ATOUMOD001",
"stopSequence": 7
}
],
"timestamp": "1775559997",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx92:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx283:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4072040x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 192,
"time": "1775556852"
},
"departure": {
"delay": 192,
"time": "1775556852"
},
"stopId": "FR:76351:ZE:4581:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": 184,
"time": "1775557144"
},
"departure": {
"delay": 184,
"time": "1775557144"
},
"stopId": "FR:76351:ZE:3011:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 206,
"time": "1775557526"
},
"departure": {
"delay": 206,
"time": "1775557526"
},
"stopId": "FR:76351:ZE:3237:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 188,
"time": "1775556668"
},
"departure": {
"delay": 188,
"time": "1775556668"
},
"stopId": "FR:76351:ZE:3279:ATOUMOD003",
"stopSequence": 5
},
{
"arrival": {
"delay": 178,
"time": "1775557318"
},
"departure": {
"delay": 178,
"time": "1775557318"
},
"stopId": "FR:76351:ZE:3168:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 148,
"time": "1775557948"
},
"stopId": "FR:76351:ZE:4825:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": 148,
"time": "1775557588"
},
"departure": {
"delay": 148,
"time": "1775557588"
},
"stopId": "FR:76351:ZE:4543:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": 152,
"time": "1775557832"
},
"departure": {
"delay": 152,
"time": "1775557832"
},
"stopId": "FR:76351:ZE:3198:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": 197,
"time": "1775557637"
},
"departure": {
"delay": 197,
"time": "1775557637"
},
"stopId": "FR:76351:ZE:3373:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": 148,
"time": "1775557228"
},
"departure": {
"delay": 148,
"time": "1775557228"
},
"stopId": "FR:76351:ZE:3377:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": 153,
"time": "1775557713"
},
"departure": {
"delay": 153,
"time": "1775557713"
},
"stopId": "FR:76351:ZE:3527:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 152,
"time": "1775557052"
},
"departure": {
"delay": 152,
"time": "1775557052"
},
"stopId": "FR:76351:ZE:3283:ATOUMOD003",
"stopSequence": 10
},
{
"departure": {
"delay": 156,
"time": "1775556576"
},
"stopId": "FR:76351:ZE:4880:ATOUMOD003",
"stopSequence": 4
},
{
"arrival": {
"delay": 148,
"time": "1775557768"
},
"departure": {
"delay": 148,
"time": "1775557768"
},
"stopId": "FR:76351:ZE:3311:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": 148,
"time": "1775556988"
},
"departure": {
"delay": 148,
"time": "1775556988"
},
"stopId": "FR:76351:ZE:3693:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": 166,
"time": "1775557906"
},
"departure": {
"delay": 166,
"time": "1775557906"
},
"stopId": "FR:76351:ZE:3469:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": 148,
"time": "1775557468"
},
"departure": {
"delay": 148,
"time": "1775557468"
},
"stopId": "FR:76351:ZE:3231:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": 148,
"time": "1775556748"
},
"departure": {
"delay": 148,
"time": "1775556748"
},
"stopId": "FR:76351:ZE:4642:ATOUMOD003",
"stopSequence": 7
},
{
"arrival": {
"delay": 189,
"time": "1775557869"
},
"departure": {
"delay": 189,
"time": "1775557869"
},
"stopId": "FR:76351:ZE:3806:ATOUMOD003",
"stopSequence": 21
}
],
"timestamp": "1775556679",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:C4:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4072040x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3758419x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -23,
"time": "1775541965"
},
"departure": {
"delay": -23,
"time": "1775541997"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 116,
"time": "1775540047"
},
"departure": {
"delay": 116,
"time": "1775540096"
},
"stopId": "FR:50041:ZE:HAGMA1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 43,
"time": "1775540143"
},
"departure": {
"delay": 43,
"time": "1775540143"
},
"stopId": "FR:50041:ZE:HAGFY1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": -15,
"time": "1775541388"
},
"departure": {
"delay": -15,
"time": "1775541405"
},
"stopId": "FR:50129:ZE:10PET1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": -20,
"time": "1775541660"
},
"departure": {
"delay": -20,
"time": "1775541700"
},
"stopId": "FR:50129:ZE:10LSA1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 38,
"time": "1775540386"
},
"departure": {
"delay": 38,
"time": "1775540438"
},
"stopId": "FR:50041:ZE:HAGGR1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": -49,
"time": "1775541518"
},
"departure": {
"delay": -49,
"time": "1775541551"
},
"stopId": "FR:50129:ZE:10CAQ1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": -101,
"time": "1775542428"
},
"departure": {
"delay": -101,
"time": "1775542459"
},
"stopId": "FR:50129:ZE:10CRN2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": -14,
"time": "1775540764"
},
"departure": {
"delay": -14,
"time": "1775540806"
},
"stopId": "FR:50041:ZE:HAGMF1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 47,
"time": "1775541303"
},
"departure": {
"delay": 47,
"time": "1775541347"
},
"stopId": "FR:50129:ZE:10DIX1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": -80,
"time": "1775542309"
},
"departure": {
"delay": -80,
"time": "1775542360"
},
"stopId": "FR:50129:ZE:10PLA4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": -77,
"time": "1775542026"
},
"departure": {
"delay": -77,
"time": "1775542063"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 17
},
{
"departure": {
"delay": 123,
"time": "1775539623"
},
"stopId": "FR:50041:ZE:HAGOLL:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": -37,
"time": "1775541426"
},
"departure": {
"delay": -37,
"time": "1775541443"
},
"stopId": "FR:50129:ZE:10HME1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 11,
"time": "1775541144"
},
"departure": {
"delay": 11,
"time": "1775541191"
},
"stopId": "FR:50129:ZE:QQVPL2:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": -2,
"time": "1775540847"
},
"departure": {
"delay": -2,
"time": "1775540938"
},
"stopId": "FR:50041:ZE:HAGBG1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": -78,
"time": "1775542141"
},
"departure": {
"delay": -78,
"time": "1775542182"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": -51,
"time": "1775541868"
},
"departure": {
"delay": -51,
"time": "1775541909"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 99,
"time": "1775539886"
},
"departure": {
"delay": 99,
"time": "1775539959"
},
"stopId": "FR:50041:ZE:HAGCC1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": -101,
"time": "1775542579"
},
"stopId": "FR:50129:ZE:10PEM4:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": -83,
"time": "1775542218"
},
"departure": {
"delay": -83,
"time": "1775542237"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 19
}
],
"timestamp": "1775560078",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:A:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3758419x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4011301x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 172,
"time": "1775560612"
},
"departure": {
"delay": 172,
"time": "1775560612"
},
"stopId": "FR:76351:ZE:3234:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": 139,
"time": "1775561479"
},
"departure": {
"delay": 139,
"time": "1775561479"
},
"stopId": "FR:76351:ZE:3028:ATOUMOD003",
"stopSequence": 30
},
{
"arrival": {
"delay": 114,
"time": "1775560674"
},
"departure": {
"delay": 114,
"time": "1775560674"
},
"stopId": "FR:76351:ZE:3624:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": 152,
"time": "1775561732"
},
"departure": {
"delay": 152,
"time": "1775561732"
},
"stopId": "FR:76351:ZE:3280:ATOUMOD003",
"stopSequence": 34
},
{
"arrival": {
"delay": 135,
"time": "1775562255"
},
"departure": {
"delay": 135,
"time": "1775562255"
},
"stopId": "FR:76351:ZE:3546:ATOUMOD003",
"stopSequence": 40
},
{
"arrival": {
"delay": 155,
"time": "1775560355"
},
"departure": {
"delay": 155,
"time": "1775560355"
},
"stopId": "FR:76351:ZE:3137:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": 164,
"time": "1775562344"
},
"departure": {
"delay": 164,
"time": "1775562344"
},
"stopId": "FR:76351:ZE:3459:ATOUMOD003",
"stopSequence": 42
},
{
"arrival": {
"delay": 137,
"time": "1775560937"
},
"departure": {
"delay": 137,
"time": "1775560937"
},
"stopId": "FR:76351:ZE:3224:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": 166,
"time": "1775561086"
},
"departure": {
"delay": 166,
"time": "1775561086"
},
"stopId": "FR:76351:ZE:3667:ATOUMOD003",
"stopSequence": 26
},
{
"arrival": {
"delay": 123,
"time": "1775561823"
},
"departure": {
"delay": 123,
"time": "1775561823"
},
"stopId": "FR:76351:ZE:3579:ATOUMOD003",
"stopSequence": 35
},
{
"arrival": {
"delay": 120,
"time": "1775562420"
},
"departure": {
"delay": 120,
"time": "1775562420"
},
"stopId": "FR:76552:ZE:3158:ATOUMOD003",
"stopSequence": 43
},
{
"arrival": {
"delay": 164,
"time": "1775562464"
},
"departure": {
"delay": 164,
"time": "1775562464"
},
"stopId": "FR:76552:ZE:3297:ATOUMOD003",
"stopSequence": 44
},
{
"arrival": {
"delay": 122,
"time": "1775560502"
},
"departure": {
"delay": 122,
"time": "1775560502"
},
"stopId": "FR:76351:ZE:3250:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 114,
"time": "1775562594"
},
"departure": {
"delay": 114,
"time": "1775562594"
},
"stopId": "FR:76552:ZE:3092:ATOUMOD003",
"stopSequence": 46
},
{
"arrival": {
"delay": 124,
"time": "1775562064"
},
"departure": {
"delay": 124,
"time": "1775562064"
},
"stopId": "FR:76351:ZE:4593:ATOUMOD003",
"stopSequence": 38
},
{
"arrival": {
"delay": 114,
"time": "1775562714"
},
"departure": {
"delay": 114,
"time": "1775562714"
},
"stopId": "FR:76552:ZE:3489:ATOUMOD003",
"stopSequence": 48
},
{
"arrival": {
"delay": 114,
"time": "1775560434"
},
"departure": {
"delay": 114,
"time": "1775560434"
},
"stopId": "FR:76351:ZE:3638:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": 129,
"time": "1775562849"
},
"departure": {
"delay": 129,
"time": "1775562849"
},
"stopId": "FR:76552:ZE:3105:ATOUMOD003",
"stopSequence": 51
},
{
"arrival": {
"delay": 114,
"time": "1775562954"
},
"stopId": "FR:76552:ZE:3400:ATOUMOD003",
"stopSequence": 54
},
{
"arrival": {
"delay": 161,
"time": "1775562641"
},
"departure": {
"delay": 161,
"time": "1775562641"
},
"stopId": "FR:76552:ZE:3103:ATOUMOD003",
"stopSequence": 47
},
{
"arrival": {
"delay": 169,
"time": "1775562889"
},
"departure": {
"delay": 169,
"time": "1775562889"
},
"stopId": "FR:76552:ZE:3172:ATOUMOD003",
"stopSequence": 52
},
{
"arrival": {
"delay": 127,
"time": "1775560567"
},
"departure": {
"delay": 127,
"time": "1775560567"
},
"stopId": "FR:76351:ZE:3548:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": 153,
"time": "1775562513"
},
"departure": {
"delay": 153,
"time": "1775562513"
},
"stopId": "FR:76552:ZE:3607:ATOUMOD003",
"stopSequence": 45
},
{
"arrival": {
"delay": 159,
"time": "1775561559"
},
"departure": {
"delay": 159,
"time": "1775561559"
},
"stopId": "FR:76351:ZE:3657:ATOUMOD003",
"stopSequence": 31
},
{
"arrival": {
"delay": 114,
"time": "1775561634"
},
"departure": {
"delay": 114,
"time": "1775561634"
},
"stopId": "FR:76351:ZE:4640:ATOUMOD003",
"stopSequence": 33
},
{
"arrival": {
"delay": 136,
"time": "1775562796"
},
"departure": {
"delay": 136,
"time": "1775562796"
},
"stopId": "FR:76552:ZE:3355:ATOUMOD003",
"stopSequence": 50
},
{
"arrival": {
"delay": 114,
"time": "1775560794"
},
"departure": {
"delay": 114,
"time": "1775560794"
},
"stopId": "FR:76351:ZE:3016:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": 132,
"time": "1775561292"
},
"departure": {
"delay": 132,
"time": "1775561292"
},
"stopId": "FR:76351:ZE:3241:ATOUMOD003",
"stopSequence": 29
},
{
"arrival": {
"delay": 133,
"time": "1775561893"
},
"departure": {
"delay": 133,
"time": "1775561893"
},
"stopId": "FR:76351:ZE:3022:ATOUMOD003",
"stopSequence": 36
},
{
"arrival": {
"delay": 114,
"time": "1775560254"
},
"departure": {
"delay": 114,
"time": "1775560254"
},
"stopId": "FR:76351:ZE:3595:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 114,
"time": "1775562294"
},
"departure": {
"delay": 114,
"time": "1775562294"
},
"stopId": "FR:76351:ZE:3020:ATOUMOD003",
"stopSequence": 41
},
{
"arrival": {
"delay": 164,
"time": "1775561144"
},
"departure": {
"delay": 164,
"time": "1775561144"
},
"stopId": "FR:76351:ZE:3062:ATOUMOD003",
"stopSequence": 27
},
{
"arrival": {
"delay": 136,
"time": "1775562916"
},
"departure": {
"delay": 136,
"time": "1775562916"
},
"stopId": "FR:76552:ZE:4519:ATOUMOD003",
"stopSequence": 53
},
{
"arrival": {
"delay": 173,
"time": "1775561993"
},
"departure": {
"delay": 173,
"time": "1775561993"
},
"stopId": "FR:76351:ZE:3051:ATOUMOD003",
"stopSequence": 37
},
{
"departure": {
"delay": 114,
"time": "1775559954"
},
"stopId": "FR:76447:ZE:3347:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 114,
"time": "1775561214"
},
"departure": {
"delay": 114,
"time": "1775561214"
},
"stopId": "FR:76351:ZE:3192:ATOUMOD003",
"stopSequence": 28
},
{
"arrival": {
"delay": 139,
"time": "1775560879"
},
"departure": {
"delay": 139,
"time": "1775560879"
},
"stopId": "FR:76351:ZE:3507:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": 159,
"time": "1775562759"
},
"departure": {
"delay": 159,
"time": "1775562759"
},
"stopId": "FR:76552:ZE:3339:ATOUMOD003",
"stopSequence": 49
},
{
"arrival": {
"delay": 169,
"time": "1775561029"
},
"departure": {
"delay": 169,
"time": "1775561029"
},
"stopId": "FR:76351:ZE:4516:ATOUMOD003",
"stopSequence": 25
},
{
"arrival": {
"delay": 114,
"time": "1775562174"
},
"departure": {
"delay": 114,
"time": "1775562174"
},
"stopId": "FR:76351:ZE:4611:ATOUMOD003",
"stopSequence": 39
}
],
"timestamp": "1775560069",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:C1:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4011301x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx1597:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 44,
"time": "1775561204"
},
"departure": {
"delay": 44,
"time": "1775561204"
},
"stopId": "FR:76157:ZE:TCARxTPROV1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 30,
"time": "1775561370"
},
"departure": {
"delay": 30,
"time": "1775561370"
},
"stopId": "FR:76157:ZE:TCARxTOUYE1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 51,
"time": "1775561151"
},
"departure": {
"delay": 51,
"time": "1775561151"
},
"stopId": "FR:76157:ZE:TCARxTJAUR1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 18,
"time": "1775561658"
},
"departure": {
"delay": 18,
"time": "1775561658"
},
"stopId": "FR:76157:ZE:TCARxCORNI1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 24,
"time": "1775561424"
},
"departure": {
"delay": 24,
"time": "1775561424"
},
"stopId": "FR:76157:ZE:TCARxTPRAT1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 34,
"time": "1775561314"
},
"departure": {
"delay": 34,
"time": "1775561314"
},
"stopId": "FR:76157:ZE:TCARxTDUMA1:ATOUMOD001",
"stopSequence": 5
}
],
"timestamp": "1775556897",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx93:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx1597:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx265:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 85,
"time": "1775558005"
},
"departure": {
"delay": 85,
"time": "1775558005"
},
"stopId": "FR:76216:ZE:TCARxPTPIE1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 203,
"time": "1775560103"
},
"departure": {
"delay": 203,
"time": "1775560103"
},
"stopId": "FR:76540:ZE:TCARxMALRA1:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 156,
"time": "1775560056"
},
"departure": {
"delay": 156,
"time": "1775560056"
},
"stopId": "FR:76540:ZE:TCARxSTCLA1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 215,
"time": "1775559155"
},
"departure": {
"delay": 215,
"time": "1775559155"
},
"stopId": "FR:76540:ZE:TCARxPMARC1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 164,
"time": "1775559979"
},
"departure": {
"delay": 164,
"time": "1775560004"
},
"stopId": "FR:76540:ZE:TCARxCOUPE1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 121,
"time": "1775558581"
},
"departure": {
"delay": 121,
"time": "1775558581"
},
"stopId": "FR:76540:ZE:TCARxLUCIL1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 156,
"time": "1775560236"
},
"departure": {
"delay": 156,
"time": "1775560236"
},
"stopId": "FR:76540:ZE:TCARxGALI1:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": -51,
"time": "1775558229"
},
"departure": {
"delay": -51,
"time": "1775558229"
},
"stopId": "FR:76540:ZE:TCARxBAPEA1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 299,
"time": "1775559454"
},
"departure": {
"delay": 299,
"time": "1775559479"
},
"stopId": "FR:76540:ZE:TCARxHILAI1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 174,
"time": "1775559654"
},
"departure": {
"delay": 174,
"time": "1775559654"
},
"stopId": "FR:76540:ZE:TCARxDRIVI1:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 178,
"time": "1775559058"
},
"departure": {
"delay": 178,
"time": "1775559058"
},
"stopId": "FR:76540:ZE:TCARxREPUB1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 89,
"time": "1775557829"
},
"departure": {
"delay": 89,
"time": "1775557829"
},
"stopId": "FR:76410:ZE:TCARxPALIS1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 169,
"time": "1775559829"
},
"departure": {
"delay": 169,
"time": "1775559829"
},
"stopId": "FR:76540:ZE:TCARxARGEN1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 94,
"time": "1775557629"
},
"departure": {
"delay": 94,
"time": "1775557654"
},
"stopId": "FR:76474:ZE:TCARxMOULI1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 174,
"time": "1775560314"
},
"departure": {
"delay": 174,
"time": "1775560314"
},
"stopId": "FR:76540:ZE:TCARxMAIS21:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 159,
"time": "1775559554"
},
"departure": {
"delay": 159,
"time": "1775559579"
},
"stopId": "FR:76540:ZE:TCARxJEUNE1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 244,
"time": "1775558983"
},
"departure": {
"delay": 244,
"time": "1775559004"
},
"stopId": "FR:76540:ZE:TCARxCATHE1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 156,
"time": "1775560416"
},
"departure": {
"delay": 156,
"time": "1775560416"
},
"stopId": "FR:76540:ZE:TCARxCHATL1:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 156,
"time": "1775560596"
},
"stopId": "FR:76095:ZE:TCARxTAMAR:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": 211,
"time": "1775560171"
},
"departure": {
"delay": 211,
"time": "1775560171"
},
"stopId": "FR:76540:ZE:TCARxPSALO1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 4,
"time": "1775558104"
},
"departure": {
"delay": 4,
"time": "1775558104"
},
"stopId": "FR:76216:ZE:TCARxMAISO1:ATOUMOD001",
"stopSequence": 7
},
{
"departure": {
"time": "1775557560"
},
"stopId": "FR:76474:ZE:TCARxBMAIR1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 169,
"time": "1775559229"
},
"departure": {
"delay": 169,
"time": "1775559229"
},
"stopId": "FR:76540:ZE:TCARxMARTT1:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 104,
"time": "1775558384"
},
"departure": {
"delay": 104,
"time": "1775558504"
},
"stopId": "FR:76540:ZE:TCARxRIBOU1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 68,
"time": "1775557748"
},
"departure": {
"delay": 68,
"time": "1775557748"
},
"stopId": "FR:76410:ZE:TCARxDLUNE1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 234,
"time": "1775559354"
},
"departure": {
"delay": 234,
"time": "1775559354"
},
"stopId": "FR:76540:ZE:TCARxCHRUT1:ATOUMOD001",
"stopSequence": 18
}
],
"timestamp": "1775557517",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx92:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx265:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx17023:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 1440,
"time": "1775562840"
},
"departure": {
"delay": 1440,
"time": "1775562840"
},
"stopId": "FR:76540:ZE:TCARxROLLA0:ATOUMOD001",
"stopSequence": 6
},
{
"departure": {
"delay": 1440,
"time": "1775562600"
},
"stopId": "FR:76212:ZE:TCARxBDARN2:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 1488,
"time": "1775562708"
},
"departure": {
"delay": 1488,
"time": "1775562708"
},
"stopId": "FR:76540:ZE:TCARxFLEUR0:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 1422,
"time": "1775562942"
},
"departure": {
"delay": 1422,
"time": "1775562942"
},
"stopId": "FR:76540:ZE:TCARxDELVI2:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 1466,
"time": "1775562806"
},
"departure": {
"delay": 1466,
"time": "1775562806"
},
"stopId": "FR:76540:ZE:TCARxZURIC0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 1481,
"time": "1775562881"
},
"departure": {
"delay": 1481,
"time": "1775562881"
},
"stopId": "FR:76540:ZE:TCARxSUISS0:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 1474,
"time": "1775562754"
},
"departure": {
"delay": 1474,
"time": "1775562754"
},
"stopId": "FR:76540:ZE:TCARxHALL10:ATOUMOD001",
"stopSequence": 4
}
],
"timestamp": "1775559936",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx22:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx17023:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC596228:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 10,
"time": "1775559550"
},
"departure": {
"delay": 10,
"time": "1775559550"
},
"stopId": "FR:27229:ZE:0xCTA02:ATOUMOD004",
"stopSequence": 3
},
{
"arrival": {
"delay": 70,
"time": "1775559422"
},
"departure": {
"delay": 70,
"time": "1775559430"
},
"stopId": "FR:27229:ZE:0xCHA01:ATOUMOD004",
"stopSequence": 2
},
{
"departure": {
"delay": 40,
"time": "1775559340"
},
"stopId": "FR:27229:ZE:0xHOT01:ATOUMOD004",
"stopSequence": 1
},
{
"arrival": {
"delay": -66,
"time": "1775559774"
},
"stopId": "FR:27229:ZE:0xCOR01:ATOUMOD004",
"stopSequence": 6
},
{
"arrival": {
"delay": -20,
"time": "1775559626"
},
"departure": {
"delay": -20,
"time": "1775559640"
},
"stopId": "FR:27229:ZE:0xRUO01:ATOUMOD004",
"stopSequence": 4
}
],
"timestamp": "1775559570",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD004:Line:T9:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC596228:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx17491:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 7880,
"time": "1775562500"
},
"departure": {
"delay": 7880,
"time": "1775562500"
},
"stopId": "FR:76591:ZE:TCARxSJMAI1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 7860,
"time": "1775562840"
},
"departure": {
"delay": 7860,
"time": "1775562840"
},
"stopId": "FR:76212:ZE:TCARxAMAUR1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 7860,
"time": "1775562660"
},
"departure": {
"delay": 7860,
"time": "1775562660"
},
"stopId": "FR:76591:ZE:TCARxZABRI1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 7920,
"time": "1775562540"
},
"departure": {
"delay": 7920,
"time": "1775562540"
},
"stopId": "FR:76591:ZE:TCARxPONTB2:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 7860,
"time": "1775562600"
},
"departure": {
"delay": 7860,
"time": "1775562600"
},
"stopId": "FR:76591:ZE:TCARxSBRIQ1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 7860,
"time": "1775563200"
},
"departure": {
"delay": 7860,
"time": "1775563200"
},
"stopId": "FR:76212:ZE:TCARxDMAIR5:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 7860,
"time": "1775563260"
},
"stopId": "FR:76212:ZE:TCARxLMICH:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 7920,
"time": "1775562480"
},
"departure": {
"delay": 7920,
"time": "1775562480"
},
"stopId": "FR:76591:ZE:TCARxSTASJ1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 7860,
"time": "1775563020"
},
"departure": {
"delay": 7860,
"time": "1775563020"
},
"stopId": "FR:76212:ZE:TCARxCIMED1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 7920,
"time": "1775563140"
},
"departure": {
"delay": 7920,
"time": "1775563140"
},
"stopId": "FR:76212:ZE:TCARxCANAD4:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 7920,
"time": "1775562960"
},
"departure": {
"delay": 7920,
"time": "1775562960"
},
"stopId": "FR:76212:ZE:TCARxVALSJ1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 7880,
"time": "1775562560"
},
"departure": {
"delay": 7880,
"time": "1775562560"
},
"stopId": "FR:76591:ZE:TCARxCALVA1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 7860,
"time": "1775562720"
},
"departure": {
"delay": 7860,
"time": "1775562720"
},
"stopId": "FR:76591:ZE:TCARxROUSS2:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 7920,
"time": "1775562780"
},
"departure": {
"delay": 7920,
"time": "1775562780"
},
"stopId": "FR:76212:ZE:TCARxROULE1:ATOUMOD001",
"stopSequence": 11
}
],
"timestamp": "1775558176",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx28:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx17491:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745164x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -3,
"time": "1775549425"
},
"departure": {
"delay": -3,
"time": "1775549457"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 71,
"time": "1775548472"
},
"departure": {
"delay": 71,
"time": "1775548511"
},
"stopId": "FR:50129:ZE:10EGL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 21,
"time": "1775549571"
},
"departure": {
"delay": 21,
"time": "1775549601"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 47,
"time": "1775548897"
},
"departure": {
"delay": 47,
"time": "1775548907"
},
"stopId": "FR:50129:ZE:10RTU2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 83,
"time": "1775548533"
},
"departure": {
"delay": 83,
"time": "1775548583"
},
"stopId": "FR:50129:ZE:10OYG2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": -19,
"time": "1775549218"
},
"departure": {
"delay": -19,
"time": "1775549261"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 2,
"time": "1775549139"
},
"departure": {
"delay": 2,
"time": "1775549162"
},
"stopId": "FR:50129:ZE:10CRC4:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 72,
"time": "1775548838"
},
"departure": {
"delay": 72,
"time": "1775548872"
},
"stopId": "FR:50129:ZE:10BRA4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 102,
"time": "1775548684"
},
"departure": {
"delay": 102,
"time": "1775548722"
},
"stopId": "FR:50129:ZE:10ANJ6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 29,
"time": "1775549633"
},
"departure": {
"delay": 29,
"time": "1775549729"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 67,
"time": "1775548411"
},
"departure": {
"delay": 67,
"time": "1775548447"
},
"stopId": "FR:50129:ZE:10AMO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 17,
"time": "1775548960"
},
"departure": {
"delay": 17,
"time": "1775548997"
},
"stopId": "FR:50129:ZE:10PFO2:ATOUMOD035",
"stopSequence": 10
},
{
"departure": {
"delay": 94,
"time": "1775548294"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 65,
"time": "1775549785"
},
"departure": {
"delay": 65,
"time": "1775549885"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": -1,
"time": "1775549489"
},
"departure": {
"delay": -1,
"time": "1775549519"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": -18,
"time": "1775549036"
},
"departure": {
"delay": -18,
"time": "1775549082"
},
"stopId": "FR:50129:ZE:10FOR4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 96,
"time": "1775548611"
},
"departure": {
"delay": 96,
"time": "1775548656"
},
"stopId": "FR:50129:ZE:10PRV2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 102,
"time": "1775548749"
},
"departure": {
"delay": 102,
"time": "1775548782"
},
"stopId": "FR:50129:ZE:10BQR2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": -7,
"time": "1775549933"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": -33,
"time": "1775549311"
},
"departure": {
"delay": -33,
"time": "1775549367"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 14
}
],
"timestamp": "1775560076",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1A:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745164x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx16311:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 9840,
"time": "1775562180"
},
"departure": {
"delay": 9840,
"time": "1775562180"
},
"stopId": "FR:76599:ZE:TCARxVERBU2:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 9840,
"time": "1775561040"
},
"departure": {
"delay": 9840,
"time": "1775561040"
},
"stopId": "FR:76069:ZE:TCARxPOMME1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 9800,
"time": "1775561060"
},
"departure": {
"delay": 9800,
"time": "1775561060"
},
"stopId": "FR:76069:ZE:TCARxCLOTO1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 9800,
"time": "1775562440"
},
"departure": {
"delay": 9800,
"time": "1775562440"
},
"stopId": "FR:76212:ZE:TCARxSAVAL1:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 9780,
"time": "1775562300"
},
"departure": {
"delay": 9780,
"time": "1775562300"
},
"stopId": "FR:76212:ZE:TCARxDMAIR6:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 9720,
"time": "1775562720"
},
"stopId": "FR:76212:ZE:TCARxPILON3:ATOUMOD001",
"stopSequence": 32
},
{
"arrival": {
"delay": 9840,
"time": "1775561760"
},
"departure": {
"delay": 9840,
"time": "1775561760"
},
"stopId": "FR:76475:ZE:TCARxMOPRE1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 9780,
"time": "1775561460"
},
"departure": {
"delay": 9780,
"time": "1775561460"
},
"stopId": "FR:76475:ZE:TCARxMALEC5:ATOUMOD001",
"stopSequence": 13
},
{
"departure": {
"delay": 9780,
"time": "1775560860"
},
"stopId": "FR:76069:ZE:TCARxBELBE:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 9840,
"time": "1775561160"
},
"departure": {
"delay": 9840,
"time": "1775561160"
},
"stopId": "FR:76069:ZE:TCARxNORM11:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 9800,
"time": "1775560940"
},
"departure": {
"delay": 9800,
"time": "1775560940"
},
"stopId": "FR:76069:ZE:TCARxCTAIG2:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 9840,
"time": "1775560980"
},
"departure": {
"delay": 9840,
"time": "1775560980"
},
"stopId": "FR:76069:ZE:TCARxVOIES2:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 9840,
"time": "1775561100"
},
"departure": {
"delay": 9840,
"time": "1775561100"
},
"stopId": "FR:76069:ZE:TCARxTRAVE1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 9780,
"time": "1775561820"
},
"departure": {
"delay": 9780,
"time": "1775561820"
},
"stopId": "FR:76429:ZE:TCARxCHATA1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 9780,
"time": "1775562120"
},
"departure": {
"delay": 9780,
"time": "1775562120"
},
"stopId": "FR:76599:ZE:TCARxTRIA21:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 9840,
"time": "1775561340"
},
"departure": {
"delay": 9840,
"time": "1775561340"
},
"stopId": "FR:76475:ZE:TCARxISAAC2:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 9800,
"time": "1775561180"
},
"departure": {
"delay": 9800,
"time": "1775561180"
},
"stopId": "FR:76069:ZE:TCARxONDEL1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 9840,
"time": "1775562420"
},
"departure": {
"delay": 9840,
"time": "1775562420"
},
"stopId": "FR:76212:ZE:TCARxFAMET1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 9840,
"time": "1775560920"
},
"departure": {
"delay": 9840,
"time": "1775560920"
},
"stopId": "FR:76069:ZE:TCARxBOCHA1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 9800,
"time": "1775561000"
},
"departure": {
"delay": 9800,
"time": "1775561000"
},
"stopId": "FR:76069:ZE:TCARxESSAR1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 9840,
"time": "1775562240"
},
"departure": {
"delay": 9840,
"time": "1775562240"
},
"stopId": "FR:76212:ZE:TCARxCARVI1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 9780,
"time": "1775561220"
},
"departure": {
"delay": 9780,
"time": "1775561220"
},
"stopId": "FR:76475:ZE:TCARxGALIL2:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 9840,
"time": "1775561940"
},
"departure": {
"delay": 9840,
"time": "1775561940"
},
"stopId": "FR:76429:ZE:TCARxNORLO2:ATOUMOD001",
"stopSequence": 21
}
],
"timestamp": "1775556677",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx14:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx16311:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745678x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 60,
"time": "1775560980"
},
"departure": {
"delay": 60,
"time": "1775560980"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 56,
"time": "1775559664"
},
"departure": {
"delay": 56,
"time": "1775559716"
},
"stopId": "FR:50129:ZE:10MOR1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 60,
"time": "1775561880"
},
"departure": {
"delay": 60,
"time": "1775561880"
},
"stopId": "FR:50129:ZE:10GRR1:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 60,
"time": "1775562480"
},
"stopId": "FR:50129:ZE:10ECT1:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 60,
"time": "1775561340"
},
"departure": {
"delay": 60,
"time": "1775561340"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 48,
"time": "1775559638"
},
"departure": {
"delay": 48,
"time": "1775559648"
},
"stopId": "FR:50129:ZE:10MES1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 60,
"time": "1775561820"
},
"departure": {
"delay": 60,
"time": "1775561820"
},
"stopId": "FR:50129:ZE:10XCT3:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 60,
"time": "1775561220"
},
"departure": {
"delay": 60,
"time": "1775561220"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 60,
"time": "1775562060"
},
"departure": {
"delay": 60,
"time": "1775562060"
},
"stopId": "FR:50129:ZE:10MED3:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 60,
"time": "1775562240"
},
"departure": {
"delay": 60,
"time": "1775562240"
},
"stopId": "FR:50129:ZE:10GDR1:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 87,
"time": "1775559736"
},
"departure": {
"delay": 87,
"time": "1775559747"
},
"stopId": "FR:50129:ZE:10BOI1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 56,
"time": "1775559857"
},
"departure": {
"delay": 56,
"time": "1775559896"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 60,
"time": "1775560140"
},
"departure": {
"delay": 60,
"time": "1775560140"
},
"stopId": "FR:50129:ZE:10PET1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 61,
"time": "1775559760"
},
"departure": {
"delay": 61,
"time": "1775559781"
},
"stopId": "FR:50129:ZE:10FRN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 60,
"time": "1775561700"
},
"departure": {
"delay": 60,
"time": "1775561700"
},
"stopId": "FR:50129:ZE:10HPA3:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 60,
"time": "1775560680"
},
"departure": {
"delay": 60,
"time": "1775560680"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 60,
"time": "1775562360"
},
"departure": {
"delay": 60,
"time": "1775562360"
},
"stopId": "FR:50129:ZE:10FLO1:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 60,
"time": "1775561460"
},
"departure": {
"delay": 60,
"time": "1775561460"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 60,
"time": "1775560440"
},
"departure": {
"delay": 60,
"time": "1775560440"
},
"stopId": "FR:50129:ZE:10ANN1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 60,
"time": "1775560620"
},
"departure": {
"delay": 60,
"time": "1775560620"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 60,
"time": "1775561040"
},
"departure": {
"delay": 60,
"time": "1775561040"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 60,
"time": "1775562000"
},
"departure": {
"delay": 60,
"time": "1775562000"
},
"stopId": "FR:50129:ZE:10BAG3:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 60,
"time": "1775561100"
},
"departure": {
"delay": 60,
"time": "1775561100"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 60,
"time": "1775560920"
},
"departure": {
"delay": 60,
"time": "1775560920"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 18
},
{
"departure": {
"delay": 93,
"time": "1775559573"
},
"stopId": "FR:50129:ZE:10AMF1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 60,
"time": "1775560200"
},
"departure": {
"delay": 60,
"time": "1775560200"
},
"stopId": "FR:50129:ZE:10HME1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 60,
"time": "1775562180"
},
"departure": {
"delay": 60,
"time": "1775562180"
},
"stopId": "FR:50129:ZE:10NOR5:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 60,
"time": "1775560320"
},
"departure": {
"delay": 60,
"time": "1775560320"
},
"stopId": "FR:50129:ZE:10CAQ1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 60,
"time": "1775562300"
},
"departure": {
"delay": 60,
"time": "1775562300"
},
"stopId": "FR:50129:ZE:10LPL1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"time": "1775560074"
},
"departure": {
"time": "1775560020"
},
"stopId": "FR:50129:ZE:10DIX1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 60,
"time": "1775561640"
},
"departure": {
"delay": 60,
"time": "1775561640"
},
"stopId": "FR:50129:ZE:10CRN1:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 60,
"time": "1775560500"
},
"departure": {
"delay": 60,
"time": "1775560500"
},
"stopId": "FR:50129:ZE:10CMI1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 60,
"time": "1775560800"
},
"departure": {
"delay": 60,
"time": "1775560800"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 93,
"time": "1775559957"
},
"departure": {
"delay": 93,
"time": "1775559993"
},
"stopId": "FR:50129:ZE:10EPC1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 60,
"time": "1775560560"
},
"departure": {
"delay": 60,
"time": "1775560560"
},
"stopId": "FR:50129:ZE:10PAX1:ATOUMOD035",
"stopSequence": 14
}
],
"timestamp": "1775560074",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:02:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745678x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3748591x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 62,
"time": "1775549749"
},
"departure": {
"delay": 62,
"time": "1775549762"
},
"stopId": "FR:50129:ZE:10MEZ1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 76,
"time": "1775550002"
},
"departure": {
"delay": 76,
"time": "1775550016"
},
"stopId": "FR:50129:ZE:10GLA1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 10,
"time": "1775549219"
},
"departure": {
"delay": 10,
"time": "1775549230"
},
"stopId": "FR:50129:ZE:10CBL1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 15,
"time": "1775550123"
},
"departure": {
"delay": 15,
"time": "1775550135"
},
"stopId": "FR:50129:ZE:10CDL2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 43,
"time": "1775549365"
},
"departure": {
"delay": 43,
"time": "1775549383"
},
"stopId": "FR:50129:ZE:10VER1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 57,
"time": "1775549912"
},
"departure": {
"delay": 57,
"time": "1775549937"
},
"stopId": "FR:50129:ZE:10HAM1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 65,
"time": "1775549692"
},
"departure": {
"delay": 65,
"time": "1775549705"
},
"stopId": "FR:50129:ZE:10HTR1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 73,
"time": "1775549819"
},
"departure": {
"delay": 73,
"time": "1775549833"
},
"stopId": "FR:50129:ZE:10HQU1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 30,
"time": "1775549526"
},
"departure": {
"delay": 30,
"time": "1775549550"
},
"stopId": "FR:50129:ZE:10HLU1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 97,
"time": "1775550309"
},
"departure": {
"delay": 97,
"time": "1775550337"
},
"stopId": "FR:50129:ZE:10LCP2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 83,
"time": "1775550213"
},
"departure": {
"delay": 83,
"time": "1775550263"
},
"stopId": "FR:50129:ZE:10BHC2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 58,
"time": "1775550511"
},
"departure": {
"delay": 58,
"time": "1775550538"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 51,
"time": "1775550711"
},
"stopId": "FR:50129:ZE:10SHU1:ATOUMOD035",
"stopSequence": 19
},
{
"departure": {
"delay": 62,
"time": "1775548922"
},
"stopId": "FR:50129:ZE:10HxC1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 66,
"time": "1775548986"
},
"departure": {
"delay": 66,
"time": "1775548986"
},
"stopId": "FR:50129:ZE:10NMD1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 46,
"time": "1775550100"
},
"departure": {
"delay": 46,
"time": "1775550106"
},
"stopId": "FR:50129:ZE:10BDB2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 16,
"time": "1775549156"
},
"departure": {
"delay": 16,
"time": "1775549176"
},
"stopId": "FR:50129:ZE:10ING1:ATOUMOD035",
"stopSequence": 4
}
],
"timestamp": "1775560073",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:07:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3748591x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD005:ServiceJourney:185:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775542260"
},
"departure": {
"time": "1775542260"
},
"stopId": "FR:76217:ZE:18810:ATOUMOD005",
"stopSequence": 2
},
{
"arrival": {
"time": "1775543400"
},
"departure": {
"time": "1775543400"
},
"stopId": "FR:76217:ZE:18027:ATOUMOD005",
"stopSequence": 18
},
{
"arrival": {
"time": "1775543220"
},
"departure": {
"time": "1775543220"
},
"stopId": "FR:76217:ZE:18078:ATOUMOD005",
"stopSequence": 16
},
{
"arrival": {
"time": "1775543580"
},
"departure": {
"time": "1775543580"
},
"stopId": "FR:76217:ZE:18077:ATOUMOD005",
"stopSequence": 21
},
{
"arrival": {
"time": "1775543340"
},
"departure": {
"time": "1775543340"
},
"stopId": "FR:76217:ZE:18133:ATOUMOD005",
"stopSequence": 17
},
{
"arrival": {
"time": "1775543520"
},
"departure": {
"time": "1775543520"
},
"stopId": "FR:76217:ZE:18107:ATOUMOD005",
"stopSequence": 20
},
{
"arrival": {
"time": "1775542320"
},
"departure": {
"time": "1775542320"
},
"stopId": "FR:76217:ZE:18183:ATOUMOD005",
"stopSequence": 3
},
{
"arrival": {
"time": "1775545140"
},
"stopId": "FR:76565:ZE:18284:ATOUMOD005",
"stopSequence": 35
},
{
"arrival": {
"time": "1775543460"
},
"departure": {
"time": "1775543460"
},
"stopId": "FR:76217:ZE:18059:ATOUMOD005",
"stopSequence": 19
},
{
"arrival": {
"time": "1775542620"
},
"departure": {
"time": "1775542620"
},
"stopId": "FR:76217:ZE:18175:ATOUMOD005",
"stopSequence": 7
},
{
"departure": {
"time": "1775542200"
},
"stopId": "FR:76217:ZE:18808:ATOUMOD005",
"stopSequence": 1
},
{
"arrival": {
"time": "1775544720"
},
"departure": {
"time": "1775544720"
},
"stopId": "FR:76217:ZE:18023:ATOUMOD005",
"stopSequence": 29
},
{
"arrival": {
"time": "1775544120"
},
"departure": {
"time": "1775544120"
},
"stopId": "FR:76217:ZE:18320:ATOUMOD005",
"stopSequence": 23
},
{
"arrival": {
"time": "1775544900"
},
"departure": {
"time": "1775544900"
},
"stopId": "FR:76217:ZE:18040:ATOUMOD005",
"stopSequence": 31
},
{
"arrival": {
"time": "1775543940"
},
"departure": {
"time": "1775543940"
},
"stopId": "FR:76217:ZE:18050:ATOUMOD005",
"stopSequence": 22
},
{
"arrival": {
"time": "1775544240"
},
"departure": {
"time": "1775544240"
},
"stopId": "FR:76217:ZE:18057:ATOUMOD005",
"stopSequence": 24
},
{
"arrival": {
"time": "1775542560"
},
"departure": {
"time": "1775542560"
},
"stopId": "FR:76217:ZE:18182:ATOUMOD005",
"stopSequence": 6
},
{
"arrival": {
"time": "1775542800"
},
"departure": {
"time": "1775542800"
},
"stopId": "FR:76217:ZE:18187:ATOUMOD005",
"stopSequence": 10
},
{
"arrival": {
"time": "1775544360"
},
"departure": {
"time": "1775544360"
},
"stopId": "FR:76217:ZE:18096:ATOUMOD005",
"stopSequence": 25
},
{
"arrival": {
"time": "1775544420"
},
"departure": {
"time": "1775544420"
},
"stopId": "FR:76217:ZE:18785:ATOUMOD005",
"stopSequence": 26
},
{
"arrival": {
"time": "1775542680"
},
"departure": {
"time": "1775542680"
},
"stopId": "FR:76217:ZE:18206:ATOUMOD005",
"stopSequence": 8
},
{
"arrival": {
"time": "1775542920"
},
"departure": {
"time": "1775542920"
},
"stopId": "FR:76217:ZE:18196:ATOUMOD005",
"stopSequence": 13
},
{
"arrival": {
"time": "1775542380"
},
"departure": {
"time": "1775542380"
},
"stopId": "FR:76217:ZE:18176:ATOUMOD005",
"stopSequence": 4
},
{
"arrival": {
"time": "1775542860"
},
"departure": {
"time": "1775542860"
},
"stopId": "FR:76217:ZE:18164:ATOUMOD005",
"stopSequence": 11
},
{
"arrival": {
"time": "1775544840"
},
"departure": {
"time": "1775544840"
},
"stopId": "FR:76217:ZE:18073:ATOUMOD005",
"stopSequence": 30
},
{
"arrival": {
"time": "1775544600"
},
"departure": {
"time": "1775544600"
},
"stopId": "FR:76217:ZE:18025:ATOUMOD005",
"stopSequence": 28
},
{
"arrival": {
"time": "1775545020"
},
"departure": {
"time": "1775545020"
},
"stopId": "FR:76565:ZE:18443:ATOUMOD005",
"stopSequence": 34
},
{
"arrival": {
"time": "1775543040"
},
"departure": {
"time": "1775543040"
},
"stopId": "FR:76217:ZE:18104:ATOUMOD005",
"stopSequence": 15
},
{
"arrival": {
"time": "1775542980"
},
"departure": {
"time": "1775542980"
},
"stopId": "FR:76217:ZE:18189:ATOUMOD005",
"stopSequence": 14
},
{
"arrival": {
"time": "1775544960"
},
"departure": {
"time": "1775544960"
},
"stopId": "FR:76565:ZE:18238:ATOUMOD005",
"stopSequence": 33
},
{
"arrival": {
"time": "1775544540"
},
"departure": {
"time": "1775544540"
},
"stopId": "FR:76217:ZE:18054:ATOUMOD005",
"stopSequence": 27
},
{
"arrival": {
"delay": 5,
"time": "1775542865"
},
"departure": {
"delay": 5,
"time": "1775542865"
},
"stopId": "FR:76217:ZE:18208:ATOUMOD005",
"stopSequence": 12
},
{
"arrival": {
"delay": 5,
"time": "1775544905"
},
"departure": {
"delay": 5,
"time": "1775544905"
},
"stopId": "FR:76565:ZE:18105:ATOUMOD005",
"stopSequence": 32
},
{
"arrival": {
"time": "1775542740"
},
"departure": {
"time": "1775542740"
},
"stopId": "FR:76217:ZE:18185:ATOUMOD005",
"stopSequence": 9
},
{
"arrival": {
"time": "1775542440"
},
"departure": {
"time": "1775542440"
},
"stopId": "FR:76217:ZE:18169:ATOUMOD005",
"stopSequence": 5
}
],
"timestamp": "1775536909",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD005:Line:1:LOC",
"tripId": "ATOUMOD005:ServiceJourney:185:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745171x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -17,
"time": "1775555945"
},
"departure": {
"delay": -17,
"time": "1775555983"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 78,
"time": "1775556205"
},
"departure": {
"delay": 78,
"time": "1775556258"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 17
},
{
"departure": {
"delay": 167,
"time": "1775554967"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": -8,
"time": "1775556014"
},
"departure": {
"delay": -8,
"time": "1775556052"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 126,
"time": "1775555184"
},
"departure": {
"delay": 126,
"time": "1775555226"
},
"stopId": "FR:50129:ZE:10OYG2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 59,
"time": "1775555804"
},
"departure": {
"delay": 59,
"time": "1775555819"
},
"stopId": "FR:50129:ZE:10CRC4:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 120,
"time": "1775555119"
},
"departure": {
"delay": 120,
"time": "1775555160"
},
"stopId": "FR:50129:ZE:10EGL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 57,
"time": "1775555728"
},
"departure": {
"delay": 57,
"time": "1775555757"
},
"stopId": "FR:50129:ZE:10FOR4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 22,
"time": "1775555882"
},
"departure": {
"delay": 22,
"time": "1775555902"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 28,
"time": "1775556284"
},
"departure": {
"delay": 28,
"time": "1775556328"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 119,
"time": "1775555660"
},
"departure": {
"delay": 119,
"time": "1775555699"
},
"stopId": "FR:50129:ZE:10PFO2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 31,
"time": "1775556571"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 116,
"time": "1775555058"
},
"departure": {
"delay": 116,
"time": "1775555096"
},
"stopId": "FR:50129:ZE:10AMO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 125,
"time": "1775555327"
},
"departure": {
"delay": 125,
"time": "1775555345"
},
"stopId": "FR:50129:ZE:10ANJ6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": -8,
"time": "1775556081"
},
"departure": {
"delay": -8,
"time": "1775556112"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 152,
"time": "1775555581"
},
"departure": {
"delay": 152,
"time": "1775555612"
},
"stopId": "FR:50129:ZE:10RTU2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 132,
"time": "1775555373"
},
"departure": {
"delay": 132,
"time": "1775555412"
},
"stopId": "FR:50129:ZE:10BQR2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 152,
"time": "1775555519"
},
"departure": {
"delay": 152,
"time": "1775555552"
},
"stopId": "FR:50129:ZE:10BRA4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 62,
"time": "1775556393"
},
"departure": {
"delay": 62,
"time": "1775556482"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 137,
"time": "1775555253"
},
"departure": {
"delay": 137,
"time": "1775555297"
},
"stopId": "FR:50129:ZE:10PRV2:ATOUMOD035",
"stopSequence": 5
}
],
"timestamp": "1775560079",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1A:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745171x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3748437x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 170,
"time": "1775552678"
},
"departure": {
"delay": 170,
"time": "1775552690"
},
"stopId": "FR:50129:ZE:10HUI4:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 145,
"time": "1775551631"
},
"departure": {
"delay": 145,
"time": "1775551645"
},
"stopId": "FR:50129:ZE:10CTR3:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 128,
"time": "1775551671"
},
"departure": {
"delay": 128,
"time": "1775551688"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 165,
"time": "1775550807"
},
"departure": {
"delay": 165,
"time": "1775550825"
},
"stopId": "FR:50129:ZE:10VOL1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 132,
"time": "1775550964"
},
"departure": {
"delay": 132,
"time": "1775550972"
},
"stopId": "FR:50129:ZE:10FJT1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 164,
"time": "1775550874"
},
"departure": {
"delay": 164,
"time": "1775550884"
},
"stopId": "FR:50129:ZE:10RED1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 142,
"time": "1775552232"
},
"departure": {
"delay": 142,
"time": "1775552242"
},
"stopId": "FR:50129:ZE:10LEB2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 116,
"time": "1775552318"
},
"departure": {
"delay": 116,
"time": "1775552336"
},
"stopId": "FR:50129:ZE:10LEC2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 209,
"time": "1775550497"
},
"departure": {
"delay": 209,
"time": "1775550509"
},
"stopId": "FR:50129:ZE:10CDF1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 154,
"time": "1775552475"
},
"departure": {
"delay": 154,
"time": "1775552494"
},
"stopId": "FR:50129:ZE:10VAB2:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 115,
"time": "1775551905"
},
"departure": {
"delay": 115,
"time": "1775551915"
},
"stopId": "FR:50129:ZE:10STA2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 201,
"time": "1775552731"
},
"departure": {
"delay": 201,
"time": "1775552781"
},
"stopId": "FR:50129:ZE:10CRB2:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 123,
"time": "1775550897"
},
"departure": {
"delay": 123,
"time": "1775550903"
},
"stopId": "FR:50129:ZE:10CIM1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 158,
"time": "1775552540"
},
"departure": {
"delay": 158,
"time": "1775552558"
},
"stopId": "FR:50129:ZE:10EGL5:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 101,
"time": "1775552061"
},
"departure": {
"delay": 101,
"time": "1775552081"
},
"stopId": "FR:50129:ZE:10POL2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 148,
"time": "1775552344"
},
"departure": {
"delay": 148,
"time": "1775552368"
},
"stopId": "FR:50129:ZE:10FRA2:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 184,
"time": "1775550773"
},
"departure": {
"delay": 184,
"time": "1775550784"
},
"stopId": "FR:50129:ZE:10SAD1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 228,
"time": "1775550627"
},
"departure": {
"delay": 228,
"time": "1775550648"
},
"stopId": "FR:50129:ZE:10PFJ1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 116,
"time": "1775551473"
},
"departure": {
"delay": 116,
"time": "1775551496"
},
"stopId": "FR:50129:ZE:10PHG2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 79,
"time": "1775551984"
},
"departure": {
"delay": 79,
"time": "1775551999"
},
"stopId": "FR:50129:ZE:10LCO2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 160,
"time": "1775551779"
},
"departure": {
"delay": 160,
"time": "1775551840"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 235,
"time": "1775552860"
},
"departure": {
"delay": 235,
"time": "1775552875"
},
"stopId": "FR:50129:ZE:10DAN2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 144,
"time": "1775551134"
},
"departure": {
"delay": 144,
"time": "1775551404"
},
"stopId": "FR:50129:ZE:10SHU3:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 98,
"time": "1775551517"
},
"departure": {
"delay": 98,
"time": "1775551538"
},
"stopId": "FR:50129:ZE:10FDC1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 234,
"time": "1775550582"
},
"departure": {
"delay": 234,
"time": "1775550594"
},
"stopId": "FR:50129:ZE:10COT1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 241,
"time": "1775552802"
},
"departure": {
"delay": 241,
"time": "1775552821"
},
"stopId": "FR:50129:ZE:10VIG2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 137,
"time": "1775553017"
},
"stopId": "FR:50129:ZE:10ZAG2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 130,
"time": "1775551054"
},
"departure": {
"delay": 130,
"time": "1775551090"
},
"stopId": "FR:50129:ZE:10MEN2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 197,
"time": "1775550665"
},
"departure": {
"delay": 197,
"time": "1775550677"
},
"stopId": "FR:50129:ZE:10SAL1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 115,
"time": "1775551713"
},
"departure": {
"delay": 115,
"time": "1775551735"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 180,
"time": "1775550527"
},
"departure": {
"delay": 180,
"time": "1775550540"
},
"stopId": "FR:50129:ZE:10BCP1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 219,
"time": "1775550712"
},
"departure": {
"delay": 219,
"time": "1775550759"
},
"stopId": "FR:50129:ZE:10ROS1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 179,
"time": "1775552443"
},
"departure": {
"delay": 179,
"time": "1775552459"
},
"stopId": "FR:50129:ZE:10SMT2:ATOUMOD035",
"stopSequence": 27
},
{
"departure": {
"delay": 215,
"time": "1775550455"
},
"stopId": "FR:50129:ZE:10DIG1:ATOUMOD035",
"stopSequence": 1
}
],
"timestamp": "1775560080",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:05:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3748437x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3748506x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 141,
"time": "1775532319"
},
"departure": {
"delay": 141,
"time": "1775532381"
},
"stopId": "FR:50129:ZE:10BHC2:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 105,
"time": "1775532087"
},
"departure": {
"delay": 105,
"time": "1775532105"
},
"stopId": "FR:50129:ZE:10BRO2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 76,
"time": "1775533503"
},
"departure": {
"delay": 76,
"time": "1775533516"
},
"stopId": "FR:50129:ZE:10ZFO2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 110,
"time": "1775533070"
},
"departure": {
"delay": 110,
"time": "1775533190"
},
"stopId": "FR:50129:ZE:10ANJ6:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 110,
"time": "1775533670"
},
"stopId": "FR:50129:ZE:10PYC1:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 86,
"time": "1775533451"
},
"departure": {
"delay": 86,
"time": "1775533466"
},
"stopId": "FR:50129:ZE:10GRI2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 122,
"time": "1775533226"
},
"departure": {
"delay": 122,
"time": "1775533262"
},
"stopId": "FR:50129:ZE:10BQR2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 111,
"time": "1775533563"
},
"departure": {
"delay": 111,
"time": "1775533611"
},
"stopId": "FR:50129:ZE:10VDT2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 43,
"time": "1775533411"
},
"departure": {
"delay": 43,
"time": "1775533423"
},
"stopId": "FR:50129:ZE:10FOE2:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 90,
"time": "1775532137"
},
"departure": {
"delay": 90,
"time": "1775532150"
},
"stopId": "FR:50129:ZE:10LLM2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 16,
"time": "1775533015"
},
"departure": {
"delay": 16,
"time": "1775533036"
},
"stopId": "FR:50129:ZE:10PRV2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 139,
"time": "1775532752"
},
"departure": {
"delay": 139,
"time": "1775532799"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 141,
"time": "1775532212"
},
"departure": {
"delay": 141,
"time": "1775532261"
},
"stopId": "FR:50129:ZE:10LUM2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 70,
"time": "1775532176"
},
"departure": {
"delay": 70,
"time": "1775532190"
},
"stopId": "FR:50129:ZE:10JMO2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 22,
"time": "1775532952"
},
"departure": {
"delay": 22,
"time": "1775532982"
},
"stopId": "FR:50129:ZE:10OYG2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 136,
"time": "1775531884"
},
"departure": {
"delay": 136,
"time": "1775531896"
},
"stopId": "FR:50129:ZE:10CHE2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 113,
"time": "1775531925"
},
"departure": {
"delay": 113,
"time": "1775531933"
},
"stopId": "FR:50129:ZE:10JBO4:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 29,
"time": "1775532915"
},
"departure": {
"delay": 29,
"time": "1775532929"
},
"stopId": "FR:50129:ZE:10EGL2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 113,
"time": "1775532515"
},
"departure": {
"delay": 113,
"time": "1775532533"
},
"stopId": "FR:50129:ZE:10THH4:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 60,
"time": "1775533368"
},
"departure": {
"delay": 60,
"time": "1775533380"
},
"stopId": "FR:50129:ZE:10MRT2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 135,
"time": "1775532419"
},
"departure": {
"delay": 135,
"time": "1775532435"
},
"stopId": "FR:50129:ZE:10LCP2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 56,
"time": "1775532885"
},
"departure": {
"delay": 56,
"time": "1775532896"
},
"stopId": "FR:50129:ZE:10AMO2:ATOUMOD035",
"stopSequence": 12
},
{
"departure": {
"delay": 137,
"time": "1775531837"
},
"stopId": "FR:50129:ZE:10ZSA4:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 112,
"time": "1775533294"
},
"departure": {
"delay": 112,
"time": "1775533312"
},
"stopId": "FR:50129:ZE:10BRA2:ATOUMOD035",
"stopSequence": 18
}
],
"timestamp": "1775560076",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:06:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3748506x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx15199:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -9660,
"time": "1775561040"
},
"departure": {
"delay": -9660,
"time": "1775561040"
},
"stopId": "FR:76451:ZE:TCARxMALAD0:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": -9728,
"time": "1775561572"
},
"departure": {
"delay": -9728,
"time": "1775561572"
},
"stopId": "FR:76451:ZE:TCARxFRECH0:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": -9840,
"time": "1775562240"
},
"departure": {
"delay": -9840,
"time": "1775562240"
},
"stopId": "FR:76108:ZE:TCARxVENIS0:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": -9613,
"time": "1775560427"
},
"departure": {
"delay": -9613,
"time": "1775560427"
},
"stopId": "FR:76216:ZE:TCARxDEVIL3:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": -9780,
"time": "1775561460"
},
"departure": {
"delay": -9780,
"time": "1775561460"
},
"stopId": "FR:76451:ZE:TCARxGALLI0:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": -9660,
"time": "1775560500"
},
"departure": {
"delay": -9660,
"time": "1775560500"
},
"stopId": "FR:76216:ZE:TCARxPALIS3:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": -9675,
"time": "1775560965"
},
"departure": {
"delay": -9675,
"time": "1775560965"
},
"stopId": "FR:76451:ZE:TCARxCROIX1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": -9858,
"time": "1775562342"
},
"departure": {
"delay": -9858,
"time": "1775562342"
},
"stopId": "FR:76095:ZE:TCARxREEDU0:ATOUMOD001",
"stopSequence": 28
},
{
"departure": {
"delay": -9660,
"time": "1775560200"
},
"stopId": "FR:76216:ZE:TCARxCAILL3:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": -9656,
"time": "1775560864"
},
"departure": {
"delay": -9656,
"time": "1775560864"
},
"stopId": "FR:76451:ZE:TCARxDEBOI0:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": -9631,
"time": "1775560349"
},
"departure": {
"delay": -9631,
"time": "1775560349"
},
"stopId": "FR:76216:ZE:TCARxJFERR1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -9810,
"time": "1775561970"
},
"departure": {
"delay": -9810,
"time": "1775561970"
},
"stopId": "FR:76108:ZE:TCARxVIELL2:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": -9805,
"time": "1775562035"
},
"departure": {
"delay": -9805,
"time": "1775562035"
},
"stopId": "FR:76108:ZE:TCARxMAXPO1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": -9840,
"time": "1775562060"
},
"departure": {
"delay": -9840,
"time": "1775562060"
},
"stopId": "FR:76108:ZE:TCARxBGUI4:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": -9740,
"time": "1775561380"
},
"departure": {
"delay": -9740,
"time": "1775561380"
},
"stopId": "FR:76451:ZE:TCARxHDVBE3:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": -9720,
"time": "1775560740"
},
"departure": {
"delay": -9720,
"time": "1775560740"
},
"stopId": "FR:76216:ZE:TCARxJVERN:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -9690,
"time": "1775560650"
},
"departure": {
"delay": -9690,
"time": "1775560650"
},
"stopId": "FR:76216:ZE:TCARxSPAUL0:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": -9609,
"time": "1775560251"
},
"departure": {
"delay": -9609,
"time": "1775560251"
},
"stopId": "FR:76216:ZE:TCARxFRESN2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -9792,
"time": "1775561928"
},
"departure": {
"delay": -9792,
"time": "1775561928"
},
"stopId": "FR:76108:ZE:TCARxBOCQU3:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": -9760,
"time": "1775561840"
},
"departure": {
"delay": -9760,
"time": "1775561840"
},
"stopId": "FR:76451:ZE:TCARxEXUPE3:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": -9751,
"time": "1775561429"
},
"departure": {
"delay": -9751,
"time": "1775561429"
},
"stopId": "FR:76451:ZE:TCARxMURET0:ATOUMOD001",
"stopSequence": 16
}
],
"timestamp": "1775559925",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx08:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx15199:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx297:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 211,
"time": "1775559751"
},
"departure": {
"delay": 211,
"time": "1775559751"
},
"stopId": "FR:76216:ZE:TCARxDVILL1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 229,
"time": "1775560369"
},
"departure": {
"delay": 229,
"time": "1775560369"
},
"stopId": "FR:76540:ZE:TCARxLUCIL1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 191,
"time": "1775559551"
},
"departure": {
"delay": 191,
"time": "1775559551"
},
"stopId": "FR:76410:ZE:TCARxDLUNE1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 211,
"time": "1775560171"
},
"departure": {
"delay": 211,
"time": "1775560171"
},
"stopId": "FR:76540:ZE:TCARxBAPEA1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 231,
"time": "1775559651"
},
"departure": {
"delay": 231,
"time": "1775559651"
},
"stopId": "FR:76410:ZE:TCARxPALIS1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 211,
"time": "1775559451"
},
"departure": {
"delay": 211,
"time": "1775559451"
},
"stopId": "FR:76474:ZE:TCARxMOULI1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 263,
"time": "1775560463"
},
"departure": {
"delay": 263,
"time": "1775560463"
},
"stopId": "FR:76540:ZE:TCARxPASPA1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 251,
"time": "1775559851"
},
"departure": {
"delay": 251,
"time": "1775559851"
},
"stopId": "FR:76216:ZE:TCARxPTPIE1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 211,
"time": "1775561551"
},
"departure": {
"delay": 211,
"time": "1775561551"
},
"stopId": "FR:76540:ZE:TCARxARGEN1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 211,
"time": "1775560291"
},
"departure": {
"delay": 211,
"time": "1775560291"
},
"stopId": "FR:76540:ZE:TCARxRIBOU1:ATOUMOD001",
"stopSequence": 9
},
{
"departure": {
"delay": 161,
"time": "1775559401"
},
"stopId": "FR:76474:ZE:TCARxBMAIR1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 219,
"time": "1775561739"
},
"departure": {
"delay": 219,
"time": "1775561739"
},
"stopId": "FR:76540:ZE:TCARxCOUPE1:ATOUMOD001",
"stopSequence": 23
}
],
"timestamp": "1775559405",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx92:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx297:LOC"
}
}
},
{
"id": "SM:ATOUMOD005:ServiceJourney:573:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 60,
"time": "1775561280"
},
"departure": {
"delay": 60,
"time": "1775561280"
},
"stopId": "FR:76217:ZE:18029:ATOUMOD005",
"stopSequence": 16
},
{
"arrival": {
"delay": 60,
"time": "1775561160"
},
"departure": {
"delay": 60,
"time": "1775561160"
},
"stopId": "FR:76217:ZE:18044:ATOUMOD005",
"stopSequence": 15
},
{
"arrival": {
"delay": 60,
"time": "1775560680"
},
"departure": {
"delay": 60,
"time": "1775560680"
},
"stopId": "FR:76217:ZE:18051:ATOUMOD005",
"stopSequence": 9
},
{
"arrival": {
"delay": 60,
"time": "1775560800"
},
"departure": {
"delay": 60,
"time": "1775560800"
},
"stopId": "FR:76217:ZE:18033:ATOUMOD005",
"stopSequence": 11
},
{
"arrival": {
"delay": 60,
"time": "1775560200"
},
"departure": {
"delay": 60,
"time": "1775560200"
},
"stopId": "FR:76217:ZE:18323:ATOUMOD005",
"stopSequence": 4
},
{
"arrival": {
"delay": 60,
"time": "1775561400"
},
"departure": {
"delay": 60,
"time": "1775561400"
},
"stopId": "FR:76217:ZE:18055:ATOUMOD005",
"stopSequence": 18
},
{
"arrival": {
"delay": 60,
"time": "1775560860"
},
"departure": {
"delay": 60,
"time": "1775560860"
},
"stopId": "FR:76217:ZE:18244:ATOUMOD005",
"stopSequence": 12
},
{
"arrival": {
"delay": 60,
"time": "1775561520"
},
"stopId": "FR:76217:ZE:18088:ATOUMOD005",
"stopSequence": 19
},
{
"arrival": {
"delay": 60,
"time": "1775560380"
},
"departure": {
"delay": 60,
"time": "1775560380"
},
"stopId": "FR:76217:ZE:18028:ATOUMOD005",
"stopSequence": 6
},
{
"arrival": {
"delay": 60,
"time": "1775560920"
},
"departure": {
"delay": 60,
"time": "1775560920"
},
"stopId": "FR:76217:ZE:18800:ATOUMOD005",
"stopSequence": 13
},
{
"arrival": {
"delay": 60,
"time": "1775560620"
},
"departure": {
"delay": 60,
"time": "1775560620"
},
"stopId": "FR:76217:ZE:18802:ATOUMOD005",
"stopSequence": 8
},
{
"arrival": {
"delay": 60,
"time": "1775560320"
},
"departure": {
"delay": 60,
"time": "1775560320"
},
"stopId": "FR:76217:ZE:18080:ATOUMOD005",
"stopSequence": 5
},
{
"arrival": {
"delay": 60,
"time": "1775561340"
},
"departure": {
"delay": 60,
"time": "1775561340"
},
"stopId": "FR:76217:ZE:18060:ATOUMOD005",
"stopSequence": 17
},
{
"arrival": {
"delay": 60,
"time": "1775561040"
},
"departure": {
"delay": 60,
"time": "1775561040"
},
"stopId": "FR:76217:ZE:18243:ATOUMOD005",
"stopSequence": 14
},
{
"arrival": {
"delay": 60,
"time": "1775560740"
},
"departure": {
"delay": 60,
"time": "1775560740"
},
"stopId": "FR:76217:ZE:18092:ATOUMOD005",
"stopSequence": 10
},
{
"arrival": {
"delay": 60,
"time": "1775560080"
},
"departure": {
"delay": 60,
"time": "1775560080"
},
"stopId": "FR:76217:ZE:18023:ATOUMOD005",
"stopSequence": 3
},
{
"departure": {
"delay": 5,
"time": "1775559725"
},
"stopId": "FR:76217:ZE:18042:ATOUMOD005",
"stopSequence": 1
},
{
"arrival": {
"delay": 60,
"time": "1775559780"
},
"departure": {
"delay": 60,
"time": "1775559840"
},
"stopId": "FR:76217:ZE:18321:ATOUMOD005",
"stopSequence": 2
},
{
"arrival": {
"delay": 60,
"time": "1775560500"
},
"departure": {
"delay": 60,
"time": "1775560500"
},
"stopId": "FR:76217:ZE:18036:ATOUMOD005",
"stopSequence": 7
}
],
"timestamp": "1775560066",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD005:Line:3:LOC",
"tripId": "ATOUMOD005:ServiceJourney:573:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx12141:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 22337,
"time": "1775561057"
},
"departure": {
"delay": 22337,
"time": "1775561057"
},
"stopId": "FR:76402:ZE:TCARxNCHAM0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 22287,
"time": "1775561667"
},
"departure": {
"delay": 22287,
"time": "1775561667"
},
"stopId": "FR:76474:ZE:TCARxAGIDE1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 22316,
"time": "1775561396"
},
"departure": {
"delay": 22316,
"time": "1775561396"
},
"stopId": "FR:76366:ZE:TCARxLESUE0:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 22316,
"time": "1775561516"
},
"departure": {
"delay": 22316,
"time": "1775561516"
},
"stopId": "FR:76366:ZE:TCARxLSOUR0:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 22346,
"time": "1775561006"
},
"departure": {
"delay": 22346,
"time": "1775561006"
},
"stopId": "FR:76402:ZE:TCARxCMEDI1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 22335,
"time": "1775560935"
},
"departure": {
"delay": 22335,
"time": "1775560935"
},
"stopId": "FR:76402:ZE:TCARxHBOUR0:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 22283,
"time": "1775561363"
},
"departure": {
"delay": 22283,
"time": "1775561363"
},
"stopId": "FR:76366:ZE:TCARxHEGLI0:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 22260,
"time": "1775561460"
},
"departure": {
"delay": 22260,
"time": "1775561460"
},
"stopId": "FR:76366:ZE:TCARxHMAIR0:ATOUMOD001",
"stopSequence": 11
},
{
"departure": {
"delay": 22320,
"time": "1775560860"
},
"stopId": "FR:76402:ZE:TCARxHFREV:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 22285,
"time": "1775561785"
},
"departure": {
"delay": 22285,
"time": "1775561785"
},
"stopId": "FR:76474:ZE:TCARxSAUVA1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 22199,
"time": "1775561939"
},
"departure": {
"delay": 22199,
"time": "1775561939"
},
"stopId": "FR:76410:ZE:TCARxVELOU1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 22260,
"time": "1775561160"
},
"departure": {
"delay": 22260,
"time": "1775561160"
},
"stopId": "FR:76366:ZE:TCARxCJZAY0:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 22182,
"time": "1775561982"
},
"departure": {
"delay": 22182,
"time": "1775561982"
},
"stopId": "FR:76410:ZE:TCARxRIVES1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 22289,
"time": "1775561249"
},
"departure": {
"delay": 22289,
"time": "1775561249"
},
"stopId": "FR:76366:ZE:TCARxLBOIS0:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 22375,
"time": "1775560915"
},
"departure": {
"delay": 22375,
"time": "1775560915"
},
"stopId": "FR:76402:ZE:TCARxHFREV0:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 22322,
"time": "1775561102"
},
"departure": {
"delay": 22322,
"time": "1775561102"
},
"stopId": "FR:76402:ZE:TCARxSOUEF0:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 22260,
"time": "1775561700"
},
"departure": {
"delay": 22260,
"time": "1775561700"
},
"stopId": "FR:76474:ZE:TCARxBMAIB0:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 22266,
"time": "1775561826"
},
"departure": {
"delay": 22266,
"time": "1775561826"
},
"stopId": "FR:76474:ZE:TCARxEPARG0:ATOUMOD001",
"stopSequence": 17
}
],
"timestamp": "1775559976",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx04:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx12141:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx12131:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 22256,
"time": "1775560736"
},
"departure": {
"delay": 22256,
"time": "1775560736"
},
"stopId": "FR:76366:ZE:TCARxLESUE0:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 22047,
"time": "1775561607"
},
"departure": {
"delay": 22047,
"time": "1775561607"
},
"stopId": "FR:76216:ZE:TCARxFAUQU0:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 22020,
"time": "1775561460"
},
"departure": {
"delay": 22020,
"time": "1775561460"
},
"stopId": "FR:76410:ZE:TCARxPETIT0:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 22146,
"time": "1775561166"
},
"departure": {
"delay": 22146,
"time": "1775561166"
},
"stopId": "FR:76474:ZE:TCARxEPARG0:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 22165,
"time": "1775561125"
},
"departure": {
"delay": 22165,
"time": "1775561125"
},
"stopId": "FR:76474:ZE:TCARxSAUVA1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 22079,
"time": "1775562059"
},
"departure": {
"delay": 22079,
"time": "1775562059"
},
"stopId": "FR:76157:ZE:TCARxLCORM0:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 22024,
"time": "1775561524"
},
"departure": {
"delay": 22024,
"time": "1775561524"
},
"stopId": "FR:76410:ZE:TCARxCLAIR1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 22202,
"time": "1775560442"
},
"departure": {
"delay": 22202,
"time": "1775560442"
},
"stopId": "FR:76402:ZE:TCARxSOUEF0:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 22080,
"time": "1775562120"
},
"departure": {
"delay": 22080,
"time": "1775562120"
},
"stopId": "FR:76157:ZE:TCARxMIN3:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": 22229,
"time": "1775560589"
},
"departure": {
"delay": 22229,
"time": "1775560589"
},
"stopId": "FR:76366:ZE:TCARxLBOIS0:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 22177,
"time": "1775560957"
},
"departure": {
"delay": 22177,
"time": "1775560957"
},
"stopId": "FR:76474:ZE:TCARxMUSEE0:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 22020,
"time": "1775561880"
},
"departure": {
"delay": 22020,
"time": "1775561880"
},
"stopId": "FR:76216:ZE:TCARxCAILL1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 22043,
"time": "1775561963"
},
"departure": {
"delay": 22043,
"time": "1775561963"
},
"stopId": "FR:76157:ZE:TCARxCOMME0:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 22117,
"time": "1775562037"
},
"departure": {
"delay": 22117,
"time": "1775562037"
},
"stopId": "FR:76157:ZE:TCARxATELI1:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 22079,
"time": "1775561279"
},
"departure": {
"delay": 22079,
"time": "1775561279"
},
"stopId": "FR:76410:ZE:TCARxVELOU1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 22226,
"time": "1775560346"
},
"departure": {
"delay": 22226,
"time": "1775560346"
},
"stopId": "FR:76402:ZE:TCARxCMEDI1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 22215,
"time": "1775560275"
},
"departure": {
"delay": 22215,
"time": "1775560275"
},
"stopId": "FR:76402:ZE:TCARxHBOUR0:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 22167,
"time": "1775561007"
},
"departure": {
"delay": 22167,
"time": "1775561007"
},
"stopId": "FR:76474:ZE:TCARxAGIDE1:ATOUMOD001",
"stopSequence": 14
},
{
"departure": {
"delay": 22200,
"time": "1775560200"
},
"stopId": "FR:76402:ZE:TCARxHFREV:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 22223,
"time": "1775560703"
},
"departure": {
"delay": 22223,
"time": "1775560703"
},
"stopId": "FR:76366:ZE:TCARxHEGLI0:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 22106,
"time": "1775561366"
},
"departure": {
"delay": 22106,
"time": "1775561366"
},
"stopId": "FR:76410:ZE:TCARxMAROM1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 22062,
"time": "1775561322"
},
"departure": {
"delay": 22062,
"time": "1775561322"
},
"stopId": "FR:76410:ZE:TCARxRIVES1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 22255,
"time": "1775560255"
},
"departure": {
"delay": 22255,
"time": "1775560255"
},
"stopId": "FR:76402:ZE:TCARxHFREV0:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 22140,
"time": "1775561040"
},
"departure": {
"delay": 22140,
"time": "1775561040"
},
"stopId": "FR:76474:ZE:TCARxBMAIB0:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 22217,
"time": "1775560397"
},
"departure": {
"delay": 22217,
"time": "1775560397"
},
"stopId": "FR:76402:ZE:TCARxNCHAM0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 22200,
"time": "1775560500"
},
"departure": {
"delay": 22200,
"time": "1775560500"
},
"stopId": "FR:76366:ZE:TCARxCJZAY0:ATOUMOD001",
"stopSequence": 7
}
],
"timestamp": "1775559936",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx04:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx12131:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx356:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 100,
"time": "1775560240"
},
"departure": {
"delay": 100,
"time": "1775560240"
},
"stopId": "FR:76540:ZE:TCARxREPUB1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 102,
"time": "1775559822"
},
"departure": {
"delay": 102,
"time": "1775559822"
},
"stopId": "FR:76540:ZE:TCARxLUCIL1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 136,
"time": "1775560336"
},
"departure": {
"delay": 136,
"time": "1775560336"
},
"stopId": "FR:76540:ZE:TCARxPMARC1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 155,
"time": "1775561375"
},
"departure": {
"delay": 155,
"time": "1775561375"
},
"stopId": "FR:76540:ZE:TCARxPSALO1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 174,
"time": "1775559354"
},
"departure": {
"delay": 174,
"time": "1775559354"
},
"stopId": "FR:76216:ZE:TCARxPTPIE1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 100,
"time": "1775561620"
},
"departure": {
"delay": 100,
"time": "1775561620"
},
"stopId": "FR:76540:ZE:TCARxCHATL1:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 148,
"time": "1775560168"
},
"departure": {
"delay": 148,
"time": "1775560168"
},
"stopId": "FR:76540:ZE:TCARxCATHE1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 5,
"time": "1775559545"
},
"departure": {
"delay": 5,
"time": "1775559545"
},
"stopId": "FR:76540:ZE:TCARxBAPEA1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 62,
"time": "1775559671"
},
"departure": {
"delay": 62,
"time": "1775559722"
},
"stopId": "FR:76540:ZE:TCARxRIBOU1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 119,
"time": "1775560019"
},
"departure": {
"delay": 119,
"time": "1775560019"
},
"stopId": "FR:76540:ZE:TCARxBELGE1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 100,
"time": "1775560420"
},
"departure": {
"delay": 100,
"time": "1775560420"
},
"stopId": "FR:76540:ZE:TCARxMARTT1:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 100,
"time": "1775560780"
},
"departure": {
"delay": 100,
"time": "1775560780"
},
"stopId": "FR:76540:ZE:TCARxJEUNE1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 100,
"time": "1775561440"
},
"departure": {
"delay": 100,
"time": "1775561440"
},
"stopId": "FR:76540:ZE:TCARxGALI1:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 151,
"time": "1775560591"
},
"departure": {
"delay": 151,
"time": "1775560591"
},
"stopId": "FR:76540:ZE:TCARxHILAI1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 180,
"time": "1775559120"
},
"departure": {
"delay": 180,
"time": "1775559120"
},
"stopId": "FR:76410:ZE:TCARxDLUNE1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 118,
"time": "1775561518"
},
"departure": {
"delay": 118,
"time": "1775561518"
},
"stopId": "FR:76540:ZE:TCARxMAIS21:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 100,
"time": "1775558895"
},
"departure": {
"delay": 100,
"time": "1775558920"
},
"stopId": "FR:76474:ZE:TCARxMOULI1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 165,
"time": "1775559920"
},
"departure": {
"delay": 165,
"time": "1775559945"
},
"stopId": "FR:76540:ZE:TCARxPASPA1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 60,
"time": "1775559420"
},
"departure": {
"delay": 60,
"time": "1775559420"
},
"stopId": "FR:76216:ZE:TCARxMAISO1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 175,
"time": "1775559271"
},
"departure": {
"delay": 175,
"time": "1775559295"
},
"stopId": "FR:76216:ZE:TCARxDVILL1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 145,
"time": "1775561305"
},
"departure": {
"delay": 145,
"time": "1775561305"
},
"stopId": "FR:76540:ZE:TCARxMALRA1:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 195,
"time": "1775559195"
},
"departure": {
"delay": 195,
"time": "1775559195"
},
"stopId": "FR:76410:ZE:TCARxPALIS1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 100,
"time": "1775561020"
},
"departure": {
"delay": 100,
"time": "1775561020"
},
"stopId": "FR:76540:ZE:TCARxARGEN1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 100,
"time": "1775561260"
},
"departure": {
"delay": 100,
"time": "1775561260"
},
"stopId": "FR:76540:ZE:TCARxSTCLA1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 100,
"time": "1775560120"
},
"departure": {
"delay": 100,
"time": "1775560120"
},
"stopId": "FR:76540:ZE:TCARxTARTT1:ATOUMOD001",
"stopSequence": 13
}
],
"timestamp": "1775558677",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx92:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx356:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN850336F399712x2026x03x29T20x55x37Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1775558220"
},
"stopId": "FR:76351:ZE:StopPointxOCETrainxTERx87413013:ATOUMOD002",
"stopSequence": 4
},
{
"arrival": {
"time": "1775559180"
},
"departure": {
"time": "1775559240"
},
"stopId": "FR:76250:ZE:StopPointxOCETrainxTERx87413328:ATOUMOD002",
"stopSequence": 10
},
{
"arrival": {
"time": "1775559600"
},
"departure": {
"time": "1775559660"
},
"stopId": "FR:76141:ZE:StopPointxOCETrainxTERx87413344:ATOUMOD002",
"stopSequence": 12
},
{
"arrival": {
"time": "1775560860"
},
"stopId": "FR:76259:ZE:StopPointxOCETrainxTERx87413542:ATOUMOD002",
"stopSequence": 13
},
{
"arrival": {
"time": "1775558820"
},
"departure": {
"time": "1775558880"
},
"stopId": "FR:76596:ZE:StopPointxOCETrainxTERx87413310:ATOUMOD002",
"stopSequence": 8
},
{
"arrival": {
"time": "1775558520"
},
"departure": {
"time": "1775558580"
},
"stopId": "FR:76341:ZE:StopPointxOCETrainxTERx87413302:ATOUMOD002",
"stopSequence": 6
}
],
"timestamp": "1775554616",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD002:Line:FRxLinexxb66ce399xd888x47dex897bx46f7f79fa5adx:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN850336F399712x2026x03x29T20x55x37Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD005:ServiceJourney:723:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775568240"
},
"departure": {
"time": "1775568240"
},
"stopId": "FR:76217:ZE:18196:ATOUMOD005",
"stopSequence": 13
},
{
"arrival": {
"time": "1775570280"
},
"departure": {
"time": "1775570280"
},
"stopId": "FR:76217:ZE:18023:ATOUMOD005",
"stopSequence": 29
},
{
"arrival": {
"time": "1775567460"
},
"departure": {
"time": "1775567460"
},
"stopId": "FR:76217:ZE:18810:ATOUMOD005",
"stopSequence": 2
},
{
"arrival": {
"time": "1775568900"
},
"departure": {
"time": "1775568900"
},
"stopId": "FR:76217:ZE:18077:ATOUMOD005",
"stopSequence": 21
},
{
"arrival": {
"time": "1775570460"
},
"departure": {
"time": "1775570460"
},
"stopId": "FR:76217:ZE:18040:ATOUMOD005",
"stopSequence": 31
},
{
"arrival": {
"time": "1775568720"
},
"departure": {
"time": "1775568720"
},
"stopId": "FR:76217:ZE:18027:ATOUMOD005",
"stopSequence": 18
},
{
"arrival": {
"time": "1775568840"
},
"departure": {
"time": "1775568840"
},
"stopId": "FR:76217:ZE:18107:ATOUMOD005",
"stopSequence": 20
},
{
"arrival": {
"time": "1775570520"
},
"departure": {
"time": "1775570520"
},
"stopId": "FR:76565:ZE:18238:ATOUMOD005",
"stopSequence": 33
},
{
"arrival": {
"time": "1775570700"
},
"stopId": "FR:76565:ZE:18284:ATOUMOD005",
"stopSequence": 35
},
{
"arrival": {
"time": "1775569440"
},
"departure": {
"time": "1775569440"
},
"stopId": "FR:76217:ZE:18320:ATOUMOD005",
"stopSequence": 23
},
{
"arrival": {
"time": "1775568660"
},
"departure": {
"time": "1775568660"
},
"stopId": "FR:76217:ZE:18133:ATOUMOD005",
"stopSequence": 17
},
{
"arrival": {
"time": "1775567580"
},
"departure": {
"time": "1775567580"
},
"stopId": "FR:76217:ZE:18176:ATOUMOD005",
"stopSequence": 4
},
{
"arrival": {
"time": "1775567520"
},
"departure": {
"time": "1775567520"
},
"stopId": "FR:76217:ZE:18183:ATOUMOD005",
"stopSequence": 3
},
{
"arrival": {
"time": "1775567880"
},
"departure": {
"time": "1775567880"
},
"stopId": "FR:76217:ZE:18175:ATOUMOD005",
"stopSequence": 7
},
{
"arrival": {
"time": "1775569920"
},
"departure": {
"time": "1775569920"
},
"stopId": "FR:76217:ZE:18785:ATOUMOD005",
"stopSequence": 26
},
{
"arrival": {
"delay": 5,
"time": "1775570465"
},
"departure": {
"delay": 5,
"time": "1775570465"
},
"stopId": "FR:76565:ZE:18105:ATOUMOD005",
"stopSequence": 32
},
{
"arrival": {
"time": "1775570580"
},
"departure": {
"time": "1775570580"
},
"stopId": "FR:76565:ZE:18443:ATOUMOD005",
"stopSequence": 34
},
{
"arrival": {
"time": "1775568540"
},
"departure": {
"time": "1775568540"
},
"stopId": "FR:76217:ZE:18078:ATOUMOD005",
"stopSequence": 16
},
{
"arrival": {
"time": "1775568000"
},
"departure": {
"time": "1775568000"
},
"stopId": "FR:76217:ZE:18185:ATOUMOD005",
"stopSequence": 9
},
{
"arrival": {
"time": "1775568360"
},
"departure": {
"time": "1775568360"
},
"stopId": "FR:76217:ZE:18104:ATOUMOD005",
"stopSequence": 15
},
{
"arrival": {
"time": "1775568060"
},
"departure": {
"time": "1775568060"
},
"stopId": "FR:76217:ZE:18187:ATOUMOD005",
"stopSequence": 10
},
{
"arrival": {
"time": "1775567820"
},
"departure": {
"time": "1775567820"
},
"stopId": "FR:76217:ZE:18182:ATOUMOD005",
"stopSequence": 6
},
{
"arrival": {
"time": "1775569800"
},
"departure": {
"time": "1775569800"
},
"stopId": "FR:76217:ZE:18096:ATOUMOD005",
"stopSequence": 25
},
{
"arrival": {
"time": "1775568120"
},
"departure": {
"time": "1775568120"
},
"stopId": "FR:76217:ZE:18164:ATOUMOD005",
"stopSequence": 11
},
{
"arrival": {
"time": "1775570040"
},
"departure": {
"time": "1775570040"
},
"stopId": "FR:76217:ZE:18054:ATOUMOD005",
"stopSequence": 27
},
{
"arrival": {
"time": "1775567940"
},
"departure": {
"time": "1775567940"
},
"stopId": "FR:76217:ZE:18206:ATOUMOD005",
"stopSequence": 8
},
{
"arrival": {
"time": "1775569620"
},
"departure": {
"time": "1775569620"
},
"stopId": "FR:76217:ZE:18057:ATOUMOD005",
"stopSequence": 24
},
{
"arrival": {
"time": "1775567700"
},
"departure": {
"time": "1775567700"
},
"stopId": "FR:76217:ZE:18169:ATOUMOD005",
"stopSequence": 5
},
{
"arrival": {
"time": "1775568180"
},
"departure": {
"time": "1775568180"
},
"stopId": "FR:76217:ZE:18208:ATOUMOD005",
"stopSequence": 12
},
{
"arrival": {
"time": "1775568780"
},
"departure": {
"time": "1775568780"
},
"stopId": "FR:76217:ZE:18059:ATOUMOD005",
"stopSequence": 19
},
{
"arrival": {
"time": "1775569260"
},
"departure": {
"time": "1775569260"
},
"stopId": "FR:76217:ZE:18050:ATOUMOD005",
"stopSequence": 22
},
{
"arrival": {
"time": "1775570100"
},
"departure": {
"time": "1775570100"
},
"stopId": "FR:76217:ZE:18025:ATOUMOD005",
"stopSequence": 28
},
{
"arrival": {
"time": "1775570400"
},
"departure": {
"time": "1775570400"
},
"stopId": "FR:76217:ZE:18073:ATOUMOD005",
"stopSequence": 30
},
{
"departure": {
"time": "1775567400"
},
"stopId": "FR:76217:ZE:18808:ATOUMOD005",
"stopSequence": 1
},
{
"arrival": {
"time": "1775568300"
},
"departure": {
"time": "1775568300"
},
"stopId": "FR:76217:ZE:18189:ATOUMOD005",
"stopSequence": 14
}
],
"timestamp": "1775560042",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD005:Line:1:LOC",
"tripId": "ATOUMOD005:ServiceJourney:723:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4072045x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -60,
"time": "1775560320"
},
"departure": {
"delay": -60,
"time": "1775560320"
},
"stopId": "FR:76351:ZE:3469:ATOUMOD003",
"stopSequence": 22
},
{
"departure": {
"delay": -78,
"time": "1775560062"
},
"stopId": "FR:76351:ZE:4543:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": -74,
"time": "1775560246"
},
"departure": {
"delay": -74,
"time": "1775560246"
},
"stopId": "FR:76351:ZE:3198:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": -45,
"time": "1775560095"
},
"departure": {
"delay": -45,
"time": "1775560095"
},
"stopId": "FR:76351:ZE:3373:ATOUMOD003",
"stopSequence": 17
},
{
"departure": {
"delay": 7,
"time": "1775560027"
},
"stopId": "FR:76351:ZE:3237:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": -55,
"time": "1775560145"
},
"departure": {
"delay": -55,
"time": "1775560145"
},
"stopId": "FR:76351:ZE:3527:ATOUMOD003",
"stopSequence": 18
},
{
"departure": {
"delay": 30,
"time": "1775559930"
},
"stopId": "FR:76351:ZE:3168:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": -37,
"time": "1775560283"
},
"departure": {
"delay": -37,
"time": "1775560283"
},
"stopId": "FR:76351:ZE:3806:ATOUMOD003",
"stopSequence": 21
},
{
"departure": {
"delay": -25,
"time": "1775559995"
},
"stopId": "FR:76351:ZE:3231:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": -78,
"time": "1775560362"
},
"stopId": "FR:76351:ZE:4825:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": -78,
"time": "1775560182"
},
"departure": {
"delay": -78,
"time": "1775560182"
},
"stopId": "FR:76351:ZE:3311:ATOUMOD003",
"stopSequence": 19
}
],
"timestamp": "1775560060",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:C4:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4072045x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746218x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 88,
"time": "1775550477"
},
"departure": {
"delay": 88,
"time": "1775550508"
},
"stopId": "FR:50129:ZE:10LLM2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 120,
"time": "1775552872"
},
"departure": {
"delay": 120,
"time": "1775552880"
},
"stopId": "FR:50129:ZE:10SFN2:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"delay": 251,
"time": "1775552461"
},
"departure": {
"delay": 251,
"time": "1775552471"
},
"stopId": "FR:50129:ZE:10ZOL2:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 51,
"time": "1775550220"
},
"departure": {
"delay": 51,
"time": "1775550231"
},
"stopId": "FR:50129:ZE:10ZPH2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": -21,
"time": "1775549845"
},
"departure": {
"delay": -21,
"time": "1775549859"
},
"stopId": "FR:50129:ZE:10COS2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 258,
"time": "1775552625"
},
"departure": {
"delay": 258,
"time": "1775552658"
},
"stopId": "FR:50129:ZE:10PRE2:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": 29,
"time": "1775553023"
},
"departure": {
"delay": 29,
"time": "1775553029"
},
"stopId": "FR:50129:ZE:10SFG2:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"delay": 296,
"time": "1775552323"
},
"departure": {
"delay": 296,
"time": "1775552336"
},
"stopId": "FR:50129:ZE:10LAV2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 52,
"time": "1775549987"
},
"departure": {
"delay": 52,
"time": "1775550052"
},
"stopId": "FR:50129:ZE:10MGT2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 100,
"time": "1775550066"
},
"departure": {
"delay": 100,
"time": "1775550100"
},
"stopId": "FR:50129:ZE:10MYO2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 4,
"time": "1775553056"
},
"departure": {
"delay": 4,
"time": "1775553064"
},
"stopId": "FR:50129:ZE:10EPH1:ATOUMOD035",
"stopSequence": 49
},
{
"arrival": {
"delay": 429,
"time": "1775551973"
},
"departure": {
"delay": 429,
"time": "1775551989"
},
"stopId": "FR:50129:ZE:10HDI4:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 93,
"time": "1775550112"
},
"departure": {
"delay": 93,
"time": "1775550153"
},
"stopId": "FR:50129:ZE:10NOR4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 26,
"time": "1775549936"
},
"departure": {
"delay": 26,
"time": "1775549966"
},
"stopId": "FR:50129:ZE:10RSX2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 78,
"time": "1775550190"
},
"departure": {
"delay": 78,
"time": "1775550198"
},
"stopId": "FR:50129:ZE:10JEA2:ATOUMOD035",
"stopSequence": 9
},
{
"departure": {
"delay": 4,
"time": "1775549704"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 424,
"time": "1775551432"
},
"departure": {
"delay": 424,
"time": "1775551504"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 378,
"time": "1775552168"
},
"departure": {
"delay": 378,
"time": "1775552178"
},
"stopId": "FR:50129:ZE:10HUI2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 297,
"time": "1775552368"
},
"departure": {
"delay": 297,
"time": "1775552397"
},
"stopId": "FR:50129:ZE:10DUB2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 387,
"time": "1775552093"
},
"departure": {
"delay": 387,
"time": "1775552127"
},
"stopId": "FR:50129:ZE:10TRA6:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 347,
"time": "1775552240"
},
"departure": {
"delay": 347,
"time": "1775552267"
},
"stopId": "FR:50129:ZE:10HOM2:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 480,
"time": "1775551829"
},
"departure": {
"delay": 480,
"time": "1775551860"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 19,
"time": "1775549760"
},
"departure": {
"delay": 19,
"time": "1775549779"
},
"stopId": "FR:50129:ZE:10JGO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 192,
"time": "1775552764"
},
"departure": {
"delay": 192,
"time": "1775552772"
},
"stopId": "FR:50129:ZE:10BRT2:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"delay": 347,
"time": "1775552195"
},
"departure": {
"delay": 347,
"time": "1775552207"
},
"stopId": "FR:50129:ZE:10BEL2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 67,
"time": "1775552980"
},
"departure": {
"delay": 67,
"time": "1775553007"
},
"stopId": "FR:50129:ZE:10COF2:ATOUMOD035",
"stopSequence": 47
},
{
"arrival": {
"delay": 233,
"time": "1775552724"
},
"departure": {
"delay": 233,
"time": "1775552753"
},
"stopId": "FR:50129:ZE:10BON2:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": 93,
"time": "1775552890"
},
"departure": {
"delay": 93,
"time": "1775552913"
},
"stopId": "FR:50129:ZE:10ALB2:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"delay": -24,
"time": "1775553096"
},
"stopId": "FR:50129:ZE:10MAX1:ATOUMOD035",
"stopSequence": 50
},
{
"arrival": {
"delay": 455,
"time": "1775551542"
},
"departure": {
"delay": 455,
"time": "1775551595"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 262,
"time": "1775550874"
},
"departure": {
"delay": 262,
"time": "1775551042"
},
"stopId": "FR:50129:ZE:10THH4:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 228,
"time": "1775552559"
},
"departure": {
"delay": 228,
"time": "1775552568"
},
"stopId": "FR:50129:ZE:10BHE2:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 107,
"time": "1775550662"
},
"departure": {
"delay": 107,
"time": "1775550707"
},
"stopId": "FR:50129:ZE:10BHC2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 72,
"time": "1775550525"
},
"departure": {
"delay": 72,
"time": "1775550552"
},
"stopId": "FR:50129:ZE:10JMO2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 394,
"time": "1775552032"
},
"departure": {
"delay": 394,
"time": "1775552074"
},
"stopId": "FR:50129:ZE:10REP4:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 82,
"time": "1775550389"
},
"departure": {
"delay": 82,
"time": "1775550442"
},
"stopId": "FR:50129:ZE:10BRO2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 150,
"time": "1775552784"
},
"departure": {
"delay": 150,
"time": "1775552790"
},
"stopId": "FR:50129:ZE:10HOU2:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": 416,
"time": "1775551183"
},
"departure": {
"delay": 416,
"time": "1775551316"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 504,
"time": "1775551689"
},
"departure": {
"delay": 504,
"time": "1775551764"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 209,
"time": "1775552664"
},
"departure": {
"delay": 209,
"time": "1775552669"
},
"stopId": "FR:50129:ZE:10ARA2:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"delay": 126,
"time": "1775550576"
},
"departure": {
"delay": 126,
"time": "1775550606"
},
"stopId": "FR:50129:ZE:10LUM2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 320,
"time": "1775552292"
},
"departure": {
"delay": 320,
"time": "1775552300"
},
"stopId": "FR:50129:ZE:10AGO2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 260,
"time": "1775552514"
},
"departure": {
"delay": 260,
"time": "1775552540"
},
"stopId": "FR:50129:ZE:10LON2:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 40,
"time": "1775550248"
},
"departure": {
"delay": 40,
"time": "1775550280"
},
"stopId": "FR:50129:ZE:10ART2:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 127,
"time": "1775550755"
},
"departure": {
"delay": 127,
"time": "1775550787"
},
"stopId": "FR:50129:ZE:10LCP2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 113,
"time": "1775552807"
},
"departure": {
"delay": 113,
"time": "1775552813"
},
"stopId": "FR:50129:ZE:10CAR2:ATOUMOD035",
"stopSequence": 44
},
{
"arrival": {
"delay": 261,
"time": "1775552586"
},
"departure": {
"delay": 261,
"time": "1775552601"
},
"stopId": "FR:50129:ZE:10CPL2:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"delay": 484,
"time": "1775551891"
},
"departure": {
"delay": 484,
"time": "1775551924"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 498,
"time": "1775551790"
},
"departure": {
"delay": 498,
"time": "1775551818"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": -23,
"time": "1775549884"
},
"departure": {
"delay": -23,
"time": "1775549917"
},
"stopId": "FR:50129:ZE:10CVE2:ATOUMOD035",
"stopSequence": 4
}
],
"timestamp": "1775560079",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746218x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx13017:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -14596,
"time": "1775560964"
},
"departure": {
"delay": -14596,
"time": "1775560964"
},
"stopId": "FR:76103:ZE:TCARxNEUVE0:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": -14702,
"time": "1775561458"
},
"departure": {
"delay": -14702,
"time": "1775561458"
},
"stopId": "FR:76475:ZE:TCARxLOISI2:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": -14460,
"time": "1775560500"
},
"departure": {
"delay": -14460,
"time": "1775560500"
},
"stopId": "FR:76540:ZE:TCARxPAUL20:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": -14643,
"time": "1775561157"
},
"departure": {
"delay": -14643,
"time": "1775561157"
},
"stopId": "FR:76429:ZE:TCARxRBELB0:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": -14712,
"time": "1775561748"
},
"departure": {
"delay": -14712,
"time": "1775561748"
},
"stopId": "FR:76475:ZE:TCARxCOTYR0:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": -14703,
"time": "1775561517"
},
"departure": {
"delay": -14703,
"time": "1775561517"
},
"stopId": "FR:76475:ZE:TCARxVADAI0:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": -14640,
"time": "1775561100"
},
"departure": {
"delay": -14640,
"time": "1775561100"
},
"stopId": "FR:76429:ZE:TCARxESNAR0:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": -14478,
"time": "1775560602"
},
"departure": {
"delay": -14478,
"time": "1775560602"
},
"stopId": "FR:76103:ZE:TCARxNOYER0:ATOUMOD001",
"stopSequence": 6
},
{
"departure": {
"delay": -14340,
"time": "1775560320"
},
"stopId": "FR:76540:ZE:TCARxTART8:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": -14403,
"time": "1775560377"
},
"departure": {
"delay": -14403,
"time": "1775560377"
},
"stopId": "FR:76540:ZE:TCARxREPUQ0:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -14599,
"time": "1775560901"
},
"departure": {
"delay": -14599,
"time": "1775560901"
},
"stopId": "FR:76103:ZE:TCARxCDLED0:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": -14770,
"time": "1775561810"
},
"departure": {
"delay": -14770,
"time": "1775561810"
},
"stopId": "FR:76475:ZE:TCARxGAREN1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": -14604,
"time": "1775561016"
},
"departure": {
"delay": -14604,
"time": "1775561016"
},
"stopId": "FR:76429:ZE:TCARxLESCU0:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": -14700,
"time": "1775561700"
},
"departure": {
"delay": -14700,
"time": "1775561700"
},
"stopId": "FR:76475:ZE:TCARxHVFRA0:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": -14703,
"time": "1775561577"
},
"departure": {
"delay": -14703,
"time": "1775561577"
},
"stopId": "FR:76475:ZE:TCARxFERME0:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": -14700,
"time": "1775561400"
},
"departure": {
"delay": -14700,
"time": "1775561400"
},
"stopId": "FR:76429:ZE:TCARxMALOT2:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": -14580,
"time": "1775560860"
},
"departure": {
"delay": -14580,
"time": "1775560860"
},
"stopId": "FR:76103:ZE:TCARxBONSE0:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": -14458,
"time": "1775560562"
},
"departure": {
"delay": -14458,
"time": "1775560562"
},
"stopId": "FR:76540:ZE:TCARxBASSE0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": -14820,
"time": "1775561940"
},
"departure": {
"delay": -14820,
"time": "1775561940"
},
"stopId": "FR:76475:ZE:TCARxISAAC1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": -14492,
"time": "1775560648"
},
"departure": {
"delay": -14492,
"time": "1775560648"
},
"stopId": "FR:76103:ZE:TCARxTHURI0:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": -14728,
"time": "1775561612"
},
"departure": {
"delay": -14728,
"time": "1775561612"
},
"stopId": "FR:76475:ZE:TCARxCROCH0:ATOUMOD001",
"stopSequence": 21
}
],
"timestamp": "1775560016",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx05:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx13017:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx8113:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 9,
"time": "1775557269"
},
"departure": {
"delay": 9,
"time": "1775557269"
},
"stopId": "FR:76540:ZE:TCARxSANTE1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -119,
"time": "1775558401"
},
"departure": {
"delay": -119,
"time": "1775558401"
},
"stopId": "FR:76540:ZE:TCARxLOPOT1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": -141,
"time": "1775557959"
},
"departure": {
"delay": -141,
"time": "1775557959"
},
"stopId": "FR:76540:ZE:TCARxCAUCT1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": -141,
"time": "1775558019"
},
"departure": {
"delay": -141,
"time": "1775558019"
},
"stopId": "FR:76540:ZE:TCARxVXMAR1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": -162,
"time": "1775559198"
},
"departure": {
"delay": -162,
"time": "1775559198"
},
"stopId": "FR:76575:ZE:TCARxSANSU1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": -11,
"time": "1775557369"
},
"departure": {
"delay": -11,
"time": "1775557369"
},
"stopId": "FR:76540:ZE:TCARxCHRUT1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -114,
"time": "1775557686"
},
"departure": {
"delay": -114,
"time": "1775557686"
},
"stopId": "FR:76540:ZE:TCARxBOU8:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": -127,
"time": "1775558693"
},
"departure": {
"delay": -127,
"time": "1775558693"
},
"stopId": "FR:76498:ZE:TCARxDIOCT1:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": -87,
"time": "1775557773"
},
"departure": {
"delay": -87,
"time": "1775557773"
},
"stopId": "FR:76540:ZE:TCARxBEAUT1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": -201,
"time": "1775559099"
},
"departure": {
"delay": -201,
"time": "1775559099"
},
"stopId": "FR:76497:ZE:TCARxZENIT4:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": -147,
"time": "1775558193"
},
"departure": {
"delay": -147,
"time": "1775558193"
},
"stopId": "FR:76540:ZE:TCARxORLET1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": -106,
"time": "1775558294"
},
"departure": {
"delay": -106,
"time": "1775558294"
},
"stopId": "FR:76540:ZE:TCARxCAFT1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": -129,
"time": "1775558571"
},
"departure": {
"delay": -129,
"time": "1775558571"
},
"stopId": "FR:76498:ZE:TCARxNOVET1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": -127,
"time": "1775558813"
},
"departure": {
"delay": -127,
"time": "1775558813"
},
"stopId": "FR:76322:ZE:TCARxCBRUT1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": -133,
"time": "1775558927"
},
"departure": {
"delay": -133,
"time": "1775558927"
},
"stopId": "FR:76322:ZE:TCARxSANDT1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": -79,
"time": "1775558861"
},
"departure": {
"delay": -79,
"time": "1775558861"
},
"stopId": "FR:76322:ZE:TCARxSTENT1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": -223,
"time": "1775559317"
},
"stopId": "FR:76575:ZE:TCARxTECHN5:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": -79,
"time": "1775558501"
},
"departure": {
"delay": -79,
"time": "1775558501"
},
"stopId": "FR:76498:ZE:TCARxCHART1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 39,
"time": "1775557599"
},
"departure": {
"delay": 39,
"time": "1775557599"
},
"stopId": "FR:76540:ZE:TCARxTMARV1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 54,
"time": "1775557474"
},
"departure": {
"delay": 54,
"time": "1775557494"
},
"stopId": "FR:76540:ZE:TCARxHILAI1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": -146,
"time": "1775559274"
},
"departure": {
"delay": -146,
"time": "1775559274"
},
"stopId": "FR:76575:ZE:TCARxCORBU2:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": -173,
"time": "1775558107"
},
"departure": {
"delay": -173,
"time": "1775558107"
},
"stopId": "FR:76540:ZE:TCARxBELGE3:ATOUMOD001",
"stopSequence": 11
}
],
"timestamp": "1775557037",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx94:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx8113:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx8101:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 254,
"time": "1775561114"
},
"departure": {
"delay": 254,
"time": "1775561114"
},
"stopId": "FR:76575:ZE:TCARxCORBU2:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 107,
"time": "1775559382"
},
"departure": {
"delay": 107,
"time": "1775559407"
},
"stopId": "FR:76540:ZE:TCARxBEAUT1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 63,
"time": "1775558883"
},
"departure": {
"delay": 63,
"time": "1775558883"
},
"stopId": "FR:76540:ZE:TCARxCHRUT1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 208,
"time": "1775560468"
},
"departure": {
"delay": 208,
"time": "1775560468"
},
"stopId": "FR:76498:ZE:TCARxDIOCT1:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 207,
"time": "1775560587"
},
"departure": {
"delay": 207,
"time": "1775560587"
},
"stopId": "FR:76322:ZE:TCARxCBRUT1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 208,
"time": "1775561188"
},
"stopId": "FR:76575:ZE:TCARxTECHN5:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 208,
"time": "1775560708"
},
"departure": {
"delay": 208,
"time": "1775560708"
},
"stopId": "FR:76322:ZE:TCARxSANDT1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": -26,
"time": "1775559214"
},
"departure": {
"delay": -26,
"time": "1775559214"
},
"stopId": "FR:76540:ZE:TCARxBOU8:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 266,
"time": "1775560106"
},
"departure": {
"delay": 266,
"time": "1775560106"
},
"stopId": "FR:76540:ZE:TCARxCAFT1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 187,
"time": "1775559882"
},
"departure": {
"delay": 187,
"time": "1775559907"
},
"stopId": "FR:76540:ZE:TCARxBELGE3:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 208,
"time": "1775560948"
},
"departure": {
"delay": 208,
"time": "1775560948"
},
"stopId": "FR:76497:ZE:TCARxZENIT4:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 167,
"time": "1775559658"
},
"departure": {
"delay": 167,
"time": "1775559707"
},
"stopId": "FR:76540:ZE:TCARxCAUCT1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 260,
"time": "1775561060"
},
"departure": {
"delay": 260,
"time": "1775561060"
},
"stopId": "FR:76575:ZE:TCARxSANSU1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 206,
"time": "1775560346"
},
"departure": {
"delay": 206,
"time": "1775560346"
},
"stopId": "FR:76498:ZE:TCARxNOVET1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 59,
"time": "1775558759"
},
"departure": {
"delay": 59,
"time": "1775558759"
},
"stopId": "FR:76540:ZE:TCARxSANTE1:ATOUMOD001",
"stopSequence": 2
},
{
"departure": {
"delay": 7,
"time": "1775558707"
},
"stopId": "FR:76540:ZE:TCARxMCURIE:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 208,
"time": "1775560168"
},
"departure": {
"delay": 208,
"time": "1775560168"
},
"stopId": "FR:76540:ZE:TCARxLOPOT1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 157,
"time": "1775559736"
},
"departure": {
"delay": 157,
"time": "1775559757"
},
"stopId": "FR:76540:ZE:TCARxVXMAR1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 260,
"time": "1775560640"
},
"departure": {
"delay": 260,
"time": "1775560640"
},
"stopId": "FR:76322:ZE:TCARxSTENT1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 162,
"time": "1775559532"
},
"departure": {
"delay": 162,
"time": "1775559582"
},
"stopId": "FR:76540:ZE:TCARxGARET1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 250,
"time": "1775560270"
},
"departure": {
"delay": 250,
"time": "1775560270"
},
"stopId": "FR:76498:ZE:TCARxCHART1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 156,
"time": "1775559036"
},
"departure": {
"delay": 156,
"time": "1775559036"
},
"stopId": "FR:76540:ZE:TCARxHILAI1:ATOUMOD001",
"stopSequence": 4
}
],
"timestamp": "1775558717",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx94:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx8101:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745732x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 164,
"time": "1775556936"
},
"departure": {
"delay": 164,
"time": "1775556944"
},
"stopId": "FR:50129:ZE:10HET2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 97,
"time": "1775554745"
},
"departure": {
"delay": 97,
"time": "1775554777"
},
"stopId": "FR:50129:ZE:10GRR2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 182,
"time": "1775556981"
},
"departure": {
"delay": 182,
"time": "1775557022"
},
"stopId": "FR:50129:ZE:10MOR2:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 97,
"time": "1775556016"
},
"departure": {
"delay": 97,
"time": "1775556037"
},
"stopId": "FR:50129:ZE:10TRA3:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 166,
"time": "1775554361"
},
"departure": {
"delay": 166,
"time": "1775554426"
},
"stopId": "FR:50129:ZE:10LPL2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 104,
"time": "1775556546"
},
"departure": {
"delay": 104,
"time": "1775556584"
},
"stopId": "FR:50129:ZE:10DIX2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 67,
"time": "1775554995"
},
"departure": {
"delay": 67,
"time": "1775555047"
},
"stopId": "FR:50129:ZE:10CRN2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 64,
"time": "1775554894"
},
"departure": {
"delay": 64,
"time": "1775554924"
},
"stopId": "FR:50129:ZE:10HPA4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 125,
"time": "1775555552"
},
"departure": {
"delay": 125,
"time": "1775555585"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 141,
"time": "1775555866"
},
"departure": {
"delay": 141,
"time": "1775555901"
},
"stopId": "FR:50129:ZE:10HDI4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 169,
"time": "1775556669"
},
"departure": {
"delay": 169,
"time": "1775556709"
},
"stopId": "FR:50129:ZE:10EPC2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 170,
"time": "1775554454"
},
"departure": {
"delay": 170,
"time": "1775554490"
},
"stopId": "FR:50129:ZE:10GDR2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 122,
"time": "1775556470"
},
"departure": {
"delay": 122,
"time": "1775556482"
},
"stopId": "FR:50129:ZE:10PET2:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 163,
"time": "1775556186"
},
"departure": {
"delay": 163,
"time": "1775556223"
},
"stopId": "FR:50129:ZE:10ANN2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 125,
"time": "1775555189"
},
"departure": {
"delay": 125,
"time": "1775555225"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 140,
"time": "1775555740"
},
"departure": {
"delay": 140,
"time": "1775555780"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 19
},
{
"departure": {
"delay": 123,
"time": "1775554203"
},
"stopId": "FR:50129:ZE:10ECT1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 172,
"time": "1775556314"
},
"departure": {
"delay": 172,
"time": "1775556352"
},
"stopId": "FR:50129:ZE:10CAQ2:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 182,
"time": "1775557045"
},
"departure": {
"delay": 182,
"time": "1775557082"
},
"stopId": "FR:50129:ZE:10MES2:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 158,
"time": "1775554264"
},
"departure": {
"delay": 158,
"time": "1775554298"
},
"stopId": "FR:50129:ZE:10FLO2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 190,
"time": "1775556897"
},
"departure": {
"delay": 190,
"time": "1775556910"
},
"stopId": "FR:50129:ZE:10TLL2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 157,
"time": "1775557117"
},
"stopId": "FR:50129:ZE:10AMF1:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 94,
"time": "1775554805"
},
"departure": {
"delay": 94,
"time": "1775554834"
},
"stopId": "FR:50129:ZE:10XCT4:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 168,
"time": "1775554519"
},
"departure": {
"delay": 168,
"time": "1775554548"
},
"stopId": "FR:50129:ZE:10NOR6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 182,
"time": "1775556744"
},
"departure": {
"delay": 182,
"time": "1775556782"
},
"stopId": "FR:50129:ZE:10EPH1:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 97,
"time": "1775555604"
},
"departure": {
"delay": 97,
"time": "1775555617"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 117,
"time": "1775555637"
},
"departure": {
"delay": 117,
"time": "1775555697"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 198,
"time": "1775556820"
},
"departure": {
"delay": 198,
"time": "1775556858"
},
"stopId": "FR:50129:ZE:10PAU2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 98,
"time": "1775555942"
},
"departure": {
"delay": 98,
"time": "1775555978"
},
"stopId": "FR:50129:ZE:10REP4:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 139,
"time": "1775555444"
},
"departure": {
"delay": 139,
"time": "1775555479"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 144,
"time": "1775556132"
},
"departure": {
"delay": 144,
"time": "1775556144"
},
"stopId": "FR:50129:ZE:10CMI2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 123,
"time": "1775554597"
},
"departure": {
"delay": 123,
"time": "1775554623"
},
"stopId": "FR:50129:ZE:10MED4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 120,
"time": "1775556088"
},
"departure": {
"delay": 120,
"time": "1775556120"
},
"stopId": "FR:50129:ZE:10PAX2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 122,
"time": "1775555358"
},
"departure": {
"delay": 122,
"time": "1775555402"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 143,
"time": "1775556416"
},
"departure": {
"delay": 143,
"time": "1775556443"
},
"stopId": "FR:50129:ZE:10HME2:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 133,
"time": "1775554663"
},
"departure": {
"delay": 133,
"time": "1775554693"
},
"stopId": "FR:50129:ZE:10BAG4:ATOUMOD035",
"stopSequence": 8
}
],
"timestamp": "1775560079",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:02:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745732x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4011235x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -54,
"time": "1775558346"
},
"departure": {
"delay": -54,
"time": "1775558346"
},
"stopId": "FR:76351:ZE:3301:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": -48,
"time": "1775557932"
},
"departure": {
"delay": -48,
"time": "1775557932"
},
"stopId": "FR:76351:ZE:3460:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": -58,
"time": "1775559602"
},
"departure": {
"delay": -58,
"time": "1775559602"
},
"stopId": "FR:76351:ZE:3623:ATOUMOD003",
"stopSequence": 35
},
{
"arrival": {
"delay": -23,
"time": "1775560657"
},
"departure": {
"delay": -23,
"time": "1775560657"
},
"stopId": "FR:76447:ZE:3066:ATOUMOD003",
"stopSequence": 49
},
{
"arrival": {
"delay": -44,
"time": "1775559016"
},
"departure": {
"delay": -44,
"time": "1775559016"
},
"stopId": "FR:76351:ZE:4572:ATOUMOD003",
"stopSequence": 28
},
{
"departure": {
"delay": -15,
"time": "1775557485"
},
"stopId": "FR:76552:ZE:3606:ATOUMOD003",
"stopSequence": 7
},
{
"arrival": {
"delay": -58,
"time": "1775558582"
},
"departure": {
"delay": -58,
"time": "1775558582"
},
"stopId": "FR:76351:ZE:4642:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": -53,
"time": "1775558707"
},
"departure": {
"delay": -53,
"time": "1775558707"
},
"stopId": "FR:76351:ZE:3027:ATOUMOD003",
"stopSequence": 25
},
{
"arrival": {
"delay": -50,
"time": "1775559910"
},
"departure": {
"delay": -50,
"time": "1775559910"
},
"stopId": "FR:76351:ZE:3136:ATOUMOD003",
"stopSequence": 40
},
{
"arrival": {
"delay": -42,
"time": "1775558658"
},
"departure": {
"delay": -42,
"time": "1775558658"
},
"stopId": "FR:76351:ZE:4520:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": -4,
"time": "1775559056"
},
"departure": {
"delay": -4,
"time": "1775559056"
},
"stopId": "FR:76351:ZE:3666:ATOUMOD003",
"stopSequence": 29
},
{
"arrival": {
"delay": -58,
"time": "1775558942"
},
"departure": {
"delay": -58,
"time": "1775558942"
},
"stopId": "FR:76351:ZE:3191:ATOUMOD003",
"stopSequence": 27
},
{
"arrival": {
"delay": -58,
"time": "1775560862"
},
"departure": {
"delay": -58,
"time": "1775560862"
},
"stopId": "FR:76447:ZE:3130:ATOUMOD003",
"stopSequence": 53
},
{
"arrival": {
"delay": -9,
"time": "1775560551"
},
"departure": {
"delay": -9,
"time": "1775560551"
},
"stopId": "FR:76447:ZE:3238:ATOUMOD003",
"stopSequence": 46
},
{
"arrival": {
"delay": -10,
"time": "1775559650"
},
"departure": {
"delay": -10,
"time": "1775559650"
},
"stopId": "FR:76351:ZE:3233:ATOUMOD003",
"stopSequence": 36
},
{
"arrival": {
"delay": -58,
"time": "1775560922"
},
"stopId": "FR:76447:ZE:3443:ATOUMOD003",
"stopSequence": 54
},
{
"arrival": {
"delay": -52,
"time": "1775558168"
},
"departure": {
"delay": -52,
"time": "1775558168"
},
"stopId": "FR:76351:ZE:3731:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": -55,
"time": "1775557805"
},
"departure": {
"delay": -55,
"time": "1775557805"
},
"stopId": "FR:76552:ZE:3298:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": 1,
"time": "1775558881"
},
"departure": {
"delay": 1,
"time": "1775558881"
},
"stopId": "FR:76351:ZE:3240:ATOUMOD003",
"stopSequence": 26
},
{
"arrival": {
"delay": -14,
"time": "1775560366"
},
"departure": {
"delay": -14,
"time": "1775560366"
},
"stopId": "FR:76447:ZE:3107:ATOUMOD003",
"stopSequence": 44
},
{
"arrival": {
"delay": -10,
"time": "1775560730"
},
"departure": {
"delay": -10,
"time": "1775560730"
},
"stopId": "FR:76447:ZE:3432:ATOUMOD003",
"stopSequence": 50
},
{
"arrival": {
"delay": -58,
"time": "1775560262"
},
"departure": {
"delay": -58,
"time": "1775560262"
},
"stopId": "FR:76447:ZE:3346:ATOUMOD003",
"stopSequence": 42
},
{
"arrival": {
"delay": -56,
"time": "1775559124"
},
"departure": {
"delay": -56,
"time": "1775559124"
},
"stopId": "FR:76351:ZE:3690:ATOUMOD003",
"stopSequence": 30
},
{
"arrival": {
"delay": -31,
"time": "1775557769"
},
"departure": {
"delay": -31,
"time": "1775557769"
},
"stopId": "FR:76552:ZE:3608:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": -8,
"time": "1775559712"
},
"departure": {
"delay": -8,
"time": "1775559712"
},
"stopId": "FR:76351:ZE:3547:ATOUMOD003",
"stopSequence": 37
},
{
"arrival": {
"delay": -16,
"time": "1775559764"
},
"departure": {
"delay": -16,
"time": "1775559764"
},
"stopId": "FR:76351:ZE:3249:ATOUMOD003",
"stopSequence": 38
},
{
"arrival": {
"delay": -50,
"time": "1775557630"
},
"departure": {
"delay": -50,
"time": "1775557630"
},
"stopId": "FR:76552:ZE:3104:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": -58,
"time": "1775557562"
},
"departure": {
"delay": -58,
"time": "1775557562"
},
"stopId": "FR:76552:ZE:3487:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": -58,
"time": "1775558102"
},
"departure": {
"delay": -58,
"time": "1775558102"
},
"stopId": "FR:76351:ZE:3797:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": -55,
"time": "1775560805"
},
"departure": {
"delay": -55,
"time": "1775560805"
},
"stopId": "FR:76447:ZE:3268:ATOUMOD003",
"stopSequence": 52
},
{
"arrival": {
"time": "1775560620"
},
"departure": {
"time": "1775560620"
},
"stopId": "FR:76447:ZE:3122:ATOUMOD003",
"stopSequence": 48
},
{
"arrival": {
"delay": -58,
"time": "1775559422"
},
"departure": {
"delay": -58,
"time": "1775559422"
},
"stopId": "FR:76351:ZE:3381:ATOUMOD003",
"stopSequence": 34
},
{
"arrival": {
"delay": -58,
"time": "1775560502"
},
"departure": {
"delay": -58,
"time": "1775560502"
},
"stopId": "FR:76447:ZE:3120:ATOUMOD003",
"stopSequence": 45
},
{
"arrival": {
"delay": -58,
"time": "1775560022"
},
"departure": {
"delay": -58,
"time": "1775560022"
},
"stopId": "FR:76351:ZE:3593:ATOUMOD003",
"stopSequence": 41
},
{
"arrival": {
"delay": -43,
"time": "1775558237"
},
"departure": {
"delay": -43,
"time": "1775558237"
},
"stopId": "FR:76351:ZE:3732:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": -58,
"time": "1775557682"
},
"departure": {
"delay": -58,
"time": "1775557682"
},
"stopId": "FR:76552:ZE:3093:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": -58,
"time": "1775559842"
},
"departure": {
"delay": -58,
"time": "1775559842"
},
"stopId": "FR:76351:ZE:3637:ATOUMOD003",
"stopSequence": 39
},
{
"arrival": {
"delay": -47,
"time": "1775560333"
},
"departure": {
"delay": -47,
"time": "1775560333"
},
"stopId": "FR:76447:ZE:3220:ATOUMOD003",
"stopSequence": 43
},
{
"arrival": {
"delay": -58,
"time": "1775557982"
},
"departure": {
"delay": -58,
"time": "1775557982"
},
"stopId": "FR:76351:ZE:3021:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": -5,
"time": "1775558035"
},
"departure": {
"delay": -5,
"time": "1775558035"
},
"stopId": "FR:76351:ZE:3545:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": -56,
"time": "1775557864"
},
"departure": {
"delay": -56,
"time": "1775557864"
},
"stopId": "FR:76351:ZE:3159:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": -11,
"time": "1775559229"
},
"departure": {
"delay": -11,
"time": "1775559229"
},
"stopId": "FR:76351:ZE:3223:ATOUMOD003",
"stopSequence": 31
},
{
"arrival": {
"delay": -29,
"time": "1775558491"
},
"departure": {
"delay": -29,
"time": "1775558491"
},
"stopId": "FR:76351:ZE:3279:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": -3,
"time": "1775559297"
},
"departure": {
"delay": -3,
"time": "1775559297"
},
"stopId": "FR:76351:ZE:3506:ATOUMOD003",
"stopSequence": 32
},
{
"arrival": {
"delay": -40,
"time": "1775560580"
},
"departure": {
"delay": -40,
"time": "1775560580"
},
"stopId": "FR:76447:ZE:3515:ATOUMOD003",
"stopSequence": 47
},
{
"arrival": {
"delay": -25,
"time": "1775560775"
},
"departure": {
"delay": -25,
"time": "1775560775"
},
"stopId": "FR:76447:ZE:3406:ATOUMOD003",
"stopSequence": 51
}
],
"timestamp": "1775557549",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C1:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4011235x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3748462x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 103,
"time": "1775555966"
},
"departure": {
"delay": 103,
"time": "1775555983"
},
"stopId": "FR:50129:ZE:10VIG1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 190,
"time": "1775556351"
},
"departure": {
"delay": 190,
"time": "1775556370"
},
"stopId": "FR:50129:ZE:10SMT1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 317,
"time": "1775557248"
},
"departure": {
"delay": 317,
"time": "1775557277"
},
"stopId": "FR:50129:ZE:10HDV1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 81,
"time": "1775557500"
},
"departure": {
"delay": 81,
"time": "1775557521"
},
"stopId": "FR:50129:ZE:10MEN3:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 12,
"time": "1775557980"
},
"departure": {
"delay": 12,
"time": "1775557992"
},
"stopId": "FR:50129:ZE:10PFJ2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 172,
"time": "1775556122"
},
"departure": {
"delay": 172,
"time": "1775556172"
},
"stopId": "FR:50129:ZE:10HUI3:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 292,
"time": "1775556755"
},
"departure": {
"delay": 292,
"time": "1775556772"
},
"stopId": "FR:50129:ZE:10POL1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 218,
"time": "1775556233"
},
"departure": {
"delay": 218,
"time": "1775556278"
},
"stopId": "FR:50129:ZE:10EGL6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 103,
"time": "1775557691"
},
"departure": {
"delay": 103,
"time": "1775557723"
},
"stopId": "FR:50129:ZE:10CIM2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 10,
"time": "1775558170"
},
"stopId": "FR:50129:ZE:10DIG1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 87,
"time": "1775557742"
},
"departure": {
"delay": 87,
"time": "1775557767"
},
"stopId": "FR:50129:ZE:10RED2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 37,
"time": "1775558109"
},
"departure": {
"delay": 37,
"time": "1775558137"
},
"stopId": "FR:50129:ZE:10CDF2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 203,
"time": "1775556432"
},
"departure": {
"delay": 203,
"time": "1775556443"
},
"stopId": "FR:50129:ZE:10FRA1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 184,
"time": "1775557062"
},
"departure": {
"delay": 184,
"time": "1775557084"
},
"stopId": "FR:50129:ZE:10CTR1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 42,
"time": "1775558069"
},
"departure": {
"delay": 42,
"time": "1775558082"
},
"stopId": "FR:50129:ZE:10BCP2:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 73,
"time": "1775557618"
},
"departure": {
"delay": 73,
"time": "1775557633"
},
"stopId": "FR:50129:ZE:10FJT2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 346,
"time": "1775556706"
},
"departure": {
"delay": 346,
"time": "1775556706"
},
"stopId": "FR:50129:ZE:10LEB1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 216,
"time": "1775556320"
},
"departure": {
"delay": 216,
"time": "1775556336"
},
"stopId": "FR:50129:ZE:10VAB1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 103,
"time": "1775555906"
},
"departure": {
"delay": 103,
"time": "1775555923"
},
"stopId": "FR:50129:ZE:10DAN1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 246,
"time": "1775556894"
},
"departure": {
"delay": 246,
"time": "1775556906"
},
"stopId": "FR:50129:ZE:10STA1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 149,
"time": "1775556016"
},
"departure": {
"delay": 149,
"time": "1775556029"
},
"stopId": "FR:50129:ZE:10CRB1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 179,
"time": "1775556943"
},
"departure": {
"delay": 179,
"time": "1775556959"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 200,
"time": "1775556996"
},
"departure": {
"delay": 200,
"time": "1775557040"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 39,
"time": "1775558001"
},
"departure": {
"delay": 39,
"time": "1775558019"
},
"stopId": "FR:50129:ZE:10COT2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 335,
"time": "1775557314"
},
"departure": {
"delay": 335,
"time": "1775557355"
},
"stopId": "FR:50129:ZE:10PLx1:ATOUMOD035",
"stopSequence": 19
},
{
"departure": {
"delay": 169,
"time": "1775555749"
},
"stopId": "FR:50129:ZE:10ZAG1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 47,
"time": "1775557937"
},
"departure": {
"delay": 47,
"time": "1775557967"
},
"stopId": "FR:50129:ZE:10SAL2:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 59,
"time": "1775557891"
},
"departure": {
"delay": 59,
"time": "1775557919"
},
"stopId": "FR:50129:ZE:10ROS2:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 239,
"time": "1775556467"
},
"departure": {
"delay": 239,
"time": "1775556539"
},
"stopId": "FR:50129:ZE:10LEC1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 151,
"time": "1775557419"
},
"departure": {
"delay": 151,
"time": "1775557471"
},
"stopId": "FR:50129:ZE:10SHU2:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 281,
"time": "1775556815"
},
"departure": {
"delay": 281,
"time": "1775556821"
},
"stopId": "FR:50129:ZE:10LCO1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 76,
"time": "1775557832"
},
"departure": {
"delay": 76,
"time": "1775557876"
},
"stopId": "FR:50129:ZE:10SAD2:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 65,
"time": "1775557787"
},
"departure": {
"delay": 65,
"time": "1775557805"
},
"stopId": "FR:50129:ZE:10VOL2:ATOUMOD035",
"stopSequence": 25
}
],
"timestamp": "1775560078",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:05:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3748462x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx3493:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 73,
"time": "1775558638"
},
"departure": {
"delay": 73,
"time": "1775558653"
},
"stopId": "FR:76540:ZE:TCARxBEAUV0:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 73,
"time": "1775558816"
},
"departure": {
"delay": 73,
"time": "1775558833"
},
"stopId": "FR:76540:ZE:TCARxJUSTI0:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": -25,
"time": "1775559728"
},
"departure": {
"delay": -25,
"time": "1775559755"
},
"stopId": "FR:76322:ZE:TCARxPROVI0:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 13,
"time": "1775559534"
},
"departure": {
"delay": 13,
"time": "1775559553"
},
"stopId": "FR:76498:ZE:TCARxJULIE0:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 33,
"time": "1775559895"
},
"departure": {
"delay": 33,
"time": "1775559933"
},
"stopId": "FR:76322:ZE:TCARxLBLUM0:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 73,
"time": "1775558878"
},
"departure": {
"delay": 73,
"time": "1775558893"
},
"stopId": "FR:76540:ZE:TCARxTARTS0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": -7,
"time": "1775559997"
},
"departure": {
"delay": -7,
"time": "1775560013"
},
"stopId": "FR:76322:ZE:TCARxCEZAN0:ATOUMOD001",
"stopSequence": 17
},
{
"departure": {
"delay": 45,
"time": "1775558565"
},
"stopId": "FR:76540:ZE:TCARxBBOU:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 123,
"time": "1775558719"
},
"departure": {
"delay": 123,
"time": "1775558763"
},
"stopId": "FR:76540:ZE:TCARxGAREV0:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -7,
"time": "1775559280"
},
"departure": {
"delay": -7,
"time": "1775559293"
},
"stopId": "FR:76498:ZE:TCARxJAURE0:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": -32,
"time": "1775559808"
},
"departure": {
"delay": -32,
"time": "1775559808"
},
"stopId": "FR:76322:ZE:TCARxKENNE0:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": -7,
"time": "1775559634"
},
"departure": {
"delay": -7,
"time": "1775559653"
},
"stopId": "FR:76498:ZE:TCARxCHGAU0:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 73,
"time": "1775558988"
},
"departure": {
"delay": 73,
"time": "1775559013"
},
"stopId": "FR:76540:ZE:TCARxJOFFR0:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 24,
"time": "1775559351"
},
"departure": {
"delay": 24,
"time": "1775559384"
},
"stopId": "FR:76498:ZE:TCARxTRUFF0:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 33,
"time": "1775559441"
},
"departure": {
"delay": 33,
"time": "1775559453"
},
"stopId": "FR:76498:ZE:TCARx08MAI0:ATOUMOD001",
"stopSequence": 11
}
],
"timestamp": "1775558198",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx90:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx3493:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745150x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 29,
"time": "1775559463"
},
"departure": {
"delay": 29,
"time": "1775559509"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": -90,
"time": "1775560290"
},
"departure": {
"delay": -90,
"time": "1775560290"
},
"stopId": "FR:50129:ZE:10PRV1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": -90,
"time": "1775560350"
},
"departure": {
"delay": -90,
"time": "1775560350"
},
"stopId": "FR:50129:ZE:10OLY1:ATOUMOD035",
"stopSequence": 16
},
{
"departure": {
"delay": 3,
"time": "1775559003"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 63,
"time": "1775559735"
},
"departure": {
"delay": 63,
"time": "1775559783"
},
"stopId": "FR:50129:ZE:10CRC3:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": -90,
"time": "1775560170"
},
"departure": {
"delay": -90,
"time": "1775560170"
},
"stopId": "FR:50129:ZE:10BQR1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 8,
"time": "1775559326"
},
"departure": {
"delay": 8,
"time": "1775559368"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": -7,
"time": "1775559918"
},
"departure": {
"delay": -7,
"time": "1775559953"
},
"stopId": "FR:50129:ZE:10PFO1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 21,
"time": "1775559406"
},
"departure": {
"delay": 21,
"time": "1775559441"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": -90,
"time": "1775560470"
},
"departure": {
"delay": -90,
"time": "1775560470"
},
"stopId": "FR:50129:ZE:10AMO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": -90,
"time": "1775560650"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": -90,
"time": "1775560410"
},
"departure": {
"delay": -90,
"time": "1775560410"
},
"stopId": "FR:50129:ZE:10EGL1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 37,
"time": "1775559832"
},
"departure": {
"delay": 37,
"time": "1775559877"
},
"stopId": "FR:50129:ZE:10FOR3:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": -90,
"time": "1775560230"
},
"departure": {
"delay": -90,
"time": "1775560230"
},
"stopId": "FR:50129:ZE:10ANJ5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": -73,
"time": "1775560057"
},
"departure": {
"delay": -73,
"time": "1775560067"
},
"stopId": "FR:50129:ZE:10BRA3:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": -47,
"time": "1775559997"
},
"departure": {
"delay": -47,
"time": "1775560033"
},
"stopId": "FR:50129:ZE:10RTU1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 73,
"time": "1775559546"
},
"departure": {
"delay": 73,
"time": "1775559613"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 37,
"time": "1775559261"
},
"departure": {
"delay": 37,
"time": "1775559277"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 25,
"time": "1775559121"
},
"departure": {
"delay": 25,
"time": "1775559205"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 2
}
],
"timestamp": "1775560076",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1B:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745150x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx11454:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -9780,
"time": "1775561880"
},
"departure": {
"delay": -9780,
"time": "1775561880"
},
"stopId": "FR:76484:ZE:TCARxCFERR2:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": -9660,
"time": "1775560500"
},
"departure": {
"delay": -9660,
"time": "1775560500"
},
"stopId": "FR:76575:ZE:TCARxCOQLI0:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -9715,
"time": "1775561705"
},
"departure": {
"delay": -9715,
"time": "1775561705"
},
"stopId": "FR:76484:ZE:TCARxCIMOI0:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": -9613,
"time": "1775560427"
},
"departure": {
"delay": -9613,
"time": "1775560427"
},
"stopId": "FR:76575:ZE:TCARxSTYO20:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": -9675,
"time": "1775561385"
},
"departure": {
"delay": -9675,
"time": "1775561385"
},
"stopId": "FR:76484:ZE:TCARxCIMJ10:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": -9607,
"time": "1775560613"
},
"departure": {
"delay": -9607,
"time": "1775560613"
},
"stopId": "FR:76575:ZE:TCARxGAGAR0:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": -9606,
"time": "1775560374"
},
"departure": {
"delay": -9606,
"time": "1775560374"
},
"stopId": "FR:76681:ZE:TCARxCHROU0:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": -9712,
"time": "1775561468"
},
"departure": {
"delay": -9712,
"time": "1775561468"
},
"stopId": "FR:76484:ZE:TCARxCOMPX0:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": -9670,
"time": "1775560910"
},
"departure": {
"delay": -9670,
"time": "1775560910"
},
"stopId": "FR:76575:ZE:TCARxNODIE0:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": -9607,
"time": "1775560793"
},
"departure": {
"delay": -9607,
"time": "1775560793"
},
"stopId": "FR:76575:ZE:TCARxGOUBE0:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": -9741,
"time": "1775561799"
},
"departure": {
"delay": -9741,
"time": "1775561799"
},
"stopId": "FR:76484:ZE:TCARxOIHDV0:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": -9557,
"time": "1775560183"
},
"departure": {
"delay": -9557,
"time": "1775560183"
},
"stopId": "FR:76681:ZE:TCARxRRIOT0:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -9720,
"time": "1775561340"
},
"departure": {
"delay": -9720,
"time": "1775561340"
},
"stopId": "FR:76484:ZE:TCARxCHARC0:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": -9686,
"time": "1775561254"
},
"departure": {
"delay": -9686,
"time": "1775561254"
},
"stopId": "FR:76484:ZE:TCARxPLBEL0:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": -9675,
"time": "1775561145"
},
"departure": {
"delay": -9675,
"time": "1775561145"
},
"stopId": "FR:76484:ZE:TCARxCITEO0:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": -9701,
"time": "1775561659"
},
"departure": {
"delay": -9701,
"time": "1775561659"
},
"stopId": "FR:76484:ZE:TCARxBIBOI0:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": -9678,
"time": "1775561202"
},
"departure": {
"delay": -9678,
"time": "1775561202"
},
"stopId": "FR:76484:ZE:TCARxVOSGE0:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": -9588,
"time": "1775560332"
},
"departure": {
"delay": -9588,
"time": "1775560332"
},
"stopId": "FR:76681:ZE:TCARxKERVI0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": -9840,
"time": "1775561940"
},
"departure": {
"delay": -9840,
"time": "1775561940"
},
"stopId": "FR:76484:ZE:TCARxPLPAI2:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": -9647,
"time": "1775560693"
},
"departure": {
"delay": -9647,
"time": "1775560693"
},
"stopId": "FR:76575:ZE:TCARxLURCA0:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": -9720,
"time": "1775561580"
},
"departure": {
"delay": -9720,
"time": "1775561580"
},
"stopId": "FR:76484:ZE:TCARxFERRE0:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": -9660,
"time": "1775560860"
},
"departure": {
"delay": -9660,
"time": "1775560860"
},
"stopId": "FR:76575:ZE:TCARxLANGU0:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": -9663,
"time": "1775561517"
},
"departure": {
"delay": -9663,
"time": "1775561517"
},
"stopId": "FR:76484:ZE:TCARxPEZOL0:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": -9598,
"time": "1775560142"
},
"departure": {
"delay": -9598,
"time": "1775560142"
},
"stopId": "FR:76681:ZE:TCARxPGAUL0:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -9680,
"time": "1775560960"
},
"departure": {
"delay": -9680,
"time": "1775560960"
},
"stopId": "FR:76575:ZE:TCARxPNAVA0:ATOUMOD001",
"stopSequence": 14
}
],
"timestamp": "1775559556",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx03:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx11454:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx15756:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 20349,
"time": "1775561289"
},
"departure": {
"delay": 20349,
"time": "1775561289"
},
"stopId": "FR:76108:ZE:TCARxVERDU3:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 20220,
"time": "1775561880"
},
"departure": {
"delay": 20220,
"time": "1775561880"
},
"stopId": "FR:76451:ZE:TCARxRRENA0:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 20300,
"time": "1775561480"
},
"departure": {
"delay": 20300,
"time": "1775561480"
},
"stopId": "FR:76108:ZE:TCARxNOBLE1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 20100,
"time": "1775562960"
},
"departure": {
"delay": 20100,
"time": "1775562960"
},
"stopId": "FR:76540:ZE:TCARxMUFFA1:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 20262,
"time": "1775561802"
},
"departure": {
"delay": 20262,
"time": "1775561802"
},
"stopId": "FR:76108:ZE:TCARxVALLO0:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 20116,
"time": "1775562916"
},
"departure": {
"delay": 20116,
"time": "1775562916"
},
"stopId": "FR:76540:ZE:TCARxFLAMA0:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 20280,
"time": "1775561640"
},
"departure": {
"delay": 20280,
"time": "1775561640"
},
"stopId": "FR:76108:ZE:TCARxVIELL1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 20237,
"time": "1775561837"
},
"departure": {
"delay": 20237,
"time": "1775561837"
},
"stopId": "FR:76451:ZE:TCARxCPIER0:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 20322,
"time": "1775561562"
},
"departure": {
"delay": 20322,
"time": "1775561562"
},
"stopId": "FR:76108:ZE:TCARxAGRIC0:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 20280,
"time": "1775561520"
},
"departure": {
"delay": 20280,
"time": "1775561520"
},
"stopId": "FR:76108:ZE:TCARxPIERR1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 20210,
"time": "1775561930"
},
"departure": {
"delay": 20210,
"time": "1775561930"
},
"stopId": "FR:76451:ZE:TCARxCOTTA0:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 20186,
"time": "1775562026"
},
"departure": {
"delay": 20186,
"time": "1775562026"
},
"stopId": "FR:76540:ZE:TCARxOISEA0:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 20366,
"time": "1775561426"
},
"departure": {
"delay": 20366,
"time": "1775561426"
},
"stopId": "FR:76108:ZE:TCARxFORRE2:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 20340,
"time": "1775561340"
},
"departure": {
"delay": 20340,
"time": "1775561340"
},
"stopId": "FR:76108:ZE:TCARxHAMEL1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 20176,
"time": "1775562076"
},
"departure": {
"delay": 20176,
"time": "1775562076"
},
"stopId": "FR:76540:ZE:TCARxFORTI0:ATOUMOD001",
"stopSequence": 15
}
],
"timestamp": "1775560016",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx11:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx15756:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745242x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 2,
"time": "1775547146"
},
"departure": {
"delay": 2,
"time": "1775547182"
},
"stopId": "FR:50129:ZE:10AMO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": -36,
"time": "1775547896"
},
"departure": {
"delay": -36,
"time": "1775547924"
},
"stopId": "FR:50129:ZE:10CRC4:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": -1,
"time": "1775548291"
},
"departure": {
"delay": -1,
"time": "1775548319"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 38,
"time": "1775547652"
},
"departure": {
"delay": 38,
"time": "1775547698"
},
"stopId": "FR:50129:ZE:10RTU2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": -5,
"time": "1775547202"
},
"departure": {
"delay": -5,
"time": "1775547235"
},
"stopId": "FR:50129:ZE:10EGL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 32,
"time": "1775547575"
},
"departure": {
"delay": 32,
"time": "1775547632"
},
"stopId": "FR:50129:ZE:10BRA4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 19,
"time": "1775548759"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 45,
"time": "1775547489"
},
"departure": {
"delay": 45,
"time": "1775547525"
},
"stopId": "FR:50129:ZE:10BQR2:ATOUMOD035",
"stopSequence": 7
},
{
"departure": {
"delay": 53,
"time": "1775547053"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 3,
"time": "1775548229"
},
"departure": {
"delay": 3,
"time": "1775548263"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": -17,
"time": "1775548530"
},
"departure": {
"delay": -17,
"time": "1775548603"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": -37,
"time": "1775548423"
},
"departure": {
"delay": -37,
"time": "1775548463"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": -10,
"time": "1775547254"
},
"departure": {
"delay": -10,
"time": "1775547290"
},
"stopId": "FR:50129:ZE:10OYG2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": -52,
"time": "1775547814"
},
"departure": {
"delay": -52,
"time": "1775547848"
},
"stopId": "FR:50129:ZE:10FOR4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 12,
"time": "1775547316"
},
"departure": {
"delay": 12,
"time": "1775547372"
},
"stopId": "FR:50129:ZE:10PRV2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 3,
"time": "1775548167"
},
"departure": {
"delay": 3,
"time": "1775548203"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 8,
"time": "1775547744"
},
"departure": {
"delay": 8,
"time": "1775547788"
},
"stopId": "FR:50129:ZE:10PFO2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 42,
"time": "1775547977"
},
"departure": {
"delay": 42,
"time": "1775548122"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 48,
"time": "1775547402"
},
"departure": {
"delay": 48,
"time": "1775547468"
},
"stopId": "FR:50129:ZE:10ANJ6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 10,
"time": "1775548354"
},
"departure": {
"delay": 10,
"time": "1775548390"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 17
}
],
"timestamp": "1775560079",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1A:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745242x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745662x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 159,
"time": "1775548025"
},
"departure": {
"delay": 159,
"time": "1775548059"
},
"stopId": "FR:50129:ZE:10FLO1:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 59,
"time": "1775546471"
},
"departure": {
"delay": 59,
"time": "1775546519"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 82,
"time": "1775546100"
},
"departure": {
"delay": 82,
"time": "1775546122"
},
"stopId": "FR:50129:ZE:10CMI1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 48,
"time": "1775546541"
},
"departure": {
"delay": 48,
"time": "1775546568"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 207,
"time": "1775547794"
},
"departure": {
"delay": 207,
"time": "1775547807"
},
"stopId": "FR:50129:ZE:10MED3:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 45,
"time": "1775546599"
},
"departure": {
"delay": 45,
"time": "1775546625"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 78,
"time": "1775545891"
},
"departure": {
"delay": 78,
"time": "1775545938"
},
"stopId": "FR:50129:ZE:10CAQ1:ATOUMOD035",
"stopSequence": 11
},
{
"departure": {
"delay": 17,
"time": "1775545097"
},
"stopId": "FR:50129:ZE:10AMF1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 100,
"time": "1775546720"
},
"departure": {
"delay": 100,
"time": "1775546740"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 102,
"time": "1775545565"
},
"departure": {
"delay": 102,
"time": "1775545602"
},
"stopId": "FR:50129:ZE:10EPC1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 155,
"time": "1775547868"
},
"departure": {
"delay": 155,
"time": "1775547875"
},
"stopId": "FR:50129:ZE:10NOR5:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 47,
"time": "1775545199"
},
"departure": {
"delay": 47,
"time": "1775545247"
},
"stopId": "FR:50129:ZE:10MES1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 142,
"time": "1775547948"
},
"departure": {
"delay": 142,
"time": "1775547982"
},
"stopId": "FR:50129:ZE:10LPL1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 60,
"time": "1775545663"
},
"departure": {
"delay": 60,
"time": "1775545680"
},
"stopId": "FR:50129:ZE:10DIX1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 78,
"time": "1775545779"
},
"departure": {
"delay": 78,
"time": "1775545818"
},
"stopId": "FR:50129:ZE:10HME1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 67,
"time": "1775545732"
},
"departure": {
"delay": 67,
"time": "1775545747"
},
"stopId": "FR:50129:ZE:10PET1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 25,
"time": "1775545267"
},
"departure": {
"delay": 25,
"time": "1775545285"
},
"stopId": "FR:50129:ZE:10MOR1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 60,
"time": "1775545301"
},
"departure": {
"delay": 60,
"time": "1775545320"
},
"stopId": "FR:50129:ZE:10BOI1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 130,
"time": "1775547904"
},
"departure": {
"delay": 130,
"time": "1775547910"
},
"stopId": "FR:50129:ZE:10GDR1:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 69,
"time": "1775545345"
},
"departure": {
"delay": 69,
"time": "1775545389"
},
"stopId": "FR:50129:ZE:10FRN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 47,
"time": "1775546759"
},
"departure": {
"delay": 47,
"time": "1775546807"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 91,
"time": "1775548111"
},
"stopId": "FR:50129:ZE:10ECT1:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 54,
"time": "1775545477"
},
"departure": {
"delay": 54,
"time": "1775545494"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 192,
"time": "1775547716"
},
"departure": {
"delay": 192,
"time": "1775547732"
},
"stopId": "FR:50129:ZE:10BAG3:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 228,
"time": "1775547217"
},
"departure": {
"delay": 228,
"time": "1775547228"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 62,
"time": "1775545995"
},
"departure": {
"delay": 62,
"time": "1775546042"
},
"stopId": "FR:50129:ZE:10ANN1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 108,
"time": "1775546317"
},
"departure": {
"delay": 108,
"time": "1775546328"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 126,
"time": "1775546145"
},
"departure": {
"delay": 126,
"time": "1775546226"
},
"stopId": "FR:50129:ZE:10PAX1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 225,
"time": "1775547544"
},
"departure": {
"delay": 225,
"time": "1775547585"
},
"stopId": "FR:50129:ZE:10XCT3:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 242,
"time": "1775547453"
},
"departure": {
"delay": 242,
"time": "1775547482"
},
"stopId": "FR:50129:ZE:10HPA3:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 209,
"time": "1775547349"
},
"departure": {
"delay": 209,
"time": "1775547389"
},
"stopId": "FR:50129:ZE:10CRN1:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 232,
"time": "1775547622"
},
"departure": {
"delay": 232,
"time": "1775547652"
},
"stopId": "FR:50129:ZE:10GRR1:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 33,
"time": "1775546853"
},
"departure": {
"delay": 33,
"time": "1775546913"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 125,
"time": "1775546272"
},
"departure": {
"delay": 125,
"time": "1775546285"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 94,
"time": "1775546394"
},
"departure": {
"delay": 94,
"time": "1775546434"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 17
}
],
"timestamp": "1775560074",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:02:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745662x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745196x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 240,
"time": "1775539524"
},
"departure": {
"delay": 240,
"time": "1775539560"
},
"stopId": "FR:50129:ZE:10CRC3:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 167,
"time": "1775539861"
},
"departure": {
"delay": 167,
"time": "1775539907"
},
"stopId": "FR:50129:ZE:10BRA3:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 232,
"time": "1775540275"
},
"departure": {
"delay": 232,
"time": "1775540332"
},
"stopId": "FR:50129:ZE:10EGL1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 179,
"time": "1775539694"
},
"departure": {
"delay": 179,
"time": "1775539739"
},
"stopId": "FR:50129:ZE:10PFO1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 81,
"time": "1775538856"
},
"departure": {
"delay": 81,
"time": "1775538921"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 182,
"time": "1775540522"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 238,
"time": "1775540353"
},
"departure": {
"delay": 238,
"time": "1775540398"
},
"stopId": "FR:50129:ZE:10AMO1:ATOUMOD035",
"stopSequence": 18
},
{
"departure": {
"delay": 26,
"time": "1775538806"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 175,
"time": "1775540042"
},
"departure": {
"delay": 175,
"time": "1775540095"
},
"stopId": "FR:50129:ZE:10ANJ5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 189,
"time": "1775540117"
},
"departure": {
"delay": 189,
"time": "1775540169"
},
"stopId": "FR:50129:ZE:10PRV1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 194,
"time": "1775539272"
},
"departure": {
"delay": 194,
"time": "1775539334"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 137,
"time": "1775539169"
},
"departure": {
"delay": 137,
"time": "1775539217"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 127,
"time": "1775539116"
},
"departure": {
"delay": 127,
"time": "1775539147"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 39,
"time": "1775538964"
},
"departure": {
"delay": 39,
"time": "1775538999"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 218,
"time": "1775539613"
},
"departure": {
"delay": 218,
"time": "1775539658"
},
"stopId": "FR:50129:ZE:10FOR3:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 152,
"time": "1775539788"
},
"departure": {
"delay": 152,
"time": "1775539832"
},
"stopId": "FR:50129:ZE:10RTU1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 151,
"time": "1775539963"
},
"departure": {
"delay": 151,
"time": "1775540011"
},
"stopId": "FR:50129:ZE:10BQR1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 217,
"time": "1775540199"
},
"departure": {
"delay": 217,
"time": "1775540257"
},
"stopId": "FR:50129:ZE:10OLY1:ATOUMOD035",
"stopSequence": 16
}
],
"timestamp": "1775560077",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1B:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745196x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746170x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -38,
"time": "1775551917"
},
"departure": {
"delay": -38,
"time": "1775551942"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": -13,
"time": "1775552933"
},
"departure": {
"delay": -13,
"time": "1775552987"
},
"stopId": "FR:50129:ZE:10BRO1:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"delay": 95,
"time": "1775550557"
},
"departure": {
"delay": 95,
"time": "1775550575"
},
"stopId": "FR:50129:ZE:10SFN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 79,
"time": "1775552376"
},
"departure": {
"delay": 79,
"time": "1775552479"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 67,
"time": "1775550657"
},
"departure": {
"delay": 67,
"time": "1775550667"
},
"stopId": "FR:50129:ZE:10HOU1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": -12,
"time": "1775553311"
},
"departure": {
"delay": -12,
"time": "1775553348"
},
"stopId": "FR:50129:ZE:10MGT1:ATOUMOD035",
"stopSequence": 44
},
{
"arrival": {
"delay": -17,
"time": "1775550871"
},
"departure": {
"delay": -17,
"time": "1775550883"
},
"stopId": "FR:50129:ZE:10CPL1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 1,
"time": "1775553450"
},
"departure": {
"delay": 1,
"time": "1775553481"
},
"stopId": "FR:50129:ZE:10COS1:ATOUMOD035",
"stopSequence": 47
},
{
"arrival": {
"delay": 63,
"time": "1775552669"
},
"departure": {
"delay": 63,
"time": "1775552703"
},
"stopId": "FR:50129:ZE:10LCA1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": -54,
"time": "1775553276"
},
"departure": {
"delay": -54,
"time": "1775553306"
},
"stopId": "FR:50129:ZE:10MYO1:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": -54,
"time": "1775553546"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 48
},
{
"departure": {
"delay": 51,
"time": "1775550291"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": -3,
"time": "1775550803"
},
"departure": {
"delay": -3,
"time": "1775550837"
},
"stopId": "FR:50129:ZE:10PRE1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": -14,
"time": "1775552852"
},
"departure": {
"delay": -14,
"time": "1775552866"
},
"stopId": "FR:50129:ZE:10JMO1:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": -21,
"time": "1775551867"
},
"departure": {
"delay": -21,
"time": "1775551899"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 97,
"time": "1775550628"
},
"departure": {
"delay": 97,
"time": "1775550637"
},
"stopId": "FR:50129:ZE:10CAR1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 28,
"time": "1775551032"
},
"departure": {
"delay": 28,
"time": "1775551048"
},
"stopId": "FR:50129:ZE:10ZOL1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": -12,
"time": "1775551988"
},
"departure": {
"delay": -12,
"time": "1775552028"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 34,
"time": "1775551279"
},
"departure": {
"delay": 34,
"time": "1775551294"
},
"stopId": "FR:50129:ZE:10AGO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 51,
"time": "1775551533"
},
"departure": {
"delay": 51,
"time": "1775551551"
},
"stopId": "FR:50129:ZE:10HUI1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 14,
"time": "1775552130"
},
"departure": {
"delay": 14,
"time": "1775552294"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 47,
"time": "1775552540"
},
"departure": {
"delay": 47,
"time": "1775552567"
},
"stopId": "FR:50129:ZE:10THH3:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 34,
"time": "1775551738"
},
"departure": {
"delay": 34,
"time": "1775551774"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 116,
"time": "1775550491"
},
"departure": {
"delay": 116,
"time": "1775550536"
},
"stopId": "FR:50129:ZE:10ALB1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 14,
"time": "1775553426"
},
"departure": {
"delay": 14,
"time": "1775553434"
},
"stopId": "FR:50129:ZE:10CVE1:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"delay": 43,
"time": "1775550691"
},
"departure": {
"delay": 43,
"time": "1775550703"
},
"stopId": "FR:50129:ZE:10BRT1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": -19,
"time": "1775553363"
},
"departure": {
"delay": -19,
"time": "1775553401"
},
"stopId": "FR:50129:ZE:10RSX1:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"delay": 24,
"time": "1775552729"
},
"departure": {
"delay": 24,
"time": "1775552784"
},
"stopId": "FR:50129:ZE:10BHC3:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": -36,
"time": "1775552828"
},
"departure": {
"delay": -36,
"time": "1775552844"
},
"stopId": "FR:50129:ZE:10LUM1:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 87,
"time": "1775551581"
},
"departure": {
"delay": 87,
"time": "1775551647"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": -27,
"time": "1775553085"
},
"departure": {
"delay": -27,
"time": "1775553093"
},
"stopId": "FR:50129:ZE:10ART1:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": 45,
"time": "1775551223"
},
"departure": {
"delay": 45,
"time": "1775551245"
},
"stopId": "FR:50129:ZE:10LAV1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 136,
"time": "1775550370"
},
"departure": {
"delay": 136,
"time": "1775550436"
},
"stopId": "FR:50129:ZE:10COF1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 65,
"time": "1775550712"
},
"departure": {
"delay": 65,
"time": "1775550725"
},
"stopId": "FR:50129:ZE:10BON1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": -48,
"time": "1775553105"
},
"departure": {
"delay": -48,
"time": "1775553132"
},
"stopId": "FR:50129:ZE:10ZPH1:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"delay": -66,
"time": "1775553156"
},
"departure": {
"delay": -66,
"time": "1775553174"
},
"stopId": "FR:50129:ZE:10JEA1:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": 46,
"time": "1775550906"
},
"departure": {
"delay": 46,
"time": "1775550946"
},
"stopId": "FR:50129:ZE:10BHE1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 51,
"time": "1775551320"
},
"departure": {
"delay": 51,
"time": "1775551371"
},
"stopId": "FR:50129:ZE:10HOM1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": -23,
"time": "1775552882"
},
"departure": {
"delay": -23,
"time": "1775552917"
},
"stopId": "FR:50129:ZE:10LLM1:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 53,
"time": "1775551123"
},
"departure": {
"delay": 53,
"time": "1775551193"
},
"stopId": "FR:50129:ZE:10DUB1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 101,
"time": "1775550315"
},
"departure": {
"delay": 101,
"time": "1775550341"
},
"stopId": "FR:50129:ZE:10SFG1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": -33,
"time": "1775551810"
},
"departure": {
"delay": -33,
"time": "1775551827"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 9,
"time": "1775550773"
},
"departure": {
"delay": 9,
"time": "1775550789"
},
"stopId": "FR:50129:ZE:10ARA1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": -71,
"time": "1775552055"
},
"departure": {
"delay": -71,
"time": "1775552089"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 3,
"time": "1775551431"
},
"departure": {
"delay": 3,
"time": "1775551443"
},
"stopId": "FR:50129:ZE:10BEL1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 24,
"time": "1775550970"
},
"departure": {
"delay": 24,
"time": "1775550984"
},
"stopId": "FR:50129:ZE:10LON1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 65,
"time": "1775551656"
},
"departure": {
"delay": 65,
"time": "1775551685"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": -41,
"time": "1775553212"
},
"departure": {
"delay": -41,
"time": "1775553259"
},
"stopId": "FR:50129:ZE:10NOR3:ATOUMOD035",
"stopSequence": 42
}
],
"timestamp": "1775560079",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746170x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC597072:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 119,
"time": "1775559809"
},
"departure": {
"delay": 119,
"time": "1775559839"
},
"stopId": "FR:27229:ZE:0xCAR04:ATOUMOD004",
"stopSequence": 3
},
{
"arrival": {
"delay": -32,
"time": "1775560828"
},
"stopId": "FR:27229:ZE:0xHOT01:ATOUMOD004",
"stopSequence": 19
},
{
"arrival": {
"delay": 50,
"time": "1775560370"
},
"departure": {
"delay": 50,
"time": "1775560370"
},
"stopId": "FR:27229:ZE:0xLOG01:ATOUMOD004",
"stopSequence": 12
},
{
"arrival": {
"delay": 6,
"time": "1775560446"
},
"departure": {
"delay": 6,
"time": "1775560446"
},
"stopId": "FR:27229:ZE:0xBRO01:ATOUMOD004",
"stopSequence": 15
},
{
"arrival": {
"delay": 96,
"time": "1775559936"
},
"departure": {
"delay": 96,
"time": "1775559936"
},
"stopId": "FR:27229:ZE:0xDUN01:ATOUMOD004",
"stopSequence": 7
},
{
"arrival": {
"delay": 93,
"time": "1775560233"
},
"departure": {
"delay": 93,
"time": "1775560233"
},
"stopId": "FR:27229:ZE:0xFAU01:ATOUMOD004",
"stopSequence": 10
},
{
"arrival": {
"delay": 34,
"time": "1775560414"
},
"departure": {
"delay": 34,
"time": "1775560414"
},
"stopId": "FR:27229:ZE:0xBEV01:ATOUMOD004",
"stopSequence": 14
},
{
"arrival": {
"delay": 17,
"time": "1775560577"
},
"departure": {
"delay": 17,
"time": "1775560577"
},
"stopId": "FR:27229:ZE:0xPJJ02:ATOUMOD004",
"stopSequence": 16
},
{
"arrival": {
"delay": 28,
"time": "1775560708"
},
"departure": {
"delay": 28,
"time": "1775560708"
},
"stopId": "FR:27229:ZE:0xHAP02:ATOUMOD004",
"stopSequence": 18
},
{
"arrival": {
"delay": 42,
"time": "1775560302"
},
"departure": {
"delay": 42,
"time": "1775560302"
},
"stopId": "FR:27229:ZE:0xHAR01:ATOUMOD004",
"stopSequence": 11
},
{
"arrival": {
"delay": 17,
"time": "1775560637"
},
"departure": {
"delay": 17,
"time": "1775560637"
},
"stopId": "FR:27229:ZE:0xJAU02:ATOUMOD004",
"stopSequence": 17
},
{
"arrival": {
"delay": 89,
"time": "1775560019"
},
"departure": {
"delay": 89,
"time": "1775560049"
},
"stopId": "FR:27229:ZE:0xFER01:ATOUMOD004",
"stopSequence": 8
},
{
"arrival": {
"delay": 134,
"time": "1775560154"
},
"departure": {
"delay": 134,
"time": "1775560154"
},
"stopId": "FR:27229:ZE:0xCOM01:ATOUMOD004",
"stopSequence": 9
}
],
"timestamp": "1775559841",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD004:Line:T2:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC597072:LOC"
}
}
},
{
"id": "SM:ATOUMOD005:ServiceJourney:835:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775572140"
},
"departure": {
"time": "1775572140"
},
"stopId": "FR:76217:ZE:18441:ATOUMOD005",
"stopSequence": 7
},
{
"arrival": {
"time": "1775572200"
},
"departure": {
"time": "1775572200"
},
"stopId": "FR:76217:ZE:18051:ATOUMOD005",
"stopSequence": 9
},
{
"arrival": {
"delay": 5,
"time": "1775571665"
},
"departure": {
"delay": 5,
"time": "1775571665"
},
"stopId": "FR:76217:ZE:18321:ATOUMOD005",
"stopSequence": 3
},
{
"arrival": {
"time": "1775572500"
},
"departure": {
"time": "1775572500"
},
"stopId": "FR:76217:ZE:18045:ATOUMOD005",
"stopSequence": 14
},
{
"arrival": {
"time": "1775573460"
},
"departure": {
"time": "1775573460"
},
"stopId": "FR:76217:ZE:18076:ATOUMOD005",
"stopSequence": 20
},
{
"arrival": {
"time": "1775571660"
},
"departure": {
"time": "1775571660"
},
"stopId": "FR:76217:ZE:18101:ATOUMOD005",
"stopSequence": 2
},
{
"arrival": {
"time": "1775572560"
},
"departure": {
"time": "1775572560"
},
"stopId": "FR:76217:ZE:18786:ATOUMOD005",
"stopSequence": 15
},
{
"arrival": {
"time": "1775572260"
},
"departure": {
"time": "1775572260"
},
"stopId": "FR:76217:ZE:18092:ATOUMOD005",
"stopSequence": 10
},
{
"arrival": {
"time": "1775574420"
},
"departure": {
"time": "1775574420"
},
"stopId": "FR:76217:ZE:18205:ATOUMOD005",
"stopSequence": 31
},
{
"arrival": {
"time": "1775573760"
},
"departure": {
"time": "1775573760"
},
"stopId": "FR:76545:ZE:18026:ATOUMOD005",
"stopSequence": 23
},
{
"arrival": {
"time": "1775574360"
},
"departure": {
"time": "1775574360"
},
"stopId": "FR:76217:ZE:18184:ATOUMOD005",
"stopSequence": 30
},
{
"arrival": {
"time": "1775574780"
},
"stopId": "FR:76217:ZE:18282:ATOUMOD005",
"stopSequence": 34
},
{
"arrival": {
"time": "1775572020"
},
"departure": {
"time": "1775572020"
},
"stopId": "FR:76217:ZE:18323:ATOUMOD005",
"stopSequence": 5
},
{
"arrival": {
"time": "1775574120"
},
"departure": {
"time": "1775574120"
},
"stopId": "FR:76217:ZE:18170:ATOUMOD005",
"stopSequence": 27
},
{
"arrival": {
"time": "1775571900"
},
"departure": {
"time": "1775571900"
},
"stopId": "FR:76217:ZE:18023:ATOUMOD005",
"stopSequence": 4
},
{
"departure": {
"time": "1775571600"
},
"stopId": "FR:76217:ZE:18038:ATOUMOD005",
"stopSequence": 1
},
{
"arrival": {
"time": "1775572320"
},
"departure": {
"time": "1775572320"
},
"stopId": "FR:76217:ZE:18068:ATOUMOD005",
"stopSequence": 11
},
{
"arrival": {
"time": "1775574660"
},
"departure": {
"time": "1775574660"
},
"stopId": "FR:76217:ZE:18181:ATOUMOD005",
"stopSequence": 33
},
{
"arrival": {
"time": "1775573820"
},
"departure": {
"time": "1775573820"
},
"stopId": "FR:76414:ZE:18132:ATOUMOD005",
"stopSequence": 24
},
{
"arrival": {
"time": "1775572080"
},
"departure": {
"time": "1775572080"
},
"stopId": "FR:76217:ZE:18090:ATOUMOD005",
"stopSequence": 6
},
{
"arrival": {
"time": "1775574540"
},
"departure": {
"time": "1775574540"
},
"stopId": "FR:76217:ZE:18174:ATOUMOD005",
"stopSequence": 32
},
{
"arrival": {
"time": "1775572800"
},
"departure": {
"time": "1775572800"
},
"stopId": "FR:76217:ZE:18060:ATOUMOD005",
"stopSequence": 17
},
{
"arrival": {
"time": "1775572440"
},
"departure": {
"time": "1775572440"
},
"stopId": "FR:76217:ZE:18074:ATOUMOD005",
"stopSequence": 13
},
{
"arrival": {
"time": "1775574060"
},
"departure": {
"time": "1775574060"
},
"stopId": "FR:76217:ZE:18197:ATOUMOD005",
"stopSequence": 26
},
{
"arrival": {
"time": "1775572740"
},
"departure": {
"time": "1775572740"
},
"stopId": "FR:76217:ZE:18029:ATOUMOD005",
"stopSequence": 16
},
{
"arrival": {
"time": "1775573100"
},
"departure": {
"time": "1775573100"
},
"stopId": "FR:76217:ZE:18086:ATOUMOD005",
"stopSequence": 19
},
{
"arrival": {
"time": "1775574180"
},
"departure": {
"time": "1775574180"
},
"stopId": "FR:76217:ZE:18166:ATOUMOD005",
"stopSequence": 28
},
{
"arrival": {
"delay": 5,
"time": "1775572145"
},
"departure": {
"delay": 5,
"time": "1775572145"
},
"stopId": "FR:76217:ZE:18801:ATOUMOD005",
"stopSequence": 8
},
{
"arrival": {
"time": "1775572920"
},
"departure": {
"time": "1775572920"
},
"stopId": "FR:76217:ZE:18055:ATOUMOD005",
"stopSequence": 18
},
{
"arrival": {
"time": "1775574000"
},
"departure": {
"time": "1775574000"
},
"stopId": "FR:76217:ZE:18177:ATOUMOD005",
"stopSequence": 25
},
{
"arrival": {
"time": "1775573520"
},
"departure": {
"time": "1775573520"
},
"stopId": "FR:76217:ZE:18106:ATOUMOD005",
"stopSequence": 21
},
{
"arrival": {
"time": "1775572380"
},
"departure": {
"time": "1775572380"
},
"stopId": "FR:76217:ZE:18021:ATOUMOD005",
"stopSequence": 12
},
{
"arrival": {
"time": "1775574300"
},
"departure": {
"time": "1775574300"
},
"stopId": "FR:76217:ZE:18186:ATOUMOD005",
"stopSequence": 29
},
{
"arrival": {
"time": "1775573700"
},
"departure": {
"time": "1775573700"
},
"stopId": "FR:76217:ZE:18058:ATOUMOD005",
"stopSequence": 22
}
],
"timestamp": "1775560052",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD005:Line:2:LOC",
"tripId": "ATOUMOD005:ServiceJourney:835:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745190x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -45,
"time": "1775550574"
},
"departure": {
"delay": -45,
"time": "1775550615"
},
"stopId": "FR:50129:ZE:10BQR1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 21,
"time": "1775550940"
},
"departure": {
"delay": 21,
"time": "1775550981"
},
"stopId": "FR:50129:ZE:10AMO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 73,
"time": "1775549578"
},
"departure": {
"delay": 73,
"time": "1775549653"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": -10,
"time": "1775550302"
},
"departure": {
"delay": -10,
"time": "1775550350"
},
"stopId": "FR:50129:ZE:10PFO1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": -42,
"time": "1775550402"
},
"departure": {
"delay": -42,
"time": "1775550438"
},
"stopId": "FR:50129:ZE:10RTU1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": -26,
"time": "1775550654"
},
"departure": {
"delay": -26,
"time": "1775550694"
},
"stopId": "FR:50129:ZE:10ANJ5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 58,
"time": "1775549864"
},
"departure": {
"delay": 58,
"time": "1775549878"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 24,
"time": "1775550804"
},
"departure": {
"delay": 24,
"time": "1775550864"
},
"stopId": "FR:50129:ZE:10OLY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 21,
"time": "1775550886"
},
"departure": {
"delay": 21,
"time": "1775550921"
},
"stopId": "FR:50129:ZE:10EGL1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": -1,
"time": "1775550723"
},
"departure": {
"delay": -1,
"time": "1775550779"
},
"stopId": "FR:50129:ZE:10PRV1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": -27,
"time": "1775550473"
},
"departure": {
"delay": -27,
"time": "1775550513"
},
"stopId": "FR:50129:ZE:10BRA3:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": -77,
"time": "1775551063"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 84,
"time": "1775549703"
},
"departure": {
"delay": 84,
"time": "1775549724"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 57,
"time": "1775550142"
},
"departure": {
"delay": 57,
"time": "1775550177"
},
"stopId": "FR:50129:ZE:10CRC3:ATOUMOD035",
"stopSequence": 8
},
{
"departure": {
"delay": 95,
"time": "1775549495"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 48,
"time": "1775549907"
},
"departure": {
"delay": 48,
"time": "1775549928"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 22,
"time": "1775550222"
},
"departure": {
"delay": 22,
"time": "1775550262"
},
"stopId": "FR:50129:ZE:10FOR3:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 73,
"time": "1775549790"
},
"departure": {
"delay": 73,
"time": "1775549833"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 63,
"time": "1775549966"
},
"departure": {
"delay": 63,
"time": "1775550003"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 7
}
],
"timestamp": "1775560077",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1B:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745190x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3748453x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 171,
"time": "1775538891"
},
"stopId": "FR:50129:ZE:10DIG1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 170,
"time": "1775537244"
},
"departure": {
"delay": 170,
"time": "1775537270"
},
"stopId": "FR:50129:ZE:10POL1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 259,
"time": "1775537778"
},
"departure": {
"delay": 259,
"time": "1775537839"
},
"stopId": "FR:50129:ZE:10HDV1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 66,
"time": "1775536723"
},
"departure": {
"delay": 66,
"time": "1775536746"
},
"stopId": "FR:50129:ZE:10EGL6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 238,
"time": "1775537864"
},
"departure": {
"delay": 238,
"time": "1775537878"
},
"stopId": "FR:50129:ZE:10PLx1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 58,
"time": "1775536521"
},
"departure": {
"delay": 58,
"time": "1775536558"
},
"stopId": "FR:50129:ZE:10CRB1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 66,
"time": "1775536947"
},
"departure": {
"delay": 66,
"time": "1775536986"
},
"stopId": "FR:50129:ZE:10LEC1:ATOUMOD035",
"stopSequence": 10
},
{
"departure": {
"delay": 25,
"time": "1775536225"
},
"stopId": "FR:50129:ZE:10ZAG1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 277,
"time": "1775538686"
},
"departure": {
"delay": 277,
"time": "1775538697"
},
"stopId": "FR:50129:ZE:10ROS2:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 154,
"time": "1775537575"
},
"departure": {
"delay": 154,
"time": "1775537614"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 177,
"time": "1775537432"
},
"departure": {
"delay": 177,
"time": "1775537457"
},
"stopId": "FR:50129:ZE:10STA1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 359,
"time": "1775538335"
},
"departure": {
"delay": 359,
"time": "1775538359"
},
"stopId": "FR:50129:ZE:10MEN3:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 195,
"time": "1775538848"
},
"departure": {
"delay": 195,
"time": "1775538855"
},
"stopId": "FR:50129:ZE:10CDF2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 231,
"time": "1775538757"
},
"departure": {
"delay": 231,
"time": "1775538771"
},
"stopId": "FR:50129:ZE:10COT2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 73,
"time": "1775536791"
},
"departure": {
"delay": 73,
"time": "1775536813"
},
"stopId": "FR:50129:ZE:10VAB1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 233,
"time": "1775538819"
},
"departure": {
"delay": 233,
"time": "1775538833"
},
"stopId": "FR:50129:ZE:10BCP2:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 47,
"time": "1775536828"
},
"departure": {
"delay": 47,
"time": "1775536847"
},
"stopId": "FR:50129:ZE:10SMT1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 39,
"time": "1775536640"
},
"departure": {
"delay": 39,
"time": "1775536659"
},
"stopId": "FR:50129:ZE:10HUI3:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 319,
"time": "1775538601"
},
"departure": {
"delay": 319,
"time": "1775538619"
},
"stopId": "FR:50129:ZE:10VOL2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 343,
"time": "1775538574"
},
"departure": {
"delay": 343,
"time": "1775538583"
},
"stopId": "FR:50129:ZE:10RED2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 60,
"time": "1775536901"
},
"departure": {
"delay": 60,
"time": "1775536920"
},
"stopId": "FR:50129:ZE:10FRA1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 189,
"time": "1775537333"
},
"departure": {
"delay": 189,
"time": "1775537349"
},
"stopId": "FR:50129:ZE:10LCO1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 245,
"time": "1775538716"
},
"departure": {
"delay": 245,
"time": "1775538725"
},
"stopId": "FR:50129:ZE:10SAL2:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"time": "1775536483"
},
"departure": {
"time": "1775536500"
},
"stopId": "FR:50129:ZE:10VIG1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 316,
"time": "1775538642"
},
"departure": {
"delay": 316,
"time": "1775538676"
},
"stopId": "FR:50129:ZE:10SAD2:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 133,
"time": "1775537509"
},
"departure": {
"delay": 133,
"time": "1775537533"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 1,
"time": "1775536425"
},
"departure": {
"delay": 1,
"time": "1775536441"
},
"stopId": "FR:50129:ZE:10DAN1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 216,
"time": "1775538739"
},
"departure": {
"delay": 216,
"time": "1775538756"
},
"stopId": "FR:50129:ZE:10PFJ2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 372,
"time": "1775538546"
},
"departure": {
"delay": 372,
"time": "1775538552"
},
"stopId": "FR:50129:ZE:10CIM2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 210,
"time": "1775537190"
},
"departure": {
"delay": 210,
"time": "1775537190"
},
"stopId": "FR:50129:ZE:10LEB1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 371,
"time": "1775538459"
},
"departure": {
"delay": 371,
"time": "1775538491"
},
"stopId": "FR:50129:ZE:10FJT2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 423,
"time": "1775537935"
},
"departure": {
"delay": 423,
"time": "1775538303"
},
"stopId": "FR:50129:ZE:10SHU2:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 152,
"time": "1775537641"
},
"departure": {
"delay": 152,
"time": "1775537672"
},
"stopId": "FR:50129:ZE:10CTR1:ATOUMOD035",
"stopSequence": 17
}
],
"timestamp": "1775560078",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:05:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3748453x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746221x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 24,
"time": "1775552532"
},
"departure": {
"delay": 24,
"time": "1775552544"
},
"stopId": "FR:50129:ZE:10COS2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": -45,
"time": "1775555707"
},
"departure": {
"delay": -45,
"time": "1775555715"
},
"stopId": "FR:50129:ZE:10EPH1:ATOUMOD035",
"stopSequence": 49
},
{
"arrival": {
"delay": 93,
"time": "1775555174"
},
"departure": {
"delay": 93,
"time": "1775555193"
},
"stopId": "FR:50129:ZE:10PRE2:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": 85,
"time": "1775554429"
},
"departure": {
"delay": 85,
"time": "1775554465"
},
"stopId": "FR:50129:ZE:10REP4:ATOUMOD035",
"stopSequence": 27
},
{
"departure": {
"delay": 33,
"time": "1775552373"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 87,
"time": "1775552836"
},
"departure": {
"delay": 87,
"time": "1775552847"
},
"stopId": "FR:50129:ZE:10JEA2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 57,
"time": "1775552421"
},
"departure": {
"delay": 57,
"time": "1775552457"
},
"stopId": "FR:50129:ZE:10JGO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 2,
"time": "1775555635"
},
"departure": {
"delay": 2,
"time": "1775555642"
},
"stopId": "FR:50129:ZE:10COF2:ATOUMOD035",
"stopSequence": 47
},
{
"arrival": {
"delay": 97,
"time": "1775554641"
},
"departure": {
"delay": 97,
"time": "1775554657"
},
"stopId": "FR:50129:ZE:10BEL2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 129,
"time": "1775554335"
},
"departure": {
"delay": 129,
"time": "1775554389"
},
"stopId": "FR:50129:ZE:10HDI4:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 55,
"time": "1775555209"
},
"departure": {
"delay": 55,
"time": "1775555215"
},
"stopId": "FR:50129:ZE:10ARA2:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"delay": 72,
"time": "1775554737"
},
"departure": {
"delay": 72,
"time": "1775554752"
},
"stopId": "FR:50129:ZE:10AGO2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 4,
"time": "1775555336"
},
"departure": {
"delay": 4,
"time": "1775555344"
},
"stopId": "FR:50129:ZE:10HOU2:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": 107,
"time": "1775555130"
},
"departure": {
"delay": 107,
"time": "1775555147"
},
"stopId": "FR:50129:ZE:10CPL2:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"delay": 49,
"time": "1775553373"
},
"departure": {
"delay": 49,
"time": "1775553409"
},
"stopId": "FR:50129:ZE:10LCP2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 65,
"time": "1775553793"
},
"departure": {
"delay": 65,
"time": "1775553845"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 49,
"time": "1775552621"
},
"departure": {
"delay": 49,
"time": "1775552629"
},
"stopId": "FR:50129:ZE:10RSX2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 32,
"time": "1775553015"
},
"departure": {
"delay": 32,
"time": "1775553092"
},
"stopId": "FR:50129:ZE:10BRO2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 123,
"time": "1775554088"
},
"departure": {
"delay": 123,
"time": "1775554143"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 66,
"time": "1775555063"
},
"departure": {
"delay": 66,
"time": "1775555106"
},
"stopId": "FR:50129:ZE:10BHE2:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": -29,
"time": "1775555664"
},
"departure": {
"delay": -29,
"time": "1775555671"
},
"stopId": "FR:50129:ZE:10SFG2:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"delay": 35,
"time": "1775553505"
},
"departure": {
"delay": 35,
"time": "1775553515"
},
"stopId": "FR:50129:ZE:10THH4:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 38,
"time": "1775553631"
},
"departure": {
"delay": 38,
"time": "1775553638"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 48,
"time": "1775553153"
},
"departure": {
"delay": 48,
"time": "1775553168"
},
"stopId": "FR:50129:ZE:10JMO2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 39,
"time": "1775553272"
},
"departure": {
"delay": 39,
"time": "1775553339"
},
"stopId": "FR:50129:ZE:10BHC2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 57,
"time": "1775554944"
},
"departure": {
"delay": 57,
"time": "1775554977"
},
"stopId": "FR:50129:ZE:10ZOL2:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 76,
"time": "1775555259"
},
"departure": {
"delay": 76,
"time": "1775555296"
},
"stopId": "FR:50129:ZE:10BON2:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": -20,
"time": "1775555373"
},
"departure": {
"delay": -20,
"time": "1775555380"
},
"stopId": "FR:50129:ZE:10CAR2:ATOUMOD035",
"stopSequence": 44
},
{
"arrival": {
"delay": 25,
"time": "1775555432"
},
"departure": {
"delay": 25,
"time": "1775555485"
},
"stopId": "FR:50129:ZE:10SFN2:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"delay": 91,
"time": "1775554696"
},
"departure": {
"delay": 91,
"time": "1775554711"
},
"stopId": "FR:50129:ZE:10HOM2:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 66,
"time": "1775555031"
},
"departure": {
"delay": 66,
"time": "1775555046"
},
"stopId": "FR:50129:ZE:10LON2:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": -1,
"time": "1775555502"
},
"departure": {
"delay": -1,
"time": "1775555519"
},
"stopId": "FR:50129:ZE:10ALB2:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"delay": 119,
"time": "1775554168"
},
"departure": {
"delay": 119,
"time": "1775554199"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 92,
"time": "1775554490"
},
"departure": {
"delay": 92,
"time": "1775554532"
},
"stopId": "FR:50129:ZE:10TRA6:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 93,
"time": "1775552701"
},
"departure": {
"delay": 93,
"time": "1775552733"
},
"stopId": "FR:50129:ZE:10MYO2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 113,
"time": "1775554579"
},
"departure": {
"delay": 113,
"time": "1775554613"
},
"stopId": "FR:50129:ZE:10HUI2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 51,
"time": "1775552643"
},
"departure": {
"delay": 51,
"time": "1775552691"
},
"stopId": "FR:50129:ZE:10MGT2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 55,
"time": "1775552861"
},
"departure": {
"delay": 55,
"time": "1775552875"
},
"stopId": "FR:50129:ZE:10ZPH2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 67,
"time": "1775554835"
},
"departure": {
"delay": 67,
"time": "1775554867"
},
"stopId": "FR:50129:ZE:10DUB2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 88,
"time": "1775553891"
},
"departure": {
"delay": 88,
"time": "1775553928"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 76,
"time": "1775553122"
},
"departure": {
"delay": 76,
"time": "1775553136"
},
"stopId": "FR:50129:ZE:10LLM2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 88,
"time": "1775552741"
},
"departure": {
"delay": 88,
"time": "1775552788"
},
"stopId": "FR:50129:ZE:10NOR4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": -58,
"time": "1775555762"
},
"stopId": "FR:50129:ZE:10MAX1:ATOUMOD035",
"stopSequence": 50
},
{
"arrival": {
"delay": 37,
"time": "1775555304"
},
"departure": {
"delay": 37,
"time": "1775555317"
},
"stopId": "FR:50129:ZE:10BRT2:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"delay": 21,
"time": "1775552569"
},
"departure": {
"delay": 21,
"time": "1775552601"
},
"stopId": "FR:50129:ZE:10CVE2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 74,
"time": "1775553983"
},
"departure": {
"delay": 74,
"time": "1775554034"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 145,
"time": "1775554240"
},
"departure": {
"delay": 145,
"time": "1775554285"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 56,
"time": "1775554781"
},
"departure": {
"delay": 56,
"time": "1775554796"
},
"stopId": "FR:50129:ZE:10LAV2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 38,
"time": "1775553185"
},
"departure": {
"delay": 38,
"time": "1775553218"
},
"stopId": "FR:50129:ZE:10LUM2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 16,
"time": "1775552888"
},
"departure": {
"delay": 16,
"time": "1775552896"
},
"stopId": "FR:50129:ZE:10ART2:ATOUMOD035",
"stopSequence": 11
}
],
"timestamp": "1775559956",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746221x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3758404x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -8,
"time": "1775539116"
},
"departure": {
"delay": -8,
"time": "1775539132"
},
"stopId": "FR:50184:ZE:FLAHB2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 24,
"time": "1775538075"
},
"departure": {
"delay": 24,
"time": "1775538084"
},
"stopId": "FR:50045:ZE:BENBG2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 102,
"time": "1775537401"
},
"departure": {
"delay": 102,
"time": "1775537442"
},
"stopId": "FR:50575:ZE:SIDHC2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 91,
"time": "1775536883"
},
"departure": {
"delay": 91,
"time": "1775536951"
},
"stopId": "FR:50129:ZE:10ANJ8:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 137,
"time": "1775539637"
},
"stopId": "FR:50184:ZE:FLAEN1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": -26,
"time": "1775539284"
},
"departure": {
"delay": -26,
"time": "1775539294"
},
"stopId": "FR:50184:ZE:FLAES1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 52,
"time": "1775537971"
},
"departure": {
"delay": 52,
"time": "1775537992"
},
"stopId": "FR:50045:ZE:BENCG2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 92,
"time": "1775537205"
},
"departure": {
"delay": 92,
"time": "1775537252"
},
"stopId": "FR:50294:ZE:MARPO2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 17,
"time": "1775538563"
},
"departure": {
"delay": 17,
"time": "1775538737"
},
"stopId": "FR:50402:ZE:PIXLAN:ATOUMOD035",
"stopSequence": 9
},
{
"departure": {
"delay": 21,
"time": "1775536641"
},
"stopId": "FR:50129:ZE:10PEM4:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 15,
"time": "1775538352"
},
"departure": {
"delay": 15,
"time": "1775538375"
},
"stopId": "FR:50402:ZE:PIXZAF:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 42,
"time": "1775537674"
},
"departure": {
"delay": 42,
"time": "1775537682"
},
"stopId": "FR:50643:ZE:VIRMA2:ATOUMOD035",
"stopSequence": 5
}
],
"timestamp": "1775559468",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:B:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3758404x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4230569x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 58,
"time": "1775561218"
},
"departure": {
"delay": 58,
"time": "1775561218"
},
"stopId": "FR:76351:ZE:3124:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": 72,
"time": "1775560572"
},
"departure": {
"delay": 72,
"time": "1775560572"
},
"stopId": "FR:76351:ZE:3645:ATOUMOD003",
"stopSequence": 14
},
{
"departure": {
"delay": 76,
"time": "1775559496"
},
"stopId": "FR:76351:ZE:3253:ATOUMOD003",
"stopSequence": 5
},
{
"arrival": {
"delay": 58,
"time": "1775560618"
},
"departure": {
"delay": 58,
"time": "1775560618"
},
"stopId": "FR:76351:ZE:4641:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": 116,
"time": "1775560736"
},
"departure": {
"delay": 116,
"time": "1775560736"
},
"stopId": "FR:76351:ZE:3027:ATOUMOD003",
"stopSequence": 18
},
{
"departure": {
"delay": 58,
"time": "1775559778"
},
"stopId": "FR:76351:ZE:3533:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": 58,
"time": "1775561638"
},
"departure": {
"delay": 58,
"time": "1775561638"
},
"stopId": "FR:76351:ZE:4467:ATOUMOD003",
"stopSequence": 31
},
{
"arrival": {
"delay": 113,
"time": "1775560973"
},
"departure": {
"delay": 113,
"time": "1775560973"
},
"stopId": "FR:76351:ZE:3191:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": 114,
"time": "1775561814"
},
"departure": {
"delay": 114,
"time": "1775561814"
},
"stopId": "FR:76351:ZE:4835:ATOUMOD003",
"stopSequence": 33
},
{
"arrival": {
"delay": 67,
"time": "1775561347"
},
"departure": {
"delay": 67,
"time": "1775561347"
},
"stopId": "FR:76351:ZE:3363:ATOUMOD003",
"stopSequence": 26
},
{
"arrival": {
"delay": 60,
"time": "1775561880"
},
"departure": {
"delay": 60,
"time": "1775561880"
},
"stopId": "FR:76351:ZE:4297:ATOUMOD003",
"stopSequence": 34
},
{
"arrival": {
"delay": 62,
"time": "1775561282"
},
"departure": {
"delay": 62,
"time": "1775561282"
},
"stopId": "FR:76351:ZE:3417:ATOUMOD003",
"stopSequence": 25
},
{
"departure": {
"delay": 89,
"time": "1775559869"
},
"stopId": "FR:76351:ZE:3534:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": 65,
"time": "1775560685"
},
"departure": {
"delay": 65,
"time": "1775560685"
},
"stopId": "FR:76351:ZE:4520:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": 105,
"time": "1775561505"
},
"departure": {
"delay": 105,
"time": "1775561505"
},
"stopId": "FR:76351:ZE:5223:ATOUMOD003",
"stopSequence": 29
},
{
"departure": {
"delay": 87,
"time": "1775559567"
},
"stopId": "FR:76351:ZE:4357:ATOUMOD003",
"stopSequence": 6
},
{
"arrival": {
"delay": 116,
"time": "1775560496"
},
"departure": {
"delay": 116,
"time": "1775560496"
},
"stopId": "FR:76351:ZE:3500:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 76,
"time": "1775561116"
},
"departure": {
"delay": 76,
"time": "1775561116"
},
"stopId": "FR:76351:ZE:3531:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": 58,
"time": "1775560918"
},
"departure": {
"delay": 58,
"time": "1775560918"
},
"stopId": "FR:76351:ZE:3240:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": 58,
"time": "1775561398"
},
"departure": {
"delay": 58,
"time": "1775561398"
},
"stopId": "FR:76351:ZE:3426:ATOUMOD003",
"stopSequence": 27
},
{
"departure": {
"delay": 58,
"time": "1775559718"
},
"stopId": "FR:76351:ZE:3771:ATOUMOD003",
"stopSequence": 7
},
{
"arrival": {
"delay": 70,
"time": "1775561170"
},
"departure": {
"delay": 70,
"time": "1775561170"
},
"stopId": "FR:76351:ZE:3357:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": 58,
"time": "1775561578"
},
"departure": {
"delay": 58,
"time": "1775561578"
},
"stopId": "FR:76351:ZE:4558:ATOUMOD003",
"stopSequence": 30
},
{
"departure": {
"delay": 58,
"time": "1775559958"
},
"stopId": "FR:76351:ZE:4134:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": 58,
"time": "1775560198"
},
"departure": {
"delay": 58,
"time": "1775560198"
},
"stopId": "FR:76351:ZE:3700:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 58,
"time": "1775561938"
},
"stopId": "FR:76351:ZE:4825:ATOUMOD003",
"stopSequence": 35
},
{
"arrival": {
"delay": 72,
"time": "1775560332"
},
"departure": {
"delay": 72,
"time": "1775560332"
},
"stopId": "FR:76351:ZE:3794:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": 98,
"time": "1775561438"
},
"departure": {
"delay": 98,
"time": "1775561438"
},
"stopId": "FR:76351:ZE:3384:ATOUMOD003",
"stopSequence": 28
},
{
"arrival": {
"delay": 117,
"time": "1775561037"
},
"departure": {
"delay": 117,
"time": "1775561037"
},
"stopId": "FR:76351:ZE:3627:ATOUMOD003",
"stopSequence": 21
},
{
"departure": {
"delay": 87,
"time": "1775559447"
},
"stopId": "FR:76351:ZE:3669:ATOUMOD003",
"stopSequence": 4
},
{
"arrival": {
"delay": 66,
"time": "1775561706"
},
"departure": {
"delay": 66,
"time": "1775561706"
},
"stopId": "FR:76351:ZE:4724:ATOUMOD003",
"stopSequence": 32
}
],
"timestamp": "1775560059",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:C3:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4230569x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4057026x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 39,
"time": "1775561139"
},
"departure": {
"delay": 39,
"time": "1775561139"
},
"stopId": "FR:76351:ZE:3129:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": 58,
"time": "1775560498"
},
"departure": {
"delay": 58,
"time": "1775560498"
},
"stopId": "FR:76351:ZE:4564:ATOUMOD003",
"stopSequence": 3
},
{
"arrival": {
"delay": 31,
"time": "1775561191"
},
"departure": {
"delay": 31,
"time": "1775561191"
},
"stopId": "FR:76351:ZE:3626:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"time": "1775560620"
},
"departure": {
"time": "1775560620"
},
"stopId": "FR:76351:ZE:4569:ATOUMOD003",
"stopSequence": 5
},
{
"arrival": {
"time": "1775560860"
},
"departure": {
"time": "1775560860"
},
"stopId": "FR:76351:ZE:3013:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"time": "1775561100"
},
"departure": {
"time": "1775561100"
},
"stopId": "FR:76351:ZE:4841:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 16,
"time": "1775560576"
},
"departure": {
"delay": 16,
"time": "1775560576"
},
"stopId": "FR:76351:ZE:4590:ATOUMOD003",
"stopSequence": 4
},
{
"arrival": {
"delay": 39,
"time": "1775561319"
},
"departure": {
"delay": 39,
"time": "1775561319"
},
"stopId": "FR:76351:ZE:3659:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": 13,
"time": "1775560933"
},
"departure": {
"delay": 13,
"time": "1775560933"
},
"stopId": "FR:76351:ZE:4802:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"time": "1775561700"
},
"departure": {
"time": "1775561700"
},
"stopId": "FR:76351:ZE:4582:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": 54,
"time": "1775560974"
},
"departure": {
"delay": 54,
"time": "1775560974"
},
"stopId": "FR:76351:ZE:3585:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"time": "1775561640"
},
"departure": {
"time": "1775561640"
},
"stopId": "FR:76351:ZE:3530:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": 38,
"time": "1775560718"
},
"departure": {
"delay": 38,
"time": "1775560718"
},
"stopId": "FR:76351:ZE:3163:ATOUMOD003",
"stopSequence": 7
},
{
"arrival": {
"delay": 3,
"time": "1775561403"
},
"departure": {
"delay": 3,
"time": "1775561403"
},
"stopId": "FR:76351:ZE:4996:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 34,
"time": "1775560654"
},
"departure": {
"delay": 34,
"time": "1775560654"
},
"stopId": "FR:76351:ZE:3042:ATOUMOD003",
"stopSequence": 6
},
{
"departure": {
"time": "1775560380"
},
"stopId": "FR:76351:ZE:4848:ATOUMOD003",
"stopSequence": 1
},
{
"arrival": {
"time": "1775562000"
},
"stopId": "FR:76351:ZE:4642:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": 59,
"time": "1775561039"
},
"departure": {
"delay": 59,
"time": "1775561039"
},
"stopId": "FR:76351:ZE:3026:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": 13,
"time": "1775560453"
},
"departure": {
"delay": 13,
"time": "1775560453"
},
"stopId": "FR:76351:ZE:4562:ATOUMOD003",
"stopSequence": 2
},
{
"arrival": {
"delay": 56,
"time": "1775561576"
},
"departure": {
"delay": 56,
"time": "1775561576"
},
"stopId": "FR:76351:ZE:3030:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": 45,
"time": "1775561265"
},
"departure": {
"delay": 45,
"time": "1775561265"
},
"stopId": "FR:76351:ZE:4567:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"time": "1775561460"
},
"departure": {
"time": "1775561460"
},
"stopId": "FR:76351:ZE:3241:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": 40,
"time": "1775560780"
},
"departure": {
"delay": 40,
"time": "1775560780"
},
"stopId": "FR:76351:ZE:3153:ATOUMOD003",
"stopSequence": 8
}
],
"timestamp": "1775559689",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C7:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4057026x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD005:ServiceJourney:631:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775564700"
},
"departure": {
"time": "1775564700"
},
"stopId": "FR:76217:ZE:18058:ATOUMOD005",
"stopSequence": 22
},
{
"arrival": {
"time": "1775564520"
},
"departure": {
"time": "1775564520"
},
"stopId": "FR:76217:ZE:18106:ATOUMOD005",
"stopSequence": 21
},
{
"arrival": {
"delay": 5,
"time": "1775565005"
},
"departure": {
"delay": 5,
"time": "1775565005"
},
"stopId": "FR:76217:ZE:18197:ATOUMOD005",
"stopSequence": 26
},
{
"arrival": {
"time": "1775563560"
},
"departure": {
"time": "1775563560"
},
"stopId": "FR:76217:ZE:18786:ATOUMOD005",
"stopSequence": 15
},
{
"arrival": {
"time": "1775563500"
},
"departure": {
"time": "1775563500"
},
"stopId": "FR:76217:ZE:18045:ATOUMOD005",
"stopSequence": 14
},
{
"arrival": {
"time": "1775564460"
},
"departure": {
"time": "1775564460"
},
"stopId": "FR:76217:ZE:18076:ATOUMOD005",
"stopSequence": 20
},
{
"arrival": {
"time": "1775563140"
},
"departure": {
"time": "1775563140"
},
"stopId": "FR:76217:ZE:18441:ATOUMOD005",
"stopSequence": 7
},
{
"arrival": {
"time": "1775564100"
},
"departure": {
"time": "1775564100"
},
"stopId": "FR:76217:ZE:18086:ATOUMOD005",
"stopSequence": 19
},
{
"arrival": {
"time": "1775565360"
},
"departure": {
"time": "1775565360"
},
"stopId": "FR:76217:ZE:18205:ATOUMOD005",
"stopSequence": 31
},
{
"arrival": {
"time": "1775563320"
},
"departure": {
"time": "1775563320"
},
"stopId": "FR:76217:ZE:18068:ATOUMOD005",
"stopSequence": 11
},
{
"arrival": {
"time": "1775563440"
},
"departure": {
"time": "1775563440"
},
"stopId": "FR:76217:ZE:18074:ATOUMOD005",
"stopSequence": 13
},
{
"arrival": {
"delay": 5,
"time": "1775563145"
},
"departure": {
"delay": 5,
"time": "1775563145"
},
"stopId": "FR:76217:ZE:18801:ATOUMOD005",
"stopSequence": 8
},
{
"arrival": {
"time": "1775564820"
},
"departure": {
"time": "1775564820"
},
"stopId": "FR:76414:ZE:18132:ATOUMOD005",
"stopSequence": 24
},
{
"arrival": {
"time": "1775565120"
},
"departure": {
"time": "1775565120"
},
"stopId": "FR:76217:ZE:18166:ATOUMOD005",
"stopSequence": 28
},
{
"arrival": {
"time": "1775563920"
},
"departure": {
"time": "1775563920"
},
"stopId": "FR:76217:ZE:18055:ATOUMOD005",
"stopSequence": 18
},
{
"arrival": {
"time": "1775563800"
},
"departure": {
"time": "1775563800"
},
"stopId": "FR:76217:ZE:18060:ATOUMOD005",
"stopSequence": 17
},
{
"arrival": {
"time": "1775563380"
},
"departure": {
"time": "1775563380"
},
"stopId": "FR:76217:ZE:18021:ATOUMOD005",
"stopSequence": 12
},
{
"arrival": {
"time": "1775565240"
},
"departure": {
"time": "1775565240"
},
"stopId": "FR:76217:ZE:18186:ATOUMOD005",
"stopSequence": 29
},
{
"arrival": {
"time": "1775563740"
},
"departure": {
"time": "1775563740"
},
"stopId": "FR:76217:ZE:18029:ATOUMOD005",
"stopSequence": 16
},
{
"arrival": {
"time": "1775565300"
},
"departure": {
"time": "1775565300"
},
"stopId": "FR:76217:ZE:18184:ATOUMOD005",
"stopSequence": 30
},
{
"arrival": {
"time": "1775565600"
},
"departure": {
"time": "1775565600"
},
"stopId": "FR:76217:ZE:18181:ATOUMOD005",
"stopSequence": 33
},
{
"arrival": {
"time": "1775562660"
},
"departure": {
"time": "1775562660"
},
"stopId": "FR:76217:ZE:18101:ATOUMOD005",
"stopSequence": 2
},
{
"arrival": {
"time": "1775565060"
},
"departure": {
"time": "1775565060"
},
"stopId": "FR:76217:ZE:18170:ATOUMOD005",
"stopSequence": 27
},
{
"arrival": {
"time": "1775564760"
},
"departure": {
"time": "1775564760"
},
"stopId": "FR:76545:ZE:18026:ATOUMOD005",
"stopSequence": 23
},
{
"arrival": {
"time": "1775565000"
},
"departure": {
"time": "1775565000"
},
"stopId": "FR:76217:ZE:18177:ATOUMOD005",
"stopSequence": 25
},
{
"arrival": {
"time": "1775565660"
},
"stopId": "FR:76217:ZE:18282:ATOUMOD005",
"stopSequence": 34
},
{
"arrival": {
"time": "1775563260"
},
"departure": {
"time": "1775563260"
},
"stopId": "FR:76217:ZE:18092:ATOUMOD005",
"stopSequence": 10
},
{
"arrival": {
"delay": 5,
"time": "1775562665"
},
"departure": {
"delay": 5,
"time": "1775562665"
},
"stopId": "FR:76217:ZE:18321:ATOUMOD005",
"stopSequence": 3
},
{
"arrival": {
"time": "1775563200"
},
"departure": {
"time": "1775563200"
},
"stopId": "FR:76217:ZE:18051:ATOUMOD005",
"stopSequence": 9
},
{
"arrival": {
"time": "1775565480"
},
"departure": {
"time": "1775565480"
},
"stopId": "FR:76217:ZE:18174:ATOUMOD005",
"stopSequence": 32
},
{
"arrival": {
"time": "1775563080"
},
"departure": {
"time": "1775563080"
},
"stopId": "FR:76217:ZE:18090:ATOUMOD005",
"stopSequence": 6
},
{
"arrival": {
"time": "1775562900"
},
"departure": {
"time": "1775562900"
},
"stopId": "FR:76217:ZE:18023:ATOUMOD005",
"stopSequence": 4
},
{
"departure": {
"time": "1775562600"
},
"stopId": "FR:76217:ZE:18038:ATOUMOD005",
"stopSequence": 1
},
{
"arrival": {
"time": "1775563020"
},
"departure": {
"time": "1775563020"
},
"stopId": "FR:76217:ZE:18323:ATOUMOD005",
"stopSequence": 5
}
],
"timestamp": "1775560052",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD005:Line:2:LOC",
"tripId": "ATOUMOD005:ServiceJourney:631:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2470089:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 13,
"time": "1775563753"
},
"departure": {
"delay": 13,
"time": "1775563753"
},
"stopId": "FR:27365:ZE:0x7195:ATOUMOD006",
"stopSequence": 6
},
{
"arrival": {
"delay": -46,
"time": "1775564474"
},
"departure": {
"delay": -46,
"time": "1775564474"
},
"stopId": "FR:27701:ZE:0x7114:ATOUMOD006",
"stopSequence": 20
},
{
"arrival": {
"delay": -3,
"time": "1775563797"
},
"departure": {
"delay": -3,
"time": "1775563797"
},
"stopId": "FR:27365:ZE:0x6341:ATOUMOD006",
"stopSequence": 7
},
{
"arrival": {
"delay": -83,
"time": "1775563957"
},
"departure": {
"delay": -83,
"time": "1775563957"
},
"stopId": "FR:27701:ZE:0x7157:ATOUMOD006",
"stopSequence": 11
},
{
"arrival": {
"delay": -86,
"time": "1775564014"
},
"departure": {
"delay": -86,
"time": "1775564014"
},
"stopId": "FR:27701:ZE:0x7058:ATOUMOD006",
"stopSequence": 12
},
{
"arrival": {
"delay": 124,
"time": "1775564944"
},
"stopId": "FR:27701:ZE:0x7150:ATOUMOD006",
"stopSequence": 25
},
{
"arrival": {
"delay": -70,
"time": "1775564150"
},
"departure": {
"delay": -70,
"time": "1775564150"
},
"stopId": "FR:27701:ZE:0x7147:ATOUMOD006",
"stopSequence": 16
},
{
"arrival": {
"delay": -86,
"time": "1775564374"
},
"departure": {
"delay": -86,
"time": "1775564374"
},
"stopId": "FR:27701:ZE:0x7093:ATOUMOD006",
"stopSequence": 18
},
{
"departure": {
"time": "1775563200"
},
"stopId": "FR:27701:ZE:0x7150:ATOUMOD006",
"stopSequence": 1
},
{
"arrival": {
"delay": -42,
"time": "1775563878"
},
"departure": {
"delay": -42,
"time": "1775563878"
},
"stopId": "FR:27701:ZE:0x7063:ATOUMOD006",
"stopSequence": 9
},
{
"arrival": {
"delay": -34,
"time": "1775564066"
},
"departure": {
"delay": -34,
"time": "1775564066"
},
"stopId": "FR:27701:ZE:0x7131:ATOUMOD006",
"stopSequence": 13
},
{
"arrival": {
"delay": -47,
"time": "1775563813"
},
"departure": {
"delay": -47,
"time": "1775563813"
},
"stopId": "FR:27365:ZE:0x7135:ATOUMOD006",
"stopSequence": 8
},
{
"arrival": {
"delay": 35,
"time": "1775563655"
},
"departure": {
"delay": 35,
"time": "1775563655"
},
"stopId": "FR:27365:ZE:0x6324:ATOUMOD006",
"stopSequence": 4
},
{
"arrival": {
"delay": -35,
"time": "1775564125"
},
"departure": {
"delay": -35,
"time": "1775564125"
},
"stopId": "FR:27701:ZE:0x7033:ATOUMOD006",
"stopSequence": 15
},
{
"arrival": {
"delay": -69,
"time": "1775564091"
},
"departure": {
"delay": -69,
"time": "1775564091"
},
"stopId": "FR:27701:ZE:0x7111:ATOUMOD006",
"stopSequence": 14
},
{
"arrival": {
"delay": -57,
"time": "1775563923"
},
"departure": {
"delay": -57,
"time": "1775563923"
},
"stopId": "FR:27701:ZE:0x7091:ATOUMOD006",
"stopSequence": 10
},
{
"arrival": {
"delay": -57,
"time": "1775564523"
},
"departure": {
"delay": -57,
"time": "1775564523"
},
"stopId": "FR:27701:ZE:0x7116:ATOUMOD006",
"stopSequence": 21
},
{
"arrival": {
"delay": 135,
"time": "1775564835"
},
"departure": {
"delay": 135,
"time": "1775564835"
},
"stopId": "FR:27701:ZE:0x7074:ATOUMOD006",
"stopSequence": 24
},
{
"arrival": {
"delay": -6,
"time": "1775563674"
},
"departure": {
"delay": -6,
"time": "1775563674"
},
"stopId": "FR:27365:ZE:0x6325:ATOUMOD006",
"stopSequence": 5
},
{
"arrival": {
"delay": -57,
"time": "1775564403"
},
"departure": {
"delay": -57,
"time": "1775564403"
},
"stopId": "FR:27701:ZE:0x7095:ATOUMOD006",
"stopSequence": 19
},
{
"arrival": {
"delay": -6,
"time": "1775564574"
},
"departure": {
"delay": -6,
"time": "1775564574"
},
"stopId": "FR:27701:ZE:0x7122:ATOUMOD006",
"stopSequence": 22
},
{
"arrival": {
"delay": 23,
"time": "1775563583"
},
"departure": {
"delay": 23,
"time": "1775563583"
},
"stopId": "FR:27701:ZE:0x7052:ATOUMOD006",
"stopSequence": 3
},
{
"arrival": {
"delay": -72,
"time": "1775564208"
},
"departure": {
"delay": -72,
"time": "1775564208"
},
"stopId": "FR:27701:ZE:0x7170:ATOUMOD006",
"stopSequence": 17
},
{
"arrival": {
"delay": 30,
"time": "1775563470"
},
"departure": {
"delay": 30,
"time": "1775563470"
},
"stopId": "FR:27701:ZE:0x7080:ATOUMOD006",
"stopSequence": 2
}
],
"timestamp": "1775560063",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD006:Line:4:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2470089:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745257x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 74,
"time": "1775540184"
},
"departure": {
"delay": 74,
"time": "1775540294"
},
"stopId": "FR:50129:ZE:10ANJ6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": -36,
"time": "1775540893"
},
"departure": {
"delay": -36,
"time": "1775540964"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": -13,
"time": "1775540045"
},
"departure": {
"delay": -13,
"time": "1775540087"
},
"stopId": "FR:50129:ZE:10OYG2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": -8,
"time": "1775540111"
},
"departure": {
"delay": -8,
"time": "1775540152"
},
"stopId": "FR:50129:ZE:10PRV2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": -13,
"time": "1775540554"
},
"departure": {
"delay": -13,
"time": "1775540567"
},
"stopId": "FR:50129:ZE:10PFO2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 14,
"time": "1775541274"
},
"departure": {
"delay": 14,
"time": "1775541314"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 18
},
{
"departure": {
"delay": 32,
"time": "1775539832"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": -24,
"time": "1775539922"
},
"departure": {
"delay": -24,
"time": "1775539956"
},
"stopId": "FR:50129:ZE:10AMO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": -68,
"time": "1775540597"
},
"departure": {
"delay": -68,
"time": "1775540632"
},
"stopId": "FR:50129:ZE:10FOR4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 5,
"time": "1775540991"
},
"departure": {
"delay": 5,
"time": "1775541065"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": -17,
"time": "1775541360"
},
"departure": {
"delay": -17,
"time": "1775541403"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 75,
"time": "1775540315"
},
"departure": {
"delay": 75,
"time": "1775540355"
},
"stopId": "FR:50129:ZE:10BQR2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": -19,
"time": "1775539984"
},
"departure": {
"delay": -19,
"time": "1775540021"
},
"stopId": "FR:50129:ZE:10EGL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 44,
"time": "1775541097"
},
"departure": {
"delay": 44,
"time": "1775541164"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": -31,
"time": "1775540783"
},
"departure": {
"delay": -31,
"time": "1775540849"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 49,
"time": "1775540476"
},
"departure": {
"delay": 49,
"time": "1775540509"
},
"stopId": "FR:50129:ZE:10RTU2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 65,
"time": "1775541198"
},
"departure": {
"delay": 65,
"time": "1775541245"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": -43,
"time": "1775540677"
},
"departure": {
"delay": -43,
"time": "1775540717"
},
"stopId": "FR:50129:ZE:10CRC4:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": -33,
"time": "1775541507"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 51,
"time": "1775540407"
},
"departure": {
"delay": 51,
"time": "1775540451"
},
"stopId": "FR:50129:ZE:10BRA4:ATOUMOD035",
"stopSequence": 8
}
],
"timestamp": "1775560079",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1A:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745257x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4190087x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 264,
"time": "1775559924"
},
"stopId": "FR:76351:ZE:4850:ATOUMOD003",
"stopSequence": 27
},
{
"departure": {
"delay": 294,
"time": "1775560014"
},
"stopId": "FR:76351:ZE:3162:ATOUMOD003",
"stopSequence": 29
},
{
"arrival": {
"delay": 237,
"time": "1775559957"
},
"departure": {
"delay": 237,
"time": "1775559957"
},
"stopId": "FR:76351:ZE:3152:ATOUMOD003",
"stopSequence": 28
},
{
"arrival": {
"delay": 236,
"time": "1775560136"
},
"stopId": "FR:76351:ZE:3472:ATOUMOD003",
"stopSequence": 30
}
],
"timestamp": "1775559959",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:09:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4190087x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx15734:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -9240,
"time": "1775560380"
},
"departure": {
"delay": -9240,
"time": "1775560380"
},
"stopId": "FR:76108:ZE:TCARxPIERR1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": -9258,
"time": "1775560662"
},
"departure": {
"delay": -9258,
"time": "1775560662"
},
"stopId": "FR:76108:ZE:TCARxVALLO0:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": -9300,
"time": "1775560740"
},
"departure": {
"delay": -9300,
"time": "1775560740"
},
"stopId": "FR:76451:ZE:TCARxRRENA0:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": -9198,
"time": "1775560422"
},
"departure": {
"delay": -9198,
"time": "1775560422"
},
"stopId": "FR:76108:ZE:TCARxAGRIC0:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": -9360,
"time": "1775562000"
},
"stopId": "FR:76540:ZE:TCARxILACR:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": -9231,
"time": "1775560569"
},
"departure": {
"delay": -9231,
"time": "1775560569"
},
"stopId": "FR:76108:ZE:TCARxVERTC0:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": -9283,
"time": "1775560697"
},
"departure": {
"delay": -9283,
"time": "1775560697"
},
"stopId": "FR:76451:ZE:TCARxCPIER0:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": -9111,
"time": "1775560209"
},
"departure": {
"delay": -9111,
"time": "1775560209"
},
"stopId": "FR:76108:ZE:TCARxVERDU3:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -9298,
"time": "1775560862"
},
"departure": {
"delay": -9298,
"time": "1775560862"
},
"stopId": "FR:76540:ZE:TCARxOISEA0:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": -9317,
"time": "1775560903"
},
"departure": {
"delay": -9317,
"time": "1775560903"
},
"stopId": "FR:76540:ZE:TCARxFORTI0:ATOUMOD001",
"stopSequence": 15
},
{
"departure": {
"delay": -9120,
"time": "1775560140"
},
"stopId": "FR:76108:ZE:TCARxVINCI:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": -9331,
"time": "1775560949"
},
"departure": {
"delay": -9331,
"time": "1775560949"
},
"stopId": "FR:76540:ZE:TCARxMALAT0:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": -9240,
"time": "1775560500"
},
"departure": {
"delay": -9240,
"time": "1775560500"
},
"stopId": "FR:76108:ZE:TCARxVIELL1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -9207,
"time": "1775560353"
},
"departure": {
"delay": -9207,
"time": "1775560353"
},
"stopId": "FR:76108:ZE:TCARxNOBLE1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": -9360,
"time": "1775561820"
},
"departure": {
"delay": -9360,
"time": "1775561820"
},
"stopId": "FR:76540:ZE:TCARxMUFFA1:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": -9120,
"time": "1775560260"
},
"departure": {
"delay": -9120,
"time": "1775560260"
},
"stopId": "FR:76108:ZE:TCARxHAMEL1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -9123,
"time": "1775560317"
},
"departure": {
"delay": -9123,
"time": "1775560317"
},
"stopId": "FR:76108:ZE:TCARxFORRE2:ATOUMOD001",
"stopSequence": 4
}
],
"timestamp": "1775559897",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx11:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx15734:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4107872x2025x26xGSemHTRAxSemainex00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 42,
"time": "1775561322"
},
"departure": {
"delay": 42,
"time": "1775561322"
},
"stopId": "FR:76351:ZE:3975:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": 29,
"time": "1775561729"
},
"stopId": "FR:76481:ZE:4890:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 32,
"time": "1775561432"
},
"departure": {
"delay": 32,
"time": "1775561432"
},
"stopId": "FR:76351:ZE:4003:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 47,
"time": "1775560967"
},
"departure": {
"delay": 47,
"time": "1775560967"
},
"stopId": "FR:76351:ZE:3969:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 56,
"time": "1775560796"
},
"departure": {
"delay": 56,
"time": "1775560796"
},
"stopId": "FR:76351:ZE:3989:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": 17,
"time": "1775560697"
},
"departure": {
"delay": 17,
"time": "1775560697"
},
"stopId": "FR:76351:ZE:3999:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"time": "1775561640"
},
"departure": {
"time": "1775561640"
},
"stopId": "FR:76351:ZE:3953:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": 40,
"time": "1775560240"
},
"departure": {
"delay": 40,
"time": "1775560240"
},
"stopId": "FR:76351:ZE:3997:ATOUMOD003",
"stopSequence": 2
},
{
"arrival": {
"delay": 15,
"time": "1775561535"
},
"departure": {
"delay": 15,
"time": "1775561535"
},
"stopId": "FR:76351:ZE:3987:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": 40,
"time": "1775560360"
},
"departure": {
"delay": 40,
"time": "1775560360"
},
"stopId": "FR:76351:ZE:3964:ATOUMOD003",
"stopSequence": 4
},
{
"arrival": {
"delay": 4,
"time": "1775561224"
},
"departure": {
"delay": 4,
"time": "1775561224"
},
"stopId": "FR:76351:ZE:3991:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 43,
"time": "1775560483"
},
"departure": {
"delay": 43,
"time": "1775560483"
},
"stopId": "FR:76351:ZE:3980:ATOUMOD003",
"stopSequence": 5
},
{
"departure": {
"time": "1775560140"
},
"stopId": "FR:76351:ZE:3983:ATOUMOD003",
"stopSequence": 1
},
{
"arrival": {
"delay": 4,
"time": "1775561104"
},
"departure": {
"delay": 4,
"time": "1775561104"
},
"stopId": "FR:76351:ZE:3971:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": 37,
"time": "1775560597"
},
"departure": {
"delay": 37,
"time": "1775560597"
},
"stopId": "FR:76351:ZE:3959:ATOUMOD003",
"stopSequence": 7
}
],
"timestamp": "1775559939",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:A:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4107872x2025x26xGSemHTRAxSemainex00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745161x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 74,
"time": "1775546622"
},
"departure": {
"delay": 74,
"time": "1775546654"
},
"stopId": "FR:50129:ZE:10PFO2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 14,
"time": "1775547037"
},
"departure": {
"delay": 14,
"time": "1775547074"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 126,
"time": "1775546119"
},
"departure": {
"delay": 126,
"time": "1775546166"
},
"stopId": "FR:50129:ZE:10EGL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 161,
"time": "1775546407"
},
"departure": {
"delay": 161,
"time": "1775546441"
},
"stopId": "FR:50129:ZE:10BQR2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": -15,
"time": "1775547363"
},
"departure": {
"delay": -15,
"time": "1775547405"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": -4,
"time": "1775547536"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 115,
"time": "1775546052"
},
"departure": {
"delay": 115,
"time": "1775546095"
},
"stopId": "FR:50129:ZE:10AMO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 54,
"time": "1775546885"
},
"departure": {
"delay": 54,
"time": "1775546934"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 127,
"time": "1775546559"
},
"departure": {
"delay": 127,
"time": "1775546587"
},
"stopId": "FR:50129:ZE:10RTU2:ATOUMOD035",
"stopSequence": 9
},
{
"departure": {
"delay": 132,
"time": "1775545932"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 143,
"time": "1775546185"
},
"departure": {
"delay": 143,
"time": "1775546243"
},
"stopId": "FR:50129:ZE:10OYG2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 157,
"time": "1775546272"
},
"departure": {
"delay": 157,
"time": "1775546317"
},
"stopId": "FR:50129:ZE:10PRV2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 18,
"time": "1775547106"
},
"departure": {
"delay": 18,
"time": "1775547138"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 160,
"time": "1775546348"
},
"departure": {
"delay": 160,
"time": "1775546380"
},
"stopId": "FR:50129:ZE:10ANJ6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 50,
"time": "1775547188"
},
"departure": {
"delay": 50,
"time": "1775547230"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 37,
"time": "1775546762"
},
"departure": {
"delay": 37,
"time": "1775546797"
},
"stopId": "FR:50129:ZE:10CRC4:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": -2,
"time": "1775546980"
},
"departure": {
"delay": -2,
"time": "1775546998"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 21,
"time": "1775546688"
},
"departure": {
"delay": 21,
"time": "1775546721"
},
"stopId": "FR:50129:ZE:10FOR4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 137,
"time": "1775546501"
},
"departure": {
"delay": 137,
"time": "1775546537"
},
"stopId": "FR:50129:ZE:10BRA4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": -2,
"time": "1775547259"
},
"departure": {
"delay": -2,
"time": "1775547298"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 18
}
],
"timestamp": "1775560079",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1A:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745161x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4282635x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 68,
"time": "1775558648"
},
"stopId": "FR:76447:ZE:3817:ATOUMOD003",
"stopSequence": 16
},
{
"departure": {
"delay": 86,
"time": "1775558606"
},
"stopId": "FR:76447:ZE:3766:ATOUMOD003",
"stopSequence": 15
}
],
"timestamp": "1775558669",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:11:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4282635x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4230395x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 62,
"time": "1775559782"
},
"stopId": "FR:76351:ZE:4115:ATOUMOD003",
"stopSequence": 37
},
{
"arrival": {
"delay": 86,
"time": "1775559626"
},
"departure": {
"delay": 86,
"time": "1775559626"
},
"stopId": "FR:76351:ZE:3019:ATOUMOD003",
"stopSequence": 34
},
{
"departure": {
"delay": 115,
"time": "1775559655"
},
"stopId": "FR:76351:ZE:3685:ATOUMOD003",
"stopSequence": 35
},
{
"arrival": {
"delay": 21,
"time": "1775560101"
},
"stopId": "FR:76341:ZE:3691:ATOUMOD003",
"stopSequence": 39
},
{
"departure": {
"delay": -25,
"time": "1775559335"
},
"stopId": "FR:76351:ZE:3543:ATOUMOD003",
"stopSequence": 31
},
{
"departure": {
"delay": 30,
"time": "1775559750"
},
"stopId": "FR:76351:ZE:3447:ATOUMOD003",
"stopSequence": 36
},
{
"departure": {
"delay": 65,
"time": "1775559845"
},
"stopId": "FR:76351:ZE:4523:ATOUMOD003",
"stopSequence": 38
},
{
"departure": {
"delay": 115,
"time": "1775559595"
},
"stopId": "FR:76351:ZE:3007:ATOUMOD003",
"stopSequence": 33
},
{
"departure": {
"delay": -4,
"time": "1775559476"
},
"stopId": "FR:76351:ZE:3770:ATOUMOD003",
"stopSequence": 32
}
],
"timestamp": "1775559819",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C5:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4230395x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx18020:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 14460,
"time": "1775563080"
},
"departure": {
"delay": 14460,
"time": "1775563080"
},
"stopId": "FR:76410:ZE:TCARxARCON1:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 14400,
"time": "1775561280"
},
"departure": {
"delay": 14400,
"time": "1775561280"
},
"stopId": "FR:76157:ZE:TCARxDOCRO2:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 14460,
"time": "1775561460"
},
"departure": {
"delay": 14460,
"time": "1775561460"
},
"stopId": "FR:76157:ZE:TCARxECURE0:ATOUMOD001",
"stopSequence": 9
},
{
"departure": {
"delay": 14400,
"time": "1775561100"
},
"stopId": "FR:76157:ZE:TCARxHOUDE:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 14460,
"time": "1775561580"
},
"departure": {
"delay": 14460,
"time": "1775561580"
},
"stopId": "FR:76157:ZE:TCARxPISCC0:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 14400,
"time": "1775562180"
},
"departure": {
"delay": 14400,
"time": "1775562180"
},
"stopId": "FR:76540:ZE:TCARxRIBOU5:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 14460,
"time": "1775561520"
},
"departure": {
"delay": 14460,
"time": "1775561520"
},
"stopId": "FR:76157:ZE:TCARxMERAI0:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 14400,
"time": "1775561340"
},
"departure": {
"delay": 14400,
"time": "1775561340"
},
"stopId": "FR:76157:ZE:TCARxPOMMI2:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 14460,
"time": "1775562000"
},
"departure": {
"delay": 14460,
"time": "1775562000"
},
"stopId": "FR:76540:ZE:TCARxMIN6:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 14400,
"time": "1775561400"
},
"departure": {
"delay": 14400,
"time": "1775561400"
},
"stopId": "FR:76157:ZE:TCARxGORGO0:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 14400,
"time": "1775561220"
},
"departure": {
"delay": 14400,
"time": "1775561220"
},
"stopId": "FR:76157:ZE:TCARxTOUYE3:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 14420,
"time": "1775561540"
},
"departure": {
"delay": 14420,
"time": "1775561540"
},
"stopId": "FR:76157:ZE:TCARxBUCHH0:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 14400,
"time": "1775561640"
},
"departure": {
"delay": 14400,
"time": "1775561640"
},
"stopId": "FR:76157:ZE:TCARxTJAUR3:ATOUMOD001",
"stopSequence": 13
}
],
"timestamp": "1775559997",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx35:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx18020:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745666x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 170,
"time": "1775549241"
},
"departure": {
"delay": 170,
"time": "1775549270"
},
"stopId": "FR:50129:ZE:10EPC1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 174,
"time": "1775549484"
},
"departure": {
"delay": 174,
"time": "1775549514"
},
"stopId": "FR:50129:ZE:10HME1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 124,
"time": "1775549334"
},
"departure": {
"delay": 124,
"time": "1775549344"
},
"stopId": "FR:50129:ZE:10DIX1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 125,
"time": "1775549871"
},
"departure": {
"delay": 125,
"time": "1775549885"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 318,
"time": "1775551729"
},
"departure": {
"delay": 318,
"time": "1775551758"
},
"stopId": "FR:50129:ZE:10LPL1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 24,
"time": "1775550172"
},
"departure": {
"delay": 24,
"time": "1775550204"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 141,
"time": "1775550683"
},
"departure": {
"delay": 141,
"time": "1775550741"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 373,
"time": "1775551116"
},
"departure": {
"delay": 373,
"time": "1775551153"
},
"stopId": "FR:50129:ZE:10CRN1:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 386,
"time": "1775551390"
},
"departure": {
"delay": 386,
"time": "1775551406"
},
"stopId": "FR:50129:ZE:10GRR1:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 56,
"time": "1775549979"
},
"departure": {
"delay": 56,
"time": "1775549996"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 124,
"time": "1775549747"
},
"departure": {
"delay": 124,
"time": "1775549764"
},
"stopId": "FR:50129:ZE:10CMI1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 126,
"time": "1775549139"
},
"departure": {
"delay": 126,
"time": "1775549166"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 313,
"time": "1775551800"
},
"departure": {
"delay": 313,
"time": "1775551813"
},
"stopId": "FR:50129:ZE:10FLO1:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 414,
"time": "1775551201"
},
"departure": {
"delay": 414,
"time": "1775551254"
},
"stopId": "FR:50129:ZE:10HPA3:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 130,
"time": "1775549791"
},
"departure": {
"delay": 130,
"time": "1775549830"
},
"stopId": "FR:50129:ZE:10PAX1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 303,
"time": "1775551673"
},
"departure": {
"delay": 303,
"time": "1775551683"
},
"stopId": "FR:50129:ZE:10GDR1:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 168,
"time": "1775549390"
},
"departure": {
"delay": 168,
"time": "1775549448"
},
"stopId": "FR:50129:ZE:10PET1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 231,
"time": "1775551851"
},
"stopId": "FR:50129:ZE:10ECT1:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 119,
"time": "1775549681"
},
"departure": {
"delay": 119,
"time": "1775549699"
},
"stopId": "FR:50129:ZE:10ANN1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 74,
"time": "1775548911"
},
"departure": {
"delay": 74,
"time": "1775548934"
},
"stopId": "FR:50129:ZE:10BOI1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 20,
"time": "1775550048"
},
"departure": {
"delay": 20,
"time": "1775550080"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 125,
"time": "1775548961"
},
"departure": {
"delay": 125,
"time": "1775549045"
},
"stopId": "FR:50129:ZE:10FRN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 38,
"time": "1775550268"
},
"departure": {
"delay": 38,
"time": "1775550278"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 33,
"time": "1775548826"
},
"departure": {
"delay": 33,
"time": "1775548833"
},
"stopId": "FR:50129:ZE:10MES1:ATOUMOD035",
"stopSequence": 2
},
{
"departure": {
"delay": 61,
"time": "1775548741"
},
"stopId": "FR:50129:ZE:10AMF1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 97,
"time": "1775549900"
},
"departure": {
"delay": 97,
"time": "1775549917"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 371,
"time": "1775551533"
},
"departure": {
"delay": 371,
"time": "1775551571"
},
"stopId": "FR:50129:ZE:10MED3:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 164,
"time": "1775549588"
},
"departure": {
"delay": 164,
"time": "1775549624"
},
"stopId": "FR:50129:ZE:10CAQ1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 31,
"time": "1775548850"
},
"departure": {
"delay": 31,
"time": "1775548891"
},
"stopId": "FR:50129:ZE:10MOR1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 41,
"time": "1775550458"
},
"departure": {
"delay": 41,
"time": "1775550521"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": -15,
"time": "1775550307"
},
"departure": {
"delay": -15,
"time": "1775550345"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 345,
"time": "1775551456"
},
"departure": {
"delay": 345,
"time": "1775551485"
},
"stopId": "FR:50129:ZE:10BAG3:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 330,
"time": "1775551611"
},
"departure": {
"delay": 330,
"time": "1775551650"
},
"stopId": "FR:50129:ZE:10NOR5:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 379,
"time": "1775551311"
},
"departure": {
"delay": 379,
"time": "1775551339"
},
"stopId": "FR:50129:ZE:10XCT3:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 23,
"time": "1775550108"
},
"departure": {
"delay": 23,
"time": "1775550143"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 19
}
],
"timestamp": "1775560077",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:02:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745666x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745668x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 177,
"time": "1775551066"
},
"departure": {
"delay": 177,
"time": "1775551077"
},
"stopId": "FR:50129:ZE:10EPC1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 158,
"time": "1775551389"
},
"departure": {
"delay": 158,
"time": "1775551418"
},
"stopId": "FR:50129:ZE:10CAQ1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 93,
"time": "1775551866"
},
"departure": {
"delay": 93,
"time": "1775551953"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 97,
"time": "1775552224"
},
"departure": {
"delay": 97,
"time": "1775552257"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 131,
"time": "1775550756"
},
"departure": {
"delay": 131,
"time": "1775550791"
},
"stopId": "FR:50129:ZE:10MOR1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 162,
"time": "1775552175"
},
"departure": {
"delay": 162,
"time": "1775552202"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 157,
"time": "1775551288"
},
"departure": {
"delay": 157,
"time": "1775551297"
},
"stopId": "FR:50129:ZE:10HME1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 129,
"time": "1775552473"
},
"departure": {
"delay": 129,
"time": "1775552529"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 87,
"time": "1775551982"
},
"departure": {
"delay": 87,
"time": "1775552007"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 116,
"time": "1775551483"
},
"departure": {
"delay": 116,
"time": "1775551496"
},
"stopId": "FR:50129:ZE:10ANN1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 163,
"time": "1775550978"
},
"departure": {
"delay": 163,
"time": "1775551003"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 123,
"time": "1775551715"
},
"departure": {
"delay": 123,
"time": "1775551743"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 148,
"time": "1775553098"
},
"departure": {
"delay": 148,
"time": "1775553148"
},
"stopId": "FR:50129:ZE:10MED3:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 201,
"time": "1775553380"
},
"departure": {
"delay": 201,
"time": "1775553441"
},
"stopId": "FR:50129:ZE:10LPL1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 140,
"time": "1775552919"
},
"departure": {
"delay": 140,
"time": "1775552960"
},
"stopId": "FR:50129:ZE:10GRR1:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 71,
"time": "1775552319"
},
"departure": {
"delay": 71,
"time": "1775552351"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 122,
"time": "1775552652"
},
"departure": {
"delay": 122,
"time": "1775552702"
},
"stopId": "FR:50129:ZE:10CRN1:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 178,
"time": "1775551224"
},
"departure": {
"delay": 178,
"time": "1775551258"
},
"stopId": "FR:50129:ZE:10PET1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 148,
"time": "1775551694"
},
"departure": {
"delay": 148,
"time": "1775551708"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 167,
"time": "1775550805"
},
"departure": {
"delay": 167,
"time": "1775550827"
},
"stopId": "FR:50129:ZE:10BOI1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 158,
"time": "1775551616"
},
"departure": {
"delay": 158,
"time": "1775551658"
},
"stopId": "FR:50129:ZE:10PAX1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 245,
"time": "1775553518"
},
"departure": {
"delay": 245,
"time": "1775553545"
},
"stopId": "FR:50129:ZE:10FLO1:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 157,
"time": "1775551584"
},
"departure": {
"delay": 157,
"time": "1775551597"
},
"stopId": "FR:50129:ZE:10CMI1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 118,
"time": "1775553028"
},
"departure": {
"delay": 118,
"time": "1775553058"
},
"stopId": "FR:50129:ZE:10BAG3:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 91,
"time": "1775551819"
},
"departure": {
"delay": 91,
"time": "1775551831"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 136,
"time": "1775552046"
},
"departure": {
"delay": 136,
"time": "1775552116"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 123,
"time": "1775553255"
},
"departure": {
"delay": 123,
"time": "1775553303"
},
"stopId": "FR:50129:ZE:10GDR1:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 112,
"time": "1775553190"
},
"departure": {
"delay": 112,
"time": "1775553232"
},
"stopId": "FR:50129:ZE:10NOR5:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 149,
"time": "1775552757"
},
"departure": {
"delay": 149,
"time": "1775552789"
},
"stopId": "FR:50129:ZE:10HPA3:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 116,
"time": "1775552840"
},
"departure": {
"delay": 116,
"time": "1775552876"
},
"stopId": "FR:50129:ZE:10XCT3:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 155,
"time": "1775551142"
},
"departure": {
"delay": 155,
"time": "1775551175"
},
"stopId": "FR:50129:ZE:10DIX1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 138,
"time": "1775550680"
},
"departure": {
"delay": 138,
"time": "1775550738"
},
"stopId": "FR:50129:ZE:10MES1:ATOUMOD035",
"stopSequence": 2
},
{
"departure": {
"delay": 112,
"time": "1775550592"
},
"stopId": "FR:50129:ZE:10AMF1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 160,
"time": "1775550849"
},
"departure": {
"delay": 160,
"time": "1775550880"
},
"stopId": "FR:50129:ZE:10FRN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 175,
"time": "1775553595"
},
"stopId": "FR:50129:ZE:10ECT1:ATOUMOD035",
"stopSequence": 35
}
],
"timestamp": "1775560079",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:02:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745668x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745654x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 110,
"time": "1775538726"
},
"departure": {
"delay": 110,
"time": "1775538770"
},
"stopId": "FR:50129:ZE:10PAX1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 49,
"time": "1775540349"
},
"departure": {
"delay": 49,
"time": "1775540389"
},
"stopId": "FR:50129:ZE:10NOR5:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 57,
"time": "1775539024"
},
"departure": {
"delay": 57,
"time": "1775539077"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 77,
"time": "1775539201"
},
"departure": {
"delay": 77,
"time": "1775539277"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 89,
"time": "1775539313"
},
"departure": {
"delay": 89,
"time": "1775539349"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 118,
"time": "1775538373"
},
"departure": {
"delay": 118,
"time": "1775538418"
},
"stopId": "FR:50129:ZE:10HME1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 117,
"time": "1775537861"
},
"departure": {
"delay": 117,
"time": "1775537877"
},
"stopId": "FR:50129:ZE:10BOI1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 57,
"time": "1775539822"
},
"departure": {
"delay": 57,
"time": "1775539857"
},
"stopId": "FR:50129:ZE:10CRN1:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": -16,
"time": "1775540624"
},
"stopId": "FR:50129:ZE:10ECT1:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 29,
"time": "1775539485"
},
"departure": {
"delay": 29,
"time": "1775539529"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 106,
"time": "1775537889"
},
"departure": {
"delay": 106,
"time": "1775537926"
},
"stopId": "FR:50129:ZE:10FRN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 122,
"time": "1775538809"
},
"departure": {
"delay": 122,
"time": "1775538842"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 66,
"time": "1775540163"
},
"departure": {
"delay": 66,
"time": "1775540226"
},
"stopId": "FR:50129:ZE:10BAG3:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 51,
"time": "1775540496"
},
"departure": {
"delay": 51,
"time": "1775540511"
},
"stopId": "FR:50129:ZE:10LPL1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 115,
"time": "1775538856"
},
"departure": {
"delay": 115,
"time": "1775538895"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 104,
"time": "1775538665"
},
"departure": {
"delay": 104,
"time": "1775538704"
},
"stopId": "FR:50129:ZE:10CMI1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 161,
"time": "1775538235"
},
"departure": {
"delay": 161,
"time": "1775538281"
},
"stopId": "FR:50129:ZE:10DIX1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 98,
"time": "1775539662"
},
"departure": {
"delay": 98,
"time": "1775539718"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 78,
"time": "1775539897"
},
"departure": {
"delay": 78,
"time": "1775539938"
},
"stopId": "FR:50129:ZE:10HPA3:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 86,
"time": "1775540276"
},
"departure": {
"delay": 86,
"time": "1775540306"
},
"stopId": "FR:50129:ZE:10MED3:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 90,
"time": "1775539111"
},
"departure": {
"delay": 90,
"time": "1775539170"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 83,
"time": "1775538950"
},
"departure": {
"delay": 83,
"time": "1775538983"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 37,
"time": "1775539998"
},
"departure": {
"delay": 37,
"time": "1775540017"
},
"stopId": "FR:50129:ZE:10XCT3:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 73,
"time": "1775538596"
},
"departure": {
"delay": 73,
"time": "1775538613"
},
"stopId": "FR:50129:ZE:10ANN1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 112,
"time": "1775538122"
},
"departure": {
"delay": 112,
"time": "1775538172"
},
"stopId": "FR:50129:ZE:10EPC1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 57,
"time": "1775540059"
},
"departure": {
"delay": 57,
"time": "1775540097"
},
"stopId": "FR:50129:ZE:10GRR1:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 82,
"time": "1775537791"
},
"departure": {
"delay": 82,
"time": "1775537842"
},
"stopId": "FR:50129:ZE:10MOR1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 51,
"time": "1775540566"
},
"departure": {
"delay": 51,
"time": "1775540571"
},
"stopId": "FR:50129:ZE:10FLO1:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 117,
"time": "1775538013"
},
"departure": {
"delay": 117,
"time": "1775538057"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 73,
"time": "1775537727"
},
"departure": {
"delay": 73,
"time": "1775537773"
},
"stopId": "FR:50129:ZE:10MES1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 105,
"time": "1775538330"
},
"departure": {
"delay": 105,
"time": "1775538345"
},
"stopId": "FR:50129:ZE:10PET1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 51,
"time": "1775539380"
},
"departure": {
"delay": 51,
"time": "1775539431"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 132,
"time": "1775538518"
},
"departure": {
"delay": 132,
"time": "1775538552"
},
"stopId": "FR:50129:ZE:10CAQ1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 21,
"time": "1775540413"
},
"departure": {
"delay": 21,
"time": "1775540421"
},
"stopId": "FR:50129:ZE:10GDR1:ATOUMOD035",
"stopSequence": 32
},
{
"departure": {
"delay": 66,
"time": "1775537646"
},
"stopId": "FR:50129:ZE:10AMF1:ATOUMOD035",
"stopSequence": 1
}
],
"timestamp": "1775560074",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:02:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745654x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx4595:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 45,
"time": "1775560245"
},
"stopId": "FR:76575:ZE:TCARxUNIV21:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 45,
"time": "1775560665"
},
"departure": {
"delay": 45,
"time": "1775560665"
},
"stopId": "FR:76681:ZE:TCARxJEZAY1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 54,
"time": "1775561154"
},
"departure": {
"delay": 54,
"time": "1775561154"
},
"stopId": "FR:76681:ZE:TCARxVOLTA1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 33,
"time": "1775560533"
},
"departure": {
"delay": 33,
"time": "1775560533"
},
"stopId": "FR:76575:ZE:TCARxCOURS1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 15,
"time": "1775560995"
},
"departure": {
"delay": 15,
"time": "1775560995"
},
"stopId": "FR:76681:ZE:TCARxSOTTE1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 39,
"time": "1775561079"
},
"departure": {
"delay": 39,
"time": "1775561079"
},
"stopId": "FR:76681:ZE:TCARxGARIB1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 13,
"time": "1775561293"
},
"departure": {
"delay": 13,
"time": "1775561293"
},
"stopId": "FR:76540:ZE:TCARxEUROP1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 55,
"time": "1775561215"
},
"departure": {
"delay": 55,
"time": "1775561215"
},
"stopId": "FR:76540:ZE:TCARxBALZA1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 37,
"time": "1775560597"
},
"departure": {
"delay": 37,
"time": "1775560597"
},
"stopId": "FR:76681:ZE:TCARxFAMIL1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 11,
"time": "1775560391"
},
"departure": {
"delay": 11,
"time": "1775560391"
},
"stopId": "FR:76575:ZE:TCARxPARC1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 11,
"time": "1775560331"
},
"departure": {
"delay": 11,
"time": "1775560331"
},
"stopId": "FR:76575:ZE:TCARxBASTI1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 21,
"time": "1775560461"
},
"departure": {
"delay": 21,
"time": "1775560461"
},
"stopId": "FR:76575:ZE:TCARxRENAN1:ATOUMOD001",
"stopSequence": 4
}
],
"timestamp": "1775559857",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx90:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx4595:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4107871x2025x26xGSemHTRAxSemainex00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 200,
"time": "1775561060"
},
"departure": {
"delay": 200,
"time": "1775561060"
},
"stopId": "FR:76351:ZE:3987:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": 202,
"time": "1775560222"
},
"departure": {
"delay": 202,
"time": "1775560222"
},
"stopId": "FR:76351:ZE:3999:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": 222,
"time": "1775560122"
},
"departure": {
"delay": 222,
"time": "1775560122"
},
"stopId": "FR:76351:ZE:3959:ATOUMOD003",
"stopSequence": 7
},
{
"arrival": {
"delay": 217,
"time": "1775560957"
},
"departure": {
"delay": 217,
"time": "1775560957"
},
"stopId": "FR:76351:ZE:4003:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 241,
"time": "1775560321"
},
"departure": {
"delay": 241,
"time": "1775560321"
},
"stopId": "FR:76351:ZE:3989:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": 249,
"time": "1775560749"
},
"departure": {
"delay": 249,
"time": "1775560749"
},
"stopId": "FR:76351:ZE:3991:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 232,
"time": "1775560492"
},
"departure": {
"delay": 232,
"time": "1775560492"
},
"stopId": "FR:76351:ZE:3969:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 249,
"time": "1775560629"
},
"departure": {
"delay": 249,
"time": "1775560629"
},
"stopId": "FR:76351:ZE:3971:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": 214,
"time": "1775561254"
},
"stopId": "FR:76481:ZE:4890:ATOUMOD003",
"stopSequence": 18
},
{
"departure": {
"delay": 228,
"time": "1775560008"
},
"stopId": "FR:76351:ZE:3980:ATOUMOD003",
"stopSequence": 5
},
{
"arrival": {
"delay": 227,
"time": "1775560847"
},
"departure": {
"delay": 227,
"time": "1775560847"
},
"stopId": "FR:76351:ZE:3975:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": 245,
"time": "1775561165"
},
"departure": {
"delay": 245,
"time": "1775561165"
},
"stopId": "FR:76351:ZE:3953:ATOUMOD003",
"stopSequence": 17
}
],
"timestamp": "1775560059",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:A:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4107871x2025x26xGSemHTRAxSemainex00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3747842x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -52,
"time": "1775542320"
},
"departure": {
"delay": -52,
"time": "1775542328"
},
"stopId": "FR:50129:ZE:10GNT2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": -75,
"time": "1775542385"
},
"departure": {
"delay": -75,
"time": "1775542425"
},
"stopId": "FR:50129:ZE:10LOG2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 448,
"time": "1775544336"
},
"departure": {
"delay": 448,
"time": "1775544388"
},
"stopId": "FR:50129:ZE:10PLx1:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 449,
"time": "1775544170"
},
"departure": {
"delay": 449,
"time": "1775544209"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": -15,
"time": "1775542956"
},
"departure": {
"delay": -15,
"time": "1775542965"
},
"stopId": "FR:50129:ZE:10SEX2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 9,
"time": "1775542526"
},
"departure": {
"delay": 9,
"time": "1775542569"
},
"stopId": "FR:50129:ZE:10CUR2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 42,
"time": "1775542733"
},
"departure": {
"delay": 42,
"time": "1775542782"
},
"stopId": "FR:50129:ZE:10CSM2:ATOUMOD035",
"stopSequence": 9
},
{
"departure": {
"delay": 23,
"time": "1775542163"
},
"stopId": "FR:50129:ZE:10MXR2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 8,
"time": "1775542989"
},
"departure": {
"delay": 8,
"time": "1775543048"
},
"stopId": "FR:50129:ZE:10MTT2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 414,
"time": "1775543965"
},
"departure": {
"delay": 414,
"time": "1775543994"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": -5,
"time": "1775543056"
},
"departure": {
"delay": -5,
"time": "1775543095"
},
"stopId": "FR:50129:ZE:10BSJ2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 457,
"time": "1775543823"
},
"departure": {
"delay": 457,
"time": "1775543857"
},
"stopId": "FR:50129:ZE:10BOS2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 5,
"time": "1775542471"
},
"departure": {
"delay": 5,
"time": "1775542505"
},
"stopId": "FR:50129:ZE:10REN2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 429,
"time": "1775544097"
},
"departure": {
"delay": 429,
"time": "1775544129"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 413,
"time": "1775543621"
},
"departure": {
"delay": 413,
"time": "1775543753"
},
"stopId": "FR:50129:ZE:10ODR2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": -39,
"time": "1775542208"
},
"departure": {
"delay": -39,
"time": "1775542221"
},
"stopId": "FR:50129:ZE:10CEN2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 428,
"time": "1775544292"
},
"departure": {
"delay": 428,
"time": "1775544308"
},
"stopId": "FR:50129:ZE:10HDV1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 16,
"time": "1775542609"
},
"departure": {
"delay": 16,
"time": "1775542636"
},
"stopId": "FR:50129:ZE:10DEB2:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 317,
"time": "1775544437"
},
"stopId": "FR:50129:ZE:10SHU2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 52,
"time": "1775543122"
},
"departure": {
"delay": 52,
"time": "1775543152"
},
"stopId": "FR:50129:ZE:10RUC2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": -13,
"time": "1775542294"
},
"departure": {
"delay": -13,
"time": "1775542307"
},
"stopId": "FR:50129:ZE:10BOC2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 457,
"time": "1775543883"
},
"departure": {
"delay": 457,
"time": "1775543917"
},
"stopId": "FR:50129:ZE:10JAR2:ATOUMOD035",
"stopSequence": 19
}
],
"timestamp": "1775560073",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:04:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3747842x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2490649:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -55,
"time": "1775563985"
},
"departure": {
"delay": -55,
"time": "1775563985"
},
"stopId": "FR:27701:ZE:0x7103:ATOUMOD006",
"stopSequence": 38
},
{
"arrival": {
"delay": -2477,
"time": "1775560063"
},
"departure": {
"delay": -2477,
"time": "1775560063"
},
"stopId": "FR:27008:ZE:0x6047:ATOUMOD006",
"stopSequence": 17
},
{
"arrival": {
"delay": -1877,
"time": "1775560063"
},
"departure": {
"delay": -1877,
"time": "1775560063"
},
"stopId": "FR:27458:ZE:0x6679:ATOUMOD006",
"stopSequence": 4
},
{
"arrival": {
"delay": -72,
"time": "1775563188"
},
"departure": {
"delay": -72,
"time": "1775563188"
},
"stopId": "FR:27469:ZE:0x6632:ATOUMOD006",
"stopSequence": 26
},
{
"arrival": {
"delay": -2117,
"time": "1775560063"
},
"departure": {
"delay": -2117,
"time": "1775560063"
},
"stopId": "FR:27458:ZE:0x6699:ATOUMOD006",
"stopSequence": 9
},
{
"arrival": {
"delay": -58,
"time": "1775563802"
},
"departure": {
"delay": -58,
"time": "1775563802"
},
"stopId": "FR:27365:ZE:0x6341:ATOUMOD006",
"stopSequence": 34
},
{
"arrival": {
"delay": -2657,
"time": "1775560063"
},
"departure": {
"delay": -2657,
"time": "1775560063"
},
"stopId": "FR:27348:ZE:0x6293:ATOUMOD006",
"stopSequence": 20
},
{
"arrival": {
"delay": -2117,
"time": "1775560063"
},
"departure": {
"delay": -2117,
"time": "1775560063"
},
"stopId": "FR:27386:ZE:0x6367:ATOUMOD006",
"stopSequence": 10
},
{
"arrival": {
"delay": -2897,
"time": "1775560063"
},
"departure": {
"delay": -2897,
"time": "1775560063"
},
"stopId": "FR:27348:ZE:0x6299:ATOUMOD006",
"stopSequence": 24
},
{
"arrival": {
"delay": -2237,
"time": "1775560063"
},
"departure": {
"delay": -2237,
"time": "1775560063"
},
"stopId": "FR:27386:ZE:0x6374:ATOUMOD006",
"stopSequence": 12
},
{
"arrival": {
"delay": -50,
"time": "1775564050"
},
"departure": {
"delay": -50,
"time": "1775564050"
},
"stopId": "FR:27701:ZE:0x7162:ATOUMOD006",
"stopSequence": 39
},
{
"arrival": {
"delay": -1937,
"time": "1775560063"
},
"departure": {
"delay": -1937,
"time": "1775560063"
},
"stopId": "FR:27458:ZE:0x6693:ATOUMOD006",
"stopSequence": 6
},
{
"arrival": {
"delay": -2837,
"time": "1775560063"
},
"departure": {
"delay": -2837,
"time": "1775560063"
},
"stopId": "FR:27348:ZE:0x6302:ATOUMOD006",
"stopSequence": 22
},
{
"arrival": {
"delay": -2777,
"time": "1775560063"
},
"departure": {
"delay": -2777,
"time": "1775560063"
},
"stopId": "FR:27348:ZE:0x6300:ATOUMOD006",
"stopSequence": 21
},
{
"arrival": {
"delay": -1877,
"time": "1775560063"
},
"departure": {
"delay": -1877,
"time": "1775560063"
},
"stopId": "FR:27458:ZE:0x6685:ATOUMOD006",
"stopSequence": 5
},
{
"arrival": {
"delay": -63,
"time": "1775563617"
},
"departure": {
"delay": -63,
"time": "1775563617"
},
"stopId": "FR:27365:ZE:0x7270:ATOUMOD006",
"stopSequence": 31
},
{
"arrival": {
"delay": -26,
"time": "1775563774"
},
"departure": {
"delay": -26,
"time": "1775563774"
},
"stopId": "FR:27365:ZE:0x6333:ATOUMOD006",
"stopSequence": 33
},
{
"arrival": {
"delay": -2357,
"time": "1775560063"
},
"departure": {
"delay": -2357,
"time": "1775560063"
},
"stopId": "FR:27008:ZE:0x6049:ATOUMOD006",
"stopSequence": 15
},
{
"arrival": {
"delay": -63,
"time": "1775563437"
},
"departure": {
"delay": -63,
"time": "1775563437"
},
"stopId": "FR:27196:ZE:0x6321:ATOUMOD006",
"stopSequence": 30
},
{
"arrival": {
"delay": -44,
"time": "1775563396"
},
"departure": {
"delay": -44,
"time": "1775563396"
},
"stopId": "FR:27196:ZE:0x6322:ATOUMOD006",
"stopSequence": 29
},
{
"arrival": {
"delay": -1997,
"time": "1775560063"
},
"departure": {
"delay": -1997,
"time": "1775560063"
},
"stopId": "FR:27458:ZE:0x6695:ATOUMOD006",
"stopSequence": 8
},
{
"arrival": {
"delay": -2297,
"time": "1775560063"
},
"departure": {
"delay": -2297,
"time": "1775560063"
},
"stopId": "FR:27008:ZE:0x6058:ATOUMOD006",
"stopSequence": 13
},
{
"arrival": {
"delay": -12,
"time": "1775563248"
},
"departure": {
"delay": -12,
"time": "1775563248"
},
"stopId": "FR:27469:ZE:0x7189:ATOUMOD006",
"stopSequence": 27
},
{
"arrival": {
"delay": -28,
"time": "1775563832"
},
"departure": {
"delay": -28,
"time": "1775563832"
},
"stopId": "FR:27365:ZE:0x7135:ATOUMOD006",
"stopSequence": 35
},
{
"arrival": {
"delay": -36,
"time": "1775563944"
},
"departure": {
"delay": -36,
"time": "1775563944"
},
"stopId": "FR:27701:ZE:0x7091:ATOUMOD006",
"stopSequence": 37
},
{
"arrival": {
"delay": -1697,
"time": "1775560063"
},
"departure": {
"delay": -1697,
"time": "1775560063"
},
"stopId": "FR:27458:ZE:0x6690:ATOUMOD006",
"stopSequence": 3
},
{
"arrival": {
"delay": -2357,
"time": "1775560063"
},
"departure": {
"delay": -2357,
"time": "1775560063"
},
"stopId": "FR:27008:ZE:0x6056:ATOUMOD006",
"stopSequence": 14
},
{
"arrival": {
"delay": -2237,
"time": "1775560063"
},
"departure": {
"delay": -2237,
"time": "1775560063"
},
"stopId": "FR:27386:ZE:0x6376:ATOUMOD006",
"stopSequence": 11
},
{
"arrival": {
"delay": -75,
"time": "1775563665"
},
"departure": {
"delay": -75,
"time": "1775563665"
},
"stopId": "FR:27365:ZE:0x7272:ATOUMOD006",
"stopSequence": 32
},
{
"arrival": {
"delay": -1697,
"time": "1775560063"
},
"departure": {
"delay": -1697,
"time": "1775560063"
},
"stopId": "FR:27458:ZE:0x6682:ATOUMOD006",
"stopSequence": 2
},
{
"arrival": {
"delay": -2537,
"time": "1775560063"
},
"departure": {
"delay": -2537,
"time": "1775560063"
},
"stopId": "FR:27008:ZE:0x6055:ATOUMOD006",
"stopSequence": 18
},
{
"arrival": {
"delay": -4,
"time": "1775564096"
},
"departure": {
"delay": -4,
"time": "1775564096"
},
"stopId": "FR:27701:ZE:0x7086:ATOUMOD006",
"stopSequence": 40
},
{
"arrival": {
"delay": -1937,
"time": "1775560063"
},
"departure": {
"delay": -1937,
"time": "1775560063"
},
"stopId": "FR:27458:ZE:0x6681:ATOUMOD006",
"stopSequence": 7
},
{
"arrival": {
"delay": 9,
"time": "1775563329"
},
"departure": {
"delay": 9,
"time": "1775563329"
},
"stopId": "FR:27196:ZE:0x6318:ATOUMOD006",
"stopSequence": 28
},
{
"arrival": {
"delay": -3137,
"time": "1775560063"
},
"departure": {
"delay": -3137,
"time": "1775560063"
},
"stopId": "FR:27469:ZE:0x6663:ATOUMOD006",
"stopSequence": 25
},
{
"arrival": {
"delay": -2417,
"time": "1775560063"
},
"departure": {
"delay": -2417,
"time": "1775560063"
},
"stopId": "FR:27008:ZE:0x6053:ATOUMOD006",
"stopSequence": 16
},
{
"arrival": {
"delay": -2597,
"time": "1775560063"
},
"departure": {
"delay": -2597,
"time": "1775560063"
},
"stopId": "FR:27008:ZE:0x6051:ATOUMOD006",
"stopSequence": 19
},
{
"arrival": {
"delay": -79,
"time": "1775564201"
},
"stopId": "FR:27701:ZE:0x7150:ATOUMOD006",
"stopSequence": 41
},
{
"departure": {
"delay": -1637,
"time": "1775560063"
},
"stopId": "FR:27458:ZE:0x6686:ATOUMOD006",
"stopSequence": 1
},
{
"arrival": {
"delay": -2897,
"time": "1775560063"
},
"departure": {
"delay": -2897,
"time": "1775560063"
},
"stopId": "FR:27348:ZE:0x6296:ATOUMOD006",
"stopSequence": 23
},
{
"arrival": {
"delay": -15,
"time": "1775563905"
},
"departure": {
"delay": -15,
"time": "1775563905"
},
"stopId": "FR:27701:ZE:0x7063:ATOUMOD006",
"stopSequence": 36
}
],
"timestamp": "1775560063",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD006:Line:5:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2490649:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3758051x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 118,
"time": "1775548438"
},
"departure": {
"delay": 118,
"time": "1775548438"
},
"stopId": "FR:50615:ZE:VALFB1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 38,
"time": "1775550805"
},
"departure": {
"delay": 38,
"time": "1775550818"
},
"stopId": "FR:50129:ZE:10BOS2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 188,
"time": "1775550933"
},
"departure": {
"delay": 188,
"time": "1775551028"
},
"stopId": "FR:50129:ZE:10JAR2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 63,
"time": "1775548212"
},
"departure": {
"delay": 63,
"time": "1775548263"
},
"stopId": "FR:50615:ZE:VALCH1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 182,
"time": "1775549559"
},
"departure": {
"delay": 182,
"time": "1775549582"
},
"stopId": "FR:50087:ZE:BRXSTA:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 127,
"time": "1775549116"
},
"departure": {
"delay": 127,
"time": "1775549167"
},
"stopId": "FR:50579:ZE:SOTML1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 238,
"time": "1775551184"
},
"departure": {
"delay": 238,
"time": "1775551258"
},
"stopId": "FR:50129:ZE:10PLA5:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 54,
"time": "1775550399"
},
"departure": {
"delay": 54,
"time": "1775550414"
},
"stopId": "FR:50129:ZE:10MXR1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 306,
"time": "1775551334"
},
"departure": {
"delay": 306,
"time": "1775551386"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 93,
"time": "1775548622"
},
"departure": {
"delay": 93,
"time": "1775548653"
},
"stopId": "FR:50615:ZE:VALZA1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 318,
"time": "1775551518"
},
"stopId": "FR:50129:ZE:10PEM3:ATOUMOD035",
"stopSequence": 21
},
{
"departure": {
"delay": 117,
"time": "1775547417"
},
"stopId": "FR:50341:ZE:MONAP1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 92,
"time": "1775550536"
},
"departure": {
"delay": 92,
"time": "1775550572"
},
"stopId": "FR:50129:ZE:10MAG1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 64,
"time": "1775548020"
},
"departure": {
"delay": 64,
"time": "1775548084"
},
"stopId": "FR:50615:ZE:VALGS1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 102,
"time": "1775550322"
},
"departure": {
"delay": 102,
"time": "1775550342"
},
"stopId": "FR:50129:ZE:10CEN1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 115,
"time": "1775550220"
},
"departure": {
"delay": 115,
"time": "1775550235"
},
"stopId": "FR:50599:ZE:10ZCT1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 24,
"time": "1775547911"
},
"departure": {
"delay": 24,
"time": "1775547924"
},
"stopId": "FR:50615:ZE:VALCA1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 64,
"time": "1775550776"
},
"departure": {
"delay": 64,
"time": "1775550784"
},
"stopId": "FR:50129:ZE:10ODR2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 112,
"time": "1775549745"
},
"departure": {
"delay": 112,
"time": "1775549752"
},
"stopId": "FR:50087:ZE:BRXBP1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 137,
"time": "1775550087"
},
"departure": {
"delay": 137,
"time": "1775550137"
},
"stopId": "FR:50599:ZE:TOLNR1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 202,
"time": "1775551135"
},
"departure": {
"delay": 202,
"time": "1775551162"
},
"stopId": "FR:50129:ZE:10CRN1:ATOUMOD035",
"stopSequence": 18
}
],
"timestamp": "1775560076",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:D:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3758051x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx1451:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 5,
"time": "1775556605"
},
"departure": {
"delay": 5,
"time": "1775556605"
},
"stopId": "FR:76212:ZE:TCARxCANAD2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 45,
"time": "1775558925"
},
"departure": {
"delay": 45,
"time": "1775558925"
},
"stopId": "FR:76157:ZE:TCARxTPISS2:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"time": "1775556960"
},
"departure": {
"time": "1775556960"
},
"stopId": "FR:76540:ZE:TCARxJEUNE2:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 40,
"time": "1775558680"
},
"departure": {
"delay": 40,
"time": "1775558680"
},
"stopId": "FR:76157:ZE:TCARxTDUMA2:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 54,
"time": "1775557614"
},
"departure": {
"delay": 54,
"time": "1775557614"
},
"stopId": "FR:76540:ZE:TCARxCATHE2:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 35,
"time": "1775556875"
},
"departure": {
"delay": 35,
"time": "1775556875"
},
"stopId": "FR:76540:ZE:TCARxDRIVI2:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 20,
"time": "1775557880"
},
"departure": {
"delay": 20,
"time": "1775557880"
},
"stopId": "FR:76540:ZE:TCARxPASPA2:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 21,
"time": "1775558421"
},
"departure": {
"delay": 21,
"time": "1775558421"
},
"stopId": "FR:76157:ZE:TCARxCORNI2:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 30,
"time": "1775559030"
},
"departure": {
"delay": 30,
"time": "1775559030"
},
"stopId": "FR:76157:ZE:TCARxTBIZET:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"time": "1775557980"
},
"departure": {
"time": "1775557980"
},
"stopId": "FR:76540:ZE:TCARxLUCIL2:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 2,
"time": "1775556782"
},
"departure": {
"delay": 2,
"time": "1775556782"
},
"stopId": "FR:76212:ZE:TCARxECOLE2:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 55,
"time": "1775557195"
},
"departure": {
"delay": 55,
"time": "1775557195"
},
"stopId": "FR:76540:ZE:TCARxCHRUT2:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 48,
"time": "1775557788"
},
"departure": {
"delay": 48,
"time": "1775557788"
},
"stopId": "FR:76540:ZE:TCARxBELGE2:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 30,
"time": "1775558190"
},
"departure": {
"delay": 30,
"time": "1775558190"
},
"stopId": "FR:76540:ZE:TCARxRIBOU2:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 54,
"time": "1775557314"
},
"departure": {
"delay": 54,
"time": "1775557314"
},
"stopId": "FR:76540:ZE:TCARxMARTT2:ATOUMOD001",
"stopSequence": 9
},
{
"departure": {
"time": "1775556480"
},
"stopId": "FR:76212:ZE:TCARxDUREC:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 30,
"time": "1775558850"
},
"departure": {
"delay": 30,
"time": "1775558850"
},
"stopId": "FR:76157:ZE:TCARxTJAUR2:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 30,
"time": "1775558610"
},
"departure": {
"delay": 30,
"time": "1775558610"
},
"stopId": "FR:76157:ZE:TCARxTOUYE2:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"time": "1775557140"
},
"departure": {
"time": "1775557140"
},
"stopId": "FR:76540:ZE:TCARxHILAI2:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 55,
"time": "1775558575"
},
"departure": {
"delay": 55,
"time": "1775558575"
},
"stopId": "FR:76157:ZE:TCARxTPRAT2:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"time": "1775557500"
},
"departure": {
"time": "1775557500"
},
"stopId": "FR:76540:ZE:TCARxREPUB2:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"time": "1775556660"
},
"departure": {
"time": "1775556660"
},
"stopId": "FR:76212:ZE:TCARxDMAIR2:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 10,
"time": "1775557390"
},
"departure": {
"delay": 10,
"time": "1775557390"
},
"stopId": "FR:76540:ZE:TCARxPMARC2:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"time": "1775557680"
},
"departure": {
"time": "1775557680"
},
"stopId": "FR:76540:ZE:TCARxTARTT2:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 55,
"time": "1775558335"
},
"departure": {
"delay": 55,
"time": "1775558335"
},
"stopId": "FR:76540:ZE:TCARxMIN2T:ATOUMOD001",
"stopSequence": 18
}
],
"timestamp": "1775556077",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx93:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx1451:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746163x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 61,
"time": "1775544740"
},
"departure": {
"delay": 61,
"time": "1775544781"
},
"stopId": "FR:50129:ZE:10ZOL1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 56,
"time": "1775544946"
},
"departure": {
"delay": 56,
"time": "1775544956"
},
"stopId": "FR:50129:ZE:10LAV1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 96,
"time": "1775546061"
},
"departure": {
"delay": 96,
"time": "1775546196"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": -10,
"time": "1775547012"
},
"departure": {
"delay": -10,
"time": "1775547050"
},
"stopId": "FR:50129:ZE:10MYO1:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": -7,
"time": "1775546852"
},
"departure": {
"delay": -7,
"time": "1775546873"
},
"stopId": "FR:50129:ZE:10ZPH1:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"delay": 75,
"time": "1775546281"
},
"departure": {
"delay": 75,
"time": "1775546295"
},
"stopId": "FR:50129:ZE:10THH3:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": -12,
"time": "1775545112"
},
"departure": {
"delay": -12,
"time": "1775545128"
},
"stopId": "FR:50129:ZE:10BEL1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 26,
"time": "1775544296"
},
"departure": {
"delay": 26,
"time": "1775544326"
},
"stopId": "FR:50129:ZE:10HOU1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 93,
"time": "1775545789"
},
"departure": {
"delay": 93,
"time": "1775545833"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 39,
"time": "1775545224"
},
"departure": {
"delay": 39,
"time": "1775545299"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 9,
"time": "1775545597"
},
"departure": {
"delay": 9,
"time": "1775545629"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": -1,
"time": "1775545179"
},
"departure": {
"delay": -1,
"time": "1775545199"
},
"stopId": "FR:50129:ZE:10HUI1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 32,
"time": "1775547141"
},
"departure": {
"delay": 32,
"time": "1775547152"
},
"stopId": "FR:50129:ZE:10CVE1:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"delay": 27,
"time": "1775544585"
},
"departure": {
"delay": 27,
"time": "1775544627"
},
"stopId": "FR:50129:ZE:10BHE1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 45,
"time": "1775544135"
},
"departure": {
"delay": 45,
"time": "1775544165"
},
"stopId": "FR:50129:ZE:10ALB1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 80,
"time": "1775544891"
},
"departure": {
"delay": 80,
"time": "1775544920"
},
"stopId": "FR:50129:ZE:10DUB1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 25,
"time": "1775545311"
},
"departure": {
"delay": 25,
"time": "1775545345"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": -9,
"time": "1775544459"
},
"departure": {
"delay": -9,
"time": "1775544471"
},
"stopId": "FR:50129:ZE:10ARA1:ATOUMOD035",
"stopSequence": 10
},
{
"departure": {
"delay": -1,
"time": "1775543939"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 1,
"time": "1775546544"
},
"departure": {
"delay": 1,
"time": "1775546581"
},
"stopId": "FR:50129:ZE:10LUM1:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 33,
"time": "1775545851"
},
"departure": {
"delay": 33,
"time": "1775545893"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 32,
"time": "1775543997"
},
"departure": {
"delay": 32,
"time": "1775544032"
},
"stopId": "FR:50129:ZE:10COF1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 25,
"time": "1775546665"
},
"departure": {
"delay": 25,
"time": "1775546725"
},
"stopId": "FR:50129:ZE:10BRO1:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"delay": 75,
"time": "1775546381"
},
"departure": {
"delay": 75,
"time": "1775546415"
},
"stopId": "FR:50129:ZE:10LCA1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 19,
"time": "1775545949"
},
"departure": {
"delay": 19,
"time": "1775545999"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": -38,
"time": "1775544494"
},
"departure": {
"delay": -38,
"time": "1775544502"
},
"stopId": "FR:50129:ZE:10PRE1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 47,
"time": "1775545034"
},
"departure": {
"delay": 47,
"time": "1775545067"
},
"stopId": "FR:50129:ZE:10HOM1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 37,
"time": "1775544249"
},
"departure": {
"delay": 37,
"time": "1775544277"
},
"stopId": "FR:50129:ZE:10CAR1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 38,
"time": "1775545408"
},
"departure": {
"delay": 38,
"time": "1775545478"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 33,
"time": "1775543961"
},
"departure": {
"delay": 33,
"time": "1775543973"
},
"stopId": "FR:50129:ZE:10SFG1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 44,
"time": "1775544396"
},
"departure": {
"delay": 44,
"time": "1775544404"
},
"stopId": "FR:50129:ZE:10BON1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 2,
"time": "1775545527"
},
"departure": {
"delay": 2,
"time": "1775545562"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": -9,
"time": "1775546941"
},
"departure": {
"delay": -9,
"time": "1775546991"
},
"stopId": "FR:50129:ZE:10NOR3:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"delay": 33,
"time": "1775544652"
},
"departure": {
"delay": 33,
"time": "1775544693"
},
"stopId": "FR:50129:ZE:10LON1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 23,
"time": "1775544186"
},
"departure": {
"delay": 23,
"time": "1775544203"
},
"stopId": "FR:50129:ZE:10SFN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 59,
"time": "1775545004"
},
"departure": {
"delay": 59,
"time": "1775545019"
},
"stopId": "FR:50129:ZE:10AGO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 21,
"time": "1775544358"
},
"departure": {
"delay": 21,
"time": "1775544381"
},
"stopId": "FR:50129:ZE:10BRT1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": -21,
"time": "1775547279"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"delay": -29,
"time": "1775544533"
},
"departure": {
"delay": -29,
"time": "1775544571"
},
"stopId": "FR:50129:ZE:10CPL1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"time": "1775547112"
},
"departure": {
"time": "1775547120"
},
"stopId": "FR:50129:ZE:10RSX1:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"delay": 53,
"time": "1775545660"
},
"departure": {
"delay": 53,
"time": "1775545733"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 3,
"time": "1775546634"
},
"departure": {
"delay": 3,
"time": "1775546643"
},
"stopId": "FR:50129:ZE:10LLM1:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 37,
"time": "1775546602"
},
"departure": {
"delay": 37,
"time": "1775546617"
},
"stopId": "FR:50129:ZE:10JMO1:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 36,
"time": "1775546461"
},
"departure": {
"delay": 36,
"time": "1775546496"
},
"stopId": "FR:50129:ZE:10BHC3:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 6,
"time": "1775547179"
},
"departure": {
"delay": 6,
"time": "1775547186"
},
"stopId": "FR:50129:ZE:10COS1:ATOUMOD035",
"stopSequence": 47
},
{
"arrival": {
"delay": 27,
"time": "1775546817"
},
"departure": {
"delay": 27,
"time": "1775546847"
},
"stopId": "FR:50129:ZE:10ART1:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": -31,
"time": "1775546896"
},
"departure": {
"delay": -31,
"time": "1775546909"
},
"stopId": "FR:50129:ZE:10JEA1:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": 37,
"time": "1775547061"
},
"departure": {
"delay": 37,
"time": "1775547097"
},
"stopId": "FR:50129:ZE:10MGT1:ATOUMOD035",
"stopSequence": 44
}
],
"timestamp": "1775560081",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746163x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2490624:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 224,
"time": "1775560424"
},
"departure": {
"delay": 224,
"time": "1775560424"
},
"stopId": "FR:27008:ZE:0x6048:ATOUMOD006",
"stopSequence": 26
},
{
"arrival": {
"delay": 144,
"time": "1775560824"
},
"departure": {
"delay": 144,
"time": "1775560824"
},
"stopId": "FR:27458:ZE:0x6680:ATOUMOD006",
"stopSequence": 34
},
{
"arrival": {
"delay": 234,
"time": "1775560614"
},
"departure": {
"delay": 234,
"time": "1775560614"
},
"stopId": "FR:27386:ZE:0x6375:ATOUMOD006",
"stopSequence": 29
},
{
"arrival": {
"delay": 207,
"time": "1775560527"
},
"departure": {
"delay": 207,
"time": "1775560527"
},
"stopId": "FR:27008:ZE:0x6059:ATOUMOD006",
"stopSequence": 28
},
{
"arrival": {
"delay": 121,
"time": "1775559421"
},
"departure": {
"delay": 121,
"time": "1775559421"
},
"stopId": "FR:27196:ZE:0x6319:ATOUMOD006",
"stopSequence": 13
},
{
"arrival": {
"delay": 252,
"time": "1775560272"
},
"departure": {
"delay": 252,
"time": "1775560272"
},
"stopId": "FR:27008:ZE:0x6050:ATOUMOD006",
"stopSequence": 22
},
{
"arrival": {
"delay": 201,
"time": "1775561061"
},
"departure": {
"delay": 201,
"time": "1775561061"
},
"stopId": "FR:27458:ZE:0x6691:ATOUMOD006",
"stopSequence": 38
},
{
"arrival": {
"delay": 180,
"time": "1775560920"
},
"departure": {
"delay": 180,
"time": "1775560920"
},
"stopId": "FR:27458:ZE:0x6684:ATOUMOD006",
"stopSequence": 36
},
{
"arrival": {
"delay": 171,
"time": "1775560971"
},
"departure": {
"delay": 171,
"time": "1775560971"
},
"stopId": "FR:27458:ZE:0x6678:ATOUMOD006",
"stopSequence": 37
},
{
"arrival": {
"delay": 216,
"time": "1775560476"
},
"departure": {
"delay": 216,
"time": "1775560476"
},
"stopId": "FR:27008:ZE:0x6057:ATOUMOD006",
"stopSequence": 27
},
{
"arrival": {
"delay": 146,
"time": "1775561126"
},
"departure": {
"delay": 146,
"time": "1775561126"
},
"stopId": "FR:27458:ZE:0x6688:ATOUMOD006",
"stopSequence": 39
},
{
"arrival": {
"delay": 229,
"time": "1775560009"
},
"departure": {
"delay": 229,
"time": "1775560009"
},
"stopId": "FR:27348:ZE:0x6303:ATOUMOD006",
"stopSequence": 19
},
{
"arrival": {
"delay": 276,
"time": "1775560356"
},
"departure": {
"delay": 276,
"time": "1775560356"
},
"stopId": "FR:27008:ZE:0x6046:ATOUMOD006",
"stopSequence": 24
},
{
"arrival": {
"delay": 241,
"time": "1775560321"
},
"departure": {
"delay": 241,
"time": "1775560321"
},
"stopId": "FR:27008:ZE:0x6054:ATOUMOD006",
"stopSequence": 23
},
{
"arrival": {
"delay": 204,
"time": "1775560224"
},
"departure": {
"delay": 204,
"time": "1775560224"
},
"stopId": "FR:27348:ZE:0x6292:ATOUMOD006",
"stopSequence": 21
},
{
"arrival": {
"delay": 140,
"time": "1775561180"
},
"stopId": "FR:27458:ZE:0x6686:ATOUMOD006",
"stopSequence": 40
},
{
"arrival": {
"delay": 201,
"time": "1775560881"
},
"departure": {
"delay": 201,
"time": "1775560881"
},
"stopId": "FR:27458:ZE:0x6692:ATOUMOD006",
"stopSequence": 35
},
{
"arrival": {
"delay": 173,
"time": "1775560733"
},
"departure": {
"delay": 173,
"time": "1775560733"
},
"stopId": "FR:27458:ZE:0x6698:ATOUMOD006",
"stopSequence": 32
},
{
"arrival": {
"delay": 238,
"time": "1775560078"
},
"departure": {
"delay": 238,
"time": "1775560078"
},
"stopId": "FR:27348:ZE:0x6301:ATOUMOD006",
"stopSequence": 20
},
{
"arrival": {
"delay": 152,
"time": "1775559512"
},
"departure": {
"delay": 152,
"time": "1775559512"
},
"stopId": "FR:27469:ZE:0x7188:ATOUMOD006",
"stopSequence": 14
},
{
"arrival": {
"delay": 183,
"time": "1775560803"
},
"departure": {
"delay": 183,
"time": "1775560803"
},
"stopId": "FR:27458:ZE:0x6694:ATOUMOD006",
"stopSequence": 33
},
{
"arrival": {
"delay": 184,
"time": "1775559964"
},
"departure": {
"delay": 184,
"time": "1775559964"
},
"stopId": "FR:27348:ZE:0x6297:ATOUMOD006",
"stopSequence": 18
},
{
"arrival": {
"delay": 156,
"time": "1775559636"
},
"departure": {
"delay": 156,
"time": "1775559636"
},
"stopId": "FR:27469:ZE:0x6662:ATOUMOD006",
"stopSequence": 16
},
{
"arrival": {
"delay": 205,
"time": "1775560705"
},
"departure": {
"delay": 205,
"time": "1775560705"
},
"stopId": "FR:27386:ZE:0x6366:ATOUMOD006",
"stopSequence": 31
},
{
"arrival": {
"delay": 184,
"time": "1775560624"
},
"departure": {
"delay": 184,
"time": "1775560624"
},
"stopId": "FR:27386:ZE:0x6377:ATOUMOD006",
"stopSequence": 30
},
{
"arrival": {
"delay": 258,
"time": "1775560398"
},
"departure": {
"delay": 258,
"time": "1775560398"
},
"stopId": "FR:27008:ZE:0x6052:ATOUMOD006",
"stopSequence": 25
},
{
"arrival": {
"delay": 151,
"time": "1775559552"
},
"departure": {
"delay": 151,
"time": "1775559571"
},
"stopId": "FR:27469:ZE:0x6633:ATOUMOD006",
"stopSequence": 15
},
{
"arrival": {
"delay": 357,
"time": "1775560077"
},
"departure": {
"delay": 357,
"time": "1775560077"
},
"stopId": "FR:27348:ZE:0x6298:ATOUMOD006",
"stopSequence": 17
}
],
"timestamp": "1775560063",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD006:Line:5:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2490624:LOC"
}
}
},
{
"id": "SM:ATOUMOD005:ServiceJourney:1013:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775581740"
},
"departure": {
"time": "1775581740"
},
"stopId": "FR:76217:ZE:18181:ATOUMOD005",
"stopSequence": 33
},
{
"arrival": {
"time": "1775581560"
},
"departure": {
"time": "1775581560"
},
"stopId": "FR:76217:ZE:18205:ATOUMOD005",
"stopSequence": 31
},
{
"arrival": {
"time": "1775579220"
},
"departure": {
"time": "1775579220"
},
"stopId": "FR:76217:ZE:18323:ATOUMOD005",
"stopSequence": 5
},
{
"arrival": {
"time": "1775579640"
},
"departure": {
"time": "1775579640"
},
"stopId": "FR:76217:ZE:18074:ATOUMOD005",
"stopSequence": 13
},
{
"arrival": {
"time": "1775579460"
},
"departure": {
"time": "1775579460"
},
"stopId": "FR:76217:ZE:18092:ATOUMOD005",
"stopSequence": 10
},
{
"arrival": {
"time": "1775578860"
},
"departure": {
"time": "1775578860"
},
"stopId": "FR:76217:ZE:18101:ATOUMOD005",
"stopSequence": 2
},
{
"arrival": {
"time": "1775579280"
},
"departure": {
"time": "1775579280"
},
"stopId": "FR:76217:ZE:18090:ATOUMOD005",
"stopSequence": 6
},
{
"arrival": {
"time": "1775580960"
},
"departure": {
"time": "1775580960"
},
"stopId": "FR:76545:ZE:18026:ATOUMOD005",
"stopSequence": 23
},
{
"arrival": {
"time": "1775581500"
},
"departure": {
"time": "1775581500"
},
"stopId": "FR:76217:ZE:18184:ATOUMOD005",
"stopSequence": 30
},
{
"arrival": {
"time": "1775581440"
},
"departure": {
"time": "1775581440"
},
"stopId": "FR:76217:ZE:18186:ATOUMOD005",
"stopSequence": 29
},
{
"arrival": {
"time": "1775581620"
},
"departure": {
"time": "1775581620"
},
"stopId": "FR:76217:ZE:18174:ATOUMOD005",
"stopSequence": 32
},
{
"arrival": {
"time": "1775580900"
},
"departure": {
"time": "1775580900"
},
"stopId": "FR:76217:ZE:18058:ATOUMOD005",
"stopSequence": 22
},
{
"arrival": {
"time": "1775579520"
},
"departure": {
"time": "1775579520"
},
"stopId": "FR:76217:ZE:18068:ATOUMOD005",
"stopSequence": 11
},
{
"arrival": {
"time": "1775580720"
},
"departure": {
"time": "1775580720"
},
"stopId": "FR:76217:ZE:18106:ATOUMOD005",
"stopSequence": 21
},
{
"arrival": {
"time": "1775581200"
},
"departure": {
"time": "1775581200"
},
"stopId": "FR:76217:ZE:18177:ATOUMOD005",
"stopSequence": 25
},
{
"arrival": {
"time": "1775581800"
},
"stopId": "FR:76217:ZE:18282:ATOUMOD005",
"stopSequence": 34
},
{
"arrival": {
"time": "1775581020"
},
"departure": {
"time": "1775581020"
},
"stopId": "FR:76414:ZE:18132:ATOUMOD005",
"stopSequence": 24
},
{
"arrival": {
"time": "1775581260"
},
"departure": {
"time": "1775581260"
},
"stopId": "FR:76217:ZE:18170:ATOUMOD005",
"stopSequence": 27
},
{
"arrival": {
"time": "1775580660"
},
"departure": {
"time": "1775580660"
},
"stopId": "FR:76217:ZE:18076:ATOUMOD005",
"stopSequence": 20
},
{
"arrival": {
"time": "1775580120"
},
"departure": {
"time": "1775580120"
},
"stopId": "FR:76217:ZE:18055:ATOUMOD005",
"stopSequence": 18
},
{
"arrival": {
"time": "1775579400"
},
"departure": {
"time": "1775579400"
},
"stopId": "FR:76217:ZE:18051:ATOUMOD005",
"stopSequence": 9
},
{
"arrival": {
"time": "1775581320"
},
"departure": {
"time": "1775581320"
},
"stopId": "FR:76217:ZE:18166:ATOUMOD005",
"stopSequence": 28
},
{
"arrival": {
"time": "1775579580"
},
"departure": {
"time": "1775579580"
},
"stopId": "FR:76217:ZE:18021:ATOUMOD005",
"stopSequence": 12
},
{
"departure": {
"time": "1775578800"
},
"stopId": "FR:76217:ZE:18038:ATOUMOD005",
"stopSequence": 1
},
{
"arrival": {
"delay": 5,
"time": "1775579345"
},
"departure": {
"delay": 5,
"time": "1775579345"
},
"stopId": "FR:76217:ZE:18801:ATOUMOD005",
"stopSequence": 8
},
{
"arrival": {
"time": "1775579700"
},
"departure": {
"time": "1775579700"
},
"stopId": "FR:76217:ZE:18045:ATOUMOD005",
"stopSequence": 14
},
{
"arrival": {
"time": "1775580300"
},
"departure": {
"time": "1775580300"
},
"stopId": "FR:76217:ZE:18086:ATOUMOD005",
"stopSequence": 19
},
{
"arrival": {
"time": "1775579340"
},
"departure": {
"time": "1775579340"
},
"stopId": "FR:76217:ZE:18441:ATOUMOD005",
"stopSequence": 7
},
{
"arrival": {
"time": "1775579100"
},
"departure": {
"time": "1775579100"
},
"stopId": "FR:76217:ZE:18023:ATOUMOD005",
"stopSequence": 4
},
{
"arrival": {
"time": "1775579940"
},
"departure": {
"time": "1775579940"
},
"stopId": "FR:76217:ZE:18029:ATOUMOD005",
"stopSequence": 16
},
{
"arrival": {
"time": "1775579760"
},
"departure": {
"time": "1775579760"
},
"stopId": "FR:76217:ZE:18786:ATOUMOD005",
"stopSequence": 15
},
{
"arrival": {
"delay": 5,
"time": "1775578865"
},
"departure": {
"delay": 5,
"time": "1775578865"
},
"stopId": "FR:76217:ZE:18321:ATOUMOD005",
"stopSequence": 3
},
{
"arrival": {
"time": "1775580000"
},
"departure": {
"time": "1775580000"
},
"stopId": "FR:76217:ZE:18060:ATOUMOD005",
"stopSequence": 17
},
{
"arrival": {
"delay": 5,
"time": "1775581205"
},
"departure": {
"delay": 5,
"time": "1775581205"
},
"stopId": "FR:76217:ZE:18197:ATOUMOD005",
"stopSequence": 26
}
],
"timestamp": "1775560052",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD005:Line:2:LOC",
"tripId": "ATOUMOD005:ServiceJourney:1013:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx8133:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 110,
"time": "1775557550"
},
"departure": {
"delay": 110,
"time": "1775557550"
},
"stopId": "FR:76540:ZE:TCARxCAFT1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 90,
"time": "1775558550"
},
"departure": {
"delay": 90,
"time": "1775558550"
},
"stopId": "FR:76575:ZE:TCARxCORBU2:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 95,
"time": "1775557475"
},
"departure": {
"delay": 95,
"time": "1775557475"
},
"stopId": "FR:76540:ZE:TCARxORLET1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 55,
"time": "1775557375"
},
"departure": {
"delay": 55,
"time": "1775557375"
},
"stopId": "FR:76540:ZE:TCARxBELGE3:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 10,
"time": "1775558325"
},
"departure": {
"delay": 10,
"time": "1775558350"
},
"stopId": "FR:76497:ZE:TCARxZENIT4:ATOUMOD001",
"stopSequence": 21
},
{
"departure": {
"time": "1775556300"
},
"stopId": "FR:76540:ZE:TCARxMCURIE:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 75,
"time": "1775558475"
},
"departure": {
"delay": 75,
"time": "1775558475"
},
"stopId": "FR:76575:ZE:TCARxSANSU1:ATOUMOD001",
"stopSequence": 22
}
],
"timestamp": "1775555957",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx94:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx8133:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC596645:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -1319,
"time": "1775560081"
},
"departure": {
"delay": -1319,
"time": "1775560081"
},
"stopId": "FR:27229:ZE:0xKEN01:ATOUMOD004",
"stopSequence": 4
},
{
"arrival": {
"delay": -1379,
"time": "1775560081"
},
"departure": {
"delay": -1379,
"time": "1775560081"
},
"stopId": "FR:27229:ZE:0xPAS02:ATOUMOD004",
"stopSequence": 5
},
{
"arrival": {
"delay": -134,
"time": "1775561746"
},
"departure": {
"delay": -134,
"time": "1775561746"
},
"stopId": "FR:27229:ZE:0xFRI02:ATOUMOD004",
"stopSequence": 9
},
{
"arrival": {
"delay": -1259,
"time": "1775560081"
},
"departure": {
"delay": -1259,
"time": "1775560081"
},
"stopId": "FR:27229:ZE:0xVOL01:ATOUMOD004",
"stopSequence": 3
},
{
"arrival": {
"delay": -224,
"time": "1775561836"
},
"stopId": "FR:27229:ZE:0xBRI02:ATOUMOD004",
"stopSequence": 10
},
{
"arrival": {
"delay": -32,
"time": "1775561608"
},
"departure": {
"delay": -32,
"time": "1775561608"
},
"stopId": "FR:27229:ZE:0xROR02:ATOUMOD004",
"stopSequence": 7
},
{
"arrival": {
"delay": -31,
"time": "1775561489"
},
"departure": {
"delay": -31,
"time": "1775561489"
},
"stopId": "FR:27229:ZE:0xJOL02:ATOUMOD004",
"stopSequence": 6
},
{
"departure": {
"delay": -1139,
"time": "1775560081"
},
"stopId": "FR:27229:ZE:0xMOL01:ATOUMOD004",
"stopSequence": 1
},
{
"arrival": {
"delay": -92,
"time": "1775561668"
},
"departure": {
"delay": -92,
"time": "1775561668"
},
"stopId": "FR:27229:ZE:0xRRE02:ATOUMOD004",
"stopSequence": 8
},
{
"arrival": {
"delay": -1199,
"time": "1775560081"
},
"departure": {
"delay": -1199,
"time": "1775560081"
},
"stopId": "FR:27229:ZE:0xRUG01:ATOUMOD004",
"stopSequence": 2
}
],
"timestamp": "1775560081",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD004:Line:T1:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC596645:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC597857:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 18,
"time": "1775563338"
},
"departure": {
"delay": 18,
"time": "1775563338"
},
"stopId": "FR:27306:ZE:0xMAI02:ATOUMOD004",
"stopSequence": 5
},
{
"arrival": {
"delay": -28,
"time": "1775563712"
},
"departure": {
"delay": -28,
"time": "1775563712"
},
"stopId": "FR:27229:ZE:0xJOL03:ATOUMOD004",
"stopSequence": 11
},
{
"arrival": {
"delay": -11,
"time": "1775563249"
},
"departure": {
"delay": -11,
"time": "1775563249"
},
"stopId": "FR:27306:ZE:0xMOO02:ATOUMOD004",
"stopSequence": 3
},
{
"arrival": {
"delay": -258,
"time": "1775564442"
},
"departure": {
"delay": -258,
"time": "1775564442"
},
"stopId": "FR:27229:ZE:0xTAU02:ATOUMOD004",
"stopSequence": 26
},
{
"arrival": {
"delay": -302,
"time": "1775564758"
},
"departure": {
"delay": -302,
"time": "1775564758"
},
"stopId": "FR:27229:ZE:0xQUI02:ATOUMOD004",
"stopSequence": 31
},
{
"arrival": {
"delay": 2,
"time": "1775563622"
},
"departure": {
"delay": 2,
"time": "1775563622"
},
"stopId": "FR:27306:ZE:0xMEL03:ATOUMOD004",
"stopSequence": 8
},
{
"arrival": {
"delay": -350,
"time": "1775564950"
},
"departure": {
"delay": -350,
"time": "1775564950"
},
"stopId": "FR:27602:ZE:0xWAL02:ATOUMOD004",
"stopSequence": 35
},
{
"arrival": {
"delay": -270,
"time": "1775565150"
},
"departure": {
"delay": -270,
"time": "1775565150"
},
"stopId": "FR:27602:ZE:0xMAS02:ATOUMOD004",
"stopSequence": 38
},
{
"arrival": {
"delay": -312,
"time": "1775564808"
},
"departure": {
"delay": -312,
"time": "1775564808"
},
"stopId": "FR:27229:ZE:0xHON02:ATOUMOD004",
"stopSequence": 34
},
{
"arrival": {
"delay": -258,
"time": "1775564322"
},
"departure": {
"delay": -258,
"time": "1775564322"
},
"stopId": "FR:27229:ZE:0xCHA01:ATOUMOD004",
"stopSequence": 25
},
{
"arrival": {
"delay": 69,
"time": "1775563389"
},
"departure": {
"delay": 69,
"time": "1775563389"
},
"stopId": "FR:27306:ZE:0xBOR02:ATOUMOD004",
"stopSequence": 6
},
{
"arrival": {
"delay": -180,
"time": "1775564040"
},
"departure": {
"delay": -180,
"time": "1775564040"
},
"stopId": "FR:27229:ZE:0xJAU02:ATOUMOD004",
"stopSequence": 22
},
{
"arrival": {
"delay": -126,
"time": "1775563854"
},
"departure": {
"delay": -126,
"time": "1775563854"
},
"stopId": "FR:27229:ZE:0xBRI02:ATOUMOD004",
"stopSequence": 13
},
{
"arrival": {
"delay": 24,
"time": "1775563284"
},
"departure": {
"delay": 24,
"time": "1775563284"
},
"stopId": "FR:27306:ZE:0xEGl02:ATOUMOD004",
"stopSequence": 4
},
{
"arrival": {
"delay": -376,
"time": "1775564984"
},
"departure": {
"delay": -376,
"time": "1775564984"
},
"stopId": "FR:27602:ZE:0xBOU02:ATOUMOD004",
"stopSequence": 36
},
{
"departure": {
"time": "1775563200"
},
"stopId": "FR:27306:ZE:0xFOR02:ATOUMOD004",
"stopSequence": 2
},
{
"arrival": {
"delay": -242,
"time": "1775564698"
},
"departure": {
"delay": -242,
"time": "1775564698"
},
"stopId": "FR:27229:ZE:0xSTA02:ATOUMOD004",
"stopSequence": 30
},
{
"arrival": {
"delay": -327,
"time": "1775564253"
},
"departure": {
"delay": -327,
"time": "1775564253"
},
"stopId": "FR:27229:ZE:0xHOT01:ATOUMOD004",
"stopSequence": 24
},
{
"arrival": {
"delay": -186,
"time": "1775563974"
},
"departure": {
"delay": -186,
"time": "1775563974"
},
"stopId": "FR:27229:ZE:0xPJJ02:ATOUMOD004",
"stopSequence": 21
},
{
"arrival": {
"delay": -88,
"time": "1775563772"
},
"departure": {
"delay": -88,
"time": "1775563772"
},
"stopId": "FR:27229:ZE:0xFRI02:ATOUMOD004",
"stopSequence": 12
},
{
"arrival": {
"delay": -222,
"time": "1775564118"
},
"departure": {
"delay": -222,
"time": "1775564118"
},
"stopId": "FR:27229:ZE:0xHAP02:ATOUMOD004",
"stopSequence": 23
},
{
"arrival": {
"delay": -240,
"time": "1775565240"
},
"departure": {
"delay": -240,
"time": "1775565240"
},
"stopId": "FR:27602:ZE:0xGDG02:ATOUMOD004",
"stopSequence": 39
},
{
"arrival": {
"delay": -266,
"time": "1775564554"
},
"departure": {
"delay": -266,
"time": "1775564554"
},
"stopId": "FR:27229:ZE:0xMFO02:ATOUMOD004",
"stopSequence": 29
},
{
"arrival": {
"delay": -312,
"time": "1775565288"
},
"departure": {
"delay": -312,
"time": "1775565288"
},
"stopId": "FR:27602:ZE:0xMUS02:ATOUMOD004",
"stopSequence": 46
},
{
"arrival": {
"delay": -29,
"time": "1775563531"
},
"departure": {
"delay": -29,
"time": "1775563531"
},
"stopId": "FR:27306:ZE:0xRLG02:ATOUMOD004",
"stopSequence": 7
},
{
"arrival": {
"delay": -299,
"time": "1775565301"
},
"stopId": "FR:27602:ZE:0xFAB02:ATOUMOD004",
"stopSequence": 47
}
],
"timestamp": "1775560081",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD004:Line:T3:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC597857:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx14377:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -27183,
"time": "1775560557"
},
"departure": {
"delay": -27183,
"time": "1775560557"
},
"stopId": "FR:76540:ZE:TCARxMATHI0:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": -27200,
"time": "1775560660"
},
"departure": {
"delay": -27200,
"time": "1775560660"
},
"stopId": "FR:76540:ZE:TCARxCENSO1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": -27176,
"time": "1775560384"
},
"departure": {
"delay": -27176,
"time": "1775560384"
},
"stopId": "FR:76540:ZE:TCARxLAFAY0:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": -27354,
"time": "1775559306"
},
"departure": {
"delay": -27354,
"time": "1775559306"
},
"stopId": "FR:76540:ZE:TCARxRCAMP0:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": -27286,
"time": "1775559494"
},
"departure": {
"delay": -27286,
"time": "1775559494"
},
"stopId": "FR:76540:ZE:TCARxSVER7:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": -27267,
"time": "1775558973"
},
"departure": {
"delay": -27267,
"time": "1775558973"
},
"stopId": "FR:76451:ZE:TCARxCOQUE3:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": -27351,
"time": "1775559249"
},
"departure": {
"delay": -27351,
"time": "1775559249"
},
"stopId": "FR:76540:ZE:TCARxBSMAU0:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": -27291,
"time": "1775558820"
},
"departure": {
"delay": -27291,
"time": "1775558829"
},
"stopId": "FR:76451:ZE:TCARxVAREN0:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": -27283,
"time": "1775558894"
},
"departure": {
"delay": -27283,
"time": "1775558897"
},
"stopId": "FR:76451:ZE:TCARxCOLBE0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": -27202,
"time": "1775560178"
},
"departure": {
"delay": -27202,
"time": "1775560178"
},
"stopId": "FR:76540:ZE:TCARxPCORN0:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": -27298,
"time": "1775559902"
},
"departure": {
"delay": -27298,
"time": "1775559902"
},
"stopId": "FR:76540:ZE:TCARxSTNIC1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": -27206,
"time": "1775560354"
},
"departure": {
"delay": -27206,
"time": "1775560354"
},
"stopId": "FR:76540:ZE:TCARxCHAMP1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": -27316,
"time": "1775559037"
},
"departure": {
"delay": -27316,
"time": "1775559044"
},
"stopId": "FR:76451:ZE:TCARxHDVBE1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": -27301,
"time": "1775559395"
},
"departure": {
"delay": -27301,
"time": "1775559419"
},
"stopId": "FR:76540:ZE:TCARxGAREB1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": -27201,
"time": "1775561139"
},
"stopId": "FR:76681:ZE:TCARxHDVS2:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": -27203,
"time": "1775560477"
},
"departure": {
"delay": -27203,
"time": "1775560477"
},
"stopId": "FR:76540:ZE:TCARxBAMME0:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": -27206,
"time": "1775560594"
},
"departure": {
"delay": -27206,
"time": "1775560594"
},
"stopId": "FR:76540:ZE:TCARxSIMON1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": -27310,
"time": "1775558745"
},
"departure": {
"delay": -27310,
"time": "1775558750"
},
"stopId": "FR:76451:ZE:TCARxBIZNE1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -27331,
"time": "1775559695"
},
"departure": {
"delay": -27331,
"time": "1775559869"
},
"stopId": "FR:76540:ZE:TCARxHVR3:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": -27317,
"time": "1775559103"
},
"departure": {
"delay": -27317,
"time": "1775559103"
},
"stopId": "FR:76451:ZE:TCARxFOUBE0:ATOUMOD001",
"stopSequence": 8
},
{
"departure": {
"delay": -27330,
"time": "1775558670"
},
"stopId": "FR:76451:ZE:TCARxPLEIAD:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": -27366,
"time": "1775558693"
},
"departure": {
"delay": -27366,
"time": "1775558694"
},
"stopId": "FR:76451:ZE:TCARxRBOIS0:ATOUMOD001",
"stopSequence": 2
}
],
"timestamp": "1775558225",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx07:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx14377:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx349:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 89,
"time": "1775558189"
},
"departure": {
"delay": 89,
"time": "1775558189"
},
"stopId": "FR:76540:ZE:TCARxPMARC1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 53,
"time": "1775559653"
},
"stopId": "FR:76095:ZE:TCARxTAMAR:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": 188,
"time": "1775559283"
},
"departure": {
"delay": 188,
"time": "1775559308"
},
"stopId": "FR:76540:ZE:TCARxPSALO1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 95,
"time": "1775559155"
},
"departure": {
"delay": 95,
"time": "1775559155"
},
"stopId": "FR:76540:ZE:TCARxSTCLA1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 136,
"time": "1775558536"
},
"departure": {
"delay": 136,
"time": "1775558536"
},
"stopId": "FR:76540:ZE:TCARxHILAI1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 143,
"time": "1775558783"
},
"departure": {
"delay": 143,
"time": "1775558783"
},
"stopId": "FR:76540:ZE:TCARxDRIVI1:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 158,
"time": "1775559433"
},
"departure": {
"delay": 158,
"time": "1775559458"
},
"stopId": "FR:76540:ZE:TCARxMAIS21:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 29,
"time": "1775557709"
},
"departure": {
"delay": 29,
"time": "1775557709"
},
"stopId": "FR:76540:ZE:TCARxPASPA1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": -13,
"time": "1775557787"
},
"departure": {
"delay": -13,
"time": "1775557787"
},
"stopId": "FR:76540:ZE:TCARxBELGE1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 143,
"time": "1775556958"
},
"departure": {
"delay": 143,
"time": "1775556983"
},
"stopId": "FR:76410:ZE:TCARxDLUNE1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 129,
"time": "1775558709"
},
"departure": {
"delay": 129,
"time": "1775558709"
},
"stopId": "FR:76540:ZE:TCARxJEUNE1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 23,
"time": "1775557283"
},
"departure": {
"delay": 23,
"time": "1775557283"
},
"stopId": "FR:76216:ZE:TCARxMAISO1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 13,
"time": "1775557611"
},
"departure": {
"delay": 13,
"time": "1775557633"
},
"stopId": "FR:76540:ZE:TCARxLUCIL1:ATOUMOD001",
"stopSequence": 10
},
{
"departure": {
"delay": 13,
"time": "1775556733"
},
"stopId": "FR:76474:ZE:TCARxBMAIR1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 130,
"time": "1775558950"
},
"departure": {
"delay": 130,
"time": "1775558950"
},
"stopId": "FR:76540:ZE:TCARxARGEN1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 107,
"time": "1775557187"
},
"departure": {
"delay": 107,
"time": "1775557187"
},
"stopId": "FR:76216:ZE:TCARxPTPIE1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 38,
"time": "1775557912"
},
"departure": {
"delay": 38,
"time": "1775557958"
},
"stopId": "FR:76540:ZE:TCARxTARTT1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 113,
"time": "1775556833"
},
"departure": {
"delay": 113,
"time": "1775556833"
},
"stopId": "FR:76474:ZE:TCARxMOULI1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 98,
"time": "1775557118"
},
"departure": {
"delay": 98,
"time": "1775557118"
},
"stopId": "FR:76216:ZE:TCARxDVILL1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 148,
"time": "1775559208"
},
"departure": {
"delay": 148,
"time": "1775559208"
},
"stopId": "FR:76540:ZE:TCARxMALRA1:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 158,
"time": "1775557058"
},
"departure": {
"delay": 158,
"time": "1775557058"
},
"stopId": "FR:76410:ZE:TCARxPALIS1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 72,
"time": "1775558091"
},
"departure": {
"delay": 72,
"time": "1775558112"
},
"stopId": "FR:76540:ZE:TCARxREPUB1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 85,
"time": "1775559085"
},
"departure": {
"delay": 85,
"time": "1775559085"
},
"stopId": "FR:76540:ZE:TCARxCOUPE1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 91,
"time": "1775558011"
},
"departure": {
"delay": 91,
"time": "1775558011"
},
"stopId": "FR:76540:ZE:TCARxCATHE1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 113,
"time": "1775559533"
},
"departure": {
"delay": 113,
"time": "1775559533"
},
"stopId": "FR:76540:ZE:TCARxCHATL1:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 34,
"time": "1775558374"
},
"departure": {
"delay": 34,
"time": "1775558374"
},
"stopId": "FR:76540:ZE:TCARxCHRUT1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 118,
"time": "1775559358"
},
"departure": {
"delay": 118,
"time": "1775559358"
},
"stopId": "FR:76540:ZE:TCARxGALI1:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 45,
"time": "1775558265"
},
"departure": {
"delay": 45,
"time": "1775558265"
},
"stopId": "FR:76540:ZE:TCARxMARTT1:ATOUMOD001",
"stopSequence": 17
}
],
"timestamp": "1775556737",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx92:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx349:LOC"
}
}
},
{
"id": "SM:ATOUMOD005:ServiceJourney:547:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -120,
"time": "1775560440"
},
"departure": {
"delay": -120,
"time": "1775560440"
},
"stopId": "FR:76217:ZE:18096:ATOUMOD005",
"stopSequence": 25
},
{
"arrival": {
"delay": 185,
"time": "1775559180"
},
"departure": {
"delay": 185,
"time": "1775559185"
},
"stopId": "FR:76217:ZE:18187:ATOUMOD005",
"stopSequence": 10
},
{
"arrival": {
"delay": -120,
"time": "1775561220"
},
"stopId": "FR:76565:ZE:18284:ATOUMOD005",
"stopSequence": 35
},
{
"arrival": {
"delay": -120,
"time": "1775560500"
},
"departure": {
"delay": -120,
"time": "1775560500"
},
"stopId": "FR:76217:ZE:18785:ATOUMOD005",
"stopSequence": 26
},
{
"arrival": {
"delay": 65,
"time": "1775559780"
},
"departure": {
"delay": 65,
"time": "1775559785"
},
"stopId": "FR:76217:ZE:18107:ATOUMOD005",
"stopSequence": 20
},
{
"arrival": {
"delay": 135,
"time": "1775558710"
},
"departure": {
"delay": 135,
"time": "1775558715"
},
"stopId": "FR:76217:ZE:18176:ATOUMOD005",
"stopSequence": 4
},
{
"arrival": {
"delay": -120,
"time": "1775560680"
},
"departure": {
"delay": -120,
"time": "1775560680"
},
"stopId": "FR:76217:ZE:18025:ATOUMOD005",
"stopSequence": 28
},
{
"arrival": {
"delay": 125,
"time": "1775559060"
},
"departure": {
"delay": 125,
"time": "1775559065"
},
"stopId": "FR:76217:ZE:18206:ATOUMOD005",
"stopSequence": 8
},
{
"arrival": {
"delay": -120,
"time": "1775560920"
},
"departure": {
"delay": -120,
"time": "1775560920"
},
"stopId": "FR:76217:ZE:18073:ATOUMOD005",
"stopSequence": 30
},
{
"departure": {
"delay": 65,
"time": "1775558465"
},
"stopId": "FR:76217:ZE:18808:ATOUMOD005",
"stopSequence": 1
},
{
"arrival": {
"delay": 5,
"time": "1775559660"
},
"departure": {
"delay": 5,
"time": "1775559665"
},
"stopId": "FR:76217:ZE:18059:ATOUMOD005",
"stopSequence": 19
},
{
"arrival": {
"delay": -120,
"time": "1775561040"
},
"departure": {
"delay": -120,
"time": "1775561040"
},
"stopId": "FR:76565:ZE:18238:ATOUMOD005",
"stopSequence": 33
},
{
"arrival": {
"delay": 135,
"time": "1775559190"
},
"departure": {
"delay": 135,
"time": "1775559195"
},
"stopId": "FR:76217:ZE:18164:ATOUMOD005",
"stopSequence": 11
},
{
"arrival": {
"delay": 125,
"time": "1775559300"
},
"departure": {
"delay": 125,
"time": "1775559305"
},
"stopId": "FR:76217:ZE:18189:ATOUMOD005",
"stopSequence": 14
},
{
"arrival": {
"delay": 5,
"time": "1775559600"
},
"departure": {
"delay": 5,
"time": "1775559605"
},
"stopId": "FR:76217:ZE:18027:ATOUMOD005",
"stopSequence": 18
},
{
"arrival": {
"delay": -115,
"time": "1775560020"
},
"departure": {
"delay": -115,
"time": "1775560025"
},
"stopId": "FR:76217:ZE:18050:ATOUMOD005",
"stopSequence": 22
},
{
"arrival": {
"delay": 130,
"time": "1775559005"
},
"departure": {
"delay": 130,
"time": "1775559010"
},
"stopId": "FR:76217:ZE:18175:ATOUMOD005",
"stopSequence": 7
},
{
"arrival": {
"delay": -115,
"time": "1775560985"
},
"departure": {
"delay": -115,
"time": "1775560985"
},
"stopId": "FR:76565:ZE:18105:ATOUMOD005",
"stopSequence": 32
},
{
"arrival": {
"delay": 135,
"time": "1775559250"
},
"departure": {
"delay": 135,
"time": "1775559255"
},
"stopId": "FR:76217:ZE:18196:ATOUMOD005",
"stopSequence": 13
},
{
"arrival": {
"delay": -120,
"time": "1775560980"
},
"departure": {
"delay": -120,
"time": "1775560980"
},
"stopId": "FR:76217:ZE:18040:ATOUMOD005",
"stopSequence": 31
},
{
"arrival": {
"delay": -120,
"time": "1775560620"
},
"departure": {
"delay": -120,
"time": "1775560620"
},
"stopId": "FR:76217:ZE:18054:ATOUMOD005",
"stopSequence": 27
},
{
"arrival": {
"delay": 185,
"time": "1775558700"
},
"departure": {
"delay": 185,
"time": "1775558705"
},
"stopId": "FR:76217:ZE:18183:ATOUMOD005",
"stopSequence": 3
},
{
"arrival": {
"delay": -120,
"time": "1775560320"
},
"departure": {
"delay": -120,
"time": "1775560320"
},
"stopId": "FR:76217:ZE:18057:ATOUMOD005",
"stopSequence": 24
},
{
"arrival": {
"delay": 65,
"time": "1775558760"
},
"departure": {
"delay": 65,
"time": "1775558765"
},
"stopId": "FR:76217:ZE:18169:ATOUMOD005",
"stopSequence": 5
},
{
"arrival": {
"delay": -120,
"time": "1775561100"
},
"departure": {
"delay": -120,
"time": "1775561100"
},
"stopId": "FR:76565:ZE:18443:ATOUMOD005",
"stopSequence": 34
},
{
"arrival": {
"delay": 185,
"time": "1775559120"
},
"departure": {
"delay": 185,
"time": "1775559125"
},
"stopId": "FR:76217:ZE:18185:ATOUMOD005",
"stopSequence": 9
},
{
"arrival": {
"delay": -120,
"time": "1775560200"
},
"departure": {
"delay": -120,
"time": "1775560200"
},
"stopId": "FR:76217:ZE:18320:ATOUMOD005",
"stopSequence": 23
},
{
"arrival": {
"delay": 125,
"time": "1775559360"
},
"departure": {
"delay": 125,
"time": "1775559365"
},
"stopId": "FR:76217:ZE:18104:ATOUMOD005",
"stopSequence": 15
},
{
"arrival": {
"delay": 180,
"time": "1775558940"
},
"departure": {
"delay": 180,
"time": "1775559000"
},
"stopId": "FR:76217:ZE:18182:ATOUMOD005",
"stopSequence": 6
},
{
"arrival": {
"delay": 5,
"time": "1775559540"
},
"departure": {
"delay": 5,
"time": "1775559545"
},
"stopId": "FR:76217:ZE:18133:ATOUMOD005",
"stopSequence": 17
},
{
"arrival": {
"delay": 65,
"time": "1775559480"
},
"departure": {
"delay": 65,
"time": "1775559485"
},
"stopId": "FR:76217:ZE:18078:ATOUMOD005",
"stopSequence": 16
},
{
"arrival": {
"delay": 125,
"time": "1775558580"
},
"departure": {
"delay": 125,
"time": "1775558585"
},
"stopId": "FR:76217:ZE:18810:ATOUMOD005",
"stopSequence": 2
},
{
"arrival": {
"delay": -120,
"time": "1775560800"
},
"departure": {
"delay": -120,
"time": "1775560800"
},
"stopId": "FR:76217:ZE:18023:ATOUMOD005",
"stopSequence": 29
},
{
"arrival": {
"delay": 65,
"time": "1775559840"
},
"departure": {
"delay": 65,
"time": "1775559845"
},
"stopId": "FR:76217:ZE:18077:ATOUMOD005",
"stopSequence": 21
},
{
"arrival": {
"delay": 185,
"time": "1775559240"
},
"departure": {
"delay": 185,
"time": "1775559245"
},
"stopId": "FR:76217:ZE:18208:ATOUMOD005",
"stopSequence": 12
}
],
"timestamp": "1775560042",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD005:Line:1:LOC",
"tripId": "ATOUMOD005:ServiceJourney:547:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx12390:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -21205,
"time": "1775556995"
},
"departure": {
"delay": -21205,
"time": "1775556995"
},
"stopId": "FR:76540:ZE:TCARxMIN2T:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -21130,
"time": "1775557070"
},
"departure": {
"delay": -21130,
"time": "1775557070"
},
"stopId": "FR:76540:ZE:TCARxMIN4:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -21105,
"time": "1775558895"
},
"departure": {
"delay": -21105,
"time": "1775558895"
},
"stopId": "FR:76402:ZE:TCARxSOUEF1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": -21075,
"time": "1775558745"
},
"departure": {
"delay": -21075,
"time": "1775558745"
},
"stopId": "FR:76366:ZE:TCARxLBOIS1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": -21116,
"time": "1775559004"
},
"departure": {
"delay": -21116,
"time": "1775559004"
},
"stopId": "FR:76402:ZE:TCARxCMEDI2:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": -21045,
"time": "1775557945"
},
"departure": {
"delay": -21045,
"time": "1775557995"
},
"stopId": "FR:76410:ZE:TCARxMAROM2:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": -21137,
"time": "1775557183"
},
"departure": {
"delay": -21137,
"time": "1775557183"
},
"stopId": "FR:76157:ZE:TCARxATELI2:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": -21046,
"time": "1775558534"
},
"departure": {
"delay": -21046,
"time": "1775558534"
},
"stopId": "FR:76366:ZE:TCARxLSOUR1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": -20973,
"time": "1775558427"
},
"departure": {
"delay": -20973,
"time": "1775558427"
},
"stopId": "FR:76474:ZE:TCARxAGIDE2:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": -20979,
"time": "1775558121"
},
"departure": {
"delay": -20979,
"time": "1775558121"
},
"stopId": "FR:76410:ZE:TCARxRIVES2:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": -21117,
"time": "1775557623"
},
"departure": {
"delay": -21117,
"time": "1775557623"
},
"stopId": "FR:76216:ZE:TCARxFAUQU1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": -21032,
"time": "1775558668"
},
"departure": {
"delay": -21032,
"time": "1775558668"
},
"stopId": "FR:76366:ZE:TCARxLESUE1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": -21029,
"time": "1775558371"
},
"departure": {
"delay": -21029,
"time": "1775558371"
},
"stopId": "FR:76474:ZE:TCARxBMAIB1:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": -21015,
"time": "1775558445"
},
"departure": {
"delay": -21015,
"time": "1775558445"
},
"stopId": "FR:76474:ZE:TCARxMUSEE1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": -21165,
"time": "1775557695"
},
"departure": {
"delay": -21165,
"time": "1775557695"
},
"stopId": "FR:76410:ZE:TCARxCLAIR2:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": -21105,
"time": "1775558595"
},
"departure": {
"delay": -21105,
"time": "1775558595"
},
"stopId": "FR:76366:ZE:TCARxHMAIR1:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": -20945,
"time": "1775558155"
},
"departure": {
"delay": -20945,
"time": "1775558155"
},
"stopId": "FR:76410:ZE:TCARxVELOU2:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": -21155,
"time": "1775559085"
},
"departure": {
"delay": -21155,
"time": "1775559085"
},
"stopId": "FR:76402:ZE:TCARxHBOUR1:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": -21054,
"time": "1775558706"
},
"departure": {
"delay": -21054,
"time": "1775558706"
},
"stopId": "FR:76366:ZE:TCARxHEGLI1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": -21126,
"time": "1775558934"
},
"departure": {
"delay": -21126,
"time": "1775558934"
},
"stopId": "FR:76402:ZE:TCARxNCHAM1:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": -21105,
"time": "1775557371"
},
"departure": {
"delay": -21105,
"time": "1775557395"
},
"stopId": "FR:76216:ZE:TCARxCAILL2:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": -21125,
"time": "1775557777"
},
"departure": {
"delay": -21125,
"time": "1775557795"
},
"stopId": "FR:76410:ZE:TCARxPETIT1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": -21063,
"time": "1775557473"
},
"departure": {
"delay": -21063,
"time": "1775557497"
},
"stopId": "FR:76216:ZE:TCARxFRESN2:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -21107,
"time": "1775557573"
},
"departure": {
"delay": -21107,
"time": "1775557573"
},
"stopId": "FR:76216:ZE:TCARxJFERR1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": -21120,
"time": "1775558820"
},
"departure": {
"delay": -21120,
"time": "1775558820"
},
"stopId": "FR:76366:ZE:TCARxCJZAY2:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": -21131,
"time": "1775557129"
},
"departure": {
"delay": -21131,
"time": "1775557129"
},
"stopId": "FR:76157:ZE:TCARxLCORM1:ATOUMOD001",
"stopSequence": 4
}
],
"timestamp": "1775556776",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx04:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx12390:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745716x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 57,
"time": "1775539644"
},
"departure": {
"delay": 57,
"time": "1775539677"
},
"stopId": "FR:50129:ZE:10FLO2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 254,
"time": "1775542432"
},
"departure": {
"delay": 254,
"time": "1775542454"
},
"stopId": "FR:50129:ZE:10PAU2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 88,
"time": "1775540076"
},
"departure": {
"delay": 88,
"time": "1775540128"
},
"stopId": "FR:50129:ZE:10BAG4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 218,
"time": "1775541731"
},
"departure": {
"delay": 218,
"time": "1775541758"
},
"stopId": "FR:50129:ZE:10CMI2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 49,
"time": "1775539733"
},
"departure": {
"delay": 49,
"time": "1775539789"
},
"stopId": "FR:50129:ZE:10LPL2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 211,
"time": "1775542201"
},
"departure": {
"delay": 211,
"time": "1775542231"
},
"stopId": "FR:50129:ZE:10DIX2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 247,
"time": "1775541930"
},
"departure": {
"delay": 247,
"time": "1775541967"
},
"stopId": "FR:50129:ZE:10CAQ2:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 173,
"time": "1775541702"
},
"departure": {
"delay": 173,
"time": "1775541713"
},
"stopId": "FR:50129:ZE:10PAX2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 197,
"time": "1775542697"
},
"stopId": "FR:50129:ZE:10AMF1:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 165,
"time": "1775541586"
},
"departure": {
"delay": 165,
"time": "1775541645"
},
"stopId": "FR:50129:ZE:10TRA3:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 162,
"time": "1775541428"
},
"departure": {
"delay": 162,
"time": "1775541462"
},
"stopId": "FR:50129:ZE:10HDI4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 98,
"time": "1775540511"
},
"departure": {
"delay": 98,
"time": "1775540558"
},
"stopId": "FR:50129:ZE:10CRN2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 179,
"time": "1775541139"
},
"departure": {
"delay": 179,
"time": "1775541179"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 125,
"time": "1775540288"
},
"departure": {
"delay": 125,
"time": "1775540345"
},
"stopId": "FR:50129:ZE:10XCT4:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 253,
"time": "1775541808"
},
"departure": {
"delay": 253,
"time": "1775541853"
},
"stopId": "FR:50129:ZE:10ANN2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 73,
"time": "1775539880"
},
"departure": {
"delay": 73,
"time": "1775539933"
},
"stopId": "FR:50129:ZE:10NOR6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 55,
"time": "1775539824"
},
"departure": {
"delay": 55,
"time": "1775539855"
},
"stopId": "FR:50129:ZE:10GDR2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 248,
"time": "1775542113"
},
"departure": {
"delay": 248,
"time": "1775542148"
},
"stopId": "FR:50129:ZE:10PET2:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 209,
"time": "1775541047"
},
"departure": {
"delay": 209,
"time": "1775541089"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 180,
"time": "1775541206"
},
"departure": {
"delay": 180,
"time": "1775541240"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 258,
"time": "1775542484"
},
"departure": {
"delay": 258,
"time": "1775542518"
},
"stopId": "FR:50129:ZE:10TLL2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 243,
"time": "1775542035"
},
"departure": {
"delay": 243,
"time": "1775542083"
},
"stopId": "FR:50129:ZE:10HME2:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 174,
"time": "1775541254"
},
"departure": {
"delay": 174,
"time": "1775541294"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 107,
"time": "1775540395"
},
"departure": {
"delay": 107,
"time": "1775540447"
},
"stopId": "FR:50129:ZE:10HPA4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 259,
"time": "1775542380"
},
"departure": {
"delay": 259,
"time": "1775542399"
},
"stopId": "FR:50129:ZE:10EPH1:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 241,
"time": "1775542609"
},
"departure": {
"delay": 241,
"time": "1775542621"
},
"stopId": "FR:50129:ZE:10MOR2:ATOUMOD035",
"stopSequence": 35
},
{
"departure": {
"delay": 21,
"time": "1775539581"
},
"stopId": "FR:50129:ZE:10ECT1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 218,
"time": "1775542646"
},
"departure": {
"delay": 218,
"time": "1775542658"
},
"stopId": "FR:50129:ZE:10MES2:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 180,
"time": "1775541326"
},
"departure": {
"delay": 180,
"time": "1775541360"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 270,
"time": "1775542311"
},
"departure": {
"delay": 270,
"time": "1775542350"
},
"stopId": "FR:50129:ZE:10EPC2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 303,
"time": "1775540716"
},
"departure": {
"delay": 303,
"time": "1775540883"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 234,
"time": "1775540951"
},
"departure": {
"delay": 234,
"time": "1775540994"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 253,
"time": "1775542540"
},
"departure": {
"delay": 253,
"time": "1775542573"
},
"stopId": "FR:50129:ZE:10HET2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 95,
"time": "1775540208"
},
"departure": {
"delay": 95,
"time": "1775540255"
},
"stopId": "FR:50129:ZE:10GRR2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 57,
"time": "1775539980"
},
"departure": {
"delay": 57,
"time": "1775540037"
},
"stopId": "FR:50129:ZE:10MED4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 123,
"time": "1775541512"
},
"departure": {
"delay": 123,
"time": "1775541543"
},
"stopId": "FR:50129:ZE:10REP4:ATOUMOD035",
"stopSequence": 21
}
],
"timestamp": "1775560079",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:02:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745716x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx6310:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -26,
"time": "1775559274"
},
"departure": {
"delay": -26,
"time": "1775559274"
},
"stopId": "FR:76540:ZE:TCARxMARTT2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 49,
"time": "1775559599"
},
"departure": {
"delay": 49,
"time": "1775559649"
},
"stopId": "FR:76540:ZE:TCARxTARTT2:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 54,
"time": "1775559749"
},
"departure": {
"delay": 54,
"time": "1775559774"
},
"stopId": "FR:76540:ZE:TCARxBELGE2:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": -139,
"time": "1775560001"
},
"departure": {
"delay": -139,
"time": "1775560001"
},
"stopId": "FR:76540:ZE:TCARxRIBOU2:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": -132,
"time": "1775560068"
},
"departure": {
"delay": -132,
"time": "1775560068"
},
"stopId": "FR:76540:ZE:TCARxFDVAL2:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": -139,
"time": "1775560361"
},
"departure": {
"delay": -139,
"time": "1775560361"
},
"stopId": "FR:76451:ZE:TCARxCBLBE2:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 24,
"time": "1775559924"
},
"departure": {
"delay": 24,
"time": "1775559924"
},
"stopId": "FR:76540:ZE:TCARxLUCIL2:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 94,
"time": "1775559849"
},
"departure": {
"delay": 94,
"time": "1775559874"
},
"stopId": "FR:76540:ZE:TCARxPASPA2:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -133,
"time": "1775560307"
},
"departure": {
"delay": -133,
"time": "1775560307"
},
"stopId": "FR:76451:ZE:TCARxCAMPU2:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 9,
"time": "1775559524"
},
"departure": {
"delay": 9,
"time": "1775559549"
},
"stopId": "FR:76540:ZE:TCARxCATHE2:ATOUMOD001",
"stopSequence": 5
}
],
"timestamp": "1775559117",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx91:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx6310:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2490647:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 105,
"time": "1775560785"
},
"stopId": "FR:27701:ZE:0x7150:ATOUMOD006",
"stopSequence": 41
},
{
"arrival": {
"delay": 171,
"time": "1775560431"
},
"departure": {
"delay": 171,
"time": "1775560431"
},
"stopId": "FR:27365:ZE:0x7135:ATOUMOD006",
"stopSequence": 35
},
{
"arrival": {
"delay": 195,
"time": "1775560695"
},
"departure": {
"delay": 195,
"time": "1775560695"
},
"stopId": "FR:27701:ZE:0x7086:ATOUMOD006",
"stopSequence": 40
},
{
"arrival": {
"delay": 144,
"time": "1775560584"
},
"departure": {
"delay": 144,
"time": "1775560584"
},
"stopId": "FR:27701:ZE:0x7103:ATOUMOD006",
"stopSequence": 38
},
{
"arrival": {
"delay": 149,
"time": "1775560649"
},
"departure": {
"delay": 149,
"time": "1775560649"
},
"stopId": "FR:27701:ZE:0x7162:ATOUMOD006",
"stopSequence": 39
},
{
"arrival": {
"delay": 184,
"time": "1775560504"
},
"departure": {
"delay": 184,
"time": "1775560504"
},
"stopId": "FR:27701:ZE:0x7063:ATOUMOD006",
"stopSequence": 36
},
{
"arrival": {
"delay": 163,
"time": "1775560543"
},
"departure": {
"delay": 163,
"time": "1775560543"
},
"stopId": "FR:27701:ZE:0x7091:ATOUMOD006",
"stopSequence": 37
},
{
"arrival": {
"delay": 136,
"time": "1775560216"
},
"departure": {
"delay": 136,
"time": "1775560216"
},
"stopId": "FR:27365:ZE:0x7270:ATOUMOD006",
"stopSequence": 31
},
{
"arrival": {
"delay": 124,
"time": "1775560264"
},
"departure": {
"delay": 124,
"time": "1775560264"
},
"stopId": "FR:27365:ZE:0x7272:ATOUMOD006",
"stopSequence": 32
},
{
"arrival": {
"delay": 121,
"time": "1775560020"
},
"departure": {
"delay": 121,
"time": "1775560021"
},
"stopId": "FR:27196:ZE:0x6321:ATOUMOD006",
"stopSequence": 30
},
{
"arrival": {
"delay": 141,
"time": "1775560401"
},
"departure": {
"delay": 141,
"time": "1775560401"
},
"stopId": "FR:27365:ZE:0x6341:ATOUMOD006",
"stopSequence": 34
},
{
"arrival": {
"delay": 173,
"time": "1775560373"
},
"departure": {
"delay": 173,
"time": "1775560373"
},
"stopId": "FR:27365:ZE:0x6333:ATOUMOD006",
"stopSequence": 33
},
{
"arrival": {
"delay": 134,
"time": "1775559974"
},
"departure": {
"delay": 134,
"time": "1775559974"
},
"stopId": "FR:27196:ZE:0x6322:ATOUMOD006",
"stopSequence": 29
}
],
"timestamp": "1775560063",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD006:Line:5:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2490647:LOC"
}
}
},
{
"id": "SM:ATOUMOD005:ServiceJourney:563:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 185,
"time": "1775559480"
},
"departure": {
"delay": 185,
"time": "1775559485"
},
"stopId": "FR:76217:ZE:18167:ATOUMOD005",
"stopSequence": 7
},
{
"arrival": {
"delay": 195,
"time": "1775559430"
},
"departure": {
"delay": 195,
"time": "1775559435"
},
"stopId": "FR:76217:ZE:18187:ATOUMOD005",
"stopSequence": 6
},
{
"arrival": {
"delay": 245,
"time": "1775559720"
},
"departure": {
"delay": 245,
"time": "1775559725"
},
"stopId": "FR:76217:ZE:18178:ATOUMOD005",
"stopSequence": 10
},
{
"departure": {
"delay": 125,
"time": "1775559125"
},
"stopId": "FR:76217:ZE:18282:ATOUMOD005",
"stopSequence": 1
},
{
"arrival": {
"delay": 125,
"time": "1775559180"
},
"departure": {
"delay": 125,
"time": "1775559185"
},
"stopId": "FR:76217:ZE:18182:ATOUMOD005",
"stopSequence": 2
},
{
"arrival": {
"delay": 120,
"time": "1775561220"
},
"departure": {
"delay": 120,
"time": "1775561220"
},
"stopId": "FR:76217:ZE:18801:ATOUMOD005",
"stopSequence": 27
},
{
"arrival": {
"delay": 120,
"time": "1775560800"
},
"departure": {
"delay": 120,
"time": "1775560800"
},
"stopId": "FR:76217:ZE:18096:ATOUMOD005",
"stopSequence": 19
},
{
"arrival": {
"delay": 120,
"time": "1775560860"
},
"departure": {
"delay": 120,
"time": "1775560860"
},
"stopId": "FR:76217:ZE:18785:ATOUMOD005",
"stopSequence": 20
},
{
"arrival": {
"delay": 125,
"time": "1775561225"
},
"departure": {
"delay": 125,
"time": "1775561225"
},
"stopId": "FR:76217:ZE:18442:ATOUMOD005",
"stopSequence": 28
},
{
"arrival": {
"delay": 120,
"time": "1775561820"
},
"stopId": "FR:76217:ZE:18038:ATOUMOD005",
"stopSequence": 34
},
{
"arrival": {
"delay": 125,
"time": "1775560020"
},
"departure": {
"delay": 125,
"time": "1775560025"
},
"stopId": "FR:76217:ZE:18077:ATOUMOD005",
"stopSequence": 15
},
{
"arrival": {
"delay": 75,
"time": "1775559850"
},
"departure": {
"delay": 75,
"time": "1775559855"
},
"stopId": "FR:76217:ZE:18059:ATOUMOD005",
"stopSequence": 13
},
{
"arrival": {
"delay": 120,
"time": "1775560980"
},
"departure": {
"delay": 120,
"time": "1775560980"
},
"stopId": "FR:76217:ZE:18074:ATOUMOD005",
"stopSequence": 22
},
{
"arrival": {
"delay": 120,
"time": "1775561160"
},
"departure": {
"delay": 120,
"time": "1775561160"
},
"stopId": "FR:76217:ZE:18051:ATOUMOD005",
"stopSequence": 26
},
{
"arrival": {
"delay": 120,
"time": "1775561640"
},
"departure": {
"delay": 120,
"time": "1775561640"
},
"stopId": "FR:76217:ZE:18321:ATOUMOD005",
"stopSequence": 32
},
{
"arrival": {
"delay": 120,
"time": "1775561040"
},
"departure": {
"delay": 120,
"time": "1775561040"
},
"stopId": "FR:76217:ZE:18068:ATOUMOD005",
"stopSequence": 24
},
{
"arrival": {
"delay": 120,
"time": "1775561100"
},
"departure": {
"delay": 120,
"time": "1775561100"
},
"stopId": "FR:76217:ZE:18092:ATOUMOD005",
"stopSequence": 25
},
{
"arrival": {
"delay": 130,
"time": "1775561230"
},
"departure": {
"delay": 130,
"time": "1775561230"
},
"stopId": "FR:76217:ZE:18091:ATOUMOD005",
"stopSequence": 29
},
{
"arrival": {
"delay": 120,
"time": "1775560560"
},
"departure": {
"delay": 120,
"time": "1775560560"
},
"stopId": "FR:76217:ZE:18320:ATOUMOD005",
"stopSequence": 17
},
{
"arrival": {
"delay": 185,
"time": "1775559360"
},
"departure": {
"delay": 185,
"time": "1775559365"
},
"stopId": "FR:76217:ZE:18206:ATOUMOD005",
"stopSequence": 4
},
{
"arrival": {
"delay": 120,
"time": "1775560380"
},
"departure": {
"delay": 120,
"time": "1775560380"
},
"stopId": "FR:76217:ZE:18050:ATOUMOD005",
"stopSequence": 16
},
{
"arrival": {
"delay": 125,
"time": "1775559240"
},
"departure": {
"delay": 125,
"time": "1775559245"
},
"stopId": "FR:76217:ZE:18175:ATOUMOD005",
"stopSequence": 3
},
{
"arrival": {
"delay": 245,
"time": "1775559660"
},
"departure": {
"delay": 245,
"time": "1775559665"
},
"stopId": "FR:76217:ZE:18198:ATOUMOD005",
"stopSequence": 9
},
{
"arrival": {
"delay": 120,
"time": "1775561280"
},
"departure": {
"delay": 120,
"time": "1775561280"
},
"stopId": "FR:76217:ZE:18324:ATOUMOD005",
"stopSequence": 30
},
{
"arrival": {
"delay": 185,
"time": "1775559540"
},
"departure": {
"delay": 185,
"time": "1775559545"
},
"stopId": "FR:76217:ZE:18171:ATOUMOD005",
"stopSequence": 8
},
{
"arrival": {
"delay": 125,
"time": "1775561645"
},
"departure": {
"delay": 125,
"time": "1775561645"
},
"stopId": "FR:76217:ZE:18102:ATOUMOD005",
"stopSequence": 33
},
{
"arrival": {
"delay": 120,
"time": "1775561460"
},
"departure": {
"delay": 120,
"time": "1775561460"
},
"stopId": "FR:76217:ZE:18023:ATOUMOD005",
"stopSequence": 31
},
{
"arrival": {
"delay": 125,
"time": "1775559780"
},
"departure": {
"delay": 125,
"time": "1775559785"
},
"stopId": "FR:76217:ZE:18133:ATOUMOD005",
"stopSequence": 11
},
{
"arrival": {
"delay": 120,
"time": "1775560920"
},
"departure": {
"delay": 120,
"time": "1775560920"
},
"stopId": "FR:76217:ZE:18045:ATOUMOD005",
"stopSequence": 21
},
{
"arrival": {
"delay": 125,
"time": "1775559840"
},
"departure": {
"delay": 125,
"time": "1775559845"
},
"stopId": "FR:76217:ZE:18027:ATOUMOD005",
"stopSequence": 12
},
{
"arrival": {
"delay": 125,
"time": "1775559960"
},
"departure": {
"delay": 125,
"time": "1775559965"
},
"stopId": "FR:76217:ZE:18107:ATOUMOD005",
"stopSequence": 14
},
{
"arrival": {
"delay": 245,
"time": "1775559420"
},
"departure": {
"delay": 245,
"time": "1775559425"
},
"stopId": "FR:76217:ZE:18185:ATOUMOD005",
"stopSequence": 5
},
{
"arrival": {
"delay": 125,
"time": "1775560985"
},
"departure": {
"delay": 125,
"time": "1775560985"
},
"stopId": "FR:76217:ZE:18021:ATOUMOD005",
"stopSequence": 23
},
{
"arrival": {
"delay": 120,
"time": "1775560680"
},
"departure": {
"delay": 120,
"time": "1775560680"
},
"stopId": "FR:76217:ZE:18057:ATOUMOD005",
"stopSequence": 18
}
],
"timestamp": "1775560052",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD005:Line:2:LOC",
"tripId": "ATOUMOD005:ServiceJourney:563:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3748427x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -7,
"time": "1775535035"
},
"departure": {
"delay": -7,
"time": "1775535053"
},
"stopId": "FR:50129:ZE:10ROS1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 20,
"time": "1775535005"
},
"departure": {
"delay": 20,
"time": "1775535020"
},
"stopId": "FR:50129:ZE:10SAL1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 36,
"time": "1775536162"
},
"departure": {
"delay": 36,
"time": "1775536176"
},
"stopId": "FR:50129:ZE:10STA2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 12,
"time": "1775535217"
},
"departure": {
"delay": 12,
"time": "1775535252"
},
"stopId": "FR:50129:ZE:10RED1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": -20,
"time": "1775535426"
},
"departure": {
"delay": -20,
"time": "1775535460"
},
"stopId": "FR:50129:ZE:10MEN2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 13,
"time": "1775534876"
},
"departure": {
"delay": 13,
"time": "1775534893"
},
"stopId": "FR:50129:ZE:10BCP1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": -8,
"time": "1775536530"
},
"departure": {
"delay": -8,
"time": "1775536552"
},
"stopId": "FR:50129:ZE:10LEC2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 32,
"time": "1775536635"
},
"departure": {
"delay": 32,
"time": "1775536652"
},
"stopId": "FR:50129:ZE:10SMT2:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 44,
"time": "1775535744"
},
"departure": {
"delay": 44,
"time": "1775535764"
},
"stopId": "FR:50129:ZE:10PHG2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 35,
"time": "1775535979"
},
"departure": {
"delay": 35,
"time": "1775535995"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 22,
"time": "1775536448"
},
"departure": {
"delay": 22,
"time": "1775536462"
},
"stopId": "FR:50129:ZE:10LEB2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": -19,
"time": "1775536228"
},
"departure": {
"delay": -19,
"time": "1775536241"
},
"stopId": "FR:50129:ZE:10LCO2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 42,
"time": "1775536952"
},
"departure": {
"delay": 42,
"time": "1775536962"
},
"stopId": "FR:50129:ZE:10VIG2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 49,
"time": "1775534973"
},
"departure": {
"delay": 49,
"time": "1775534989"
},
"stopId": "FR:50129:ZE:10PFJ1:ATOUMOD035",
"stopSequence": 5
},
{
"departure": {
"delay": 34,
"time": "1775534794"
},
"stopId": "FR:50129:ZE:10DIG1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 62,
"time": "1775534935"
},
"departure": {
"delay": 62,
"time": "1775534942"
},
"stopId": "FR:50129:ZE:10COT1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 17,
"time": "1775535844"
},
"departure": {
"delay": 17,
"time": "1775535857"
},
"stopId": "FR:50129:ZE:10CTR3:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 27,
"time": "1775535789"
},
"departure": {
"delay": 27,
"time": "1775535807"
},
"stopId": "FR:50129:ZE:10FDC1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": -2,
"time": "1775535343"
},
"departure": {
"delay": -2,
"time": "1775535358"
},
"stopId": "FR:50129:ZE:10FJT1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 27,
"time": "1775536751"
},
"departure": {
"delay": 27,
"time": "1775536767"
},
"stopId": "FR:50129:ZE:10EGL5:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": -20,
"time": "1775535266"
},
"departure": {
"delay": -20,
"time": "1775535280"
},
"stopId": "FR:50129:ZE:10CIM1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 12,
"time": "1775535179"
},
"departure": {
"delay": 12,
"time": "1775535192"
},
"stopId": "FR:50129:ZE:10VOL1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 36,
"time": "1775535081"
},
"departure": {
"delay": 36,
"time": "1775535156"
},
"stopId": "FR:50129:ZE:10SAD1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 37,
"time": "1775534837"
},
"departure": {
"delay": 37,
"time": "1775534857"
},
"stopId": "FR:50129:ZE:10CDF1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": -28,
"time": "1775536273"
},
"departure": {
"delay": -28,
"time": "1775536292"
},
"stopId": "FR:50129:ZE:10POL2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 30,
"time": "1775536998"
},
"departure": {
"delay": 30,
"time": "1775537010"
},
"stopId": "FR:50129:ZE:10DAN2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 1011,
"time": "1775538231"
},
"stopId": "FR:50129:ZE:10ZAG2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 10,
"time": "1775536850"
},
"departure": {
"delay": 10,
"time": "1775536870"
},
"stopId": "FR:50129:ZE:10HUI4:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 57,
"time": "1775535921"
},
"departure": {
"delay": 57,
"time": "1775535957"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 3,
"time": "1775536911"
},
"departure": {
"delay": 3,
"time": "1775536923"
},
"stopId": "FR:50129:ZE:10CRB2:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 40,
"time": "1775536042"
},
"departure": {
"delay": 40,
"time": "1775536060"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 21,
"time": "1775536562"
},
"departure": {
"delay": 21,
"time": "1775536581"
},
"stopId": "FR:50129:ZE:10FRA2:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 42,
"time": "1775535499"
},
"departure": {
"delay": 42,
"time": "1775535702"
},
"stopId": "FR:50129:ZE:10SHU3:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 7,
"time": "1775536665"
},
"departure": {
"delay": 7,
"time": "1775536687"
},
"stopId": "FR:50129:ZE:10VAB2:ATOUMOD035",
"stopSequence": 28
}
],
"timestamp": "1775560079",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:05:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3748427x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3758056x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -30,
"time": "1775534896"
},
"departure": {
"delay": -30,
"time": "1775534910"
},
"stopId": "FR:50129:ZE:10BOS1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": -3,
"time": "1775535321"
},
"departure": {
"delay": -3,
"time": "1775535357"
},
"stopId": "FR:50129:ZE:10MXR2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 83,
"time": "1775536353"
},
"departure": {
"delay": 83,
"time": "1775536403"
},
"stopId": "FR:50087:ZE:BRXSTA:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 17,
"time": "1775535653"
},
"departure": {
"delay": 17,
"time": "1775535677"
},
"stopId": "FR:50599:ZE:10ZCT2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 71,
"time": "1775535417"
},
"departure": {
"delay": 71,
"time": "1775535491"
},
"stopId": "FR:50129:ZE:10CEN2:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 28,
"time": "1775537748"
},
"departure": {
"delay": 28,
"time": "1775537788"
},
"stopId": "FR:50615:ZE:VALGS1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 43,
"time": "1775536138"
},
"departure": {
"delay": 43,
"time": "1775536183"
},
"stopId": "FR:50087:ZE:BRXBP2:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 41,
"time": "1775534797"
},
"departure": {
"delay": 41,
"time": "1775534861"
},
"stopId": "FR:50129:ZE:10JAR1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": -3,
"time": "1775537866"
},
"departure": {
"delay": -3,
"time": "1775537877"
},
"stopId": "FR:50615:ZE:VALCA2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 88,
"time": "1775536733"
},
"departure": {
"delay": 88,
"time": "1775536768"
},
"stopId": "FR:50579:ZE:SOTML2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": -12,
"time": "1775535210"
},
"departure": {
"delay": -12,
"time": "1775535228"
},
"stopId": "FR:50129:ZE:10MAG2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 85,
"time": "1775537485"
},
"departure": {
"delay": 85,
"time": "1775537485"
},
"stopId": "FR:50615:ZE:VALFB1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 12,
"time": "1775535782"
},
"departure": {
"delay": 12,
"time": "1775535792"
},
"stopId": "FR:50599:ZE:TOLNR2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 12,
"time": "1775534970"
},
"departure": {
"delay": 12,
"time": "1775535012"
},
"stopId": "FR:50129:ZE:10ODR1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": -16,
"time": "1775535038"
},
"departure": {
"delay": -16,
"time": "1775535044"
},
"stopId": "FR:50129:ZE:10SRN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 71,
"time": "1775537541"
},
"departure": {
"delay": 71,
"time": "1775537591"
},
"stopId": "FR:50615:ZE:VALCH2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": -106,
"time": "1775538374"
},
"stopId": "FR:50341:ZE:MONAP2:ATOUMOD035",
"stopSequence": 19
},
{
"departure": {
"delay": 17,
"time": "1775534717"
},
"stopId": "FR:50129:ZE:10PEM3:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 118,
"time": "1775537247"
},
"departure": {
"delay": 118,
"time": "1775537278"
},
"stopId": "FR:50615:ZE:VALZA2:ATOUMOD035",
"stopSequence": 14
}
],
"timestamp": "1775560081",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:D:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3758056x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC598285:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 55,
"time": "1775560855"
},
"departure": {
"delay": 55,
"time": "1775560855"
},
"stopId": "FR:27229:ZE:0xJAU02:ATOUMOD004",
"stopSequence": 24
},
{
"arrival": {
"delay": -54,
"time": "1775561046"
},
"stopId": "FR:27229:ZE:0xHOT01:ATOUMOD004",
"stopSequence": 26
},
{
"arrival": {
"delay": 306,
"time": "1775559674"
},
"departure": {
"delay": 306,
"time": "1775559726"
},
"stopId": "FR:27229:ZE:0xJAM01:ATOUMOD004",
"stopSequence": 5
},
{
"arrival": {
"delay": 123,
"time": "1775560503"
},
"departure": {
"delay": 123,
"time": "1775560503"
},
"stopId": "FR:27229:ZE:0xPRO02:ATOUMOD004",
"stopSequence": 18
},
{
"arrival": {
"delay": 230,
"time": "1775560250"
},
"departure": {
"delay": 230,
"time": "1775560250"
},
"stopId": "FR:27306:ZE:0xMEL03:ATOUMOD004",
"stopSequence": 14
},
{
"arrival": {
"delay": 215,
"time": "1775559875"
},
"departure": {
"delay": 215,
"time": "1775559875"
},
"stopId": "FR:27229:ZE:0xICO01:ATOUMOD004",
"stopSequence": 8
},
{
"arrival": {
"delay": 150,
"time": "1775560650"
},
"departure": {
"delay": 150,
"time": "1775560650"
},
"stopId": "FR:27229:ZE:0xMOU02:ATOUMOD004",
"stopSequence": 21
},
{
"arrival": {
"delay": 90,
"time": "1775560710"
},
"departure": {
"delay": 90,
"time": "1775560710"
},
"stopId": "FR:27229:ZE:0xLET02:ATOUMOD004",
"stopSequence": 22
},
{
"arrival": {
"delay": 6,
"time": "1775560926"
},
"departure": {
"delay": 6,
"time": "1775560926"
},
"stopId": "FR:27229:ZE:0xHAP02:ATOUMOD004",
"stopSequence": 25
},
{
"departure": {
"delay": 125,
"time": "1775559425"
},
"stopId": "FR:27229:ZE:0xCOM02:ATOUMOD004",
"stopSequence": 4
},
{
"arrival": {
"delay": 234,
"time": "1775560014"
},
"departure": {
"delay": 234,
"time": "1775560014"
},
"stopId": "FR:27229:ZE:0xARI02:ATOUMOD004",
"stopSequence": 10
},
{
"arrival": {
"delay": 239,
"time": "1775559959"
},
"departure": {
"delay": 239,
"time": "1775559959"
},
"stopId": "FR:27684:ZE:0xCAD02:ATOUMOD004",
"stopSequence": 9
},
{
"arrival": {
"delay": 259,
"time": "1775559799"
},
"departure": {
"delay": 259,
"time": "1775559799"
},
"stopId": "FR:27229:ZE:0xANO01:ATOUMOD004",
"stopSequence": 6
},
{
"arrival": {
"delay": 117,
"time": "1775560557"
},
"departure": {
"delay": 117,
"time": "1775560557"
},
"stopId": "FR:27229:ZE:0xPOL02:ATOUMOD004",
"stopSequence": 19
},
{
"arrival": {
"delay": 55,
"time": "1775560795"
},
"departure": {
"delay": 55,
"time": "1775560795"
},
"stopId": "FR:27229:ZE:0xPJJ02:ATOUMOD004",
"stopSequence": 23
},
{
"arrival": {
"delay": 227,
"time": "1775559827"
},
"departure": {
"delay": 227,
"time": "1775559827"
},
"stopId": "FR:27229:ZE:0xZII01:ATOUMOD004",
"stopSequence": 7
},
{
"arrival": {
"delay": 99,
"time": "1775560599"
},
"departure": {
"delay": 99,
"time": "1775560599"
},
"stopId": "FR:27229:ZE:0xORL02:ATOUMOD004",
"stopSequence": 20
},
{
"arrival": {
"delay": 123,
"time": "1775560383"
},
"departure": {
"delay": 123,
"time": "1775560383"
},
"stopId": "FR:27229:ZE:0xMDS02:ATOUMOD004",
"stopSequence": 16
},
{
"arrival": {
"delay": 207,
"time": "1775560167"
},
"departure": {
"delay": 207,
"time": "1775560167"
},
"stopId": "FR:27306:ZE:0xCOS02:ATOUMOD004",
"stopSequence": 12
},
{
"arrival": {
"delay": 183,
"time": "1775560083"
},
"departure": {
"delay": 183,
"time": "1775560083"
},
"stopId": "FR:27306:ZE:0xCAF02:ATOUMOD004",
"stopSequence": 11
},
{
"arrival": {
"delay": 123,
"time": "1775560443"
},
"departure": {
"delay": 123,
"time": "1775560443"
},
"stopId": "FR:27229:ZE:0xHEL02:ATOUMOD004",
"stopSequence": 17
},
{
"arrival": {
"delay": 237,
"time": "1775560197"
},
"departure": {
"delay": 237,
"time": "1775560197"
},
"stopId": "FR:27306:ZE:0xLAG02:ATOUMOD004",
"stopSequence": 13
},
{
"arrival": {
"delay": 153,
"time": "1775560353"
},
"departure": {
"delay": 153,
"time": "1775560353"
},
"stopId": "FR:27229:ZE:0xJUI02:ATOUMOD004",
"stopSequence": 15
}
],
"timestamp": "1775560081",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD004:Line:T7:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC598285:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745142x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 87,
"time": "1775553223"
},
"departure": {
"delay": 87,
"time": "1775553267"
},
"stopId": "FR:50129:ZE:10PRV1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 149,
"time": "1775552602"
},
"departure": {
"delay": 149,
"time": "1775552669"
},
"stopId": "FR:50129:ZE:10CRC3:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 83,
"time": "1775553157"
},
"departure": {
"delay": 83,
"time": "1775553203"
},
"stopId": "FR:50129:ZE:10ANJ5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 82,
"time": "1775552970"
},
"departure": {
"delay": 82,
"time": "1775553022"
},
"stopId": "FR:50129:ZE:10BRA3:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 43,
"time": "1775552063"
},
"departure": {
"delay": 43,
"time": "1775552083"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 62,
"time": "1775552882"
},
"departure": {
"delay": 62,
"time": "1775552942"
},
"stopId": "FR:50129:ZE:10RTU1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 77,
"time": "1775552338"
},
"departure": {
"delay": 77,
"time": "1775552357"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 22,
"time": "1775553562"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 130,
"time": "1775553359"
},
"departure": {
"delay": 130,
"time": "1775553430"
},
"stopId": "FR:50129:ZE:10EGL1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 38,
"time": "1775551970"
},
"departure": {
"delay": 38,
"time": "1775552018"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 2
},
{
"departure": {
"delay": 75,
"time": "1775551875"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 92,
"time": "1775552268"
},
"departure": {
"delay": 92,
"time": "1775552312"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 118,
"time": "1775552399"
},
"departure": {
"delay": 118,
"time": "1775552458"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 119,
"time": "1775552719"
},
"departure": {
"delay": 119,
"time": "1775552759"
},
"stopId": "FR:50129:ZE:10FOR3:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 130,
"time": "1775553442"
},
"departure": {
"delay": 130,
"time": "1775553490"
},
"stopId": "FR:50129:ZE:10AMO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 91,
"time": "1775553298"
},
"departure": {
"delay": 91,
"time": "1775553331"
},
"stopId": "FR:50129:ZE:10OLY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 64,
"time": "1775553087"
},
"departure": {
"delay": 64,
"time": "1775553124"
},
"stopId": "FR:50129:ZE:10BQR1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 53,
"time": "1775552165"
},
"departure": {
"delay": 53,
"time": "1775552213"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 72,
"time": "1775552783"
},
"departure": {
"delay": 72,
"time": "1775552832"
},
"stopId": "FR:50129:ZE:10PFO1:ATOUMOD035",
"stopSequence": 10
}
],
"timestamp": "1775560076",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1B:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745142x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx381:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 259,
"time": "1775559773"
},
"departure": {
"delay": 259,
"time": "1775559799"
},
"stopId": "FR:76540:ZE:TCARxCHRUT1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 392,
"time": "1775560712"
},
"departure": {
"delay": 392,
"time": "1775560712"
},
"stopId": "FR:76540:ZE:TCARxMALRA1:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 347,
"time": "1775560847"
},
"departure": {
"delay": 347,
"time": "1775560847"
},
"stopId": "FR:76540:ZE:TCARxGALI1:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 148,
"time": "1775558248"
},
"departure": {
"delay": 148,
"time": "1775558248"
},
"stopId": "FR:76410:ZE:TCARxDLUNE1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 347,
"time": "1775560667"
},
"departure": {
"delay": 347,
"time": "1775560667"
},
"stopId": "FR:76540:ZE:TCARxSTCLA1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 120,
"time": "1775559060"
},
"departure": {
"delay": 120,
"time": "1775559060"
},
"stopId": "FR:76540:ZE:TCARxPASPA1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 347,
"time": "1775560187"
},
"departure": {
"delay": 347,
"time": "1775560187"
},
"stopId": "FR:76540:ZE:TCARxJEUNE1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 347,
"time": "1775560427"
},
"departure": {
"delay": 347,
"time": "1775560427"
},
"stopId": "FR:76540:ZE:TCARxARGEN1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 347,
"time": "1775561027"
},
"departure": {
"delay": 347,
"time": "1775561027"
},
"stopId": "FR:76540:ZE:TCARxCHATL1:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 101,
"time": "1775558981"
},
"departure": {
"delay": 101,
"time": "1775558981"
},
"stopId": "FR:76540:ZE:TCARxLUCIL1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 168,
"time": "1775558123"
},
"departure": {
"delay": 168,
"time": "1775558148"
},
"stopId": "FR:76474:ZE:TCARxMOULI1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 83,
"time": "1775558882"
},
"departure": {
"delay": 83,
"time": "1775558903"
},
"stopId": "FR:76540:ZE:TCARxRIBOU1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 386,
"time": "1775560766"
},
"departure": {
"delay": 386,
"time": "1775560766"
},
"stopId": "FR:76540:ZE:TCARxPSALO1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 169,
"time": "1775559649"
},
"departure": {
"delay": 169,
"time": "1775559649"
},
"stopId": "FR:76540:ZE:TCARxMARTT1:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 215,
"time": "1775559575"
},
"departure": {
"delay": 215,
"time": "1775559575"
},
"stopId": "FR:76540:ZE:TCARxPMARC1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 350,
"time": "1775560610"
},
"departure": {
"delay": 350,
"time": "1775560610"
},
"stopId": "FR:76540:ZE:TCARxCOUPE1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 188,
"time": "1775558348"
},
"departure": {
"delay": 188,
"time": "1775558348"
},
"stopId": "FR:76410:ZE:TCARxPALIS1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 13,
"time": "1775558713"
},
"departure": {
"delay": 13,
"time": "1775558713"
},
"stopId": "FR:76540:ZE:TCARxBAPEA1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 172,
"time": "1775559352"
},
"departure": {
"delay": 172,
"time": "1775559352"
},
"stopId": "FR:76540:ZE:TCARxTARTT1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 169,
"time": "1775559229"
},
"departure": {
"delay": 169,
"time": "1775559229"
},
"stopId": "FR:76540:ZE:TCARxBELGE1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 168,
"time": "1775558423"
},
"departure": {
"delay": 168,
"time": "1775558448"
},
"stopId": "FR:76216:ZE:TCARxDVILL1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 398,
"time": "1775559973"
},
"departure": {
"delay": 398,
"time": "1775559998"
},
"stopId": "FR:76540:ZE:TCARxHILAI1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 199,
"time": "1775559499"
},
"departure": {
"delay": 199,
"time": "1775559499"
},
"stopId": "FR:76540:ZE:TCARxREPUB1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 158,
"time": "1775558498"
},
"departure": {
"delay": 158,
"time": "1775558498"
},
"stopId": "FR:76216:ZE:TCARxPTPIE1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 78,
"time": "1775558598"
},
"departure": {
"delay": 78,
"time": "1775558598"
},
"stopId": "FR:76216:ZE:TCARxMAISO1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 366,
"time": "1775560266"
},
"departure": {
"delay": 366,
"time": "1775560266"
},
"stopId": "FR:76540:ZE:TCARxDRIVI1:ATOUMOD001",
"stopSequence": 21
}
],
"timestamp": "1775558057",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx92:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx381:LOC"
}
}
},
{
"id": "SM:ATOUMOD104:ServiceJourney:82b4003de7271abc0c6691b005533f86:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 11,
"time": "1775559851"
},
"stopId": "FR:61169:ZE:2336:ATOUMOD104",
"stopSequence": 1
},
{
"arrival": {
"delay": 87,
"time": "1775559882"
},
"departure": {
"delay": 87,
"time": "1775559927"
},
"stopId": "FR:61169:ZE:2307:ATOUMOD104",
"stopSequence": 2
},
{
"arrival": {
"delay": 106,
"time": "1775560666"
},
"departure": {
"delay": 106,
"time": "1775560666"
},
"stopId": "FR:61169:ZE:2317:ATOUMOD104",
"stopSequence": 11
},
{
"arrival": {
"delay": 106,
"time": "1775561206"
},
"departure": {
"delay": 106,
"time": "1775561206"
},
"stopId": "FR:61169:ZE:2311:ATOUMOD104",
"stopSequence": 18
},
{
"arrival": {
"delay": 106,
"time": "1775559981"
},
"departure": {
"delay": 106,
"time": "1775560006"
},
"stopId": "FR:61169:ZE:2326:ATOUMOD104",
"stopSequence": 3
},
{
"arrival": {
"delay": 106,
"time": "1775560906"
},
"departure": {
"delay": 106,
"time": "1775560906"
},
"stopId": "FR:61169:ZE:2261:ATOUMOD104",
"stopSequence": 14
},
{
"arrival": {
"delay": 106,
"time": "1775561386"
},
"departure": {
"delay": 106,
"time": "1775561386"
},
"stopId": "FR:61169:ZE:2289:ATOUMOD104",
"stopSequence": 22
},
{
"arrival": {
"delay": 106,
"time": "1775561326"
},
"departure": {
"delay": 106,
"time": "1775561326"
},
"stopId": "FR:61169:ZE:2283:ATOUMOD104",
"stopSequence": 21
},
{
"arrival": {
"delay": 106,
"time": "1775560366"
},
"departure": {
"delay": 106,
"time": "1775560366"
},
"stopId": "FR:61169:ZE:2296:ATOUMOD104",
"stopSequence": 8
},
{
"arrival": {
"delay": 106,
"time": "1775560786"
},
"departure": {
"delay": 106,
"time": "1775560786"
},
"stopId": "FR:61169:ZE:2322:ATOUMOD104",
"stopSequence": 13
},
{
"arrival": {
"delay": 106,
"time": "1775560126"
},
"departure": {
"delay": 106,
"time": "1775560126"
},
"stopId": "FR:61169:ZE:2324:ATOUMOD104",
"stopSequence": 5
},
{
"arrival": {
"delay": 106,
"time": "1775561146"
},
"departure": {
"delay": 106,
"time": "1775561146"
},
"stopId": "FR:61169:ZE:2267:ATOUMOD104",
"stopSequence": 17
},
{
"arrival": {
"delay": 106,
"time": "1775560426"
},
"departure": {
"delay": 106,
"time": "1775560426"
},
"stopId": "FR:61169:ZE:2279:ATOUMOD104",
"stopSequence": 9
},
{
"arrival": {
"delay": 106,
"time": "1775560306"
},
"departure": {
"delay": 106,
"time": "1775560306"
},
"stopId": "FR:61169:ZE:2275:ATOUMOD104",
"stopSequence": 7
},
{
"arrival": {
"delay": 106,
"time": "1775561086"
},
"departure": {
"delay": 106,
"time": "1775561086"
},
"stopId": "FR:61169:ZE:2291:ATOUMOD104",
"stopSequence": 16
},
{
"arrival": {
"delay": 106,
"time": "1775560966"
},
"departure": {
"delay": 106,
"time": "1775560966"
},
"stopId": "FR:61169:ZE:2320:ATOUMOD104",
"stopSequence": 15
},
{
"arrival": {
"delay": 106,
"time": "1775560031"
},
"departure": {
"delay": 106,
"time": "1775560066"
},
"stopId": "FR:61169:ZE:2301:ATOUMOD104",
"stopSequence": 4
},
{
"arrival": {
"delay": 106,
"time": "1775560546"
},
"departure": {
"delay": 106,
"time": "1775560546"
},
"stopId": "FR:61169:ZE:2286:ATOUMOD104",
"stopSequence": 10
},
{
"arrival": {
"delay": 106,
"time": "1775560726"
},
"departure": {
"delay": 106,
"time": "1775560726"
},
"stopId": "FR:61169:ZE:2281:ATOUMOD104",
"stopSequence": 12
},
{
"arrival": {
"delay": 106,
"time": "1775561266"
},
"departure": {
"delay": 106,
"time": "1775561266"
},
"stopId": "FR:61169:ZE:2273:ATOUMOD104",
"stopSequence": 20
},
{
"arrival": {
"delay": 106,
"time": "1775560186"
},
"departure": {
"delay": 106,
"time": "1775560186"
},
"stopId": "FR:61169:ZE:2309:ATOUMOD104",
"stopSequence": 6
},
{
"arrival": {
"delay": 106,
"time": "1775561446"
},
"stopId": "FR:61169:ZE:2277:ATOUMOD104",
"stopSequence": 23
},
{
"arrival": {
"delay": 107,
"time": "1775561207"
},
"departure": {
"delay": 107,
"time": "1775561207"
},
"stopId": "FR:61169:ZE:2332:ATOUMOD104",
"stopSequence": 19
}
],
"timestamp": "1775560141",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD104:Line:250:LOC",
"tripId": "ATOUMOD104:ServiceJourney:82b4003de7271abc0c6691b005533f86:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC602153:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 241,
"time": "1775560141"
},
"departure": {
"delay": 241,
"time": "1775560141"
},
"stopId": "FR:27229:ZE:0xSAC01:ATOUMOD004",
"stopSequence": 13
},
{
"arrival": {
"delay": 187,
"time": "1775560447"
},
"departure": {
"delay": 187,
"time": "1775560447"
},
"stopId": "FR:27229:ZE:0xADO01:ATOUMOD004",
"stopSequence": 16
},
{
"arrival": {
"delay": 258,
"time": "1775559858"
},
"departure": {
"delay": 258,
"time": "1775559858"
},
"stopId": "FR:27229:ZE:0xTAT01:ATOUMOD004",
"stopSequence": 6
},
{
"arrival": {
"delay": 125,
"time": "1775560925"
},
"departure": {
"delay": 125,
"time": "1775560925"
},
"stopId": "FR:27229:ZE:0xLOM01:ATOUMOD004",
"stopSequence": 26
},
{
"departure": {
"delay": 202,
"time": "1775559802"
},
"stopId": "FR:27229:ZE:0xROS01:ATOUMOD004",
"stopSequence": 5
},
{
"arrival": {
"delay": 244,
"time": "1775559904"
},
"departure": {
"delay": 244,
"time": "1775559904"
},
"stopId": "FR:27229:ZE:0xBOS01:ATOUMOD004",
"stopSequence": 7
},
{
"arrival": {
"delay": 203,
"time": "1775560583"
},
"departure": {
"delay": 203,
"time": "1775560583"
},
"stopId": "FR:27229:ZE:0xLOR01:ATOUMOD004",
"stopSequence": 20
},
{
"arrival": {
"delay": 210,
"time": "1775560710"
},
"departure": {
"delay": 210,
"time": "1775560710"
},
"stopId": "FR:27229:ZE:0xCOT01:ATOUMOD004",
"stopSequence": 24
},
{
"arrival": {
"delay": 234,
"time": "1775560674"
},
"departure": {
"delay": 234,
"time": "1775560674"
},
"stopId": "FR:27229:ZE:0xNOR01:ATOUMOD004",
"stopSequence": 22
},
{
"arrival": {
"delay": 256,
"time": "1775560636"
},
"departure": {
"delay": 256,
"time": "1775560636"
},
"stopId": "FR:27229:ZE:0xVAL01:ATOUMOD004",
"stopSequence": 21
},
{
"arrival": {
"delay": 244,
"time": "1775560324"
},
"departure": {
"delay": 244,
"time": "1775560324"
},
"stopId": "FR:27229:ZE:0xPAN01:ATOUMOD004",
"stopSequence": 14
},
{
"arrival": {
"delay": 277,
"time": "1775560057"
},
"departure": {
"delay": 277,
"time": "1775560057"
},
"stopId": "FR:27229:ZE:0xCAS01:ATOUMOD004",
"stopSequence": 9
},
{
"arrival": {
"delay": 207,
"time": "1775561187"
},
"departure": {
"delay": 207,
"time": "1775561187"
},
"stopId": "FR:27229:ZE:0xJAU01:ATOUMOD004",
"stopSequence": 28
},
{
"arrival": {
"delay": 177,
"time": "1775561037"
},
"departure": {
"delay": 177,
"time": "1775561037"
},
"stopId": "FR:27229:ZE:0xHAP01:ATOUMOD004",
"stopSequence": 27
},
{
"arrival": {
"delay": 268,
"time": "1775559988"
},
"departure": {
"delay": 268,
"time": "1775559988"
},
"stopId": "FR:27229:ZE:0xCLS01:ATOUMOD004",
"stopSequence": 8
},
{
"arrival": {
"delay": 246,
"time": "1775560506"
},
"departure": {
"delay": 246,
"time": "1775560506"
},
"stopId": "FR:27229:ZE:0xMAR01:ATOUMOD004",
"stopSequence": 17
},
{
"arrival": {
"delay": 249,
"time": "1775560089"
},
"departure": {
"delay": 249,
"time": "1775560089"
},
"stopId": "FR:27229:ZE:0xSAL01:ATOUMOD004",
"stopSequence": 10
},
{
"arrival": {
"delay": 162,
"time": "1775560782"
},
"departure": {
"delay": 162,
"time": "1775560782"
},
"stopId": "FR:27229:ZE:0xSAU01:ATOUMOD004",
"stopSequence": 25
},
{
"arrival": {
"delay": 241,
"time": "1775560381"
},
"departure": {
"delay": 241,
"time": "1775560381"
},
"stopId": "FR:27229:ZE:0xECH01:ATOUMOD004",
"stopSequence": 15
},
{
"arrival": {
"delay": 215,
"time": "1775561255"
},
"stopId": "FR:27229:ZE:0xGAR03:ATOUMOD004",
"stopSequence": 30
}
],
"timestamp": "1775560081",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD004:Line:T10:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC602153:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx1694:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 4,
"time": "1775560324"
},
"departure": {
"delay": 4,
"time": "1775560324"
},
"stopId": "FR:76157:ZE:TCARxTDUMA1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"time": "1775560800"
},
"departure": {
"time": "1775560800"
},
"stopId": "FR:76540:ZE:TCARxMIN1T:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 48,
"time": "1775560668"
},
"departure": {
"delay": 48,
"time": "1775560668"
},
"stopId": "FR:76157:ZE:TCARxCORNI1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 14,
"time": "1775560214"
},
"departure": {
"delay": 14,
"time": "1775560214"
},
"stopId": "FR:76157:ZE:TCARxTPROV1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"time": "1775560380"
},
"departure": {
"time": "1775560380"
},
"stopId": "FR:76157:ZE:TCARxTOUYE1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 54,
"time": "1775560434"
},
"departure": {
"delay": 54,
"time": "1775560434"
},
"stopId": "FR:76157:ZE:TCARxTPRAT1:ATOUMOD001",
"stopSequence": 7
}
],
"timestamp": "1775559717",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx93:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx1694:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx17966:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 15360,
"time": "1775558580"
},
"departure": {
"delay": 15360,
"time": "1775558580"
},
"stopId": "FR:76540:ZE:TCARxBHAVR0:ATOUMOD001",
"stopSequence": 17
},
{
"departure": {
"delay": 15420,
"time": "1775557200"
},
"stopId": "FR:76474:ZE:TCARxEMOUL1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 15240,
"time": "1775559660"
},
"departure": {
"delay": 15240,
"time": "1775559660"
},
"stopId": "FR:76157:ZE:TCARxBELVE1:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 15420,
"time": "1775558280"
},
"departure": {
"delay": 15420,
"time": "1775558280"
},
"stopId": "FR:76216:ZE:TCARxSIMEO0:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 15180,
"time": "1775559960"
},
"stopId": "FR:76157:ZE:TCARxHOUDE:ATOUMOD001",
"stopSequence": 32
},
{
"arrival": {
"delay": 15420,
"time": "1775557860"
},
"departure": {
"delay": 15420,
"time": "1775557860"
},
"stopId": "FR:76216:ZE:TCARxFAUQU0:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 15240,
"time": "1775559360"
},
"departure": {
"delay": 15240,
"time": "1775559360"
},
"stopId": "FR:76157:ZE:TCARxECURE1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 15240,
"time": "1775559240"
},
"departure": {
"delay": 15240,
"time": "1775559240"
},
"stopId": "FR:76157:ZE:TCARxPISCC1:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 15240,
"time": "1775559180"
},
"departure": {
"delay": 15240,
"time": "1775559180"
},
"stopId": "FR:76157:ZE:TCARxTJAUR4:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 15420,
"time": "1775557680"
},
"departure": {
"delay": 15420,
"time": "1775557680"
},
"stopId": "FR:76410:ZE:TCARxPETIT0:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 15180,
"time": "1775559540"
},
"departure": {
"delay": 15180,
"time": "1775559540"
},
"stopId": "FR:76157:ZE:TCARxTOUYE5:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 15420,
"time": "1775558160"
},
"departure": {
"delay": 15420,
"time": "1775558160"
},
"stopId": "FR:76216:ZE:TCARxFRESN1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 15300,
"time": "1775558820"
},
"departure": {
"delay": 15300,
"time": "1775558820"
},
"stopId": "FR:76540:ZE:TCARxRIBOU5:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 15440,
"time": "1775557340"
},
"departure": {
"delay": 15440,
"time": "1775557340"
},
"stopId": "FR:76474:ZE:TCARxEGLIB2:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 15240,
"time": "1775559300"
},
"departure": {
"delay": 15240,
"time": "1775559300"
},
"stopId": "FR:76157:ZE:TCARxMERAI1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 15240,
"time": "1775559720"
},
"departure": {
"delay": 15240,
"time": "1775559720"
},
"stopId": "FR:76157:ZE:TCARxLEFEB1:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": 15420,
"time": "1775557980"
},
"departure": {
"delay": 15420,
"time": "1775557980"
},
"stopId": "FR:76216:ZE:TCARxJFERR0:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 15420,
"time": "1775557500"
},
"departure": {
"delay": 15420,
"time": "1775557500"
},
"stopId": "FR:76410:ZE:TCARxARCON2:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 15240,
"time": "1775559420"
},
"departure": {
"delay": 15240,
"time": "1775559420"
},
"stopId": "FR:76157:ZE:TCARxGORGO1:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 15480,
"time": "1775557800"
},
"departure": {
"delay": 15480,
"time": "1775557800"
},
"stopId": "FR:76410:ZE:TCARxCLAIR1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 15260,
"time": "1775559260"
},
"departure": {
"delay": 15260,
"time": "1775559260"
},
"stopId": "FR:76157:ZE:TCARxBUCHH1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 15360,
"time": "1775558520"
},
"departure": {
"delay": 15360,
"time": "1775558520"
},
"stopId": "FR:76540:ZE:TCARxRBAPE0:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 15480,
"time": "1775557260"
},
"departure": {
"delay": 15480,
"time": "1775557260"
},
"stopId": "FR:76474:ZE:TCARxPREVE1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 15420,
"time": "1775557380"
},
"departure": {
"delay": 15420,
"time": "1775557380"
},
"stopId": "FR:76474:ZE:TCARxMOULI3:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 15420,
"time": "1775558460"
},
"departure": {
"delay": 15420,
"time": "1775558460"
},
"stopId": "FR:76216:ZE:TCARxLACAC0:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 15300,
"time": "1775558940"
},
"departure": {
"delay": 15300,
"time": "1775558940"
},
"stopId": "FR:76540:ZE:TCARxMIN5:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 15480,
"time": "1775557320"
},
"departure": {
"delay": 15480,
"time": "1775557320"
},
"stopId": "FR:76474:ZE:TCARxCIMNB1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 15480,
"time": "1775557560"
},
"departure": {
"delay": 15480,
"time": "1775557560"
},
"stopId": "FR:76410:ZE:TCARxMAROM1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 15180,
"time": "1775559840"
},
"departure": {
"delay": 15180,
"time": "1775559840"
},
"stopId": "FR:76157:ZE:TCARxIDEFH1:ATOUMOD001",
"stopSequence": 31
},
{
"arrival": {
"delay": 15180,
"time": "1775559480"
},
"departure": {
"delay": 15180,
"time": "1775559480"
},
"stopId": "FR:76157:ZE:TCARxDOCRO1:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 15420,
"time": "1775558400"
},
"departure": {
"delay": 15420,
"time": "1775558400"
},
"stopId": "FR:76216:ZE:TCARxPEUPL0:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 15260,
"time": "1775559440"
},
"departure": {
"delay": 15260,
"time": "1775559440"
},
"stopId": "FR:76157:ZE:TCARxPOMMI1:ATOUMOD001",
"stopSequence": 26
}
],
"timestamp": "1775556637",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx35:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx17966:LOC"
}
}
},
{
"id": "SM:ATOUMOD041:ServiceJourney:15:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 55,
"time": "1775551774"
},
"departure": {
"delay": 55,
"time": "1775551795"
},
"stopId": "FR:76057:ZE:30002:ATOUMOD041",
"stopSequence": 22
},
{
"arrival": {
"delay": 73,
"time": "1775551401"
},
"departure": {
"delay": 73,
"time": "1775551453"
},
"stopId": "FR:76057:ZE:30018:ATOUMOD041",
"stopSequence": 16
},
{
"arrival": {
"delay": 86,
"time": "1775551580"
},
"departure": {
"delay": 86,
"time": "1775551586"
},
"stopId": "FR:76057:ZE:30007:ATOUMOD041",
"stopSequence": 18
},
{
"arrival": {
"delay": 153,
"time": "1775550800"
},
"departure": {
"delay": 153,
"time": "1775550813"
},
"stopId": "FR:76057:ZE:30006:ATOUMOD041",
"stopSequence": 9
},
{
"departure": {
"delay": 189,
"time": "1775550369"
},
"stopId": "FR:76743:ZE:30049:ATOUMOD041",
"stopSequence": 1
},
{
"arrival": {
"delay": 262,
"time": "1775550610"
},
"departure": {
"delay": 262,
"time": "1775550682"
},
"stopId": "FR:76057:ZE:30050:ATOUMOD041",
"stopSequence": 5
},
{
"arrival": {
"delay": 36,
"time": "1775551827"
},
"departure": {
"delay": 36,
"time": "1775551836"
},
"stopId": "FR:76057:ZE:30025:ATOUMOD041",
"stopSequence": 23
},
{
"arrival": {
"delay": 112,
"time": "1775551062"
},
"departure": {
"delay": 112,
"time": "1775551072"
},
"stopId": "FR:76057:ZE:30052:ATOUMOD041",
"stopSequence": 12
},
{
"arrival": {
"delay": 78,
"time": "1775551624"
},
"departure": {
"delay": 78,
"time": "1775551638"
},
"stopId": "FR:76057:ZE:30019:ATOUMOD041",
"stopSequence": 19
},
{
"arrival": {
"delay": 187,
"time": "1775550777"
},
"departure": {
"delay": 187,
"time": "1775550787"
},
"stopId": "FR:76057:ZE:30019:ATOUMOD041",
"stopSequence": 8
},
{
"arrival": {
"delay": 253,
"time": "1775550436"
},
"departure": {
"delay": 253,
"time": "1775550493"
},
"stopId": "FR:76743:ZE:30046:ATOUMOD041",
"stopSequence": 2
},
{
"arrival": {
"delay": 48,
"time": "1775551719"
},
"departure": {
"delay": 48,
"time": "1775551728"
},
"stopId": "FR:76057:ZE:30017:ATOUMOD041",
"stopSequence": 21
},
{
"arrival": {
"delay": -16,
"time": "1775551964"
},
"stopId": "FR:76057:ZE:30028:ATOUMOD041",
"stopSequence": 25
},
{
"arrival": {
"delay": 208,
"time": "1775550735"
},
"departure": {
"delay": 208,
"time": "1775550748"
},
"stopId": "FR:76057:ZE:30007:ATOUMOD041",
"stopSequence": 7
},
{
"arrival": {
"delay": 236,
"time": "1775550704"
},
"departure": {
"delay": 236,
"time": "1775550716"
},
"stopId": "FR:76057:ZE:30021:ATOUMOD041",
"stopSequence": 6
},
{
"arrival": {
"delay": 81,
"time": "1775551662"
},
"departure": {
"delay": 81,
"time": "1775551701"
},
"stopId": "FR:76057:ZE:30013:ATOUMOD041",
"stopSequence": 20
},
{
"arrival": {
"delay": 91,
"time": "1775551272"
},
"departure": {
"delay": 91,
"time": "1775551291"
},
"stopId": "FR:76057:ZE:30055:ATOUMOD041",
"stopSequence": 15
},
{
"arrival": {
"delay": 113,
"time": "1775551472"
},
"departure": {
"delay": 113,
"time": "1775551553"
},
"stopId": "FR:76057:ZE:30020:ATOUMOD041",
"stopSequence": 17
},
{
"arrival": {
"delay": 139,
"time": "1775550910"
},
"departure": {
"delay": 139,
"time": "1775550919"
},
"stopId": "FR:76057:ZE:30011:ATOUMOD041",
"stopSequence": 10
},
{
"arrival": {
"delay": 32,
"time": "1775551869"
},
"departure": {
"delay": 32,
"time": "1775551892"
},
"stopId": "FR:76057:ZE:30003:ATOUMOD041",
"stopSequence": 24
},
{
"arrival": {
"delay": 91,
"time": "1775551215"
},
"departure": {
"delay": 91,
"time": "1775551231"
},
"stopId": "FR:76057:ZE:30054:ATOUMOD041",
"stopSequence": 14
},
{
"arrival": {
"delay": 125,
"time": "1775551013"
},
"departure": {
"delay": 125,
"time": "1775551025"
},
"stopId": "FR:76057:ZE:30051:ATOUMOD041",
"stopSequence": 11
},
{
"arrival": {
"delay": 89,
"time": "1775551157"
},
"departure": {
"delay": 89,
"time": "1775551169"
},
"stopId": "FR:76057:ZE:30053:ATOUMOD041",
"stopSequence": 13
},
{
"arrival": {
"delay": 219,
"time": "1775550571"
},
"departure": {
"delay": 219,
"time": "1775550579"
},
"stopId": "FR:76743:ZE:30023:ATOUMOD041",
"stopSequence": 4
},
{
"arrival": {
"delay": 231,
"time": "1775550525"
},
"departure": {
"delay": 231,
"time": "1775550531"
},
"stopId": "FR:76743:ZE:30048:ATOUMOD041",
"stopSequence": 3
}
],
"timestamp": "1775560075",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD041:Line:2:LOC",
"tripId": "ATOUMOD041:ServiceJourney:15:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4056478x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775562180"
},
"stopId": "FR:76351:ZE:3639:ATOUMOD003",
"stopSequence": 27
},
{
"arrival": {
"time": "1775560860"
},
"departure": {
"time": "1775560860"
},
"stopId": "FR:76351:ZE:3656:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": 55,
"time": "1775560375"
},
"departure": {
"delay": 55,
"time": "1775560375"
},
"stopId": "FR:76351:ZE:4767:ATOUMOD003",
"stopSequence": 4
},
{
"arrival": {
"delay": 11,
"time": "1775560991"
},
"departure": {
"delay": 11,
"time": "1775560991"
},
"stopId": "FR:76351:ZE:3494:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 21,
"time": "1775561721"
},
"departure": {
"delay": 21,
"time": "1775561721"
},
"stopId": "FR:76351:ZE:3079:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"time": "1775560260"
},
"departure": {
"time": "1775560260"
},
"stopId": "FR:76351:ZE:3561:ATOUMOD003",
"stopSequence": 2
},
{
"departure": {
"time": "1775560200"
},
"stopId": "FR:76351:ZE:4865:ATOUMOD003",
"stopSequence": 1
},
{
"arrival": {
"delay": 20,
"time": "1775561960"
},
"departure": {
"delay": 20,
"time": "1775561960"
},
"stopId": "FR:76351:ZE:3670:ATOUMOD003",
"stopSequence": 25
},
{
"arrival": {
"delay": 45,
"time": "1775561925"
},
"departure": {
"delay": 45,
"time": "1775561925"
},
"stopId": "FR:76351:ZE:3404:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": 8,
"time": "1775561108"
},
"departure": {
"delay": 8,
"time": "1775561108"
},
"stopId": "FR:76351:ZE:3178:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": 59,
"time": "1775560559"
},
"departure": {
"delay": 59,
"time": "1775560559"
},
"stopId": "FR:76351:ZE:3279:ATOUMOD003",
"stopSequence": 6
},
{
"arrival": {
"delay": 7,
"time": "1775560327"
},
"departure": {
"delay": 7,
"time": "1775560327"
},
"stopId": "FR:76351:ZE:3109:ATOUMOD003",
"stopSequence": 3
},
{
"arrival": {
"time": "1775561520"
},
"departure": {
"time": "1775561520"
},
"stopId": "FR:76351:ZE:3477:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 34,
"time": "1775561854"
},
"departure": {
"delay": 34,
"time": "1775561854"
},
"stopId": "FR:76351:ZE:3049:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": 55,
"time": "1775561635"
},
"departure": {
"delay": 55,
"time": "1775561635"
},
"stopId": "FR:76351:ZE:3673:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"time": "1775561760"
},
"departure": {
"time": "1775561760"
},
"stopId": "FR:76351:ZE:4786:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"time": "1775561220"
},
"departure": {
"time": "1775561220"
},
"stopId": "FR:76351:ZE:4654:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"time": "1775562060"
},
"departure": {
"time": "1775562060"
},
"stopId": "FR:76351:ZE:3436:ATOUMOD003",
"stopSequence": 26
},
{
"arrival": {
"delay": 4,
"time": "1775561584"
},
"departure": {
"delay": 4,
"time": "1775561584"
},
"stopId": "FR:76351:ZE:3038:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": 7,
"time": "1775561407"
},
"departure": {
"delay": 7,
"time": "1775561407"
},
"stopId": "FR:76351:ZE:3490:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": 55,
"time": "1775560435"
},
"departure": {
"delay": 55,
"time": "1775560435"
},
"stopId": "FR:76351:ZE:3578:ATOUMOD003",
"stopSequence": 5
},
{
"arrival": {
"delay": 4,
"time": "1775561164"
},
"departure": {
"delay": 4,
"time": "1775561164"
},
"stopId": "FR:76351:ZE:3570:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"time": "1775560680"
},
"departure": {
"time": "1775560680"
},
"stopId": "FR:76351:ZE:4642:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": 44,
"time": "1775560904"
},
"departure": {
"delay": 44,
"time": "1775560904"
},
"stopId": "FR:76351:ZE:3319:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": 50,
"time": "1775561330"
},
"departure": {
"delay": 50,
"time": "1775561330"
},
"stopId": "FR:76351:ZE:3068:ATOUMOD003",
"stopSequence": 16
}
],
"timestamp": "1775560059",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C2:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4056478x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx7080:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 213,
"time": "1775557330"
},
"departure": {
"delay": 213,
"time": "1775557353"
},
"stopId": "FR:76451:ZE:TCARxCBLBE1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 227,
"time": "1775557427"
},
"departure": {
"delay": 227,
"time": "1775557427"
},
"stopId": "FR:76451:ZE:TCARxCAMPU1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 58,
"time": "1775557738"
},
"departure": {
"delay": 58,
"time": "1775557738"
},
"stopId": "FR:76540:ZE:TCARxRIBOU1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 172,
"time": "1775557252"
},
"departure": {
"delay": 172,
"time": "1775557252"
},
"stopId": "FR:76451:ZE:TCARxCOQUE1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -18,
"time": "1775558502"
},
"stopId": "FR:76540:ZE:TCARxCHRUT1:ATOUMOD001",
"stopSequence": 15
}
],
"timestamp": "1775557205",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx91:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx7080:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745710x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 91,
"time": "1775533157"
},
"departure": {
"delay": 91,
"time": "1775533171"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 155,
"time": "1775534184"
},
"departure": {
"delay": 155,
"time": "1775534195"
},
"stopId": "FR:50129:ZE:10EPC2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 145,
"time": "1775534232"
},
"departure": {
"delay": 145,
"time": "1775534245"
},
"stopId": "FR:50129:ZE:10EPH1:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 144,
"time": "1775533242"
},
"departure": {
"delay": 144,
"time": "1775533284"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 174,
"time": "1775533996"
},
"departure": {
"delay": 174,
"time": "1775534034"
},
"stopId": "FR:50129:ZE:10PET2:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 122,
"time": "1775532087"
},
"departure": {
"delay": 122,
"time": "1775532122"
},
"stopId": "FR:50129:ZE:10MED4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 110,
"time": "1775533529"
},
"departure": {
"delay": 110,
"time": "1775533550"
},
"stopId": "FR:50129:ZE:10TRA3:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 151,
"time": "1775531965"
},
"departure": {
"delay": 151,
"time": "1775531971"
},
"stopId": "FR:50129:ZE:10GDR2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 123,
"time": "1775534442"
},
"departure": {
"delay": 123,
"time": "1775534463"
},
"stopId": "FR:50129:ZE:10MOR2:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 108,
"time": "1775532334"
},
"departure": {
"delay": 108,
"time": "1775532348"
},
"stopId": "FR:50129:ZE:10XCT4:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 114,
"time": "1775533097"
},
"departure": {
"delay": 114,
"time": "1775533134"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 166,
"time": "1775533710"
},
"departure": {
"delay": 166,
"time": "1775533726"
},
"stopId": "FR:50129:ZE:10ANN2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 148,
"time": "1775533391"
},
"departure": {
"delay": 148,
"time": "1775533408"
},
"stopId": "FR:50129:ZE:10HDI4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 108,
"time": "1775534568"
},
"stopId": "FR:50129:ZE:10AMF1:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 124,
"time": "1775533608"
},
"departure": {
"delay": 124,
"time": "1775533624"
},
"stopId": "FR:50129:ZE:10PAX2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 180,
"time": "1775531928"
},
"departure": {
"delay": 180,
"time": "1775531940"
},
"stopId": "FR:50129:ZE:10LPL2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 166,
"time": "1775533952"
},
"departure": {
"delay": 166,
"time": "1775533966"
},
"stopId": "FR:50129:ZE:10HME2:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 158,
"time": "1775532000"
},
"departure": {
"delay": 158,
"time": "1775532038"
},
"stopId": "FR:50129:ZE:10NOR6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 114,
"time": "1775534382"
},
"departure": {
"delay": 114,
"time": "1775534394"
},
"stopId": "FR:50129:ZE:10HET2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 144,
"time": "1775533806"
},
"departure": {
"delay": 144,
"time": "1775533824"
},
"stopId": "FR:50129:ZE:10CAQ2:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 119,
"time": "1775532936"
},
"departure": {
"delay": 119,
"time": "1775532959"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 156,
"time": "1775532749"
},
"departure": {
"delay": 156,
"time": "1775532756"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 60,
"time": "1775532524"
},
"departure": {
"delay": 60,
"time": "1775532540"
},
"stopId": "FR:50129:ZE:10CRN2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 218,
"time": "1775531852"
},
"departure": {
"delay": 218,
"time": "1775531858"
},
"stopId": "FR:50129:ZE:10FLO2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 156,
"time": "1775533633"
},
"departure": {
"delay": 156,
"time": "1775533656"
},
"stopId": "FR:50129:ZE:10CMI2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 113,
"time": "1775532853"
},
"departure": {
"delay": 113,
"time": "1775532893"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 66,
"time": "1775533012"
},
"departure": {
"delay": 66,
"time": "1775533026"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 129,
"time": "1775534334"
},
"departure": {
"delay": 129,
"time": "1775534349"
},
"stopId": "FR:50129:ZE:10TLL2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 157,
"time": "1775532164"
},
"departure": {
"delay": 157,
"time": "1775532217"
},
"stopId": "FR:50129:ZE:10BAG4:ATOUMOD035",
"stopSequence": 8
},
{
"departure": {
"delay": 226,
"time": "1775531806"
},
"stopId": "FR:50129:ZE:10ECT1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 133,
"time": "1775534088"
},
"departure": {
"delay": 133,
"time": "1775534113"
},
"stopId": "FR:50129:ZE:10DIX2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 125,
"time": "1775532275"
},
"departure": {
"delay": 125,
"time": "1775532305"
},
"stopId": "FR:50129:ZE:10GRR2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 137,
"time": "1775534282"
},
"departure": {
"delay": 137,
"time": "1775534297"
},
"stopId": "FR:50129:ZE:10PAU2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 102,
"time": "1775533459"
},
"departure": {
"delay": 102,
"time": "1775533482"
},
"stopId": "FR:50129:ZE:10REP4:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 106,
"time": "1775534494"
},
"departure": {
"delay": 106,
"time": "1775534506"
},
"stopId": "FR:50129:ZE:10MES2:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 82,
"time": "1775532403"
},
"departure": {
"delay": 82,
"time": "1775532442"
},
"stopId": "FR:50129:ZE:10HPA4:ATOUMOD035",
"stopSequence": 11
}
],
"timestamp": "1775560079",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:02:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745710x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745669x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 18,
"time": "1775551905"
},
"departure": {
"delay": 18,
"time": "1775551938"
},
"stopId": "FR:50129:ZE:10DIX1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 34,
"time": "1775553478"
},
"departure": {
"delay": 34,
"time": "1775553514"
},
"stopId": "FR:50129:ZE:10CRN1:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 73,
"time": "1775553872"
},
"departure": {
"delay": 73,
"time": "1775553913"
},
"stopId": "FR:50129:ZE:10BAG3:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 30,
"time": "1775552127"
},
"departure": {
"delay": 30,
"time": "1775552190"
},
"stopId": "FR:50129:ZE:10CAQ1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": -6,
"time": "1775552318"
},
"departure": {
"delay": -6,
"time": "1775552334"
},
"stopId": "FR:50129:ZE:10CMI1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": -19,
"time": "1775552248"
},
"departure": {
"delay": -19,
"time": "1775552261"
},
"stopId": "FR:50129:ZE:10ANN1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 5,
"time": "1775551552"
},
"departure": {
"delay": 5,
"time": "1775551565"
},
"stopId": "FR:50129:ZE:10BOI1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 88,
"time": "1775554173"
},
"departure": {
"delay": 88,
"time": "1775554228"
},
"stopId": "FR:50129:ZE:10LPL1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 26,
"time": "1775552455"
},
"departure": {
"delay": 26,
"time": "1775552486"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": -29,
"time": "1775552816"
},
"departure": {
"delay": -29,
"time": "1775552851"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 13,
"time": "1775552496"
},
"departure": {
"delay": 13,
"time": "1775552533"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 123,
"time": "1775554303"
},
"departure": {
"delay": 123,
"time": "1775554323"
},
"stopId": "FR:50129:ZE:10FLO1:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 83,
"time": "1775553966"
},
"departure": {
"delay": 83,
"time": "1775553983"
},
"stopId": "FR:50129:ZE:10MED3:ATOUMOD035",
"stopSequence": 30
},
{
"departure": {
"delay": 17,
"time": "1775551397"
},
"stopId": "FR:50129:ZE:10AMF1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": -39,
"time": "1775552747"
},
"departure": {
"delay": -39,
"time": "1775552781"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 27,
"time": "1775551986"
},
"departure": {
"delay": 27,
"time": "1775552007"
},
"stopId": "FR:50129:ZE:10PET1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": -22,
"time": "1775552593"
},
"departure": {
"delay": -22,
"time": "1775552618"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 93,
"time": "1775553773"
},
"departure": {
"delay": 93,
"time": "1775553813"
},
"stopId": "FR:50129:ZE:10GRR1:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 28,
"time": "1775551816"
},
"departure": {
"delay": 28,
"time": "1775551828"
},
"stopId": "FR:50129:ZE:10EPC1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 8,
"time": "1775553024"
},
"departure": {
"delay": 8,
"time": "1775553068"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 56,
"time": "1775553260"
},
"departure": {
"delay": 56,
"time": "1775553356"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": -46,
"time": "1775552666"
},
"departure": {
"delay": -46,
"time": "1775552714"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 44,
"time": "1775554112"
},
"departure": {
"delay": 44,
"time": "1775554124"
},
"stopId": "FR:50129:ZE:10GDR1:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 12,
"time": "1775551712"
},
"departure": {
"delay": 12,
"time": "1775551752"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 79,
"time": "1775553572"
},
"departure": {
"delay": 79,
"time": "1775553619"
},
"stopId": "FR:50129:ZE:10HPA3:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": -19,
"time": "1775551510"
},
"departure": {
"delay": -19,
"time": "1775551541"
},
"stopId": "FR:50129:ZE:10MOR1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 68,
"time": "1775554048"
},
"departure": {
"delay": 68,
"time": "1775554088"
},
"stopId": "FR:50129:ZE:10NOR5:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 19,
"time": "1775552045"
},
"departure": {
"delay": 19,
"time": "1775552059"
},
"stopId": "FR:50129:ZE:10HME1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": -16,
"time": "1775551585"
},
"departure": {
"delay": -16,
"time": "1775551604"
},
"stopId": "FR:50129:ZE:10FRN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 68,
"time": "1775553683"
},
"departure": {
"delay": 68,
"time": "1775553728"
},
"stopId": "FR:50129:ZE:10XCT3:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 18,
"time": "1775552361"
},
"departure": {
"delay": 18,
"time": "1775552418"
},
"stopId": "FR:50129:ZE:10PAX1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 68,
"time": "1775554388"
},
"stopId": "FR:50129:ZE:10ECT1:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": -3,
"time": "1775553121"
},
"departure": {
"delay": -3,
"time": "1775553177"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": -11,
"time": "1775551478"
},
"departure": {
"delay": -11,
"time": "1775551489"
},
"stopId": "FR:50129:ZE:10MES1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 59,
"time": "1775552971"
},
"departure": {
"delay": 59,
"time": "1775552999"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 21
}
],
"timestamp": "1775560079",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:02:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745669x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD021:ServiceJourney:78:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 7,
"time": "1775559326"
},
"departure": {
"delay": 7,
"time": "1775559367"
},
"stopId": "FR:14333:ZE:7:ATOUMOD021",
"stopSequence": 19
},
{
"arrival": {
"delay": -3,
"time": "1775558749"
},
"departure": {
"delay": -3,
"time": "1775558757"
},
"stopId": "FR:14333:ZE:19:ATOUMOD021",
"stopSequence": 13
},
{
"departure": {
"time": "1775557500"
},
"stopId": "FR:14333:ZE:41:ATOUMOD021",
"stopSequence": 1
},
{
"arrival": {
"delay": 5,
"time": "1775559083"
},
"departure": {
"delay": 5,
"time": "1775559125"
},
"stopId": "FR:14333:ZE:11:ATOUMOD021",
"stopSequence": 17
},
{
"arrival": {
"delay": 11,
"time": "1775558935"
},
"departure": {
"delay": 11,
"time": "1775558951"
},
"stopId": "FR:14333:ZE:15:ATOUMOD021",
"stopSequence": 15
},
{
"arrival": {
"delay": 8,
"time": "1775558338"
},
"departure": {
"delay": 8,
"time": "1775558348"
},
"stopId": "FR:14536:ZE:24:ATOUMOD021",
"stopSequence": 10
},
{
"arrival": {
"delay": -3,
"time": "1775557789"
},
"departure": {
"delay": -3,
"time": "1775557797"
},
"stopId": "FR:14333:ZE:34:ATOUMOD021",
"stopSequence": 5
},
{
"arrival": {
"delay": -7,
"time": "1775558208"
},
"departure": {
"delay": -7,
"time": "1775558213"
},
"stopId": "FR:14536:ZE:26:ATOUMOD021",
"stopSequence": 9
},
{
"arrival": {
"delay": 16,
"time": "1775557929"
},
"departure": {
"delay": 16,
"time": "1775557996"
},
"stopId": "FR:14333:ZE:30:ATOUMOD021",
"stopSequence": 7
},
{
"arrival": {
"delay": -2,
"time": "1775558991"
},
"departure": {
"delay": -2,
"time": "1775558998"
},
"stopId": "FR:14333:ZE:13:ATOUMOD021",
"stopSequence": 16
},
{
"arrival": {
"delay": 27,
"time": "1775557816"
},
"departure": {
"delay": 27,
"time": "1775557887"
},
"stopId": "FR:14333:ZE:32:ATOUMOD021",
"stopSequence": 6
},
{
"arrival": {
"delay": 36,
"time": "1775558495"
},
"departure": {
"delay": 36,
"time": "1775558676"
},
"stopId": "FR:14333:ZE:22:ATOUMOD021",
"stopSequence": 11
},
{
"arrival": {
"delay": 35,
"time": "1775558113"
},
"departure": {
"delay": 35,
"time": "1775558135"
},
"stopId": "FR:14333:ZE:28:ATOUMOD021",
"stopSequence": 8
},
{
"arrival": {
"delay": 12,
"time": "1775558701"
},
"departure": {
"delay": 12,
"time": "1775558712"
},
"stopId": "FR:14333:ZE:21:ATOUMOD021",
"stopSequence": 12
},
{
"arrival": {
"delay": 3,
"time": "1775559416"
},
"departure": {
"delay": 3,
"time": "1775559423"
},
"stopId": "FR:14333:ZE:5:ATOUMOD021",
"stopSequence": 20
},
{
"arrival": {
"delay": 4,
"time": "1775558778"
},
"departure": {
"delay": 4,
"time": "1775558884"
},
"stopId": "FR:14333:ZE:17:ATOUMOD021",
"stopSequence": 14
},
{
"arrival": {
"delay": 15,
"time": "1775557621"
},
"departure": {
"delay": 15,
"time": "1775557635"
},
"stopId": "FR:14333:ZE:40:ATOUMOD021",
"stopSequence": 2
},
{
"arrival": {
"delay": 20,
"time": "1775559500"
},
"stopId": "FR:14333:ZE:3:ATOUMOD021",
"stopSequence": 21
},
{
"arrival": {
"time": "1775557673"
},
"departure": {
"time": "1775557680"
},
"stopId": "FR:14333:ZE:38:ATOUMOD021",
"stopSequence": 3
},
{
"arrival": {
"delay": -30,
"time": "1775559190"
},
"departure": {
"delay": -30,
"time": "1775559210"
},
"stopId": "FR:14333:ZE:9:ATOUMOD021",
"stopSequence": 18
},
{
"arrival": {
"delay": 22,
"time": "1775557726"
},
"departure": {
"delay": 22,
"time": "1775557762"
},
"stopId": "FR:14333:ZE:36:ATOUMOD021",
"stopSequence": 4
}
],
"timestamp": "1775559490",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD021:Line:A:LOC",
"tripId": "ATOUMOD021:ServiceJourney:78:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746133x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -47,
"time": "1775532547"
},
"departure": {
"delay": -47,
"time": "1775532553"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 151,
"time": "1775530995"
},
"departure": {
"delay": 151,
"time": "1775531011"
},
"stopId": "FR:50129:ZE:10CAR1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": -38,
"time": "1775531944"
},
"departure": {
"delay": -38,
"time": "1775531962"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 3,
"time": "1775531848"
},
"departure": {
"delay": 3,
"time": "1775531883"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 77,
"time": "1775532940"
},
"departure": {
"delay": 77,
"time": "1775532977"
},
"stopId": "FR:50129:ZE:10BHC3:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 72,
"time": "1775531163"
},
"departure": {
"delay": 72,
"time": "1775531172"
},
"stopId": "FR:50129:ZE:10ARA1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 74,
"time": "1775531397"
},
"departure": {
"delay": 74,
"time": "1775531414"
},
"stopId": "FR:50129:ZE:10ZOL1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 4,
"time": "1775531629"
},
"departure": {
"delay": 4,
"time": "1775531644"
},
"stopId": "FR:50129:ZE:10HOM1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 137,
"time": "1775531105"
},
"departure": {
"delay": 137,
"time": "1775531117"
},
"stopId": "FR:50129:ZE:10BON1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 3,
"time": "1775533252"
},
"departure": {
"delay": 3,
"time": "1775533263"
},
"stopId": "FR:50129:ZE:10ART1:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": 72,
"time": "1775531271"
},
"departure": {
"delay": 72,
"time": "1775531292"
},
"stopId": "FR:50129:ZE:10BHE1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 191,
"time": "1775530732"
},
"departure": {
"delay": 191,
"time": "1775530751"
},
"stopId": "FR:50129:ZE:10SFG1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 71,
"time": "1775531316"
},
"departure": {
"delay": 71,
"time": "1775531351"
},
"stopId": "FR:50129:ZE:10LON1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"time": "1775532411"
},
"departure": {
"time": "1775532480"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 30
},
{
"departure": {
"delay": 156,
"time": "1775530716"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 32,
"time": "1775533135"
},
"departure": {
"delay": 32,
"time": "1775533172"
},
"stopId": "FR:50129:ZE:10BRO1:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"delay": -94,
"time": "1775533516"
},
"departure": {
"delay": -94,
"time": "1775533526"
},
"stopId": "FR:50129:ZE:10COS1:ATOUMOD035",
"stopSequence": 47
},
{
"arrival": {
"delay": -56,
"time": "1775533369"
},
"departure": {
"delay": -56,
"time": "1775533384"
},
"stopId": "FR:50129:ZE:10NOR3:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"delay": 33,
"time": "1775533099"
},
"departure": {
"delay": 33,
"time": "1775533113"
},
"stopId": "FR:50129:ZE:10LLM1:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": -148,
"time": "1775533592"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"delay": 162,
"time": "1775530881"
},
"departure": {
"delay": 162,
"time": "1775530902"
},
"stopId": "FR:50129:ZE:10ALB1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 41,
"time": "1775533026"
},
"departure": {
"delay": 41,
"time": "1775533061"
},
"stopId": "FR:50129:ZE:10LUM1:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 138,
"time": "1775531031"
},
"departure": {
"delay": 138,
"time": "1775531058"
},
"stopId": "FR:50129:ZE:10HOU1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 11,
"time": "1775531800"
},
"departure": {
"delay": 11,
"time": "1775531831"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 35,
"time": "1775531480"
},
"departure": {
"delay": 35,
"time": "1775531495"
},
"stopId": "FR:50129:ZE:10DUB1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 12,
"time": "1775531691"
},
"departure": {
"delay": 12,
"time": "1775531712"
},
"stopId": "FR:50129:ZE:10BEL1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": -4,
"time": "1775532284"
},
"departure": {
"delay": -4,
"time": "1775532296"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 149,
"time": "1775530927"
},
"departure": {
"delay": 149,
"time": "1775530949"
},
"stopId": "FR:50129:ZE:10SFN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 142,
"time": "1775532775"
},
"departure": {
"delay": 142,
"time": "1775532802"
},
"stopId": "FR:50129:ZE:10THH3:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": -66,
"time": "1775533486"
},
"departure": {
"delay": -66,
"time": "1775533494"
},
"stopId": "FR:50129:ZE:10CVE1:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"delay": 14,
"time": "1775531527"
},
"departure": {
"delay": 14,
"time": "1775531534"
},
"stopId": "FR:50129:ZE:10LAV1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 47,
"time": "1775531199"
},
"departure": {
"delay": 47,
"time": "1775531207"
},
"stopId": "FR:50129:ZE:10PRE1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": -87,
"time": "1775533401"
},
"departure": {
"delay": -87,
"time": "1775533413"
},
"stopId": "FR:50129:ZE:10MYO1:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": -19,
"time": "1775533276"
},
"departure": {
"delay": -19,
"time": "1775533301"
},
"stopId": "FR:50129:ZE:10ZPH1:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"delay": 202,
"time": "1775530777"
},
"departure": {
"delay": 202,
"time": "1775530822"
},
"stopId": "FR:50129:ZE:10COF1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 72,
"time": "1775532880"
},
"departure": {
"delay": 72,
"time": "1775532912"
},
"stopId": "FR:50129:ZE:10LCA1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 38,
"time": "1775531242"
},
"departure": {
"delay": 38,
"time": "1775531258"
},
"stopId": "FR:50129:ZE:10CPL1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": -39,
"time": "1775533327"
},
"departure": {
"delay": -39,
"time": "1775533341"
},
"stopId": "FR:50129:ZE:10JEA1:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": -9,
"time": "1775532019"
},
"departure": {
"delay": -9,
"time": "1775532111"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"time": "1775532139"
},
"departure": {
"time": "1775532180"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 3,
"time": "1775532329"
},
"departure": {
"delay": 3,
"time": "1775532363"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": -1,
"time": "1775532210"
},
"departure": {
"delay": -1,
"time": "1775532239"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": -99,
"time": "1775533453"
},
"departure": {
"delay": -99,
"time": "1775533461"
},
"stopId": "FR:50129:ZE:10RSX1:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"delay": -68,
"time": "1775533425"
},
"departure": {
"delay": -68,
"time": "1775533432"
},
"stopId": "FR:50129:ZE:10MGT1:ATOUMOD035",
"stopSequence": 44
},
{
"arrival": {
"delay": 62,
"time": "1775533072"
},
"departure": {
"delay": 62,
"time": "1775533082"
},
"stopId": "FR:50129:ZE:10JMO1:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 120,
"time": "1775531087"
},
"departure": {
"delay": 120,
"time": "1775531100"
},
"stopId": "FR:50129:ZE:10BRT1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 23,
"time": "1775531583"
},
"departure": {
"delay": 23,
"time": "1775531603"
},
"stopId": "FR:50129:ZE:10AGO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 6,
"time": "1775531745"
},
"departure": {
"delay": 6,
"time": "1775531766"
},
"stopId": "FR:50129:ZE:10HUI1:ATOUMOD035",
"stopSequence": 21
}
],
"timestamp": "1775560073",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746133x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3748425x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 55,
"time": "1775531560"
},
"departure": {
"delay": 55,
"time": "1775531575"
},
"stopId": "FR:50129:ZE:10LEC1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 76,
"time": "1775531161"
},
"departure": {
"delay": 76,
"time": "1775531176"
},
"stopId": "FR:50129:ZE:10CRB1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 122,
"time": "1775532831"
},
"departure": {
"delay": 122,
"time": "1775532842"
},
"stopId": "FR:50129:ZE:10FJT2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 14,
"time": "1775531887"
},
"departure": {
"delay": 14,
"time": "1775531894"
},
"stopId": "FR:50129:ZE:10STA1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 63,
"time": "1775531811"
},
"departure": {
"delay": 63,
"time": "1775531823"
},
"stopId": "FR:50129:ZE:10LCO1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": -9,
"time": "1775533056"
},
"departure": {
"delay": -9,
"time": "1775533071"
},
"stopId": "FR:50129:ZE:10SAL2:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 8,
"time": "1775532052"
},
"departure": {
"delay": 8,
"time": "1775532128"
},
"stopId": "FR:50129:ZE:10CTR1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 98,
"time": "1775532930"
},
"departure": {
"delay": 98,
"time": "1775532938"
},
"stopId": "FR:50129:ZE:10RED2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 45,
"time": "1775531068"
},
"departure": {
"delay": 45,
"time": "1775531085"
},
"stopId": "FR:50129:ZE:10DAN1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": -29,
"time": "1775531984"
},
"departure": {
"delay": -29,
"time": "1775532031"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 52,
"time": "1775532214"
},
"departure": {
"delay": 52,
"time": "1775532232"
},
"stopId": "FR:50129:ZE:10HDV1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 70,
"time": "1775531513"
},
"departure": {
"delay": 70,
"time": "1775531530"
},
"stopId": "FR:50129:ZE:10FRA1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 86,
"time": "1775532341"
},
"departure": {
"delay": 86,
"time": "1775532566"
},
"stopId": "FR:50129:ZE:10SHU2:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 43,
"time": "1775531131"
},
"departure": {
"delay": 43,
"time": "1775531143"
},
"stopId": "FR:50129:ZE:10VIG1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": -131,
"time": "1775533189"
},
"stopId": "FR:50129:ZE:10DIG1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 56,
"time": "1775531440"
},
"departure": {
"delay": 56,
"time": "1775531456"
},
"stopId": "FR:50129:ZE:10SMT1:ATOUMOD035",
"stopSequence": 8
},
{
"departure": {
"delay": 92,
"time": "1775530892"
},
"stopId": "FR:50129:ZE:10ZAG1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 83,
"time": "1775531405"
},
"departure": {
"delay": 83,
"time": "1775531423"
},
"stopId": "FR:50129:ZE:10VAB1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 25,
"time": "1775532595"
},
"departure": {
"delay": 25,
"time": "1775532625"
},
"stopId": "FR:50129:ZE:10MEN3:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 73,
"time": "1775532960"
},
"departure": {
"delay": 73,
"time": "1775532973"
},
"stopId": "FR:50129:ZE:10VOL2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": -19,
"time": "1775533173"
},
"departure": {
"delay": -19,
"time": "1775533181"
},
"stopId": "FR:50129:ZE:10BCP2:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": -19,
"time": "1775533109"
},
"departure": {
"delay": -19,
"time": "1775533121"
},
"stopId": "FR:50129:ZE:10COT2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": -37,
"time": "1775531944"
},
"departure": {
"delay": -37,
"time": "1775531963"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": -39,
"time": "1775533091"
},
"departure": {
"delay": -39,
"time": "1775533101"
},
"stopId": "FR:50129:ZE:10PFJ2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 39,
"time": "1775532265"
},
"departure": {
"delay": 39,
"time": "1775532279"
},
"stopId": "FR:50129:ZE:10PLx1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 89,
"time": "1775531351"
},
"departure": {
"delay": 89,
"time": "1775531369"
},
"stopId": "FR:50129:ZE:10EGL6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 55,
"time": "1775531746"
},
"departure": {
"delay": 55,
"time": "1775531755"
},
"stopId": "FR:50129:ZE:10POL1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 126,
"time": "1775531706"
},
"departure": {
"delay": 126,
"time": "1775531706"
},
"stopId": "FR:50129:ZE:10LEB1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 135,
"time": "1775532900"
},
"departure": {
"delay": 135,
"time": "1775532915"
},
"stopId": "FR:50129:ZE:10CIM2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 74,
"time": "1775531274"
},
"departure": {
"delay": 74,
"time": "1775531294"
},
"stopId": "FR:50129:ZE:10HUI3:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 53,
"time": "1775532998"
},
"departure": {
"delay": 53,
"time": "1775533013"
},
"stopId": "FR:50129:ZE:10SAD2:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 15,
"time": "1775533022"
},
"departure": {
"delay": 15,
"time": "1775533035"
},
"stopId": "FR:50129:ZE:10ROS2:ATOUMOD035",
"stopSequence": 27
}
],
"timestamp": "1775560079",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:05:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3748425x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2487701:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -46,
"time": "1775563994"
},
"departure": {
"delay": -46,
"time": "1775563994"
},
"stopId": "FR:27701:ZE:0x7046:ATOUMOD006",
"stopSequence": 28
},
{
"arrival": {
"delay": -24,
"time": "1775562996"
},
"departure": {
"delay": -24,
"time": "1775562996"
},
"stopId": "FR:27598:ZE:0x6870:ATOUMOD006",
"stopSequence": 14
},
{
"departure": {
"time": "1775562360"
},
"stopId": "FR:27168:ZE:0x6138:ATOUMOD006",
"stopSequence": 1
},
{
"arrival": {
"delay": 94,
"time": "1775563234"
},
"departure": {
"delay": 94,
"time": "1775563234"
},
"stopId": "FR:27537:ZE:0x6828:ATOUMOD006",
"stopSequence": 17
},
{
"arrival": {
"delay": 44,
"time": "1775563364"
},
"departure": {
"delay": 44,
"time": "1775563364"
},
"stopId": "FR:27537:ZE:0x6825:ATOUMOD006",
"stopSequence": 19
},
{
"arrival": {
"delay": 40,
"time": "1775563300"
},
"departure": {
"delay": 40,
"time": "1775563300"
},
"stopId": "FR:27537:ZE:0x6831:ATOUMOD006",
"stopSequence": 18
},
{
"arrival": {
"time": "1775562840"
},
"departure": {
"time": "1775562840"
},
"stopId": "FR:27015:ZE:0x6073:ATOUMOD006",
"stopSequence": 7
},
{
"arrival": {
"delay": 26,
"time": "1775563586"
},
"departure": {
"delay": 26,
"time": "1775563586"
},
"stopId": "FR:27701:ZE:0x6582:ATOUMOD006",
"stopSequence": 22
},
{
"arrival": {
"delay": 34,
"time": "1775562634"
},
"departure": {
"delay": 34,
"time": "1775562634"
},
"stopId": "FR:27015:ZE:0x6081:ATOUMOD006",
"stopSequence": 4
},
{
"arrival": {
"delay": -86,
"time": "1775563894"
},
"departure": {
"delay": -86,
"time": "1775563894"
},
"stopId": "FR:27701:ZE:0x7078:ATOUMOD006",
"stopSequence": 26
},
{
"arrival": {
"delay": 26,
"time": "1775563526"
},
"departure": {
"delay": 26,
"time": "1775563526"
},
"stopId": "FR:27701:ZE:0x7042:ATOUMOD006",
"stopSequence": 21
},
{
"arrival": {
"delay": -68,
"time": "1775564092"
},
"stopId": "FR:27701:ZE:0x7150:ATOUMOD006",
"stopSequence": 29
},
{
"arrival": {
"delay": 6,
"time": "1775562726"
},
"departure": {
"delay": 6,
"time": "1775562726"
},
"stopId": "FR:27015:ZE:0x6085:ATOUMOD006",
"stopSequence": 5
},
{
"arrival": {
"delay": -16,
"time": "1775562764"
},
"departure": {
"delay": -16,
"time": "1775562764"
},
"stopId": "FR:27015:ZE:0x6087:ATOUMOD006",
"stopSequence": 6
},
{
"arrival": {
"delay": -12,
"time": "1775563608"
},
"departure": {
"delay": -12,
"time": "1775563608"
},
"stopId": "FR:27701:ZE:0x7108:ATOUMOD006",
"stopSequence": 23
},
{
"arrival": {
"delay": -36,
"time": "1775563944"
},
"departure": {
"delay": -36,
"time": "1775563944"
},
"stopId": "FR:27701:ZE:0x7118:ATOUMOD006",
"stopSequence": 27
},
{
"arrival": {
"delay": -24,
"time": "1775562936"
},
"departure": {
"delay": -24,
"time": "1775562936"
},
"stopId": "FR:27598:ZE:0x6859:ATOUMOD006",
"stopSequence": 8
},
{
"arrival": {
"delay": -23,
"time": "1775563717"
},
"departure": {
"delay": -23,
"time": "1775563717"
},
"stopId": "FR:27701:ZE:0x7041:ATOUMOD006",
"stopSequence": 24
},
{
"arrival": {
"delay": 48,
"time": "1775563188"
},
"departure": {
"delay": 48,
"time": "1775563188"
},
"stopId": "FR:27537:ZE:0x6834:ATOUMOD006",
"stopSequence": 16
},
{
"arrival": {
"delay": 61,
"time": "1775562541"
},
"departure": {
"delay": 61,
"time": "1775562541"
},
"stopId": "FR:27330:ZE:0x6263:ATOUMOD006",
"stopSequence": 2
},
{
"arrival": {
"delay": 57,
"time": "1775563077"
},
"departure": {
"delay": 57,
"time": "1775563077"
},
"stopId": "FR:27598:ZE:0x6866:ATOUMOD006",
"stopSequence": 15
},
{
"arrival": {
"delay": 60,
"time": "1775563500"
},
"departure": {
"delay": 60,
"time": "1775563500"
},
"stopId": "FR:27701:ZE:0x7181:ATOUMOD006",
"stopSequence": 20
},
{
"arrival": {
"delay": 78,
"time": "1775562618"
},
"departure": {
"delay": 78,
"time": "1775562618"
},
"stopId": "FR:27330:ZE:0x6268:ATOUMOD006",
"stopSequence": 3
},
{
"arrival": {
"delay": -1,
"time": "1775563859"
},
"departure": {
"delay": -1,
"time": "1775563859"
},
"stopId": "FR:27528:ZE:0x7026:ATOUMOD006",
"stopSequence": 25
}
],
"timestamp": "1775560063",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD006:Line:8:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2487701:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx17230:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 22051,
"time": "1775558011"
},
"departure": {
"delay": 22051,
"time": "1775558011"
},
"stopId": "FR:76322:ZE:TCARxLBOUR0:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 22170,
"time": "1775558790"
},
"departure": {
"delay": 22170,
"time": "1775558790"
},
"stopId": "FR:76497:ZE:TCARxARCHI1:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 22248,
"time": "1775559228"
},
"departure": {
"delay": 22248,
"time": "1775559228"
},
"stopId": "FR:76497:ZE:TCARxTOURE0:ATOUMOD001",
"stopSequence": 35
},
{
"arrival": {
"delay": 21921,
"time": "1775557401"
},
"departure": {
"delay": 21921,
"time": "1775557401"
},
"stopId": "FR:76498:ZE:TCARxFOLIO0:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 21870,
"time": "1775557050"
},
"departure": {
"delay": 21870,
"time": "1775557050"
},
"stopId": "FR:76540:ZE:TCARxPEURO0:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 22230,
"time": "1775559570"
},
"stopId": "FR:76497:ZE:TCARxBELAI0:ATOUMOD001",
"stopSequence": 39
},
{
"arrival": {
"delay": 22259,
"time": "1775559059"
},
"departure": {
"delay": 22259,
"time": "1775559059"
},
"stopId": "FR:76497:ZE:TCARxMILTH0:ATOUMOD001",
"stopSequence": 33
},
{
"arrival": {
"delay": 21906,
"time": "1775557266"
},
"departure": {
"delay": 21906,
"time": "1775557266"
},
"stopId": "FR:76540:ZE:TCARxDELBO1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 21683,
"time": "1775556503"
},
"departure": {
"delay": 21683,
"time": "1775556503"
},
"stopId": "FR:76540:ZE:TCARxPCORN0:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 22194,
"time": "1775558874"
},
"departure": {
"delay": 22194,
"time": "1775558874"
},
"stopId": "FR:76497:ZE:TCARxLACRO0:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": 22111,
"time": "1775558251"
},
"departure": {
"delay": 22111,
"time": "1775558251"
},
"stopId": "FR:76322:ZE:TCARxROOSE1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 21836,
"time": "1775556896"
},
"departure": {
"delay": 21836,
"time": "1775556896"
},
"stopId": "FR:76540:ZE:TCARxSEVER0:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 22126,
"time": "1775558506"
},
"departure": {
"delay": 22126,
"time": "1775558506"
},
"stopId": "FR:76322:ZE:TCARxSEINE0:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 21930,
"time": "1775557470"
},
"departure": {
"delay": 21930,
"time": "1775557470"
},
"stopId": "FR:76498:ZE:TCARxELISA0:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 21660,
"time": "1775556420"
},
"departure": {
"delay": 21660,
"time": "1775556420"
},
"stopId": "FR:76540:ZE:TCARxREPUQ0:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 22047,
"time": "1775557767"
},
"departure": {
"delay": 22047,
"time": "1775557767"
},
"stopId": "FR:76322:ZE:TCARxLUSSA0:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 22085,
"time": "1775558165"
},
"departure": {
"delay": 22085,
"time": "1775558165"
},
"stopId": "FR:76322:ZE:TCARxCHVOU0:ATOUMOD001",
"stopSequence": 22
},
{
"departure": {
"delay": 21660,
"time": "1775556360"
},
"stopId": "FR:76540:ZE:TCARxTART71:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 22149,
"time": "1775558649"
},
"departure": {
"delay": 22149,
"time": "1775558649"
},
"stopId": "FR:76497:ZE:TCARxVERDE0:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 22259,
"time": "1775559179"
},
"departure": {
"delay": 22259,
"time": "1775559179"
},
"stopId": "FR:76497:ZE:TCARxPOSPT0:ATOUMOD001",
"stopSequence": 34
},
{
"arrival": {
"delay": 22050,
"time": "1775557830"
},
"departure": {
"delay": 22050,
"time": "1775557830"
},
"stopId": "FR:76322:ZE:TCARxBROSS1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 22110,
"time": "1775559330"
},
"departure": {
"delay": 22110,
"time": "1775559330"
},
"stopId": "FR:76497:ZE:TCARxLOUIS0:ATOUMOD001",
"stopSequence": 38
},
{
"arrival": {
"delay": 21927,
"time": "1775557347"
},
"departure": {
"delay": 21927,
"time": "1775557347"
},
"stopId": "FR:76498:ZE:TCARxPLCHA0:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 21836,
"time": "1775556956"
},
"departure": {
"delay": 21836,
"time": "1775556956"
},
"stopId": "FR:76540:ZE:TCARxPASCA0:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 22230,
"time": "1775559270"
},
"departure": {
"delay": 22230,
"time": "1775559270"
},
"stopId": "FR:76497:ZE:TCARxPMAIR0:ATOUMOD001",
"stopSequence": 36
},
{
"arrival": {
"delay": 22095,
"time": "1775558295"
},
"departure": {
"delay": 22095,
"time": "1775558295"
},
"stopId": "FR:76322:ZE:TCARxRAVEL0:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 22050,
"time": "1775558070"
},
"departure": {
"delay": 22050,
"time": "1775558070"
},
"stopId": "FR:76322:ZE:TCARxCROUT0:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 22230,
"time": "1775559030"
},
"departure": {
"delay": 22230,
"time": "1775559030"
},
"stopId": "FR:76497:ZE:TCARxWATTE0:ATOUMOD001",
"stopSequence": 32
},
{
"arrival": {
"delay": 22248,
"time": "1775558928"
},
"departure": {
"delay": 22248,
"time": "1775558928"
},
"stopId": "FR:76497:ZE:TCARxVIGNY0:ATOUMOD001",
"stopSequence": 31
},
{
"arrival": {
"delay": 22204,
"time": "1775559304"
},
"departure": {
"delay": 22204,
"time": "1775559304"
},
"stopId": "FR:76497:ZE:TCARxPCBOI2:ATOUMOD001",
"stopSequence": 37
},
{
"arrival": {
"delay": 22055,
"time": "1775557955"
},
"departure": {
"delay": 22055,
"time": "1775557955"
},
"stopId": "FR:76322:ZE:TCARxEGLGQ0:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 21750,
"time": "1775556750"
},
"departure": {
"delay": 21750,
"time": "1775556750"
},
"stopId": "FR:76540:ZE:TCARxCHAMP1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 21986,
"time": "1775557586"
},
"departure": {
"delay": 21986,
"time": "1775557586"
},
"stopId": "FR:76498:ZE:TCARxGAULL0:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 21937,
"time": "1775557177"
},
"departure": {
"delay": 21937,
"time": "1775557177"
},
"stopId": "FR:76540:ZE:TCARxPARME0:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 21793,
"time": "1775556793"
},
"departure": {
"delay": 21793,
"time": "1775556793"
},
"stopId": "FR:76540:ZE:TCARxLAFAY0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 21889,
"time": "1775557129"
},
"departure": {
"delay": 21889,
"time": "1775557129"
},
"stopId": "FR:76540:ZE:TCARxPCLEM0:ATOUMOD001",
"stopSequence": 9
}
],
"timestamp": "1775555857",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx27:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx17230:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx11433:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 10500,
"time": "1775560800"
},
"departure": {
"delay": 10500,
"time": "1775560800"
},
"stopId": "FR:76484:ZE:TCARxCHARC0:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 10547,
"time": "1775559887"
},
"departure": {
"delay": 10547,
"time": "1775559887"
},
"stopId": "FR:76575:ZE:TCARxSTYO20:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 10502,
"time": "1775559602"
},
"departure": {
"delay": 10502,
"time": "1775559602"
},
"stopId": "FR:76681:ZE:TCARxPGAUL0:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 10560,
"time": "1775560560"
},
"departure": {
"delay": 10560,
"time": "1775560560"
},
"stopId": "FR:76575:ZE:TCARxCHAPL0:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 10500,
"time": "1775559960"
},
"departure": {
"delay": 10500,
"time": "1775559960"
},
"stopId": "FR:76575:ZE:TCARxCOQLI0:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 10543,
"time": "1775559643"
},
"departure": {
"delay": 10543,
"time": "1775559643"
},
"stopId": "FR:76681:ZE:TCARxRRIOT0:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 10534,
"time": "1775560714"
},
"departure": {
"delay": 10534,
"time": "1775560714"
},
"stopId": "FR:76484:ZE:TCARxPLBEL0:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 10539,
"time": "1775561259"
},
"departure": {
"delay": 10539,
"time": "1775561259"
},
"stopId": "FR:76484:ZE:TCARxOIHDV0:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 10553,
"time": "1775560073"
},
"departure": {
"delay": 10553,
"time": "1775560073"
},
"stopId": "FR:76575:ZE:TCARxGAGAR0:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 10545,
"time": "1775560845"
},
"departure": {
"delay": 10545,
"time": "1775560845"
},
"stopId": "FR:76484:ZE:TCARxCIMJ10:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 10600,
"time": "1775560420"
},
"departure": {
"delay": 10600,
"time": "1775560420"
},
"stopId": "FR:76575:ZE:TCARxPNAVA0:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 10500,
"time": "1775561400"
},
"departure": {
"delay": 10500,
"time": "1775561400"
},
"stopId": "FR:76484:ZE:TCARxPLPAI2:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 10598,
"time": "1775561798"
},
"departure": {
"delay": 10598,
"time": "1775561798"
},
"stopId": "FR:76705:ZE:TCARxTOMAN1:ATOUMOD001",
"stopSequence": 33
},
{
"arrival": {
"delay": 10610,
"time": "1775560370"
},
"departure": {
"delay": 10610,
"time": "1775560370"
},
"stopId": "FR:76575:ZE:TCARxNODIE0:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 10553,
"time": "1775560253"
},
"departure": {
"delay": 10553,
"time": "1775560253"
},
"stopId": "FR:76575:ZE:TCARxGOUBE0:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 10512,
"time": "1775559792"
},
"departure": {
"delay": 10512,
"time": "1775559792"
},
"stopId": "FR:76681:ZE:TCARxKERVI0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 10542,
"time": "1775560662"
},
"departure": {
"delay": 10542,
"time": "1775560662"
},
"stopId": "FR:76484:ZE:TCARxVOSGE0:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 10500,
"time": "1775561460"
},
"departure": {
"delay": 10500,
"time": "1775561460"
},
"stopId": "FR:76484:ZE:TCARxPOLOI2:ATOUMOD001",
"stopSequence": 31
},
{
"arrival": {
"delay": 10554,
"time": "1775559834"
},
"departure": {
"delay": 10554,
"time": "1775559834"
},
"stopId": "FR:76681:ZE:TCARxCHROU0:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 10578,
"time": "1775560458"
},
"departure": {
"delay": 10578,
"time": "1775560458"
},
"stopId": "FR:76575:ZE:TCARxSLOGN0:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 10560,
"time": "1775561340"
},
"departure": {
"delay": 10560,
"time": "1775561340"
},
"stopId": "FR:76484:ZE:TCARxCFERR2:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 10500,
"time": "1775559720"
},
"departure": {
"delay": 10500,
"time": "1775559720"
},
"stopId": "FR:76681:ZE:TCARxADRET1:ATOUMOD001",
"stopSequence": 4
},
{
"departure": {
"delay": 10500,
"time": "1775559480"
},
"stopId": "FR:76681:ZE:TCARxHDVS1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 10565,
"time": "1775561165"
},
"departure": {
"delay": 10565,
"time": "1775561165"
},
"stopId": "FR:76484:ZE:TCARxCIMOI0:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 10568,
"time": "1775560928"
},
"departure": {
"delay": 10568,
"time": "1775560928"
},
"stopId": "FR:76484:ZE:TCARxCOMPX0:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 10560,
"time": "1775560320"
},
"departure": {
"delay": 10560,
"time": "1775560320"
},
"stopId": "FR:76575:ZE:TCARxLANGU0:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 10579,
"time": "1775561119"
},
"departure": {
"delay": 10579,
"time": "1775561119"
},
"stopId": "FR:76484:ZE:TCARxBIBOI0:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 10573,
"time": "1775560153"
},
"departure": {
"delay": 10573,
"time": "1775560153"
},
"stopId": "FR:76575:ZE:TCARxLURCA0:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 10576,
"time": "1775561656"
},
"departure": {
"delay": 10576,
"time": "1775561656"
},
"stopId": "FR:76705:ZE:TCARxTOPAR1:ATOUMOD001",
"stopSequence": 32
},
{
"arrival": {
"delay": 10605,
"time": "1775560605"
},
"departure": {
"delay": 10605,
"time": "1775560605"
},
"stopId": "FR:76484:ZE:TCARxCITEO0:ATOUMOD001",
"stopSequence": 17
}
],
"timestamp": "1775559136",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx03:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx11433:LOC"
}
}
},
{
"id": "SM:ATOUMOD005:ServiceJourney:549:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -60,
"time": "1775560560"
},
"departure": {
"delay": -60,
"time": "1775560560"
},
"stopId": "FR:76217:ZE:18103:ATOUMOD005",
"stopSequence": 20
},
{
"arrival": {
"delay": -60,
"time": "1775560320"
},
"departure": {
"delay": -60,
"time": "1775560320"
},
"stopId": "FR:76414:ZE:18132:ATOUMOD005",
"stopSequence": 18
},
{
"arrival": {
"delay": -60,
"time": "1775560980"
},
"departure": {
"delay": -60,
"time": "1775560980"
},
"stopId": "FR:76217:ZE:18186:ATOUMOD005",
"stopSequence": 25
},
{
"arrival": {
"delay": -60,
"time": "1775560440"
},
"departure": {
"delay": -60,
"time": "1775560440"
},
"stopId": "FR:76217:ZE:18079:ATOUMOD005",
"stopSequence": 19
},
{
"arrival": {
"delay": 120,
"time": "1775559600"
},
"departure": {
"delay": 120,
"time": "1775559780"
},
"stopId": "FR:76217:ZE:18086:ATOUMOD005",
"stopSequence": 13
},
{
"arrival": {
"delay": -60,
"time": "1775561400"
},
"departure": {
"delay": -60,
"time": "1775561400"
},
"stopId": "FR:76217:ZE:18168:ATOUMOD005",
"stopSequence": 30
},
{
"departure": {
"time": "1775558400"
},
"stopId": "FR:76565:ZE:18284:ATOUMOD005",
"stopSequence": 1
},
{
"arrival": {
"delay": -60,
"time": "1775560920"
},
"departure": {
"delay": -60,
"time": "1775560920"
},
"stopId": "FR:76217:ZE:18163:ATOUMOD005",
"stopSequence": 24
},
{
"arrival": {
"delay": -60,
"time": "1775560740"
},
"departure": {
"delay": -60,
"time": "1775560740"
},
"stopId": "FR:76217:ZE:18188:ATOUMOD005",
"stopSequence": 21
},
{
"arrival": {
"delay": -60,
"time": "1775561100"
},
"departure": {
"delay": -60,
"time": "1775561100"
},
"stopId": "FR:76217:ZE:18205:ATOUMOD005",
"stopSequence": 27
},
{
"arrival": {
"delay": 120,
"time": "1775558940"
},
"departure": {
"delay": 120,
"time": "1775559000"
},
"stopId": "FR:76217:ZE:18023:ATOUMOD005",
"stopSequence": 6
},
{
"arrival": {
"delay": 185,
"time": "1775559180"
},
"departure": {
"delay": 185,
"time": "1775559185"
},
"stopId": "FR:76217:ZE:18053:ATOUMOD005",
"stopSequence": 8
},
{
"arrival": {
"delay": -60,
"time": "1775561640"
},
"stopId": "FR:76217:ZE:18809:ATOUMOD005",
"stopSequence": 33
},
{
"arrival": {
"delay": -60,
"time": "1775560800"
},
"departure": {
"delay": -60,
"time": "1775560800"
},
"stopId": "FR:76217:ZE:18195:ATOUMOD005",
"stopSequence": 22
},
{
"arrival": {
"delay": -55,
"time": "1775560020"
},
"departure": {
"delay": -55,
"time": "1775560025"
},
"stopId": "FR:76217:ZE:18106:ATOUMOD005",
"stopSequence": 15
},
{
"arrival": {
"delay": -60,
"time": "1775561340"
},
"departure": {
"delay": -60,
"time": "1775561340"
},
"stopId": "FR:76217:ZE:18181:ATOUMOD005",
"stopSequence": 29
},
{
"arrival": {
"delay": 185,
"time": "1775558820"
},
"departure": {
"delay": 185,
"time": "1775558825"
},
"stopId": "FR:76217:ZE:18039:ATOUMOD005",
"stopSequence": 4
},
{
"arrival": {
"delay": -60,
"time": "1775561220"
},
"departure": {
"delay": -60,
"time": "1775561220"
},
"stopId": "FR:76217:ZE:18174:ATOUMOD005",
"stopSequence": 28
},
{
"arrival": {
"delay": -55,
"time": "1775559960"
},
"departure": {
"delay": -55,
"time": "1775559965"
},
"stopId": "FR:76217:ZE:18076:ATOUMOD005",
"stopSequence": 14
},
{
"arrival": {
"delay": -60,
"time": "1775561040"
},
"departure": {
"delay": -60,
"time": "1775561040"
},
"stopId": "FR:76217:ZE:18184:ATOUMOD005",
"stopSequence": 26
},
{
"arrival": {
"delay": 185,
"time": "1775558640"
},
"departure": {
"delay": 185,
"time": "1775558645"
},
"stopId": "FR:76565:ZE:18285:ATOUMOD005",
"stopSequence": 2
},
{
"arrival": {
"delay": -60,
"time": "1775560200"
},
"departure": {
"delay": -60,
"time": "1775560200"
},
"stopId": "FR:76217:ZE:18058:ATOUMOD005",
"stopSequence": 16
},
{
"arrival": {
"delay": 135,
"time": "1775558830"
},
"departure": {
"delay": 135,
"time": "1775558835"
},
"stopId": "FR:76217:ZE:18072:ATOUMOD005",
"stopSequence": 5
},
{
"arrival": {
"delay": -60,
"time": "1775561580"
},
"departure": {
"delay": -60,
"time": "1775561580"
},
"stopId": "FR:76217:ZE:18191:ATOUMOD005",
"stopSequence": 32
},
{
"arrival": {
"delay": -60,
"time": "1775561460"
},
"departure": {
"delay": -60,
"time": "1775561460"
},
"stopId": "FR:76217:ZE:18242:ATOUMOD005",
"stopSequence": 31
},
{
"arrival": {
"time": "1775559430"
},
"departure": {
"time": "1775559480"
},
"stopId": "FR:76217:ZE:18055:ATOUMOD005",
"stopSequence": 12
},
{
"arrival": {
"delay": -60,
"time": "1775560260"
},
"departure": {
"delay": -60,
"time": "1775560260"
},
"stopId": "FR:76545:ZE:18026:ATOUMOD005",
"stopSequence": 17
},
{
"arrival": {
"delay": 185,
"time": "1775558700"
},
"departure": {
"delay": 185,
"time": "1775558705"
},
"stopId": "FR:76565:ZE:18255:ATOUMOD005",
"stopSequence": 3
},
{
"arrival": {
"delay": 75,
"time": "1775559190"
},
"departure": {
"delay": 75,
"time": "1775559195"
},
"stopId": "FR:76217:ZE:18786:ATOUMOD005",
"stopSequence": 9
},
{
"arrival": {
"delay": -60,
"time": "1775560860"
},
"departure": {
"delay": -60,
"time": "1775560860"
},
"stopId": "FR:76217:ZE:18207:ATOUMOD005",
"stopSequence": 23
},
{
"arrival": {
"delay": 185,
"time": "1775559120"
},
"departure": {
"delay": 185,
"time": "1775559125"
},
"stopId": "FR:76217:ZE:18024:ATOUMOD005",
"stopSequence": 7
},
{
"arrival": {
"delay": 65,
"time": "1775559360"
},
"departure": {
"delay": 65,
"time": "1775559365"
},
"stopId": "FR:76217:ZE:18029:ATOUMOD005",
"stopSequence": 10
},
{
"arrival": {
"delay": 65,
"time": "1775559420"
},
"departure": {
"delay": 65,
"time": "1775559425"
},
"stopId": "FR:76217:ZE:18060:ATOUMOD005",
"stopSequence": 11
}
],
"timestamp": "1775560069",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD005:Line:1:LOC",
"tripId": "ATOUMOD005:ServiceJourney:549:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2471191:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 58,
"time": "1775563198"
},
"departure": {
"delay": 58,
"time": "1775563198"
},
"stopId": "FR:27528:ZE:0x6590:ATOUMOD006",
"stopSequence": 10
},
{
"arrival": {
"delay": 113,
"time": "1775564033"
},
"departure": {
"delay": 113,
"time": "1775564033"
},
"stopId": "FR:27375:ZE:0x6527:ATOUMOD006",
"stopSequence": 20
},
{
"arrival": {
"delay": 61,
"time": "1775563801"
},
"departure": {
"delay": 61,
"time": "1775563801"
},
"stopId": "FR:27351:ZE:0x6311:ATOUMOD006",
"stopSequence": 17
},
{
"arrival": {
"delay": 69,
"time": "1775563029"
},
"departure": {
"delay": 69,
"time": "1775563029"
},
"stopId": "FR:27528:ZE:0x6577:ATOUMOD006",
"stopSequence": 7
},
{
"arrival": {
"delay": 60,
"time": "1775562960"
},
"departure": {
"delay": 60,
"time": "1775562960"
},
"stopId": "FR:27701:ZE:0x7035:ATOUMOD006",
"stopSequence": 5
},
{
"arrival": {
"delay": 85,
"time": "1775563525"
},
"departure": {
"delay": 85,
"time": "1775563525"
},
"stopId": "FR:27701:ZE:0x7043:ATOUMOD006",
"stopSequence": 15
},
{
"arrival": {
"delay": -2717,
"time": "1775560063"
},
"departure": {
"delay": -2717,
"time": "1775560063"
},
"stopId": "FR:27701:ZE:0x7117:ATOUMOD006",
"stopSequence": 3
},
{
"arrival": {
"delay": -51,
"time": "1775564769"
},
"stopId": "FR:27375:ZE:0x6466:ATOUMOD006",
"stopSequence": 32
},
{
"arrival": {
"delay": 83,
"time": "1775564663"
},
"departure": {
"delay": 83,
"time": "1775564663"
},
"stopId": "FR:27375:ZE:0x6433:ATOUMOD006",
"stopSequence": 30
},
{
"departure": {
"delay": -2537,
"time": "1775560063"
},
"stopId": "FR:27701:ZE:0x7150:ATOUMOD006",
"stopSequence": 1
},
{
"arrival": {
"delay": 108,
"time": "1775564148"
},
"departure": {
"delay": 108,
"time": "1775564148"
},
"stopId": "FR:27375:ZE:0x6439:ATOUMOD006",
"stopSequence": 22
},
{
"arrival": {
"delay": 83,
"time": "1775563943"
},
"departure": {
"delay": 83,
"time": "1775563943"
},
"stopId": "FR:27351:ZE:0x6305:ATOUMOD006",
"stopSequence": 19
},
{
"arrival": {
"delay": 83,
"time": "1775564603"
},
"departure": {
"delay": 83,
"time": "1775564603"
},
"stopId": "FR:27375:ZE:0x6515:ATOUMOD006",
"stopSequence": 28
},
{
"arrival": {
"delay": 69,
"time": "1775563089"
},
"departure": {
"delay": 69,
"time": "1775563089"
},
"stopId": "FR:27528:ZE:0x6597:ATOUMOD006",
"stopSequence": 8
},
{
"arrival": {
"delay": 85,
"time": "1775563465"
},
"departure": {
"delay": 85,
"time": "1775563465"
},
"stopId": "FR:27701:ZE:0x6583:ATOUMOD006",
"stopSequence": 14
},
{
"arrival": {
"delay": 53,
"time": "1775563253"
},
"departure": {
"delay": 53,
"time": "1775563253"
},
"stopId": "FR:27528:ZE:0x6599:ATOUMOD006",
"stopSequence": 11
},
{
"arrival": {
"delay": 31,
"time": "1775563891"
},
"departure": {
"delay": 31,
"time": "1775563891"
},
"stopId": "FR:27351:ZE:0x6313:ATOUMOD006",
"stopSequence": 18
},
{
"arrival": {
"delay": -2777,
"time": "1775560063"
},
"departure": {
"delay": -2777,
"time": "1775560063"
},
"stopId": "FR:27701:ZE:0x7115:ATOUMOD006",
"stopSequence": 4
},
{
"arrival": {
"delay": 152,
"time": "1775564312"
},
"departure": {
"delay": 152,
"time": "1775564312"
},
"stopId": "FR:27375:ZE:0x6389:ATOUMOD006",
"stopSequence": 24
},
{
"arrival": {
"delay": 84,
"time": "1775564184"
},
"departure": {
"delay": 84,
"time": "1775564184"
},
"stopId": "FR:27375:ZE:0x6458:ATOUMOD006",
"stopSequence": 23
},
{
"arrival": {
"delay": 24,
"time": "1775564724"
},
"departure": {
"delay": 24,
"time": "1775564724"
},
"stopId": "FR:27375:ZE:0x6394:ATOUMOD006",
"stopSequence": 31
},
{
"arrival": {
"delay": 72,
"time": "1775562972"
},
"departure": {
"delay": 72,
"time": "1775562972"
},
"stopId": "FR:27701:ZE:0x7023:ATOUMOD006",
"stopSequence": 6
},
{
"arrival": {
"delay": 78,
"time": "1775564418"
},
"departure": {
"delay": 78,
"time": "1775564418"
},
"stopId": "FR:27375:ZE:0x6529:ATOUMOD006",
"stopSequence": 26
},
{
"arrival": {
"delay": 20,
"time": "1775563160"
},
"departure": {
"delay": 20,
"time": "1775563160"
},
"stopId": "FR:27528:ZE:0x6595:ATOUMOD006",
"stopSequence": 9
},
{
"arrival": {
"delay": 161,
"time": "1775564381"
},
"departure": {
"delay": 161,
"time": "1775564381"
},
"stopId": "FR:27375:ZE:0x6381:ATOUMOD006",
"stopSequence": 25
},
{
"arrival": {
"delay": 55,
"time": "1775563375"
},
"departure": {
"delay": 55,
"time": "1775563375"
},
"stopId": "FR:27528:ZE:0x6588:ATOUMOD006",
"stopSequence": 13
},
{
"arrival": {
"delay": 113,
"time": "1775564093"
},
"departure": {
"delay": 113,
"time": "1775564093"
},
"stopId": "FR:27375:ZE:0x6385:ATOUMOD006",
"stopSequence": 21
},
{
"arrival": {
"delay": 42,
"time": "1775563302"
},
"departure": {
"delay": 42,
"time": "1775563302"
},
"stopId": "FR:27528:ZE:0x6593:ATOUMOD006",
"stopSequence": 12
},
{
"arrival": {
"delay": 102,
"time": "1775563602"
},
"departure": {
"delay": 102,
"time": "1775563602"
},
"stopId": "FR:27701:ZE:0x7107:ATOUMOD006",
"stopSequence": 16
},
{
"arrival": {
"delay": 138,
"time": "1775564538"
},
"departure": {
"delay": 138,
"time": "1775564538"
},
"stopId": "FR:27375:ZE:0x6441:ATOUMOD006",
"stopSequence": 27
},
{
"arrival": {
"delay": -2657,
"time": "1775560063"
},
"departure": {
"delay": -2657,
"time": "1775560063"
},
"stopId": "FR:27701:ZE:0x7087:ATOUMOD006",
"stopSequence": 2
}
],
"timestamp": "1775560063",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD006:Line:2:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2471191:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4056568x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 32,
"time": "1775560712"
},
"departure": {
"delay": 32,
"time": "1775560712"
},
"stopId": "FR:76351:ZE:3674:ATOUMOD003",
"stopSequence": 7
},
{
"arrival": {
"time": "1775560560"
},
"departure": {
"time": "1775560560"
},
"stopId": "FR:76351:ZE:4470:ATOUMOD003",
"stopSequence": 5
},
{
"arrival": {
"delay": 1,
"time": "1775560501"
},
"departure": {
"delay": 1,
"time": "1775560501"
},
"stopId": "FR:76351:ZE:3222:ATOUMOD003",
"stopSequence": 4
},
{
"arrival": {
"time": "1775560860"
},
"departure": {
"time": "1775560860"
},
"stopId": "FR:76351:ZE:3478:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": 30,
"time": "1775562030"
},
"departure": {
"delay": 30,
"time": "1775562030"
},
"stopId": "FR:76351:ZE:3579:ATOUMOD003",
"stopSequence": 22
},
{
"departure": {
"time": "1775560260"
},
"stopId": "FR:76351:ZE:3639:ATOUMOD003",
"stopSequence": 1
},
{
"arrival": {
"delay": 11,
"time": "1775560811"
},
"departure": {
"delay": 11,
"time": "1775560811"
},
"stopId": "FR:76351:ZE:3040:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": 4,
"time": "1775560624"
},
"departure": {
"delay": 4,
"time": "1775560624"
},
"stopId": "FR:76351:ZE:3080:ATOUMOD003",
"stopSequence": 6
},
{
"arrival": {
"delay": 15,
"time": "1775561115"
},
"departure": {
"delay": 15,
"time": "1775561115"
},
"stopId": "FR:76351:ZE:3069:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 14,
"time": "1775561714"
},
"departure": {
"delay": 14,
"time": "1775561714"
},
"stopId": "FR:76351:ZE:3657:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 26,
"time": "1775560346"
},
"departure": {
"delay": 26,
"time": "1775560346"
},
"stopId": "FR:76351:ZE:3235:ATOUMOD003",
"stopSequence": 2
},
{
"arrival": {
"delay": 41,
"time": "1775561501"
},
"departure": {
"delay": 41,
"time": "1775561501"
},
"stopId": "FR:76351:ZE:3495:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"time": "1775562240"
},
"stopId": "FR:76351:ZE:4865:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": 15,
"time": "1775562075"
},
"departure": {
"delay": 15,
"time": "1775562075"
},
"stopId": "FR:76351:ZE:4768:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"time": "1775561220"
},
"departure": {
"time": "1775561220"
},
"stopId": "FR:76351:ZE:4652:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": 16,
"time": "1775561596"
},
"departure": {
"delay": 16,
"time": "1775561596"
},
"stopId": "FR:76351:ZE:3320:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": 37,
"time": "1775561317"
},
"departure": {
"delay": 37,
"time": "1775561317"
},
"stopId": "FR:76351:ZE:3571:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 20,
"time": "1775561000"
},
"departure": {
"delay": 20,
"time": "1775561000"
},
"stopId": "FR:76351:ZE:3491:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"time": "1775561880"
},
"departure": {
"time": "1775561880"
},
"stopId": "FR:76351:ZE:4640:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"time": "1775561640"
},
"departure": {
"time": "1775561640"
},
"stopId": "FR:76351:ZE:3188:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": 59,
"time": "1775561399"
},
"departure": {
"delay": 59,
"time": "1775561399"
},
"stopId": "FR:76351:ZE:3179:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": 18,
"time": "1775561958"
},
"departure": {
"delay": 18,
"time": "1775561958"
},
"stopId": "FR:76351:ZE:3280:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": 22,
"time": "1775560402"
},
"departure": {
"delay": 22,
"time": "1775560402"
},
"stopId": "FR:76351:ZE:3226:ATOUMOD003",
"stopSequence": 3
}
],
"timestamp": "1775559949",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:C2:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4056568x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD118:ServiceJourney:6:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 4233,
"time": "1775557833"
},
"stopId": "FR:27681:ZE:590:ATOUMOD118",
"stopSequence": 1
},
{
"arrival": {
"delay": -101,
"time": "1775554699"
},
"stopId": "FR:27285:ZE:587:ATOUMOD118",
"stopSequence": 3
},
{
"arrival": {
"delay": 6420,
"time": "1775554261"
},
"departure": {
"delay": 6420,
"time": "1775560440"
},
"stopId": "FR:27681:ZE:4007:ATOUMOD118",
"stopSequence": 2
}
],
"timestamp": "1775560016",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD118:Line:241:LOC",
"tripId": "ATOUMOD118:ServiceJourney:6:LOC"
}
}
},
{
"id": "SM:ATOUMOD005:ServiceJourney:519:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 60,
"time": "1775557500"
},
"departure": {
"delay": 60,
"time": "1775557560"
},
"stopId": "FR:76217:ZE:18029:ATOUMOD005",
"stopSequence": 10
},
{
"arrival": {
"time": "1775557800"
},
"departure": {
"time": "1775557860"
},
"stopId": "FR:76217:ZE:18086:ATOUMOD005",
"stopSequence": 13
},
{
"arrival": {
"delay": -55,
"time": "1775559300"
},
"departure": {
"delay": -55,
"time": "1775559305"
},
"stopId": "FR:76217:ZE:18205:ATOUMOD005",
"stopSequence": 27
},
{
"arrival": {
"time": "1775558220"
},
"departure": {
"time": "1775558280"
},
"stopId": "FR:76217:ZE:18106:ATOUMOD005",
"stopSequence": 15
},
{
"arrival": {
"delay": -115,
"time": "1775559600"
},
"departure": {
"delay": -115,
"time": "1775559605"
},
"stopId": "FR:76217:ZE:18242:ATOUMOD005",
"stopSequence": 31
},
{
"arrival": {
"delay": 15,
"time": "1775557690"
},
"departure": {
"delay": 15,
"time": "1775557695"
},
"stopId": "FR:76217:ZE:18055:ATOUMOD005",
"stopSequence": 12
},
{
"arrival": {
"delay": -55,
"time": "1775558640"
},
"departure": {
"delay": -55,
"time": "1775558645"
},
"stopId": "FR:76217:ZE:18079:ATOUMOD005",
"stopSequence": 19
},
{
"arrival": {
"delay": -115,
"time": "1775559360"
},
"departure": {
"delay": -115,
"time": "1775559365"
},
"stopId": "FR:76217:ZE:18174:ATOUMOD005",
"stopSequence": 28
},
{
"arrival": {
"delay": -55,
"time": "1775559120"
},
"departure": {
"delay": -55,
"time": "1775559125"
},
"stopId": "FR:76217:ZE:18163:ATOUMOD005",
"stopSequence": 24
},
{
"arrival": {
"delay": -55,
"time": "1775558760"
},
"departure": {
"delay": -55,
"time": "1775558765"
},
"stopId": "FR:76217:ZE:18103:ATOUMOD005",
"stopSequence": 20
},
{
"arrival": {
"delay": 125,
"time": "1775557260"
},
"departure": {
"delay": 125,
"time": "1775557265"
},
"stopId": "FR:76217:ZE:18024:ATOUMOD005",
"stopSequence": 7
},
{
"arrival": {
"time": "1775558400"
},
"departure": {
"time": "1775558520"
},
"stopId": "FR:76545:ZE:18026:ATOUMOD005",
"stopSequence": 17
},
{
"arrival": {
"delay": 125,
"time": "1775557440"
},
"departure": {
"delay": 125,
"time": "1775557445"
},
"stopId": "FR:76217:ZE:18786:ATOUMOD005",
"stopSequence": 9
},
{
"arrival": {
"delay": 125,
"time": "1775556960"
},
"departure": {
"delay": 125,
"time": "1775556965"
},
"stopId": "FR:76217:ZE:18039:ATOUMOD005",
"stopSequence": 4
},
{
"arrival": {
"delay": -55,
"time": "1775559180"
},
"departure": {
"delay": -55,
"time": "1775559185"
},
"stopId": "FR:76217:ZE:18186:ATOUMOD005",
"stopSequence": 25
},
{
"arrival": {
"delay": -60,
"time": "1775558100"
},
"departure": {
"delay": -60,
"time": "1775558160"
},
"stopId": "FR:76217:ZE:18076:ATOUMOD005",
"stopSequence": 14
},
{
"arrival": {
"delay": -115,
"time": "1775558340"
},
"departure": {
"delay": -115,
"time": "1775558345"
},
"stopId": "FR:76217:ZE:18058:ATOUMOD005",
"stopSequence": 16
},
{
"arrival": {
"time": "1775558940"
},
"departure": {
"time": "1775559000"
},
"stopId": "FR:76217:ZE:18188:ATOUMOD005",
"stopSequence": 21
},
{
"arrival": {
"delay": 120,
"time": "1775556720"
},
"departure": {
"delay": 120,
"time": "1775556780"
},
"stopId": "FR:76565:ZE:18285:ATOUMOD005",
"stopSequence": 2
},
{
"arrival": {
"delay": -175,
"time": "1775559660"
},
"departure": {
"delay": -175,
"time": "1775559665"
},
"stopId": "FR:76217:ZE:18191:ATOUMOD005",
"stopSequence": 32
},
{
"arrival": {
"delay": 125,
"time": "1775557020"
},
"departure": {
"delay": 125,
"time": "1775557025"
},
"stopId": "FR:76217:ZE:18072:ATOUMOD005",
"stopSequence": 5
},
{
"arrival": {
"delay": -50,
"time": "1775559005"
},
"departure": {
"delay": -50,
"time": "1775559010"
},
"stopId": "FR:76217:ZE:18195:ATOUMOD005",
"stopSequence": 22
},
{
"arrival": {
"delay": 125,
"time": "1775557680"
},
"departure": {
"delay": 125,
"time": "1775557685"
},
"stopId": "FR:76217:ZE:18060:ATOUMOD005",
"stopSequence": 11
},
{
"arrival": {
"delay": -50,
"time": "1775558525"
},
"departure": {
"delay": -50,
"time": "1775558530"
},
"stopId": "FR:76414:ZE:18132:ATOUMOD005",
"stopSequence": 18
},
{
"arrival": {
"delay": 125,
"time": "1775557320"
},
"departure": {
"delay": 125,
"time": "1775557325"
},
"stopId": "FR:76217:ZE:18053:ATOUMOD005",
"stopSequence": 8
},
{
"arrival": {
"delay": 125,
"time": "1775556840"
},
"departure": {
"delay": 125,
"time": "1775556845"
},
"stopId": "FR:76565:ZE:18255:ATOUMOD005",
"stopSequence": 3
},
{
"arrival": {
"delay": -55,
"time": "1775559060"
},
"departure": {
"delay": -55,
"time": "1775559065"
},
"stopId": "FR:76217:ZE:18207:ATOUMOD005",
"stopSequence": 23
},
{
"arrival": {
"delay": 60,
"time": "1775557080"
},
"departure": {
"delay": 60,
"time": "1775557140"
},
"stopId": "FR:76217:ZE:18023:ATOUMOD005",
"stopSequence": 6
},
{
"departure": {
"delay": -60,
"time": "1775556540"
},
"stopId": "FR:76565:ZE:18284:ATOUMOD005",
"stopSequence": 1
},
{
"arrival": {
"delay": -120,
"time": "1775559420"
},
"departure": {
"delay": -120,
"time": "1775559480"
},
"stopId": "FR:76217:ZE:18181:ATOUMOD005",
"stopSequence": 29
},
{
"arrival": {
"delay": -115,
"time": "1775559540"
},
"departure": {
"delay": -115,
"time": "1775559545"
},
"stopId": "FR:76217:ZE:18168:ATOUMOD005",
"stopSequence": 30
},
{
"arrival": {
"delay": -55,
"time": "1775559240"
},
"departure": {
"delay": -55,
"time": "1775559245"
},
"stopId": "FR:76217:ZE:18184:ATOUMOD005",
"stopSequence": 26
},
{
"arrival": {
"delay": -180,
"time": "1775559720"
},
"stopId": "FR:76217:ZE:18809:ATOUMOD005",
"stopSequence": 33
}
],
"timestamp": "1775559729",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD005:Line:1:LOC",
"tripId": "ATOUMOD005:ServiceJourney:519:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx288:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 308,
"time": "1775559008"
},
"departure": {
"delay": 308,
"time": "1775559008"
},
"stopId": "FR:76540:ZE:TCARxCHRUT1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 308,
"time": "1775559968"
},
"departure": {
"delay": 308,
"time": "1775559968"
},
"stopId": "FR:76540:ZE:TCARxGALI1:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 308,
"time": "1775558948"
},
"departure": {
"delay": 308,
"time": "1775558948"
},
"stopId": "FR:76540:ZE:TCARxMARTT1:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 58,
"time": "1775558098"
},
"departure": {
"delay": 58,
"time": "1775558098"
},
"stopId": "FR:76540:ZE:TCARxLUCIL1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 107,
"time": "1775557367"
},
"departure": {
"delay": 107,
"time": "1775557367"
},
"stopId": "FR:76410:ZE:TCARxDLUNE1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 42,
"time": "1775557722"
},
"departure": {
"delay": 42,
"time": "1775557722"
},
"stopId": "FR:76216:ZE:TCARxMAISO1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 677,
"time": "1775558297"
},
"departure": {
"delay": 677,
"time": "1775558897"
},
"stopId": "FR:76540:ZE:TCARxBELGE1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 67,
"time": "1775557973"
},
"departure": {
"delay": 67,
"time": "1775558047"
},
"stopId": "FR:76540:ZE:TCARxRIBOU1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 316,
"time": "1775559736"
},
"departure": {
"delay": 316,
"time": "1775559736"
},
"stopId": "FR:76540:ZE:TCARxCOUPE1:ATOUMOD001",
"stopSequence": 23
},
{
"departure": {
"delay": 57,
"time": "1775557197"
},
"stopId": "FR:76474:ZE:TCARxBMAIR1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 282,
"time": "1775559342"
},
"departure": {
"delay": 282,
"time": "1775559342"
},
"stopId": "FR:76540:ZE:TCARxDRIVI1:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 122,
"time": "1775558199"
},
"departure": {
"delay": 122,
"time": "1775558222"
},
"stopId": "FR:76540:ZE:TCARxPASPA1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 363,
"time": "1775559903"
},
"departure": {
"delay": 363,
"time": "1775559903"
},
"stopId": "FR:76540:ZE:TCARxPSALO1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": -3,
"time": "1775557857"
},
"departure": {
"delay": -3,
"time": "1775557857"
},
"stopId": "FR:76540:ZE:TCARxBAPEA1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 308,
"time": "1775559788"
},
"departure": {
"delay": 308,
"time": "1775559788"
},
"stopId": "FR:76540:ZE:TCARxSTCLA1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 326,
"time": "1775560046"
},
"departure": {
"delay": 326,
"time": "1775560046"
},
"stopId": "FR:76540:ZE:TCARxMAIS21:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 132,
"time": "1775557272"
},
"departure": {
"delay": 132,
"time": "1775557272"
},
"stopId": "FR:76474:ZE:TCARxMOULI1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 150,
"time": "1775557650"
},
"departure": {
"delay": 150,
"time": "1775557650"
},
"stopId": "FR:76216:ZE:TCARxPTPIE1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 308,
"time": "1775560148"
},
"departure": {
"delay": 308,
"time": "1775560148"
},
"stopId": "FR:76540:ZE:TCARxCHATL1:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 353,
"time": "1775559833"
},
"departure": {
"delay": 353,
"time": "1775559833"
},
"stopId": "FR:76540:ZE:TCARxMALRA1:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 308,
"time": "1775559548"
},
"departure": {
"delay": 308,
"time": "1775559548"
},
"stopId": "FR:76540:ZE:TCARxARGEN1:ATOUMOD001",
"stopSequence": 22
}
],
"timestamp": "1775557216",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx92:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx288:LOC"
}
}
},
{
"id": "SM:ATOUMOD008:ServiceJourney:9777x0:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775561940"
},
"departure": {
"time": "1775561940"
},
"stopId": "FR:76259:ZE:FECSLOU1:ATOUMOD008",
"stopSequence": 17
},
{
"arrival": {
"time": "1775561040"
},
"departure": {
"time": "1775561040"
},
"stopId": "FR:76259:ZE:FECHALL1:ATOUMOD008",
"stopSequence": 7
},
{
"arrival": {
"time": "1775560800"
},
"departure": {
"time": "1775560800"
},
"stopId": "FR:76259:ZE:FECCHUE1:ATOUMOD008",
"stopSequence": 4
},
{
"arrival": {
"time": "1775561640"
},
"departure": {
"time": "1775561640"
},
"stopId": "FR:76259:ZE:FECDESG1:ATOUMOD008",
"stopSequence": 14
},
{
"arrival": {
"time": "1775561520"
},
"departure": {
"time": "1775561520"
},
"stopId": "FR:76259:ZE:FECBROS1:ATOUMOD008",
"stopSequence": 12
},
{
"arrival": {
"time": "1775561100"
},
"departure": {
"time": "1775561100"
},
"stopId": "FR:76259:ZE:FECHVIL1:ATOUMOD008",
"stopSequence": 8
},
{
"arrival": {
"time": "1775560980"
},
"departure": {
"time": "1775560980"
},
"stopId": "FR:76259:ZE:FECCOUB1:ATOUMOD008",
"stopSequence": 6
},
{
"arrival": {
"time": "1775562120"
},
"stopId": "FR:76259:ZE:FECRLIL1:ATOUMOD008",
"stopSequence": 19
},
{
"arrival": {
"time": "1775562000"
},
"departure": {
"time": "1775562000"
},
"stopId": "FR:76259:ZE:FECPROV1:ATOUMOD008",
"stopSequence": 18
},
{
"arrival": {
"time": "1775560920"
},
"departure": {
"time": "1775560920"
},
"stopId": "FR:76259:ZE:FECJMAC1:ATOUMOD008",
"stopSequence": 5
},
{
"arrival": {
"time": "1775561880"
},
"departure": {
"time": "1775561880"
},
"stopId": "FR:76259:ZE:FECHYSO1:ATOUMOD008",
"stopSequence": 16
},
{
"arrival": {
"time": "1775560680"
},
"departure": {
"time": "1775560680"
},
"stopId": "FR:76259:ZE:FECMBLE1:ATOUMOD008",
"stopSequence": 3
},
{
"arrival": {
"time": "1775561280"
},
"departure": {
"time": "1775561280"
},
"stopId": "FR:76259:ZE:FECGARE1:ATOUMOD008",
"stopSequence": 10
},
{
"arrival": {
"time": "1775561700"
},
"departure": {
"time": "1775561700"
},
"stopId": "FR:76259:ZE:FECVIKI1:ATOUMOD008",
"stopSequence": 15
},
{
"arrival": {
"time": "1775561340"
},
"departure": {
"time": "1775561340"
},
"stopId": "FR:76259:ZE:FECSETI1:ATOUMOD008",
"stopSequence": 11
},
{
"arrival": {
"time": "1775560380"
},
"departure": {
"time": "1775560380"
},
"stopId": "FR:76259:ZE:FECJVER1:ATOUMOD008",
"stopSequence": 2
},
{
"arrival": {
"time": "1775561160"
},
"departure": {
"time": "1775561160"
},
"stopId": "FR:76259:ZE:FECBREP1:ATOUMOD008",
"stopSequence": 9
},
{
"departure": {
"time": "1775560320"
},
"stopId": "FR:76259:ZE:FECHOPI1:ATOUMOD008",
"stopSequence": 1
},
{
"arrival": {
"time": "1775561580"
},
"departure": {
"time": "1775561580"
},
"stopId": "FR:76259:ZE:FECNICO1:ATOUMOD008",
"stopSequence": 13
}
],
"timestamp": "1775560081",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD008:Line:L01:LOC",
"tripId": "ATOUMOD008:ServiceJourney:9777x0:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN3341F405248x2026x03x29T20x55x37Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775570460"
},
"stopId": "FR:14118:ZE:StopPointxOCETrainxTERx87444000:ATOUMOD002",
"stopSequence": 12
},
{
"arrival": {
"time": "1775566620"
},
"departure": {
"time": "1775566740"
},
"stopId": "FR:27229:ZE:StopPointxOCETrainxTERx87387001:ATOUMOD002",
"stopSequence": 5
},
{
"arrival": {
"time": "1775569080"
},
"departure": {
"time": "1775569140"
},
"stopId": "FR:14366:ZE:StopPointxOCETrainxTERx87444265:ATOUMOD002",
"stopSequence": 9
},
{
"arrival": {
"time": "1775568180"
},
"departure": {
"time": "1775568240"
},
"stopId": "FR:27056:ZE:StopPointxOCETrainxTERx87444299:ATOUMOD002",
"stopSequence": 7
},
{
"departure": {
"time": "1775562960"
},
"stopId": "FR:75108:ZE:StopPointxOCETrainxTERx87384008:ATOUMOD002",
"stopSequence": 3
}
],
"timestamp": "1775559356",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD002:Line:FRxLinexx0ce8180cx0fb6x4cc1x80bax53782622a5cex:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN3341F405248x2026x03x29T20x55x37Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746208x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 239,
"time": "1775543986"
},
"departure": {
"delay": 239,
"time": "1775543999"
},
"stopId": "FR:50129:ZE:10SFN2:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"delay": 318,
"time": "1775544438"
},
"stopId": "FR:50129:ZE:10MAX1:ATOUMOD035",
"stopSequence": 50
},
{
"arrival": {
"delay": 332,
"time": "1775544379"
},
"departure": {
"delay": 332,
"time": "1775544392"
},
"stopId": "FR:50129:ZE:10EPH1:ATOUMOD035",
"stopSequence": 49
},
{
"arrival": {
"delay": 257,
"time": "1775543645"
},
"departure": {
"delay": 257,
"time": "1775543657"
},
"stopId": "FR:50129:ZE:10PRE2:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": 114,
"time": "1775542657"
},
"departure": {
"delay": 114,
"time": "1775542674"
},
"stopId": "FR:50129:ZE:10HDI4:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 167,
"time": "1775543176"
},
"departure": {
"delay": 167,
"time": "1775543207"
},
"stopId": "FR:50129:ZE:10LAV2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 333,
"time": "1775544297"
},
"departure": {
"delay": 333,
"time": "1775544333"
},
"stopId": "FR:50129:ZE:10SFG2:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"delay": 123,
"time": "1775542409"
},
"departure": {
"delay": 123,
"time": "1775542443"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 85,
"time": "1775542736"
},
"departure": {
"delay": 85,
"time": "1775542765"
},
"stopId": "FR:50129:ZE:10REP4:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 76,
"time": "1775541965"
},
"departure": {
"delay": 76,
"time": "1775541976"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 241,
"time": "1775544015"
},
"departure": {
"delay": 241,
"time": "1775544061"
},
"stopId": "FR:50129:ZE:10ALB2:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"delay": 66,
"time": "1775541256"
},
"departure": {
"delay": 66,
"time": "1775541306"
},
"stopId": "FR:50129:ZE:10ART2:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 166,
"time": "1775543113"
},
"departure": {
"delay": 166,
"time": "1775543146"
},
"stopId": "FR:50129:ZE:10AGO2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 239,
"time": "1775543716"
},
"departure": {
"delay": 239,
"time": "1775543759"
},
"stopId": "FR:50129:ZE:10BON2:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": 336,
"time": "1775544219"
},
"departure": {
"delay": 336,
"time": "1775544276"
},
"stopId": "FR:50129:ZE:10COF2:ATOUMOD035",
"stopSequence": 47
},
{
"arrival": {
"delay": 56,
"time": "1775541502"
},
"departure": {
"delay": 56,
"time": "1775541536"
},
"stopId": "FR:50129:ZE:10JMO2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 67,
"time": "1775541468"
},
"departure": {
"delay": 67,
"time": "1775541487"
},
"stopId": "FR:50129:ZE:10LLM2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 38,
"time": "1775540938"
},
"departure": {
"delay": 38,
"time": "1775540978"
},
"stopId": "FR:50129:ZE:10RSX2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 32,
"time": "1775540708"
},
"departure": {
"delay": 32,
"time": "1775540732"
},
"stopId": "FR:50129:ZE:10JGO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 126,
"time": "1775541893"
},
"departure": {
"delay": 126,
"time": "1775541906"
},
"stopId": "FR:50129:ZE:10THH4:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 178,
"time": "1775543249"
},
"departure": {
"delay": 178,
"time": "1775543278"
},
"stopId": "FR:50129:ZE:10DUB2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 226,
"time": "1775543468"
},
"departure": {
"delay": 226,
"time": "1775543506"
},
"stopId": "FR:50129:ZE:10LON2:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 78,
"time": "1775541402"
},
"departure": {
"delay": 78,
"time": "1775541438"
},
"stopId": "FR:50129:ZE:10BRO2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 123,
"time": "1775541653"
},
"departure": {
"delay": 123,
"time": "1775541723"
},
"stopId": "FR:50129:ZE:10BHC2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 219,
"time": "1775543826"
},
"departure": {
"delay": 219,
"time": "1775543859"
},
"stopId": "FR:50129:ZE:10HOU2:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": 155,
"time": "1775542554"
},
"departure": {
"delay": 155,
"time": "1775542595"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 38,
"time": "1775540818"
},
"departure": {
"delay": 38,
"time": "1775540858"
},
"stopId": "FR:50129:ZE:10COS2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 93,
"time": "1775541176"
},
"departure": {
"delay": 93,
"time": "1775541213"
},
"stopId": "FR:50129:ZE:10JEA2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 94,
"time": "1775542138"
},
"departure": {
"delay": 94,
"time": "1775542174"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 143,
"time": "1775542989"
},
"departure": {
"delay": 143,
"time": "1775543003"
},
"stopId": "FR:50129:ZE:10BEL2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 180,
"time": "1775543377"
},
"departure": {
"delay": 180,
"time": "1775543400"
},
"stopId": "FR:50129:ZE:10ZOL2:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 86,
"time": "1775542785"
},
"departure": {
"delay": 86,
"time": "1775542826"
},
"stopId": "FR:50129:ZE:10TRA6:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 227,
"time": "1775543769"
},
"departure": {
"delay": 227,
"time": "1775543807"
},
"stopId": "FR:50129:ZE:10BRT2:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"delay": 119,
"time": "1775542225"
},
"departure": {
"delay": 119,
"time": "1775542259"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 65,
"time": "1775541231"
},
"departure": {
"delay": 65,
"time": "1775541245"
},
"stopId": "FR:50129:ZE:10ZPH2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 85,
"time": "1775542313"
},
"departure": {
"delay": 85,
"time": "1775542345"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 202,
"time": "1775543526"
},
"departure": {
"delay": 202,
"time": "1775543542"
},
"stopId": "FR:50129:ZE:10BHE2:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 221,
"time": "1775543895"
},
"departure": {
"delay": 221,
"time": "1775543921"
},
"stopId": "FR:50129:ZE:10CAR2:ATOUMOD035",
"stopSequence": 44
},
{
"arrival": {
"delay": 163,
"time": "1775543043"
},
"departure": {
"delay": 163,
"time": "1775543083"
},
"stopId": "FR:50129:ZE:10HOM2:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 132,
"time": "1775542885"
},
"departure": {
"delay": 132,
"time": "1775542932"
},
"stopId": "FR:50129:ZE:10HUI2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 111,
"time": "1775541556"
},
"departure": {
"delay": 111,
"time": "1775541591"
},
"stopId": "FR:50129:ZE:10LUM2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 129,
"time": "1775542464"
},
"departure": {
"delay": 129,
"time": "1775542509"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 278,
"time": "1775543580"
},
"departure": {
"delay": 278,
"time": "1775543618"
},
"stopId": "FR:50129:ZE:10CPL2:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"delay": 36,
"time": "1775540879"
},
"departure": {
"delay": 36,
"time": "1775540916"
},
"stopId": "FR:50129:ZE:10CVE2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 73,
"time": "1775541074"
},
"departure": {
"delay": 73,
"time": "1775541133"
},
"stopId": "FR:50129:ZE:10NOR4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 138,
"time": "1775541764"
},
"departure": {
"delay": 138,
"time": "1775541798"
},
"stopId": "FR:50129:ZE:10LCP2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 16,
"time": "1775540997"
},
"departure": {
"delay": 16,
"time": "1775541016"
},
"stopId": "FR:50129:ZE:10MGT2:ATOUMOD035",
"stopSequence": 6
},
{
"departure": {
"delay": 12,
"time": "1775540652"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 211,
"time": "1775543665"
},
"departure": {
"delay": 211,
"time": "1775543671"
},
"stopId": "FR:50129:ZE:10ARA2:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"delay": 56,
"time": "1775541030"
},
"departure": {
"delay": 56,
"time": "1775541056"
},
"stopId": "FR:50129:ZE:10MYO2:ATOUMOD035",
"stopSequence": 7
}
],
"timestamp": "1775560076",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746208x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx8545:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -19219,
"time": "1775557697"
},
"departure": {
"delay": -19219,
"time": "1775557721"
},
"stopId": "FR:76681:ZE:TCARxDIOCT2:ATOUMOD001",
"stopSequence": 8
},
{
"departure": {
"delay": -19219,
"time": "1775557121"
},
"stopId": "FR:76575:ZE:TCARxTECHN4:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": -19323,
"time": "1775559417"
},
"stopId": "FR:76540:ZE:TCARxMCURIE:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": -19263,
"time": "1775558397"
},
"departure": {
"delay": -19263,
"time": "1775558397"
},
"stopId": "FR:76540:ZE:TCARxVXMAR2:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": -19391,
"time": "1775558929"
},
"departure": {
"delay": -19391,
"time": "1775558929"
},
"stopId": "FR:76540:ZE:TCARxTMARV2:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": -19175,
"time": "1775557825"
},
"departure": {
"delay": -19175,
"time": "1775557825"
},
"stopId": "FR:76498:ZE:TCARxNOVET2:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": -19319,
"time": "1775559100"
},
"departure": {
"delay": -19319,
"time": "1775559121"
},
"stopId": "FR:76540:ZE:TCARxCHRUT2:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": -19539,
"time": "1775558721"
},
"departure": {
"delay": -19539,
"time": "1775558721"
},
"stopId": "FR:76540:ZE:TCARxBOU7:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": -19169,
"time": "1775558046"
},
"departure": {
"delay": -19169,
"time": "1775558071"
},
"stopId": "FR:76540:ZE:TCARxLOPOT2:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": -19234,
"time": "1775557346"
},
"departure": {
"delay": -19234,
"time": "1775557346"
},
"stopId": "FR:76575:ZE:TCARxZENIT2:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": -19434,
"time": "1775558646"
},
"departure": {
"delay": -19434,
"time": "1775558646"
},
"stopId": "FR:76540:ZE:TCARxBEAUT2:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": -19204,
"time": "1775557196"
},
"departure": {
"delay": -19204,
"time": "1775557196"
},
"stopId": "FR:76575:ZE:TCARxCORBU1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -19264,
"time": "1775558456"
},
"departure": {
"delay": -19264,
"time": "1775558456"
},
"stopId": "FR:76540:ZE:TCARxCAUCT2:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": -19334,
"time": "1775559026"
},
"departure": {
"delay": -19334,
"time": "1775559046"
},
"stopId": "FR:76540:ZE:TCARxHILAI2:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": -19329,
"time": "1775558549"
},
"departure": {
"delay": -19329,
"time": "1775558571"
},
"stopId": "FR:76540:ZE:TCARxGARET2:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": -19169,
"time": "1775557471"
},
"departure": {
"delay": -19169,
"time": "1775557471"
},
"stopId": "FR:76575:ZE:TCARxSANDT2:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": -19217,
"time": "1775557603"
},
"departure": {
"delay": -19217,
"time": "1775557603"
},
"stopId": "FR:76575:ZE:TCARxCBRUT2:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": -19198,
"time": "1775558222"
},
"departure": {
"delay": -19198,
"time": "1775558222"
},
"stopId": "FR:76540:ZE:TCARxORLET2:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": -19176,
"time": "1775557524"
},
"departure": {
"delay": -19176,
"time": "1775557524"
},
"stopId": "FR:76575:ZE:TCARxSTENT2:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": -19174,
"time": "1775557946"
},
"departure": {
"delay": -19174,
"time": "1775557946"
},
"stopId": "FR:76498:ZE:TCARxCHART2:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": -19287,
"time": "1775559273"
},
"departure": {
"delay": -19287,
"time": "1775559273"
},
"stopId": "FR:76540:ZE:TCARxSANTE2:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": -19154,
"time": "1775558146"
},
"departure": {
"delay": -19154,
"time": "1775558146"
},
"stopId": "FR:76540:ZE:TCARxCAFT2:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": -19254,
"time": "1775558325"
},
"departure": {
"delay": -19254,
"time": "1775558346"
},
"stopId": "FR:76540:ZE:TCARxBELGE4:ATOUMOD001",
"stopSequence": 14
}
],
"timestamp": "1775557137",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx94:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx8545:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN852058F387788x2026x03x28T21x09x34Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775557500"
},
"departure": {
"time": "1775557560"
},
"stopId": "FR:76561:ZE:StopPointxOCETrainxTERx87411173:ATOUMOD002",
"stopSequence": 12
},
{
"arrival": {
"time": "1775558160"
},
"departure": {
"time": "1775558220"
},
"stopId": "FR:27105:ZE:StopPointxOCETrainxTERx87415323:ATOUMOD002",
"stopSequence": 14
},
{
"arrival": {
"time": "1775559060"
},
"departure": {
"time": "1775559120"
},
"stopId": "FR:27116:ZE:StopPointxOCETrainxTERx87415364:ATOUMOD002",
"stopSequence": 16
},
{
"arrival": {
"time": "1775560980"
},
"departure": {
"time": "1775561040"
},
"stopId": "FR:14366:ZE:StopPointxOCETrainxTERx87444265:ATOUMOD002",
"stopSequence": 22
},
{
"arrival": {
"time": "1775559540"
},
"departure": {
"time": "1775559600"
},
"stopId": "FR:27622:ZE:StopPointxOCETrainxTERx87444315:ATOUMOD002",
"stopSequence": 18
},
{
"arrival": {
"time": "1775560020"
},
"departure": {
"time": "1775560080"
},
"stopId": "FR:27056:ZE:StopPointxOCETrainxTERx87444299:ATOUMOD002",
"stopSequence": 20
},
{
"arrival": {
"time": "1775561940"
},
"departure": {
"time": "1775562000"
},
"stopId": "FR:14431:ZE:StopPointxOCETrainxTERx87444208:ATOUMOD002",
"stopSequence": 24
},
{
"departure": {
"time": "1775556660"
},
"stopId": "FR:76540:ZE:StopPointxOCETrainxTERx87411017:ATOUMOD002",
"stopSequence": 10
},
{
"arrival": {
"time": "1775562840"
},
"stopId": "FR:14118:ZE:StopPointxOCETrainxTERx87444000:ATOUMOD002",
"stopSequence": 25
}
],
"timestamp": "1775553055",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD002:Line:FRxLinexxA6CE6325x08D1x4C25x9D15x15C2DC5E7BD0x:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN852058F387788x2026x03x28T21x09x34Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3758434x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 88,
"time": "1775545079"
},
"departure": {
"delay": 88,
"time": "1775545108"
},
"stopId": "FR:50041:ZE:HAGBG2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 218,
"time": "1775544389"
},
"departure": {
"delay": 218,
"time": "1775544398"
},
"stopId": "FR:50129:ZE:10LSA2:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 192,
"time": "1775544042"
},
"departure": {
"delay": 192,
"time": "1775544072"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 206,
"time": "1775543672"
},
"departure": {
"delay": 206,
"time": "1775543726"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 117,
"time": "1775545566"
},
"departure": {
"delay": 117,
"time": "1775545617"
},
"stopId": "FR:50041:ZE:HAGGR2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 107,
"time": "1775545154"
},
"departure": {
"delay": 107,
"time": "1775545187"
},
"stopId": "FR:50041:ZE:HAGMF2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 252,
"time": "1775544759"
},
"departure": {
"delay": 252,
"time": "1775544792"
},
"stopId": "FR:50129:ZE:10DIX2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 271,
"time": "1775546154"
},
"departure": {
"delay": 271,
"time": "1775546191"
},
"stopId": "FR:50041:ZE:HAGMA2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 204,
"time": "1775543861"
},
"departure": {
"delay": 204,
"time": "1775543904"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 243,
"time": "1775546271"
},
"departure": {
"delay": 243,
"time": "1775546283"
},
"stopId": "FR:50041:ZE:HAGCC2:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 260,
"time": "1775544515"
},
"departure": {
"delay": 260,
"time": "1775544560"
},
"stopId": "FR:50129:ZE:10CAQ2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 202,
"time": "1775543983"
},
"departure": {
"delay": 202,
"time": "1775544022"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 313,
"time": "1775546070"
},
"departure": {
"delay": 313,
"time": "1775546113"
},
"stopId": "FR:50041:ZE:HAGFY2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 209,
"time": "1775544675"
},
"departure": {
"delay": 209,
"time": "1775544689"
},
"stopId": "FR:50129:ZE:10PET2:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 271,
"time": "1775544151"
},
"departure": {
"delay": 271,
"time": "1775544211"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 106,
"time": "1775546506"
},
"stopId": "FR:50041:ZE:HAGOLL:ATOUMOD035",
"stopSequence": 21
},
{
"departure": {
"delay": 43,
"time": "1775543443"
},
"stopId": "FR:50129:ZE:10PEM4:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 136,
"time": "1775544851"
},
"departure": {
"delay": 136,
"time": "1775544856"
},
"stopId": "FR:50129:ZE:QQVPL1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 183,
"time": "1775543781"
},
"departure": {
"delay": 183,
"time": "1775543823"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 234,
"time": "1775544618"
},
"departure": {
"delay": 234,
"time": "1775544654"
},
"stopId": "FR:50129:ZE:10HME2:ATOUMOD035",
"stopSequence": 10
}
],
"timestamp": "1775560078",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:A:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3758434x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745211x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 39,
"time": "1775560037"
},
"departure": {
"delay": 39,
"time": "1775560059"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 20,
"time": "1775560580"
},
"departure": {
"delay": 20,
"time": "1775560580"
},
"stopId": "FR:50129:ZE:10PFO1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 20,
"time": "1775560100"
},
"departure": {
"delay": 20,
"time": "1775560100"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 53,
"time": "1775559965"
},
"departure": {
"delay": 53,
"time": "1775560013"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 20,
"time": "1775561120"
},
"departure": {
"delay": 20,
"time": "1775561120"
},
"stopId": "FR:50129:ZE:10EGL1:ATOUMOD035",
"stopSequence": 17
},
{
"departure": {
"delay": 96,
"time": "1775559696"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 20,
"time": "1775561000"
},
"departure": {
"delay": 20,
"time": "1775561000"
},
"stopId": "FR:50129:ZE:10PRV1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 74,
"time": "1775559874"
},
"departure": {
"delay": 74,
"time": "1775559914"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 20,
"time": "1775560460"
},
"departure": {
"delay": 20,
"time": "1775560460"
},
"stopId": "FR:50129:ZE:10FOR3:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 20,
"time": "1775560160"
},
"departure": {
"delay": 20,
"time": "1775560160"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 20,
"time": "1775561060"
},
"departure": {
"delay": 20,
"time": "1775561060"
},
"stopId": "FR:50129:ZE:10OLY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 20,
"time": "1775560700"
},
"departure": {
"delay": 20,
"time": "1775560700"
},
"stopId": "FR:50129:ZE:10RTU1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 20,
"time": "1775561360"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 20,
"time": "1775560940"
},
"departure": {
"delay": 20,
"time": "1775560940"
},
"stopId": "FR:50129:ZE:10ANJ5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 20,
"time": "1775560880"
},
"departure": {
"delay": 20,
"time": "1775560880"
},
"stopId": "FR:50129:ZE:10BQR1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 20,
"time": "1775560760"
},
"departure": {
"delay": 20,
"time": "1775560760"
},
"stopId": "FR:50129:ZE:10BRA3:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 20,
"time": "1775560340"
},
"departure": {
"delay": 20,
"time": "1775560340"
},
"stopId": "FR:50129:ZE:10CRC3:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 42,
"time": "1775559755"
},
"departure": {
"delay": 42,
"time": "1775559822"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 20,
"time": "1775561180"
},
"departure": {
"delay": 20,
"time": "1775561180"
},
"stopId": "FR:50129:ZE:10AMO1:ATOUMOD035",
"stopSequence": 18
}
],
"timestamp": "1775560077",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1B:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745211x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745176x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 336,
"time": "1775559646"
},
"departure": {
"delay": 336,
"time": "1775559696"
},
"stopId": "FR:50129:ZE:10PRV2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 260,
"time": "1775560160"
},
"departure": {
"delay": 260,
"time": "1775560160"
},
"stopId": "FR:50129:ZE:10FOR4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 260,
"time": "1775560340"
},
"departure": {
"delay": 260,
"time": "1775560340"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 260,
"time": "1775560640"
},
"departure": {
"delay": 260,
"time": "1775560640"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 337,
"time": "1775559722"
},
"departure": {
"delay": 337,
"time": "1775559757"
},
"stopId": "FR:50129:ZE:10ANJ6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 260,
"time": "1775561000"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 20
},
{
"departure": {
"delay": 354,
"time": "1775559354"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 260,
"time": "1775560580"
},
"departure": {
"delay": 260,
"time": "1775560580"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 260,
"time": "1775560760"
},
"departure": {
"delay": 260,
"time": "1775560760"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 306,
"time": "1775559890"
},
"departure": {
"delay": 306,
"time": "1775559906"
},
"stopId": "FR:50129:ZE:10BRA4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 260,
"time": "1775560460"
},
"departure": {
"delay": 260,
"time": "1775560460"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 321,
"time": "1775559459"
},
"departure": {
"delay": 321,
"time": "1775559501"
},
"stopId": "FR:50129:ZE:10AMO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 260,
"time": "1775560520"
},
"departure": {
"delay": 260,
"time": "1775560520"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 360,
"time": "1775559801"
},
"departure": {
"delay": 360,
"time": "1775559840"
},
"stopId": "FR:50129:ZE:10BQR2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 327,
"time": "1775559524"
},
"departure": {
"delay": 327,
"time": "1775559567"
},
"stopId": "FR:50129:ZE:10EGL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 288,
"time": "1775560002"
},
"departure": {
"delay": 288,
"time": "1775560068"
},
"stopId": "FR:50129:ZE:10PFO2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 321,
"time": "1775559584"
},
"departure": {
"delay": 321,
"time": "1775559621"
},
"stopId": "FR:50129:ZE:10OYG2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 309,
"time": "1775559930"
},
"departure": {
"delay": 309,
"time": "1775559969"
},
"stopId": "FR:50129:ZE:10RTU2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 260,
"time": "1775560220"
},
"departure": {
"delay": 260,
"time": "1775560220"
},
"stopId": "FR:50129:ZE:10CRC4:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 260,
"time": "1775560880"
},
"departure": {
"delay": 260,
"time": "1775560880"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 19
}
],
"timestamp": "1775560076",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1A:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745176x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4255643x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 226,
"time": "1775559646"
},
"stopId": "FR:76447:ZE:3108:ATOUMOD003",
"stopSequence": 7
},
{
"departure": {
"delay": 226,
"time": "1775559706"
},
"stopId": "FR:76447:ZE:3221:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": 261,
"time": "1775562141"
},
"departure": {
"delay": 261,
"time": "1775562141"
},
"stopId": "FR:76341:ZE:4431:ATOUMOD003",
"stopSequence": 34
},
{
"arrival": {
"delay": 286,
"time": "1775560186"
},
"departure": {
"delay": 286,
"time": "1775560186"
},
"stopId": "FR:76351:ZE:3116:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 298,
"time": "1775562298"
},
"departure": {
"delay": 298,
"time": "1775562298"
},
"stopId": "FR:76341:ZE:3060:ATOUMOD003",
"stopSequence": 38
},
{
"arrival": {
"delay": 295,
"time": "1775560735"
},
"departure": {
"delay": 295,
"time": "1775560735"
},
"stopId": "FR:76351:ZE:4367:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 261,
"time": "1775560221"
},
"departure": {
"delay": 261,
"time": "1775560221"
},
"stopId": "FR:76351:ZE:3164:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": 308,
"time": "1775561828"
},
"departure": {
"delay": 308,
"time": "1775561828"
},
"stopId": "FR:76351:ZE:4984:ATOUMOD003",
"stopSequence": 33
},
{
"arrival": {
"delay": 261,
"time": "1775562261"
},
"departure": {
"delay": 261,
"time": "1775562261"
},
"stopId": "FR:76341:ZE:3244:ATOUMOD003",
"stopSequence": 37
},
{
"arrival": {
"delay": 317,
"time": "1775562677"
},
"departure": {
"delay": 317,
"time": "1775562677"
},
"stopId": "FR:76305:ZE:3190:ATOUMOD003",
"stopSequence": 43
},
{
"arrival": {
"delay": 275,
"time": "1775562215"
},
"departure": {
"delay": 275,
"time": "1775562215"
},
"stopId": "FR:76341:ZE:3581:ATOUMOD003",
"stopSequence": 36
},
{
"arrival": {
"delay": 313,
"time": "1775561353"
},
"departure": {
"delay": 313,
"time": "1775561353"
},
"stopId": "FR:76351:ZE:3076:ATOUMOD003",
"stopSequence": 26
},
{
"arrival": {
"delay": 276,
"time": "1775560116"
},
"departure": {
"delay": 276,
"time": "1775560116"
},
"stopId": "FR:76351:ZE:3502:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": 261,
"time": "1775561241"
},
"departure": {
"delay": 261,
"time": "1775561241"
},
"stopId": "FR:76351:ZE:3153:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": 289,
"time": "1775560309"
},
"departure": {
"delay": 289,
"time": "1775560309"
},
"stopId": "FR:76351:ZE:3595:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 319,
"time": "1775562859"
},
"departure": {
"delay": 319,
"time": "1775562859"
},
"stopId": "FR:76305:ZE:4478:ATOUMOD003",
"stopSequence": 46
},
{
"arrival": {
"delay": 313,
"time": "1775560813"
},
"departure": {
"delay": 313,
"time": "1775560813"
},
"stopId": "FR:76351:ZE:3368:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": 307,
"time": "1775561527"
},
"departure": {
"delay": 307,
"time": "1775561527"
},
"stopId": "FR:76351:ZE:3673:ATOUMOD003",
"stopSequence": 29
},
{
"arrival": {
"delay": 264,
"time": "1775561604"
},
"departure": {
"delay": 264,
"time": "1775561604"
},
"stopId": "FR:76351:ZE:3079:ATOUMOD003",
"stopSequence": 30
},
{
"arrival": {
"delay": 261,
"time": "1775562621"
},
"departure": {
"delay": 261,
"time": "1775562621"
},
"stopId": "FR:76305:ZE:3098:ATOUMOD003",
"stopSequence": 42
},
{
"arrival": {
"delay": 276,
"time": "1775562336"
},
"departure": {
"delay": 276,
"time": "1775562336"
},
"stopId": "FR:76305:ZE:3149:ATOUMOD003",
"stopSequence": 39
},
{
"departure": {
"delay": 166,
"time": "1775559766"
},
"stopId": "FR:76447:ZE:3347:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": 261,
"time": "1775562381"
},
"departure": {
"delay": 261,
"time": "1775562381"
},
"stopId": "FR:76305:ZE:3440:ATOUMOD003",
"stopSequence": 40
},
{
"arrival": {
"delay": 261,
"time": "1775561481"
},
"departure": {
"delay": 261,
"time": "1775561481"
},
"stopId": "FR:76351:ZE:3038:ATOUMOD003",
"stopSequence": 28
},
{
"arrival": {
"delay": 268,
"time": "1775562808"
},
"departure": {
"delay": 268,
"time": "1775562808"
},
"stopId": "FR:76305:ZE:3575:ATOUMOD003",
"stopSequence": 45
},
{
"departure": {
"delay": 255,
"time": "1775559315"
},
"stopId": "FR:76447:ZE:3443:ATOUMOD003",
"stopSequence": 1
},
{
"departure": {
"delay": 225,
"time": "1775559465"
},
"stopId": "FR:76447:ZE:3147:ATOUMOD003",
"stopSequence": 4
},
{
"arrival": {
"delay": 316,
"time": "1775560876"
},
"departure": {
"delay": 316,
"time": "1775560876"
},
"stopId": "FR:76351:ZE:5159:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": 216,
"time": "1775559816"
},
"departure": {
"delay": 216,
"time": "1775559816"
},
"stopId": "FR:76341:ZE:3352:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": 261,
"time": "1775560641"
},
"departure": {
"delay": 261,
"time": "1775560641"
},
"stopId": "FR:76351:ZE:4298:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": 282,
"time": "1775561442"
},
"departure": {
"delay": 282,
"time": "1775561442"
},
"stopId": "FR:76351:ZE:3572:ATOUMOD003",
"stopSequence": 27
},
{
"departure": {
"delay": 243,
"time": "1775559543"
},
"stopId": "FR:76447:ZE:3435:ATOUMOD003",
"stopSequence": 5
},
{
"arrival": {
"delay": 315,
"time": "1775561295"
},
"departure": {
"delay": 315,
"time": "1775561295"
},
"stopId": "FR:76351:ZE:4849:ATOUMOD003",
"stopSequence": 25
},
{
"arrival": {
"delay": 307,
"time": "1775562967"
},
"departure": {
"delay": 307,
"time": "1775562967"
},
"stopId": "FR:76305:ZE:4480:ATOUMOD003",
"stopSequence": 48
},
{
"arrival": {
"delay": 261,
"time": "1775561181"
},
"departure": {
"delay": 261,
"time": "1775561181"
},
"stopId": "FR:76351:ZE:3163:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": 261,
"time": "1775561721"
},
"departure": {
"delay": 261,
"time": "1775561721"
},
"stopId": "FR:76351:ZE:3048:ATOUMOD003",
"stopSequence": 32
},
{
"arrival": {
"delay": 294,
"time": "1775562414"
},
"departure": {
"delay": 294,
"time": "1775562414"
},
"stopId": "FR:76305:ZE:4833:ATOUMOD003",
"stopSequence": 41
},
{
"arrival": {
"delay": 274,
"time": "1775560414"
},
"departure": {
"delay": 274,
"time": "1775560414"
},
"stopId": "FR:76351:ZE:3137:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": 319,
"time": "1775561119"
},
"departure": {
"delay": 319,
"time": "1775561119"
},
"stopId": "FR:76351:ZE:3042:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": 309,
"time": "1775562909"
},
"departure": {
"delay": 309,
"time": "1775562909"
},
"stopId": "FR:76305:ZE:4479:ATOUMOD003",
"stopSequence": 47
},
{
"arrival": {
"delay": 261,
"time": "1775563041"
},
"stopId": "FR:76305:ZE:3922:ATOUMOD003",
"stopSequence": 49
},
{
"departure": {
"delay": 319,
"time": "1775559979"
},
"stopId": "FR:76341:ZE:3065:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 288,
"time": "1775562768"
},
"departure": {
"delay": 288,
"time": "1775562768"
},
"stopId": "FR:76305:ZE:3683:ATOUMOD003",
"stopSequence": 44
},
{
"arrival": {
"delay": 261,
"time": "1775562201"
},
"departure": {
"delay": 261,
"time": "1775562201"
},
"stopId": "FR:76341:ZE:4570:ATOUMOD003",
"stopSequence": 35
},
{
"arrival": {
"delay": 261,
"time": "1775561661"
},
"departure": {
"delay": 261,
"time": "1775561661"
},
"stopId": "FR:76351:ZE:4428:ATOUMOD003",
"stopSequence": 31
},
{
"departure": {
"delay": 225,
"time": "1775559405"
},
"stopId": "FR:76447:ZE:3493:ATOUMOD003",
"stopSequence": 2
},
{
"arrival": {
"delay": 261,
"time": "1775561061"
},
"departure": {
"delay": 261,
"time": "1775561061"
},
"stopId": "FR:76351:ZE:4548:ATOUMOD003",
"stopSequence": 21
},
{
"departure": {
"delay": 286,
"time": "1775559586"
},
"stopId": "FR:76447:ZE:3696:ATOUMOD003",
"stopSequence": 6
},
{
"departure": {
"delay": 253,
"time": "1775559433"
},
"stopId": "FR:76447:ZE:3139:ATOUMOD003",
"stopSequence": 3
}
],
"timestamp": "1775559649",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:17:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4255643x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx13431:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -7880,
"time": "1775558800"
},
"departure": {
"delay": -7880,
"time": "1775558800"
},
"stopId": "FR:76322:ZE:TCARxFONCK1:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": -7919,
"time": "1775557801"
},
"departure": {
"delay": -7919,
"time": "1775557801"
},
"stopId": "FR:76575:ZE:TCARxSMAIR1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -7900,
"time": "1775560040"
},
"departure": {
"delay": -7900,
"time": "1775560040"
},
"stopId": "FR:76319:ZE:TCARxHUGGC0:ATOUMOD001",
"stopSequence": 33
},
{
"arrival": {
"delay": -7873,
"time": "1775557967"
},
"departure": {
"delay": -7873,
"time": "1775557967"
},
"stopId": "FR:76575:ZE:TCARxLURCA1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": -7917,
"time": "1775558043"
},
"departure": {
"delay": -7917,
"time": "1775558043"
},
"stopId": "FR:76575:ZE:TCARxGAGAR1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": -7863,
"time": "1775558517"
},
"departure": {
"delay": -7863,
"time": "1775558517"
},
"stopId": "FR:76575:ZE:TCARxSANSU2:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": -7902,
"time": "1775559078"
},
"departure": {
"delay": -7902,
"time": "1775559078"
},
"stopId": "FR:76322:ZE:TCARxBRAZZ0:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": -7920,
"time": "1775559840"
},
"departure": {
"delay": -7920,
"time": "1775559840"
},
"stopId": "FR:76319:ZE:TCARxLYLEG0:ATOUMOD001",
"stopSequence": 31
},
{
"arrival": {
"delay": -7920,
"time": "1775558640"
},
"departure": {
"delay": -7920,
"time": "1775558640"
},
"stopId": "FR:76575:ZE:TCARxZENIT2:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": -7918,
"time": "1775559242"
},
"departure": {
"delay": -7918,
"time": "1775559242"
},
"stopId": "FR:76322:ZE:TCARxSEINE0:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": -7920,
"time": "1775559600"
},
"departure": {
"delay": -7920,
"time": "1775559600"
},
"stopId": "FR:76497:ZE:TCARxPMAIR0:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": -7919,
"time": "1775559361"
},
"departure": {
"delay": -7919,
"time": "1775559361"
},
"stopId": "FR:76497:ZE:TCARxVERDE0:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": -7897,
"time": "1775559563"
},
"departure": {
"delay": -7897,
"time": "1775559563"
},
"stopId": "FR:76497:ZE:TCARxTOURE0:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": -7870,
"time": "1775559950"
},
"departure": {
"delay": -7870,
"time": "1775559950"
},
"stopId": "FR:76319:ZE:TCARxRENOI0:ATOUMOD001",
"stopSequence": 32
},
{
"arrival": {
"delay": -7875,
"time": "1775557845"
},
"departure": {
"delay": -7875,
"time": "1775557845"
},
"stopId": "FR:76575:ZE:TCARxCORN21:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -7875,
"time": "1775559765"
},
"departure": {
"delay": -7875,
"time": "1775559765"
},
"stopId": "FR:76497:ZE:TCARxRAFFI0:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": -7881,
"time": "1775559039"
},
"departure": {
"delay": -7881,
"time": "1775559039"
},
"stopId": "FR:76322:ZE:TCARxCDCHA0:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": -7882,
"time": "1775558738"
},
"departure": {
"delay": -7882,
"time": "1775558738"
},
"stopId": "FR:76575:ZE:TCARxFELLB1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": -7876,
"time": "1775558204"
},
"departure": {
"delay": -7876,
"time": "1775558204"
},
"stopId": "FR:76575:ZE:TCARxJBREL1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": -7920,
"time": "1775558400"
},
"departure": {
"delay": -7920,
"time": "1775558400"
},
"stopId": "FR:76575:ZE:TCARxTECHN4:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": -7920,
"time": "1775560380"
},
"stopId": "FR:76319:ZE:TCARxBOUTT0:ATOUMOD001",
"stopSequence": 37
},
{
"arrival": {
"delay": -7879,
"time": "1775557901"
},
"departure": {
"delay": -7879,
"time": "1775557901"
},
"stopId": "FR:76575:ZE:TCARxGOUBE1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": -7873,
"time": "1775559407"
},
"departure": {
"delay": -7873,
"time": "1775559407"
},
"stopId": "FR:76497:ZE:TCARxCLECO0:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": -7878,
"time": "1775558982"
},
"departure": {
"delay": -7878,
"time": "1775558982"
},
"stopId": "FR:76322:ZE:TCARxRCOTY0:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": -7905,
"time": "1775558895"
},
"departure": {
"delay": -7905,
"time": "1775558895"
},
"stopId": "FR:76322:ZE:TCARxANDRE0:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": -7914,
"time": "1775559486"
},
"departure": {
"delay": -7914,
"time": "1775559486"
},
"stopId": "FR:76497:ZE:TCARxJBART0:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": -7920,
"time": "1775558160"
},
"departure": {
"delay": -7920,
"time": "1775558160"
},
"stopId": "FR:76575:ZE:TCARxELANG1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -7894,
"time": "1775560166"
},
"departure": {
"delay": -7894,
"time": "1775560166"
},
"stopId": "FR:76319:ZE:TCARxROUVR0:ATOUMOD001",
"stopSequence": 35
},
{
"arrival": {
"delay": -7891,
"time": "1775560289"
},
"departure": {
"delay": -7891,
"time": "1775560289"
},
"stopId": "FR:76319:ZE:TCARxMATIS0:ATOUMOD001",
"stopSequence": 36
}
],
"timestamp": "1775556456",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx06:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx13431:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx6331:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 205,
"time": "1775559445"
},
"departure": {
"delay": 205,
"time": "1775559445"
},
"stopId": "FR:76540:ZE:TCARxPASPA2:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 158,
"time": "1775558918"
},
"departure": {
"delay": 158,
"time": "1775558918"
},
"stopId": "FR:76540:ZE:TCARxPMARC2:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 180,
"time": "1775559120"
},
"departure": {
"delay": 180,
"time": "1775559120"
},
"stopId": "FR:76540:ZE:TCARxCATHE2:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 160,
"time": "1775559197"
},
"departure": {
"delay": 160,
"time": "1775559220"
},
"stopId": "FR:76540:ZE:TCARxTARTT2:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 225,
"time": "1775559345"
},
"departure": {
"delay": 225,
"time": "1775559345"
},
"stopId": "FR:76540:ZE:TCARxBELGE2:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 108,
"time": "1775558843"
},
"departure": {
"delay": 108,
"time": "1775558868"
},
"stopId": "FR:76540:ZE:TCARxMARTT2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 168,
"time": "1775559668"
},
"departure": {
"delay": 168,
"time": "1775559768"
},
"stopId": "FR:76540:ZE:TCARxRIBOU2:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 209,
"time": "1775560109"
},
"departure": {
"delay": 209,
"time": "1775560109"
},
"stopId": "FR:76451:ZE:TCARxCAMPU2:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 213,
"time": "1775560173"
},
"departure": {
"delay": 213,
"time": "1775560173"
},
"stopId": "FR:76451:ZE:TCARxCBLBE2:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 233,
"time": "1775559568"
},
"departure": {
"delay": 233,
"time": "1775559593"
},
"stopId": "FR:76540:ZE:TCARxLUCIL2:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 164,
"time": "1775559020"
},
"departure": {
"delay": 164,
"time": "1775559044"
},
"stopId": "FR:76540:ZE:TCARxREPUB2:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 227,
"time": "1775560307"
},
"departure": {
"delay": 227,
"time": "1775560307"
},
"stopId": "FR:76451:ZE:TCARxCOQUE2:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 213,
"time": "1775560413"
},
"stopId": "FR:76451:ZE:TCARxMTMAL2:ATOUMOD001",
"stopSequence": 15
}
],
"timestamp": "1775558745",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx91:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx6331:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745670x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 57,
"time": "1775552715"
},
"departure": {
"delay": 57,
"time": "1775552757"
},
"stopId": "FR:50129:ZE:10EPC1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 3,
"time": "1775552628"
},
"departure": {
"delay": 3,
"time": "1775552643"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 275,
"time": "1775554159"
},
"departure": {
"delay": 275,
"time": "1775554235"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 408,
"time": "1775555172"
},
"departure": {
"delay": 408,
"time": "1775555208"
},
"stopId": "FR:50129:ZE:10MED3:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 17,
"time": "1775552522"
},
"departure": {
"delay": 17,
"time": "1775552537"
},
"stopId": "FR:50129:ZE:10FRN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 179,
"time": "1775553803"
},
"departure": {
"delay": 179,
"time": "1775553839"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 184,
"time": "1775553930"
},
"departure": {
"delay": 184,
"time": "1775553964"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 340,
"time": "1775555560"
},
"stopId": "FR:50129:ZE:10ECT1:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 207,
"time": "1775553534"
},
"departure": {
"delay": 207,
"time": "1775553567"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 291,
"time": "1775554084"
},
"departure": {
"delay": 291,
"time": "1775554131"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 402,
"time": "1775555411"
},
"departure": {
"delay": 402,
"time": "1775555442"
},
"stopId": "FR:50129:ZE:10LPL1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 103,
"time": "1775553263"
},
"departure": {
"delay": 103,
"time": "1775553283"
},
"stopId": "FR:50129:ZE:10ANN1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 119,
"time": "1775553336"
},
"departure": {
"delay": 119,
"time": "1775553359"
},
"stopId": "FR:50129:ZE:10CMI1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": -3,
"time": "1775552383"
},
"departure": {
"delay": -3,
"time": "1775552397"
},
"stopId": "FR:50129:ZE:10MES1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 51,
"time": "1775552832"
},
"departure": {
"delay": 51,
"time": "1775552871"
},
"stopId": "FR:50129:ZE:10DIX1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 356,
"time": "1775555307"
},
"departure": {
"delay": 356,
"time": "1775555336"
},
"stopId": "FR:50129:ZE:10GDR1:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 440,
"time": "1775554451"
},
"departure": {
"delay": 440,
"time": "1775554640"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 165,
"time": "1775553386"
},
"departure": {
"delay": 165,
"time": "1775553465"
},
"stopId": "FR:50129:ZE:10PAX1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 361,
"time": "1775555246"
},
"departure": {
"delay": 361,
"time": "1775555281"
},
"stopId": "FR:50129:ZE:10NOR5:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 407,
"time": "1775554989"
},
"departure": {
"delay": 407,
"time": "1775555027"
},
"stopId": "FR:50129:ZE:10GRR1:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 79,
"time": "1775552921"
},
"departure": {
"delay": 79,
"time": "1775552959"
},
"stopId": "FR:50129:ZE:10PET1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 204,
"time": "1775553585"
},
"departure": {
"delay": 204,
"time": "1775553624"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 292,
"time": "1775554313"
},
"departure": {
"delay": 292,
"time": "1775554372"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 399,
"time": "1775554921"
},
"departure": {
"delay": 399,
"time": "1775554959"
},
"stopId": "FR:50129:ZE:10XCT3:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 408,
"time": "1775554806"
},
"departure": {
"delay": 408,
"time": "1775554848"
},
"stopId": "FR:50129:ZE:10HPA3:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 171,
"time": "1775552990"
},
"departure": {
"delay": 171,
"time": "1775553111"
},
"stopId": "FR:50129:ZE:10HME1:ATOUMOD035",
"stopSequence": 10
},
{
"departure": {
"delay": 18,
"time": "1775552298"
},
"stopId": "FR:50129:ZE:10AMF1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 35,
"time": "1775552481"
},
"departure": {
"delay": 35,
"time": "1775552495"
},
"stopId": "FR:50129:ZE:10BOI1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 224,
"time": "1775553729"
},
"departure": {
"delay": 224,
"time": "1775553764"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 383,
"time": "1775554727"
},
"departure": {
"delay": 383,
"time": "1775554763"
},
"stopId": "FR:50129:ZE:10CRN1:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 143,
"time": "1775553191"
},
"departure": {
"delay": 143,
"time": "1775553203"
},
"stopId": "FR:50129:ZE:10CAQ1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 408,
"time": "1775555498"
},
"departure": {
"delay": 408,
"time": "1775555508"
},
"stopId": "FR:50129:ZE:10FLO1:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 5,
"time": "1775552415"
},
"departure": {
"delay": 5,
"time": "1775552465"
},
"stopId": "FR:50129:ZE:10MOR1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 386,
"time": "1775555080"
},
"departure": {
"delay": 386,
"time": "1775555126"
},
"stopId": "FR:50129:ZE:10BAG3:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 179,
"time": "1775553863"
},
"departure": {
"delay": 179,
"time": "1775553899"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 19
}
],
"timestamp": "1775560074",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:02:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745670x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745199x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 225,
"time": "1775545054"
},
"departure": {
"delay": 225,
"time": "1775545065"
},
"stopId": "FR:50129:ZE:10FOR3:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 269,
"time": "1775544463"
},
"departure": {
"delay": 269,
"time": "1775544509"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 94,
"time": "1775545648"
},
"departure": {
"delay": 94,
"time": "1775545654"
},
"stopId": "FR:50129:ZE:10AMO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 56,
"time": "1775545301"
},
"departure": {
"delay": 56,
"time": "1775545316"
},
"stopId": "FR:50129:ZE:10BQR1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 81,
"time": "1775545821"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 87,
"time": "1775545492"
},
"departure": {
"delay": 87,
"time": "1775545527"
},
"stopId": "FR:50129:ZE:10OLY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 293,
"time": "1775544978"
},
"departure": {
"delay": 293,
"time": "1775545013"
},
"stopId": "FR:50129:ZE:10CRC3:ATOUMOD035",
"stopSequence": 8
},
{
"departure": {
"delay": 302,
"time": "1775544302"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 114,
"time": "1775545236"
},
"departure": {
"delay": 114,
"time": "1775545254"
},
"stopId": "FR:50129:ZE:10BRA3:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 246,
"time": "1775544585"
},
"departure": {
"delay": 246,
"time": "1775544606"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 83,
"time": "1775545427"
},
"departure": {
"delay": 83,
"time": "1775545463"
},
"stopId": "FR:50129:ZE:10PRV1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 178,
"time": "1775545105"
},
"departure": {
"delay": 178,
"time": "1775545138"
},
"stopId": "FR:50129:ZE:10PFO1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 253,
"time": "1775544661"
},
"departure": {
"delay": 253,
"time": "1775544673"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 129,
"time": "1775545183"
},
"departure": {
"delay": 129,
"time": "1775545209"
},
"stopId": "FR:50129:ZE:10RTU1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 251,
"time": "1775544778"
},
"departure": {
"delay": 251,
"time": "1775544791"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 87,
"time": "1775545358"
},
"departure": {
"delay": 87,
"time": "1775545407"
},
"stopId": "FR:50129:ZE:10ANJ5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 237,
"time": "1775544366"
},
"departure": {
"delay": 237,
"time": "1775544417"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 264,
"time": "1775544696"
},
"departure": {
"delay": 264,
"time": "1775544744"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 97,
"time": "1775545551"
},
"departure": {
"delay": 97,
"time": "1775545597"
},
"stopId": "FR:50129:ZE:10EGL1:ATOUMOD035",
"stopSequence": 17
}
],
"timestamp": "1775560077",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1B:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745199x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx18191:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -18615,
"time": "1775557524"
},
"departure": {
"delay": -18615,
"time": "1775557545"
},
"stopId": "FR:76498:ZE:TCARxPARGA2:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": -18650,
"time": "1775557447"
},
"departure": {
"delay": -18650,
"time": "1775557450"
},
"stopId": "FR:76498:ZE:TCARxPHILI1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": -18625,
"time": "1775557882"
},
"departure": {
"delay": -18625,
"time": "1775557895"
},
"stopId": "FR:76322:ZE:TCARxBROSS1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": -18834,
"time": "1775558346"
},
"departure": {
"delay": -18834,
"time": "1775558346"
},
"stopId": "FR:76498:ZE:TCARxTRUFB1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": -18665,
"time": "1775557795"
},
"departure": {
"delay": -18665,
"time": "1775557795"
},
"stopId": "FR:76322:ZE:TCARxLUSSA0:ATOUMOD001",
"stopSequence": 15
}
],
"timestamp": "1775556897",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx41:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx18191:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx18187:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -1986,
"time": "1775560734"
},
"departure": {
"delay": -1986,
"time": "1775560734"
},
"stopId": "FR:76498:ZE:TCARxPGLIS1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": -1998,
"time": "1775560662"
},
"departure": {
"delay": -1998,
"time": "1775560662"
},
"stopId": "FR:76498:ZE:TCARxPQMAI1:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": -1961,
"time": "1775560099"
},
"departure": {
"delay": -1961,
"time": "1775560099"
},
"stopId": "FR:76322:ZE:TCARxCBOIS2:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": -1954,
"time": "1775559926"
},
"departure": {
"delay": -1954,
"time": "1775559926"
},
"stopId": "FR:76322:ZE:TCARxLUSSA0:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": -2010,
"time": "1775559390"
},
"departure": {
"delay": -2010,
"time": "1775559390"
},
"stopId": "FR:76681:ZE:TCARxLBRU11:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": -1986,
"time": "1775560854"
},
"stopId": "FR:76498:ZE:TCARxANMAR1:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": -1985,
"time": "1775560375"
},
"departure": {
"delay": -1985,
"time": "1775560375"
},
"stopId": "FR:76498:ZE:TCARxSADAK2:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": -1972,
"time": "1775560148"
},
"departure": {
"delay": -1972,
"time": "1775560148"
},
"stopId": "FR:76322:ZE:TCARxGIROU2:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": -2005,
"time": "1775559325"
},
"departure": {
"delay": -2005,
"time": "1775559335"
},
"stopId": "FR:76681:ZE:TCARxROSTA1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -2008,
"time": "1775559260"
},
"departure": {
"delay": -2008,
"time": "1775559272"
},
"stopId": "FR:76681:ZE:TCARxSEMBA1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": -1952,
"time": "1775560288"
},
"departure": {
"delay": -1952,
"time": "1775560288"
},
"stopId": "FR:76498:ZE:TCARxJARDO2:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": -1947,
"time": "1775559868"
},
"departure": {
"delay": -1947,
"time": "1775559873"
},
"stopId": "FR:76322:ZE:TCARxHURIE0:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": -1985,
"time": "1775559474"
},
"departure": {
"delay": -1985,
"time": "1775559475"
},
"stopId": "FR:76681:ZE:TCARxDIOCH4:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": -1986,
"time": "1775560434"
},
"departure": {
"delay": -1986,
"time": "1775560434"
},
"stopId": "FR:76498:ZE:TCARxTRUFB1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": -2003,
"time": "1775560477"
},
"departure": {
"delay": -2003,
"time": "1775560477"
},
"stopId": "FR:76498:ZE:TCARxNERUD1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": -1957,
"time": "1775560223"
},
"departure": {
"delay": -1957,
"time": "1775560223"
},
"stopId": "FR:76322:ZE:TCARxALLIE2:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": -1968,
"time": "1775559625"
},
"departure": {
"delay": -1968,
"time": "1775559672"
},
"stopId": "FR:76498:ZE:TCARxPARGA2:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": -1903,
"time": "1775559748"
},
"departure": {
"delay": -1903,
"time": "1775559797"
},
"stopId": "FR:76498:ZE:TCARxGAULL3:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": -2067,
"time": "1775559093"
},
"departure": {
"delay": -2067,
"time": "1775559093"
},
"stopId": "FR:76681:ZE:TCARxHDVS3:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": -1935,
"time": "1775560005"
},
"departure": {
"delay": -1935,
"time": "1775560005"
},
"stopId": "FR:76322:ZE:TCARxBROSS1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": -1981,
"time": "1775560559"
},
"departure": {
"delay": -1981,
"time": "1775560559"
},
"stopId": "FR:76498:ZE:TCARxCLEME1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": -1988,
"time": "1775559592"
},
"departure": {
"delay": -1988,
"time": "1775559592"
},
"stopId": "FR:76498:ZE:TCARxPHILI1:ATOUMOD001",
"stopSequence": 11
}
],
"timestamp": "1775559096",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx41:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx18187:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx15582:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 9369,
"time": "1775558084"
},
"departure": {
"delay": 9369,
"time": "1775558109"
},
"stopId": "FR:76108:ZE:TCARxVIELL0:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 9246,
"time": "1775557446"
},
"departure": {
"delay": 9246,
"time": "1775557446"
},
"stopId": "FR:76540:ZE:TCARxGAREB2:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 9370,
"time": "1775558410"
},
"departure": {
"delay": 9370,
"time": "1775558410"
},
"stopId": "FR:76108:ZE:TCARxHAMEL0:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 9409,
"time": "1775558509"
},
"departure": {
"delay": 9409,
"time": "1775558509"
},
"stopId": "FR:76108:ZE:TCARxVERDU2:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 9414,
"time": "1775558334"
},
"departure": {
"delay": 9414,
"time": "1775558334"
},
"stopId": "FR:76108:ZE:TCARxFORRE3:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 9424,
"time": "1775558284"
},
"departure": {
"delay": 9424,
"time": "1775558284"
},
"stopId": "FR:76108:ZE:TCARxNOBLE2:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 9379,
"time": "1775558659"
},
"stopId": "FR:76108:ZE:TCARxVINCI:ATOUMOD001",
"stopSequence": 27
}
],
"timestamp": "1775556376",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx11:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx15582:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx11295:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 17034,
"time": "1775557194"
},
"departure": {
"delay": 17034,
"time": "1775557194"
},
"stopId": "FR:76484:ZE:TCARxBIBOI1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 16997,
"time": "1775557877"
},
"departure": {
"delay": 16997,
"time": "1775557877"
},
"stopId": "FR:76575:ZE:TCARxSLOGN1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 17017,
"time": "1775557777"
},
"departure": {
"delay": 17017,
"time": "1775557777"
},
"stopId": "FR:76575:ZE:TCARxCHAPL1:ATOUMOD001",
"stopSequence": 18
},
{
"departure": {
"delay": 17052,
"time": "1775556552"
},
"stopId": "FR:76705:ZE:TCARxTOCEN:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 17063,
"time": "1775558557"
},
"departure": {
"delay": 17063,
"time": "1775558603"
},
"stopId": "FR:76681:ZE:TCARxCHROU1:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 17067,
"time": "1775557502"
},
"departure": {
"delay": 17067,
"time": "1775557527"
},
"stopId": "FR:76484:ZE:TCARxCHARC1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 16876,
"time": "1775558836"
},
"departure": {
"delay": 16876,
"time": "1775558836"
},
"stopId": "FR:76681:ZE:TCARxPGAUL1:ATOUMOD001",
"stopSequence": 32
},
{
"arrival": {
"delay": 16978,
"time": "1775557978"
},
"departure": {
"delay": 16978,
"time": "1775557978"
},
"stopId": "FR:76575:ZE:TCARxNODIE1:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 17093,
"time": "1775556893"
},
"departure": {
"delay": 17093,
"time": "1775556893"
},
"stopId": "FR:76484:ZE:TCARxPLPAI1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 16797,
"time": "1775558937"
},
"departure": {
"delay": 16797,
"time": "1775558937"
},
"stopId": "FR:76681:ZE:TCARxHDVS3:ATOUMOD001",
"stopSequence": 33
},
{
"arrival": {
"delay": 16987,
"time": "1775557927"
},
"departure": {
"delay": 16987,
"time": "1775557927"
},
"stopId": "FR:76575:ZE:TCARxPNAVA1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 17044,
"time": "1775557444"
},
"departure": {
"delay": 17044,
"time": "1775557444"
},
"stopId": "FR:76484:ZE:TCARxCIMJ21:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 17086,
"time": "1775557726"
},
"departure": {
"delay": 17086,
"time": "1775557726"
},
"stopId": "FR:76484:ZE:TCARxCITEO1:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 17012,
"time": "1775557052"
},
"departure": {
"delay": 17012,
"time": "1775557052"
},
"stopId": "FR:76484:ZE:TCARxOIHDV1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 17103,
"time": "1775556603"
},
"departure": {
"delay": 17103,
"time": "1775556603"
},
"stopId": "FR:76705:ZE:TCARxTOMAN2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 16957,
"time": "1775558737"
},
"departure": {
"delay": 16957,
"time": "1775558737"
},
"stopId": "FR:76681:ZE:TCARxADRET2:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": 17142,
"time": "1775556702"
},
"departure": {
"delay": 17142,
"time": "1775556702"
},
"stopId": "FR:76705:ZE:TCARxTOPAR2:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 17007,
"time": "1775558127"
},
"departure": {
"delay": 17007,
"time": "1775558127"
},
"stopId": "FR:76575:ZE:TCARxGOUBE1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 17071,
"time": "1775556811"
},
"departure": {
"delay": 17071,
"time": "1775556811"
},
"stopId": "FR:76484:ZE:TCARxPOLOI0:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 17095,
"time": "1775557675"
},
"departure": {
"delay": 17095,
"time": "1775557675"
},
"stopId": "FR:76484:ZE:TCARxVOSGE1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 17037,
"time": "1775558277"
},
"departure": {
"delay": 17037,
"time": "1775558277"
},
"stopId": "FR:76575:ZE:TCARxGAGAR1:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 17082,
"time": "1775557578"
},
"departure": {
"delay": 17082,
"time": "1775557602"
},
"stopId": "FR:76484:ZE:TCARxPLBEL1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 17053,
"time": "1775557153"
},
"departure": {
"delay": 17053,
"time": "1775557153"
},
"stopId": "FR:76484:ZE:TCARxCIMOI1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 17017,
"time": "1775558653"
},
"departure": {
"delay": 17017,
"time": "1775558677"
},
"stopId": "FR:76681:ZE:TCARxKERVI1:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 16877,
"time": "1775558777"
},
"departure": {
"delay": 16877,
"time": "1775558777"
},
"stopId": "FR:76681:ZE:TCARxRRIOT1:ATOUMOD001",
"stopSequence": 31
},
{
"arrival": {
"delay": 16932,
"time": "1775558052"
},
"departure": {
"delay": 16932,
"time": "1775558052"
},
"stopId": "FR:76575:ZE:TCARxLANGU1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 16974,
"time": "1775558334"
},
"departure": {
"delay": 16974,
"time": "1775558334"
},
"stopId": "FR:76575:ZE:TCARxCOQLI1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 16857,
"time": "1775559117"
},
"stopId": "FR:76681:ZE:TCARxHDVS1:ATOUMOD001",
"stopSequence": 34
},
{
"arrival": {
"delay": 17033,
"time": "1775557253"
},
"departure": {
"delay": 17033,
"time": "1775557253"
},
"stopId": "FR:76484:ZE:TCARxFERRE1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 17094,
"time": "1775556954"
},
"departure": {
"delay": 17094,
"time": "1775556954"
},
"stopId": "FR:76484:ZE:TCARxCFERR3:ATOUMOD001",
"stopSequence": 6
}
],
"timestamp": "1775556556",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx03:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx11295:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3747843x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 396,
"time": "1775544980"
},
"departure": {
"delay": 396,
"time": "1775544996"
},
"stopId": "FR:50129:ZE:10BOS2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 295,
"time": "1775545402"
},
"departure": {
"delay": 295,
"time": "1775545435"
},
"stopId": "FR:50129:ZE:10PLx1:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 75,
"time": "1775543645"
},
"departure": {
"delay": 75,
"time": "1775543655"
},
"stopId": "FR:50129:ZE:10GNT2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 315,
"time": "1775545248"
},
"departure": {
"delay": 315,
"time": "1775545275"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 97,
"time": "1775544251"
},
"departure": {
"delay": 97,
"time": "1775544277"
},
"stopId": "FR:50129:ZE:10SEX2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 390,
"time": "1775544900"
},
"departure": {
"delay": 390,
"time": "1775544930"
},
"stopId": "FR:50129:ZE:10ODR2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 303,
"time": "1775545077"
},
"departure": {
"delay": 303,
"time": "1775545083"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 101,
"time": "1775544379"
},
"departure": {
"delay": 101,
"time": "1775544401"
},
"stopId": "FR:50129:ZE:10BSJ2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 115,
"time": "1775543620"
},
"departure": {
"delay": 115,
"time": "1775543635"
},
"stopId": "FR:50129:ZE:10BOC2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 168,
"time": "1775544421"
},
"departure": {
"delay": 168,
"time": "1775544468"
},
"stopId": "FR:50129:ZE:10RUC2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 68,
"time": "1775543868"
},
"departure": {
"delay": 68,
"time": "1775543888"
},
"stopId": "FR:50129:ZE:10DEB2:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 97,
"time": "1775543541"
},
"departure": {
"delay": 97,
"time": "1775543557"
},
"stopId": "FR:50129:ZE:10CEN2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 296,
"time": "1775545344"
},
"departure": {
"delay": 296,
"time": "1775545376"
},
"stopId": "FR:50129:ZE:10HDV1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 68,
"time": "1775543808"
},
"departure": {
"delay": 68,
"time": "1775543828"
},
"stopId": "FR:50129:ZE:10CUR2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 34,
"time": "1775543720"
},
"departure": {
"delay": 34,
"time": "1775543734"
},
"stopId": "FR:50129:ZE:10LOG2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 170,
"time": "1775545490"
},
"stopId": "FR:50129:ZE:10SHU2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 87,
"time": "1775543771"
},
"departure": {
"delay": 87,
"time": "1775543787"
},
"stopId": "FR:50129:ZE:10REN2:ATOUMOD035",
"stopSequence": 6
},
{
"departure": {
"delay": 157,
"time": "1775543497"
},
"stopId": "FR:50129:ZE:10MXR2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 126,
"time": "1775544299"
},
"departure": {
"delay": 126,
"time": "1775544366"
},
"stopId": "FR:50129:ZE:10MTT2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 192,
"time": "1775543984"
},
"departure": {
"delay": 192,
"time": "1775544132"
},
"stopId": "FR:50129:ZE:10CSM2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 371,
"time": "1775545022"
},
"departure": {
"delay": 371,
"time": "1775545031"
},
"stopId": "FR:50129:ZE:10JAR2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 309,
"time": "1775545170"
},
"departure": {
"delay": 309,
"time": "1775545209"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 21
}
],
"timestamp": "1775559936",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:04:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3747843x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD005:ServiceJourney:741:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775568840"
},
"departure": {
"time": "1775568840"
},
"stopId": "FR:76217:ZE:18027:ATOUMOD005",
"stopSequence": 12
},
{
"arrival": {
"time": "1775570220"
},
"departure": {
"time": "1775570220"
},
"stopId": "FR:76217:ZE:18068:ATOUMOD005",
"stopSequence": 24
},
{
"arrival": {
"time": "1775568600"
},
"departure": {
"time": "1775568600"
},
"stopId": "FR:76217:ZE:18178:ATOUMOD005",
"stopSequence": 10
},
{
"arrival": {
"time": "1775570460"
},
"departure": {
"time": "1775570460"
},
"stopId": "FR:76217:ZE:18324:ATOUMOD005",
"stopSequence": 30
},
{
"arrival": {
"time": "1775569740"
},
"departure": {
"time": "1775569740"
},
"stopId": "FR:76217:ZE:18057:ATOUMOD005",
"stopSequence": 18
},
{
"arrival": {
"time": "1775568360"
},
"departure": {
"time": "1775568360"
},
"stopId": "FR:76217:ZE:18187:ATOUMOD005",
"stopSequence": 6
},
{
"arrival": {
"delay": 5,
"time": "1775570165"
},
"departure": {
"delay": 5,
"time": "1775570165"
},
"stopId": "FR:76217:ZE:18021:ATOUMOD005",
"stopSequence": 23
},
{
"arrival": {
"time": "1775568540"
},
"departure": {
"time": "1775568540"
},
"stopId": "FR:76217:ZE:18198:ATOUMOD005",
"stopSequence": 9
},
{
"arrival": {
"time": "1775568240"
},
"departure": {
"time": "1775568240"
},
"stopId": "FR:76217:ZE:18206:ATOUMOD005",
"stopSequence": 4
},
{
"arrival": {
"time": "1775570640"
},
"departure": {
"time": "1775570640"
},
"stopId": "FR:76217:ZE:18023:ATOUMOD005",
"stopSequence": 31
},
{
"arrival": {
"time": "1775569380"
},
"departure": {
"time": "1775569380"
},
"stopId": "FR:76217:ZE:18050:ATOUMOD005",
"stopSequence": 16
},
{
"arrival": {
"time": "1775569560"
},
"departure": {
"time": "1775569560"
},
"stopId": "FR:76217:ZE:18320:ATOUMOD005",
"stopSequence": 17
},
{
"arrival": {
"time": "1775569020"
},
"departure": {
"time": "1775569020"
},
"stopId": "FR:76217:ZE:18077:ATOUMOD005",
"stopSequence": 15
},
{
"arrival": {
"time": "1775568120"
},
"departure": {
"time": "1775568120"
},
"stopId": "FR:76217:ZE:18182:ATOUMOD005",
"stopSequence": 2
},
{
"arrival": {
"time": "1775570340"
},
"departure": {
"time": "1775570340"
},
"stopId": "FR:76217:ZE:18051:ATOUMOD005",
"stopSequence": 26
},
{
"arrival": {
"time": "1775568780"
},
"departure": {
"time": "1775568780"
},
"stopId": "FR:76217:ZE:18133:ATOUMOD005",
"stopSequence": 11
},
{
"arrival": {
"delay": 5,
"time": "1775570825"
},
"departure": {
"delay": 5,
"time": "1775570825"
},
"stopId": "FR:76217:ZE:18102:ATOUMOD005",
"stopSequence": 33
},
{
"arrival": {
"time": "1775570160"
},
"departure": {
"time": "1775570160"
},
"stopId": "FR:76217:ZE:18074:ATOUMOD005",
"stopSequence": 22
},
{
"arrival": {
"time": "1775569920"
},
"departure": {
"time": "1775569920"
},
"stopId": "FR:76217:ZE:18096:ATOUMOD005",
"stopSequence": 19
},
{
"arrival": {
"time": "1775568480"
},
"departure": {
"time": "1775568480"
},
"stopId": "FR:76217:ZE:18171:ATOUMOD005",
"stopSequence": 8
},
{
"arrival": {
"time": "1775570040"
},
"departure": {
"time": "1775570040"
},
"stopId": "FR:76217:ZE:18785:ATOUMOD005",
"stopSequence": 20
},
{
"arrival": {
"time": "1775568180"
},
"departure": {
"time": "1775568180"
},
"stopId": "FR:76217:ZE:18175:ATOUMOD005",
"stopSequence": 3
},
{
"arrival": {
"time": "1775570100"
},
"departure": {
"time": "1775570100"
},
"stopId": "FR:76217:ZE:18045:ATOUMOD005",
"stopSequence": 21
},
{
"arrival": {
"delay": 5,
"time": "1775570405"
},
"departure": {
"delay": 5,
"time": "1775570405"
},
"stopId": "FR:76217:ZE:18442:ATOUMOD005",
"stopSequence": 28
},
{
"departure": {
"time": "1775568000"
},
"stopId": "FR:76217:ZE:18282:ATOUMOD005",
"stopSequence": 1
},
{
"arrival": {
"delay": 10,
"time": "1775570410"
},
"departure": {
"delay": 10,
"time": "1775570410"
},
"stopId": "FR:76217:ZE:18091:ATOUMOD005",
"stopSequence": 29
},
{
"arrival": {
"time": "1775570280"
},
"departure": {
"time": "1775570280"
},
"stopId": "FR:76217:ZE:18092:ATOUMOD005",
"stopSequence": 25
},
{
"arrival": {
"time": "1775568960"
},
"departure": {
"time": "1775568960"
},
"stopId": "FR:76217:ZE:18107:ATOUMOD005",
"stopSequence": 14
},
{
"arrival": {
"time": "1775568900"
},
"departure": {
"time": "1775568900"
},
"stopId": "FR:76217:ZE:18059:ATOUMOD005",
"stopSequence": 13
},
{
"arrival": {
"time": "1775570400"
},
"departure": {
"time": "1775570400"
},
"stopId": "FR:76217:ZE:18801:ATOUMOD005",
"stopSequence": 27
},
{
"arrival": {
"time": "1775570820"
},
"departure": {
"time": "1775570820"
},
"stopId": "FR:76217:ZE:18321:ATOUMOD005",
"stopSequence": 32
},
{
"arrival": {
"time": "1775571000"
},
"stopId": "FR:76217:ZE:18038:ATOUMOD005",
"stopSequence": 34
},
{
"arrival": {
"time": "1775568300"
},
"departure": {
"time": "1775568300"
},
"stopId": "FR:76217:ZE:18185:ATOUMOD005",
"stopSequence": 5
},
{
"arrival": {
"time": "1775568420"
},
"departure": {
"time": "1775568420"
},
"stopId": "FR:76217:ZE:18167:ATOUMOD005",
"stopSequence": 7
}
],
"timestamp": "1775560052",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD005:Line:2:LOC",
"tripId": "ATOUMOD005:ServiceJourney:741:LOC"
}
}
},
{
"id": "SM:ATOUMOD041:ServiceJourney:10:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 186,
"time": "1775546010"
},
"departure": {
"delay": 186,
"time": "1775546046"
},
"stopId": "FR:76057:ZE:30052:ATOUMOD041",
"stopSequence": 9
},
{
"arrival": {
"delay": 218,
"time": "1775545705"
},
"departure": {
"delay": 218,
"time": "1775545718"
},
"stopId": "FR:76057:ZE:30012:ATOUMOD041",
"stopSequence": 5
},
{
"arrival": {
"delay": 104,
"time": "1775546684"
},
"stopId": "FR:76743:ZE:30049:ATOUMOD041",
"stopSequence": 18
},
{
"arrival": {
"delay": 179,
"time": "1775545959"
},
"departure": {
"delay": 179,
"time": "1775545979"
},
"stopId": "FR:76057:ZE:30051:ATOUMOD041",
"stopSequence": 8
},
{
"departure": {
"delay": 214,
"time": "1775545414"
},
"stopId": "FR:76057:ZE:30028:ATOUMOD041",
"stopSequence": 1
},
{
"arrival": {
"delay": 72,
"time": "1775546580"
},
"departure": {
"delay": 72,
"time": "1775546592"
},
"stopId": "FR:76743:ZE:30045:ATOUMOD041",
"stopSequence": 17
},
{
"arrival": {
"delay": 219,
"time": "1775545587"
},
"departure": {
"delay": 219,
"time": "1775545599"
},
"stopId": "FR:76057:ZE:30001:ATOUMOD041",
"stopSequence": 3
},
{
"arrival": {
"delay": 237,
"time": "1775545549"
},
"departure": {
"delay": 237,
"time": "1775545557"
},
"stopId": "FR:76057:ZE:30024:ATOUMOD041",
"stopSequence": 2
},
{
"arrival": {
"delay": 94,
"time": "1775546544"
},
"departure": {
"delay": 94,
"time": "1775546554"
},
"stopId": "FR:76743:ZE:30047:ATOUMOD041",
"stopSequence": 16
},
{
"arrival": {
"delay": 97,
"time": "1775546427"
},
"departure": {
"delay": 97,
"time": "1775546437"
},
"stopId": "FR:76057:ZE:30020:ATOUMOD041",
"stopSequence": 14
},
{
"arrival": {
"delay": 190,
"time": "1775545821"
},
"departure": {
"delay": 190,
"time": "1775545870"
},
"stopId": "FR:76057:ZE:30010:ATOUMOD041",
"stopSequence": 7
},
{
"arrival": {
"delay": 175,
"time": "1775545774"
},
"departure": {
"delay": 175,
"time": "1775545795"
},
"stopId": "FR:76057:ZE:30006:ATOUMOD041",
"stopSequence": 6
},
{
"arrival": {
"delay": 158,
"time": "1775546124"
},
"departure": {
"delay": 158,
"time": "1775546138"
},
"stopId": "FR:76057:ZE:30053:ATOUMOD041",
"stopSequence": 10
},
{
"arrival": {
"delay": 85,
"time": "1775546475"
},
"departure": {
"delay": 85,
"time": "1775546485"
},
"stopId": "FR:76057:ZE:30022:ATOUMOD041",
"stopSequence": 15
},
{
"arrival": {
"delay": 160,
"time": "1775546182"
},
"departure": {
"delay": 160,
"time": "1775546200"
},
"stopId": "FR:76057:ZE:30054:ATOUMOD041",
"stopSequence": 11
},
{
"arrival": {
"delay": 170,
"time": "1775546248"
},
"departure": {
"delay": 170,
"time": "1775546270"
},
"stopId": "FR:76057:ZE:30055:ATOUMOD041",
"stopSequence": 12
},
{
"arrival": {
"delay": 215,
"time": "1775545648"
},
"departure": {
"delay": 215,
"time": "1775545655"
},
"stopId": "FR:76057:ZE:30016:ATOUMOD041",
"stopSequence": 4
},
{
"arrival": {
"delay": 114,
"time": "1775546384"
},
"departure": {
"delay": 114,
"time": "1775546394"
},
"stopId": "FR:76057:ZE:30018:ATOUMOD041",
"stopSequence": 13
}
],
"timestamp": "1775560075",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD041:Line:2:LOC",
"tripId": "ATOUMOD041:ServiceJourney:10:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746175x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 61,
"time": "1775555212"
},
"departure": {
"delay": 61,
"time": "1775555221"
},
"stopId": "FR:50129:ZE:10BON1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": -8,
"time": "1775555496"
},
"departure": {
"delay": -8,
"time": "1775555512"
},
"stopId": "FR:50129:ZE:10ZOL1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 104,
"time": "1775556605"
},
"departure": {
"delay": 104,
"time": "1775556644"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 17,
"time": "1775555701"
},
"departure": {
"delay": 17,
"time": "1775555717"
},
"stopId": "FR:50129:ZE:10LAV1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 53,
"time": "1775557831"
},
"departure": {
"delay": 53,
"time": "1775557853"
},
"stopId": "FR:50129:ZE:10NOR3:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"delay": 82,
"time": "1775557208"
},
"departure": {
"delay": 82,
"time": "1775557222"
},
"stopId": "FR:50129:ZE:10LCA1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 125,
"time": "1775554879"
},
"departure": {
"delay": 125,
"time": "1775554925"
},
"stopId": "FR:50129:ZE:10COF1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 77,
"time": "1775555088"
},
"departure": {
"delay": 77,
"time": "1775555117"
},
"stopId": "FR:50129:ZE:10CAR1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 26,
"time": "1775555587"
},
"departure": {
"delay": 26,
"time": "1775555666"
},
"stopId": "FR:50129:ZE:10DUB1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 19,
"time": "1775556471"
},
"departure": {
"delay": 19,
"time": "1775556499"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 49,
"time": "1775555130"
},
"departure": {
"delay": 49,
"time": "1775555149"
},
"stopId": "FR:50129:ZE:10HOU1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 117,
"time": "1775557708"
},
"departure": {
"delay": 117,
"time": "1775557737"
},
"stopId": "FR:50129:ZE:10ART1:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": 64,
"time": "1775556681"
},
"departure": {
"delay": 64,
"time": "1775556724"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 8,
"time": "1775556101"
},
"departure": {
"delay": 8,
"time": "1775556128"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": -13,
"time": "1775555909"
},
"departure": {
"delay": -13,
"time": "1775555927"
},
"stopId": "FR:50129:ZE:10BEL1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 25,
"time": "1775556052"
},
"departure": {
"delay": 25,
"time": "1775556085"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 67,
"time": "1775558025"
},
"departure": {
"delay": 67,
"time": "1775558047"
},
"stopId": "FR:50129:ZE:10COS1:ATOUMOD035",
"stopSequence": 47
},
{
"departure": {
"delay": 80,
"time": "1775554820"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 109,
"time": "1775557071"
},
"departure": {
"delay": 109,
"time": "1775557129"
},
"stopId": "FR:50129:ZE:10THH3:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": -4,
"time": "1775555381"
},
"departure": {
"delay": -4,
"time": "1775555396"
},
"stopId": "FR:50129:ZE:10BHE1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 68,
"time": "1775556796"
},
"departure": {
"delay": 68,
"time": "1775556848"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 57,
"time": "1775555023"
},
"departure": {
"delay": 57,
"time": "1775555037"
},
"stopId": "FR:50129:ZE:10SFN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 81,
"time": "1775557992"
},
"departure": {
"delay": 81,
"time": "1775558001"
},
"stopId": "FR:50129:ZE:10CVE1:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"delay": 37,
"time": "1775557865"
},
"departure": {
"delay": 37,
"time": "1775557897"
},
"stopId": "FR:50129:ZE:10MYO1:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": 62,
"time": "1775556924"
},
"departure": {
"delay": 62,
"time": "1775556962"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 77,
"time": "1775557912"
},
"departure": {
"delay": 77,
"time": "1775557937"
},
"stopId": "FR:50129:ZE:10MGT1:ATOUMOD035",
"stopSequence": 44
},
{
"arrival": {
"delay": 38,
"time": "1775555813"
},
"departure": {
"delay": 38,
"time": "1775555858"
},
"stopId": "FR:50129:ZE:10HOM1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 14,
"time": "1775556208"
},
"departure": {
"delay": 14,
"time": "1775556254"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": -15,
"time": "1775556306"
},
"departure": {
"delay": -15,
"time": "1775556345"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 28,
"time": "1775555767"
},
"departure": {
"delay": 28,
"time": "1775555788"
},
"stopId": "FR:50129:ZE:10AGO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 53,
"time": "1775557780"
},
"departure": {
"delay": 53,
"time": "1775557793"
},
"stopId": "FR:50129:ZE:10JEA1:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": 76,
"time": "1775557738"
},
"departure": {
"delay": 76,
"time": "1775557756"
},
"stopId": "FR:50129:ZE:10ZPH1:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"delay": 109,
"time": "1775554835"
},
"departure": {
"delay": 109,
"time": "1775554849"
},
"stopId": "FR:50129:ZE:10SFG1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": -37,
"time": "1775555345"
},
"departure": {
"delay": -37,
"time": "1775555363"
},
"stopId": "FR:50129:ZE:10CPL1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": -19,
"time": "1775555429"
},
"departure": {
"delay": -19,
"time": "1775555441"
},
"stopId": "FR:50129:ZE:10LON1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 52,
"time": "1775557953"
},
"departure": {
"delay": 52,
"time": "1775557972"
},
"stopId": "FR:50129:ZE:10RSX1:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"delay": 31,
"time": "1775557369"
},
"departure": {
"delay": 31,
"time": "1775557411"
},
"stopId": "FR:50129:ZE:10LUM1:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": -22,
"time": "1775555303"
},
"departure": {
"delay": -22,
"time": "1775555318"
},
"stopId": "FR:50129:ZE:10PRE1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 77,
"time": "1775557425"
},
"departure": {
"delay": 77,
"time": "1775557457"
},
"stopId": "FR:50129:ZE:10JMO1:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": -3,
"time": "1775555265"
},
"departure": {
"delay": -3,
"time": "1775555277"
},
"stopId": "FR:50129:ZE:10ARA1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 8,
"time": "1775556376"
},
"departure": {
"delay": 8,
"time": "1775556428"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 4,
"time": "1775555978"
},
"departure": {
"delay": 4,
"time": "1775556004"
},
"stopId": "FR:50129:ZE:10HUI1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 41,
"time": "1775555171"
},
"departure": {
"delay": 41,
"time": "1775555201"
},
"stopId": "FR:50129:ZE:10BRT1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 11,
"time": "1775558111"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"delay": 75,
"time": "1775557535"
},
"departure": {
"delay": 75,
"time": "1775557575"
},
"stopId": "FR:50129:ZE:10BRO1:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"delay": 68,
"time": "1775557474"
},
"departure": {
"delay": 68,
"time": "1775557508"
},
"stopId": "FR:50129:ZE:10LLM1:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 62,
"time": "1775557260"
},
"departure": {
"delay": 62,
"time": "1775557322"
},
"stopId": "FR:50129:ZE:10BHC3:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 75,
"time": "1775554981"
},
"departure": {
"delay": 75,
"time": "1775554995"
},
"stopId": "FR:50129:ZE:10ALB1:ATOUMOD035",
"stopSequence": 4
}
],
"timestamp": "1775560073",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746175x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4056614x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": -10,
"time": "1775559530"
},
"stopId": "FR:76351:ZE:4768:ATOUMOD003",
"stopSequence": 23
},
{
"departure": {
"delay": -2,
"time": "1775559478"
},
"stopId": "FR:76351:ZE:3579:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": -25,
"time": "1775559695"
},
"stopId": "FR:76351:ZE:4865:ATOUMOD003",
"stopSequence": 24
},
{
"departure": {
"delay": -7,
"time": "1775559413"
},
"stopId": "FR:76351:ZE:3280:ATOUMOD003",
"stopSequence": 21
},
{
"departure": {
"delay": -25,
"time": "1775559335"
},
"stopId": "FR:76351:ZE:4640:ATOUMOD003",
"stopSequence": 20
}
],
"timestamp": "1775559679",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:C2:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4056614x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4108074x2025x26xGSemHTRAxSemainex00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -6,
"time": "1775560974"
},
"departure": {
"delay": -6,
"time": "1775560974"
},
"stopId": "FR:76351:ZE:3985:ATOUMOD003",
"stopSequence": 11
},
{
"departure": {
"delay": 51,
"time": "1775559951"
},
"stopId": "FR:76351:ZE:3997:ATOUMOD003",
"stopSequence": 2
},
{
"departure": {
"delay": 11,
"time": "1775559851"
},
"stopId": "FR:76351:ZE:3983:ATOUMOD003",
"stopSequence": 1
},
{
"arrival": {
"delay": -22,
"time": "1775561378"
},
"departure": {
"delay": -22,
"time": "1775561378"
},
"stopId": "FR:76351:ZE:3995:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": -16,
"time": "1775561144"
},
"departure": {
"delay": -16,
"time": "1775561144"
},
"stopId": "FR:76351:ZE:3993:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": -13,
"time": "1775560367"
},
"departure": {
"delay": -13,
"time": "1775560367"
},
"stopId": "FR:76351:ZE:3999:ATOUMOD003",
"stopSequence": 6
},
{
"arrival": {
"delay": 13,
"time": "1775560153"
},
"departure": {
"delay": 13,
"time": "1775560153"
},
"stopId": "FR:76351:ZE:3980:ATOUMOD003",
"stopSequence": 4
},
{
"arrival": {
"delay": -18,
"time": "1775561262"
},
"departure": {
"delay": -18,
"time": "1775561262"
},
"stopId": "FR:76351:ZE:3951:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 7,
"time": "1775560267"
},
"departure": {
"delay": 7,
"time": "1775560267"
},
"stopId": "FR:76351:ZE:3959:ATOUMOD003",
"stopSequence": 5
},
{
"arrival": {
"delay": -7,
"time": "1775561513"
},
"stopId": "FR:76351:ZE:3978:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 26,
"time": "1775560646"
},
"departure": {
"delay": 26,
"time": "1775560646"
},
"stopId": "FR:76351:ZE:3967:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": 26,
"time": "1775560466"
},
"departure": {
"delay": 26,
"time": "1775560466"
},
"stopId": "FR:76351:ZE:3989:ATOUMOD003",
"stopSequence": 7
},
{
"arrival": {
"delay": -30,
"time": "1775560890"
},
"departure": {
"delay": -30,
"time": "1775560890"
},
"stopId": "FR:76351:ZE:3955:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": -22,
"time": "1775560778"
},
"departure": {
"delay": -22,
"time": "1775560778"
},
"stopId": "FR:76351:ZE:3957:ATOUMOD003",
"stopSequence": 9
},
{
"departure": {
"delay": 10,
"time": "1775560030"
},
"stopId": "FR:76351:ZE:3964:ATOUMOD003",
"stopSequence": 3
}
],
"timestamp": "1775560049",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:B:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4108074x2025x26xGSemHTRAxSemainex00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx17356:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -18240,
"time": "1775557680"
},
"departure": {
"delay": -18240,
"time": "1775557680"
},
"stopId": "FR:76322:ZE:TCARxCROUT1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": -18274,
"time": "1775556566"
},
"departure": {
"delay": -18274,
"time": "1775556566"
},
"stopId": "FR:76497:ZE:TCARxPOSPT1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": -18300,
"time": "1775556480"
},
"departure": {
"delay": -18300,
"time": "1775556480"
},
"stopId": "FR:76497:ZE:TCARxPMAIR1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": -18621,
"time": "1775558559"
},
"departure": {
"delay": -18621,
"time": "1775558559"
},
"stopId": "FR:76540:ZE:TCARxPLCLE1:ATOUMOD001",
"stopSequence": 31
},
{
"arrival": {
"delay": -18648,
"time": "1775558772"
},
"departure": {
"delay": -18648,
"time": "1775558772"
},
"stopId": "FR:76540:ZE:TCARxSEVER1:ATOUMOD001",
"stopSequence": 34
},
{
"arrival": {
"delay": -18319,
"time": "1775556821"
},
"departure": {
"delay": -18319,
"time": "1775556821"
},
"stopId": "FR:76497:ZE:TCARxVIGNY1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": -18639,
"time": "1775558721"
},
"departure": {
"delay": -18639,
"time": "1775558721"
},
"stopId": "FR:76540:ZE:TCARxPASCA1:ATOUMOD001",
"stopSequence": 33
},
{
"arrival": {
"delay": -18345,
"time": "1775556675"
},
"departure": {
"delay": -18345,
"time": "1775556675"
},
"stopId": "FR:76497:ZE:TCARxMILTH1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": -18568,
"time": "1775558432"
},
"departure": {
"delay": -18568,
"time": "1775558432"
},
"stopId": "FR:76540:ZE:TCARxDELBO2:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": -18300,
"time": "1775557320"
},
"departure": {
"delay": -18300,
"time": "1775557320"
},
"stopId": "FR:76322:ZE:TCARxBRAQU4:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": -18384,
"time": "1775558136"
},
"departure": {
"delay": -18384,
"time": "1775558136"
},
"stopId": "FR:76498:ZE:TCARxGAULL1:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": -18549,
"time": "1775558511"
},
"departure": {
"delay": -18549,
"time": "1775558511"
},
"stopId": "FR:76540:ZE:TCARxPARME1:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": -18241,
"time": "1775557439"
},
"departure": {
"delay": -18241,
"time": "1775557439"
},
"stopId": "FR:76322:ZE:TCARxRAVEL1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": -18224,
"time": "1775557576"
},
"departure": {
"delay": -18224,
"time": "1775557576"
},
"stopId": "FR:76322:ZE:TCARxCHVOU1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": -18720,
"time": "1775559420"
},
"stopId": "FR:76540:ZE:TCARxTART71:ATOUMOD001",
"stopSequence": 39
},
{
"arrival": {
"delay": -18780,
"time": "1775559240"
},
"departure": {
"delay": -18780,
"time": "1775559240"
},
"stopId": "FR:76540:ZE:TCARxREPUQ1:ATOUMOD001",
"stopSequence": 38
},
{
"arrival": {
"delay": -18300,
"time": "1775557920"
},
"departure": {
"delay": -18300,
"time": "1775557920"
},
"stopId": "FR:76322:ZE:TCARxBROSS2:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": -18252,
"time": "1775556528"
},
"departure": {
"delay": -18252,
"time": "1775556528"
},
"stopId": "FR:76497:ZE:TCARxTOURE1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": -18251,
"time": "1775557729"
},
"departure": {
"delay": -18251,
"time": "1775557729"
},
"stopId": "FR:76322:ZE:TCARxLBOUR1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": -18360,
"time": "1775556720"
},
"departure": {
"delay": -18360,
"time": "1775556720"
},
"stopId": "FR:76497:ZE:TCARxWATTE1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -18247,
"time": "1775557493"
},
"departure": {
"delay": -18247,
"time": "1775557493"
},
"stopId": "FR:76322:ZE:TCARxROOSE2:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": -18300,
"time": "1775557020"
},
"departure": {
"delay": -18300,
"time": "1775557020"
},
"stopId": "FR:76497:ZE:TCARxARCHI0:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": -18255,
"time": "1775556465"
},
"departure": {
"delay": -18255,
"time": "1775556465"
},
"stopId": "FR:76497:ZE:TCARxPCBOI1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -18720,
"time": "1775558880"
},
"departure": {
"delay": -18720,
"time": "1775558880"
},
"stopId": "FR:76540:ZE:TCARxLAFAY1:ATOUMOD001",
"stopSequence": 35
},
{
"arrival": {
"delay": -18387,
"time": "1775558073"
},
"departure": {
"delay": -18387,
"time": "1775558073"
},
"stopId": "FR:76322:ZE:TCARxHURIE1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": -18275,
"time": "1775556445"
},
"departure": {
"delay": -18275,
"time": "1775556445"
},
"stopId": "FR:76497:ZE:TCARxLOUIS1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -18701,
"time": "1775559199"
},
"departure": {
"delay": -18701,
"time": "1775559199"
},
"stopId": "FR:76540:ZE:TCARxPCORN1:ATOUMOD001",
"stopSequence": 37
},
{
"arrival": {
"delay": -18293,
"time": "1775557087"
},
"departure": {
"delay": -18293,
"time": "1775557087"
},
"stopId": "FR:76497:ZE:TCARxCLECO1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": -18500,
"time": "1775558320"
},
"departure": {
"delay": -18500,
"time": "1775558320"
},
"stopId": "FR:76498:ZE:TCARxPLCHA1:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": -18481,
"time": "1775558279"
},
"departure": {
"delay": -18481,
"time": "1775558279"
},
"stopId": "FR:76498:ZE:TCARxFOLIO1:ATOUMOD001",
"stopSequence": 27
},
{
"departure": {
"delay": -18300,
"time": "1775556420"
},
"stopId": "FR:76497:ZE:TCARxBELAI1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": -18480,
"time": "1775558220"
},
"departure": {
"delay": -18480,
"time": "1775558220"
},
"stopId": "FR:76498:ZE:TCARxELISA1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": -18301,
"time": "1775557979"
},
"departure": {
"delay": -18301,
"time": "1775557979"
},
"stopId": "FR:76322:ZE:TCARxLUSSA1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": -18251,
"time": "1775557249"
},
"departure": {
"delay": -18251,
"time": "1775557249"
},
"stopId": "FR:76322:ZE:TCARxSEINE1:ATOUMOD001",
"stopSequence": 14
}
],
"timestamp": "1775555936",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx27:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx17356:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx12617:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -17085,
"time": "1775558154"
},
"departure": {
"delay": -17085,
"time": "1775558175"
},
"stopId": "FR:76103:ZE:TCARxTHURI1:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": -17100,
"time": "1775558220"
},
"departure": {
"delay": -17100,
"time": "1775558220"
},
"stopId": "FR:76103:ZE:TCARxNOYER1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": -17083,
"time": "1775557997"
},
"departure": {
"delay": -17083,
"time": "1775557997"
},
"stopId": "FR:76103:ZE:TCARxBONSE1:ATOUMOD001",
"stopSequence": 19
},
{
"departure": {
"delay": -16740,
"time": "1775557020"
},
"stopId": "FR:76475:ZE:TCARxGALIL1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": -17030,
"time": "1775557990"
},
"departure": {
"delay": -17030,
"time": "1775557990"
},
"stopId": "FR:76103:ZE:TCARxCDLED1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": -17032,
"time": "1775558048"
},
"departure": {
"delay": -17032,
"time": "1775558048"
},
"stopId": "FR:76103:ZE:TCARxHCOTE1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": -16983,
"time": "1775557797"
},
"departure": {
"delay": -16983,
"time": "1775557797"
},
"stopId": "FR:76429:ZE:TCARxESNAR1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": -17163,
"time": "1775558277"
},
"departure": {
"delay": -17163,
"time": "1775558277"
},
"stopId": "FR:76540:ZE:TCARxPAUL11:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": -16976,
"time": "1775557924"
},
"departure": {
"delay": -16976,
"time": "1775557924"
},
"stopId": "FR:76103:ZE:TCARxNEUVE1:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": -17090,
"time": "1775558230"
},
"departure": {
"delay": -17090,
"time": "1775558230"
},
"stopId": "FR:76540:ZE:TCARxBASSE1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": -16966,
"time": "1775557874"
},
"departure": {
"delay": -16966,
"time": "1775557874"
},
"stopId": "FR:76429:ZE:TCARxLESCU1:ATOUMOD001",
"stopSequence": 16
}
],
"timestamp": "1775556956",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx05:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx12617:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx15494:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 13585,
"time": "1775562205"
},
"departure": {
"delay": 13585,
"time": "1775562205"
},
"stopId": "FR:76410:ZE:TCARxZAMAI1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 13584,
"time": "1775562864"
},
"departure": {
"delay": 13584,
"time": "1775562864"
},
"stopId": "FR:76474:ZE:TCARxGARMA1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 13607,
"time": "1775562407"
},
"departure": {
"delay": 13607,
"time": "1775562407"
},
"stopId": "FR:76410:ZE:TCARxFOURA1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 13598,
"time": "1775562278"
},
"departure": {
"delay": 13598,
"time": "1775562278"
},
"stopId": "FR:76410:ZE:TCARxMASUD1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 13562,
"time": "1775562542"
},
"departure": {
"delay": 13562,
"time": "1775562542"
},
"stopId": "FR:76410:ZE:TCARxMACIM1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 13560,
"time": "1775562840"
},
"departure": {
"delay": 13560,
"time": "1775562840"
},
"stopId": "FR:76410:ZE:TCARxDLUNE6:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 13601,
"time": "1775562701"
},
"departure": {
"delay": 13601,
"time": "1775562701"
},
"stopId": "FR:76410:ZE:TCARxARCON1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 13580,
"time": "1775562320"
},
"departure": {
"delay": 13580,
"time": "1775562320"
},
"stopId": "FR:76410:ZE:TCARxMAROY1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 13614,
"time": "1775562234"
},
"departure": {
"delay": 13614,
"time": "1775562234"
},
"stopId": "FR:76410:ZE:TCARxSIGNA1:ATOUMOD001",
"stopSequence": 3
},
{
"departure": {
"delay": 13560,
"time": "1775562180"
},
"stopId": "FR:76410:ZE:TCARxMAINE1:ATOUMOD001",
"stopSequence": 1
}
],
"timestamp": "1775559976",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx10:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx15494:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx13449:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -17040,
"time": "1775561280"
},
"departure": {
"delay": -17040,
"time": "1775561280"
},
"stopId": "FR:76575:ZE:TCARxTECHN4:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": -16919,
"time": "1775560681"
},
"departure": {
"delay": -16919,
"time": "1775560681"
},
"stopId": "FR:76575:ZE:TCARxSMAIR1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -17002,
"time": "1775561618"
},
"departure": {
"delay": -17002,
"time": "1775561618"
},
"stopId": "FR:76575:ZE:TCARxFELLB1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": -16960,
"time": "1775561120"
},
"departure": {
"delay": -16960,
"time": "1775561120"
},
"stopId": "FR:76575:ZE:TCARxCATEL1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": -17058,
"time": "1775561862"
},
"departure": {
"delay": -17058,
"time": "1775561862"
},
"stopId": "FR:76322:ZE:TCARxRCOTY0:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": -16933,
"time": "1775560847"
},
"departure": {
"delay": -16933,
"time": "1775560847"
},
"stopId": "FR:76575:ZE:TCARxLURCA1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": -17025,
"time": "1775561775"
},
"departure": {
"delay": -17025,
"time": "1775561775"
},
"stopId": "FR:76322:ZE:TCARxANDRE0:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": -16943,
"time": "1775561197"
},
"departure": {
"delay": -16943,
"time": "1775561197"
},
"stopId": "FR:76575:ZE:TCARxESIGE2:ATOUMOD001",
"stopSequence": 11
},
{
"departure": {
"delay": -16980,
"time": "1775560620"
},
"stopId": "FR:76575:ZE:TCARxGARES:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": -16874,
"time": "1775560966"
},
"departure": {
"delay": -16874,
"time": "1775560966"
},
"stopId": "FR:76575:ZE:TCARxCAPUC1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": -17000,
"time": "1775561680"
},
"departure": {
"delay": -17000,
"time": "1775561680"
},
"stopId": "FR:76322:ZE:TCARxFONCK1:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": -17098,
"time": "1775562122"
},
"departure": {
"delay": -17098,
"time": "1775562122"
},
"stopId": "FR:76322:ZE:TCARxSEINE0:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": -16935,
"time": "1775560725"
},
"departure": {
"delay": -16935,
"time": "1775560725"
},
"stopId": "FR:76575:ZE:TCARxCORN21:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -17100,
"time": "1775562060"
},
"departure": {
"delay": -17100,
"time": "1775562060"
},
"stopId": "FR:76322:ZE:TCARxBRAQU2:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": -17055,
"time": "1775562645"
},
"departure": {
"delay": -17055,
"time": "1775562645"
},
"stopId": "FR:76497:ZE:TCARxRAFFI0:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": -16917,
"time": "1775560923"
},
"departure": {
"delay": -16917,
"time": "1775560923"
},
"stopId": "FR:76575:ZE:TCARxGAGAR1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": -17094,
"time": "1775562366"
},
"departure": {
"delay": -17094,
"time": "1775562366"
},
"stopId": "FR:76497:ZE:TCARxJBART0:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": -17050,
"time": "1775562830"
},
"departure": {
"delay": -17050,
"time": "1775562830"
},
"stopId": "FR:76319:ZE:TCARxRENOI0:ATOUMOD001",
"stopSequence": 32
},
{
"arrival": {
"delay": -17100,
"time": "1775562720"
},
"departure": {
"delay": -17100,
"time": "1775562720"
},
"stopId": "FR:76319:ZE:TCARxLYLEG0:ATOUMOD001",
"stopSequence": 31
},
{
"arrival": {
"delay": -16939,
"time": "1775560781"
},
"departure": {
"delay": -16939,
"time": "1775560781"
},
"stopId": "FR:76575:ZE:TCARxGOUBE1:ATOUMOD001",
"stopSequence": 4
}
],
"timestamp": "1775559336",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx06:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx13449:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx3511:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 153,
"time": "1775559982"
},
"departure": {
"delay": 153,
"time": "1775559993"
},
"stopId": "FR:76540:ZE:TCARxJUSTI0:ATOUMOD001",
"stopSequence": 4
},
{
"departure": {
"delay": 114,
"time": "1775559714"
},
"stopId": "FR:76540:ZE:TCARxBBOU:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 141,
"time": "1775560881"
},
"departure": {
"delay": 141,
"time": "1775560881"
},
"stopId": "FR:76498:ZE:TCARxCHGAU0:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 181,
"time": "1775561461"
},
"stopId": "FR:76322:ZE:TCARxBRAQU0:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 154,
"time": "1775559791"
},
"departure": {
"delay": 154,
"time": "1775559814"
},
"stopId": "FR:76540:ZE:TCARxBEAUV0:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 154,
"time": "1775561254"
},
"departure": {
"delay": 154,
"time": "1775561254"
},
"stopId": "FR:76322:ZE:TCARxCEZAN0:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 181,
"time": "1775560801"
},
"departure": {
"delay": 181,
"time": "1775560801"
},
"stopId": "FR:76498:ZE:TCARxJULIE0:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 204,
"time": "1775560404"
},
"departure": {
"delay": 204,
"time": "1775560404"
},
"stopId": "FR:76540:ZE:TCARxAVCAE0:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 147,
"time": "1775560647"
},
"departure": {
"delay": 147,
"time": "1775560647"
},
"stopId": "FR:76498:ZE:TCARx08MAI0:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 181,
"time": "1775560321"
},
"departure": {
"delay": 181,
"time": "1775560321"
},
"stopId": "FR:76540:ZE:TCARxSTSEV0:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 201,
"time": "1775560101"
},
"departure": {
"delay": 201,
"time": "1775560101"
},
"stopId": "FR:76540:ZE:TCARxTARTS0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 199,
"time": "1775560579"
},
"departure": {
"delay": 199,
"time": "1775560579"
},
"stopId": "FR:76498:ZE:TCARxTRUFF0:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 196,
"time": "1775560996"
},
"departure": {
"delay": 196,
"time": "1775560996"
},
"stopId": "FR:76322:ZE:TCARxPROVI0:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 194,
"time": "1775559875"
},
"departure": {
"delay": 194,
"time": "1775559914"
},
"stopId": "FR:76540:ZE:TCARxGAREV0:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 201,
"time": "1775560521"
},
"departure": {
"delay": 201,
"time": "1775560521"
},
"stopId": "FR:76498:ZE:TCARxJAURE0:ATOUMOD001",
"stopSequence": 9
}
],
"timestamp": "1775559716",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx90:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx3511:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3758436x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 100,
"time": "1775551707"
},
"departure": {
"delay": 100,
"time": "1775551720"
},
"stopId": "FR:50129:ZE:10HME2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 127,
"time": "1775551251"
},
"departure": {
"delay": 127,
"time": "1775551267"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 52,
"time": "1775553114"
},
"departure": {
"delay": 52,
"time": "1775553172"
},
"stopId": "FR:50041:ZE:HAGMA2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 109,
"time": "1775550985"
},
"departure": {
"delay": 109,
"time": "1775551009"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 23,
"time": "1775552701"
},
"departure": {
"delay": 23,
"time": "1775552723"
},
"stopId": "FR:50041:ZE:HAGGR2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 57,
"time": "1775553047"
},
"departure": {
"delay": 57,
"time": "1775553057"
},
"stopId": "FR:50041:ZE:HAGFY2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 108,
"time": "1775551092"
},
"departure": {
"delay": 108,
"time": "1775551128"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 5
},
{
"departure": {
"delay": 15,
"time": "1775550615"
},
"stopId": "FR:50129:ZE:10PEM4:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 81,
"time": "1775550895"
},
"departure": {
"delay": 81,
"time": "1775550921"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 130,
"time": "1775551607"
},
"departure": {
"delay": 130,
"time": "1775551630"
},
"stopId": "FR:50129:ZE:10CAQ2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 33,
"time": "1775552295"
},
"departure": {
"delay": 33,
"time": "1775552313"
},
"stopId": "FR:50041:ZE:HAGMF2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 92,
"time": "1775551753"
},
"departure": {
"delay": 92,
"time": "1775551772"
},
"stopId": "FR:50129:ZE:10PET2:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 23,
"time": "1775552212"
},
"departure": {
"delay": 23,
"time": "1775552243"
},
"stopId": "FR:50041:ZE:HAGBG2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": -43,
"time": "1775553557"
},
"stopId": "FR:50041:ZE:HAGOLL:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 142,
"time": "1775551846"
},
"departure": {
"delay": 142,
"time": "1775551882"
},
"stopId": "FR:50129:ZE:10DIX2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 97,
"time": "1775551157"
},
"departure": {
"delay": 97,
"time": "1775551177"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 99,
"time": "1775550749"
},
"departure": {
"delay": 99,
"time": "1775550819"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 103,
"time": "1775551430"
},
"departure": {
"delay": 103,
"time": "1775551483"
},
"stopId": "FR:50129:ZE:10LSA2:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 39,
"time": "1775551947"
},
"departure": {
"delay": 39,
"time": "1775551959"
},
"stopId": "FR:50129:ZE:QQVPL1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 47,
"time": "1775553270"
},
"departure": {
"delay": 47,
"time": "1775553287"
},
"stopId": "FR:50041:ZE:HAGCC2:ATOUMOD035",
"stopSequence": 20
}
],
"timestamp": "1775560078",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:A:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3758436x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2470550:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -208,
"time": "1775562572"
},
"departure": {
"delay": -208,
"time": "1775562572"
},
"stopId": "FR:27701:ZE:0x7095:ATOUMOD006",
"stopSequence": 19
},
{
"arrival": {
"delay": -143,
"time": "1775562457"
},
"departure": {
"delay": -143,
"time": "1775562457"
},
"stopId": "FR:27701:ZE:0x6582:ATOUMOD006",
"stopSequence": 17
},
{
"arrival": {
"delay": -151,
"time": "1775561969"
},
"departure": {
"delay": -151,
"time": "1775561969"
},
"stopId": "FR:27701:ZE:0x7100:ATOUMOD006",
"stopSequence": 9
},
{
"arrival": {
"delay": -222,
"time": "1775562378"
},
"departure": {
"delay": -222,
"time": "1775562378"
},
"stopId": "FR:27701:ZE:0x7042:ATOUMOD006",
"stopSequence": 16
},
{
"arrival": {
"delay": -140,
"time": "1775562220"
},
"departure": {
"delay": -140,
"time": "1775562220"
},
"stopId": "FR:27701:ZE:0x7132:ATOUMOD006",
"stopSequence": 13
},
{
"arrival": {
"delay": -181,
"time": "1775562479"
},
"departure": {
"delay": -181,
"time": "1775562479"
},
"stopId": "FR:27701:ZE:0x7108:ATOUMOD006",
"stopSequence": 18
},
{
"arrival": {
"delay": -174,
"time": "1775562306"
},
"departure": {
"delay": -174,
"time": "1775562306"
},
"stopId": "FR:27701:ZE:0x7054:ATOUMOD006",
"stopSequence": 15
},
{
"arrival": {
"delay": -1877,
"time": "1775560063"
},
"departure": {
"delay": -1877,
"time": "1775560063"
},
"stopId": "FR:27375:ZE:0x6442:ATOUMOD006",
"stopSequence": 7
},
{
"arrival": {
"delay": -1937,
"time": "1775560063"
},
"departure": {
"delay": -1937,
"time": "1775560063"
},
"stopId": "FR:27375:ZE:0x6406:ATOUMOD006",
"stopSequence": 8
},
{
"arrival": {
"delay": -152,
"time": "1775562268"
},
"departure": {
"delay": -152,
"time": "1775562268"
},
"stopId": "FR:27701:ZE:0x7044:ATOUMOD006",
"stopSequence": 14
},
{
"departure": {
"delay": -1337,
"time": "1775560063"
},
"stopId": "FR:27375:ZE:0x6514:ATOUMOD006",
"stopSequence": 1
},
{
"arrival": {
"delay": -249,
"time": "1775562831"
},
"stopId": "FR:27701:ZE:0x7150:ATOUMOD006",
"stopSequence": 23
},
{
"arrival": {
"delay": -133,
"time": "1775562167"
},
"departure": {
"delay": -133,
"time": "1775562167"
},
"stopId": "FR:27701:ZE:0x7068:ATOUMOD006",
"stopSequence": 12
},
{
"arrival": {
"delay": -1337,
"time": "1775560063"
},
"departure": {
"delay": -1337,
"time": "1775560063"
},
"stopId": "FR:27375:ZE:0x6440:ATOUMOD006",
"stopSequence": 2
},
{
"arrival": {
"delay": -190,
"time": "1775562650"
},
"departure": {
"delay": -190,
"time": "1775562650"
},
"stopId": "FR:27701:ZE:0x7114:ATOUMOD006",
"stopSequence": 20
},
{
"arrival": {
"delay": -1637,
"time": "1775560063"
},
"departure": {
"delay": -1637,
"time": "1775560063"
},
"stopId": "FR:27375:ZE:0x6528:ATOUMOD006",
"stopSequence": 4
},
{
"arrival": {
"delay": -160,
"time": "1775562740"
},
"departure": {
"delay": -160,
"time": "1775562740"
},
"stopId": "FR:27701:ZE:0x7086:ATOUMOD006",
"stopSequence": 22
},
{
"arrival": {
"delay": -181,
"time": "1775562059"
},
"departure": {
"delay": -181,
"time": "1775562059"
},
"stopId": "FR:27701:ZE:0x7126:ATOUMOD006",
"stopSequence": 10
},
{
"arrival": {
"delay": -1757,
"time": "1775560063"
},
"departure": {
"delay": -1757,
"time": "1775560063"
},
"stopId": "FR:27375:ZE:0x6388:ATOUMOD006",
"stopSequence": 6
},
{
"arrival": {
"delay": -197,
"time": "1775562703"
},
"departure": {
"delay": -197,
"time": "1775562703"
},
"stopId": "FR:27701:ZE:0x7116:ATOUMOD006",
"stopSequence": 21
},
{
"arrival": {
"delay": -169,
"time": "1775562131"
},
"departure": {
"delay": -169,
"time": "1775562131"
},
"stopId": "FR:27701:ZE:0x7036:ATOUMOD006",
"stopSequence": 11
},
{
"arrival": {
"delay": -1697,
"time": "1775560063"
},
"departure": {
"delay": -1697,
"time": "1775560063"
},
"stopId": "FR:27375:ZE:0x6380:ATOUMOD006",
"stopSequence": 5
},
{
"arrival": {
"delay": -1517,
"time": "1775560063"
},
"departure": {
"delay": -1517,
"time": "1775560063"
},
"stopId": "FR:27375:ZE:0x6504:ATOUMOD006",
"stopSequence": 3
}
],
"timestamp": "1775560063",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD006:Line:C1:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2470550:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3748459x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 123,
"time": "1775551234"
},
"departure": {
"delay": 123,
"time": "1775551263"
},
"stopId": "FR:50129:ZE:10CIM2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 94,
"time": "1775549487"
},
"departure": {
"delay": 94,
"time": "1775549494"
},
"stopId": "FR:50129:ZE:10VIG1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 203,
"time": "1775550715"
},
"departure": {
"delay": 203,
"time": "1775550743"
},
"stopId": "FR:50129:ZE:10PLx1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 20,
"time": "1775551624"
},
"departure": {
"delay": 20,
"time": "1775551640"
},
"stopId": "FR:50129:ZE:10CDF2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 25,
"time": "1775551502"
},
"departure": {
"delay": 25,
"time": "1775551525"
},
"stopId": "FR:50129:ZE:10PFJ2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 111,
"time": "1775549918"
},
"departure": {
"delay": 111,
"time": "1775549931"
},
"stopId": "FR:50129:ZE:10LEC1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 29,
"time": "1775551453"
},
"departure": {
"delay": 29,
"time": "1775551469"
},
"stopId": "FR:50129:ZE:10SAL2:ATOUMOD035",
"stopSequence": 28
},
{
"departure": {
"delay": 202,
"time": "1775549302"
},
"stopId": "FR:50129:ZE:10ZAG1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 110,
"time": "1775549441"
},
"departure": {
"delay": 110,
"time": "1775549450"
},
"stopId": "FR:50129:ZE:10DAN1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 42,
"time": "1775551590"
},
"departure": {
"delay": 42,
"time": "1775551602"
},
"stopId": "FR:50129:ZE:10BCP2:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 91,
"time": "1775551275"
},
"departure": {
"delay": 91,
"time": "1775551291"
},
"stopId": "FR:50129:ZE:10RED2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 181,
"time": "1775550056"
},
"departure": {
"delay": 181,
"time": "1775550061"
},
"stopId": "FR:50129:ZE:10LEB1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": -5,
"time": "1775551675"
},
"stopId": "FR:50129:ZE:10DIG1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 80,
"time": "1775550402"
},
"departure": {
"delay": 80,
"time": "1775550440"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 94,
"time": "1775551305"
},
"departure": {
"delay": 94,
"time": "1775551354"
},
"stopId": "FR:50129:ZE:10VOL2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 57,
"time": "1775551421"
},
"departure": {
"delay": 57,
"time": "1775551437"
},
"stopId": "FR:50129:ZE:10ROS2:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 198,
"time": "1775550636"
},
"departure": {
"delay": 198,
"time": "1775550678"
},
"stopId": "FR:50129:ZE:10HDV1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 88,
"time": "1775551377"
},
"departure": {
"delay": 88,
"time": "1775551408"
},
"stopId": "FR:50129:ZE:10SAD2:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 103,
"time": "1775550272"
},
"departure": {
"delay": 103,
"time": "1775550283"
},
"stopId": "FR:50129:ZE:10STA1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 132,
"time": "1775549880"
},
"departure": {
"delay": 132,
"time": "1775549892"
},
"stopId": "FR:50129:ZE:10FRA1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 129,
"time": "1775549690"
},
"departure": {
"delay": 129,
"time": "1775549709"
},
"stopId": "FR:50129:ZE:10EGL6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 46,
"time": "1775551526"
},
"departure": {
"delay": 46,
"time": "1775551546"
},
"stopId": "FR:50129:ZE:10COT2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 126,
"time": "1775550107"
},
"departure": {
"delay": 126,
"time": "1775550126"
},
"stopId": "FR:50129:ZE:10POL1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 63,
"time": "1775550801"
},
"departure": {
"delay": 63,
"time": "1775550903"
},
"stopId": "FR:50129:ZE:10SHU2:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 104,
"time": "1775549608"
},
"departure": {
"delay": 104,
"time": "1775549624"
},
"stopId": "FR:50129:ZE:10HUI3:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 109,
"time": "1775549789"
},
"departure": {
"delay": 109,
"time": "1775549809"
},
"stopId": "FR:50129:ZE:10SMT1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 131,
"time": "1775549516"
},
"departure": {
"delay": 131,
"time": "1775549531"
},
"stopId": "FR:50129:ZE:10CRB1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 101,
"time": "1775550477"
},
"departure": {
"delay": 101,
"time": "1775550521"
},
"stopId": "FR:50129:ZE:10CTR1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 92,
"time": "1775551137"
},
"departure": {
"delay": 92,
"time": "1775551172"
},
"stopId": "FR:50129:ZE:10FJT2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 31,
"time": "1775550937"
},
"departure": {
"delay": 31,
"time": "1775550991"
},
"stopId": "FR:50129:ZE:10MEN3:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 76,
"time": "1775550329"
},
"departure": {
"delay": 76,
"time": "1775550376"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 120,
"time": "1775550169"
},
"departure": {
"delay": 120,
"time": "1775550180"
},
"stopId": "FR:50129:ZE:10LCO1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 140,
"time": "1775549767"
},
"departure": {
"delay": 140,
"time": "1775549780"
},
"stopId": "FR:50129:ZE:10VAB1:ATOUMOD035",
"stopSequence": 7
}
],
"timestamp": "1775560078",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:05:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3748459x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3748460x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 19,
"time": "1775551805"
},
"departure": {
"delay": 19,
"time": "1775551819"
},
"stopId": "FR:50129:ZE:10VAB1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 29,
"time": "1775552708"
},
"departure": {
"delay": 29,
"time": "1775552729"
},
"stopId": "FR:50129:ZE:10PLx1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 121,
"time": "1775552156"
},
"departure": {
"delay": 121,
"time": "1775552161"
},
"stopId": "FR:50129:ZE:10LEB1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 13,
"time": "1775553420"
},
"departure": {
"delay": 13,
"time": "1775553433"
},
"stopId": "FR:50129:ZE:10VOL2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": -91,
"time": "1775553749"
},
"stopId": "FR:50129:ZE:10DIG1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": -50,
"time": "1775553661"
},
"departure": {
"delay": -50,
"time": "1775553670"
},
"stopId": "FR:50129:ZE:10BCP2:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": -28,
"time": "1775552524"
},
"departure": {
"delay": -28,
"time": "1775552552"
},
"stopId": "FR:50129:ZE:10CTR1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 48,
"time": "1775553333"
},
"departure": {
"delay": 48,
"time": "1775553348"
},
"stopId": "FR:50129:ZE:10CIM2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 26,
"time": "1775552353"
},
"departure": {
"delay": 26,
"time": "1775552366"
},
"stopId": "FR:50129:ZE:10STA1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": -59,
"time": "1775553694"
},
"departure": {
"delay": -59,
"time": "1775553721"
},
"stopId": "FR:50129:ZE:10CDF2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 38,
"time": "1775553363"
},
"departure": {
"delay": 38,
"time": "1775553398"
},
"stopId": "FR:50129:ZE:10RED2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 40,
"time": "1775553249"
},
"departure": {
"delay": 40,
"time": "1775553280"
},
"stopId": "FR:50129:ZE:10FJT2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 47,
"time": "1775551832"
},
"departure": {
"delay": 47,
"time": "1775551907"
},
"stopId": "FR:50129:ZE:10SMT1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": -53,
"time": "1775553593"
},
"departure": {
"delay": -53,
"time": "1775553607"
},
"stopId": "FR:50129:ZE:10COT2:ATOUMOD035",
"stopSequence": 30
},
{
"departure": {
"delay": 18,
"time": "1775551278"
},
"stopId": "FR:50129:ZE:10ZAG1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": -68,
"time": "1775553559"
},
"departure": {
"delay": -68,
"time": "1775553592"
},
"stopId": "FR:50129:ZE:10PFJ2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 77,
"time": "1775552266"
},
"departure": {
"delay": 77,
"time": "1775552297"
},
"stopId": "FR:50129:ZE:10LCO1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 1,
"time": "1775553095"
},
"departure": {
"delay": 1,
"time": "1775553121"
},
"stopId": "FR:50129:ZE:10MEN3:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 54,
"time": "1775552813"
},
"departure": {
"delay": 54,
"time": "1775553054"
},
"stopId": "FR:50129:ZE:10SHU2:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 67,
"time": "1775551971"
},
"departure": {
"delay": 67,
"time": "1775551987"
},
"stopId": "FR:50129:ZE:10FRA1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": -30,
"time": "1775553496"
},
"departure": {
"delay": -30,
"time": "1775553510"
},
"stopId": "FR:50129:ZE:10ROS2:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 3,
"time": "1775551737"
},
"departure": {
"delay": 3,
"time": "1775551743"
},
"stopId": "FR:50129:ZE:10EGL6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 37,
"time": "1775552642"
},
"departure": {
"delay": 37,
"time": "1775552677"
},
"stopId": "FR:50129:ZE:10HDV1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 50,
"time": "1775552002"
},
"departure": {
"delay": 50,
"time": "1775552030"
},
"stopId": "FR:50129:ZE:10LEC1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": -15,
"time": "1775552458"
},
"departure": {
"delay": -15,
"time": "1775552505"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 10,
"time": "1775551561"
},
"departure": {
"delay": 10,
"time": "1775551570"
},
"stopId": "FR:50129:ZE:10CRB1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": -10,
"time": "1775551652"
},
"departure": {
"delay": -10,
"time": "1775551670"
},
"stopId": "FR:50129:ZE:10HUI3:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": -54,
"time": "1775553532"
},
"departure": {
"delay": -54,
"time": "1775553546"
},
"stopId": "FR:50129:ZE:10SAL2:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 8,
"time": "1775553456"
},
"departure": {
"delay": 8,
"time": "1775553488"
},
"stopId": "FR:50129:ZE:10SAD2:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 67,
"time": "1775552201"
},
"departure": {
"delay": 67,
"time": "1775552227"
},
"stopId": "FR:50129:ZE:10POL1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": -21,
"time": "1775551465"
},
"departure": {
"delay": -21,
"time": "1775551479"
},
"stopId": "FR:50129:ZE:10DAN1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": -19,
"time": "1775551521"
},
"departure": {
"delay": -19,
"time": "1775551541"
},
"stopId": "FR:50129:ZE:10VIG1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": -32,
"time": "1775552408"
},
"departure": {
"delay": -32,
"time": "1775552428"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 15
}
],
"timestamp": "1775560079",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:05:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3748460x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx11292:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 16537,
"time": "1775560297"
},
"departure": {
"delay": 16537,
"time": "1775560297"
},
"stopId": "FR:76705:ZE:TCARxTOMAN2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 16500,
"time": "1775561400"
},
"departure": {
"delay": 16500,
"time": "1775561400"
},
"stopId": "FR:76575:ZE:TCARxCHAPL1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 16500,
"time": "1775560740"
},
"departure": {
"delay": 16500,
"time": "1775560740"
},
"stopId": "FR:76484:ZE:TCARxOIHDV1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 16510,
"time": "1775560990"
},
"departure": {
"delay": 16510,
"time": "1775560990"
},
"stopId": "FR:76484:ZE:TCARxPEZO21:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 16560,
"time": "1775561700"
},
"departure": {
"delay": 16560,
"time": "1775561700"
},
"stopId": "FR:76575:ZE:TCARxLANGU1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 16522,
"time": "1775560642"
},
"departure": {
"delay": 16522,
"time": "1775560642"
},
"stopId": "FR:76484:ZE:TCARxCFERR3:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 16516,
"time": "1775561056"
},
"departure": {
"delay": 16516,
"time": "1775561056"
},
"stopId": "FR:76484:ZE:TCARxCOMPX1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 16519,
"time": "1775561299"
},
"departure": {
"delay": 16519,
"time": "1775561299"
},
"stopId": "FR:76484:ZE:TCARxVOSGE1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 16500,
"time": "1775560920"
},
"departure": {
"delay": 16500,
"time": "1775560920"
},
"stopId": "FR:76484:ZE:TCARxFERRE1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 16531,
"time": "1775562211"
},
"departure": {
"delay": 16531,
"time": "1775562211"
},
"stopId": "FR:76681:ZE:TCARxKERVI1:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 16514,
"time": "1775561234"
},
"departure": {
"delay": 16514,
"time": "1775561234"
},
"stopId": "FR:76484:ZE:TCARxPLBEL1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 16503,
"time": "1775560863"
},
"departure": {
"delay": 16503,
"time": "1775560863"
},
"stopId": "FR:76484:ZE:TCARxBIBOI1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 16555,
"time": "1775561635"
},
"departure": {
"delay": 16555,
"time": "1775561635"
},
"stopId": "FR:76575:ZE:TCARxNODIE1:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 16521,
"time": "1775562141"
},
"departure": {
"delay": 16521,
"time": "1775562141"
},
"stopId": "FR:76681:ZE:TCARxCHROU1:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 16557,
"time": "1775560557"
},
"departure": {
"delay": 16557,
"time": "1775560557"
},
"stopId": "FR:76484:ZE:TCARxPLPAI1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 16500,
"time": "1775560500"
},
"departure": {
"delay": 16500,
"time": "1775560500"
},
"stopId": "FR:76484:ZE:TCARxPOLOI0:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 16514,
"time": "1775562074"
},
"departure": {
"delay": 16514,
"time": "1775562074"
},
"stopId": "FR:76575:ZE:TCARxSTYO21:ATOUMOD001",
"stopSequence": 27
},
{
"departure": {
"delay": 16500,
"time": "1775560260"
},
"stopId": "FR:76705:ZE:TCARxTOCEN:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 16524,
"time": "1775560824"
},
"departure": {
"delay": 16524,
"time": "1775560824"
},
"stopId": "FR:76484:ZE:TCARxCIMOI1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 16578,
"time": "1775561538"
},
"departure": {
"delay": 16578,
"time": "1775561538"
},
"stopId": "FR:76575:ZE:TCARxSLOGN1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 16565,
"time": "1775561585"
},
"departure": {
"delay": 16565,
"time": "1775561585"
},
"stopId": "FR:76575:ZE:TCARxPNAVA1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 16510,
"time": "1775561350"
},
"departure": {
"delay": 16510,
"time": "1775561350"
},
"stopId": "FR:76484:ZE:TCARxCITEO1:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 16542,
"time": "1775560362"
},
"departure": {
"delay": 16542,
"time": "1775560362"
},
"stopId": "FR:76705:ZE:TCARxTOPAR2:ATOUMOD001",
"stopSequence": 3
}
],
"timestamp": "1775559756",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx03:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx11292:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx15043:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 21964,
"time": "1775558584"
},
"departure": {
"delay": 21964,
"time": "1775558584"
},
"stopId": "FR:76451:ZE:TCARxCCOMM2:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 21924,
"time": "1775558124"
},
"departure": {
"delay": 21924,
"time": "1775558124"
},
"stopId": "FR:76108:ZE:TCARxBGUI21:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 21924,
"time": "1775558244"
},
"departure": {
"delay": 21924,
"time": "1775558244"
},
"stopId": "FR:76108:ZE:TCARxVIELL3:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 21938,
"time": "1775557838"
},
"departure": {
"delay": 21938,
"time": "1775557838"
},
"stopId": "FR:76095:ZE:TCARxCIMEB2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 21966,
"time": "1775557926"
},
"departure": {
"delay": 21966,
"time": "1775557926"
},
"stopId": "FR:76108:ZE:TCARxREEDU1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 22144,
"time": "1775559664"
},
"departure": {
"delay": 22144,
"time": "1775559664"
},
"stopId": "FR:76410:ZE:TCARxPALIS4:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 22169,
"time": "1775559749"
},
"departure": {
"delay": 22169,
"time": "1775559749"
},
"stopId": "FR:76216:ZE:TCARxDEVIL4:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 22080,
"time": "1775559360"
},
"departure": {
"delay": 22080,
"time": "1775559360"
},
"stopId": "FR:76451:ZE:TCARxDEBOI1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 21994,
"time": "1775558734"
},
"departure": {
"delay": 21994,
"time": "1775558734"
},
"stopId": "FR:76451:ZE:TCARxGALLI1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 22025,
"time": "1775558645"
},
"departure": {
"delay": 22025,
"time": "1775558645"
},
"stopId": "FR:76451:ZE:TCARxFRECH1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 21962,
"time": "1775558522"
},
"departure": {
"delay": 21962,
"time": "1775558522"
},
"stopId": "FR:76451:ZE:TCARxSAKHA0:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 22128,
"time": "1775559588"
},
"departure": {
"delay": 22128,
"time": "1775559588"
},
"stopId": "FR:76216:ZE:TCARxMIREL1:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 21926,
"time": "1775558066"
},
"departure": {
"delay": 21926,
"time": "1775558066"
},
"stopId": "FR:76108:ZE:TCARxANDER2:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 21987,
"time": "1775558367"
},
"departure": {
"delay": 21987,
"time": "1775558367"
},
"stopId": "FR:76451:ZE:TCARxEXUPE4:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 22039,
"time": "1775558779"
},
"departure": {
"delay": 22039,
"time": "1775558779"
},
"stopId": "FR:76451:ZE:TCARxMURET1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 21921,
"time": "1775558001"
},
"departure": {
"delay": 21921,
"time": "1775558001"
},
"stopId": "FR:76108:ZE:TCARxVENIS1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 21960,
"time": "1775558160"
},
"departure": {
"delay": 21960,
"time": "1775558160"
},
"stopId": "FR:76108:ZE:TCARxMAXPO2:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 22071,
"time": "1775559291"
},
"departure": {
"delay": 22071,
"time": "1775559291"
},
"stopId": "FR:76451:ZE:TCARxCROIX2:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 21974,
"time": "1775558294"
},
"departure": {
"delay": 21974,
"time": "1775558294"
},
"stopId": "FR:76108:ZE:TCARxBOCQU4:ATOUMOD001",
"stopSequence": 9
},
{
"departure": {
"delay": 21903,
"time": "1775557803"
},
"stopId": "FR:76540:ZE:TCARxTAMAR5:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 22084,
"time": "1775559424"
},
"departure": {
"delay": 22084,
"time": "1775559424"
},
"stopId": "FR:76216:ZE:TCARxJVERN1:ATOUMOD001",
"stopSequence": 23
}
],
"timestamp": "1775557805",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx08:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx15043:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx11493:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -1753,
"time": "1775559527"
},
"departure": {
"delay": -1753,
"time": "1775559527"
},
"stopId": "FR:76575:ZE:TCARxGOUBE0:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": -1682,
"time": "1775558998"
},
"departure": {
"delay": -1682,
"time": "1775558998"
},
"stopId": "FR:76681:ZE:TCARxPGAUL0:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -1678,
"time": "1775559182"
},
"departure": {
"delay": -1678,
"time": "1775559182"
},
"stopId": "FR:76681:ZE:TCARxCHROU0:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": -1778,
"time": "1775560462"
},
"departure": {
"delay": -1778,
"time": "1775560462"
},
"stopId": "FR:76484:ZE:TCARxCIMOI0:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": -1769,
"time": "1775560651"
},
"departure": {
"delay": -1769,
"time": "1775560651"
},
"stopId": "FR:76484:ZE:TCARxCFERR2:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": -1664,
"time": "1775559016"
},
"departure": {
"delay": -1664,
"time": "1775559016"
},
"stopId": "FR:76681:ZE:TCARxRRIOT0:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -1712,
"time": "1775560288"
},
"departure": {
"delay": -1712,
"time": "1775560288"
},
"stopId": "FR:76484:ZE:TCARxPEZOL0:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": -1728,
"time": "1775559312"
},
"departure": {
"delay": -1728,
"time": "1775559312"
},
"stopId": "FR:76575:ZE:TCARxCOQLI0:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -1769,
"time": "1775560711"
},
"departure": {
"delay": -1769,
"time": "1775560711"
},
"stopId": "FR:76484:ZE:TCARxPLPAI2:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": -1730,
"time": "1775559790"
},
"departure": {
"delay": -1730,
"time": "1775559790"
},
"stopId": "FR:76575:ZE:TCARxSLOGN0:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": -1720,
"time": "1775559140"
},
"departure": {
"delay": -1720,
"time": "1775559140"
},
"stopId": "FR:76681:ZE:TCARxKERVI0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": -1724,
"time": "1775560156"
},
"departure": {
"delay": -1724,
"time": "1775560156"
},
"stopId": "FR:76484:ZE:TCARxCIMJ10:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": -1744,
"time": "1775559956"
},
"departure": {
"delay": -1744,
"time": "1775559956"
},
"stopId": "FR:76484:ZE:TCARxVOSGE0:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": -1791,
"time": "1775561109"
},
"departure": {
"delay": -1791,
"time": "1775561109"
},
"stopId": "FR:76705:ZE:TCARxTOMAN1:ATOUMOD001",
"stopSequence": 33
},
{
"arrival": {
"delay": -1750,
"time": "1775560430"
},
"departure": {
"delay": -1750,
"time": "1775560430"
},
"stopId": "FR:76484:ZE:TCARxBIBOI0:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": -1735,
"time": "1775560025"
},
"departure": {
"delay": -1735,
"time": "1775560025"
},
"stopId": "FR:76484:ZE:TCARxPLBEL0:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": -1697,
"time": "1775559763"
},
"departure": {
"delay": -1697,
"time": "1775559763"
},
"stopId": "FR:76575:ZE:TCARxPNAVA0:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": -1692,
"time": "1775559228"
},
"departure": {
"delay": -1692,
"time": "1775559228"
},
"stopId": "FR:76575:ZE:TCARxSTYO20:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": -1751,
"time": "1775559577"
},
"departure": {
"delay": -1751,
"time": "1775559649"
},
"stopId": "FR:76575:ZE:TCARxLANGU0:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": -1832,
"time": "1775561188"
},
"stopId": "FR:76705:ZE:TCARxTOCEN:ATOUMOD001",
"stopSequence": 34
},
{
"arrival": {
"delay": -1699,
"time": "1775559700"
},
"departure": {
"delay": -1699,
"time": "1775559701"
},
"stopId": "FR:76575:ZE:TCARxNODIE0:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": -1769,
"time": "1775560111"
},
"departure": {
"delay": -1769,
"time": "1775560111"
},
"stopId": "FR:76484:ZE:TCARxCHARC0:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": -1730,
"time": "1775560570"
},
"departure": {
"delay": -1730,
"time": "1775560570"
},
"stopId": "FR:76484:ZE:TCARxOIHDV0:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": -1769,
"time": "1775560351"
},
"departure": {
"delay": -1769,
"time": "1775560351"
},
"stopId": "FR:76484:ZE:TCARxFERRE0:ATOUMOD001",
"stopSequence": 24
},
{
"departure": {
"delay": -1620,
"time": "1775558940"
},
"stopId": "FR:76681:ZE:TCARxHDVS1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": -1769,
"time": "1775560771"
},
"departure": {
"delay": -1769,
"time": "1775560771"
},
"stopId": "FR:76484:ZE:TCARxPOLOI2:ATOUMOD001",
"stopSequence": 31
},
{
"arrival": {
"delay": -1775,
"time": "1775560225"
},
"departure": {
"delay": -1775,
"time": "1775560225"
},
"stopId": "FR:76484:ZE:TCARxCOMPX0:ATOUMOD001",
"stopSequence": 22
}
],
"timestamp": "1775558376",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx03:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx11493:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx16071:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 9480,
"time": "1775560560"
},
"departure": {
"delay": 9480,
"time": "1775560560"
},
"stopId": "FR:76103:ZE:TCARxMASSE0:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 9480,
"time": "1775561580"
},
"departure": {
"delay": 9480,
"time": "1775561580"
},
"stopId": "FR:76116:ZE:TCARxAEROP1:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 9480,
"time": "1775561040"
},
"departure": {
"delay": 9480,
"time": "1775561040"
},
"stopId": "FR:76429:ZE:TCARxHUBER3:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 9500,
"time": "1775560160"
},
"departure": {
"delay": 9500,
"time": "1775560160"
},
"stopId": "FR:76103:ZE:TCARxNOYER0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 9540,
"time": "1775561700"
},
"departure": {
"delay": 9540,
"time": "1775561700"
},
"stopId": "FR:76116:ZE:TCARxGENDA1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 9480,
"time": "1775560980"
},
"departure": {
"delay": 9480,
"time": "1775560980"
},
"stopId": "FR:76429:ZE:TCARxMALOT1:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 9480,
"time": "1775561460"
},
"departure": {
"delay": 9480,
"time": "1775561460"
},
"stopId": "FR:76475:ZE:TCARxCHERA1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 9420,
"time": "1775560800"
},
"departure": {
"delay": 9420,
"time": "1775560800"
},
"stopId": "FR:76429:ZE:TCARxCHATA0:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 9480,
"time": "1775560620"
},
"departure": {
"delay": 9480,
"time": "1775560620"
},
"stopId": "FR:76103:ZE:TCARxACHAV0:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 9480,
"time": "1775561820"
},
"stopId": "FR:76116:ZE:TCARxMUZIK1:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 9420,
"time": "1775561220"
},
"departure": {
"delay": 9420,
"time": "1775561220"
},
"stopId": "FR:76475:ZE:TCARxGAREN0:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 9480,
"time": "1775560920"
},
"departure": {
"delay": 9480,
"time": "1775560920"
},
"stopId": "FR:76475:ZE:TCARxLOISI1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 9480,
"time": "1775560080"
},
"departure": {
"delay": 9480,
"time": "1775560080"
},
"stopId": "FR:76540:ZE:TCARxPAUL20:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 9480,
"time": "1775560320"
},
"departure": {
"delay": 9480,
"time": "1775560320"
},
"stopId": "FR:76103:ZE:TCARxHCOTE0:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 9480,
"time": "1775560200"
},
"departure": {
"delay": 9480,
"time": "1775560200"
},
"stopId": "FR:76103:ZE:TCARxTHURI0:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 9560,
"time": "1775559980"
},
"departure": {
"delay": 9560,
"time": "1775559980"
},
"stopId": "FR:76540:ZE:TCARxCHMA20:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 9420,
"time": "1775561160"
},
"departure": {
"delay": 9420,
"time": "1775561160"
},
"stopId": "FR:76475:ZE:TCARxMALEC3:ATOUMOD001",
"stopSequence": 21
},
{
"departure": {
"delay": 9540,
"time": "1775559960"
},
"stopId": "FR:76540:ZE:TCARxMART10:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 9480,
"time": "1775560740"
},
"departure": {
"delay": 9480,
"time": "1775560740"
},
"stopId": "FR:76429:ZE:TCARxCHEMI0:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 9480,
"time": "1775561100"
},
"departure": {
"delay": 9480,
"time": "1775561100"
},
"stopId": "FR:76475:ZE:TCARxLORME0:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 9480,
"time": "1775560680"
},
"departure": {
"delay": 9480,
"time": "1775560680"
},
"stopId": "FR:76429:ZE:TCARxDUNET1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 9480,
"time": "1775560860"
},
"departure": {
"delay": 9480,
"time": "1775560860"
},
"stopId": "FR:76429:ZE:TCARxMOPRE0:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 9540,
"time": "1775560140"
},
"departure": {
"delay": 9540,
"time": "1775560140"
},
"stopId": "FR:76540:ZE:TCARxBASSE0:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 9500,
"time": "1775561060"
},
"departure": {
"delay": 9500,
"time": "1775561060"
},
"stopId": "FR:76475:ZE:TCARxTHIER0:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 9480,
"time": "1775560500"
},
"departure": {
"delay": 9480,
"time": "1775560500"
},
"stopId": "FR:76103:ZE:TCARxVERHA0:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 9500,
"time": "1775561720"
},
"departure": {
"delay": 9500,
"time": "1775561720"
},
"stopId": "FR:76116:ZE:TCARxGRAND2:ATOUMOD001",
"stopSequence": 27
}
],
"timestamp": "1775559397",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx13:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx16071:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3747884x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 25,
"time": "1775535771"
},
"departure": {
"delay": 25,
"time": "1775535805"
},
"stopId": "FR:50129:ZE:10MTT1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 68,
"time": "1775536246"
},
"departure": {
"delay": 68,
"time": "1775536268"
},
"stopId": "FR:50129:ZE:10LOG1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 8,
"time": "1775535281"
},
"departure": {
"delay": 8,
"time": "1775535308"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": -25,
"time": "1775535420"
},
"departure": {
"delay": -25,
"time": "1775535455"
},
"stopId": "FR:50129:ZE:10BOS1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 77,
"time": "1775535826"
},
"departure": {
"delay": 77,
"time": "1775535857"
},
"stopId": "FR:50129:ZE:10SEX1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": -23,
"time": "1775535519"
},
"departure": {
"delay": -23,
"time": "1775535577"
},
"stopId": "FR:50129:ZE:10SRN1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 21,
"time": "1775535142"
},
"departure": {
"delay": 21,
"time": "1775535201"
},
"stopId": "FR:50129:ZE:10SHU1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 20,
"time": "1775536212"
},
"departure": {
"delay": 20,
"time": "1775536220"
},
"stopId": "FR:50129:ZE:10REN1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 46,
"time": "1775536352"
},
"departure": {
"delay": 46,
"time": "1775536366"
},
"stopId": "FR:50129:ZE:10BOC1:ATOUMOD035",
"stopSequence": 21
},
{
"departure": {
"delay": 148,
"time": "1775535088"
},
"stopId": "FR:50129:ZE:10SHU2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": -27,
"time": "1775535735"
},
"departure": {
"delay": -27,
"time": "1775535753"
},
"stopId": "FR:50129:ZE:10BSJ1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": -37,
"time": "1775535665"
},
"departure": {
"delay": -37,
"time": "1775535683"
},
"stopId": "FR:50129:ZE:10RUC1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 53,
"time": "1775536113"
},
"departure": {
"delay": 53,
"time": "1775536133"
},
"stopId": "FR:50129:ZE:10DEB1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 13,
"time": "1775536321"
},
"departure": {
"delay": 13,
"time": "1775536333"
},
"stopId": "FR:50129:ZE:10GNT1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 39,
"time": "1775535384"
},
"departure": {
"delay": 39,
"time": "1775535399"
},
"stopId": "FR:50129:ZE:10JAR1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 54,
"time": "1775536180"
},
"departure": {
"delay": 54,
"time": "1775536194"
},
"stopId": "FR:50129:ZE:10CUR1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": -39,
"time": "1775535489"
},
"departure": {
"delay": -39,
"time": "1775535501"
},
"stopId": "FR:50129:ZE:10ODR1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 23,
"time": "1775536385"
},
"departure": {
"delay": 23,
"time": "1775536403"
},
"stopId": "FR:50129:ZE:10CEN1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 36,
"time": "1775535982"
},
"departure": {
"delay": 36,
"time": "1775536056"
},
"stopId": "FR:50129:ZE:10CSM1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 5,
"time": "1775536445"
},
"stopId": "FR:50129:ZE:10MXR1:ATOUMOD035",
"stopSequence": 23
}
],
"timestamp": "1775560073",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:04:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3747884x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3758384x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 16,
"time": "1775553868"
},
"departure": {
"delay": 16,
"time": "1775553916"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 105,
"time": "1775552112"
},
"departure": {
"delay": 105,
"time": "1775552145"
},
"stopId": "FR:50402:ZE:PIXZAF:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 78,
"time": "1775552380"
},
"departure": {
"delay": 78,
"time": "1775552418"
},
"stopId": "FR:50045:ZE:BENBG1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 127,
"time": "1775554029"
},
"departure": {
"delay": 127,
"time": "1775554087"
},
"stopId": "FR:50129:ZE:10PLA4:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": -26,
"time": "1775553814"
},
"departure": {
"delay": -26,
"time": "1775553814"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 115,
"time": "1775554126"
},
"departure": {
"delay": 115,
"time": "1775554135"
},
"stopId": "FR:50129:ZE:10CRN2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 75,
"time": "1775553309"
},
"departure": {
"delay": 75,
"time": "1775553315"
},
"stopId": "FR:50294:ZE:MARPO1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 149,
"time": "1775551764"
},
"departure": {
"delay": 149,
"time": "1775551829"
},
"stopId": "FR:50402:ZE:PIXLAN:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 118,
"time": "1775554258"
},
"stopId": "FR:50129:ZE:10PEM4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 53,
"time": "1775552778"
},
"departure": {
"delay": 53,
"time": "1775552813"
},
"stopId": "FR:50643:ZE:VIRMA1:ATOUMOD035",
"stopSequence": 11
},
{
"departure": {
"delay": 52,
"time": "1775550952"
},
"stopId": "FR:50184:ZE:FLAEN1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 128,
"time": "1775551192"
},
"departure": {
"delay": 128,
"time": "1775551208"
},
"stopId": "FR:50184:ZE:FLAES1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 62,
"time": "1775552483"
},
"departure": {
"delay": 62,
"time": "1775552522"
},
"stopId": "FR:50045:ZE:BENCG1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 120,
"time": "1775551364"
},
"departure": {
"delay": 120,
"time": "1775551380"
},
"stopId": "FR:50184:ZE:FLAHB1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 91,
"time": "1775553593"
},
"departure": {
"delay": 91,
"time": "1775553631"
},
"stopId": "FR:50129:ZE:10ANJ7:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 85,
"time": "1775553075"
},
"departure": {
"delay": 85,
"time": "1775553145"
},
"stopId": "FR:50575:ZE:SIDHC1:ATOUMOD035",
"stopSequence": 12
}
],
"timestamp": "1775559468",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:B:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3758384x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745197x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 103,
"time": "1775541605"
},
"departure": {
"delay": 103,
"time": "1775541643"
},
"stopId": "FR:50129:ZE:10BRA3:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 136,
"time": "1775542058"
},
"departure": {
"delay": 136,
"time": "1775542096"
},
"stopId": "FR:50129:ZE:10AMO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 173,
"time": "1775540896"
},
"departure": {
"delay": 173,
"time": "1775540933"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 98,
"time": "1775541544"
},
"departure": {
"delay": 98,
"time": "1775541578"
},
"stopId": "FR:50129:ZE:10RTU1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 168,
"time": "1775541013"
},
"departure": {
"delay": 168,
"time": "1775541048"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 6
},
{
"departure": {
"delay": 174,
"time": "1775540574"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 134,
"time": "1775541978"
},
"departure": {
"delay": 134,
"time": "1775542034"
},
"stopId": "FR:50129:ZE:10EGL1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 176,
"time": "1775540963"
},
"departure": {
"delay": 176,
"time": "1775540996"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 147,
"time": "1775540744"
},
"departure": {
"delay": 147,
"time": "1775540787"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 109,
"time": "1775542249"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 117,
"time": "1775541917"
},
"departure": {
"delay": 117,
"time": "1775541957"
},
"stopId": "FR:50129:ZE:10OLY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 86,
"time": "1775541766"
},
"departure": {
"delay": 86,
"time": "1775541806"
},
"stopId": "FR:50129:ZE:10ANJ5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 136,
"time": "1775541449"
},
"departure": {
"delay": 136,
"time": "1775541496"
},
"stopId": "FR:50129:ZE:10PFO1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 183,
"time": "1775541082"
},
"departure": {
"delay": 183,
"time": "1775541123"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 118,
"time": "1775541829"
},
"departure": {
"delay": 118,
"time": "1775541898"
},
"stopId": "FR:50129:ZE:10PRV1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 77,
"time": "1775541701"
},
"departure": {
"delay": 77,
"time": "1775541737"
},
"stopId": "FR:50129:ZE:10BQR1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 173,
"time": "1775541377"
},
"departure": {
"delay": 173,
"time": "1775541413"
},
"stopId": "FR:50129:ZE:10FOR3:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 217,
"time": "1775541298"
},
"departure": {
"delay": 217,
"time": "1775541337"
},
"stopId": "FR:50129:ZE:10CRC3:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 83,
"time": "1775540617"
},
"departure": {
"delay": 83,
"time": "1775540663"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 2
}
],
"timestamp": "1775560077",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1B:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745197x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx12133:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 9902,
"time": "1775556842"
},
"departure": {
"delay": 9902,
"time": "1775556842"
},
"stopId": "FR:76402:ZE:TCARxCMEDI1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 9942,
"time": "1775557542"
},
"departure": {
"delay": 9942,
"time": "1775557542"
},
"stopId": "FR:76474:ZE:TCARxAGIDE1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 9797,
"time": "1775559017"
},
"stopId": "FR:76540:ZE:TCARxRIBOU3:ATOUMOD001",
"stopSequence": 32
},
{
"arrival": {
"delay": 9887,
"time": "1775556767"
},
"departure": {
"delay": 9887,
"time": "1775556767"
},
"stopId": "FR:76402:ZE:TCARxHBOUR0:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 9942,
"time": "1775557242"
},
"departure": {
"delay": 9942,
"time": "1775557242"
},
"stopId": "FR:76366:ZE:TCARxLESUE0:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 9997,
"time": "1775557417"
},
"departure": {
"delay": 9997,
"time": "1775557417"
},
"stopId": "FR:76366:ZE:TCARxLSOUR0:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 9957,
"time": "1775558217"
},
"departure": {
"delay": 9957,
"time": "1775558217"
},
"stopId": "FR:76216:ZE:TCARxFAUQU0:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 9997,
"time": "1775558317"
},
"departure": {
"delay": 9997,
"time": "1775558317"
},
"stopId": "FR:76216:ZE:TCARxJFERR0:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 9952,
"time": "1775557492"
},
"departure": {
"delay": 9952,
"time": "1775557492"
},
"stopId": "FR:76474:ZE:TCARxMUSEE0:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 9942,
"time": "1775558417"
},
"departure": {
"delay": 9942,
"time": "1775558442"
},
"stopId": "FR:76216:ZE:TCARxFRESN1:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 9927,
"time": "1775556747"
},
"departure": {
"delay": 9927,
"time": "1775556747"
},
"stopId": "FR:76402:ZE:TCARxHFREV0:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 10004,
"time": "1775558804"
},
"departure": {
"delay": 10004,
"time": "1775558804"
},
"stopId": "FR:76540:ZE:TCARxMIN1T:ATOUMOD001",
"stopSequence": 31
},
{
"arrival": {
"delay": 9947,
"time": "1775557367"
},
"departure": {
"delay": 9947,
"time": "1775557367"
},
"stopId": "FR:76366:ZE:TCARxHMAIR0:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 9893,
"time": "1775556893"
},
"departure": {
"delay": 9893,
"time": "1775556893"
},
"stopId": "FR:76402:ZE:TCARxNCHAM0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 9908,
"time": "1775557208"
},
"departure": {
"delay": 9908,
"time": "1775557208"
},
"stopId": "FR:76366:ZE:TCARxHEGLI0:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 9917,
"time": "1775558717"
},
"departure": {
"delay": 9917,
"time": "1775558717"
},
"stopId": "FR:76157:ZE:TCARxMIN3:ATOUMOD001",
"stopSequence": 30
}
],
"timestamp": "1775556376",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx04:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx12133:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746222x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 111,
"time": "1775553561"
},
"departure": {
"delay": 111,
"time": "1775553591"
},
"stopId": "FR:50129:ZE:10RSX2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 137,
"time": "1775554061"
},
"departure": {
"delay": 137,
"time": "1775554097"
},
"stopId": "FR:50129:ZE:10LLM2:ATOUMOD035",
"stopSequence": 13
},
{
"departure": {
"delay": 88,
"time": "1775553328"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 224,
"time": "1775554580"
},
"departure": {
"delay": 224,
"time": "1775554724"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 147,
"time": "1775555506"
},
"departure": {
"delay": 147,
"time": "1775555547"
},
"stopId": "FR:50129:ZE:10HUI2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 101,
"time": "1775554324"
},
"departure": {
"delay": 101,
"time": "1775554361"
},
"stopId": "FR:50129:ZE:10LCP2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 138,
"time": "1775556645"
},
"departure": {
"delay": 138,
"time": "1775556678"
},
"stopId": "FR:50129:ZE:10COF2:ATOUMOD035",
"stopSequence": 47
},
{
"arrival": {
"delay": 136,
"time": "1775555679"
},
"departure": {
"delay": 136,
"time": "1775555716"
},
"stopId": "FR:50129:ZE:10AGO2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 214,
"time": "1775554918"
},
"departure": {
"delay": 214,
"time": "1775554954"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 100,
"time": "1775553810"
},
"departure": {
"delay": 100,
"time": "1775553820"
},
"stopId": "FR:50129:ZE:10ZPH2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 150,
"time": "1775555391"
},
"departure": {
"delay": 150,
"time": "1775555430"
},
"stopId": "FR:50129:ZE:10REP4:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 188,
"time": "1775556144"
},
"departure": {
"delay": 188,
"time": "1775556188"
},
"stopId": "FR:50129:ZE:10PRE2:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": 126,
"time": "1775555790"
},
"departure": {
"delay": 126,
"time": "1775555826"
},
"stopId": "FR:50129:ZE:10DUB2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 144,
"time": "1775555586"
},
"departure": {
"delay": 144,
"time": "1775555604"
},
"stopId": "FR:50129:ZE:10BEL2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 77,
"time": "1775556460"
},
"departure": {
"delay": 77,
"time": "1775556497"
},
"stopId": "FR:50129:ZE:10ALB2:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"delay": 79,
"time": "1775554422"
},
"departure": {
"delay": 79,
"time": "1775554459"
},
"stopId": "FR:50129:ZE:10THH4:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 86,
"time": "1775554226"
},
"departure": {
"delay": 86,
"time": "1775554286"
},
"stopId": "FR:50129:ZE:10BHC2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 176,
"time": "1775556080"
},
"departure": {
"delay": 176,
"time": "1775556116"
},
"stopId": "FR:50129:ZE:10CPL2:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"delay": 86,
"time": "1775553612"
},
"departure": {
"delay": 86,
"time": "1775553626"
},
"stopId": "FR:50129:ZE:10MGT2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 86,
"time": "1775556437"
},
"departure": {
"delay": 86,
"time": "1775556446"
},
"stopId": "FR:50129:ZE:10SFN2:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"delay": 96,
"time": "1775553374"
},
"departure": {
"delay": 96,
"time": "1775553396"
},
"stopId": "FR:50129:ZE:10JGO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 67,
"time": "1775553474"
},
"departure": {
"delay": 67,
"time": "1775553487"
},
"stopId": "FR:50129:ZE:10COS2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 140,
"time": "1775556312"
},
"departure": {
"delay": 140,
"time": "1775556320"
},
"stopId": "FR:50129:ZE:10BRT2:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"delay": 190,
"time": "1775555196"
},
"departure": {
"delay": 190,
"time": "1775555230"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 127,
"time": "1775555970"
},
"departure": {
"delay": 127,
"time": "1775556007"
},
"stopId": "FR:50129:ZE:10LON2:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 113,
"time": "1775555444"
},
"departure": {
"delay": 113,
"time": "1775555453"
},
"stopId": "FR:50129:ZE:10TRA6:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 107,
"time": "1775556340"
},
"departure": {
"delay": 107,
"time": "1775556347"
},
"stopId": "FR:50129:ZE:10HOU2:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": 148,
"time": "1775556198"
},
"departure": {
"delay": 148,
"time": "1775556208"
},
"stopId": "FR:50129:ZE:10ARA2:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"delay": 72,
"time": "1775556366"
},
"departure": {
"delay": 72,
"time": "1775556372"
},
"stopId": "FR:50129:ZE:10CAR2:ATOUMOD035",
"stopSequence": 44
},
{
"arrival": {
"delay": 181,
"time": "1775556264"
},
"departure": {
"delay": 181,
"time": "1775556301"
},
"stopId": "FR:50129:ZE:10BON2:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": 93,
"time": "1775555896"
},
"departure": {
"delay": 93,
"time": "1775555913"
},
"stopId": "FR:50129:ZE:10ZOL2:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 98,
"time": "1775554149"
},
"departure": {
"delay": 98,
"time": "1775554178"
},
"stopId": "FR:50129:ZE:10LUM2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 61,
"time": "1775553958"
},
"departure": {
"delay": 61,
"time": "1775554021"
},
"stopId": "FR:50129:ZE:10BRO2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 178,
"time": "1775555129"
},
"departure": {
"delay": 178,
"time": "1775555158"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 114,
"time": "1775556702"
},
"departure": {
"delay": 114,
"time": "1775556714"
},
"stopId": "FR:50129:ZE:10SFG2:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"delay": 97,
"time": "1775556817"
},
"stopId": "FR:50129:ZE:10MAX1:ATOUMOD035",
"stopSequence": 50
},
{
"arrival": {
"delay": 193,
"time": "1775554827"
},
"departure": {
"delay": 193,
"time": "1775554873"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 139,
"time": "1775553641"
},
"departure": {
"delay": 139,
"time": "1775553679"
},
"stopId": "FR:50129:ZE:10MYO2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 132,
"time": "1775553776"
},
"departure": {
"delay": 132,
"time": "1775553792"
},
"stopId": "FR:50129:ZE:10JEA2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 112,
"time": "1775556021"
},
"departure": {
"delay": 112,
"time": "1775556052"
},
"stopId": "FR:50129:ZE:10BHE2:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 128,
"time": "1775556750"
},
"departure": {
"delay": 128,
"time": "1775556788"
},
"stopId": "FR:50129:ZE:10EPH1:ATOUMOD035",
"stopSequence": 49
},
{
"arrival": {
"delay": 68,
"time": "1775553841"
},
"departure": {
"delay": 68,
"time": "1775553848"
},
"stopId": "FR:50129:ZE:10ART2:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 110,
"time": "1775554111"
},
"departure": {
"delay": 110,
"time": "1775554130"
},
"stopId": "FR:50129:ZE:10JMO2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 191,
"time": "1775555314"
},
"departure": {
"delay": 191,
"time": "1775555351"
},
"stopId": "FR:50129:ZE:10HDI4:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 189,
"time": "1775555081"
},
"departure": {
"delay": 189,
"time": "1775555109"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 188,
"time": "1775555010"
},
"departure": {
"delay": 188,
"time": "1775555048"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 135,
"time": "1775553718"
},
"departure": {
"delay": 135,
"time": "1775553735"
},
"stopId": "FR:50129:ZE:10NOR4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 116,
"time": "1775555740"
},
"departure": {
"delay": 116,
"time": "1775555756"
},
"stopId": "FR:50129:ZE:10LAV2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 136,
"time": "1775555640"
},
"departure": {
"delay": 136,
"time": "1775555656"
},
"stopId": "FR:50129:ZE:10HOM2:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 61,
"time": "1775553515"
},
"departure": {
"delay": 61,
"time": "1775553541"
},
"stopId": "FR:50129:ZE:10CVE2:ATOUMOD035",
"stopSequence": 4
}
],
"timestamp": "1775560076",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746222x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746173x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -61,
"time": "1775553824"
},
"departure": {
"delay": -61,
"time": "1775553839"
},
"stopId": "FR:50129:ZE:10LAV1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 102,
"time": "1775555715"
},
"departure": {
"delay": 102,
"time": "1775555742"
},
"stopId": "FR:50129:ZE:10LLM1:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": -73,
"time": "1775553938"
},
"departure": {
"delay": -73,
"time": "1775553947"
},
"stopId": "FR:50129:ZE:10HOM1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": -17,
"time": "1775553672"
},
"departure": {
"delay": -17,
"time": "1775553703"
},
"stopId": "FR:50129:ZE:10ZOL1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": -37,
"time": "1775553436"
},
"departure": {
"delay": -37,
"time": "1775553443"
},
"stopId": "FR:50129:ZE:10ARA1:ATOUMOD035",
"stopSequence": 10
},
{
"departure": {
"delay": 36,
"time": "1775552976"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": -96,
"time": "1775554125"
},
"departure": {
"delay": -96,
"time": "1775554164"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": -114,
"time": "1775554297"
},
"departure": {
"delay": -114,
"time": "1775554326"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": -119,
"time": "1775554006"
},
"departure": {
"delay": -119,
"time": "1775554021"
},
"stopId": "FR:50129:ZE:10BEL1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 39,
"time": "1775556004"
},
"departure": {
"delay": 39,
"time": "1775556039"
},
"stopId": "FR:50129:ZE:10NOR3:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"delay": -5,
"time": "1775556295"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"delay": 53,
"time": "1775556200"
},
"departure": {
"delay": 53,
"time": "1775556233"
},
"stopId": "FR:50129:ZE:10COS1:ATOUMOD035",
"stopSequence": 47
},
{
"arrival": {
"delay": 38,
"time": "1775553198"
},
"departure": {
"delay": 38,
"time": "1775553218"
},
"stopId": "FR:50129:ZE:10SFN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 56,
"time": "1775553157"
},
"departure": {
"delay": 56,
"time": "1775553176"
},
"stopId": "FR:50129:ZE:10ALB1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 81,
"time": "1775555894"
},
"departure": {
"delay": 81,
"time": "1775555901"
},
"stopId": "FR:50129:ZE:10ART1:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": 36,
"time": "1775555964"
},
"departure": {
"delay": 36,
"time": "1775555976"
},
"stopId": "FR:50129:ZE:10JEA1:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": 33,
"time": "1775554856"
},
"departure": {
"delay": 33,
"time": "1775554893"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 87,
"time": "1775554764"
},
"departure": {
"delay": 87,
"time": "1775554827"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 111,
"time": "1775555681"
},
"departure": {
"delay": 111,
"time": "1775555691"
},
"stopId": "FR:50129:ZE:10JMO1:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"time": "1775553320"
},
"departure": {
"time": "1775553360"
},
"stopId": "FR:50129:ZE:10BRT1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 57,
"time": "1775555906"
},
"departure": {
"delay": 57,
"time": "1775555937"
},
"stopId": "FR:50129:ZE:10ZPH1:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"delay": 81,
"time": "1775555636"
},
"departure": {
"delay": 81,
"time": "1775555661"
},
"stopId": "FR:50129:ZE:10LUM1:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": -111,
"time": "1775554057"
},
"departure": {
"delay": -111,
"time": "1775554089"
},
"stopId": "FR:50129:ZE:10HUI1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 15,
"time": "1775553365"
},
"departure": {
"delay": 15,
"time": "1775553375"
},
"stopId": "FR:50129:ZE:10BON1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 184,
"time": "1775555388"
},
"departure": {
"delay": 184,
"time": "1775555404"
},
"stopId": "FR:50129:ZE:10THH3:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": -33,
"time": "1775553468"
},
"departure": {
"delay": -33,
"time": "1775553507"
},
"stopId": "FR:50129:ZE:10PRE1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 7,
"time": "1775556116"
},
"departure": {
"delay": 7,
"time": "1775556127"
},
"stopId": "FR:50129:ZE:10RSX1:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"delay": -43,
"time": "1775553758"
},
"departure": {
"delay": -43,
"time": "1775553797"
},
"stopId": "FR:50129:ZE:10DUB1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": -14,
"time": "1775553571"
},
"departure": {
"delay": -14,
"time": "1775553586"
},
"stopId": "FR:50129:ZE:10BHE1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": -32,
"time": "1775553612"
},
"departure": {
"delay": -32,
"time": "1775553628"
},
"stopId": "FR:50129:ZE:10LON1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": -25,
"time": "1775554557"
},
"departure": {
"delay": -25,
"time": "1775554595"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 69,
"time": "1775552991"
},
"departure": {
"delay": 69,
"time": "1775553009"
},
"stopId": "FR:50129:ZE:10SFG1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 201,
"time": "1775555117"
},
"departure": {
"delay": 201,
"time": "1775555301"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": -33,
"time": "1775554627"
},
"departure": {
"delay": -33,
"time": "1775554647"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 102,
"time": "1775555769"
},
"departure": {
"delay": 102,
"time": "1775555802"
},
"stopId": "FR:50129:ZE:10BRO1:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"delay": -91,
"time": "1775554177"
},
"departure": {
"delay": -91,
"time": "1775554229"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 49,
"time": "1775554973"
},
"departure": {
"delay": 49,
"time": "1775555029"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 23,
"time": "1775553253"
},
"departure": {
"delay": 23,
"time": "1775553263"
},
"stopId": "FR:50129:ZE:10CAR1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 63,
"time": "1775556171"
},
"departure": {
"delay": 63,
"time": "1775556183"
},
"stopId": "FR:50129:ZE:10CVE1:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"delay": 127,
"time": "1775555543"
},
"departure": {
"delay": 127,
"time": "1775555587"
},
"stopId": "FR:50129:ZE:10BHC3:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 167,
"time": "1775555493"
},
"departure": {
"delay": 167,
"time": "1775555507"
},
"stopId": "FR:50129:ZE:10LCA1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": -35,
"time": "1775554368"
},
"departure": {
"delay": -35,
"time": "1775554525"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": -47,
"time": "1775553538"
},
"departure": {
"delay": -47,
"time": "1775553553"
},
"stopId": "FR:50129:ZE:10CPL1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 43,
"time": "1775556070"
},
"departure": {
"delay": 43,
"time": "1775556103"
},
"stopId": "FR:50129:ZE:10MGT1:ATOUMOD035",
"stopSequence": 44
},
{
"arrival": {
"delay": 102,
"time": "1775553023"
},
"departure": {
"delay": 102,
"time": "1775553102"
},
"stopId": "FR:50129:ZE:10COF1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 3,
"time": "1775556051"
},
"departure": {
"delay": 3,
"time": "1775556063"
},
"stopId": "FR:50129:ZE:10MYO1:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": -44,
"time": "1775553898"
},
"departure": {
"delay": -44,
"time": "1775553916"
},
"stopId": "FR:50129:ZE:10AGO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": -8,
"time": "1775553278"
},
"departure": {
"delay": -8,
"time": "1775553292"
},
"stopId": "FR:50129:ZE:10HOU1:ATOUMOD035",
"stopSequence": 7
}
],
"timestamp": "1775560076",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746173x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx15721:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 9396,
"time": "1775557536"
},
"departure": {
"delay": 9396,
"time": "1775557536"
},
"stopId": "FR:76451:ZE:TCARxRRENA0:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 9266,
"time": "1775558172"
},
"departure": {
"delay": 9266,
"time": "1775558186"
},
"stopId": "FR:76540:ZE:TCARxHVR3:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 9432,
"time": "1775557452"
},
"departure": {
"delay": 9432,
"time": "1775557452"
},
"stopId": "FR:76108:ZE:TCARxVALLO0:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 9305,
"time": "1775556762"
},
"departure": {
"delay": 9305,
"time": "1775556785"
},
"stopId": "FR:76108:ZE:TCARxVERDU3:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 9394,
"time": "1775557474"
},
"departure": {
"delay": 9394,
"time": "1775557474"
},
"stopId": "FR:76451:ZE:TCARxCPIER0:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 9384,
"time": "1775558064"
},
"departure": {
"delay": 9384,
"time": "1775558064"
},
"stopId": "FR:76540:ZE:TCARxBARTS0:ATOUMOD001",
"stopSequence": 19
}
],
"timestamp": "1775556677",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx11:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx15721:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx15028:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -4458,
"time": "1775562222"
},
"departure": {
"delay": -4458,
"time": "1775562222"
},
"stopId": "FR:76108:ZE:TCARxVENIS1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": -4500,
"time": "1775562480"
},
"departure": {
"delay": -4500,
"time": "1775562480"
},
"stopId": "FR:76108:ZE:TCARxVIELL3:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -4464,
"time": "1775562396"
},
"departure": {
"delay": -4464,
"time": "1775562396"
},
"stopId": "FR:76108:ZE:TCARxMAXPO2:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": -4500,
"time": "1775562360"
},
"departure": {
"delay": -4500,
"time": "1775562360"
},
"stopId": "FR:76108:ZE:TCARxBGUI21:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": -4482,
"time": "1775562138"
},
"departure": {
"delay": -4482,
"time": "1775562138"
},
"stopId": "FR:76108:ZE:TCARxREEDU1:ATOUMOD001",
"stopSequence": 3
}
],
"timestamp": "1775557976",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx08:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx15028:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC598255:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -170,
"time": "1775563210"
},
"departure": {
"delay": -170,
"time": "1775563210"
},
"stopId": "FR:27229:ZE:0xPJJ02:ATOUMOD004",
"stopSequence": 23
},
{
"arrival": {
"delay": -51,
"time": "1775562789"
},
"departure": {
"delay": -51,
"time": "1775562789"
},
"stopId": "FR:27229:ZE:0xJUI02:ATOUMOD004",
"stopSequence": 15
},
{
"arrival": {
"delay": -2099,
"time": "1775560081"
},
"departure": {
"delay": -2099,
"time": "1775560081"
},
"stopId": "FR:27229:ZE:0xANO01:ATOUMOD004",
"stopSequence": 6
},
{
"arrival": {
"delay": -57,
"time": "1775563083"
},
"departure": {
"delay": -57,
"time": "1775563083"
},
"stopId": "FR:27229:ZE:0xMOU02:ATOUMOD004",
"stopSequence": 21
},
{
"arrival": {
"delay": -230,
"time": "1775563330"
},
"departure": {
"delay": -230,
"time": "1775563330"
},
"stopId": "FR:27229:ZE:0xHAP02:ATOUMOD004",
"stopSequence": 25
},
{
"arrival": {
"delay": -108,
"time": "1775563032"
},
"departure": {
"delay": -108,
"time": "1775563032"
},
"stopId": "FR:27229:ZE:0xORL02:ATOUMOD004",
"stopSequence": 20
},
{
"arrival": {
"delay": -274,
"time": "1775563466"
},
"stopId": "FR:27229:ZE:0xHOT01:ATOUMOD004",
"stopSequence": 26
},
{
"arrival": {
"delay": -87,
"time": "1775562993"
},
"departure": {
"delay": -87,
"time": "1775562993"
},
"stopId": "FR:27229:ZE:0xPOL02:ATOUMOD004",
"stopSequence": 19
},
{
"arrival": {
"delay": -2339,
"time": "1775560081"
},
"departure": {
"delay": -2339,
"time": "1775560081"
},
"stopId": "FR:27229:ZE:0xARI02:ATOUMOD004",
"stopSequence": 10
},
{
"arrival": {
"delay": -2219,
"time": "1775560081"
},
"departure": {
"delay": -2219,
"time": "1775560081"
},
"stopId": "FR:27229:ZE:0xICO01:ATOUMOD004",
"stopSequence": 8
},
{
"arrival": {
"delay": -2279,
"time": "1775560081"
},
"departure": {
"delay": -2279,
"time": "1775560081"
},
"stopId": "FR:27684:ZE:0xCAD02:ATOUMOD004",
"stopSequence": 9
},
{
"arrival": {
"delay": -81,
"time": "1775562819"
},
"departure": {
"delay": -81,
"time": "1775562819"
},
"stopId": "FR:27229:ZE:0xMDS02:ATOUMOD004",
"stopSequence": 16
},
{
"arrival": {
"delay": -81,
"time": "1775562879"
},
"departure": {
"delay": -81,
"time": "1775562879"
},
"stopId": "FR:27229:ZE:0xHEL02:ATOUMOD004",
"stopSequence": 17
},
{
"arrival": {
"delay": -1979,
"time": "1775560081"
},
"departure": {
"delay": -1979,
"time": "1775560081"
},
"stopId": "FR:27229:ZE:0xJAM01:ATOUMOD004",
"stopSequence": 5
},
{
"arrival": {
"delay": -170,
"time": "1775563270"
},
"departure": {
"delay": -170,
"time": "1775563270"
},
"stopId": "FR:27229:ZE:0xJAU02:ATOUMOD004",
"stopSequence": 24
},
{
"arrival": {
"delay": 26,
"time": "1775562686"
},
"departure": {
"delay": 26,
"time": "1775562686"
},
"stopId": "FR:27306:ZE:0xMEL03:ATOUMOD004",
"stopSequence": 14
},
{
"arrival": {
"delay": -117,
"time": "1775563143"
},
"departure": {
"delay": -117,
"time": "1775563143"
},
"stopId": "FR:27229:ZE:0xLET02:ATOUMOD004",
"stopSequence": 22
},
{
"departure": {
"delay": -1859,
"time": "1775560081"
},
"stopId": "FR:27229:ZE:0xCOM02:ATOUMOD004",
"stopSequence": 4
},
{
"arrival": {
"delay": 33,
"time": "1775562633"
},
"departure": {
"delay": 33,
"time": "1775562633"
},
"stopId": "FR:27306:ZE:0xLAG02:ATOUMOD004",
"stopSequence": 13
},
{
"arrival": {
"delay": -81,
"time": "1775562939"
},
"departure": {
"delay": -81,
"time": "1775562939"
},
"stopId": "FR:27229:ZE:0xPRO02:ATOUMOD004",
"stopSequence": 18
},
{
"arrival": {
"delay": -22,
"time": "1775562518"
},
"departure": {
"delay": -22,
"time": "1775562518"
},
"stopId": "FR:27306:ZE:0xCAF02:ATOUMOD004",
"stopSequence": 11
},
{
"arrival": {
"delay": -2159,
"time": "1775560081"
},
"departure": {
"delay": -2159,
"time": "1775560081"
},
"stopId": "FR:27229:ZE:0xZII01:ATOUMOD004",
"stopSequence": 7
},
{
"arrival": {
"delay": 3,
"time": "1775562603"
},
"departure": {
"delay": 3,
"time": "1775562603"
},
"stopId": "FR:27306:ZE:0xCOS02:ATOUMOD004",
"stopSequence": 12
}
],
"timestamp": "1775560081",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD004:Line:T7:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC598255:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4230315x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 173,
"time": "1775562113"
},
"departure": {
"delay": 173,
"time": "1775562113"
},
"stopId": "FR:76351:ZE:3729:ATOUMOD003",
"stopSequence": 25
},
{
"arrival": {
"delay": 231,
"time": "1775560431"
},
"departure": {
"delay": 231,
"time": "1775560431"
},
"stopId": "FR:76351:ZE:3544:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": 176,
"time": "1775562056"
},
"departure": {
"delay": 176,
"time": "1775562056"
},
"stopId": "FR:76351:ZE:3567:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": 231,
"time": "1775561151"
},
"departure": {
"delay": 231,
"time": "1775561151"
},
"stopId": "FR:76351:ZE:3500:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 173,
"time": "1775560853"
},
"departure": {
"delay": 173,
"time": "1775560853"
},
"stopId": "FR:76351:ZE:3700:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 199,
"time": "1775562019"
},
"departure": {
"delay": 199,
"time": "1775562019"
},
"stopId": "FR:76351:ZE:3375:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": 181,
"time": "1775562601"
},
"departure": {
"delay": 181,
"time": "1775562601"
},
"stopId": "FR:76351:ZE:4883:ATOUMOD003",
"stopSequence": 34
},
{
"arrival": {
"delay": 187,
"time": "1775560987"
},
"departure": {
"delay": 187,
"time": "1775560987"
},
"stopId": "FR:76351:ZE:3794:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": 231,
"time": "1775561691"
},
"departure": {
"delay": 231,
"time": "1775561691"
},
"stopId": "FR:76351:ZE:3061:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": 214,
"time": "1775562154"
},
"departure": {
"delay": 214,
"time": "1775562154"
},
"stopId": "FR:76351:ZE:4874:ATOUMOD003",
"stopSequence": 26
},
{
"arrival": {
"delay": 221,
"time": "1775562521"
},
"departure": {
"delay": 221,
"time": "1775562521"
},
"stopId": "FR:76351:ZE:3228:ATOUMOD003",
"stopSequence": 32
},
{
"arrival": {
"delay": 173,
"time": "1775562353"
},
"departure": {
"delay": 173,
"time": "1775562353"
},
"stopId": "FR:76351:ZE:3384:ATOUMOD003",
"stopSequence": 29
},
{
"arrival": {
"delay": 91,
"time": "1775559871"
},
"departure": {
"delay": 91,
"time": "1775559871"
},
"stopId": "FR:76351:ZE:4114:ATOUMOD003",
"stopSequence": 4
},
{
"arrival": {
"delay": 198,
"time": "1775562678"
},
"departure": {
"delay": 198,
"time": "1775562678"
},
"stopId": "FR:76351:ZE:3043:ATOUMOD003",
"stopSequence": 36
},
{
"arrival": {
"delay": 219,
"time": "1775562699"
},
"departure": {
"delay": 219,
"time": "1775562699"
},
"stopId": "FR:76351:ZE:4080:ATOUMOD003",
"stopSequence": 37
},
{
"arrival": {
"delay": 173,
"time": "1775562773"
},
"stopId": "FR:76351:ZE:3212:ATOUMOD003",
"stopSequence": 39
},
{
"arrival": {
"delay": 187,
"time": "1775561227"
},
"departure": {
"delay": 187,
"time": "1775561227"
},
"stopId": "FR:76351:ZE:3645:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": 211,
"time": "1775560231"
},
"departure": {
"delay": 211,
"time": "1775560231"
},
"stopId": "FR:76351:ZE:3006:ATOUMOD003",
"stopSequence": 7
},
{
"arrival": {
"delay": 120,
"time": "1775559540"
},
"departure": {
"delay": 120,
"time": "1775559540"
},
"stopId": "FR:76341:ZE:3912:ATOUMOD003",
"stopSequence": 3
},
{
"arrival": {
"delay": 173,
"time": "1775560313"
},
"departure": {
"delay": 173,
"time": "1775560313"
},
"stopId": "FR:76351:ZE:3773:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": 205,
"time": "1775562205"
},
"departure": {
"delay": 205,
"time": "1775562205"
},
"stopId": "FR:76351:ZE:3708:ATOUMOD003",
"stopSequence": 27
},
{
"arrival": {
"delay": 173,
"time": "1775562473"
},
"departure": {
"delay": 173,
"time": "1775562473"
},
"stopId": "FR:76351:ZE:3101:ATOUMOD003",
"stopSequence": 31
},
{
"arrival": {
"delay": 230,
"time": "1775561390"
},
"departure": {
"delay": 230,
"time": "1775561390"
},
"stopId": "FR:76351:ZE:3027:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": 173,
"time": "1775561273"
},
"departure": {
"delay": 173,
"time": "1775561273"
},
"stopId": "FR:76351:ZE:4641:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 173,
"time": "1775560493"
},
"departure": {
"delay": 173,
"time": "1775560493"
},
"stopId": "FR:76351:ZE:3201:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": 207,
"time": "1775562567"
},
"departure": {
"delay": 207,
"time": "1775562567"
},
"stopId": "FR:76351:ZE:3611:ATOUMOD003",
"stopSequence": 33
},
{
"arrival": {
"delay": 219,
"time": "1775562279"
},
"departure": {
"delay": 219,
"time": "1775562279"
},
"stopId": "FR:76351:ZE:3710:ATOUMOD003",
"stopSequence": 28
},
{
"arrival": {
"delay": 187,
"time": "1775561827"
},
"departure": {
"delay": 187,
"time": "1775561827"
},
"stopId": "FR:76351:ZE:3604:ATOUMOD003",
"stopSequence": 21
},
{
"departure": {
"delay": 173,
"time": "1775560013"
},
"stopId": "FR:76351:ZE:3448:ATOUMOD003",
"stopSequence": 5
},
{
"arrival": {
"delay": 216,
"time": "1775561916"
},
"departure": {
"delay": 216,
"time": "1775561916"
},
"stopId": "FR:76351:ZE:3653:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": 173,
"time": "1775561633"
},
"departure": {
"delay": 173,
"time": "1775561633"
},
"stopId": "FR:76351:ZE:3191:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": 216,
"time": "1775560176"
},
"departure": {
"delay": 216,
"time": "1775560176"
},
"stopId": "FR:76351:ZE:3018:ATOUMOD003",
"stopSequence": 6
},
{
"arrival": {
"delay": 230,
"time": "1775561570"
},
"departure": {
"delay": 230,
"time": "1775561570"
},
"stopId": "FR:76351:ZE:3240:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 179,
"time": "1775561339"
},
"departure": {
"delay": 179,
"time": "1775561339"
},
"stopId": "FR:76351:ZE:4520:ATOUMOD003",
"stopSequence": 16
},
{
"departure": {
"delay": 108,
"time": "1775559528"
},
"stopId": "FR:76341:ZE:4571:ATOUMOD003",
"stopSequence": 2
},
{
"arrival": {
"delay": 173,
"time": "1775562653"
},
"departure": {
"delay": 173,
"time": "1775562653"
},
"stopId": "FR:76351:ZE:3257:ATOUMOD003",
"stopSequence": 35
},
{
"arrival": {
"delay": 232,
"time": "1775562412"
},
"departure": {
"delay": 232,
"time": "1775562412"
},
"stopId": "FR:76351:ZE:3654:ATOUMOD003",
"stopSequence": 30
},
{
"arrival": {
"delay": 205,
"time": "1775562745"
},
"departure": {
"delay": 205,
"time": "1775562745"
},
"stopId": "FR:76351:ZE:3704:ATOUMOD003",
"stopSequence": 38
}
],
"timestamp": "1775560049",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:C5:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4230315x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx9871:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -17786,
"time": "1775560834"
},
"departure": {
"delay": -17786,
"time": "1775560834"
},
"stopId": "FR:76540:ZE:TCARxSTNIC2:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": -17775,
"time": "1775561505"
},
"departure": {
"delay": -17775,
"time": "1775561505"
},
"stopId": "FR:76108:ZE:TCARxCEDRE1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": -17824,
"time": "1775561036"
},
"departure": {
"delay": -17824,
"time": "1775561036"
},
"stopId": "FR:76540:ZE:TCARxLYCOR1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": -17718,
"time": "1775560242"
},
"departure": {
"delay": -17718,
"time": "1775560242"
},
"stopId": "FR:76540:ZE:TCARxSEVER1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -17707,
"time": "1775560193"
},
"departure": {
"delay": -17707,
"time": "1775560193"
},
"stopId": "FR:76540:ZE:TCARxPASCA1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": -17802,
"time": "1775561418"
},
"departure": {
"delay": -17802,
"time": "1775561418"
},
"stopId": "FR:76095:ZE:TCARxDCARO1:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": -17650,
"time": "1775559807"
},
"departure": {
"delay": -17650,
"time": "1775559830"
},
"stopId": "FR:76681:ZE:TCARxLBRUY1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -17720,
"time": "1775560120"
},
"departure": {
"delay": -17720,
"time": "1775560120"
},
"stopId": "FR:76540:ZE:TCARxMERID1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": -17854,
"time": "1775562146"
},
"stopId": "FR:76377:ZE:TCARxRONCE2:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": -17768,
"time": "1775561212"
},
"departure": {
"delay": -17768,
"time": "1775561212"
},
"stopId": "FR:76540:ZE:TCARxEBUIS2:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": -17789,
"time": "1775561731"
},
"departure": {
"delay": -17789,
"time": "1775561731"
},
"stopId": "FR:76108:ZE:TCARxNARCI2:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": -17794,
"time": "1775560706"
},
"departure": {
"delay": -17794,
"time": "1775560706"
},
"stopId": "FR:76540:ZE:TCARxRREPU1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": -17635,
"time": "1775559880"
},
"departure": {
"delay": -17635,
"time": "1775559905"
},
"stopId": "FR:76681:ZE:TCARxSEMAR1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -17700,
"time": "1775560020"
},
"departure": {
"delay": -17700,
"time": "1775560020"
},
"stopId": "FR:76540:ZE:TCARxDUFFA1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": -17772,
"time": "1775561088"
},
"departure": {
"delay": -17772,
"time": "1775561088"
},
"stopId": "FR:76540:ZE:TCARxBEAU3:ATOUMOD001",
"stopSequence": 16
},
{
"departure": {
"delay": -17635,
"time": "1775559785"
},
"stopId": "FR:76681:ZE:TCARxDIOCH4:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": -17705,
"time": "1775559955"
},
"departure": {
"delay": -17705,
"time": "1775559955"
},
"stopId": "FR:76681:ZE:TCARxPLANT1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": -17794,
"time": "1775562026"
},
"departure": {
"delay": -17794,
"time": "1775562026"
},
"stopId": "FR:76377:ZE:TCARxJARDI3:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": -17755,
"time": "1775560625"
},
"departure": {
"delay": -17755,
"time": "1775560625"
},
"stopId": "FR:76540:ZE:TCARxPCORN1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": -17794,
"time": "1775561666"
},
"departure": {
"delay": -17794,
"time": "1775561666"
},
"stopId": "FR:76108:ZE:TCARxBGUI31:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": -17794,
"time": "1775561006"
},
"departure": {
"delay": -17794,
"time": "1775561006"
},
"stopId": "FR:76540:ZE:TCARxHVR2:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": -17789,
"time": "1775561911"
},
"departure": {
"delay": -17789,
"time": "1775561911"
},
"stopId": "FR:76108:ZE:TCARxROUGE1:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": -17795,
"time": "1775561365"
},
"departure": {
"delay": -17795,
"time": "1775561365"
},
"stopId": "FR:76095:ZE:TCARxCLISA2:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": -17734,
"time": "1775560346"
},
"departure": {
"delay": -17734,
"time": "1775560346"
},
"stopId": "FR:76540:ZE:TCARxLAFAY1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": -17734,
"time": "1775560526"
},
"departure": {
"delay": -17734,
"time": "1775560526"
},
"stopId": "FR:76540:ZE:TCARxCHAMP2:ATOUMOD001",
"stopSequence": 10
}
],
"timestamp": "1775559736",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx01:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx9871:LOC"
}
}
},
{
"id": "SM:ATOUMOD105:ServiceJourney:6570717997957120x10:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -197,
"time": "1775563996"
},
"departure": {
"delay": -197,
"time": "1775564203"
},
"stopId": "FR:50165:ZE:5106757380603904:ATOUMOD105",
"stopSequence": 30
},
{
"arrival": {
"delay": -150,
"time": "1775564630"
},
"departure": {
"delay": -150,
"time": "1775564790"
},
"stopId": "FR:50647:ZE:5176510791024640:ATOUMOD105",
"stopSequence": 38
},
{
"arrival": {
"delay": -188,
"time": "1775563895"
},
"departure": {
"delay": -188,
"time": "1775564092"
},
"stopId": "FR:50165:ZE:4905148494118912:ATOUMOD105",
"stopSequence": 29
},
{
"arrival": {
"delay": 71,
"time": "1775562241"
},
"departure": {
"delay": 71,
"time": "1775562251"
},
"stopId": "FR:50532:ZE:740100002:ATOUMOD105",
"stopSequence": 7
},
{
"arrival": {
"delay": 32,
"time": "1775562022"
},
"departure": {
"delay": 32,
"time": "1775562032"
},
"stopId": "FR:50532:ZE:757990019:ATOUMOD105",
"stopSequence": 4
},
{
"arrival": {
"delay": -297,
"time": "1775564763"
},
"stopId": "FR:50647:ZE:752300002:ATOUMOD105",
"stopSequence": 40
},
{
"arrival": {
"delay": -170,
"time": "1775563810"
},
"departure": {
"delay": -170,
"time": "1775563990"
},
"stopId": "FR:50165:ZE:5186217918332928:ATOUMOD105",
"stopSequence": 27
},
{
"arrival": {
"delay": -144,
"time": "1775564702"
},
"departure": {
"delay": -144,
"time": "1775564856"
},
"stopId": "FR:50218:ZE:720520001:ATOUMOD105",
"stopSequence": 39
},
{
"arrival": {
"delay": 69,
"time": "1775562839"
},
"departure": {
"delay": 69,
"time": "1775562849"
},
"stopId": "FR:50218:ZE:749860010:ATOUMOD105",
"stopSequence": 14
},
{
"arrival": {
"delay": -194,
"time": "1775564182"
},
"departure": {
"delay": -194,
"time": "1775564386"
},
"stopId": "FR:50165:ZE:738760003:ATOUMOD105",
"stopSequence": 33
},
{
"arrival": {
"delay": 40,
"time": "1775562330"
},
"departure": {
"delay": 40,
"time": "1775562340"
},
"stopId": "FR:50218:ZE:740090004:ATOUMOD105",
"stopSequence": 8
},
{
"arrival": {
"delay": -164,
"time": "1775564542"
},
"departure": {
"delay": -164,
"time": "1775564716"
},
"stopId": "FR:50218:ZE:742480012:ATOUMOD105",
"stopSequence": 37
},
{
"arrival": {
"delay": -167,
"time": "1775564297"
},
"departure": {
"delay": -167,
"time": "1775564473"
},
"stopId": "FR:50165:ZE:749890003:ATOUMOD105",
"stopSequence": 34
},
{
"arrival": {
"delay": 86,
"time": "1775561836"
},
"departure": {
"delay": 86,
"time": "1775561846"
},
"stopId": "FR:50532:ZE:758010003:ATOUMOD105",
"stopSequence": 2
},
{
"arrival": {
"delay": 44,
"time": "1775562394"
},
"departure": {
"delay": 44,
"time": "1775562404"
},
"stopId": "FR:50218:ZE:742480013:ATOUMOD105",
"stopSequence": 9
},
{
"arrival": {
"delay": 50,
"time": "1775563180"
},
"departure": {
"delay": 50,
"time": "1775563190"
},
"stopId": "FR:50218:ZE:758020002:ATOUMOD105",
"stopSequence": 20
},
{
"arrival": {
"delay": 99,
"time": "1775563049"
},
"departure": {
"delay": 99,
"time": "1775563059"
},
"stopId": "FR:50218:ZE:767190001:ATOUMOD105",
"stopSequence": 18
},
{
"arrival": {
"delay": -155,
"time": "1775563540"
},
"departure": {
"delay": -155,
"time": "1775563705"
},
"stopId": "FR:50218:ZE:756090001:ATOUMOD105",
"stopSequence": 25
},
{
"arrival": {
"delay": 24,
"time": "1775563274"
},
"departure": {
"delay": 24,
"time": "1775563284"
},
"stopId": "FR:50218:ZE:761950002:ATOUMOD105",
"stopSequence": 21
},
{
"arrival": {
"delay": 58,
"time": "1775562768"
},
"departure": {
"delay": 58,
"time": "1775562778"
},
"stopId": "FR:50218:ZE:759790015:ATOUMOD105",
"stopSequence": 13
},
{
"arrival": {
"delay": 84,
"time": "1775562554"
},
"departure": {
"delay": 84,
"time": "1775562564"
},
"stopId": "FR:50218:ZE:738760004:ATOUMOD105",
"stopSequence": 10
},
{
"arrival": {
"delay": -91,
"time": "1775563488"
},
"departure": {
"delay": -91,
"time": "1775563589"
},
"stopId": "FR:50218:ZE:36010105:ATOUMOD105",
"stopSequence": 24
},
{
"arrival": {
"delay": 56,
"time": "1775562706"
},
"departure": {
"delay": 56,
"time": "1775562716"
},
"stopId": "FR:50218:ZE:746190004:ATOUMOD105",
"stopSequence": 12
},
{
"arrival": {
"delay": -81,
"time": "1775563448"
},
"departure": {
"delay": -81,
"time": "1775563539"
},
"stopId": "FR:50218:ZE:759830003:ATOUMOD105",
"stopSequence": 23
},
{
"arrival": {
"delay": 72,
"time": "1775562962"
},
"departure": {
"delay": 72,
"time": "1775562972"
},
"stopId": "FR:50218:ZE:759830002:ATOUMOD105",
"stopSequence": 15
},
{
"arrival": {
"delay": 61,
"time": "1775562171"
},
"departure": {
"delay": 61,
"time": "1775562181"
},
"stopId": "FR:50532:ZE:746200002:ATOUMOD105",
"stopSequence": 6
},
{
"arrival": {
"delay": -63,
"time": "1775563364"
},
"departure": {
"delay": -63,
"time": "1775563437"
},
"stopId": "FR:50218:ZE:756080004:ATOUMOD105",
"stopSequence": 22
},
{
"arrival": {
"delay": -169,
"time": "1775563693"
},
"departure": {
"delay": -169,
"time": "1775563871"
},
"stopId": "FR:50218:ZE:5119763904724992:ATOUMOD105",
"stopSequence": 26
},
{
"departure": {
"time": "1775561700"
},
"stopId": "FR:50532:ZE:753630002:ATOUMOD105",
"stopSequence": 1
},
{
"arrival": {
"delay": 48,
"time": "1775562098"
},
"departure": {
"delay": 48,
"time": "1775562108"
},
"stopId": "FR:50532:ZE:712780004:ATOUMOD105",
"stopSequence": 5
},
{
"arrival": {
"delay": -171,
"time": "1775564468"
},
"departure": {
"delay": -171,
"time": "1775564649"
},
"stopId": "FR:50647:ZE:748670004:ATOUMOD105",
"stopSequence": 36
},
{
"arrival": {
"delay": -194,
"time": "1775564063"
},
"departure": {
"delay": -194,
"time": "1775564266"
},
"stopId": "FR:50165:ZE:5082895850930176:ATOUMOD105",
"stopSequence": 31
},
{
"arrival": {
"delay": -167,
"time": "1775564356"
},
"departure": {
"delay": -167,
"time": "1775564533"
},
"stopId": "FR:50647:ZE:712780003:ATOUMOD105",
"stopSequence": 35
},
{
"arrival": {
"delay": -188,
"time": "1775564134"
},
"departure": {
"delay": -188,
"time": "1775564332"
},
"stopId": "FR:50165:ZE:5080888155045888:ATOUMOD105",
"stopSequence": 32
},
{
"arrival": {
"delay": 63,
"time": "1775563133"
},
"departure": {
"delay": 63,
"time": "1775563143"
},
"stopId": "FR:50218:ZE:738760002:ATOUMOD105",
"stopSequence": 19
},
{
"arrival": {
"delay": 59,
"time": "1775562649"
},
"departure": {
"delay": 59,
"time": "1775562659"
},
"stopId": "FR:50218:ZE:761950003:ATOUMOD105",
"stopSequence": 11
},
{
"arrival": {
"delay": 36,
"time": "1775561906"
},
"departure": {
"delay": 36,
"time": "1775561916"
},
"stopId": "FR:50532:ZE:752250012:ATOUMOD105",
"stopSequence": 3
}
],
"timestamp": "1775560083",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD105:Line:348940035:LOC",
"tripId": "ATOUMOD105:ServiceJourney:6570717997957120x10:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4011234x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 31,
"time": "1775560051"
},
"stopId": "FR:76447:ZE:3268:ATOUMOD003",
"stopSequence": 52
},
{
"arrival": {
"delay": -14,
"time": "1775560006"
},
"departure": {
"delay": -14,
"time": "1775560006"
},
"stopId": "FR:76447:ZE:3406:ATOUMOD003",
"stopSequence": 51
},
{
"arrival": {
"delay": -23,
"time": "1775560117"
},
"departure": {
"delay": -23,
"time": "1775560117"
},
"stopId": "FR:76447:ZE:3130:ATOUMOD003",
"stopSequence": 53
},
{
"arrival": {
"delay": -23,
"time": "1775560177"
},
"stopId": "FR:76447:ZE:3443:ATOUMOD003",
"stopSequence": 54
},
{
"departure": {
"delay": -5,
"time": "1775559955"
},
"stopId": "FR:76447:ZE:3432:ATOUMOD003",
"stopSequence": 50
}
],
"timestamp": "1775560060",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C1:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4011234x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3748426x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 171,
"time": "1775535385"
},
"departure": {
"delay": 171,
"time": "1775535411"
},
"stopId": "FR:50129:ZE:10PLx1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 204,
"time": "1775534590"
},
"departure": {
"delay": 204,
"time": "1775534604"
},
"stopId": "FR:50129:ZE:10SMT1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 29,
"time": "1775535975"
},
"departure": {
"delay": 29,
"time": "1775535989"
},
"stopId": "FR:50129:ZE:10SAD2:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 229,
"time": "1775534498"
},
"departure": {
"delay": 229,
"time": "1775534509"
},
"stopId": "FR:50129:ZE:10EGL6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 214,
"time": "1775534895"
},
"departure": {
"delay": 214,
"time": "1775534914"
},
"stopId": "FR:50129:ZE:10POL1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 39,
"time": "1775536042"
},
"departure": {
"delay": 39,
"time": "1775536119"
},
"stopId": "FR:50129:ZE:10SAL2:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 214,
"time": "1775534960"
},
"departure": {
"delay": 214,
"time": "1775534974"
},
"stopId": "FR:50129:ZE:10LCO1:ATOUMOD035",
"stopSequence": 13
},
{
"departure": {
"delay": 132,
"time": "1775533932"
},
"stopId": "FR:50129:ZE:10ZAG1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 112,
"time": "1775535882"
},
"departure": {
"delay": 112,
"time": "1775535892"
},
"stopId": "FR:50129:ZE:10CIM2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 238,
"time": "1775534545"
},
"departure": {
"delay": 238,
"time": "1775534578"
},
"stopId": "FR:50129:ZE:10VAB1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 105,
"time": "1775534133"
},
"departure": {
"delay": 105,
"time": "1775534145"
},
"stopId": "FR:50129:ZE:10DAN1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 217,
"time": "1775534368"
},
"departure": {
"delay": 217,
"time": "1775534437"
},
"stopId": "FR:50129:ZE:10HUI3:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 157,
"time": "1775534242"
},
"departure": {
"delay": 157,
"time": "1775534257"
},
"stopId": "FR:50129:ZE:10CRB1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 15,
"time": "1775536137"
},
"departure": {
"delay": 15,
"time": "1775536155"
},
"stopId": "FR:50129:ZE:10PFJ2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 99,
"time": "1775535663"
},
"departure": {
"delay": 99,
"time": "1775535699"
},
"stopId": "FR:50129:ZE:10MEN3:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 46,
"time": "1775536230"
},
"departure": {
"delay": 46,
"time": "1775536246"
},
"stopId": "FR:50129:ZE:10BCP2:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 93,
"time": "1775535802"
},
"departure": {
"delay": 93,
"time": "1775535813"
},
"stopId": "FR:50129:ZE:10FJT2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 32,
"time": "1775536156"
},
"departure": {
"delay": 32,
"time": "1775536172"
},
"stopId": "FR:50129:ZE:10COT2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 147,
"time": "1775535104"
},
"departure": {
"delay": 147,
"time": "1775535147"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 80,
"time": "1775535906"
},
"departure": {
"delay": 80,
"time": "1775535920"
},
"stopId": "FR:50129:ZE:10RED2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 155,
"time": "1775535466"
},
"departure": {
"delay": 155,
"time": "1775535635"
},
"stopId": "FR:50129:ZE:10SHU2:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": -7,
"time": "1775535994"
},
"departure": {
"delay": -7,
"time": "1775536013"
},
"stopId": "FR:50129:ZE:10ROS2:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 162,
"time": "1775535183"
},
"departure": {
"delay": 162,
"time": "1775535222"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 25,
"time": "1775536270"
},
"departure": {
"delay": 25,
"time": "1775536285"
},
"stopId": "FR:50129:ZE:10CDF2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 266,
"time": "1775534846"
},
"departure": {
"delay": 266,
"time": "1775534846"
},
"stopId": "FR:50129:ZE:10LEB1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 137,
"time": "1775535246"
},
"departure": {
"delay": 137,
"time": "1775535257"
},
"stopId": "FR:50129:ZE:10CTR1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 119,
"time": "1775534198"
},
"departure": {
"delay": 119,
"time": "1775534219"
},
"stopId": "FR:50129:ZE:10VIG1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 1,
"time": "1775536321"
},
"stopId": "FR:50129:ZE:10DIG1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 182,
"time": "1775534692"
},
"departure": {
"delay": 182,
"time": "1775534702"
},
"stopId": "FR:50129:ZE:10LEC1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 185,
"time": "1775535053"
},
"departure": {
"delay": 185,
"time": "1775535065"
},
"stopId": "FR:50129:ZE:10STA1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 170,
"time": "1775535325"
},
"departure": {
"delay": 170,
"time": "1775535350"
},
"stopId": "FR:50129:ZE:10HDV1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 54,
"time": "1775535935"
},
"departure": {
"delay": 54,
"time": "1775535954"
},
"stopId": "FR:50129:ZE:10VOL2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 212,
"time": "1775534652"
},
"departure": {
"delay": 212,
"time": "1775534672"
},
"stopId": "FR:50129:ZE:10FRA1:ATOUMOD035",
"stopSequence": 9
}
],
"timestamp": "1775560080",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:05:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3748426x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3748463x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 2,
"time": "1775559801"
},
"departure": {
"delay": 2,
"time": "1775559842"
},
"stopId": "FR:50129:ZE:10RED2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": -8,
"time": "1775559155"
},
"departure": {
"delay": -8,
"time": "1775559172"
},
"stopId": "FR:50129:ZE:10PLx1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": -75,
"time": "1775560046"
},
"departure": {
"delay": -75,
"time": "1775560065"
},
"stopId": "FR:50129:ZE:10COT2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 4,
"time": "1775559101"
},
"departure": {
"delay": 4,
"time": "1775559124"
},
"stopId": "FR:50129:ZE:10HDV1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 11,
"time": "1775558275"
},
"departure": {
"delay": 11,
"time": "1775558291"
},
"stopId": "FR:50129:ZE:10VAB1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": -61,
"time": "1775559478"
},
"departure": {
"delay": -61,
"time": "1775559539"
},
"stopId": "FR:50129:ZE:10MEN3:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 56,
"time": "1775558576"
},
"departure": {
"delay": 56,
"time": "1775558576"
},
"stopId": "FR:50129:ZE:10LEB1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"time": "1775558024"
},
"departure": {
"time": "1775558040"
},
"stopId": "FR:50129:ZE:10VIG1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": -8,
"time": "1775558378"
},
"departure": {
"delay": -8,
"time": "1775558392"
},
"stopId": "FR:50129:ZE:10FRA1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": -70,
"time": "1775560190"
},
"departure": {
"delay": -70,
"time": "1775560190"
},
"stopId": "FR:50129:ZE:10CDF2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": -70,
"time": "1775560130"
},
"departure": {
"delay": -70,
"time": "1775560130"
},
"stopId": "FR:50129:ZE:10BCP2:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 43,
"time": "1775558062"
},
"departure": {
"delay": 43,
"time": "1775558083"
},
"stopId": "FR:50129:ZE:10CRB1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": -40,
"time": "1775558992"
},
"departure": {
"delay": -40,
"time": "1775559020"
},
"stopId": "FR:50129:ZE:10CTR1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 7,
"time": "1775558679"
},
"departure": {
"delay": 7,
"time": "1775558707"
},
"stopId": "FR:50129:ZE:10LCO1:ATOUMOD035",
"stopSequence": 13
},
{
"departure": {
"delay": 67,
"time": "1775557807"
},
"stopId": "FR:50129:ZE:10ZAG1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 6,
"time": "1775558150"
},
"departure": {
"delay": 6,
"time": "1775558166"
},
"stopId": "FR:50129:ZE:10HUI3:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 11,
"time": "1775559775"
},
"departure": {
"delay": 11,
"time": "1775559791"
},
"stopId": "FR:50129:ZE:10CIM2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": -34,
"time": "1775559227"
},
"departure": {
"delay": -34,
"time": "1775559446"
},
"stopId": "FR:50129:ZE:10SHU2:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 7,
"time": "1775557965"
},
"departure": {
"delay": 7,
"time": "1775557987"
},
"stopId": "FR:50129:ZE:10DAN1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": -36,
"time": "1775559890"
},
"departure": {
"delay": -36,
"time": "1775559924"
},
"stopId": "FR:50129:ZE:10SAD2:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": -99,
"time": "1775560026"
},
"departure": {
"delay": -99,
"time": "1775560041"
},
"stopId": "FR:50129:ZE:10PFJ2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": -8,
"time": "1775559683"
},
"departure": {
"delay": -8,
"time": "1775559712"
},
"stopId": "FR:50129:ZE:10FJT2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 20,
"time": "1775558227"
},
"departure": {
"delay": 20,
"time": "1775558240"
},
"stopId": "FR:50129:ZE:10EGL6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": -31,
"time": "1775558417"
},
"departure": {
"delay": -31,
"time": "1775558429"
},
"stopId": "FR:50129:ZE:10LEC1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": -29,
"time": "1775558934"
},
"departure": {
"delay": -29,
"time": "1775558971"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": -76,
"time": "1775559983"
},
"departure": {
"delay": -76,
"time": "1775560004"
},
"stopId": "FR:50129:ZE:10SAL2:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": -22,
"time": "1775558303"
},
"departure": {
"delay": -22,
"time": "1775558318"
},
"stopId": "FR:50129:ZE:10SMT1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": -28,
"time": "1775559856"
},
"departure": {
"delay": -28,
"time": "1775559872"
},
"stopId": "FR:50129:ZE:10VOL2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": -6,
"time": "1775558618"
},
"departure": {
"delay": -6,
"time": "1775558634"
},
"stopId": "FR:50129:ZE:10POL1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": -70,
"time": "1775560250"
},
"stopId": "FR:50129:ZE:10DIG1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": -27,
"time": "1775558785"
},
"departure": {
"delay": -27,
"time": "1775558793"
},
"stopId": "FR:50129:ZE:10STA1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": -45,
"time": "1775558836"
},
"departure": {
"delay": -45,
"time": "1775558895"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": -60,
"time": "1775559933"
},
"departure": {
"delay": -60,
"time": "1775559960"
},
"stopId": "FR:50129:ZE:10ROS2:ATOUMOD035",
"stopSequence": 27
}
],
"timestamp": "1775560079",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:05:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3748463x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745136x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 244,
"time": "1775539897"
},
"departure": {
"delay": 244,
"time": "1775539924"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 252,
"time": "1775539801"
},
"departure": {
"delay": 252,
"time": "1775539812"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 195,
"time": "1775540944"
},
"departure": {
"delay": 195,
"time": "1775540955"
},
"stopId": "FR:50129:ZE:10AMO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 141,
"time": "1775541081"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 290,
"time": "1775539959"
},
"departure": {
"delay": 290,
"time": "1775540030"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 208,
"time": "1775539577"
},
"departure": {
"delay": 208,
"time": "1775539648"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 156,
"time": "1775540586"
},
"departure": {
"delay": 156,
"time": "1775540616"
},
"stopId": "FR:50129:ZE:10BQR1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 188,
"time": "1775540438"
},
"departure": {
"delay": 188,
"time": "1775540468"
},
"stopId": "FR:50129:ZE:10RTU1:ATOUMOD035",
"stopSequence": 11
},
{
"departure": {
"delay": 151,
"time": "1775539531"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 214,
"time": "1775540739"
},
"departure": {
"delay": 214,
"time": "1775540794"
},
"stopId": "FR:50129:ZE:10PRV1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 226,
"time": "1775540819"
},
"departure": {
"delay": 226,
"time": "1775540866"
},
"stopId": "FR:50129:ZE:10OLY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 234,
"time": "1775540376"
},
"departure": {
"delay": 234,
"time": "1775540394"
},
"stopId": "FR:50129:ZE:10PFO1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 304,
"time": "1775540297"
},
"departure": {
"delay": 304,
"time": "1775540344"
},
"stopId": "FR:50129:ZE:10FOR3:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 192,
"time": "1775540664"
},
"departure": {
"delay": 192,
"time": "1775540712"
},
"stopId": "FR:50129:ZE:10ANJ5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 198,
"time": "1775540495"
},
"departure": {
"delay": 198,
"time": "1775540538"
},
"stopId": "FR:50129:ZE:10BRA3:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 231,
"time": "1775540886"
},
"departure": {
"delay": 231,
"time": "1775540931"
},
"stopId": "FR:50129:ZE:10EGL1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 253,
"time": "1775539841"
},
"departure": {
"delay": 253,
"time": "1775539873"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 317,
"time": "1775540186"
},
"departure": {
"delay": 317,
"time": "1775540237"
},
"stopId": "FR:50129:ZE:10CRC3:ATOUMOD035",
"stopSequence": 8
}
],
"timestamp": "1775560076",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1B:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745136x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx3402:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 18,
"time": "1775561418"
},
"departure": {
"delay": 18,
"time": "1775561418"
},
"stopId": "FR:76498:ZE:TCARxTRUFF0:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 36,
"time": "1775561496"
},
"departure": {
"delay": 36,
"time": "1775561496"
},
"stopId": "FR:76498:ZE:TCARx08MAI0:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 20,
"time": "1775561360"
},
"departure": {
"delay": 20,
"time": "1775561360"
},
"stopId": "FR:76498:ZE:TCARxJAURE0:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"time": "1775561640"
},
"departure": {
"time": "1775561640"
},
"stopId": "FR:76498:ZE:TCARxJULIE0:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 23,
"time": "1775561243"
},
"departure": {
"delay": 23,
"time": "1775561243"
},
"stopId": "FR:76540:ZE:TCARxAVCAE0:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 57,
"time": "1775560737"
},
"departure": {
"delay": 57,
"time": "1775560737"
},
"stopId": "FR:76540:ZE:TCARxGAREV0:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 9,
"time": "1775562009"
},
"departure": {
"delay": 9,
"time": "1775562009"
},
"stopId": "FR:76322:ZE:TCARxLBLUM0:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 30,
"time": "1775561730"
},
"departure": {
"delay": 30,
"time": "1775561730"
},
"stopId": "FR:76498:ZE:TCARxCHGAU0:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 25,
"time": "1775561845"
},
"departure": {
"delay": 25,
"time": "1775561845"
},
"stopId": "FR:76322:ZE:TCARxPROVI0:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 51,
"time": "1775560671"
},
"departure": {
"delay": 51,
"time": "1775560671"
},
"stopId": "FR:76540:ZE:TCARxBEAUV0:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 41,
"time": "1775561921"
},
"departure": {
"delay": 41,
"time": "1775561921"
},
"stopId": "FR:76322:ZE:TCARxKENNE0:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 33,
"time": "1775560833"
},
"departure": {
"delay": 33,
"time": "1775560833"
},
"stopId": "FR:76540:ZE:TCARxJUSTI0:ATOUMOD001",
"stopSequence": 4
},
{
"departure": {
"time": "1775560620"
},
"stopId": "FR:76540:ZE:TCARxBBOU:ATOUMOD001",
"stopSequence": 1
}
],
"timestamp": "1775560017",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx90:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx3402:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745229x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 206,
"time": "1775542123"
},
"departure": {
"delay": 206,
"time": "1775542166"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 224,
"time": "1775542859"
},
"departure": {
"delay": 224,
"time": "1775542964"
},
"stopId": "FR:50129:ZE:10BRA3:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 219,
"time": "1775542612"
},
"departure": {
"delay": 219,
"time": "1775542659"
},
"stopId": "FR:50129:ZE:10FOR3:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 380,
"time": "1775543396"
},
"departure": {
"delay": 380,
"time": "1775543480"
},
"stopId": "FR:50129:ZE:10EGL1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 187,
"time": "1775542701"
},
"departure": {
"delay": 187,
"time": "1775542747"
},
"stopId": "FR:50129:ZE:10PFO1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 238,
"time": "1775542040"
},
"departure": {
"delay": 238,
"time": "1775542078"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 327,
"time": "1775543667"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 149,
"time": "1775542795"
},
"departure": {
"delay": 149,
"time": "1775542829"
},
"stopId": "FR:50129:ZE:10RTU1:ATOUMOD035",
"stopSequence": 11
},
{
"departure": {
"delay": 203,
"time": "1775541803"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 212,
"time": "1775542255"
},
"departure": {
"delay": 212,
"time": "1775542292"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 208,
"time": "1775541933"
},
"departure": {
"delay": 208,
"time": "1775541988"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 375,
"time": "1775543499"
},
"departure": {
"delay": 375,
"time": "1775543535"
},
"stopId": "FR:50129:ZE:10AMO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 288,
"time": "1775543205"
},
"departure": {
"delay": 288,
"time": "1775543268"
},
"stopId": "FR:50129:ZE:10PRV1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 216,
"time": "1775543036"
},
"departure": {
"delay": 216,
"time": "1775543076"
},
"stopId": "FR:50129:ZE:10BQR1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 248,
"time": "1775542337"
},
"departure": {
"delay": 248,
"time": "1775542388"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 216,
"time": "1775542191"
},
"departure": {
"delay": 216,
"time": "1775542236"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 249,
"time": "1775542522"
},
"departure": {
"delay": 249,
"time": "1775542569"
},
"stopId": "FR:50129:ZE:10CRC3:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 262,
"time": "1775543115"
},
"departure": {
"delay": 262,
"time": "1775543182"
},
"stopId": "FR:50129:ZE:10ANJ5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 336,
"time": "1775543293"
},
"departure": {
"delay": 336,
"time": "1775543376"
},
"stopId": "FR:50129:ZE:10OLY1:ATOUMOD035",
"stopSequence": 16
}
],
"timestamp": "1775560077",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1B:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745229x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD021:ServiceJourney:62:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 147,
"time": "1775547528"
},
"departure": {
"delay": 147,
"time": "1775547567"
},
"stopId": "FR:14333:ZE:11:ATOUMOD021",
"stopSequence": 17
},
{
"arrival": {
"delay": 281,
"time": "1775548061"
},
"stopId": "FR:14333:ZE:3:ATOUMOD021",
"stopSequence": 21
},
{
"arrival": {
"delay": 67,
"time": "1775546341"
},
"departure": {
"delay": 67,
"time": "1775546407"
},
"stopId": "FR:14333:ZE:36:ATOUMOD021",
"stopSequence": 4
},
{
"arrival": {
"delay": 46,
"time": "1775546437"
},
"departure": {
"delay": 46,
"time": "1775546446"
},
"stopId": "FR:14333:ZE:34:ATOUMOD021",
"stopSequence": 5
},
{
"arrival": {
"delay": 178,
"time": "1775547626"
},
"departure": {
"delay": 178,
"time": "1775547718"
},
"stopId": "FR:14333:ZE:9:ATOUMOD021",
"stopSequence": 18
},
{
"arrival": {
"delay": 31,
"time": "1775546516"
},
"departure": {
"delay": 31,
"time": "1775546611"
},
"stopId": "FR:14333:ZE:30:ATOUMOD021",
"stopSequence": 7
},
{
"arrival": {
"delay": 10,
"time": "1775546290"
},
"departure": {
"delay": 10,
"time": "1775546290"
},
"stopId": "FR:14333:ZE:38:ATOUMOD021",
"stopSequence": 3
},
{
"arrival": {
"delay": 293,
"time": "1775548001"
},
"departure": {
"delay": 293,
"time": "1775548013"
},
"stopId": "FR:14333:ZE:5:ATOUMOD021",
"stopSequence": 20
},
{
"arrival": {
"delay": 28,
"time": "1775546229"
},
"departure": {
"delay": 28,
"time": "1775546248"
},
"stopId": "FR:14333:ZE:40:ATOUMOD021",
"stopSequence": 2
},
{
"arrival": {
"delay": 165,
"time": "1775547390"
},
"departure": {
"delay": 165,
"time": "1775547405"
},
"stopId": "FR:14333:ZE:15:ATOUMOD021",
"stopSequence": 15
},
{
"arrival": {
"delay": 7,
"time": "1775546906"
},
"departure": {
"delay": 7,
"time": "1775546947"
},
"stopId": "FR:14536:ZE:24:ATOUMOD021",
"stopSequence": 10
},
{
"arrival": {
"delay": 149,
"time": "1775547437"
},
"departure": {
"delay": 149,
"time": "1775547449"
},
"stopId": "FR:14333:ZE:13:ATOUMOD021",
"stopSequence": 16
},
{
"departure": {
"time": "1775546100"
},
"stopId": "FR:14333:ZE:41:ATOUMOD021",
"stopSequence": 1
},
{
"arrival": {
"delay": 164,
"time": "1775547295"
},
"departure": {
"delay": 164,
"time": "1775547344"
},
"stopId": "FR:14333:ZE:17:ATOUMOD021",
"stopSequence": 14
},
{
"arrival": {
"delay": 295,
"time": "1775547918"
},
"departure": {
"delay": 295,
"time": "1775547955"
},
"stopId": "FR:14333:ZE:7:ATOUMOD021",
"stopSequence": 19
},
{
"arrival": {
"delay": 75,
"time": "1775546723"
},
"departure": {
"delay": 75,
"time": "1775546775"
},
"stopId": "FR:14333:ZE:28:ATOUMOD021",
"stopSequence": 8
},
{
"arrival": {
"delay": 209,
"time": "1775547263"
},
"departure": {
"delay": 209,
"time": "1775547269"
},
"stopId": "FR:14333:ZE:19:ATOUMOD021",
"stopSequence": 13
},
{
"arrival": {
"delay": 28,
"time": "1775546470"
},
"departure": {
"delay": 28,
"time": "1775546488"
},
"stopId": "FR:14333:ZE:32:ATOUMOD021",
"stopSequence": 6
},
{
"arrival": {
"delay": 17,
"time": "1775546831"
},
"departure": {
"delay": 17,
"time": "1775546837"
},
"stopId": "FR:14536:ZE:26:ATOUMOD021",
"stopSequence": 9
}
],
"timestamp": "1775559490",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD021:Line:A:LOC",
"tripId": "ATOUMOD021:ServiceJourney:62:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4051212xGTFSxGSemH18xSemainex05:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -305,
"time": "1775560315"
},
"departure": {
"delay": -305,
"time": "1775560315"
},
"stopId": "FR:76351:ZE:4486:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": -310,
"time": "1775560490"
},
"departure": {
"delay": -310,
"time": "1775560490"
},
"stopId": "FR:76351:ZE:5197:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": -260,
"time": "1775560240"
},
"departure": {
"delay": -260,
"time": "1775560240"
},
"stopId": "FR:76351:ZE:5164:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": -279,
"time": "1775560281"
},
"departure": {
"delay": -279,
"time": "1775560281"
},
"stopId": "FR:76351:ZE:5150:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": -324,
"time": "1775560956"
},
"stopId": "FR:76351:ZE:5206:ATOUMOD003",
"stopSequence": 17
},
{
"departure": {
"delay": -324,
"time": "1775559996"
},
"stopId": "FR:76351:ZE:3271:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": -278,
"time": "1775560762"
},
"departure": {
"delay": -278,
"time": "1775560762"
},
"stopId": "FR:76351:ZE:3330:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": -283,
"time": "1775560637"
},
"departure": {
"delay": -283,
"time": "1775560637"
},
"stopId": "FR:76351:ZE:3792:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": -285,
"time": "1775560155"
},
"departure": {
"delay": -285,
"time": "1775560155"
},
"stopId": "FR:76351:ZE:3481:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": -298,
"time": "1775560682"
},
"departure": {
"delay": -298,
"time": "1775560682"
},
"stopId": "FR:76351:ZE:3328:ATOUMOD003",
"stopSequence": 15
}
],
"timestamp": "1775560030",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:18:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4051212xGTFSxGSemH18xSemainex05:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx19007:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 15967,
"time": "1775559007"
},
"stopId": "FR:76540:ZE:TCARxCHAMT1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 16182,
"time": "1775557777"
},
"departure": {
"delay": 16182,
"time": "1775557782"
},
"stopId": "FR:76451:ZE:TCARxCAMPU1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 16091,
"time": "1775558651"
},
"departure": {
"delay": 16091,
"time": "1775558651"
},
"stopId": "FR:76540:ZE:TCARxCAMIT1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 16192,
"time": "1775557982"
},
"departure": {
"delay": 16192,
"time": "1775558032"
},
"stopId": "FR:76540:ZE:TCARxFDVAL1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 16127,
"time": "1775557596"
},
"departure": {
"delay": 16127,
"time": "1775557607"
},
"stopId": "FR:76451:ZE:TCARxCOQUE1:ATOUMOD001",
"stopSequence": 2
},
{
"departure": {
"delay": 16052,
"time": "1775557532"
},
"stopId": "FR:76451:ZE:TCARxMTMAL1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 16195,
"time": "1775558855"
},
"departure": {
"delay": 16195,
"time": "1775558995"
},
"stopId": "FR:76540:ZE:TCARxORLET3:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 16252,
"time": "1775558132"
},
"departure": {
"delay": 16252,
"time": "1775558332"
},
"stopId": "FR:76540:ZE:TCARxRIBOT1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 16107,
"time": "1775557705"
},
"departure": {
"delay": 16107,
"time": "1775557707"
},
"stopId": "FR:76451:ZE:TCARxCBLBE1:ATOUMOD001",
"stopSequence": 3
}
],
"timestamp": "1775557537",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx95:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx19007:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx11:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 70,
"time": "1775559970"
},
"departure": {
"delay": 70,
"time": "1775559970"
},
"stopId": "FR:76540:ZE:TCARxCATHE2:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 108,
"time": "1775561028"
},
"departure": {
"delay": 108,
"time": "1775561028"
},
"stopId": "FR:76216:ZE:TCARxPALIS2:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 110,
"time": "1775559590"
},
"departure": {
"delay": 110,
"time": "1775559590"
},
"stopId": "FR:76540:ZE:TCARxCHRUT2:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 97,
"time": "1775558917"
},
"departure": {
"delay": 97,
"time": "1775558917"
},
"stopId": "FR:76540:ZE:TCARxCOUPE2:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 101,
"time": "1775561141"
},
"departure": {
"delay": 101,
"time": "1775561141"
},
"stopId": "FR:76216:ZE:TCARxDLUNE2:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 107,
"time": "1775560847"
},
"departure": {
"delay": 107,
"time": "1775560847"
},
"stopId": "FR:76216:ZE:TCARxPTPIE2:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 75,
"time": "1775558595"
},
"departure": {
"delay": 75,
"time": "1775558595"
},
"stopId": "FR:76540:ZE:TCARxMAIS10:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 75,
"time": "1775559470"
},
"departure": {
"delay": 75,
"time": "1775559495"
},
"stopId": "FR:76540:ZE:TCARxHILAI2:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 120,
"time": "1775560260"
},
"departure": {
"delay": 120,
"time": "1775560260"
},
"stopId": "FR:76540:ZE:TCARxPASPA2:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 97,
"time": "1775560657"
},
"departure": {
"delay": 97,
"time": "1775560657"
},
"stopId": "FR:76540:ZE:TCARxBAPEA2:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 125,
"time": "1775558585"
},
"departure": {
"delay": 125,
"time": "1775558585"
},
"stopId": "FR:76540:ZE:TCARxCHATL2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 100,
"time": "1775560060"
},
"departure": {
"delay": 100,
"time": "1775560060"
},
"stopId": "FR:76540:ZE:TCARxTARTT2:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 109,
"time": "1775558749"
},
"departure": {
"delay": 109,
"time": "1775558749"
},
"stopId": "FR:76540:ZE:TCARxPSALO0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 70,
"time": "1775560930"
},
"departure": {
"delay": 70,
"time": "1775560930"
},
"stopId": "FR:76216:ZE:TCARxDVILL2:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 70,
"time": "1775559070"
},
"departure": {
"delay": 70,
"time": "1775559070"
},
"stopId": "FR:76540:ZE:TCARxARGEN2:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 95,
"time": "1775559695"
},
"departure": {
"delay": 95,
"time": "1775559695"
},
"stopId": "FR:76540:ZE:TCARxMARTT2:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 100,
"time": "1775560360"
},
"departure": {
"delay": 100,
"time": "1775560360"
},
"stopId": "FR:76540:ZE:TCARxLUCIL2:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 46,
"time": "1775560546"
},
"departure": {
"delay": 46,
"time": "1775560546"
},
"stopId": "FR:76540:ZE:TCARxRIBOU2:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 95,
"time": "1775558795"
},
"departure": {
"delay": 95,
"time": "1775558795"
},
"stopId": "FR:76540:ZE:TCARxMALRA2:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 55,
"time": "1775559295"
},
"departure": {
"delay": 55,
"time": "1775559295"
},
"stopId": "FR:76540:ZE:TCARxJEUNE2:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 70,
"time": "1775561410"
},
"stopId": "FR:76474:ZE:TCARxBMAIR2:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": 88,
"time": "1775560168"
},
"departure": {
"delay": 88,
"time": "1775560168"
},
"stopId": "FR:76540:ZE:TCARxBELGE2:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 70,
"time": "1775561230"
},
"departure": {
"delay": 70,
"time": "1775561230"
},
"stopId": "FR:76474:ZE:TCARxMOULI2:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 65,
"time": "1775558645"
},
"departure": {
"delay": 65,
"time": "1775558645"
},
"stopId": "FR:76540:ZE:TCARxGALI2:ATOUMOD001",
"stopSequence": 4
},
{
"departure": {
"delay": 55,
"time": "1775558395"
},
"stopId": "FR:76095:ZE:TCARxTAMAR:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 85,
"time": "1775559265"
},
"departure": {
"delay": 85,
"time": "1775559265"
},
"stopId": "FR:76540:ZE:TCARxDRIVI2:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 110,
"time": "1775559770"
},
"departure": {
"delay": 110,
"time": "1775559770"
},
"stopId": "FR:76540:ZE:TCARxPMARC2:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 115,
"time": "1775559870"
},
"departure": {
"delay": 115,
"time": "1775559895"
},
"stopId": "FR:76540:ZE:TCARxREPUB2:ATOUMOD001",
"stopSequence": 16
}
],
"timestamp": "1775558397",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx92:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx11:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3747895x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 143,
"time": "1775549884"
},
"departure": {
"delay": 143,
"time": "1775549903"
},
"stopId": "FR:50129:ZE:10BSJ1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 205,
"time": "1775549535"
},
"departure": {
"delay": 205,
"time": "1775549545"
},
"stopId": "FR:50129:ZE:10JAR1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 206,
"time": "1775549915"
},
"departure": {
"delay": 206,
"time": "1775549966"
},
"stopId": "FR:50129:ZE:10MTT1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 199,
"time": "1775550308"
},
"departure": {
"delay": 199,
"time": "1775550319"
},
"stopId": "FR:50129:ZE:10DEB1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 198,
"time": "1775550347"
},
"departure": {
"delay": 198,
"time": "1775550378"
},
"stopId": "FR:50129:ZE:10CUR1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 160,
"time": "1775550394"
},
"departure": {
"delay": 160,
"time": "1775550400"
},
"stopId": "FR:50129:ZE:10REN1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 148,
"time": "1775549374"
},
"departure": {
"delay": 148,
"time": "1775549428"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 164,
"time": "1775550130"
},
"departure": {
"delay": 164,
"time": "1775550164"
},
"stopId": "FR:50129:ZE:10CSM1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 171,
"time": "1775549655"
},
"departure": {
"delay": 171,
"time": "1775549691"
},
"stopId": "FR:50129:ZE:10ODR1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 145,
"time": "1775549715"
},
"departure": {
"delay": 145,
"time": "1775549725"
},
"stopId": "FR:50129:ZE:10SRN1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 159,
"time": "1775549583"
},
"departure": {
"delay": 159,
"time": "1775549619"
},
"stopId": "FR:50129:ZE:10BOS1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 147,
"time": "1775549836"
},
"departure": {
"delay": 147,
"time": "1775549847"
},
"stopId": "FR:50129:ZE:10RUC1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 193,
"time": "1775550521"
},
"departure": {
"delay": 193,
"time": "1775550553"
},
"stopId": "FR:50129:ZE:10BOC1:ATOUMOD035",
"stopSequence": 21
},
{
"departure": {
"delay": 180,
"time": "1775549100"
},
"stopId": "FR:50129:ZE:10SHU2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 165,
"time": "1775549148"
},
"departure": {
"delay": 165,
"time": "1775549325"
},
"stopId": "FR:50129:ZE:10SHU1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 172,
"time": "1775549978"
},
"departure": {
"delay": 172,
"time": "1775549992"
},
"stopId": "FR:50129:ZE:10SEX1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 149,
"time": "1775550689"
},
"stopId": "FR:50129:ZE:10MXR1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 213,
"time": "1775550584"
},
"departure": {
"delay": 213,
"time": "1775550633"
},
"stopId": "FR:50129:ZE:10CEN1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 205,
"time": "1775550425"
},
"departure": {
"delay": 205,
"time": "1775550445"
},
"stopId": "FR:50129:ZE:10LOG1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 144,
"time": "1775550494"
},
"departure": {
"delay": 144,
"time": "1775550504"
},
"stopId": "FR:50129:ZE:10GNT1:ATOUMOD035",
"stopSequence": 20
}
],
"timestamp": "1775560073",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:04:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3747895x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745659x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 516,
"time": "1775544950"
},
"departure": {
"delay": 516,
"time": "1775544996"
},
"stopId": "FR:50129:ZE:10HPA3:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 512,
"time": "1775545138"
},
"departure": {
"delay": 512,
"time": "1775545172"
},
"stopId": "FR:50129:ZE:10GRR1:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 483,
"time": "1775545222"
},
"departure": {
"delay": 483,
"time": "1775545263"
},
"stopId": "FR:50129:ZE:10BAG3:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 496,
"time": "1775544034"
},
"departure": {
"delay": 496,
"time": "1775544076"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 458,
"time": "1775545373"
},
"departure": {
"delay": 458,
"time": "1775545418"
},
"stopId": "FR:50129:ZE:10NOR5:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 476,
"time": "1775543827"
},
"departure": {
"delay": 476,
"time": "1775543876"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 15
},
{
"departure": {
"delay": 115,
"time": "1775542435"
},
"stopId": "FR:50129:ZE:10AMF1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 446,
"time": "1775543708"
},
"departure": {
"delay": 446,
"time": "1775543786"
},
"stopId": "FR:50129:ZE:10PAX1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 256,
"time": "1775542712"
},
"departure": {
"delay": 256,
"time": "1775542756"
},
"stopId": "FR:50129:ZE:10BOI1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 424,
"time": "1775544507"
},
"departure": {
"delay": 424,
"time": "1775544544"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 373,
"time": "1775543056"
},
"departure": {
"delay": 373,
"time": "1775543113"
},
"stopId": "FR:50129:ZE:10EPC1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 341,
"time": "1775543167"
},
"departure": {
"delay": 341,
"time": "1775543201"
},
"stopId": "FR:50129:ZE:10DIX1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 448,
"time": "1775544402"
},
"departure": {
"delay": 448,
"time": "1775544448"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 366,
"time": "1775543534"
},
"departure": {
"delay": 366,
"time": "1775543586"
},
"stopId": "FR:50129:ZE:10ANN1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 295,
"time": "1775542918"
},
"departure": {
"delay": 295,
"time": "1775542975"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 466,
"time": "1775545571"
},
"departure": {
"delay": 466,
"time": "1775545606"
},
"stopId": "FR:50129:ZE:10FLO1:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 379,
"time": "1775543447"
},
"departure": {
"delay": 379,
"time": "1775543479"
},
"stopId": "FR:50129:ZE:10CAQ1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 357,
"time": "1775543244"
},
"departure": {
"delay": 357,
"time": "1775543277"
},
"stopId": "FR:50129:ZE:10PET1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 394,
"time": "1775545654"
},
"stopId": "FR:50129:ZE:10ECT1:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 484,
"time": "1775544169"
},
"departure": {
"delay": 484,
"time": "1775544244"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 141,
"time": "1775542532"
},
"departure": {
"delay": 141,
"time": "1775542581"
},
"stopId": "FR:50129:ZE:10MES1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 488,
"time": "1775545055"
},
"departure": {
"delay": 488,
"time": "1775545088"
},
"stopId": "FR:50129:ZE:10XCT3:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 402,
"time": "1775543312"
},
"departure": {
"delay": 402,
"time": "1775543382"
},
"stopId": "FR:50129:ZE:10HME1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 404,
"time": "1775543637"
},
"departure": {
"delay": 404,
"time": "1775543684"
},
"stopId": "FR:50129:ZE:10CMI1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 478,
"time": "1775544863"
},
"departure": {
"delay": 478,
"time": "1775544898"
},
"stopId": "FR:50129:ZE:10CRN1:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 249,
"time": "1775542774"
},
"departure": {
"delay": 249,
"time": "1775542809"
},
"stopId": "FR:50129:ZE:10FRN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 494,
"time": "1775544343"
},
"departure": {
"delay": 494,
"time": "1775544374"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 476,
"time": "1775545308"
},
"departure": {
"delay": 476,
"time": "1775545316"
},
"stopId": "FR:50129:ZE:10MED3:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 191,
"time": "1775542604"
},
"departure": {
"delay": 191,
"time": "1775542691"
},
"stopId": "FR:50129:ZE:10MOR1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 498,
"time": "1775544271"
},
"departure": {
"delay": 498,
"time": "1775544318"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 477,
"time": "1775543892"
},
"departure": {
"delay": 477,
"time": "1775543937"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 454,
"time": "1775544118"
},
"departure": {
"delay": 454,
"time": "1775544154"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 469,
"time": "1775544632"
},
"departure": {
"delay": 469,
"time": "1775544709"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 428,
"time": "1775545439"
},
"departure": {
"delay": 428,
"time": "1775545448"
},
"stopId": "FR:50129:ZE:10GDR1:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 439,
"time": "1775545483"
},
"departure": {
"delay": 439,
"time": "1775545519"
},
"stopId": "FR:50129:ZE:10LPL1:ATOUMOD035",
"stopSequence": 33
}
],
"timestamp": "1775559599",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:02:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745659x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD012:ServiceJourney:100000286:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -37,
"time": "1775560283"
},
"departure": {
"delay": -37,
"time": "1775560283"
},
"stopId": "FR:76758:ZE:YVETOTxxxClosxD:ATOUMOD012",
"stopSequence": 9
},
{
"arrival": {
"delay": -37,
"time": "1775560703"
},
"departure": {
"delay": -37,
"time": "1775560703"
},
"stopId": "FR:76758:ZE:YVETOTxxxMusxe:ATOUMOD012",
"stopSequence": 14
},
{
"arrival": {
"delay": -37,
"time": "1775560343"
},
"departure": {
"delay": -37,
"time": "1775560343"
},
"stopId": "FR:76758:ZE:YVETOTxxxRuexD2:ATOUMOD012",
"stopSequence": 10
},
{
"arrival": {
"delay": -37,
"time": "1775560463"
},
"departure": {
"delay": -37,
"time": "1775560463"
},
"stopId": "FR:76758:ZE:YVETOTxxxRuexNi:ATOUMOD012",
"stopSequence": 12
},
{
"arrival": {
"delay": -37,
"time": "1775560103"
},
"departure": {
"delay": -37,
"time": "1775560103"
},
"stopId": "FR:76758:ZE:YVETOTxxxRuexCo:ATOUMOD012",
"stopSequence": 7
},
{
"arrival": {
"delay": -37,
"time": "1775560643"
},
"departure": {
"delay": -37,
"time": "1775560643"
},
"stopId": "FR:76758:ZE:YVETOTxxxRuexD5:ATOUMOD012",
"stopSequence": 13
},
{
"arrival": {
"delay": -1,
"time": "1775560019"
},
"departure": {
"delay": -1,
"time": "1775560019"
},
"stopId": "FR:76043:ZE:AUZEBOSCxxxLexC:ATOUMOD012",
"stopSequence": 6
},
{
"arrival": {
"delay": -37,
"time": "1775560883"
},
"stopId": "FR:76758:ZE:YVETOTxxxGarexS:ATOUMOD012",
"stopSequence": 15
},
{
"arrival": {
"delay": -37,
"time": "1775560223"
},
"departure": {
"delay": -37,
"time": "1775560223"
},
"stopId": "FR:76758:ZE:YVETOTxxxRuexCl:ATOUMOD012",
"stopSequence": 8
},
{
"arrival": {
"delay": -37,
"time": "1775560403"
},
"departure": {
"delay": -37,
"time": "1775560403"
},
"stopId": "FR:76758:ZE:YVETOTxxxFortxR:ATOUMOD012",
"stopSequence": 11
}
],
"timestamp": "1775560080",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD012:Line:3:LOC",
"tripId": "ATOUMOD012:ServiceJourney:100000286:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx14403:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 2195,
"time": "1775557295"
},
"departure": {
"delay": 2195,
"time": "1775557295"
},
"stopId": "FR:76451:ZE:TCARxVAREN0:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 2057,
"time": "1775558297"
},
"departure": {
"delay": 2057,
"time": "1775558297"
},
"stopId": "FR:76540:ZE:TCARxSTNIC1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 2194,
"time": "1775557834"
},
"departure": {
"delay": 2194,
"time": "1775557834"
},
"stopId": "FR:76540:ZE:TCARxRCAMP0:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 2175,
"time": "1775557573"
},
"departure": {
"delay": 2175,
"time": "1775557575"
},
"stopId": "FR:76451:ZE:TCARxFOUBE0:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 2264,
"time": "1775558917"
},
"departure": {
"delay": 2264,
"time": "1775558924"
},
"stopId": "FR:76540:ZE:TCARxLAFAY0:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 2149,
"time": "1775558131"
},
"departure": {
"delay": 2149,
"time": "1775558149"
},
"stopId": "FR:76540:ZE:TCARxBARTS0:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 2189,
"time": "1775558629"
},
"departure": {
"delay": 2189,
"time": "1775558849"
},
"stopId": "FR:76540:ZE:TCARxCHAMP1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 2374,
"time": "1775559274"
},
"departure": {
"delay": 2374,
"time": "1775559274"
},
"stopId": "FR:76540:ZE:TCARxSIMON1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 2389,
"time": "1775559348"
},
"departure": {
"delay": 2389,
"time": "1775559349"
},
"stopId": "FR:76540:ZE:TCARxCENSO1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 2245,
"time": "1775557465"
},
"departure": {
"delay": 2245,
"time": "1775557465"
},
"stopId": "FR:76451:ZE:TCARxCOQUE3:ATOUMOD001",
"stopSequence": 6
},
{
"departure": {
"delay": 2190,
"time": "1775557170"
},
"stopId": "FR:76451:ZE:TCARxPLEIAD:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 2223,
"time": "1775557500"
},
"departure": {
"delay": 2223,
"time": "1775557503"
},
"stopId": "FR:76451:ZE:TCARxHDVBE1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 2164,
"time": "1775559724"
},
"stopId": "FR:76681:ZE:TCARxHDVS2:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 2044,
"time": "1775558486"
},
"departure": {
"delay": 2044,
"time": "1775558524"
},
"stopId": "FR:76540:ZE:TCARxPCORN0:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 2214,
"time": "1775557357"
},
"departure": {
"delay": 2214,
"time": "1775557374"
},
"stopId": "FR:76451:ZE:TCARxCOLBE0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 2244,
"time": "1775558064"
},
"departure": {
"delay": 2244,
"time": "1775558064"
},
"stopId": "FR:76540:ZE:TCARxSVER7:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 2175,
"time": "1775557755"
},
"departure": {
"delay": 2175,
"time": "1775557755"
},
"stopId": "FR:76540:ZE:TCARxBSMAU0:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 2049,
"time": "1775558332"
},
"departure": {
"delay": 2049,
"time": "1775558349"
},
"stopId": "FR:76540:ZE:TCARxRREPU0:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 1984,
"time": "1775558224"
},
"departure": {
"delay": 1984,
"time": "1775558224"
},
"stopId": "FR:76540:ZE:TCARxHVR3:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 2271,
"time": "1775559049"
},
"departure": {
"delay": 2271,
"time": "1775559051"
},
"stopId": "FR:76540:ZE:TCARxBAMME0:ATOUMOD001",
"stopSequence": 21
}
],
"timestamp": "1775556525",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx07:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx14403:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745664x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 227,
"time": "1775548019"
},
"departure": {
"delay": 227,
"time": "1775548067"
},
"stopId": "FR:50129:ZE:10CMI1:ATOUMOD035",
"stopSequence": 13
},
{
"departure": {
"delay": 67,
"time": "1775546947"
},
"stopId": "FR:50129:ZE:10AMF1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 95,
"time": "1775547300"
},
"departure": {
"delay": 95,
"time": "1775547335"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 269,
"time": "1775549838"
},
"departure": {
"delay": 269,
"time": "1775549849"
},
"stopId": "FR:50129:ZE:10GDR1:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 301,
"time": "1775549611"
},
"departure": {
"delay": 301,
"time": "1775549641"
},
"stopId": "FR:50129:ZE:10BAG3:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 198,
"time": "1775548831"
},
"departure": {
"delay": 198,
"time": "1775548878"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 319,
"time": "1775548952"
},
"departure": {
"delay": 319,
"time": "1775549119"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 193,
"time": "1775548392"
},
"departure": {
"delay": 193,
"time": "1775548453"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 135,
"time": "1775547899"
},
"departure": {
"delay": 135,
"time": "1775547915"
},
"stopId": "FR:50129:ZE:10ANN1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 179,
"time": "1775547681"
},
"departure": {
"delay": 179,
"time": "1775547719"
},
"stopId": "FR:50129:ZE:10HME1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 311,
"time": "1775549700"
},
"departure": {
"delay": 311,
"time": "1775549711"
},
"stopId": "FR:50129:ZE:10MED3:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 116,
"time": "1775547525"
},
"departure": {
"delay": 116,
"time": "1775547536"
},
"stopId": "FR:50129:ZE:10DIX1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 212,
"time": "1775548740"
},
"departure": {
"delay": 212,
"time": "1775548772"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 298,
"time": "1775549781"
},
"departure": {
"delay": 298,
"time": "1775549818"
},
"stopId": "FR:50129:ZE:10NOR5:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 203,
"time": "1775548561"
},
"departure": {
"delay": 203,
"time": "1775548583"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 172,
"time": "1775547582"
},
"departure": {
"delay": 172,
"time": "1775547652"
},
"stopId": "FR:50129:ZE:10PET1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 276,
"time": "1775549216"
},
"departure": {
"delay": 276,
"time": "1775549256"
},
"stopId": "FR:50129:ZE:10CRN1:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 245,
"time": "1775550065"
},
"stopId": "FR:50129:ZE:10ECT1:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 316,
"time": "1775549981"
},
"departure": {
"delay": 316,
"time": "1775550016"
},
"stopId": "FR:50129:ZE:10FLO1:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 66,
"time": "1775547033"
},
"departure": {
"delay": 66,
"time": "1775547066"
},
"stopId": "FR:50129:ZE:10MES1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 187,
"time": "1775547794"
},
"departure": {
"delay": 187,
"time": "1775547847"
},
"stopId": "FR:50129:ZE:10CAQ1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 269,
"time": "1775549885"
},
"departure": {
"delay": 269,
"time": "1775549909"
},
"stopId": "FR:50129:ZE:10LPL1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 324,
"time": "1775549530"
},
"departure": {
"delay": 324,
"time": "1775549544"
},
"stopId": "FR:50129:ZE:10GRR1:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 319,
"time": "1775549320"
},
"departure": {
"delay": 319,
"time": "1775549359"
},
"stopId": "FR:50129:ZE:10HPA3:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 242,
"time": "1775548174"
},
"departure": {
"delay": 242,
"time": "1775548202"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 106,
"time": "1775547151"
},
"departure": {
"delay": 106,
"time": "1775547166"
},
"stopId": "FR:50129:ZE:10BOI1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 314,
"time": "1775549426"
},
"departure": {
"delay": 314,
"time": "1775549474"
},
"stopId": "FR:50129:ZE:10XCT3:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 278,
"time": "1775548687"
},
"departure": {
"delay": 278,
"time": "1775548718"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 212,
"time": "1775548319"
},
"departure": {
"delay": 212,
"time": "1775548352"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 238,
"time": "1775548217"
},
"departure": {
"delay": 238,
"time": "1775548258"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 80,
"time": "1775547186"
},
"departure": {
"delay": 80,
"time": "1775547200"
},
"stopId": "FR:50129:ZE:10FRN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 70,
"time": "1775547086"
},
"departure": {
"delay": 70,
"time": "1775547130"
},
"stopId": "FR:50129:ZE:10MOR1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 213,
"time": "1775548502"
},
"departure": {
"delay": 213,
"time": "1775548533"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 226,
"time": "1775548105"
},
"departure": {
"delay": 226,
"time": "1775548126"
},
"stopId": "FR:50129:ZE:10PAX1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 171,
"time": "1775547400"
},
"departure": {
"delay": 171,
"time": "1775547471"
},
"stopId": "FR:50129:ZE:10EPC1:ATOUMOD035",
"stopSequence": 7
}
],
"timestamp": "1775560077",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:02:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745664x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3748507x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 42,
"time": "1775538000"
},
"departure": {
"delay": 42,
"time": "1775538042"
},
"stopId": "FR:50129:ZE:10EGL2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 27,
"time": "1775537532"
},
"departure": {
"delay": 27,
"time": "1775537547"
},
"stopId": "FR:50129:ZE:10THH4:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 42,
"time": "1775538267"
},
"departure": {
"delay": 42,
"time": "1775538282"
},
"stopId": "FR:50129:ZE:10BQR2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 44,
"time": "1775537325"
},
"departure": {
"delay": 44,
"time": "1775537384"
},
"stopId": "FR:50129:ZE:10BHC2:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 37,
"time": "1775538128"
},
"departure": {
"delay": 37,
"time": "1775538157"
},
"stopId": "FR:50129:ZE:10PRV2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 63,
"time": "1775536911"
},
"departure": {
"delay": 63,
"time": "1775536923"
},
"stopId": "FR:50129:ZE:10CHE2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 66,
"time": "1775538590"
},
"departure": {
"delay": 66,
"time": "1775538606"
},
"stopId": "FR:50129:ZE:10ZFO2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 57,
"time": "1775538193"
},
"departure": {
"delay": 57,
"time": "1775538237"
},
"stopId": "FR:50129:ZE:10ANJ6:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 41,
"time": "1775538070"
},
"departure": {
"delay": 41,
"time": "1775538101"
},
"stopId": "FR:50129:ZE:10OYG2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 41,
"time": "1775536952"
},
"departure": {
"delay": 41,
"time": "1775536961"
},
"stopId": "FR:50129:ZE:10JBO4:ATOUMOD035",
"stopSequence": 3
},
{
"departure": {
"delay": 62,
"time": "1775536862"
},
"stopId": "FR:50129:ZE:10ZSA4:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 32,
"time": "1775537110"
},
"departure": {
"delay": 32,
"time": "1775537132"
},
"stopId": "FR:50129:ZE:10BRO2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 11,
"time": "1775537199"
},
"departure": {
"delay": 11,
"time": "1775537231"
},
"stopId": "FR:50129:ZE:10JMO2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 77,
"time": "1775538737"
},
"stopId": "FR:50129:ZE:10PYC1:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 26,
"time": "1775538491"
},
"departure": {
"delay": 26,
"time": "1775538506"
},
"stopId": "FR:50129:ZE:10FOE2:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 27,
"time": "1775538432"
},
"departure": {
"delay": 27,
"time": "1775538447"
},
"stopId": "FR:50129:ZE:10MRT2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 26,
"time": "1775538310"
},
"departure": {
"delay": 26,
"time": "1775538326"
},
"stopId": "FR:50129:ZE:10BRA2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 85,
"time": "1775537734"
},
"departure": {
"delay": 85,
"time": "1775537845"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 30,
"time": "1775537952"
},
"departure": {
"delay": 30,
"time": "1775537970"
},
"stopId": "FR:50129:ZE:10AMO2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 67,
"time": "1775538651"
},
"departure": {
"delay": 67,
"time": "1775538667"
},
"stopId": "FR:50129:ZE:10VDT2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 77,
"time": "1775538540"
},
"departure": {
"delay": 77,
"time": "1775538557"
},
"stopId": "FR:50129:ZE:10GRI2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 43,
"time": "1775537423"
},
"departure": {
"delay": 43,
"time": "1775537443"
},
"stopId": "FR:50129:ZE:10LCP2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 20,
"time": "1775537166"
},
"departure": {
"delay": 20,
"time": "1775537180"
},
"stopId": "FR:50129:ZE:10LLM2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 46,
"time": "1775537251"
},
"departure": {
"delay": 46,
"time": "1775537266"
},
"stopId": "FR:50129:ZE:10LUM2:ATOUMOD035",
"stopSequence": 7
}
],
"timestamp": "1775560076",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:06:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3748507x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3748441x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -20,
"time": "1775561560"
},
"stopId": "FR:50129:ZE:10ZAG2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": -2,
"time": "1775560046"
},
"departure": {
"delay": -2,
"time": "1775560078"
},
"stopId": "FR:50129:ZE:10FDC1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 173,
"time": "1775559101"
},
"departure": {
"delay": 173,
"time": "1775559113"
},
"stopId": "FR:50129:ZE:10COT1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": -20,
"time": "1775560300"
},
"departure": {
"delay": -20,
"time": "1775560300"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 118,
"time": "1775559048"
},
"departure": {
"delay": 118,
"time": "1775559058"
},
"stopId": "FR:50129:ZE:10BCP1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": -20,
"time": "1775561320"
},
"departure": {
"delay": -20,
"time": "1775561320"
},
"stopId": "FR:50129:ZE:10DAN2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": -20,
"time": "1775560240"
},
"departure": {
"delay": -20,
"time": "1775560240"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": -20,
"time": "1775560960"
},
"departure": {
"delay": -20,
"time": "1775560960"
},
"stopId": "FR:50129:ZE:10SMT2:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": -20,
"time": "1775561020"
},
"departure": {
"delay": -20,
"time": "1775561020"
},
"stopId": "FR:50129:ZE:10VAB2:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": -20,
"time": "1775561260"
},
"departure": {
"delay": -20,
"time": "1775561260"
},
"stopId": "FR:50129:ZE:10CRB2:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": -20,
"time": "1775560180"
},
"departure": {
"delay": -20,
"time": "1775560180"
},
"stopId": "FR:50129:ZE:10CTR3:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": -20,
"time": "1775560360"
},
"departure": {
"delay": -20,
"time": "1775560360"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": -20,
"time": "1775560480"
},
"departure": {
"delay": -20,
"time": "1775560480"
},
"stopId": "FR:50129:ZE:10STA2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": -20,
"time": "1775560780"
},
"departure": {
"delay": -20,
"time": "1775560780"
},
"stopId": "FR:50129:ZE:10LEB2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 111,
"time": "1775559405"
},
"departure": {
"delay": 111,
"time": "1775559411"
},
"stopId": "FR:50129:ZE:10RED1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 25,
"time": "1775559671"
},
"departure": {
"delay": 25,
"time": "1775559925"
},
"stopId": "FR:50129:ZE:10SHU3:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 103,
"time": "1775559493"
},
"departure": {
"delay": 103,
"time": "1775559523"
},
"stopId": "FR:50129:ZE:10FJT1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 171,
"time": "1775559267"
},
"departure": {
"delay": 171,
"time": "1775559291"
},
"stopId": "FR:50129:ZE:10ROS1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": -19,
"time": "1775560901"
},
"departure": {
"delay": -19,
"time": "1775560901"
},
"stopId": "FR:50129:ZE:10FRA2:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": -20,
"time": "1775560600"
},
"departure": {
"delay": -20,
"time": "1775560600"
},
"stopId": "FR:50129:ZE:10LCO2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 168,
"time": "1775559309"
},
"departure": {
"delay": 168,
"time": "1775559348"
},
"stopId": "FR:50129:ZE:10SAD1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 146,
"time": "1775559014"
},
"departure": {
"delay": 146,
"time": "1775559026"
},
"stopId": "FR:50129:ZE:10CDF1:ATOUMOD035",
"stopSequence": 2
},
{
"departure": {
"delay": 156,
"time": "1775558976"
},
"stopId": "FR:50129:ZE:10DIG1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 136,
"time": "1775559368"
},
"departure": {
"delay": 136,
"time": "1775559376"
},
"stopId": "FR:50129:ZE:10VOL1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 79,
"time": "1775559427"
},
"departure": {
"delay": 79,
"time": "1775559439"
},
"stopId": "FR:50129:ZE:10CIM1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 9,
"time": "1775560012"
},
"departure": {
"delay": 9,
"time": "1775560029"
},
"stopId": "FR:50129:ZE:10PHG2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": -20,
"time": "1775561080"
},
"departure": {
"delay": -20,
"time": "1775561080"
},
"stopId": "FR:50129:ZE:10EGL5:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": -19,
"time": "1775561261"
},
"departure": {
"delay": -19,
"time": "1775561261"
},
"stopId": "FR:50129:ZE:10VIG2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 154,
"time": "1775559139"
},
"departure": {
"delay": 154,
"time": "1775559154"
},
"stopId": "FR:50129:ZE:10PFJ1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 181,
"time": "1775559191"
},
"departure": {
"delay": 181,
"time": "1775559241"
},
"stopId": "FR:50129:ZE:10SAL1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": -20,
"time": "1775560900"
},
"departure": {
"delay": -20,
"time": "1775560900"
},
"stopId": "FR:50129:ZE:10LEC2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": -20,
"time": "1775561200"
},
"departure": {
"delay": -20,
"time": "1775561200"
},
"stopId": "FR:50129:ZE:10HUI4:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 33,
"time": "1775559593"
},
"departure": {
"delay": 33,
"time": "1775559633"
},
"stopId": "FR:50129:ZE:10MEN2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": -20,
"time": "1775560660"
},
"departure": {
"delay": -20,
"time": "1775560660"
},
"stopId": "FR:50129:ZE:10POL2:ATOUMOD035",
"stopSequence": 23
}
],
"timestamp": "1775560078",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:05:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3748441x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3747504x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 41,
"time": "1775543585"
},
"departure": {
"delay": 41,
"time": "1775543621"
},
"stopId": "FR:50129:ZE:10CRN1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 88,
"time": "1775542570"
},
"departure": {
"delay": 88,
"time": "1775542588"
},
"stopId": "FR:50129:ZE:10VDT2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": -7,
"time": "1775544401"
},
"departure": {
"delay": -7,
"time": "1775544413"
},
"stopId": "FR:50129:ZE:10EUR1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": -65,
"time": "1775543966"
},
"departure": {
"delay": -65,
"time": "1775543995"
},
"stopId": "FR:50129:ZE:10GMA3:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 35,
"time": "1775544560"
},
"departure": {
"delay": 35,
"time": "1775544575"
},
"stopId": "FR:50129:ZE:10LMQ1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": -70,
"time": "1775543802"
},
"departure": {
"delay": -70,
"time": "1775543810"
},
"stopId": "FR:50129:ZE:10CCI1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 76,
"time": "1775543440"
},
"departure": {
"delay": 76,
"time": "1775543476"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 139,
"time": "1775542869"
},
"departure": {
"delay": 139,
"time": "1775542879"
},
"stopId": "FR:50129:ZE:10AIG2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 41,
"time": "1775543650"
},
"departure": {
"delay": 41,
"time": "1775543681"
},
"stopId": "FR:50129:ZE:10PLA5:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 107,
"time": "1775543067"
},
"departure": {
"delay": 107,
"time": "1775543147"
},
"stopId": "FR:50129:ZE:10MEN2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": -69,
"time": "1775543739"
},
"departure": {
"delay": -69,
"time": "1775543751"
},
"stopId": "FR:50129:ZE:10CIT1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": -3,
"time": "1775544437"
},
"departure": {
"delay": -3,
"time": "1775544477"
},
"stopId": "FR:50129:ZE:10COD1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 99,
"time": "1775542646"
},
"departure": {
"delay": 99,
"time": "1775542659"
},
"stopId": "FR:50129:ZE:10PFO4:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": -39,
"time": "1775544290"
},
"departure": {
"delay": -39,
"time": "1775544321"
},
"stopId": "FR:50129:ZE:10CLO1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 40,
"time": "1775544820"
},
"stopId": "FR:50129:ZE:10PIS1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 168,
"time": "1775542772"
},
"departure": {
"delay": 168,
"time": "1775542788"
},
"stopId": "FR:50129:ZE:10IUT2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": -41,
"time": "1775544369"
},
"departure": {
"delay": -41,
"time": "1775544379"
},
"stopId": "FR:50129:ZE:10ILO1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 1,
"time": "1775544591"
},
"departure": {
"delay": 1,
"time": "1775544601"
},
"stopId": "FR:50129:ZE:10CRD1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": -89,
"time": "1775544081"
},
"departure": {
"delay": -89,
"time": "1775544091"
},
"stopId": "FR:50129:ZE:10MLL3:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 152,
"time": "1775542818"
},
"departure": {
"delay": 152,
"time": "1775542832"
},
"stopId": "FR:50129:ZE:10UNI2:ATOUMOD035",
"stopSequence": 5
},
{
"departure": {
"delay": 61,
"time": "1775542501"
},
"stopId": "FR:50129:ZE:10ZFO2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": -57,
"time": "1775544204"
},
"departure": {
"delay": -57,
"time": "1775544243"
},
"stopId": "FR:50129:ZE:10LMW1:ATOUMOD035",
"stopSequence": 15
}
],
"timestamp": "1775560079",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:08:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3747504x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx16827:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -13581,
"time": "1775561979"
},
"departure": {
"delay": -13581,
"time": "1775561979"
},
"stopId": "FR:76095:ZE:TCARxPOMPI0:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -13571,
"time": "1775562049"
},
"departure": {
"delay": -13571,
"time": "1775562049"
},
"stopId": "FR:76095:ZE:TCARxBOUVE0:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": -13587,
"time": "1775562273"
},
"departure": {
"delay": -13587,
"time": "1775562273"
},
"stopId": "FR:76095:ZE:TCARxDELAT0:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -13610,
"time": "1775562370"
},
"departure": {
"delay": -13610,
"time": "1775562370"
},
"stopId": "FR:76095:ZE:TCARxPISCB0:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": -13608,
"time": "1775562012"
},
"departure": {
"delay": -13608,
"time": "1775562012"
},
"stopId": "FR:76095:ZE:TCARxGRIGN0:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -13601,
"time": "1775562319"
},
"departure": {
"delay": -13601,
"time": "1775562319"
},
"stopId": "FR:76095:ZE:TCARxJOSEP0:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": -13680,
"time": "1775562480"
},
"departure": {
"delay": -13680,
"time": "1775562480"
},
"stopId": "FR:76095:ZE:TCARxCOLMI1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": -13632,
"time": "1775562408"
},
"departure": {
"delay": -13632,
"time": "1775562408"
},
"stopId": "FR:76095:ZE:TCARxFLOQU0:ATOUMOD001",
"stopSequence": 11
}
],
"timestamp": "1775557797",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx20:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx16827:LOC"
}
}
},
{
"id": "SM:ATOUMOD005:ServiceJourney:565:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 240,
"time": "1775562240"
},
"departure": {
"delay": 240,
"time": "1775562240"
},
"stopId": "FR:76217:ZE:18181:ATOUMOD005",
"stopSequence": 33
},
{
"arrival": {
"delay": 240,
"time": "1775561160"
},
"departure": {
"delay": 240,
"time": "1775561160"
},
"stopId": "FR:76217:ZE:18106:ATOUMOD005",
"stopSequence": 21
},
{
"arrival": {
"delay": 240,
"time": "1775561880"
},
"departure": {
"delay": 240,
"time": "1775561880"
},
"stopId": "FR:76217:ZE:18186:ATOUMOD005",
"stopSequence": 29
},
{
"arrival": {
"delay": 305,
"time": "1775559780"
},
"departure": {
"delay": 305,
"time": "1775559785"
},
"stopId": "FR:76217:ZE:18090:ATOUMOD005",
"stopSequence": 6
},
{
"arrival": {
"delay": 240,
"time": "1775561460"
},
"departure": {
"delay": 240,
"time": "1775561460"
},
"stopId": "FR:76414:ZE:18132:ATOUMOD005",
"stopSequence": 24
},
{
"arrival": {
"delay": 240,
"time": "1775560380"
},
"departure": {
"delay": 240,
"time": "1775560380"
},
"stopId": "FR:76217:ZE:18029:ATOUMOD005",
"stopSequence": 16
},
{
"arrival": {
"delay": 260,
"time": "1775560100"
},
"departure": {
"delay": 260,
"time": "1775560100"
},
"stopId": "FR:76217:ZE:18074:ATOUMOD005",
"stopSequence": 13
},
{
"arrival": {
"delay": 240,
"time": "1775562120"
},
"departure": {
"delay": 240,
"time": "1775562120"
},
"stopId": "FR:76217:ZE:18174:ATOUMOD005",
"stopSequence": 32
},
{
"arrival": {
"delay": 240,
"time": "1775560740"
},
"departure": {
"delay": 240,
"time": "1775560740"
},
"stopId": "FR:76217:ZE:18086:ATOUMOD005",
"stopSequence": 19
},
{
"arrival": {
"delay": 240,
"time": "1775561700"
},
"departure": {
"delay": 240,
"time": "1775561700"
},
"stopId": "FR:76217:ZE:18170:ATOUMOD005",
"stopSequence": 27
},
{
"arrival": {
"delay": 300,
"time": "1775559660"
},
"departure": {
"delay": 300,
"time": "1775559720"
},
"stopId": "FR:76217:ZE:18323:ATOUMOD005",
"stopSequence": 5
},
{
"arrival": {
"delay": 240,
"time": "1775561940"
},
"departure": {
"delay": 240,
"time": "1775561940"
},
"stopId": "FR:76217:ZE:18184:ATOUMOD005",
"stopSequence": 30
},
{
"arrival": {
"delay": 305,
"time": "1775559840"
},
"departure": {
"delay": 305,
"time": "1775559845"
},
"stopId": "FR:76217:ZE:18441:ATOUMOD005",
"stopSequence": 7
},
{
"arrival": {
"delay": 315,
"time": "1775560090"
},
"departure": {
"delay": 315,
"time": "1775560095"
},
"stopId": "FR:76217:ZE:18021:ATOUMOD005",
"stopSequence": 12
},
{
"arrival": {
"delay": 245,
"time": "1775561645"
},
"departure": {
"delay": 245,
"time": "1775561645"
},
"stopId": "FR:76217:ZE:18197:ATOUMOD005",
"stopSequence": 26
},
{
"departure": {
"delay": 120,
"time": "1775559120"
},
"stopId": "FR:76217:ZE:18038:ATOUMOD005",
"stopSequence": 1
},
{
"arrival": {
"delay": 240,
"time": "1775561400"
},
"departure": {
"delay": 240,
"time": "1775561400"
},
"stopId": "FR:76545:ZE:18026:ATOUMOD005",
"stopSequence": 23
},
{
"arrival": {
"delay": 240,
"time": "1775562300"
},
"stopId": "FR:76217:ZE:18282:ATOUMOD005",
"stopSequence": 34
},
{
"arrival": {
"delay": 365,
"time": "1775559960"
},
"departure": {
"delay": 365,
"time": "1775559965"
},
"stopId": "FR:76217:ZE:18051:ATOUMOD005",
"stopSequence": 9
},
{
"arrival": {
"delay": 365,
"time": "1775559900"
},
"departure": {
"delay": 365,
"time": "1775559905"
},
"stopId": "FR:76217:ZE:18801:ATOUMOD005",
"stopSequence": 8
},
{
"arrival": {
"delay": 240,
"time": "1775561100"
},
"departure": {
"delay": 240,
"time": "1775561100"
},
"stopId": "FR:76217:ZE:18076:ATOUMOD005",
"stopSequence": 20
},
{
"arrival": {
"delay": 240,
"time": "1775559420"
},
"departure": {
"delay": 240,
"time": "1775559540"
},
"stopId": "FR:76217:ZE:18023:ATOUMOD005",
"stopSequence": 4
},
{
"arrival": {
"delay": 180,
"time": "1775559190"
},
"departure": {
"delay": 180,
"time": "1775559240"
},
"stopId": "FR:76217:ZE:18321:ATOUMOD005",
"stopSequence": 3
},
{
"arrival": {
"delay": 240,
"time": "1775560140"
},
"departure": {
"delay": 240,
"time": "1775560140"
},
"stopId": "FR:76217:ZE:18045:ATOUMOD005",
"stopSequence": 14
},
{
"arrival": {
"delay": 240,
"time": "1775560560"
},
"departure": {
"delay": 240,
"time": "1775560560"
},
"stopId": "FR:76217:ZE:18055:ATOUMOD005",
"stopSequence": 18
},
{
"arrival": {
"delay": 240,
"time": "1775560200"
},
"departure": {
"delay": 240,
"time": "1775560200"
},
"stopId": "FR:76217:ZE:18786:ATOUMOD005",
"stopSequence": 15
},
{
"arrival": {
"delay": 240,
"time": "1775561340"
},
"departure": {
"delay": 240,
"time": "1775561340"
},
"stopId": "FR:76217:ZE:18058:ATOUMOD005",
"stopSequence": 22
},
{
"arrival": {
"delay": 240,
"time": "1775562000"
},
"departure": {
"delay": 240,
"time": "1775562000"
},
"stopId": "FR:76217:ZE:18205:ATOUMOD005",
"stopSequence": 31
},
{
"arrival": {
"delay": 240,
"time": "1775560440"
},
"departure": {
"delay": 240,
"time": "1775560440"
},
"stopId": "FR:76217:ZE:18060:ATOUMOD005",
"stopSequence": 17
},
{
"arrival": {
"delay": 240,
"time": "1775561640"
},
"departure": {
"delay": 240,
"time": "1775561640"
},
"stopId": "FR:76217:ZE:18177:ATOUMOD005",
"stopSequence": 25
},
{
"arrival": {
"delay": 125,
"time": "1775559180"
},
"departure": {
"delay": 125,
"time": "1775559185"
},
"stopId": "FR:76217:ZE:18101:ATOUMOD005",
"stopSequence": 2
},
{
"arrival": {
"delay": 240,
"time": "1775561760"
},
"departure": {
"delay": 240,
"time": "1775561760"
},
"stopId": "FR:76217:ZE:18166:ATOUMOD005",
"stopSequence": 28
}
],
"timestamp": "1775560078",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD005:Line:2:LOC",
"tripId": "ATOUMOD005:ServiceJourney:565:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx4668:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 31,
"time": "1775559375"
},
"departure": {
"delay": 31,
"time": "1775559391"
},
"stopId": "FR:76575:ZE:TCARxBASTI1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 68,
"time": "1775560268"
},
"departure": {
"delay": 68,
"time": "1775560268"
},
"stopId": "FR:76681:ZE:TCARxVOLTA1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 111,
"time": "1775559553"
},
"departure": {
"delay": 111,
"time": "1775559591"
},
"stopId": "FR:76575:ZE:TCARxRENAN1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 69,
"time": "1775560329"
},
"departure": {
"delay": 69,
"time": "1775560329"
},
"stopId": "FR:76540:ZE:TCARxBALZA1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 53,
"time": "1775559651"
},
"departure": {
"delay": 53,
"time": "1775559653"
},
"stopId": "FR:76575:ZE:TCARxCOURS1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 151,
"time": "1775559842"
},
"departure": {
"delay": 151,
"time": "1775559871"
},
"stopId": "FR:76681:ZE:TCARxJEZAY1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 51,
"time": "1775559455"
},
"departure": {
"delay": 51,
"time": "1775559471"
},
"stopId": "FR:76575:ZE:TCARxPARC1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 113,
"time": "1775560913"
},
"departure": {
"delay": 113,
"time": "1775560913"
},
"stopId": "FR:76540:ZE:TCARxJUSTI1:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 89,
"time": "1775560109"
},
"departure": {
"delay": 89,
"time": "1775560109"
},
"stopId": "FR:76681:ZE:TCARxSOTTE1:ATOUMOD001",
"stopSequence": 9
},
{
"departure": {
"delay": 15,
"time": "1775559315"
},
"stopId": "FR:76575:ZE:TCARxUNIV21:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 81,
"time": "1775560641"
},
"departure": {
"delay": 81,
"time": "1775560641"
},
"stopId": "FR:76540:ZE:TCARxSTSEV1:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 75,
"time": "1775560215"
},
"departure": {
"delay": 75,
"time": "1775560215"
},
"stopId": "FR:76681:ZE:TCARxGARIB1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 81,
"time": "1775560881"
},
"departure": {
"delay": 81,
"time": "1775560881"
},
"stopId": "FR:76540:ZE:TCARxTARTS1:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 111,
"time": "1775559743"
},
"departure": {
"delay": 111,
"time": "1775559771"
},
"stopId": "FR:76681:ZE:TCARxFAMIL1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 82,
"time": "1775560702"
},
"departure": {
"delay": 82,
"time": "1775560702"
},
"stopId": "FR:76540:ZE:TCARxJOFFR1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 87,
"time": "1775560407"
},
"departure": {
"delay": 87,
"time": "1775560407"
},
"stopId": "FR:76540:ZE:TCARxEUROP1:ATOUMOD001",
"stopSequence": 13
}
],
"timestamp": "1775558997",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx90:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx4668:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx129:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 156,
"time": "1775559255"
},
"departure": {
"delay": 156,
"time": "1775559276"
},
"stopId": "FR:76540:ZE:TCARxTARTT2:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 161,
"time": "1775559076"
},
"departure": {
"delay": 161,
"time": "1775559101"
},
"stopId": "FR:76540:ZE:TCARxREPUB2:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 156,
"time": "1775559876"
},
"departure": {
"delay": 156,
"time": "1775559876"
},
"stopId": "FR:76540:ZE:TCARxBAPEA2:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 181,
"time": "1775559001"
},
"departure": {
"delay": 181,
"time": "1775559001"
},
"stopId": "FR:76540:ZE:TCARxPMARC2:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 161,
"time": "1775560601"
},
"stopId": "FR:76474:ZE:TCARxBMAIR2:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": 162,
"time": "1775559977"
},
"departure": {
"delay": 162,
"time": "1775560002"
},
"stopId": "FR:76216:ZE:TCARxMAISO2:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 74,
"time": "1775557694"
},
"departure": {
"delay": 74,
"time": "1775557694"
},
"stopId": "FR:76540:ZE:TCARxCHATL2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 98,
"time": "1775558018"
},
"departure": {
"delay": 98,
"time": "1775558018"
},
"stopId": "FR:76540:ZE:TCARxSTCLA2:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 71,
"time": "1775557751"
},
"departure": {
"delay": 71,
"time": "1775557751"
},
"stopId": "FR:76540:ZE:TCARxMAIS10:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 215,
"time": "1775560115"
},
"departure": {
"delay": 215,
"time": "1775560115"
},
"stopId": "FR:76216:ZE:TCARxPTPIE2:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 161,
"time": "1775560181"
},
"departure": {
"delay": 161,
"time": "1775560181"
},
"stopId": "FR:76216:ZE:TCARxDVILL2:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 99,
"time": "1775559159"
},
"departure": {
"delay": 99,
"time": "1775559159"
},
"stopId": "FR:76540:ZE:TCARxCATHE2:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 165,
"time": "1775558759"
},
"departure": {
"delay": 165,
"time": "1775558805"
},
"stopId": "FR:76540:ZE:TCARxCHRUT2:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 155,
"time": "1775559455"
},
"departure": {
"delay": 155,
"time": "1775559455"
},
"stopId": "FR:76540:ZE:TCARxPASPA2:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 100,
"time": "1775558680"
},
"departure": {
"delay": 100,
"time": "1775558680"
},
"stopId": "FR:76540:ZE:TCARxHILAI2:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 216,
"time": "1775560296"
},
"departure": {
"delay": 216,
"time": "1775560296"
},
"stopId": "FR:76216:ZE:TCARxPALIS2:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 66,
"time": "1775558226"
},
"departure": {
"delay": 66,
"time": "1775558226"
},
"stopId": "FR:76540:ZE:TCARxARGEN2:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 77,
"time": "1775558477"
},
"departure": {
"delay": 77,
"time": "1775558477"
},
"stopId": "FR:76540:ZE:TCARxJEUNE2:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 91,
"time": "1775559678"
},
"departure": {
"delay": 91,
"time": "1775559751"
},
"stopId": "FR:76540:ZE:TCARxRIBOU2:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 66,
"time": "1775557806"
},
"departure": {
"delay": 66,
"time": "1775557806"
},
"stopId": "FR:76540:ZE:TCARxGALI2:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 91,
"time": "1775557951"
},
"departure": {
"delay": 91,
"time": "1775557951"
},
"stopId": "FR:76540:ZE:TCARxMALRA2:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 161,
"time": "1775559376"
},
"departure": {
"delay": 161,
"time": "1775559401"
},
"stopId": "FR:76540:ZE:TCARxBELGE2:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 77,
"time": "1775557877"
},
"departure": {
"delay": 77,
"time": "1775557877"
},
"stopId": "FR:76540:ZE:TCARxPSALO0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 121,
"time": "1775558076"
},
"departure": {
"delay": 121,
"time": "1775558101"
},
"stopId": "FR:76540:ZE:TCARxCOUPE2:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 169,
"time": "1775558929"
},
"departure": {
"delay": 169,
"time": "1775558929"
},
"stopId": "FR:76540:ZE:TCARxMARTT2:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 61,
"time": "1775558376"
},
"departure": {
"delay": 61,
"time": "1775558401"
},
"stopId": "FR:76540:ZE:TCARxDRIVI2:ATOUMOD001",
"stopSequence": 10
},
{
"departure": {
"delay": 51,
"time": "1775557551"
},
"stopId": "FR:76095:ZE:TCARxTAMAR:ATOUMOD001",
"stopSequence": 1
}
],
"timestamp": "1775557558",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx92:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx129:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745652x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 157,
"time": "1775537000"
},
"departure": {
"delay": 157,
"time": "1775537017"
},
"stopId": "FR:50129:ZE:10ANN1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 210,
"time": "1775537218"
},
"departure": {
"delay": 210,
"time": "1775537250"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 126,
"time": "1775538337"
},
"departure": {
"delay": 126,
"time": "1775538366"
},
"stopId": "FR:50129:ZE:10GRR1:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 175,
"time": "1775538217"
},
"departure": {
"delay": 175,
"time": "1775538235"
},
"stopId": "FR:50129:ZE:10HPA3:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 468,
"time": "1775539308"
},
"stopId": "FR:50129:ZE:10ECT1:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 39,
"time": "1775538747"
},
"departure": {
"delay": 39,
"time": "1775538759"
},
"stopId": "FR:50129:ZE:10FLO1:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 163,
"time": "1775537528"
},
"departure": {
"delay": 163,
"time": "1775537563"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 161,
"time": "1775537437"
},
"departure": {
"delay": 161,
"time": "1775537501"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 178,
"time": "1775537077"
},
"departure": {
"delay": 178,
"time": "1775537098"
},
"stopId": "FR:50129:ZE:10CMI1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 33,
"time": "1775538619"
},
"departure": {
"delay": 33,
"time": "1775538633"
},
"stopId": "FR:50129:ZE:10GDR1:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 32,
"time": "1775536132"
},
"departure": {
"delay": 32,
"time": "1775536172"
},
"stopId": "FR:50129:ZE:10MES1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 162,
"time": "1775538132"
},
"departure": {
"delay": 162,
"time": "1775538162"
},
"stopId": "FR:50129:ZE:10CRN1:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 197,
"time": "1775537683"
},
"departure": {
"delay": 197,
"time": "1775537717"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 97,
"time": "1775538425"
},
"departure": {
"delay": 97,
"time": "1775538457"
},
"stopId": "FR:50129:ZE:10BAG3:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 137,
"time": "1775536903"
},
"departure": {
"delay": 137,
"time": "1775536937"
},
"stopId": "FR:50129:ZE:10CAQ1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 178,
"time": "1775537363"
},
"departure": {
"delay": 178,
"time": "1775537398"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 125,
"time": "1775536641"
},
"departure": {
"delay": 125,
"time": "1775536685"
},
"stopId": "FR:50129:ZE:10DIX1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 82,
"time": "1775536262"
},
"departure": {
"delay": 82,
"time": "1775536282"
},
"stopId": "FR:50129:ZE:10BOI1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 152,
"time": "1775536734"
},
"departure": {
"delay": 152,
"time": "1775536772"
},
"stopId": "FR:50129:ZE:10PET1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 164,
"time": "1775537826"
},
"departure": {
"delay": 164,
"time": "1775537864"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 61,
"time": "1775538586"
},
"departure": {
"delay": 61,
"time": "1775538601"
},
"stopId": "FR:50129:ZE:10NOR5:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 140,
"time": "1775536804"
},
"departure": {
"delay": 140,
"time": "1775536820"
},
"stopId": "FR:50129:ZE:10HME1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 202,
"time": "1775537126"
},
"departure": {
"delay": 202,
"time": "1775537182"
},
"stopId": "FR:50129:ZE:10PAX1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 132,
"time": "1775536544"
},
"departure": {
"delay": 132,
"time": "1775536572"
},
"stopId": "FR:50129:ZE:10EPC1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 214,
"time": "1775537977"
},
"departure": {
"delay": 214,
"time": "1775538034"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 122,
"time": "1775538284"
},
"departure": {
"delay": 122,
"time": "1775538302"
},
"stopId": "FR:50129:ZE:10XCT3:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 31,
"time": "1775536196"
},
"departure": {
"delay": 31,
"time": "1775536231"
},
"stopId": "FR:50129:ZE:10MOR1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 38,
"time": "1775538677"
},
"departure": {
"delay": 38,
"time": "1775538698"
},
"stopId": "FR:50129:ZE:10LPL1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 83,
"time": "1775536304"
},
"departure": {
"delay": 83,
"time": "1775536343"
},
"stopId": "FR:50129:ZE:10FRN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 86,
"time": "1775536429"
},
"departure": {
"delay": 86,
"time": "1775536466"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 181,
"time": "1775537590"
},
"departure": {
"delay": 181,
"time": "1775537641"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 20
},
{
"departure": {
"delay": 23,
"time": "1775536043"
},
"stopId": "FR:50129:ZE:10AMF1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 212,
"time": "1775537262"
},
"departure": {
"delay": 212,
"time": "1775537312"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 122,
"time": "1775538505"
},
"departure": {
"delay": 122,
"time": "1775538542"
},
"stopId": "FR:50129:ZE:10MED3:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 194,
"time": "1775537745"
},
"departure": {
"delay": 194,
"time": "1775537774"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 22
}
],
"timestamp": "1775560079",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:02:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745652x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD012:ServiceJourney:100000332:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775563020"
},
"stopId": "FR:76758:ZE:YVETOTxxxGarex1:ATOUMOD012",
"stopSequence": 11
},
{
"arrival": {
"time": "1775562600"
},
"departure": {
"time": "1775562600"
},
"stopId": "FR:76610:ZE:SAINTExMARIExD3:ATOUMOD012",
"stopSequence": 8
},
{
"arrival": {
"time": "1775562300"
},
"departure": {
"time": "1775562300"
},
"stopId": "FR:76758:ZE:YVETOTxxxRuexD7:ATOUMOD012",
"stopSequence": 4
},
{
"arrival": {
"time": "1775562720"
},
"departure": {
"time": "1775562720"
},
"stopId": "FR:76758:ZE:YVETOTxxxRuexMa:ATOUMOD012",
"stopSequence": 9
},
{
"arrival": {
"time": "1775562360"
},
"departure": {
"time": "1775562360"
},
"stopId": "FR:76758:ZE:YVETOTxxxRuexD4:ATOUMOD012",
"stopSequence": 5
},
{
"arrival": {
"time": "1775562180"
},
"departure": {
"time": "1775562180"
},
"stopId": "FR:76758:ZE:YVETOTxxxRuexD6:ATOUMOD012",
"stopSequence": 3
},
{
"arrival": {
"time": "1775562420"
},
"departure": {
"time": "1775562420"
},
"stopId": "FR:76758:ZE:YVETOTxxxRuexD3:ATOUMOD012",
"stopSequence": 6
},
{
"arrival": {
"time": "1775562120"
},
"departure": {
"time": "1775562120"
},
"stopId": "FR:76758:ZE:YVETOTxxxRuexDe:ATOUMOD012",
"stopSequence": 2
},
{
"arrival": {
"time": "1775562840"
},
"departure": {
"time": "1775562840"
},
"stopId": "FR:76758:ZE:YVETOTxxxJeanxX:ATOUMOD012",
"stopSequence": 10
},
{
"departure": {
"time": "1775562000"
},
"stopId": "FR:76758:ZE:YVETOTxxxGarexS:ATOUMOD012",
"stopSequence": 1
}
],
"timestamp": "1775560080",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD012:Line:2:LOC",
"tripId": "ATOUMOD012:ServiceJourney:100000332:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3747888x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 79,
"time": "1775541886"
},
"departure": {
"delay": 79,
"time": "1775541919"
},
"stopId": "FR:50129:ZE:10CSM1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 129,
"time": "1775541573"
},
"departure": {
"delay": 129,
"time": "1775541609"
},
"stopId": "FR:50129:ZE:10RUC1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 168,
"time": "1775541157"
},
"departure": {
"delay": 168,
"time": "1775541228"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 164,
"time": "1775541452"
},
"departure": {
"delay": 164,
"time": "1775541464"
},
"stopId": "FR:50129:ZE:10ODR1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 194,
"time": "1775541672"
},
"departure": {
"delay": 194,
"time": "1775541734"
},
"stopId": "FR:50129:ZE:10MTT1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 121,
"time": "1775541627"
},
"departure": {
"delay": 121,
"time": "1775541661"
},
"stopId": "FR:50129:ZE:10BSJ1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 134,
"time": "1775540721"
},
"departure": {
"delay": 134,
"time": "1775541074"
},
"stopId": "FR:50129:ZE:10SHU1:ATOUMOD035",
"stopSequence": 2
},
{
"departure": {
"delay": -10,
"time": "1775540690"
},
"stopId": "FR:50129:ZE:10SHU2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 36,
"time": "1775542201"
},
"departure": {
"delay": 36,
"time": "1775542236"
},
"stopId": "FR:50129:ZE:10BOC1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 45,
"time": "1775542051"
},
"departure": {
"delay": 45,
"time": "1775542065"
},
"stopId": "FR:50129:ZE:10CUR1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 11,
"time": "1775542083"
},
"departure": {
"delay": 11,
"time": "1775542091"
},
"stopId": "FR:50129:ZE:10REN1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 38,
"time": "1775542253"
},
"departure": {
"delay": 38,
"time": "1775542298"
},
"stopId": "FR:50129:ZE:10CEN1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": -18,
"time": "1775542176"
},
"departure": {
"delay": -18,
"time": "1775542182"
},
"stopId": "FR:50129:ZE:10GNT1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": -39,
"time": "1775542341"
},
"stopId": "FR:50129:ZE:10MXR1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 156,
"time": "1775541354"
},
"departure": {
"delay": 156,
"time": "1775541396"
},
"stopId": "FR:50129:ZE:10BOS1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 51,
"time": "1775542116"
},
"departure": {
"delay": 51,
"time": "1775542131"
},
"stopId": "FR:50129:ZE:10LOG1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 206,
"time": "1775541275"
},
"departure": {
"delay": 206,
"time": "1775541326"
},
"stopId": "FR:50129:ZE:10JAR1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 131,
"time": "1775541480"
},
"departure": {
"delay": 131,
"time": "1775541491"
},
"stopId": "FR:50129:ZE:10SRN1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 50,
"time": "1775541990"
},
"departure": {
"delay": 50,
"time": "1775542010"
},
"stopId": "FR:50129:ZE:10DEB1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 161,
"time": "1775541747"
},
"departure": {
"delay": 161,
"time": "1775541761"
},
"stopId": "FR:50129:ZE:10SEX1:ATOUMOD035",
"stopSequence": 11
}
],
"timestamp": "1775559936",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:04:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3747888x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746164x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 266,
"time": "1775548194"
},
"departure": {
"delay": 266,
"time": "1775548226"
},
"stopId": "FR:50129:ZE:10MYO1:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": -2,
"time": "1775546719"
},
"departure": {
"delay": -2,
"time": "1775546758"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 209,
"time": "1775547651"
},
"departure": {
"delay": 209,
"time": "1775547689"
},
"stopId": "FR:50129:ZE:10JMO1:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 175,
"time": "1775547699"
},
"departure": {
"delay": 175,
"time": "1775547715"
},
"stopId": "FR:50129:ZE:10LLM1:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": -61,
"time": "1775545364"
},
"departure": {
"delay": -61,
"time": "1775545379"
},
"stopId": "FR:50129:ZE:10PRE1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 296,
"time": "1775548306"
},
"departure": {
"delay": 296,
"time": "1775548316"
},
"stopId": "FR:50129:ZE:10RSX1:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"delay": -17,
"time": "1775545679"
},
"departure": {
"delay": -17,
"time": "1775545723"
},
"stopId": "FR:50129:ZE:10DUB1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 223,
"time": "1775547739"
},
"departure": {
"delay": 223,
"time": "1775547823"
},
"stopId": "FR:50129:ZE:10BRO1:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"delay": 112,
"time": "1775547419"
},
"departure": {
"delay": 112,
"time": "1775547472"
},
"stopId": "FR:50129:ZE:10BHC3:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": -37,
"time": "1775545328"
},
"departure": {
"delay": -37,
"time": "1775545343"
},
"stopId": "FR:50129:ZE:10ARA1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 228,
"time": "1775547975"
},
"departure": {
"delay": 228,
"time": "1775548008"
},
"stopId": "FR:50129:ZE:10ZPH1:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"delay": 329,
"time": "1775548233"
},
"departure": {
"delay": 329,
"time": "1775548289"
},
"stopId": "FR:50129:ZE:10MGT1:ATOUMOD035",
"stopSequence": 44
},
{
"arrival": {
"delay": 230,
"time": "1775548036"
},
"departure": {
"delay": 230,
"time": "1775548070"
},
"stopId": "FR:50129:ZE:10JEA1:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": 343,
"time": "1775548336"
},
"departure": {
"delay": 343,
"time": "1775548363"
},
"stopId": "FR:50129:ZE:10CVE1:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"delay": 259,
"time": "1775548459"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"delay": 66,
"time": "1775544886"
},
"departure": {
"delay": 66,
"time": "1775544906"
},
"stopId": "FR:50129:ZE:10SFG1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": -75,
"time": "1775545408"
},
"departure": {
"delay": -75,
"time": "1775545425"
},
"stopId": "FR:50129:ZE:10CPL1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 62,
"time": "1775544939"
},
"departure": {
"delay": 62,
"time": "1775544962"
},
"stopId": "FR:50129:ZE:10COF1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": -17,
"time": "1775546536"
},
"departure": {
"delay": -17,
"time": "1775546563"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": -9,
"time": "1775545157"
},
"departure": {
"delay": -9,
"time": "1775545191"
},
"stopId": "FR:50129:ZE:10HOU1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 157,
"time": "1775547264"
},
"departure": {
"delay": 157,
"time": "1775547277"
},
"stopId": "FR:50129:ZE:10THH3:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 281,
"time": "1775548110"
},
"departure": {
"delay": 281,
"time": "1775548181"
},
"stopId": "FR:50129:ZE:10NOR3:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"delay": 49,
"time": "1775546649"
},
"departure": {
"delay": 49,
"time": "1775546689"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 1,
"time": "1775545128"
},
"departure": {
"delay": 1,
"time": "1775545141"
},
"stopId": "FR:50129:ZE:10CAR1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": -28,
"time": "1775545750"
},
"departure": {
"delay": -28,
"time": "1775545772"
},
"stopId": "FR:50129:ZE:10LAV1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": -71,
"time": "1775545949"
},
"departure": {
"delay": -71,
"time": "1775545969"
},
"stopId": "FR:50129:ZE:10BEL1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": -41,
"time": "1775545847"
},
"departure": {
"delay": -41,
"time": "1775545879"
},
"stopId": "FR:50129:ZE:10HOM1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": -38,
"time": "1775545804"
},
"departure": {
"delay": -38,
"time": "1775545822"
},
"stopId": "FR:50129:ZE:10AGO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": -21,
"time": "1775546471"
},
"departure": {
"delay": -21,
"time": "1775546499"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": -11,
"time": "1775545597"
},
"departure": {
"delay": -11,
"time": "1775545609"
},
"stopId": "FR:50129:ZE:10ZOL1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": -3,
"time": "1775545062"
},
"departure": {
"delay": -3,
"time": "1775545077"
},
"stopId": "FR:50129:ZE:10SFN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 250,
"time": "1775547934"
},
"departure": {
"delay": 250,
"time": "1775547970"
},
"stopId": "FR:50129:ZE:10ART1:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": 312,
"time": "1775548383"
},
"departure": {
"delay": 312,
"time": "1775548392"
},
"stopId": "FR:50129:ZE:10COS1:ATOUMOD035",
"stopSequence": 47
},
{
"arrival": {
"delay": -10,
"time": "1775546115"
},
"departure": {
"delay": -10,
"time": "1775546150"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": -35,
"time": "1775546287"
},
"departure": {
"delay": -35,
"time": "1775546305"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": -1,
"time": "1775546163"
},
"departure": {
"delay": -1,
"time": "1775546219"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 141,
"time": "1775547359"
},
"departure": {
"delay": 141,
"time": "1775547381"
},
"stopId": "FR:50129:ZE:10LCA1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 9,
"time": "1775546817"
},
"departure": {
"delay": 9,
"time": "1775546889"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 145,
"time": "1775547525"
},
"departure": {
"delay": 145,
"time": "1775547625"
},
"stopId": "FR:50129:ZE:10LUM1:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 17,
"time": "1775545017"
},
"departure": {
"delay": 17,
"time": "1775545037"
},
"stopId": "FR:50129:ZE:10ALB1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": -27,
"time": "1775545499"
},
"departure": {
"delay": -27,
"time": "1775545533"
},
"stopId": "FR:50129:ZE:10LON1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": -29,
"time": "1775545441"
},
"departure": {
"delay": -29,
"time": "1775545471"
},
"stopId": "FR:50129:ZE:10BHE1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": -40,
"time": "1775546349"
},
"departure": {
"delay": -40,
"time": "1775546420"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 33,
"time": "1775545263"
},
"departure": {
"delay": 33,
"time": "1775545293"
},
"stopId": "FR:50129:ZE:10BON1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": -9,
"time": "1775545217"
},
"departure": {
"delay": -9,
"time": "1775545251"
},
"stopId": "FR:50129:ZE:10BRT1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": -21,
"time": "1775546020"
},
"departure": {
"delay": -21,
"time": "1775546079"
},
"stopId": "FR:50129:ZE:10HUI1:ATOUMOD035",
"stopSequence": 21
},
{
"departure": {
"delay": 20,
"time": "1775544860"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 227,
"time": "1775547007"
},
"departure": {
"delay": 227,
"time": "1775547227"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 31
}
],
"timestamp": "1775560076",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746164x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx16685:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 11194,
"time": "1775561434"
},
"departure": {
"delay": 11194,
"time": "1775561434"
},
"stopId": "FR:76599:ZE:TCARxEAUVI1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 11184,
"time": "1775562084"
},
"departure": {
"delay": 11184,
"time": "1775562084"
},
"stopId": "FR:76540:ZE:TCARxPROGR1:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 11160,
"time": "1775562000"
},
"departure": {
"delay": 11160,
"time": "1775562000"
},
"stopId": "FR:76540:ZE:TCARxCHASS1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 11245,
"time": "1775563225"
},
"departure": {
"delay": 11245,
"time": "1775563225"
},
"stopId": "FR:76095:ZE:TCARxCVICT1:ATOUMOD001",
"stopSequence": 31
},
{
"arrival": {
"delay": 11203,
"time": "1775562343"
},
"departure": {
"delay": 11203,
"time": "1775562343"
},
"stopId": "FR:76540:ZE:TCARxMARTA:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 11211,
"time": "1775561871"
},
"departure": {
"delay": 11211,
"time": "1775561871"
},
"stopId": "FR:76540:ZE:TCARxLOREL1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 11250,
"time": "1775563350"
},
"departure": {
"delay": 11250,
"time": "1775563350"
},
"stopId": "FR:76095:ZE:TCARxCOLMI2:ATOUMOD001",
"stopSequence": 32
},
{
"arrival": {
"delay": 11191,
"time": "1775561551"
},
"departure": {
"delay": 11191,
"time": "1775561551"
},
"stopId": "FR:76599:ZE:TCARxPICAU1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 11207,
"time": "1775561927"
},
"departure": {
"delay": 11207,
"time": "1775561927"
},
"stopId": "FR:76540:ZE:TCARxREPAI1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 11181,
"time": "1775561661"
},
"departure": {
"delay": 11181,
"time": "1775561661"
},
"stopId": "FR:76599:ZE:TCARxVERBU1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 11217,
"time": "1775561817"
},
"departure": {
"delay": 11217,
"time": "1775561817"
},
"stopId": "FR:76599:ZE:TCARxFONTA1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 11171,
"time": "1775561951"
},
"departure": {
"delay": 11171,
"time": "1775561951"
},
"stopId": "FR:76540:ZE:TCARxBROCH1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 11187,
"time": "1775561487"
},
"departure": {
"delay": 11187,
"time": "1775561487"
},
"stopId": "FR:76599:ZE:TCARxSLMAI1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 11316,
"time": "1775563536"
},
"departure": {
"delay": 11316,
"time": "1775563536"
},
"stopId": "FR:76095:ZE:TCARxJOSEP1:ATOUMOD001",
"stopSequence": 35
},
{
"arrival": {
"delay": 11160,
"time": "1775562180"
},
"departure": {
"delay": 11160,
"time": "1775562180"
},
"stopId": "FR:76540:ZE:TCARxCIMMG1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 11160,
"time": "1775561580"
},
"departure": {
"delay": 11160,
"time": "1775561580"
},
"stopId": "FR:76599:ZE:TCARxLAVOI1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 11169,
"time": "1775561349"
},
"departure": {
"delay": 11169,
"time": "1775561349"
},
"stopId": "FR:76560:ZE:TCARxHETRA1:ATOUMOD001",
"stopSequence": 2
},
{
"departure": {
"delay": 11160,
"time": "1775561340"
},
"stopId": "FR:76560:ZE:TCARxMEPIN1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 11160,
"time": "1775561400"
},
"departure": {
"delay": 11160,
"time": "1775561400"
},
"stopId": "FR:76599:ZE:TCARxREGLI1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 11190,
"time": "1775562270"
},
"departure": {
"delay": 11190,
"time": "1775562270"
},
"stopId": "FR:76540:ZE:TCARxCNEUF1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 11289,
"time": "1775563389"
},
"departure": {
"delay": 11289,
"time": "1775563389"
},
"stopId": "FR:76095:ZE:TCARxFLOQU1:ATOUMOD001",
"stopSequence": 33
},
{
"arrival": {
"delay": 11289,
"time": "1775563449"
},
"departure": {
"delay": 11289,
"time": "1775563449"
},
"stopId": "FR:76095:ZE:TCARxPISCB1:ATOUMOD001",
"stopSequence": 34
},
{
"arrival": {
"delay": 11176,
"time": "1775562136"
},
"departure": {
"delay": 11176,
"time": "1775562136"
},
"stopId": "FR:76540:ZE:TCARxNEUVI1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 11208,
"time": "1775562048"
},
"departure": {
"delay": 11208,
"time": "1775562048"
},
"stopId": "FR:76540:ZE:TCARxVERGE1:ATOUMOD001",
"stopSequence": 16
}
],
"timestamp": "1775559997",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx20:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx16685:LOC"
}
}
},
{
"id": "SM:ATOUMOD005:ServiceJourney:255:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775548380"
},
"departure": {
"time": "1775548380"
},
"stopId": "FR:76217:ZE:18163:ATOUMOD005",
"stopSequence": 24
},
{
"arrival": {
"time": "1775548260"
},
"departure": {
"time": "1775548260"
},
"stopId": "FR:76217:ZE:18195:ATOUMOD005",
"stopSequence": 22
},
{
"arrival": {
"time": "1775545920"
},
"departure": {
"time": "1775545920"
},
"stopId": "FR:76565:ZE:18255:ATOUMOD005",
"stopSequence": 3
},
{
"arrival": {
"time": "1775548560"
},
"departure": {
"time": "1775548560"
},
"stopId": "FR:76217:ZE:18205:ATOUMOD005",
"stopSequence": 27
},
{
"arrival": {
"time": "1775545860"
},
"departure": {
"time": "1775545860"
},
"stopId": "FR:76565:ZE:18285:ATOUMOD005",
"stopSequence": 2
},
{
"arrival": {
"time": "1775546700"
},
"departure": {
"time": "1775546700"
},
"stopId": "FR:76217:ZE:18029:ATOUMOD005",
"stopSequence": 10
},
{
"arrival": {
"time": "1775547060"
},
"departure": {
"time": "1775547060"
},
"stopId": "FR:76217:ZE:18086:ATOUMOD005",
"stopSequence": 13
},
{
"arrival": {
"time": "1775546340"
},
"departure": {
"time": "1775546340"
},
"stopId": "FR:76217:ZE:18024:ATOUMOD005",
"stopSequence": 7
},
{
"arrival": {
"time": "1775549040"
},
"stopId": "FR:76217:ZE:18809:ATOUMOD005",
"stopSequence": 33
},
{
"arrival": {
"time": "1775547780"
},
"departure": {
"time": "1775547780"
},
"stopId": "FR:76414:ZE:18132:ATOUMOD005",
"stopSequence": 18
},
{
"arrival": {
"time": "1775546100"
},
"departure": {
"time": "1775546100"
},
"stopId": "FR:76217:ZE:18072:ATOUMOD005",
"stopSequence": 5
},
{
"arrival": {
"time": "1775548800"
},
"departure": {
"time": "1775548800"
},
"stopId": "FR:76217:ZE:18168:ATOUMOD005",
"stopSequence": 30
},
{
"arrival": {
"time": "1775548620"
},
"departure": {
"time": "1775548620"
},
"stopId": "FR:76217:ZE:18174:ATOUMOD005",
"stopSequence": 28
},
{
"arrival": {
"time": "1775548500"
},
"departure": {
"time": "1775548500"
},
"stopId": "FR:76217:ZE:18184:ATOUMOD005",
"stopSequence": 26
},
{
"arrival": {
"time": "1775547900"
},
"departure": {
"time": "1775547900"
},
"stopId": "FR:76217:ZE:18079:ATOUMOD005",
"stopSequence": 19
},
{
"arrival": {
"time": "1775547660"
},
"departure": {
"time": "1775547660"
},
"stopId": "FR:76217:ZE:18058:ATOUMOD005",
"stopSequence": 16
},
{
"arrival": {
"time": "1775547720"
},
"departure": {
"time": "1775547720"
},
"stopId": "FR:76545:ZE:18026:ATOUMOD005",
"stopSequence": 17
},
{
"arrival": {
"time": "1775546520"
},
"departure": {
"time": "1775546520"
},
"stopId": "FR:76217:ZE:18786:ATOUMOD005",
"stopSequence": 9
},
{
"arrival": {
"time": "1775546040"
},
"departure": {
"time": "1775546040"
},
"stopId": "FR:76217:ZE:18039:ATOUMOD005",
"stopSequence": 4
},
{
"arrival": {
"time": "1775546400"
},
"departure": {
"time": "1775546400"
},
"stopId": "FR:76217:ZE:18053:ATOUMOD005",
"stopSequence": 8
},
{
"arrival": {
"time": "1775548020"
},
"departure": {
"time": "1775548020"
},
"stopId": "FR:76217:ZE:18103:ATOUMOD005",
"stopSequence": 20
},
{
"arrival": {
"time": "1775547480"
},
"departure": {
"time": "1775547480"
},
"stopId": "FR:76217:ZE:18106:ATOUMOD005",
"stopSequence": 15
},
{
"arrival": {
"time": "1775547420"
},
"departure": {
"time": "1775547420"
},
"stopId": "FR:76217:ZE:18076:ATOUMOD005",
"stopSequence": 14
},
{
"arrival": {
"time": "1775548440"
},
"departure": {
"time": "1775548440"
},
"stopId": "FR:76217:ZE:18186:ATOUMOD005",
"stopSequence": 25
},
{
"arrival": {
"time": "1775548980"
},
"departure": {
"time": "1775548980"
},
"stopId": "FR:76217:ZE:18191:ATOUMOD005",
"stopSequence": 32
},
{
"arrival": {
"time": "1775548860"
},
"departure": {
"time": "1775548860"
},
"stopId": "FR:76217:ZE:18242:ATOUMOD005",
"stopSequence": 31
},
{
"arrival": {
"time": "1775546280"
},
"departure": {
"time": "1775546280"
},
"stopId": "FR:76217:ZE:18023:ATOUMOD005",
"stopSequence": 6
},
{
"arrival": {
"time": "1775548200"
},
"departure": {
"time": "1775548200"
},
"stopId": "FR:76217:ZE:18188:ATOUMOD005",
"stopSequence": 21
},
{
"arrival": {
"time": "1775546880"
},
"departure": {
"time": "1775546880"
},
"stopId": "FR:76217:ZE:18055:ATOUMOD005",
"stopSequence": 12
},
{
"arrival": {
"time": "1775546760"
},
"departure": {
"time": "1775546760"
},
"stopId": "FR:76217:ZE:18060:ATOUMOD005",
"stopSequence": 11
},
{
"arrival": {
"time": "1775548320"
},
"departure": {
"time": "1775548320"
},
"stopId": "FR:76217:ZE:18207:ATOUMOD005",
"stopSequence": 23
},
{
"arrival": {
"time": "1775548740"
},
"departure": {
"time": "1775548740"
},
"stopId": "FR:76217:ZE:18181:ATOUMOD005",
"stopSequence": 29
},
{
"departure": {
"time": "1775545800"
},
"stopId": "FR:76565:ZE:18284:ATOUMOD005",
"stopSequence": 1
}
],
"timestamp": "1775536909",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD005:Line:1:LOC",
"tripId": "ATOUMOD005:ServiceJourney:255:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2470296:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -3497,
"time": "1775560063"
},
"departure": {
"delay": -3497,
"time": "1775560063"
},
"stopId": "FR:27022:ZE:0x7003:ATOUMOD006",
"stopSequence": 6
},
{
"arrival": {
"delay": -3197,
"time": "1775560063"
},
"departure": {
"delay": -3197,
"time": "1775560063"
},
"stopId": "FR:27022:ZE:0x6983:ATOUMOD006",
"stopSequence": 3
},
{
"arrival": {
"delay": 183,
"time": "1775564403"
},
"departure": {
"delay": 183,
"time": "1775564403"
},
"stopId": "FR:27275:ZE:0x6226:ATOUMOD006",
"stopSequence": 14
},
{
"arrival": {
"delay": 209,
"time": "1775564909"
},
"departure": {
"delay": 209,
"time": "1775564909"
},
"stopId": "FR:27275:ZE:0x6193:ATOUMOD006",
"stopSequence": 21
},
{
"arrival": {
"delay": -3137,
"time": "1775560063"
},
"departure": {
"delay": -3137,
"time": "1775560063"
},
"stopId": "FR:27022:ZE:0x6979:ATOUMOD006",
"stopSequence": 2
},
{
"arrival": {
"delay": 121,
"time": "1775563801"
},
"departure": {
"delay": 121,
"time": "1775563801"
},
"stopId": "FR:27022:ZE:0x6999:ATOUMOD006",
"stopSequence": 8
},
{
"arrival": {
"delay": 137,
"time": "1775564237"
},
"departure": {
"delay": 137,
"time": "1775564237"
},
"stopId": "FR:27275:ZE:0x6220:ATOUMOD006",
"stopSequence": 11
},
{
"arrival": {
"delay": 198,
"time": "1775564658"
},
"departure": {
"delay": 198,
"time": "1775564658"
},
"stopId": "FR:27275:ZE:0x6202:ATOUMOD006",
"stopSequence": 19
},
{
"arrival": {
"delay": 196,
"time": "1775564596"
},
"departure": {
"delay": 196,
"time": "1775564596"
},
"stopId": "FR:27275:ZE:0x6204:ATOUMOD006",
"stopSequence": 18
},
{
"arrival": {
"delay": 188,
"time": "1775565068"
},
"stopId": "FR:27022:ZE:0x6991:ATOUMOD006",
"stopSequence": 23
},
{
"departure": {
"delay": -3137,
"time": "1775560063"
},
"stopId": "FR:27022:ZE:0x6991:ATOUMOD006",
"stopSequence": 1
},
{
"arrival": {
"delay": -3257,
"time": "1775560063"
},
"departure": {
"delay": -3257,
"time": "1775560063"
},
"stopId": "FR:27022:ZE:0x6986:ATOUMOD006",
"stopSequence": 4
},
{
"arrival": {
"delay": 82,
"time": "1775563702"
},
"departure": {
"delay": 82,
"time": "1775563702"
},
"stopId": "FR:27022:ZE:0x6993:ATOUMOD006",
"stopSequence": 7
},
{
"arrival": {
"delay": 179,
"time": "1775564999"
},
"departure": {
"delay": 179,
"time": "1775564999"
},
"stopId": "FR:27022:ZE:0x6978:ATOUMOD006",
"stopSequence": 22
},
{
"arrival": {
"delay": 174,
"time": "1775564754"
},
"departure": {
"delay": 174,
"time": "1775564754"
},
"stopId": "FR:27275:ZE:0x7182:ATOUMOD006",
"stopSequence": 20
},
{
"arrival": {
"delay": 177,
"time": "1775564337"
},
"departure": {
"delay": 177,
"time": "1775564337"
},
"stopId": "FR:27275:ZE:0x6208:ATOUMOD006",
"stopSequence": 13
},
{
"arrival": {
"delay": 147,
"time": "1775564547"
},
"departure": {
"delay": 147,
"time": "1775564547"
},
"stopId": "FR:27275:ZE:0x6214:ATOUMOD006",
"stopSequence": 17
},
{
"arrival": {
"delay": 90,
"time": "1775563890"
},
"departure": {
"delay": 90,
"time": "1775563890"
},
"stopId": "FR:27022:ZE:0x6981:ATOUMOD006",
"stopSequence": 9
},
{
"arrival": {
"delay": -3437,
"time": "1775560063"
},
"departure": {
"delay": -3437,
"time": "1775560063"
},
"stopId": "FR:27022:ZE:0x7001:ATOUMOD006",
"stopSequence": 5
},
{
"arrival": {
"delay": 105,
"time": "1775564025"
},
"departure": {
"delay": 105,
"time": "1775564025"
},
"stopId": "FR:27275:ZE:0x6996:ATOUMOD006",
"stopSequence": 10
},
{
"arrival": {
"delay": 183,
"time": "1775564283"
},
"departure": {
"delay": 183,
"time": "1775564283"
},
"stopId": "FR:27275:ZE:0x6198:ATOUMOD006",
"stopSequence": 12
}
],
"timestamp": "1775560063",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD006:Line:6b:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2470296:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745713x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 81,
"time": "1775539746"
},
"departure": {
"delay": 81,
"time": "1775539761"
},
"stopId": "FR:50129:ZE:10MES2:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 93,
"time": "1775538852"
},
"departure": {
"delay": 93,
"time": "1775538873"
},
"stopId": "FR:50129:ZE:10PAX2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 52,
"time": "1775538022"
},
"departure": {
"delay": 52,
"time": "1775538052"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 69,
"time": "1775538428"
},
"departure": {
"delay": 69,
"time": "1775538489"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 161,
"time": "1775537931"
},
"departure": {
"delay": 161,
"time": "1775537981"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 99,
"time": "1775539647"
},
"departure": {
"delay": 99,
"time": "1775539659"
},
"stopId": "FR:50129:ZE:10HET2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 68,
"time": "1775537732"
},
"departure": {
"delay": 68,
"time": "1775537768"
},
"stopId": "FR:50129:ZE:10CRN2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 71,
"time": "1775537489"
},
"departure": {
"delay": 71,
"time": "1775537531"
},
"stopId": "FR:50129:ZE:10XCT4:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 117,
"time": "1775539610"
},
"departure": {
"delay": 117,
"time": "1775539617"
},
"stopId": "FR:50129:ZE:10TLL2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 53,
"time": "1775536885"
},
"departure": {
"delay": 53,
"time": "1775536913"
},
"stopId": "FR:50129:ZE:10FLO2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 163,
"time": "1775539267"
},
"departure": {
"delay": 163,
"time": "1775539303"
},
"stopId": "FR:50129:ZE:10PET2:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 73,
"time": "1775537319"
},
"departure": {
"delay": 73,
"time": "1775537353"
},
"stopId": "FR:50129:ZE:10BAG4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 174,
"time": "1775539094"
},
"departure": {
"delay": 174,
"time": "1775539134"
},
"stopId": "FR:50129:ZE:10CAQ2:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 33,
"time": "1775537060"
},
"departure": {
"delay": 33,
"time": "1775537073"
},
"stopId": "FR:50129:ZE:10GDR2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 67,
"time": "1775539807"
},
"stopId": "FR:50129:ZE:10AMF1:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 131,
"time": "1775539496"
},
"departure": {
"delay": 131,
"time": "1775539511"
},
"stopId": "FR:50129:ZE:10EPH1:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 103,
"time": "1775539703"
},
"departure": {
"delay": 103,
"time": "1775539723"
},
"stopId": "FR:50129:ZE:10MOR2:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 75,
"time": "1775538743"
},
"departure": {
"delay": 75,
"time": "1775538795"
},
"stopId": "FR:50129:ZE:10TRA3:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 57,
"time": "1775537102"
},
"departure": {
"delay": 57,
"time": "1775537157"
},
"stopId": "FR:50129:ZE:10NOR6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 47,
"time": "1775538679"
},
"departure": {
"delay": 47,
"time": "1775538707"
},
"stopId": "FR:50129:ZE:10REP4:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 2,
"time": "1775538340"
},
"departure": {
"delay": 2,
"time": "1775538362"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 79,
"time": "1775538589"
},
"departure": {
"delay": 79,
"time": "1775538619"
},
"stopId": "FR:50129:ZE:10HDI4:ATOUMOD035",
"stopSequence": 20
},
{
"departure": {
"delay": 22,
"time": "1775536822"
},
"stopId": "FR:50129:ZE:10ECT1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 127,
"time": "1775539349"
},
"departure": {
"delay": 127,
"time": "1775539387"
},
"stopId": "FR:50129:ZE:10DIX2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 56,
"time": "1775537416"
},
"departure": {
"delay": 56,
"time": "1775537456"
},
"stopId": "FR:50129:ZE:10GRR2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 152,
"time": "1775538981"
},
"departure": {
"delay": 152,
"time": "1775538992"
},
"stopId": "FR:50129:ZE:10ANN2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 163,
"time": "1775539202"
},
"departure": {
"delay": 163,
"time": "1775539243"
},
"stopId": "FR:50129:ZE:10HME2:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 48,
"time": "1775536987"
},
"departure": {
"delay": 48,
"time": "1775537028"
},
"stopId": "FR:50129:ZE:10LPL2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 149,
"time": "1775538885"
},
"departure": {
"delay": 149,
"time": "1775538929"
},
"stopId": "FR:50129:ZE:10CMI2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": -29,
"time": "1775538176"
},
"departure": {
"delay": -29,
"time": "1775538211"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 142,
"time": "1775539545"
},
"departure": {
"delay": 142,
"time": "1775539582"
},
"stopId": "FR:50129:ZE:10PAU2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 39,
"time": "1775537202"
},
"departure": {
"delay": 39,
"time": "1775537259"
},
"stopId": "FR:50129:ZE:10MED4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 23,
"time": "1775538299"
},
"departure": {
"delay": 23,
"time": "1775538323"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 68,
"time": "1775537581"
},
"departure": {
"delay": 68,
"time": "1775537648"
},
"stopId": "FR:50129:ZE:10HPA4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 14,
"time": "1775538098"
},
"departure": {
"delay": 14,
"time": "1775538134"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 141,
"time": "1775539449"
},
"departure": {
"delay": 141,
"time": "1775539461"
},
"stopId": "FR:50129:ZE:10EPC2:ATOUMOD035",
"stopSequence": 30
}
],
"timestamp": "1775560077",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:02:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745713x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4011300x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 289,
"time": "1775561929"
},
"departure": {
"delay": 289,
"time": "1775561929"
},
"stopId": "FR:76552:ZE:3489:ATOUMOD003",
"stopSequence": 48
},
{
"arrival": {
"delay": 307,
"time": "1775560567"
},
"departure": {
"delay": 307,
"time": "1775560567"
},
"stopId": "FR:76351:ZE:3241:ATOUMOD003",
"stopSequence": 29
},
{
"arrival": {
"delay": 289,
"time": "1775562229"
},
"stopId": "FR:76552:ZE:3400:ATOUMOD003",
"stopSequence": 54
},
{
"arrival": {
"delay": 328,
"time": "1775561728"
},
"departure": {
"delay": 328,
"time": "1775561728"
},
"stopId": "FR:76552:ZE:3607:ATOUMOD003",
"stopSequence": 45
},
{
"arrival": {
"delay": 339,
"time": "1775561679"
},
"departure": {
"delay": 339,
"time": "1775561679"
},
"stopId": "FR:76552:ZE:3297:ATOUMOD003",
"stopSequence": 44
},
{
"arrival": {
"delay": 334,
"time": "1775560834"
},
"departure": {
"delay": 334,
"time": "1775560834"
},
"stopId": "FR:76351:ZE:3657:ATOUMOD003",
"stopSequence": 31
},
{
"arrival": {
"delay": 341,
"time": "1775560361"
},
"departure": {
"delay": 341,
"time": "1775560361"
},
"stopId": "FR:76351:ZE:3667:ATOUMOD003",
"stopSequence": 26
},
{
"arrival": {
"delay": 339,
"time": "1775561139"
},
"departure": {
"delay": 339,
"time": "1775561139"
},
"stopId": "FR:76351:ZE:3022:ATOUMOD003",
"stopSequence": 36
},
{
"arrival": {
"delay": 289,
"time": "1775560489"
},
"departure": {
"delay": 289,
"time": "1775560489"
},
"stopId": "FR:76351:ZE:3192:ATOUMOD003",
"stopSequence": 28
},
{
"arrival": {
"delay": 337,
"time": "1775561077"
},
"departure": {
"delay": 337,
"time": "1775561077"
},
"stopId": "FR:76351:ZE:3579:ATOUMOD003",
"stopSequence": 35
},
{
"arrival": {
"delay": 310,
"time": "1775561470"
},
"departure": {
"delay": 310,
"time": "1775561470"
},
"stopId": "FR:76351:ZE:3546:ATOUMOD003",
"stopSequence": 40
},
{
"departure": {
"delay": 289,
"time": "1775560069"
},
"stopId": "FR:76351:ZE:3016:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": 336,
"time": "1775561856"
},
"departure": {
"delay": 336,
"time": "1775561856"
},
"stopId": "FR:76552:ZE:3103:ATOUMOD003",
"stopSequence": 47
},
{
"arrival": {
"delay": 314,
"time": "1775560754"
},
"departure": {
"delay": 314,
"time": "1775560754"
},
"stopId": "FR:76351:ZE:3028:ATOUMOD003",
"stopSequence": 30
},
{
"arrival": {
"delay": 289,
"time": "1775561509"
},
"departure": {
"delay": 289,
"time": "1775561509"
},
"stopId": "FR:76351:ZE:3020:ATOUMOD003",
"stopSequence": 41
},
{
"arrival": {
"delay": 314,
"time": "1775560154"
},
"departure": {
"delay": 314,
"time": "1775560154"
},
"stopId": "FR:76351:ZE:3507:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": 289,
"time": "1775560909"
},
"departure": {
"delay": 289,
"time": "1775560909"
},
"stopId": "FR:76351:ZE:4640:ATOUMOD003",
"stopSequence": 33
},
{
"arrival": {
"delay": 346,
"time": "1775561986"
},
"departure": {
"delay": 346,
"time": "1775561986"
},
"stopId": "FR:76552:ZE:3339:ATOUMOD003",
"stopSequence": 49
},
{
"arrival": {
"delay": 295,
"time": "1775561635"
},
"departure": {
"delay": 295,
"time": "1775561635"
},
"stopId": "FR:76552:ZE:3158:ATOUMOD003",
"stopSequence": 43
},
{
"arrival": {
"delay": 339,
"time": "1775561559"
},
"departure": {
"delay": 339,
"time": "1775561559"
},
"stopId": "FR:76351:ZE:3459:ATOUMOD003",
"stopSequence": 42
},
{
"arrival": {
"delay": 311,
"time": "1775561291"
},
"departure": {
"delay": 311,
"time": "1775561291"
},
"stopId": "FR:76351:ZE:4593:ATOUMOD003",
"stopSequence": 38
},
{
"arrival": {
"delay": 289,
"time": "1775561389"
},
"departure": {
"delay": 289,
"time": "1775561389"
},
"stopId": "FR:76351:ZE:4611:ATOUMOD003",
"stopSequence": 39
},
{
"departure": {
"delay": 275,
"time": "1775559935"
},
"stopId": "FR:76351:ZE:3624:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": 344,
"time": "1775560304"
},
"departure": {
"delay": 344,
"time": "1775560304"
},
"stopId": "FR:76351:ZE:4516:ATOUMOD003",
"stopSequence": 25
},
{
"arrival": {
"delay": 337,
"time": "1775562097"
},
"departure": {
"delay": 337,
"time": "1775562097"
},
"stopId": "FR:76552:ZE:3105:ATOUMOD003",
"stopSequence": 51
},
{
"arrival": {
"delay": 312,
"time": "1775560212"
},
"departure": {
"delay": 312,
"time": "1775560212"
},
"stopId": "FR:76351:ZE:3224:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": 339,
"time": "1775560419"
},
"departure": {
"delay": 339,
"time": "1775560419"
},
"stopId": "FR:76351:ZE:3062:ATOUMOD003",
"stopSequence": 27
},
{
"arrival": {
"delay": 316,
"time": "1775560996"
},
"departure": {
"delay": 316,
"time": "1775560996"
},
"stopId": "FR:76351:ZE:3280:ATOUMOD003",
"stopSequence": 34
},
{
"arrival": {
"delay": 302,
"time": "1775562182"
},
"departure": {
"delay": 302,
"time": "1775562182"
},
"stopId": "FR:76552:ZE:4519:ATOUMOD003",
"stopSequence": 53
},
{
"arrival": {
"delay": 328,
"time": "1775562148"
},
"departure": {
"delay": 328,
"time": "1775562148"
},
"stopId": "FR:76552:ZE:3172:ATOUMOD003",
"stopSequence": 52
},
{
"arrival": {
"delay": 308,
"time": "1775561228"
},
"departure": {
"delay": 308,
"time": "1775561228"
},
"stopId": "FR:76351:ZE:3051:ATOUMOD003",
"stopSequence": 37
},
{
"arrival": {
"delay": 332,
"time": "1775562032"
},
"departure": {
"delay": 332,
"time": "1775562032"
},
"stopId": "FR:76552:ZE:3355:ATOUMOD003",
"stopSequence": 50
},
{
"arrival": {
"delay": 289,
"time": "1775561809"
},
"departure": {
"delay": 289,
"time": "1775561809"
},
"stopId": "FR:76552:ZE:3092:ATOUMOD003",
"stopSequence": 46
}
],
"timestamp": "1775560069",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:C1:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4011300x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx13003:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 17545,
"time": "1775558425"
},
"departure": {
"delay": 17545,
"time": "1775558425"
},
"stopId": "FR:76475:ZE:TCARxMALEC2:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 17677,
"time": "1775556937"
},
"departure": {
"delay": 17677,
"time": "1775556937"
},
"stopId": "FR:76540:ZE:TCARxPARIS0:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 17621,
"time": "1775557999"
},
"departure": {
"delay": 17621,
"time": "1775558021"
},
"stopId": "FR:76475:ZE:TCARxLOISI2:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 17609,
"time": "1775557822"
},
"departure": {
"delay": 17609,
"time": "1775557829"
},
"stopId": "FR:76429:ZE:TCARxHUBER0:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 17474,
"time": "1775558471"
},
"departure": {
"delay": 17474,
"time": "1775558474"
},
"stopId": "FR:76475:ZE:TCARxISAAC1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 17634,
"time": "1775557314"
},
"departure": {
"delay": 17634,
"time": "1775557314"
},
"stopId": "FR:76103:ZE:TCARxHCOTE0:ATOUMOD001",
"stopSequence": 8
},
{
"departure": {
"delay": 17530,
"time": "1775556730"
},
"stopId": "FR:76540:ZE:TCARxTART8:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 17727,
"time": "1775557227"
},
"departure": {
"delay": 17727,
"time": "1775557227"
},
"stopId": "FR:76103:ZE:TCARxTHURI0:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 17697,
"time": "1775556861"
},
"departure": {
"delay": 17697,
"time": "1775556897"
},
"stopId": "FR:76540:ZE:TCARxREPUQ0:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 17341,
"time": "1775558521"
},
"stopId": "FR:76069:ZE:TCARxGALIL0:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 17590,
"time": "1775557930"
},
"departure": {
"delay": 17590,
"time": "1775557930"
},
"stopId": "FR:76429:ZE:TCARxMALOT2:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 17621,
"time": "1775558081"
},
"departure": {
"delay": 17621,
"time": "1775558081"
},
"stopId": "FR:76475:ZE:TCARxVADAI0:ATOUMOD001",
"stopSequence": 19
}
],
"timestamp": "1775556736",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx05:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx13003:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx8577:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -11444,
"time": "1775561416"
},
"departure": {
"delay": -11444,
"time": "1775561416"
},
"stopId": "FR:76540:ZE:TCARxBOU7:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": -11379,
"time": "1775559741"
},
"departure": {
"delay": -11379,
"time": "1775559741"
},
"stopId": "FR:76575:ZE:TCARxSANSU2:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -11312,
"time": "1775560648"
},
"departure": {
"delay": -11312,
"time": "1775560648"
},
"stopId": "FR:76540:ZE:TCARxORLET2:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": -11348,
"time": "1775560372"
},
"departure": {
"delay": -11348,
"time": "1775560372"
},
"stopId": "FR:76498:ZE:TCARxCHART2:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": -11401,
"time": "1775561279"
},
"departure": {
"delay": -11401,
"time": "1775561279"
},
"stopId": "FR:76540:ZE:TCARxBEAUT2:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": -11425,
"time": "1775561735"
},
"departure": {
"delay": -11425,
"time": "1775561735"
},
"stopId": "FR:76540:ZE:TCARxSANTE2:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": -11370,
"time": "1775559690"
},
"departure": {
"delay": -11370,
"time": "1775559690"
},
"stopId": "FR:76575:ZE:TCARxCORBU1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -11330,
"time": "1775560270"
},
"departure": {
"delay": -11330,
"time": "1775560270"
},
"stopId": "FR:76498:ZE:TCARxNOVET2:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": -11354,
"time": "1775559946"
},
"departure": {
"delay": -11354,
"time": "1775559946"
},
"stopId": "FR:76575:ZE:TCARxSANDT2:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": -11369,
"time": "1775560771"
},
"departure": {
"delay": -11369,
"time": "1775560771"
},
"stopId": "FR:76540:ZE:TCARxBELGE4:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": -11369,
"time": "1775560471"
},
"departure": {
"delay": -11369,
"time": "1775560471"
},
"stopId": "FR:76540:ZE:TCARxLOPOT2:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": -11351,
"time": "1775560549"
},
"departure": {
"delay": -11351,
"time": "1775560549"
},
"stopId": "FR:76540:ZE:TCARxCAFT2:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": -11384,
"time": "1775561056"
},
"departure": {
"delay": -11384,
"time": "1775561056"
},
"stopId": "FR:76540:ZE:TCARxGARET2:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": -11347,
"time": "1775560073"
},
"departure": {
"delay": -11347,
"time": "1775560073"
},
"stopId": "FR:76575:ZE:TCARxCBRUT2:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": -11345,
"time": "1775560015"
},
"departure": {
"delay": -11345,
"time": "1775560015"
},
"stopId": "FR:76575:ZE:TCARxSTENT2:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": -11434,
"time": "1775561486"
},
"departure": {
"delay": -11434,
"time": "1775561486"
},
"stopId": "FR:76540:ZE:TCARxTMARV2:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": -11340,
"time": "1775560860"
},
"departure": {
"delay": -11340,
"time": "1775560860"
},
"stopId": "FR:76540:ZE:TCARxVXMAR2:ATOUMOD001",
"stopSequence": 15
},
{
"departure": {
"delay": -11385,
"time": "1775559615"
},
"stopId": "FR:76575:ZE:TCARxTECHN4:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": -11375,
"time": "1775559840"
},
"departure": {
"delay": -11375,
"time": "1775559865"
},
"stopId": "FR:76575:ZE:TCARxZENIT2:ATOUMOD001",
"stopSequence": 4
}
],
"timestamp": "1775559618",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx94:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx8577:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx9546:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -13866,
"time": "1775558394"
},
"departure": {
"delay": -13866,
"time": "1775558394"
},
"stopId": "FR:76540:ZE:TCARxMERID0:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": -13897,
"time": "1775558543"
},
"departure": {
"delay": -13897,
"time": "1775558543"
},
"stopId": "FR:76540:ZE:TCARxPLANT0:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": -13882,
"time": "1775558596"
},
"departure": {
"delay": -13882,
"time": "1775558618"
},
"stopId": "FR:76498:ZE:TCARxSEMAR0:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": -13787,
"time": "1775557393"
},
"departure": {
"delay": -13787,
"time": "1775557393"
},
"stopId": "FR:76540:ZE:TCARxRICAR0:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": -13930,
"time": "1775556470"
},
"departure": {
"delay": -13930,
"time": "1775556470"
},
"stopId": "FR:76108:ZE:TCARxROUGE0:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -13790,
"time": "1775557210"
},
"departure": {
"delay": -13790,
"time": "1775557210"
},
"stopId": "FR:76108:ZE:TCARxVAUC10:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": -13916,
"time": "1775556521"
},
"departure": {
"delay": -13916,
"time": "1775556544"
},
"stopId": "FR:76108:ZE:TCARxREY0:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": -13852,
"time": "1775558468"
},
"departure": {
"delay": -13852,
"time": "1775558468"
},
"stopId": "FR:76540:ZE:TCARxDUFFA0:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": -13942,
"time": "1775557926"
},
"departure": {
"delay": -13942,
"time": "1775558018"
},
"stopId": "FR:76540:ZE:TCARxCHAMP1:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": -13912,
"time": "1775558168"
},
"departure": {
"delay": -13912,
"time": "1775558168"
},
"stopId": "FR:76540:ZE:TCARxSEVER0:ATOUMOD001",
"stopSequence": 23
}
],
"timestamp": "1775555956",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx01:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx9546:LOC"
}
}
},
{
"id": "SM:ATOUMOD019:ServiceJourney:2x21430283:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 200,
"time": "1775560160"
},
"departure": {
"delay": 200,
"time": "1775560160"
},
"stopId": "FR:76114:ZE:113:ATOUMOD019",
"stopSequence": 3
},
{
"arrival": {
"delay": 260,
"time": "1775560400"
},
"departure": {
"delay": 260,
"time": "1775560400"
},
"stopId": "FR:76114:ZE:115:ATOUMOD019",
"stopSequence": 5
},
{
"arrival": {
"delay": 200,
"time": "1775560460"
},
"departure": {
"delay": 200,
"time": "1775560460"
},
"stopId": "FR:76114:ZE:116:ATOUMOD019",
"stopSequence": 6
},
{
"departure": {
"delay": 207,
"time": "1775560047"
},
"stopId": "FR:76114:ZE:111:ATOUMOD019",
"stopSequence": 1
},
{
"arrival": {
"delay": 200,
"time": "1775560100"
},
"departure": {
"delay": 200,
"time": "1775560100"
},
"stopId": "FR:76114:ZE:112:ATOUMOD019",
"stopSequence": 2
},
{
"arrival": {
"delay": 320,
"time": "1775560640"
},
"departure": {
"delay": 320,
"time": "1775560640"
},
"stopId": "FR:76114:ZE:102:ATOUMOD019",
"stopSequence": 7
},
{
"arrival": {
"delay": 260,
"time": "1775560280"
},
"departure": {
"delay": 260,
"time": "1775560280"
},
"stopId": "FR:76114:ZE:114:ATOUMOD019",
"stopSequence": 4
}
],
"timestamp": "1775560075",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD019:Line:1:LOC",
"tripId": "ATOUMOD019:ServiceJourney:2x21430283:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC602158:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 4,
"time": "1775563744"
},
"departure": {
"delay": 4,
"time": "1775563744"
},
"stopId": "FR:27229:ZE:0xMAR01:ATOUMOD004",
"stopSequence": 17
},
{
"arrival": {
"delay": -19,
"time": "1775563901"
},
"departure": {
"delay": -19,
"time": "1775563901"
},
"stopId": "FR:27229:ZE:0xNOR01:ATOUMOD004",
"stopSequence": 22
},
{
"arrival": {
"delay": 10,
"time": "1775563390"
},
"departure": {
"delay": 10,
"time": "1775563390"
},
"stopId": "FR:27229:ZE:0xSAC01:ATOUMOD004",
"stopSequence": 13
},
{
"arrival": {
"delay": 13,
"time": "1775563333"
},
"departure": {
"delay": 13,
"time": "1775563333"
},
"stopId": "FR:27229:ZE:0xSAL01:ATOUMOD004",
"stopSequence": 10
},
{
"arrival": {
"delay": 14,
"time": "1775563574"
},
"departure": {
"delay": 14,
"time": "1775563574"
},
"stopId": "FR:27229:ZE:0xPAN01:ATOUMOD004",
"stopSequence": 14
},
{
"arrival": {
"delay": -65,
"time": "1775564035"
},
"departure": {
"delay": -65,
"time": "1775564035"
},
"stopId": "FR:27229:ZE:0xSAU01:ATOUMOD004",
"stopSequence": 25
},
{
"departure": {
"delay": -2519,
"time": "1775560081"
},
"stopId": "FR:27031:ZE:0xLCRO01:ATOUMOD004",
"stopSequence": 1
},
{
"arrival": {
"delay": 48,
"time": "1775562648"
},
"departure": {
"delay": 48,
"time": "1775562648"
},
"stopId": "FR:27031:ZE:0xLCOU01:ATOUMOD004",
"stopSequence": 2
},
{
"arrival": {
"delay": -107,
"time": "1775564173"
},
"departure": {
"delay": -107,
"time": "1775564173"
},
"stopId": "FR:27229:ZE:0xLOM01:ATOUMOD004",
"stopSequence": 26
},
{
"arrival": {
"delay": -29,
"time": "1775563951"
},
"departure": {
"delay": -29,
"time": "1775563951"
},
"stopId": "FR:27229:ZE:0xCOT01:ATOUMOD004",
"stopSequence": 24
},
{
"arrival": {
"time": "1775564460"
},
"departure": {
"time": "1775564460"
},
"stopId": "FR:27229:ZE:0xJAU01:ATOUMOD004",
"stopSequence": 28
},
{
"arrival": {
"delay": -47,
"time": "1775564293"
},
"departure": {
"delay": -47,
"time": "1775564293"
},
"stopId": "FR:27229:ZE:0xHAP01:ATOUMOD004",
"stopSequence": 27
},
{
"arrival": {
"delay": -2,
"time": "1775563858"
},
"departure": {
"delay": -2,
"time": "1775563858"
},
"stopId": "FR:27229:ZE:0xVAL01:ATOUMOD004",
"stopSequence": 21
},
{
"arrival": {
"delay": -52,
"time": "1775563688"
},
"departure": {
"delay": -52,
"time": "1775563688"
},
"stopId": "FR:27229:ZE:0xADO01:ATOUMOD004",
"stopSequence": 16
},
{
"arrival": {
"delay": -11,
"time": "1775562829"
},
"departure": {
"delay": -11,
"time": "1775562829"
},
"stopId": "FR:27031:ZE:0xLESS01:ATOUMOD004",
"stopSequence": 4
},
{
"arrival": {
"delay": -51,
"time": "1775563029"
},
"departure": {
"delay": -51,
"time": "1775563029"
},
"stopId": "FR:27229:ZE:0xROS01:ATOUMOD004",
"stopSequence": 5
},
{
"arrival": {
"delay": 23,
"time": "1775563223"
},
"departure": {
"delay": 23,
"time": "1775563223"
},
"stopId": "FR:27229:ZE:0xCLS01:ATOUMOD004",
"stopSequence": 8
},
{
"arrival": {
"delay": 11,
"time": "1775563151"
},
"departure": {
"delay": 11,
"time": "1775563151"
},
"stopId": "FR:27229:ZE:0xBOS01:ATOUMOD004",
"stopSequence": 7
},
{
"arrival": {
"delay": 32,
"time": "1775563292"
},
"departure": {
"delay": 32,
"time": "1775563292"
},
"stopId": "FR:27229:ZE:0xCAS01:ATOUMOD004",
"stopSequence": 9
},
{
"arrival": {
"delay": 11,
"time": "1775563631"
},
"departure": {
"delay": 11,
"time": "1775563631"
},
"stopId": "FR:27229:ZE:0xECH01:ATOUMOD004",
"stopSequence": 15
},
{
"arrival": {
"time": "1775564520"
},
"stopId": "FR:27229:ZE:0xGAR03:ATOUMOD004",
"stopSequence": 30
},
{
"arrival": {
"delay": 10,
"time": "1775562730"
},
"departure": {
"delay": 10,
"time": "1775562730"
},
"stopId": "FR:27031:ZE:0xRBOU01:ATOUMOD004",
"stopSequence": 3
},
{
"arrival": {
"delay": -51,
"time": "1775563089"
},
"departure": {
"delay": -51,
"time": "1775563089"
},
"stopId": "FR:27229:ZE:0xTAT01:ATOUMOD004",
"stopSequence": 6
},
{
"arrival": {
"delay": -39,
"time": "1775563821"
},
"departure": {
"delay": -39,
"time": "1775563821"
},
"stopId": "FR:27229:ZE:0xLOR01:ATOUMOD004",
"stopSequence": 20
}
],
"timestamp": "1775559961",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD004:Line:T10:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC602158:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3747522x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 108,
"time": "1775542232"
},
"departure": {
"delay": 108,
"time": "1775542248"
},
"stopId": "FR:50129:ZE:10LMQ2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 314,
"time": "1775543657"
},
"departure": {
"delay": 314,
"time": "1775543834"
},
"stopId": "FR:50129:ZE:10MEN3:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 238,
"time": "1775544069"
},
"departure": {
"delay": 238,
"time": "1775544118"
},
"stopId": "FR:50129:ZE:10AIG1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 154,
"time": "1775542705"
},
"departure": {
"delay": 154,
"time": "1775542714"
},
"stopId": "FR:50129:ZE:10MLL4:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 104,
"time": "1775542283"
},
"departure": {
"delay": 104,
"time": "1775542304"
},
"stopId": "FR:50129:ZE:10COD2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 232,
"time": "1775544380"
},
"departure": {
"delay": 232,
"time": "1775544412"
},
"stopId": "FR:50129:ZE:10VDT1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 103,
"time": "1775543216"
},
"departure": {
"delay": 103,
"time": "1775543263"
},
"stopId": "FR:50129:ZE:10PLA4:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 131,
"time": "1775542407"
},
"departure": {
"delay": 131,
"time": "1775542451"
},
"stopId": "FR:50129:ZE:10ILO2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 91,
"time": "1775543296"
},
"departure": {
"delay": 91,
"time": "1775543311"
},
"stopId": "FR:50129:ZE:10CRN2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 127,
"time": "1775542351"
},
"departure": {
"delay": 127,
"time": "1775542387"
},
"stopId": "FR:50129:ZE:10EUR2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 202,
"time": "1775544442"
},
"stopId": "FR:50129:ZE:10ZFO1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 242,
"time": "1775544156"
},
"departure": {
"delay": 242,
"time": "1775544182"
},
"stopId": "FR:50129:ZE:10UNI1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 135,
"time": "1775543026"
},
"departure": {
"delay": 135,
"time": "1775543055"
},
"stopId": "FR:50129:ZE:10CCI2:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 76,
"time": "1775542178"
},
"departure": {
"delay": 76,
"time": "1775542216"
},
"stopId": "FR:50129:ZE:10CRD2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 160,
"time": "1775543102"
},
"departure": {
"delay": 160,
"time": "1775543140"
},
"stopId": "FR:50129:ZE:10CIT2:ATOUMOD035",
"stopSequence": 12
},
{
"departure": {
"delay": 82,
"time": "1775542042"
},
"stopId": "FR:50129:ZE:10PIS1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 199,
"time": "1775542585"
},
"departure": {
"delay": 199,
"time": "1775542639"
},
"stopId": "FR:50129:ZE:10LMW1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 146,
"time": "1775542515"
},
"departure": {
"delay": 146,
"time": "1775542526"
},
"stopId": "FR:50129:ZE:10CLO2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 130,
"time": "1775542786"
},
"departure": {
"delay": 130,
"time": "1775542810"
},
"stopId": "FR:50129:ZE:10GMA3:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 168,
"time": "1775543439"
},
"departure": {
"delay": 168,
"time": "1775543568"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 194,
"time": "1775544304"
},
"departure": {
"delay": 194,
"time": "1775544314"
},
"stopId": "FR:50129:ZE:10PFO3:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 231,
"time": "1775544203"
},
"departure": {
"delay": 231,
"time": "1775544231"
},
"stopId": "FR:50129:ZE:10IUT1:ATOUMOD035",
"stopSequence": 19
}
],
"timestamp": "1775560078",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:08:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3747522x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx12597:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 2613,
"time": "1775558415"
},
"departure": {
"delay": 2613,
"time": "1775558433"
},
"stopId": "FR:76429:ZE:TCARxRTHIE1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 2588,
"time": "1775558108"
},
"departure": {
"delay": 2588,
"time": "1775558108"
},
"stopId": "FR:76475:ZE:TCARxFERME1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 2584,
"time": "1775558224"
},
"departure": {
"delay": 2584,
"time": "1775558224"
},
"stopId": "FR:76475:ZE:TCARxLOISI1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 2544,
"time": "1775559024"
},
"departure": {
"delay": 2544,
"time": "1775559024"
},
"stopId": "FR:76540:ZE:TCARxBASSE1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 2552,
"time": "1775557952"
},
"departure": {
"delay": 2552,
"time": "1775557952"
},
"stopId": "FR:76475:ZE:TCARxHVFRA1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 2615,
"time": "1775559222"
},
"departure": {
"delay": 2615,
"time": "1775559275"
},
"stopId": "FR:76540:ZE:TCARxPARIS1:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 2614,
"time": "1775558734"
},
"departure": {
"delay": 2614,
"time": "1775558734"
},
"stopId": "FR:76103:ZE:TCARxCDLED1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 2634,
"time": "1775558994"
},
"departure": {
"delay": 2634,
"time": "1775558994"
},
"stopId": "FR:76103:ZE:TCARxTHURI1:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 2515,
"time": "1775559053"
},
"departure": {
"delay": 2515,
"time": "1775559055"
},
"stopId": "FR:76540:ZE:TCARxPAUL11:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 2573,
"time": "1775558259"
},
"departure": {
"delay": 2573,
"time": "1775558273"
},
"stopId": "FR:76429:ZE:TCARxMALOT1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 2455,
"time": "1775557667"
},
"departure": {
"delay": 2455,
"time": "1775557675"
},
"stopId": "FR:76475:ZE:TCARxISAAC2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 2603,
"time": "1775558183"
},
"departure": {
"delay": 2603,
"time": "1775558183"
},
"stopId": "FR:76475:ZE:TCARxVADAI1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 2614,
"time": "1775559322"
},
"departure": {
"delay": 2614,
"time": "1775559334"
},
"stopId": "FR:76540:ZE:TCARxREPUQ1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 2510,
"time": "1775557910"
},
"departure": {
"delay": 2510,
"time": "1775557910"
},
"stopId": "FR:76475:ZE:TCARxCOTYR1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 2503,
"time": "1775557783"
},
"departure": {
"delay": 2503,
"time": "1775557783"
},
"stopId": "FR:76475:ZE:TCARxGAREN0:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 2473,
"time": "1775559433"
},
"stopId": "FR:76540:ZE:TCARxTART8:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 2659,
"time": "1775558659"
},
"departure": {
"delay": 2659,
"time": "1775558659"
},
"stopId": "FR:76429:ZE:TCARxLESCU1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 2590,
"time": "1775558350"
},
"departure": {
"delay": 2590,
"time": "1775558350"
},
"stopId": "FR:76429:ZE:TCARxHUBER1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 2598,
"time": "1775559018"
},
"departure": {
"delay": 2598,
"time": "1775559018"
},
"stopId": "FR:76103:ZE:TCARxNOYER1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 2513,
"time": "1775557733"
},
"departure": {
"delay": 2513,
"time": "1775557733"
},
"stopId": "FR:76475:ZE:TCARxMALEC3:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 2608,
"time": "1775558481"
},
"departure": {
"delay": 2608,
"time": "1775558488"
},
"stopId": "FR:76429:ZE:TCARxRBELB1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 2574,
"time": "1775558034"
},
"departure": {
"delay": 2574,
"time": "1775558034"
},
"stopId": "FR:76475:ZE:TCARxCROCH1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 2618,
"time": "1775558858"
},
"departure": {
"delay": 2618,
"time": "1775558858"
},
"stopId": "FR:76103:ZE:TCARxHCOTE1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 2640,
"time": "1775558700"
},
"departure": {
"delay": 2640,
"time": "1775558700"
},
"stopId": "FR:76103:ZE:TCARxNEUVE1:ATOUMOD001",
"stopSequence": 17
},
{
"departure": {
"delay": 2473,
"time": "1775557633"
},
"stopId": "FR:76475:ZE:TCARxGALIL1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 2615,
"time": "1775558555"
},
"departure": {
"delay": 2615,
"time": "1775558555"
},
"stopId": "FR:76429:ZE:TCARxESNAR1:ATOUMOD001",
"stopSequence": 15
}
],
"timestamp": "1775557636",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx05:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx12597:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3747852x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 50,
"time": "1775555093"
},
"departure": {
"delay": 50,
"time": "1775555150"
},
"stopId": "FR:50129:ZE:10MTT2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": -14,
"time": "1775554531"
},
"departure": {
"delay": -14,
"time": "1775554546"
},
"stopId": "FR:50129:ZE:10REN2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 9,
"time": "1775555668"
},
"departure": {
"delay": 9,
"time": "1775555709"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 37,
"time": "1775555061"
},
"departure": {
"delay": 37,
"time": "1775555077"
},
"stopId": "FR:50129:ZE:10SEX2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": -1,
"time": "1775555329"
},
"departure": {
"delay": -1,
"time": "1775555339"
},
"stopId": "FR:50129:ZE:10ODR2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": -1,
"time": "1775555835"
},
"departure": {
"delay": -1,
"time": "1775555879"
},
"stopId": "FR:50129:ZE:10HDV1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": -5,
"time": "1775555385"
},
"departure": {
"delay": -5,
"time": "1775555395"
},
"stopId": "FR:50129:ZE:10BOS2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 28,
"time": "1775555749"
},
"departure": {
"delay": 28,
"time": "1775555788"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 29,
"time": "1775554403"
},
"departure": {
"delay": 29,
"time": "1775554409"
},
"stopId": "FR:50129:ZE:10BOC2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": -12,
"time": "1775555511"
},
"departure": {
"delay": -12,
"time": "1775555568"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": -60,
"time": "1775554479"
},
"departure": {
"delay": -60,
"time": "1775554500"
},
"stopId": "FR:50129:ZE:10LOG2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": -2,
"time": "1775555419"
},
"departure": {
"delay": -2,
"time": "1775555458"
},
"stopId": "FR:50129:ZE:10JAR2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 5,
"time": "1775554658"
},
"departure": {
"delay": 5,
"time": "1775554685"
},
"stopId": "FR:50129:ZE:10DEB2:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": -25,
"time": "1775554761"
},
"departure": {
"delay": -25,
"time": "1775554775"
},
"stopId": "FR:50129:ZE:10CSM2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 53,
"time": "1775555201"
},
"departure": {
"delay": 53,
"time": "1775555213"
},
"stopId": "FR:50129:ZE:10RUC2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 18,
"time": "1775554276"
},
"departure": {
"delay": 18,
"time": "1775554338"
},
"stopId": "FR:50129:ZE:10CEN2:ATOUMOD035",
"stopSequence": 2
},
{
"departure": {
"delay": 42,
"time": "1775554242"
},
"stopId": "FR:50129:ZE:10MXR2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 73,
"time": "1775555162"
},
"departure": {
"delay": 73,
"time": "1775555173"
},
"stopId": "FR:50129:ZE:10BSJ2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 21,
"time": "1775555913"
},
"departure": {
"delay": 21,
"time": "1775555961"
},
"stopId": "FR:50129:ZE:10PLx1:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": -85,
"time": "1775556035"
},
"stopId": "FR:50129:ZE:10SHU2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": -9,
"time": "1775554422"
},
"departure": {
"delay": -9,
"time": "1775554431"
},
"stopId": "FR:50129:ZE:10GNT2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 1,
"time": "1775554567"
},
"departure": {
"delay": 1,
"time": "1775554621"
},
"stopId": "FR:50129:ZE:10CUR2:ATOUMOD035",
"stopSequence": 7
}
],
"timestamp": "1775560082",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:04:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3747852x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745653x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 32,
"time": "1775536993"
},
"departure": {
"delay": 32,
"time": "1775537012"
},
"stopId": "FR:50129:ZE:10MOR1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": -44,
"time": "1775539184"
},
"departure": {
"delay": -44,
"time": "1775539216"
},
"stopId": "FR:50129:ZE:10BAG3:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 23,
"time": "1775538712"
},
"departure": {
"delay": 23,
"time": "1775538743"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": -86,
"time": "1775539393"
},
"departure": {
"delay": -86,
"time": "1775539414"
},
"stopId": "FR:50129:ZE:10GDR1:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": -95,
"time": "1775539449"
},
"departure": {
"delay": -95,
"time": "1775539465"
},
"stopId": "FR:50129:ZE:10LPL1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 66,
"time": "1775537926"
},
"departure": {
"delay": 66,
"time": "1775537946"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": -37,
"time": "1775539273"
},
"departure": {
"delay": -37,
"time": "1775539283"
},
"stopId": "FR:50129:ZE:10MED3:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 47,
"time": "1775537418"
},
"departure": {
"delay": 47,
"time": "1775537447"
},
"stopId": "FR:50129:ZE:10PET1:ATOUMOD035",
"stopSequence": 9
},
{
"departure": {
"delay": 83,
"time": "1775536883"
},
"stopId": "FR:50129:ZE:10AMF1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": -19,
"time": "1775538064"
},
"departure": {
"delay": -19,
"time": "1775538101"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 31,
"time": "1775537593"
},
"departure": {
"delay": 31,
"time": "1775537611"
},
"stopId": "FR:50129:ZE:10CAQ1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 54,
"time": "1775537486"
},
"departure": {
"delay": 54,
"time": "1775537514"
},
"stopId": "FR:50129:ZE:10HME1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": -11,
"time": "1775538853"
},
"departure": {
"delay": -11,
"time": "1775538889"
},
"stopId": "FR:50129:ZE:10CRN1:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": -24,
"time": "1775539103"
},
"departure": {
"delay": -24,
"time": "1775539116"
},
"stopId": "FR:50129:ZE:10GRR1:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": -12,
"time": "1775539037"
},
"departure": {
"delay": -12,
"time": "1775539068"
},
"stopId": "FR:50129:ZE:10XCT3:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": -27,
"time": "1775538285"
},
"departure": {
"delay": -27,
"time": "1775538333"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": -48,
"time": "1775538199"
},
"departure": {
"delay": -48,
"time": "1775538252"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 69,
"time": "1775537812"
},
"departure": {
"delay": 69,
"time": "1775537829"
},
"stopId": "FR:50129:ZE:10PAX1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": -28,
"time": "1775538449"
},
"departure": {
"delay": -28,
"time": "1775538572"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 44,
"time": "1775537068"
},
"departure": {
"delay": 44,
"time": "1775537084"
},
"stopId": "FR:50129:ZE:10FRN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": -85,
"time": "1775538370"
},
"departure": {
"delay": -85,
"time": "1775538395"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 43,
"time": "1775537674"
},
"departure": {
"delay": 43,
"time": "1775537683"
},
"stopId": "FR:50129:ZE:10ANN1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": -71,
"time": "1775539333"
},
"departure": {
"delay": -71,
"time": "1775539369"
},
"stopId": "FR:50129:ZE:10NOR5:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 61,
"time": "1775536952"
},
"departure": {
"delay": 61,
"time": "1775536981"
},
"stopId": "FR:50129:ZE:10MES1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 18,
"time": "1775538945"
},
"departure": {
"delay": 18,
"time": "1775538978"
},
"stopId": "FR:50129:ZE:10HPA3:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 24,
"time": "1775538010"
},
"departure": {
"delay": 24,
"time": "1775538024"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 20,
"time": "1775537348"
},
"departure": {
"delay": 20,
"time": "1775537360"
},
"stopId": "FR:50129:ZE:10DIX1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 64,
"time": "1775537255"
},
"departure": {
"delay": 64,
"time": "1775537284"
},
"stopId": "FR:50129:ZE:10EPC1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 82,
"time": "1775537750"
},
"departure": {
"delay": 82,
"time": "1775537782"
},
"stopId": "FR:50129:ZE:10CMI1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 68,
"time": "1775537031"
},
"departure": {
"delay": 68,
"time": "1775537048"
},
"stopId": "FR:50129:ZE:10BOI1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": -18,
"time": "1775538139"
},
"departure": {
"delay": -18,
"time": "1775538162"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": -156,
"time": "1775539584"
},
"stopId": "FR:50129:ZE:10ECT1:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 32,
"time": "1775537166"
},
"departure": {
"delay": 32,
"time": "1775537192"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 88,
"time": "1775537875"
},
"departure": {
"delay": 88,
"time": "1775537908"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": -90,
"time": "1775539514"
},
"departure": {
"delay": -90,
"time": "1775539530"
},
"stopId": "FR:50129:ZE:10FLO1:ATOUMOD035",
"stopSequence": 34
}
],
"timestamp": "1775560079",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:02:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745653x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746174x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 11,
"time": "1775553851"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 70,
"time": "1775557020"
},
"departure": {
"delay": 70,
"time": "1775557030"
},
"stopId": "FR:50129:ZE:10MGT1:ATOUMOD035",
"stopSequence": 44
},
{
"arrival": {
"delay": 4,
"time": "1775554788"
},
"departure": {
"delay": 4,
"time": "1775554804"
},
"stopId": "FR:50129:ZE:10LAV1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"time": "1775555188"
},
"departure": {
"time": "1775555220"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 31,
"time": "1775555974"
},
"departure": {
"delay": 31,
"time": "1775556031"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 15,
"time": "1775555398"
},
"departure": {
"delay": 15,
"time": "1775555475"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 51,
"time": "1775556977"
},
"departure": {
"delay": 51,
"time": "1775557011"
},
"stopId": "FR:50129:ZE:10MYO1:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": 26,
"time": "1775556838"
},
"departure": {
"delay": 26,
"time": "1775556866"
},
"stopId": "FR:50129:ZE:10JEA1:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": 33,
"time": "1775555513"
},
"departure": {
"delay": 33,
"time": "1775555553"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 21,
"time": "1775554413"
},
"departure": {
"delay": 21,
"time": "1775554461"
},
"stopId": "FR:50129:ZE:10PRE1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": -4,
"time": "1775554062"
},
"departure": {
"delay": -4,
"time": "1775554076"
},
"stopId": "FR:50129:ZE:10SFN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"time": "1775554201"
},
"departure": {
"time": "1775554260"
},
"stopId": "FR:50129:ZE:10BRT1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": -24,
"time": "1775554164"
},
"departure": {
"delay": -24,
"time": "1775554176"
},
"stopId": "FR:50129:ZE:10HOU1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 14,
"time": "1775555787"
},
"departure": {
"delay": 14,
"time": "1775555894"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 12,
"time": "1775555117"
},
"departure": {
"delay": 12,
"time": "1775555172"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 100,
"time": "1775557095"
},
"departure": {
"delay": 100,
"time": "1775557120"
},
"stopId": "FR:50129:ZE:10CVE1:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"delay": 24,
"time": "1775555579"
},
"departure": {
"delay": 24,
"time": "1775555604"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 24,
"time": "1775557224"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"delay": 27,
"time": "1775556535"
},
"departure": {
"delay": 27,
"time": "1775556567"
},
"stopId": "FR:50129:ZE:10LLM1:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 27,
"time": "1775554559"
},
"departure": {
"delay": 27,
"time": "1775554587"
},
"stopId": "FR:50129:ZE:10LON1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 17,
"time": "1775554628"
},
"departure": {
"delay": 17,
"time": "1775554637"
},
"stopId": "FR:50129:ZE:10ZOL1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 42,
"time": "1775553874"
},
"departure": {
"delay": 42,
"time": "1775553882"
},
"stopId": "FR:50129:ZE:10SFG1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 57,
"time": "1775555665"
},
"departure": {
"delay": 57,
"time": "1775555697"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 56,
"time": "1775557043"
},
"departure": {
"delay": 56,
"time": "1775557076"
},
"stopId": "FR:50129:ZE:10RSX1:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"delay": -75,
"time": "1775554947"
},
"departure": {
"delay": -75,
"time": "1775554965"
},
"stopId": "FR:50129:ZE:10BEL1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 42,
"time": "1775556794"
},
"departure": {
"delay": 42,
"time": "1775556822"
},
"stopId": "FR:50129:ZE:10ZPH1:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"delay": 11,
"time": "1775556371"
},
"departure": {
"delay": 11,
"time": "1775556491"
},
"stopId": "FR:50129:ZE:10LUM1:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 57,
"time": "1775554266"
},
"departure": {
"delay": 57,
"time": "1775554317"
},
"stopId": "FR:50129:ZE:10BON1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": -13,
"time": "1775555045"
},
"departure": {
"delay": -13,
"time": "1775555087"
},
"stopId": "FR:50129:ZE:10HUI1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 26,
"time": "1775554727"
},
"departure": {
"delay": 26,
"time": "1775554766"
},
"stopId": "FR:50129:ZE:10DUB1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 12,
"time": "1775554364"
},
"departure": {
"delay": 12,
"time": "1775554392"
},
"stopId": "FR:50129:ZE:10ARA1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 8,
"time": "1775554108"
},
"departure": {
"delay": 8,
"time": "1775554148"
},
"stopId": "FR:50129:ZE:10CAR1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": -8,
"time": "1775554873"
},
"departure": {
"delay": -8,
"time": "1775554912"
},
"stopId": "FR:50129:ZE:10HOM1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 41,
"time": "1775556511"
},
"departure": {
"delay": 41,
"time": "1775556521"
},
"stopId": "FR:50129:ZE:10JMO1:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 22,
"time": "1775554026"
},
"departure": {
"delay": 22,
"time": "1775554042"
},
"stopId": "FR:50129:ZE:10ALB1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 14,
"time": "1775556103"
},
"departure": {
"delay": 14,
"time": "1775556134"
},
"stopId": "FR:50129:ZE:10THH3:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 35,
"time": "1775554526"
},
"departure": {
"delay": 35,
"time": "1775554535"
},
"stopId": "FR:50129:ZE:10BHE1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 16,
"time": "1775555276"
},
"departure": {
"delay": 16,
"time": "1775555356"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": -21,
"time": "1775555722"
},
"departure": {
"delay": -21,
"time": "1775555739"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": -5,
"time": "1775554830"
},
"departure": {
"delay": -5,
"time": "1775554855"
},
"stopId": "FR:50129:ZE:10AGO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": -3,
"time": "1775556201"
},
"departure": {
"delay": -3,
"time": "1775556237"
},
"stopId": "FR:50129:ZE:10LCA1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 63,
"time": "1775556907"
},
"departure": {
"delay": 63,
"time": "1775556963"
},
"stopId": "FR:50129:ZE:10NOR3:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"delay": -33,
"time": "1775556264"
},
"departure": {
"delay": -33,
"time": "1775556327"
},
"stopId": "FR:50129:ZE:10BHC3:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 56,
"time": "1775556597"
},
"departure": {
"delay": 56,
"time": "1775556656"
},
"stopId": "FR:50129:ZE:10BRO1:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"delay": 68,
"time": "1775556754"
},
"departure": {
"delay": 68,
"time": "1775556788"
},
"stopId": "FR:50129:ZE:10ART1:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": 11,
"time": "1775554492"
},
"departure": {
"delay": 11,
"time": "1775554511"
},
"stopId": "FR:50129:ZE:10CPL1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 10,
"time": "1775553900"
},
"departure": {
"delay": 10,
"time": "1775553910"
},
"stopId": "FR:50129:ZE:10COF1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 85,
"time": "1775557138"
},
"departure": {
"delay": 85,
"time": "1775557165"
},
"stopId": "FR:50129:ZE:10COS1:ATOUMOD035",
"stopSequence": 47
}
],
"timestamp": "1775560079",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746174x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3747887x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -98,
"time": "1775541082"
},
"stopId": "FR:50129:ZE:10MXR1:ATOUMOD035",
"stopSequence": 23
},
{
"departure": {
"delay": 105,
"time": "1775539605"
},
"stopId": "FR:50129:ZE:10SHU2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 11,
"time": "1775540557"
},
"departure": {
"delay": 11,
"time": "1775540651"
},
"stopId": "FR:50129:ZE:10CSM1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": -1,
"time": "1775540091"
},
"departure": {
"delay": -1,
"time": "1775540099"
},
"stopId": "FR:50129:ZE:10ODR1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 75,
"time": "1775539956"
},
"departure": {
"delay": 75,
"time": "1775539995"
},
"stopId": "FR:50129:ZE:10JAR1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": -35,
"time": "1775540768"
},
"departure": {
"delay": -35,
"time": "1775540785"
},
"stopId": "FR:50129:ZE:10CUR1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 28,
"time": "1775540380"
},
"departure": {
"delay": 28,
"time": "1775540428"
},
"stopId": "FR:50129:ZE:10SEX1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": -24,
"time": "1775540223"
},
"departure": {
"delay": -24,
"time": "1775540256"
},
"stopId": "FR:50129:ZE:10RUC1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 15,
"time": "1775540026"
},
"departure": {
"delay": 15,
"time": "1775540055"
},
"stopId": "FR:50129:ZE:10BOS1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": -32,
"time": "1775540992"
},
"departure": {
"delay": -32,
"time": "1775541028"
},
"stopId": "FR:50129:ZE:10CEN1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 45,
"time": "1775539895"
},
"departure": {
"delay": 45,
"time": "1775539905"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": -35,
"time": "1775540936"
},
"departure": {
"delay": -35,
"time": "1775540965"
},
"stopId": "FR:50129:ZE:10BOC1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 26,
"time": "1775540331"
},
"departure": {
"delay": 26,
"time": "1775540366"
},
"stopId": "FR:50129:ZE:10MTT1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": -13,
"time": "1775539657"
},
"departure": {
"delay": -13,
"time": "1775539727"
},
"stopId": "FR:50129:ZE:10SHU1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": -33,
"time": "1775540719"
},
"departure": {
"delay": -33,
"time": "1775540727"
},
"stopId": "FR:50129:ZE:10DEB1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": -68,
"time": "1775540804"
},
"departure": {
"delay": -68,
"time": "1775540812"
},
"stopId": "FR:50129:ZE:10REN1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": -19,
"time": "1775540285"
},
"departure": {
"delay": -19,
"time": "1775540321"
},
"stopId": "FR:50129:ZE:10BSJ1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": -25,
"time": "1775540836"
},
"departure": {
"delay": -25,
"time": "1775540855"
},
"stopId": "FR:50129:ZE:10LOG1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": -32,
"time": "1775540116"
},
"departure": {
"delay": -32,
"time": "1775540128"
},
"stopId": "FR:50129:ZE:10SRN1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": -86,
"time": "1775540903"
},
"departure": {
"delay": -86,
"time": "1775540914"
},
"stopId": "FR:50129:ZE:10GNT1:ATOUMOD035",
"stopSequence": 20
}
],
"timestamp": "1775560073",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:04:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3747887x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3747834x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -74,
"time": "1775533266"
},
"departure": {
"delay": -74,
"time": "1775533306"
},
"stopId": "FR:50129:ZE:10LOG2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 29,
"time": "1775533345"
},
"departure": {
"delay": 29,
"time": "1775533409"
},
"stopId": "FR:50129:ZE:10REN2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": -37,
"time": "1775533088"
},
"departure": {
"delay": -37,
"time": "1775533103"
},
"stopId": "FR:50129:ZE:10CEN2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 22,
"time": "1775533857"
},
"departure": {
"delay": 22,
"time": "1775533882"
},
"stopId": "FR:50129:ZE:10SEX2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": -57,
"time": "1775534312"
},
"departure": {
"delay": -57,
"time": "1775534343"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": -20,
"time": "1775533469"
},
"departure": {
"delay": -20,
"time": "1775533480"
},
"stopId": "FR:50129:ZE:10DEB2:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 20,
"time": "1775533988"
},
"departure": {
"delay": 20,
"time": "1775534000"
},
"stopId": "FR:50129:ZE:10RUC2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 27,
"time": "1775533546"
},
"departure": {
"delay": 27,
"time": "1775533647"
},
"stopId": "FR:50129:ZE:10CSM2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": -16,
"time": "1775533177"
},
"departure": {
"delay": -16,
"time": "1775533184"
},
"stopId": "FR:50129:ZE:10BOC2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": -52,
"time": "1775533196"
},
"departure": {
"delay": -52,
"time": "1775533208"
},
"stopId": "FR:50129:ZE:10GNT2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 11,
"time": "1775533904"
},
"departure": {
"delay": 11,
"time": "1775533931"
},
"stopId": "FR:50129:ZE:10MTT2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": -23,
"time": "1775534717"
},
"departure": {
"delay": -23,
"time": "1775534737"
},
"stopId": "FR:50129:ZE:10PLx1:ATOUMOD035",
"stopSequence": 24
},
{
"departure": {
"delay": 21,
"time": "1775533041"
},
"stopId": "FR:50129:ZE:10MXR2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": -13,
"time": "1775534651"
},
"departure": {
"delay": -13,
"time": "1775534687"
},
"stopId": "FR:50129:ZE:10HDV1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 13,
"time": "1775534579"
},
"departure": {
"delay": 13,
"time": "1775534593"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": -33,
"time": "1775534154"
},
"departure": {
"delay": -33,
"time": "1775534187"
},
"stopId": "FR:50129:ZE:10BOS2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 41,
"time": "1775533945"
},
"departure": {
"delay": 41,
"time": "1775533961"
},
"stopId": "FR:50129:ZE:10BSJ2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": -58,
"time": "1775534211"
},
"departure": {
"delay": -58,
"time": "1775534222"
},
"stopId": "FR:50129:ZE:10JAR2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": -2,
"time": "1775533422"
},
"departure": {
"delay": -2,
"time": "1775533438"
},
"stopId": "FR:50129:ZE:10CUR2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 10,
"time": "1775534498"
},
"departure": {
"delay": 10,
"time": "1775534530"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": -135,
"time": "1775534805"
},
"stopId": "FR:50129:ZE:10SHU2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": -27,
"time": "1775534104"
},
"departure": {
"delay": -27,
"time": "1775534133"
},
"stopId": "FR:50129:ZE:10ODR2:ATOUMOD035",
"stopSequence": 17
}
],
"timestamp": "1775560073",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:04:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3747834x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745148x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 137,
"time": "1775557536"
},
"departure": {
"delay": 137,
"time": "1775557577"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": -53,
"time": "1775558398"
},
"departure": {
"delay": -53,
"time": "1775558407"
},
"stopId": "FR:50129:ZE:10BQR1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 151,
"time": "1775557818"
},
"departure": {
"delay": 151,
"time": "1775557831"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 175,
"time": "1775557748"
},
"departure": {
"delay": 175,
"time": "1775557795"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 5,
"time": "1775558454"
},
"departure": {
"delay": 5,
"time": "1775558525"
},
"stopId": "FR:50129:ZE:10ANJ5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 176,
"time": "1775557871"
},
"departure": {
"delay": 176,
"time": "1775557916"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 3,
"time": "1775558309"
},
"departure": {
"delay": 3,
"time": "1775558343"
},
"stopId": "FR:50129:ZE:10BRA3:ATOUMOD035",
"stopSequence": 12
},
{
"departure": {
"delay": 162,
"time": "1775557362"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 147,
"time": "1775558028"
},
"departure": {
"delay": 147,
"time": "1775558067"
},
"stopId": "FR:50129:ZE:10CRC3:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 38,
"time": "1775558548"
},
"departure": {
"delay": 38,
"time": "1775558618"
},
"stopId": "FR:50129:ZE:10PRV1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 37,
"time": "1775558642"
},
"departure": {
"delay": 37,
"time": "1775558677"
},
"stopId": "FR:50129:ZE:10OLY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": -95,
"time": "1775558845"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 74,
"time": "1775558192"
},
"departure": {
"delay": 74,
"time": "1775558234"
},
"stopId": "FR:50129:ZE:10PFO1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 5,
"time": "1775558696"
},
"departure": {
"delay": 5,
"time": "1775558705"
},
"stopId": "FR:50129:ZE:10EGL1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 112,
"time": "1775557424"
},
"departure": {
"delay": 112,
"time": "1775557492"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 141,
"time": "1775557643"
},
"departure": {
"delay": 141,
"time": "1775557701"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 115,
"time": "1775558106"
},
"departure": {
"delay": 115,
"time": "1775558155"
},
"stopId": "FR:50129:ZE:10FOR3:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": -26,
"time": "1775558720"
},
"departure": {
"delay": -26,
"time": "1775558734"
},
"stopId": "FR:50129:ZE:10AMO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 8,
"time": "1775558278"
},
"departure": {
"delay": 8,
"time": "1775558288"
},
"stopId": "FR:50129:ZE:10RTU1:ATOUMOD035",
"stopSequence": 11
}
],
"timestamp": "1775560076",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1B:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745148x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx2886:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 95,
"time": "1775559490"
},
"departure": {
"delay": 95,
"time": "1775559515"
},
"stopId": "FR:76681:ZE:TCARxJUILL0:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 115,
"time": "1775558470"
},
"departure": {
"delay": 115,
"time": "1775558515"
},
"stopId": "FR:76540:ZE:TCARxGAREV0:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 75,
"time": "1775558871"
},
"departure": {
"delay": 75,
"time": "1775558895"
},
"stopId": "FR:76540:ZE:TCARxSTSEV0:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 90,
"time": "1775559614"
},
"departure": {
"delay": 90,
"time": "1775559630"
},
"stopId": "FR:76681:ZE:TCARxJEZAY0:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 172,
"time": "1775560072"
},
"departure": {
"delay": 172,
"time": "1775560072"
},
"stopId": "FR:76575:ZE:TCARxBASTI0:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": 75,
"time": "1775559001"
},
"departure": {
"delay": 75,
"time": "1775559015"
},
"stopId": "FR:76540:ZE:TCARxEUROP0:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 215,
"time": "1775560355"
},
"stopId": "FR:76575:ZE:TCARxUNIV20:ATOUMOD001",
"stopSequence": 31
},
{
"arrival": {
"delay": 135,
"time": "1775559699"
},
"departure": {
"delay": 135,
"time": "1775559735"
},
"stopId": "FR:76681:ZE:TCARxFAMIL0:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 175,
"time": "1775559269"
},
"departure": {
"delay": 175,
"time": "1775559295"
},
"stopId": "FR:76681:ZE:TCARxGARIB0:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 155,
"time": "1775558769"
},
"departure": {
"delay": 155,
"time": "1775558795"
},
"stopId": "FR:76540:ZE:TCARxJOFFR0:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 155,
"time": "1775559796"
},
"departure": {
"delay": 155,
"time": "1775559815"
},
"stopId": "FR:76575:ZE:TCARxCOURS0:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 95,
"time": "1775558583"
},
"departure": {
"delay": 95,
"time": "1775558615"
},
"stopId": "FR:76540:ZE:TCARxJUSTI0:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 70,
"time": "1775558385"
},
"departure": {
"delay": 70,
"time": "1775558410"
},
"stopId": "FR:76540:ZE:TCARxBEAUV0:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 215,
"time": "1775559897"
},
"departure": {
"delay": 215,
"time": "1775559935"
},
"stopId": "FR:76575:ZE:TCARxRENAN0:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 115,
"time": "1775559090"
},
"departure": {
"delay": 115,
"time": "1775559115"
},
"stopId": "FR:76540:ZE:TCARxBALZA0:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 98,
"time": "1775558659"
},
"departure": {
"delay": 98,
"time": "1775558678"
},
"stopId": "FR:76540:ZE:TCARxTARTS0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 95,
"time": "1775559379"
},
"departure": {
"delay": 95,
"time": "1775559395"
},
"stopId": "FR:76681:ZE:TCARxSOTTE0:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 155,
"time": "1775559182"
},
"departure": {
"delay": 155,
"time": "1775559215"
},
"stopId": "FR:76681:ZE:TCARxVOLTA0:ATOUMOD001",
"stopSequence": 21
}
],
"timestamp": "1775558416",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx90:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx2886:LOC"
}
}
},
{
"id": "SM:ATOUMOD008:ServiceJourney:9881x0:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 660,
"time": "1775545980"
},
"departure": {
"delay": 660,
"time": "1775545980"
},
"stopId": "FR:76259:ZE:FECSMAG2:ATOUMOD008",
"stopSequence": 14
},
{
"arrival": {
"delay": 660,
"time": "1775545860"
},
"departure": {
"delay": 660,
"time": "1775545860"
},
"stopId": "FR:76259:ZE:FECJLOR2:ATOUMOD008",
"stopSequence": 12
},
{
"arrival": {
"delay": 660,
"time": "1775545260"
},
"departure": {
"delay": 660,
"time": "1775545260"
},
"stopId": "FR:76259:ZE:FECTASS1:ATOUMOD008",
"stopSequence": 5
},
{
"arrival": {
"delay": 660,
"time": "1775545140"
},
"departure": {
"delay": 660,
"time": "1775545140"
},
"stopId": "FR:76259:ZE:FECCSCO1:ATOUMOD008",
"stopSequence": 3
},
{
"arrival": {
"delay": 660,
"time": "1775545020"
},
"departure": {
"delay": 660,
"time": "1775545020"
},
"stopId": "FR:76259:ZE:FECJVER1:ATOUMOD008",
"stopSequence": 2
},
{
"arrival": {
"delay": 660,
"time": "1775545440"
},
"departure": {
"delay": 660,
"time": "1775545440"
},
"stopId": "FR:76259:ZE:FECHVIL1:ATOUMOD008",
"stopSequence": 7
},
{
"arrival": {
"delay": 660,
"time": "1775545500"
},
"departure": {
"delay": 660,
"time": "1775545500"
},
"stopId": "FR:76259:ZE:FECBREP1:ATOUMOD008",
"stopSequence": 8
},
{
"arrival": {
"delay": 660,
"time": "1775545800"
},
"departure": {
"delay": 660,
"time": "1775545800"
},
"stopId": "FR:76259:ZE:FECOTOU1:ATOUMOD008",
"stopSequence": 11
},
{
"arrival": {
"delay": 660,
"time": "1775545320"
},
"departure": {
"delay": 660,
"time": "1775545320"
},
"stopId": "FR:76259:ZE:FECSLEG1:ATOUMOD008",
"stopSequence": 6
},
{
"arrival": {
"delay": 660,
"time": "1775546100"
},
"departure": {
"delay": 660,
"time": "1775546100"
},
"stopId": "FR:76259:ZE:FECSENE2:ATOUMOD008",
"stopSequence": 15
},
{
"arrival": {
"delay": 660,
"time": "1775546280"
},
"stopId": "FR:76259:ZE:FECSNIC1:ATOUMOD008",
"stopSequence": 17
},
{
"arrival": {
"delay": 660,
"time": "1775545560"
},
"departure": {
"delay": 660,
"time": "1775545560"
},
"stopId": "FR:76259:ZE:FECGARE1:ATOUMOD008",
"stopSequence": 9
},
{
"arrival": {
"delay": 660,
"time": "1775546160"
},
"departure": {
"delay": 660,
"time": "1775546160"
},
"stopId": "FR:76259:ZE:FECFOUR2:ATOUMOD008",
"stopSequence": 16
},
{
"arrival": {
"delay": 660,
"time": "1775545920"
},
"departure": {
"delay": 660,
"time": "1775545920"
},
"stopId": "FR:76259:ZE:FECSMOR2:ATOUMOD008",
"stopSequence": 13
},
{
"departure": {
"time": "1775544300"
},
"stopId": "FR:76259:ZE:FECHOPI1:ATOUMOD008",
"stopSequence": 1
},
{
"arrival": {
"delay": 660,
"time": "1775545680"
},
"departure": {
"delay": 660,
"time": "1775545680"
},
"stopId": "FR:76259:ZE:FECSETI1:ATOUMOD008",
"stopSequence": 10
},
{
"arrival": {
"delay": 660,
"time": "1775545200"
},
"departure": {
"delay": 660,
"time": "1775545200"
},
"stopId": "FR:76259:ZE:PARCLOI1:ATOUMOD008",
"stopSequence": 4
}
],
"timestamp": "1775544297",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD008:Line:L3:LOC",
"tripId": "ATOUMOD008:ServiceJourney:9881x0:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx15724:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 9448,
"time": "1775559748"
},
"departure": {
"delay": 9448,
"time": "1775559748"
},
"stopId": "FR:76108:ZE:TCARxVERTC0:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 9404,
"time": "1775559884"
},
"departure": {
"delay": 9404,
"time": "1775559884"
},
"stopId": "FR:76451:ZE:TCARxRRENA0:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 9416,
"time": "1775559836"
},
"departure": {
"delay": 9416,
"time": "1775559836"
},
"stopId": "FR:76451:ZE:TCARxCPIER0:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 9436,
"time": "1775560876"
},
"departure": {
"delay": 9436,
"time": "1775560876"
},
"stopId": "FR:76540:ZE:TCARxFLAMA0:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 9391,
"time": "1775559511"
},
"departure": {
"delay": 9391,
"time": "1775559511"
},
"stopId": "FR:76108:ZE:TCARxPIERR1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 9420,
"time": "1775560740"
},
"departure": {
"delay": 9420,
"time": "1775560740"
},
"stopId": "FR:76540:ZE:TCARxRREPU0:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 9304,
"time": "1775559184"
},
"departure": {
"delay": 9304,
"time": "1775559184"
},
"stopId": "FR:76108:ZE:TCARxVERDU3:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 9319,
"time": "1775559259"
},
"departure": {
"delay": 9319,
"time": "1775559259"
},
"stopId": "FR:76108:ZE:TCARxHAMEL1:ATOUMOD001",
"stopSequence": 3
},
{
"departure": {
"delay": 9240,
"time": "1775559060"
},
"stopId": "FR:76108:ZE:TCARxVINCI:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 9452,
"time": "1775559812"
},
"departure": {
"delay": 9452,
"time": "1775559812"
},
"stopId": "FR:76108:ZE:TCARxVALLO0:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 9339,
"time": "1775559339"
},
"departure": {
"delay": 9339,
"time": "1775559339"
},
"stopId": "FR:76108:ZE:TCARxFORRE2:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 9440,
"time": "1775560280"
},
"departure": {
"delay": 9440,
"time": "1775560280"
},
"stopId": "FR:76540:ZE:TCARxSVER7:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 9409,
"time": "1775560009"
},
"departure": {
"delay": 9409,
"time": "1775560009"
},
"stopId": "FR:76540:ZE:TCARxOISEA0:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 9429,
"time": "1775559909"
},
"departure": {
"delay": 9429,
"time": "1775559909"
},
"stopId": "FR:76451:ZE:TCARxCOTTA0:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 9374,
"time": "1775559409"
},
"departure": {
"delay": 9374,
"time": "1775559434"
},
"stopId": "FR:76108:ZE:TCARxNOBLE1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 9450,
"time": "1775560050"
},
"departure": {
"delay": 9450,
"time": "1775560050"
},
"stopId": "FR:76540:ZE:TCARxFORTI0:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 9420,
"time": "1775560380"
},
"departure": {
"delay": 9420,
"time": "1775560380"
},
"stopId": "FR:76540:ZE:TCARxBARTS0:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 9420,
"time": "1775560920"
},
"departure": {
"delay": 9420,
"time": "1775560920"
},
"stopId": "FR:76540:ZE:TCARxMUFFA1:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 9420,
"time": "1775561100"
},
"stopId": "FR:76540:ZE:TCARxILACR:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 9420,
"time": "1775560620"
},
"departure": {
"delay": 9420,
"time": "1775560620"
},
"stopId": "FR:76540:ZE:TCARxHVR3:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 9419,
"time": "1775559539"
},
"departure": {
"delay": 9419,
"time": "1775559539"
},
"stopId": "FR:76108:ZE:TCARxAGRIC0:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 9426,
"time": "1775560686"
},
"departure": {
"delay": 9426,
"time": "1775560686"
},
"stopId": "FR:76540:ZE:TCARxSTNIC1:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 9436,
"time": "1775560096"
},
"departure": {
"delay": 9436,
"time": "1775560096"
},
"stopId": "FR:76540:ZE:TCARxMALAT0:ATOUMOD001",
"stopSequence": 16
}
],
"timestamp": "1775558685",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx11:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx15724:LOC"
}
}
},
{
"id": "SM:ATOUMOD005:ServiceJourney:119:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775540460"
},
"departure": {
"time": "1775540460"
},
"stopId": "FR:76217:ZE:18086:ATOUMOD005",
"stopSequence": 19
},
{
"arrival": {
"time": "1775539440"
},
"departure": {
"time": "1775539440"
},
"stopId": "FR:76217:ZE:18023:ATOUMOD005",
"stopSequence": 4
},
{
"arrival": {
"time": "1775541420"
},
"departure": {
"time": "1775541420"
},
"stopId": "FR:76217:ZE:18170:ATOUMOD005",
"stopSequence": 27
},
{
"arrival": {
"time": "1775539980"
},
"departure": {
"time": "1775539980"
},
"stopId": "FR:76217:ZE:18074:ATOUMOD005",
"stopSequence": 13
},
{
"departure": {
"delay": -1320,
"time": "1775537880"
},
"stopId": "FR:76217:ZE:18038:ATOUMOD005",
"stopSequence": 1
},
{
"arrival": {
"time": "1775541360"
},
"departure": {
"time": "1775541360"
},
"stopId": "FR:76217:ZE:18177:ATOUMOD005",
"stopSequence": 25
},
{
"arrival": {
"time": "1775540340"
},
"departure": {
"time": "1775540340"
},
"stopId": "FR:76217:ZE:18055:ATOUMOD005",
"stopSequence": 18
},
{
"arrival": {
"time": "1775540880"
},
"departure": {
"time": "1775540880"
},
"stopId": "FR:76217:ZE:18106:ATOUMOD005",
"stopSequence": 21
},
{
"arrival": {
"time": "1775539680"
},
"departure": {
"time": "1775539680"
},
"stopId": "FR:76217:ZE:18051:ATOUMOD005",
"stopSequence": 9
},
{
"arrival": {
"time": "1775540100"
},
"departure": {
"time": "1775540100"
},
"stopId": "FR:76217:ZE:18786:ATOUMOD005",
"stopSequence": 15
},
{
"arrival": {
"time": "1775540820"
},
"departure": {
"time": "1775540820"
},
"stopId": "FR:76217:ZE:18076:ATOUMOD005",
"stopSequence": 20
},
{
"arrival": {
"time": "1775541600"
},
"departure": {
"time": "1775541600"
},
"stopId": "FR:76217:ZE:18186:ATOUMOD005",
"stopSequence": 29
},
{
"arrival": {
"time": "1775539260"
},
"departure": {
"time": "1775539260"
},
"stopId": "FR:76217:ZE:18101:ATOUMOD005",
"stopSequence": 2
},
{
"arrival": {
"delay": 5,
"time": "1775539625"
},
"departure": {
"delay": 5,
"time": "1775539625"
},
"stopId": "FR:76217:ZE:18801:ATOUMOD005",
"stopSequence": 8
},
{
"arrival": {
"time": "1775539920"
},
"departure": {
"time": "1775539920"
},
"stopId": "FR:76217:ZE:18021:ATOUMOD005",
"stopSequence": 12
},
{
"arrival": {
"time": "1775541780"
},
"departure": {
"time": "1775541780"
},
"stopId": "FR:76217:ZE:18174:ATOUMOD005",
"stopSequence": 32
},
{
"arrival": {
"time": "1775541660"
},
"departure": {
"time": "1775541660"
},
"stopId": "FR:76217:ZE:18184:ATOUMOD005",
"stopSequence": 30
},
{
"arrival": {
"delay": 5,
"time": "1775541365"
},
"departure": {
"delay": 5,
"time": "1775541365"
},
"stopId": "FR:76217:ZE:18197:ATOUMOD005",
"stopSequence": 26
},
{
"arrival": {
"time": "1775539620"
},
"departure": {
"time": "1775539620"
},
"stopId": "FR:76217:ZE:18441:ATOUMOD005",
"stopSequence": 7
},
{
"arrival": {
"time": "1775539560"
},
"departure": {
"time": "1775539560"
},
"stopId": "FR:76217:ZE:18323:ATOUMOD005",
"stopSequence": 5
},
{
"arrival": {
"time": "1775541180"
},
"departure": {
"time": "1775541180"
},
"stopId": "FR:76414:ZE:18132:ATOUMOD005",
"stopSequence": 24
},
{
"arrival": {
"time": "1775540040"
},
"departure": {
"time": "1775540040"
},
"stopId": "FR:76217:ZE:18045:ATOUMOD005",
"stopSequence": 14
},
{
"arrival": {
"time": "1775541720"
},
"departure": {
"time": "1775541720"
},
"stopId": "FR:76217:ZE:18205:ATOUMOD005",
"stopSequence": 31
},
{
"arrival": {
"delay": 5,
"time": "1775539565"
},
"departure": {
"delay": 5,
"time": "1775539565"
},
"stopId": "FR:76217:ZE:18090:ATOUMOD005",
"stopSequence": 6
},
{
"arrival": {
"time": "1775541120"
},
"departure": {
"time": "1775541120"
},
"stopId": "FR:76545:ZE:18026:ATOUMOD005",
"stopSequence": 23
},
{
"arrival": {
"time": "1775540220"
},
"departure": {
"time": "1775540220"
},
"stopId": "FR:76217:ZE:18029:ATOUMOD005",
"stopSequence": 16
},
{
"arrival": {
"time": "1775539740"
},
"departure": {
"time": "1775539740"
},
"stopId": "FR:76217:ZE:18092:ATOUMOD005",
"stopSequence": 10
},
{
"arrival": {
"time": "1775541060"
},
"departure": {
"time": "1775541060"
},
"stopId": "FR:76217:ZE:18058:ATOUMOD005",
"stopSequence": 22
},
{
"arrival": {
"delay": 5,
"time": "1775539265"
},
"departure": {
"delay": 5,
"time": "1775539265"
},
"stopId": "FR:76217:ZE:18321:ATOUMOD005",
"stopSequence": 3
},
{
"arrival": {
"time": "1775540280"
},
"departure": {
"time": "1775540280"
},
"stopId": "FR:76217:ZE:18060:ATOUMOD005",
"stopSequence": 17
},
{
"arrival": {
"time": "1775541960"
},
"stopId": "FR:76217:ZE:18282:ATOUMOD005",
"stopSequence": 34
},
{
"arrival": {
"time": "1775541900"
},
"departure": {
"time": "1775541900"
},
"stopId": "FR:76217:ZE:18181:ATOUMOD005",
"stopSequence": 33
},
{
"arrival": {
"time": "1775541480"
},
"departure": {
"time": "1775541480"
},
"stopId": "FR:76217:ZE:18166:ATOUMOD005",
"stopSequence": 28
},
{
"arrival": {
"time": "1775539860"
},
"departure": {
"time": "1775539860"
},
"stopId": "FR:76217:ZE:18068:ATOUMOD005",
"stopSequence": 11
}
],
"timestamp": "1775539036",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD005:Line:2:LOC",
"tripId": "ATOUMOD005:ServiceJourney:119:LOC"
}
}
},
{
"id": "SM:ATOUMOD012:ServiceJourney:100000338:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 349,
"time": "1775561269"
},
"departure": {
"delay": 349,
"time": "1775561269"
},
"stopId": "FR:76610:ZE:SAINTExMARIExD2:ATOUMOD012",
"stopSequence": 11
},
{
"arrival": {
"delay": 349,
"time": "1775560489"
},
"departure": {
"delay": 349,
"time": "1775560489"
},
"stopId": "FR:76758:ZE:YVETOTxxxMairi1:ATOUMOD012",
"stopSequence": 3
},
{
"arrival": {
"delay": 349,
"time": "1775561389"
},
"departure": {
"delay": 349,
"time": "1775561389"
},
"stopId": "FR:76610:ZE:SAINTExMARIExD1:ATOUMOD012",
"stopSequence": 13
},
{
"arrival": {
"delay": 349,
"time": "1775561149"
},
"departure": {
"delay": 349,
"time": "1775561149"
},
"stopId": "FR:76610:ZE:SAINTExMARIExDE:ATOUMOD012",
"stopSequence": 10
},
{
"arrival": {
"delay": 349,
"time": "1775560969"
},
"departure": {
"delay": 349,
"time": "1775560969"
},
"stopId": "FR:76758:ZE:YVETOTxxxAvenu1:ATOUMOD012",
"stopSequence": 8
},
{
"arrival": {
"delay": 349,
"time": "1775560789"
},
"departure": {
"delay": 349,
"time": "1775560789"
},
"stopId": "FR:76758:ZE:YVETOTxxxPierre:ATOUMOD012",
"stopSequence": 5
},
{
"arrival": {
"delay": 349,
"time": "1775561089"
},
"departure": {
"delay": 349,
"time": "1775561089"
},
"stopId": "FR:76758:ZE:YVETOTxxxCentre:ATOUMOD012",
"stopSequence": 9
},
{
"arrival": {
"delay": 349,
"time": "1775560729"
},
"departure": {
"delay": 349,
"time": "1775560729"
},
"stopId": "FR:76758:ZE:YVETOTxxxSalle:ATOUMOD012",
"stopSequence": 4
},
{
"arrival": {
"delay": 349,
"time": "1775560189"
},
"departure": {
"delay": 349,
"time": "1775560189"
},
"stopId": "FR:76758:ZE:YVETOTxxxJeanxX:ATOUMOD012",
"stopSequence": 2
},
{
"arrival": {
"delay": 349,
"time": "1775561509"
},
"departure": {
"delay": 349,
"time": "1775561509"
},
"stopId": "FR:76610:ZE:SAINTExMARIExD6:ATOUMOD012",
"stopSequence": 15
},
{
"arrival": {
"delay": 349,
"time": "1775560849"
},
"departure": {
"delay": 349,
"time": "1775560849"
},
"stopId": "FR:76758:ZE:YVETOTxxxAlbert:ATOUMOD012",
"stopSequence": 7
},
{
"arrival": {
"delay": 349,
"time": "1775561449"
},
"departure": {
"delay": 349,
"time": "1775561449"
},
"stopId": "FR:76610:ZE:SAINTExMARIExD5:ATOUMOD012",
"stopSequence": 14
},
{
"arrival": {
"delay": 349,
"time": "1775561569"
},
"stopId": "FR:76610:ZE:SAINTExMARIExD4:ATOUMOD012",
"stopSequence": 16
}
],
"timestamp": "1775560080",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD012:Line:1:LOC",
"tripId": "ATOUMOD012:ServiceJourney:100000338:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4267982x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 162,
"time": "1775558682"
},
"departure": {
"delay": 162,
"time": "1775558682"
},
"stopId": "FR:76481:ZE:3843:ATOUMOD003",
"stopSequence": 31
},
{
"arrival": {
"delay": 125,
"time": "1775559125"
},
"departure": {
"delay": 125,
"time": "1775559125"
},
"stopId": "FR:76481:ZE:3830:ATOUMOD003",
"stopSequence": 38
},
{
"arrival": {
"delay": 128,
"time": "1775558468"
},
"departure": {
"delay": 128,
"time": "1775558468"
},
"stopId": "FR:76270:ZE:4089:ATOUMOD003",
"stopSequence": 28
},
{
"arrival": {
"delay": 150,
"time": "1775558910"
},
"departure": {
"delay": 150,
"time": "1775558910"
},
"stopId": "FR:76481:ZE:3474:ATOUMOD003",
"stopSequence": 35
},
{
"arrival": {
"delay": 134,
"time": "1775558534"
},
"departure": {
"delay": 134,
"time": "1775558534"
},
"stopId": "FR:76270:ZE:4087:ATOUMOD003",
"stopSequence": 29
},
{
"arrival": {
"delay": 117,
"time": "1775558997"
},
"departure": {
"delay": 117,
"time": "1775558997"
},
"stopId": "FR:76481:ZE:3826:ATOUMOD003",
"stopSequence": 36
},
{
"arrival": {
"delay": 109,
"time": "1775558809"
},
"departure": {
"delay": 109,
"time": "1775558809"
},
"stopId": "FR:76481:ZE:4820:ATOUMOD003",
"stopSequence": 34
},
{
"departure": {
"delay": 152,
"time": "1775558312"
},
"stopId": "FR:76270:ZE:4507:ATOUMOD003",
"stopSequence": 26
},
{
"arrival": {
"delay": 111,
"time": "1775559051"
},
"departure": {
"delay": 111,
"time": "1775559051"
},
"stopId": "FR:76481:ZE:3822:ATOUMOD003",
"stopSequence": 37
},
{
"arrival": {
"delay": 168,
"time": "1775558748"
},
"departure": {
"delay": 168,
"time": "1775558748"
},
"stopId": "FR:76481:ZE:4138:ATOUMOD003",
"stopSequence": 32
},
{
"arrival": {
"delay": 134,
"time": "1775558774"
},
"departure": {
"delay": 134,
"time": "1775558774"
},
"stopId": "FR:76481:ZE:3828:ATOUMOD003",
"stopSequence": 33
},
{
"arrival": {
"delay": 109,
"time": "1775559169"
},
"stopId": "FR:76481:ZE:5095:ATOUMOD003",
"stopSequence": 39
},
{
"arrival": {
"delay": 113,
"time": "1775558633"
},
"departure": {
"delay": 113,
"time": "1775558633"
},
"stopId": "FR:76481:ZE:4337:ATOUMOD003",
"stopSequence": 30
},
{
"arrival": {
"delay": 109,
"time": "1775558389"
},
"departure": {
"delay": 109,
"time": "1775558389"
},
"stopId": "FR:76270:ZE:3336:ATOUMOD003",
"stopSequence": 27
}
],
"timestamp": "1775558399",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:14:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4267982x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4071970x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 68,
"time": "1775560268"
},
"departure": {
"delay": 68,
"time": "1775560268"
},
"stopId": "FR:76351:ZE:3280:ATOUMOD003",
"stopSequence": 20
},
{
"departure": {
"delay": 108,
"time": "1775559948"
},
"stopId": "FR:76351:ZE:3254:ATOUMOD003",
"stopSequence": 16
},
{
"departure": {
"delay": 49,
"time": "1775560069"
},
"stopId": "FR:76351:ZE:4582:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 49,
"time": "1775560789"
},
"stopId": "FR:76351:ZE:4544:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": 49,
"time": "1775560549"
},
"departure": {
"delay": 49,
"time": "1775560549"
},
"stopId": "FR:76351:ZE:3793:ATOUMOD003",
"stopSequence": 23
},
{
"departure": {
"delay": 57,
"time": "1775560017"
},
"stopId": "FR:76351:ZE:3694:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": 108,
"time": "1775560428"
},
"departure": {
"delay": 108,
"time": "1775560428"
},
"stopId": "FR:76351:ZE:3177:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": 49,
"time": "1775560189"
},
"departure": {
"delay": 49,
"time": "1775560189"
},
"stopId": "FR:76351:ZE:4640:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": 104,
"time": "1775560364"
},
"departure": {
"delay": 104,
"time": "1775560364"
},
"stopId": "FR:76351:ZE:3281:ATOUMOD003",
"stopSequence": 21
}
],
"timestamp": "1775560069",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C4:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4071970x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745738x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 20,
"time": "1775560160"
},
"departure": {
"delay": 20,
"time": "1775560160"
},
"stopId": "FR:50129:ZE:10XCT4:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 20,
"time": "1775562380"
},
"stopId": "FR:50129:ZE:10AMF1:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 20,
"time": "1775562200"
},
"departure": {
"delay": 20,
"time": "1775562200"
},
"stopId": "FR:50129:ZE:10HET2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 20,
"time": "1775561300"
},
"departure": {
"delay": 20,
"time": "1775561300"
},
"stopId": "FR:50129:ZE:10REP4:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 23,
"time": "1775559541"
},
"departure": {
"delay": 23,
"time": "1775559563"
},
"stopId": "FR:50129:ZE:10FLO2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 20,
"time": "1775561960"
},
"departure": {
"delay": 20,
"time": "1775561960"
},
"stopId": "FR:50129:ZE:10EPC2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": -27,
"time": "1775559617"
},
"departure": {
"delay": -27,
"time": "1775559633"
},
"stopId": "FR:50129:ZE:10LPL2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 20,
"time": "1775560280"
},
"departure": {
"delay": 20,
"time": "1775560280"
},
"stopId": "FR:50129:ZE:10HPA4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 20,
"time": "1775560700"
},
"departure": {
"delay": 20,
"time": "1775560700"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 20,
"time": "1775562320"
},
"departure": {
"delay": 20,
"time": "1775562320"
},
"stopId": "FR:50129:ZE:10MES2:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 20,
"time": "1775561360"
},
"departure": {
"delay": 20,
"time": "1775561360"
},
"stopId": "FR:50129:ZE:10TRA3:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 21,
"time": "1775561421"
},
"departure": {
"delay": 21,
"time": "1775561421"
},
"stopId": "FR:50129:ZE:10CMI2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 20,
"time": "1775560940"
},
"departure": {
"delay": 20,
"time": "1775560940"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 35,
"time": "1775559705"
},
"departure": {
"delay": 35,
"time": "1775559815"
},
"stopId": "FR:50129:ZE:10NOR6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 20,
"time": "1775562080"
},
"departure": {
"delay": 20,
"time": "1775562080"
},
"stopId": "FR:50129:ZE:10PAU2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 48,
"time": "1775559862"
},
"departure": {
"delay": 48,
"time": "1775559948"
},
"stopId": "FR:50129:ZE:10MED4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 20,
"time": "1775561720"
},
"departure": {
"delay": 20,
"time": "1775561720"
},
"stopId": "FR:50129:ZE:10HME2:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 20,
"time": "1775560520"
},
"departure": {
"delay": 20,
"time": "1775560520"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 20,
"time": "1775562260"
},
"departure": {
"delay": 20,
"time": "1775562260"
},
"stopId": "FR:50129:ZE:10MOR2:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 20,
"time": "1775562020"
},
"departure": {
"delay": 20,
"time": "1775562020"
},
"stopId": "FR:50129:ZE:10EPH1:ATOUMOD035",
"stopSequence": 31
},
{
"departure": {
"delay": 7,
"time": "1775559487"
},
"stopId": "FR:50129:ZE:10ECT1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 20,
"time": "1775561480"
},
"departure": {
"delay": 20,
"time": "1775561480"
},
"stopId": "FR:50129:ZE:10ANN2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 20,
"time": "1775561780"
},
"departure": {
"delay": 20,
"time": "1775561780"
},
"stopId": "FR:50129:ZE:10PET2:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 20,
"time": "1775560400"
},
"departure": {
"delay": 20,
"time": "1775560400"
},
"stopId": "FR:50129:ZE:10CRN2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 20,
"time": "1775561060"
},
"departure": {
"delay": 20,
"time": "1775561060"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 20,
"time": "1775561000"
},
"departure": {
"delay": 20,
"time": "1775561000"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 20,
"time": "1775561900"
},
"departure": {
"delay": 20,
"time": "1775561900"
},
"stopId": "FR:50129:ZE:10DIX2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 20,
"time": "1775561180"
},
"departure": {
"delay": 20,
"time": "1775561180"
},
"stopId": "FR:50129:ZE:10HDI4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 20,
"time": "1775560100"
},
"departure": {
"delay": 20,
"time": "1775560100"
},
"stopId": "FR:50129:ZE:10GRR2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 20,
"time": "1775561600"
},
"departure": {
"delay": 20,
"time": "1775561600"
},
"stopId": "FR:50129:ZE:10CAQ2:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 20,
"time": "1775562140"
},
"departure": {
"delay": 20,
"time": "1775562140"
},
"stopId": "FR:50129:ZE:10TLL2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 20,
"time": "1775561420"
},
"departure": {
"delay": 20,
"time": "1775561420"
},
"stopId": "FR:50129:ZE:10PAX2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 20,
"time": "1775560880"
},
"departure": {
"delay": 20,
"time": "1775560880"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 20,
"time": "1775560760"
},
"departure": {
"delay": 20,
"time": "1775560760"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 67,
"time": "1775559995"
},
"departure": {
"delay": 67,
"time": "1775560027"
},
"stopId": "FR:50129:ZE:10BAG4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": -41,
"time": "1775559664"
},
"departure": {
"delay": -41,
"time": "1775559679"
},
"stopId": "FR:50129:ZE:10GDR2:ATOUMOD035",
"stopSequence": 5
}
],
"timestamp": "1775560077",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:02:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745738x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746210x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 92,
"time": "1775543340"
},
"departure": {
"delay": 92,
"time": "1775543372"
},
"stopId": "FR:50129:ZE:10JMO2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 200,
"time": "1775544215"
},
"departure": {
"delay": 200,
"time": "1775544260"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 26,
"time": "1775542773"
},
"departure": {
"delay": 26,
"time": "1775542826"
},
"stopId": "FR:50129:ZE:10MGT2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 203,
"time": "1775543501"
},
"departure": {
"delay": 203,
"time": "1775543603"
},
"stopId": "FR:50129:ZE:10BHC2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 102,
"time": "1775543293"
},
"departure": {
"delay": 102,
"time": "1775543322"
},
"stopId": "FR:50129:ZE:10LLM2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 58,
"time": "1775543082"
},
"departure": {
"delay": 58,
"time": "1775543098"
},
"stopId": "FR:50129:ZE:10ART2:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 91,
"time": "1775543040"
},
"departure": {
"delay": 91,
"time": "1775543071"
},
"stopId": "FR:50129:ZE:10ZPH2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 219,
"time": "1775543644"
},
"departure": {
"delay": 219,
"time": "1775543679"
},
"stopId": "FR:50129:ZE:10LCP2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 246,
"time": "1775546032"
},
"departure": {
"delay": 246,
"time": "1775546046"
},
"stopId": "FR:50129:ZE:10SFG2:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"delay": 165,
"time": "1775543395"
},
"departure": {
"delay": 165,
"time": "1775543445"
},
"stopId": "FR:50129:ZE:10LUM2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 291,
"time": "1775545657"
},
"departure": {
"delay": 291,
"time": "1775545671"
},
"stopId": "FR:50129:ZE:10BRT2:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"delay": 221,
"time": "1775543763"
},
"departure": {
"delay": 221,
"time": "1775543801"
},
"stopId": "FR:50129:ZE:10THH4:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 351,
"time": "1775545033"
},
"departure": {
"delay": 351,
"time": "1775545071"
},
"stopId": "FR:50129:ZE:10HOM2:ATOUMOD035",
"stopSequence": 31
},
{
"departure": {
"delay": -5,
"time": "1775542435"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 271,
"time": "1775544756"
},
"departure": {
"delay": 271,
"time": "1775544811"
},
"stopId": "FR:50129:ZE:10TRA6:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 23,
"time": "1775542489"
},
"departure": {
"delay": 23,
"time": "1775542523"
},
"stopId": "FR:50129:ZE:10JGO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 257,
"time": "1775544560"
},
"departure": {
"delay": 257,
"time": "1775544617"
},
"stopId": "FR:50129:ZE:10HDI4:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 333,
"time": "1775545297"
},
"departure": {
"delay": 333,
"time": "1775545353"
},
"stopId": "FR:50129:ZE:10ZOL2:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 340,
"time": "1775545459"
},
"departure": {
"delay": 340,
"time": "1775545480"
},
"stopId": "FR:50129:ZE:10BHE2:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 313,
"time": "1775545200"
},
"departure": {
"delay": 313,
"time": "1775545213"
},
"stopId": "FR:50129:ZE:10DUB2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 265,
"time": "1775545691"
},
"departure": {
"delay": 265,
"time": "1775545705"
},
"stopId": "FR:50129:ZE:10HOU2:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": 92,
"time": "1775542987"
},
"departure": {
"delay": 92,
"time": "1775543012"
},
"stopId": "FR:50129:ZE:10JEA2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 319,
"time": "1775545143"
},
"departure": {
"delay": 319,
"time": "1775545159"
},
"stopId": "FR:50129:ZE:10LAV2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 245,
"time": "1775545726"
},
"departure": {
"delay": 245,
"time": "1775545745"
},
"stopId": "FR:50129:ZE:10CAR2:ATOUMOD035",
"stopSequence": 44
},
{
"arrival": {
"delay": 256,
"time": "1775546077"
},
"departure": {
"delay": 256,
"time": "1775546116"
},
"stopId": "FR:50129:ZE:10EPH1:ATOUMOD035",
"stopSequence": 49
},
{
"arrival": {
"delay": 97,
"time": "1775543222"
},
"departure": {
"delay": 97,
"time": "1775543257"
},
"stopId": "FR:50129:ZE:10BRO2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 20,
"time": "1775542665"
},
"departure": {
"delay": 20,
"time": "1775542700"
},
"stopId": "FR:50129:ZE:10CVE2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 385,
"time": "1775545511"
},
"departure": {
"delay": 385,
"time": "1775545525"
},
"stopId": "FR:50129:ZE:10CPL2:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"delay": 181,
"time": "1775543871"
},
"departure": {
"delay": 181,
"time": "1775543881"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 22,
"time": "1775542608"
},
"departure": {
"delay": 22,
"time": "1775542642"
},
"stopId": "FR:50129:ZE:10COS2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 2,
"time": "1775542712"
},
"departure": {
"delay": 2,
"time": "1775542742"
},
"stopId": "FR:50129:ZE:10RSX2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 331,
"time": "1775545642"
},
"departure": {
"delay": 331,
"time": "1775545651"
},
"stopId": "FR:50129:ZE:10BON2:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": 365,
"time": "1775545553"
},
"departure": {
"delay": 365,
"time": "1775545565"
},
"stopId": "FR:50129:ZE:10PRE2:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": 225,
"time": "1775544143"
},
"departure": {
"delay": 225,
"time": "1775544165"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 331,
"time": "1775545577"
},
"departure": {
"delay": 331,
"time": "1775545591"
},
"stopId": "FR:50129:ZE:10ARA2:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"delay": 251,
"time": "1775545858"
},
"departure": {
"delay": 251,
"time": "1775545871"
},
"stopId": "FR:50129:ZE:10ALB2:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"delay": 244,
"time": "1775546164"
},
"stopId": "FR:50129:ZE:10MAX1:ATOUMOD035",
"stopSequence": 50
},
{
"arrival": {
"delay": 357,
"time": "1775545402"
},
"departure": {
"delay": 357,
"time": "1775545437"
},
"stopId": "FR:50129:ZE:10LON2:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 245,
"time": "1775544671"
},
"departure": {
"delay": 245,
"time": "1775544725"
},
"stopId": "FR:50129:ZE:10REP4:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 326,
"time": "1775545095"
},
"departure": {
"delay": 326,
"time": "1775545106"
},
"stopId": "FR:50129:ZE:10AGO2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 259,
"time": "1775544461"
},
"departure": {
"delay": 259,
"time": "1775544499"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 77,
"time": "1775542886"
},
"departure": {
"delay": 77,
"time": "1775542937"
},
"stopId": "FR:50129:ZE:10NOR4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 279,
"time": "1775545985"
},
"departure": {
"delay": 279,
"time": "1775546019"
},
"stopId": "FR:50129:ZE:10COF2:ATOUMOD035",
"stopSequence": 47
},
{
"arrival": {
"delay": 272,
"time": "1775545800"
},
"departure": {
"delay": 272,
"time": "1775545832"
},
"stopId": "FR:50129:ZE:10SFN2:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"delay": 327,
"time": "1775544974"
},
"departure": {
"delay": 327,
"time": "1775544987"
},
"stopId": "FR:50129:ZE:10BEL2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 212,
"time": "1775544351"
},
"departure": {
"delay": 212,
"time": "1775544392"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 207,
"time": "1775544312"
},
"departure": {
"delay": 207,
"time": "1775544327"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 207,
"time": "1775544023"
},
"departure": {
"delay": 207,
"time": "1775544087"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 306,
"time": "1775544869"
},
"departure": {
"delay": 306,
"time": "1775544906"
},
"stopId": "FR:50129:ZE:10HUI2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 72,
"time": "1775542841"
},
"departure": {
"delay": 72,
"time": "1775542872"
},
"stopId": "FR:50129:ZE:10MYO2:ATOUMOD035",
"stopSequence": 7
}
],
"timestamp": "1775560073",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746210x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx12943:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 6196,
"time": "1775559916"
},
"departure": {
"delay": 6196,
"time": "1775559916"
},
"stopId": "FR:76540:ZE:TCARxPARIS0:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 6215,
"time": "1775560355"
},
"departure": {
"delay": 6215,
"time": "1775560355"
},
"stopId": "FR:76103:ZE:TCARxBONSE0:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 6188,
"time": "1775560148"
},
"departure": {
"delay": 6188,
"time": "1775560148"
},
"stopId": "FR:76103:ZE:TCARxTHURI0:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 6233,
"time": "1775561333"
},
"departure": {
"delay": 6233,
"time": "1775561333"
},
"stopId": "FR:76475:ZE:TCARxGAREN1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 6215,
"time": "1775560895"
},
"departure": {
"delay": 6215,
"time": "1775560895"
},
"stopId": "FR:76429:ZE:TCARxMALOT2:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 6187,
"time": "1775561407"
},
"departure": {
"delay": 6187,
"time": "1775561407"
},
"stopId": "FR:76475:ZE:TCARxMALEC2:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 6204,
"time": "1775560464"
},
"departure": {
"delay": 6204,
"time": "1775560464"
},
"stopId": "FR:76103:ZE:TCARxNEUVE0:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 6212,
"time": "1775561012"
},
"departure": {
"delay": 6212,
"time": "1775561012"
},
"stopId": "FR:76475:ZE:TCARxVADAI0:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 6215,
"time": "1775561195"
},
"departure": {
"delay": 6215,
"time": "1775561195"
},
"stopId": "FR:76475:ZE:TCARxHVFRA0:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 6217,
"time": "1775559877"
},
"departure": {
"delay": 6217,
"time": "1775559877"
},
"stopId": "FR:76540:ZE:TCARxREPUQ0:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 6203,
"time": "1775560703"
},
"departure": {
"delay": 6203,
"time": "1775560703"
},
"stopId": "FR:76429:ZE:TCARxRTHIE0:ATOUMOD001",
"stopSequence": 15
},
{
"departure": {
"delay": 6152,
"time": "1775559752"
},
"stopId": "FR:76540:ZE:TCARxTART8:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 6201,
"time": "1775560401"
},
"departure": {
"delay": 6201,
"time": "1775560401"
},
"stopId": "FR:76103:ZE:TCARxCDLED0:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 6202,
"time": "1775560102"
},
"departure": {
"delay": 6202,
"time": "1775560102"
},
"stopId": "FR:76103:ZE:TCARxNOYER0:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 6094,
"time": "1775561554"
},
"stopId": "FR:76069:ZE:TCARxGALIL0:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 6212,
"time": "1775560652"
},
"departure": {
"delay": 6212,
"time": "1775560652"
},
"stopId": "FR:76429:ZE:TCARxRBELB0:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 6215,
"time": "1775560775"
},
"departure": {
"delay": 6215,
"time": "1775560775"
},
"stopId": "FR:76429:ZE:TCARxHUBER0:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 6213,
"time": "1775561253"
},
"departure": {
"delay": 6213,
"time": "1775561253"
},
"stopId": "FR:76475:ZE:TCARxCOTYR0:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 6210,
"time": "1775561490"
},
"departure": {
"delay": 6210,
"time": "1775561490"
},
"stopId": "FR:76475:ZE:TCARxISAAC1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 6168,
"time": "1775560008"
},
"departure": {
"delay": 6168,
"time": "1775560008"
},
"stopId": "FR:76540:ZE:TCARxPAUL20:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 6212,
"time": "1775561072"
},
"departure": {
"delay": 6212,
"time": "1775561072"
},
"stopId": "FR:76475:ZE:TCARxFERME0:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 6213,
"time": "1775560953"
},
"departure": {
"delay": 6213,
"time": "1775560953"
},
"stopId": "FR:76475:ZE:TCARxLOISI2:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 6192,
"time": "1775561112"
},
"departure": {
"delay": 6192,
"time": "1775561112"
},
"stopId": "FR:76475:ZE:TCARxCROCH0:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 6206,
"time": "1775560286"
},
"departure": {
"delay": 6206,
"time": "1775560286"
},
"stopId": "FR:76103:ZE:TCARxHCOTE0:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 6157,
"time": "1775560057"
},
"departure": {
"delay": 6157,
"time": "1775560057"
},
"stopId": "FR:76540:ZE:TCARxBASSE0:ATOUMOD001",
"stopSequence": 5
}
],
"timestamp": "1775559757",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx05:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx12943:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx11452:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": -24360,
"time": "1775561100"
},
"stopId": "FR:76681:ZE:TCARxHDVS1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": -24250,
"time": "1775561990"
},
"departure": {
"delay": -24250,
"time": "1775561990"
},
"stopId": "FR:76575:ZE:TCARxNODIE0:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": -24348,
"time": "1775561412"
},
"departure": {
"delay": -24348,
"time": "1775561412"
},
"stopId": "FR:76681:ZE:TCARxKERVI0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": -24300,
"time": "1775561940"
},
"departure": {
"delay": -24300,
"time": "1775561940"
},
"stopId": "FR:76575:ZE:TCARxLANGU0:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": -24260,
"time": "1775562040"
},
"departure": {
"delay": -24260,
"time": "1775562040"
},
"stopId": "FR:76575:ZE:TCARxPNAVA0:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": -24360,
"time": "1775561580"
},
"departure": {
"delay": -24360,
"time": "1775561580"
},
"stopId": "FR:76575:ZE:TCARxCOQLI0:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -24300,
"time": "1775562180"
},
"departure": {
"delay": -24300,
"time": "1775562180"
},
"stopId": "FR:76575:ZE:TCARxCHAPL0:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": -24206,
"time": "1775562334"
},
"departure": {
"delay": -24206,
"time": "1775562334"
},
"stopId": "FR:76484:ZE:TCARxPLBEL0:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": -24282,
"time": "1775562078"
},
"departure": {
"delay": -24282,
"time": "1775562078"
},
"stopId": "FR:76575:ZE:TCARxSLOGN0:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": -24306,
"time": "1775561454"
},
"departure": {
"delay": -24306,
"time": "1775561454"
},
"stopId": "FR:76681:ZE:TCARxCHROU0:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": -24313,
"time": "1775561507"
},
"departure": {
"delay": -24313,
"time": "1775561507"
},
"stopId": "FR:76575:ZE:TCARxSTYO20:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": -24255,
"time": "1775562225"
},
"departure": {
"delay": -24255,
"time": "1775562225"
},
"stopId": "FR:76484:ZE:TCARxCITEO0:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": -24258,
"time": "1775562282"
},
"departure": {
"delay": -24258,
"time": "1775562282"
},
"stopId": "FR:76484:ZE:TCARxVOSGE0:ATOUMOD001",
"stopSequence": 18
}
],
"timestamp": "1775559996",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx03:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx11452:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3748592x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 130,
"time": "1775560390"
},
"departure": {
"delay": 130,
"time": "1775560390"
},
"stopId": "FR:50129:ZE:10THH4:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 130,
"time": "1775560690"
},
"stopId": "FR:50129:ZE:10SHU1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 130,
"time": "1775560270"
},
"departure": {
"delay": 130,
"time": "1775560270"
},
"stopId": "FR:50129:ZE:10LCP2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 160,
"time": "1775559909"
},
"departure": {
"delay": 160,
"time": "1775559940"
},
"stopId": "FR:50129:ZE:10HAM1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 130,
"time": "1775560150"
},
"departure": {
"delay": 130,
"time": "1775560150"
},
"stopId": "FR:50129:ZE:10CDL2:ATOUMOD035",
"stopSequence": 14
},
{
"departure": {
"delay": 275,
"time": "1775559035"
},
"stopId": "FR:50129:ZE:10HxC1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 130,
"time": "1775560210"
},
"departure": {
"delay": 130,
"time": "1775560210"
},
"stopId": "FR:50129:ZE:10BHC2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 165,
"time": "1775559685"
},
"departure": {
"delay": 165,
"time": "1775559705"
},
"stopId": "FR:50129:ZE:10HTR1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 281,
"time": "1775559101"
},
"departure": {
"delay": 281,
"time": "1775559101"
},
"stopId": "FR:50129:ZE:10NMD1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 151,
"time": "1775559979"
},
"departure": {
"delay": 151,
"time": "1775559991"
},
"stopId": "FR:50129:ZE:10GLA1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 210,
"time": "1775559256"
},
"departure": {
"delay": 210,
"time": "1775559270"
},
"stopId": "FR:50129:ZE:10ING1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 218,
"time": "1775559426"
},
"departure": {
"delay": 218,
"time": "1775559458"
},
"stopId": "FR:50129:ZE:10VER1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 130,
"time": "1775560510"
},
"departure": {
"delay": 130,
"time": "1775560510"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 130,
"time": "1775560090"
},
"departure": {
"delay": 130,
"time": "1775560090"
},
"stopId": "FR:50129:ZE:10BDB2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 168,
"time": "1775559569"
},
"departure": {
"delay": 168,
"time": "1775559588"
},
"stopId": "FR:50129:ZE:10HLU1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 191,
"time": "1775559296"
},
"departure": {
"delay": 191,
"time": "1775559311"
},
"stopId": "FR:50129:ZE:10CBL1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 159,
"time": "1775559747"
},
"departure": {
"delay": 159,
"time": "1775559759"
},
"stopId": "FR:50129:ZE:10MEZ1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 167,
"time": "1775559817"
},
"departure": {
"delay": 167,
"time": "1775559827"
},
"stopId": "FR:50129:ZE:10HQU1:ATOUMOD035",
"stopSequence": 10
}
],
"timestamp": "1775560073",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:07:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3748592x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx6255:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 229,
"time": "1775558666"
},
"departure": {
"delay": 229,
"time": "1775558689"
},
"stopId": "FR:76540:ZE:TCARxMARTT2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 240,
"time": "1775558940"
},
"departure": {
"delay": 240,
"time": "1775558940"
},
"stopId": "FR:76540:ZE:TCARxCATHE2:ATOUMOD001",
"stopSequence": 5
},
{
"departure": {
"delay": 139,
"time": "1775558539"
},
"stopId": "FR:76540:ZE:TCARxCHRUT2:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 244,
"time": "1775558743"
},
"departure": {
"delay": 244,
"time": "1775558764"
},
"stopId": "FR:76540:ZE:TCARxPMARC2:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 324,
"time": "1775559264"
},
"departure": {
"delay": 324,
"time": "1775559264"
},
"stopId": "FR:76540:ZE:TCARxPASPA2:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 284,
"time": "1775559164"
},
"departure": {
"delay": 284,
"time": "1775559164"
},
"stopId": "FR:76540:ZE:TCARxBELGE2:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 238,
"time": "1775560138"
},
"stopId": "FR:76451:ZE:TCARxMTMAL2:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 264,
"time": "1775559864"
},
"departure": {
"delay": 264,
"time": "1775559864"
},
"stopId": "FR:76451:ZE:TCARxCAMPU2:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 297,
"time": "1775559357"
},
"departure": {
"delay": 297,
"time": "1775559357"
},
"stopId": "FR:76540:ZE:TCARxLUCIL2:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 279,
"time": "1775559014"
},
"departure": {
"delay": 279,
"time": "1775559039"
},
"stopId": "FR:76540:ZE:TCARxTARTT2:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 254,
"time": "1775559614"
},
"departure": {
"delay": 254,
"time": "1775559614"
},
"stopId": "FR:76540:ZE:TCARxFDVAL2:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 279,
"time": "1775559939"
},
"departure": {
"delay": 279,
"time": "1775559939"
},
"stopId": "FR:76451:ZE:TCARxCBLBE2:ATOUMOD001",
"stopSequence": 13
}
],
"timestamp": "1775558556",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx91:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx6255:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3758082x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 55,
"time": "1775559643"
},
"departure": {
"delay": 55,
"time": "1775559655"
},
"stopId": "FR:50149:ZE:COUBG1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 60,
"time": "1775560800"
},
"departure": {
"delay": 60,
"time": "1775560800"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 60,
"time": "1775561100"
},
"stopId": "FR:50129:ZE:10PEM4:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 60,
"time": "1775560260"
},
"departure": {
"delay": 60,
"time": "1775560260"
},
"stopId": "FR:50294:ZE:MARPO1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 60,
"time": "1775560920"
},
"departure": {
"delay": 60,
"time": "1775560920"
},
"stopId": "FR:50129:ZE:10PLA4:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 77,
"time": "1775559319"
},
"departure": {
"delay": 77,
"time": "1775559377"
},
"stopId": "FR:50425:ZE:RLBMA1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": -19,
"time": "1775559092"
},
"departure": {
"delay": -19,
"time": "1775559101"
},
"stopId": "FR:50082:ZE:BCQBG1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 59,
"time": "1775558870"
},
"departure": {
"delay": 59,
"time": "1775558879"
},
"stopId": "FR:50082:ZE:BCQIN1:ATOUMOD035",
"stopSequence": 2
},
{
"departure": {
"delay": 77,
"time": "1775558777"
},
"stopId": "FR:50082:ZE:BCQSF2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 60,
"time": "1775560860"
},
"departure": {
"delay": 60,
"time": "1775560860"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"time": "1775560022"
},
"departure": {
"time": "1775560020"
},
"stopId": "FR:50294:ZE:MARMA1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 60,
"time": "1775560980"
},
"departure": {
"delay": 60,
"time": "1775560980"
},
"stopId": "FR:50129:ZE:10CRN2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 60,
"time": "1775560560"
},
"departure": {
"delay": 60,
"time": "1775560560"
},
"stopId": "FR:50129:ZE:10ANJ7:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 35,
"time": "1775559810"
},
"departure": {
"delay": 35,
"time": "1775559815"
},
"stopId": "FR:50230:ZE:HARFE1:ATOUMOD035",
"stopSequence": 6
}
],
"timestamp": "1775560072",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:E:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3758082x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx16831:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -2518,
"time": "1775560082"
},
"departure": {
"delay": -2518,
"time": "1775560082"
},
"stopId": "FR:76540:ZE:TCARxAUROR0:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": -2541,
"time": "1775560419"
},
"departure": {
"delay": -2541,
"time": "1775560419"
},
"stopId": "FR:76599:ZE:TCARxTRIA10:ATOUMOD001",
"stopSequence": 34
},
{
"arrival": {
"delay": -2503,
"time": "1775560457"
},
"departure": {
"delay": -2503,
"time": "1775560457"
},
"stopId": "FR:76599:ZE:TCARxVERBU2:ATOUMOD001",
"stopSequence": 35
},
{
"arrival": {
"delay": -2431,
"time": "1775558729"
},
"departure": {
"delay": -2431,
"time": "1775558729"
},
"stopId": "FR:76095:ZE:TCARxFLOQU0:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": -2481,
"time": "1775558439"
},
"departure": {
"delay": -2481,
"time": "1775558439"
},
"stopId": "FR:76095:ZE:TCARxCIMEB0:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": -2411,
"time": "1775558329"
},
"departure": {
"delay": -2411,
"time": "1775558329"
},
"stopId": "FR:76095:ZE:TCARxBOUVE0:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": -2405,
"time": "1775558575"
},
"departure": {
"delay": -2405,
"time": "1775558575"
},
"stopId": "FR:76095:ZE:TCARxDELAT0:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -2489,
"time": "1775558766"
},
"departure": {
"delay": -2489,
"time": "1775558791"
},
"stopId": "FR:76095:ZE:TCARxCOLMI1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": -2526,
"time": "1775560734"
},
"departure": {
"delay": -2526,
"time": "1775560734"
},
"stopId": "FR:76599:ZE:TCARxREGLI:ATOUMOD001",
"stopSequence": 40
},
{
"arrival": {
"delay": -2424,
"time": "1775558616"
},
"departure": {
"delay": -2424,
"time": "1775558616"
},
"stopId": "FR:76095:ZE:TCARxJOSEP0:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": -2541,
"time": "1775560299"
},
"departure": {
"delay": -2541,
"time": "1775560299"
},
"stopId": "FR:76540:ZE:TCARxFONTA0:ATOUMOD001",
"stopSequence": 32
},
{
"arrival": {
"delay": -2449,
"time": "1775558891"
},
"departure": {
"delay": -2449,
"time": "1775558891"
},
"stopId": "FR:76095:ZE:TCARxCVICT0:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": -2447,
"time": "1775559973"
},
"departure": {
"delay": -2447,
"time": "1775559973"
},
"stopId": "FR:76540:ZE:TCARxCNEUF0:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": -2526,
"time": "1775560554"
},
"departure": {
"delay": -2526,
"time": "1775560554"
},
"stopId": "FR:76599:ZE:TCARxLAVOI0:ATOUMOD001",
"stopSequence": 36
},
{
"arrival": {
"delay": -2526,
"time": "1775561034"
},
"stopId": "FR:76560:ZE:TCARxMEPIN1:ATOUMOD001",
"stopSequence": 42
},
{
"arrival": {
"delay": -2548,
"time": "1775560232"
},
"departure": {
"delay": -2548,
"time": "1775560232"
},
"stopId": "FR:76540:ZE:TCARxREPAI0:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": -2553,
"time": "1775560647"
},
"departure": {
"delay": -2553,
"time": "1775560647"
},
"stopId": "FR:76599:ZE:TCARxSLMAI0:ATOUMOD001",
"stopSequence": 38
},
{
"arrival": {
"delay": -2518,
"time": "1775560262"
},
"departure": {
"delay": -2518,
"time": "1775560262"
},
"stopId": "FR:76540:ZE:TCARxLOREL0:ATOUMOD001",
"stopSequence": 31
},
{
"arrival": {
"delay": -2634,
"time": "1775559348"
},
"departure": {
"delay": -2634,
"time": "1775559366"
},
"stopId": "FR:76540:ZE:TCARxLYCOR0:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": -2475,
"time": "1775558385"
},
"departure": {
"delay": -2475,
"time": "1775558385"
},
"stopId": "FR:76108:ZE:TCARxLOMBA0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": -2556,
"time": "1775560704"
},
"departure": {
"delay": -2556,
"time": "1775560704"
},
"stopId": "FR:76599:ZE:TCARxEAUVI0:ATOUMOD001",
"stopSequence": 39
},
{
"arrival": {
"delay": -2503,
"time": "1775560217"
},
"departure": {
"delay": -2503,
"time": "1775560217"
},
"stopId": "FR:76540:ZE:TCARxBROCH0:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": -2409,
"time": "1775558669"
},
"departure": {
"delay": -2409,
"time": "1775558691"
},
"stopId": "FR:76095:ZE:TCARxPISCB0:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": -2411,
"time": "1775558269"
},
"departure": {
"delay": -2411,
"time": "1775558269"
},
"stopId": "FR:76095:ZE:TCARxPOMPI0:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -2466,
"time": "1775560014"
},
"departure": {
"delay": -2466,
"time": "1775560014"
},
"stopId": "FR:76540:ZE:TCARxCIMMG0:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": -2479,
"time": "1775559821"
},
"departure": {
"delay": -2479,
"time": "1775559821"
},
"stopId": "FR:76540:ZE:TCARxBECQU0:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": -2534,
"time": "1775560846"
},
"departure": {
"delay": -2534,
"time": "1775560846"
},
"stopId": "FR:76560:ZE:TCARxHETRA0:ATOUMOD001",
"stopSequence": 41
},
{
"departure": {
"delay": -2460,
"time": "1775558220"
},
"stopId": "FR:76095:ZE:TCARxCHAPI:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": -2554,
"time": "1775560586"
},
"departure": {
"delay": -2554,
"time": "1775560586"
},
"stopId": "FR:76599:ZE:TCARxPICAU0:ATOUMOD001",
"stopSequence": 37
},
{
"arrival": {
"delay": -2438,
"time": "1775558519"
},
"departure": {
"delay": -2438,
"time": "1775558542"
},
"stopId": "FR:76095:ZE:TCARxTAMAR3:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": -2654,
"time": "1775559150"
},
"departure": {
"delay": -2654,
"time": "1775559166"
},
"stopId": "FR:76540:ZE:TCARxRICAR0:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": -2505,
"time": "1775559735"
},
"departure": {
"delay": -2505,
"time": "1775559735"
},
"stopId": "FR:76540:ZE:TCARxSTVIV1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": -2481,
"time": "1775560119"
},
"departure": {
"delay": -2481,
"time": "1775560119"
},
"stopId": "FR:76540:ZE:TCARxBORDE0:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": -2526,
"time": "1775560194"
},
"departure": {
"delay": -2526,
"time": "1775560194"
},
"stopId": "FR:76540:ZE:TCARxCHASS0:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": -2449,
"time": "1775558291"
},
"departure": {
"delay": -2449,
"time": "1775558291"
},
"stopId": "FR:76095:ZE:TCARxGRIGN0:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -2488,
"time": "1775560052"
},
"departure": {
"delay": -2488,
"time": "1775560052"
},
"stopId": "FR:76540:ZE:TCARxNEUVI0:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": -2498,
"time": "1775560162"
},
"departure": {
"delay": -2498,
"time": "1775560162"
},
"stopId": "FR:76540:ZE:TCARxANNIE0:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": -2589,
"time": "1775559268"
},
"departure": {
"delay": -2589,
"time": "1775559291"
},
"stopId": "FR:76540:ZE:TCARxBEAU10:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": -2526,
"time": "1775560374"
},
"departure": {
"delay": -2526,
"time": "1775560374"
},
"stopId": "FR:76599:ZE:TCARxWADDI0:ATOUMOD001",
"stopSequence": 33
}
],
"timestamp": "1775557936",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx20:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx16831:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746229x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -10,
"time": "1775561990"
},
"departure": {
"delay": -10,
"time": "1775561990"
},
"stopId": "FR:50129:ZE:10DUB2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": -10,
"time": "1775562290"
},
"departure": {
"delay": -10,
"time": "1775562290"
},
"stopId": "FR:50129:ZE:10PRE2:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": 5,
"time": "1775559971"
},
"departure": {
"delay": 5,
"time": "1775560025"
},
"stopId": "FR:50129:ZE:10ZPH2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": -9,
"time": "1775559869"
},
"departure": {
"delay": -9,
"time": "1775559891"
},
"stopId": "FR:50129:ZE:10NOR4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": -10,
"time": "1775561330"
},
"departure": {
"delay": -10,
"time": "1775561330"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": -10,
"time": "1775562110"
},
"departure": {
"delay": -10,
"time": "1775562110"
},
"stopId": "FR:50129:ZE:10ZOL2:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": -10,
"time": "1775560250"
},
"departure": {
"delay": -10,
"time": "1775560250"
},
"stopId": "FR:50129:ZE:10BRO2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": -10,
"time": "1775560310"
},
"departure": {
"delay": -10,
"time": "1775560310"
},
"stopId": "FR:50129:ZE:10JMO2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": -17,
"time": "1775559751"
},
"departure": {
"delay": -17,
"time": "1775559763"
},
"stopId": "FR:50129:ZE:10CVE2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": -10,
"time": "1775562230"
},
"departure": {
"delay": -10,
"time": "1775562230"
},
"stopId": "FR:50129:ZE:10BHE2:ATOUMOD035",
"stopSequence": 37
},
{
"departure": {
"delay": 26,
"time": "1775559566"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 15,
"time": "1775559781"
},
"departure": {
"delay": 15,
"time": "1775559795"
},
"stopId": "FR:50129:ZE:10RSX2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": -10,
"time": "1775561630"
},
"departure": {
"delay": -10,
"time": "1775561630"
},
"stopId": "FR:50129:ZE:10TRA6:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": -10,
"time": "1775561930"
},
"departure": {
"delay": -10,
"time": "1775561930"
},
"stopId": "FR:50129:ZE:10LAV2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": -10,
"time": "1775562590"
},
"departure": {
"delay": -10,
"time": "1775562590"
},
"stopId": "FR:50129:ZE:10CAR2:ATOUMOD035",
"stopSequence": 44
},
{
"arrival": {
"delay": -10,
"time": "1775562830"
},
"departure": {
"delay": -10,
"time": "1775562830"
},
"stopId": "FR:50129:ZE:10COF2:ATOUMOD035",
"stopSequence": 47
},
{
"arrival": {
"delay": -10,
"time": "1775561750"
},
"departure": {
"delay": -10,
"time": "1775561750"
},
"stopId": "FR:50129:ZE:10BEL2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": -10,
"time": "1775562530"
},
"departure": {
"delay": -10,
"time": "1775562530"
},
"stopId": "FR:50129:ZE:10HOU2:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": -10,
"time": "1775562710"
},
"departure": {
"delay": -10,
"time": "1775562710"
},
"stopId": "FR:50129:ZE:10ALB2:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"delay": -10,
"time": "1775562470"
},
"departure": {
"delay": -10,
"time": "1775562470"
},
"stopId": "FR:50129:ZE:10BRT2:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"delay": -10,
"time": "1775562170"
},
"departure": {
"delay": -10,
"time": "1775562170"
},
"stopId": "FR:50129:ZE:10LON2:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": -10,
"time": "1775562350"
},
"departure": {
"delay": -10,
"time": "1775562350"
},
"stopId": "FR:50129:ZE:10ARA2:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"delay": -10,
"time": "1775560970"
},
"departure": {
"delay": -10,
"time": "1775560970"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 10,
"time": "1775559715"
},
"departure": {
"delay": 10,
"time": "1775559730"
},
"stopId": "FR:50129:ZE:10COS2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": -3,
"time": "1775560046"
},
"departure": {
"delay": -3,
"time": "1775560077"
},
"stopId": "FR:50129:ZE:10ART2:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": -10,
"time": "1775562410"
},
"departure": {
"delay": -10,
"time": "1775562410"
},
"stopId": "FR:50129:ZE:10BON2:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": -10,
"time": "1775562650"
},
"departure": {
"delay": -10,
"time": "1775562650"
},
"stopId": "FR:50129:ZE:10SFN2:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"delay": -10,
"time": "1775560670"
},
"departure": {
"delay": -10,
"time": "1775560670"
},
"stopId": "FR:50129:ZE:10THH4:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": -10,
"time": "1775561150"
},
"departure": {
"delay": -10,
"time": "1775561150"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": -9,
"time": "1775559814"
},
"departure": {
"delay": -9,
"time": "1775559831"
},
"stopId": "FR:50129:ZE:10MGT2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": -10,
"time": "1775562950"
},
"departure": {
"delay": -10,
"time": "1775562950"
},
"stopId": "FR:50129:ZE:10EPH1:ATOUMOD035",
"stopSequence": 49
},
{
"arrival": {
"delay": -10,
"time": "1775562890"
},
"departure": {
"delay": -10,
"time": "1775562890"
},
"stopId": "FR:50129:ZE:10SFG2:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"delay": -10,
"time": "1775561570"
},
"departure": {
"delay": -10,
"time": "1775561570"
},
"stopId": "FR:50129:ZE:10REP4:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": -10,
"time": "1775561030"
},
"departure": {
"delay": -10,
"time": "1775561030"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": -10,
"time": "1775560370"
},
"departure": {
"delay": -10,
"time": "1775560370"
},
"stopId": "FR:50129:ZE:10LUM2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": -15,
"time": "1775559935"
},
"departure": {
"delay": -15,
"time": "1775559945"
},
"stopId": "FR:50129:ZE:10JEA2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": -10,
"time": "1775561210"
},
"departure": {
"delay": -10,
"time": "1775561210"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 51,
"time": "1775559619"
},
"departure": {
"delay": 51,
"time": "1775559651"
},
"stopId": "FR:50129:ZE:10JGO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": -10,
"time": "1775560790"
},
"departure": {
"delay": -10,
"time": "1775560790"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": -10,
"time": "1775563010"
},
"stopId": "FR:50129:ZE:10MAX1:ATOUMOD035",
"stopSequence": 50
},
{
"arrival": {
"delay": -10,
"time": "1775560550"
},
"departure": {
"delay": -10,
"time": "1775560550"
},
"stopId": "FR:50129:ZE:10LCP2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": -10,
"time": "1775560490"
},
"departure": {
"delay": -10,
"time": "1775560490"
},
"stopId": "FR:50129:ZE:10BHC2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": -10,
"time": "1775561810"
},
"departure": {
"delay": -10,
"time": "1775561810"
},
"stopId": "FR:50129:ZE:10HOM2:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": -9,
"time": "1775560251"
},
"departure": {
"delay": -9,
"time": "1775560251"
},
"stopId": "FR:50129:ZE:10LLM2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": -10,
"time": "1775561270"
},
"departure": {
"delay": -10,
"time": "1775561270"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": -10,
"time": "1775561690"
},
"departure": {
"delay": -10,
"time": "1775561690"
},
"stopId": "FR:50129:ZE:10HUI2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": -10,
"time": "1775561450"
},
"departure": {
"delay": -10,
"time": "1775561450"
},
"stopId": "FR:50129:ZE:10HDI4:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": -9,
"time": "1775562231"
},
"departure": {
"delay": -9,
"time": "1775562231"
},
"stopId": "FR:50129:ZE:10CPL2:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"delay": -10,
"time": "1775561870"
},
"departure": {
"delay": -10,
"time": "1775561870"
},
"stopId": "FR:50129:ZE:10AGO2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 19,
"time": "1775559842"
},
"departure": {
"delay": 19,
"time": "1775559859"
},
"stopId": "FR:50129:ZE:10MYO2:ATOUMOD035",
"stopSequence": 7
}
],
"timestamp": "1775560077",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746229x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD021:ServiceJourney:67xHO10xxMxxVxx:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 125,
"time": "1775551096"
},
"departure": {
"delay": 125,
"time": "1775551145"
},
"stopId": "FR:14333:ZE:11:ATOUMOD021",
"stopSequence": 17
},
{
"arrival": {
"delay": 92,
"time": "1775550864"
},
"departure": {
"delay": 92,
"time": "1775550872"
},
"stopId": "FR:14333:ZE:17:ATOUMOD021",
"stopSequence": 14
},
{
"arrival": {
"delay": 152,
"time": "1775549623"
},
"departure": {
"delay": 152,
"time": "1775549672"
},
"stopId": "FR:14333:ZE:40:ATOUMOD021",
"stopSequence": 2
},
{
"arrival": {
"delay": 291,
"time": "1775551671"
},
"stopId": "FR:14333:ZE:3:ATOUMOD021",
"stopSequence": 21
},
{
"arrival": {
"delay": 138,
"time": "1775549771"
},
"departure": {
"delay": 138,
"time": "1775549778"
},
"stopId": "FR:14333:ZE:36:ATOUMOD021",
"stopSequence": 4
},
{
"departure": {
"time": "1775549400"
},
"stopId": "FR:14333:ZE:41:ATOUMOD021",
"stopSequence": 1
},
{
"arrival": {
"delay": 161,
"time": "1775550363"
},
"departure": {
"delay": 161,
"time": "1775550401"
},
"stopId": "FR:14536:ZE:24:ATOUMOD021",
"stopSequence": 10
},
{
"arrival": {
"delay": 116,
"time": "1775550980"
},
"departure": {
"delay": 116,
"time": "1775551016"
},
"stopId": "FR:14333:ZE:13:ATOUMOD021",
"stopSequence": 16
},
{
"arrival": {
"delay": 125,
"time": "1775550675"
},
"departure": {
"delay": 125,
"time": "1775550725"
},
"stopId": "FR:14333:ZE:21:ATOUMOD021",
"stopSequence": 12
},
{
"arrival": {
"delay": 174,
"time": "1775550243"
},
"departure": {
"delay": 174,
"time": "1775550294"
},
"stopId": "FR:14536:ZE:26:ATOUMOD021",
"stopSequence": 9
},
{
"arrival": {
"delay": 122,
"time": "1775549808"
},
"departure": {
"delay": 122,
"time": "1775549822"
},
"stopId": "FR:14333:ZE:34:ATOUMOD021",
"stopSequence": 5
},
{
"arrival": {
"delay": 118,
"time": "1775549893"
},
"departure": {
"delay": 118,
"time": "1775549998"
},
"stopId": "FR:14333:ZE:30:ATOUMOD021",
"stopSequence": 7
},
{
"arrival": {
"delay": 96,
"time": "1775549843"
},
"departure": {
"delay": 96,
"time": "1775549856"
},
"stopId": "FR:14333:ZE:32:ATOUMOD021",
"stopSequence": 6
},
{
"arrival": {
"delay": 295,
"time": "1775551607"
},
"departure": {
"delay": 295,
"time": "1775551615"
},
"stopId": "FR:14333:ZE:5:ATOUMOD021",
"stopSequence": 20
},
{
"arrival": {
"delay": 159,
"time": "1775550113"
},
"departure": {
"delay": 159,
"time": "1775550159"
},
"stopId": "FR:14333:ZE:28:ATOUMOD021",
"stopSequence": 8
},
{
"arrival": {
"delay": 145,
"time": "1775549718"
},
"departure": {
"delay": 145,
"time": "1775549725"
},
"stopId": "FR:14333:ZE:38:ATOUMOD021",
"stopSequence": 3
},
{
"arrival": {
"delay": 104,
"time": "1775551199"
},
"departure": {
"delay": 104,
"time": "1775551244"
},
"stopId": "FR:14333:ZE:9:ATOUMOD021",
"stopSequence": 18
},
{
"arrival": {
"delay": 105,
"time": "1775550929"
},
"departure": {
"delay": 105,
"time": "1775550945"
},
"stopId": "FR:14333:ZE:15:ATOUMOD021",
"stopSequence": 15
},
{
"arrival": {
"delay": 109,
"time": "1775550543"
},
"departure": {
"delay": 109,
"time": "1775550649"
},
"stopId": "FR:14333:ZE:22:ATOUMOD021",
"stopSequence": 11
},
{
"arrival": {
"delay": 300,
"time": "1775551507"
},
"departure": {
"delay": 300,
"time": "1775551560"
},
"stopId": "FR:14333:ZE:7:ATOUMOD021",
"stopSequence": 19
},
{
"arrival": {
"delay": 177,
"time": "1775550837"
},
"departure": {
"delay": 177,
"time": "1775550837"
},
"stopId": "FR:14333:ZE:19:ATOUMOD021",
"stopSequence": 13
}
],
"timestamp": "1775560077",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD021:Line:A:LOC",
"tripId": "ATOUMOD021:ServiceJourney:67xHO10xxMxxVxx:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3747527x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 40,
"time": "1775560360"
},
"departure": {
"delay": 40,
"time": "1775560360"
},
"stopId": "FR:50129:ZE:10EUR2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 40,
"time": "1775561440"
},
"departure": {
"delay": 40,
"time": "1775561440"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 40,
"time": "1775562160"
},
"departure": {
"delay": 40,
"time": "1775562160"
},
"stopId": "FR:50129:ZE:10PFO3:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 40,
"time": "1775560240"
},
"departure": {
"delay": 40,
"time": "1775560240"
},
"stopId": "FR:50129:ZE:10CRD2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 40,
"time": "1775560780"
},
"departure": {
"delay": 40,
"time": "1775560780"
},
"stopId": "FR:50129:ZE:10GMA3:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 40,
"time": "1775562040"
},
"departure": {
"delay": 40,
"time": "1775562040"
},
"stopId": "FR:50129:ZE:10IUT1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 40,
"time": "1775561080"
},
"departure": {
"delay": 40,
"time": "1775561080"
},
"stopId": "FR:50129:ZE:10CIT2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 40,
"time": "1775560660"
},
"departure": {
"delay": 40,
"time": "1775560660"
},
"stopId": "FR:50129:ZE:10MLL4:ATOUMOD035",
"stopSequence": 9
},
{
"departure": {
"delay": 43,
"time": "1775560063"
},
"stopId": "FR:50129:ZE:10PIS1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 40,
"time": "1775562220"
},
"departure": {
"delay": 40,
"time": "1775562220"
},
"stopId": "FR:50129:ZE:10VDT1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 40,
"time": "1775562280"
},
"stopId": "FR:50129:ZE:10ZFO1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 40,
"time": "1775561920"
},
"departure": {
"delay": 40,
"time": "1775561920"
},
"stopId": "FR:50129:ZE:10AIG1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 40,
"time": "1775560300"
},
"departure": {
"delay": 40,
"time": "1775560300"
},
"stopId": "FR:50129:ZE:10COD2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 40,
"time": "1775560480"
},
"departure": {
"delay": 40,
"time": "1775560480"
},
"stopId": "FR:50129:ZE:10CLO2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 40,
"time": "1775561980"
},
"departure": {
"delay": 40,
"time": "1775561980"
},
"stopId": "FR:50129:ZE:10UNI1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 40,
"time": "1775560540"
},
"departure": {
"delay": 40,
"time": "1775560540"
},
"stopId": "FR:50129:ZE:10LMW1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 40,
"time": "1775561200"
},
"departure": {
"delay": 40,
"time": "1775561200"
},
"stopId": "FR:50129:ZE:10PLA4:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 40,
"time": "1775560420"
},
"departure": {
"delay": 40,
"time": "1775560420"
},
"stopId": "FR:50129:ZE:10ILO2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 40,
"time": "1775561020"
},
"departure": {
"delay": 40,
"time": "1775561020"
},
"stopId": "FR:50129:ZE:10CCI2:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 41,
"time": "1775560241"
},
"departure": {
"delay": 41,
"time": "1775560241"
},
"stopId": "FR:50129:ZE:10LMQ2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 40,
"time": "1775561320"
},
"departure": {
"delay": 40,
"time": "1775561320"
},
"stopId": "FR:50129:ZE:10CRN2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 40,
"time": "1775561560"
},
"departure": {
"delay": 40,
"time": "1775561560"
},
"stopId": "FR:50129:ZE:10MEN3:ATOUMOD035",
"stopSequence": 16
}
],
"timestamp": "1775560079",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:08:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3747527x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2469785:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 55,
"time": "1775561635"
},
"departure": {
"delay": 55,
"time": "1775561635"
},
"stopId": "FR:27375:ZE:0x6572:ATOUMOD006",
"stopSequence": 4
},
{
"arrival": {
"delay": -110,
"time": "1775562850"
},
"departure": {
"delay": -110,
"time": "1775562850"
},
"stopId": "FR:27003:ZE:0x7203:ATOUMOD006",
"stopSequence": 26
},
{
"arrival": {
"delay": 41,
"time": "1775561921"
},
"departure": {
"delay": 41,
"time": "1775561921"
},
"stopId": "FR:27375:ZE:0x6448:ATOUMOD006",
"stopSequence": 9
},
{
"arrival": {
"delay": -123,
"time": "1775562237"
},
"departure": {
"delay": -123,
"time": "1775562237"
},
"stopId": "FR:27375:ZE:0x6447:ATOUMOD006",
"stopSequence": 18
},
{
"arrival": {
"delay": 61,
"time": "1775561761"
},
"departure": {
"delay": 61,
"time": "1775561761"
},
"stopId": "FR:27375:ZE:0x6432:ATOUMOD006",
"stopSequence": 7
},
{
"arrival": {
"delay": -124,
"time": "1775562896"
},
"departure": {
"delay": -124,
"time": "1775562896"
},
"stopId": "FR:27003:ZE:0x6006:ATOUMOD006",
"stopSequence": 27
},
{
"arrival": {
"delay": -91,
"time": "1775562209"
},
"departure": {
"delay": -91,
"time": "1775562209"
},
"stopId": "FR:27375:ZE:0x7187:ATOUMOD006",
"stopSequence": 17
},
{
"arrival": {
"delay": -38,
"time": "1775562022"
},
"departure": {
"delay": -38,
"time": "1775562022"
},
"stopId": "FR:27375:ZE:0x6502:ATOUMOD006",
"stopSequence": 11
},
{
"arrival": {
"delay": -177,
"time": "1775562243"
},
"departure": {
"delay": -177,
"time": "1775562243"
},
"stopId": "FR:27375:ZE:0x6463:ATOUMOD006",
"stopSequence": 19
},
{
"departure": {
"delay": 25,
"time": "1775561425"
},
"stopId": "FR:27375:ZE:0x6466:ATOUMOD006",
"stopSequence": 1
},
{
"arrival": {
"delay": -169,
"time": "1775562791"
},
"departure": {
"delay": -169,
"time": "1775562791"
},
"stopId": "FR:27003:ZE:0x6020:ATOUMOD006",
"stopSequence": 25
},
{
"arrival": {
"delay": -169,
"time": "1775562971"
},
"stopId": "FR:27003:ZE:0x6014:ATOUMOD006",
"stopSequence": 28
},
{
"arrival": {
"delay": -144,
"time": "1775562276"
},
"departure": {
"delay": -144,
"time": "1775562276"
},
"stopId": "FR:27375:ZE:0x6481:ATOUMOD006",
"stopSequence": 20
},
{
"arrival": {
"delay": 17,
"time": "1775561717"
},
"departure": {
"delay": 17,
"time": "1775561717"
},
"stopId": "FR:27375:ZE:0x6512:ATOUMOD006",
"stopSequence": 6
},
{
"arrival": {
"delay": 52,
"time": "1775561692"
},
"departure": {
"delay": 52,
"time": "1775561692"
},
"stopId": "FR:27375:ZE:0x6422:ATOUMOD006",
"stopSequence": 5
},
{
"arrival": {
"delay": -118,
"time": "1775562302"
},
"departure": {
"delay": -118,
"time": "1775562302"
},
"stopId": "FR:27375:ZE:0x6391:ATOUMOD006",
"stopSequence": 21
},
{
"arrival": {
"delay": -48,
"time": "1775562132"
},
"departure": {
"delay": -48,
"time": "1775562132"
},
"stopId": "FR:27375:ZE:0x6484:ATOUMOD006",
"stopSequence": 13
},
{
"arrival": {
"delay": 60,
"time": "1775561580"
},
"departure": {
"delay": 60,
"time": "1775561580"
},
"stopId": "FR:27375:ZE:0x6470:ATOUMOD006",
"stopSequence": 3
},
{
"arrival": {
"delay": -106,
"time": "1775562194"
},
"departure": {
"delay": -106,
"time": "1775562194"
},
"stopId": "FR:27375:ZE:0x6511:ATOUMOD006",
"stopSequence": 16
},
{
"arrival": {
"delay": 4,
"time": "1775561824"
},
"departure": {
"delay": 4,
"time": "1775561824"
},
"stopId": "FR:27375:ZE:0x6416:ATOUMOD006",
"stopSequence": 8
},
{
"arrival": {
"delay": -154,
"time": "1775562386"
},
"departure": {
"delay": -154,
"time": "1775562386"
},
"stopId": "FR:27456:ZE:0x6727:ATOUMOD006",
"stopSequence": 23
},
{
"arrival": {
"delay": -152,
"time": "1775562328"
},
"departure": {
"delay": -152,
"time": "1775562328"
},
"stopId": "FR:27456:ZE:0x6731:ATOUMOD006",
"stopSequence": 22
},
{
"arrival": {
"delay": -111,
"time": "1775562549"
},
"departure": {
"delay": -111,
"time": "1775562549"
},
"stopId": "FR:27456:ZE:0x7200:ATOUMOD006",
"stopSequence": 24
},
{
"arrival": {
"delay": 22,
"time": "1775561962"
},
"departure": {
"delay": 22,
"time": "1775561962"
},
"stopId": "FR:27375:ZE:0x6402:ATOUMOD006",
"stopSequence": 10
},
{
"arrival": {
"delay": 84,
"time": "1775561544"
},
"departure": {
"delay": 84,
"time": "1775561544"
},
"stopId": "FR:27375:ZE:0x6396:ATOUMOD006",
"stopSequence": 2
},
{
"arrival": {
"delay": -38,
"time": "1775562082"
},
"departure": {
"delay": -38,
"time": "1775562082"
},
"stopId": "FR:27375:ZE:0x6510:ATOUMOD006",
"stopSequence": 12
}
],
"timestamp": "1775560063",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD006:Line:10:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2469785:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx16523:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -16355,
"time": "1775563285"
},
"departure": {
"delay": -16355,
"time": "1775563285"
},
"stopId": "FR:76216:ZE:TCARxR8MAI0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": -16380,
"time": "1775563440"
},
"departure": {
"delay": -16380,
"time": "1775563440"
},
"stopId": "FR:76216:ZE:TCARxBROUC0:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": -16378,
"time": "1775563382"
},
"departure": {
"delay": -16378,
"time": "1775563382"
},
"stopId": "FR:76216:ZE:TCARxSCHWE0:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": -16352,
"time": "1775563408"
},
"departure": {
"delay": -16352,
"time": "1775563408"
},
"stopId": "FR:76216:ZE:TCARxCOTEA0:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -16395,
"time": "1775563545"
},
"departure": {
"delay": -16395,
"time": "1775563545"
},
"stopId": "FR:76540:ZE:TCARxMOISE0:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": -16408,
"time": "1775563172"
},
"departure": {
"delay": -16408,
"time": "1775563172"
},
"stopId": "FR:76216:ZE:TCARxEBLUM0:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -16387,
"time": "1775563493"
},
"departure": {
"delay": -16387,
"time": "1775563493"
},
"stopId": "FR:76216:ZE:TCARxBELLE0:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": -16380,
"time": "1775563320"
},
"departure": {
"delay": -16380,
"time": "1775563320"
},
"stopId": "FR:76216:ZE:TCARxREUDE0:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": -16357,
"time": "1775563223"
},
"departure": {
"delay": -16357,
"time": "1775563223"
},
"stopId": "FR:76216:ZE:TCARxPASSE0:ATOUMOD001",
"stopSequence": 4
}
],
"timestamp": "1775558997",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx15:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx16523:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745246x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 105,
"time": "1775555478"
},
"departure": {
"delay": 105,
"time": "1775555505"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 311,
"time": "1775554890"
},
"departure": {
"delay": 311,
"time": "1775554931"
},
"stopId": "FR:50129:ZE:10ANJ6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 249,
"time": "1775555189"
},
"departure": {
"delay": 249,
"time": "1775555229"
},
"stopId": "FR:50129:ZE:10PFO2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 134,
"time": "1775555616"
},
"departure": {
"delay": 134,
"time": "1775555654"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 16
},
{
"departure": {
"delay": 362,
"time": "1775554562"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 301,
"time": "1775554650"
},
"departure": {
"delay": 301,
"time": "1775554681"
},
"stopId": "FR:50129:ZE:10AMO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 288,
"time": "1775555049"
},
"departure": {
"delay": 288,
"time": "1775555088"
},
"stopId": "FR:50129:ZE:10BRA4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 279,
"time": "1775555107"
},
"departure": {
"delay": 279,
"time": "1775555139"
},
"stopId": "FR:50129:ZE:10RTU2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 127,
"time": "1775555528"
},
"departure": {
"delay": 127,
"time": "1775555587"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 315,
"time": "1775554952"
},
"departure": {
"delay": 315,
"time": "1775554995"
},
"stopId": "FR:50129:ZE:10BQR2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 202,
"time": "1775555257"
},
"departure": {
"delay": 202,
"time": "1775555302"
},
"stopId": "FR:50129:ZE:10FOR4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 307,
"time": "1775554822"
},
"departure": {
"delay": 307,
"time": "1775554867"
},
"stopId": "FR:50129:ZE:10PRV2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 300,
"time": "1775554700"
},
"departure": {
"delay": 300,
"time": "1775554740"
},
"stopId": "FR:50129:ZE:10EGL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 158,
"time": "1775555920"
},
"departure": {
"delay": 158,
"time": "1775555978"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 300,
"time": "1775554760"
},
"departure": {
"delay": 300,
"time": "1775554800"
},
"stopId": "FR:50129:ZE:10OYG2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 162,
"time": "1775556102"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 198,
"time": "1775555730"
},
"departure": {
"delay": 198,
"time": "1775555778"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 157,
"time": "1775555419"
},
"departure": {
"delay": 157,
"time": "1775555437"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 201,
"time": "1775555353"
},
"departure": {
"delay": 201,
"time": "1775555361"
},
"stopId": "FR:50129:ZE:10CRC4:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 158,
"time": "1775555812"
},
"departure": {
"delay": 158,
"time": "1775555858"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 18
}
],
"timestamp": "1775560079",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1A:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745246x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx4129:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 24,
"time": "1775561424"
},
"departure": {
"delay": 24,
"time": "1775561424"
},
"stopId": "FR:76498:ZE:TCARxJAURE1:ATOUMOD001",
"stopSequence": 23
},
{
"departure": {
"delay": 30,
"time": "1775560710"
},
"stopId": "FR:76322:ZE:TCARxBRAQU1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 30,
"time": "1775561310"
},
"departure": {
"delay": 30,
"time": "1775561310"
},
"stopId": "FR:76498:ZE:TCARx08MAI1:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 35,
"time": "1775561375"
},
"departure": {
"delay": 35,
"time": "1775561375"
},
"stopId": "FR:76498:ZE:TCARxTRUFF1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 2,
"time": "1775561522"
},
"departure": {
"delay": 2,
"time": "1775561522"
},
"stopId": "FR:76540:ZE:TCARxAVCAE1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 37,
"time": "1775560897"
},
"departure": {
"delay": 37,
"time": "1775560897"
},
"stopId": "FR:76322:ZE:TCARxKENNE1:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 30,
"time": "1775561130"
},
"departure": {
"delay": 30,
"time": "1775561130"
},
"stopId": "FR:76498:ZE:TCARxCHGAU1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 30,
"time": "1775561250"
},
"departure": {
"delay": 30,
"time": "1775561250"
},
"stopId": "FR:76498:ZE:TCARxJULIE1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 21,
"time": "1775560761"
},
"departure": {
"delay": 21,
"time": "1775560761"
},
"stopId": "FR:76322:ZE:TCARxCEZAN1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 37,
"time": "1775560957"
},
"departure": {
"delay": 37,
"time": "1775560957"
},
"stopId": "FR:76322:ZE:TCARxPROVI1:ATOUMOD001",
"stopSequence": 18
}
],
"timestamp": "1775560017",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx90:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx4129:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx15921:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 10260,
"time": "1775559360"
},
"stopId": "FR:76540:ZE:TCARxMARTA1:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 10320,
"time": "1775558580"
},
"departure": {
"delay": 10320,
"time": "1775558580"
},
"stopId": "FR:76429:ZE:TCARxACHAV1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 10380,
"time": "1775558340"
},
"departure": {
"delay": 10380,
"time": "1775558340"
},
"stopId": "FR:76475:ZE:TCARxMOPRE1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 10380,
"time": "1775558160"
},
"departure": {
"delay": 10380,
"time": "1775558160"
},
"stopId": "FR:76475:ZE:TCARxTHIER1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 10380,
"time": "1775557920"
},
"departure": {
"delay": 10380,
"time": "1775557920"
},
"stopId": "FR:76475:ZE:TCARxCHERA2:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 10340,
"time": "1775558180"
},
"departure": {
"delay": 10340,
"time": "1775558180"
},
"stopId": "FR:76429:ZE:TCARxHUBER2:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 10290,
"time": "1775559030"
},
"departure": {
"delay": 10290,
"time": "1775559030"
},
"stopId": "FR:76540:ZE:TCARxBASSE1:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 10320,
"time": "1775559000"
},
"departure": {
"delay": 10320,
"time": "1775559000"
},
"stopId": "FR:76103:ZE:TCARxTHURI1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 10260,
"time": "1775559060"
},
"departure": {
"delay": 10260,
"time": "1775559060"
},
"stopId": "FR:76540:ZE:TCARxPAUL11:ATOUMOD001",
"stopSequence": 26
},
{
"departure": {
"delay": 10320,
"time": "1775557680"
},
"stopId": "FR:76116:ZE:TCARxMUZIK1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 10320,
"time": "1775558100"
},
"departure": {
"delay": 10320,
"time": "1775558100"
},
"stopId": "FR:76475:ZE:TCARxLORME1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 10320,
"time": "1775558880"
},
"departure": {
"delay": 10320,
"time": "1775558880"
},
"stopId": "FR:76103:ZE:TCARxHCOTE1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 10340,
"time": "1775557940"
},
"departure": {
"delay": 10340,
"time": "1775557940"
},
"stopId": "FR:76475:ZE:TCARxCVOIE2:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 10320,
"time": "1775558400"
},
"departure": {
"delay": 10320,
"time": "1775558400"
},
"stopId": "FR:76429:ZE:TCARxCHATA1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 10320,
"time": "1775558520"
},
"departure": {
"delay": 10320,
"time": "1775558520"
},
"stopId": "FR:76429:ZE:TCARxDUNET2:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 10320,
"time": "1775558460"
},
"departure": {
"delay": 10320,
"time": "1775558460"
},
"stopId": "FR:76429:ZE:TCARxCHEMI1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 10320,
"time": "1775557980"
},
"departure": {
"delay": 10320,
"time": "1775557980"
},
"stopId": "FR:76475:ZE:TCARxGAREN1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 10380,
"time": "1775558280"
},
"departure": {
"delay": 10380,
"time": "1775558280"
},
"stopId": "FR:76475:ZE:TCARxLOISI2:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 10320,
"time": "1775559300"
},
"departure": {
"delay": 10320,
"time": "1775559300"
},
"stopId": "FR:76540:ZE:TCARxCHMA11:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 10380,
"time": "1775558640"
},
"departure": {
"delay": 10380,
"time": "1775558640"
},
"stopId": "FR:76429:ZE:TCARxMASSE1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 10335,
"time": "1775559015"
},
"departure": {
"delay": 10335,
"time": "1775559015"
},
"stopId": "FR:76103:ZE:TCARxNOYER1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 10320,
"time": "1775558220"
},
"departure": {
"delay": 10320,
"time": "1775558220"
},
"stopId": "FR:76429:ZE:TCARxMALOT2:ATOUMOD001",
"stopSequence": 12
}
],
"timestamp": "1775557116",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx13:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx15921:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC595677:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -228,
"time": "1775562612"
},
"departure": {
"delay": -228,
"time": "1775562612"
},
"stopId": "FR:27229:ZE:0xGAR05:ATOUMOD004",
"stopSequence": 21
},
{
"arrival": {
"delay": -467,
"time": "1775563333"
},
"departure": {
"delay": -467,
"time": "1775563333"
},
"stopId": "FR:27299:ZE:0xMAG02:ATOUMOD004",
"stopSequence": 35
},
{
"arrival": {
"delay": -384,
"time": "1775563236"
},
"departure": {
"delay": -384,
"time": "1775563236"
},
"stopId": "FR:27299:ZE:0xPAG02:ATOUMOD004",
"stopSequence": 33
},
{
"arrival": {
"delay": -2219,
"time": "1775560081"
},
"departure": {
"delay": -2219,
"time": "1775560081"
},
"stopId": "FR:27229:ZE:0xPLA02:ATOUMOD004",
"stopSequence": 16
},
{
"arrival": {
"delay": -332,
"time": "1775562928"
},
"departure": {
"delay": -332,
"time": "1775562928"
},
"stopId": "FR:27229:ZE:0xGDC02:ATOUMOD004",
"stopSequence": 27
},
{
"arrival": {
"delay": -2159,
"time": "1775560081"
},
"departure": {
"delay": -2159,
"time": "1775560081"
},
"stopId": "FR:27229:ZE:0xUSI02:ATOUMOD004",
"stopSequence": 14
},
{
"arrival": {
"delay": -388,
"time": "1775563172"
},
"departure": {
"delay": -388,
"time": "1775563172"
},
"stopId": "FR:27229:ZE:0xBON02:ATOUMOD004",
"stopSequence": 31
},
{
"arrival": {
"delay": -1859,
"time": "1775560081"
},
"departure": {
"delay": -1859,
"time": "1775560081"
},
"stopId": "FR:27020:ZE:0xLBA02:ATOUMOD004",
"stopSequence": 9
},
{
"arrival": {
"delay": -502,
"time": "1775563418"
},
"departure": {
"delay": -502,
"time": "1775563418"
},
"stopId": "FR:27299:ZE:0xARN02:ATOUMOD004",
"stopSequence": 37
},
{
"arrival": {
"delay": -417,
"time": "1775563383"
},
"departure": {
"delay": -417,
"time": "1775563383"
},
"stopId": "FR:27299:ZE:0xRNA02:ATOUMOD004",
"stopSequence": 36
},
{
"arrival": {
"delay": -1619,
"time": "1775560081"
},
"departure": {
"delay": -1619,
"time": "1775560081"
},
"stopId": "FR:27020:ZE:0xITO02:ATOUMOD004",
"stopSequence": 4
},
{
"arrival": {
"delay": -259,
"time": "1775562761"
},
"departure": {
"delay": -259,
"time": "1775562761"
},
"stopId": "FR:27229:ZE:0xHAP02:ATOUMOD004",
"stopSequence": 25
},
{
"arrival": {
"delay": -108,
"time": "1775562432"
},
"departure": {
"delay": -108,
"time": "1775562432"
},
"stopId": "FR:27229:ZE:0xBDN02:ATOUMOD004",
"stopSequence": 19
},
{
"arrival": {
"delay": -464,
"time": "1775563456"
},
"departure": {
"delay": -464,
"time": "1775563456"
},
"stopId": "FR:27299:ZE:0xIND03:ATOUMOD004",
"stopSequence": 38
},
{
"arrival": {
"delay": -1919,
"time": "1775560081"
},
"departure": {
"delay": -1919,
"time": "1775560081"
},
"stopId": "FR:27020:ZE:0xACH02:ATOUMOD004",
"stopSequence": 11
},
{
"arrival": {
"delay": -199,
"time": "1775562701"
},
"departure": {
"delay": -199,
"time": "1775562701"
},
"stopId": "FR:27229:ZE:0xJAU02:ATOUMOD004",
"stopSequence": 24
},
{
"arrival": {
"delay": -1679,
"time": "1775560081"
},
"departure": {
"delay": -1679,
"time": "1775560081"
},
"stopId": "FR:27020:ZE:0xMAC02:ATOUMOD004",
"stopSequence": 5
},
{
"arrival": {
"delay": -524,
"time": "1775563516"
},
"stopId": "FR:27439:ZE:0xCAP01:ATOUMOD004",
"stopSequence": 41
},
{
"arrival": {
"delay": -2279,
"time": "1775560081"
},
"departure": {
"delay": -2279,
"time": "1775560081"
},
"stopId": "FR:27229:ZE:0xJDA02:ATOUMOD004",
"stopSequence": 17
},
{
"arrival": {
"delay": -199,
"time": "1775562641"
},
"departure": {
"delay": -199,
"time": "1775562641"
},
"stopId": "FR:27229:ZE:0xPJJ02:ATOUMOD004",
"stopSequence": 23
},
{
"departure": {
"delay": -1379,
"time": "1775560081"
},
"stopId": "FR:27020:ZE:0xMOE01:ATOUMOD004",
"stopSequence": 1
},
{
"arrival": {
"delay": -331,
"time": "1775562989"
},
"departure": {
"delay": -331,
"time": "1775562989"
},
"stopId": "FR:27229:ZE:0xDUP02:ATOUMOD004",
"stopSequence": 28
},
{
"arrival": {
"delay": -302,
"time": "1775563078"
},
"departure": {
"delay": -302,
"time": "1775563078"
},
"stopId": "FR:27229:ZE:0xPMF02:ATOUMOD004",
"stopSequence": 29
},
{
"arrival": {
"delay": -2219,
"time": "1775560081"
},
"departure": {
"delay": -2219,
"time": "1775560081"
},
"stopId": "FR:27229:ZE:0xNAV02:ATOUMOD004",
"stopSequence": 15
},
{
"arrival": {
"delay": -2099,
"time": "1775560081"
},
"departure": {
"delay": -2099,
"time": "1775560081"
},
"stopId": "FR:27229:ZE:0xHIP02:ATOUMOD004",
"stopSequence": 13
},
{
"arrival": {
"delay": -367,
"time": "1775563193"
},
"departure": {
"delay": -367,
"time": "1775563193"
},
"stopId": "FR:27299:ZE:0xCOL02:ATOUMOD004",
"stopSequence": 32
},
{
"arrival": {
"delay": -1499,
"time": "1775560081"
},
"departure": {
"delay": -1499,
"time": "1775560081"
},
"stopId": "FR:27020:ZE:0xLOA02:ATOUMOD004",
"stopSequence": 3
},
{
"arrival": {
"delay": -1859,
"time": "1775560081"
},
"departure": {
"delay": -1859,
"time": "1775560081"
},
"stopId": "FR:27020:ZE:0xLPO02:ATOUMOD004",
"stopSequence": 10
},
{
"arrival": {
"delay": -108,
"time": "1775562372"
},
"departure": {
"delay": -108,
"time": "1775562372"
},
"stopId": "FR:27229:ZE:0xGER02:ATOUMOD004",
"stopSequence": 18
},
{
"arrival": {
"delay": -328,
"time": "1775563112"
},
"departure": {
"delay": -328,
"time": "1775563112"
},
"stopId": "FR:27229:ZE:0xLEG02:ATOUMOD004",
"stopSequence": 30
},
{
"arrival": {
"delay": -1799,
"time": "1775560081"
},
"departure": {
"delay": -1799,
"time": "1775560081"
},
"stopId": "FR:27020:ZE:0xAMA02:ATOUMOD004",
"stopSequence": 8
},
{
"arrival": {
"delay": -385,
"time": "1775562875"
},
"departure": {
"delay": -385,
"time": "1775562875"
},
"stopId": "FR:27229:ZE:0xHOT01:ATOUMOD004",
"stopSequence": 26
},
{
"arrival": {
"delay": -405,
"time": "1775563275"
},
"departure": {
"delay": -405,
"time": "1775563275"
},
"stopId": "FR:27299:ZE:0xECG02:ATOUMOD004",
"stopSequence": 34
},
{
"arrival": {
"delay": -1739,
"time": "1775560081"
},
"departure": {
"delay": -1739,
"time": "1775560081"
},
"stopId": "FR:27020:ZE:0xPEG02:ATOUMOD004",
"stopSequence": 6
},
{
"arrival": {
"delay": -1379,
"time": "1775560081"
},
"departure": {
"delay": -1379,
"time": "1775560081"
},
"stopId": "FR:27020:ZE:0xETA02:ATOUMOD004",
"stopSequence": 2
},
{
"arrival": {
"delay": -2039,
"time": "1775560081"
},
"departure": {
"delay": -2039,
"time": "1775560081"
},
"stopId": "FR:27229:ZE:0xCIT02:ATOUMOD004",
"stopSequence": 12
},
{
"arrival": {
"delay": -1739,
"time": "1775560081"
},
"departure": {
"delay": -1739,
"time": "1775560081"
},
"stopId": "FR:27020:ZE:0xLHA02:ATOUMOD004",
"stopSequence": 7
}
],
"timestamp": "1775560081",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD004:Line:T5:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC595677:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN850616F387883x2026x03x28T21x09x34Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775564940"
},
"departure": {
"time": "1775565000"
},
"stopId": "FR:76366:ZE:StopPointxOCETrainxTERx87411256:ATOUMOD002",
"stopSequence": 9
},
{
"arrival": {
"time": "1775566440"
},
"departure": {
"time": "1775566500"
},
"stopId": "FR:76575:ZE:StopPointxOCETrainxTERx87411215:ATOUMOD002",
"stopSequence": 17
},
{
"arrival": {
"time": "1775564580"
},
"departure": {
"time": "1775564640"
},
"stopId": "FR:76057:ZE:StopPointxOCETrainxTERx87411264:ATOUMOD002",
"stopSequence": 7
},
{
"arrival": {
"time": "1775566080"
},
"departure": {
"time": "1775566200"
},
"stopId": "FR:76681:ZE:StopPointxOCETrainxTERx87411223:ATOUMOD002",
"stopSequence": 15
},
{
"arrival": {
"time": "1775565180"
},
"departure": {
"time": "1775565240"
},
"stopId": "FR:76474:ZE:StopPointxOCETrainxTERx87411249:ATOUMOD002",
"stopSequence": 11
},
{
"arrival": {
"time": "1775566740"
},
"departure": {
"time": "1775566800"
},
"stopId": "FR:76484:ZE:StopPointxOCETrainxTERx87411207:ATOUMOD002",
"stopSequence": 19
},
{
"arrival": {
"time": "1775567220"
},
"stopId": "FR:76561:ZE:StopPointxOCETrainxTERx87411173:ATOUMOD002",
"stopSequence": 22
},
{
"arrival": {
"time": "1775565600"
},
"departure": {
"time": "1775565780"
},
"stopId": "FR:76540:ZE:StopPointxOCETrainxTERx87411017:ATOUMOD002",
"stopSequence": 13
},
{
"arrival": {
"time": "1775564400"
},
"departure": {
"time": "1775564460"
},
"stopId": "FR:76495:ZE:StopPointxOCETrainxTERx87411272:ATOUMOD002",
"stopSequence": 5
},
{
"arrival": {
"time": "1775563980"
},
"departure": {
"time": "1775564040"
},
"stopId": "FR:76456:ZE:StopPointxOCETrainxTERx87411280:ATOUMOD002",
"stopSequence": 3
},
{
"departure": {
"time": "1775563620"
},
"stopId": "FR:76758:ZE:StopPointxOCETrainxTERx87413385:ATOUMOD002",
"stopSequence": 1
}
],
"timestamp": "1775560016",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD002:Line:FRxLinexxde778414x6e3dx4bc7x9d9ax6bac6aed673fx:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN850616F387883x2026x03x28T21x09x34Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4196404x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -2,
"time": "1775560318"
},
"departure": {
"delay": -2,
"time": "1775560318"
},
"stopId": "FR:76351:ZE:3044:ATOUMOD003",
"stopSequence": 30
},
{
"arrival": {
"delay": -11,
"time": "1775560729"
},
"departure": {
"delay": -11,
"time": "1775560729"
},
"stopId": "FR:76351:ZE:3345:ATOUMOD003",
"stopSequence": 36
},
{
"departure": {
"delay": 4,
"time": "1775560024"
},
"stopId": "FR:76552:ZE:3355:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": -36,
"time": "1775560164"
},
"departure": {
"delay": -36,
"time": "1775560164"
},
"stopId": "FR:76351:ZE:4817:ATOUMOD003",
"stopSequence": 27
},
{
"departure": {
"delay": 19,
"time": "1775559979"
},
"stopId": "FR:76552:ZE:3339:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": 8,
"time": "1775560508"
},
"departure": {
"delay": 8,
"time": "1775560508"
},
"stopId": "FR:76351:ZE:3024:ATOUMOD003",
"stopSequence": 33
},
{
"arrival": {
"delay": -15,
"time": "1775560845"
},
"departure": {
"delay": -15,
"time": "1775560845"
},
"stopId": "FR:76351:ZE:4606:ATOUMOD003",
"stopSequence": 38
},
{
"arrival": {
"delay": 14,
"time": "1775560574"
},
"departure": {
"delay": 14,
"time": "1775560574"
},
"stopId": "FR:76351:ZE:3101:ATOUMOD003",
"stopSequence": 34
},
{
"arrival": {
"delay": -36,
"time": "1775560944"
},
"stopId": "FR:76351:ZE:3716:ATOUMOD003",
"stopSequence": 39
},
{
"arrival": {
"delay": -21,
"time": "1775560059"
},
"departure": {
"delay": -21,
"time": "1775560059"
},
"stopId": "FR:76552:ZE:3630:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": -32,
"time": "1775560288"
},
"departure": {
"delay": -32,
"time": "1775560288"
},
"stopId": "FR:76351:ZE:4079:ATOUMOD003",
"stopSequence": 29
},
{
"arrival": {
"delay": 17,
"time": "1775560217"
},
"departure": {
"delay": 17,
"time": "1775560217"
},
"stopId": "FR:76351:ZE:3214:ATOUMOD003",
"stopSequence": 28
},
{
"arrival": {
"delay": -36,
"time": "1775560764"
},
"departure": {
"delay": -36,
"time": "1775560764"
},
"stopId": "FR:76351:ZE:4471:ATOUMOD003",
"stopSequence": 37
},
{
"arrival": {
"delay": 8,
"time": "1775560088"
},
"departure": {
"delay": 8,
"time": "1775560088"
},
"stopId": "FR:76552:ZE:3651:ATOUMOD003",
"stopSequence": 25
},
{
"arrival": {
"delay": -36,
"time": "1775560464"
},
"departure": {
"delay": -36,
"time": "1775560464"
},
"stopId": "FR:76351:ZE:3403:ATOUMOD003",
"stopSequence": 32
},
{
"arrival": {
"delay": -19,
"time": "1775560121"
},
"departure": {
"delay": -19,
"time": "1775560121"
},
"stopId": "FR:76351:ZE:3032:ATOUMOD003",
"stopSequence": 26
},
{
"arrival": {
"delay": -29,
"time": "1775560351"
},
"departure": {
"delay": -29,
"time": "1775560351"
},
"stopId": "FR:76351:ZE:3258:ATOUMOD003",
"stopSequence": 31
},
{
"arrival": {
"delay": -5,
"time": "1775560675"
},
"departure": {
"delay": -5,
"time": "1775560675"
},
"stopId": "FR:76351:ZE:3542:ATOUMOD003",
"stopSequence": 35
}
],
"timestamp": "1775560049",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:16:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4196404x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4227363x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 355,
"time": "1775560435"
},
"departure": {
"delay": 355,
"time": "1775560435"
},
"stopId": "FR:76341:ZE:3464:ATOUMOD003",
"stopSequence": 19
},
{
"departure": {
"delay": 337,
"time": "1775559937"
},
"stopId": "FR:76305:ZE:3190:ATOUMOD003",
"stopSequence": 11
},
{
"departure": {
"delay": 338,
"time": "1775560058"
},
"stopId": "FR:76305:ZE:3683:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": 377,
"time": "1775560397"
},
"departure": {
"delay": 377,
"time": "1775560397"
},
"stopId": "FR:76305:ZE:3620:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 383,
"time": "1775560223"
},
"departure": {
"delay": 383,
"time": "1775560223"
},
"stopId": "FR:76305:ZE:3185:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 338,
"time": "1775560298"
},
"departure": {
"delay": 338,
"time": "1775560298"
},
"stopId": "FR:76305:ZE:3058:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": 395,
"time": "1775560175"
},
"departure": {
"delay": 395,
"time": "1775560175"
},
"stopId": "FR:76305:ZE:3183:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": 338,
"time": "1775560478"
},
"stopId": "FR:76341:ZE:4597:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": 361,
"time": "1775560081"
},
"departure": {
"delay": 361,
"time": "1775560081"
},
"stopId": "FR:76305:ZE:3575:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 387,
"time": "1775560347"
},
"departure": {
"delay": 387,
"time": "1775560347"
},
"stopId": "FR:76305:ZE:3294:ATOUMOD003",
"stopSequence": 17
}
],
"timestamp": "1775560060",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:20:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4227363x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745248x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 154,
"time": "1775558159"
},
"departure": {
"delay": 154,
"time": "1775558194"
},
"stopId": "FR:50129:ZE:10EGL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 62,
"time": "1775559311"
},
"departure": {
"delay": 62,
"time": "1775559362"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 74,
"time": "1775559061"
},
"departure": {
"delay": 74,
"time": "1775559134"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 114,
"time": "1775558646"
},
"departure": {
"delay": 114,
"time": "1775558694"
},
"stopId": "FR:50129:ZE:10PFO2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 63,
"time": "1775558811"
},
"departure": {
"delay": 63,
"time": "1775558823"
},
"stopId": "FR:50129:ZE:10CRC4:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 31,
"time": "1775558975"
},
"departure": {
"delay": 31,
"time": "1775559031"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 183,
"time": "1775558340"
},
"departure": {
"delay": 183,
"time": "1775558403"
},
"stopId": "FR:50129:ZE:10ANJ6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 154,
"time": "1775558100"
},
"departure": {
"delay": 154,
"time": "1775558134"
},
"stopId": "FR:50129:ZE:10AMO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 69,
"time": "1775558726"
},
"departure": {
"delay": 69,
"time": "1775558769"
},
"stopId": "FR:50129:ZE:10FOR4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 155,
"time": "1775558216"
},
"departure": {
"delay": 155,
"time": "1775558255"
},
"stopId": "FR:50129:ZE:10OYG2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 79,
"time": "1775559163"
},
"departure": {
"delay": 79,
"time": "1775559199"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 151,
"time": "1775558278"
},
"departure": {
"delay": 151,
"time": "1775558311"
},
"stopId": "FR:50129:ZE:10PRV2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 61,
"time": "1775559424"
},
"departure": {
"delay": 61,
"time": "1775559481"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 39,
"time": "1775559579"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 146,
"time": "1775558573"
},
"departure": {
"delay": 146,
"time": "1775558606"
},
"stopId": "FR:50129:ZE:10RTU2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 152,
"time": "1775558519"
},
"departure": {
"delay": 152,
"time": "1775558552"
},
"stopId": "FR:50129:ZE:10BRA4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 100,
"time": "1775559250"
},
"departure": {
"delay": 100,
"time": "1775559280"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 49,
"time": "1775558887"
},
"departure": {
"delay": 49,
"time": "1775558929"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 190,
"time": "1775558427"
},
"departure": {
"delay": 190,
"time": "1775558470"
},
"stopId": "FR:50129:ZE:10BQR2:ATOUMOD035",
"stopSequence": 7
},
{
"departure": {
"delay": 218,
"time": "1775558018"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 1
}
],
"timestamp": "1775560079",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1A:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745248x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3748511x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -7,
"time": "1775558174"
},
"departure": {
"delay": -7,
"time": "1775558213"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": -64,
"time": "1775558529"
},
"departure": {
"delay": -64,
"time": "1775558576"
},
"stopId": "FR:50129:ZE:10ANJ6:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 87,
"time": "1775557334"
},
"departure": {
"delay": 87,
"time": "1775557347"
},
"stopId": "FR:50129:ZE:10CHE2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": -136,
"time": "1775559044"
},
"stopId": "FR:50129:ZE:10PYC1:ATOUMOD035",
"stopSequence": 24
},
{
"departure": {
"delay": 77,
"time": "1775557277"
},
"stopId": "FR:50129:ZE:10ZSA4:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 102,
"time": "1775557541"
},
"departure": {
"delay": 102,
"time": "1775557602"
},
"stopId": "FR:50129:ZE:10BRO2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 68,
"time": "1775557376"
},
"departure": {
"delay": 68,
"time": "1775557388"
},
"stopId": "FR:50129:ZE:10JBO4:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": -84,
"time": "1775558406"
},
"departure": {
"delay": -84,
"time": "1775558436"
},
"stopId": "FR:50129:ZE:10OYG2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": -82,
"time": "1775558463"
},
"departure": {
"delay": -82,
"time": "1775558498"
},
"stopId": "FR:50129:ZE:10PRV2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": -146,
"time": "1775558842"
},
"departure": {
"delay": -146,
"time": "1775558854"
},
"stopId": "FR:50129:ZE:10GRI2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": -151,
"time": "1775558951"
},
"departure": {
"delay": -151,
"time": "1775558969"
},
"stopId": "FR:50129:ZE:10VDT2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 88,
"time": "1775557634"
},
"departure": {
"delay": 88,
"time": "1775557648"
},
"stopId": "FR:50129:ZE:10LLM2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 132,
"time": "1775557716"
},
"departure": {
"delay": 132,
"time": "1775557752"
},
"stopId": "FR:50129:ZE:10LUM2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": -78,
"time": "1775558346"
},
"departure": {
"delay": -78,
"time": "1775558382"
},
"stopId": "FR:50129:ZE:10EGL2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 117,
"time": "1775557882"
},
"departure": {
"delay": 117,
"time": "1775557917"
},
"stopId": "FR:50129:ZE:10LCP2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": -162,
"time": "1775558741"
},
"departure": {
"delay": -162,
"time": "1775558778"
},
"stopId": "FR:50129:ZE:10MRT2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 63,
"time": "1775557667"
},
"departure": {
"delay": 63,
"time": "1775557683"
},
"stopId": "FR:50129:ZE:10JMO2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": -182,
"time": "1775558806"
},
"departure": {
"delay": -182,
"time": "1775558818"
},
"stopId": "FR:50129:ZE:10FOE2:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": -155,
"time": "1775558892"
},
"departure": {
"delay": -155,
"time": "1775558905"
},
"stopId": "FR:50129:ZE:10ZFO2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": -133,
"time": "1775558663"
},
"departure": {
"delay": -133,
"time": "1775558687"
},
"stopId": "FR:50129:ZE:10BRA2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 105,
"time": "1775558015"
},
"departure": {
"delay": 105,
"time": "1775558025"
},
"stopId": "FR:50129:ZE:10THH4:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 102,
"time": "1775557807"
},
"departure": {
"delay": 102,
"time": "1775557842"
},
"stopId": "FR:50129:ZE:10BHC2:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": -66,
"time": "1775558294"
},
"departure": {
"delay": -66,
"time": "1775558334"
},
"stopId": "FR:50129:ZE:10AMO2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": -150,
"time": "1775558601"
},
"departure": {
"delay": -150,
"time": "1775558610"
},
"stopId": "FR:50129:ZE:10BQR2:ATOUMOD035",
"stopSequence": 17
}
],
"timestamp": "1775560076",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:06:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3748511x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC596132:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 25,
"time": "1775561605"
},
"departure": {
"delay": 25,
"time": "1775561605"
},
"stopId": "FR:27229:ZE:0xGAR03:ATOUMOD004",
"stopSequence": 28
},
{
"arrival": {
"delay": 225,
"time": "1775560365"
},
"departure": {
"delay": 225,
"time": "1775560365"
},
"stopId": "FR:27602:ZE:0xLES02:ATOUMOD004",
"stopSequence": 7
},
{
"arrival": {
"delay": 176,
"time": "1775560556"
},
"departure": {
"delay": 176,
"time": "1775560556"
},
"stopId": "FR:27602:ZE:0xBAU02:ATOUMOD004",
"stopSequence": 10
},
{
"arrival": {
"delay": 180,
"time": "1775560500"
},
"departure": {
"delay": 180,
"time": "1775560500"
},
"stopId": "FR:27602:ZE:0xALI01:ATOUMOD004",
"stopSequence": 9
},
{
"arrival": {
"delay": 214,
"time": "1775560954"
},
"departure": {
"delay": 214,
"time": "1775560954"
},
"stopId": "FR:27229:ZE:0xQUI01:ATOUMOD004",
"stopSequence": 20
},
{
"arrival": {
"delay": 115,
"time": "1775561695"
},
"departure": {
"delay": 115,
"time": "1775561695"
},
"stopId": "FR:27229:ZE:0xLEB01:ATOUMOD004",
"stopSequence": 29
},
{
"arrival": {
"delay": 163,
"time": "1775560183"
},
"departure": {
"delay": 163,
"time": "1775560183"
},
"stopId": "FR:27602:ZE:0xCLN02:ATOUMOD004",
"stopSequence": 6
},
{
"arrival": {
"delay": 22,
"time": "1775561962"
},
"departure": {
"delay": 22,
"time": "1775561962"
},
"stopId": "FR:27229:ZE:0xSUC02:ATOUMOD004",
"stopSequence": 32
},
{
"arrival": {
"delay": 214,
"time": "1775561014"
},
"departure": {
"delay": 214,
"time": "1775561014"
},
"stopId": "FR:27229:ZE:0xSTA01:ATOUMOD004",
"stopSequence": 21
},
{
"arrival": {
"delay": 116,
"time": "1775561216"
},
"departure": {
"delay": 116,
"time": "1775561216"
},
"stopId": "FR:27229:ZE:0xTAU01:ATOUMOD004",
"stopSequence": 23
},
{
"arrival": {
"delay": 56,
"time": "1775561336"
},
"departure": {
"delay": 56,
"time": "1775561336"
},
"stopId": "FR:27229:ZE:0xVED01:ATOUMOD004",
"stopSequence": 25
},
{
"arrival": {
"delay": 116,
"time": "1775561276"
},
"departure": {
"delay": 116,
"time": "1775561276"
},
"stopId": "FR:27229:ZE:0xARC01:ATOUMOD004",
"stopSequence": 24
},
{
"arrival": {
"delay": 129,
"time": "1775561109"
},
"departure": {
"delay": 129,
"time": "1775561109"
},
"stopId": "FR:27229:ZE:0xMFO01:ATOUMOD004",
"stopSequence": 22
},
{
"arrival": {
"delay": 196,
"time": "1775560696"
},
"departure": {
"delay": 196,
"time": "1775560696"
},
"stopId": "FR:27602:ZE:0xWAL01:ATOUMOD004",
"stopSequence": 12
},
{
"arrival": {
"delay": 77,
"time": "1775561537"
},
"departure": {
"delay": 77,
"time": "1775561537"
},
"stopId": "FR:27229:ZE:0xJAU01:ATOUMOD004",
"stopSequence": 27
},
{
"arrival": {
"delay": 32,
"time": "1775561912"
},
"departure": {
"delay": 32,
"time": "1775561912"
},
"stopId": "FR:27229:ZE:0xVUL02:ATOUMOD004",
"stopSequence": 31
},
{
"arrival": {
"delay": 107,
"time": "1775561387"
},
"departure": {
"delay": 107,
"time": "1775561387"
},
"stopId": "FR:27229:ZE:0xHAP01:ATOUMOD004",
"stopSequence": 26
},
{
"arrival": {
"delay": 99,
"time": "1775561799"
},
"departure": {
"delay": 99,
"time": "1775561799"
},
"stopId": "FR:27229:ZE:0xLYT02:ATOUMOD004",
"stopSequence": 30
},
{
"arrival": {
"delay": 233,
"time": "1775560433"
},
"departure": {
"delay": 233,
"time": "1775560433"
},
"stopId": "FR:27602:ZE:0xBVE02:ATOUMOD004",
"stopSequence": 8
},
{
"arrival": {
"delay": 149,
"time": "1775560649"
},
"departure": {
"delay": 149,
"time": "1775560649"
},
"stopId": "FR:27602:ZE:0xBOU01:ATOUMOD004",
"stopSequence": 11
},
{
"arrival": {
"delay": 216,
"time": "1775560056"
},
"departure": {
"delay": 216,
"time": "1775560056"
},
"stopId": "FR:27602:ZE:0xHEP01:ATOUMOD004",
"stopSequence": 4
},
{
"arrival": {
"delay": 219,
"time": "1775560899"
},
"departure": {
"delay": 219,
"time": "1775560899"
},
"stopId": "FR:27229:ZE:0xHON01:ATOUMOD004",
"stopSequence": 13
},
{
"arrival": {
"delay": 225,
"time": "1775560125"
},
"departure": {
"delay": 225,
"time": "1775560125"
},
"stopId": "FR:27602:ZE:0xCLC02:ATOUMOD004",
"stopSequence": 5
},
{
"arrival": {
"delay": 245,
"time": "1775559965"
},
"departure": {
"delay": 245,
"time": "1775559965"
},
"stopId": "FR:27602:ZE:0xRGO02:ATOUMOD004",
"stopSequence": 3
},
{
"arrival": {
"delay": -21,
"time": "1775561979"
},
"stopId": "FR:27229:ZE:0xZIIC04:ATOUMOD004",
"stopSequence": 33
},
{
"departure": {
"delay": 232,
"time": "1775559832"
},
"stopId": "FR:27602:ZE:0xROU02:ATOUMOD004",
"stopSequence": 1
},
{
"arrival": {
"delay": 232,
"time": "1775559892"
},
"departure": {
"delay": 232,
"time": "1775559892"
},
"stopId": "FR:27602:ZE:0xMOI02:ATOUMOD004",
"stopSequence": 2
}
],
"timestamp": "1775560081",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD004:Line:T4:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC596132:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745729x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 205,
"time": "1775553096"
},
"departure": {
"delay": 205,
"time": "1775553145"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 4,
"time": "1775554264"
},
"stopId": "FR:50129:ZE:10AMF1:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 237,
"time": "1775553443"
},
"departure": {
"delay": 237,
"time": "1775553477"
},
"stopId": "FR:50129:ZE:10TRA3:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 109,
"time": "1775554035"
},
"departure": {
"delay": 109,
"time": "1775554069"
},
"stopId": "FR:50129:ZE:10PAU2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 32,
"time": "1775554198"
},
"departure": {
"delay": 32,
"time": "1775554232"
},
"stopId": "FR:50129:ZE:10MES2:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 101,
"time": "1775553969"
},
"departure": {
"delay": 101,
"time": "1775554001"
},
"stopId": "FR:50129:ZE:10EPH1:ATOUMOD035",
"stopSequence": 31
},
{
"departure": {
"delay": 16,
"time": "1775551396"
},
"stopId": "FR:50129:ZE:10ECT1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 158,
"time": "1775553789"
},
"departure": {
"delay": 158,
"time": "1775553818"
},
"stopId": "FR:50129:ZE:10PET2:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 124,
"time": "1775552908"
},
"departure": {
"delay": 124,
"time": "1775552944"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 252,
"time": "1775553542"
},
"departure": {
"delay": 252,
"time": "1775553552"
},
"stopId": "FR:50129:ZE:10CMI2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 2,
"time": "1775551777"
},
"departure": {
"delay": 2,
"time": "1775551802"
},
"stopId": "FR:50129:ZE:10MED4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 74,
"time": "1775552615"
},
"departure": {
"delay": 74,
"time": "1775552654"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 30,
"time": "1775551549"
},
"departure": {
"delay": 30,
"time": "1775551590"
},
"stopId": "FR:50129:ZE:10LPL2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 80,
"time": "1775552688"
},
"departure": {
"delay": 80,
"time": "1775552720"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 232,
"time": "1775553362"
},
"departure": {
"delay": 232,
"time": "1775553412"
},
"stopId": "FR:50129:ZE:10REP4:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 84,
"time": "1775554091"
},
"departure": {
"delay": 84,
"time": "1775554104"
},
"stopId": "FR:50129:ZE:10TLL2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": -61,
"time": "1775552208"
},
"departure": {
"delay": -61,
"time": "1775552219"
},
"stopId": "FR:50129:ZE:10CRN2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 38,
"time": "1775551451"
},
"departure": {
"delay": 38,
"time": "1775551478"
},
"stopId": "FR:50129:ZE:10FLO2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": -2,
"time": "1775551848"
},
"departure": {
"delay": -2,
"time": "1775551858"
},
"stopId": "FR:50129:ZE:10BAG4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 108,
"time": "1775553918"
},
"departure": {
"delay": 108,
"time": "1775553948"
},
"stopId": "FR:50129:ZE:10EPC2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 43,
"time": "1775554169"
},
"departure": {
"delay": 43,
"time": "1775554183"
},
"stopId": "FR:50129:ZE:10MOR2:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 32,
"time": "1775551609"
},
"departure": {
"delay": 32,
"time": "1775551652"
},
"stopId": "FR:50129:ZE:10GDR2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 14,
"time": "1775552349"
},
"departure": {
"delay": 14,
"time": "1775552414"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 169,
"time": "1775553741"
},
"departure": {
"delay": 169,
"time": "1775553769"
},
"stopId": "FR:50129:ZE:10HME2:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 232,
"time": "1775553502"
},
"departure": {
"delay": 232,
"time": "1775553532"
},
"stopId": "FR:50129:ZE:10PAX2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 55,
"time": "1775554124"
},
"departure": {
"delay": 55,
"time": "1775554135"
},
"stopId": "FR:50129:ZE:10HET2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 240,
"time": "1775553585"
},
"departure": {
"delay": 240,
"time": "1775553600"
},
"stopId": "FR:50129:ZE:10ANN2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 243,
"time": "1775553269"
},
"departure": {
"delay": 243,
"time": "1775553303"
},
"stopId": "FR:50129:ZE:10HDI4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 8,
"time": "1775552007"
},
"departure": {
"delay": 8,
"time": "1775552048"
},
"stopId": "FR:50129:ZE:10XCT4:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": -58,
"time": "1775551913"
},
"departure": {
"delay": -58,
"time": "1775551922"
},
"stopId": "FR:50129:ZE:10GRR2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 90,
"time": "1775553863"
},
"departure": {
"delay": 90,
"time": "1775553870"
},
"stopId": "FR:50129:ZE:10DIX2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 54,
"time": "1775551679"
},
"departure": {
"delay": 54,
"time": "1775551734"
},
"stopId": "FR:50129:ZE:10NOR6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 159,
"time": "1775552957"
},
"departure": {
"delay": 159,
"time": "1775553039"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 209,
"time": "1775553659"
},
"departure": {
"delay": 209,
"time": "1775553689"
},
"stopId": "FR:50129:ZE:10CAQ2:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 83,
"time": "1775552811"
},
"departure": {
"delay": 83,
"time": "1775552843"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": -31,
"time": "1775552089"
},
"departure": {
"delay": -31,
"time": "1775552129"
},
"stopId": "FR:50129:ZE:10HPA4:ATOUMOD035",
"stopSequence": 11
}
],
"timestamp": "1775560077",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:02:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745729x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745139x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -7,
"time": "1775543281"
},
"departure": {
"delay": -7,
"time": "1775543333"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": -143,
"time": "1775543782"
},
"departure": {
"delay": -143,
"time": "1775543797"
},
"stopId": "FR:50129:ZE:10BRA3:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": -39,
"time": "1775544305"
},
"departure": {
"delay": -39,
"time": "1775544321"
},
"stopId": "FR:50129:ZE:10AMO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": -35,
"time": "1775543178"
},
"departure": {
"delay": -35,
"time": "1775543185"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": -37,
"time": "1775543211"
},
"departure": {
"delay": -37,
"time": "1775543243"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": -127,
"time": "1775543715"
},
"departure": {
"delay": -127,
"time": "1775543753"
},
"stopId": "FR:50129:ZE:10RTU1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": -61,
"time": "1775543534"
},
"departure": {
"delay": -61,
"time": "1775543579"
},
"stopId": "FR:50129:ZE:10FOR3:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": -23,
"time": "1775543080"
},
"departure": {
"delay": -23,
"time": "1775543137"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": -29,
"time": "1775544165"
},
"departure": {
"delay": -29,
"time": "1775544211"
},
"stopId": "FR:50129:ZE:10OLY1:ATOUMOD035",
"stopSequence": 16
},
{
"departure": {
"delay": 13,
"time": "1775542813"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": -127,
"time": "1775543911"
},
"departure": {
"delay": -127,
"time": "1775543933"
},
"stopId": "FR:50129:ZE:10BQR1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": -46,
"time": "1775544095"
},
"departure": {
"delay": -46,
"time": "1775544134"
},
"stopId": "FR:50129:ZE:10PRV1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": -42,
"time": "1775542865"
},
"departure": {
"delay": -42,
"time": "1775542938"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": -26,
"time": "1775543456"
},
"departure": {
"delay": -26,
"time": "1775543494"
},
"stopId": "FR:50129:ZE:10CRC3:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": -95,
"time": "1775543622"
},
"departure": {
"delay": -95,
"time": "1775543665"
},
"stopId": "FR:50129:ZE:10PFO1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": -57,
"time": "1775544483"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": -14,
"time": "1775544237"
},
"departure": {
"delay": -14,
"time": "1775544286"
},
"stopId": "FR:50129:ZE:10EGL1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": -52,
"time": "1775544025"
},
"departure": {
"delay": -52,
"time": "1775544068"
},
"stopId": "FR:50129:ZE:10ANJ5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": -3,
"time": "1775542998"
},
"departure": {
"delay": -3,
"time": "1775543037"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 3
}
],
"timestamp": "1775560076",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1B:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745139x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4108041x2025x26xGSemHTRAxSemainex00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 46,
"time": "1775559466"
},
"stopId": "FR:76351:ZE:3990:ATOUMOD003",
"stopSequence": 9
},
{
"departure": {
"delay": 47,
"time": "1775559287"
},
"stopId": "FR:76351:ZE:3968:ATOUMOD003",
"stopSequence": 8
},
{
"departure": {
"delay": 55,
"time": "1775559775"
},
"stopId": "FR:76351:ZE:3981:ATOUMOD003",
"stopSequence": 12
},
{
"departure": {
"delay": 33,
"time": "1775559873"
},
"stopId": "FR:76351:ZE:3965:ATOUMOD003",
"stopSequence": 13
},
{
"departure": {
"delay": 28,
"time": "1775559568"
},
"stopId": "FR:76351:ZE:4000:ATOUMOD003",
"stopSequence": 10
},
{
"departure": {
"delay": 19,
"time": "1775559679"
},
"stopId": "FR:76351:ZE:3960:ATOUMOD003",
"stopSequence": 11
},
{
"departure": {
"delay": 31,
"time": "1775559991"
},
"stopId": "FR:76351:ZE:3998:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": 10,
"time": "1775560090"
},
"stopId": "FR:76351:ZE:3984:ATOUMOD003",
"stopSequence": 15
}
],
"timestamp": "1775559499",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:B:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4108041x2025x26xGSemHTRAxSemainex00:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4230559x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": -1,
"time": "1775559659"
},
"stopId": "FR:76351:ZE:3532:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": -24,
"time": "1775561316"
},
"departure": {
"delay": -24,
"time": "1775561316"
},
"stopId": "FR:76351:ZE:3386:ATOUMOD003",
"stopSequence": 34
},
{
"arrival": {
"delay": -66,
"time": "1775560434"
},
"departure": {
"delay": -66,
"time": "1775560434"
},
"stopId": "FR:76351:ZE:3276:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": -78,
"time": "1775561262"
},
"departure": {
"delay": -78,
"time": "1775561262"
},
"stopId": "FR:76351:ZE:3342:ATOUMOD003",
"stopSequence": 33
},
{
"arrival": {
"delay": -26,
"time": "1775560354"
},
"departure": {
"delay": -26,
"time": "1775560354"
},
"stopId": "FR:76351:ZE:3501:ATOUMOD003",
"stopSequence": 23
},
{
"departure": {
"delay": -2,
"time": "1775559598"
},
"stopId": "FR:76351:ZE:3358:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": -53,
"time": "1775561227"
},
"departure": {
"delay": -53,
"time": "1775561227"
},
"stopId": "FR:76351:ZE:3785:ATOUMOD003",
"stopSequence": 32
},
{
"arrival": {
"delay": -77,
"time": "1775560123"
},
"departure": {
"delay": -77,
"time": "1775560123"
},
"stopId": "FR:76351:ZE:3657:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": -78,
"time": "1775560542"
},
"departure": {
"delay": -78,
"time": "1775560542"
},
"stopId": "FR:76351:ZE:5183:ATOUMOD003",
"stopSequence": 25
},
{
"arrival": {
"delay": -38,
"time": "1775561122"
},
"departure": {
"delay": -38,
"time": "1775561122"
},
"stopId": "FR:76351:ZE:3019:ATOUMOD003",
"stopSequence": 30
},
{
"departure": {
"delay": -18,
"time": "1775559402"
},
"stopId": "FR:76351:ZE:3427:ATOUMOD003",
"stopSequence": 9
},
{
"departure": {
"time": "1775559840"
},
"stopId": "FR:76351:ZE:3192:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": -78,
"time": "1775560782"
},
"departure": {
"delay": -78,
"time": "1775560782"
},
"stopId": "FR:76351:ZE:3200:ATOUMOD003",
"stopSequence": 26
},
{
"departure": {
"delay": 28,
"time": "1775559508"
},
"stopId": "FR:76351:ZE:3418:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": -73,
"time": "1775560247"
},
"departure": {
"delay": -73,
"time": "1775560247"
},
"stopId": "FR:76351:ZE:3646:ATOUMOD003",
"stopSequence": 22
},
{
"departure": {
"delay": -31,
"time": "1775559749"
},
"stopId": "FR:76351:ZE:3628:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": -78,
"time": "1775561442"
},
"stopId": "FR:76351:ZE:3743:ATOUMOD003",
"stopSequence": 36
},
{
"departure": {
"delay": 27,
"time": "1775559267"
},
"stopId": "FR:76351:ZE:5224:ATOUMOD003",
"stopSequence": 7
},
{
"arrival": {
"delay": -34,
"time": "1775560886"
},
"departure": {
"delay": -34,
"time": "1775560886"
},
"stopId": "FR:76351:ZE:3543:ATOUMOD003",
"stopSequence": 27
},
{
"arrival": {
"delay": -68,
"time": "1775561152"
},
"departure": {
"delay": -68,
"time": "1775561152"
},
"stopId": "FR:76351:ZE:3685:ATOUMOD003",
"stopSequence": 31
},
{
"arrival": {
"delay": -78,
"time": "1775560182"
},
"departure": {
"delay": -78,
"time": "1775560182"
},
"stopId": "FR:76351:ZE:4643:ATOUMOD003",
"stopSequence": 21
},
{
"departure": {
"delay": -53,
"time": "1775559907"
},
"stopId": "FR:76351:ZE:3241:ATOUMOD003",
"stopSequence": 17
},
{
"departure": {
"delay": -32,
"time": "1775559568"
},
"stopId": "FR:76351:ZE:3125:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": -78,
"time": "1775561022"
},
"departure": {
"delay": -78,
"time": "1775561022"
},
"stopId": "FR:76351:ZE:3770:ATOUMOD003",
"stopSequence": 28
},
{
"arrival": {
"delay": -29,
"time": "1775561371"
},
"departure": {
"delay": -29,
"time": "1775561371"
},
"stopId": "FR:76351:ZE:3047:ATOUMOD003",
"stopSequence": 35
},
{
"arrival": {
"delay": -78,
"time": "1775561082"
},
"departure": {
"delay": -78,
"time": "1775561082"
},
"stopId": "FR:76351:ZE:3007:ATOUMOD003",
"stopSequence": 29
},
{
"departure": {
"delay": -17,
"time": "1775559463"
},
"stopId": "FR:76351:ZE:3364:ATOUMOD003",
"stopSequence": 10
},
{
"departure": {
"delay": -16,
"time": "1775559344"
},
"stopId": "FR:76351:ZE:3385:ATOUMOD003",
"stopSequence": 8
},
{
"departure": {
"delay": -29,
"time": "1775560051"
},
"stopId": "FR:76351:ZE:3028:ATOUMOD003",
"stopSequence": 18
}
],
"timestamp": "1775559689",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C3:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4230559x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx15047:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 16305,
"time": "1775559705"
},
"departure": {
"delay": 16305,
"time": "1775559705"
},
"stopId": "FR:76108:ZE:TCARxMAXPO2:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 15998,
"time": "1775560958"
},
"departure": {
"delay": 15998,
"time": "1775560958"
},
"stopId": "FR:76216:ZE:TCARxJVERN1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 16267,
"time": "1775559667"
},
"departure": {
"delay": 16267,
"time": "1775559667"
},
"stopId": "FR:76108:ZE:TCARxBGUI21:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 16027,
"time": "1775561047"
},
"departure": {
"delay": 16027,
"time": "1775561047"
},
"stopId": "FR:76216:ZE:TCARxSPAUL1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 16302,
"time": "1775560062"
},
"departure": {
"delay": 16302,
"time": "1775560062"
},
"stopId": "FR:76451:ZE:TCARxSAKHA0:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 15938,
"time": "1775561678"
},
"stopId": "FR:76216:ZE:TCARxCAILL3:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": 16273,
"time": "1775559913"
},
"departure": {
"delay": 16273,
"time": "1775559913"
},
"stopId": "FR:76451:ZE:TCARxEXUPE4:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 16163,
"time": "1775560463"
},
"departure": {
"delay": 16163,
"time": "1775560463"
},
"stopId": "FR:76451:ZE:TCARxCOQU21:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 16303,
"time": "1775559823"
},
"departure": {
"delay": 16303,
"time": "1775559823"
},
"stopId": "FR:76108:ZE:TCARxBOCQU4:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 16023,
"time": "1775561283"
},
"departure": {
"delay": 16023,
"time": "1775561283"
},
"stopId": "FR:76216:ZE:TCARxDEVIL4:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 16202,
"time": "1775560322"
},
"departure": {
"delay": 16202,
"time": "1775560322"
},
"stopId": "FR:76451:ZE:TCARxMURET1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 16079,
"time": "1775560499"
},
"departure": {
"delay": 16079,
"time": "1775560499"
},
"stopId": "FR:76451:ZE:TCARxCOLBE1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 16243,
"time": "1775559763"
},
"departure": {
"delay": 16243,
"time": "1775559763"
},
"stopId": "FR:76108:ZE:TCARxVIELL3:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 16333,
"time": "1775559613"
},
"departure": {
"delay": 16333,
"time": "1775559613"
},
"stopId": "FR:76108:ZE:TCARxANDER2:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 16203,
"time": "1775560383"
},
"departure": {
"delay": 16203,
"time": "1775560383"
},
"stopId": "FR:76451:ZE:TCARxHDVBE2:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 16237,
"time": "1775560117"
},
"departure": {
"delay": 16237,
"time": "1775560117"
},
"stopId": "FR:76451:ZE:TCARxCCOMM2:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 16395,
"time": "1775559495"
},
"departure": {
"delay": 16395,
"time": "1775559495"
},
"stopId": "FR:76108:ZE:TCARxREEDU1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 16328,
"time": "1775559548"
},
"departure": {
"delay": 16328,
"time": "1775559548"
},
"stopId": "FR:76108:ZE:TCARxVENIS1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 16045,
"time": "1775560825"
},
"departure": {
"delay": 16045,
"time": "1775560825"
},
"stopId": "FR:76451:ZE:TCARxCROIX2:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 16054,
"time": "1775560894"
},
"departure": {
"delay": 16054,
"time": "1775560894"
},
"stopId": "FR:76451:ZE:TCARxDEBOI1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 16215,
"time": "1775560275"
},
"departure": {
"delay": 16215,
"time": "1775560275"
},
"stopId": "FR:76451:ZE:TCARxGALLI1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 15998,
"time": "1775561198"
},
"departure": {
"delay": 15998,
"time": "1775561198"
},
"stopId": "FR:76410:ZE:TCARxPALIS4:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 16408,
"time": "1775559363"
},
"departure": {
"delay": 16408,
"time": "1775559388"
},
"stopId": "FR:76095:ZE:TCARxCIMEB2:ATOUMOD001",
"stopSequence": 2
}
],
"timestamp": "1775559016",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx08:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx15047:LOC"
}
}
},
{
"id": "SM:ATOUMOD005:ServiceJourney:615:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775562720"
},
"departure": {
"time": "1775562720"
},
"stopId": "FR:76217:ZE:18067:ATOUMOD005",
"stopSequence": 7
},
{
"arrival": {
"time": "1775563740"
},
"departure": {
"time": "1775563740"
},
"stopId": "FR:76217:ZE:18321:ATOUMOD005",
"stopSequence": 17
},
{
"arrival": {
"time": "1775562780"
},
"departure": {
"time": "1775562780"
},
"stopId": "FR:76217:ZE:18325:ATOUMOD005",
"stopSequence": 8
},
{
"arrival": {
"time": "1775562480"
},
"departure": {
"time": "1775562480"
},
"stopId": "FR:76217:ZE:18043:ATOUMOD005",
"stopSequence": 4
},
{
"arrival": {
"time": "1775562360"
},
"departure": {
"time": "1775562360"
},
"stopId": "FR:76217:ZE:18057:ATOUMOD005",
"stopSequence": 3
},
{
"arrival": {
"time": "1775563800"
},
"stopId": "FR:76217:ZE:18041:ATOUMOD005",
"stopSequence": 18
},
{
"arrival": {
"time": "1775562600"
},
"departure": {
"time": "1775562600"
},
"stopId": "FR:76217:ZE:18243:ATOUMOD005",
"stopSequence": 5
},
{
"arrival": {
"time": "1775563140"
},
"departure": {
"time": "1775563140"
},
"stopId": "FR:76217:ZE:18028:ATOUMOD005",
"stopSequence": 14
},
{
"arrival": {
"time": "1775563080"
},
"departure": {
"time": "1775563080"
},
"stopId": "FR:76217:ZE:18080:ATOUMOD005",
"stopSequence": 13
},
{
"arrival": {
"time": "1775563380"
},
"departure": {
"time": "1775563380"
},
"stopId": "FR:76217:ZE:18324:ATOUMOD005",
"stopSequence": 15
},
{
"arrival": {
"time": "1775562660"
},
"departure": {
"time": "1775562660"
},
"stopId": "FR:76217:ZE:18800:ATOUMOD005",
"stopSequence": 6
},
{
"arrival": {
"time": "1775562960"
},
"departure": {
"time": "1775562960"
},
"stopId": "FR:76217:ZE:18801:ATOUMOD005",
"stopSequence": 11
},
{
"arrival": {
"time": "1775563560"
},
"departure": {
"time": "1775563560"
},
"stopId": "FR:76217:ZE:18023:ATOUMOD005",
"stopSequence": 16
},
{
"departure": {
"time": "1775562000"
},
"stopId": "FR:76217:ZE:18088:ATOUMOD005",
"stopSequence": 1
},
{
"arrival": {
"time": "1775563020"
},
"departure": {
"time": "1775563020"
},
"stopId": "FR:76217:ZE:18037:ATOUMOD005",
"stopSequence": 12
},
{
"arrival": {
"time": "1775562840"
},
"departure": {
"time": "1775562840"
},
"stopId": "FR:76217:ZE:18093:ATOUMOD005",
"stopSequence": 9
},
{
"arrival": {
"time": "1775562900"
},
"departure": {
"time": "1775562900"
},
"stopId": "FR:76217:ZE:18052:ATOUMOD005",
"stopSequence": 10
},
{
"arrival": {
"time": "1775562180"
},
"departure": {
"time": "1775562180"
},
"stopId": "FR:76217:ZE:18320:ATOUMOD005",
"stopSequence": 2
}
],
"timestamp": "1775560066",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD005:Line:3:LOC",
"tripId": "ATOUMOD005:ServiceJourney:615:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx14671:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -23340,
"time": "1775561160"
},
"departure": {
"delay": -23340,
"time": "1775561160"
},
"stopId": "FR:76540:ZE:TCARxSIMON2:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": -23334,
"time": "1775561226"
},
"departure": {
"delay": -23334,
"time": "1775561226"
},
"stopId": "FR:76540:ZE:TCARxMATHI1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": -23329,
"time": "1775561351"
},
"departure": {
"delay": -23329,
"time": "1775561351"
},
"stopId": "FR:76540:ZE:TCARxBAMME1:ATOUMOD001",
"stopSequence": 8
},
{
"departure": {
"delay": -23400,
"time": "1775560740"
},
"stopId": "FR:76681:ZE:TCARxHDVS2:ATOUMOD001",
"stopSequence": 1
}
],
"timestamp": "1775559976",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx07:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx14671:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC602192:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -160,
"time": "1775563100"
},
"departure": {
"delay": -160,
"time": "1775563100"
},
"stopId": "FR:27229:ZE:0xLOM01:ATOUMOD004",
"stopSequence": 26
},
{
"arrival": {
"delay": -11,
"time": "1775563429"
},
"departure": {
"delay": -11,
"time": "1775563429"
},
"stopId": "FR:27229:ZE:0xJAU01:ATOUMOD004",
"stopSequence": 28
},
{
"arrival": {
"delay": -15,
"time": "1775563485"
},
"stopId": "FR:27229:ZE:0xGAR11:ATOUMOD004",
"stopSequence": 29
},
{
"arrival": {
"delay": -2579,
"time": "1775560081"
},
"departure": {
"delay": -2579,
"time": "1775560081"
},
"stopId": "FR:27229:ZE:0xAVR02:ATOUMOD004",
"stopSequence": 12
},
{
"arrival": {
"delay": -2759,
"time": "1775560081"
},
"departure": {
"delay": -2759,
"time": "1775560081"
},
"stopId": "FR:27229:ZE:0xNEUBO01:ATOUMOD004",
"stopSequence": 23
},
{
"arrival": {
"delay": -2699,
"time": "1775560081"
},
"departure": {
"delay": -2699,
"time": "1775560081"
},
"stopId": "FR:27229:ZE:0xSAC01:ATOUMOD004",
"stopSequence": 13
},
{
"departure": {
"delay": -2519,
"time": "1775560081"
},
"stopId": "FR:27229:ZE:0xROS11:ATOUMOD004",
"stopSequence": 11
},
{
"arrival": {
"delay": -2879,
"time": "1775560081"
},
"departure": {
"delay": -2879,
"time": "1775560081"
},
"stopId": "FR:27229:ZE:0xCOT01:ATOUMOD004",
"stopSequence": 24
},
{
"arrival": {
"delay": -101,
"time": "1775563219"
},
"departure": {
"delay": -101,
"time": "1775563219"
},
"stopId": "FR:27229:ZE:0xHAP01:ATOUMOD004",
"stopSequence": 27
},
{
"arrival": {
"delay": -139,
"time": "1775562941"
},
"departure": {
"delay": -139,
"time": "1775562941"
},
"stopId": "FR:27229:ZE:0xSAU01:ATOUMOD004",
"stopSequence": 25
}
],
"timestamp": "1775560081",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD004:Line:T10:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC602192:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3758433x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 380,
"time": "1775540443"
},
"departure": {
"delay": 380,
"time": "1775540480"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 322,
"time": "1775541503"
},
"departure": {
"delay": 322,
"time": "1775541562"
},
"stopId": "FR:50129:ZE:10DIX2:ATOUMOD035",
"stopSequence": 12
},
{
"departure": {
"delay": 164,
"time": "1775539964"
},
"stopId": "FR:50129:ZE:10PEM4:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 332,
"time": "1775541361"
},
"departure": {
"delay": 332,
"time": "1775541392"
},
"stopId": "FR:50129:ZE:10HME2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 186,
"time": "1775542743"
},
"departure": {
"delay": 186,
"time": "1775542806"
},
"stopId": "FR:50041:ZE:HAGMA2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 311,
"time": "1775540165"
},
"departure": {
"delay": 311,
"time": "1775540231"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 235,
"time": "1775541617"
},
"departure": {
"delay": 235,
"time": "1775541655"
},
"stopId": "FR:50129:ZE:QQVPL1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 258,
"time": "1775540726"
},
"departure": {
"delay": 258,
"time": "1775540778"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 303,
"time": "1775540284"
},
"departure": {
"delay": 303,
"time": "1775540343"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 363,
"time": "1775541093"
},
"departure": {
"delay": 363,
"time": "1775541123"
},
"stopId": "FR:50129:ZE:10LSA2:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 203,
"time": "1775541873"
},
"departure": {
"delay": 203,
"time": "1775541923"
},
"stopId": "FR:50041:ZE:HAGBG2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 213,
"time": "1775540633"
},
"departure": {
"delay": 213,
"time": "1775540673"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 199,
"time": "1775542647"
},
"departure": {
"delay": 199,
"time": "1775542699"
},
"stopId": "FR:50041:ZE:HAGFY2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 229,
"time": "1775542409"
},
"departure": {
"delay": 229,
"time": "1775542429"
},
"stopId": "FR:50041:ZE:HAGGR2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 333,
"time": "1775541420"
},
"departure": {
"delay": 333,
"time": "1775541453"
},
"stopId": "FR:50129:ZE:10PET2:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 422,
"time": "1775541225"
},
"departure": {
"delay": 422,
"time": "1775541302"
},
"stopId": "FR:50129:ZE:10CAQ2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 209,
"time": "1775540565"
},
"departure": {
"delay": 209,
"time": "1775540609"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 97,
"time": "1775543197"
},
"stopId": "FR:50041:ZE:HAGOLL:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 260,
"time": "1775541965"
},
"departure": {
"delay": 260,
"time": "1775542040"
},
"stopId": "FR:50041:ZE:HAGMF2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 197,
"time": "1775542893"
},
"departure": {
"delay": 197,
"time": "1775542937"
},
"stopId": "FR:50041:ZE:HAGCC2:ATOUMOD035",
"stopSequence": 20
}
],
"timestamp": "1775560075",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:A:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3758433x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4057011x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 111,
"time": "1775560431"
},
"departure": {
"delay": 111,
"time": "1775560431"
},
"stopId": "FR:76351:ZE:3162:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": 104,
"time": "1775560544"
},
"departure": {
"delay": 104,
"time": "1775560544"
},
"stopId": "FR:76351:ZE:4568:ATOUMOD003",
"stopSequence": 19
},
{
"departure": {
"delay": 56,
"time": "1775559776"
},
"stopId": "FR:76351:ZE:4995:ATOUMOD003",
"stopSequence": 6
},
{
"departure": {
"delay": -8,
"time": "1775559532"
},
"stopId": "FR:76351:ZE:3529:ATOUMOD003",
"stopSequence": 3
},
{
"departure": {
"delay": -7,
"time": "1775559713"
},
"stopId": "FR:76351:ZE:3240:ATOUMOD003",
"stopSequence": 5
},
{
"departure": {
"delay": 55,
"time": "1775559835"
},
"stopId": "FR:76351:ZE:4547:ATOUMOD003",
"stopSequence": 7
},
{
"arrival": {
"delay": 125,
"time": "1775560505"
},
"departure": {
"delay": 125,
"time": "1775560505"
},
"stopId": "FR:76351:ZE:3041:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 105,
"time": "1775560365"
},
"departure": {
"delay": 105,
"time": "1775560365"
},
"stopId": "FR:76351:ZE:3152:ATOUMOD003",
"stopSequence": 16
},
{
"departure": {
"delay": 55,
"time": "1775559895"
},
"stopId": "FR:76351:ZE:4566:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": 144,
"time": "1775560164"
},
"departure": {
"delay": 144,
"time": "1775560164"
},
"stopId": "FR:76351:ZE:3584:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 126,
"time": "1775560206"
},
"departure": {
"delay": 126,
"time": "1775560206"
},
"stopId": "FR:76351:ZE:4803:ATOUMOD003",
"stopSequence": 14
},
{
"departure": {
"time": "1775559360"
},
"stopId": "FR:76351:ZE:4642:ATOUMOD003",
"stopSequence": 1
},
{
"arrival": {
"delay": 86,
"time": "1775560286"
},
"departure": {
"delay": 86,
"time": "1775560286"
},
"stopId": "FR:76351:ZE:3012:ATOUMOD003",
"stopSequence": 15
},
{
"departure": {
"delay": 52,
"time": "1775559472"
},
"stopId": "FR:76351:ZE:4581:ATOUMOD003",
"stopSequence": 2
},
{
"departure": {
"delay": 86,
"time": "1775560046"
},
"stopId": "FR:76351:ZE:4840:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 86,
"time": "1775560586"
},
"stopId": "FR:76351:ZE:4848:ATOUMOD003",
"stopSequence": 20
},
{
"departure": {
"delay": -6,
"time": "1775559594"
},
"stopId": "FR:76351:ZE:3029:ATOUMOD003",
"stopSequence": 4
},
{
"departure": {
"delay": 116,
"time": "1775560016"
},
"stopId": "FR:76351:ZE:3128:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": 141,
"time": "1775560101"
},
"departure": {
"delay": 141,
"time": "1775560101"
},
"stopId": "FR:76351:ZE:3025:ATOUMOD003",
"stopSequence": 12
},
{
"departure": {
"delay": 118,
"time": "1775559958"
},
"stopId": "FR:76351:ZE:3625:ATOUMOD003",
"stopSequence": 9
}
],
"timestamp": "1775560049",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:C7:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4057011x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx15033:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -23700,
"time": "1775560680"
},
"departure": {
"delay": -23700,
"time": "1775560680"
},
"stopId": "FR:76108:ZE:TCARxVIELL3:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -23596,
"time": "1775562044"
},
"departure": {
"delay": -23596,
"time": "1775562044"
},
"stopId": "FR:76216:ZE:TCARxMIREL1:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": -23718,
"time": "1775560422"
},
"departure": {
"delay": -23718,
"time": "1775560422"
},
"stopId": "FR:76108:ZE:TCARxVENIS1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": -23700,
"time": "1775560560"
},
"departure": {
"delay": -23700,
"time": "1775560560"
},
"stopId": "FR:76108:ZE:TCARxBGUI21:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": -23695,
"time": "1775560925"
},
"departure": {
"delay": -23695,
"time": "1775560925"
},
"stopId": "FR:76451:ZE:TCARxSAKHA0:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": -23700,
"time": "1775561160"
},
"departure": {
"delay": -23700,
"time": "1775561160"
},
"stopId": "FR:76451:ZE:TCARxGALLI1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": -23686,
"time": "1775561054"
},
"departure": {
"delay": -23686,
"time": "1775561054"
},
"stopId": "FR:76451:ZE:TCARxFRECH1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": -23705,
"time": "1775560495"
},
"departure": {
"delay": -23705,
"time": "1775560495"
},
"stopId": "FR:76108:ZE:TCARxANDER2:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": -23760,
"time": "1775560980"
},
"departure": {
"delay": -23760,
"time": "1775560980"
},
"stopId": "FR:76451:ZE:TCARxCCOMM2:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": -23580,
"time": "1775562120"
},
"departure": {
"delay": -23580,
"time": "1775562120"
},
"stopId": "FR:76410:ZE:TCARxPALIS4:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": -23584,
"time": "1775561816"
},
"departure": {
"delay": -23584,
"time": "1775561816"
},
"stopId": "FR:76451:ZE:TCARxDEBOI1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": -23682,
"time": "1775560338"
},
"departure": {
"delay": -23682,
"time": "1775560338"
},
"stopId": "FR:76108:ZE:TCARxREEDU1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -23664,
"time": "1775560596"
},
"departure": {
"delay": -23664,
"time": "1775560596"
},
"stopId": "FR:76108:ZE:TCARxMAXPO2:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": -23721,
"time": "1775560239"
},
"departure": {
"delay": -23721,
"time": "1775560239"
},
"stopId": "FR:76095:ZE:TCARxCIMEB2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -23712,
"time": "1775560788"
},
"departure": {
"delay": -23712,
"time": "1775560788"
},
"stopId": "FR:76451:ZE:TCARxEXUPE4:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": -23580,
"time": "1775561880"
},
"departure": {
"delay": -23580,
"time": "1775561880"
},
"stopId": "FR:76216:ZE:TCARxJVERN1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": -23555,
"time": "1775562205"
},
"departure": {
"delay": -23555,
"time": "1775562205"
},
"stopId": "FR:76216:ZE:TCARxDEVIL4:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": -23646,
"time": "1775561214"
},
"departure": {
"delay": -23646,
"time": "1775561214"
},
"stopId": "FR:76451:ZE:TCARxMURET1:ATOUMOD001",
"stopSequence": 15
}
],
"timestamp": "1775560005",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx08:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx15033:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3747524x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 137,
"time": "1775549812"
},
"departure": {
"delay": 137,
"time": "1775549837"
},
"stopId": "FR:50129:ZE:10LMW1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 60,
"time": "1775549452"
},
"departure": {
"delay": 60,
"time": "1775549460"
},
"stopId": "FR:50129:ZE:10CRD2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 92,
"time": "1775550324"
},
"departure": {
"delay": 92,
"time": "1775550332"
},
"stopId": "FR:50129:ZE:10CIT2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 114,
"time": "1775550806"
},
"departure": {
"delay": 114,
"time": "1775550834"
},
"stopId": "FR:50129:ZE:10MEN3:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 108,
"time": "1775549883"
},
"departure": {
"delay": 108,
"time": "1775549928"
},
"stopId": "FR:50129:ZE:10MLL4:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 100,
"time": "1775550269"
},
"departure": {
"delay": 100,
"time": "1775550280"
},
"stopId": "FR:50129:ZE:10CCI2:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 112,
"time": "1775550687"
},
"departure": {
"delay": 112,
"time": "1775550712"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 9,
"time": "1775551449"
},
"stopId": "FR:50129:ZE:10ZFO1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 102,
"time": "1775549554"
},
"departure": {
"delay": 102,
"time": "1775549562"
},
"stopId": "FR:50129:ZE:10COD2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": -29,
"time": "1775551036"
},
"departure": {
"delay": -29,
"time": "1775551051"
},
"stopId": "FR:50129:ZE:10AIG1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 107,
"time": "1775549617"
},
"departure": {
"delay": 107,
"time": "1775549627"
},
"stopId": "FR:50129:ZE:10EUR2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 39,
"time": "1775551390"
},
"departure": {
"delay": 39,
"time": "1775551419"
},
"stopId": "FR:50129:ZE:10VDT1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 61,
"time": "1775550515"
},
"departure": {
"delay": 61,
"time": "1775550541"
},
"stopId": "FR:50129:ZE:10CRN2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 81,
"time": "1775549651"
},
"departure": {
"delay": 81,
"time": "1775549661"
},
"stopId": "FR:50129:ZE:10ILO2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": -46,
"time": "1775551082"
},
"departure": {
"delay": -46,
"time": "1775551094"
},
"stopId": "FR:50129:ZE:10UNI1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 113,
"time": "1775550443"
},
"departure": {
"delay": 113,
"time": "1775550473"
},
"stopId": "FR:50129:ZE:10PLA4:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 163,
"time": "1775549978"
},
"departure": {
"delay": 163,
"time": "1775550103"
},
"stopId": "FR:50129:ZE:10GMA3:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 108,
"time": "1775549487"
},
"departure": {
"delay": 108,
"time": "1775549508"
},
"stopId": "FR:50129:ZE:10LMQ2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 130,
"time": "1775549762"
},
"departure": {
"delay": 130,
"time": "1775549770"
},
"stopId": "FR:50129:ZE:10CLO2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 43,
"time": "1775551116"
},
"departure": {
"delay": 43,
"time": "1775551243"
},
"stopId": "FR:50129:ZE:10IUT1:ATOUMOD035",
"stopSequence": 19
},
{
"departure": {
"delay": 117,
"time": "1775549337"
},
"stopId": "FR:50129:ZE:10PIS1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 18,
"time": "1775551324"
},
"departure": {
"delay": 18,
"time": "1775551338"
},
"stopId": "FR:50129:ZE:10PFO3:ATOUMOD035",
"stopSequence": 20
}
],
"timestamp": "1775560078",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:08:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3747524x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3748603x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 59,
"time": "1775556802"
},
"departure": {
"delay": 59,
"time": "1775556839"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 2
},
{
"departure": {
"delay": 95,
"time": "1775556755"
},
"stopId": "FR:50129:ZE:10SHU1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 20,
"time": "1775557623"
},
"departure": {
"delay": 20,
"time": "1775557640"
},
"stopId": "FR:50129:ZE:10HQU2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 58,
"time": "1775557372"
},
"departure": {
"delay": 58,
"time": "1775557378"
},
"stopId": "FR:50129:ZE:10BDB1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 83,
"time": "1775557736"
},
"departure": {
"delay": 83,
"time": "1775557763"
},
"stopId": "FR:50129:ZE:10MEZ2:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 53,
"time": "1775558257"
},
"departure": {
"delay": 53,
"time": "1775558273"
},
"stopId": "FR:50129:ZE:10ING2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 99,
"time": "1775557325"
},
"departure": {
"delay": 99,
"time": "1775557359"
},
"stopId": "FR:50129:ZE:10CDL1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 72,
"time": "1775558532"
},
"stopId": "FR:50129:ZE:10HxC2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 46,
"time": "1775557530"
},
"departure": {
"delay": 46,
"time": "1775557546"
},
"stopId": "FR:50129:ZE:10HAM2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 63,
"time": "1775557165"
},
"departure": {
"delay": 63,
"time": "1775557203"
},
"stopId": "FR:50129:ZE:10LCA1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 78,
"time": "1775557797"
},
"departure": {
"delay": 78,
"time": "1775557818"
},
"stopId": "FR:50129:ZE:10HTR2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 53,
"time": "1775557482"
},
"departure": {
"delay": 53,
"time": "1775557493"
},
"stopId": "FR:50129:ZE:10GLA2:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 73,
"time": "1775558221"
},
"departure": {
"delay": 73,
"time": "1775558233"
},
"stopId": "FR:50129:ZE:10CBL2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 61,
"time": "1775557054"
},
"departure": {
"delay": 61,
"time": "1775557081"
},
"stopId": "FR:50129:ZE:10THH3:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 59,
"time": "1775558080"
},
"departure": {
"delay": 59,
"time": "1775558099"
},
"stopId": "FR:50129:ZE:10VER2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 87,
"time": "1775557933"
},
"departure": {
"delay": 87,
"time": "1775557947"
},
"stopId": "FR:50129:ZE:10HLU2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 78,
"time": "1775557239"
},
"departure": {
"delay": 78,
"time": "1775557278"
},
"stopId": "FR:50129:ZE:10BHC3:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 130,
"time": "1775558590"
},
"departure": {
"delay": 130,
"time": "1775558590"
},
"stopId": "FR:50129:ZE:10BLE2:ATOUMOD035",
"stopSequence": 18
}
],
"timestamp": "1775560073",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:07:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3748603x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx113:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 66,
"time": "1775559606"
},
"departure": {
"delay": 66,
"time": "1775559606"
},
"stopId": "FR:76540:ZE:TCARxMALRA2:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 18,
"time": "1775561418"
},
"departure": {
"delay": 18,
"time": "1775561418"
},
"stopId": "FR:76540:ZE:TCARxBAPEA2:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 21,
"time": "1775560101"
},
"departure": {
"delay": 21,
"time": "1775560101"
},
"stopId": "FR:76540:ZE:TCARxJEUNE2:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 21,
"time": "1775560281"
},
"departure": {
"delay": 21,
"time": "1775560281"
},
"stopId": "FR:76540:ZE:TCARxHILAI2:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 43,
"time": "1775559403"
},
"departure": {
"delay": 43,
"time": "1775559403"
},
"stopId": "FR:76540:ZE:TCARxMAIS10:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 5,
"time": "1775560025"
},
"departure": {
"delay": 5,
"time": "1775560025"
},
"stopId": "FR:76540:ZE:TCARxDRIVI2:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 57,
"time": "1775559897"
},
"departure": {
"delay": 57,
"time": "1775559897"
},
"stopId": "FR:76540:ZE:TCARxARGEN2:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 52,
"time": "1775559652"
},
"departure": {
"delay": 52,
"time": "1775559652"
},
"stopId": "FR:76540:ZE:TCARxSTCLA2:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": -8,
"time": "1775561512"
},
"departure": {
"delay": -8,
"time": "1775561512"
},
"stopId": "FR:76216:ZE:TCARxMAISO2:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 52,
"time": "1775559532"
},
"departure": {
"delay": 52,
"time": "1775559532"
},
"stopId": "FR:76540:ZE:TCARxPSALO0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 31,
"time": "1775559306"
},
"departure": {
"delay": 31,
"time": "1775559331"
},
"stopId": "FR:76540:ZE:TCARxCHATL2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 36,
"time": "1775559456"
},
"departure": {
"delay": 36,
"time": "1775559456"
},
"stopId": "FR:76540:ZE:TCARxGALI2:ATOUMOD001",
"stopSequence": 4
}
],
"timestamp": "1775559197",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx92:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx113:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx13456:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -17980,
"time": "1775561840"
},
"departure": {
"delay": -17980,
"time": "1775561840"
},
"stopId": "FR:76575:ZE:TCARxCATEL1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": -18042,
"time": "1775562678"
},
"departure": {
"delay": -18042,
"time": "1775562678"
},
"stopId": "FR:76322:ZE:TCARxBRAZZ0:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": -17999,
"time": "1775561401"
},
"departure": {
"delay": -17999,
"time": "1775561401"
},
"stopId": "FR:76575:ZE:TCARxSMAIR1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -17954,
"time": "1775561686"
},
"departure": {
"delay": -17954,
"time": "1775561686"
},
"stopId": "FR:76575:ZE:TCARxCAPUC1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": -18015,
"time": "1775561445"
},
"departure": {
"delay": -18015,
"time": "1775561445"
},
"stopId": "FR:76575:ZE:TCARxCORN21:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -18000,
"time": "1775561760"
},
"departure": {
"delay": -18000,
"time": "1775561760"
},
"stopId": "FR:76575:ZE:TCARxELANG1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -18018,
"time": "1775562582"
},
"departure": {
"delay": -18018,
"time": "1775562582"
},
"stopId": "FR:76322:ZE:TCARxRCOTY0:ATOUMOD001",
"stopSequence": 19
},
{
"departure": {
"delay": -18060,
"time": "1775561340"
},
"stopId": "FR:76575:ZE:TCARxGARES:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": -18021,
"time": "1775562639"
},
"departure": {
"delay": -18021,
"time": "1775562639"
},
"stopId": "FR:76322:ZE:TCARxCDCHA0:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": -18045,
"time": "1775562495"
},
"departure": {
"delay": -18045,
"time": "1775562495"
},
"stopId": "FR:76322:ZE:TCARxANDRE0:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": -17956,
"time": "1775561804"
},
"departure": {
"delay": -17956,
"time": "1775561804"
},
"stopId": "FR:76575:ZE:TCARxJBREL1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": -18022,
"time": "1775562338"
},
"departure": {
"delay": -18022,
"time": "1775562338"
},
"stopId": "FR:76575:ZE:TCARxFELLB1:ATOUMOD001",
"stopSequence": 16
}
],
"timestamp": "1775524748",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx06:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx13456:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx12654:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -20486,
"time": "1775559754"
},
"departure": {
"delay": -20486,
"time": "1775559754"
},
"stopId": "FR:76103:ZE:TCARxNOYER1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": -20555,
"time": "1775560045"
},
"departure": {
"delay": -20555,
"time": "1775560045"
},
"stopId": "FR:76540:ZE:TCARxREPUQ1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": -20655,
"time": "1775558900"
},
"departure": {
"delay": -20655,
"time": "1775558925"
},
"stopId": "FR:76429:ZE:TCARxHUBER1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": -20544,
"time": "1775559276"
},
"departure": {
"delay": -20544,
"time": "1775559276"
},
"stopId": "FR:76429:ZE:TCARxLESCU1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": -20549,
"time": "1775559179"
},
"departure": {
"delay": -20549,
"time": "1775559211"
},
"stopId": "FR:76429:ZE:TCARxESNAR1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": -20530,
"time": "1775559350"
},
"departure": {
"delay": -20530,
"time": "1775559350"
},
"stopId": "FR:76103:ZE:TCARxNEUVE1:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": -20524,
"time": "1775559084"
},
"departure": {
"delay": -20524,
"time": "1775559116"
},
"stopId": "FR:76429:ZE:TCARxRBELB1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": -20682,
"time": "1775558358"
},
"departure": {
"delay": -20682,
"time": "1775558358"
},
"stopId": "FR:76475:ZE:TCARxMALEC3:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -20550,
"time": "1775559426"
},
"departure": {
"delay": -20550,
"time": "1775559450"
},
"stopId": "FR:76103:ZE:TCARxBONSE1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": -20488,
"time": "1775559692"
},
"departure": {
"delay": -20488,
"time": "1775559692"
},
"stopId": "FR:76103:ZE:TCARxTHURI1:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": -20687,
"time": "1775558713"
},
"departure": {
"delay": -20687,
"time": "1775558713"
},
"stopId": "FR:76475:ZE:TCARxVADAI1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": -20602,
"time": "1775558982"
},
"departure": {
"delay": -20602,
"time": "1775559038"
},
"stopId": "FR:76429:ZE:TCARxRTHIE1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": -20532,
"time": "1775559806"
},
"departure": {
"delay": -20532,
"time": "1775559828"
},
"stopId": "FR:76540:ZE:TCARxPAUL11:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": -20659,
"time": "1775558501"
},
"departure": {
"delay": -20659,
"time": "1775558501"
},
"stopId": "FR:76475:ZE:TCARxCOTYR1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": -20544,
"time": "1775559396"
},
"departure": {
"delay": -20544,
"time": "1775559396"
},
"stopId": "FR:76103:ZE:TCARxCDLED1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": -20687,
"time": "1775558824"
},
"departure": {
"delay": -20687,
"time": "1775558833"
},
"stopId": "FR:76429:ZE:TCARxMALOT1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": -20454,
"time": "1775559786"
},
"departure": {
"delay": -20454,
"time": "1775559786"
},
"stopId": "FR:76540:ZE:TCARxBASSE1:ATOUMOD001",
"stopSequence": 23
},
{
"departure": {
"delay": -20760,
"time": "1775558220"
},
"stopId": "FR:76475:ZE:TCARxGALIL1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": -20425,
"time": "1775559575"
},
"departure": {
"delay": -20425,
"time": "1775559575"
},
"stopId": "FR:76103:ZE:TCARxHCOTE1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": -20615,
"time": "1775560165"
},
"stopId": "FR:76540:ZE:TCARxTART8:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": -20665,
"time": "1775558653"
},
"departure": {
"delay": -20665,
"time": "1775558675"
},
"stopId": "FR:76475:ZE:TCARxFERME1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -20690,
"time": "1775558410"
},
"departure": {
"delay": -20690,
"time": "1775558410"
},
"stopId": "FR:76475:ZE:TCARxGAREN0:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": -20686,
"time": "1775558276"
},
"departure": {
"delay": -20686,
"time": "1775558294"
},
"stopId": "FR:76475:ZE:TCARxISAAC2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -20676,
"time": "1775558784"
},
"departure": {
"delay": -20676,
"time": "1775558784"
},
"stopId": "FR:76475:ZE:TCARxLOISI1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": -20489,
"time": "1775559937"
},
"departure": {
"delay": -20489,
"time": "1775559991"
},
"stopId": "FR:76540:ZE:TCARxPARIS1:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": -20666,
"time": "1775558614"
},
"departure": {
"delay": -20666,
"time": "1775558614"
},
"stopId": "FR:76475:ZE:TCARxCROCH1:ATOUMOD001",
"stopSequence": 7
}
],
"timestamp": "1775557857",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx05:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx12654:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745676x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 72,
"time": "1775558161"
},
"departure": {
"delay": 72,
"time": "1775558172"
},
"stopId": "FR:50129:ZE:10EPC1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 50,
"time": "1775560190"
},
"departure": {
"delay": 50,
"time": "1775560190"
},
"stopId": "FR:50129:ZE:10BAG3:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 50,
"time": "1775560430"
},
"departure": {
"delay": 50,
"time": "1775560430"
},
"stopId": "FR:50129:ZE:10GDR1:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 33,
"time": "1775557875"
},
"departure": {
"delay": 33,
"time": "1775557893"
},
"stopId": "FR:50129:ZE:10MOR1:ATOUMOD035",
"stopSequence": 3
},
{
"departure": {
"delay": 90,
"time": "1775557770"
},
"stopId": "FR:50129:ZE:10AMF1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 124,
"time": "1775558423"
},
"departure": {
"delay": 124,
"time": "1775558464"
},
"stopId": "FR:50129:ZE:10HME1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 30,
"time": "1775559319"
},
"departure": {
"delay": 30,
"time": "1775559390"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 94,
"time": "1775559900"
},
"departure": {
"delay": 94,
"time": "1775559934"
},
"stopId": "FR:50129:ZE:10HPA3:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 82,
"time": "1775558767"
},
"departure": {
"delay": 82,
"time": "1775558782"
},
"stopId": "FR:50129:ZE:10PAX1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 71,
"time": "1775557910"
},
"departure": {
"delay": 71,
"time": "1775557931"
},
"stopId": "FR:50129:ZE:10BOI1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 50,
"time": "1775560670"
},
"stopId": "FR:50129:ZE:10ECT1:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 58,
"time": "1775557844"
},
"departure": {
"delay": 58,
"time": "1775557858"
},
"stopId": "FR:50129:ZE:10MES1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 54,
"time": "1775559211"
},
"departure": {
"delay": 54,
"time": "1775559234"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 66,
"time": "1775558244"
},
"departure": {
"delay": 66,
"time": "1775558286"
},
"stopId": "FR:50129:ZE:10DIX1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 63,
"time": "1775558632"
},
"departure": {
"delay": 63,
"time": "1775558643"
},
"stopId": "FR:50129:ZE:10ANN1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 52,
"time": "1775559092"
},
"departure": {
"delay": 52,
"time": "1775559112"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 66,
"time": "1775559797"
},
"departure": {
"delay": 66,
"time": "1775559846"
},
"stopId": "FR:50129:ZE:10CRN1:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 114,
"time": "1775558539"
},
"departure": {
"delay": 114,
"time": "1775558574"
},
"stopId": "FR:50129:ZE:10CAQ1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 46,
"time": "1775557950"
},
"departure": {
"delay": 46,
"time": "1775557966"
},
"stopId": "FR:50129:ZE:10FRN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 53,
"time": "1775560061"
},
"departure": {
"delay": 53,
"time": "1775560073"
},
"stopId": "FR:50129:ZE:10GRR1:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 50,
"time": "1775560250"
},
"departure": {
"delay": 50,
"time": "1775560250"
},
"stopId": "FR:50129:ZE:10MED3:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 122,
"time": "1775558828"
},
"departure": {
"delay": 122,
"time": "1775558882"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 56,
"time": "1775559152"
},
"departure": {
"delay": 56,
"time": "1775559176"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 70,
"time": "1775559993"
},
"departure": {
"delay": 70,
"time": "1775560030"
},
"stopId": "FR:50129:ZE:10XCT3:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 32,
"time": "1775559448"
},
"departure": {
"delay": 32,
"time": "1775559512"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 50,
"time": "1775560490"
},
"departure": {
"delay": 50,
"time": "1775560490"
},
"stopId": "FR:50129:ZE:10LPL1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 113,
"time": "1775558337"
},
"departure": {
"delay": 113,
"time": "1775558393"
},
"stopId": "FR:50129:ZE:10PET1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 50,
"time": "1775560370"
},
"departure": {
"delay": 50,
"time": "1775560370"
},
"stopId": "FR:50129:ZE:10NOR5:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 102,
"time": "1775558709"
},
"departure": {
"delay": 102,
"time": "1775558742"
},
"stopId": "FR:50129:ZE:10CMI1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 50,
"time": "1775560550"
},
"departure": {
"delay": 50,
"time": "1775560550"
},
"stopId": "FR:50129:ZE:10FLO1:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 68,
"time": "1775559594"
},
"departure": {
"delay": 68,
"time": "1775559668"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 111,
"time": "1775558898"
},
"departure": {
"delay": 111,
"time": "1775558931"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 47,
"time": "1775558050"
},
"departure": {
"delay": 47,
"time": "1775558087"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 47,
"time": "1775559268"
},
"departure": {
"delay": 47,
"time": "1775559287"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 114,
"time": "1775559002"
},
"departure": {
"delay": 114,
"time": "1775559054"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 17
}
],
"timestamp": "1775560079",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:02:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745676x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD005:ServiceJourney:237:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775545800"
},
"departure": {
"time": "1775545800"
},
"stopId": "FR:76217:ZE:18060:ATOUMOD005",
"stopSequence": 17
},
{
"arrival": {
"time": "1775547120"
},
"departure": {
"time": "1775547120"
},
"stopId": "FR:76217:ZE:18166:ATOUMOD005",
"stopSequence": 28
},
{
"arrival": {
"time": "1775545080"
},
"departure": {
"time": "1775545080"
},
"stopId": "FR:76217:ZE:18441:ATOUMOD005",
"stopSequence": 7
},
{
"arrival": {
"time": "1775544660"
},
"departure": {
"time": "1775544660"
},
"stopId": "FR:76217:ZE:18101:ATOUMOD005",
"stopSequence": 2
},
{
"arrival": {
"time": "1775547060"
},
"departure": {
"time": "1775547060"
},
"stopId": "FR:76217:ZE:18170:ATOUMOD005",
"stopSequence": 27
},
{
"arrival": {
"time": "1775545920"
},
"departure": {
"time": "1775545920"
},
"stopId": "FR:76217:ZE:18055:ATOUMOD005",
"stopSequence": 18
},
{
"arrival": {
"time": "1775546100"
},
"departure": {
"time": "1775546100"
},
"stopId": "FR:76217:ZE:18086:ATOUMOD005",
"stopSequence": 19
},
{
"arrival": {
"time": "1775547360"
},
"departure": {
"time": "1775547360"
},
"stopId": "FR:76217:ZE:18205:ATOUMOD005",
"stopSequence": 31
},
{
"arrival": {
"time": "1775545020"
},
"departure": {
"time": "1775545020"
},
"stopId": "FR:76217:ZE:18090:ATOUMOD005",
"stopSequence": 6
},
{
"arrival": {
"time": "1775547420"
},
"departure": {
"time": "1775547420"
},
"stopId": "FR:76217:ZE:18174:ATOUMOD005",
"stopSequence": 32
},
{
"arrival": {
"delay": 5,
"time": "1775545085"
},
"departure": {
"delay": 5,
"time": "1775545085"
},
"stopId": "FR:76217:ZE:18801:ATOUMOD005",
"stopSequence": 8
},
{
"arrival": {
"time": "1775545140"
},
"departure": {
"time": "1775545140"
},
"stopId": "FR:76217:ZE:18051:ATOUMOD005",
"stopSequence": 9
},
{
"arrival": {
"delay": 5,
"time": "1775544665"
},
"departure": {
"delay": 5,
"time": "1775544665"
},
"stopId": "FR:76217:ZE:18321:ATOUMOD005",
"stopSequence": 3
},
{
"arrival": {
"time": "1775545560"
},
"departure": {
"time": "1775545560"
},
"stopId": "FR:76217:ZE:18786:ATOUMOD005",
"stopSequence": 15
},
{
"arrival": {
"time": "1775546460"
},
"departure": {
"time": "1775546460"
},
"stopId": "FR:76217:ZE:18076:ATOUMOD005",
"stopSequence": 20
},
{
"arrival": {
"time": "1775547540"
},
"departure": {
"time": "1775547540"
},
"stopId": "FR:76217:ZE:18181:ATOUMOD005",
"stopSequence": 33
},
{
"arrival": {
"time": "1775546520"
},
"departure": {
"time": "1775546520"
},
"stopId": "FR:76217:ZE:18106:ATOUMOD005",
"stopSequence": 21
},
{
"arrival": {
"time": "1775545320"
},
"departure": {
"time": "1775545320"
},
"stopId": "FR:76217:ZE:18068:ATOUMOD005",
"stopSequence": 11
},
{
"arrival": {
"time": "1775546820"
},
"departure": {
"time": "1775546820"
},
"stopId": "FR:76414:ZE:18132:ATOUMOD005",
"stopSequence": 24
},
{
"arrival": {
"time": "1775544840"
},
"departure": {
"time": "1775544840"
},
"stopId": "FR:76217:ZE:18023:ATOUMOD005",
"stopSequence": 4
},
{
"arrival": {
"time": "1775545200"
},
"departure": {
"time": "1775545200"
},
"stopId": "FR:76217:ZE:18092:ATOUMOD005",
"stopSequence": 10
},
{
"arrival": {
"time": "1775546760"
},
"departure": {
"time": "1775546760"
},
"stopId": "FR:76545:ZE:18026:ATOUMOD005",
"stopSequence": 23
},
{
"arrival": {
"time": "1775547240"
},
"departure": {
"time": "1775547240"
},
"stopId": "FR:76217:ZE:18186:ATOUMOD005",
"stopSequence": 29
},
{
"arrival": {
"time": "1775547000"
},
"departure": {
"time": "1775547000"
},
"stopId": "FR:76217:ZE:18177:ATOUMOD005",
"stopSequence": 25
},
{
"arrival": {
"time": "1775544960"
},
"departure": {
"time": "1775544960"
},
"stopId": "FR:76217:ZE:18323:ATOUMOD005",
"stopSequence": 5
},
{
"arrival": {
"time": "1775547600"
},
"stopId": "FR:76217:ZE:18282:ATOUMOD005",
"stopSequence": 34
},
{
"arrival": {
"time": "1775545500"
},
"departure": {
"time": "1775545500"
},
"stopId": "FR:76217:ZE:18045:ATOUMOD005",
"stopSequence": 14
},
{
"arrival": {
"time": "1775545440"
},
"departure": {
"time": "1775545440"
},
"stopId": "FR:76217:ZE:18074:ATOUMOD005",
"stopSequence": 13
},
{
"arrival": {
"time": "1775546700"
},
"departure": {
"time": "1775546700"
},
"stopId": "FR:76217:ZE:18058:ATOUMOD005",
"stopSequence": 22
},
{
"departure": {
"time": "1775544600"
},
"stopId": "FR:76217:ZE:18038:ATOUMOD005",
"stopSequence": 1
},
{
"arrival": {
"time": "1775545740"
},
"departure": {
"time": "1775545740"
},
"stopId": "FR:76217:ZE:18029:ATOUMOD005",
"stopSequence": 16
},
{
"arrival": {
"time": "1775547300"
},
"departure": {
"time": "1775547300"
},
"stopId": "FR:76217:ZE:18184:ATOUMOD005",
"stopSequence": 30
},
{
"arrival": {
"delay": 5,
"time": "1775547005"
},
"departure": {
"delay": 5,
"time": "1775547005"
},
"stopId": "FR:76217:ZE:18197:ATOUMOD005",
"stopSequence": 26
},
{
"arrival": {
"time": "1775545380"
},
"departure": {
"time": "1775545380"
},
"stopId": "FR:76217:ZE:18021:ATOUMOD005",
"stopSequence": 12
}
],
"timestamp": "1775536021",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD005:Line:2:LOC",
"tripId": "ATOUMOD005:ServiceJourney:237:LOC"
}
}
},
{
"id": "SM:ATOUMOD005:ServiceJourney:621:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775565000"
},
"departure": {
"time": "1775565000"
},
"stopId": "FR:76217:ZE:18181:ATOUMOD005",
"stopSequence": 29
},
{
"arrival": {
"time": "1775562300"
},
"departure": {
"time": "1775562300"
},
"stopId": "FR:76217:ZE:18072:ATOUMOD005",
"stopSequence": 5
},
{
"arrival": {
"time": "1775563860"
},
"departure": {
"time": "1775563860"
},
"stopId": "FR:76217:ZE:18058:ATOUMOD005",
"stopSequence": 16
},
{
"arrival": {
"time": "1775564100"
},
"departure": {
"time": "1775564100"
},
"stopId": "FR:76217:ZE:18079:ATOUMOD005",
"stopSequence": 19
},
{
"arrival": {
"time": "1775562540"
},
"departure": {
"time": "1775562540"
},
"stopId": "FR:76217:ZE:18024:ATOUMOD005",
"stopSequence": 7
},
{
"arrival": {
"time": "1775564700"
},
"departure": {
"time": "1775564700"
},
"stopId": "FR:76217:ZE:18184:ATOUMOD005",
"stopSequence": 26
},
{
"arrival": {
"time": "1775564580"
},
"departure": {
"time": "1775564580"
},
"stopId": "FR:76217:ZE:18163:ATOUMOD005",
"stopSequence": 24
},
{
"arrival": {
"time": "1775563980"
},
"departure": {
"time": "1775563980"
},
"stopId": "FR:76414:ZE:18132:ATOUMOD005",
"stopSequence": 18
},
{
"arrival": {
"time": "1775564880"
},
"departure": {
"time": "1775564880"
},
"stopId": "FR:76217:ZE:18174:ATOUMOD005",
"stopSequence": 28
},
{
"arrival": {
"time": "1775564220"
},
"departure": {
"time": "1775564220"
},
"stopId": "FR:76217:ZE:18103:ATOUMOD005",
"stopSequence": 20
},
{
"arrival": {
"time": "1775564460"
},
"departure": {
"time": "1775564460"
},
"stopId": "FR:76217:ZE:18195:ATOUMOD005",
"stopSequence": 22
},
{
"arrival": {
"time": "1775563920"
},
"departure": {
"time": "1775563920"
},
"stopId": "FR:76545:ZE:18026:ATOUMOD005",
"stopSequence": 17
},
{
"arrival": {
"time": "1775564400"
},
"departure": {
"time": "1775564400"
},
"stopId": "FR:76217:ZE:18188:ATOUMOD005",
"stopSequence": 21
},
{
"arrival": {
"time": "1775562120"
},
"departure": {
"time": "1775562120"
},
"stopId": "FR:76565:ZE:18255:ATOUMOD005",
"stopSequence": 3
},
{
"arrival": {
"time": "1775565240"
},
"departure": {
"time": "1775565240"
},
"stopId": "FR:76217:ZE:18191:ATOUMOD005",
"stopSequence": 32
},
{
"arrival": {
"time": "1775564520"
},
"departure": {
"time": "1775564520"
},
"stopId": "FR:76217:ZE:18207:ATOUMOD005",
"stopSequence": 23
},
{
"arrival": {
"time": "1775565060"
},
"departure": {
"time": "1775565060"
},
"stopId": "FR:76217:ZE:18168:ATOUMOD005",
"stopSequence": 30
},
{
"arrival": {
"time": "1775562060"
},
"departure": {
"time": "1775562060"
},
"stopId": "FR:76565:ZE:18285:ATOUMOD005",
"stopSequence": 2
},
{
"arrival": {
"time": "1775562600"
},
"departure": {
"time": "1775562600"
},
"stopId": "FR:76217:ZE:18053:ATOUMOD005",
"stopSequence": 8
},
{
"arrival": {
"time": "1775563260"
},
"departure": {
"time": "1775563260"
},
"stopId": "FR:76217:ZE:18086:ATOUMOD005",
"stopSequence": 13
},
{
"arrival": {
"time": "1775564640"
},
"departure": {
"time": "1775564640"
},
"stopId": "FR:76217:ZE:18186:ATOUMOD005",
"stopSequence": 25
},
{
"departure": {
"time": "1775562000"
},
"stopId": "FR:76565:ZE:18284:ATOUMOD005",
"stopSequence": 1
},
{
"arrival": {
"time": "1775562720"
},
"departure": {
"time": "1775562720"
},
"stopId": "FR:76217:ZE:18786:ATOUMOD005",
"stopSequence": 9
},
{
"arrival": {
"time": "1775562480"
},
"departure": {
"time": "1775562480"
},
"stopId": "FR:76217:ZE:18023:ATOUMOD005",
"stopSequence": 6
},
{
"arrival": {
"time": "1775563080"
},
"departure": {
"time": "1775563080"
},
"stopId": "FR:76217:ZE:18055:ATOUMOD005",
"stopSequence": 12
},
{
"arrival": {
"time": "1775564760"
},
"departure": {
"time": "1775564760"
},
"stopId": "FR:76217:ZE:18205:ATOUMOD005",
"stopSequence": 27
},
{
"arrival": {
"time": "1775563620"
},
"departure": {
"time": "1775563620"
},
"stopId": "FR:76217:ZE:18076:ATOUMOD005",
"stopSequence": 14
},
{
"arrival": {
"time": "1775562900"
},
"departure": {
"time": "1775562900"
},
"stopId": "FR:76217:ZE:18029:ATOUMOD005",
"stopSequence": 10
},
{
"arrival": {
"time": "1775565120"
},
"departure": {
"time": "1775565120"
},
"stopId": "FR:76217:ZE:18242:ATOUMOD005",
"stopSequence": 31
},
{
"arrival": {
"time": "1775565300"
},
"stopId": "FR:76217:ZE:18809:ATOUMOD005",
"stopSequence": 33
},
{
"arrival": {
"time": "1775562240"
},
"departure": {
"time": "1775562240"
},
"stopId": "FR:76217:ZE:18039:ATOUMOD005",
"stopSequence": 4
},
{
"arrival": {
"time": "1775562960"
},
"departure": {
"time": "1775562960"
},
"stopId": "FR:76217:ZE:18060:ATOUMOD005",
"stopSequence": 11
},
{
"arrival": {
"time": "1775563680"
},
"departure": {
"time": "1775563680"
},
"stopId": "FR:76217:ZE:18106:ATOUMOD005",
"stopSequence": 15
}
],
"timestamp": "1775560042",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD005:Line:1:LOC",
"tripId": "ATOUMOD005:ServiceJourney:621:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx13775:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -16140,
"time": "1775559120"
},
"departure": {
"delay": -16140,
"time": "1775559120"
},
"stopId": "FR:76319:ZE:TCARxLYLEG1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": -16200,
"time": "1775560440"
},
"departure": {
"delay": -16200,
"time": "1775560440"
},
"stopId": "FR:76575:ZE:TCARxCORBU2:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": -16154,
"time": "1775560186"
},
"departure": {
"delay": -16154,
"time": "1775560186"
},
"stopId": "FR:76322:ZE:TCARxANDRE1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": -16169,
"time": "1775560231"
},
"departure": {
"delay": -16169,
"time": "1775560231"
},
"stopId": "FR:76322:ZE:TCARxFONCK2:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": -16104,
"time": "1775559036"
},
"departure": {
"delay": -16104,
"time": "1775559036"
},
"stopId": "FR:76319:ZE:TCARxRENOI1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": -16171,
"time": "1775560649"
},
"departure": {
"delay": -16171,
"time": "1775560649"
},
"stopId": "FR:76575:ZE:TCARxESIGE1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": -16123,
"time": "1775559917"
},
"departure": {
"delay": -16123,
"time": "1775559917"
},
"stopId": "FR:76322:ZE:TCARxSEINE1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": -16200,
"time": "1775560560"
},
"departure": {
"delay": -16200,
"time": "1775560560"
},
"stopId": "FR:76575:ZE:TCARxTECHN5:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": -16173,
"time": "1775560767"
},
"departure": {
"delay": -16173,
"time": "1775560767"
},
"stopId": "FR:76575:ZE:TCARxJBREL0:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": -16088,
"time": "1775558932"
},
"departure": {
"delay": -16088,
"time": "1775558932"
},
"stopId": "FR:76319:ZE:TCARxCARAB1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": -16204,
"time": "1775561396"
},
"departure": {
"delay": -16204,
"time": "1775561396"
},
"stopId": "FR:76575:ZE:TCARxDOUAU1:ATOUMOD001",
"stopSequence": 38
},
{
"arrival": {
"delay": -16154,
"time": "1775560726"
},
"departure": {
"delay": -16154,
"time": "1775560726"
},
"stopId": "FR:76575:ZE:TCARxCATEL0:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": -16222,
"time": "1775561138"
},
"departure": {
"delay": -16222,
"time": "1775561138"
},
"stopId": "FR:76575:ZE:TCARxGOUBE0:ATOUMOD001",
"stopSequence": 33
},
{
"arrival": {
"delay": -16200,
"time": "1775560800"
},
"departure": {
"delay": -16200,
"time": "1775560800"
},
"stopId": "FR:76575:ZE:TCARxELANG0:ATOUMOD001",
"stopSequence": 29
},
{
"departure": {
"delay": -16140,
"time": "1775558760"
},
"stopId": "FR:76319:ZE:TCARxBOUTT1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": -16140,
"time": "1775560020"
},
"departure": {
"delay": -16140,
"time": "1775560020"
},
"stopId": "FR:76322:ZE:TCARxBRAQU3:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": -16139,
"time": "1775559721"
},
"departure": {
"delay": -16139,
"time": "1775559721"
},
"stopId": "FR:76497:ZE:TCARxVERDE1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": -16116,
"time": "1775558904"
},
"departure": {
"delay": -16116,
"time": "1775558904"
},
"stopId": "FR:76319:ZE:TCARxROUVR1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -16160,
"time": "1775559520"
},
"departure": {
"delay": -16160,
"time": "1775559520"
},
"stopId": "FR:76497:ZE:TCARxJBART1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": -16098,
"time": "1775559162"
},
"departure": {
"delay": -16098,
"time": "1775559162"
},
"stopId": "FR:76319:ZE:TCARxRAFFI1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -16138,
"time": "1775558822"
},
"departure": {
"delay": -16138,
"time": "1775558822"
},
"stopId": "FR:76319:ZE:TCARxMATIS1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -16200,
"time": "1775559300"
},
"departure": {
"delay": -16200,
"time": "1775559300"
},
"stopId": "FR:76497:ZE:TCARxPMAIR1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": -16208,
"time": "1775561032"
},
"departure": {
"delay": -16208,
"time": "1775561032"
},
"stopId": "FR:76575:ZE:TCARxLURCA0:ATOUMOD001",
"stopSequence": 32
},
{
"arrival": {
"delay": -16173,
"time": "1775560947"
},
"departure": {
"delay": -16173,
"time": "1775560947"
},
"stopId": "FR:76575:ZE:TCARxGAGAR0:ATOUMOD001",
"stopSequence": 31
},
{
"arrival": {
"delay": -16200,
"time": "1775560320"
},
"departure": {
"delay": -16200,
"time": "1775560320"
},
"stopId": "FR:76497:ZE:TCARxZENIT0:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": -16182,
"time": "1775559378"
},
"departure": {
"delay": -16182,
"time": "1775559378"
},
"stopId": "FR:76497:ZE:TCARxTOURE1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": -16174,
"time": "1775560886"
},
"departure": {
"delay": -16174,
"time": "1775560886"
},
"stopId": "FR:76575:ZE:TCARxCAPUC0:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": -16113,
"time": "1775558967"
},
"departure": {
"delay": -16113,
"time": "1775558967"
},
"stopId": "FR:76319:ZE:TCARxHUGGC1:ATOUMOD001",
"stopSequence": 5
}
],
"timestamp": "1775558316",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx06:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx13775:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx16196:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 10380,
"time": "1775561220"
},
"departure": {
"delay": 10380,
"time": "1775561220"
},
"stopId": "FR:76212:ZE:TCARxMUCHE0:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 10340,
"time": "1775561300"
},
"departure": {
"delay": 10340,
"time": "1775561300"
},
"stopId": "FR:76212:ZE:TCARxALSAC0:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 10320,
"time": "1775561340"
},
"departure": {
"delay": 10320,
"time": "1775561340"
},
"stopId": "FR:76212:ZE:TCARxSAVAL0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 10380,
"time": "1775561280"
},
"departure": {
"delay": 10380,
"time": "1775561280"
},
"stopId": "FR:76212:ZE:TCARxGIRAF2:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 10320,
"time": "1775561820"
},
"departure": {
"delay": 10320,
"time": "1775561820"
},
"stopId": "FR:76429:ZE:TCARxNORLO1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 10320,
"time": "1775562240"
},
"departure": {
"delay": 10320,
"time": "1775562240"
},
"stopId": "FR:76475:ZE:TCARxLORME0:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 10380,
"time": "1775561640"
},
"departure": {
"delay": 10380,
"time": "1775561640"
},
"stopId": "FR:76599:ZE:TCARxTRIA20:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 10320,
"time": "1775561520"
},
"departure": {
"delay": 10320,
"time": "1775561520"
},
"stopId": "FR:76212:ZE:TCARxCARVI0:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 10320,
"time": "1775562300"
},
"departure": {
"delay": 10320,
"time": "1775562300"
},
"stopId": "FR:76475:ZE:TCARxMALEC4:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 10320,
"time": "1775561580"
},
"departure": {
"delay": 10320,
"time": "1775561580"
},
"stopId": "FR:76599:ZE:TCARxVERBU1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 10320,
"time": "1775562180"
},
"departure": {
"delay": 10320,
"time": "1775562180"
},
"stopId": "FR:76429:ZE:TCARxHUBER3:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 10340,
"time": "1775562200"
},
"departure": {
"delay": 10340,
"time": "1775562200"
},
"stopId": "FR:76475:ZE:TCARxTHIER0:ATOUMOD001",
"stopSequence": 17
},
{
"departure": {
"delay": 10320,
"time": "1775561160"
},
"stopId": "FR:76212:ZE:TCARxPILON3:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 10320,
"time": "1775562960"
},
"stopId": "FR:76069:ZE:TCARxBELBE:ATOUMOD001",
"stopSequence": 31
}
],
"timestamp": "1775556976",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx14:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx16196:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745736x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775560071"
},
"departure": {
"time": "1775559960"
},
"stopId": "FR:50129:ZE:10PET2:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": -43,
"time": "1775558246"
},
"departure": {
"delay": -43,
"time": "1775558297"
},
"stopId": "FR:50129:ZE:10XCT4:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 116,
"time": "1775559627"
},
"departure": {
"delay": 116,
"time": "1775559656"
},
"stopId": "FR:50129:ZE:10TRA3:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 120,
"time": "1775560620"
},
"departure": {
"delay": 120,
"time": "1775560620"
},
"stopId": "FR:50129:ZE:10MES2:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": -38,
"time": "1775557910"
},
"departure": {
"delay": -38,
"time": "1775557942"
},
"stopId": "FR:50129:ZE:10NOR6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 193,
"time": "1775559939"
},
"departure": {
"delay": 193,
"time": "1775559973"
},
"stopId": "FR:50129:ZE:10CAQ2:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 68,
"time": "1775559215"
},
"departure": {
"delay": 68,
"time": "1775559248"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 141,
"time": "1775560033"
},
"departure": {
"delay": 141,
"time": "1775560041"
},
"stopId": "FR:50129:ZE:10HME2:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": -94,
"time": "1775557994"
},
"departure": {
"delay": -94,
"time": "1775558006"
},
"stopId": "FR:50129:ZE:10MED4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": -62,
"time": "1775558350"
},
"departure": {
"delay": -62,
"time": "1775558398"
},
"stopId": "FR:50129:ZE:10HPA4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 106,
"time": "1775559015"
},
"departure": {
"delay": 106,
"time": "1775559046"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": -41,
"time": "1775557872"
},
"departure": {
"delay": -41,
"time": "1775557879"
},
"stopId": "FR:50129:ZE:10GDR2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 145,
"time": "1775559729"
},
"departure": {
"delay": 145,
"time": "1775559745"
},
"stopId": "FR:50129:ZE:10PAX2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 68,
"time": "1775559096"
},
"departure": {
"delay": 68,
"time": "1775559128"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 16
},
{
"departure": {
"delay": 1,
"time": "1775557681"
},
"stopId": "FR:50129:ZE:10ECT1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 120,
"time": "1775560680"
},
"stopId": "FR:50129:ZE:10AMF1:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 120,
"time": "1775560380"
},
"departure": {
"delay": 120,
"time": "1775560380"
},
"stopId": "FR:50129:ZE:10PAU2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 201,
"time": "1775559753"
},
"departure": {
"delay": 201,
"time": "1775559801"
},
"stopId": "FR:50129:ZE:10CMI2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 160,
"time": "1775558652"
},
"departure": {
"delay": 160,
"time": "1775558860"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 120,
"time": "1775560260"
},
"departure": {
"delay": 120,
"time": "1775560260"
},
"stopId": "FR:50129:ZE:10EPC2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 92,
"time": "1775558910"
},
"departure": {
"delay": 92,
"time": "1775558972"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 148,
"time": "1775559316"
},
"departure": {
"delay": 148,
"time": "1775559388"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 71,
"time": "1775559156"
},
"departure": {
"delay": 71,
"time": "1775559191"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 105,
"time": "1775559569"
},
"departure": {
"delay": 105,
"time": "1775559585"
},
"stopId": "FR:50129:ZE:10REP4:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": -57,
"time": "1775558489"
},
"departure": {
"delay": -57,
"time": "1775558523"
},
"stopId": "FR:50129:ZE:10CRN2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 120,
"time": "1775560200"
},
"departure": {
"delay": 120,
"time": "1775560200"
},
"stopId": "FR:50129:ZE:10DIX2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 168,
"time": "1775559491"
},
"departure": {
"delay": 168,
"time": "1775559528"
},
"stopId": "FR:50129:ZE:10HDI4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 120,
"time": "1775560500"
},
"departure": {
"delay": 120,
"time": "1775560500"
},
"stopId": "FR:50129:ZE:10HET2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 201,
"time": "1775559842"
},
"departure": {
"delay": 201,
"time": "1775559861"
},
"stopId": "FR:50129:ZE:10ANN2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 120,
"time": "1775560440"
},
"departure": {
"delay": 120,
"time": "1775560440"
},
"stopId": "FR:50129:ZE:10TLL2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 9,
"time": "1775557739"
},
"departure": {
"delay": 9,
"time": "1775557749"
},
"stopId": "FR:50129:ZE:10FLO2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": -61,
"time": "1775558186"
},
"departure": {
"delay": -61,
"time": "1775558219"
},
"stopId": "FR:50129:ZE:10GRR2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": -13,
"time": "1775557820"
},
"departure": {
"delay": -13,
"time": "1775557847"
},
"stopId": "FR:50129:ZE:10LPL2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": -38,
"time": "1775558093"
},
"departure": {
"delay": -38,
"time": "1775558122"
},
"stopId": "FR:50129:ZE:10BAG4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 120,
"time": "1775560320"
},
"departure": {
"delay": 120,
"time": "1775560320"
},
"stopId": "FR:50129:ZE:10EPH1:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 120,
"time": "1775560560"
},
"departure": {
"delay": 120,
"time": "1775560560"
},
"stopId": "FR:50129:ZE:10MOR2:ATOUMOD035",
"stopSequence": 35
}
],
"timestamp": "1775560077",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:02:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745736x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3758438x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -24,
"time": "1775558841"
},
"departure": {
"delay": -24,
"time": "1775558856"
},
"stopId": "FR:50129:ZE:10PET2:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 2,
"time": "1775558909"
},
"departure": {
"delay": 2,
"time": "1775558942"
},
"stopId": "FR:50129:ZE:10DIX2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": -50,
"time": "1775560150"
},
"departure": {
"delay": -50,
"time": "1775560150"
},
"stopId": "FR:50041:ZE:HAGFY2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": -9,
"time": "1775558794"
},
"departure": {
"delay": -9,
"time": "1775558811"
},
"stopId": "FR:50129:ZE:10HME2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 77,
"time": "1775557947"
},
"departure": {
"delay": 77,
"time": "1775557997"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 1,
"time": "1775559337"
},
"departure": {
"delay": 1,
"time": "1775559421"
},
"stopId": "FR:50041:ZE:HAGBG2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 58,
"time": "1775558132"
},
"departure": {
"delay": 58,
"time": "1775558158"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": -12,
"time": "1775558458"
},
"departure": {
"delay": -12,
"time": "1775558568"
},
"stopId": "FR:50129:ZE:10LSA2:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": -1,
"time": "1775559834"
},
"departure": {
"delay": -1,
"time": "1775559899"
},
"stopId": "FR:50041:ZE:HAGGR2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 28,
"time": "1775558685"
},
"departure": {
"delay": 28,
"time": "1775558728"
},
"stopId": "FR:50129:ZE:10CAQ2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": -50,
"time": "1775560390"
},
"departure": {
"delay": -50,
"time": "1775560390"
},
"stopId": "FR:50041:ZE:HAGCC2:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": -5,
"time": "1775558187"
},
"departure": {
"delay": -5,
"time": "1775558215"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": -18,
"time": "1775558235"
},
"departure": {
"delay": -18,
"time": "1775558262"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 2,
"time": "1775558296"
},
"departure": {
"delay": 2,
"time": "1775558342"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": -50,
"time": "1775560270"
},
"departure": {
"delay": -50,
"time": "1775560270"
},
"stopId": "FR:50041:ZE:HAGMA2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": -13,
"time": "1775559005"
},
"departure": {
"delay": -13,
"time": "1775559107"
},
"stopId": "FR:50129:ZE:QQVPL1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": -50,
"time": "1775560750"
},
"stopId": "FR:50041:ZE:HAGOLL:ATOUMOD035",
"stopSequence": 21
},
{
"departure": {
"delay": 44,
"time": "1775557844"
},
"stopId": "FR:50129:ZE:10PEM4:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 32,
"time": "1775558048"
},
"departure": {
"delay": 32,
"time": "1775558072"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": -2,
"time": "1775559462"
},
"departure": {
"delay": -2,
"time": "1775559478"
},
"stopId": "FR:50041:ZE:HAGMF2:ATOUMOD035",
"stopSequence": 15
}
],
"timestamp": "1775560078",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:A:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3758438x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746168x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 12,
"time": "1775551621"
},
"departure": {
"delay": 12,
"time": "1775551632"
},
"stopId": "FR:50129:ZE:10CVE1:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"delay": 11,
"time": "1775551050"
},
"departure": {
"delay": 11,
"time": "1775551091"
},
"stopId": "FR:50129:ZE:10JMO1:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": -29,
"time": "1775551156"
},
"departure": {
"delay": -29,
"time": "1775551171"
},
"stopId": "FR:50129:ZE:10BRO1:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"delay": 23,
"time": "1775548811"
},
"departure": {
"delay": 23,
"time": "1775548823"
},
"stopId": "FR:50129:ZE:10HOU1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": -70,
"time": "1775550272"
},
"departure": {
"delay": -70,
"time": "1775550290"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": -29,
"time": "1775549039"
},
"departure": {
"delay": -29,
"time": "1775549071"
},
"stopId": "FR:50129:ZE:10CPL1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": -20,
"time": "1775548949"
},
"departure": {
"delay": -20,
"time": "1775548960"
},
"stopId": "FR:50129:ZE:10ARA1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": -23,
"time": "1775551268"
},
"departure": {
"delay": -23,
"time": "1775551297"
},
"stopId": "FR:50129:ZE:10ART1:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": 30,
"time": "1775550514"
},
"departure": {
"delay": 30,
"time": "1775550630"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": -19,
"time": "1775551781"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"delay": -34,
"time": "1775548975"
},
"departure": {
"delay": -34,
"time": "1775549006"
},
"stopId": "FR:50129:ZE:10PRE1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": -11,
"time": "1775550116"
},
"departure": {
"delay": -11,
"time": "1775550169"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 33,
"time": "1775549081"
},
"departure": {
"delay": 33,
"time": "1775549133"
},
"stopId": "FR:50129:ZE:10BHE1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": -25,
"time": "1775551581"
},
"departure": {
"delay": -25,
"time": "1775551595"
},
"stopId": "FR:50129:ZE:10RSX1:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"delay": -1,
"time": "1775551546"
},
"departure": {
"delay": -1,
"time": "1775551559"
},
"stopId": "FR:50129:ZE:10MGT1:ATOUMOD035",
"stopSequence": 44
},
{
"arrival": {
"delay": -36,
"time": "1775550054"
},
"departure": {
"delay": -36,
"time": "1775550084"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": -5,
"time": "1775551662"
},
"departure": {
"delay": -5,
"time": "1775551675"
},
"stopId": "FR:50129:ZE:10COS1:ATOUMOD035",
"stopSequence": 47
},
{
"arrival": {
"delay": -12,
"time": "1775549312"
},
"departure": {
"delay": -12,
"time": "1775549328"
},
"stopId": "FR:50129:ZE:10DUB1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 9,
"time": "1775550683"
},
"departure": {
"delay": 9,
"time": "1775550729"
},
"stopId": "FR:50129:ZE:10THH3:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 70,
"time": "1775548495"
},
"departure": {
"delay": 70,
"time": "1775548510"
},
"stopId": "FR:50129:ZE:10SFG1:ATOUMOD035",
"stopSequence": 2
},
{
"departure": {
"delay": 36,
"time": "1775548476"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 5,
"time": "1775549158"
},
"departure": {
"delay": 5,
"time": "1775549165"
},
"stopId": "FR:50129:ZE:10LON1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": -31,
"time": "1775549645"
},
"departure": {
"delay": -31,
"time": "1775549669"
},
"stopId": "FR:50129:ZE:10HUI1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": -54,
"time": "1775551307"
},
"departure": {
"delay": -54,
"time": "1775551326"
},
"stopId": "FR:50129:ZE:10ZPH1:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"delay": 48,
"time": "1775548778"
},
"departure": {
"delay": 48,
"time": "1775548788"
},
"stopId": "FR:50129:ZE:10CAR1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": -28,
"time": "1775551518"
},
"departure": {
"delay": -28,
"time": "1775551532"
},
"stopId": "FR:50129:ZE:10MYO1:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": 7,
"time": "1775549210"
},
"departure": {
"delay": 7,
"time": "1775549227"
},
"stopId": "FR:50129:ZE:10ZOL1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 102,
"time": "1775548542"
},
"departure": {
"delay": 102,
"time": "1775548602"
},
"stopId": "FR:50129:ZE:10COF1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": -32,
"time": "1775550884"
},
"departure": {
"delay": -32,
"time": "1775550928"
},
"stopId": "FR:50129:ZE:10BHC3:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": -12,
"time": "1775549873"
},
"departure": {
"delay": -12,
"time": "1775549928"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 53,
"time": "1775548902"
},
"departure": {
"delay": 53,
"time": "1775548913"
},
"stopId": "FR:50129:ZE:10BON1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 53,
"time": "1775548709"
},
"departure": {
"delay": 53,
"time": "1775548733"
},
"stopId": "FR:50129:ZE:10SFN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": -27,
"time": "1775551355"
},
"departure": {
"delay": -27,
"time": "1775551413"
},
"stopId": "FR:50129:ZE:10JEA1:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": -12,
"time": "1775549766"
},
"departure": {
"delay": -12,
"time": "1775549808"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": -61,
"time": "1775550343"
},
"departure": {
"delay": -61,
"time": "1775550419"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": -50,
"time": "1775549571"
},
"departure": {
"delay": -50,
"time": "1775549590"
},
"stopId": "FR:50129:ZE:10BEL1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": -5,
"time": "1775549703"
},
"departure": {
"delay": -5,
"time": "1775549755"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 2,
"time": "1775549424"
},
"departure": {
"delay": 2,
"time": "1775549462"
},
"stopId": "FR:50129:ZE:10AGO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": -49,
"time": "1775550983"
},
"departure": {
"delay": -49,
"time": "1775551031"
},
"stopId": "FR:50129:ZE:10LUM1:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 5,
"time": "1775551470"
},
"departure": {
"delay": 5,
"time": "1775551505"
},
"stopId": "FR:50129:ZE:10NOR3:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"delay": -43,
"time": "1775549968"
},
"departure": {
"delay": -43,
"time": "1775550017"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 57,
"time": "1775548659"
},
"departure": {
"delay": 57,
"time": "1775548677"
},
"stopId": "FR:50129:ZE:10ALB1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 3,
"time": "1775550198"
},
"departure": {
"delay": 3,
"time": "1775550243"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 36,
"time": "1775548852"
},
"departure": {
"delay": 36,
"time": "1775548896"
},
"stopId": "FR:50129:ZE:10BRT1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 11,
"time": "1775550812"
},
"departure": {
"delay": 11,
"time": "1775550851"
},
"stopId": "FR:50129:ZE:10LCA1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": -2,
"time": "1775549488"
},
"departure": {
"delay": -2,
"time": "1775549518"
},
"stopId": "FR:50129:ZE:10HOM1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": -9,
"time": "1775549373"
},
"departure": {
"delay": -9,
"time": "1775549391"
},
"stopId": "FR:50129:ZE:10LAV1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": -22,
"time": "1775551110"
},
"departure": {
"delay": -22,
"time": "1775551118"
},
"stopId": "FR:50129:ZE:10LLM1:ATOUMOD035",
"stopSequence": 37
}
],
"timestamp": "1775559956",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746168x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4057025x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 24,
"time": "1775559684"
},
"stopId": "FR:76351:ZE:4562:ATOUMOD003",
"stopSequence": 2
},
{
"departure": {
"delay": 39,
"time": "1775559939"
},
"stopId": "FR:76351:ZE:3163:ATOUMOD003",
"stopSequence": 7
},
{
"departure": {
"delay": 55,
"time": "1775560015"
},
"stopId": "FR:76351:ZE:3153:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": 20,
"time": "1775560340"
},
"departure": {
"delay": 20,
"time": "1775560340"
},
"stopId": "FR:76351:ZE:3129:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": -11,
"time": "1775560489"
},
"departure": {
"delay": -11,
"time": "1775560489"
},
"stopId": "FR:76351:ZE:3659:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": -13,
"time": "1775561087"
},
"stopId": "FR:76351:ZE:4642:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": 3,
"time": "1775560383"
},
"departure": {
"delay": 3,
"time": "1775560383"
},
"stopId": "FR:76351:ZE:3626:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 4,
"time": "1775560684"
},
"departure": {
"delay": 4,
"time": "1775560684"
},
"stopId": "FR:76351:ZE:3030:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": -13,
"time": "1775560727"
},
"departure": {
"delay": -13,
"time": "1775560727"
},
"stopId": "FR:76351:ZE:3530:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": 15,
"time": "1775559855"
},
"departure": {
"delay": 15,
"time": "1775559855"
},
"stopId": "FR:76351:ZE:4569:ATOUMOD003",
"stopSequence": 5
},
{
"departure": {
"delay": -13,
"time": "1775560067"
},
"stopId": "FR:76351:ZE:3013:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"time": "1775560140"
},
"departure": {
"time": "1775560140"
},
"stopId": "FR:76351:ZE:4802:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": 46,
"time": "1775560246"
},
"departure": {
"delay": 46,
"time": "1775560246"
},
"stopId": "FR:76351:ZE:3026:ATOUMOD003",
"stopSequence": 12
},
{
"departure": {
"delay": 41,
"time": "1775559881"
},
"stopId": "FR:76351:ZE:3042:ATOUMOD003",
"stopSequence": 6
},
{
"arrival": {
"delay": 41,
"time": "1775560181"
},
"departure": {
"delay": 41,
"time": "1775560181"
},
"stopId": "FR:76351:ZE:3585:ATOUMOD003",
"stopSequence": 11
},
{
"departure": {
"delay": 31,
"time": "1775559811"
},
"stopId": "FR:76351:ZE:4590:ATOUMOD003",
"stopSequence": 4
},
{
"arrival": {
"delay": -1,
"time": "1775560559"
},
"departure": {
"delay": -1,
"time": "1775560559"
},
"stopId": "FR:76351:ZE:4996:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": -13,
"time": "1775560307"
},
"departure": {
"delay": -13,
"time": "1775560307"
},
"stopId": "FR:76351:ZE:4841:ATOUMOD003",
"stopSequence": 13
},
{
"departure": {
"delay": 78,
"time": "1775559738"
},
"stopId": "FR:76351:ZE:4564:ATOUMOD003",
"stopSequence": 3
},
{
"arrival": {
"delay": 4,
"time": "1775560444"
},
"departure": {
"delay": 4,
"time": "1775560444"
},
"stopId": "FR:76351:ZE:4567:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": -13,
"time": "1775560607"
},
"departure": {
"delay": -13,
"time": "1775560607"
},
"stopId": "FR:76351:ZE:3241:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": -13,
"time": "1775560787"
},
"departure": {
"delay": -13,
"time": "1775560787"
},
"stopId": "FR:76351:ZE:4582:ATOUMOD003",
"stopSequence": 22
}
],
"timestamp": "1775559689",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C7:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4057025x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx12112:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -21202,
"time": "1775560478"
},
"departure": {
"delay": -21202,
"time": "1775560478"
},
"stopId": "FR:76410:ZE:TCARxVELOU1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": -21150,
"time": "1775559870"
},
"departure": {
"delay": -21150,
"time": "1775559870"
},
"stopId": "FR:76366:ZE:TCARxLBOIS0:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -21219,
"time": "1775560521"
},
"departure": {
"delay": -21219,
"time": "1775560521"
},
"stopId": "FR:76410:ZE:TCARxRIVES1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": -21144,
"time": "1775559636"
},
"departure": {
"delay": -21144,
"time": "1775559636"
},
"stopId": "FR:76402:ZE:TCARxCMEDI1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": -21181,
"time": "1775561219"
},
"departure": {
"delay": -21181,
"time": "1775561219"
},
"stopId": "FR:76157:ZE:TCARxCOMME0:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": -21098,
"time": "1775559562"
},
"departure": {
"delay": -21098,
"time": "1775559562"
},
"stopId": "FR:76402:ZE:TCARxHFREV0:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -21142,
"time": "1775559578"
},
"departure": {
"delay": -21142,
"time": "1775559578"
},
"stopId": "FR:76402:ZE:TCARxHBOUR0:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -21171,
"time": "1775560929"
},
"departure": {
"delay": -21171,
"time": "1775560929"
},
"stopId": "FR:76216:ZE:TCARxJFERR0:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": -21248,
"time": "1775560732"
},
"departure": {
"delay": -21248,
"time": "1775560732"
},
"stopId": "FR:76410:ZE:TCARxCLAIR1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": -21186,
"time": "1775559714"
},
"departure": {
"delay": -21186,
"time": "1775559714"
},
"stopId": "FR:76402:ZE:TCARxSOUEF0:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": -21261,
"time": "1775560239"
},
"departure": {
"delay": -21261,
"time": "1775560239"
},
"stopId": "FR:76474:ZE:TCARxBMAIB0:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": -21204,
"time": "1775561136"
},
"departure": {
"delay": -21204,
"time": "1775561136"
},
"stopId": "FR:76216:ZE:TCARxCAILL1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": -21236,
"time": "1775560324"
},
"departure": {
"delay": -21236,
"time": "1775560324"
},
"stopId": "FR:76474:ZE:TCARxSAUVA1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": -21144,
"time": "1775561376"
},
"departure": {
"delay": -21144,
"time": "1775561376"
},
"stopId": "FR:76157:ZE:TCARxMIN3:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": -21226,
"time": "1775560214"
},
"departure": {
"delay": -21226,
"time": "1775560214"
},
"stopId": "FR:76474:ZE:TCARxAGIDE1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": -21107,
"time": "1775561293"
},
"departure": {
"delay": -21107,
"time": "1775561293"
},
"stopId": "FR:76157:ZE:TCARxATELI1:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": -21261,
"time": "1775560659"
},
"departure": {
"delay": -21261,
"time": "1775560659"
},
"stopId": "FR:76410:ZE:TCARxPETIT0:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": -21204,
"time": "1775560056"
},
"departure": {
"delay": -21204,
"time": "1775560056"
},
"stopId": "FR:76366:ZE:TCARxHMAIR0:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": -21204,
"time": "1775560176"
},
"departure": {
"delay": -21204,
"time": "1775560176"
},
"stopId": "FR:76474:ZE:TCARxMUSEE0:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": -21138,
"time": "1775559797"
},
"departure": {
"delay": -21138,
"time": "1775559822"
},
"stopId": "FR:76366:ZE:TCARxCJZAY0:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": -21145,
"time": "1775559995"
},
"departure": {
"delay": -21145,
"time": "1775559995"
},
"stopId": "FR:76366:ZE:TCARxLESUE0:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": -21145,
"time": "1775561315"
},
"departure": {
"delay": -21145,
"time": "1775561315"
},
"stopId": "FR:76157:ZE:TCARxLCORM0:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": -21235,
"time": "1775560565"
},
"departure": {
"delay": -21235,
"time": "1775560565"
},
"stopId": "FR:76410:ZE:TCARxMAROM1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": -21255,
"time": "1775560365"
},
"departure": {
"delay": -21255,
"time": "1775560365"
},
"stopId": "FR:76474:ZE:TCARxEPARG0:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": -21162,
"time": "1775559678"
},
"departure": {
"delay": -21162,
"time": "1775559678"
},
"stopId": "FR:76402:ZE:TCARxNCHAM0:ATOUMOD001",
"stopSequence": 5
},
{
"departure": {
"delay": -21165,
"time": "1775559495"
},
"stopId": "FR:76402:ZE:TCARxHFREV:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": -21161,
"time": "1775560099"
},
"departure": {
"delay": -21161,
"time": "1775560099"
},
"stopId": "FR:76366:ZE:TCARxLSOUR0:ATOUMOD001",
"stopSequence": 12
}
],
"timestamp": "1775559496",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx04:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx12112:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745243x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 180,
"time": "1775548980"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 50,
"time": "1775550126"
},
"departure": {
"delay": 50,
"time": "1775550170"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 192,
"time": "1775549454"
},
"departure": {
"delay": 192,
"time": "1775549472"
},
"stopId": "FR:50129:ZE:10BQR2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 157,
"time": "1775549096"
},
"departure": {
"delay": 157,
"time": "1775549137"
},
"stopId": "FR:50129:ZE:10AMO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 171,
"time": "1775549624"
},
"departure": {
"delay": 171,
"time": "1775549631"
},
"stopId": "FR:50129:ZE:10RTU2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 72,
"time": "1775550202"
},
"departure": {
"delay": 72,
"time": "1775550252"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 211,
"time": "1775549389"
},
"departure": {
"delay": 211,
"time": "1775549431"
},
"stopId": "FR:50129:ZE:10ANJ6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 139,
"time": "1775549680"
},
"departure": {
"delay": 139,
"time": "1775549719"
},
"stopId": "FR:50129:ZE:10PFO2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 20,
"time": "1775550285"
},
"departure": {
"delay": 20,
"time": "1775550320"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 32,
"time": "1775549986"
},
"departure": {
"delay": 32,
"time": "1775550032"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 186,
"time": "1775549225"
},
"departure": {
"delay": 186,
"time": "1775549286"
},
"stopId": "FR:50129:ZE:10OYG2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 160,
"time": "1775549158"
},
"departure": {
"delay": 160,
"time": "1775549200"
},
"stopId": "FR:50129:ZE:10EGL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 30,
"time": "1775550062"
},
"departure": {
"delay": 30,
"time": "1775550090"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 203,
"time": "1775549317"
},
"departure": {
"delay": 203,
"time": "1775549363"
},
"stopId": "FR:50129:ZE:10PRV2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 197,
"time": "1775549562"
},
"departure": {
"delay": 197,
"time": "1775549597"
},
"stopId": "FR:50129:ZE:10BRA4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": -17,
"time": "1775550523"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 96,
"time": "1775549841"
},
"departure": {
"delay": 96,
"time": "1775549856"
},
"stopId": "FR:50129:ZE:10CRC4:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 63,
"time": "1775549921"
},
"departure": {
"delay": 63,
"time": "1775549943"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 45,
"time": "1775550382"
},
"departure": {
"delay": 45,
"time": "1775550465"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 89,
"time": "1775549754"
},
"departure": {
"delay": 89,
"time": "1775549789"
},
"stopId": "FR:50129:ZE:10FOR4:ATOUMOD035",
"stopSequence": 11
}
],
"timestamp": "1775560079",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1A:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745243x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx16701:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 21410,
"time": "1775562950"
},
"departure": {
"delay": 21410,
"time": "1775562950"
},
"stopId": "FR:76599:ZE:TCARxTRIA11:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 21371,
"time": "1775563211"
},
"departure": {
"delay": 21371,
"time": "1775563211"
},
"stopId": "FR:76540:ZE:TCARxBROCH1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 21381,
"time": "1775562921"
},
"departure": {
"delay": 21381,
"time": "1775562921"
},
"stopId": "FR:76599:ZE:TCARxVERBU1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 21384,
"time": "1775563344"
},
"departure": {
"delay": 21384,
"time": "1775563344"
},
"stopId": "FR:76540:ZE:TCARxPROGR1:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 21407,
"time": "1775563187"
},
"departure": {
"delay": 21407,
"time": "1775563187"
},
"stopId": "FR:76540:ZE:TCARxREPAI1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 21316,
"time": "1775563396"
},
"departure": {
"delay": 21316,
"time": "1775563396"
},
"stopId": "FR:76540:ZE:TCARxNEUVI1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 21360,
"time": "1775563020"
},
"departure": {
"delay": 21360,
"time": "1775563020"
},
"stopId": "FR:76599:ZE:TCARxWADDI1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 21391,
"time": "1775562811"
},
"departure": {
"delay": 21391,
"time": "1775562811"
},
"stopId": "FR:76599:ZE:TCARxPICAU1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 21315,
"time": "1775563515"
},
"departure": {
"delay": 21315,
"time": "1775563515"
},
"stopId": "FR:76540:ZE:TCARxCNEUF1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 21411,
"time": "1775563131"
},
"departure": {
"delay": 21411,
"time": "1775563131"
},
"stopId": "FR:76540:ZE:TCARxLOREL1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 21394,
"time": "1775562694"
},
"departure": {
"delay": 21394,
"time": "1775562694"
},
"stopId": "FR:76599:ZE:TCARxEAUVI1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 21300,
"time": "1775563440"
},
"departure": {
"delay": 21300,
"time": "1775563440"
},
"stopId": "FR:76540:ZE:TCARxCIMMG1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 21387,
"time": "1775562747"
},
"departure": {
"delay": 21387,
"time": "1775562747"
},
"stopId": "FR:76599:ZE:TCARxSLMAI1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 21256,
"time": "1775563576"
},
"departure": {
"delay": 21256,
"time": "1775563576"
},
"stopId": "FR:76540:ZE:TCARxMARTA:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 21360,
"time": "1775562840"
},
"departure": {
"delay": 21360,
"time": "1775562840"
},
"stopId": "FR:76599:ZE:TCARxLAVOI1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 21348,
"time": "1775563308"
},
"departure": {
"delay": 21348,
"time": "1775563308"
},
"stopId": "FR:76540:ZE:TCARxVERGE1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 21360,
"time": "1775563260"
},
"departure": {
"delay": 21360,
"time": "1775563260"
},
"stopId": "FR:76540:ZE:TCARxCHASS1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 21417,
"time": "1775563077"
},
"departure": {
"delay": 21417,
"time": "1775563077"
},
"stopId": "FR:76599:ZE:TCARxFONTA1:ATOUMOD001",
"stopSequence": 11
}
],
"timestamp": "1775558436",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx20:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx16701:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3758435x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 165,
"time": "1775547936"
},
"departure": {
"delay": 165,
"time": "1775547945"
},
"stopId": "FR:50129:ZE:10LSA2:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": -4,
"time": "1775548643"
},
"departure": {
"delay": -4,
"time": "1775548676"
},
"stopId": "FR:50041:ZE:HAGMF2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 131,
"time": "1775547384"
},
"departure": {
"delay": 131,
"time": "1775547431"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 91,
"time": "1775548157"
},
"departure": {
"delay": 91,
"time": "1775548171"
},
"stopId": "FR:50129:ZE:10PET2:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 97,
"time": "1775547316"
},
"departure": {
"delay": 97,
"time": "1775547337"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 4,
"time": "1775549488"
},
"departure": {
"delay": 4,
"time": "1775549524"
},
"stopId": "FR:50041:ZE:HAGMA2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 147,
"time": "1775547233"
},
"departure": {
"delay": 147,
"time": "1775547267"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": -8,
"time": "1775549055"
},
"departure": {
"delay": -8,
"time": "1775549092"
},
"stopId": "FR:50041:ZE:HAGGR2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 88,
"time": "1775548218"
},
"departure": {
"delay": 88,
"time": "1775548228"
},
"stopId": "FR:50129:ZE:10DIX2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 133,
"time": "1775547520"
},
"departure": {
"delay": 133,
"time": "1775547553"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 5
},
{
"departure": {
"delay": 95,
"time": "1775547095"
},
"stopId": "FR:50129:ZE:10PEM4:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 183,
"time": "1775547572"
},
"departure": {
"delay": 183,
"time": "1775547663"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 244,
"time": "1775547747"
},
"departure": {
"delay": 244,
"time": "1775547784"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": -65,
"time": "1775549935"
},
"stopId": "FR:50041:ZE:HAGOLL:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": -33,
"time": "1775548551"
},
"departure": {
"delay": -33,
"time": "1775548587"
},
"stopId": "FR:50041:ZE:HAGBG2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 109,
"time": "1775548117"
},
"departure": {
"delay": 109,
"time": "1775548129"
},
"stopId": "FR:50129:ZE:10HME2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": -7,
"time": "1775548285"
},
"departure": {
"delay": -7,
"time": "1775548313"
},
"stopId": "FR:50129:ZE:QQVPL1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 151,
"time": "1775548035"
},
"departure": {
"delay": 151,
"time": "1775548051"
},
"stopId": "FR:50129:ZE:10CAQ2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 37,
"time": "1775549404"
},
"departure": {
"delay": 37,
"time": "1775549437"
},
"stopId": "FR:50041:ZE:HAGFY2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 15,
"time": "1775549608"
},
"departure": {
"delay": 15,
"time": "1775549655"
},
"stopId": "FR:50041:ZE:HAGCC2:ATOUMOD035",
"stopSequence": 20
}
],
"timestamp": "1775560075",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:A:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3758435x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4057144x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 165,
"time": "1775561205"
},
"departure": {
"delay": 165,
"time": "1775561205"
},
"stopId": "FR:76351:ZE:3316:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 169,
"time": "1775560849"
},
"departure": {
"delay": 169,
"time": "1775560849"
},
"stopId": "FR:76351:ZE:3274:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 148,
"time": "1775560228"
},
"departure": {
"delay": 148,
"time": "1775560228"
},
"stopId": "FR:76351:ZE:3029:ATOUMOD003",
"stopSequence": 4
},
{
"departure": {
"delay": 147,
"time": "1775559987"
},
"stopId": "FR:76351:ZE:4642:ATOUMOD003",
"stopSequence": 1
},
{
"arrival": {
"delay": 176,
"time": "1775560076"
},
"departure": {
"delay": 176,
"time": "1775560076"
},
"stopId": "FR:76351:ZE:4581:ATOUMOD003",
"stopSequence": 2
},
{
"arrival": {
"delay": 147,
"time": "1775560587"
},
"departure": {
"delay": 147,
"time": "1775560587"
},
"stopId": "FR:76351:ZE:3540:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": 181,
"time": "1775561401"
},
"departure": {
"delay": 181,
"time": "1775561401"
},
"stopId": "FR:76351:ZE:3449:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": 174,
"time": "1775560374"
},
"departure": {
"delay": 174,
"time": "1775560374"
},
"stopId": "FR:76351:ZE:4995:ATOUMOD003",
"stopSequence": 6
},
{
"arrival": {
"delay": 171,
"time": "1775561331"
},
"departure": {
"delay": 171,
"time": "1775561331"
},
"stopId": "FR:76351:ZE:3621:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": 163,
"time": "1775560963"
},
"departure": {
"delay": 163,
"time": "1775560963"
},
"stopId": "FR:76351:ZE:3278:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 147,
"time": "1775560467"
},
"departure": {
"delay": 147,
"time": "1775560467"
},
"stopId": "FR:76351:ZE:3658:ATOUMOD003",
"stopSequence": 7
},
{
"arrival": {
"delay": 147,
"time": "1775560347"
},
"departure": {
"delay": 147,
"time": "1775560347"
},
"stopId": "FR:76351:ZE:3240:ATOUMOD003",
"stopSequence": 5
},
{
"arrival": {
"delay": 174,
"time": "1775560794"
},
"departure": {
"delay": 174,
"time": "1775560794"
},
"stopId": "FR:76351:ZE:4732:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": 160,
"time": "1775560660"
},
"departure": {
"delay": 160,
"time": "1775560660"
},
"stopId": "FR:76351:ZE:4861:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": 178,
"time": "1775560918"
},
"departure": {
"delay": 178,
"time": "1775560918"
},
"stopId": "FR:76351:ZE:3398:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": 147,
"time": "1775561487"
},
"stopId": "FR:76351:ZE:3717:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": 147,
"time": "1775560167"
},
"departure": {
"delay": 147,
"time": "1775560167"
},
"stopId": "FR:76351:ZE:3529:ATOUMOD003",
"stopSequence": 3
},
{
"arrival": {
"delay": 157,
"time": "1775561017"
},
"departure": {
"delay": 157,
"time": "1775561017"
},
"stopId": "FR:76351:ZE:4555:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": 169,
"time": "1775560729"
},
"departure": {
"delay": 169,
"time": "1775560729"
},
"stopId": "FR:76351:ZE:3649:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 147,
"time": "1775561127"
},
"departure": {
"delay": 147,
"time": "1775561127"
},
"stopId": "FR:76351:ZE:3599:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": 153,
"time": "1775560533"
},
"departure": {
"delay": 153,
"time": "1775560533"
},
"stopId": "FR:76351:ZE:3934:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": 191,
"time": "1775561231"
},
"departure": {
"delay": 191,
"time": "1775561231"
},
"stopId": "FR:76351:ZE:4497:ATOUMOD003",
"stopSequence": 19
}
],
"timestamp": "1775560060",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:C8:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4057144x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745163x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 106,
"time": "1775548437"
},
"departure": {
"delay": 106,
"time": "1775548486"
},
"stopId": "FR:50129:ZE:10PFO2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 71,
"time": "1775547929"
},
"departure": {
"delay": 71,
"time": "1775547971"
},
"stopId": "FR:50129:ZE:10OYG2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 71,
"time": "1775548518"
},
"departure": {
"delay": 71,
"time": "1775548571"
},
"stopId": "FR:50129:ZE:10FOR4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 59,
"time": "1775547792"
},
"departure": {
"delay": 59,
"time": "1775547839"
},
"stopId": "FR:50129:ZE:10AMO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 29,
"time": "1775549369"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 51,
"time": "1775549133"
},
"departure": {
"delay": 51,
"time": "1775549151"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 122,
"time": "1775549033"
},
"departure": {
"delay": 122,
"time": "1775549102"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 128,
"time": "1775548349"
},
"departure": {
"delay": 128,
"time": "1775548388"
},
"stopId": "FR:50129:ZE:10RTU2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 90,
"time": "1775548612"
},
"departure": {
"delay": 90,
"time": "1775548650"
},
"stopId": "FR:50129:ZE:10CRC4:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 80,
"time": "1775548725"
},
"departure": {
"delay": 80,
"time": "1775548760"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 80,
"time": "1775548933"
},
"departure": {
"delay": 80,
"time": "1775549000"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 118,
"time": "1775548287"
},
"departure": {
"delay": 118,
"time": "1775548318"
},
"stopId": "FR:50129:ZE:10BRA4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 43,
"time": "1775548873"
},
"departure": {
"delay": 43,
"time": "1775548903"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 90,
"time": "1775547994"
},
"departure": {
"delay": 90,
"time": "1775548050"
},
"stopId": "FR:50129:ZE:10PRV2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 130,
"time": "1775548177"
},
"departure": {
"delay": 130,
"time": "1775548210"
},
"stopId": "FR:50129:ZE:10BQR2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 34,
"time": "1775548818"
},
"departure": {
"delay": 34,
"time": "1775548834"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 14
},
{
"departure": {
"delay": 62,
"time": "1775547662"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 133,
"time": "1775548080"
},
"departure": {
"delay": 133,
"time": "1775548153"
},
"stopId": "FR:50129:ZE:10ANJ6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 62,
"time": "1775547863"
},
"departure": {
"delay": 62,
"time": "1775547902"
},
"stopId": "FR:50129:ZE:10EGL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 42,
"time": "1775549217"
},
"departure": {
"delay": 42,
"time": "1775549262"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 19
}
],
"timestamp": "1775560079",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1A:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745163x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC597038:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 208,
"time": "1775560108"
},
"departure": {
"delay": 208,
"time": "1775560108"
},
"stopId": "FR:27229:ZE:0xDUN02:ATOUMOD004",
"stopSequence": 26
},
{
"arrival": {
"delay": 178,
"time": "1775560318"
},
"departure": {
"delay": 178,
"time": "1775560318"
},
"stopId": "FR:27229:ZE:0xMEU02:ATOUMOD004",
"stopSequence": 31
},
{
"arrival": {
"delay": 137,
"time": "1775559857"
},
"departure": {
"delay": 137,
"time": "1775559857"
},
"stopId": "FR:27229:ZE:0xCOM02:ATOUMOD004",
"stopSequence": 24
},
{
"arrival": {
"delay": 114,
"time": "1775560374"
},
"stopId": "FR:27229:ZE:0xCEN01:ATOUMOD004",
"stopSequence": 32
},
{
"arrival": {
"delay": 245,
"time": "1775560265"
},
"departure": {
"delay": 245,
"time": "1775560265"
},
"stopId": "FR:27229:ZE:0xCAR03:ATOUMOD004",
"stopSequence": 30
},
{
"arrival": {
"delay": 107,
"time": "1775559767"
},
"departure": {
"delay": 107,
"time": "1775559767"
},
"stopId": "FR:27229:ZE:0xFAU02:ATOUMOD004",
"stopSequence": 23
},
{
"arrival": {
"delay": 137,
"time": "1775559947"
},
"departure": {
"delay": 137,
"time": "1775559977"
},
"stopId": "FR:27229:ZE:0xFER02:ATOUMOD004",
"stopSequence": 25
}
],
"timestamp": "1775560081",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD004:Line:T2:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC597038:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746209x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 52,
"time": "1775542700"
},
"departure": {
"delay": 52,
"time": "1775542732"
},
"stopId": "FR:50129:ZE:10THH4:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 22,
"time": "1775541941"
},
"departure": {
"delay": 22,
"time": "1775541982"
},
"stopId": "FR:50129:ZE:10NOR4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 223,
"time": "1775543887"
},
"departure": {
"delay": 223,
"time": "1775543923"
},
"stopId": "FR:50129:ZE:10HUI2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 5,
"time": "1775542014"
},
"departure": {
"delay": 5,
"time": "1775542025"
},
"stopId": "FR:50129:ZE:10JEA2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 193,
"time": "1775543737"
},
"departure": {
"delay": 193,
"time": "1775543773"
},
"stopId": "FR:50129:ZE:10REP4:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 250,
"time": "1775543180"
},
"departure": {
"delay": 250,
"time": "1775543230"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 240,
"time": "1775543373"
},
"departure": {
"delay": 240,
"time": "1775543400"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 27,
"time": "1775544613"
},
"departure": {
"delay": 27,
"time": "1775544627"
},
"stopId": "FR:50129:ZE:10CAR2:ATOUMOD035",
"stopSequence": 44
},
{
"arrival": {
"delay": 254,
"time": "1775543491"
},
"departure": {
"delay": 254,
"time": "1775543534"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": -18,
"time": "1775542208"
},
"departure": {
"delay": -18,
"time": "1775542242"
},
"stopId": "FR:50129:ZE:10BRO2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 47,
"time": "1775542572"
},
"departure": {
"delay": 47,
"time": "1775542607"
},
"stopId": "FR:50129:ZE:10LCP2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": -24,
"time": "1775542102"
},
"departure": {
"delay": -24,
"time": "1775542116"
},
"stopId": "FR:50129:ZE:10ART2:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": -2,
"time": "1775544879"
},
"departure": {
"delay": -2,
"time": "1775544898"
},
"stopId": "FR:50129:ZE:10SFG2:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"delay": -8,
"time": "1775544699"
},
"departure": {
"delay": -8,
"time": "1775544712"
},
"stopId": "FR:50129:ZE:10ALB2:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"delay": -39,
"time": "1775542269"
},
"departure": {
"delay": -39,
"time": "1775542281"
},
"stopId": "FR:50129:ZE:10LLM2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": -24,
"time": "1775541784"
},
"departure": {
"delay": -24,
"time": "1775541816"
},
"stopId": "FR:50129:ZE:10RSX2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 253,
"time": "1775543430"
},
"departure": {
"delay": 253,
"time": "1775543473"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 21,
"time": "1775544828"
},
"departure": {
"delay": 21,
"time": "1775544861"
},
"stopId": "FR:50129:ZE:10COF2:ATOUMOD035",
"stopSequence": 47
},
{
"arrival": {
"delay": 28,
"time": "1775541894"
},
"departure": {
"delay": 28,
"time": "1775541928"
},
"stopId": "FR:50129:ZE:10MYO2:ATOUMOD035",
"stopSequence": 7
},
{
"departure": {
"delay": 10,
"time": "1775541550"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 38,
"time": "1775541597"
},
"departure": {
"delay": 38,
"time": "1775541638"
},
"stopId": "FR:50129:ZE:10JGO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 270,
"time": "1775543572"
},
"departure": {
"delay": 270,
"time": "1775543610"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 178,
"time": "1775544401"
},
"departure": {
"delay": 178,
"time": "1775544418"
},
"stopId": "FR:50129:ZE:10CPL2:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"delay": 218,
"time": "1775543996"
},
"departure": {
"delay": 218,
"time": "1775544038"
},
"stopId": "FR:50129:ZE:10HOM2:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 22,
"time": "1775542452"
},
"departure": {
"delay": 22,
"time": "1775542522"
},
"stopId": "FR:50129:ZE:10BHC2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 131,
"time": "1775544463"
},
"departure": {
"delay": 131,
"time": "1775544491"
},
"stopId": "FR:50129:ZE:10ARA2:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"delay": 132,
"time": "1775544364"
},
"departure": {
"delay": 132,
"time": "1775544372"
},
"stopId": "FR:50129:ZE:10BHE2:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 22,
"time": "1775541704"
},
"departure": {
"delay": 22,
"time": "1775541742"
},
"stopId": "FR:50129:ZE:10COS2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 193,
"time": "1775544162"
},
"departure": {
"delay": 193,
"time": "1775544193"
},
"stopId": "FR:50129:ZE:10DUB2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 289,
"time": "1775543288"
},
"departure": {
"delay": 289,
"time": "1775543329"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 151,
"time": "1775544443"
},
"departure": {
"delay": 151,
"time": "1775544451"
},
"stopId": "FR:50129:ZE:10PRE2:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": 184,
"time": "1775544108"
},
"departure": {
"delay": 184,
"time": "1775544124"
},
"stopId": "FR:50129:ZE:10LAV2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": -36,
"time": "1775544984"
},
"stopId": "FR:50129:ZE:10MAX1:ATOUMOD035",
"stopSequence": 50
},
{
"arrival": {
"delay": 57,
"time": "1775544571"
},
"departure": {
"delay": 57,
"time": "1775544597"
},
"stopId": "FR:50129:ZE:10HOU2:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": 11,
"time": "1775542037"
},
"departure": {
"delay": 11,
"time": "1775542091"
},
"stopId": "FR:50129:ZE:10ZPH2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 192,
"time": "1775544064"
},
"departure": {
"delay": 192,
"time": "1775544072"
},
"stopId": "FR:50129:ZE:10AGO2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 163,
"time": "1775544328"
},
"departure": {
"delay": 163,
"time": "1775544343"
},
"stopId": "FR:50129:ZE:10LON2:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 156,
"time": "1775544264"
},
"departure": {
"delay": 156,
"time": "1775544276"
},
"stopId": "FR:50129:ZE:10ZOL2:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 197,
"time": "1775543791"
},
"departure": {
"delay": 197,
"time": "1775543837"
},
"stopId": "FR:50129:ZE:10TRA6:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 72,
"time": "1775544544"
},
"departure": {
"delay": 72,
"time": "1775544552"
},
"stopId": "FR:50129:ZE:10BRT2:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"delay": -39,
"time": "1775542298"
},
"departure": {
"delay": -39,
"time": "1775542341"
},
"stopId": "FR:50129:ZE:10JMO2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 239,
"time": "1775543663"
},
"departure": {
"delay": 239,
"time": "1775543699"
},
"stopId": "FR:50129:ZE:10HDI4:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": -20,
"time": "1775544928"
},
"departure": {
"delay": -20,
"time": "1775544940"
},
"stopId": "FR:50129:ZE:10EPH1:ATOUMOD035",
"stopSequence": 49
},
{
"arrival": {
"delay": -18,
"time": "1775541835"
},
"departure": {
"delay": -18,
"time": "1775541882"
},
"stopId": "FR:50129:ZE:10MGT2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 229,
"time": "1775542872"
},
"departure": {
"delay": 229,
"time": "1775543029"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 22,
"time": "1775544674"
},
"departure": {
"delay": 22,
"time": "1775544682"
},
"stopId": "FR:50129:ZE:10SFN2:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"delay": 118,
"time": "1775544526"
},
"departure": {
"delay": 118,
"time": "1775544538"
},
"stopId": "FR:50129:ZE:10BON2:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": 28,
"time": "1775542351"
},
"departure": {
"delay": 28,
"time": "1775542408"
},
"stopId": "FR:50129:ZE:10LUM2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": -11,
"time": "1775541760"
},
"departure": {
"delay": -11,
"time": "1775541769"
},
"stopId": "FR:50129:ZE:10CVE2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 202,
"time": "1775543943"
},
"departure": {
"delay": 202,
"time": "1775543962"
},
"stopId": "FR:50129:ZE:10BEL2:ATOUMOD035",
"stopSequence": 30
}
],
"timestamp": "1775560079",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746209x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx15244:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 9938,
"time": "1775558438"
},
"departure": {
"delay": 9938,
"time": "1775558438"
},
"stopId": "FR:76216:ZE:TCARxFRESN2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 10169,
"time": "1775559727"
},
"departure": {
"delay": 10169,
"time": "1775559749"
},
"stopId": "FR:76451:ZE:TCARxCOQUE3:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 10161,
"time": "1775560461"
},
"departure": {
"delay": 10161,
"time": "1775560461"
},
"stopId": "FR:76108:ZE:TCARxBGUI4:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 10185,
"time": "1775560545"
},
"departure": {
"delay": 10185,
"time": "1775560545"
},
"stopId": "FR:76108:ZE:TCARxANDER1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 10203,
"time": "1775560743"
},
"departure": {
"delay": 10203,
"time": "1775560743"
},
"stopId": "FR:76095:ZE:TCARxREEDU0:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 9960,
"time": "1775558978"
},
"departure": {
"delay": 9960,
"time": "1775559000"
},
"stopId": "FR:76216:ZE:TCARxJVERN:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 10163,
"time": "1775559803"
},
"departure": {
"delay": 10163,
"time": "1775559803"
},
"stopId": "FR:76451:ZE:TCARxHDVBE3:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 9999,
"time": "1775559078"
},
"departure": {
"delay": 9999,
"time": "1775559099"
},
"stopId": "FR:76451:ZE:TCARxDEBOI0:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 10203,
"time": "1775560323"
},
"departure": {
"delay": 10203,
"time": "1775560323"
},
"stopId": "FR:76108:ZE:TCARxBOCQU3:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 10212,
"time": "1775559912"
},
"departure": {
"delay": 10212,
"time": "1775559912"
},
"stopId": "FR:76451:ZE:TCARxMURET0:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 9929,
"time": "1775559149"
},
"departure": {
"delay": 9929,
"time": "1775559149"
},
"stopId": "FR:76451:ZE:TCARxCROIX1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 10142,
"time": "1775560022"
},
"departure": {
"delay": 10142,
"time": "1775560022"
},
"stopId": "FR:76451:ZE:TCARxCCOMM1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 10001,
"time": "1775559281"
},
"departure": {
"delay": 10001,
"time": "1775559281"
},
"stopId": "FR:76451:ZE:TCARxMALAD0:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 10171,
"time": "1775560231"
},
"departure": {
"delay": 10171,
"time": "1775560231"
},
"stopId": "FR:76451:ZE:TCARxEXUPE3:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 10161,
"time": "1775561001"
},
"stopId": "FR:76540:ZE:TCARxTAMAR5:ATOUMOD001",
"stopSequence": 31
},
{
"arrival": {
"delay": 10164,
"time": "1775560104"
},
"departure": {
"delay": 10164,
"time": "1775560104"
},
"stopId": "FR:76451:ZE:TCARxSAKHA1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 9907,
"time": "1775558527"
},
"departure": {
"delay": 9907,
"time": "1775558527"
},
"stopId": "FR:76216:ZE:TCARxJFERR1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 10195,
"time": "1775560435"
},
"departure": {
"delay": 10195,
"time": "1775560435"
},
"stopId": "FR:76108:ZE:TCARxMAXPO1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 9944,
"time": "1775558599"
},
"departure": {
"delay": 9944,
"time": "1775558624"
},
"stopId": "FR:76216:ZE:TCARxDEVIL3:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 10004,
"time": "1775558924"
},
"departure": {
"delay": 10004,
"time": "1775558924"
},
"stopId": "FR:76216:ZE:TCARxSPAUL0:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 9993,
"time": "1775558853"
},
"departure": {
"delay": 9993,
"time": "1775558853"
},
"stopId": "FR:76216:ZE:TCARxMIREL0:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 10161,
"time": "1775560641"
},
"departure": {
"delay": 10161,
"time": "1775560641"
},
"stopId": "FR:76108:ZE:TCARxVENIS0:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 9925,
"time": "1775558725"
},
"departure": {
"delay": 9925,
"time": "1775558725"
},
"stopId": "FR:76216:ZE:TCARxPALIS3:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 10191,
"time": "1775560851"
},
"departure": {
"delay": 10191,
"time": "1775560851"
},
"stopId": "FR:76095:ZE:TCARxCIMEB0:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 10183,
"time": "1775559943"
},
"departure": {
"delay": 10183,
"time": "1775559943"
},
"stopId": "FR:76451:ZE:TCARxGALLI0:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 10172,
"time": "1775559992"
},
"departure": {
"delay": 10172,
"time": "1775559992"
},
"stopId": "FR:76451:ZE:TCARxFRECH0:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 10081,
"time": "1775559661"
},
"departure": {
"delay": 10081,
"time": "1775559661"
},
"stopId": "FR:76451:ZE:TCARxCOLBE0:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 10187,
"time": "1775560367"
},
"departure": {
"delay": 10187,
"time": "1775560367"
},
"stopId": "FR:76108:ZE:TCARxVIELL2:ATOUMOD001",
"stopSequence": 23
},
{
"departure": {
"delay": 9900,
"time": "1775558400"
},
"stopId": "FR:76216:ZE:TCARxCAILL3:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 10093,
"time": "1775559613"
},
"departure": {
"delay": 10093,
"time": "1775559613"
},
"stopId": "FR:76451:ZE:TCARxVAREN0:ATOUMOD001",
"stopSequence": 12
}
],
"timestamp": "1775558305",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx08:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx15244:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745244x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 160,
"time": "1775551388"
},
"departure": {
"delay": 160,
"time": "1775551420"
},
"stopId": "FR:50129:ZE:10RTU2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 86,
"time": "1775550892"
},
"departure": {
"delay": 86,
"time": "1775550926"
},
"stopId": "FR:50129:ZE:10EGL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 144,
"time": "1775551973"
},
"departure": {
"delay": 144,
"time": "1775552004"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 15
},
{
"departure": {
"delay": 97,
"time": "1775550697"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 92,
"time": "1775552268"
},
"departure": {
"delay": 92,
"time": "1775552312"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 83,
"time": "1775551551"
},
"departure": {
"delay": 83,
"time": "1775551583"
},
"stopId": "FR:50129:ZE:10FOR4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 134,
"time": "1775551468"
},
"departure": {
"delay": 134,
"time": "1775551514"
},
"stopId": "FR:50129:ZE:10PFO2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 85,
"time": "1775550817"
},
"departure": {
"delay": 85,
"time": "1775550865"
},
"stopId": "FR:50129:ZE:10AMO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 123,
"time": "1775552463"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 97,
"time": "1775550950"
},
"departure": {
"delay": 97,
"time": "1775550997"
},
"stopId": "FR:50129:ZE:10OYG2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 112,
"time": "1775551024"
},
"departure": {
"delay": 112,
"time": "1775551072"
},
"stopId": "FR:50129:ZE:10PRV2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 153,
"time": "1775552037"
},
"departure": {
"delay": 153,
"time": "1775552073"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 170,
"time": "1775552111"
},
"departure": {
"delay": 170,
"time": "1775552150"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 164,
"time": "1775551103"
},
"departure": {
"delay": 164,
"time": "1775551184"
},
"stopId": "FR:50129:ZE:10ANJ6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 113,
"time": "1775552176"
},
"departure": {
"delay": 113,
"time": "1775552213"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 166,
"time": "1775551207"
},
"departure": {
"delay": 166,
"time": "1775551246"
},
"stopId": "FR:50129:ZE:10BQR2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 129,
"time": "1775551764"
},
"departure": {
"delay": 129,
"time": "1775551809"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 124,
"time": "1775551640"
},
"departure": {
"delay": 124,
"time": "1775551684"
},
"stopId": "FR:50129:ZE:10CRC4:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 162,
"time": "1775551321"
},
"departure": {
"delay": 162,
"time": "1775551362"
},
"stopId": "FR:50129:ZE:10BRA4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 130,
"time": "1775551853"
},
"departure": {
"delay": 130,
"time": "1775551930"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 14
}
],
"timestamp": "1775560079",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1A:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745244x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx13799:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -7814,
"time": "1775561806"
},
"departure": {
"delay": -7814,
"time": "1775561806"
},
"stopId": "FR:76497:ZE:TCARxCLECO1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": -7833,
"time": "1775561127"
},
"departure": {
"delay": -7833,
"time": "1775561127"
},
"stopId": "FR:76319:ZE:TCARxHUGGC1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": -7806,
"time": "1775562294"
},
"departure": {
"delay": -7806,
"time": "1775562294"
},
"stopId": "FR:76322:ZE:TCARxRCOTY1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": -7843,
"time": "1775562077"
},
"departure": {
"delay": -7843,
"time": "1775562077"
},
"stopId": "FR:76322:ZE:TCARxSEINE1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": -7860,
"time": "1775562180"
},
"departure": {
"delay": -7860,
"time": "1775562180"
},
"stopId": "FR:76322:ZE:TCARxBRAQU3:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": -7859,
"time": "1775562241"
},
"departure": {
"delay": -7859,
"time": "1775562241"
},
"stopId": "FR:76322:ZE:TCARxBRAZZ1:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": -7824,
"time": "1775561196"
},
"departure": {
"delay": -7824,
"time": "1775561196"
},
"stopId": "FR:76319:ZE:TCARxRENOI1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": -7818,
"time": "1775561322"
},
"departure": {
"delay": -7818,
"time": "1775561322"
},
"stopId": "FR:76319:ZE:TCARxRAFFI1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -7831,
"time": "1775562269"
},
"departure": {
"delay": -7831,
"time": "1775562269"
},
"stopId": "FR:76322:ZE:TCARxCDCHA1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": -7831,
"time": "1775562809"
},
"departure": {
"delay": -7831,
"time": "1775562809"
},
"stopId": "FR:76575:ZE:TCARxESIGE1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": -7814,
"time": "1775562346"
},
"departure": {
"delay": -7814,
"time": "1775562346"
},
"stopId": "FR:76322:ZE:TCARxANDRE1:ATOUMOD001",
"stopSequence": 20
},
{
"departure": {
"delay": -7920,
"time": "1775560920"
},
"stopId": "FR:76319:ZE:TCARxBOUTT1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": -7859,
"time": "1775561881"
},
"departure": {
"delay": -7859,
"time": "1775561881"
},
"stopId": "FR:76497:ZE:TCARxVERDE1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": -7814,
"time": "1775562886"
},
"departure": {
"delay": -7814,
"time": "1775562886"
},
"stopId": "FR:76575:ZE:TCARxCATEL0:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": -7860,
"time": "1775561280"
},
"departure": {
"delay": -7860,
"time": "1775561280"
},
"stopId": "FR:76319:ZE:TCARxLYLEG1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": -7820,
"time": "1775561680"
},
"departure": {
"delay": -7820,
"time": "1775561680"
},
"stopId": "FR:76497:ZE:TCARxJBART1:ATOUMOD001",
"stopSequence": 11
}
],
"timestamp": "1775556736",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx06:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx13799:LOC"
}
}
},
{
"id": "SM:ATOUMOD041:ServiceJourney:3:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 36,
"time": "1775540270"
},
"departure": {
"delay": 36,
"time": "1775540316"
},
"stopId": "FR:76057:ZE:30053:ATOUMOD041",
"stopSequence": 13
},
{
"arrival": {
"delay": 29,
"time": "1775540762"
},
"departure": {
"delay": 29,
"time": "1775540789"
},
"stopId": "FR:76057:ZE:30019:ATOUMOD041",
"stopSequence": 19
},
{
"arrival": {
"delay": 27,
"time": "1775541075"
},
"departure": {
"delay": 27,
"time": "1775541087"
},
"stopId": "FR:76057:ZE:30003:ATOUMOD041",
"stopSequence": 24
},
{
"arrival": {
"delay": 104,
"time": "1775539584"
},
"departure": {
"delay": 104,
"time": "1775539604"
},
"stopId": "FR:76743:ZE:30048:ATOUMOD041",
"stopSequence": 3
},
{
"arrival": {
"delay": 30,
"time": "1775540903"
},
"departure": {
"delay": 30,
"time": "1775540910"
},
"stopId": "FR:76057:ZE:30017:ATOUMOD041",
"stopSequence": 21
},
{
"arrival": {
"delay": 34,
"time": "1775540109"
},
"departure": {
"delay": 34,
"time": "1775540134"
},
"stopId": "FR:76057:ZE:30051:ATOUMOD041",
"stopSequence": 11
},
{
"arrival": {
"delay": 25,
"time": "1775540170"
},
"departure": {
"delay": 25,
"time": "1775540185"
},
"stopId": "FR:76057:ZE:30052:ATOUMOD041",
"stopSequence": 12
},
{
"arrival": {
"delay": 104,
"time": "1775540448"
},
"departure": {
"delay": 104,
"time": "1775540504"
},
"stopId": "FR:76057:ZE:30055:ATOUMOD041",
"stopSequence": 15
},
{
"arrival": {
"delay": 46,
"time": "1775540951"
},
"departure": {
"delay": 46,
"time": "1775540986"
},
"stopId": "FR:76057:ZE:30002:ATOUMOD041",
"stopSequence": 22
},
{
"arrival": {
"delay": 111,
"time": "1775539684"
},
"departure": {
"delay": 111,
"time": "1775539731"
},
"stopId": "FR:76057:ZE:30050:ATOUMOD041",
"stopSequence": 5
},
{
"departure": {
"delay": 73,
"time": "1775539453"
},
"stopId": "FR:76743:ZE:30049:ATOUMOD041",
"stopSequence": 1
},
{
"arrival": {
"delay": -36,
"time": "1775541144"
},
"stopId": "FR:76057:ZE:30028:ATOUMOD041",
"stopSequence": 25
},
{
"arrival": {
"delay": 36,
"time": "1775540702"
},
"departure": {
"delay": 36,
"time": "1775540736"
},
"stopId": "FR:76057:ZE:30007:ATOUMOD041",
"stopSequence": 18
},
{
"arrival": {
"delay": 63,
"time": "1775540362"
},
"departure": {
"delay": 63,
"time": "1775540403"
},
"stopId": "FR:76057:ZE:30054:ATOUMOD041",
"stopSequence": 14
},
{
"arrival": {
"delay": 67,
"time": "1775540612"
},
"departure": {
"delay": 67,
"time": "1775540647"
},
"stopId": "FR:76057:ZE:30018:ATOUMOD041",
"stopSequence": 16
},
{
"arrival": {
"delay": 95,
"time": "1775539819"
},
"departure": {
"delay": 95,
"time": "1775539835"
},
"stopId": "FR:76057:ZE:30007:ATOUMOD041",
"stopSequence": 7
},
{
"arrival": {
"delay": 96,
"time": "1775539644"
},
"departure": {
"delay": 96,
"time": "1775539656"
},
"stopId": "FR:76743:ZE:30023:ATOUMOD041",
"stopSequence": 4
},
{
"arrival": {
"delay": 117,
"time": "1775539761"
},
"departure": {
"delay": 117,
"time": "1775539797"
},
"stopId": "FR:76057:ZE:30021:ATOUMOD041",
"stopSequence": 6
},
{
"arrival": {
"delay": 63,
"time": "1775540872"
},
"departure": {
"delay": 63,
"time": "1775540883"
},
"stopId": "FR:76057:ZE:30013:ATOUMOD041",
"stopSequence": 20
},
{
"arrival": {
"delay": 100,
"time": "1775539864"
},
"departure": {
"delay": 100,
"time": "1775539900"
},
"stopId": "FR:76057:ZE:30019:ATOUMOD041",
"stopSequence": 8
},
{
"arrival": {
"delay": 43,
"time": "1775540661"
},
"departure": {
"delay": 43,
"time": "1775540683"
},
"stopId": "FR:76057:ZE:30020:ATOUMOD041",
"stopSequence": 17
},
{
"arrival": {
"delay": 93,
"time": "1775539905"
},
"departure": {
"delay": 93,
"time": "1775539953"
},
"stopId": "FR:76057:ZE:30006:ATOUMOD041",
"stopSequence": 9
},
{
"arrival": {
"delay": 107,
"time": "1775539515"
},
"departure": {
"delay": 107,
"time": "1775539547"
},
"stopId": "FR:76743:ZE:30046:ATOUMOD041",
"stopSequence": 2
},
{
"arrival": {
"delay": 37,
"time": "1775540008"
},
"departure": {
"delay": 37,
"time": "1775540017"
},
"stopId": "FR:76057:ZE:30011:ATOUMOD041",
"stopSequence": 10
},
{
"arrival": {
"delay": 47,
"time": "1775541020"
},
"departure": {
"delay": 47,
"time": "1775541047"
},
"stopId": "FR:76057:ZE:30025:ATOUMOD041",
"stopSequence": 23
}
],
"timestamp": "1775560075",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD041:Line:2:LOC",
"tripId": "ATOUMOD041:ServiceJourney:3:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN852416F399628x2026x03x29T20x55x37Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775562360"
},
"departure": {
"time": "1775562420"
},
"stopId": "FR:14514:ZE:StopPointxOCETrainxTERx87444349:ATOUMOD002",
"stopSequence": 6
},
{
"arrival": {
"time": "1775563680"
},
"stopId": "FR:14366:ZE:StopPointxOCETrainxTERx87444265:ATOUMOD002",
"stopSequence": 9
},
{
"departure": {
"time": "1775561940"
},
"stopId": "FR:14220:ZE:StopPointxOCETrainxTERx87444372:ATOUMOD002",
"stopSequence": 4
},
{
"arrival": {
"time": "1775563440"
},
"departure": {
"time": "1775563500"
},
"stopId": "FR:14366:ZE:StopPointxOCETrainxTERx87444323:ATOUMOD002",
"stopSequence": 8
}
],
"timestamp": "1775558335",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD002:Line:FRxLinexx5E25F2B5xD15Fx475FxB424xC7ED6748FE50x:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN852416F399628x2026x03x29T20x55x37Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx16299:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 10380,
"time": "1775558460"
},
"departure": {
"delay": 10380,
"time": "1775558460"
},
"stopId": "FR:76069:ZE:TCARxBOCHA1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 10380,
"time": "1775559780"
},
"departure": {
"delay": 10380,
"time": "1775559780"
},
"stopId": "FR:76212:ZE:TCARxCARVI1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 10380,
"time": "1775560080"
},
"departure": {
"delay": 10380,
"time": "1775560080"
},
"stopId": "FR:76212:ZE:TCARxGIRAF1:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 10320,
"time": "1775559840"
},
"departure": {
"delay": 10320,
"time": "1775559840"
},
"stopId": "FR:76212:ZE:TCARxDMAIR6:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 10320,
"time": "1775558760"
},
"departure": {
"delay": 10320,
"time": "1775558760"
},
"stopId": "FR:76475:ZE:TCARxGALIL2:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 10380,
"time": "1775559240"
},
"departure": {
"delay": 10380,
"time": "1775559240"
},
"stopId": "FR:76475:ZE:TCARxLOISI2:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 10380,
"time": "1775559720"
},
"departure": {
"delay": 10380,
"time": "1775559720"
},
"stopId": "FR:76599:ZE:TCARxVERBU2:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 10380,
"time": "1775558520"
},
"departure": {
"delay": 10380,
"time": "1775558520"
},
"stopId": "FR:76069:ZE:TCARxVOIES2:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 10380,
"time": "1775558700"
},
"departure": {
"delay": 10380,
"time": "1775558700"
},
"stopId": "FR:76069:ZE:TCARxNORM11:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 10380,
"time": "1775558640"
},
"departure": {
"delay": 10380,
"time": "1775558640"
},
"stopId": "FR:76069:ZE:TCARxTRAVE1:ATOUMOD001",
"stopSequence": 8
},
{
"departure": {
"delay": 10320,
"time": "1775558400"
},
"stopId": "FR:76069:ZE:TCARxBELBE:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 10340,
"time": "1775558480"
},
"departure": {
"delay": 10340,
"time": "1775558480"
},
"stopId": "FR:76069:ZE:TCARxCTAIG2:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 10380,
"time": "1775559120"
},
"departure": {
"delay": 10380,
"time": "1775559120"
},
"stopId": "FR:76475:ZE:TCARxTHIER1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 10380,
"time": "1775559480"
},
"departure": {
"delay": 10380,
"time": "1775559480"
},
"stopId": "FR:76429:ZE:TCARxNORLO2:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 10380,
"time": "1775559300"
},
"departure": {
"delay": 10380,
"time": "1775559300"
},
"stopId": "FR:76475:ZE:TCARxMOPRE1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 10380,
"time": "1775559960"
},
"departure": {
"delay": 10380,
"time": "1775559960"
},
"stopId": "FR:76212:ZE:TCARxFAMET1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 10320,
"time": "1775559180"
},
"departure": {
"delay": 10320,
"time": "1775559180"
},
"stopId": "FR:76429:ZE:TCARxMALOT2:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 10320,
"time": "1775559360"
},
"departure": {
"delay": 10320,
"time": "1775559360"
},
"stopId": "FR:76429:ZE:TCARxCHATA1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 10320,
"time": "1775560140"
},
"departure": {
"delay": 10320,
"time": "1775560140"
},
"stopId": "FR:76212:ZE:TCARxMUCHE1:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": 10320,
"time": "1775559000"
},
"departure": {
"delay": 10320,
"time": "1775559000"
},
"stopId": "FR:76475:ZE:TCARxMALEC5:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 10340,
"time": "1775558720"
},
"departure": {
"delay": 10340,
"time": "1775558720"
},
"stopId": "FR:76069:ZE:TCARxONDEL1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 10340,
"time": "1775559980"
},
"departure": {
"delay": 10340,
"time": "1775559980"
},
"stopId": "FR:76212:ZE:TCARxSAVAL1:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 10320,
"time": "1775559060"
},
"departure": {
"delay": 10320,
"time": "1775559060"
},
"stopId": "FR:76475:ZE:TCARxLORME1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 10380,
"time": "1775558880"
},
"departure": {
"delay": 10380,
"time": "1775558880"
},
"stopId": "FR:76475:ZE:TCARxISAAC2:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 10320,
"time": "1775560020"
},
"departure": {
"delay": 10320,
"time": "1775560020"
},
"stopId": "FR:76212:ZE:TCARxALSAC1:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 10380,
"time": "1775558580"
},
"departure": {
"delay": 10380,
"time": "1775558580"
},
"stopId": "FR:76069:ZE:TCARxPOMME1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 10340,
"time": "1775559140"
},
"departure": {
"delay": 10340,
"time": "1775559140"
},
"stopId": "FR:76429:ZE:TCARxHUBER2:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 10340,
"time": "1775558540"
},
"departure": {
"delay": 10340,
"time": "1775558540"
},
"stopId": "FR:76069:ZE:TCARxESSAR1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 10320,
"time": "1775559660"
},
"departure": {
"delay": 10320,
"time": "1775559660"
},
"stopId": "FR:76599:ZE:TCARxTRIA21:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 10380,
"time": "1775560260"
},
"departure": {
"delay": 10380,
"time": "1775560260"
},
"stopId": "FR:76212:ZE:TCARxPILON1:ATOUMOD001",
"stopSequence": 31
},
{
"arrival": {
"delay": 10340,
"time": "1775558600"
},
"departure": {
"delay": 10340,
"time": "1775558600"
},
"stopId": "FR:76069:ZE:TCARxCLOTO1:ATOUMOD001",
"stopSequence": 7
}
],
"timestamp": "1775557536",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx14:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx16299:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx11246:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 12479,
"time": "1775561339"
},
"departure": {
"delay": 12479,
"time": "1775561339"
},
"stopId": "FR:76681:ZE:TCARxRRIOT1:ATOUMOD001",
"stopSequence": 31
},
{
"arrival": {
"delay": 12522,
"time": "1775559582"
},
"departure": {
"delay": 12522,
"time": "1775559582"
},
"stopId": "FR:76484:ZE:TCARxCFERR3:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 12458,
"time": "1775560358"
},
"departure": {
"delay": 12458,
"time": "1775560358"
},
"stopId": "FR:76575:ZE:TCARxCHAPL1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 12463,
"time": "1775560063"
},
"departure": {
"delay": 12463,
"time": "1775560063"
},
"stopId": "FR:76484:ZE:TCARxCIMJ21:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 12546,
"time": "1775559246"
},
"departure": {
"delay": 12546,
"time": "1775559246"
},
"stopId": "FR:76705:ZE:TCARxTOMAN2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 12458,
"time": "1775560898"
},
"departure": {
"delay": 12458,
"time": "1775560898"
},
"stopId": "FR:76575:ZE:TCARxCOQLI1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 12477,
"time": "1775560257"
},
"departure": {
"delay": 12477,
"time": "1775560257"
},
"stopId": "FR:76484:ZE:TCARxVOSGE1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 12468,
"time": "1775560308"
},
"departure": {
"delay": 12468,
"time": "1775560308"
},
"stopId": "FR:76484:ZE:TCARxCITEO1:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 12523,
"time": "1775560543"
},
"departure": {
"delay": 12523,
"time": "1775560543"
},
"stopId": "FR:76575:ZE:TCARxPNAVA1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 12514,
"time": "1775560834"
},
"departure": {
"delay": 12514,
"time": "1775560834"
},
"stopId": "FR:76575:ZE:TCARxGAGAR1:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 12518,
"time": "1775560658"
},
"departure": {
"delay": 12518,
"time": "1775560658"
},
"stopId": "FR:76575:ZE:TCARxLANGU1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 12458,
"time": "1775561258"
},
"departure": {
"delay": 12458,
"time": "1775561258"
},
"stopId": "FR:76681:ZE:TCARxADRET2:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": 12529,
"time": "1775559829"
},
"departure": {
"delay": 12529,
"time": "1775559829"
},
"stopId": "FR:76484:ZE:TCARxBIBOI1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 12472,
"time": "1775561032"
},
"departure": {
"delay": 12472,
"time": "1775561032"
},
"stopId": "FR:76575:ZE:TCARxSTYO21:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 12537,
"time": "1775559777"
},
"departure": {
"delay": 12537,
"time": "1775559777"
},
"stopId": "FR:76484:ZE:TCARxCIMOI1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 12507,
"time": "1775560767"
},
"departure": {
"delay": 12507,
"time": "1775560767"
},
"stopId": "FR:76575:ZE:TCARxLURCA1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 12472,
"time": "1775559949"
},
"departure": {
"delay": 12472,
"time": "1775559952"
},
"stopId": "FR:76484:ZE:TCARxPEZO21:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 12513,
"time": "1775560593"
},
"departure": {
"delay": 12513,
"time": "1775560593"
},
"stopId": "FR:76575:ZE:TCARxNODIE1:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 12511,
"time": "1775559450"
},
"departure": {
"delay": 12511,
"time": "1775559451"
},
"stopId": "FR:76484:ZE:TCARxPOLOI0:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 12508,
"time": "1775560708"
},
"departure": {
"delay": 12508,
"time": "1775560708"
},
"stopId": "FR:76575:ZE:TCARxGOUBE1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 12514,
"time": "1775559694"
},
"departure": {
"delay": 12514,
"time": "1775559694"
},
"stopId": "FR:76484:ZE:TCARxOIHDV1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 12489,
"time": "1775561169"
},
"departure": {
"delay": 12489,
"time": "1775561169"
},
"stopId": "FR:76681:ZE:TCARxKERVI1:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 12598,
"time": "1775559538"
},
"departure": {
"delay": 12598,
"time": "1775559538"
},
"stopId": "FR:76484:ZE:TCARxPLPAI1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 12453,
"time": "1775559873"
},
"departure": {
"delay": 12453,
"time": "1775559873"
},
"stopId": "FR:76484:ZE:TCARxFERRE1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 12536,
"time": "1775560496"
},
"departure": {
"delay": 12536,
"time": "1775560496"
},
"stopId": "FR:76575:ZE:TCARxSLOGN1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 12474,
"time": "1775560014"
},
"departure": {
"delay": 12474,
"time": "1775560014"
},
"stopId": "FR:76484:ZE:TCARxCOMPX1:ATOUMOD001",
"stopSequence": 12
}
],
"timestamp": "1775558616",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx03:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx11246:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx18313:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -12942,
"time": "1775559798"
},
"departure": {
"delay": -12942,
"time": "1775559798"
},
"stopId": "FR:76498:ZE:TCARxSADAK1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": -12986,
"time": "1775560114"
},
"departure": {
"delay": -12986,
"time": "1775560114"
},
"stopId": "FR:76322:ZE:TCARxCBOIS1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": -12945,
"time": "1775559735"
},
"departure": {
"delay": -12945,
"time": "1775559735"
},
"stopId": "FR:76498:ZE:TCARxTRUFB0:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": -13051,
"time": "1775560409"
},
"departure": {
"delay": -13051,
"time": "1775560409"
},
"stopId": "FR:76498:ZE:TCARxGAULL2:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": -12911,
"time": "1775559409"
},
"departure": {
"delay": -12911,
"time": "1775559409"
},
"stopId": "FR:76498:ZE:TCARxPGLIS0:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -12885,
"time": "1775559472"
},
"departure": {
"delay": -12885,
"time": "1775559495"
},
"stopId": "FR:76498:ZE:TCARxPQMAI0:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -12930,
"time": "1775559570"
},
"departure": {
"delay": -12930,
"time": "1775559570"
},
"stopId": "FR:76498:ZE:TCARxCLEME0:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": -12913,
"time": "1775559640"
},
"departure": {
"delay": -12913,
"time": "1775559647"
},
"stopId": "FR:76498:ZE:TCARxNERUD0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": -13044,
"time": "1775560356"
},
"departure": {
"delay": -13044,
"time": "1775560356"
},
"stopId": "FR:76322:ZE:TCARxHURIE1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": -13023,
"time": "1775560257"
},
"departure": {
"delay": -13023,
"time": "1775560257"
},
"stopId": "FR:76322:ZE:TCARxLUSSA1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": -13086,
"time": "1775560494"
},
"departure": {
"delay": -13086,
"time": "1775560494"
},
"stopId": "FR:76498:ZE:TCARxPARGA0:ATOUMOD001",
"stopSequence": 16
},
{
"departure": {
"delay": -12950,
"time": "1775559370"
},
"stopId": "FR:76498:ZE:TCARxANMAR0:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": -13266,
"time": "1775560914"
},
"departure": {
"delay": -13266,
"time": "1775560914"
},
"stopId": "FR:76681:ZE:TCARxSEMBA0:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": -13026,
"time": "1775560194"
},
"departure": {
"delay": -13026,
"time": "1775560194"
},
"stopId": "FR:76322:ZE:TCARxBROSS2:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": -13169,
"time": "1775560831"
},
"departure": {
"delay": -13169,
"time": "1775560831"
},
"stopId": "FR:76681:ZE:TCARxROSTA0:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": -13174,
"time": "1775560766"
},
"departure": {
"delay": -13174,
"time": "1775560766"
},
"stopId": "FR:76681:ZE:TCARxLBRU10:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": -12928,
"time": "1775559932"
},
"departure": {
"delay": -12928,
"time": "1775559932"
},
"stopId": "FR:76498:ZE:TCARxJARDO1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -12966,
"time": "1775560014"
},
"departure": {
"delay": -12966,
"time": "1775560014"
},
"stopId": "FR:76322:ZE:TCARxALLIE1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": -13098,
"time": "1775560602"
},
"departure": {
"delay": -13098,
"time": "1775560602"
},
"stopId": "FR:76498:ZE:TCARxPHILI0:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": -13146,
"time": "1775560674"
},
"departure": {
"delay": -13146,
"time": "1775560674"
},
"stopId": "FR:76498:ZE:TCARxDIOCH3:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": -13176,
"time": "1775561184"
},
"departure": {
"delay": -13176,
"time": "1775561184"
},
"stopId": "FR:76681:ZE:TCARxHDVS5:ATOUMOD001",
"stopSequence": 22
}
],
"timestamp": "1775559377",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx41:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx18313:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745672x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 139,
"time": "1775554957"
},
"departure": {
"delay": 139,
"time": "1775554999"
},
"stopId": "FR:50129:ZE:10CAQ1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 262,
"time": "1775556768"
},
"departure": {
"delay": 262,
"time": "1775556802"
},
"stopId": "FR:50129:ZE:10BAG3:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 224,
"time": "1775556191"
},
"departure": {
"delay": 224,
"time": "1775556224"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 353,
"time": "1775557155"
},
"departure": {
"delay": 353,
"time": "1775557193"
},
"stopId": "FR:50129:ZE:10LPL1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 147,
"time": "1775554872"
},
"departure": {
"delay": 147,
"time": "1775554887"
},
"stopId": "FR:50129:ZE:10HME1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 137,
"time": "1775554601"
},
"departure": {
"delay": 137,
"time": "1775554637"
},
"stopId": "FR:50129:ZE:10EPC1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 81,
"time": "1775554478"
},
"departure": {
"delay": 81,
"time": "1775554521"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 6
},
{
"departure": {
"delay": 56,
"time": "1775554136"
},
"stopId": "FR:50129:ZE:10AMF1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 123,
"time": "1775555675"
},
"departure": {
"delay": 123,
"time": "1775555703"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 321,
"time": "1775557069"
},
"departure": {
"delay": 321,
"time": "1775557101"
},
"stopId": "FR:50129:ZE:10GDR1:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 272,
"time": "1775556464"
},
"departure": {
"delay": 272,
"time": "1775556512"
},
"stopId": "FR:50129:ZE:10HPA3:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 44,
"time": "1775554228"
},
"departure": {
"delay": 44,
"time": "1775554244"
},
"stopId": "FR:50129:ZE:10MES1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 93,
"time": "1775554336"
},
"departure": {
"delay": 93,
"time": "1775554353"
},
"stopId": "FR:50129:ZE:10BOI1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 277,
"time": "1775556654"
},
"departure": {
"delay": 277,
"time": "1775556697"
},
"stopId": "FR:50129:ZE:10GRR1:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 301,
"time": "1775557321"
},
"stopId": "FR:50129:ZE:10ECT1:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 146,
"time": "1775555470"
},
"departure": {
"delay": 146,
"time": "1775555486"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 318,
"time": "1775556866"
},
"departure": {
"delay": 318,
"time": "1775556918"
},
"stopId": "FR:50129:ZE:10MED3:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 238,
"time": "1775556381"
},
"departure": {
"delay": 238,
"time": "1775556418"
},
"stopId": "FR:50129:ZE:10CRN1:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 131,
"time": "1775554716"
},
"departure": {
"delay": 131,
"time": "1775554751"
},
"stopId": "FR:50129:ZE:10DIX1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 117,
"time": "1775555534"
},
"departure": {
"delay": 117,
"time": "1775555577"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 318,
"time": "1775556996"
},
"departure": {
"delay": 318,
"time": "1775557038"
},
"stopId": "FR:50129:ZE:10NOR5:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 259,
"time": "1775556576"
},
"departure": {
"delay": 259,
"time": "1775556619"
},
"stopId": "FR:50129:ZE:10XCT3:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 106,
"time": "1775555815"
},
"departure": {
"delay": 106,
"time": "1775555866"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 166,
"time": "1775555217"
},
"departure": {
"delay": 166,
"time": "1775555266"
},
"stopId": "FR:50129:ZE:10PAX1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 367,
"time": "1775557232"
},
"departure": {
"delay": 367,
"time": "1775557267"
},
"stopId": "FR:50129:ZE:10FLO1:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 119,
"time": "1775555608"
},
"departure": {
"delay": 119,
"time": "1775555639"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 129,
"time": "1775555929"
},
"departure": {
"delay": 129,
"time": "1775556009"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 174,
"time": "1775555358"
},
"departure": {
"delay": 174,
"time": "1775555394"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 158,
"time": "1775555154"
},
"departure": {
"delay": 158,
"time": "1775555198"
},
"stopId": "FR:50129:ZE:10CMI1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 106,
"time": "1775555055"
},
"departure": {
"delay": 106,
"time": "1775555086"
},
"stopId": "FR:50129:ZE:10ANN1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 162,
"time": "1775554826"
},
"departure": {
"delay": 162,
"time": "1775554842"
},
"stopId": "FR:50129:ZE:10PET1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 144,
"time": "1775555740"
},
"departure": {
"delay": 144,
"time": "1775555784"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 181,
"time": "1775555311"
},
"departure": {
"delay": 181,
"time": "1775555341"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 56,
"time": "1775554265"
},
"departure": {
"delay": 56,
"time": "1775554316"
},
"stopId": "FR:50129:ZE:10MOR1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 67,
"time": "1775554367"
},
"departure": {
"delay": 67,
"time": "1775554387"
},
"stopId": "FR:50129:ZE:10FRN1:ATOUMOD035",
"stopSequence": 5
}
],
"timestamp": "1775560077",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:02:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745672x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD041:ServiceJourney:25:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 154,
"time": "1775559923"
},
"departure": {
"delay": 154,
"time": "1775559934"
},
"stopId": "FR:76495:ZE:30037:ATOUMOD041",
"stopSequence": 7
},
{
"arrival": {
"delay": 220,
"time": "1775561020"
},
"departure": {
"delay": 220,
"time": "1775561020"
},
"stopId": "FR:76057:ZE:30025:ATOUMOD041",
"stopSequence": 23
},
{
"arrival": {
"delay": 191,
"time": "1775559891"
},
"departure": {
"delay": 191,
"time": "1775559911"
},
"stopId": "FR:76495:ZE:30044:ATOUMOD041",
"stopSequence": 6
},
{
"arrival": {
"delay": 170,
"time": "1775559498"
},
"departure": {
"delay": 170,
"time": "1775559530"
},
"stopId": "FR:76495:ZE:30038:ATOUMOD041",
"stopSequence": 3
},
{
"arrival": {
"delay": 220,
"time": "1775560600"
},
"departure": {
"delay": 220,
"time": "1775560600"
},
"stopId": "FR:76057:ZE:30018:ATOUMOD041",
"stopSequence": 16
},
{
"arrival": {
"delay": 220,
"time": "1775560420"
},
"departure": {
"delay": 220,
"time": "1775560420"
},
"stopId": "FR:76057:ZE:30009:ATOUMOD041",
"stopSequence": 13
},
{
"arrival": {
"delay": 220,
"time": "1775560840"
},
"departure": {
"delay": 220,
"time": "1775560840"
},
"stopId": "FR:76057:ZE:30013:ATOUMOD041",
"stopSequence": 20
},
{
"departure": {
"delay": 96,
"time": "1775559336"
},
"stopId": "FR:76495:ZE:30030:ATOUMOD041",
"stopSequence": 1
},
{
"arrival": {
"delay": 207,
"time": "1775559713"
},
"departure": {
"delay": 207,
"time": "1775559867"
},
"stopId": "FR:76495:ZE:30042:ATOUMOD041",
"stopSequence": 5
},
{
"arrival": {
"delay": 220,
"time": "1775560720"
},
"departure": {
"delay": 220,
"time": "1775560720"
},
"stopId": "FR:76057:ZE:30007:ATOUMOD041",
"stopSequence": 18
},
{
"arrival": {
"delay": 220,
"time": "1775560480"
},
"departure": {
"delay": 220,
"time": "1775560480"
},
"stopId": "FR:76057:ZE:30027:ATOUMOD041",
"stopSequence": 14
},
{
"arrival": {
"delay": 220,
"time": "1775561200"
},
"stopId": "FR:76057:ZE:30028:ATOUMOD041",
"stopSequence": 25
},
{
"arrival": {
"delay": 220,
"time": "1775560300"
},
"departure": {
"delay": 220,
"time": "1775560300"
},
"stopId": "FR:76057:ZE:30015:ATOUMOD041",
"stopSequence": 11
},
{
"arrival": {
"delay": 175,
"time": "1775559386"
},
"departure": {
"delay": 175,
"time": "1775559475"
},
"stopId": "FR:76495:ZE:30029:ATOUMOD041",
"stopSequence": 2
},
{
"arrival": {
"delay": 220,
"time": "1775560540"
},
"departure": {
"delay": 220,
"time": "1775560540"
},
"stopId": "FR:76057:ZE:30011:ATOUMOD041",
"stopSequence": 15
},
{
"arrival": {
"delay": 126,
"time": "1775559586"
},
"departure": {
"delay": 126,
"time": "1775559606"
},
"stopId": "FR:76495:ZE:30035:ATOUMOD041",
"stopSequence": 4
},
{
"arrival": {
"delay": 220,
"time": "1775561080"
},
"departure": {
"delay": 220,
"time": "1775561080"
},
"stopId": "FR:76057:ZE:30003:ATOUMOD041",
"stopSequence": 24
},
{
"arrival": {
"delay": 220,
"time": "1775560660"
},
"departure": {
"delay": 220,
"time": "1775560660"
},
"stopId": "FR:76057:ZE:30020:ATOUMOD041",
"stopSequence": 17
},
{
"arrival": {
"delay": 220,
"time": "1775560360"
},
"departure": {
"delay": 220,
"time": "1775560360"
},
"stopId": "FR:76057:ZE:30005:ATOUMOD041",
"stopSequence": 12
},
{
"arrival": {
"delay": 220,
"time": "1775560900"
},
"departure": {
"delay": 220,
"time": "1775560900"
},
"stopId": "FR:76057:ZE:30017:ATOUMOD041",
"stopSequence": 21
},
{
"arrival": {
"delay": 220,
"time": "1775560240"
},
"departure": {
"delay": 220,
"time": "1775560240"
},
"stopId": "FR:76495:ZE:30034:ATOUMOD041",
"stopSequence": 10
},
{
"arrival": {
"delay": 220,
"time": "1775560180"
},
"departure": {
"delay": 220,
"time": "1775560180"
},
"stopId": "FR:76495:ZE:30032:ATOUMOD041",
"stopSequence": 9
},
{
"arrival": {
"delay": 220,
"time": "1775560780"
},
"departure": {
"delay": 220,
"time": "1775560780"
},
"stopId": "FR:76057:ZE:30019:ATOUMOD041",
"stopSequence": 19
},
{
"arrival": {
"delay": 220,
"time": "1775560960"
},
"departure": {
"delay": 220,
"time": "1775560960"
},
"stopId": "FR:76057:ZE:30002:ATOUMOD041",
"stopSequence": 22
},
{
"arrival": {
"time": "1775559983"
},
"departure": {
"time": "1775559840"
},
"stopId": "FR:76495:ZE:30040:ATOUMOD041",
"stopSequence": 8
}
],
"timestamp": "1775560074",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD041:Line:1:LOC",
"tripId": "ATOUMOD041:ServiceJourney:25:LOC"
}
}
},
{
"id": "SM:ATOUMOD041:ServiceJourney:6:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 52,
"time": "1775542461"
},
"departure": {
"delay": 52,
"time": "1775542492"
},
"stopId": "FR:76057:ZE:30054:ATOUMOD041",
"stopSequence": 11
},
{
"arrival": {
"delay": 22,
"time": "1775543002"
},
"stopId": "FR:76743:ZE:30049:ATOUMOD041",
"stopSequence": 18
},
{
"arrival": {
"delay": -10,
"time": "1775542891"
},
"departure": {
"delay": -10,
"time": "1775542910"
},
"stopId": "FR:76743:ZE:30045:ATOUMOD041",
"stopSequence": 17
},
{
"arrival": {
"delay": 48,
"time": "1775542537"
},
"departure": {
"delay": 48,
"time": "1775542548"
},
"stopId": "FR:76057:ZE:30055:ATOUMOD041",
"stopSequence": 12
},
{
"arrival": {
"delay": 47,
"time": "1775542228"
},
"departure": {
"delay": 47,
"time": "1775542247"
},
"stopId": "FR:76057:ZE:30051:ATOUMOD041",
"stopSequence": 8
},
{
"arrival": {
"delay": -2,
"time": "1775541998"
},
"departure": {
"delay": -2,
"time": "1775542018"
},
"stopId": "FR:76057:ZE:30006:ATOUMOD041",
"stopSequence": 6
},
{
"departure": {
"delay": 75,
"time": "1775541675"
},
"stopId": "FR:76057:ZE:30028:ATOUMOD041",
"stopSequence": 1
},
{
"arrival": {
"delay": 61,
"time": "1775541935"
},
"departure": {
"delay": 61,
"time": "1775541961"
},
"stopId": "FR:76057:ZE:30012:ATOUMOD041",
"stopSequence": 5
},
{
"arrival": {
"delay": 30,
"time": "1775542373"
},
"departure": {
"delay": 30,
"time": "1775542410"
},
"stopId": "FR:76057:ZE:30053:ATOUMOD041",
"stopSequence": 10
},
{
"arrival": {
"delay": 1,
"time": "1775542855"
},
"departure": {
"delay": 1,
"time": "1775542861"
},
"stopId": "FR:76743:ZE:30047:ATOUMOD041",
"stopSequence": 16
},
{
"arrival": {
"delay": -2,
"time": "1775542664"
},
"departure": {
"delay": -2,
"time": "1775542678"
},
"stopId": "FR:76057:ZE:30018:ATOUMOD041",
"stopSequence": 13
},
{
"arrival": {
"delay": 68,
"time": "1775542037"
},
"departure": {
"delay": 68,
"time": "1775542148"
},
"stopId": "FR:76057:ZE:30010:ATOUMOD041",
"stopSequence": 7
},
{
"arrival": {
"delay": 73,
"time": "1775541778"
},
"departure": {
"delay": 73,
"time": "1775541793"
},
"stopId": "FR:76057:ZE:30024:ATOUMOD041",
"stopSequence": 2
},
{
"arrival": {
"delay": 63,
"time": "1775541821"
},
"departure": {
"delay": 63,
"time": "1775541843"
},
"stopId": "FR:76057:ZE:30001:ATOUMOD041",
"stopSequence": 3
},
{
"arrival": {
"delay": 1,
"time": "1775542707"
},
"departure": {
"delay": 1,
"time": "1775542741"
},
"stopId": "FR:76057:ZE:30020:ATOUMOD041",
"stopSequence": 14
},
{
"arrival": {
"delay": -12,
"time": "1775542779"
},
"departure": {
"delay": -12,
"time": "1775542788"
},
"stopId": "FR:76057:ZE:30022:ATOUMOD041",
"stopSequence": 15
},
{
"arrival": {
"delay": 72,
"time": "1775541880"
},
"departure": {
"delay": 72,
"time": "1775541912"
},
"stopId": "FR:76057:ZE:30016:ATOUMOD041",
"stopSequence": 4
},
{
"arrival": {
"delay": 32,
"time": "1775542283"
},
"departure": {
"delay": 32,
"time": "1775542292"
},
"stopId": "FR:76057:ZE:30052:ATOUMOD041",
"stopSequence": 9
}
],
"timestamp": "1775560075",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD041:Line:2:LOC",
"tripId": "ATOUMOD041:ServiceJourney:6:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745138x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -7,
"time": "1775542035"
},
"departure": {
"delay": -7,
"time": "1775542073"
},
"stopId": "FR:50129:ZE:10RTU1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": -33,
"time": "1775542197"
},
"departure": {
"delay": -33,
"time": "1775542227"
},
"stopId": "FR:50129:ZE:10BQR1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": -11,
"time": "1775542098"
},
"departure": {
"delay": -11,
"time": "1775542129"
},
"stopId": "FR:50129:ZE:10BRA3:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 28,
"time": "1775541947"
},
"departure": {
"delay": 28,
"time": "1775541988"
},
"stopId": "FR:50129:ZE:10PFO1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 95,
"time": "1775541440"
},
"departure": {
"delay": 95,
"time": "1775541455"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 108,
"time": "1775541541"
},
"departure": {
"delay": 108,
"time": "1775541588"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 128,
"time": "1775541627"
},
"departure": {
"delay": 128,
"time": "1775541668"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 152,
"time": "1775541353"
},
"departure": {
"delay": 152,
"time": "1775541392"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": -9,
"time": "1775542390"
},
"departure": {
"delay": -9,
"time": "1775542431"
},
"stopId": "FR:50129:ZE:10OLY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 117,
"time": "1775541250"
},
"departure": {
"delay": 117,
"time": "1775541297"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": -14,
"time": "1775542450"
},
"departure": {
"delay": -14,
"time": "1775542486"
},
"stopId": "FR:50129:ZE:10EGL1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 68,
"time": "1775541874"
},
"departure": {
"delay": 68,
"time": "1775541908"
},
"stopId": "FR:50129:ZE:10FOR3:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": -12,
"time": "1775542330"
},
"departure": {
"delay": -12,
"time": "1775542368"
},
"stopId": "FR:50129:ZE:10PRV1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 106,
"time": "1775541511"
},
"departure": {
"delay": 106,
"time": "1775541526"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": -17,
"time": "1775542269"
},
"departure": {
"delay": -17,
"time": "1775542303"
},
"stopId": "FR:50129:ZE:10ANJ5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": -53,
"time": "1775542687"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 114,
"time": "1775541788"
},
"departure": {
"delay": 114,
"time": "1775541834"
},
"stopId": "FR:50129:ZE:10CRC3:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": -18,
"time": "1775542512"
},
"departure": {
"delay": -18,
"time": "1775542542"
},
"stopId": "FR:50129:ZE:10AMO1:ATOUMOD035",
"stopSequence": 18
},
{
"departure": {
"delay": 138,
"time": "1775541138"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 1
}
],
"timestamp": "1775560076",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1B:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745138x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745173x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 15,
"time": "1775557677"
},
"departure": {
"delay": 15,
"time": "1775557695"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 159,
"time": "1775557211"
},
"departure": {
"delay": 159,
"time": "1775557239"
},
"stopId": "FR:50129:ZE:10BQR2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 117,
"time": "1775556922"
},
"departure": {
"delay": 117,
"time": "1775556957"
},
"stopId": "FR:50129:ZE:10EGL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 28,
"time": "1775557494"
},
"departure": {
"delay": 28,
"time": "1775557528"
},
"stopId": "FR:50129:ZE:10FOR4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 59,
"time": "1775557582"
},
"departure": {
"delay": 59,
"time": "1775557619"
},
"stopId": "FR:50129:ZE:10CRC4:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": -35,
"time": "1775558305"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 4,
"time": "1775557798"
},
"departure": {
"delay": 4,
"time": "1775557864"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 126,
"time": "1775557376"
},
"departure": {
"delay": 126,
"time": "1775557386"
},
"stopId": "FR:50129:ZE:10RTU2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": -31,
"time": "1775558023"
},
"departure": {
"delay": -31,
"time": "1775558069"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 78,
"time": "1775557429"
},
"departure": {
"delay": 78,
"time": "1775557458"
},
"stopId": "FR:50129:ZE:10PFO2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 6,
"time": "1775558126"
},
"departure": {
"delay": 6,
"time": "1775558226"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 131,
"time": "1775556989"
},
"departure": {
"delay": 131,
"time": "1775557031"
},
"stopId": "FR:50129:ZE:10OYG2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": -36,
"time": "1775557740"
},
"departure": {
"delay": -36,
"time": "1775557764"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 161,
"time": "1775557143"
},
"departure": {
"delay": 161,
"time": "1775557181"
},
"stopId": "FR:50129:ZE:10ANJ6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 117,
"time": "1775556848"
},
"departure": {
"delay": 117,
"time": "1775556897"
},
"stopId": "FR:50129:ZE:10AMO2:ATOUMOD035",
"stopSequence": 2
},
{
"departure": {
"delay": 128,
"time": "1775556728"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 159,
"time": "1775557050"
},
"departure": {
"delay": 159,
"time": "1775557119"
},
"stopId": "FR:50129:ZE:10PRV2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 3,
"time": "1775557897"
},
"departure": {
"delay": 3,
"time": "1775557923"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 11,
"time": "1775557979"
},
"departure": {
"delay": 11,
"time": "1775557991"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 152,
"time": "1775557315"
},
"departure": {
"delay": 152,
"time": "1775557352"
},
"stopId": "FR:50129:ZE:10BRA4:ATOUMOD035",
"stopSequence": 8
}
],
"timestamp": "1775560079",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1A:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745173x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx371:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 6,
"time": "1775560206"
},
"departure": {
"delay": 6,
"time": "1775560206"
},
"stopId": "FR:76216:ZE:TCARxMAISO1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"time": "1775559960"
},
"departure": {
"time": "1775559960"
},
"stopId": "FR:76216:ZE:TCARxDVILL1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 41,
"time": "1775559881"
},
"departure": {
"delay": 41,
"time": "1775559881"
},
"stopId": "FR:76410:ZE:TCARxPALIS1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"time": "1775560380"
},
"departure": {
"time": "1775560380"
},
"stopId": "FR:76540:ZE:TCARxBAPEA1:ATOUMOD001",
"stopSequence": 8
},
{
"departure": {
"time": "1775559660"
},
"stopId": "FR:76474:ZE:TCARxBMAIR1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"time": "1775559780"
},
"departure": {
"time": "1775559780"
},
"stopId": "FR:76410:ZE:TCARxDLUNE1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 45,
"time": "1775560065"
},
"departure": {
"delay": 45,
"time": "1775560065"
},
"stopId": "FR:76216:ZE:TCARxPTPIE1:ATOUMOD001",
"stopSequence": 6
}
],
"timestamp": "1775559277",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx92:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx371:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN3116F405469x2026x03x29T20x55x37Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775557380"
},
"departure": {
"time": "1775557440"
},
"stopId": "FR:76141:ZE:StopPointxOCETrainxTERx87413344:ATOUMOD002",
"stopSequence": 13
},
{
"arrival": {
"time": "1775558220"
},
"departure": {
"time": "1775558280"
},
"stopId": "FR:76758:ZE:StopPointxOCETrainxTERx87413385:ATOUMOD002",
"stopSequence": 15
},
{
"departure": {
"time": "1775556600"
},
"stopId": "FR:76351:ZE:StopPointxOCETrainxTERx87413013:ATOUMOD002",
"stopSequence": 11
},
{
"arrival": {
"time": "1775564580"
},
"stopId": "FR:75108:ZE:StopPointxOCETrainxTERx87384008:ATOUMOD002",
"stopSequence": 26
},
{
"arrival": {
"time": "1775559540"
},
"departure": {
"time": "1775559720"
},
"stopId": "FR:76540:ZE:StopPointxOCETrainxTERx87411017:ATOUMOD002",
"stopSequence": 17
}
],
"timestamp": "1775552996",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD002:Line:FRxLinexx468B44B7xC327x4154xB85Ex25C67C32B61Ex:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN3116F405469x2026x03x29T20x55x37Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx109:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 182,
"time": "1775557442"
},
"departure": {
"delay": 182,
"time": "1775557442"
},
"stopId": "FR:76540:ZE:TCARxMAIS10:ATOUMOD001",
"stopSequence": 3
},
{
"departure": {
"delay": 162,
"time": "1775557242"
},
"stopId": "FR:76095:ZE:TCARxTAMAR:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 192,
"time": "1775557367"
},
"departure": {
"delay": 192,
"time": "1775557392"
},
"stopId": "FR:76540:ZE:TCARxCHATL2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 73,
"time": "1775558893"
},
"departure": {
"delay": 73,
"time": "1775558893"
},
"stopId": "FR:76540:ZE:TCARxBELGE2:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 103,
"time": "1775558422"
},
"departure": {
"delay": 103,
"time": "1775558443"
},
"stopId": "FR:76540:ZE:TCARxMARTT2:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 19,
"time": "1775559319"
},
"departure": {
"delay": 19,
"time": "1775559319"
},
"stopId": "FR:76540:ZE:TCARxBAPEA2:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 126,
"time": "1775558327"
},
"departure": {
"delay": 126,
"time": "1775558346"
},
"stopId": "FR:76540:ZE:TCARxCHRUT2:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 179,
"time": "1775557619"
},
"departure": {
"delay": 179,
"time": "1775557619"
},
"stopId": "FR:76540:ZE:TCARxMALRA2:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 93,
"time": "1775558721"
},
"departure": {
"delay": 93,
"time": "1775558793"
},
"stopId": "FR:76540:ZE:TCARxTARTT2:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 92,
"time": "1775560172"
},
"stopId": "FR:76474:ZE:TCARxBMAIR2:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": 196,
"time": "1775557756"
},
"departure": {
"delay": 196,
"time": "1775557756"
},
"stopId": "FR:76540:ZE:TCARxCOUPE2:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 157,
"time": "1775559817"
},
"departure": {
"delay": 157,
"time": "1775559817"
},
"stopId": "FR:76216:ZE:TCARxPALIS2:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 74,
"time": "1775558954"
},
"departure": {
"delay": 74,
"time": "1775558954"
},
"stopId": "FR:76540:ZE:TCARxPASPA2:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 187,
"time": "1775557567"
},
"departure": {
"delay": 187,
"time": "1775557567"
},
"stopId": "FR:76540:ZE:TCARxPSALO0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 176,
"time": "1775557916"
},
"departure": {
"delay": 176,
"time": "1775557916"
},
"stopId": "FR:76540:ZE:TCARxARGEN2:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 148,
"time": "1775558068"
},
"departure": {
"delay": 148,
"time": "1775558068"
},
"stopId": "FR:76540:ZE:TCARxDRIVI2:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 173,
"time": "1775557493"
},
"departure": {
"delay": 173,
"time": "1775557493"
},
"stopId": "FR:76540:ZE:TCARxGALI2:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 32,
"time": "1775559032"
},
"departure": {
"delay": 32,
"time": "1775559032"
},
"stopId": "FR:76540:ZE:TCARxLUCIL2:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 27,
"time": "1775558650"
},
"departure": {
"delay": 27,
"time": "1775558667"
},
"stopId": "FR:76540:ZE:TCARxCATHE2:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 73,
"time": "1775558577"
},
"departure": {
"delay": 73,
"time": "1775558593"
},
"stopId": "FR:76540:ZE:TCARxREPUB2:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 134,
"time": "1775558276"
},
"departure": {
"delay": 134,
"time": "1775558294"
},
"stopId": "FR:76540:ZE:TCARxHILAI2:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 73,
"time": "1775559468"
},
"departure": {
"delay": 73,
"time": "1775559493"
},
"stopId": "FR:76216:ZE:TCARxMAISO2:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 107,
"time": "1775560007"
},
"departure": {
"delay": 107,
"time": "1775560007"
},
"stopId": "FR:76474:ZE:TCARxMOULI2:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 119,
"time": "1775559719"
},
"departure": {
"delay": 119,
"time": "1775559719"
},
"stopId": "FR:76216:ZE:TCARxDVILL2:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 192,
"time": "1775557692"
},
"departure": {
"delay": 192,
"time": "1775557692"
},
"stopId": "FR:76540:ZE:TCARxSTCLA2:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 163,
"time": "1775558143"
},
"departure": {
"delay": 163,
"time": "1775558143"
},
"stopId": "FR:76540:ZE:TCARxJEUNE2:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 112,
"time": "1775559592"
},
"departure": {
"delay": 112,
"time": "1775559592"
},
"stopId": "FR:76216:ZE:TCARxPTPIE2:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": -23,
"time": "1775559132"
},
"departure": {
"delay": -23,
"time": "1775559217"
},
"stopId": "FR:76540:ZE:TCARxRIBOU2:ATOUMOD001",
"stopSequence": 22
}
],
"timestamp": "1775557245",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx92:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx109:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3758057x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 54,
"time": "1775545726"
},
"departure": {
"delay": 54,
"time": "1775545734"
},
"stopId": "FR:50615:ZE:VALCA2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 36,
"time": "1775542886"
},
"departure": {
"delay": 36,
"time": "1775542896"
},
"stopId": "FR:50129:ZE:10SRN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 102,
"time": "1775545018"
},
"departure": {
"delay": 102,
"time": "1775545062"
},
"stopId": "FR:50615:ZE:VALZA2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 83,
"time": "1775545553"
},
"departure": {
"delay": 83,
"time": "1775545643"
},
"stopId": "FR:50615:ZE:VALGS1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 11,
"time": "1775542715"
},
"departure": {
"delay": 11,
"time": "1775542751"
},
"stopId": "FR:50129:ZE:10BOS1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 46,
"time": "1775543191"
},
"departure": {
"delay": 46,
"time": "1775543206"
},
"stopId": "FR:50129:ZE:10MXR2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 22,
"time": "1775544118"
},
"departure": {
"delay": 22,
"time": "1775544142"
},
"stopId": "FR:50087:ZE:BRXSTA:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 109,
"time": "1775545304"
},
"departure": {
"delay": 109,
"time": "1775545309"
},
"stopId": "FR:50615:ZE:VALFB1:ATOUMOD035",
"stopSequence": 15
},
{
"departure": {
"delay": 57,
"time": "1775542557"
},
"stopId": "FR:50129:ZE:10PEM3:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 111,
"time": "1775543256"
},
"departure": {
"delay": 111,
"time": "1775543331"
},
"stopId": "FR:50129:ZE:10CEN2:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 68,
"time": "1775543067"
},
"departure": {
"delay": 68,
"time": "1775543108"
},
"stopId": "FR:50129:ZE:10MAG2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 62,
"time": "1775542636"
},
"departure": {
"delay": 62,
"time": "1775542682"
},
"stopId": "FR:50129:ZE:10JAR1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 24,
"time": "1775543604"
},
"departure": {
"delay": 24,
"time": "1775543604"
},
"stopId": "FR:50599:ZE:TOLNR2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": -10,
"time": "1775546270"
},
"stopId": "FR:50341:ZE:MONAP2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 33,
"time": "1775543930"
},
"departure": {
"delay": 33,
"time": "1775543973"
},
"stopId": "FR:50087:ZE:BRXBP2:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 93,
"time": "1775544531"
},
"departure": {
"delay": 93,
"time": "1775544573"
},
"stopId": "FR:50579:ZE:SOTML2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 68,
"time": "1775542854"
},
"departure": {
"delay": 68,
"time": "1775542868"
},
"stopId": "FR:50129:ZE:10ODR1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 93,
"time": "1775545357"
},
"departure": {
"delay": 93,
"time": "1775545413"
},
"stopId": "FR:50615:ZE:VALCH2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 49,
"time": "1775543469"
},
"departure": {
"delay": 49,
"time": "1775543509"
},
"stopId": "FR:50599:ZE:10ZCT2:ATOUMOD035",
"stopSequence": 9
}
],
"timestamp": "1775560076",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:D:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3758057x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx87:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 101,
"time": "1775558501"
},
"departure": {
"delay": 101,
"time": "1775558501"
},
"stopId": "FR:76540:ZE:TCARxCOUPE2:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 40,
"time": "1775558080"
},
"departure": {
"delay": 40,
"time": "1775558080"
},
"stopId": "FR:76540:ZE:TCARxCHATL2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 96,
"time": "1775558376"
},
"departure": {
"delay": 96,
"time": "1775558376"
},
"stopId": "FR:76540:ZE:TCARxMALRA2:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 171,
"time": "1775559351"
},
"departure": {
"delay": 171,
"time": "1775559351"
},
"stopId": "FR:76540:ZE:TCARxMARTT2:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 258,
"time": "1775560398"
},
"departure": {
"delay": 258,
"time": "1775560398"
},
"stopId": "FR:76540:ZE:TCARxBAPEA2:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 264,
"time": "1775561124"
},
"stopId": "FR:76474:ZE:TCARxBMAIR2:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": 216,
"time": "1775559876"
},
"departure": {
"delay": 216,
"time": "1775559876"
},
"stopId": "FR:76540:ZE:TCARxBELGE2:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 211,
"time": "1775559726"
},
"departure": {
"delay": 211,
"time": "1775559751"
},
"stopId": "FR:76540:ZE:TCARxTARTT2:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 281,
"time": "1775559977"
},
"departure": {
"delay": 281,
"time": "1775560001"
},
"stopId": "FR:76540:ZE:TCARxPASPA2:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 231,
"time": "1775560971"
},
"departure": {
"delay": 231,
"time": "1775560971"
},
"stopId": "FR:76474:ZE:TCARxMOULI2:ATOUMOD001",
"stopSequence": 29
},
{
"departure": {
"delay": 30,
"time": "1775557950"
},
"stopId": "FR:76095:ZE:TCARxTAMAR:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 66,
"time": "1775558826"
},
"departure": {
"delay": 66,
"time": "1775558826"
},
"stopId": "FR:76540:ZE:TCARxDRIVI2:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 96,
"time": "1775558676"
},
"departure": {
"delay": 96,
"time": "1775558676"
},
"stopId": "FR:76540:ZE:TCARxARGEN2:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 261,
"time": "1775560101"
},
"departure": {
"delay": 261,
"time": "1775560101"
},
"stopId": "FR:76540:ZE:TCARxLUCIL2:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 231,
"time": "1775560311"
},
"departure": {
"delay": 231,
"time": "1775560311"
},
"stopId": "FR:76540:ZE:TCARxRIBOU2:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 90,
"time": "1775558430"
},
"departure": {
"delay": 90,
"time": "1775558430"
},
"stopId": "FR:76540:ZE:TCARxSTCLA2:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 81,
"time": "1775558901"
},
"departure": {
"delay": 81,
"time": "1775558901"
},
"stopId": "FR:76540:ZE:TCARxJEUNE2:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 171,
"time": "1775559637"
},
"departure": {
"delay": 171,
"time": "1775559651"
},
"stopId": "FR:76540:ZE:TCARxCATHE2:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 126,
"time": "1775559076"
},
"departure": {
"delay": 126,
"time": "1775559126"
},
"stopId": "FR:76540:ZE:TCARxHILAI2:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 71,
"time": "1775558171"
},
"departure": {
"delay": 71,
"time": "1775558171"
},
"stopId": "FR:76540:ZE:TCARxMAIS10:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 186,
"time": "1775559426"
},
"departure": {
"delay": 186,
"time": "1775559426"
},
"stopId": "FR:76540:ZE:TCARxPMARC2:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 67,
"time": "1775558227"
},
"departure": {
"delay": 67,
"time": "1775558227"
},
"stopId": "FR:76540:ZE:TCARxGALI2:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 119,
"time": "1775559179"
},
"departure": {
"delay": 119,
"time": "1775559179"
},
"stopId": "FR:76540:ZE:TCARxCHRUT2:ATOUMOD001",
"stopSequence": 13
}
],
"timestamp": "1775557817",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx92:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx87:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx4054:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 153,
"time": "1775558232"
},
"departure": {
"delay": 153,
"time": "1775558253"
},
"stopId": "FR:76498:ZE:TCARxJAURE1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 58,
"time": "1775558670"
},
"departure": {
"delay": 58,
"time": "1775558698"
},
"stopId": "FR:76540:ZE:TCARxTARTS1:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 133,
"time": "1775558746"
},
"departure": {
"delay": 133,
"time": "1775558773"
},
"stopId": "FR:76540:ZE:TCARxJUSTI1:ATOUMOD001",
"stopSequence": 28
},
{
"departure": {
"delay": 103,
"time": "1775557483"
},
"stopId": "FR:76322:ZE:TCARxBRAQU1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 154,
"time": "1775557749"
},
"departure": {
"delay": 154,
"time": "1775557774"
},
"stopId": "FR:76322:ZE:TCARxPROVI1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 73,
"time": "1775558447"
},
"departure": {
"delay": 73,
"time": "1775558473"
},
"stopId": "FR:76540:ZE:TCARxSTSEV1:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 73,
"time": "1775557957"
},
"departure": {
"delay": 73,
"time": "1775557993"
},
"stopId": "FR:76498:ZE:TCARxJULIE1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 113,
"time": "1775557653"
},
"departure": {
"delay": 113,
"time": "1775557673"
},
"stopId": "FR:76322:ZE:TCARxKENNE1:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 193,
"time": "1775558849"
},
"departure": {
"delay": 193,
"time": "1775558953"
},
"stopId": "FR:76540:ZE:TCARxGAREV1:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 113,
"time": "1775558077"
},
"departure": {
"delay": 113,
"time": "1775558093"
},
"stopId": "FR:76498:ZE:TCARx08MAI1:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 113,
"time": "1775558562"
},
"departure": {
"delay": 113,
"time": "1775558573"
},
"stopId": "FR:76540:ZE:TCARxJOFFR1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 133,
"time": "1775558164"
},
"departure": {
"delay": 133,
"time": "1775558173"
},
"stopId": "FR:76498:ZE:TCARxTRUFF1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 193,
"time": "1775558324"
},
"departure": {
"delay": 193,
"time": "1775558353"
},
"stopId": "FR:76540:ZE:TCARxAVCAE1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 56,
"time": "1775557856"
},
"departure": {
"delay": 56,
"time": "1775557856"
},
"stopId": "FR:76498:ZE:TCARxCHGAU1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 143,
"time": "1775559023"
},
"departure": {
"delay": 143,
"time": "1775559023"
},
"stopId": "FR:76540:ZE:TCARxBEAUV1:ATOUMOD001",
"stopSequence": 30
}
],
"timestamp": "1775557485",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx90:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx4054:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745172x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 212,
"time": "1775555612"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 373,
"time": "1775556514"
},
"departure": {
"delay": 373,
"time": "1775556553"
},
"stopId": "FR:50129:ZE:10PFO2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 196,
"time": "1775555734"
},
"departure": {
"delay": 196,
"time": "1775555776"
},
"stopId": "FR:50129:ZE:10AMO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 299,
"time": "1775557439"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 393,
"time": "1775556419"
},
"departure": {
"delay": 393,
"time": "1775556453"
},
"stopId": "FR:50129:ZE:10RTU2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 329,
"time": "1775557296"
},
"departure": {
"delay": 329,
"time": "1775557349"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 238,
"time": "1775555945"
},
"departure": {
"delay": 238,
"time": "1775555998"
},
"stopId": "FR:50129:ZE:10PRV2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 288,
"time": "1775556908"
},
"departure": {
"delay": 288,
"time": "1775556948"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 398,
"time": "1775556369"
},
"departure": {
"delay": 398,
"time": "1775556398"
},
"stopId": "FR:50129:ZE:10BRA4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 436,
"time": "1775556275"
},
"departure": {
"delay": 436,
"time": "1775556316"
},
"stopId": "FR:50129:ZE:10BQR2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 221,
"time": "1775555878"
},
"departure": {
"delay": 221,
"time": "1775555921"
},
"stopId": "FR:50129:ZE:10OYG2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 401,
"time": "1775556088"
},
"departure": {
"delay": 401,
"time": "1775556221"
},
"stopId": "FR:50129:ZE:10ANJ6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 328,
"time": "1775556768"
},
"departure": {
"delay": 328,
"time": "1775556808"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 373,
"time": "1775557111"
},
"departure": {
"delay": 373,
"time": "1775557153"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 282,
"time": "1775556843"
},
"departure": {
"delay": 282,
"time": "1775556882"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 208,
"time": "1775555808"
},
"departure": {
"delay": 208,
"time": "1775555848"
},
"stopId": "FR:50129:ZE:10EGL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 341,
"time": "1775556588"
},
"departure": {
"delay": 341,
"time": "1775556641"
},
"stopId": "FR:50129:ZE:10FOR4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 317,
"time": "1775557183"
},
"departure": {
"delay": 317,
"time": "1775557217"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 368,
"time": "1775556695"
},
"departure": {
"delay": 368,
"time": "1775556728"
},
"stopId": "FR:50129:ZE:10CRC4:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 290,
"time": "1775556974"
},
"departure": {
"delay": 290,
"time": "1775557010"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 16
}
],
"timestamp": "1775560076",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1A:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745172x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3747501x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 158,
"time": "1775532265"
},
"departure": {
"delay": 158,
"time": "1775532278"
},
"stopId": "FR:50129:ZE:10AIG2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": -26,
"time": "1775533463"
},
"departure": {
"delay": -26,
"time": "1775533474"
},
"stopId": "FR:50129:ZE:10CLO1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": -12,
"time": "1775533299"
},
"departure": {
"delay": -12,
"time": "1775533308"
},
"stopId": "FR:50129:ZE:10MLL3:ATOUMOD035",
"stopSequence": 14
},
{
"departure": {
"delay": 146,
"time": "1775531966"
},
"stopId": "FR:50129:ZE:10ZFO2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 112,
"time": "1775532644"
},
"departure": {
"delay": 112,
"time": "1775532712"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 74,
"time": "1775532841"
},
"departure": {
"delay": 74,
"time": "1775532854"
},
"stopId": "FR:50129:ZE:10CRN1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 1,
"time": "1775533546"
},
"departure": {
"delay": 1,
"time": "1775533561"
},
"stopId": "FR:50129:ZE:10EUR1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": -6,
"time": "1775533665"
},
"departure": {
"delay": -6,
"time": "1775533674"
},
"stopId": "FR:50129:ZE:10LMQ1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 729,
"time": "1775534649"
},
"stopId": "FR:50129:ZE:10PIS1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": -38,
"time": "1775533694"
},
"departure": {
"delay": -38,
"time": "1775533702"
},
"stopId": "FR:50129:ZE:10CRD1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": -20,
"time": "1775533412"
},
"departure": {
"delay": -20,
"time": "1775533420"
},
"stopId": "FR:50129:ZE:10LMW1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 139,
"time": "1775532011"
},
"departure": {
"delay": 139,
"time": "1775532019"
},
"stopId": "FR:50129:ZE:10VDT2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 27,
"time": "1775533206"
},
"departure": {
"delay": 27,
"time": "1775533227"
},
"stopId": "FR:50129:ZE:10GMA3:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 79,
"time": "1775532904"
},
"departure": {
"delay": 79,
"time": "1775532919"
},
"stopId": "FR:50129:ZE:10PLA5:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 188,
"time": "1775532179"
},
"departure": {
"delay": 188,
"time": "1775532188"
},
"stopId": "FR:50129:ZE:10IUT2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 187,
"time": "1775532447"
},
"departure": {
"delay": 187,
"time": "1775532547"
},
"stopId": "FR:50129:ZE:10MEN2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 27,
"time": "1775532975"
},
"departure": {
"delay": 27,
"time": "1775532987"
},
"stopId": "FR:50129:ZE:10CIT1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 143,
"time": "1775532068"
},
"departure": {
"delay": 143,
"time": "1775532083"
},
"stopId": "FR:50129:ZE:10PFO4:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": -28,
"time": "1775533577"
},
"departure": {
"delay": -28,
"time": "1775533592"
},
"stopId": "FR:50129:ZE:10COD1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 163,
"time": "1775532213"
},
"departure": {
"delay": 163,
"time": "1775532223"
},
"stopId": "FR:50129:ZE:10UNI2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 23,
"time": "1775533033"
},
"departure": {
"delay": 23,
"time": "1775533043"
},
"stopId": "FR:50129:ZE:10CCI1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": -39,
"time": "1775533510"
},
"departure": {
"delay": -39,
"time": "1775533521"
},
"stopId": "FR:50129:ZE:10ILO1:ATOUMOD035",
"stopSequence": 17
}
],
"timestamp": "1775560078",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:08:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3747501x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2470568:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 27,
"time": "1775560347"
},
"departure": {
"delay": 27,
"time": "1775560347"
},
"stopId": "FR:27701:ZE:0x7087:ATOUMOD006",
"stopSequence": 2
},
{
"arrival": {
"delay": 69,
"time": "1775561349"
},
"departure": {
"delay": 69,
"time": "1775561349"
},
"stopId": "FR:27375:ZE:0x6408:ATOUMOD006",
"stopSequence": 16
},
{
"arrival": {
"delay": 24,
"time": "1775560884"
},
"departure": {
"delay": 24,
"time": "1775560884"
},
"stopId": "FR:27701:ZE:0x7055:ATOUMOD006",
"stopSequence": 9
},
{
"arrival": {
"delay": 27,
"time": "1775560407"
},
"departure": {
"delay": 27,
"time": "1775560407"
},
"stopId": "FR:27701:ZE:0x7117:ATOUMOD006",
"stopSequence": 3
},
{
"arrival": {
"delay": 63,
"time": "1775561043"
},
"departure": {
"delay": 63,
"time": "1775561043"
},
"stopId": "FR:27701:ZE:0x7069:ATOUMOD006",
"stopSequence": 12
},
{
"arrival": {
"delay": 25,
"time": "1775561245"
},
"departure": {
"delay": 25,
"time": "1775561245"
},
"stopId": "FR:27701:ZE:0x7101:ATOUMOD006",
"stopSequence": 15
},
{
"arrival": {
"delay": 12,
"time": "1775560932"
},
"departure": {
"delay": 12,
"time": "1775560932"
},
"stopId": "FR:27701:ZE:0x7045:ATOUMOD006",
"stopSequence": 10
},
{
"arrival": {
"delay": -108,
"time": "1775561592"
},
"departure": {
"delay": -108,
"time": "1775561592"
},
"stopId": "FR:27375:ZE:0x6529:ATOUMOD006",
"stopSequence": 20
},
{
"arrival": {
"delay": -146,
"time": "1775561734"
},
"stopId": "FR:27375:ZE:0x6514:ATOUMOD006",
"stopSequence": 22
},
{
"arrival": {
"delay": 20,
"time": "1775560580"
},
"departure": {
"delay": 20,
"time": "1775560580"
},
"stopId": "FR:27701:ZE:0x7096:ATOUMOD006",
"stopSequence": 5
},
{
"arrival": {
"delay": 64,
"time": "1775560984"
},
"departure": {
"delay": 64,
"time": "1775560984"
},
"stopId": "FR:27701:ZE:0x7133:ATOUMOD006",
"stopSequence": 11
},
{
"arrival": {
"delay": 21,
"time": "1775561421"
},
"departure": {
"delay": 21,
"time": "1775561421"
},
"stopId": "FR:27375:ZE:0x6443:ATOUMOD006",
"stopSequence": 17
},
{
"arrival": {
"delay": 20,
"time": "1775560460"
},
"departure": {
"delay": 20,
"time": "1775560460"
},
"stopId": "FR:27701:ZE:0x7115:ATOUMOD006",
"stopSequence": 4
},
{
"arrival": {
"delay": 33,
"time": "1775560713"
},
"departure": {
"delay": 33,
"time": "1775560713"
},
"stopId": "FR:27701:ZE:0x7109:ATOUMOD006",
"stopSequence": 6
},
{
"arrival": {
"delay": 24,
"time": "1775560764"
},
"departure": {
"delay": 24,
"time": "1775560764"
},
"stopId": "FR:27701:ZE:0x6583:ATOUMOD006",
"stopSequence": 7
},
{
"arrival": {
"delay": 10,
"time": "1775560810"
},
"departure": {
"delay": 10,
"time": "1775560810"
},
"stopId": "FR:27701:ZE:0x7043:ATOUMOD006",
"stopSequence": 8
},
{
"arrival": {
"delay": -142,
"time": "1775561678"
},
"departure": {
"delay": -142,
"time": "1775561678"
},
"stopId": "FR:27375:ZE:0x6441:ATOUMOD006",
"stopSequence": 21
},
{
"arrival": {
"delay": 22,
"time": "1775561482"
},
"departure": {
"delay": 22,
"time": "1775561482"
},
"stopId": "FR:27375:ZE:0x6389:ATOUMOD006",
"stopSequence": 18
},
{
"arrival": {
"delay": -24,
"time": "1775561556"
},
"departure": {
"delay": -24,
"time": "1775561556"
},
"stopId": "FR:27375:ZE:0x6381:ATOUMOD006",
"stopSequence": 19
},
{
"arrival": {
"delay": 63,
"time": "1775561103"
},
"departure": {
"delay": 63,
"time": "1775561103"
},
"stopId": "FR:27701:ZE:0x7037:ATOUMOD006",
"stopSequence": 13
},
{
"departure": {
"time": "1775560200"
},
"stopId": "FR:27701:ZE:0x7150:ATOUMOD006",
"stopSequence": 1
},
{
"arrival": {
"delay": 75,
"time": "1775561175"
},
"departure": {
"delay": 75,
"time": "1775561175"
},
"stopId": "FR:27701:ZE:0x7128:ATOUMOD006",
"stopSequence": 14
}
],
"timestamp": "1775560063",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD006:Line:C1:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2470568:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN850612F387887x2026x03x28T21x09x34Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775559240"
},
"departure": {
"time": "1775559300"
},
"stopId": "FR:76575:ZE:StopPointxOCETrainxTERx87411215:ATOUMOD002",
"stopSequence": 17
},
{
"arrival": {
"time": "1775556840"
},
"departure": {
"time": "1775556900"
},
"stopId": "FR:76456:ZE:StopPointxOCETrainxTERx87411280:ATOUMOD002",
"stopSequence": 3
},
{
"arrival": {
"time": "1775557320"
},
"departure": {
"time": "1775557380"
},
"stopId": "FR:76495:ZE:StopPointxOCETrainxTERx87411272:ATOUMOD002",
"stopSequence": 5
},
{
"arrival": {
"time": "1775558160"
},
"departure": {
"time": "1775558220"
},
"stopId": "FR:76474:ZE:StopPointxOCETrainxTERx87411249:ATOUMOD002",
"stopSequence": 11
},
{
"arrival": {
"time": "1775557500"
},
"departure": {
"time": "1775557560"
},
"stopId": "FR:76057:ZE:StopPointxOCETrainxTERx87411264:ATOUMOD002",
"stopSequence": 7
},
{
"arrival": {
"time": "1775557920"
},
"departure": {
"time": "1775557980"
},
"stopId": "FR:76366:ZE:StopPointxOCETrainxTERx87411256:ATOUMOD002",
"stopSequence": 9
},
{
"arrival": {
"time": "1775558940"
},
"departure": {
"time": "1775559000"
},
"stopId": "FR:76681:ZE:StopPointxOCETrainxTERx87411223:ATOUMOD002",
"stopSequence": 15
},
{
"arrival": {
"time": "1775559720"
},
"departure": {
"time": "1775559780"
},
"stopId": "FR:76705:ZE:StopPointxOCETrainxTERx87411181:ATOUMOD002",
"stopSequence": 21
},
{
"arrival": {
"time": "1775560140"
},
"stopId": "FR:76561:ZE:StopPointxOCETrainxTERx87411173:ATOUMOD002",
"stopSequence": 22
},
{
"departure": {
"time": "1775556540"
},
"stopId": "FR:76758:ZE:StopPointxOCETrainxTERx87413385:ATOUMOD002",
"stopSequence": 1
},
{
"arrival": {
"time": "1775559540"
},
"departure": {
"time": "1775559600"
},
"stopId": "FR:76484:ZE:StopPointxOCETrainxTERx87411207:ATOUMOD002",
"stopSequence": 19
},
{
"arrival": {
"time": "1775558520"
},
"departure": {
"time": "1775558700"
},
"stopId": "FR:76540:ZE:StopPointxOCETrainxTERx87411017:ATOUMOD002",
"stopSequence": 13
}
],
"timestamp": "1775552936",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD002:Line:FRxLinexxde778414x6e3dx4bc7x9d9ax6bac6aed673fx:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN850612F387887x2026x03x28T21x09x34Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx11242:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -527,
"time": "1775558528"
},
"departure": {
"delay": -527,
"time": "1775558533"
},
"stopId": "FR:76484:ZE:TCARxCHARC1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": -491,
"time": "1775558149"
},
"departure": {
"delay": -491,
"time": "1775558149"
},
"stopId": "FR:76484:ZE:TCARxOIHDV1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": -647,
"time": "1775558953"
},
"departure": {
"delay": -647,
"time": "1775558953"
},
"stopId": "FR:76575:ZE:TCARxLANGU1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": -499,
"time": "1775558501"
},
"departure": {
"delay": -499,
"time": "1775558501"
},
"stopId": "FR:76484:ZE:TCARxCIMJ21:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": -530,
"time": "1775558710"
},
"departure": {
"delay": -530,
"time": "1775558710"
},
"stopId": "FR:76484:ZE:TCARxCITEO1:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": -475,
"time": "1775558404"
},
"departure": {
"delay": -475,
"time": "1775558405"
},
"stopId": "FR:76484:ZE:TCARxPEZO21:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": -586,
"time": "1775559014"
},
"departure": {
"delay": -586,
"time": "1775559014"
},
"stopId": "FR:76575:ZE:TCARxGOUBE1:ATOUMOD001",
"stopSequence": 23
},
{
"departure": {
"delay": -540,
"time": "1775557620"
},
"stopId": "FR:76705:ZE:TCARxTOCEN:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": -592,
"time": "1775558828"
},
"departure": {
"delay": -592,
"time": "1775558828"
},
"stopId": "FR:76575:ZE:TCARxSLOGN1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": -460,
"time": "1775558060"
},
"departure": {
"delay": -460,
"time": "1775558060"
},
"stopId": "FR:76484:ZE:TCARxCFERR3:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": -710,
"time": "1775559728"
},
"departure": {
"delay": -710,
"time": "1775559730"
},
"stopId": "FR:76681:ZE:TCARxHDVS3:ATOUMOD001",
"stopSequence": 33
},
{
"arrival": {
"delay": -632,
"time": "1775559328"
},
"departure": {
"delay": -632,
"time": "1775559328"
},
"stopId": "FR:76575:ZE:TCARxSTYO21:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": -559,
"time": "1775558921"
},
"departure": {
"delay": -559,
"time": "1775558921"
},
"stopId": "FR:76575:ZE:TCARxNODIE1:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": -796,
"time": "1775559824"
},
"stopId": "FR:76681:ZE:TCARxHDVS1:ATOUMOD001",
"stopSequence": 34
},
{
"arrival": {
"delay": -444,
"time": "1775558256"
},
"departure": {
"delay": -444,
"time": "1775558256"
},
"stopId": "FR:76484:ZE:TCARxCIMOI1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -681,
"time": "1775559579"
},
"departure": {
"delay": -681,
"time": "1775559579"
},
"stopId": "FR:76681:ZE:TCARxRRIOT1:ATOUMOD001",
"stopSequence": 31
},
{
"arrival": {
"delay": -493,
"time": "1775558267"
},
"departure": {
"delay": -493,
"time": "1775558267"
},
"stopId": "FR:76484:ZE:TCARxBIBOI1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": -547,
"time": "1775559173"
},
"departure": {
"delay": -547,
"time": "1775559173"
},
"stopId": "FR:76575:ZE:TCARxGAGAR1:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": -474,
"time": "1775558466"
},
"departure": {
"delay": -474,
"time": "1775558466"
},
"stopId": "FR:76484:ZE:TCARxCOMPX1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": -592,
"time": "1775559394"
},
"departure": {
"delay": -592,
"time": "1775559428"
},
"stopId": "FR:76681:ZE:TCARxCHROU1:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": -587,
"time": "1775559073"
},
"departure": {
"delay": -587,
"time": "1775559073"
},
"stopId": "FR:76575:ZE:TCARxLURCA1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": -517,
"time": "1775558599"
},
"departure": {
"delay": -517,
"time": "1775558603"
},
"stopId": "FR:76484:ZE:TCARxPLBEL1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": -540,
"time": "1775558760"
},
"departure": {
"delay": -540,
"time": "1775558760"
},
"stopId": "FR:76575:ZE:TCARxCHAPL1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": -542,
"time": "1775557858"
},
"departure": {
"delay": -542,
"time": "1775557858"
},
"stopId": "FR:76484:ZE:TCARxPOLOI0:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": -509,
"time": "1775558671"
},
"departure": {
"delay": -509,
"time": "1775558671"
},
"stopId": "FR:76484:ZE:TCARxVOSGE1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": -620,
"time": "1775558860"
},
"departure": {
"delay": -620,
"time": "1775558860"
},
"stopId": "FR:76575:ZE:TCARxPNAVA1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": -582,
"time": "1775559498"
},
"departure": {
"delay": -582,
"time": "1775559498"
},
"stopId": "FR:76681:ZE:TCARxKERVI1:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": -608,
"time": "1775559232"
},
"departure": {
"delay": -608,
"time": "1775559232"
},
"stopId": "FR:76575:ZE:TCARxCOQLI1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": -425,
"time": "1775557975"
},
"departure": {
"delay": -425,
"time": "1775557975"
},
"stopId": "FR:76484:ZE:TCARxPLPAI1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": -633,
"time": "1775559567"
},
"departure": {
"delay": -633,
"time": "1775559567"
},
"stopId": "FR:76681:ZE:TCARxADRET2:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": -492,
"time": "1775557728"
},
"departure": {
"delay": -492,
"time": "1775557728"
},
"stopId": "FR:76705:ZE:TCARxTOPAR2:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -527,
"time": "1775557633"
},
"departure": {
"delay": -527,
"time": "1775557633"
},
"stopId": "FR:76705:ZE:TCARxTOMAN2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -690,
"time": "1775559630"
},
"departure": {
"delay": -690,
"time": "1775559630"
},
"stopId": "FR:76681:ZE:TCARxPGAUL1:ATOUMOD001",
"stopSequence": 32
}
],
"timestamp": "1775557005",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx03:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx11242:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC595698:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 5,
"time": "1775560685"
},
"departure": {
"delay": 5,
"time": "1775560685"
},
"stopId": "FR:27020:ZE:0xACH01:ATOUMOD004",
"stopSequence": 33
},
{
"arrival": {
"delay": -125,
"time": "1775561095"
},
"departure": {
"delay": -125,
"time": "1775561095"
},
"stopId": "FR:27020:ZE:0xETA01:ATOUMOD004",
"stopSequence": 42
},
{
"arrival": {
"delay": 134,
"time": "1775560034"
},
"departure": {
"delay": 134,
"time": "1775560034"
},
"stopId": "FR:27229:ZE:0xJAU01:ATOUMOD004",
"stopSequence": 20
},
{
"arrival": {
"delay": -34,
"time": "1775560826"
},
"departure": {
"delay": -34,
"time": "1775560826"
},
"stopId": "FR:27020:ZE:0xAMA01:ATOUMOD004",
"stopSequence": 36
},
{
"arrival": {
"delay": 140,
"time": "1775560580"
},
"departure": {
"delay": 140,
"time": "1775560580"
},
"stopId": "FR:27229:ZE:0xUSI01:ATOUMOD004",
"stopSequence": 30
},
{
"arrival": {
"delay": -17,
"time": "1775560843"
},
"departure": {
"delay": -17,
"time": "1775560843"
},
"stopId": "FR:27020:ZE:0xLHA01:ATOUMOD004",
"stopSequence": 37
},
{
"arrival": {
"delay": -34,
"time": "1775560766"
},
"departure": {
"delay": -34,
"time": "1775560766"
},
"stopId": "FR:27020:ZE:0xLBA01:ATOUMOD004",
"stopSequence": 35
},
{
"arrival": {
"delay": -154,
"time": "1775561126"
},
"stopId": "FR:27020:ZE:0xMOE01:ATOUMOD004",
"stopSequence": 43
},
{
"arrival": {
"delay": 63,
"time": "1775560623"
},
"departure": {
"delay": 63,
"time": "1775560623"
},
"stopId": "FR:27229:ZE:0xCIT01:ATOUMOD004",
"stopSequence": 32
},
{
"arrival": {
"delay": 103,
"time": "1775560603"
},
"departure": {
"delay": 103,
"time": "1775560603"
},
"stopId": "FR:27229:ZE:0xHIP01:ATOUMOD004",
"stopSequence": 31
},
{
"arrival": {
"delay": -119,
"time": "1775560981"
},
"departure": {
"delay": -119,
"time": "1775560981"
},
"stopId": "FR:27020:ZE:0xITO01:ATOUMOD004",
"stopSequence": 40
},
{
"arrival": {
"delay": 76,
"time": "1775560456"
},
"departure": {
"delay": 76,
"time": "1775560456"
},
"stopId": "FR:27229:ZE:0xPLA01:ATOUMOD004",
"stopSequence": 27
},
{
"arrival": {
"delay": 106,
"time": "1775560366"
},
"departure": {
"delay": 106,
"time": "1775560366"
},
"stopId": "FR:27229:ZE:0xGER01:ATOUMOD004",
"stopSequence": 25
},
{
"arrival": {
"delay": 114,
"time": "1775560314"
},
"departure": {
"delay": 114,
"time": "1775560314"
},
"stopId": "FR:27229:ZE:0xBDN01:ATOUMOD004",
"stopSequence": 24
},
{
"arrival": {
"delay": 99,
"time": "1775560119"
},
"departure": {
"delay": 99,
"time": "1775560119"
},
"stopId": "FR:27229:ZE:0xGAR05:ATOUMOD004",
"stopSequence": 21
},
{
"arrival": {
"delay": 91,
"time": "1775560411"
},
"departure": {
"delay": 91,
"time": "1775560411"
},
"stopId": "FR:27229:ZE:0xJDA01:ATOUMOD004",
"stopSequence": 26
},
{
"arrival": {
"delay": 134,
"time": "1775559836"
},
"departure": {
"delay": 134,
"time": "1775559854"
},
"stopId": "FR:27229:ZE:0xHAP01:ATOUMOD004",
"stopSequence": 19
},
{
"arrival": {
"delay": 33,
"time": "1775560473"
},
"departure": {
"delay": 33,
"time": "1775560473"
},
"stopId": "FR:27229:ZE:0xNAV01:ATOUMOD004",
"stopSequence": 29
},
{
"arrival": {
"delay": -60,
"time": "1775560920"
},
"departure": {
"delay": -60,
"time": "1775560920"
},
"stopId": "FR:27020:ZE:0xMAC01:ATOUMOD004",
"stopSequence": 39
},
{
"arrival": {
"delay": -20,
"time": "1775560720"
},
"departure": {
"delay": -20,
"time": "1775560720"
},
"stopId": "FR:27020:ZE:0xLPO01:ATOUMOD004",
"stopSequence": 34
},
{
"arrival": {
"delay": -81,
"time": "1775561019"
},
"departure": {
"delay": -81,
"time": "1775561019"
},
"stopId": "FR:27020:ZE:0xLOA01:ATOUMOD004",
"stopSequence": 41
},
{
"arrival": {
"delay": -38,
"time": "1775560882"
},
"departure": {
"delay": -38,
"time": "1775560882"
},
"stopId": "FR:27020:ZE:0xPEG01:ATOUMOD004",
"stopSequence": 38
}
],
"timestamp": "1775560081",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD004:Line:T5:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC595698:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx132:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 195,
"time": "1775561655"
},
"departure": {
"delay": 195,
"time": "1775561655"
},
"stopId": "FR:76216:ZE:TCARxDLUNE2:ATOUMOD001",
"stopSequence": 28
},
{
"departure": {
"delay": 52,
"time": "1775558812"
},
"stopId": "FR:76095:ZE:TCARxTAMAR:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 164,
"time": "1775561444"
},
"departure": {
"delay": 164,
"time": "1775561444"
},
"stopId": "FR:76216:ZE:TCARxDVILL2:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 162,
"time": "1775559762"
},
"departure": {
"delay": 162,
"time": "1775559762"
},
"stopId": "FR:76540:ZE:TCARxDRIVI2:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 202,
"time": "1775561542"
},
"departure": {
"delay": 202,
"time": "1775561542"
},
"stopId": "FR:76216:ZE:TCARxPALIS2:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 165,
"time": "1775561265"
},
"departure": {
"delay": 165,
"time": "1775561265"
},
"stopId": "FR:76216:ZE:TCARxMAISO2:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 201,
"time": "1775561361"
},
"departure": {
"delay": 201,
"time": "1775561361"
},
"stopId": "FR:76216:ZE:TCARxPTPIE2:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 114,
"time": "1775559114"
},
"departure": {
"delay": 114,
"time": "1775559114"
},
"stopId": "FR:76540:ZE:TCARxGALI2:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 204,
"time": "1775560284"
},
"departure": {
"delay": 204,
"time": "1775560284"
},
"stopId": "FR:76540:ZE:TCARxPMARC2:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 188,
"time": "1775560508"
},
"departure": {
"delay": 188,
"time": "1775560508"
},
"stopId": "FR:76540:ZE:TCARxCATHE2:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 109,
"time": "1775558989"
},
"departure": {
"delay": 109,
"time": "1775558989"
},
"stopId": "FR:76540:ZE:TCARxCHATL2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 153,
"time": "1775559213"
},
"departure": {
"delay": 153,
"time": "1775559213"
},
"stopId": "FR:76540:ZE:TCARxPSALO0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 217,
"time": "1775559590"
},
"departure": {
"delay": 217,
"time": "1775559637"
},
"stopId": "FR:76540:ZE:TCARxARGEN2:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 194,
"time": "1775560034"
},
"departure": {
"delay": 194,
"time": "1775560034"
},
"stopId": "FR:76540:ZE:TCARxHILAI2:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 167,
"time": "1775559287"
},
"departure": {
"delay": 167,
"time": "1775559287"
},
"stopId": "FR:76540:ZE:TCARxMALRA2:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 189,
"time": "1775560089"
},
"departure": {
"delay": 189,
"time": "1775560089"
},
"stopId": "FR:76540:ZE:TCARxCHRUT2:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 202,
"time": "1775559862"
},
"departure": {
"delay": 202,
"time": "1775559862"
},
"stopId": "FR:76540:ZE:TCARxJEUNE2:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 191,
"time": "1775561171"
},
"departure": {
"delay": 191,
"time": "1775561171"
},
"stopId": "FR:76540:ZE:TCARxBAPEA2:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 161,
"time": "1775559341"
},
"departure": {
"delay": 161,
"time": "1775559341"
},
"stopId": "FR:76540:ZE:TCARxSTCLA2:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 197,
"time": "1775559417"
},
"departure": {
"delay": 197,
"time": "1775559437"
},
"stopId": "FR:76540:ZE:TCARxCOUPE2:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 188,
"time": "1775560208"
},
"departure": {
"delay": 188,
"time": "1775560208"
},
"stopId": "FR:76540:ZE:TCARxMARTT2:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 194,
"time": "1775560394"
},
"departure": {
"delay": 194,
"time": "1775560394"
},
"stopId": "FR:76540:ZE:TCARxREPUB2:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 122,
"time": "1775559062"
},
"departure": {
"delay": 122,
"time": "1775559062"
},
"stopId": "FR:76540:ZE:TCARxMAIS10:ATOUMOD001",
"stopSequence": 3
}
],
"timestamp": "1775558817",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx92:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx132:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4056475x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": -41,
"time": "1775560039"
},
"stopId": "FR:76351:ZE:3404:ATOUMOD003",
"stopSequence": 24
},
{
"departure": {
"delay": -47,
"time": "1775559973"
},
"stopId": "FR:76351:ZE:3049:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": -13,
"time": "1775560067"
},
"departure": {
"delay": -13,
"time": "1775560067"
},
"stopId": "FR:76351:ZE:3670:ATOUMOD003",
"stopSequence": 25
},
{
"arrival": {
"delay": -53,
"time": "1775560147"
},
"departure": {
"delay": -53,
"time": "1775560147"
},
"stopId": "FR:76351:ZE:3436:ATOUMOD003",
"stopSequence": 26
},
{
"arrival": {
"delay": -53,
"time": "1775560267"
},
"stopId": "FR:76351:ZE:3639:ATOUMOD003",
"stopSequence": 27
}
],
"timestamp": "1775560069",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C2:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4056475x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC597039:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -839,
"time": "1775560081"
},
"departure": {
"delay": -839,
"time": "1775560081"
},
"stopId": "FR:27229:ZE:0xCAR04:ATOUMOD004",
"stopSequence": 3
},
{
"arrival": {
"delay": -1139,
"time": "1775560081"
},
"departure": {
"delay": -1139,
"time": "1775560081"
},
"stopId": "FR:27229:ZE:0xCOM01:ATOUMOD004",
"stopSequence": 9
},
{
"arrival": {
"delay": -1859,
"time": "1775560081"
},
"departure": {
"delay": -1859,
"time": "1775560081"
},
"stopId": "FR:27229:ZE:0xPJJ02:ATOUMOD004",
"stopSequence": 16
},
{
"arrival": {
"delay": -779,
"time": "1775560081"
},
"departure": {
"delay": -779,
"time": "1775560081"
},
"stopId": "FR:27229:ZE:0xMEU01:ATOUMOD004",
"stopSequence": 2
},
{
"departure": {
"delay": -719,
"time": "1775560081"
},
"stopId": "FR:27229:ZE:0xCEN01:ATOUMOD004",
"stopSequence": 1
},
{
"arrival": {
"delay": -442,
"time": "1775561798"
},
"stopId": "FR:27229:ZE:0xHOT01:ATOUMOD004",
"stopSequence": 19
},
{
"arrival": {
"delay": -959,
"time": "1775560081"
},
"departure": {
"delay": -959,
"time": "1775560081"
},
"stopId": "FR:27229:ZE:0xDUN01:ATOUMOD004",
"stopSequence": 7
},
{
"arrival": {
"delay": -1499,
"time": "1775560081"
},
"departure": {
"delay": -1499,
"time": "1775560081"
},
"stopId": "FR:27229:ZE:0xLOG01:ATOUMOD004",
"stopSequence": 12
},
{
"arrival": {
"delay": -388,
"time": "1775561612"
},
"departure": {
"delay": -388,
"time": "1775561612"
},
"stopId": "FR:27229:ZE:0xJAU02:ATOUMOD004",
"stopSequence": 17
},
{
"arrival": {
"delay": -370,
"time": "1775561690"
},
"departure": {
"delay": -370,
"time": "1775561690"
},
"stopId": "FR:27229:ZE:0xHAP02:ATOUMOD004",
"stopSequence": 18
},
{
"arrival": {
"delay": -1439,
"time": "1775560081"
},
"departure": {
"delay": -1439,
"time": "1775560081"
},
"stopId": "FR:27229:ZE:0xHAR01:ATOUMOD004",
"stopSequence": 11
},
{
"arrival": {
"delay": -1259,
"time": "1775560081"
},
"departure": {
"delay": -1259,
"time": "1775560081"
},
"stopId": "FR:27229:ZE:0xFAU01:ATOUMOD004",
"stopSequence": 10
},
{
"arrival": {
"delay": -1679,
"time": "1775560081"
},
"departure": {
"delay": -1679,
"time": "1775560081"
},
"stopId": "FR:27229:ZE:0xBRO01:ATOUMOD004",
"stopSequence": 15
},
{
"arrival": {
"delay": -1079,
"time": "1775560081"
},
"departure": {
"delay": -1079,
"time": "1775560081"
},
"stopId": "FR:27229:ZE:0xFER01:ATOUMOD004",
"stopSequence": 8
},
{
"arrival": {
"delay": -1559,
"time": "1775560081"
},
"departure": {
"delay": -1559,
"time": "1775560081"
},
"stopId": "FR:27229:ZE:0xBEV01:ATOUMOD004",
"stopSequence": 14
}
],
"timestamp": "1775560081",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD004:Line:T2:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC597039:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx15415:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 13622,
"time": "1775561042"
},
"departure": {
"delay": 13622,
"time": "1775561042"
},
"stopId": "FR:76108:ZE:TCARxHERBE2:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 13649,
"time": "1775560889"
},
"departure": {
"delay": 13649,
"time": "1775560889"
},
"stopId": "FR:76095:ZE:TCARxLOMBA1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 13676,
"time": "1775560676"
},
"departure": {
"delay": 13676,
"time": "1775560676"
},
"stopId": "FR:76540:ZE:TCARxEVREU0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 13635,
"time": "1775562855"
},
"departure": {
"delay": 13635,
"time": "1775562855"
},
"stopId": "FR:76410:ZE:TCARxMACIM2:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": 13674,
"time": "1775560794"
},
"departure": {
"delay": 13674,
"time": "1775560794"
},
"stopId": "FR:76095:ZE:TCARxCIMEB2:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 13620,
"time": "1775563260"
},
"stopId": "FR:76410:ZE:TCARxMAINE2:ATOUMOD001",
"stopSequence": 36
},
{
"arrival": {
"delay": 13620,
"time": "1775561160"
},
"departure": {
"delay": 13620,
"time": "1775561160"
},
"stopId": "FR:76108:ZE:TCARxBGUI21:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 13665,
"time": "1775563005"
},
"departure": {
"delay": 13665,
"time": "1775563005"
},
"stopId": "FR:76410:ZE:TCARxFOURA2:ATOUMOD001",
"stopSequence": 31
},
{
"departure": {
"delay": 13620,
"time": "1775560500"
},
"stopId": "FR:76540:ZE:TCARxLYFLA3:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 13650,
"time": "1775560530"
},
"departure": {
"delay": 13650,
"time": "1775560530"
},
"stopId": "FR:76540:ZE:TCARxLECOQ1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 13676,
"time": "1775561216"
},
"departure": {
"delay": 13676,
"time": "1775561216"
},
"stopId": "FR:76108:ZE:TCARxMAXPO2:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 13635,
"time": "1775561415"
},
"departure": {
"delay": 13635,
"time": "1775561415"
},
"stopId": "FR:76108:ZE:TCARxADENA1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 13620,
"time": "1775561340"
},
"departure": {
"delay": 13620,
"time": "1775561340"
},
"stopId": "FR:76108:ZE:TCARxVIELL1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 13640,
"time": "1775560640"
},
"departure": {
"delay": 13640,
"time": "1775560640"
},
"stopId": "FR:76540:ZE:TCARxCHERB1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 13620,
"time": "1775562780"
},
"departure": {
"delay": 13620,
"time": "1775562780"
},
"stopId": "FR:76410:ZE:TCARxMMAIR0:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 13628,
"time": "1775563148"
},
"departure": {
"delay": 13628,
"time": "1775563148"
},
"stopId": "FR:76410:ZE:TCARxMASUD2:ATOUMOD001",
"stopSequence": 33
},
{
"arrival": {
"delay": 13641,
"time": "1775563221"
},
"departure": {
"delay": 13641,
"time": "1775563221"
},
"stopId": "FR:76410:ZE:TCARxZAMAI2:ATOUMOD001",
"stopSequence": 35
},
{
"arrival": {
"delay": 13620,
"time": "1775562300"
},
"departure": {
"delay": 13620,
"time": "1775562300"
},
"stopId": "FR:76451:ZE:TCARxCROIX2:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 13620,
"time": "1775560740"
},
"departure": {
"delay": 13620,
"time": "1775560740"
},
"stopId": "FR:76540:ZE:TCARxTAMAR5:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 13645,
"time": "1775563105"
},
"departure": {
"delay": 13645,
"time": "1775563105"
},
"stopId": "FR:76410:ZE:TCARxMAROY2:ATOUMOD001",
"stopSequence": 32
},
{
"arrival": {
"delay": 13660,
"time": "1775560600"
},
"departure": {
"delay": 13660,
"time": "1775560600"
},
"stopId": "FR:76540:ZE:TCARxARROM1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 13667,
"time": "1775562707"
},
"departure": {
"delay": 13667,
"time": "1775562707"
},
"stopId": "FR:76410:ZE:TCARxARCON2:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 13669,
"time": "1775563189"
},
"departure": {
"delay": 13669,
"time": "1775563189"
},
"stopId": "FR:76410:ZE:TCARxSIGNA3:ATOUMOD001",
"stopSequence": 34
},
{
"arrival": {
"delay": 13647,
"time": "1775561487"
},
"departure": {
"delay": 13647,
"time": "1775561487"
},
"stopId": "FR:76451:ZE:TCARxCHEFO2:ATOUMOD001",
"stopSequence": 14
}
],
"timestamp": "1775559765",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx10:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx15415:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx1370:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 2,
"time": "1775561702"
},
"departure": {
"delay": 2,
"time": "1775561702"
},
"stopId": "FR:76212:ZE:TCARxECOLE2:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"time": "1775561580"
},
"departure": {
"time": "1775561580"
},
"stopId": "FR:76212:ZE:TCARxDMAIR2:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 5,
"time": "1775561525"
},
"departure": {
"delay": 5,
"time": "1775561525"
},
"stopId": "FR:76212:ZE:TCARxCANAD2:ATOUMOD001",
"stopSequence": 2
}
],
"timestamp": "1775557358",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx93:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx1370:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx16692:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -13192,
"time": "1775560868"
},
"departure": {
"delay": -13192,
"time": "1775560868"
},
"stopId": "FR:76095:ZE:TCARxCVICT1:ATOUMOD001",
"stopSequence": 31
},
{
"arrival": {
"delay": -13087,
"time": "1775559593"
},
"departure": {
"delay": -13087,
"time": "1775559593"
},
"stopId": "FR:76540:ZE:TCARxCHASS1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": -13093,
"time": "1775559347"
},
"departure": {
"delay": -13093,
"time": "1775559347"
},
"stopId": "FR:76599:ZE:TCARxWADDI1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": -13133,
"time": "1775559847"
},
"departure": {
"delay": -13133,
"time": "1775559847"
},
"stopId": "FR:76540:ZE:TCARxCNEUF1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": -13303,
"time": "1775561537"
},
"departure": {
"delay": -13303,
"time": "1775561537"
},
"stopId": "FR:76095:ZE:TCARxGRIGN1:ATOUMOD001",
"stopSequence": 41
},
{
"arrival": {
"delay": -13110,
"time": "1775559090"
},
"departure": {
"delay": -13110,
"time": "1775559090"
},
"stopId": "FR:76599:ZE:TCARxSLMAI1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": -13151,
"time": "1775560429"
},
"departure": {
"delay": -13151,
"time": "1775560429"
},
"stopId": "FR:76540:ZE:TCARxLYCOR1:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": -13078,
"time": "1775559242"
},
"departure": {
"delay": -13078,
"time": "1775559242"
},
"stopId": "FR:76599:ZE:TCARxVERBU1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -13299,
"time": "1775561241"
},
"departure": {
"delay": -13299,
"time": "1775561241"
},
"stopId": "FR:76540:ZE:TCARxTAMAR2:ATOUMOD001",
"stopSequence": 37
},
{
"arrival": {
"delay": -13285,
"time": "1775561075"
},
"departure": {
"delay": -13285,
"time": "1775561075"
},
"stopId": "FR:76095:ZE:TCARxPISCB1:ATOUMOD001",
"stopSequence": 34
},
{
"arrival": {
"delay": -13273,
"time": "1775561147"
},
"departure": {
"delay": -13273,
"time": "1775561147"
},
"stopId": "FR:76095:ZE:TCARxJOSEP1:ATOUMOD001",
"stopSequence": 35
},
{
"arrival": {
"delay": -13155,
"time": "1775559165"
},
"departure": {
"delay": -13155,
"time": "1775559165"
},
"stopId": "FR:76599:ZE:TCARxLAVOI1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": -13162,
"time": "1775558918"
},
"departure": {
"delay": -13162,
"time": "1775558918"
},
"stopId": "FR:76560:ZE:TCARxHETRA1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -13289,
"time": "1775561191"
},
"departure": {
"delay": -13289,
"time": "1775561191"
},
"stopId": "FR:76095:ZE:TCARxDELAT1:ATOUMOD001",
"stopSequence": 36
},
{
"arrival": {
"delay": -13097,
"time": "1775559921"
},
"departure": {
"delay": -13097,
"time": "1775559943"
},
"stopId": "FR:76540:ZE:TCARxMARTA:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": -13149,
"time": "1775560491"
},
"departure": {
"delay": -13149,
"time": "1775560491"
},
"stopId": "FR:76540:ZE:TCARxBEAU3:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": -13099,
"time": "1775559641"
},
"departure": {
"delay": -13099,
"time": "1775559641"
},
"stopId": "FR:76540:ZE:TCARxVERGE1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": -13036,
"time": "1775559404"
},
"departure": {
"delay": -13036,
"time": "1775559404"
},
"stopId": "FR:76599:ZE:TCARxFONTA1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": -13275,
"time": "1775561025"
},
"departure": {
"delay": -13275,
"time": "1775561025"
},
"stopId": "FR:76095:ZE:TCARxFLOQU1:ATOUMOD001",
"stopSequence": 33
},
{
"arrival": {
"delay": -13187,
"time": "1775560753"
},
"departure": {
"delay": -13187,
"time": "1775560753"
},
"stopId": "FR:76095:ZE:TCARxVAUC11:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": -13060,
"time": "1775559440"
},
"departure": {
"delay": -13060,
"time": "1775559440"
},
"stopId": "FR:76540:ZE:TCARxLOREL1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": -13115,
"time": "1775559720"
},
"departure": {
"delay": -13115,
"time": "1775559745"
},
"stopId": "FR:76540:ZE:TCARxNEUVI1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": -13102,
"time": "1775559818"
},
"departure": {
"delay": -13102,
"time": "1775559818"
},
"stopId": "FR:76540:ZE:TCARxCIMMG1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": -13085,
"time": "1775559996"
},
"departure": {
"delay": -13085,
"time": "1775560015"
},
"stopId": "FR:76540:ZE:TCARxBECQU1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": -13078,
"time": "1775559482"
},
"departure": {
"delay": -13078,
"time": "1775559482"
},
"stopId": "FR:76540:ZE:TCARxREPAI1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": -13247,
"time": "1775560993"
},
"departure": {
"delay": -13247,
"time": "1775560993"
},
"stopId": "FR:76095:ZE:TCARxCOLMI2:ATOUMOD001",
"stopSequence": 32
},
{
"arrival": {
"delay": -13285,
"time": "1775561495"
},
"departure": {
"delay": -13285,
"time": "1775561495"
},
"stopId": "FR:76095:ZE:TCARxBOUVE1:ATOUMOD001",
"stopSequence": 40
},
{
"arrival": {
"delay": -13099,
"time": "1775559521"
},
"departure": {
"delay": -13099,
"time": "1775559521"
},
"stopId": "FR:76540:ZE:TCARxBROCH1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": -13120,
"time": "1775559140"
},
"departure": {
"delay": -13120,
"time": "1775559140"
},
"stopId": "FR:76599:ZE:TCARxPICAU1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": -13153,
"time": "1775560127"
},
"departure": {
"delay": -13153,
"time": "1775560127"
},
"stopId": "FR:76540:ZE:TCARxSTVIV2:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": -13080,
"time": "1775559300"
},
"departure": {
"delay": -13080,
"time": "1775559300"
},
"stopId": "FR:76599:ZE:TCARxTRIA11:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": -13135,
"time": "1775560565"
},
"departure": {
"delay": -13135,
"time": "1775560565"
},
"stopId": "FR:76540:ZE:TCARxRICAR1:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": -13063,
"time": "1775559677"
},
"departure": {
"delay": -13063,
"time": "1775559677"
},
"stopId": "FR:76540:ZE:TCARxPROGR1:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": -13299,
"time": "1775561601"
},
"departure": {
"delay": -13299,
"time": "1775561601"
},
"stopId": "FR:76095:ZE:TCARxPOMPI1:ATOUMOD001",
"stopSequence": 42
}
],
"timestamp": "1775558596",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx20:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx16692:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3748436x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -27,
"time": "1775548520"
},
"departure": {
"delay": -27,
"time": "1775548533"
},
"stopId": "FR:50129:ZE:10RED1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": -44,
"time": "1775548626"
},
"departure": {
"delay": -44,
"time": "1775548636"
},
"stopId": "FR:50129:ZE:10FJT1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 60,
"time": "1775548185"
},
"departure": {
"delay": 60,
"time": "1775548200"
},
"stopId": "FR:50129:ZE:10CDF1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 89,
"time": "1775549288"
},
"departure": {
"delay": 89,
"time": "1775549309"
},
"stopId": "FR:50129:ZE:10PHG2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 9,
"time": "1775549737"
},
"departure": {
"delay": 9,
"time": "1775549769"
},
"stopId": "FR:50129:ZE:10LCO2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 50,
"time": "1775549654"
},
"departure": {
"delay": 50,
"time": "1775549690"
},
"stopId": "FR:50129:ZE:10STA2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 63,
"time": "1775548308"
},
"departure": {
"delay": 63,
"time": "1775548323"
},
"stopId": "FR:50129:ZE:10PFJ1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": -62,
"time": "1775548547"
},
"departure": {
"delay": -62,
"time": "1775548558"
},
"stopId": "FR:50129:ZE:10CIM1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 62,
"time": "1775548348"
},
"departure": {
"delay": 62,
"time": "1775548382"
},
"stopId": "FR:50129:ZE:10SAL1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 35,
"time": "1775549461"
},
"departure": {
"delay": 35,
"time": "1775549495"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 19
},
{
"departure": {
"delay": 65,
"time": "1775548145"
},
"stopId": "FR:50129:ZE:10DIG1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": -14,
"time": "1775548732"
},
"departure": {
"delay": -14,
"time": "1775548786"
},
"stopId": "FR:50129:ZE:10MEN2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 16,
"time": "1775549802"
},
"departure": {
"delay": 16,
"time": "1775549836"
},
"stopId": "FR:50129:ZE:10POL2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 59,
"time": "1775549391"
},
"departure": {
"delay": 59,
"time": "1775549399"
},
"stopId": "FR:50129:ZE:10CTR3:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 60,
"time": "1775549972"
},
"departure": {
"delay": 60,
"time": "1775550000"
},
"stopId": "FR:50129:ZE:10LEB2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 26,
"time": "1775550183"
},
"departure": {
"delay": 26,
"time": "1775550206"
},
"stopId": "FR:50129:ZE:10VAB2:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 49,
"time": "1775549533"
},
"departure": {
"delay": 49,
"time": "1775549569"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 32,
"time": "1775548220"
},
"departure": {
"delay": 32,
"time": "1775548232"
},
"stopId": "FR:50129:ZE:10BCP1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 101,
"time": "1775550505"
},
"departure": {
"delay": 101,
"time": "1775550521"
},
"stopId": "FR:50129:ZE:10VIG2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 44,
"time": "1775548403"
},
"departure": {
"delay": 44,
"time": "1775548424"
},
"stopId": "FR:50129:ZE:10ROS1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 95,
"time": "1775550562"
},
"departure": {
"delay": 95,
"time": "1775550575"
},
"stopId": "FR:50129:ZE:10DAN2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 16,
"time": "1775548441"
},
"departure": {
"delay": 16,
"time": "1775548456"
},
"stopId": "FR:50129:ZE:10SAD1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": -8,
"time": "1775548475"
},
"departure": {
"delay": -8,
"time": "1775548492"
},
"stopId": "FR:50129:ZE:10VOL1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 38,
"time": "1775550388"
},
"departure": {
"delay": 38,
"time": "1775550398"
},
"stopId": "FR:50129:ZE:10HUI4:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 60,
"time": "1775550439"
},
"departure": {
"delay": 60,
"time": "1775550480"
},
"stopId": "FR:50129:ZE:10CRB2:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 114,
"time": "1775548829"
},
"departure": {
"delay": 114,
"time": "1775549214"
},
"stopId": "FR:50129:ZE:10SHU3:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 42,
"time": "1775549429"
},
"departure": {
"delay": 42,
"time": "1775549442"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 33,
"time": "1775550753"
},
"stopId": "FR:50129:ZE:10ZAG2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 70,
"time": "1775549330"
},
"departure": {
"delay": 70,
"time": "1775549350"
},
"stopId": "FR:50129:ZE:10FDC1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 57,
"time": "1775550161"
},
"departure": {
"delay": 57,
"time": "1775550177"
},
"stopId": "FR:50129:ZE:10SMT2:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 83,
"time": "1775548272"
},
"departure": {
"delay": 83,
"time": "1775548283"
},
"stopId": "FR:50129:ZE:10COT1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 31,
"time": "1775550076"
},
"departure": {
"delay": 31,
"time": "1775550091"
},
"stopId": "FR:50129:ZE:10FRA2:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 56,
"time": "1775550254"
},
"departure": {
"delay": 56,
"time": "1775550296"
},
"stopId": "FR:50129:ZE:10EGL5:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 4,
"time": "1775550053"
},
"departure": {
"delay": 4,
"time": "1775550064"
},
"stopId": "FR:50129:ZE:10LEC2:ATOUMOD035",
"stopSequence": 25
}
],
"timestamp": "1775560079",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:05:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3748436x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx14640:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 22199,
"time": "1775560739"
},
"departure": {
"delay": 22199,
"time": "1775560739"
},
"stopId": "FR:76540:ZE:TCARxLAFAY1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 22171,
"time": "1775560411"
},
"departure": {
"delay": 22171,
"time": "1775560411"
},
"stopId": "FR:76540:ZE:TCARxSIMON2:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 22231,
"time": "1775562331"
},
"departure": {
"delay": 22231,
"time": "1775562331"
},
"stopId": "FR:76451:ZE:TCARxRBOIS1:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 22182,
"time": "1775560602"
},
"departure": {
"delay": 22182,
"time": "1775560602"
},
"stopId": "FR:76540:ZE:TCARxBAMME1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 22268,
"time": "1775562248"
},
"departure": {
"delay": 22268,
"time": "1775562248"
},
"stopId": "FR:76451:ZE:TCARxBIZNE2:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 22171,
"time": "1775560351"
},
"departure": {
"delay": 22171,
"time": "1775560351"
},
"stopId": "FR:76540:ZE:TCARxCENSO2:ATOUMOD001",
"stopSequence": 5
},
{
"departure": {
"delay": 22140,
"time": "1775560020"
},
"stopId": "FR:76681:ZE:TCARxHDVS2:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 22177,
"time": "1775560477"
},
"departure": {
"delay": 22177,
"time": "1775560477"
},
"stopId": "FR:76540:ZE:TCARxMATHI1:ATOUMOD001",
"stopSequence": 7
}
],
"timestamp": "1775559757",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx07:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx14640:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx384:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 102,
"time": "1775558622"
},
"departure": {
"delay": 102,
"time": "1775558622"
},
"stopId": "FR:76410:ZE:TCARxDLUNE1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 97,
"time": "1775558497"
},
"departure": {
"delay": 97,
"time": "1775558497"
},
"stopId": "FR:76474:ZE:TCARxMOULI1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 98,
"time": "1775559698"
},
"departure": {
"delay": 98,
"time": "1775559698"
},
"stopId": "FR:76540:ZE:TCARxCATHE1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 70,
"time": "1775561170"
},
"departure": {
"delay": 70,
"time": "1775561170"
},
"stopId": "FR:76540:ZE:TCARxCHATL1:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 122,
"time": "1775558799"
},
"departure": {
"delay": 122,
"time": "1775558822"
},
"stopId": "FR:76216:ZE:TCARxDVILL1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 115,
"time": "1775560855"
},
"departure": {
"delay": 115,
"time": "1775560855"
},
"stopId": "FR:76540:ZE:TCARxMALRA1:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 121,
"time": "1775560141"
},
"departure": {
"delay": 121,
"time": "1775560141"
},
"stopId": "FR:76540:ZE:TCARxHILAI1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 94,
"time": "1775560414"
},
"departure": {
"delay": 94,
"time": "1775560414"
},
"stopId": "FR:76540:ZE:TCARxDRIVI1:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 70,
"time": "1775560030"
},
"departure": {
"delay": 70,
"time": "1775560030"
},
"stopId": "FR:76540:ZE:TCARxCHRUT1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": -6,
"time": "1775559474"
},
"departure": {
"delay": -6,
"time": "1775559474"
},
"stopId": "FR:76540:ZE:TCARxBELGE1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 93,
"time": "1775559873"
},
"departure": {
"delay": 93,
"time": "1775559873"
},
"stopId": "FR:76540:ZE:TCARxPMARC1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 70,
"time": "1775560810"
},
"departure": {
"delay": 70,
"time": "1775560810"
},
"stopId": "FR:76540:ZE:TCARxSTCLA1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 125,
"time": "1775560925"
},
"departure": {
"delay": 125,
"time": "1775560925"
},
"stopId": "FR:76540:ZE:TCARxPSALO1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": -2,
"time": "1775559298"
},
"departure": {
"delay": -2,
"time": "1775559298"
},
"stopId": "FR:76540:ZE:TCARxLUCIL1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 78,
"time": "1775560758"
},
"departure": {
"delay": 78,
"time": "1775560758"
},
"stopId": "FR:76540:ZE:TCARxCOUPE1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 38,
"time": "1775559398"
},
"departure": {
"delay": 38,
"time": "1775559398"
},
"stopId": "FR:76540:ZE:TCARxPASPA1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 44,
"time": "1775559944"
},
"departure": {
"delay": 44,
"time": "1775559944"
},
"stopId": "FR:76540:ZE:TCARxMARTT1:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 70,
"time": "1775560990"
},
"departure": {
"delay": 70,
"time": "1775560990"
},
"stopId": "FR:76540:ZE:TCARxGALI1:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": -59,
"time": "1775559061"
},
"departure": {
"delay": -59,
"time": "1775559061"
},
"stopId": "FR:76540:ZE:TCARxBAPEA1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 70,
"time": "1775560570"
},
"departure": {
"delay": 70,
"time": "1775560570"
},
"stopId": "FR:76540:ZE:TCARxARGEN1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 142,
"time": "1775558699"
},
"departure": {
"delay": 142,
"time": "1775558722"
},
"stopId": "FR:76410:ZE:TCARxPALIS1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 78,
"time": "1775559779"
},
"departure": {
"delay": 78,
"time": "1775559798"
},
"stopId": "FR:76540:ZE:TCARxREPUB1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 12,
"time": "1775558952"
},
"departure": {
"delay": 12,
"time": "1775558952"
},
"stopId": "FR:76216:ZE:TCARxMAISO1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 70,
"time": "1775560330"
},
"departure": {
"delay": 70,
"time": "1775560330"
},
"stopId": "FR:76540:ZE:TCARxJEUNE1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": -16,
"time": "1775559199"
},
"departure": {
"delay": -16,
"time": "1775559224"
},
"stopId": "FR:76540:ZE:TCARxRIBOU1:ATOUMOD001",
"stopSequence": 9
},
{
"departure": {
"delay": 47,
"time": "1775558447"
},
"stopId": "FR:76474:ZE:TCARxBMAIR1:ATOUMOD001",
"stopSequence": 1
}
],
"timestamp": "1775558457",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx92:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx384:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx1614:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -105,
"time": "1775560215"
},
"departure": {
"delay": -105,
"time": "1775560215"
},
"stopId": "FR:76212:ZE:TCARxDMAIR1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 79,
"time": "1775559859"
},
"departure": {
"delay": 79,
"time": "1775559859"
},
"stopId": "FR:76540:ZE:TCARxHILAI1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 29,
"time": "1775558189"
},
"departure": {
"delay": 29,
"time": "1775558189"
},
"stopId": "FR:76157:ZE:TCARxTJAUR1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -76,
"time": "1775558984"
},
"departure": {
"delay": -76,
"time": "1775558984"
},
"stopId": "FR:76540:ZE:TCARxLUCIL1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": -91,
"time": "1775558862"
},
"departure": {
"delay": -91,
"time": "1775558909"
},
"stopId": "FR:76540:ZE:TCARxRIBOU1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": -48,
"time": "1775559612"
},
"departure": {
"delay": -48,
"time": "1775559612"
},
"stopId": "FR:76540:ZE:TCARxMARTT1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": -64,
"time": "1775559056"
},
"departure": {
"delay": -64,
"time": "1775559056"
},
"stopId": "FR:76540:ZE:TCARxPASPA1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": -105,
"time": "1775560455"
},
"stopId": "FR:76212:ZE:TCARxDUREC:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 69,
"time": "1775558289"
},
"departure": {
"delay": 69,
"time": "1775558289"
},
"stopId": "FR:76157:ZE:TCARxTPROV1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 10,
"time": "1775558650"
},
"departure": {
"delay": 10,
"time": "1775558650"
},
"stopId": "FR:76157:ZE:TCARxCORNI1:ATOUMOD001",
"stopSequence": 8
},
{
"departure": {
"time": "1775558040"
},
"stopId": "FR:76157:ZE:TCARxTMONET:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": -67,
"time": "1775560013"
},
"departure": {
"delay": -67,
"time": "1775560013"
},
"stopId": "FR:76540:ZE:TCARxDRIVI1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": -136,
"time": "1775558663"
},
"departure": {
"delay": -136,
"time": "1775558684"
},
"stopId": "FR:76540:ZE:TCARxMIN1T:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": -9,
"time": "1775559711"
},
"departure": {
"delay": -9,
"time": "1775559711"
},
"stopId": "FR:76540:ZE:TCARxCHRUT1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 84,
"time": "1775558484"
},
"departure": {
"delay": 84,
"time": "1775558484"
},
"stopId": "FR:76157:ZE:TCARxTPRAT1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 69,
"time": "1775558109"
},
"departure": {
"delay": 69,
"time": "1775558109"
},
"stopId": "FR:76157:ZE:TCARxTPISS1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -76,
"time": "1775559944"
},
"departure": {
"delay": -76,
"time": "1775559944"
},
"stopId": "FR:76540:ZE:TCARxJEUNE1:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 34,
"time": "1775558434"
},
"departure": {
"delay": 34,
"time": "1775558434"
},
"stopId": "FR:76157:ZE:TCARxTOUYE1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": -31,
"time": "1775559154"
},
"departure": {
"delay": -31,
"time": "1775559209"
},
"stopId": "FR:76540:ZE:TCARxBELGE1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": -103,
"time": "1775560097"
},
"departure": {
"delay": -103,
"time": "1775560097"
},
"stopId": "FR:76540:ZE:TCARxECOLE1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 44,
"time": "1775558384"
},
"departure": {
"delay": 44,
"time": "1775558384"
},
"stopId": "FR:76157:ZE:TCARxTDUMA1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": -26,
"time": "1775559310"
},
"departure": {
"delay": -26,
"time": "1775559334"
},
"stopId": "FR:76540:ZE:TCARxTARTT1:ATOUMOD001",
"stopSequence": 14
}
],
"timestamp": "1775557665",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx93:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx1614:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4244081xGTFSxGSemH15xSemainex08:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 2065,
"time": "1775559805"
},
"departure": {
"delay": 2065,
"time": "1775559805"
},
"stopId": "FR:76657:ZE:3302:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": 2084,
"time": "1775559644"
},
"departure": {
"delay": 2084,
"time": "1775559644"
},
"stopId": "FR:76660:ZE:4425:ATOUMOD003",
"stopSequence": 23
},
{
"departure": {
"delay": 2067,
"time": "1775559507"
},
"stopId": "FR:76660:ZE:4432:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": 2065,
"time": "1775559985"
},
"stopId": "FR:76657:ZE:5178:ATOUMOD003",
"stopSequence": 27
},
{
"arrival": {
"delay": 2123,
"time": "1775559863"
},
"departure": {
"delay": 2123,
"time": "1775559863"
},
"stopId": "FR:76660:ZE:3304:ATOUMOD003",
"stopSequence": 26
},
{
"arrival": {
"delay": 2088,
"time": "1775559828"
},
"departure": {
"delay": 2088,
"time": "1775559828"
},
"stopId": "FR:76660:ZE:3303:ATOUMOD003",
"stopSequence": 25
},
{
"departure": {
"delay": 720,
"time": "1775558100"
},
"stopId": "FR:76660:ZE:5201:ATOUMOD003",
"stopSequence": 20
},
{
"departure": {
"delay": 752,
"time": "1775558132"
},
"stopId": "FR:76660:ZE:4418:ATOUMOD003",
"stopSequence": 21
}
],
"timestamp": "1775560019",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:15:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4244081xGTFSxGSemH15xSemainex08:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746176x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 58,
"time": "1775558083"
},
"departure": {
"delay": 58,
"time": "1775558098"
},
"stopId": "FR:50129:ZE:10LCA1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 18,
"time": "1775556193"
},
"departure": {
"delay": 18,
"time": "1775556198"
},
"stopId": "FR:50129:ZE:10ARA1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 101,
"time": "1775557614"
},
"departure": {
"delay": 101,
"time": "1775557661"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 1,
"time": "1775559001"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"delay": -4,
"time": "1775558235"
},
"departure": {
"delay": -4,
"time": "1775558276"
},
"stopId": "FR:50129:ZE:10LUM1:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 97,
"time": "1775556124"
},
"departure": {
"delay": 97,
"time": "1775556157"
},
"stopId": "FR:50129:ZE:10BON1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 31,
"time": "1775556949"
},
"departure": {
"delay": 31,
"time": "1775556991"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 37,
"time": "1775557010"
},
"departure": {
"delay": 37,
"time": "1775557057"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 56,
"time": "1775558546"
},
"departure": {
"delay": 56,
"time": "1775558576"
},
"stopId": "FR:50129:ZE:10ART1:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": 31,
"time": "1775557196"
},
"departure": {
"delay": 31,
"time": "1775557291"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 38,
"time": "1775556714"
},
"departure": {
"delay": 38,
"time": "1775556758"
},
"stopId": "FR:50129:ZE:10HOM1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 20,
"time": "1775558809"
},
"departure": {
"delay": 20,
"time": "1775558840"
},
"stopId": "FR:50129:ZE:10RSX1:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"delay": -17,
"time": "1775558735"
},
"departure": {
"delay": -17,
"time": "1775558743"
},
"stopId": "FR:50129:ZE:10MYO1:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": 17,
"time": "1775556220"
},
"departure": {
"delay": 17,
"time": "1775556257"
},
"stopId": "FR:50129:ZE:10PRE1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 18,
"time": "1775558131"
},
"departure": {
"delay": 18,
"time": "1775558178"
},
"stopId": "FR:50129:ZE:10BHC3:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 75,
"time": "1775557961"
},
"departure": {
"delay": 75,
"time": "1775557995"
},
"stopId": "FR:50129:ZE:10THH3:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 4,
"time": "1775558638"
},
"departure": {
"delay": 4,
"time": "1775558644"
},
"stopId": "FR:50129:ZE:10JEA1:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": 45,
"time": "1775556389"
},
"departure": {
"delay": 45,
"time": "1775556405"
},
"stopId": "FR:50129:ZE:10LON1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 19,
"time": "1775558685"
},
"departure": {
"delay": 19,
"time": "1775558719"
},
"stopId": "FR:50129:ZE:10NOR3:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"delay": 67,
"time": "1775556340"
},
"departure": {
"delay": 67,
"time": "1775556367"
},
"stopId": "FR:50129:ZE:10BHE1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 57,
"time": "1775556464"
},
"departure": {
"delay": 57,
"time": "1775556477"
},
"stopId": "FR:50129:ZE:10ZOL1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 151,
"time": "1775557572"
},
"departure": {
"delay": 151,
"time": "1775557591"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 28
},
{
"departure": {
"delay": 136,
"time": "1775555776"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 81,
"time": "1775556049"
},
"departure": {
"delay": 81,
"time": "1775556081"
},
"stopId": "FR:50129:ZE:10HOU1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 16,
"time": "1775556891"
},
"departure": {
"delay": 16,
"time": "1775556916"
},
"stopId": "FR:50129:ZE:10HUI1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 53,
"time": "1775558905"
},
"departure": {
"delay": 53,
"time": "1775558933"
},
"stopId": "FR:50129:ZE:10COS1:ATOUMOD035",
"stopSequence": 47
},
{
"arrival": {
"delay": 35,
"time": "1775557325"
},
"departure": {
"delay": 35,
"time": "1775557355"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 44,
"time": "1775557386"
},
"departure": {
"delay": 44,
"time": "1775557424"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 92,
"time": "1775555955"
},
"departure": {
"delay": 92,
"time": "1775555972"
},
"stopId": "FR:50129:ZE:10SFN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 63,
"time": "1775556106"
},
"departure": {
"delay": 63,
"time": "1775556123"
},
"stopId": "FR:50129:ZE:10BRT1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 31,
"time": "1775558581"
},
"departure": {
"delay": 31,
"time": "1775558611"
},
"stopId": "FR:50129:ZE:10ZPH1:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"delay": 49,
"time": "1775558394"
},
"departure": {
"delay": 49,
"time": "1775558449"
},
"stopId": "FR:50129:ZE:10BRO1:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"delay": 94,
"time": "1775557719"
},
"departure": {
"delay": 94,
"time": "1775557774"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 41,
"time": "1775556618"
},
"departure": {
"delay": 41,
"time": "1775556641"
},
"stopId": "FR:50129:ZE:10LAV1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 11,
"time": "1775556833"
},
"departure": {
"delay": 11,
"time": "1775556851"
},
"stopId": "FR:50129:ZE:10BEL1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 94,
"time": "1775556021"
},
"departure": {
"delay": 94,
"time": "1775556034"
},
"stopId": "FR:50129:ZE:10CAR1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 143,
"time": "1775555833"
},
"departure": {
"delay": 143,
"time": "1775555843"
},
"stopId": "FR:50129:ZE:10COF1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 30,
"time": "1775556670"
},
"departure": {
"delay": 30,
"time": "1775556690"
},
"stopId": "FR:50129:ZE:10AGO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 126,
"time": "1775557863"
},
"departure": {
"delay": 126,
"time": "1775557926"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 47,
"time": "1775558294"
},
"departure": {
"delay": 47,
"time": "1775558327"
},
"stopId": "FR:50129:ZE:10JMO1:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 162,
"time": "1775555795"
},
"departure": {
"delay": 162,
"time": "1775555802"
},
"stopId": "FR:50129:ZE:10SFG1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 9,
"time": "1775557115"
},
"departure": {
"delay": 9,
"time": "1775557149"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 52,
"time": "1775556552"
},
"departure": {
"delay": 52,
"time": "1775556592"
},
"stopId": "FR:50129:ZE:10DUB1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 21,
"time": "1775556293"
},
"departure": {
"delay": 21,
"time": "1775556321"
},
"stopId": "FR:50129:ZE:10CPL1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 27,
"time": "1775558760"
},
"departure": {
"delay": 27,
"time": "1775558787"
},
"stopId": "FR:50129:ZE:10MGT1:ATOUMOD035",
"stopSequence": 44
},
{
"arrival": {
"delay": 32,
"time": "1775558341"
},
"departure": {
"delay": 32,
"time": "1775558372"
},
"stopId": "FR:50129:ZE:10LLM1:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 111,
"time": "1775555897"
},
"departure": {
"delay": 111,
"time": "1775555931"
},
"stopId": "FR:50129:ZE:10ALB1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 70,
"time": "1775558861"
},
"departure": {
"delay": 70,
"time": "1775558890"
},
"stopId": "FR:50129:ZE:10CVE1:ATOUMOD035",
"stopSequence": 46
}
],
"timestamp": "1775560077",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746176x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC596640:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -140,
"time": "1775563240"
},
"departure": {
"delay": -140,
"time": "1775563240"
},
"stopId": "FR:27229:ZE:0xFRI01:ATOUMOD004",
"stopSequence": 14
},
{
"arrival": {
"delay": -167,
"time": "1775563333"
},
"departure": {
"delay": -167,
"time": "1775563333"
},
"stopId": "FR:27229:ZE:0xRRE01:ATOUMOD004",
"stopSequence": 15
},
{
"arrival": {
"delay": -52,
"time": "1775562548"
},
"departure": {
"delay": -52,
"time": "1775562548"
},
"stopId": "FR:27229:ZE:0xMFO01:ATOUMOD004",
"stopSequence": 4
},
{
"arrival": {
"delay": -137,
"time": "1775563423"
},
"departure": {
"delay": -137,
"time": "1775563423"
},
"stopId": "FR:27229:ZE:0xROR01:ATOUMOD004",
"stopSequence": 16
},
{
"arrival": {
"delay": -166,
"time": "1775563694"
},
"departure": {
"delay": -166,
"time": "1775563694"
},
"stopId": "FR:27229:ZE:0xVOL02:ATOUMOD004",
"stopSequence": 20
},
{
"arrival": {
"delay": -90,
"time": "1775562810"
},
"departure": {
"delay": -90,
"time": "1775562810"
},
"stopId": "FR:27229:ZE:0xHAP01:ATOUMOD004",
"stopSequence": 10
},
{
"arrival": {
"delay": -90,
"time": "1775562750"
},
"departure": {
"delay": -90,
"time": "1775562750"
},
"stopId": "FR:27229:ZE:0xVED01:ATOUMOD004",
"stopSequence": 7
},
{
"arrival": {
"delay": -15,
"time": "1775562465"
},
"departure": {
"delay": -15,
"time": "1775562465"
},
"stopId": "FR:27229:ZE:0xCCA01:ATOUMOD004",
"stopSequence": 3
},
{
"arrival": {
"delay": -162,
"time": "1775563638"
},
"departure": {
"delay": -162,
"time": "1775563638"
},
"stopId": "FR:27229:ZE:0xKEN04:ATOUMOD004",
"stopSequence": 19
},
{
"arrival": {
"delay": -192,
"time": "1775563788"
},
"stopId": "FR:27229:ZE:0xMOL02:ATOUMOD004",
"stopSequence": 22
},
{
"arrival": {
"delay": -157,
"time": "1775563043"
},
"departure": {
"delay": -157,
"time": "1775563043"
},
"stopId": "FR:27229:ZE:0xGAR01:ATOUMOD004",
"stopSequence": 12
},
{
"departure": {
"delay": -2219,
"time": "1775560081"
},
"stopId": "FR:27229:ZE:0xCAM01:ATOUMOD004",
"stopSequence": 1
},
{
"arrival": {
"delay": -161,
"time": "1775563579"
},
"departure": {
"delay": -161,
"time": "1775563579"
},
"stopId": "FR:27229:ZE:0xPAS01:ATOUMOD004",
"stopSequence": 18
},
{
"arrival": {
"delay": -105,
"time": "1775562975"
},
"departure": {
"delay": -105,
"time": "1775562975"
},
"stopId": "FR:27229:ZE:0xJAU01:ATOUMOD004",
"stopSequence": 11
},
{
"arrival": {
"delay": -68,
"time": "1775562652"
},
"departure": {
"delay": -68,
"time": "1775562652"
},
"stopId": "FR:27229:ZE:0xTAU01:ATOUMOD004",
"stopSequence": 5
},
{
"arrival": {
"delay": -155,
"time": "1775563525"
},
"departure": {
"delay": -155,
"time": "1775563525"
},
"stopId": "FR:27229:ZE:0xJOL01:ATOUMOD004",
"stopSequence": 17
},
{
"arrival": {
"delay": -68,
"time": "1775562712"
},
"departure": {
"delay": -68,
"time": "1775562712"
},
"stopId": "FR:27229:ZE:0xARC01:ATOUMOD004",
"stopSequence": 6
},
{
"arrival": {
"delay": -97,
"time": "1775563163"
},
"departure": {
"delay": -97,
"time": "1775563163"
},
"stopId": "FR:27229:ZE:0xBRI01:ATOUMOD004",
"stopSequence": 13
},
{
"arrival": {
"delay": -184,
"time": "1775563736"
},
"departure": {
"delay": -184,
"time": "1775563736"
},
"stopId": "FR:27229:ZE:0xRUG02:ATOUMOD004",
"stopSequence": 21
}
],
"timestamp": "1775560081",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD004:Line:T1:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC596640:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745718x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 279,
"time": "1775544424"
},
"departure": {
"delay": 279,
"time": "1775544459"
},
"stopId": "FR:50129:ZE:10HET2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 253,
"time": "1775543615"
},
"departure": {
"delay": 253,
"time": "1775543653"
},
"stopId": "FR:50129:ZE:10CMI2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 203,
"time": "1775543325"
},
"departure": {
"delay": 203,
"time": "1775543363"
},
"stopId": "FR:50129:ZE:10HDI4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 73,
"time": "1775541784"
},
"departure": {
"delay": 73,
"time": "1775541853"
},
"stopId": "FR:50129:ZE:10NOR6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 41,
"time": "1775541745"
},
"departure": {
"delay": 41,
"time": "1775541761"
},
"stopId": "FR:50129:ZE:10GDR2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 42,
"time": "1775541566"
},
"departure": {
"delay": 42,
"time": "1775541582"
},
"stopId": "FR:50129:ZE:10FLO2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 234,
"time": "1775543895"
},
"departure": {
"delay": 234,
"time": "1775543934"
},
"stopId": "FR:50129:ZE:10HME2:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 139,
"time": "1775542935"
},
"departure": {
"delay": 139,
"time": "1775542999"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 103,
"time": "1775542312"
},
"departure": {
"delay": 103,
"time": "1775542363"
},
"stopId": "FR:50129:ZE:10HPA4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 123,
"time": "1775542710"
},
"departure": {
"delay": 123,
"time": "1775542803"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 253,
"time": "1775543697"
},
"departure": {
"delay": 253,
"time": "1775543713"
},
"stopId": "FR:50129:ZE:10ANN2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 254,
"time": "1775543803"
},
"departure": {
"delay": 254,
"time": "1775543834"
},
"stopId": "FR:50129:ZE:10CAQ2:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 40,
"time": "1775541652"
},
"departure": {
"delay": 40,
"time": "1775541700"
},
"stopId": "FR:50129:ZE:10LPL2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 121,
"time": "1775542209"
},
"departure": {
"delay": 121,
"time": "1775542261"
},
"stopId": "FR:50129:ZE:10XCT4:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 164,
"time": "1775543406"
},
"departure": {
"delay": 164,
"time": "1775543444"
},
"stopId": "FR:50129:ZE:10REP4:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 264,
"time": "1775544162"
},
"departure": {
"delay": 264,
"time": "1775544204"
},
"stopId": "FR:50129:ZE:10EPC2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 143,
"time": "1775542598"
},
"departure": {
"delay": 143,
"time": "1775542643"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 159,
"time": "1775543033"
},
"departure": {
"delay": 159,
"time": "1775543079"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 215,
"time": "1775543201"
},
"departure": {
"delay": 215,
"time": "1775543255"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 261,
"time": "1775544551"
},
"departure": {
"delay": 261,
"time": "1775544561"
},
"stopId": "FR:50129:ZE:10MES2:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 196,
"time": "1775543488"
},
"departure": {
"delay": 196,
"time": "1775543536"
},
"stopId": "FR:50129:ZE:10TRA3:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 164,
"time": "1775543100"
},
"departure": {
"delay": 164,
"time": "1775543144"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 278,
"time": "1775544316"
},
"departure": {
"delay": 278,
"time": "1775544338"
},
"stopId": "FR:50129:ZE:10PAU2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 113,
"time": "1775541995"
},
"departure": {
"delay": 113,
"time": "1775542073"
},
"stopId": "FR:50129:ZE:10BAG4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 235,
"time": "1775544595"
},
"stopId": "FR:50129:ZE:10AMF1:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 233,
"time": "1775543962"
},
"departure": {
"delay": 233,
"time": "1775543993"
},
"stopId": "FR:50129:ZE:10PET2:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 223,
"time": "1775544073"
},
"departure": {
"delay": 223,
"time": "1775544103"
},
"stopId": "FR:50129:ZE:10DIX2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 148,
"time": "1775542846"
},
"departure": {
"delay": 148,
"time": "1775542888"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 53,
"time": "1775541905"
},
"departure": {
"delay": 53,
"time": "1775541953"
},
"stopId": "FR:50129:ZE:10MED4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 99,
"time": "1775542133"
},
"departure": {
"delay": 99,
"time": "1775542179"
},
"stopId": "FR:50129:ZE:10GRR2:ATOUMOD035",
"stopSequence": 9
},
{
"departure": {
"delay": 17,
"time": "1775541497"
},
"stopId": "FR:50129:ZE:10ECT1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 205,
"time": "1775543592"
},
"departure": {
"delay": 205,
"time": "1775543605"
},
"stopId": "FR:50129:ZE:10PAX2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 280,
"time": "1775544367"
},
"departure": {
"delay": 280,
"time": "1775544400"
},
"stopId": "FR:50129:ZE:10TLL2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 293,
"time": "1775544499"
},
"departure": {
"delay": 293,
"time": "1775544533"
},
"stopId": "FR:50129:ZE:10MOR2:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 122,
"time": "1775542467"
},
"departure": {
"delay": 122,
"time": "1775542502"
},
"stopId": "FR:50129:ZE:10CRN2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 273,
"time": "1775544235"
},
"departure": {
"delay": 273,
"time": "1775544273"
},
"stopId": "FR:50129:ZE:10EPH1:ATOUMOD035",
"stopSequence": 31
}
],
"timestamp": "1775560074",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:02:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745718x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2471230:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -2297,
"time": "1775560063"
},
"departure": {
"delay": -2297,
"time": "1775560063"
},
"stopId": "FR:27375:ZE:0x6528:ATOUMOD006",
"stopSequence": 14
},
{
"arrival": {
"delay": -137,
"time": "1775563783"
},
"departure": {
"delay": -137,
"time": "1775563783"
},
"stopId": "FR:27701:ZE:0x7086:ATOUMOD006",
"stopSequence": 38
},
{
"arrival": {
"delay": -1757,
"time": "1775560063"
},
"departure": {
"delay": -1757,
"time": "1775560063"
},
"stopId": "FR:27375:ZE:0x6512:ATOUMOD006",
"stopSequence": 8
},
{
"arrival": {
"delay": -1997,
"time": "1775560063"
},
"departure": {
"delay": -1997,
"time": "1775560063"
},
"stopId": "FR:27375:ZE:0x6440:ATOUMOD006",
"stopSequence": 12
},
{
"arrival": {
"delay": -222,
"time": "1775563878"
},
"stopId": "FR:27701:ZE:0x7150:ATOUMOD006",
"stopSequence": 39
},
{
"arrival": {
"delay": -145,
"time": "1775562575"
},
"departure": {
"delay": -145,
"time": "1775562575"
},
"stopId": "FR:27375:ZE:0x6526:ATOUMOD006",
"stopSequence": 20
},
{
"arrival": {
"delay": -176,
"time": "1775563744"
},
"departure": {
"delay": -176,
"time": "1775563744"
},
"stopId": "FR:27701:ZE:0x7116:ATOUMOD006",
"stopSequence": 37
},
{
"arrival": {
"delay": -1577,
"time": "1775560063"
},
"departure": {
"delay": -1577,
"time": "1775560063"
},
"stopId": "FR:27375:ZE:0x6396:ATOUMOD006",
"stopSequence": 4
},
{
"arrival": {
"delay": -2237,
"time": "1775560063"
},
"departure": {
"delay": -2237,
"time": "1775560063"
},
"stopId": "FR:27375:ZE:0x6504:ATOUMOD006",
"stopSequence": 13
},
{
"arrival": {
"delay": -37,
"time": "1775563343"
},
"departure": {
"delay": -37,
"time": "1775563343"
},
"stopId": "FR:27528:ZE:0x6589:ATOUMOD006",
"stopSequence": 27
},
{
"arrival": {
"delay": -1757,
"time": "1775560063"
},
"departure": {
"delay": -1757,
"time": "1775560063"
},
"stopId": "FR:27375:ZE:0x6432:ATOUMOD006",
"stopSequence": 9
},
{
"arrival": {
"delay": -53,
"time": "1775563387"
},
"departure": {
"delay": -53,
"time": "1775563387"
},
"stopId": "FR:27528:ZE:0x6592:ATOUMOD006",
"stopSequence": 28
},
{
"arrival": {
"delay": -48,
"time": "1775563632"
},
"departure": {
"delay": -48,
"time": "1775563632"
},
"stopId": "FR:27701:ZE:0x7022:ATOUMOD006",
"stopSequence": 34
},
{
"arrival": {
"delay": -1637,
"time": "1775560063"
},
"departure": {
"delay": -1637,
"time": "1775560063"
},
"stopId": "FR:27375:ZE:0x6572:ATOUMOD006",
"stopSequence": 6
},
{
"arrival": {
"delay": -2357,
"time": "1775560063"
},
"departure": {
"delay": -2357,
"time": "1775560063"
},
"stopId": "FR:27375:ZE:0x6380:ATOUMOD006",
"stopSequence": 15
},
{
"arrival": {
"delay": -16,
"time": "1775563544"
},
"departure": {
"delay": -16,
"time": "1775563544"
},
"stopId": "FR:27528:ZE:0x6596:ATOUMOD006",
"stopSequence": 32
},
{
"arrival": {
"delay": -87,
"time": "1775563173"
},
"departure": {
"delay": -87,
"time": "1775563173"
},
"stopId": "FR:27701:ZE:0x7042:ATOUMOD006",
"stopSequence": 25
},
{
"arrival": {
"delay": -116,
"time": "1775563684"
},
"departure": {
"delay": -116,
"time": "1775563684"
},
"stopId": "FR:27701:ZE:0x7114:ATOUMOD006",
"stopSequence": 36
},
{
"arrival": {
"delay": -99,
"time": "1775563641"
},
"departure": {
"delay": -99,
"time": "1775563641"
},
"stopId": "FR:27701:ZE:0x7034:ATOUMOD006",
"stopSequence": 35
},
{
"arrival": {
"delay": -41,
"time": "1775562919"
},
"departure": {
"delay": -41,
"time": "1775562919"
},
"stopId": "FR:27351:ZE:0x6310:ATOUMOD006",
"stopSequence": 23
},
{
"arrival": {
"time": "1775563440"
},
"departure": {
"time": "1775563440"
},
"stopId": "FR:27528:ZE:0x6598:ATOUMOD006",
"stopSequence": 29
},
{
"arrival": {
"delay": -151,
"time": "1775562629"
},
"departure": {
"delay": -151,
"time": "1775562629"
},
"stopId": "FR:27375:ZE:0x6304:ATOUMOD006",
"stopSequence": 21
},
{
"departure": {
"delay": -1457,
"time": "1775560063"
},
"stopId": "FR:27375:ZE:0x6466:ATOUMOD006",
"stopSequence": 1
},
{
"arrival": {
"delay": -32,
"time": "1775563588"
},
"departure": {
"delay": -32,
"time": "1775563588"
},
"stopId": "FR:27528:ZE:0x6576:ATOUMOD006",
"stopSequence": 33
},
{
"arrival": {
"delay": -58,
"time": "1775563502"
},
"departure": {
"delay": -58,
"time": "1775563502"
},
"stopId": "FR:27528:ZE:0x6594:ATOUMOD006",
"stopSequence": 31
},
{
"arrival": {
"delay": -2537,
"time": "1775560063"
},
"departure": {
"delay": -2537,
"time": "1775560063"
},
"stopId": "FR:27375:ZE:0x6438:ATOUMOD006",
"stopSequence": 18
},
{
"arrival": {
"delay": -1637,
"time": "1775560063"
},
"departure": {
"delay": -1637,
"time": "1775560063"
},
"stopId": "FR:27375:ZE:0x6470:ATOUMOD006",
"stopSequence": 5
},
{
"arrival": {
"delay": -2597,
"time": "1775560063"
},
"departure": {
"delay": -2597,
"time": "1775560063"
},
"stopId": "FR:27375:ZE:0x6384:ATOUMOD006",
"stopSequence": 19
},
{
"arrival": {
"delay": -2477,
"time": "1775560063"
},
"departure": {
"delay": -2477,
"time": "1775560063"
},
"stopId": "FR:27375:ZE:0x6388:ATOUMOD006",
"stopSequence": 16
},
{
"arrival": {
"delay": -1577,
"time": "1775560063"
},
"departure": {
"delay": -1577,
"time": "1775560063"
},
"stopId": "FR:27375:ZE:0x6490:ATOUMOD006",
"stopSequence": 3
},
{
"arrival": {
"delay": -1457,
"time": "1775560063"
},
"departure": {
"delay": -1457,
"time": "1775560063"
},
"stopId": "FR:27375:ZE:0x6492:ATOUMOD006",
"stopSequence": 2
},
{
"arrival": {
"delay": -30,
"time": "1775563470"
},
"departure": {
"delay": -30,
"time": "1775563470"
},
"stopId": "FR:27528:ZE:0x6591:ATOUMOD006",
"stopSequence": 30
},
{
"arrival": {
"delay": -87,
"time": "1775563233"
},
"departure": {
"delay": -87,
"time": "1775563233"
},
"stopId": "FR:27701:ZE:0x6582:ATOUMOD006",
"stopSequence": 26
},
{
"arrival": {
"delay": -1697,
"time": "1775560063"
},
"departure": {
"delay": -1697,
"time": "1775560063"
},
"stopId": "FR:27375:ZE:0x6422:ATOUMOD006",
"stopSequence": 7
},
{
"arrival": {
"delay": -1877,
"time": "1775560063"
},
"departure": {
"delay": -1877,
"time": "1775560063"
},
"stopId": "FR:27375:ZE:0x6514:ATOUMOD006",
"stopSequence": 10
},
{
"arrival": {
"delay": -2537,
"time": "1775560063"
},
"departure": {
"delay": -2537,
"time": "1775560063"
},
"stopId": "FR:27375:ZE:0x6457:ATOUMOD006",
"stopSequence": 17
},
{
"arrival": {
"time": "1775562674"
},
"departure": {
"time": "1775562840"
},
"stopId": "FR:27351:ZE:0x6312:ATOUMOD006",
"stopSequence": 22
},
{
"arrival": {
"delay": -93,
"time": "1775563107"
},
"departure": {
"delay": -93,
"time": "1775563107"
},
"stopId": "FR:27701:ZE:0x7106:ATOUMOD006",
"stopSequence": 24
}
],
"timestamp": "1775560063",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD006:Line:2:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2471230:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4244082xGTFSxGSemH15xSemainex08:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775562060"
},
"departure": {
"time": "1775562060"
},
"stopId": "FR:76489:ZE:4934:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"time": "1775562000"
},
"departure": {
"time": "1775562000"
},
"stopId": "FR:76489:ZE:3270:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 2,
"time": "1775562242"
},
"departure": {
"delay": 2,
"time": "1775562242"
},
"stopId": "FR:76660:ZE:4432:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"time": "1775561940"
},
"departure": {
"time": "1775561940"
},
"stopId": "FR:76533:ZE:4402:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": 6,
"time": "1775561226"
},
"departure": {
"delay": 6,
"time": "1775561226"
},
"stopId": "FR:76305:ZE:4997:ATOUMOD003",
"stopSequence": 7
},
{
"arrival": {
"delay": 58,
"time": "1775561458"
},
"departure": {
"delay": 58,
"time": "1775561458"
},
"stopId": "FR:76305:ZE:4937:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": 2,
"time": "1775561762"
},
"departure": {
"delay": 2,
"time": "1775561762"
},
"stopId": "FR:76305:ZE:4810:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"time": "1775562720"
},
"stopId": "FR:76657:ZE:5178:ATOUMOD003",
"stopSequence": 27
},
{
"arrival": {
"delay": 34,
"time": "1775562214"
},
"departure": {
"delay": 34,
"time": "1775562214"
},
"stopId": "FR:76660:ZE:4418:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": 19,
"time": "1775562379"
},
"departure": {
"delay": 19,
"time": "1775562379"
},
"stopId": "FR:76660:ZE:4425:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": 37,
"time": "1775561977"
},
"departure": {
"delay": 37,
"time": "1775561977"
},
"stopId": "FR:76533:ZE:4932:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": 38,
"time": "1775561498"
},
"departure": {
"delay": 38,
"time": "1775561498"
},
"stopId": "FR:76305:ZE:4920:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"time": "1775561160"
},
"departure": {
"time": "1775561160"
},
"stopId": "FR:76305:ZE:4939:ATOUMOD003",
"stopSequence": 6
},
{
"arrival": {
"delay": 58,
"time": "1775562598"
},
"departure": {
"delay": 58,
"time": "1775562598"
},
"stopId": "FR:76660:ZE:3304:ATOUMOD003",
"stopSequence": 26
},
{
"arrival": {
"delay": 38,
"time": "1775561918"
},
"departure": {
"delay": 38,
"time": "1775561918"
},
"stopId": "FR:76533:ZE:4930:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"time": "1775561580"
},
"departure": {
"time": "1775561580"
},
"stopId": "FR:76305:ZE:4818:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 19,
"time": "1775561839"
},
"departure": {
"delay": 19,
"time": "1775561839"
},
"stopId": "FR:76305:ZE:4925:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": 8,
"time": "1775561648"
},
"departure": {
"delay": 8,
"time": "1775561648"
},
"stopId": "FR:76305:ZE:4936:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": 44,
"time": "1775560364"
},
"departure": {
"delay": 44,
"time": "1775560364"
},
"stopId": "FR:76351:ZE:4866:ATOUMOD003",
"stopSequence": 2
},
{
"arrival": {
"time": "1775561280"
},
"departure": {
"time": "1775561280"
},
"stopId": "FR:76305:ZE:4918:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": 51,
"time": "1775560491"
},
"departure": {
"delay": 51,
"time": "1775560491"
},
"stopId": "FR:76351:ZE:3261:ATOUMOD003",
"stopSequence": 4
},
{
"arrival": {
"time": "1775562540"
},
"departure": {
"time": "1775562540"
},
"stopId": "FR:76657:ZE:3302:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"time": "1775560680"
},
"departure": {
"time": "1775560680"
},
"stopId": "FR:76351:ZE:4984:ATOUMOD003",
"stopSequence": 5
},
{
"arrival": {
"delay": 11,
"time": "1775560451"
},
"departure": {
"delay": 11,
"time": "1775560451"
},
"stopId": "FR:76351:ZE:4868:ATOUMOD003",
"stopSequence": 3
},
{
"departure": {
"time": "1775560200"
},
"stopId": "FR:76351:ZE:5206:ATOUMOD003",
"stopSequence": 1
},
{
"arrival": {
"delay": 12,
"time": "1775562192"
},
"departure": {
"delay": 12,
"time": "1775562192"
},
"stopId": "FR:76660:ZE:5201:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": 23,
"time": "1775562563"
},
"departure": {
"delay": 23,
"time": "1775562563"
},
"stopId": "FR:76660:ZE:3303:ATOUMOD003",
"stopSequence": 25
}
],
"timestamp": "1775560039",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:15:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4244082xGTFSxGSemH15xSemainex08:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745198x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 186,
"time": "1775542702"
},
"departure": {
"delay": 186,
"time": "1775542746"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 243,
"time": "1775543116"
},
"departure": {
"delay": 243,
"time": "1775543163"
},
"stopId": "FR:50129:ZE:10CRC3:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 158,
"time": "1775542478"
},
"departure": {
"delay": 158,
"time": "1775542538"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 197,
"time": "1775542834"
},
"departure": {
"delay": 197,
"time": "1775542877"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 164,
"time": "1775543406"
},
"departure": {
"delay": 164,
"time": "1775543444"
},
"stopId": "FR:50129:ZE:10RTU1:ATOUMOD035",
"stopSequence": 11
},
{
"departure": {
"delay": 229,
"time": "1775542429"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 278,
"time": "1775543765"
},
"departure": {
"delay": 278,
"time": "1775543858"
},
"stopId": "FR:50129:ZE:10PRV1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 297,
"time": "1775544021"
},
"departure": {
"delay": 297,
"time": "1775544057"
},
"stopId": "FR:50129:ZE:10AMO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 179,
"time": "1775543473"
},
"departure": {
"delay": 179,
"time": "1775543519"
},
"stopId": "FR:50129:ZE:10BRA3:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 265,
"time": "1775544205"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 305,
"time": "1775543964"
},
"departure": {
"delay": 305,
"time": "1775544005"
},
"stopId": "FR:50129:ZE:10EGL1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 194,
"time": "1775543322"
},
"departure": {
"delay": 194,
"time": "1775543354"
},
"stopId": "FR:50129:ZE:10PFO1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 171,
"time": "1775543591"
},
"departure": {
"delay": 171,
"time": "1775543631"
},
"stopId": "FR:50129:ZE:10BQR1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 212,
"time": "1775543686"
},
"departure": {
"delay": 212,
"time": "1775543732"
},
"stopId": "FR:50129:ZE:10ANJ5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 303,
"time": "1775543882"
},
"departure": {
"delay": 303,
"time": "1775543943"
},
"stopId": "FR:50129:ZE:10OLY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 193,
"time": "1775542795"
},
"departure": {
"delay": 193,
"time": "1775542813"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 217,
"time": "1775542608"
},
"departure": {
"delay": 217,
"time": "1775542657"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 217,
"time": "1775542907"
},
"departure": {
"delay": 217,
"time": "1775542957"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 243,
"time": "1775543232"
},
"departure": {
"delay": 243,
"time": "1775543283"
},
"stopId": "FR:50129:ZE:10FOR3:ATOUMOD035",
"stopSequence": 9
}
],
"timestamp": "1775560077",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1B:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745198x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx17360:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 17205,
"time": "1775561265"
},
"departure": {
"delay": 17205,
"time": "1775561265"
},
"stopId": "FR:76497:ZE:TCARxPCBOI1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 17124,
"time": "1775562264"
},
"departure": {
"delay": 17124,
"time": "1775562264"
},
"stopId": "FR:76322:ZE:TCARxROOSE2:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 17079,
"time": "1775562219"
},
"departure": {
"delay": 17079,
"time": "1775562219"
},
"stopId": "FR:76322:ZE:TCARxRAVEL1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 17220,
"time": "1775561580"
},
"departure": {
"delay": 17220,
"time": "1775561580"
},
"stopId": "FR:76497:ZE:TCARxWATTE1:ATOUMOD001",
"stopSequence": 8
},
{
"departure": {
"delay": 17220,
"time": "1775561220"
},
"stopId": "FR:76497:ZE:TCARxBELAI1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 17160,
"time": "1775561640"
},
"departure": {
"delay": 17160,
"time": "1775561640"
},
"stopId": "FR:76497:ZE:TCARxVIGNY1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 17073,
"time": "1775562333"
},
"departure": {
"delay": 17073,
"time": "1775562333"
},
"stopId": "FR:76322:ZE:TCARxCHVOU1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 17207,
"time": "1775561387"
},
"departure": {
"delay": 17207,
"time": "1775561387"
},
"stopId": "FR:76497:ZE:TCARxPOSPT1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 17219,
"time": "1775561339"
},
"departure": {
"delay": 17219,
"time": "1775561339"
},
"stopId": "FR:76497:ZE:TCARxTOURE1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 17100,
"time": "1775561760"
},
"departure": {
"delay": 17100,
"time": "1775561760"
},
"stopId": "FR:76497:ZE:TCARxARCHI0:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 17141,
"time": "1775561681"
},
"departure": {
"delay": 17141,
"time": "1775561681"
},
"stopId": "FR:76497:ZE:TCARxLACRO1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 17223,
"time": "1775561523"
},
"departure": {
"delay": 17223,
"time": "1775561523"
},
"stopId": "FR:76497:ZE:TCARxMILTH1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 17100,
"time": "1775562120"
},
"departure": {
"delay": 17100,
"time": "1775562120"
},
"stopId": "FR:76322:ZE:TCARxBRAQU4:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 17245,
"time": "1775561245"
},
"departure": {
"delay": 17245,
"time": "1775561245"
},
"stopId": "FR:76497:ZE:TCARxLOUIS1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 17220,
"time": "1775561280"
},
"departure": {
"delay": 17220,
"time": "1775561280"
},
"stopId": "FR:76497:ZE:TCARxPMAIR1:ATOUMOD001",
"stopSequence": 4
}
],
"timestamp": "1775557037",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx27:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx17360:LOC"
}
}
},
{
"id": "SM:ATOUMOD041:ServiceJourney:7:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 98,
"time": "1775543356"
},
"departure": {
"delay": 98,
"time": "1775543378"
},
"stopId": "FR:76057:ZE:30021:ATOUMOD041",
"stopSequence": 6
},
{
"arrival": {
"delay": 51,
"time": "1775544015"
},
"departure": {
"delay": 51,
"time": "1775544051"
},
"stopId": "FR:76057:ZE:30055:ATOUMOD041",
"stopSequence": 15
},
{
"departure": {
"delay": 117,
"time": "1775543097"
},
"stopId": "FR:76743:ZE:30049:ATOUMOD041",
"stopSequence": 1
},
{
"arrival": {
"delay": 74,
"time": "1775543398"
},
"departure": {
"delay": 74,
"time": "1775543414"
},
"stopId": "FR:76057:ZE:30007:ATOUMOD041",
"stopSequence": 7
},
{
"arrival": {
"delay": 108,
"time": "1775544619"
},
"departure": {
"delay": 108,
"time": "1775544648"
},
"stopId": "FR:76057:ZE:30002:ATOUMOD041",
"stopSequence": 22
},
{
"arrival": {
"delay": 89,
"time": "1775544681"
},
"departure": {
"delay": 89,
"time": "1775544689"
},
"stopId": "FR:76057:ZE:30025:ATOUMOD041",
"stopSequence": 23
},
{
"arrival": {
"delay": 113,
"time": "1775543263"
},
"departure": {
"delay": 113,
"time": "1775543273"
},
"stopId": "FR:76743:ZE:30023:ATOUMOD041",
"stopSequence": 4
},
{
"arrival": {
"delay": 99,
"time": "1775544514"
},
"departure": {
"delay": 99,
"time": "1775544519"
},
"stopId": "FR:76057:ZE:30013:ATOUMOD041",
"stopSequence": 20
},
{
"arrival": {
"delay": 54,
"time": "1775543733"
},
"departure": {
"delay": 54,
"time": "1775543754"
},
"stopId": "FR:76057:ZE:30051:ATOUMOD041",
"stopSequence": 11
},
{
"arrival": {
"delay": 28,
"time": "1775544247"
},
"departure": {
"delay": 28,
"time": "1775544268"
},
"stopId": "FR:76057:ZE:30020:ATOUMOD041",
"stopSequence": 17
},
{
"arrival": {
"delay": 35,
"time": "1775544815"
},
"stopId": "FR:76057:ZE:30028:ATOUMOD041",
"stopSequence": 25
},
{
"arrival": {
"delay": 120,
"time": "1775543204"
},
"departure": {
"delay": 120,
"time": "1775543220"
},
"stopId": "FR:76743:ZE:30048:ATOUMOD041",
"stopSequence": 3
},
{
"arrival": {
"delay": 63,
"time": "1775543791"
},
"departure": {
"delay": 63,
"time": "1775543823"
},
"stopId": "FR:76057:ZE:30052:ATOUMOD041",
"stopSequence": 12
},
{
"arrival": {
"delay": 39,
"time": "1775544160"
},
"departure": {
"delay": 39,
"time": "1775544219"
},
"stopId": "FR:76057:ZE:30018:ATOUMOD041",
"stopSequence": 16
},
{
"arrival": {
"delay": 33,
"time": "1775544287"
},
"departure": {
"delay": 33,
"time": "1775544333"
},
"stopId": "FR:76057:ZE:30007:ATOUMOD041",
"stopSequence": 18
},
{
"arrival": {
"delay": 131,
"time": "1775543154"
},
"departure": {
"delay": 131,
"time": "1775543171"
},
"stopId": "FR:76743:ZE:30046:ATOUMOD041",
"stopSequence": 2
},
{
"arrival": {
"delay": 116,
"time": "1775543446"
},
"departure": {
"delay": 116,
"time": "1775543516"
},
"stopId": "FR:76057:ZE:30019:ATOUMOD041",
"stopSequence": 8
},
{
"arrival": {
"delay": 77,
"time": "1775543649"
},
"departure": {
"delay": 77,
"time": "1775543657"
},
"stopId": "FR:76057:ZE:30011:ATOUMOD041",
"stopSequence": 10
},
{
"arrival": {
"delay": 117,
"time": "1775544354"
},
"departure": {
"delay": 117,
"time": "1775544477"
},
"stopId": "FR:76057:ZE:30019:ATOUMOD041",
"stopSequence": 19
},
{
"arrival": {
"delay": 35,
"time": "1775543953"
},
"departure": {
"delay": 35,
"time": "1775543975"
},
"stopId": "FR:76057:ZE:30054:ATOUMOD041",
"stopSequence": 14
},
{
"arrival": {
"delay": 76,
"time": "1775544715"
},
"departure": {
"delay": 76,
"time": "1775544736"
},
"stopId": "FR:76057:ZE:30003:ATOUMOD041",
"stopSequence": 24
},
{
"arrival": {
"delay": 102,
"time": "1775544542"
},
"departure": {
"delay": 102,
"time": "1775544582"
},
"stopId": "FR:76057:ZE:30017:ATOUMOD041",
"stopSequence": 21
},
{
"arrival": {
"delay": 115,
"time": "1775543301"
},
"departure": {
"delay": 115,
"time": "1775543335"
},
"stopId": "FR:76057:ZE:30050:ATOUMOD041",
"stopSequence": 5
},
{
"arrival": {
"delay": 31,
"time": "1775543903"
},
"departure": {
"delay": 31,
"time": "1775543911"
},
"stopId": "FR:76057:ZE:30053:ATOUMOD041",
"stopSequence": 13
},
{
"arrival": {
"delay": 80,
"time": "1775543517"
},
"departure": {
"delay": 80,
"time": "1775543540"
},
"stopId": "FR:76057:ZE:30006:ATOUMOD041",
"stopSequence": 9
}
],
"timestamp": "1775560075",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD041:Line:2:LOC",
"tripId": "ATOUMOD041:ServiceJourney:7:LOC"
}
}
},
{
"id": "SM:ATOUMOD005:ServiceJourney:1071:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775582220"
},
"departure": {
"time": "1775582220"
},
"stopId": "FR:76217:ZE:18182:ATOUMOD005",
"stopSequence": 6
},
{
"arrival": {
"time": "1775582760"
},
"departure": {
"time": "1775582760"
},
"stopId": "FR:76217:ZE:18078:ATOUMOD005",
"stopSequence": 16
},
{
"arrival": {
"time": "1775582280"
},
"departure": {
"time": "1775582280"
},
"stopId": "FR:76217:ZE:18175:ATOUMOD005",
"stopSequence": 7
},
{
"arrival": {
"time": "1775582880"
},
"departure": {
"time": "1775582880"
},
"stopId": "FR:76217:ZE:18133:ATOUMOD005",
"stopSequence": 17
},
{
"arrival": {
"time": "1775583840"
},
"departure": {
"time": "1775583840"
},
"stopId": "FR:76217:ZE:18096:ATOUMOD005",
"stopSequence": 25
},
{
"arrival": {
"delay": 5,
"time": "1775584325"
},
"departure": {
"delay": 5,
"time": "1775584325"
},
"stopId": "FR:76565:ZE:18105:ATOUMOD005",
"stopSequence": 32
},
{
"arrival": {
"time": "1775582580"
},
"departure": {
"time": "1775582580"
},
"stopId": "FR:76217:ZE:18189:ATOUMOD005",
"stopSequence": 14
},
{
"arrival": {
"delay": 5,
"time": "1775582345"
},
"departure": {
"delay": 5,
"time": "1775582345"
},
"stopId": "FR:76217:ZE:18185:ATOUMOD005",
"stopSequence": 9
},
{
"departure": {
"time": "1775581800"
},
"stopId": "FR:76217:ZE:18808:ATOUMOD005",
"stopSequence": 1
},
{
"arrival": {
"time": "1775583420"
},
"departure": {
"time": "1775583420"
},
"stopId": "FR:76217:ZE:18050:ATOUMOD005",
"stopSequence": 22
},
{
"arrival": {
"time": "1775584440"
},
"departure": {
"time": "1775584440"
},
"stopId": "FR:76565:ZE:18443:ATOUMOD005",
"stopSequence": 34
},
{
"arrival": {
"time": "1775582400"
},
"departure": {
"time": "1775582400"
},
"stopId": "FR:76217:ZE:18187:ATOUMOD005",
"stopSequence": 10
},
{
"arrival": {
"time": "1775582640"
},
"departure": {
"time": "1775582640"
},
"stopId": "FR:76217:ZE:18104:ATOUMOD005",
"stopSequence": 15
},
{
"arrival": {
"time": "1775584320"
},
"departure": {
"time": "1775584320"
},
"stopId": "FR:76217:ZE:18040:ATOUMOD005",
"stopSequence": 31
},
{
"arrival": {
"time": "1775584560"
},
"stopId": "FR:76565:ZE:18284:ATOUMOD005",
"stopSequence": 35
},
{
"arrival": {
"time": "1775582100"
},
"departure": {
"time": "1775582100"
},
"stopId": "FR:76217:ZE:18169:ATOUMOD005",
"stopSequence": 5
},
{
"arrival": {
"time": "1775583060"
},
"departure": {
"time": "1775583060"
},
"stopId": "FR:76217:ZE:18107:ATOUMOD005",
"stopSequence": 20
},
{
"arrival": {
"time": "1775581920"
},
"departure": {
"time": "1775581920"
},
"stopId": "FR:76217:ZE:18183:ATOUMOD005",
"stopSequence": 3
},
{
"arrival": {
"time": "1775581980"
},
"departure": {
"time": "1775581980"
},
"stopId": "FR:76217:ZE:18176:ATOUMOD005",
"stopSequence": 4
},
{
"arrival": {
"time": "1775583120"
},
"departure": {
"time": "1775583120"
},
"stopId": "FR:76217:ZE:18077:ATOUMOD005",
"stopSequence": 21
},
{
"arrival": {
"time": "1775582460"
},
"departure": {
"time": "1775582460"
},
"stopId": "FR:76217:ZE:18164:ATOUMOD005",
"stopSequence": 11
},
{
"arrival": {
"delay": 5,
"time": "1775582465"
},
"departure": {
"delay": 5,
"time": "1775582465"
},
"stopId": "FR:76217:ZE:18208:ATOUMOD005",
"stopSequence": 12
},
{
"arrival": {
"time": "1775581860"
},
"departure": {
"time": "1775581860"
},
"stopId": "FR:76217:ZE:18810:ATOUMOD005",
"stopSequence": 2
},
{
"arrival": {
"time": "1775584260"
},
"departure": {
"time": "1775584260"
},
"stopId": "FR:76217:ZE:18073:ATOUMOD005",
"stopSequence": 30
},
{
"arrival": {
"time": "1775584380"
},
"departure": {
"time": "1775584380"
},
"stopId": "FR:76565:ZE:18238:ATOUMOD005",
"stopSequence": 33
},
{
"arrival": {
"time": "1775582340"
},
"departure": {
"time": "1775582340"
},
"stopId": "FR:76217:ZE:18206:ATOUMOD005",
"stopSequence": 8
},
{
"arrival": {
"time": "1775583600"
},
"departure": {
"time": "1775583600"
},
"stopId": "FR:76217:ZE:18320:ATOUMOD005",
"stopSequence": 23
},
{
"arrival": {
"time": "1775583960"
},
"departure": {
"time": "1775583960"
},
"stopId": "FR:76217:ZE:18054:ATOUMOD005",
"stopSequence": 27
},
{
"arrival": {
"time": "1775583000"
},
"departure": {
"time": "1775583000"
},
"stopId": "FR:76217:ZE:18059:ATOUMOD005",
"stopSequence": 19
},
{
"arrival": {
"time": "1775583720"
},
"departure": {
"time": "1775583720"
},
"stopId": "FR:76217:ZE:18057:ATOUMOD005",
"stopSequence": 24
},
{
"arrival": {
"time": "1775583900"
},
"departure": {
"time": "1775583900"
},
"stopId": "FR:76217:ZE:18785:ATOUMOD005",
"stopSequence": 26
},
{
"arrival": {
"time": "1775584140"
},
"departure": {
"time": "1775584140"
},
"stopId": "FR:76217:ZE:18023:ATOUMOD005",
"stopSequence": 29
},
{
"arrival": {
"time": "1775582940"
},
"departure": {
"time": "1775582940"
},
"stopId": "FR:76217:ZE:18027:ATOUMOD005",
"stopSequence": 18
},
{
"arrival": {
"time": "1775584020"
},
"departure": {
"time": "1775584020"
},
"stopId": "FR:76217:ZE:18025:ATOUMOD005",
"stopSequence": 28
},
{
"arrival": {
"time": "1775582520"
},
"departure": {
"time": "1775582520"
},
"stopId": "FR:76217:ZE:18196:ATOUMOD005",
"stopSequence": 13
}
],
"timestamp": "1775560042",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD005:Line:1:LOC",
"tripId": "ATOUMOD005:ServiceJourney:1071:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx16396:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 17387,
"time": "1775560727"
},
"departure": {
"delay": 17387,
"time": "1775560727"
},
"stopId": "FR:76216:ZE:TCARxBELLE1:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 17494,
"time": "1775560174"
},
"departure": {
"delay": 17494,
"time": "1775560174"
},
"stopId": "FR:76540:ZE:TCARxCAUCH1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 17964,
"time": "1775558839"
},
"departure": {
"delay": 17964,
"time": "1775558844"
},
"stopId": "FR:76005:ZE:TCARxVALPE1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 17870,
"time": "1775559170"
},
"departure": {
"delay": 17870,
"time": "1775559170"
},
"stopId": "FR:76005:ZE:TCARxLEVAL1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 17317,
"time": "1775561017"
},
"departure": {
"delay": 17317,
"time": "1775561017"
},
"stopId": "FR:76216:ZE:TCARxPASSE1:ATOUMOD001",
"stopSequence": 32
},
{
"arrival": {
"delay": 17843,
"time": "1775559203"
},
"departure": {
"delay": 17843,
"time": "1775559203"
},
"stopId": "FR:76005:ZE:TCARxSGRES1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 17760,
"time": "1775559300"
},
"departure": {
"delay": 17760,
"time": "1775559300"
},
"stopId": "FR:76103:ZE:TCARxEAUPL1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 17314,
"time": "1775561134"
},
"departure": {
"delay": 17314,
"time": "1775561134"
},
"stopId": "FR:76216:ZE:TCARxSPAUL0:ATOUMOD001",
"stopSequence": 34
},
{
"arrival": {
"delay": 17313,
"time": "1775560893"
},
"departure": {
"delay": 17313,
"time": "1775560893"
},
"stopId": "FR:76216:ZE:TCARxR8MAI1:ATOUMOD001",
"stopSequence": 31
},
{
"arrival": {
"delay": 17669,
"time": "1775559544"
},
"departure": {
"delay": 17669,
"time": "1775559569"
},
"stopId": "FR:76540:ZE:TCARxMARTA1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 17314,
"time": "1775560834"
},
"departure": {
"delay": 17314,
"time": "1775560834"
},
"stopId": "FR:76216:ZE:TCARxREUDE1:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": 17924,
"time": "1775559042"
},
"departure": {
"delay": 17924,
"time": "1775559044"
},
"stopId": "FR:76005:ZE:TCARxAMAIR1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 17508,
"time": "1775560308"
},
"departure": {
"delay": 17508,
"time": "1775560308"
},
"stopId": "FR:76540:ZE:TCARxJBSAL1:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 17452,
"time": "1775560492"
},
"departure": {
"delay": 17452,
"time": "1775560492"
},
"stopId": "FR:76540:ZE:TCARxLIEVR1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 17332,
"time": "1775560792"
},
"departure": {
"delay": 17332,
"time": "1775560792"
},
"stopId": "FR:76216:ZE:TCARxMERMO1:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 17800,
"time": "1775559280"
},
"departure": {
"delay": 17800,
"time": "1775559280"
},
"stopId": "FR:76103:ZE:TCARxRSEIN1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 17325,
"time": "1775561085"
},
"departure": {
"delay": 17325,
"time": "1775561085"
},
"stopId": "FR:76216:ZE:TCARxEBLUM1:ATOUMOD001",
"stopSequence": 33
},
{
"departure": {
"delay": 18000,
"time": "1775558820"
},
"stopId": "FR:76005:ZE:TCARxGRVAL:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 17434,
"time": "1775560594"
},
"departure": {
"delay": 17434,
"time": "1775560594"
},
"stopId": "FR:76540:ZE:TCARxOUEST1:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 17448,
"time": "1775560368"
},
"departure": {
"delay": 17448,
"time": "1775560368"
},
"stopId": "FR:76540:ZE:TCARxDESCH1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 17494,
"time": "1775560114"
},
"departure": {
"delay": 17494,
"time": "1775560114"
},
"stopId": "FR:76540:ZE:TCARxSVER3:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 17582,
"time": "1775559782"
},
"departure": {
"delay": 17582,
"time": "1775559782"
},
"stopId": "FR:76540:ZE:TCARxSTVIV2:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 17813,
"time": "1775559233"
},
"departure": {
"delay": 17813,
"time": "1775559233"
},
"stopId": "FR:76103:ZE:TCARxPASSA1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 17500,
"time": "1775560060"
},
"departure": {
"delay": 17500,
"time": "1775560060"
},
"stopId": "FR:76540:ZE:TCARxBARTS1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 17494,
"time": "1775559884"
},
"departure": {
"delay": 17494,
"time": "1775559994"
},
"stopId": "FR:76540:ZE:TCARxHVR4:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 17650,
"time": "1775559667"
},
"departure": {
"delay": 17650,
"time": "1775559670"
},
"stopId": "FR:76540:ZE:TCARxBECQU1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 17950,
"time": "1775559070"
},
"departure": {
"delay": 17950,
"time": "1775559070"
},
"stopId": "FR:76005:ZE:TCARxGPHIL1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 17462,
"time": "1775560442"
},
"departure": {
"delay": 17462,
"time": "1775560442"
},
"stopId": "FR:76540:ZE:TCARxRIDEL1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 17381,
"time": "1775560781"
},
"departure": {
"delay": 17381,
"time": "1775560781"
},
"stopId": "FR:76216:ZE:TCARxCOTEA1:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 17713,
"time": "1775559373"
},
"departure": {
"delay": 17713,
"time": "1775559373"
},
"stopId": "FR:76540:ZE:TCARxPAUL41:ATOUMOD001",
"stopSequence": 12
}
],
"timestamp": "1775558345",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx15:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx16396:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx14384:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 15035,
"time": "1775558915"
},
"departure": {
"delay": 15035,
"time": "1775558915"
},
"stopId": "FR:76540:ZE:TCARxSIMON1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 15070,
"time": "1775559490"
},
"stopId": "FR:76681:ZE:TCARxHDVS2:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 14678,
"time": "1775557178"
},
"departure": {
"delay": 14678,
"time": "1775557178"
},
"stopId": "FR:76540:ZE:TCARxRCAMP0:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 14760,
"time": "1775556600"
},
"departure": {
"delay": 14760,
"time": "1775556600"
},
"stopId": "FR:76451:ZE:TCARxVAREN0:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 14755,
"time": "1775557272"
},
"departure": {
"delay": 14755,
"time": "1775557315"
},
"stopId": "FR:76540:ZE:TCARxGAREB1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 14855,
"time": "1775557954"
},
"departure": {
"delay": 14855,
"time": "1775558015"
},
"stopId": "FR:76540:ZE:TCARxRREPU0:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 14733,
"time": "1775557052"
},
"departure": {
"delay": 14733,
"time": "1775557053"
},
"stopId": "FR:76451:ZE:TCARxCREVI0:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 14719,
"time": "1775556919"
},
"departure": {
"delay": 14719,
"time": "1775556919"
},
"stopId": "FR:76451:ZE:TCARxFOUBE0:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 14855,
"time": "1775557471"
},
"departure": {
"delay": 14855,
"time": "1775557475"
},
"stopId": "FR:76540:ZE:TCARxSVER7:ATOUMOD001",
"stopSequence": 13
},
{
"departure": {
"delay": 14700,
"time": "1775556420"
},
"stopId": "FR:76451:ZE:TCARxPLEIAD:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 14907,
"time": "1775558667"
},
"departure": {
"delay": 14907,
"time": "1775558667"
},
"stopId": "FR:76540:ZE:TCARxBAMME0:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 14740,
"time": "1775557665"
},
"departure": {
"delay": 14740,
"time": "1775557840"
},
"stopId": "FR:76540:ZE:TCARxHVR3:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 14729,
"time": "1775557109"
},
"departure": {
"delay": 14729,
"time": "1775557109"
},
"stopId": "FR:76540:ZE:TCARxBSMAU0:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 15045,
"time": "1775558840"
},
"departure": {
"delay": 15045,
"time": "1775558865"
},
"stopId": "FR:76540:ZE:TCARxMATHI0:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 14835,
"time": "1775558276"
},
"departure": {
"delay": 14835,
"time": "1775558415"
},
"stopId": "FR:76540:ZE:TCARxCHAMP1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 14791,
"time": "1775556683"
},
"departure": {
"delay": 14791,
"time": "1775556691"
},
"stopId": "FR:76451:ZE:TCARxCOLBE0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 15075,
"time": "1775558990"
},
"departure": {
"delay": 15075,
"time": "1775559015"
},
"stopId": "FR:76540:ZE:TCARxCENSO1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 14818,
"time": "1775557558"
},
"departure": {
"delay": 14818,
"time": "1775557558"
},
"stopId": "FR:76540:ZE:TCARxBARTS0:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 14900,
"time": "1775558489"
},
"departure": {
"delay": 14900,
"time": "1775558540"
},
"stopId": "FR:76540:ZE:TCARxLAFAY0:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 14735,
"time": "1775556506"
},
"departure": {
"delay": 14735,
"time": "1775556515"
},
"stopId": "FR:76451:ZE:TCARxRBOIS0:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 14769,
"time": "1775556549"
},
"departure": {
"delay": 14769,
"time": "1775556549"
},
"stopId": "FR:76451:ZE:TCARxBIZNE1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 14735,
"time": "1775556755"
},
"departure": {
"delay": 14735,
"time": "1775556755"
},
"stopId": "FR:76451:ZE:TCARxCOQUE3:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 14755,
"time": "1775557914"
},
"departure": {
"delay": 14755,
"time": "1775557915"
},
"stopId": "FR:76540:ZE:TCARxSTNIC1:ATOUMOD001",
"stopSequence": 16
}
],
"timestamp": "1775556305",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx07:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx14384:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx15922:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 10140,
"time": "1775563320"
},
"departure": {
"delay": 10140,
"time": "1775563320"
},
"stopId": "FR:76475:ZE:TCARxLORME1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 10160,
"time": "1775563400"
},
"departure": {
"delay": 10160,
"time": "1775563400"
},
"stopId": "FR:76429:ZE:TCARxHUBER2:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 10080,
"time": "1775562960"
},
"departure": {
"delay": 10080,
"time": "1775562960"
},
"stopId": "FR:76116:ZE:TCARxAEROP2:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 10140,
"time": "1775563080"
},
"departure": {
"delay": 10140,
"time": "1775563080"
},
"stopId": "FR:76475:ZE:TCARxCHERA2:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 10200,
"time": "1775563380"
},
"departure": {
"delay": 10200,
"time": "1775563380"
},
"stopId": "FR:76475:ZE:TCARxTHIER1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 10100,
"time": "1775562920"
},
"departure": {
"delay": 10100,
"time": "1775562920"
},
"stopId": "FR:76116:ZE:TCARxGENDA2:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 10140,
"time": "1775563140"
},
"departure": {
"delay": 10140,
"time": "1775563140"
},
"stopId": "FR:76475:ZE:TCARxCVOIE2:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 10140,
"time": "1775562900"
},
"departure": {
"delay": 10140,
"time": "1775562900"
},
"stopId": "FR:76116:ZE:TCARxGRAND1:ATOUMOD001",
"stopSequence": 2
},
{
"departure": {
"delay": 10080,
"time": "1775562840"
},
"stopId": "FR:76116:ZE:TCARxMUZIK1:ATOUMOD001",
"stopSequence": 1
}
],
"timestamp": "1775558657",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx13:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx15922:LOC"
}
}
},
{
"id": "SM:ATOUMOD021:ServiceJourney:73:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 332,
"time": "1775555543"
},
"departure": {
"delay": 332,
"time": "1775555552"
},
"stopId": "FR:14333:ZE:5:ATOUMOD021",
"stopSequence": 20
},
{
"arrival": {
"delay": 303,
"time": "1775554855"
},
"departure": {
"delay": 303,
"time": "1775554863"
},
"stopId": "FR:14333:ZE:19:ATOUMOD021",
"stopSequence": 13
},
{
"departure": {
"time": "1775553600"
},
"stopId": "FR:14333:ZE:41:ATOUMOD021",
"stopSequence": 1
},
{
"arrival": {
"delay": 341,
"time": "1775555470"
},
"departure": {
"delay": 341,
"time": "1775555501"
},
"stopId": "FR:14333:ZE:7:ATOUMOD021",
"stopSequence": 19
},
{
"arrival": {
"delay": 254,
"time": "1775555126"
},
"departure": {
"delay": 254,
"time": "1775555174"
},
"stopId": "FR:14333:ZE:11:ATOUMOD021",
"stopSequence": 17
},
{
"arrival": {
"delay": 186,
"time": "1775554133"
},
"departure": {
"delay": 186,
"time": "1775554146"
},
"stopId": "FR:14333:ZE:32:ATOUMOD021",
"stopSequence": 6
},
{
"arrival": {
"delay": 111,
"time": "1775554421"
},
"departure": {
"delay": 111,
"time": "1775554431"
},
"stopId": "FR:14536:ZE:26:ATOUMOD021",
"stopSequence": 9
},
{
"arrival": {
"delay": 266,
"time": "1775554996"
},
"departure": {
"delay": 266,
"time": "1775555006"
},
"stopId": "FR:14333:ZE:15:ATOUMOD021",
"stopSequence": 15
},
{
"arrival": {
"delay": 197,
"time": "1775553971"
},
"departure": {
"delay": 197,
"time": "1775553977"
},
"stopId": "FR:14333:ZE:38:ATOUMOD021",
"stopSequence": 3
},
{
"arrival": {
"delay": 266,
"time": "1775554881"
},
"departure": {
"delay": 266,
"time": "1775554946"
},
"stopId": "FR:14333:ZE:17:ATOUMOD021",
"stopSequence": 14
},
{
"arrival": {
"delay": 72,
"time": "1775554502"
},
"departure": {
"delay": 72,
"time": "1775554512"
},
"stopId": "FR:14536:ZE:24:ATOUMOD021",
"stopSequence": 10
},
{
"arrival": {
"delay": 321,
"time": "1775555601"
},
"stopId": "FR:14333:ZE:3:ATOUMOD021",
"stopSequence": 21
},
{
"arrival": {
"delay": 132,
"time": "1775554176"
},
"departure": {
"delay": 132,
"time": "1775554212"
},
"stopId": "FR:14333:ZE:30:ATOUMOD021",
"stopSequence": 7
},
{
"arrival": {
"delay": 215,
"time": "1775554098"
},
"departure": {
"delay": 215,
"time": "1775554115"
},
"stopId": "FR:14333:ZE:34:ATOUMOD021",
"stopSequence": 5
},
{
"arrival": {
"delay": 145,
"time": "1775554317"
},
"departure": {
"delay": 145,
"time": "1775554345"
},
"stopId": "FR:14333:ZE:28:ATOUMOD021",
"stopSequence": 8
},
{
"arrival": {
"delay": 239,
"time": "1775555039"
},
"departure": {
"delay": 239,
"time": "1775555039"
},
"stopId": "FR:14333:ZE:13:ATOUMOD021",
"stopSequence": 16
},
{
"arrival": {
"delay": 228,
"time": "1775554026"
},
"departure": {
"delay": 228,
"time": "1775554068"
},
"stopId": "FR:14333:ZE:36:ATOUMOD021",
"stopSequence": 4
},
{
"arrival": {
"delay": 207,
"time": "1775553913"
},
"departure": {
"delay": 207,
"time": "1775553927"
},
"stopId": "FR:14333:ZE:40:ATOUMOD021",
"stopSequence": 2
},
{
"arrival": {
"delay": 257,
"time": "1775555228"
},
"departure": {
"delay": 257,
"time": "1775555297"
},
"stopId": "FR:14333:ZE:9:ATOUMOD021",
"stopSequence": 18
}
],
"timestamp": "1775559490",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD021:Line:A:LOC",
"tripId": "ATOUMOD021:ServiceJourney:73:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745224x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 43,
"time": "1775549346"
},
"departure": {
"delay": 43,
"time": "1775549383"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 38,
"time": "1775549224"
},
"departure": {
"delay": 38,
"time": "1775549258"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 58,
"time": "1775548970"
},
"departure": {
"delay": 58,
"time": "1775549038"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 70,
"time": "1775550333"
},
"departure": {
"delay": 70,
"time": "1775550370"
},
"stopId": "FR:50129:ZE:10EGL1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 48,
"time": "1775550193"
},
"departure": {
"delay": 48,
"time": "1775550228"
},
"stopId": "FR:50129:ZE:10PRV1:ATOUMOD035",
"stopSequence": 15
},
{
"departure": {
"delay": 108,
"time": "1775548908"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 28,
"time": "1775549271"
},
"departure": {
"delay": 28,
"time": "1775549308"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 83,
"time": "1775549094"
},
"departure": {
"delay": 83,
"time": "1775549123"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 15,
"time": "1775550040"
},
"departure": {
"delay": 15,
"time": "1775550075"
},
"stopId": "FR:50129:ZE:10BQR1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 38,
"time": "1775549617"
},
"departure": {
"delay": 38,
"time": "1775549678"
},
"stopId": "FR:50129:ZE:10FOR3:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 34,
"time": "1775549163"
},
"departure": {
"delay": 34,
"time": "1775549194"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": -26,
"time": "1775550514"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 52,
"time": "1775549552"
},
"departure": {
"delay": 52,
"time": "1775549572"
},
"stopId": "FR:50129:ZE:10CRC3:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": -1,
"time": "1775549706"
},
"departure": {
"delay": -1,
"time": "1775549759"
},
"stopId": "FR:50129:ZE:10PFO1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 81,
"time": "1775550254"
},
"departure": {
"delay": 81,
"time": "1775550321"
},
"stopId": "FR:50129:ZE:10OLY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": -47,
"time": "1775549851"
},
"departure": {
"delay": -47,
"time": "1775549893"
},
"stopId": "FR:50129:ZE:10BRA3:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 35,
"time": "1775550385"
},
"departure": {
"delay": 35,
"time": "1775550395"
},
"stopId": "FR:50129:ZE:10AMO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": -63,
"time": "1775549801"
},
"departure": {
"delay": -63,
"time": "1775549817"
},
"stopId": "FR:50129:ZE:10RTU1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 43,
"time": "1775550116"
},
"departure": {
"delay": 43,
"time": "1775550163"
},
"stopId": "FR:50129:ZE:10ANJ5:ATOUMOD035",
"stopSequence": 14
}
],
"timestamp": "1775560077",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1B:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745224x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3747897x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -55,
"time": "1775552885"
},
"stopId": "FR:50129:ZE:10MXR1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 45,
"time": "1775552617"
},
"departure": {
"delay": 45,
"time": "1775552625"
},
"stopId": "FR:50129:ZE:10CUR1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 176,
"time": "1775552295"
},
"departure": {
"delay": 176,
"time": "1775552336"
},
"stopId": "FR:50129:ZE:10MTT1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": -7,
"time": "1775552745"
},
"departure": {
"delay": -7,
"time": "1775552753"
},
"stopId": "FR:50129:ZE:10GNT1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 15,
"time": "1775552642"
},
"departure": {
"delay": 15,
"time": "1775552655"
},
"stopId": "FR:50129:ZE:10REN1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 134,
"time": "1775552348"
},
"departure": {
"delay": 134,
"time": "1775552354"
},
"stopId": "FR:50129:ZE:10SEX1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 108,
"time": "1775552471"
},
"departure": {
"delay": 108,
"time": "1775552508"
},
"stopId": "FR:50129:ZE:10CSM1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 249,
"time": "1775551639"
},
"departure": {
"delay": 249,
"time": "1775551809"
},
"stopId": "FR:50129:ZE:10SHU1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 62,
"time": "1775552681"
},
"departure": {
"delay": 62,
"time": "1775552702"
},
"stopId": "FR:50129:ZE:10LOG1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 151,
"time": "1775552239"
},
"departure": {
"delay": 151,
"time": "1775552251"
},
"stopId": "FR:50129:ZE:10RUC1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 16,
"time": "1775552771"
},
"departure": {
"delay": 16,
"time": "1775552776"
},
"stopId": "FR:50129:ZE:10BOC1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 15,
"time": "1775552800"
},
"departure": {
"delay": 15,
"time": "1775552835"
},
"stopId": "FR:50129:ZE:10CEN1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 221,
"time": "1775552109"
},
"departure": {
"delay": 221,
"time": "1775552141"
},
"stopId": "FR:50129:ZE:10ODR1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 238,
"time": "1775551882"
},
"departure": {
"delay": 238,
"time": "1775551918"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 3
},
{
"departure": {
"delay": 277,
"time": "1775551597"
},
"stopId": "FR:50129:ZE:10SHU2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 217,
"time": "1775552046"
},
"departure": {
"delay": 217,
"time": "1775552077"
},
"stopId": "FR:50129:ZE:10BOS1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 181,
"time": "1775552161"
},
"departure": {
"delay": 181,
"time": "1775552161"
},
"stopId": "FR:50129:ZE:10SRN1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 282,
"time": "1775551973"
},
"departure": {
"delay": 282,
"time": "1775552022"
},
"stopId": "FR:50129:ZE:10JAR1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 62,
"time": "1775552574"
},
"departure": {
"delay": 62,
"time": "1775552582"
},
"stopId": "FR:50129:ZE:10DEB1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 124,
"time": "1775552277"
},
"departure": {
"delay": 124,
"time": "1775552284"
},
"stopId": "FR:50129:ZE:10BSJ1:ATOUMOD035",
"stopSequence": 9
}
],
"timestamp": "1775560082",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:04:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3747897x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx17120:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -7125,
"time": "1775561655"
},
"departure": {
"delay": -7125,
"time": "1775561655"
},
"stopId": "FR:76540:ZE:TCARxZURIC1:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": -7097,
"time": "1775560423"
},
"departure": {
"delay": -7097,
"time": "1775560423"
},
"stopId": "FR:76540:ZE:TCARxMALAT0:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": -7189,
"time": "1775561711"
},
"departure": {
"delay": -7189,
"time": "1775561711"
},
"stopId": "FR:76540:ZE:TCARxHALL21:ATOUMOD001",
"stopSequence": 30
},
{
"departure": {
"delay": -7200,
"time": "1775559720"
},
"stopId": "FR:76451:ZE:TCARxPVTIN1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": -7088,
"time": "1775560612"
},
"departure": {
"delay": -7088,
"time": "1775560612"
},
"stopId": "FR:76540:ZE:TCARxSVER7:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": -7115,
"time": "1775560525"
},
"departure": {
"delay": -7115,
"time": "1775560525"
},
"stopId": "FR:76540:ZE:TCARxGAREB1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": -7156,
"time": "1775561264"
},
"departure": {
"delay": -7156,
"time": "1775561264"
},
"stopId": "FR:76540:ZE:TCARxMONUM0:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": -7174,
"time": "1775561066"
},
"departure": {
"delay": -7174,
"time": "1775561066"
},
"stopId": "FR:76540:ZE:TCARxCONSE0:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": -7145,
"time": "1775561035"
},
"departure": {
"delay": -7145,
"time": "1775561035"
},
"stopId": "FR:76540:ZE:TCARxSTVIV3:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": -7109,
"time": "1775560291"
},
"departure": {
"delay": -7109,
"time": "1775560291"
},
"stopId": "FR:76451:ZE:TCARxBULIN0:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": -7165,
"time": "1775559815"
},
"departure": {
"delay": -7165,
"time": "1775559815"
},
"stopId": "FR:76451:ZE:TCARxPAULI0:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -7142,
"time": "1775559778"
},
"departure": {
"delay": -7142,
"time": "1775559778"
},
"stopId": "FR:76451:ZE:TCARxARON0:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -7112,
"time": "1775561548"
},
"departure": {
"delay": -7112,
"time": "1775561548"
},
"stopId": "FR:76540:ZE:TCARxSUISS1:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": -7117,
"time": "1775560223"
},
"departure": {
"delay": -7117,
"time": "1775560223"
},
"stopId": "FR:76451:ZE:TCARxBERTE0:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": -7113,
"time": "1775561607"
},
"departure": {
"delay": -7113,
"time": "1775561607"
},
"stopId": "FR:76540:ZE:TCARxROLLA1:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": -7173,
"time": "1775561127"
},
"departure": {
"delay": -7173,
"time": "1775561127"
},
"stopId": "FR:76540:ZE:TCARxBOU5:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": -7113,
"time": "1775560947"
},
"departure": {
"delay": -7113,
"time": "1775560947"
},
"stopId": "FR:76540:ZE:TCARxHVR3:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": -7177,
"time": "1775561963"
},
"stopId": "FR:76540:ZE:TCARxBDARN1:ATOUMOD001",
"stopSequence": 33
},
{
"arrival": {
"delay": -7203,
"time": "1775561217"
},
"departure": {
"delay": -7203,
"time": "1775561217"
},
"stopId": "FR:76540:ZE:TCARxRESER0:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": -7115,
"time": "1775560165"
},
"departure": {
"delay": -7115,
"time": "1775560165"
},
"stopId": "FR:76451:ZE:TCARxASSOC0:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -7115,
"time": "1775560345"
},
"departure": {
"delay": -7115,
"time": "1775560345"
},
"stopId": "FR:76451:ZE:TCARxMORIN0:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": -7116,
"time": "1775561484"
},
"departure": {
"delay": -7116,
"time": "1775561484"
},
"stopId": "FR:76540:ZE:TCARxDELVI1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": -7175,
"time": "1775560705"
},
"departure": {
"delay": -7175,
"time": "1775560705"
},
"stopId": "FR:76540:ZE:TCARxBARTS0:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": -7080,
"time": "1775560380"
},
"departure": {
"delay": -7080,
"time": "1775560380"
},
"stopId": "FR:76451:ZE:TCARxFORTI1:ATOUMOD001",
"stopSequence": 12
}
],
"timestamp": "1775559417",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx22:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx17120:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3748599x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 124,
"time": "1775555440"
},
"departure": {
"delay": 124,
"time": "1775555464"
},
"stopId": "FR:50129:ZE:10HAM1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 162,
"time": "1775556032"
},
"departure": {
"delay": 162,
"time": "1775556102"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 124,
"time": "1775555633"
},
"departure": {
"delay": 124,
"time": "1775555644"
},
"stopId": "FR:50129:ZE:10BDB2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 13,
"time": "1775554969"
},
"departure": {
"delay": 13,
"time": "1775554993"
},
"stopId": "FR:50129:ZE:10HLU1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 72,
"time": "1775555145"
},
"departure": {
"delay": 72,
"time": "1775555172"
},
"stopId": "FR:50129:ZE:10HTR1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 161,
"time": "1775555552"
},
"departure": {
"delay": 161,
"time": "1775555561"
},
"stopId": "FR:50129:ZE:10GLA1:ATOUMOD035",
"stopSequence": 12
},
{
"departure": {
"delay": 71,
"time": "1775554391"
},
"stopId": "FR:50129:ZE:10HxC1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 60,
"time": "1775554846"
},
"departure": {
"delay": 60,
"time": "1775554860"
},
"stopId": "FR:50129:ZE:10VER1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 145,
"time": "1775555355"
},
"departure": {
"delay": 145,
"time": "1775555365"
},
"stopId": "FR:50129:ZE:10HQU1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 101,
"time": "1775555912"
},
"departure": {
"delay": 101,
"time": "1775555921"
},
"stopId": "FR:50129:ZE:10THH4:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 131,
"time": "1775555740"
},
"departure": {
"delay": 131,
"time": "1775555771"
},
"stopId": "FR:50129:ZE:10BHC2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 65,
"time": "1775554445"
},
"departure": {
"delay": 65,
"time": "1775554445"
},
"stopId": "FR:50129:ZE:10NMD1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 19,
"time": "1775554687"
},
"departure": {
"delay": 19,
"time": "1775554699"
},
"stopId": "FR:50129:ZE:10CBL1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 82,
"time": "1775555649"
},
"departure": {
"delay": 82,
"time": "1775555662"
},
"stopId": "FR:50129:ZE:10CDL2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 141,
"time": "1775555225"
},
"departure": {
"delay": 141,
"time": "1775555301"
},
"stopId": "FR:50129:ZE:10MEZ1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 37,
"time": "1775554638"
},
"departure": {
"delay": 37,
"time": "1775554657"
},
"stopId": "FR:50129:ZE:10ING1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 107,
"time": "1775556227"
},
"stopId": "FR:50129:ZE:10SHU1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 138,
"time": "1775555808"
},
"departure": {
"delay": 138,
"time": "1775555838"
},
"stopId": "FR:50129:ZE:10LCP2:ATOUMOD035",
"stopSequence": 16
}
],
"timestamp": "1775560073",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:07:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3748599x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx17018:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -24060,
"time": "1775562060"
},
"departure": {
"delay": -24060,
"time": "1775562060"
},
"stopId": "FR:76451:ZE:TCARxARON1:ATOUMOD001",
"stopSequence": 35
},
{
"arrival": {
"delay": -24065,
"time": "1775561695"
},
"departure": {
"delay": -24065,
"time": "1775561695"
},
"stopId": "FR:76451:ZE:TCARxASSOC1:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": -24125,
"time": "1775560615"
},
"departure": {
"delay": -24125,
"time": "1775560615"
},
"stopId": "FR:76540:ZE:TCARxBOU1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": -24097,
"time": "1775561363"
},
"departure": {
"delay": -24097,
"time": "1775561363"
},
"stopId": "FR:76540:ZE:TCARxDESCA1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": -24125,
"time": "1775561395"
},
"departure": {
"delay": -24125,
"time": "1775561395"
},
"stopId": "FR:76108:ZE:TCARxOIOIS1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": -24005,
"time": "1775562235"
},
"stopId": "FR:76451:ZE:TCARxPVTIN:ATOUMOD001",
"stopSequence": 36
},
{
"arrival": {
"delay": -24063,
"time": "1775561517"
},
"departure": {
"delay": -24063,
"time": "1775561517"
},
"stopId": "FR:76451:ZE:TCARxMORIN1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": -24239,
"time": "1775560081"
},
"departure": {
"delay": -24239,
"time": "1775560081"
},
"stopId": "FR:76540:ZE:TCARxROLLA0:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": -24092,
"time": "1775561308"
},
"departure": {
"delay": -24092,
"time": "1775561308"
},
"stopId": "FR:76540:ZE:TCARxMALAT1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": -24085,
"time": "1775561135"
},
"departure": {
"delay": -24085,
"time": "1775561135"
},
"stopId": "FR:76540:ZE:TCARxSVER41:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": -24070,
"time": "1775561570"
},
"departure": {
"delay": -24070,
"time": "1775561570"
},
"stopId": "FR:76451:ZE:TCARxBULIN1:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": -24325,
"time": "1775559929"
},
"departure": {
"delay": -24325,
"time": "1775559935"
},
"stopId": "FR:76540:ZE:TCARxFLEUR0:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -24165,
"time": "1775560275"
},
"departure": {
"delay": -24165,
"time": "1775560275"
},
"stopId": "FR:76540:ZE:TCARxBUREA1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": -24179,
"time": "1775560321"
},
"departure": {
"delay": -24179,
"time": "1775560321"
},
"stopId": "FR:76540:ZE:TCARxLYFLA2:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": -24075,
"time": "1775561265"
},
"departure": {
"delay": -24075,
"time": "1775561265"
},
"stopId": "FR:76540:ZE:TCARxROMAI1:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": -24142,
"time": "1775560658"
},
"departure": {
"delay": -24142,
"time": "1775560658"
},
"stopId": "FR:76540:ZE:TCARxCONSE1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": -24125,
"time": "1775560735"
},
"departure": {
"delay": -24125,
"time": "1775560735"
},
"stopId": "FR:76540:ZE:TCARxSTVIV2:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": -24244,
"time": "1775560136"
},
"departure": {
"delay": -24244,
"time": "1775560136"
},
"stopId": "FR:76540:ZE:TCARxSUISS0:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": -24224,
"time": "1775560216"
},
"departure": {
"delay": -24224,
"time": "1775560216"
},
"stopId": "FR:76540:ZE:TCARxDELVI2:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -24198,
"time": "1775560362"
},
"departure": {
"delay": -24198,
"time": "1775560362"
},
"stopId": "FR:76540:ZE:TCARxCNORD1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": -24348,
"time": "1775559852"
},
"departure": {
"delay": -24348,
"time": "1775559852"
},
"stopId": "FR:76540:ZE:TCARxDRIVI4:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -24064,
"time": "1775561636"
},
"departure": {
"delay": -24064,
"time": "1775561636"
},
"stopId": "FR:76451:ZE:TCARxBERTE1:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": -24022,
"time": "1775562038"
},
"departure": {
"delay": -24022,
"time": "1775562038"
},
"stopId": "FR:76451:ZE:TCARxPAULI1:ATOUMOD001",
"stopSequence": 34
},
{
"arrival": {
"delay": -24170,
"time": "1775560450"
},
"departure": {
"delay": -24170,
"time": "1775560450"
},
"stopId": "FR:76540:ZE:TCARxMONUM1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": -24065,
"time": "1775561215"
},
"departure": {
"delay": -24065,
"time": "1775561215"
},
"stopId": "FR:76540:ZE:TCARxGAREB2:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": -24273,
"time": "1775560047"
},
"departure": {
"delay": -24273,
"time": "1775560047"
},
"stopId": "FR:76540:ZE:TCARxZURIC0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": -24103,
"time": "1775561477"
},
"departure": {
"delay": -24103,
"time": "1775561477"
},
"stopId": "FR:76540:ZE:TCARxFORTI2:ATOUMOD001",
"stopSequence": 25
},
{
"departure": {
"delay": -24381,
"time": "1775559759"
},
"stopId": "FR:76212:ZE:TCARxBDARN2:ATOUMOD001",
"stopSequence": 1
}
],
"timestamp": "1775559765",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx22:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx17018:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746145x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 15,
"time": "1775536474"
},
"departure": {
"delay": 15,
"time": "1775536575"
},
"stopId": "FR:50129:ZE:10EPH1:ATOUMOD035",
"stopSequence": 49
},
{
"arrival": {
"delay": 19,
"time": "1775535912"
},
"departure": {
"delay": 19,
"time": "1775535919"
},
"stopId": "FR:50129:ZE:10PRE2:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": 36,
"time": "1775534898"
},
"departure": {
"delay": 36,
"time": "1775534916"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": -26,
"time": "1775533405"
},
"departure": {
"delay": -26,
"time": "1775533414"
},
"stopId": "FR:50129:ZE:10CVE2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 26,
"time": "1775533987"
},
"departure": {
"delay": 26,
"time": "1775534006"
},
"stopId": "FR:50129:ZE:10LUM2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": -19,
"time": "1775533460"
},
"departure": {
"delay": -19,
"time": "1775533481"
},
"stopId": "FR:50129:ZE:10MGT2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 24,
"time": "1775534168"
},
"departure": {
"delay": 24,
"time": "1775534184"
},
"stopId": "FR:50129:ZE:10LCP2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 2,
"time": "1775533354"
},
"departure": {
"delay": 2,
"time": "1775533382"
},
"stopId": "FR:50129:ZE:10COS2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 31,
"time": "1775534063"
},
"departure": {
"delay": 31,
"time": "1775534131"
},
"stopId": "FR:50129:ZE:10BHC2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": -7,
"time": "1775533958"
},
"departure": {
"delay": -7,
"time": "1775533973"
},
"stopId": "FR:50129:ZE:10JMO2:ATOUMOD035",
"stopSequence": 14
},
{
"departure": {
"delay": 17,
"time": "1775533217"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 69,
"time": "1775534954"
},
"departure": {
"delay": 69,
"time": "1775535009"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": -16,
"time": "1775533590"
},
"departure": {
"delay": -16,
"time": "1775533604"
},
"stopId": "FR:50129:ZE:10JEA2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 4,
"time": "1775535714"
},
"departure": {
"delay": 4,
"time": "1775535724"
},
"stopId": "FR:50129:ZE:10ZOL2:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"time": "1775535826"
},
"departure": {
"time": "1775535840"
},
"stopId": "FR:50129:ZE:10BHE2:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": -75,
"time": "1775533655"
},
"departure": {
"delay": -75,
"time": "1775533665"
},
"stopId": "FR:50129:ZE:10ART2:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 23,
"time": "1775533264"
},
"departure": {
"delay": 23,
"time": "1775533283"
},
"stopId": "FR:50129:ZE:10JGO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": -12,
"time": "1775533513"
},
"departure": {
"delay": -12,
"time": "1775533548"
},
"stopId": "FR:50129:ZE:10NOR4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 41,
"time": "1775535506"
},
"departure": {
"delay": 41,
"time": "1775535521"
},
"stopId": "FR:50129:ZE:10AGO2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 23,
"time": "1775536010"
},
"departure": {
"delay": 23,
"time": "1775536103"
},
"stopId": "FR:50129:ZE:10BRT2:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"delay": -17,
"time": "1775536230"
},
"departure": {
"delay": -17,
"time": "1775536243"
},
"stopId": "FR:50129:ZE:10SFN2:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"delay": 1,
"time": "1775536621"
},
"stopId": "FR:50129:ZE:10MAX1:ATOUMOD035",
"stopSequence": 50
},
{
"arrival": {
"delay": -40,
"time": "1775536264"
},
"departure": {
"delay": -40,
"time": "1775536280"
},
"stopId": "FR:50129:ZE:10ALB2:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"delay": 9,
"time": "1775535151"
},
"departure": {
"delay": 9,
"time": "1775535189"
},
"stopId": "FR:50129:ZE:10REP4:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": -5,
"time": "1775534264"
},
"departure": {
"delay": -5,
"time": "1775534275"
},
"stopId": "FR:50129:ZE:10THH4:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 67,
"time": "1775534735"
},
"departure": {
"delay": 67,
"time": "1775534827"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": -78,
"time": "1775536404"
},
"departure": {
"delay": -78,
"time": "1775536422"
},
"stopId": "FR:50129:ZE:10SFG2:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"delay": 78,
"time": "1775535364"
},
"departure": {
"delay": 78,
"time": "1775535378"
},
"stopId": "FR:50129:ZE:10HUI2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 1,
"time": "1775533490"
},
"departure": {
"delay": 1,
"time": "1775533501"
},
"stopId": "FR:50129:ZE:10MYO2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 47,
"time": "1775534673"
},
"departure": {
"delay": 47,
"time": "1775534687"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 21,
"time": "1775533924"
},
"departure": {
"delay": 21,
"time": "1775533941"
},
"stopId": "FR:50129:ZE:10LLM2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": -12,
"time": "1775535935"
},
"departure": {
"delay": -12,
"time": "1775535948"
},
"stopId": "FR:50129:ZE:10ARA2:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"delay": 60,
"time": "1775535404"
},
"departure": {
"delay": 60,
"time": "1775535420"
},
"stopId": "FR:50129:ZE:10BEL2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": -16,
"time": "1775535994"
},
"departure": {
"delay": -16,
"time": "1775536004"
},
"stopId": "FR:50129:ZE:10BON2:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": -3,
"time": "1775536118"
},
"departure": {
"delay": -3,
"time": "1775536137"
},
"stopId": "FR:50129:ZE:10HOU2:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": 58,
"time": "1775534458"
},
"departure": {
"delay": 58,
"time": "1775534458"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 48,
"time": "1775534521"
},
"departure": {
"delay": 48,
"time": "1775534628"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": -42,
"time": "1775533626"
},
"departure": {
"delay": -42,
"time": "1775533638"
},
"stopId": "FR:50129:ZE:10ZPH2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 68,
"time": "1775535284"
},
"departure": {
"delay": 68,
"time": "1775535308"
},
"stopId": "FR:50129:ZE:10TRA6:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 36,
"time": "1775533758"
},
"departure": {
"delay": 36,
"time": "1775533896"
},
"stopId": "FR:50129:ZE:10BRO2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 51,
"time": "1775535564"
},
"departure": {
"delay": 51,
"time": "1775535591"
},
"stopId": "FR:50129:ZE:10LAV2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 61,
"time": "1775535461"
},
"departure": {
"delay": 61,
"time": "1775535481"
},
"stopId": "FR:50129:ZE:10HOM2:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 45,
"time": "1775535084"
},
"departure": {
"delay": 45,
"time": "1775535105"
},
"stopId": "FR:50129:ZE:10HDI4:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 20,
"time": "1775535788"
},
"departure": {
"delay": 20,
"time": "1775535800"
},
"stopId": "FR:50129:ZE:10LON2:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 39,
"time": "1775535866"
},
"departure": {
"delay": 39,
"time": "1775535879"
},
"stopId": "FR:50129:ZE:10CPL2:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"delay": -62,
"time": "1775536360"
},
"departure": {
"delay": -62,
"time": "1775536378"
},
"stopId": "FR:50129:ZE:10COF2:ATOUMOD035",
"stopSequence": 47
},
{
"arrival": {
"delay": 2,
"time": "1775533431"
},
"departure": {
"delay": 2,
"time": "1775533442"
},
"stopId": "FR:50129:ZE:10RSX2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 48,
"time": "1775534852"
},
"departure": {
"delay": 48,
"time": "1775534868"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 38,
"time": "1775535630"
},
"departure": {
"delay": 38,
"time": "1775535638"
},
"stopId": "FR:50129:ZE:10DUB2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": -29,
"time": "1775536161"
},
"departure": {
"delay": -29,
"time": "1775536171"
},
"stopId": "FR:50129:ZE:10CAR2:ATOUMOD035",
"stopSequence": 44
}
],
"timestamp": "1775560079",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746145x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4255646x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -2,
"time": "1775560018"
},
"departure": {
"delay": -2,
"time": "1775560018"
},
"stopId": "FR:76341:ZE:3912:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": -14,
"time": "1775560486"
},
"departure": {
"delay": -14,
"time": "1775560486"
},
"stopId": "FR:76351:ZE:3047:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 8,
"time": "1775562308"
},
"departure": {
"delay": 8,
"time": "1775562308"
},
"stopId": "FR:76447:ZE:3220:ATOUMOD003",
"stopSequence": 42
},
{
"arrival": {
"delay": -14,
"time": "1775561446"
},
"departure": {
"delay": -14,
"time": "1775561446"
},
"stopId": "FR:76351:ZE:4487:ATOUMOD003",
"stopSequence": 33
},
{
"arrival": {
"delay": -14,
"time": "1775559826"
},
"departure": {
"delay": -14,
"time": "1775559826"
},
"stopId": "FR:76305:ZE:3441:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": -11,
"time": "1775560369"
},
"departure": {
"delay": -11,
"time": "1775560369"
},
"stopId": "FR:76351:ZE:4983:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": -14,
"time": "1775562166"
},
"departure": {
"delay": -14,
"time": "1775562166"
},
"stopId": "FR:76341:ZE:3350:ATOUMOD003",
"stopSequence": 40
},
{
"arrival": {
"delay": 36,
"time": "1775561916"
},
"departure": {
"delay": 36,
"time": "1775561916"
},
"stopId": "FR:76351:ZE:3503:ATOUMOD003",
"stopSequence": 38
},
{
"arrival": {
"delay": 1,
"time": "1775562601"
},
"departure": {
"delay": 1,
"time": "1775562601"
},
"stopId": "FR:76447:ZE:3138:ATOUMOD003",
"stopSequence": 48
},
{
"arrival": {
"delay": -14,
"time": "1775560606"
},
"departure": {
"delay": -14,
"time": "1775560606"
},
"stopId": "FR:76351:ZE:3080:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": 22,
"time": "1775561302"
},
"departure": {
"delay": 22,
"time": "1775561302"
},
"stopId": "FR:76351:ZE:3369:ATOUMOD003",
"stopSequence": 31
},
{
"arrival": {
"delay": 3,
"time": "1775559903"
},
"departure": {
"delay": 3,
"time": "1775559903"
},
"stopId": "FR:76341:ZE:3059:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": 13,
"time": "1775560873"
},
"departure": {
"delay": 13,
"time": "1775560873"
},
"stopId": "FR:76351:ZE:4850:ATOUMOD003",
"stopSequence": 25
},
{
"arrival": {
"delay": 28,
"time": "1775562388"
},
"departure": {
"delay": 28,
"time": "1775562388"
},
"stopId": "FR:76447:ZE:3467:ATOUMOD003",
"stopSequence": 44
},
{
"arrival": {
"delay": -14,
"time": "1775560006"
},
"departure": {
"delay": -14,
"time": "1775560006"
},
"stopId": "FR:76341:ZE:4571:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 22,
"time": "1775559862"
},
"departure": {
"delay": 22,
"time": "1775559862"
},
"stopId": "FR:76305:ZE:3148:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": -12,
"time": "1775560968"
},
"departure": {
"delay": -12,
"time": "1775560968"
},
"stopId": "FR:76351:ZE:3162:ATOUMOD003",
"stopSequence": 27
},
{
"arrival": {
"delay": 31,
"time": "1775561371"
},
"departure": {
"delay": 31,
"time": "1775561371"
},
"stopId": "FR:76351:ZE:4366:ATOUMOD003",
"stopSequence": 32
},
{
"arrival": {
"delay": -1,
"time": "1775561639"
},
"departure": {
"delay": -1,
"time": "1775561639"
},
"stopId": "FR:76351:ZE:3136:ATOUMOD003",
"stopSequence": 34
},
{
"departure": {
"delay": -14,
"time": "1775559586"
},
"stopId": "FR:76305:ZE:3097:ATOUMOD003",
"stopSequence": 8
},
{
"departure": {
"delay": 25,
"time": "1775559445"
},
"stopId": "FR:76305:ZE:3680:ATOUMOD003",
"stopSequence": 6
},
{
"arrival": {
"delay": -7,
"time": "1775560673"
},
"departure": {
"delay": -7,
"time": "1775560673"
},
"stopId": "FR:76351:ZE:3674:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": -14,
"time": "1775560906"
},
"departure": {
"delay": -14,
"time": "1775560906"
},
"stopId": "FR:76351:ZE:3152:ATOUMOD003",
"stopSequence": 26
},
{
"arrival": {
"delay": -5,
"time": "1775562475"
},
"departure": {
"delay": -5,
"time": "1775562475"
},
"stopId": "FR:76447:ZE:3434:ATOUMOD003",
"stopSequence": 46
},
{
"arrival": {
"delay": 24,
"time": "1775560824"
},
"departure": {
"delay": 24,
"time": "1775560824"
},
"stopId": "FR:76351:ZE:3077:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": 22,
"time": "1775560762"
},
"departure": {
"delay": 22,
"time": "1775560762"
},
"stopId": "FR:76351:ZE:3573:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": -14,
"time": "1775562226"
},
"departure": {
"delay": -14,
"time": "1775562226"
},
"stopId": "FR:76447:ZE:3346:ATOUMOD003",
"stopSequence": 41
},
{
"arrival": {
"delay": 26,
"time": "1775562086"
},
"departure": {
"delay": 26,
"time": "1775562086"
},
"stopId": "FR:76341:ZE:3064:ATOUMOD003",
"stopSequence": 39
},
{
"arrival": {
"delay": -14,
"time": "1775562346"
},
"departure": {
"delay": -14,
"time": "1775562346"
},
"stopId": "FR:76447:ZE:3107:ATOUMOD003",
"stopSequence": 43
},
{
"arrival": {
"delay": 17,
"time": "1775559797"
},
"departure": {
"delay": 17,
"time": "1775559797"
},
"stopId": "FR:76305:ZE:5192:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": -1,
"time": "1775561039"
},
"departure": {
"delay": -1,
"time": "1775561039"
},
"stopId": "FR:76351:ZE:3041:ATOUMOD003",
"stopSequence": 28
},
{
"arrival": {
"delay": 23,
"time": "1775561723"
},
"departure": {
"delay": 23,
"time": "1775561723"
},
"stopId": "FR:76351:ZE:3593:ATOUMOD003",
"stopSequence": 35
},
{
"arrival": {
"delay": -14,
"time": "1775560546"
},
"departure": {
"delay": -14,
"time": "1775560546"
},
"stopId": "FR:76351:ZE:3743:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": -14,
"time": "1775562706"
},
"stopId": "FR:76447:ZE:3443:ATOUMOD003",
"stopSequence": 50
},
{
"arrival": {
"delay": -14,
"time": "1775560726"
},
"departure": {
"delay": -14,
"time": "1775560726"
},
"stopId": "FR:76351:ZE:3039:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": 26,
"time": "1775561246"
},
"departure": {
"delay": 26,
"time": "1775561246"
},
"stopId": "FR:76351:ZE:5158:ATOUMOD003",
"stopSequence": 30
},
{
"arrival": {
"delay": 27,
"time": "1775559987"
},
"departure": {
"delay": 27,
"time": "1775559987"
},
"stopId": "FR:76341:ZE:3580:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": 41,
"time": "1775559941"
},
"departure": {
"delay": 41,
"time": "1775559941"
},
"stopId": "FR:76341:ZE:3243:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": -14,
"time": "1775561086"
},
"departure": {
"delay": -14,
"time": "1775561086"
},
"stopId": "FR:76351:ZE:4549:ATOUMOD003",
"stopSequence": 29
},
{
"arrival": {
"delay": 24,
"time": "1775562564"
},
"departure": {
"delay": 24,
"time": "1775562564"
},
"stopId": "FR:76447:ZE:3146:ATOUMOD003",
"stopSequence": 47
},
{
"arrival": {
"delay": -14,
"time": "1775561806"
},
"departure": {
"delay": -14,
"time": "1775561806"
},
"stopId": "FR:76351:ZE:3165:ATOUMOD003",
"stopSequence": 36
},
{
"arrival": {
"delay": 40,
"time": "1775561860"
},
"departure": {
"delay": 40,
"time": "1775561860"
},
"stopId": "FR:76351:ZE:3117:ATOUMOD003",
"stopSequence": 37
},
{
"arrival": {
"delay": -14,
"time": "1775562646"
},
"departure": {
"delay": -14,
"time": "1775562646"
},
"stopId": "FR:76447:ZE:3492:ATOUMOD003",
"stopSequence": 49
},
{
"departure": {
"time": "1775559540"
},
"stopId": "FR:76305:ZE:3189:ATOUMOD003",
"stopSequence": 7
},
{
"arrival": {
"delay": 2,
"time": "1775562422"
},
"departure": {
"delay": 2,
"time": "1775562422"
},
"stopId": "FR:76447:ZE:3695:ATOUMOD003",
"stopSequence": 45
}
],
"timestamp": "1775560049",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:17:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4255646x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx8612:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 3222,
"time": "1775558682"
},
"stopId": "FR:76540:ZE:TCARxMCURIE:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 2938,
"time": "1775556478"
},
"departure": {
"delay": 2938,
"time": "1775556478"
},
"stopId": "FR:76575:ZE:TCARxSANDT2:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 3292,
"time": "1775557732"
},
"departure": {
"delay": 3292,
"time": "1775557732"
},
"stopId": "FR:76540:ZE:TCARxVXMAR2:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 3252,
"time": "1775557608"
},
"departure": {
"delay": 3252,
"time": "1775557632"
},
"stopId": "FR:76540:ZE:TCARxBELGE4:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 2927,
"time": "1775556407"
},
"departure": {
"delay": 2927,
"time": "1775556407"
},
"stopId": "FR:76575:ZE:TCARxZENIT2:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 3307,
"time": "1775557807"
},
"departure": {
"delay": 3307,
"time": "1775557807"
},
"stopId": "FR:76540:ZE:TCARxCAUCT2:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 2938,
"time": "1775556538"
},
"departure": {
"delay": 2938,
"time": "1775556538"
},
"stopId": "FR:76575:ZE:TCARxSTENT2:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 3302,
"time": "1775558582"
},
"departure": {
"delay": 3302,
"time": "1775558582"
},
"stopId": "FR:76540:ZE:TCARxSANTE2:ATOUMOD001",
"stopSequence": 23
}
],
"timestamp": "1775556177",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx94:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx8612:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4056476x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -35,
"time": "1775559625"
},
"departure": {
"delay": -35,
"time": "1775559625"
},
"stopId": "FR:76351:ZE:3656:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": -35,
"time": "1775560945"
},
"stopId": "FR:76351:ZE:3639:ATOUMOD003",
"stopSequence": 27
},
{
"arrival": {
"delay": -35,
"time": "1775560525"
},
"departure": {
"delay": -35,
"time": "1775560525"
},
"stopId": "FR:76351:ZE:4786:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": 15,
"time": "1775560095"
},
"departure": {
"delay": 15,
"time": "1775560095"
},
"stopId": "FR:76351:ZE:3068:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": 10,
"time": "1775560690"
},
"departure": {
"delay": 10,
"time": "1775560690"
},
"stopId": "FR:76351:ZE:3404:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": -35,
"time": "1775560825"
},
"departure": {
"delay": -35,
"time": "1775560825"
},
"stopId": "FR:76351:ZE:3436:ATOUMOD003",
"stopSequence": 26
},
{
"arrival": {
"delay": -14,
"time": "1775560486"
},
"departure": {
"delay": -14,
"time": "1775560486"
},
"stopId": "FR:76351:ZE:3079:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": -15,
"time": "1775560725"
},
"departure": {
"delay": -15,
"time": "1775560725"
},
"stopId": "FR:76351:ZE:3670:ATOUMOD003",
"stopSequence": 25
},
{
"arrival": {
"delay": -1,
"time": "1775560619"
},
"departure": {
"delay": -1,
"time": "1775560619"
},
"stopId": "FR:76351:ZE:3049:ATOUMOD003",
"stopSequence": 23
},
{
"departure": {
"delay": -35,
"time": "1775559445"
},
"stopId": "FR:76351:ZE:4642:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": 20,
"time": "1775560400"
},
"departure": {
"delay": 20,
"time": "1775560400"
},
"stopId": "FR:76351:ZE:3673:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": -27,
"time": "1775559873"
},
"departure": {
"delay": -27,
"time": "1775559873"
},
"stopId": "FR:76351:ZE:3178:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": -31,
"time": "1775559929"
},
"departure": {
"delay": -31,
"time": "1775559929"
},
"stopId": "FR:76351:ZE:3570:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": -35,
"time": "1775560285"
},
"departure": {
"delay": -35,
"time": "1775560285"
},
"stopId": "FR:76351:ZE:3477:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": -31,
"time": "1775560349"
},
"departure": {
"delay": -31,
"time": "1775560349"
},
"stopId": "FR:76351:ZE:3038:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": -24,
"time": "1775559756"
},
"departure": {
"delay": -24,
"time": "1775559756"
},
"stopId": "FR:76351:ZE:3494:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": -35,
"time": "1775559985"
},
"departure": {
"delay": -35,
"time": "1775559985"
},
"stopId": "FR:76351:ZE:4654:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": -28,
"time": "1775560172"
},
"departure": {
"delay": -28,
"time": "1775560172"
},
"stopId": "FR:76351:ZE:3490:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": 9,
"time": "1775559669"
},
"departure": {
"delay": 9,
"time": "1775559669"
},
"stopId": "FR:76351:ZE:3319:ATOUMOD003",
"stopSequence": 10
}
],
"timestamp": "1775559490",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C2:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4056476x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx4645:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 73,
"time": "1775557620"
},
"departure": {
"delay": 73,
"time": "1775557633"
},
"stopId": "FR:76575:ZE:TCARxPARC1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 113,
"time": "1775557717"
},
"departure": {
"delay": 113,
"time": "1775557733"
},
"stopId": "FR:76575:ZE:TCARxRENAN1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 273,
"time": "1775559163"
},
"departure": {
"delay": 273,
"time": "1775559213"
},
"stopId": "FR:76540:ZE:TCARxJUSTI1:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 234,
"time": "1775558949"
},
"departure": {
"delay": 234,
"time": "1775558994"
},
"stopId": "FR:76540:ZE:TCARxJOFFR1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 93,
"time": "1775557817"
},
"departure": {
"delay": 93,
"time": "1775557833"
},
"stopId": "FR:76575:ZE:TCARxCOURS1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 234,
"time": "1775558595"
},
"departure": {
"delay": 234,
"time": "1775558634"
},
"stopId": "FR:76540:ZE:TCARxBALZA1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 203,
"time": "1775558144"
},
"departure": {
"delay": 203,
"time": "1775558183"
},
"stopId": "FR:76681:ZE:TCARxJUILL1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 153,
"time": "1775558270"
},
"departure": {
"delay": 153,
"time": "1775558313"
},
"stopId": "FR:76681:ZE:TCARxSOTTE1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 333,
"time": "1775559273"
},
"departure": {
"delay": 333,
"time": "1775559333"
},
"stopId": "FR:76540:ZE:TCARxGAREV1:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 153,
"time": "1775558403"
},
"departure": {
"delay": 153,
"time": "1775558433"
},
"stopId": "FR:76681:ZE:TCARxGARIB1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 273,
"time": "1775558708"
},
"departure": {
"delay": 273,
"time": "1775558733"
},
"stopId": "FR:76540:ZE:TCARxEUROP1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 153,
"time": "1775557917"
},
"departure": {
"delay": 153,
"time": "1775557953"
},
"stopId": "FR:76681:ZE:TCARxFAMIL1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 213,
"time": "1775558827"
},
"departure": {
"delay": 213,
"time": "1775558853"
},
"stopId": "FR:76540:ZE:TCARxSTSEV1:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 193,
"time": "1775558014"
},
"departure": {
"delay": 193,
"time": "1775558053"
},
"stopId": "FR:76681:ZE:TCARxJEZAY1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 236,
"time": "1775559076"
},
"departure": {
"delay": 236,
"time": "1775559116"
},
"stopId": "FR:76540:ZE:TCARxTARTS1:ATOUMOD001",
"stopSequence": 27
}
],
"timestamp": "1775557237",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx90:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx4645:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx1605:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 204,
"time": "1775557944"
},
"departure": {
"delay": 204,
"time": "1775557944"
},
"stopId": "FR:76157:ZE:TCARxTPROV1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 181,
"time": "1775558341"
},
"departure": {
"delay": 181,
"time": "1775558341"
},
"stopId": "FR:76157:ZE:TCARxCORNI1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 189,
"time": "1775559069"
},
"departure": {
"delay": 189,
"time": "1775559069"
},
"stopId": "FR:76540:ZE:TCARxTARTT1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 205,
"time": "1775558821"
},
"departure": {
"delay": 205,
"time": "1775558845"
},
"stopId": "FR:76540:ZE:TCARxPASPA1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 265,
"time": "1775559145"
},
"departure": {
"delay": 265,
"time": "1775559145"
},
"stopId": "FR:76540:ZE:TCARxCATHE1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 220,
"time": "1775559220"
},
"departure": {
"delay": 220,
"time": "1775559220"
},
"stopId": "FR:76540:ZE:TCARxREPUB1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 234,
"time": "1775559294"
},
"departure": {
"delay": 234,
"time": "1775559294"
},
"stopId": "FR:76540:ZE:TCARxPMARC1:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 159,
"time": "1775557719"
},
"departure": {
"delay": 159,
"time": "1775557719"
},
"stopId": "FR:76157:ZE:TCARxTPISS1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 184,
"time": "1775558104"
},
"departure": {
"delay": 184,
"time": "1775558104"
},
"stopId": "FR:76157:ZE:TCARxTOUYE1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 150,
"time": "1775558625"
},
"departure": {
"delay": 150,
"time": "1775558670"
},
"stopId": "FR:76540:ZE:TCARxRIBOU1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 167,
"time": "1775559707"
},
"departure": {
"delay": 167,
"time": "1775559707"
},
"stopId": "FR:76540:ZE:TCARxJEUNE1:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 224,
"time": "1775560124"
},
"departure": {
"delay": 224,
"time": "1775560124"
},
"stopId": "FR:76212:ZE:TCARxCANAD1:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 250,
"time": "1775558170"
},
"departure": {
"delay": 250,
"time": "1775558170"
},
"stopId": "FR:76157:ZE:TCARxTPRAT1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 169,
"time": "1775560249"
},
"stopId": "FR:76212:ZE:TCARxDUREC:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 204,
"time": "1775559444"
},
"departure": {
"delay": 204,
"time": "1775559444"
},
"stopId": "FR:76540:ZE:TCARxCHRUT1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 183,
"time": "1775559363"
},
"departure": {
"delay": 183,
"time": "1775559363"
},
"stopId": "FR:76540:ZE:TCARxMARTT1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 209,
"time": "1775558044"
},
"departure": {
"delay": 209,
"time": "1775558069"
},
"stopId": "FR:76157:ZE:TCARxTDUMA1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 194,
"time": "1775559794"
},
"departure": {
"delay": 194,
"time": "1775559794"
},
"stopId": "FR:76540:ZE:TCARxDRIVI1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 189,
"time": "1775557820"
},
"departure": {
"delay": 189,
"time": "1775557869"
},
"stopId": "FR:76157:ZE:TCARxTJAUR1:ATOUMOD001",
"stopSequence": 3
},
{
"departure": {
"delay": 84,
"time": "1775557644"
},
"stopId": "FR:76157:ZE:TCARxTMONET:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 190,
"time": "1775559910"
},
"departure": {
"delay": 190,
"time": "1775559910"
},
"stopId": "FR:76540:ZE:TCARxECOLE1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 190,
"time": "1775558950"
},
"departure": {
"delay": 190,
"time": "1775558950"
},
"stopId": "FR:76540:ZE:TCARxBELGE1:ATOUMOD001",
"stopSequence": 13
}
],
"timestamp": "1775557645",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx93:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx1605:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx9517:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 2146,
"time": "1775562166"
},
"departure": {
"delay": 2146,
"time": "1775562166"
},
"stopId": "FR:76108:ZE:TCARxNARCI1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 2148,
"time": "1775561928"
},
"departure": {
"delay": 2148,
"time": "1775561928"
},
"stopId": "FR:76377:ZE:TCARxJARDI2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 2145,
"time": "1775562465"
},
"departure": {
"delay": 2145,
"time": "1775562465"
},
"stopId": "FR:76108:ZE:TCARxDCARO0:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 2154,
"time": "1775562534"
},
"departure": {
"delay": 2154,
"time": "1775562534"
},
"stopId": "FR:76108:ZE:TCARxCLISA1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 2100,
"time": "1775562060"
},
"departure": {
"delay": 2100,
"time": "1775562060"
},
"stopId": "FR:76108:ZE:TCARxREY0:ATOUMOD001",
"stopSequence": 4
},
{
"departure": {
"delay": 2100,
"time": "1775561880"
},
"stopId": "FR:76377:ZE:TCARxRONCE1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 2208,
"time": "1775562708"
},
"departure": {
"delay": 2208,
"time": "1775562708"
},
"stopId": "FR:76108:ZE:TCARxEBUIS1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 2149,
"time": "1775562109"
},
"departure": {
"delay": 2149,
"time": "1775562109"
},
"stopId": "FR:76108:ZE:TCARxVERDU1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 2100,
"time": "1775562240"
},
"departure": {
"delay": 2100,
"time": "1775562240"
},
"stopId": "FR:76108:ZE:TCARxBGUI10:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 2125,
"time": "1775562385"
},
"departure": {
"delay": 2125,
"time": "1775562385"
},
"stopId": "FR:76108:ZE:TCARxCEDRE0:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 2121,
"time": "1775562021"
},
"departure": {
"delay": 2121,
"time": "1775562021"
},
"stopId": "FR:76108:ZE:TCARxROUGE0:ATOUMOD001",
"stopSequence": 3
}
],
"timestamp": "1775559976",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx01:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx9517:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745728x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 170,
"time": "1775553338"
},
"departure": {
"delay": 170,
"time": "1775553350"
},
"stopId": "FR:50129:ZE:10HET2:ATOUMOD035",
"stopSequence": 34
},
{
"departure": {
"delay": 9,
"time": "1775550489"
},
"stopId": "FR:50129:ZE:10ECT1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 201,
"time": "1775553424"
},
"departure": {
"delay": 201,
"time": "1775553441"
},
"stopId": "FR:50129:ZE:10MOR2:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 104,
"time": "1775552954"
},
"departure": {
"delay": 104,
"time": "1775552984"
},
"stopId": "FR:50129:ZE:10DIX2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 145,
"time": "1775552590"
},
"departure": {
"delay": 145,
"time": "1775552605"
},
"stopId": "FR:50129:ZE:10ANN2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 197,
"time": "1775551897"
},
"departure": {
"delay": 197,
"time": "1775551937"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 127,
"time": "1775552792"
},
"departure": {
"delay": 127,
"time": "1775552827"
},
"stopId": "FR:50129:ZE:10HME2:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 78,
"time": "1775551172"
},
"departure": {
"delay": 78,
"time": "1775551218"
},
"stopId": "FR:50129:ZE:10XCT4:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 100,
"time": "1775552463"
},
"departure": {
"delay": 100,
"time": "1775552500"
},
"stopId": "FR:50129:ZE:10PAX2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 175,
"time": "1775551629"
},
"departure": {
"delay": 175,
"time": "1775551675"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 48,
"time": "1775550554"
},
"departure": {
"delay": 48,
"time": "1775550588"
},
"stopId": "FR:50129:ZE:10FLO2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 132,
"time": "1775552092"
},
"departure": {
"delay": 132,
"time": "1775552112"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 203,
"time": "1775553153"
},
"departure": {
"delay": 203,
"time": "1775553203"
},
"stopId": "FR:50129:ZE:10EPH1:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 58,
"time": "1775551276"
},
"departure": {
"delay": 58,
"time": "1775551318"
},
"stopId": "FR:50129:ZE:10HPA4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 67,
"time": "1775550973"
},
"departure": {
"delay": 67,
"time": "1775551027"
},
"stopId": "FR:50129:ZE:10BAG4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 61,
"time": "1775551097"
},
"departure": {
"delay": 61,
"time": "1775551141"
},
"stopId": "FR:50129:ZE:10GRR2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 43,
"time": "1775552297"
},
"departure": {
"delay": 43,
"time": "1775552323"
},
"stopId": "FR:50129:ZE:10REP4:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 39,
"time": "1775550657"
},
"departure": {
"delay": 39,
"time": "1775550699"
},
"stopId": "FR:50129:ZE:10LPL2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 116,
"time": "1775551461"
},
"departure": {
"delay": 116,
"time": "1775551496"
},
"stopId": "FR:50129:ZE:10CRN2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 122,
"time": "1775552146"
},
"departure": {
"delay": 122,
"time": "1775552162"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 133,
"time": "1775552856"
},
"departure": {
"delay": 133,
"time": "1775552893"
},
"stopId": "FR:50129:ZE:10PET2:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 179,
"time": "1775551997"
},
"departure": {
"delay": 179,
"time": "1775552039"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 142,
"time": "1775552512"
},
"departure": {
"delay": 142,
"time": "1775552542"
},
"stopId": "FR:50129:ZE:10CMI2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 15,
"time": "1775550885"
},
"departure": {
"delay": 15,
"time": "1775550915"
},
"stopId": "FR:50129:ZE:10MED4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 202,
"time": "1775553465"
},
"departure": {
"delay": 202,
"time": "1775553502"
},
"stopId": "FR:50129:ZE:10MES2:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 191,
"time": "1775553295"
},
"departure": {
"delay": 191,
"time": "1775553311"
},
"stopId": "FR:50129:ZE:10TLL2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 172,
"time": "1775551799"
},
"departure": {
"delay": 172,
"time": "1775551852"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 211,
"time": "1775553248"
},
"departure": {
"delay": 211,
"time": "1775553271"
},
"stopId": "FR:50129:ZE:10PAU2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 177,
"time": "1775553083"
},
"departure": {
"delay": 177,
"time": "1775553117"
},
"stopId": "FR:50129:ZE:10EPC2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 183,
"time": "1775553543"
},
"stopId": "FR:50129:ZE:10AMF1:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 37,
"time": "1775550717"
},
"departure": {
"delay": 37,
"time": "1775550757"
},
"stopId": "FR:50129:ZE:10GDR2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 49,
"time": "1775550789"
},
"departure": {
"delay": 49,
"time": "1775550829"
},
"stopId": "FR:50129:ZE:10NOR6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 81,
"time": "1775552227"
},
"departure": {
"delay": 81,
"time": "1775552241"
},
"stopId": "FR:50129:ZE:10HDI4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 148,
"time": "1775552685"
},
"departure": {
"delay": 148,
"time": "1775552728"
},
"stopId": "FR:50129:ZE:10CAQ2:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 71,
"time": "1775552372"
},
"departure": {
"delay": 71,
"time": "1775552411"
},
"stopId": "FR:50129:ZE:10TRA3:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 158,
"time": "1775552066"
},
"departure": {
"delay": 158,
"time": "1775552078"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 17
}
],
"timestamp": "1775560077",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:02:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745728x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745733x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 231,
"time": "1775557819"
},
"departure": {
"delay": 231,
"time": "1775557851"
},
"stopId": "FR:50129:ZE:10TLL2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 229,
"time": "1775557767"
},
"departure": {
"delay": 229,
"time": "1775557789"
},
"stopId": "FR:50129:ZE:10PAU2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 208,
"time": "1775557974"
},
"departure": {
"delay": 208,
"time": "1775558008"
},
"stopId": "FR:50129:ZE:10MES2:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 233,
"time": "1775557686"
},
"departure": {
"delay": 233,
"time": "1775557733"
},
"stopId": "FR:50129:ZE:10EPH1:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 204,
"time": "1775557545"
},
"departure": {
"delay": 204,
"time": "1775557584"
},
"stopId": "FR:50129:ZE:10DIX2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 207,
"time": "1775557931"
},
"departure": {
"delay": 207,
"time": "1775557947"
},
"stopId": "FR:50129:ZE:10MOR2:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 9,
"time": "1775555430"
},
"departure": {
"delay": 9,
"time": "1775555469"
},
"stopId": "FR:50129:ZE:10BAG4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": -34,
"time": "1775555351"
},
"departure": {
"delay": -34,
"time": "1775555366"
},
"stopId": "FR:50129:ZE:10MED4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": -33,
"time": "1775555685"
},
"departure": {
"delay": -33,
"time": "1775555727"
},
"stopId": "FR:50129:ZE:10HPA4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 216,
"time": "1775557639"
},
"departure": {
"delay": 216,
"time": "1775557656"
},
"stopId": "FR:50129:ZE:10EPC2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 140,
"time": "1775556544"
},
"departure": {
"delay": 140,
"time": "1775556620"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 13,
"time": "1775555241"
},
"departure": {
"delay": 13,
"time": "1775555293"
},
"stopId": "FR:50129:ZE:10NOR6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": -23,
"time": "1775555600"
},
"departure": {
"delay": -23,
"time": "1775555617"
},
"stopId": "FR:50129:ZE:10XCT4:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 35,
"time": "1775555063"
},
"departure": {
"delay": 35,
"time": "1775555075"
},
"stopId": "FR:50129:ZE:10FLO2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 25,
"time": "1775555974"
},
"departure": {
"delay": 25,
"time": "1775556025"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 158,
"time": "1775556957"
},
"departure": {
"delay": 158,
"time": "1775556998"
},
"stopId": "FR:50129:ZE:10TRA3:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 253,
"time": "1775557424"
},
"departure": {
"delay": 253,
"time": "1775557453"
},
"stopId": "FR:50129:ZE:10HME2:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 196,
"time": "1775557062"
},
"departure": {
"delay": 196,
"time": "1775557096"
},
"stopId": "FR:50129:ZE:10PAX2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 231,
"time": "1775557479"
},
"departure": {
"delay": 231,
"time": "1775557491"
},
"stopId": "FR:50129:ZE:10PET2:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 184,
"time": "1775558044"
},
"stopId": "FR:50129:ZE:10AMF1:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 84,
"time": "1775556382"
},
"departure": {
"delay": 84,
"time": "1775556444"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 128,
"time": "1775556852"
},
"departure": {
"delay": 128,
"time": "1775556908"
},
"stopId": "FR:50129:ZE:10REP4:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 263,
"time": "1775557185"
},
"departure": {
"delay": 263,
"time": "1775557223"
},
"stopId": "FR:50129:ZE:10ANN2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": -42,
"time": "1775555816"
},
"departure": {
"delay": -42,
"time": "1775555838"
},
"stopId": "FR:50129:ZE:10CRN2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 285,
"time": "1775557319"
},
"departure": {
"delay": 285,
"time": "1775557365"
},
"stopId": "FR:50129:ZE:10CAQ2:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 239,
"time": "1775557109"
},
"departure": {
"delay": 239,
"time": "1775557139"
},
"stopId": "FR:50129:ZE:10CMI2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 27,
"time": "1775556156"
},
"departure": {
"delay": 27,
"time": "1775556207"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": -22,
"time": "1775555542"
},
"departure": {
"delay": -22,
"time": "1775555558"
},
"stopId": "FR:50129:ZE:10GRR2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 165,
"time": "1775556656"
},
"departure": {
"delay": 165,
"time": "1775556705"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 142,
"time": "1775556760"
},
"departure": {
"delay": 142,
"time": "1775556802"
},
"stopId": "FR:50129:ZE:10HDI4:ATOUMOD035",
"stopSequence": 20
},
{
"departure": {
"delay": 2,
"time": "1775554982"
},
"stopId": "FR:50129:ZE:10ECT1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 98,
"time": "1775556276"
},
"departure": {
"delay": 98,
"time": "1775556338"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 107,
"time": "1775556487"
},
"departure": {
"delay": 107,
"time": "1775556527"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": -10,
"time": "1775555200"
},
"departure": {
"delay": -10,
"time": "1775555210"
},
"stopId": "FR:50129:ZE:10GDR2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 200,
"time": "1775557872"
},
"departure": {
"delay": 200,
"time": "1775557880"
},
"stopId": "FR:50129:ZE:10HET2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 19,
"time": "1775555163"
},
"departure": {
"delay": 19,
"time": "1775555179"
},
"stopId": "FR:50129:ZE:10LPL2:ATOUMOD035",
"stopSequence": 4
}
],
"timestamp": "1775560079",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:02:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745733x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4056565x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 233,
"time": "1775560553"
},
"stopId": "FR:76351:ZE:4865:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": 248,
"time": "1775560388"
},
"departure": {
"delay": 248,
"time": "1775560388"
},
"stopId": "FR:76351:ZE:4768:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": 233,
"time": "1775560193"
},
"departure": {
"delay": 233,
"time": "1775560193"
},
"stopId": "FR:76351:ZE:4640:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": 263,
"time": "1775560343"
},
"departure": {
"delay": 263,
"time": "1775560343"
},
"stopId": "FR:76351:ZE:3579:ATOUMOD003",
"stopSequence": 22
},
{
"departure": {
"delay": 247,
"time": "1775560027"
},
"stopId": "FR:76351:ZE:3657:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 251,
"time": "1775560271"
},
"departure": {
"delay": 251,
"time": "1775560271"
},
"stopId": "FR:76351:ZE:3280:ATOUMOD003",
"stopSequence": 21
}
],
"timestamp": "1775560039",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:C2:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4056565x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx17763:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 14340,
"time": "1775562780"
},
"stopId": "FR:76681:ZE:TCARxHDVS4:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 14460,
"time": "1775561520"
},
"departure": {
"delay": 14460,
"time": "1775561520"
},
"stopId": "FR:76540:ZE:TCARxPARIS0:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 14340,
"time": "1775562360"
},
"departure": {
"delay": 14340,
"time": "1775562360"
},
"stopId": "FR:76681:ZE:TCARxLABAS2:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 14460,
"time": "1775560080"
},
"departure": {
"delay": 14460,
"time": "1775560080"
},
"stopId": "FR:76498:ZE:TCARxPQMAI1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 14420,
"time": "1775559980"
},
"departure": {
"delay": 14420,
"time": "1775559980"
},
"stopId": "FR:76498:ZE:TCARxNERUD1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 14460,
"time": "1775560020"
},
"departure": {
"delay": 14460,
"time": "1775560020"
},
"stopId": "FR:76498:ZE:TCARxCLEME1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 14420,
"time": "1775560100"
},
"departure": {
"delay": 14420,
"time": "1775560100"
},
"stopId": "FR:76498:ZE:TCARxPGLIS1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 14460,
"time": "1775561220"
},
"departure": {
"delay": 14460,
"time": "1775561220"
},
"stopId": "FR:76540:ZE:TCARxJOFFR5:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 14340,
"time": "1775562420"
},
"departure": {
"delay": 14340,
"time": "1775562420"
},
"stopId": "FR:76681:ZE:TCARxADRET4:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 14460,
"time": "1775561160"
},
"departure": {
"delay": 14460,
"time": "1775561160"
},
"stopId": "FR:76540:ZE:TCARxJOFFR6:ATOUMOD001",
"stopSequence": 14
},
{
"departure": {
"delay": 14400,
"time": "1775559960"
},
"stopId": "FR:76498:ZE:TCARxTRUFB5:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 14460,
"time": "1775560140"
},
"departure": {
"delay": 14460,
"time": "1775560140"
},
"stopId": "FR:76498:ZE:TCARxANMAR1:ATOUMOD001",
"stopSequence": 6
}
],
"timestamp": "1775559336",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx33:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx17763:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx19036:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": -14249,
"time": "1775558251"
},
"stopId": "FR:76451:ZE:TCARxMTMAL1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": -14119,
"time": "1775558476"
},
"departure": {
"delay": -14119,
"time": "1775558501"
},
"stopId": "FR:76451:ZE:TCARxCAMPU1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": -14232,
"time": "1775558688"
},
"departure": {
"delay": -14232,
"time": "1775558688"
},
"stopId": "FR:76540:ZE:TCARxFDVAL1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": -14528,
"time": "1775559472"
},
"departure": {
"delay": -14528,
"time": "1775559472"
},
"stopId": "FR:76540:ZE:TCARxJOFFT1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": -14195,
"time": "1775558305"
},
"departure": {
"delay": -14195,
"time": "1775558305"
},
"stopId": "FR:76451:ZE:TCARxCOQUE1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -14426,
"time": "1775558794"
},
"departure": {
"delay": -14426,
"time": "1775558794"
},
"stopId": "FR:76540:ZE:TCARxRIBOT1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": -14528,
"time": "1775559349"
},
"departure": {
"delay": -14528,
"time": "1775559352"
},
"stopId": "FR:76540:ZE:TCARxCECIL1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": -14219,
"time": "1775558389"
},
"departure": {
"delay": -14219,
"time": "1775558401"
},
"stopId": "FR:76451:ZE:TCARxCBLBE1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -14589,
"time": "1775559029"
},
"departure": {
"delay": -14589,
"time": "1775559051"
},
"stopId": "FR:76540:ZE:TCARxCAMIT1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": -14544,
"time": "1775559257"
},
"departure": {
"delay": -14544,
"time": "1775559276"
},
"stopId": "FR:76540:ZE:TCARxORLET3:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -14534,
"time": "1775559526"
},
"stopId": "FR:76540:ZE:TCARxCHAMT1:ATOUMOD001",
"stopSequence": 11
}
],
"timestamp": "1775558258",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx95:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx19036:LOC"
}
}
},
{
"id": "SM:ATOUMOD005:ServiceJourney:1007:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775579160"
},
"departure": {
"time": "1775579160"
},
"stopId": "FR:76217:ZE:18821:ATOUMOD005",
"stopSequence": 4
},
{
"departure": {
"time": "1775578800"
},
"stopId": "FR:76217:ZE:18055:ATOUMOD005",
"stopSequence": 1
},
{
"arrival": {
"time": "1775579640"
},
"departure": {
"time": "1775579640"
},
"stopId": "FR:76217:ZE:18029:ATOUMOD005",
"stopSequence": 8
},
{
"arrival": {
"time": "1775579760"
},
"departure": {
"time": "1775579760"
},
"stopId": "FR:76217:ZE:18824:ATOUMOD005",
"stopSequence": 9
},
{
"arrival": {
"time": "1775580120"
},
"stopId": "FR:76217:ZE:18320:ATOUMOD005",
"stopSequence": 12
},
{
"arrival": {
"time": "1775579880"
},
"departure": {
"time": "1775579880"
},
"stopId": "FR:76217:ZE:18032:ATOUMOD005",
"stopSequence": 10
},
{
"arrival": {
"time": "1775579520"
},
"departure": {
"time": "1775579520"
},
"stopId": "FR:76217:ZE:18823:ATOUMOD005",
"stopSequence": 7
},
{
"arrival": {
"time": "1775579400"
},
"departure": {
"time": "1775579400"
},
"stopId": "FR:76217:ZE:18822:ATOUMOD005",
"stopSequence": 6
},
{
"arrival": {
"time": "1775578920"
},
"departure": {
"time": "1775578920"
},
"stopId": "FR:76217:ZE:18088:ATOUMOD005",
"stopSequence": 2
},
{
"arrival": {
"time": "1775579280"
},
"departure": {
"time": "1775579280"
},
"stopId": "FR:76217:ZE:18817:ATOUMOD005",
"stopSequence": 5
},
{
"arrival": {
"time": "1775580000"
},
"departure": {
"time": "1775580000"
},
"stopId": "FR:76217:ZE:18286:ATOUMOD005",
"stopSequence": 11
},
{
"arrival": {
"time": "1775579040"
},
"departure": {
"time": "1775579040"
},
"stopId": "FR:76217:ZE:18816:ATOUMOD005",
"stopSequence": 3
}
],
"timestamp": "1775560069",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD005:Line:97:LOC",
"tripId": "ATOUMOD005:ServiceJourney:1007:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745784x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -17,
"time": "1775540203"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 140,
"time": "1775538808"
},
"departure": {
"delay": 140,
"time": "1775538860"
},
"stopId": "FR:50129:ZE:10DIX1:ATOUMOD035",
"stopSequence": 8
},
{
"departure": {
"delay": 82,
"time": "1775538622"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 94,
"time": "1775539558"
},
"departure": {
"delay": 94,
"time": "1775539594"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 127,
"time": "1775539331"
},
"departure": {
"delay": 127,
"time": "1775539387"
},
"stopId": "FR:50129:ZE:10PAX1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": -5,
"time": "1775539939"
},
"departure": {
"delay": -5,
"time": "1775539975"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 81,
"time": "1775538964"
},
"departure": {
"delay": 81,
"time": "1775538981"
},
"stopId": "FR:50129:ZE:10HME1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 104,
"time": "1775539077"
},
"departure": {
"delay": 104,
"time": "1775539124"
},
"stopId": "FR:50129:ZE:10CAQ1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 96,
"time": "1775538901"
},
"departure": {
"delay": 96,
"time": "1775538936"
},
"stopId": "FR:50129:ZE:10PET1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 7,
"time": "1775539775"
},
"departure": {
"delay": 7,
"time": "1775539807"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 82,
"time": "1775538696"
},
"departure": {
"delay": 82,
"time": "1775538742"
},
"stopId": "FR:50129:ZE:10EPC1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 19,
"time": "1775540055"
},
"departure": {
"delay": 19,
"time": "1775540119"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 108,
"time": "1775539274"
},
"departure": {
"delay": 108,
"time": "1775539308"
},
"stopId": "FR:50129:ZE:10CMI1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 152,
"time": "1775539421"
},
"departure": {
"delay": 152,
"time": "1775539472"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 125,
"time": "1775539484"
},
"departure": {
"delay": 125,
"time": "1775539505"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 49,
"time": "1775539629"
},
"departure": {
"delay": 49,
"time": "1775539669"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 72,
"time": "1775539177"
},
"departure": {
"delay": 72,
"time": "1775539212"
},
"stopId": "FR:50129:ZE:10ANN1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 48,
"time": "1775539874"
},
"departure": {
"delay": 48,
"time": "1775539908"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 74,
"time": "1775539689"
},
"departure": {
"delay": 74,
"time": "1775539754"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 19
}
],
"timestamp": "1775560077",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:02:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745784x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745206x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 84,
"time": "1775545121"
},
"departure": {
"delay": 84,
"time": "1775545164"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 207,
"time": "1775544464"
},
"departure": {
"delay": 207,
"time": "1775544507"
},
"stopId": "FR:50129:ZE:10OYG2:ATOUMOD035",
"stopSequence": 4
},
{
"departure": {
"delay": 223,
"time": "1775544223"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 211,
"time": "1775544599"
},
"departure": {
"delay": 211,
"time": "1775544631"
},
"stopId": "FR:50129:ZE:10ANJ6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 38,
"time": "1775545262"
},
"departure": {
"delay": 38,
"time": "1775545298"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 37,
"time": "1775545328"
},
"departure": {
"delay": 37,
"time": "1775545357"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": -1,
"time": "1775545540"
},
"departure": {
"delay": -1,
"time": "1775545619"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 80,
"time": "1775545014"
},
"departure": {
"delay": 80,
"time": "1775545040"
},
"stopId": "FR:50129:ZE:10CRC4:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": -21,
"time": "1775545719"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 197,
"time": "1775544403"
},
"departure": {
"delay": 197,
"time": "1775544437"
},
"stopId": "FR:50129:ZE:10EGL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 66,
"time": "1775544931"
},
"departure": {
"delay": 66,
"time": "1775544966"
},
"stopId": "FR:50129:ZE:10FOR4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 206,
"time": "1775544655"
},
"departure": {
"delay": 206,
"time": "1775544686"
},
"stopId": "FR:50129:ZE:10BQR2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 35,
"time": "1775545394"
},
"departure": {
"delay": 35,
"time": "1775545415"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 171,
"time": "1775544739"
},
"departure": {
"delay": 171,
"time": "1775544771"
},
"stopId": "FR:50129:ZE:10BRA4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 177,
"time": "1775544314"
},
"departure": {
"delay": 177,
"time": "1775544357"
},
"stopId": "FR:50129:ZE:10AMO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 119,
"time": "1775544864"
},
"departure": {
"delay": 119,
"time": "1775544899"
},
"stopId": "FR:50129:ZE:10PFO2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 168,
"time": "1775544793"
},
"departure": {
"delay": 168,
"time": "1775544828"
},
"stopId": "FR:50129:ZE:10RTU2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 30,
"time": "1775545204"
},
"departure": {
"delay": 30,
"time": "1775545230"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": -21,
"time": "1775545442"
},
"departure": {
"delay": -21,
"time": "1775545479"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 213,
"time": "1775544534"
},
"departure": {
"delay": 213,
"time": "1775544573"
},
"stopId": "FR:50129:ZE:10PRV2:ATOUMOD035",
"stopSequence": 5
}
],
"timestamp": "1775560079",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1A:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745206x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC602180:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -8,
"time": "1775559832"
},
"stopId": "FR:27229:ZE:0xGAR03:ATOUMOD004",
"stopSequence": 30
},
{
"arrival": {
"delay": -7,
"time": "1775559773"
},
"departure": {
"delay": -7,
"time": "1775559773"
},
"stopId": "FR:27229:ZE:0xJAU01:ATOUMOD004",
"stopSequence": 28
}
],
"timestamp": "1775559841",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD004:Line:T10:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC602180:LOC"
}
}
},
{
"id": "SM:ATOUMOD105:ServiceJourney:5356147679690752x12:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -87,
"time": "1775562093"
},
"stopId": "FR:50218:ZE:36010105:ATOUMOD105",
"stopSequence": 17
},
{
"arrival": {
"delay": 18,
"time": "1775561648"
},
"departure": {
"delay": 18,
"time": "1775561658"
},
"stopId": "FR:50218:ZE:720520002:ATOUMOD105",
"stopSequence": 11
},
{
"arrival": {
"delay": -34,
"time": "1775561982"
},
"departure": {
"delay": -34,
"time": "1775562026"
},
"stopId": "FR:50218:ZE:756080004:ATOUMOD105",
"stopSequence": 15
},
{
"arrival": {
"delay": 69,
"time": "1775561819"
},
"departure": {
"delay": 69,
"time": "1775561829"
},
"stopId": "FR:50218:ZE:748700002:ATOUMOD105",
"stopSequence": 13
},
{
"arrival": {
"delay": 12,
"time": "1775561462"
},
"departure": {
"delay": 12,
"time": "1775561472"
},
"stopId": "FR:50218:ZE:746180004:ATOUMOD105",
"stopSequence": 8
},
{
"arrival": {
"delay": 86,
"time": "1775561896"
},
"departure": {
"delay": 86,
"time": "1775561906"
},
"stopId": "FR:50218:ZE:761950002:ATOUMOD105",
"stopSequence": 14
},
{
"departure": {
"time": "1775560980"
},
"stopId": "FR:50647:ZE:740100001:ATOUMOD105",
"stopSequence": 1
},
{
"arrival": {
"delay": 35,
"time": "1775561245"
},
"departure": {
"delay": 35,
"time": "1775561255"
},
"stopId": "FR:50647:ZE:748680005:ATOUMOD105",
"stopSequence": 5
},
{
"arrival": {
"delay": 43,
"time": "1775561193"
},
"departure": {
"delay": 43,
"time": "1775561203"
},
"stopId": "FR:50647:ZE:759820002:ATOUMOD105",
"stopSequence": 4
},
{
"arrival": {
"delay": 53,
"time": "1775561323"
},
"departure": {
"delay": 53,
"time": "1775561333"
},
"stopId": "FR:50218:ZE:744600002:ATOUMOD105",
"stopSequence": 6
},
{
"arrival": {
"delay": -27,
"time": "1775562056"
},
"departure": {
"delay": -27,
"time": "1775562093"
},
"stopId": "FR:50218:ZE:759830003:ATOUMOD105",
"stopSequence": 16
},
{
"arrival": {
"delay": 6,
"time": "1775561696"
},
"departure": {
"delay": 6,
"time": "1775561706"
},
"stopId": "FR:50218:ZE:732540004:ATOUMOD105",
"stopSequence": 12
},
{
"arrival": {
"delay": 40,
"time": "1775561070"
},
"departure": {
"delay": 40,
"time": "1775561080"
},
"stopId": "FR:50218:ZE:744600001:ATOUMOD105",
"stopSequence": 2
},
{
"arrival": {
"delay": 19,
"time": "1775561589"
},
"departure": {
"delay": 19,
"time": "1775561599"
},
"stopId": "FR:50218:ZE:752290002:ATOUMOD105",
"stopSequence": 10
},
{
"arrival": {
"delay": 21,
"time": "1775561111"
},
"departure": {
"delay": 21,
"time": "1775561121"
},
"stopId": "FR:50218:ZE:759850001:ATOUMOD105",
"stopSequence": 3
},
{
"arrival": {
"delay": 58,
"time": "1775561388"
},
"departure": {
"delay": 58,
"time": "1775561398"
},
"stopId": "FR:50218:ZE:752270003:ATOUMOD105",
"stopSequence": 7
},
{
"arrival": {
"delay": 14,
"time": "1775561524"
},
"departure": {
"delay": 14,
"time": "1775561534"
},
"stopId": "FR:50218:ZE:763570002:ATOUMOD105",
"stopSequence": 9
}
],
"timestamp": "1775560082",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD105:Line:350210009:LOC",
"tripId": "ATOUMOD105:ServiceJourney:5356147679690752x12:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3747854x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 77,
"time": "1775557807"
},
"departure": {
"delay": 77,
"time": "1775557817"
},
"stopId": "FR:50129:ZE:10ODR2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 52,
"time": "1775557507"
},
"departure": {
"delay": 52,
"time": "1775557552"
},
"stopId": "FR:50129:ZE:10MTT2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 32,
"time": "1775556982"
},
"departure": {
"delay": 32,
"time": "1775556992"
},
"stopId": "FR:50129:ZE:10REN2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 11,
"time": "1775557009"
},
"departure": {
"delay": 11,
"time": "1775557031"
},
"stopId": "FR:50129:ZE:10CUR2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 13,
"time": "1775557160"
},
"departure": {
"delay": 13,
"time": "1775557213"
},
"stopId": "FR:50129:ZE:10CSM2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 205,
"time": "1775558235"
},
"departure": {
"delay": 205,
"time": "1775558305"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 28,
"time": "1775556704"
},
"departure": {
"delay": 28,
"time": "1775556748"
},
"stopId": "FR:50129:ZE:10CEN2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 102,
"time": "1775557636"
},
"departure": {
"delay": 102,
"time": "1775557662"
},
"stopId": "FR:50129:ZE:10RUC2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 35,
"time": "1775556875"
},
"departure": {
"delay": 35,
"time": "1775556875"
},
"stopId": "FR:50129:ZE:10GNT2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 37,
"time": "1775557461"
},
"departure": {
"delay": 37,
"time": "1775557477"
},
"stopId": "FR:50129:ZE:10SEX2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": -1,
"time": "1775557070"
},
"departure": {
"delay": -1,
"time": "1775557079"
},
"stopId": "FR:50129:ZE:10DEB2:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 192,
"time": "1775558080"
},
"departure": {
"delay": 192,
"time": "1775558172"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 230,
"time": "1775558360"
},
"departure": {
"delay": 230,
"time": "1775558390"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 97,
"time": "1775557921"
},
"departure": {
"delay": 97,
"time": "1775557957"
},
"stopId": "FR:50129:ZE:10JAR2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 81,
"time": "1775556828"
},
"departure": {
"delay": 81,
"time": "1775556861"
},
"stopId": "FR:50129:ZE:10BOC2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 223,
"time": "1775558519"
},
"departure": {
"delay": 223,
"time": "1775558563"
},
"stopId": "FR:50129:ZE:10PLx1:ATOUMOD035",
"stopSequence": 24
},
{
"departure": {
"delay": 47,
"time": "1775556647"
},
"stopId": "FR:50129:ZE:10MXR2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 156,
"time": "1775558676"
},
"stopId": "FR:50129:ZE:10SHU2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 207,
"time": "1775558447"
},
"departure": {
"delay": 207,
"time": "1775558487"
},
"stopId": "FR:50129:ZE:10HDV1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 108,
"time": "1775557571"
},
"departure": {
"delay": 108,
"time": "1775557608"
},
"stopId": "FR:50129:ZE:10BSJ2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": -9,
"time": "1775556933"
},
"departure": {
"delay": -9,
"time": "1775556951"
},
"stopId": "FR:50129:ZE:10LOG2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 97,
"time": "1775557882"
},
"departure": {
"delay": 97,
"time": "1775557897"
},
"stopId": "FR:50129:ZE:10BOS2:ATOUMOD035",
"stopSequence": 18
}
],
"timestamp": "1775560073",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:04:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3747854x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx19369:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 24890,
"time": "1775557728"
},
"departure": {
"delay": 24890,
"time": "1775557730"
},
"stopId": "FR:76540:ZE:TCARxCECIL2:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 24864,
"time": "1775557926"
},
"departure": {
"delay": 24864,
"time": "1775558004"
},
"stopId": "FR:76540:ZE:TCARxCAMIT2:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 24928,
"time": "1775557779"
},
"departure": {
"delay": 24928,
"time": "1775557828"
},
"stopId": "FR:76540:ZE:TCARxORLET4:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 24718,
"time": "1775558191"
},
"departure": {
"delay": 24718,
"time": "1775558278"
},
"stopId": "FR:76540:ZE:TCARxRIBOT2:ATOUMOD001",
"stopSequence": 6
}
],
"timestamp": "1775557558",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx95:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx19369:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx15406:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 13674,
"time": "1775559774"
},
"departure": {
"delay": 13674,
"time": "1775559774"
},
"stopId": "FR:76108:ZE:TCARxADENA1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 13634,
"time": "1775560214"
},
"departure": {
"delay": 13634,
"time": "1775560214"
},
"stopId": "FR:76451:ZE:TCARxCOQU21:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 13805,
"time": "1775559305"
},
"departure": {
"delay": 13805,
"time": "1775559305"
},
"stopId": "FR:76095:ZE:TCARxLOMBA1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 13688,
"time": "1775559548"
},
"departure": {
"delay": 13688,
"time": "1775559548"
},
"stopId": "FR:76108:ZE:TCARxBGUI21:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 13751,
"time": "1775559131"
},
"departure": {
"delay": 13751,
"time": "1775559131"
},
"stopId": "FR:76540:ZE:TCARxTAMAR5:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 13583,
"time": "1775561423"
},
"departure": {
"delay": 13583,
"time": "1775561423"
},
"stopId": "FR:76410:ZE:TCARxMASUD2:ATOUMOD001",
"stopSequence": 33
},
{
"arrival": {
"delay": 13575,
"time": "1775560575"
},
"departure": {
"delay": 13575,
"time": "1775560575"
},
"stopId": "FR:76451:ZE:TCARxCROIX2:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 13575,
"time": "1775561055"
},
"departure": {
"delay": 13575,
"time": "1775561055"
},
"stopId": "FR:76410:ZE:TCARxMMAIR0:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 13681,
"time": "1775560141"
},
"departure": {
"delay": 13681,
"time": "1775560141"
},
"stopId": "FR:76451:ZE:TCARxHDVBE2:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 13676,
"time": "1775559836"
},
"departure": {
"delay": 13676,
"time": "1775559836"
},
"stopId": "FR:76451:ZE:TCARxCHEFO2:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 13622,
"time": "1775560982"
},
"departure": {
"delay": 13622,
"time": "1775560982"
},
"stopId": "FR:76410:ZE:TCARxARCON2:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 13575,
"time": "1775560455"
},
"departure": {
"delay": 13575,
"time": "1775560455"
},
"stopId": "FR:76451:ZE:TCARxVAREN1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 13722,
"time": "1775559402"
},
"departure": {
"delay": 13722,
"time": "1775559402"
},
"stopId": "FR:76108:ZE:TCARxHERBE2:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 13733,
"time": "1775558873"
},
"departure": {
"delay": 13733,
"time": "1775558873"
},
"stopId": "FR:76540:ZE:TCARxLECOQ1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 13596,
"time": "1775561496"
},
"departure": {
"delay": 13596,
"time": "1775561496"
},
"stopId": "FR:76410:ZE:TCARxZAMAI2:ATOUMOD001",
"stopSequence": 35
},
{
"arrival": {
"delay": 13634,
"time": "1775560274"
},
"departure": {
"delay": 13634,
"time": "1775560274"
},
"stopId": "FR:76451:ZE:TCARxCOLBE1:ATOUMOD001",
"stopSequence": 22
},
{
"departure": {
"delay": 13680,
"time": "1775558820"
},
"stopId": "FR:76540:ZE:TCARxLYFLA3:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 13740,
"time": "1775559600"
},
"departure": {
"delay": 13740,
"time": "1775559600"
},
"stopId": "FR:76108:ZE:TCARxMAXPO2:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 13624,
"time": "1775561464"
},
"departure": {
"delay": 13624,
"time": "1775561464"
},
"stopId": "FR:76410:ZE:TCARxSIGNA3:ATOUMOD001",
"stopSequence": 34
},
{
"arrival": {
"delay": 13600,
"time": "1775561380"
},
"departure": {
"delay": 13600,
"time": "1775561380"
},
"stopId": "FR:76410:ZE:TCARxMAROY2:ATOUMOD001",
"stopSequence": 32
},
{
"arrival": {
"delay": 13575,
"time": "1775561535"
},
"stopId": "FR:76410:ZE:TCARxMAINE2:ATOUMOD001",
"stopSequence": 36
},
{
"arrival": {
"delay": 13663,
"time": "1775559703"
},
"departure": {
"delay": 13663,
"time": "1775559703"
},
"stopId": "FR:76108:ZE:TCARxVIELL1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 13808,
"time": "1775559198"
},
"departure": {
"delay": 13808,
"time": "1775559248"
},
"stopId": "FR:76095:ZE:TCARxCIMEB2:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 13620,
"time": "1775561280"
},
"departure": {
"delay": 13620,
"time": "1775561280"
},
"stopId": "FR:76410:ZE:TCARxFOURA2:ATOUMOD001",
"stopSequence": 31
},
{
"arrival": {
"delay": 13575,
"time": "1775560875"
},
"departure": {
"delay": 13575,
"time": "1775560875"
},
"stopId": "FR:76410:ZE:TCARxDLUNE5:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 13604,
"time": "1775560844"
},
"departure": {
"delay": 13604,
"time": "1775560844"
},
"stopId": "FR:76474:ZE:TCARxGARMA2:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 13590,
"time": "1775561130"
},
"departure": {
"delay": 13590,
"time": "1775561130"
},
"stopId": "FR:76410:ZE:TCARxMACIM2:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": 13738,
"time": "1775558998"
},
"departure": {
"delay": 13738,
"time": "1775558998"
},
"stopId": "FR:76540:ZE:TCARxEVREU0:ATOUMOD001",
"stopSequence": 5
}
],
"timestamp": "1775558236",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx10:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx15406:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN3313F405370x2026x03x29T20x55x37Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1775559540"
},
"stopId": "FR:75108:ZE:StopPointxOCETrainxTERx87384008:ATOUMOD002",
"stopSequence": 10
},
{
"arrival": {
"time": "1775568360"
},
"departure": {
"time": "1775568420"
},
"stopId": "FR:50356:ZE:StopPointxOCETrainxTERx87447219:ATOUMOD002",
"stopSequence": 22
},
{
"arrival": {
"time": "1775569860"
},
"departure": {
"time": "1775569920"
},
"stopId": "FR:50615:ZE:StopPointxOCETrainxTERx87447284:ATOUMOD002",
"stopSequence": 26
},
{
"arrival": {
"time": "1775566380"
},
"departure": {
"time": "1775566560"
},
"stopId": "FR:14118:ZE:StopPointxOCETrainxTERx87444000:ATOUMOD002",
"stopSequence": 18
},
{
"arrival": {
"time": "1775570820"
},
"stopId": "FR:50129:ZE:StopPointxOCETrainxTERx87444877:ATOUMOD002",
"stopSequence": 27
},
{
"arrival": {
"time": "1775567460"
},
"departure": {
"time": "1775567520"
},
"stopId": "FR:14047:ZE:StopPointxOCETrainxTERx87444067:ATOUMOD002",
"stopSequence": 20
},
{
"arrival": {
"time": "1775569020"
},
"departure": {
"time": "1775569080"
},
"stopId": "FR:50099:ZE:StopPointxOCETrainxTERx87447243:ATOUMOD002",
"stopSequence": 24
}
],
"timestamp": "1775555936",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD002:Line:FRxLinexx66849E04x284Fx47D7x8795x4C925C6ED66Fx:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN3313F405370x2026x03x29T20x55x37Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC596126:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -151,
"time": "1775564249"
},
"departure": {
"delay": -151,
"time": "1775564249"
},
"stopId": "FR:27229:ZE:0xSTA02:ATOUMOD004",
"stopSequence": 17
},
{
"arrival": {
"delay": -98,
"time": "1775563522"
},
"departure": {
"delay": -98,
"time": "1775563522"
},
"stopId": "FR:27229:ZE:0xPJJ02:ATOUMOD004",
"stopSequence": 10
},
{
"arrival": {
"delay": -175,
"time": "1775564105"
},
"departure": {
"delay": -175,
"time": "1775564105"
},
"stopId": "FR:27229:ZE:0xMFO02:ATOUMOD004",
"stopSequence": 16
},
{
"arrival": {
"delay": -164,
"time": "1775563756"
},
"departure": {
"delay": -164,
"time": "1775563756"
},
"stopId": "FR:27229:ZE:0xHOT01:ATOUMOD004",
"stopSequence": 13
},
{
"arrival": {
"delay": -165,
"time": "1775565195"
},
"departure": {
"delay": -165,
"time": "1775565195"
},
"stopId": "FR:27602:ZE:0xCLC01:ATOUMOD004",
"stopSequence": 28
},
{
"arrival": {
"delay": -210,
"time": "1775565330"
},
"departure": {
"delay": -210,
"time": "1775565330"
},
"stopId": "FR:27602:ZE:0xRGO01:ATOUMOD004",
"stopSequence": 30
},
{
"arrival": {
"delay": -180,
"time": "1775564580"
},
"departure": {
"delay": -180,
"time": "1775564580"
},
"stopId": "FR:27602:ZE:0xBOU01:ATOUMOD004",
"stopSequence": 22
},
{
"arrival": {
"delay": -141,
"time": "1775564679"
},
"departure": {
"delay": -141,
"time": "1775564679"
},
"stopId": "FR:27602:ZE:0xBAU01:ATOUMOD004",
"stopSequence": 23
},
{
"arrival": {
"delay": -98,
"time": "1775563582"
},
"departure": {
"delay": -98,
"time": "1775563582"
},
"stopId": "FR:27229:ZE:0xJAU02:ATOUMOD004",
"stopSequence": 11
},
{
"arrival": {
"delay": -107,
"time": "1775563993"
},
"departure": {
"delay": -107,
"time": "1775563993"
},
"stopId": "FR:27229:ZE:0xTAU02:ATOUMOD004",
"stopSequence": 15
},
{
"arrival": {
"delay": -214,
"time": "1775564366"
},
"departure": {
"delay": -214,
"time": "1775564366"
},
"stopId": "FR:27229:ZE:0xHON02:ATOUMOD004",
"stopSequence": 20
},
{
"arrival": {
"delay": -167,
"time": "1775564953"
},
"departure": {
"delay": -167,
"time": "1775564953"
},
"stopId": "FR:27602:ZE:0xLES01:ATOUMOD004",
"stopSequence": 26
},
{
"arrival": {
"delay": -249,
"time": "1775565471"
},
"stopId": "FR:27602:ZE:0xROU01:ATOUMOD004",
"stopSequence": 32
},
{
"arrival": {
"delay": 24,
"time": "1775563224"
},
"departure": {
"delay": 24,
"time": "1775563224"
},
"stopId": "FR:27229:ZE:0xSUC01:ATOUMOD004",
"stopSequence": 7
},
{
"arrival": {
"delay": -176,
"time": "1775564524"
},
"departure": {
"delay": -176,
"time": "1775564524"
},
"stopId": "FR:27602:ZE:0xWAL01:ATOUMOD004",
"stopSequence": 21
},
{
"arrival": {
"delay": -49,
"time": "1775563391"
},
"departure": {
"delay": -49,
"time": "1775563391"
},
"stopId": "FR:27229:ZE:0xLYT01:ATOUMOD004",
"stopSequence": 9
},
{
"arrival": {
"delay": -199,
"time": "1775565401"
},
"departure": {
"delay": -199,
"time": "1775565401"
},
"stopId": "FR:27602:ZE:0xMOI01:ATOUMOD004",
"stopSequence": 31
},
{
"arrival": {
"delay": -141,
"time": "1775564799"
},
"departure": {
"delay": -141,
"time": "1775564799"
},
"stopId": "FR:27602:ZE:0xBVE01:ATOUMOD004",
"stopSequence": 25
},
{
"arrival": {
"delay": -161,
"time": "1775564719"
},
"departure": {
"delay": -161,
"time": "1775564719"
},
"stopId": "FR:27602:ZE:0xALI01:ATOUMOD004",
"stopSequence": 24
},
{
"arrival": {
"delay": -165,
"time": "1775565135"
},
"departure": {
"delay": -165,
"time": "1775565135"
},
"stopId": "FR:27602:ZE:0xCLN01:ATOUMOD004",
"stopSequence": 27
},
{
"arrival": {
"delay": -98,
"time": "1775563642"
},
"departure": {
"delay": -98,
"time": "1775563642"
},
"stopId": "FR:27229:ZE:0xHAP02:ATOUMOD004",
"stopSequence": 12
},
{
"departure": {
"time": "1775563200"
},
"stopId": "FR:27229:ZE:0xZIIC03:ATOUMOD004",
"stopSequence": 6
},
{
"arrival": {
"delay": -145,
"time": "1775563835"
},
"departure": {
"delay": -145,
"time": "1775563835"
},
"stopId": "FR:27229:ZE:0xCHA01:ATOUMOD004",
"stopSequence": 14
},
{
"arrival": {
"delay": -160,
"time": "1775564300"
},
"departure": {
"delay": -160,
"time": "1775564300"
},
"stopId": "FR:27229:ZE:0xQUI02:ATOUMOD004",
"stopSequence": 18
},
{
"arrival": {
"delay": -182,
"time": "1775565238"
},
"departure": {
"delay": -182,
"time": "1775565238"
},
"stopId": "FR:27602:ZE:0xHEP02:ATOUMOD004",
"stopSequence": 29
},
{
"arrival": {
"delay": 7,
"time": "1775563267"
},
"departure": {
"delay": 7,
"time": "1775563267"
},
"stopId": "FR:27229:ZE:0xVUL01:ATOUMOD004",
"stopSequence": 8
}
],
"timestamp": "1775560081",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD004:Line:T4:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC596126:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx18033:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 14700,
"time": "1775556900"
},
"stopId": "FR:76157:ZE:TCARxHOUDE:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 14400,
"time": "1775558640"
},
"departure": {
"delay": 14400,
"time": "1775558640"
},
"stopId": "FR:76410:ZE:TCARxCLAIR2:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 14460,
"time": "1775558460"
},
"departure": {
"delay": 14460,
"time": "1775558460"
},
"stopId": "FR:76216:ZE:TCARxJFERR1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 14100,
"time": "1775559240"
},
"departure": {
"delay": 14100,
"time": "1775559240"
},
"stopId": "FR:76474:ZE:TCARxPREVE0:ATOUMOD001",
"stopSequence": 31
},
{
"arrival": {
"delay": 14600,
"time": "1775557340"
},
"departure": {
"delay": 14600,
"time": "1775557340"
},
"stopId": "FR:76157:ZE:TCARxBUCHH0:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 14520,
"time": "1775558160"
},
"departure": {
"delay": 14520,
"time": "1775558160"
},
"stopId": "FR:76540:ZE:TCARxRBAPE1:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 14460,
"time": "1775557980"
},
"departure": {
"delay": 14460,
"time": "1775557980"
},
"stopId": "FR:76540:ZE:TCARxRIBOU5:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 14520,
"time": "1775558280"
},
"departure": {
"delay": 14520,
"time": "1775558280"
},
"stopId": "FR:76216:ZE:TCARxSIMEO1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 14700,
"time": "1775556960"
},
"departure": {
"delay": 14700,
"time": "1775556960"
},
"stopId": "FR:76157:ZE:TCARxIDEFH2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 14640,
"time": "1775557380"
},
"departure": {
"delay": 14640,
"time": "1775557380"
},
"stopId": "FR:76157:ZE:TCARxPISCC0:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 14480,
"time": "1775558240"
},
"departure": {
"delay": 14480,
"time": "1775558240"
},
"stopId": "FR:76216:ZE:TCARxPEUPL1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 14715,
"time": "1775556975"
},
"departure": {
"delay": 14715,
"time": "1775556975"
},
"stopId": "FR:76157:ZE:TCARxLEFEB0:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 14160,
"time": "1775559060"
},
"departure": {
"delay": 14160,
"time": "1775559060"
},
"stopId": "FR:76474:ZE:TCARxEGLIB1:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 14640,
"time": "1775557080"
},
"departure": {
"delay": 14640,
"time": "1775557080"
},
"stopId": "FR:76157:ZE:TCARxDOCRO2:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 14640,
"time": "1775557200"
},
"departure": {
"delay": 14640,
"time": "1775557200"
},
"stopId": "FR:76157:ZE:TCARxGORGO0:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 14220,
"time": "1775558940"
},
"departure": {
"delay": 14220,
"time": "1775558940"
},
"stopId": "FR:76410:ZE:TCARxMOULI4:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 14460,
"time": "1775558340"
},
"departure": {
"delay": 14460,
"time": "1775558340"
},
"stopId": "FR:76216:ZE:TCARxFRESN2:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 14100,
"time": "1775559120"
},
"departure": {
"delay": 14100,
"time": "1775559120"
},
"stopId": "FR:76474:ZE:TCARxCIMNB0:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": 14520,
"time": "1775558220"
},
"departure": {
"delay": 14520,
"time": "1775558220"
},
"stopId": "FR:76216:ZE:TCARxLACAC1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 14300,
"time": "1775558660"
},
"departure": {
"delay": 14300,
"time": "1775558660"
},
"stopId": "FR:76410:ZE:TCARxPETIT1:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 14580,
"time": "1775557440"
},
"departure": {
"delay": 14580,
"time": "1775557440"
},
"stopId": "FR:76157:ZE:TCARxTJAUR3:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 14220,
"time": "1775558760"
},
"departure": {
"delay": 14220,
"time": "1775558760"
},
"stopId": "FR:76410:ZE:TCARxMAROM2:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 14220,
"time": "1775558820"
},
"departure": {
"delay": 14220,
"time": "1775558820"
},
"stopId": "FR:76410:ZE:TCARxARCON1:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 14640,
"time": "1775557260"
},
"departure": {
"delay": 14640,
"time": "1775557260"
},
"stopId": "FR:76157:ZE:TCARxECURE0:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 14640,
"time": "1775557020"
},
"departure": {
"delay": 14640,
"time": "1775557020"
},
"stopId": "FR:76157:ZE:TCARxTOUYE3:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 14580,
"time": "1775557800"
},
"departure": {
"delay": 14580,
"time": "1775557800"
},
"stopId": "FR:76540:ZE:TCARxMIN6:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 14670,
"time": "1775556990"
},
"departure": {
"delay": 14670,
"time": "1775556990"
},
"stopId": "FR:76157:ZE:TCARxBELVE0:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 13980,
"time": "1775559300"
},
"stopId": "FR:76474:ZE:TCARxEMOUL0:ATOUMOD001",
"stopSequence": 32
},
{
"arrival": {
"delay": 14640,
"time": "1775557320"
},
"departure": {
"delay": 14640,
"time": "1775557320"
},
"stopId": "FR:76157:ZE:TCARxMERAI0:ATOUMOD001",
"stopSequence": 10
}
],
"timestamp": "1775554898",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx35:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx18033:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4056566x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 184,
"time": "1775560384"
},
"departure": {
"delay": 184,
"time": "1775560384"
},
"stopId": "FR:76351:ZE:3495:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 205,
"time": "1775560465"
},
"departure": {
"delay": 205,
"time": "1775560465"
},
"stopId": "FR:76351:ZE:3320:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": 183,
"time": "1775561103"
},
"stopId": "FR:76351:ZE:4865:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": 197,
"time": "1775560577"
},
"departure": {
"delay": 197,
"time": "1775560577"
},
"stopId": "FR:76351:ZE:3657:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 183,
"time": "1775560503"
},
"departure": {
"delay": 183,
"time": "1775560503"
},
"stopId": "FR:76351:ZE:3188:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": 183,
"time": "1775560143"
},
"departure": {
"delay": 183,
"time": "1775560143"
},
"stopId": "FR:76351:ZE:4652:ATOUMOD003",
"stopSequence": 12
},
{
"departure": {
"delay": 216,
"time": "1775560056"
},
"stopId": "FR:76351:ZE:3069:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 206,
"time": "1775560226"
},
"departure": {
"delay": 206,
"time": "1775560226"
},
"stopId": "FR:76351:ZE:3571:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 183,
"time": "1775560743"
},
"departure": {
"delay": 183,
"time": "1775560743"
},
"stopId": "FR:76351:ZE:4640:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": 213,
"time": "1775560893"
},
"departure": {
"delay": 213,
"time": "1775560893"
},
"stopId": "FR:76351:ZE:3579:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": 198,
"time": "1775560938"
},
"departure": {
"delay": 198,
"time": "1775560938"
},
"stopId": "FR:76351:ZE:4768:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": 216,
"time": "1775560296"
},
"departure": {
"delay": 216,
"time": "1775560296"
},
"stopId": "FR:76351:ZE:3179:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": 201,
"time": "1775560821"
},
"departure": {
"delay": 201,
"time": "1775560821"
},
"stopId": "FR:76351:ZE:3280:ATOUMOD003",
"stopSequence": 21
}
],
"timestamp": "1775560049",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:C2:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4056566x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx16713:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -13020,
"time": "1775562300"
},
"departure": {
"delay": -13020,
"time": "1775562300"
},
"stopId": "FR:76095:ZE:TCARxDELAT1:ATOUMOD001",
"stopSequence": 36
},
{
"arrival": {
"delay": -12802,
"time": "1775561558"
},
"departure": {
"delay": -12802,
"time": "1775561558"
},
"stopId": "FR:76540:ZE:TCARxBEAU3:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": -12780,
"time": "1775560440"
},
"departure": {
"delay": -12780,
"time": "1775560440"
},
"stopId": "FR:76599:ZE:TCARxWADDI1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": -12981,
"time": "1775562159"
},
"departure": {
"delay": -12981,
"time": "1775562159"
},
"stopId": "FR:76095:ZE:TCARxPISCB1:ATOUMOD001",
"stopSequence": 34
},
{
"arrival": {
"delay": -13014,
"time": "1775562246"
},
"departure": {
"delay": -13014,
"time": "1775562246"
},
"stopId": "FR:76095:ZE:TCARxJOSEP1:ATOUMOD001",
"stopSequence": 35
},
{
"arrival": {
"delay": -12905,
"time": "1775561935"
},
"departure": {
"delay": -12905,
"time": "1775561935"
},
"stopId": "FR:76095:ZE:TCARxCVICT1:ATOUMOD001",
"stopSequence": 31
},
{
"arrival": {
"delay": -12689,
"time": "1775560291"
},
"departure": {
"delay": -12689,
"time": "1775560291"
},
"stopId": "FR:76599:ZE:TCARxPICAU1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": -12840,
"time": "1775560860"
},
"departure": {
"delay": -12840,
"time": "1775560860"
},
"stopId": "FR:76540:ZE:TCARxCIMMG1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": -12810,
"time": "1775560950"
},
"departure": {
"delay": -12810,
"time": "1775560950"
},
"stopId": "FR:76540:ZE:TCARxCNEUF1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": -12792,
"time": "1775560728"
},
"departure": {
"delay": -12792,
"time": "1775560728"
},
"stopId": "FR:76540:ZE:TCARxVERGE1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": -12707,
"time": "1775560393"
},
"departure": {
"delay": -12707,
"time": "1775560393"
},
"stopId": "FR:76599:ZE:TCARxTRIA11:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": -12797,
"time": "1775561023"
},
"departure": {
"delay": -12797,
"time": "1775561023"
},
"stopId": "FR:76540:ZE:TCARxMARTA:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": -12780,
"time": "1775560680"
},
"departure": {
"delay": -12780,
"time": "1775560680"
},
"stopId": "FR:76540:ZE:TCARxCHASS1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": -12804,
"time": "1775561496"
},
"departure": {
"delay": -12804,
"time": "1775561496"
},
"stopId": "FR:76540:ZE:TCARxLYCOR1:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": -13020,
"time": "1775562060"
},
"departure": {
"delay": -13020,
"time": "1775562060"
},
"stopId": "FR:76095:ZE:TCARxCOLMI2:ATOUMOD001",
"stopSequence": 32
},
{
"arrival": {
"delay": -12723,
"time": "1775560497"
},
"departure": {
"delay": -12723,
"time": "1775560497"
},
"stopId": "FR:76599:ZE:TCARxFONTA1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": -12733,
"time": "1775560607"
},
"departure": {
"delay": -12733,
"time": "1775560607"
},
"stopId": "FR:76540:ZE:TCARxREPAI1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": -12726,
"time": "1775560374"
},
"departure": {
"delay": -12726,
"time": "1775560374"
},
"stopId": "FR:76599:ZE:TCARxVERBU1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -12686,
"time": "1775560174"
},
"departure": {
"delay": -12686,
"time": "1775560174"
},
"stopId": "FR:76599:ZE:TCARxEAUVI1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": -12711,
"time": "1775560089"
},
"departure": {
"delay": -12711,
"time": "1775560089"
},
"stopId": "FR:76560:ZE:TCARxHETRA1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -12693,
"time": "1775560227"
},
"departure": {
"delay": -12693,
"time": "1775560227"
},
"stopId": "FR:76599:ZE:TCARxSLMAI1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": -12720,
"time": "1775560140"
},
"departure": {
"delay": -12720,
"time": "1775560140"
},
"stopId": "FR:76599:ZE:TCARxREGLI1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -12720,
"time": "1775560320"
},
"departure": {
"delay": -12720,
"time": "1775560320"
},
"stopId": "FR:76599:ZE:TCARxLAVOI1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": -12769,
"time": "1775560631"
},
"departure": {
"delay": -12769,
"time": "1775560631"
},
"stopId": "FR:76540:ZE:TCARxBROCH1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": -12840,
"time": "1775561460"
},
"departure": {
"delay": -12840,
"time": "1775561460"
},
"stopId": "FR:76540:ZE:TCARxHVR2:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": -12791,
"time": "1775561089"
},
"departure": {
"delay": -12791,
"time": "1775561089"
},
"stopId": "FR:76540:ZE:TCARxBECQU1:ATOUMOD001",
"stopSequence": 22
},
{
"departure": {
"delay": -12720,
"time": "1775560080"
},
"stopId": "FR:76560:ZE:TCARxMEPIN1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": -12729,
"time": "1775560551"
},
"departure": {
"delay": -12729,
"time": "1775560551"
},
"stopId": "FR:76540:ZE:TCARxLOREL1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": -12981,
"time": "1775562099"
},
"departure": {
"delay": -12981,
"time": "1775562099"
},
"stopId": "FR:76095:ZE:TCARxFLOQU1:ATOUMOD001",
"stopSequence": 33
}
],
"timestamp": "1775559897",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx20:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx16713:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3758424x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775560053"
},
"departure": {
"time": "1775559960"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 204,
"time": "1775558567"
},
"departure": {
"delay": 204,
"time": "1775558604"
},
"stopId": "FR:50041:ZE:HAGGR1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 105,
"time": "1775558170"
},
"departure": {
"delay": 105,
"time": "1775558205"
},
"stopId": "FR:50041:ZE:HAGFY1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 218,
"time": "1775559608"
},
"departure": {
"delay": 218,
"time": "1775559638"
},
"stopId": "FR:50129:ZE:10PET1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 120,
"time": "1775560560"
},
"departure": {
"delay": 120,
"time": "1775560560"
},
"stopId": "FR:50129:ZE:10PLA4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 226,
"time": "1775559913"
},
"departure": {
"delay": 226,
"time": "1775559946"
},
"stopId": "FR:50129:ZE:10LSA1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 207,
"time": "1775559673"
},
"departure": {
"delay": 207,
"time": "1775559687"
},
"stopId": "FR:50129:ZE:10HME1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 120,
"time": "1775560380"
},
"departure": {
"delay": 120,
"time": "1775560380"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 120,
"time": "1775560140"
},
"departure": {
"delay": 120,
"time": "1775560140"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 16
},
{
"departure": {
"delay": 78,
"time": "1775557578"
},
"stopId": "FR:50041:ZE:HAGOLL:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 254,
"time": "1775559382"
},
"departure": {
"delay": 254,
"time": "1775559434"
},
"stopId": "FR:50129:ZE:QQVPL2:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 201,
"time": "1775558980"
},
"departure": {
"delay": 201,
"time": "1775559021"
},
"stopId": "FR:50041:ZE:HAGMF1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 120,
"time": "1775560260"
},
"departure": {
"delay": 120,
"time": "1775560260"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 120,
"time": "1775560440"
},
"departure": {
"delay": 120,
"time": "1775560440"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 264,
"time": "1775559556"
},
"departure": {
"delay": 264,
"time": "1775559564"
},
"stopId": "FR:50129:ZE:10DIX1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 199,
"time": "1775559781"
},
"departure": {
"delay": 199,
"time": "1775559799"
},
"stopId": "FR:50129:ZE:10CAQ1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 120,
"time": "1775560680"
},
"departure": {
"delay": 120,
"time": "1775560680"
},
"stopId": "FR:50129:ZE:10CRN2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 132,
"time": "1775558047"
},
"departure": {
"delay": 132,
"time": "1775558112"
},
"stopId": "FR:50041:ZE:HAGMA1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 80,
"time": "1775557891"
},
"departure": {
"delay": 80,
"time": "1775557940"
},
"stopId": "FR:50041:ZE:HAGCC1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 120,
"time": "1775560800"
},
"stopId": "FR:50129:ZE:10PEM4:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 207,
"time": "1775559066"
},
"departure": {
"delay": 207,
"time": "1775559147"
},
"stopId": "FR:50041:ZE:HAGBG1:ATOUMOD035",
"stopSequence": 7
}
],
"timestamp": "1775560075",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:A:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3758424x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4255679x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 23,
"time": "1775559683"
},
"departure": {
"delay": 23,
"time": "1775559683"
},
"stopId": "FR:76341:ZE:3244:ATOUMOD003",
"stopSequence": 37
},
{
"departure": {
"delay": 22,
"time": "1775559562"
},
"stopId": "FR:76341:ZE:4431:ATOUMOD003",
"stopSequence": 34
},
{
"arrival": {
"delay": 35,
"time": "1775560295"
},
"departure": {
"delay": 35,
"time": "1775560295"
},
"stopId": "FR:76305:ZE:4479:ATOUMOD003",
"stopSequence": 47
},
{
"arrival": {
"delay": 52,
"time": "1775560252"
},
"departure": {
"delay": 52,
"time": "1775560252"
},
"stopId": "FR:76305:ZE:4478:ATOUMOD003",
"stopSequence": 46
},
{
"departure": {
"delay": 37,
"time": "1775559637"
},
"stopId": "FR:76341:ZE:3581:ATOUMOD003",
"stopSequence": 36
},
{
"departure": {
"delay": 60,
"time": "1775559720"
},
"stopId": "FR:76341:ZE:3060:ATOUMOD003",
"stopSequence": 38
},
{
"arrival": {
"delay": 68,
"time": "1775560208"
},
"departure": {
"delay": 68,
"time": "1775560208"
},
"stopId": "FR:76305:ZE:3575:ATOUMOD003",
"stopSequence": 45
},
{
"departure": {
"delay": 83,
"time": "1775559863"
},
"stopId": "FR:76305:ZE:4833:ATOUMOD003",
"stopSequence": 41
},
{
"departure": {
"delay": 81,
"time": "1775559321"
},
"stopId": "FR:76351:ZE:4984:ATOUMOD003",
"stopSequence": 33
},
{
"arrival": {
"delay": 84,
"time": "1775560344"
},
"departure": {
"delay": 84,
"time": "1775560344"
},
"stopId": "FR:76305:ZE:4480:ATOUMOD003",
"stopSequence": 48
},
{
"arrival": {
"delay": 76,
"time": "1775560096"
},
"departure": {
"delay": 76,
"time": "1775560096"
},
"stopId": "FR:76305:ZE:3190:ATOUMOD003",
"stopSequence": 43
},
{
"arrival": {
"delay": 22,
"time": "1775559622"
},
"departure": {
"delay": 22,
"time": "1775559622"
},
"stopId": "FR:76341:ZE:4570:ATOUMOD003",
"stopSequence": 35
},
{
"arrival": {
"delay": 34,
"time": "1775560174"
},
"departure": {
"delay": 34,
"time": "1775560174"
},
"stopId": "FR:76305:ZE:3683:ATOUMOD003",
"stopSequence": 44
},
{
"departure": {
"delay": 37,
"time": "1775559757"
},
"stopId": "FR:76305:ZE:3149:ATOUMOD003",
"stopSequence": 39
},
{
"departure": {
"delay": 28,
"time": "1775560048"
},
"stopId": "FR:76305:ZE:3098:ATOUMOD003",
"stopSequence": 42
},
{
"departure": {
"delay": 22,
"time": "1775559802"
},
"stopId": "FR:76305:ZE:3440:ATOUMOD003",
"stopSequence": 40
},
{
"arrival": {
"delay": 28,
"time": "1775560408"
},
"stopId": "FR:76305:ZE:3922:ATOUMOD003",
"stopSequence": 49
}
],
"timestamp": "1775559659",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:17:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4255679x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745188x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -112,
"time": "1775548413"
},
"departure": {
"delay": -112,
"time": "1775548448"
},
"stopId": "FR:50129:ZE:10PFO1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 1,
"time": "1775548679"
},
"departure": {
"delay": 1,
"time": "1775548741"
},
"stopId": "FR:50129:ZE:10BRA3:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": -8,
"time": "1775548805"
},
"departure": {
"delay": -8,
"time": "1775548852"
},
"stopId": "FR:50129:ZE:10BQR1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": -88,
"time": "1775549252"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": -4,
"time": "1775548043"
},
"departure": {
"delay": -4,
"time": "1775548076"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 7,
"time": "1775548297"
},
"departure": {
"delay": 7,
"time": "1775548327"
},
"stopId": "FR:50129:ZE:10CRC3:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 7,
"time": "1775548935"
},
"departure": {
"delay": 7,
"time": "1775548987"
},
"stopId": "FR:50129:ZE:10PRV1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 18,
"time": "1775547944"
},
"departure": {
"delay": 18,
"time": "1775547978"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 11,
"time": "1775549013"
},
"departure": {
"delay": 11,
"time": "1775549051"
},
"stopId": "FR:50129:ZE:10OLY1:ATOUMOD035",
"stopSequence": 16
},
{
"departure": {
"delay": 62,
"time": "1775547662"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"time": "1775549129"
},
"departure": {
"time": "1775549160"
},
"stopId": "FR:50129:ZE:10AMO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 43,
"time": "1775547833"
},
"departure": {
"delay": 43,
"time": "1775547883"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": -7,
"time": "1775548882"
},
"departure": {
"delay": -7,
"time": "1775548913"
},
"stopId": "FR:50129:ZE:10ANJ5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 10,
"time": "1775549072"
},
"departure": {
"delay": 10,
"time": "1775549110"
},
"stopId": "FR:50129:ZE:10EGL1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 9,
"time": "1775548112"
},
"departure": {
"delay": 9,
"time": "1775548149"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 5,
"time": "1775548012"
},
"departure": {
"delay": 5,
"time": "1775548025"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": -63,
"time": "1775548367"
},
"departure": {
"delay": -63,
"time": "1775548377"
},
"stopId": "FR:50129:ZE:10FOR3:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": -172,
"time": "1775548497"
},
"departure": {
"delay": -172,
"time": "1775548508"
},
"stopId": "FR:50129:ZE:10RTU1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 13,
"time": "1775547700"
},
"departure": {
"delay": 13,
"time": "1775547793"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 2
}
],
"timestamp": "1775560077",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1B:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745188x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx4617:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775561460"
},
"departure": {
"time": "1775561460"
},
"stopId": "FR:76681:ZE:TCARxSOTTE1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 19,
"time": "1775561239"
},
"departure": {
"delay": 19,
"time": "1775561239"
},
"stopId": "FR:76681:ZE:TCARxJUILL1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 22,
"time": "1775561062"
},
"departure": {
"delay": 22,
"time": "1775561062"
},
"stopId": "FR:76681:ZE:TCARxFAMIL1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 6,
"time": "1775560926"
},
"departure": {
"delay": 6,
"time": "1775560926"
},
"stopId": "FR:76575:ZE:TCARxRENAN1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 56,
"time": "1775560796"
},
"departure": {
"delay": 56,
"time": "1775560796"
},
"stopId": "FR:76575:ZE:TCARxBASTI1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 24,
"time": "1775561544"
},
"departure": {
"delay": 24,
"time": "1775561544"
},
"stopId": "FR:76681:ZE:TCARxGARIB1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 30,
"time": "1775561130"
},
"departure": {
"delay": 30,
"time": "1775561130"
},
"stopId": "FR:76681:ZE:TCARxJEZAY1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 18,
"time": "1775560998"
},
"departure": {
"delay": 18,
"time": "1775560998"
},
"stopId": "FR:76575:ZE:TCARxCOURS1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 39,
"time": "1775561619"
},
"departure": {
"delay": 39,
"time": "1775561619"
},
"stopId": "FR:76681:ZE:TCARxVOLTA1:ATOUMOD001",
"stopSequence": 11
},
{
"departure": {
"delay": 30,
"time": "1775560710"
},
"stopId": "FR:76575:ZE:TCARxUNIV21:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 40,
"time": "1775561680"
},
"departure": {
"delay": 40,
"time": "1775561680"
},
"stopId": "FR:76540:ZE:TCARxBALZA1:ATOUMOD001",
"stopSequence": 12
}
],
"timestamp": "1775560025",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx90:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx4617:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3758408x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 120,
"time": "1775557500"
},
"stopId": "FR:50184:ZE:FLAEN1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 19,
"time": "1775556504"
},
"departure": {
"delay": 19,
"time": "1775556619"
},
"stopId": "FR:50402:ZE:PIXLAN:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 1,
"time": "1775555490"
},
"departure": {
"delay": 1,
"time": "1775555521"
},
"stopId": "FR:50643:ZE:VIRMA2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": -9,
"time": "1775554688"
},
"departure": {
"delay": -9,
"time": "1775554731"
},
"stopId": "FR:50129:ZE:10ANJ8:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": -7,
"time": "1775555153"
},
"departure": {
"delay": -7,
"time": "1775555213"
},
"stopId": "FR:50575:ZE:SIDHC2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 1,
"time": "1775557002"
},
"departure": {
"delay": 1,
"time": "1775557021"
},
"stopId": "FR:50184:ZE:FLAHB2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 2,
"time": "1775555930"
},
"departure": {
"delay": 2,
"time": "1775555942"
},
"stopId": "FR:50045:ZE:BENBG2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 43,
"time": "1775556241"
},
"departure": {
"delay": 43,
"time": "1775556283"
},
"stopId": "FR:50402:ZE:PIXZAF:ATOUMOD035",
"stopSequence": 8
},
{
"departure": {
"delay": 11,
"time": "1775554511"
},
"stopId": "FR:50129:ZE:10PEM4:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 21,
"time": "1775555798"
},
"departure": {
"delay": 21,
"time": "1775555841"
},
"stopId": "FR:50045:ZE:BENCG2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": -6,
"time": "1775557182"
},
"departure": {
"delay": -6,
"time": "1775557194"
},
"stopId": "FR:50184:ZE:FLAES1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": -59,
"time": "1775554972"
},
"departure": {
"delay": -59,
"time": "1775554981"
},
"stopId": "FR:50294:ZE:MARPO2:ATOUMOD035",
"stopSequence": 3
}
],
"timestamp": "1775560081",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:B:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3758408x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3748434x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 239,
"time": "1775545965"
},
"departure": {
"delay": 239,
"time": "1775545979"
},
"stopId": "FR:50129:ZE:10LEC2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 293,
"time": "1775546298"
},
"departure": {
"delay": 293,
"time": "1775546333"
},
"stopId": "FR:50129:ZE:10HUI4:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 260,
"time": "1775545991"
},
"departure": {
"delay": 260,
"time": "1775546000"
},
"stopId": "FR:50129:ZE:10FRA2:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 283,
"time": "1775545462"
},
"departure": {
"delay": 283,
"time": "1775545483"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 373,
"time": "1775544711"
},
"departure": {
"delay": 373,
"time": "1775544853"
},
"stopId": "FR:50129:ZE:10MEN2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 228,
"time": "1775545699"
},
"departure": {
"delay": 228,
"time": "1775545728"
},
"stopId": "FR:50129:ZE:10POL2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 187,
"time": "1775544508"
},
"departure": {
"delay": 187,
"time": "1775544547"
},
"stopId": "FR:50129:ZE:10FJT1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 268,
"time": "1775545880"
},
"departure": {
"delay": 268,
"time": "1775545888"
},
"stopId": "FR:50129:ZE:10LEB2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 116,
"time": "1775544018"
},
"departure": {
"delay": 116,
"time": "1775544056"
},
"stopId": "FR:50129:ZE:10PFJ1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 288,
"time": "1775546174"
},
"departure": {
"delay": 288,
"time": "1775546208"
},
"stopId": "FR:50129:ZE:10EGL5:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 112,
"time": "1775544075"
},
"departure": {
"delay": 112,
"time": "1775544112"
},
"stopId": "FR:50129:ZE:10SAL1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 66,
"time": "1775543853"
},
"departure": {
"delay": 66,
"time": "1775543886"
},
"stopId": "FR:50129:ZE:10CDF1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 222,
"time": "1775546622"
},
"stopId": "FR:50129:ZE:10ZAG2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 305,
"time": "1775544902"
},
"departure": {
"delay": 305,
"time": "1775545085"
},
"stopId": "FR:50129:ZE:10SHU3:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 297,
"time": "1775546077"
},
"departure": {
"delay": 297,
"time": "1775546097"
},
"stopId": "FR:50129:ZE:10SMT2:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 264,
"time": "1775545203"
},
"departure": {
"delay": 264,
"time": "1775545224"
},
"stopId": "FR:50129:ZE:10FDC1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 155,
"time": "1775544441"
},
"departure": {
"delay": 155,
"time": "1775544455"
},
"stopId": "FR:50129:ZE:10CIM1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 259,
"time": "1775545301"
},
"departure": {
"delay": 259,
"time": "1775545339"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 268,
"time": "1775545268"
},
"departure": {
"delay": 268,
"time": "1775545288"
},
"stopId": "FR:50129:ZE:10CTR3:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 314,
"time": "1775546464"
},
"departure": {
"delay": 314,
"time": "1775546474"
},
"stopId": "FR:50129:ZE:10DAN2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 280,
"time": "1775545149"
},
"departure": {
"delay": 280,
"time": "1775545180"
},
"stopId": "FR:50129:ZE:10PHG2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 177,
"time": "1775544291"
},
"departure": {
"delay": 177,
"time": "1775544357"
},
"stopId": "FR:50129:ZE:10VOL1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 266,
"time": "1775546103"
},
"departure": {
"delay": 266,
"time": "1775546126"
},
"stopId": "FR:50129:ZE:10VAB2:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 43,
"time": "1775543915"
},
"departure": {
"delay": 43,
"time": "1775543923"
},
"stopId": "FR:50129:ZE:10BCP1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 187,
"time": "1775544379"
},
"departure": {
"delay": 187,
"time": "1775544427"
},
"stopId": "FR:50129:ZE:10RED1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 141,
"time": "1775544228"
},
"departure": {
"delay": 141,
"time": "1775544261"
},
"stopId": "FR:50129:ZE:10SAD1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 271,
"time": "1775545560"
},
"departure": {
"delay": 271,
"time": "1775545591"
},
"stopId": "FR:50129:ZE:10STA2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 101,
"time": "1775543971"
},
"departure": {
"delay": 101,
"time": "1775543981"
},
"stopId": "FR:50129:ZE:10COT1:ATOUMOD035",
"stopSequence": 4
},
{
"departure": {
"delay": 39,
"time": "1775543799"
},
"stopId": "FR:50129:ZE:10DIG1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 321,
"time": "1775546412"
},
"departure": {
"delay": 321,
"time": "1775546421"
},
"stopId": "FR:50129:ZE:10VIG2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 270,
"time": "1775545353"
},
"departure": {
"delay": 270,
"time": "1775545410"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 282,
"time": "1775546371"
},
"departure": {
"delay": 282,
"time": "1775546382"
},
"stopId": "FR:50129:ZE:10CRB2:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 230,
"time": "1775545654"
},
"departure": {
"delay": 230,
"time": "1775545670"
},
"stopId": "FR:50129:ZE:10LCO2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 127,
"time": "1775544131"
},
"departure": {
"delay": 127,
"time": "1775544187"
},
"stopId": "FR:50129:ZE:10ROS1:ATOUMOD035",
"stopSequence": 7
}
],
"timestamp": "1775560080",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:05:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3748434x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN850614F399689x2026x03x29T20x55x37Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775560980"
},
"departure": {
"time": "1775561040"
},
"stopId": "FR:76057:ZE:StopPointxOCETrainxTERx87411264:ATOUMOD002",
"stopSequence": 7
},
{
"arrival": {
"time": "1775563680"
},
"stopId": "FR:76561:ZE:StopPointxOCETrainxTERx87411173:ATOUMOD002",
"stopSequence": 22
},
{
"arrival": {
"time": "1775562480"
},
"departure": {
"time": "1775562600"
},
"stopId": "FR:76681:ZE:StopPointxOCETrainxTERx87411223:ATOUMOD002",
"stopSequence": 15
},
{
"arrival": {
"time": "1775561340"
},
"departure": {
"time": "1775561400"
},
"stopId": "FR:76366:ZE:StopPointxOCETrainxTERx87411256:ATOUMOD002",
"stopSequence": 9
},
{
"arrival": {
"time": "1775562000"
},
"departure": {
"time": "1775562180"
},
"stopId": "FR:76540:ZE:StopPointxOCETrainxTERx87411017:ATOUMOD002",
"stopSequence": 13
},
{
"arrival": {
"time": "1775560380"
},
"departure": {
"time": "1775560440"
},
"stopId": "FR:76456:ZE:StopPointxOCETrainxTERx87411280:ATOUMOD002",
"stopSequence": 3
},
{
"arrival": {
"time": "1775562780"
},
"departure": {
"time": "1775562840"
},
"stopId": "FR:76575:ZE:StopPointxOCETrainxTERx87411215:ATOUMOD002",
"stopSequence": 17
},
{
"departure": {
"time": "1775560020"
},
"stopId": "FR:76758:ZE:StopPointxOCETrainxTERx87413385:ATOUMOD002",
"stopSequence": 1
},
{
"arrival": {
"time": "1775560800"
},
"departure": {
"time": "1775560860"
},
"stopId": "FR:76495:ZE:StopPointxOCETrainxTERx87411272:ATOUMOD002",
"stopSequence": 5
},
{
"arrival": {
"time": "1775561580"
},
"departure": {
"time": "1775561640"
},
"stopId": "FR:76474:ZE:StopPointxOCETrainxTERx87411249:ATOUMOD002",
"stopSequence": 11
},
{
"arrival": {
"time": "1775563080"
},
"departure": {
"time": "1775563140"
},
"stopId": "FR:76484:ZE:StopPointxOCETrainxTERx87411207:ATOUMOD002",
"stopSequence": 19
}
],
"timestamp": "1775556416",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD002:Line:FRxLinexxde778414x6e3dx4bc7x9d9ax6bac6aed673fx:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN850614F399689x2026x03x29T20x55x37Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx15066:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 11027,
"time": "1775558507"
},
"departure": {
"delay": 11027,
"time": "1775558507"
},
"stopId": "FR:76216:ZE:TCARxJVERN1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 10931,
"time": "1775558065"
},
"departure": {
"delay": 10931,
"time": "1775558171"
},
"stopId": "FR:76451:ZE:TCARxVAREN1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 10825,
"time": "1775556805"
},
"departure": {
"delay": 10825,
"time": "1775556805"
},
"stopId": "FR:76108:ZE:TCARxVENIS1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 10931,
"time": "1775557285"
},
"departure": {
"delay": 10931,
"time": "1775557331"
},
"stopId": "FR:76451:ZE:TCARxEXUPE4:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 10934,
"time": "1775558831"
},
"departure": {
"delay": 10934,
"time": "1775558834"
},
"stopId": "FR:76216:ZE:TCARxJFERR0:ATOUMOD001",
"stopSequence": 28
},
{
"departure": {
"delay": 10800,
"time": "1775556600"
},
"stopId": "FR:76540:ZE:TCARxTAMAR5:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 10816,
"time": "1775556976"
},
"departure": {
"delay": 10816,
"time": "1775556976"
},
"stopId": "FR:76108:ZE:TCARxBGUI21:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 10857,
"time": "1775557557"
},
"departure": {
"delay": 10857,
"time": "1775557557"
},
"stopId": "FR:76451:ZE:TCARxCCOMM2:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 10871,
"time": "1775557031"
},
"departure": {
"delay": 10871,
"time": "1775557031"
},
"stopId": "FR:76108:ZE:TCARxMAXPO2:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 10839,
"time": "1775556759"
},
"departure": {
"delay": 10839,
"time": "1775556759"
},
"stopId": "FR:76108:ZE:TCARxREEDU1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 10907,
"time": "1775557606"
},
"departure": {
"delay": 10907,
"time": "1775557607"
},
"stopId": "FR:76451:ZE:TCARxFRECH1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 10781,
"time": "1775558981"
},
"stopId": "FR:76216:ZE:TCARxCAILL3:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": 10873,
"time": "1775557213"
},
"departure": {
"delay": 10873,
"time": "1775557213"
},
"stopId": "FR:76108:ZE:TCARxBOCQU4:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 10952,
"time": "1775557812"
},
"departure": {
"delay": 10952,
"time": "1775557832"
},
"stopId": "FR:76451:ZE:TCARxHDVBE2:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 10901,
"time": "1775557468"
},
"departure": {
"delay": 10901,
"time": "1775557481"
},
"stopId": "FR:76451:ZE:TCARxSAKHA0:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 10875,
"time": "1775556659"
},
"departure": {
"delay": 10875,
"time": "1775556675"
},
"stopId": "FR:76095:ZE:TCARxCIMEB2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 10863,
"time": "1775557683"
},
"departure": {
"delay": 10863,
"time": "1775557683"
},
"stopId": "FR:76451:ZE:TCARxGALLI1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 11031,
"time": "1775558631"
},
"departure": {
"delay": 11031,
"time": "1775558631"
},
"stopId": "FR:76216:ZE:TCARxMIREL1:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 11035,
"time": "1775558335"
},
"departure": {
"delay": 11035,
"time": "1775558335"
},
"stopId": "FR:76451:ZE:TCARxCROIX2:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 11052,
"time": "1775558406"
},
"departure": {
"delay": 11052,
"time": "1775558412"
},
"stopId": "FR:76451:ZE:TCARxDEBOI1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 10897,
"time": "1775557717"
},
"departure": {
"delay": 10897,
"time": "1775557717"
},
"stopId": "FR:76451:ZE:TCARxMURET1:ATOUMOD001",
"stopSequence": 15
}
],
"timestamp": "1775556116",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx08:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx15066:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC596639:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775559871"
},
"departure": {
"time": "1775559900"
},
"stopId": "FR:27229:ZE:0xKEN04:ATOUMOD004",
"stopSequence": 19
},
{
"arrival": {
"delay": -28,
"time": "1775559746"
},
"departure": {
"delay": -28,
"time": "1775559752"
},
"stopId": "FR:27229:ZE:0xJOL01:ATOUMOD004",
"stopSequence": 17
},
{
"arrival": {
"delay": -28,
"time": "1775559808"
},
"departure": {
"delay": -28,
"time": "1775559812"
},
"stopId": "FR:27229:ZE:0xPAS01:ATOUMOD004",
"stopSequence": 18
},
{
"arrival": {
"delay": -2,
"time": "1775560018"
},
"departure": {
"delay": -2,
"time": "1775560018"
},
"stopId": "FR:27229:ZE:0xRUG02:ATOUMOD004",
"stopSequence": 21
},
{
"arrival": {
"delay": -26,
"time": "1775560054"
},
"stopId": "FR:27229:ZE:0xMOL02:ATOUMOD004",
"stopSequence": 22
},
{
"arrival": {
"delay": 2,
"time": "1775559955"
},
"departure": {
"delay": 2,
"time": "1775559962"
},
"stopId": "FR:27229:ZE:0xVOL02:ATOUMOD004",
"stopSequence": 20
}
],
"timestamp": "1775559931",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD004:Line:T1:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC596639:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx17107:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -28346,
"time": "1775558309"
},
"departure": {
"delay": -28346,
"time": "1775558314"
},
"stopId": "FR:76540:ZE:TCARxSTVIV3:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": -28294,
"time": "1775557526"
},
"departure": {
"delay": -28294,
"time": "1775557526"
},
"stopId": "FR:76451:ZE:TCARxASSOC0:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -28326,
"time": "1775558034"
},
"departure": {
"delay": -28326,
"time": "1775558034"
},
"stopId": "FR:76540:ZE:TCARxBARTS0:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": -28453,
"time": "1775557187"
},
"departure": {
"delay": -28453,
"time": "1775557187"
},
"stopId": "FR:76451:ZE:TCARxCCOMM2:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": -28231,
"time": "1775559209"
},
"stopId": "FR:76540:ZE:TCARxBDARN1:ATOUMOD001",
"stopSequence": 33
},
{
"arrival": {
"delay": -28304,
"time": "1775557936"
},
"departure": {
"delay": -28304,
"time": "1775557936"
},
"stopId": "FR:76540:ZE:TCARxSVER7:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": -28296,
"time": "1775557836"
},
"departure": {
"delay": -28296,
"time": "1775557884"
},
"stopId": "FR:76540:ZE:TCARxGAREB1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": -28192,
"time": "1775558948"
},
"departure": {
"delay": -28192,
"time": "1775558948"
},
"stopId": "FR:76540:ZE:TCARxZURIC1:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": -28546,
"time": "1775557031"
},
"departure": {
"delay": -28546,
"time": "1775557034"
},
"stopId": "FR:76451:ZE:TCARxARON0:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -28435,
"time": "1775558159"
},
"departure": {
"delay": -28435,
"time": "1775558165"
},
"stopId": "FR:76540:ZE:TCARxHVR3:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": -28304,
"time": "1775557636"
},
"departure": {
"delay": -28304,
"time": "1775557636"
},
"stopId": "FR:76451:ZE:TCARxBULIN0:ATOUMOD001",
"stopSequence": 10
},
{
"departure": {
"delay": -28561,
"time": "1775556959"
},
"stopId": "FR:76451:ZE:TCARxPVTIN1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": -28326,
"time": "1775557674"
},
"departure": {
"delay": -28326,
"time": "1775557674"
},
"stopId": "FR:76451:ZE:TCARxMORIN0:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": -28358,
"time": "1775558362"
},
"departure": {
"delay": -28358,
"time": "1775558362"
},
"stopId": "FR:76540:ZE:TCARxCONSE0:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": -28286,
"time": "1775557594"
},
"departure": {
"delay": -28286,
"time": "1775557594"
},
"stopId": "FR:76451:ZE:TCARxBERTE0:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": -28228,
"time": "1775558785"
},
"departure": {
"delay": -28228,
"time": "1775558792"
},
"stopId": "FR:76540:ZE:TCARxDELVI1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": -28206,
"time": "1775558994"
},
"departure": {
"delay": -28206,
"time": "1775558994"
},
"stopId": "FR:76540:ZE:TCARxHALL21:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": -28328,
"time": "1775558452"
},
"departure": {
"delay": -28328,
"time": "1775558452"
},
"stopId": "FR:76540:ZE:TCARxBOU5:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": -28219,
"time": "1775558849"
},
"departure": {
"delay": -28219,
"time": "1775558861"
},
"stopId": "FR:76540:ZE:TCARxSUISS1:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": -28276,
"time": "1775558659"
},
"departure": {
"delay": -28276,
"time": "1775558684"
},
"stopId": "FR:76540:ZE:TCARxLYFLA1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": -28218,
"time": "1775558742"
},
"departure": {
"delay": -28218,
"time": "1775558742"
},
"stopId": "FR:76540:ZE:TCARxBUREA0:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": -28271,
"time": "1775558569"
},
"departure": {
"delay": -28271,
"time": "1775558569"
},
"stopId": "FR:76540:ZE:TCARxMONUM0:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": -28210,
"time": "1775559050"
},
"departure": {
"delay": -28210,
"time": "1775559050"
},
"stopId": "FR:76540:ZE:TCARxVFLEU1:ATOUMOD001",
"stopSequence": 31
},
{
"arrival": {
"delay": -28519,
"time": "1775557061"
},
"departure": {
"delay": -28519,
"time": "1775557061"
},
"stopId": "FR:76451:ZE:TCARxPAULI0:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -28323,
"time": "1775557737"
},
"departure": {
"delay": -28323,
"time": "1775557737"
},
"stopId": "FR:76540:ZE:TCARxMALAT0:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": -28369,
"time": "1775557691"
},
"departure": {
"delay": -28369,
"time": "1775557691"
},
"stopId": "FR:76451:ZE:TCARxFORTI1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": -28293,
"time": "1775558547"
},
"departure": {
"delay": -28293,
"time": "1775558547"
},
"stopId": "FR:76540:ZE:TCARxRESER0:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": -28238,
"time": "1775558902"
},
"departure": {
"delay": -28238,
"time": "1775558902"
},
"stopId": "FR:76540:ZE:TCARxROLLA1:ATOUMOD001",
"stopSequence": 28
}
],
"timestamp": "1775556977",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx22:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx17107:LOC"
}
}
},
{
"id": "SM:ATOUMOD041:ServiceJourney:18:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 35,
"time": "1775553256"
},
"departure": {
"delay": 35,
"time": "1775553275"
},
"stopId": "FR:76057:ZE:30054:ATOUMOD041",
"stopSequence": 11
},
{
"arrival": {
"delay": 27,
"time": "1775553678"
},
"departure": {
"delay": 27,
"time": "1775553687"
},
"stopId": "FR:76743:ZE:30047:ATOUMOD041",
"stopSequence": 16
},
{
"arrival": {
"delay": 117,
"time": "1775552622"
},
"departure": {
"delay": 117,
"time": "1775552637"
},
"stopId": "FR:76057:ZE:30024:ATOUMOD041",
"stopSequence": 2
},
{
"arrival": {
"delay": 81,
"time": "1775552712"
},
"departure": {
"delay": 81,
"time": "1775552721"
},
"stopId": "FR:76057:ZE:30016:ATOUMOD041",
"stopSequence": 4
},
{
"arrival": {
"delay": 6,
"time": "1775552781"
},
"departure": {
"delay": 6,
"time": "1775552826"
},
"stopId": "FR:76057:ZE:30006:ATOUMOD041",
"stopSequence": 6
},
{
"arrival": {
"delay": 10,
"time": "1775553712"
},
"departure": {
"delay": 10,
"time": "1775553730"
},
"stopId": "FR:76743:ZE:30045:ATOUMOD041",
"stopSequence": 17
},
{
"arrival": {
"delay": 47,
"time": "1775553827"
},
"stopId": "FR:76743:ZE:30049:ATOUMOD041",
"stopSequence": 18
},
{
"arrival": {
"delay": 46,
"time": "1775552739"
},
"departure": {
"delay": 46,
"time": "1775552746"
},
"stopId": "FR:76057:ZE:30012:ATOUMOD041",
"stopSequence": 5
},
{
"arrival": {
"delay": 4,
"time": "1775553595"
},
"departure": {
"delay": 4,
"time": "1775553604"
},
"stopId": "FR:76057:ZE:30022:ATOUMOD041",
"stopSequence": 15
},
{
"arrival": {
"delay": 6,
"time": "1775553461"
},
"departure": {
"delay": 6,
"time": "1775553486"
},
"stopId": "FR:76057:ZE:30018:ATOUMOD041",
"stopSequence": 13
},
{
"arrival": {
"delay": 25,
"time": "1775552844"
},
"departure": {
"delay": 25,
"time": "1775552905"
},
"stopId": "FR:76057:ZE:30010:ATOUMOD041",
"stopSequence": 7
},
{
"arrival": {
"delay": 46,
"time": "1775553325"
},
"departure": {
"delay": 46,
"time": "1775553346"
},
"stopId": "FR:76057:ZE:30055:ATOUMOD041",
"stopSequence": 12
},
{
"arrival": {
"delay": 9,
"time": "1775553062"
},
"departure": {
"delay": 9,
"time": "1775553069"
},
"stopId": "FR:76057:ZE:30052:ATOUMOD041",
"stopSequence": 9
},
{
"arrival": {
"delay": 21,
"time": "1775553161"
},
"departure": {
"delay": 21,
"time": "1775553201"
},
"stopId": "FR:76057:ZE:30053:ATOUMOD041",
"stopSequence": 10
},
{
"arrival": {
"delay": 96,
"time": "1775552663"
},
"departure": {
"delay": 96,
"time": "1775552676"
},
"stopId": "FR:76057:ZE:30001:ATOUMOD041",
"stopSequence": 3
},
{
"departure": {
"delay": 108,
"time": "1775552508"
},
"stopId": "FR:76057:ZE:30028:ATOUMOD041",
"stopSequence": 1
},
{
"arrival": {
"delay": 22,
"time": "1775553005"
},
"departure": {
"delay": 22,
"time": "1775553022"
},
"stopId": "FR:76057:ZE:30051:ATOUMOD041",
"stopSequence": 8
},
{
"arrival": {
"delay": 7,
"time": "1775553514"
},
"departure": {
"delay": 7,
"time": "1775553547"
},
"stopId": "FR:76057:ZE:30020:ATOUMOD041",
"stopSequence": 14
}
],
"timestamp": "1775560075",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD041:Line:2:LOC",
"tripId": "ATOUMOD041:ServiceJourney:18:LOC"
}
}
},
{
"id": "SM:ATOUMOD036:ServiceJourney:6576709991137280x15:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -88,
"time": "1775562234"
},
"departure": {
"delay": -88,
"time": "1775562332"
},
"stopId": "FR:14366:ZE:35180003:ATOUMOD036",
"stopSequence": 22
},
{
"arrival": {
"delay": 19,
"time": "1775561469"
},
"departure": {
"delay": 19,
"time": "1775561479"
},
"stopId": "FR:14366:ZE:5117418345070592:ATOUMOD036",
"stopSequence": 11
},
{
"arrival": {
"delay": 51,
"time": "1775561321"
},
"departure": {
"delay": 51,
"time": "1775561331"
},
"stopId": "FR:14366:ZE:652240007:ATOUMOD036",
"stopSequence": 10
},
{
"departure": {
"time": "1775560560"
},
"stopId": "FR:14366:ZE:779170011:ATOUMOD036",
"stopSequence": 2
},
{
"arrival": {
"delay": 42,
"time": "1775561012"
},
"departure": {
"delay": 42,
"time": "1775561022"
},
"stopId": "FR:14366:ZE:5199071629279232:ATOUMOD036",
"stopSequence": 6
},
{
"arrival": {
"delay": 39,
"time": "1775561609"
},
"departure": {
"delay": 39,
"time": "1775561619"
},
"stopId": "FR:14366:ZE:4784504850874368:ATOUMOD036",
"stopSequence": 13
},
{
"arrival": {
"delay": -65,
"time": "1775562161"
},
"departure": {
"delay": -65,
"time": "1775562235"
},
"stopId": "FR:14366:ZE:764280004:ATOUMOD036",
"stopSequence": 21
},
{
"arrival": {
"delay": 31,
"time": "1775561241"
},
"departure": {
"delay": 31,
"time": "1775561251"
},
"stopId": "FR:14366:ZE:1200004:ATOUMOD036",
"stopSequence": 9
},
{
"arrival": {
"delay": 13,
"time": "1775562003"
},
"departure": {
"delay": 13,
"time": "1775562013"
},
"stopId": "FR:14366:ZE:21190003:ATOUMOD036",
"stopSequence": 18
},
{
"arrival": {
"delay": 53,
"time": "1775561743"
},
"departure": {
"delay": 53,
"time": "1775561753"
},
"stopId": "FR:14366:ZE:7160003:ATOUMOD036",
"stopSequence": 15
},
{
"arrival": {
"delay": 29,
"time": "1775560879"
},
"departure": {
"delay": 29,
"time": "1775560889"
},
"stopId": "FR:14366:ZE:6216816191864832:ATOUMOD036",
"stopSequence": 4
},
{
"arrival": {
"delay": -21,
"time": "1775562068"
},
"departure": {
"delay": -21,
"time": "1775562099"
},
"stopId": "FR:14366:ZE:5180281390628864:ATOUMOD036",
"stopSequence": 20
},
{
"arrival": {
"delay": -81,
"time": "1775562308"
},
"departure": {
"delay": -81,
"time": "1775562399"
},
"stopId": "FR:14366:ZE:646160001:ATOUMOD036",
"stopSequence": 23
},
{
"arrival": {
"delay": 27,
"time": "1775561537"
},
"departure": {
"delay": 27,
"time": "1775561547"
},
"stopId": "FR:14366:ZE:5160002:ATOUMOD036",
"stopSequence": 12
},
{
"arrival": {
"delay": -89,
"time": "1775562412"
},
"departure": {
"delay": -89,
"time": "1775562511"
},
"stopId": "FR:14366:ZE:1210003:ATOUMOD036",
"stopSequence": 24
},
{
"arrival": {
"delay": 78,
"time": "1775560748"
},
"departure": {
"delay": 78,
"time": "1775560758"
},
"stopId": "FR:14366:ZE:3100005:ATOUMOD036",
"stopSequence": 3
},
{
"arrival": {
"delay": 11,
"time": "1775561161"
},
"departure": {
"delay": 11,
"time": "1775561171"
},
"stopId": "FR:14366:ZE:23030003:ATOUMOD036",
"stopSequence": 8
},
{
"arrival": {
"time": "1775561930"
},
"departure": {
"time": "1775561940"
},
"stopId": "FR:14366:ZE:33070004:ATOUMOD036",
"stopSequence": 17
},
{
"arrival": {
"delay": 71,
"time": "1775561101"
},
"departure": {
"delay": 71,
"time": "1775561111"
},
"stopId": "FR:14366:ZE:25050002:ATOUMOD036",
"stopSequence": 7
},
{
"arrival": {
"delay": 39,
"time": "1775561789"
},
"departure": {
"delay": 39,
"time": "1775561799"
},
"stopId": "FR:14366:ZE:3120002:ATOUMOD036",
"stopSequence": 16
},
{
"arrival": {
"delay": -166,
"time": "1775562554"
},
"stopId": "FR:14366:ZE:660040002:ATOUMOD036",
"stopSequence": 26
},
{
"arrival": {
"delay": 33,
"time": "1775561663"
},
"departure": {
"delay": 33,
"time": "1775561673"
},
"stopId": "FR:14366:ZE:9260005:ATOUMOD036",
"stopSequence": 14
}
],
"timestamp": "1775559696",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD036:Line:5131776580124672:LOC",
"tripId": "ATOUMOD036:ServiceJourney:6576709991137280x15:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4057134x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -165,
"time": "1775559315"
},
"stopId": "FR:76351:ZE:3717:ATOUMOD003",
"stopSequence": 22
},
{
"departure": {
"delay": -131,
"time": "1775559229"
},
"stopId": "FR:76351:ZE:3449:ATOUMOD003",
"stopSequence": 21
}
],
"timestamp": "1775559259",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:C8:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4057134x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx16040:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 9180,
"time": "1775560020"
},
"stopId": "FR:76116:ZE:TCARxMUZIK1:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 9180,
"time": "1775558880"
},
"departure": {
"delay": 9180,
"time": "1775558880"
},
"stopId": "FR:76429:ZE:TCARxDUNET1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 9180,
"time": "1775558940"
},
"departure": {
"delay": 9180,
"time": "1775558940"
},
"stopId": "FR:76429:ZE:TCARxCHEMI0:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 9180,
"time": "1775558280"
},
"departure": {
"delay": 9180,
"time": "1775558280"
},
"stopId": "FR:76540:ZE:TCARxPAUL20:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 9180,
"time": "1775559120"
},
"departure": {
"delay": 9180,
"time": "1775559120"
},
"stopId": "FR:76475:ZE:TCARxLOISI1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 9180,
"time": "1775558700"
},
"departure": {
"delay": 9180,
"time": "1775558700"
},
"stopId": "FR:76103:ZE:TCARxVERHA0:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 9180,
"time": "1775559180"
},
"departure": {
"delay": 9180,
"time": "1775559180"
},
"stopId": "FR:76429:ZE:TCARxMALOT1:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 9180,
"time": "1775559060"
},
"departure": {
"delay": 9180,
"time": "1775559060"
},
"stopId": "FR:76429:ZE:TCARxMOPRE0:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 9200,
"time": "1775559260"
},
"departure": {
"delay": 9200,
"time": "1775559260"
},
"stopId": "FR:76475:ZE:TCARxTHIER0:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 9120,
"time": "1775559420"
},
"departure": {
"delay": 9120,
"time": "1775559420"
},
"stopId": "FR:76475:ZE:TCARxGAREN0:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 9240,
"time": "1775558340"
},
"departure": {
"delay": 9240,
"time": "1775558340"
},
"stopId": "FR:76540:ZE:TCARxBASSE0:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 9180,
"time": "1775558820"
},
"departure": {
"delay": 9180,
"time": "1775558820"
},
"stopId": "FR:76103:ZE:TCARxACHAV0:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 9120,
"time": "1775559000"
},
"departure": {
"delay": 9120,
"time": "1775559000"
},
"stopId": "FR:76429:ZE:TCARxCHATA0:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 9180,
"time": "1775559300"
},
"departure": {
"delay": 9180,
"time": "1775559300"
},
"stopId": "FR:76475:ZE:TCARxLORME0:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 9180,
"time": "1775559660"
},
"departure": {
"delay": 9180,
"time": "1775559660"
},
"stopId": "FR:76475:ZE:TCARxCHERA1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 9120,
"time": "1775559360"
},
"departure": {
"delay": 9120,
"time": "1775559360"
},
"stopId": "FR:76475:ZE:TCARxMALEC3:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 9240,
"time": "1775558640"
},
"departure": {
"delay": 9240,
"time": "1775558640"
},
"stopId": "FR:76103:ZE:TCARxLACOR1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 9260,
"time": "1775558180"
},
"departure": {
"delay": 9260,
"time": "1775558180"
},
"stopId": "FR:76540:ZE:TCARxCHMA20:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 9180,
"time": "1775559780"
},
"departure": {
"delay": 9180,
"time": "1775559780"
},
"stopId": "FR:76116:ZE:TCARxAEROP1:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 9180,
"time": "1775558400"
},
"departure": {
"delay": 9180,
"time": "1775558400"
},
"stopId": "FR:76103:ZE:TCARxTHURI0:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 9200,
"time": "1775558360"
},
"departure": {
"delay": 9200,
"time": "1775558360"
},
"stopId": "FR:76103:ZE:TCARxNOYER0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 9180,
"time": "1775558760"
},
"departure": {
"delay": 9180,
"time": "1775558760"
},
"stopId": "FR:76103:ZE:TCARxMASSE0:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 9200,
"time": "1775559920"
},
"departure": {
"delay": 9200,
"time": "1775559920"
},
"stopId": "FR:76116:ZE:TCARxGRAND2:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 9240,
"time": "1775559900"
},
"departure": {
"delay": 9240,
"time": "1775559900"
},
"stopId": "FR:76116:ZE:TCARxGENDA1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 9180,
"time": "1775558520"
},
"departure": {
"delay": 9180,
"time": "1775558520"
},
"stopId": "FR:76103:ZE:TCARxHCOTE0:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 9120,
"time": "1775559540"
},
"departure": {
"delay": 9120,
"time": "1775559540"
},
"stopId": "FR:76475:ZE:TCARxCVOIE1:ATOUMOD001",
"stopSequence": 23
}
],
"timestamp": "1775557656",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx13:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx16040:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4011299x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 176,
"time": "1775560076"
},
"departure": {
"delay": 176,
"time": "1775560076"
},
"stopId": "FR:76351:ZE:3022:ATOUMOD003",
"stopSequence": 36
},
{
"arrival": {
"delay": 126,
"time": "1775560926"
},
"departure": {
"delay": 126,
"time": "1775560926"
},
"stopId": "FR:76552:ZE:3489:ATOUMOD003",
"stopSequence": 48
},
{
"arrival": {
"delay": 165,
"time": "1775560665"
},
"departure": {
"delay": 165,
"time": "1775560665"
},
"stopId": "FR:76552:ZE:3607:ATOUMOD003",
"stopSequence": 45
},
{
"arrival": {
"delay": 176,
"time": "1775560496"
},
"departure": {
"delay": 176,
"time": "1775560496"
},
"stopId": "FR:76351:ZE:3459:ATOUMOD003",
"stopSequence": 42
},
{
"arrival": {
"delay": 139,
"time": "1775561179"
},
"departure": {
"delay": 139,
"time": "1775561179"
},
"stopId": "FR:76552:ZE:4519:ATOUMOD003",
"stopSequence": 53
},
{
"arrival": {
"delay": 126,
"time": "1775560746"
},
"departure": {
"delay": 126,
"time": "1775560746"
},
"stopId": "FR:76552:ZE:3092:ATOUMOD003",
"stopSequence": 46
},
{
"arrival": {
"delay": 126,
"time": "1775560446"
},
"departure": {
"delay": 126,
"time": "1775560446"
},
"stopId": "FR:76351:ZE:3020:ATOUMOD003",
"stopSequence": 41
},
{
"arrival": {
"delay": 137,
"time": "1775560817"
},
"departure": {
"delay": 137,
"time": "1775560817"
},
"stopId": "FR:76552:ZE:3103:ATOUMOD003",
"stopSequence": 47
},
{
"arrival": {
"delay": 183,
"time": "1775560983"
},
"departure": {
"delay": 183,
"time": "1775560983"
},
"stopId": "FR:76552:ZE:3339:ATOUMOD003",
"stopSequence": 49
},
{
"arrival": {
"delay": 126,
"time": "1775561226"
},
"stopId": "FR:76552:ZE:3400:ATOUMOD003",
"stopSequence": 54
},
{
"arrival": {
"delay": 169,
"time": "1775561029"
},
"departure": {
"delay": 169,
"time": "1775561029"
},
"stopId": "FR:76552:ZE:3355:ATOUMOD003",
"stopSequence": 50
},
{
"arrival": {
"delay": 176,
"time": "1775560616"
},
"departure": {
"delay": 176,
"time": "1775560616"
},
"stopId": "FR:76552:ZE:3297:ATOUMOD003",
"stopSequence": 44
},
{
"arrival": {
"delay": 126,
"time": "1775560326"
},
"departure": {
"delay": 126,
"time": "1775560326"
},
"stopId": "FR:76351:ZE:4611:ATOUMOD003",
"stopSequence": 39
},
{
"arrival": {
"delay": 165,
"time": "1775561145"
},
"departure": {
"delay": 165,
"time": "1775561145"
},
"stopId": "FR:76552:ZE:3172:ATOUMOD003",
"stopSequence": 52
},
{
"departure": {
"delay": 138,
"time": "1775559918"
},
"stopId": "FR:76351:ZE:3280:ATOUMOD003",
"stopSequence": 34
},
{
"departure": {
"delay": 174,
"time": "1775560014"
},
"stopId": "FR:76351:ZE:3579:ATOUMOD003",
"stopSequence": 35
},
{
"arrival": {
"delay": 174,
"time": "1775561094"
},
"departure": {
"delay": 174,
"time": "1775561094"
},
"stopId": "FR:76552:ZE:3105:ATOUMOD003",
"stopSequence": 51
},
{
"arrival": {
"delay": 148,
"time": "1775560228"
},
"departure": {
"delay": 148,
"time": "1775560228"
},
"stopId": "FR:76351:ZE:4593:ATOUMOD003",
"stopSequence": 38
},
{
"arrival": {
"delay": 145,
"time": "1775560165"
},
"departure": {
"delay": 145,
"time": "1775560165"
},
"stopId": "FR:76351:ZE:3051:ATOUMOD003",
"stopSequence": 37
},
{
"arrival": {
"delay": 147,
"time": "1775560407"
},
"departure": {
"delay": 147,
"time": "1775560407"
},
"stopId": "FR:76351:ZE:3546:ATOUMOD003",
"stopSequence": 40
},
{
"arrival": {
"delay": 132,
"time": "1775560572"
},
"departure": {
"delay": 132,
"time": "1775560572"
},
"stopId": "FR:76552:ZE:3158:ATOUMOD003",
"stopSequence": 43
}
],
"timestamp": "1775560049",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:C1:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4011299x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745207x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 21,
"time": "1775552009"
},
"departure": {
"delay": 21,
"time": "1775552061"
},
"stopId": "FR:50129:ZE:10OLY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 12,
"time": "1775551948"
},
"departure": {
"delay": 12,
"time": "1775551992"
},
"stopId": "FR:50129:ZE:10PRV1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": -31,
"time": "1775551478"
},
"departure": {
"delay": -31,
"time": "1775551529"
},
"stopId": "FR:50129:ZE:10PFO1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": -55,
"time": "1775550946"
},
"departure": {
"delay": -55,
"time": "1775550965"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": -47,
"time": "1775550885"
},
"departure": {
"delay": -47,
"time": "1775550913"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": -89,
"time": "1775552251"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": -2,
"time": "1775550708"
},
"departure": {
"delay": -2,
"time": "1775550778"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 93,
"time": "1775551121"
},
"departure": {
"delay": 93,
"time": "1775551233"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 20,
"time": "1775551836"
},
"departure": {
"delay": 20,
"time": "1775551880"
},
"stopId": "FR:50129:ZE:10BQR1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": -5,
"time": "1775550986"
},
"departure": {
"delay": -5,
"time": "1775551075"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 10,
"time": "1775551913"
},
"departure": {
"delay": 10,
"time": "1775551930"
},
"stopId": "FR:50129:ZE:10ANJ5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": -85,
"time": "1775551583"
},
"departure": {
"delay": -85,
"time": "1775551595"
},
"stopId": "FR:50129:ZE:10RTU1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"time": "1775552077"
},
"departure": {
"time": "1775552100"
},
"stopId": "FR:50129:ZE:10EGL1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 22,
"time": "1775551330"
},
"departure": {
"delay": 22,
"time": "1775551342"
},
"stopId": "FR:50129:ZE:10CRC3:ATOUMOD035",
"stopSequence": 8
},
{
"departure": {
"delay": -22,
"time": "1775550578"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": -73,
"time": "1775551631"
},
"departure": {
"delay": -73,
"time": "1775551667"
},
"stopId": "FR:50129:ZE:10BRA3:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": -10,
"time": "1775552124"
},
"departure": {
"delay": -10,
"time": "1775552150"
},
"stopId": "FR:50129:ZE:10AMO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 9,
"time": "1775550830"
},
"departure": {
"delay": 9,
"time": "1775550849"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 7,
"time": "1775551411"
},
"departure": {
"delay": 7,
"time": "1775551447"
},
"stopId": "FR:50129:ZE:10FOR3:ATOUMOD035",
"stopSequence": 9
}
],
"timestamp": "1775560077",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1B:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745207x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4230394x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 7,
"time": "1775559487"
},
"stopId": "FR:76341:ZE:3691:ATOUMOD003",
"stopSequence": 39
},
{
"departure": {
"delay": 51,
"time": "1775559231"
},
"stopId": "FR:76351:ZE:4523:ATOUMOD003",
"stopSequence": 38
}
],
"timestamp": "1775559419",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C5:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4230394x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2471236:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -4337,
"time": "1775560063"
},
"departure": {
"delay": -4337,
"time": "1775560063"
},
"stopId": "FR:27375:ZE:0x6438:ATOUMOD006",
"stopSequence": 18
},
{
"arrival": {
"delay": -268,
"time": "1775565452"
},
"departure": {
"delay": -268,
"time": "1775565452"
},
"stopId": "FR:27701:ZE:0x7086:ATOUMOD006",
"stopSequence": 38
},
{
"arrival": {
"delay": -5057,
"time": "1775560063"
},
"departure": {
"delay": -5057,
"time": "1775560063"
},
"stopId": "FR:27701:ZE:0x6582:ATOUMOD006",
"stopSequence": 26
},
{
"arrival": {
"delay": -5117,
"time": "1775560063"
},
"departure": {
"delay": -5117,
"time": "1775560063"
},
"stopId": "FR:27528:ZE:0x6589:ATOUMOD006",
"stopSequence": 27
},
{
"arrival": {
"delay": -3557,
"time": "1775560063"
},
"departure": {
"delay": -3557,
"time": "1775560063"
},
"stopId": "FR:27375:ZE:0x6432:ATOUMOD006",
"stopSequence": 9
},
{
"arrival": {
"delay": -3377,
"time": "1775560063"
},
"departure": {
"delay": -3377,
"time": "1775560063"
},
"stopId": "FR:27375:ZE:0x6396:ATOUMOD006",
"stopSequence": 4
},
{
"arrival": {
"delay": -4577,
"time": "1775560063"
},
"departure": {
"delay": -4577,
"time": "1775560063"
},
"stopId": "FR:27351:ZE:0x6312:ATOUMOD006",
"stopSequence": 22
},
{
"arrival": {
"delay": -3257,
"time": "1775560063"
},
"departure": {
"delay": -3257,
"time": "1775560063"
},
"stopId": "FR:27375:ZE:0x6492:ATOUMOD006",
"stopSequence": 2
},
{
"arrival": {
"delay": -4037,
"time": "1775560063"
},
"departure": {
"delay": -4037,
"time": "1775560063"
},
"stopId": "FR:27375:ZE:0x6504:ATOUMOD006",
"stopSequence": 13
},
{
"arrival": {
"delay": -4697,
"time": "1775560063"
},
"departure": {
"delay": -4697,
"time": "1775560063"
},
"stopId": "FR:27351:ZE:0x6310:ATOUMOD006",
"stopSequence": 23
},
{
"arrival": {
"delay": -4937,
"time": "1775560063"
},
"departure": {
"delay": -4937,
"time": "1775560063"
},
"stopId": "FR:27701:ZE:0x7106:ATOUMOD006",
"stopSequence": 24
},
{
"arrival": {
"delay": -245,
"time": "1775565355"
},
"departure": {
"delay": -245,
"time": "1775565355"
},
"stopId": "FR:27701:ZE:0x7114:ATOUMOD006",
"stopSequence": 36
},
{
"arrival": {
"delay": -4337,
"time": "1775560063"
},
"departure": {
"delay": -4337,
"time": "1775560063"
},
"stopId": "FR:27375:ZE:0x6457:ATOUMOD006",
"stopSequence": 17
},
{
"arrival": {
"delay": -4517,
"time": "1775560063"
},
"departure": {
"delay": -4517,
"time": "1775560063"
},
"stopId": "FR:27375:ZE:0x6304:ATOUMOD006",
"stopSequence": 21
},
{
"arrival": {
"delay": -4457,
"time": "1775560063"
},
"departure": {
"delay": -4457,
"time": "1775560063"
},
"stopId": "FR:27375:ZE:0x6526:ATOUMOD006",
"stopSequence": 20
},
{
"arrival": {
"delay": -357,
"time": "1775565543"
},
"stopId": "FR:27701:ZE:0x7150:ATOUMOD006",
"stopSequence": 39
},
{
"arrival": {
"delay": -3377,
"time": "1775560063"
},
"departure": {
"delay": -3377,
"time": "1775560063"
},
"stopId": "FR:27375:ZE:0x6490:ATOUMOD006",
"stopSequence": 3
},
{
"arrival": {
"delay": -162,
"time": "1775565198"
},
"departure": {
"delay": -162,
"time": "1775565198"
},
"stopId": "FR:27528:ZE:0x6596:ATOUMOD006",
"stopSequence": 32
},
{
"arrival": {
"delay": -3497,
"time": "1775560063"
},
"departure": {
"delay": -3497,
"time": "1775560063"
},
"stopId": "FR:27375:ZE:0x6422:ATOUMOD006",
"stopSequence": 7
},
{
"arrival": {
"delay": -4277,
"time": "1775560063"
},
"departure": {
"delay": -4277,
"time": "1775560063"
},
"stopId": "FR:27375:ZE:0x6388:ATOUMOD006",
"stopSequence": 16
},
{
"arrival": {
"delay": -5177,
"time": "1775560063"
},
"departure": {
"delay": -5177,
"time": "1775560063"
},
"stopId": "FR:27528:ZE:0x6592:ATOUMOD006",
"stopSequence": 28
},
{
"arrival": {
"delay": -3677,
"time": "1775560063"
},
"departure": {
"delay": -3677,
"time": "1775560063"
},
"stopId": "FR:27375:ZE:0x6514:ATOUMOD006",
"stopSequence": 10
},
{
"arrival": {
"delay": -3437,
"time": "1775560063"
},
"departure": {
"delay": -3437,
"time": "1775560063"
},
"stopId": "FR:27375:ZE:0x6470:ATOUMOD006",
"stopSequence": 5
},
{
"arrival": {
"delay": -3437,
"time": "1775560063"
},
"departure": {
"delay": -3437,
"time": "1775560063"
},
"stopId": "FR:27375:ZE:0x6572:ATOUMOD006",
"stopSequence": 6
},
{
"arrival": {
"delay": -4157,
"time": "1775560063"
},
"departure": {
"delay": -4157,
"time": "1775560063"
},
"stopId": "FR:27375:ZE:0x6380:ATOUMOD006",
"stopSequence": 15
},
{
"arrival": {
"delay": -5237,
"time": "1775560063"
},
"departure": {
"delay": -5237,
"time": "1775560063"
},
"stopId": "FR:27528:ZE:0x6591:ATOUMOD006",
"stopSequence": 30
},
{
"departure": {
"delay": -3257,
"time": "1775560063"
},
"stopId": "FR:27375:ZE:0x6466:ATOUMOD006",
"stopSequence": 1
},
{
"arrival": {
"delay": -197,
"time": "1775565163"
},
"departure": {
"delay": -197,
"time": "1775565163"
},
"stopId": "FR:27528:ZE:0x6594:ATOUMOD006",
"stopSequence": 31
},
{
"arrival": {
"delay": -4397,
"time": "1775560063"
},
"departure": {
"delay": -4397,
"time": "1775560063"
},
"stopId": "FR:27375:ZE:0x6384:ATOUMOD006",
"stopSequence": 19
},
{
"arrival": {
"delay": -178,
"time": "1775565242"
},
"departure": {
"delay": -178,
"time": "1775565242"
},
"stopId": "FR:27528:ZE:0x6576:ATOUMOD006",
"stopSequence": 33
},
{
"arrival": {
"delay": -4097,
"time": "1775560063"
},
"departure": {
"delay": -4097,
"time": "1775560063"
},
"stopId": "FR:27375:ZE:0x6528:ATOUMOD006",
"stopSequence": 14
},
{
"arrival": {
"delay": -228,
"time": "1775565312"
},
"departure": {
"delay": -228,
"time": "1775565312"
},
"stopId": "FR:27701:ZE:0x7034:ATOUMOD006",
"stopSequence": 35
},
{
"arrival": {
"delay": -3797,
"time": "1775560063"
},
"departure": {
"delay": -3797,
"time": "1775560063"
},
"stopId": "FR:27375:ZE:0x6440:ATOUMOD006",
"stopSequence": 12
},
{
"arrival": {
"delay": -305,
"time": "1775565415"
},
"departure": {
"delay": -305,
"time": "1775565415"
},
"stopId": "FR:27701:ZE:0x7116:ATOUMOD006",
"stopSequence": 37
},
{
"arrival": {
"delay": -3557,
"time": "1775560063"
},
"departure": {
"delay": -3557,
"time": "1775560063"
},
"stopId": "FR:27375:ZE:0x6512:ATOUMOD006",
"stopSequence": 8
},
{
"arrival": {
"delay": -5177,
"time": "1775560063"
},
"departure": {
"delay": -5177,
"time": "1775560063"
},
"stopId": "FR:27528:ZE:0x6598:ATOUMOD006",
"stopSequence": 29
},
{
"arrival": {
"delay": -194,
"time": "1775565286"
},
"departure": {
"delay": -194,
"time": "1775565286"
},
"stopId": "FR:27701:ZE:0x7022:ATOUMOD006",
"stopSequence": 34
},
{
"arrival": {
"delay": -4997,
"time": "1775560063"
},
"departure": {
"delay": -4997,
"time": "1775560063"
},
"stopId": "FR:27701:ZE:0x7042:ATOUMOD006",
"stopSequence": 25
}
],
"timestamp": "1775560063",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD006:Line:2:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2471236:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3746146x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -9,
"time": "1775536773"
},
"departure": {
"delay": -9,
"time": "1775536791"
},
"stopId": "FR:50129:ZE:10HUI2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 19,
"time": "1775537027"
},
"departure": {
"delay": 19,
"time": "1775537119"
},
"stopId": "FR:50129:ZE:10DUB2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 7,
"time": "1775536251"
},
"departure": {
"delay": 7,
"time": "1775536267"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 157,
"time": "1775535193"
},
"departure": {
"delay": 157,
"time": "1775535217"
},
"stopId": "FR:50129:ZE:10NOR4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 4,
"time": "1775536652"
},
"departure": {
"delay": 4,
"time": "1775536684"
},
"stopId": "FR:50129:ZE:10REP4:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 35,
"time": "1775535911"
},
"departure": {
"delay": 35,
"time": "1775535935"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": -26,
"time": "1775537426"
},
"departure": {
"delay": -26,
"time": "1775537434"
},
"stopId": "FR:50129:ZE:10ARA2:ATOUMOD035",
"stopSequence": 40
},
{
"arrival": {
"delay": -84,
"time": "1775537904"
},
"departure": {
"delay": -84,
"time": "1775537916"
},
"stopId": "FR:50129:ZE:10SFG2:ATOUMOD035",
"stopSequence": 48
},
{
"arrival": {
"delay": -21,
"time": "1775537488"
},
"departure": {
"delay": -21,
"time": "1775537499"
},
"stopId": "FR:50129:ZE:10BON2:ATOUMOD035",
"stopSequence": 41
},
{
"arrival": {
"delay": -58,
"time": "1775537573"
},
"departure": {
"delay": -58,
"time": "1775537582"
},
"stopId": "FR:50129:ZE:10HOU2:ATOUMOD035",
"stopSequence": 43
},
{
"arrival": {
"delay": 121,
"time": "1775535590"
},
"departure": {
"delay": 121,
"time": "1775535601"
},
"stopId": "FR:50129:ZE:10LUM2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 50,
"time": "1775536590"
},
"departure": {
"delay": 50,
"time": "1775536610"
},
"stopId": "FR:50129:ZE:10HDI4:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 2,
"time": "1775536303"
},
"departure": {
"delay": 2,
"time": "1775536322"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 135,
"time": "1775535049"
},
"departure": {
"delay": 135,
"time": "1775535075"
},
"stopId": "FR:50129:ZE:10CVE2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 175,
"time": "1775535163"
},
"departure": {
"delay": 175,
"time": "1775535175"
},
"stopId": "FR:50129:ZE:10MYO2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 147,
"time": "1775535258"
},
"departure": {
"delay": 147,
"time": "1775535267"
},
"stopId": "FR:50129:ZE:10JEA2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 107,
"time": "1775535514"
},
"departure": {
"delay": 107,
"time": "1775535527"
},
"stopId": "FR:50129:ZE:10LLM2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 144,
"time": "1775534999"
},
"departure": {
"delay": 144,
"time": "1775535024"
},
"stopId": "FR:50129:ZE:10COS2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 151,
"time": "1775535121"
},
"departure": {
"delay": 151,
"time": "1775535151"
},
"stopId": "FR:50129:ZE:10MGT2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 87,
"time": "1775535653"
},
"departure": {
"delay": 87,
"time": "1775535687"
},
"stopId": "FR:50129:ZE:10BHC2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 126,
"time": "1775535453"
},
"departure": {
"delay": 126,
"time": "1775535486"
},
"stopId": "FR:50129:ZE:10BRO2:ATOUMOD035",
"stopSequence": 12
},
{
"departure": {
"delay": 137,
"time": "1775534837"
},
"stopId": "FR:50129:ZE:10TFL1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 153,
"time": "1775534887"
},
"departure": {
"delay": 153,
"time": "1775534913"
},
"stopId": "FR:50129:ZE:10JGO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 124,
"time": "1775535317"
},
"departure": {
"delay": 124,
"time": "1775535364"
},
"stopId": "FR:50129:ZE:10ART2:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": -19,
"time": "1775536879"
},
"departure": {
"delay": -19,
"time": "1775536901"
},
"stopId": "FR:50129:ZE:10HOM2:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": -6,
"time": "1775537198"
},
"departure": {
"delay": -6,
"time": "1775537214"
},
"stopId": "FR:50129:ZE:10ZOL2:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": -35,
"time": "1775536934"
},
"departure": {
"delay": -35,
"time": "1775536945"
},
"stopId": "FR:50129:ZE:10AGO2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": -61,
"time": "1775537687"
},
"departure": {
"delay": -61,
"time": "1775537699"
},
"stopId": "FR:50129:ZE:10SFN2:ATOUMOD035",
"stopSequence": 45
},
{
"arrival": {
"delay": -104,
"time": "1775538016"
},
"stopId": "FR:50129:ZE:10MAX1:ATOUMOD035",
"stopSequence": 50
},
{
"arrival": {
"delay": 69,
"time": "1775536017"
},
"departure": {
"delay": 69,
"time": "1775536149"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 85,
"time": "1775536417"
},
"departure": {
"delay": 85,
"time": "1775536525"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 3,
"time": "1775537265"
},
"departure": {
"delay": 3,
"time": "1775537283"
},
"stopId": "FR:50129:ZE:10LON2:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": -28,
"time": "1775536815"
},
"departure": {
"delay": -28,
"time": "1775536832"
},
"stopId": "FR:50129:ZE:10BEL2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": -50,
"time": "1775536977"
},
"departure": {
"delay": -50,
"time": "1775536990"
},
"stopId": "FR:50129:ZE:10LAV2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": -4,
"time": "1775537303"
},
"departure": {
"delay": -4,
"time": "1775537336"
},
"stopId": "FR:50129:ZE:10BHE2:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": -75,
"time": "1775537604"
},
"departure": {
"delay": -75,
"time": "1775537625"
},
"stopId": "FR:50129:ZE:10CAR2:ATOUMOD035",
"stopSequence": 44
},
{
"arrival": {
"delay": 122,
"time": "1775535285"
},
"departure": {
"delay": 122,
"time": "1775535302"
},
"stopId": "FR:50129:ZE:10ZPH2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 54,
"time": "1775535806"
},
"departure": {
"delay": 54,
"time": "1775535834"
},
"stopId": "FR:50129:ZE:10THH4:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": -28,
"time": "1775537513"
},
"departure": {
"delay": -28,
"time": "1775537552"
},
"stopId": "FR:50129:ZE:10BRT2:ATOUMOD035",
"stopSequence": 42
},
{
"arrival": {
"delay": -79,
"time": "1775537951"
},
"departure": {
"delay": -79,
"time": "1775537981"
},
"stopId": "FR:50129:ZE:10EPH1:ATOUMOD035",
"stopSequence": 49
},
{
"arrival": {
"delay": 61,
"time": "1775536187"
},
"departure": {
"delay": 61,
"time": "1775536201"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": -65,
"time": "1775537716"
},
"departure": {
"delay": -65,
"time": "1775537755"
},
"stopId": "FR:50129:ZE:10ALB2:ATOUMOD035",
"stopSequence": 46
},
{
"arrival": {
"delay": 14,
"time": "1775537398"
},
"departure": {
"delay": 14,
"time": "1775537414"
},
"stopId": "FR:50129:ZE:10PRE2:ATOUMOD035",
"stopSequence": 39
},
{
"arrival": {
"delay": 23,
"time": "1775537352"
},
"departure": {
"delay": 23,
"time": "1775537363"
},
"stopId": "FR:50129:ZE:10CPL2:ATOUMOD035",
"stopSequence": 38
},
{
"arrival": {
"delay": -21,
"time": "1775536703"
},
"departure": {
"delay": -21,
"time": "1775536719"
},
"stopId": "FR:50129:ZE:10TRA6:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": -6,
"time": "1775536344"
},
"departure": {
"delay": -6,
"time": "1775536374"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 166,
"time": "1775535090"
},
"departure": {
"delay": 166,
"time": "1775535106"
},
"stopId": "FR:50129:ZE:10RSX2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": -51,
"time": "1775537877"
},
"departure": {
"delay": -51,
"time": "1775537889"
},
"stopId": "FR:50129:ZE:10COF2:ATOUMOD035",
"stopSequence": 47
},
{
"arrival": {
"delay": 77,
"time": "1775535719"
},
"departure": {
"delay": 77,
"time": "1775535737"
},
"stopId": "FR:50129:ZE:10LCP2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 90,
"time": "1775535546"
},
"departure": {
"delay": 90,
"time": "1775535570"
},
"stopId": "FR:50129:ZE:10JMO2:ATOUMOD035",
"stopSequence": 14
}
],
"timestamp": "1775560073",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:03:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3746146x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx4144:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 62,
"time": "1775560382"
},
"departure": {
"delay": 62,
"time": "1775560382"
},
"stopId": "FR:76498:ZE:TCARxJULIE1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 62,
"time": "1775560862"
},
"departure": {
"delay": 62,
"time": "1775560862"
},
"stopId": "FR:76540:ZE:TCARxSTSEV1:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 87,
"time": "1775560947"
},
"departure": {
"delay": 87,
"time": "1775560947"
},
"stopId": "FR:76540:ZE:TCARxJOFFR1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 91,
"time": "1775560651"
},
"departure": {
"delay": 91,
"time": "1775560651"
},
"stopId": "FR:76540:ZE:TCARxAVCAE1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 69,
"time": "1775560089"
},
"departure": {
"delay": 69,
"time": "1775560089"
},
"stopId": "FR:76322:ZE:TCARxPROVI1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 62,
"time": "1775560442"
},
"departure": {
"delay": 62,
"time": "1775560442"
},
"stopId": "FR:76498:ZE:TCARx08MAI1:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 62,
"time": "1775560262"
},
"departure": {
"delay": 62,
"time": "1775560262"
},
"stopId": "FR:76498:ZE:TCARxCHGAU1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 67,
"time": "1775560507"
},
"departure": {
"delay": 67,
"time": "1775560507"
},
"stopId": "FR:76498:ZE:TCARxTRUFF1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 91,
"time": "1775559840"
},
"departure": {
"delay": 91,
"time": "1775559871"
},
"stopId": "FR:76322:ZE:TCARxCEZAN1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 116,
"time": "1775560556"
},
"departure": {
"delay": 116,
"time": "1775560556"
},
"stopId": "FR:76498:ZE:TCARxJAURE1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 121,
"time": "1775559922"
},
"departure": {
"delay": 121,
"time": "1775559961"
},
"stopId": "FR:76322:ZE:TCARxLBLUM1:ATOUMOD001",
"stopSequence": 16
},
{
"departure": {
"time": "1775559780"
},
"stopId": "FR:76322:ZE:TCARxBRAQU1:ATOUMOD001",
"stopSequence": 14
}
],
"timestamp": "1775559297",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx90:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx4144:LOC"
}
}
},
{
"id": "SM:ATOUMOD041:ServiceJourney:19:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 156,
"time": "1775554276"
},
"departure": {
"delay": 156,
"time": "1775554356"
},
"stopId": "FR:76057:ZE:30019:ATOUMOD041",
"stopSequence": 8
},
{
"arrival": {
"delay": 10,
"time": "1775555102"
},
"departure": {
"delay": 10,
"time": "1775555110"
},
"stopId": "FR:76057:ZE:30007:ATOUMOD041",
"stopSequence": 18
},
{
"arrival": {
"delay": 27,
"time": "1775554971"
},
"departure": {
"delay": 27,
"time": "1775555007"
},
"stopId": "FR:76057:ZE:30018:ATOUMOD041",
"stopSequence": 16
},
{
"arrival": {
"delay": -16,
"time": "1775555364"
},
"departure": {
"delay": -16,
"time": "1775555384"
},
"stopId": "FR:76057:ZE:30025:ATOUMOD041",
"stopSequence": 23
},
{
"arrival": {
"delay": 162,
"time": "1775553984"
},
"departure": {
"delay": 162,
"time": "1775554002"
},
"stopId": "FR:76743:ZE:30046:ATOUMOD041",
"stopSequence": 2
},
{
"arrival": {
"delay": 170,
"time": "1775554092"
},
"departure": {
"delay": 170,
"time": "1775554130"
},
"stopId": "FR:76743:ZE:30023:ATOUMOD041",
"stopSequence": 4
},
{
"arrival": {
"delay": 6,
"time": "1775555269"
},
"departure": {
"delay": 6,
"time": "1775555286"
},
"stopId": "FR:76057:ZE:30017:ATOUMOD041",
"stopSequence": 21
},
{
"arrival": {
"delay": 37,
"time": "1775555226"
},
"departure": {
"delay": 37,
"time": "1775555257"
},
"stopId": "FR:76057:ZE:30013:ATOUMOD041",
"stopSequence": 20
},
{
"arrival": {
"delay": 40,
"time": "1775555040"
},
"departure": {
"delay": 40,
"time": "1775555080"
},
"stopId": "FR:76057:ZE:30020:ATOUMOD041",
"stopSequence": 17
},
{
"arrival": {
"delay": 44,
"time": "1775554785"
},
"departure": {
"delay": 44,
"time": "1775554844"
},
"stopId": "FR:76057:ZE:30055:ATOUMOD041",
"stopSequence": 15
},
{
"arrival": {
"delay": 117,
"time": "1775554248"
},
"departure": {
"delay": 117,
"time": "1775554257"
},
"stopId": "FR:76057:ZE:30007:ATOUMOD041",
"stopSequence": 7
},
{
"arrival": {
"delay": -71,
"time": "1775555509"
},
"stopId": "FR:76057:ZE:30028:ATOUMOD041",
"stopSequence": 25
},
{
"arrival": {
"delay": 19,
"time": "1775554565"
},
"departure": {
"delay": 19,
"time": "1775554579"
},
"stopId": "FR:76057:ZE:30052:ATOUMOD041",
"stopSequence": 12
},
{
"arrival": {
"delay": 146,
"time": "1775554212"
},
"departure": {
"delay": 146,
"time": "1775554226"
},
"stopId": "FR:76057:ZE:30021:ATOUMOD041",
"stopSequence": 6
},
{
"arrival": {
"delay": 122,
"time": "1775554361"
},
"departure": {
"delay": 122,
"time": "1775554382"
},
"stopId": "FR:76057:ZE:30006:ATOUMOD041",
"stopSequence": 9
},
{
"arrival": {
"delay": 37,
"time": "1775554524"
},
"departure": {
"delay": 37,
"time": "1775554537"
},
"stopId": "FR:76057:ZE:30051:ATOUMOD041",
"stopSequence": 11
},
{
"departure": {
"delay": 148,
"time": "1775553928"
},
"stopId": "FR:76743:ZE:30049:ATOUMOD041",
"stopSequence": 1
},
{
"arrival": {
"delay": 63,
"time": "1775554432"
},
"departure": {
"delay": 63,
"time": "1775554443"
},
"stopId": "FR:76057:ZE:30011:ATOUMOD041",
"stopSequence": 10
},
{
"arrival": {
"delay": 2,
"time": "1775554723"
},
"departure": {
"delay": 2,
"time": "1775554742"
},
"stopId": "FR:76057:ZE:30054:ATOUMOD041",
"stopSequence": 14
},
{
"arrival": {
"delay": -28,
"time": "1775555419"
},
"departure": {
"delay": -28,
"time": "1775555432"
},
"stopId": "FR:76057:ZE:30003:ATOUMOD041",
"stopSequence": 24
},
{
"arrival": {
"delay": 147,
"time": "1775554040"
},
"departure": {
"delay": 147,
"time": "1775554047"
},
"stopId": "FR:76743:ZE:30048:ATOUMOD041",
"stopSequence": 3
},
{
"arrival": {
"delay": 175,
"time": "1775554162"
},
"departure": {
"delay": 175,
"time": "1775554195"
},
"stopId": "FR:76057:ZE:30050:ATOUMOD041",
"stopSequence": 5
},
{
"arrival": {
"delay": -2,
"time": "1775555331"
},
"departure": {
"delay": -2,
"time": "1775555338"
},
"stopId": "FR:76057:ZE:30002:ATOUMOD041",
"stopSequence": 22
},
{
"arrival": {
"delay": -15,
"time": "1775555132"
},
"departure": {
"delay": -15,
"time": "1775555145"
},
"stopId": "FR:76057:ZE:30019:ATOUMOD041",
"stopSequence": 19
},
{
"arrival": {
"delay": -4,
"time": "1775554660"
},
"departure": {
"delay": -4,
"time": "1775554676"
},
"stopId": "FR:76057:ZE:30053:ATOUMOD041",
"stopSequence": 13
}
],
"timestamp": "1775560075",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD041:Line:2:LOC",
"tripId": "ATOUMOD041:ServiceJourney:19:LOC"
}
}
},
{
"id": "SM:ATOUMOD041:ServiceJourney:26:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 96,
"time": "1775559696"
},
"stopId": "FR:76057:ZE:30028:ATOUMOD041",
"stopSequence": 1
},
{
"arrival": {
"time": "1775560980"
},
"stopId": "FR:76743:ZE:30049:ATOUMOD041",
"stopSequence": 18
},
{
"arrival": {
"delay": 86,
"time": "1775559916"
},
"departure": {
"delay": 86,
"time": "1775559926"
},
"stopId": "FR:76057:ZE:30016:ATOUMOD041",
"stopSequence": 4
},
{
"arrival": {
"time": "1775560860"
},
"departure": {
"time": "1775560860"
},
"stopId": "FR:76743:ZE:30047:ATOUMOD041",
"stopSequence": 16
},
{
"arrival": {
"time": "1775560680"
},
"departure": {
"time": "1775560680"
},
"stopId": "FR:76057:ZE:30018:ATOUMOD041",
"stopSequence": 13
},
{
"arrival": {
"time": "1775560440"
},
"departure": {
"time": "1775560440"
},
"stopId": "FR:76057:ZE:30054:ATOUMOD041",
"stopSequence": 11
},
{
"arrival": {
"time": "1775560800"
},
"departure": {
"time": "1775560800"
},
"stopId": "FR:76057:ZE:30022:ATOUMOD041",
"stopSequence": 15
},
{
"arrival": {
"time": "1775560500"
},
"departure": {
"time": "1775560500"
},
"stopId": "FR:76057:ZE:30055:ATOUMOD041",
"stopSequence": 12
},
{
"arrival": {
"delay": 101,
"time": "1775559846"
},
"departure": {
"delay": 101,
"time": "1775559881"
},
"stopId": "FR:76057:ZE:30001:ATOUMOD041",
"stopSequence": 3
},
{
"arrival": {
"delay": 54,
"time": "1775559944"
},
"departure": {
"delay": 54,
"time": "1775559954"
},
"stopId": "FR:76057:ZE:30012:ATOUMOD041",
"stopSequence": 5
},
{
"arrival": {
"time": "1775560200"
},
"departure": {
"time": "1775560200"
},
"stopId": "FR:76057:ZE:30051:ATOUMOD041",
"stopSequence": 8
},
{
"arrival": {
"time": "1775560920"
},
"departure": {
"time": "1775560920"
},
"stopId": "FR:76743:ZE:30045:ATOUMOD041",
"stopSequence": 17
},
{
"arrival": {
"time": "1775560380"
},
"departure": {
"time": "1775560380"
},
"stopId": "FR:76057:ZE:30053:ATOUMOD041",
"stopSequence": 10
},
{
"arrival": {
"delay": 99,
"time": "1775559804"
},
"departure": {
"delay": 99,
"time": "1775559819"
},
"stopId": "FR:76057:ZE:30024:ATOUMOD041",
"stopSequence": 2
},
{
"arrival": {
"time": "1775560740"
},
"departure": {
"time": "1775560740"
},
"stopId": "FR:76057:ZE:30020:ATOUMOD041",
"stopSequence": 14
},
{
"arrival": {
"time": "1775560260"
},
"departure": {
"time": "1775560260"
},
"stopId": "FR:76057:ZE:30052:ATOUMOD041",
"stopSequence": 9
},
{
"arrival": {
"delay": 9,
"time": "1775559986"
},
"departure": {
"delay": 9,
"time": "1775560029"
},
"stopId": "FR:76057:ZE:30006:ATOUMOD041",
"stopSequence": 6
},
{
"arrival": {
"time": "1775560044"
},
"departure": {
"time": "1775560080"
},
"stopId": "FR:76057:ZE:30010:ATOUMOD041",
"stopSequence": 7
}
],
"timestamp": "1775560075",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD041:Line:2:LOC",
"tripId": "ATOUMOD041:ServiceJourney:26:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx16209:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 10380,
"time": "1775560140"
},
"departure": {
"delay": 10380,
"time": "1775560140"
},
"stopId": "FR:76069:ZE:TCARxNORM50:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 10380,
"time": "1775559600"
},
"departure": {
"delay": 10380,
"time": "1775559600"
},
"stopId": "FR:76429:ZE:TCARxMOPRE0:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 10320,
"time": "1775559660"
},
"departure": {
"delay": 10320,
"time": "1775559660"
},
"stopId": "FR:76475:ZE:TCARxLOISI1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 10320,
"time": "1775559180"
},
"departure": {
"delay": 10320,
"time": "1775559180"
},
"stopId": "FR:76599:ZE:TCARxVERBU1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 10320,
"time": "1775559960"
},
"departure": {
"delay": 10320,
"time": "1775559960"
},
"stopId": "FR:76475:ZE:TCARxISAAC1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 10380,
"time": "1775560320"
},
"departure": {
"delay": 10380,
"time": "1775560320"
},
"stopId": "FR:76069:ZE:TCARxPOMME0:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 10340,
"time": "1775560400"
},
"departure": {
"delay": 10340,
"time": "1775560400"
},
"stopId": "FR:76069:ZE:TCARxVOIES1:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 10320,
"time": "1775560080"
},
"departure": {
"delay": 10320,
"time": "1775560080"
},
"stopId": "FR:76069:ZE:TCARxONDEL0:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 10380,
"time": "1775560500"
},
"departure": {
"delay": 10380,
"time": "1775560500"
},
"stopId": "FR:76069:ZE:TCARxBOCHA0:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": 10320,
"time": "1775559060"
},
"departure": {
"delay": 10320,
"time": "1775559060"
},
"stopId": "FR:76212:ZE:TCARxDMAIR5:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 10340,
"time": "1775558900"
},
"departure": {
"delay": 10340,
"time": "1775558900"
},
"stopId": "FR:76212:ZE:TCARxALSAC0:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 10320,
"time": "1775560560"
},
"stopId": "FR:76069:ZE:TCARxBELBE:ATOUMOD001",
"stopSequence": 31
},
{
"arrival": {
"delay": 10380,
"time": "1775558880"
},
"departure": {
"delay": 10380,
"time": "1775558880"
},
"stopId": "FR:76212:ZE:TCARxGIRAF2:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 10320,
"time": "1775558940"
},
"departure": {
"delay": 10320,
"time": "1775558940"
},
"stopId": "FR:76212:ZE:TCARxSAVAL0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 10320,
"time": "1775559900"
},
"departure": {
"delay": 10320,
"time": "1775559900"
},
"stopId": "FR:76475:ZE:TCARxMALEC4:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 10320,
"time": "1775560020"
},
"departure": {
"delay": 10320,
"time": "1775560020"
},
"stopId": "FR:76069:ZE:TCARxGALIL0:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 10320,
"time": "1775559120"
},
"departure": {
"delay": 10320,
"time": "1775559120"
},
"stopId": "FR:76212:ZE:TCARxCARVI0:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 10380,
"time": "1775559240"
},
"departure": {
"delay": 10380,
"time": "1775559240"
},
"stopId": "FR:76599:ZE:TCARxTRIA20:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 10320,
"time": "1775559540"
},
"departure": {
"delay": 10320,
"time": "1775559540"
},
"stopId": "FR:76429:ZE:TCARxCHATA0:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 10340,
"time": "1775559800"
},
"departure": {
"delay": 10340,
"time": "1775559800"
},
"stopId": "FR:76475:ZE:TCARxTHIER0:ATOUMOD001",
"stopSequence": 17
},
{
"departure": {
"delay": 10320,
"time": "1775558760"
},
"stopId": "FR:76212:ZE:TCARxPILON3:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 10320,
"time": "1775559420"
},
"departure": {
"delay": 10320,
"time": "1775559420"
},
"stopId": "FR:76429:ZE:TCARxNORLO1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 10380,
"time": "1775559000"
},
"departure": {
"delay": 10380,
"time": "1775559000"
},
"stopId": "FR:76212:ZE:TCARxFAMET0:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 10320,
"time": "1775560200"
},
"departure": {
"delay": 10320,
"time": "1775560200"
},
"stopId": "FR:76069:ZE:TCARxTRAVE0:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 10320,
"time": "1775559840"
},
"departure": {
"delay": 10320,
"time": "1775559840"
},
"stopId": "FR:76475:ZE:TCARxLORME0:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 10320,
"time": "1775559720"
},
"departure": {
"delay": 10320,
"time": "1775559720"
},
"stopId": "FR:76429:ZE:TCARxMALOT1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 10380,
"time": "1775560380"
},
"departure": {
"delay": 10380,
"time": "1775560380"
},
"stopId": "FR:76069:ZE:TCARxESSAR0:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 10380,
"time": "1775558820"
},
"departure": {
"delay": 10380,
"time": "1775558820"
},
"stopId": "FR:76212:ZE:TCARxMUCHE0:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 10320,
"time": "1775560440"
},
"departure": {
"delay": 10320,
"time": "1775560440"
},
"stopId": "FR:76069:ZE:TCARxCTAIG1:ATOUMOD001",
"stopSequence": 29
}
],
"timestamp": "1775558016",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx14:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx16209:LOC"
}
}
},
{
"id": "SM:ATOUMOD041:ServiceJourney:24:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 92,
"time": "1775558784"
},
"departure": {
"delay": 92,
"time": "1775558792"
},
"stopId": "FR:76495:ZE:30031:ATOUMOD041",
"stopSequence": 12
},
{
"arrival": {
"delay": 174,
"time": "1775559054"
},
"departure": {
"delay": 174,
"time": "1775559174"
},
"stopId": "FR:76495:ZE:30041:ATOUMOD041",
"stopSequence": 16
},
{
"arrival": {
"delay": 177,
"time": "1775558084"
},
"departure": {
"delay": 177,
"time": "1775558097"
},
"stopId": "FR:76057:ZE:30024:ATOUMOD041",
"stopSequence": 2
},
{
"departure": {
"delay": 166,
"time": "1775557966"
},
"stopId": "FR:76057:ZE:30028:ATOUMOD041",
"stopSequence": 1
},
{
"arrival": {
"delay": 84,
"time": "1775558990"
},
"departure": {
"delay": 84,
"time": "1775559024"
},
"stopId": "FR:76495:ZE:30043:ATOUMOD041",
"stopSequence": 15
},
{
"arrival": {
"delay": 102,
"time": "1775558941"
},
"departure": {
"delay": 102,
"time": "1775558982"
},
"stopId": "FR:76495:ZE:30036:ATOUMOD041",
"stopSequence": 14
},
{
"arrival": {
"delay": 152,
"time": "1775558127"
},
"departure": {
"delay": 152,
"time": "1775558132"
},
"stopId": "FR:76057:ZE:30001:ATOUMOD041",
"stopSequence": 3
},
{
"arrival": {
"delay": 133,
"time": "1775558224"
},
"departure": {
"delay": 133,
"time": "1775558233"
},
"stopId": "FR:76057:ZE:30012:ATOUMOD041",
"stopSequence": 5
},
{
"arrival": {
"delay": 164,
"time": "1775558177"
},
"departure": {
"delay": 164,
"time": "1775558204"
},
"stopId": "FR:76057:ZE:30016:ATOUMOD041",
"stopSequence": 4
},
{
"arrival": {
"delay": 46,
"time": "1775558676"
},
"departure": {
"delay": 46,
"time": "1775558686"
},
"stopId": "FR:76057:ZE:30014:ATOUMOD041",
"stopSequence": 11
},
{
"arrival": {
"delay": 167,
"time": "1775558357"
},
"departure": {
"delay": 167,
"time": "1775558447"
},
"stopId": "FR:76057:ZE:30010:ATOUMOD041",
"stopSequence": 7
},
{
"arrival": {
"delay": 120,
"time": "1775558247"
},
"departure": {
"delay": 120,
"time": "1775558340"
},
"stopId": "FR:76057:ZE:30006:ATOUMOD041",
"stopSequence": 6
},
{
"arrival": {
"delay": 102,
"time": "1775559282"
},
"stopId": "FR:76495:ZE:30030:ATOUMOD041",
"stopSequence": 17
},
{
"arrival": {
"delay": 107,
"time": "1775558518"
},
"departure": {
"delay": 107,
"time": "1775558567"
},
"stopId": "FR:76057:ZE:30008:ATOUMOD041",
"stopSequence": 9
},
{
"arrival": {
"delay": 89,
"time": "1775558596"
},
"departure": {
"delay": 89,
"time": "1775558609"
},
"stopId": "FR:76057:ZE:30004:ATOUMOD041",
"stopSequence": 10
},
{
"arrival": {
"delay": 73,
"time": "1775558865"
},
"departure": {
"delay": 73,
"time": "1775558893"
},
"stopId": "FR:76495:ZE:30039:ATOUMOD041",
"stopSequence": 13
},
{
"arrival": {
"delay": 101,
"time": "1775558469"
},
"departure": {
"delay": 101,
"time": "1775558501"
},
"stopId": "FR:76057:ZE:30026:ATOUMOD041",
"stopSequence": 8
}
],
"timestamp": "1775560074",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD041:Line:1:LOC",
"tripId": "ATOUMOD041:ServiceJourney:24:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4057010x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 8,
"time": "1775559488"
},
"stopId": "FR:76351:ZE:3162:ATOUMOD003",
"stopSequence": 17
},
{
"departure": {
"delay": 32,
"time": "1775559572"
},
"stopId": "FR:76351:ZE:3041:ATOUMOD003",
"stopSequence": 18
},
{
"departure": {
"delay": 36,
"time": "1775559456"
},
"stopId": "FR:76351:ZE:3152:ATOUMOD003",
"stopSequence": 16
},
{
"departure": {
"delay": 17,
"time": "1775559617"
},
"stopId": "FR:76351:ZE:4568:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": -1,
"time": "1775559659"
},
"stopId": "FR:76351:ZE:4848:ATOUMOD003",
"stopSequence": 20
}
],
"timestamp": "1775559559",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:C7:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4057010x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx3506:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 45,
"time": "1775559105"
},
"stopId": "FR:76540:ZE:TCARxBBOU:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 124,
"time": "1775559801"
},
"departure": {
"delay": 124,
"time": "1775559844"
},
"stopId": "FR:76540:ZE:TCARxAVCAE0:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 165,
"time": "1775560605"
},
"departure": {
"delay": 165,
"time": "1775560605"
},
"stopId": "FR:76322:ZE:TCARxLBLUM0:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 156,
"time": "1775560896"
},
"stopId": "FR:76322:ZE:TCARxBRAQU0:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 126,
"time": "1775560326"
},
"departure": {
"delay": 126,
"time": "1775560326"
},
"stopId": "FR:76498:ZE:TCARxCHGAU0:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 138,
"time": "1775560698"
},
"departure": {
"delay": 138,
"time": "1775560698"
},
"stopId": "FR:76322:ZE:TCARxCEZAN0:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 137,
"time": "1775560517"
},
"departure": {
"delay": 137,
"time": "1775560517"
},
"stopId": "FR:76322:ZE:TCARxKENNE0:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 114,
"time": "1775559991"
},
"departure": {
"delay": 114,
"time": "1775560014"
},
"stopId": "FR:76498:ZE:TCARxTRUFF0:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 134,
"time": "1775559452"
},
"departure": {
"delay": 134,
"time": "1775559494"
},
"stopId": "FR:76540:ZE:TCARxTARTS0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 94,
"time": "1775559905"
},
"departure": {
"delay": 94,
"time": "1775559934"
},
"stopId": "FR:76498:ZE:TCARxJAURE0:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 114,
"time": "1775559561"
},
"departure": {
"delay": 114,
"time": "1775559594"
},
"stopId": "FR:76540:ZE:TCARxJOFFR0:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 132,
"time": "1775560092"
},
"departure": {
"delay": 132,
"time": "1775560092"
},
"stopId": "FR:76498:ZE:TCARx08MAI0:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 73,
"time": "1775559371"
},
"departure": {
"delay": 73,
"time": "1775559373"
},
"stopId": "FR:76540:ZE:TCARxJUSTI0:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 113,
"time": "1775559260"
},
"departure": {
"delay": 113,
"time": "1775559293"
},
"stopId": "FR:76540:ZE:TCARxGAREV0:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 121,
"time": "1775560441"
},
"departure": {
"delay": 121,
"time": "1775560441"
},
"stopId": "FR:76322:ZE:TCARxPROVI0:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 114,
"time": "1775559678"
},
"departure": {
"delay": 114,
"time": "1775559714"
},
"stopId": "FR:76540:ZE:TCARxSTSEV0:ATOUMOD001",
"stopSequence": 7
}
],
"timestamp": "1775558817",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx90:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx3506:LOC"
}
}
},
{
"id": "SM:ATOUMOD021:ServiceJourney:56:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 290,
"time": "1775541339"
},
"departure": {
"delay": 290,
"time": "1775541350"
},
"stopId": "FR:14333:ZE:33:ATOUMOD021",
"stopSequence": 17
},
{
"arrival": {
"delay": 74,
"time": "1775539812"
},
"departure": {
"delay": 74,
"time": "1775539874"
},
"stopId": "FR:14333:ZE:8:ATOUMOD021",
"stopSequence": 4
},
{
"arrival": {
"time": "1775540243"
},
"departure": {
"time": "1775540160"
},
"stopId": "FR:14333:ZE:18:ATOUMOD021",
"stopSequence": 9
},
{
"arrival": {
"delay": 219,
"time": "1775540875"
},
"departure": {
"delay": 219,
"time": "1775540919"
},
"stopId": "FR:14333:ZE:25:ATOUMOD021",
"stopSequence": 13
},
{
"arrival": {
"delay": 152,
"time": "1775540366"
},
"departure": {
"delay": 152,
"time": "1775540372"
},
"stopId": "FR:14333:ZE:20:ATOUMOD021",
"stopSequence": 10
},
{
"arrival": {
"delay": 174,
"time": "1775540961"
},
"departure": {
"delay": 174,
"time": "1775540994"
},
"stopId": "FR:14333:ZE:27:ATOUMOD021",
"stopSequence": 14
},
{
"departure": {
"delay": 2,
"time": "1775539502"
},
"stopId": "FR:14333:ZE:2:ATOUMOD021",
"stopSequence": 1
},
{
"arrival": {
"delay": 73,
"time": "1775540104"
},
"departure": {
"delay": 73,
"time": "1775540113"
},
"stopId": "FR:14333:ZE:14:ATOUMOD021",
"stopSequence": 7
},
{
"arrival": {
"delay": 222,
"time": "1775541377"
},
"departure": {
"delay": 222,
"time": "1775541402"
},
"stopId": "FR:14333:ZE:35:ATOUMOD021",
"stopSequence": 18
},
{
"arrival": {
"delay": 86,
"time": "1775540030"
},
"departure": {
"delay": 86,
"time": "1775540066"
},
"stopId": "FR:14333:ZE:12:ATOUMOD021",
"stopSequence": 6
},
{
"arrival": {
"delay": 112,
"time": "1775541592"
},
"stopId": "FR:14333:ZE:41:ATOUMOD021",
"stopSequence": 21
},
{
"arrival": {
"delay": 63,
"time": "1775540156"
},
"departure": {
"delay": 63,
"time": "1775540163"
},
"stopId": "FR:14333:ZE:16:ATOUMOD021",
"stopSequence": 8
},
{
"arrival": {
"delay": 228,
"time": "1775541115"
},
"departure": {
"delay": 228,
"time": "1775541168"
},
"stopId": "FR:14333:ZE:29:ATOUMOD021",
"stopSequence": 15
},
{
"arrival": {
"delay": 219,
"time": "1775541451"
},
"departure": {
"delay": 219,
"time": "1775541459"
},
"stopId": "FR:14333:ZE:37:ATOUMOD021",
"stopSequence": 19
},
{
"arrival": {
"delay": 36,
"time": "1775539535"
},
"departure": {
"delay": 36,
"time": "1775539596"
},
"stopId": "FR:14333:ZE:4:ATOUMOD021",
"stopSequence": 2
},
{
"arrival": {
"delay": 198,
"time": "1775540397"
},
"departure": {
"delay": 198,
"time": "1775540478"
},
"stopId": "FR:14333:ZE:22:ATOUMOD021",
"stopSequence": 11
},
{
"arrival": {
"delay": 48,
"time": "1775539896"
},
"departure": {
"delay": 48,
"time": "1775539968"
},
"stopId": "FR:14333:ZE:10:ATOUMOD021",
"stopSequence": 5
},
{
"arrival": {
"delay": 201,
"time": "1775540629"
},
"departure": {
"delay": 201,
"time": "1775540781"
},
"stopId": "FR:14536:ZE:23:ATOUMOD021",
"stopSequence": 12
},
{
"arrival": {
"delay": 29,
"time": "1775539652"
},
"departure": {
"delay": 29,
"time": "1775539709"
},
"stopId": "FR:14333:ZE:6:ATOUMOD021",
"stopSequence": 3
},
{
"arrival": {
"delay": 285,
"time": "1775541228"
},
"departure": {
"delay": 285,
"time": "1775541285"
},
"stopId": "FR:14333:ZE:31:ATOUMOD021",
"stopSequence": 16
},
{
"arrival": {
"delay": 235,
"time": "1775541522"
},
"departure": {
"delay": 235,
"time": "1775541535"
},
"stopId": "FR:14333:ZE:39:ATOUMOD021",
"stopSequence": 20
}
],
"timestamp": "1775559490",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD021:Line:A:LOC",
"tripId": "ATOUMOD021:ServiceJourney:56:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745660x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 143,
"time": "1775544523"
},
"departure": {
"delay": 143,
"time": "1775544563"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 93,
"time": "1775545142"
},
"departure": {
"delay": 93,
"time": "1775545173"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 111,
"time": "1775544134"
},
"departure": {
"delay": 111,
"time": "1775544171"
},
"stopId": "FR:50129:ZE:10CAQ1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 116,
"time": "1775543981"
},
"departure": {
"delay": 116,
"time": "1775543996"
},
"stopId": "FR:50129:ZE:10PET1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 68,
"time": "1775544749"
},
"departure": {
"delay": 68,
"time": "1775544788"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 60,
"time": "1775544695"
},
"departure": {
"delay": 60,
"time": "1775544720"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 140,
"time": "1775544360"
},
"departure": {
"delay": 140,
"time": "1775544380"
},
"stopId": "FR:50129:ZE:10CMI1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 112,
"time": "1775543901"
},
"departure": {
"delay": 112,
"time": "1775543932"
},
"stopId": "FR:50129:ZE:10DIX1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 248,
"time": "1775545653"
},
"departure": {
"delay": 248,
"time": "1775545688"
},
"stopId": "FR:50129:ZE:10HPA3:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 132,
"time": "1775546221"
},
"departure": {
"delay": 132,
"time": "1775546232"
},
"stopId": "FR:50129:ZE:10FLO1:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 138,
"time": "1775546115"
},
"departure": {
"delay": 138,
"time": "1775546178"
},
"stopId": "FR:50129:ZE:10LPL1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 128,
"time": "1775544029"
},
"departure": {
"delay": 128,
"time": "1775544068"
},
"stopId": "FR:50129:ZE:10HME1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 133,
"time": "1775545048"
},
"departure": {
"delay": 133,
"time": "1775545093"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 145,
"time": "1775544408"
},
"departure": {
"delay": 145,
"time": "1775544445"
},
"stopId": "FR:50129:ZE:10PAX1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 188,
"time": "1775544998"
},
"departure": {
"delay": 188,
"time": "1775545028"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 173,
"time": "1775545938"
},
"departure": {
"delay": 173,
"time": "1775545973"
},
"stopId": "FR:50129:ZE:10MED3:ATOUMOD035",
"stopSequence": 30
},
{
"departure": {
"delay": 16,
"time": "1775543296"
},
"stopId": "FR:50129:ZE:10AMF1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 143,
"time": "1775543802"
},
"departure": {
"delay": 143,
"time": "1775543843"
},
"stopId": "FR:50129:ZE:10EPC1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 72,
"time": "1775546292"
},
"stopId": "FR:50129:ZE:10ECT1:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 106,
"time": "1775546073"
},
"departure": {
"delay": 106,
"time": "1775546086"
},
"stopId": "FR:50129:ZE:10GDR1:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 91,
"time": "1775544237"
},
"departure": {
"delay": 91,
"time": "1775544271"
},
"stopId": "FR:50129:ZE:10ANN1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 222,
"time": "1775545561"
},
"departure": {
"delay": 222,
"time": "1775545602"
},
"stopId": "FR:50129:ZE:10CRN1:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 21,
"time": "1775543443"
},
"departure": {
"delay": 21,
"time": "1775543481"
},
"stopId": "FR:50129:ZE:10MOR1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 201,
"time": "1775545791"
},
"departure": {
"delay": 201,
"time": "1775545821"
},
"stopId": "FR:50129:ZE:10GRR1:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 157,
"time": "1775545868"
},
"departure": {
"delay": 157,
"time": "1775545897"
},
"stopId": "FR:50129:ZE:10BAG3:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 63,
"time": "1775543540"
},
"departure": {
"delay": 63,
"time": "1775543583"
},
"stopId": "FR:50129:ZE:10FRN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 188,
"time": "1775545734"
},
"departure": {
"delay": 188,
"time": "1775545748"
},
"stopId": "FR:50129:ZE:10XCT3:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 21,
"time": "1775543379"
},
"departure": {
"delay": 21,
"time": "1775543421"
},
"stopId": "FR:50129:ZE:10MES1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 241,
"time": "1775545259"
},
"departure": {
"delay": 241,
"time": "1775545441"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 66,
"time": "1775543674"
},
"departure": {
"delay": 66,
"time": "1775543706"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 60,
"time": "1775543506"
},
"departure": {
"delay": 60,
"time": "1775543520"
},
"stopId": "FR:50129:ZE:10BOI1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 144,
"time": "1775544488"
},
"departure": {
"delay": 144,
"time": "1775544504"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 139,
"time": "1775546030"
},
"departure": {
"delay": 139,
"time": "1775546059"
},
"stopId": "FR:50129:ZE:10NOR5:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 122,
"time": "1775544623"
},
"departure": {
"delay": 122,
"time": "1775544662"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 88,
"time": "1775544819"
},
"departure": {
"delay": 88,
"time": "1775544868"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 20
}
],
"timestamp": "1775560079",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:02:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745660x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745715x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 131,
"time": "1775539450"
},
"departure": {
"delay": 131,
"time": "1775539511"
},
"stopId": "FR:50129:ZE:10HPA4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 307,
"time": "1775541326"
},
"departure": {
"delay": 307,
"time": "1775541367"
},
"stopId": "FR:50129:ZE:10DIX2:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 348,
"time": "1775541570"
},
"departure": {
"delay": 348,
"time": "1775541588"
},
"stopId": "FR:50129:ZE:10PAU2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 181,
"time": "1775539771"
},
"departure": {
"delay": 181,
"time": "1775539801"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 266,
"time": "1775540570"
},
"departure": {
"delay": 266,
"time": "1775540606"
},
"stopId": "FR:50129:ZE:10HDI4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 133,
"time": "1775538997"
},
"departure": {
"delay": 133,
"time": "1775539033"
},
"stopId": "FR:50129:ZE:10NOR6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 248,
"time": "1775540724"
},
"departure": {
"delay": 248,
"time": "1775540768"
},
"stopId": "FR:50129:ZE:10TRA3:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 132,
"time": "1775539332"
},
"departure": {
"delay": 132,
"time": "1775539392"
},
"stopId": "FR:50129:ZE:10XCT4:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 180,
"time": "1775539909"
},
"departure": {
"delay": 180,
"time": "1775539980"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 337,
"time": "1775541718"
},
"departure": {
"delay": 337,
"time": "1775541757"
},
"stopId": "FR:50129:ZE:10MOR2:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 315,
"time": "1775541662"
},
"departure": {
"delay": 315,
"time": "1775541675"
},
"stopId": "FR:50129:ZE:10HET2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 293,
"time": "1775541833"
},
"stopId": "FR:50129:ZE:10AMF1:ATOUMOD035",
"stopSequence": 37
},
{
"arrival": {
"delay": 164,
"time": "1775540037"
},
"departure": {
"delay": 164,
"time": "1775540084"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 296,
"time": "1775540849"
},
"departure": {
"delay": 296,
"time": "1775540876"
},
"stopId": "FR:50129:ZE:10PAX2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 338,
"time": "1775541626"
},
"departure": {
"delay": 338,
"time": "1775541638"
},
"stopId": "FR:50129:ZE:10TLL2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 228,
"time": "1775540654"
},
"departure": {
"delay": 228,
"time": "1775540688"
},
"stopId": "FR:50129:ZE:10REP4:ATOUMOD035",
"stopSequence": 21
},
{
"departure": {
"delay": 61,
"time": "1775538661"
},
"stopId": "FR:50129:ZE:10ECT1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 102,
"time": "1775539258"
},
"departure": {
"delay": 102,
"time": "1775539302"
},
"stopId": "FR:50129:ZE:10GRR2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 355,
"time": "1775541446"
},
"departure": {
"delay": 355,
"time": "1775541475"
},
"stopId": "FR:50129:ZE:10EPC2:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 288,
"time": "1775540448"
},
"departure": {
"delay": 288,
"time": "1775540508"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 104,
"time": "1775539070"
},
"departure": {
"delay": 104,
"time": "1775539124"
},
"stopId": "FR:50129:ZE:10MED4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 237,
"time": "1775540302"
},
"departure": {
"delay": 237,
"time": "1775540337"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 325,
"time": "1775541192"
},
"departure": {
"delay": 325,
"time": "1775541205"
},
"stopId": "FR:50129:ZE:10HME2:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 371,
"time": "1775541088"
},
"departure": {
"delay": 371,
"time": "1775541131"
},
"stopId": "FR:50129:ZE:10CAQ2:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 315,
"time": "1775541776"
},
"departure": {
"delay": 315,
"time": "1775541795"
},
"stopId": "FR:50129:ZE:10MES2:ATOUMOD035",
"stopSequence": 36
},
{
"arrival": {
"delay": 368,
"time": "1775540970"
},
"departure": {
"delay": 368,
"time": "1775541008"
},
"stopId": "FR:50129:ZE:10ANN2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 119,
"time": "1775539161"
},
"departure": {
"delay": 119,
"time": "1775539199"
},
"stopId": "FR:50129:ZE:10BAG4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 99,
"time": "1775538826"
},
"departure": {
"delay": 99,
"time": "1775538879"
},
"stopId": "FR:50129:ZE:10LPL2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 339,
"time": "1775541509"
},
"departure": {
"delay": 339,
"time": "1775541519"
},
"stopId": "FR:50129:ZE:10EPH1:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 131,
"time": "1775538910"
},
"departure": {
"delay": 131,
"time": "1775538971"
},
"stopId": "FR:50129:ZE:10GDR2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 133,
"time": "1775539585"
},
"departure": {
"delay": 133,
"time": "1775539633"
},
"stopId": "FR:50129:ZE:10CRN2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 350,
"time": "1775540890"
},
"departure": {
"delay": 350,
"time": "1775540930"
},
"stopId": "FR:50129:ZE:10CMI2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 323,
"time": "1775541235"
},
"departure": {
"delay": 323,
"time": "1775541263"
},
"stopId": "FR:50129:ZE:10PET2:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 258,
"time": "1775540354"
},
"departure": {
"delay": 258,
"time": "1775540418"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 223,
"time": "1775540223"
},
"departure": {
"delay": 223,
"time": "1775540263"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 16
}
],
"timestamp": "1775559599",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:02:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745715x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3748521x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -53,
"time": "1775550707"
},
"departure": {
"delay": -53,
"time": "1775550727"
},
"stopId": "FR:50129:ZE:10LCA1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": -42,
"time": "1775550963"
},
"departure": {
"delay": -42,
"time": "1775550978"
},
"stopId": "FR:50129:ZE:10JMO1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": -7,
"time": "1775551226"
},
"departure": {
"delay": -7,
"time": "1775551253"
},
"stopId": "FR:50129:ZE:10JBO3:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 5,
"time": "1775550792"
},
"departure": {
"delay": 5,
"time": "1775550845"
},
"stopId": "FR:50129:ZE:10BHC3:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 39,
"time": "1775549734"
},
"departure": {
"delay": 39,
"time": "1775549739"
},
"stopId": "FR:50129:ZE:10MRT1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": -10,
"time": "1775551295"
},
"departure": {
"delay": -10,
"time": "1775551310"
},
"stopId": "FR:50129:ZE:10CHE1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 66,
"time": "1775549692"
},
"departure": {
"delay": 66,
"time": "1775549706"
},
"stopId": "FR:50129:ZE:10FOE1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": -17,
"time": "1775549789"
},
"departure": {
"delay": -17,
"time": "1775549803"
},
"stopId": "FR:50129:ZE:10BRA1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 63,
"time": "1775549577"
},
"departure": {
"delay": 63,
"time": "1775549583"
},
"stopId": "FR:50129:ZE:10VDT1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": -51,
"time": "1775550579"
},
"departure": {
"delay": -51,
"time": "1775550609"
},
"stopId": "FR:50129:ZE:10THH3:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": -14,
"time": "1775550913"
},
"departure": {
"delay": -14,
"time": "1775550946"
},
"stopId": "FR:50129:ZE:10LUM1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 53,
"time": "1775549621"
},
"departure": {
"delay": 53,
"time": "1775549633"
},
"stopId": "FR:50129:ZE:10ZFO1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": -67,
"time": "1775550999"
},
"departure": {
"delay": -67,
"time": "1775551013"
},
"stopId": "FR:50129:ZE:10LLM1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 11,
"time": "1775549847"
},
"departure": {
"delay": 11,
"time": "1775549891"
},
"stopId": "FR:50129:ZE:10BQR1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": -20,
"time": "1775550023"
},
"departure": {
"delay": -20,
"time": "1775550040"
},
"stopId": "FR:50129:ZE:10OLY1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": -53,
"time": "1775550055"
},
"departure": {
"delay": -53,
"time": "1775550067"
},
"stopId": "FR:50129:ZE:10EGL1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": -132,
"time": "1775550085"
},
"departure": {
"delay": -132,
"time": "1775550108"
},
"stopId": "FR:50129:ZE:10AMO1:ATOUMOD035",
"stopSequence": 13
},
{
"departure": {
"delay": 90,
"time": "1775549490"
},
"stopId": "FR:50129:ZE:10PYC1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 1,
"time": "1775549931"
},
"departure": {
"delay": 1,
"time": "1775549941"
},
"stopId": "FR:50129:ZE:10ANJ5:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": -60,
"time": "1775550228"
},
"departure": {
"delay": -60,
"time": "1775550360"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 31,
"time": "1775549661"
},
"departure": {
"delay": 31,
"time": "1775549671"
},
"stopId": "FR:50129:ZE:10GRI1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": -49,
"time": "1775551047"
},
"departure": {
"delay": -49,
"time": "1775551091"
},
"stopId": "FR:50129:ZE:10BRO1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 4,
"time": "1775551384"
},
"stopId": "FR:50129:ZE:10ZSA3:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"time": "1775549962"
},
"departure": {
"time": "1775550000"
},
"stopId": "FR:50129:ZE:10PRV1:ATOUMOD035",
"stopSequence": 10
}
],
"timestamp": "1775560076",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:06:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3748521x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD104:ServiceJourney:f692becdb0532ab8274605e7fd09f272:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 130,
"time": "1775558977"
},
"departure": {
"delay": 130,
"time": "1775559010"
},
"stopId": "FR:61169:ZE:2291:ATOUMOD104",
"stopSequence": 16
},
{
"arrival": {
"delay": 139,
"time": "1775559238"
},
"departure": {
"delay": 139,
"time": "1775559259"
},
"stopId": "FR:61169:ZE:2283:ATOUMOD104",
"stopSequence": 21
},
{
"arrival": {
"delay": 112,
"time": "1775558665"
},
"departure": {
"delay": 112,
"time": "1775558692"
},
"stopId": "FR:61169:ZE:2322:ATOUMOD104",
"stopSequence": 13
},
{
"arrival": {
"delay": 142,
"time": "1775558872"
},
"departure": {
"delay": 142,
"time": "1775558902"
},
"stopId": "FR:61169:ZE:2320:ATOUMOD104",
"stopSequence": 15
},
{
"arrival": {
"delay": 34,
"time": "1775558002"
},
"departure": {
"delay": 34,
"time": "1775558014"
},
"stopId": "FR:61169:ZE:2309:ATOUMOD104",
"stopSequence": 6
},
{
"arrival": {
"delay": 96,
"time": "1775558599"
},
"departure": {
"delay": 96,
"time": "1775558616"
},
"stopId": "FR:61169:ZE:2281:ATOUMOD104",
"stopSequence": 12
},
{
"arrival": {
"delay": 74,
"time": "1775557982"
},
"departure": {
"delay": 74,
"time": "1775557994"
},
"stopId": "FR:61169:ZE:2324:ATOUMOD104",
"stopSequence": 5
},
{
"arrival": {
"delay": 48,
"time": "1775557776"
},
"departure": {
"delay": 48,
"time": "1775557788"
},
"stopId": "FR:61169:ZE:2307:ATOUMOD104",
"stopSequence": 2
},
{
"departure": {
"delay": 14,
"time": "1775557754"
},
"stopId": "FR:61169:ZE:2336:ATOUMOD104",
"stopSequence": 1
},
{
"arrival": {
"delay": 68,
"time": "1775557903"
},
"departure": {
"delay": 68,
"time": "1775557928"
},
"stopId": "FR:61169:ZE:2301:ATOUMOD104",
"stopSequence": 4
},
{
"arrival": {
"delay": 106,
"time": "1775558254"
},
"departure": {
"delay": 106,
"time": "1775558326"
},
"stopId": "FR:61169:ZE:2279:ATOUMOD104",
"stopSequence": 9
},
{
"arrival": {
"delay": 65,
"time": "1775557839"
},
"departure": {
"delay": 65,
"time": "1775557865"
},
"stopId": "FR:61169:ZE:2326:ATOUMOD104",
"stopSequence": 3
},
{
"arrival": {
"delay": 111,
"time": "1775558788"
},
"departure": {
"delay": 111,
"time": "1775558811"
},
"stopId": "FR:61169:ZE:2261:ATOUMOD104",
"stopSequence": 14
},
{
"arrival": {
"delay": 171,
"time": "1775558354"
},
"departure": {
"delay": 171,
"time": "1775558511"
},
"stopId": "FR:61169:ZE:2286:ATOUMOD104",
"stopSequence": 10
},
{
"arrival": {
"delay": 136,
"time": "1775559376"
},
"stopId": "FR:61169:ZE:2277:ATOUMOD104",
"stopSequence": 23
},
{
"arrival": {
"delay": 128,
"time": "1775559290"
},
"departure": {
"delay": 128,
"time": "1775559308"
},
"stopId": "FR:61169:ZE:2289:ATOUMOD104",
"stopSequence": 22
},
{
"arrival": {
"delay": 104,
"time": "1775558554"
},
"departure": {
"delay": 104,
"time": "1775558564"
},
"stopId": "FR:61169:ZE:2317:ATOUMOD104",
"stopSequence": 11
}
],
"timestamp": "1775559512",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD104:Line:250:LOC",
"tripId": "ATOUMOD104:ServiceJourney:f692becdb0532ab8274605e7fd09f272:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx8587:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 11550,
"time": "1775560950"
},
"stopId": "FR:76575:ZE:TCARxTECHN4:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 11565,
"time": "1775561325"
},
"departure": {
"delay": 11565,
"time": "1775561325"
},
"stopId": "FR:76575:ZE:TCARxSTENT2:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 11572,
"time": "1775561272"
},
"departure": {
"delay": 11572,
"time": "1775561272"
},
"stopId": "FR:76575:ZE:TCARxSANDT2:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 11550,
"time": "1775561490"
},
"departure": {
"delay": 11550,
"time": "1775561490"
},
"stopId": "FR:76681:ZE:TCARxDIOCT2:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 11572,
"time": "1775561392"
},
"departure": {
"delay": 11572,
"time": "1775561392"
},
"stopId": "FR:76575:ZE:TCARxCBRUT2:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 11571,
"time": "1775561691"
},
"departure": {
"delay": 11571,
"time": "1775561691"
},
"stopId": "FR:76498:ZE:TCARxCHART2:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 11565,
"time": "1775561025"
},
"departure": {
"delay": 11565,
"time": "1775561025"
},
"stopId": "FR:76575:ZE:TCARxCORBU1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 11555,
"time": "1775561075"
},
"departure": {
"delay": 11555,
"time": "1775561075"
},
"stopId": "FR:76575:ZE:TCARxSANSU2:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 11529,
"time": "1775561589"
},
"departure": {
"delay": 11529,
"time": "1775561589"
},
"stopId": "FR:76498:ZE:TCARxNOVET2:ATOUMOD001",
"stopSequence": 9
}
],
"timestamp": "1775559997",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx94:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx8587:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3747846x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 82,
"time": "1775547885"
},
"departure": {
"delay": 82,
"time": "1775547922"
},
"stopId": "FR:50129:ZE:10SEX2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 72,
"time": "1775547636"
},
"departure": {
"delay": 72,
"time": "1775547672"
},
"stopId": "FR:50129:ZE:10CSM2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 245,
"time": "1775548948"
},
"departure": {
"delay": 245,
"time": "1775548985"
},
"stopId": "FR:50129:ZE:10PLx1:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 201,
"time": "1775548736"
},
"departure": {
"delay": 201,
"time": "1775548761"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 97,
"time": "1775548204"
},
"departure": {
"delay": 97,
"time": "1775548237"
},
"stopId": "FR:50129:ZE:10ODR2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 103,
"time": "1775547234"
},
"departure": {
"delay": 103,
"time": "1775547283"
},
"stopId": "FR:50129:ZE:10BOC2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 54,
"time": "1775547432"
},
"departure": {
"delay": 54,
"time": "1775547474"
},
"stopId": "FR:50129:ZE:10CUR2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 37,
"time": "1775547123"
},
"departure": {
"delay": 37,
"time": "1775547157"
},
"stopId": "FR:50129:ZE:10CEN2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 50,
"time": "1775547519"
},
"departure": {
"delay": 50,
"time": "1775547530"
},
"stopId": "FR:50129:ZE:10DEB2:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 120,
"time": "1775548282"
},
"departure": {
"delay": 120,
"time": "1775548320"
},
"stopId": "FR:50129:ZE:10BOS2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 168,
"time": "1775548622"
},
"departure": {
"delay": 168,
"time": "1775548668"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 103,
"time": "1775548045"
},
"departure": {
"delay": 103,
"time": "1775548063"
},
"stopId": "FR:50129:ZE:10RUC2:ATOUMOD035",
"stopSequence": 16
},
{
"departure": {
"delay": 67,
"time": "1775547067"
},
"stopId": "FR:50129:ZE:10MXR2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 122,
"time": "1775548343"
},
"departure": {
"delay": 122,
"time": "1775548382"
},
"stopId": "FR:50129:ZE:10JAR2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 59,
"time": "1775547406"
},
"departure": {
"delay": 59,
"time": "1775547419"
},
"stopId": "FR:50129:ZE:10REN2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 144,
"time": "1775548442"
},
"departure": {
"delay": 144,
"time": "1775548524"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 63,
"time": "1775547297"
},
"departure": {
"delay": 63,
"time": "1775547303"
},
"stopId": "FR:50129:ZE:10GNT2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 142,
"time": "1775549062"
},
"stopId": "FR:50129:ZE:10SHU2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 233,
"time": "1775548865"
},
"departure": {
"delay": 233,
"time": "1775548913"
},
"stopId": "FR:50129:ZE:10HDV1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 81,
"time": "1775547941"
},
"departure": {
"delay": 81,
"time": "1775547981"
},
"stopId": "FR:50129:ZE:10MTT2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 12,
"time": "1775547357"
},
"departure": {
"delay": 12,
"time": "1775547372"
},
"stopId": "FR:50129:ZE:10LOG2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 116,
"time": "1775548000"
},
"departure": {
"delay": 116,
"time": "1775548016"
},
"stopId": "FR:50129:ZE:10BSJ2:ATOUMOD035",
"stopSequence": 15
}
],
"timestamp": "1775560073",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:04:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3747846x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx7105:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 46,
"time": "1775558962"
},
"departure": {
"delay": 46,
"time": "1775558986"
},
"stopId": "FR:76540:ZE:TCARxTARTT1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 44,
"time": "1775558842"
},
"departure": {
"delay": 44,
"time": "1775558864"
},
"stopId": "FR:76540:ZE:TCARxBELGE1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 101,
"time": "1775557937"
},
"departure": {
"delay": 101,
"time": "1775557961"
},
"stopId": "FR:76451:ZE:TCARxCOQUE1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 156,
"time": "1775558113"
},
"departure": {
"delay": 156,
"time": "1775558136"
},
"stopId": "FR:76451:ZE:TCARxCAMPU1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 56,
"time": "1775558036"
},
"departure": {
"delay": 56,
"time": "1775558036"
},
"stopId": "FR:76451:ZE:TCARxCBLBE1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -57,
"time": "1775558498"
},
"departure": {
"delay": -57,
"time": "1775558523"
},
"stopId": "FR:76540:ZE:TCARxRIBOU1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 51,
"time": "1775559111"
},
"departure": {
"delay": 51,
"time": "1775559111"
},
"stopId": "FR:76540:ZE:TCARxREPUB1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": -59,
"time": "1775559361"
},
"stopId": "FR:76540:ZE:TCARxCHRUT1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 60,
"time": "1775559180"
},
"departure": {
"delay": 60,
"time": "1775559180"
},
"stopId": "FR:76540:ZE:TCARxPMARC1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 106,
"time": "1775558336"
},
"departure": {
"delay": 106,
"time": "1775558386"
},
"stopId": "FR:76540:ZE:TCARxFDVAL1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 2,
"time": "1775559242"
},
"departure": {
"delay": 2,
"time": "1775559242"
},
"stopId": "FR:76540:ZE:TCARxMARTT1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": -28,
"time": "1775558672"
},
"departure": {
"delay": -28,
"time": "1775558672"
},
"stopId": "FR:76540:ZE:TCARxPASPA1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 97,
"time": "1775559037"
},
"departure": {
"delay": 97,
"time": "1775559037"
},
"stopId": "FR:76540:ZE:TCARxCATHE1:ATOUMOD001",
"stopSequence": 11
}
],
"timestamp": "1775557897",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx91:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx7105:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx18027:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 14640,
"time": "1775559180"
},
"departure": {
"delay": 14640,
"time": "1775559180"
},
"stopId": "FR:76157:ZE:TCARxDOCRO2:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 14640,
"time": "1775560740"
},
"departure": {
"delay": 14640,
"time": "1775560740"
},
"stopId": "FR:76410:ZE:TCARxCLAIR2:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 14580,
"time": "1775559540"
},
"departure": {
"delay": 14580,
"time": "1775559540"
},
"stopId": "FR:76157:ZE:TCARxTJAUR3:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 14580,
"time": "1775560080"
},
"departure": {
"delay": 14580,
"time": "1775560080"
},
"stopId": "FR:76540:ZE:TCARxRIBOU5:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 14640,
"time": "1775561040"
},
"departure": {
"delay": 14640,
"time": "1775561040"
},
"stopId": "FR:76410:ZE:TCARxMOULI4:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 14580,
"time": "1775560860"
},
"departure": {
"delay": 14580,
"time": "1775560860"
},
"stopId": "FR:76410:ZE:TCARxMAROM2:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 14640,
"time": "1775561340"
},
"departure": {
"delay": 14640,
"time": "1775561340"
},
"stopId": "FR:76474:ZE:TCARxPREVE0:ATOUMOD001",
"stopSequence": 31
},
{
"arrival": {
"delay": 14640,
"time": "1775560560"
},
"departure": {
"delay": 14640,
"time": "1775560560"
},
"stopId": "FR:76216:ZE:TCARxJFERR1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 14700,
"time": "1775559060"
},
"departure": {
"delay": 14700,
"time": "1775559060"
},
"stopId": "FR:76157:ZE:TCARxIDEFH2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 14600,
"time": "1775559440"
},
"departure": {
"delay": 14600,
"time": "1775559440"
},
"stopId": "FR:76157:ZE:TCARxBUCHH0:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 14580,
"time": "1775560920"
},
"departure": {
"delay": 14580,
"time": "1775560920"
},
"stopId": "FR:76410:ZE:TCARxARCON1:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 14640,
"time": "1775560680"
},
"departure": {
"delay": 14640,
"time": "1775560680"
},
"stopId": "FR:76216:ZE:TCARxFAUQU1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 14640,
"time": "1775559240"
},
"departure": {
"delay": 14640,
"time": "1775559240"
},
"stopId": "FR:76157:ZE:TCARxPOMMI2:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 14640,
"time": "1775560380"
},
"departure": {
"delay": 14640,
"time": "1775560380"
},
"stopId": "FR:76216:ZE:TCARxSIMEO1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 14600,
"time": "1775560340"
},
"departure": {
"delay": 14600,
"time": "1775560340"
},
"stopId": "FR:76216:ZE:TCARxPEUPL1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 14640,
"time": "1775559480"
},
"departure": {
"delay": 14640,
"time": "1775559480"
},
"stopId": "FR:76157:ZE:TCARxPISCC0:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 14715,
"time": "1775559075"
},
"departure": {
"delay": 14715,
"time": "1775559075"
},
"stopId": "FR:76157:ZE:TCARxLEFEB0:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 14640,
"time": "1775560320"
},
"departure": {
"delay": 14640,
"time": "1775560320"
},
"stopId": "FR:76216:ZE:TCARxLACAC1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 14640,
"time": "1775559900"
},
"departure": {
"delay": 14640,
"time": "1775559900"
},
"stopId": "FR:76540:ZE:TCARxMIN6:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 14640,
"time": "1775559420"
},
"departure": {
"delay": 14640,
"time": "1775559420"
},
"stopId": "FR:76157:ZE:TCARxMERAI0:ATOUMOD001",
"stopSequence": 10
},
{
"departure": {
"delay": 14700,
"time": "1775559000"
},
"stopId": "FR:76157:ZE:TCARxHOUDE:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 14580,
"time": "1775561400"
},
"stopId": "FR:76474:ZE:TCARxEMOUL0:ATOUMOD001",
"stopSequence": 32
},
{
"arrival": {
"delay": 14640,
"time": "1775559120"
},
"departure": {
"delay": 14640,
"time": "1775559120"
},
"stopId": "FR:76157:ZE:TCARxTOUYE3:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 14640,
"time": "1775559360"
},
"departure": {
"delay": 14640,
"time": "1775559360"
},
"stopId": "FR:76157:ZE:TCARxECURE0:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 14580,
"time": "1775560440"
},
"departure": {
"delay": 14580,
"time": "1775560440"
},
"stopId": "FR:76216:ZE:TCARxFRESN2:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 14600,
"time": "1775560760"
},
"departure": {
"delay": 14600,
"time": "1775560760"
},
"stopId": "FR:76410:ZE:TCARxPETIT1:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 14640,
"time": "1775561220"
},
"departure": {
"delay": 14640,
"time": "1775561220"
},
"stopId": "FR:76474:ZE:TCARxCIMNB0:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": 14670,
"time": "1775559090"
},
"departure": {
"delay": 14670,
"time": "1775559090"
},
"stopId": "FR:76157:ZE:TCARxBELVE0:ATOUMOD001",
"stopSequence": 4
}
],
"timestamp": "1775557297",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx35:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx18027:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx12119:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -987,
"time": "1775559163"
},
"departure": {
"delay": -987,
"time": "1775559213"
},
"stopId": "FR:76474:ZE:TCARxBMAIB0:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": -907,
"time": "1775559713"
},
"departure": {
"delay": -907,
"time": "1775559713"
},
"stopId": "FR:76410:ZE:TCARxPETIT0:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": -957,
"time": "1775559363"
},
"departure": {
"delay": -957,
"time": "1775559363"
},
"stopId": "FR:76474:ZE:TCARxEPARG0:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": -946,
"time": "1775559314"
},
"departure": {
"delay": -946,
"time": "1775559314"
},
"stopId": "FR:76474:ZE:TCARxSAUVA1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": -1107,
"time": "1775558889"
},
"departure": {
"delay": -1107,
"time": "1775558913"
},
"stopId": "FR:76366:ZE:TCARxHMAIR0:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": -1016,
"time": "1775559064"
},
"departure": {
"delay": -1016,
"time": "1775559064"
},
"stopId": "FR:76474:ZE:TCARxMUSEE0:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": -935,
"time": "1775560285"
},
"departure": {
"delay": -935,
"time": "1775560285"
},
"stopId": "FR:76157:ZE:TCARxATELI1:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": -910,
"time": "1775559470"
},
"departure": {
"delay": -910,
"time": "1775559470"
},
"stopId": "FR:76410:ZE:TCARxVELOU1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": -972,
"time": "1775560368"
},
"departure": {
"delay": -972,
"time": "1775560368"
},
"stopId": "FR:76157:ZE:TCARxMIN3:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": -1122,
"time": "1775558778"
},
"departure": {
"delay": -1122,
"time": "1775558778"
},
"stopId": "FR:76366:ZE:TCARxHEGLI0:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": -1054,
"time": "1775558726"
},
"departure": {
"delay": -1054,
"time": "1775558726"
},
"stopId": "FR:76366:ZE:TCARxLBOIS0:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -1112,
"time": "1775558488"
},
"departure": {
"delay": -1112,
"time": "1775558488"
},
"stopId": "FR:76402:ZE:TCARxNCHAM0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": -903,
"time": "1775560077"
},
"departure": {
"delay": -903,
"time": "1775560077"
},
"stopId": "FR:76216:ZE:TCARxFRESN1:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": -1093,
"time": "1775558807"
},
"departure": {
"delay": -1093,
"time": "1775558807"
},
"stopId": "FR:76366:ZE:TCARxLESUE0:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": -1057,
"time": "1775558963"
},
"departure": {
"delay": -1057,
"time": "1775558963"
},
"stopId": "FR:76366:ZE:TCARxLSOUR0:ATOUMOD001",
"stopSequence": 12
},
{
"departure": {
"delay": -1217,
"time": "1775558263"
},
"stopId": "FR:76402:ZE:TCARxHFREV:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": -972,
"time": "1775560788"
},
"stopId": "FR:76540:ZE:TCARxRIBOU3:ATOUMOD001",
"stopSequence": 32
},
{
"arrival": {
"delay": -949,
"time": "1775560211"
},
"departure": {
"delay": -949,
"time": "1775560211"
},
"stopId": "FR:76157:ZE:TCARxCOMME0:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": -1008,
"time": "1775559132"
},
"departure": {
"delay": -1008,
"time": "1775559132"
},
"stopId": "FR:76474:ZE:TCARxAGIDE1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": -913,
"time": "1775560307"
},
"departure": {
"delay": -913,
"time": "1775560307"
},
"stopId": "FR:76157:ZE:TCARxLCORM0:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": -923,
"time": "1775559517"
},
"departure": {
"delay": -923,
"time": "1775559517"
},
"stopId": "FR:76410:ZE:TCARxRIVES1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": -1116,
"time": "1775558424"
},
"departure": {
"delay": -1116,
"time": "1775558424"
},
"stopId": "FR:76402:ZE:TCARxCMEDI1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": -1122,
"time": "1775558538"
},
"departure": {
"delay": -1122,
"time": "1775558538"
},
"stopId": "FR:76402:ZE:TCARxSOUEF0:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": -972,
"time": "1775560128"
},
"departure": {
"delay": -972,
"time": "1775560128"
},
"stopId": "FR:76216:ZE:TCARxCAILL1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": -876,
"time": "1775559864"
},
"departure": {
"delay": -876,
"time": "1775559864"
},
"stopId": "FR:76216:ZE:TCARxFAUQU0:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": -872,
"time": "1775559970"
},
"departure": {
"delay": -872,
"time": "1775559988"
},
"stopId": "FR:76216:ZE:TCARxJFERR0:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": -862,
"time": "1775559619"
},
"departure": {
"delay": -862,
"time": "1775559638"
},
"stopId": "FR:76410:ZE:TCARxMAROM1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": -917,
"time": "1775559763"
},
"departure": {
"delay": -917,
"time": "1775559763"
},
"stopId": "FR:76410:ZE:TCARxCLAIR1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": -942,
"time": "1775560398"
},
"departure": {
"delay": -942,
"time": "1775560398"
},
"stopId": "FR:76540:ZE:TCARxMIN1T:ATOUMOD001",
"stopSequence": 31
},
{
"arrival": {
"delay": -1056,
"time": "1775558616"
},
"departure": {
"delay": -1056,
"time": "1775558664"
},
"stopId": "FR:76366:ZE:TCARxCJZAY0:ATOUMOD001",
"stopSequence": 7
}
],
"timestamp": "1775558265",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx04:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx12119:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4108073x2025x26xGSemHTRAxSemainex00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 162,
"time": "1775560362"
},
"departure": {
"delay": 162,
"time": "1775560362"
},
"stopId": "FR:76351:ZE:3955:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": 110,
"time": "1775560850"
},
"departure": {
"delay": 110,
"time": "1775560850"
},
"stopId": "FR:76351:ZE:3995:ATOUMOD003",
"stopSequence": 14
},
{
"departure": {
"delay": 88,
"time": "1775559808"
},
"stopId": "FR:76351:ZE:3999:ATOUMOD003",
"stopSequence": 6
},
{
"departure": {
"delay": 114,
"time": "1775559594"
},
"stopId": "FR:76351:ZE:3980:ATOUMOD003",
"stopSequence": 4
},
{
"arrival": {
"delay": 125,
"time": "1775560985"
},
"stopId": "FR:76351:ZE:3978:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 158,
"time": "1775560118"
},
"departure": {
"delay": 158,
"time": "1775560118"
},
"stopId": "FR:76351:ZE:3967:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": 110,
"time": "1775560250"
},
"departure": {
"delay": 110,
"time": "1775560250"
},
"stopId": "FR:76351:ZE:3957:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": 116,
"time": "1775560616"
},
"departure": {
"delay": 116,
"time": "1775560616"
},
"stopId": "FR:76351:ZE:3993:ATOUMOD003",
"stopSequence": 12
},
{
"departure": {
"delay": 108,
"time": "1775559708"
},
"stopId": "FR:76351:ZE:3959:ATOUMOD003",
"stopSequence": 5
},
{
"arrival": {
"delay": 114,
"time": "1775560734"
},
"departure": {
"delay": 114,
"time": "1775560734"
},
"stopId": "FR:76351:ZE:3951:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 126,
"time": "1775560446"
},
"departure": {
"delay": 126,
"time": "1775560446"
},
"stopId": "FR:76351:ZE:3985:ATOUMOD003",
"stopSequence": 11
},
{
"departure": {
"delay": 148,
"time": "1775559928"
},
"stopId": "FR:76351:ZE:3989:ATOUMOD003",
"stopSequence": 7
}
],
"timestamp": "1775560059",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:B:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4108073x2025x26xGSemHTRAxSemainex00:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4227434x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 13,
"time": "1775560933"
},
"departure": {
"delay": 13,
"time": "1775560933"
},
"stopId": "FR:76351:ZE:4983:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": 120,
"time": "1775559960"
},
"departure": {
"delay": 120,
"time": "1775559960"
},
"stopId": "FR:76305:ZE:3293:ATOUMOD003",
"stopSequence": 4
},
{
"arrival": {
"delay": 45,
"time": "1775561205"
},
"departure": {
"delay": 45,
"time": "1775561205"
},
"stopId": "FR:76351:ZE:3613:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": 13,
"time": "1775561593"
},
"stopId": "FR:76351:ZE:4906:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": 41,
"time": "1775560301"
},
"departure": {
"delay": 41,
"time": "1775560301"
},
"stopId": "FR:76305:ZE:3189:ATOUMOD003",
"stopSequence": 10
},
{
"departure": {
"delay": 152,
"time": "1775559812"
},
"stopId": "FR:76305:ZE:3463:ATOUMOD003",
"stopSequence": 2
},
{
"arrival": {
"delay": 65,
"time": "1775560085"
},
"departure": {
"delay": 65,
"time": "1775560085"
},
"stopId": "FR:76305:ZE:3182:ATOUMOD003",
"stopSequence": 7
},
{
"arrival": {
"delay": 32,
"time": "1775560352"
},
"departure": {
"delay": 32,
"time": "1775560352"
},
"stopId": "FR:76305:ZE:3097:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 13,
"time": "1775560453"
},
"departure": {
"delay": 13,
"time": "1775560453"
},
"stopId": "FR:76305:ZE:3923:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": 13,
"time": "1775560633"
},
"departure": {
"delay": 13,
"time": "1775560633"
},
"stopId": "FR:76341:ZE:3833:ATOUMOD003",
"stopSequence": 15
},
{
"departure": {
"delay": 19,
"time": "1775560039"
},
"stopId": "FR:76305:ZE:3184:ATOUMOD003",
"stopSequence": 6
},
{
"departure": {
"delay": 155,
"time": "1775559875"
},
"stopId": "FR:76305:ZE:3619:ATOUMOD003",
"stopSequence": 3
},
{
"arrival": {
"delay": 17,
"time": "1775560577"
},
"departure": {
"delay": 17,
"time": "1775560577"
},
"stopId": "FR:76305:ZE:3835:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": 13,
"time": "1775560213"
},
"departure": {
"delay": 13,
"time": "1775560213"
},
"stopId": "FR:76305:ZE:3680:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": 44,
"time": "1775560184"
},
"departure": {
"delay": 44,
"time": "1775560184"
},
"stopId": "FR:76305:ZE:3574:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": 43,
"time": "1775561263"
},
"departure": {
"delay": 43,
"time": "1775561263"
},
"stopId": "FR:76351:ZE:4869:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 21,
"time": "1775560521"
},
"departure": {
"delay": 21,
"time": "1775560521"
},
"stopId": "FR:76305:ZE:3837:ATOUMOD003",
"stopSequence": 13
},
{
"departure": {
"delay": 29,
"time": "1775559989"
},
"stopId": "FR:76305:ZE:3057:ATOUMOD003",
"stopSequence": 5
},
{
"arrival": {
"delay": 50,
"time": "1775561390"
},
"departure": {
"delay": 50,
"time": "1775561390"
},
"stopId": "FR:76351:ZE:4867:ATOUMOD003",
"stopSequence": 19
},
{
"departure": {
"delay": 31,
"time": "1775559571"
},
"stopId": "FR:76341:ZE:3538:ATOUMOD003",
"stopSequence": 1
}
],
"timestamp": "1775560060",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:20:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4227434x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx18192:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -18937,
"time": "1775562503"
},
"departure": {
"delay": -18937,
"time": "1775562503"
},
"stopId": "FR:76681:ZE:TCARxLBRU11:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": -18827,
"time": "1775563573"
},
"departure": {
"delay": -18827,
"time": "1775563573"
},
"stopId": "FR:76498:ZE:TCARxNERUD1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": -18825,
"time": "1775563155"
},
"departure": {
"delay": -18825,
"time": "1775563155"
},
"stopId": "FR:76322:ZE:TCARxCBOIS2:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": -18817,
"time": "1775563463"
},
"departure": {
"delay": -18817,
"time": "1775563463"
},
"stopId": "FR:76498:ZE:TCARxSADAK2:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": -18930,
"time": "1775562750"
},
"departure": {
"delay": -18930,
"time": "1775562750"
},
"stopId": "FR:76498:ZE:TCARxPARGA2:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": -18831,
"time": "1775563209"
},
"departure": {
"delay": -18831,
"time": "1775563209"
},
"stopId": "FR:76322:ZE:TCARxGIROU2:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": -18904,
"time": "1775562836"
},
"departure": {
"delay": -18904,
"time": "1775562836"
},
"stopId": "FR:76498:ZE:TCARxGAULL3:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": -18866,
"time": "1775563294"
},
"departure": {
"delay": -18866,
"time": "1775563294"
},
"stopId": "FR:76322:ZE:TCARxALLIE2:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": -18854,
"time": "1775563366"
},
"departure": {
"delay": -18854,
"time": "1775563366"
},
"stopId": "FR:76498:ZE:TCARxJARDO2:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": -18870,
"time": "1775563530"
},
"departure": {
"delay": -18870,
"time": "1775563530"
},
"stopId": "FR:76498:ZE:TCARxTRUFB1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": -18940,
"time": "1775562380"
},
"departure": {
"delay": -18940,
"time": "1775562380"
},
"stopId": "FR:76681:ZE:TCARxSEMBA1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": -18932,
"time": "1775562448"
},
"departure": {
"delay": -18932,
"time": "1775562448"
},
"stopId": "FR:76681:ZE:TCARxROSTA1:ATOUMOD001",
"stopSequence": 8
}
],
"timestamp": "1775538017",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx41:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx18192:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4190125x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": -41,
"time": "1775559619"
},
"stopId": "FR:76351:ZE:3142:ATOUMOD003",
"stopSequence": 16
},
{
"departure": {
"delay": -70,
"time": "1775559770"
},
"stopId": "FR:76351:ZE:4486:ATOUMOD003",
"stopSequence": 20
},
{
"departure": {
"delay": -124,
"time": "1775560016"
},
"stopId": "FR:76351:ZE:3783:ATOUMOD003",
"stopSequence": 23
},
{
"departure": {
"delay": -71,
"time": "1775559709"
},
"stopId": "FR:76351:ZE:4910:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": -127,
"time": "1775560553"
},
"stopId": "FR:76351:ZE:4537:ATOUMOD003",
"stopSequence": 29
},
{
"arrival": {
"delay": -97,
"time": "1775560103"
},
"departure": {
"delay": -97,
"time": "1775560103"
},
"stopId": "FR:76351:ZE:3779:ATOUMOD003",
"stopSequence": 25
},
{
"arrival": {
"delay": -127,
"time": "1775560313"
},
"departure": {
"delay": -127,
"time": "1775560313"
},
"stopId": "FR:76351:ZE:4142:ATOUMOD003",
"stopSequence": 28
},
{
"arrival": {
"delay": -82,
"time": "1775560238"
},
"departure": {
"delay": -82,
"time": "1775560238"
},
"stopId": "FR:76351:ZE:3194:ATOUMOD003",
"stopSequence": 27
},
{
"departure": {
"delay": -41,
"time": "1775559679"
},
"stopId": "FR:76351:ZE:3421:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": -33,
"time": "1775559747"
},
"departure": {
"delay": -33,
"time": "1775559747"
},
"stopId": "FR:76351:ZE:5150:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": -127,
"time": "1775560073"
},
"departure": {
"delay": -127,
"time": "1775560073"
},
"stopId": "FR:76351:ZE:4828:ATOUMOD003",
"stopSequence": 24
},
{
"departure": {
"delay": 19,
"time": "1775559559"
},
"stopId": "FR:76351:ZE:3053:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": -92,
"time": "1775560168"
},
"departure": {
"delay": -92,
"time": "1775560168"
},
"stopId": "FR:76351:ZE:3777:ATOUMOD003",
"stopSequence": 26
},
{
"departure": {
"delay": -129,
"time": "1775559951"
},
"stopId": "FR:76351:ZE:4913:ATOUMOD003",
"stopSequence": 22
},
{
"departure": {
"delay": -99,
"time": "1775559861"
},
"stopId": "FR:76351:ZE:4911:ATOUMOD003",
"stopSequence": 21
}
],
"timestamp": "1775559649",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:09:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4190125x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx8153:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775561700"
},
"departure": {
"time": "1775561700"
},
"stopId": "FR:76498:ZE:TCARxDIOCT1:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 51,
"time": "1775561091"
},
"departure": {
"delay": 51,
"time": "1775561091"
},
"stopId": "FR:76540:ZE:TCARxVXMAR1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 28,
"time": "1775561008"
},
"departure": {
"delay": 28,
"time": "1775561008"
},
"stopId": "FR:76540:ZE:TCARxCAUCT1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"time": "1775560500"
},
"departure": {
"time": "1775560500"
},
"stopId": "FR:76540:ZE:TCARxTMARV1:ATOUMOD001",
"stopSequence": 5
},
{
"departure": {
"time": "1775560140"
},
"stopId": "FR:76540:ZE:TCARxMCURIE:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"time": "1775561400"
},
"departure": {
"time": "1775561400"
},
"stopId": "FR:76540:ZE:TCARxLOPOT1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 38,
"time": "1775561258"
},
"departure": {
"delay": 38,
"time": "1775561258"
},
"stopId": "FR:76540:ZE:TCARxORLET1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 3,
"time": "1775561583"
},
"departure": {
"delay": 3,
"time": "1775561583"
},
"stopId": "FR:76498:ZE:TCARxNOVET1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 42,
"time": "1775561502"
},
"departure": {
"delay": 42,
"time": "1775561502"
},
"stopId": "FR:76498:ZE:TCARxCHART1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"time": "1775561160"
},
"departure": {
"time": "1775561160"
},
"stopId": "FR:76540:ZE:TCARxBELGE3:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"time": "1775560680"
},
"departure": {
"time": "1775560680"
},
"stopId": "FR:76540:ZE:TCARxBOU8:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"time": "1775560260"
},
"departure": {
"time": "1775560260"
},
"stopId": "FR:76540:ZE:TCARxCHRUT1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 35,
"time": "1775560775"
},
"departure": {
"delay": 35,
"time": "1775560775"
},
"stopId": "FR:76540:ZE:TCARxBEAUT1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 40,
"time": "1775560360"
},
"departure": {
"delay": 40,
"time": "1775560360"
},
"stopId": "FR:76540:ZE:TCARxHILAI1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 50,
"time": "1775560190"
},
"departure": {
"delay": 50,
"time": "1775560190"
},
"stopId": "FR:76540:ZE:TCARxSANTE1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 58,
"time": "1775561338"
},
"departure": {
"delay": 58,
"time": "1775561338"
},
"stopId": "FR:76540:ZE:TCARxCAFT1:ATOUMOD001",
"stopSequence": 13
}
],
"timestamp": "1775559857",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx94:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx8153:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3758394x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 96,
"time": "1775549848"
},
"departure": {
"delay": 96,
"time": "1775549856"
},
"stopId": "FR:50294:ZE:MARPO1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 170,
"time": "1775550830"
},
"stopId": "FR:50129:ZE:10PEM4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 112,
"time": "1775549026"
},
"departure": {
"delay": 112,
"time": "1775549092"
},
"stopId": "FR:50045:ZE:BENCG1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 137,
"time": "1775547436"
},
"departure": {
"delay": 137,
"time": "1775547497"
},
"stopId": "FR:50604:ZE:TREGM1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 170,
"time": "1775550530"
},
"departure": {
"delay": 170,
"time": "1775550530"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 104,
"time": "1775549648"
},
"departure": {
"delay": 104,
"time": "1775549684"
},
"stopId": "FR:50575:ZE:SIDHC1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 170,
"time": "1775550710"
},
"departure": {
"delay": 170,
"time": "1775550710"
},
"stopId": "FR:50129:ZE:10CRN2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 170,
"time": "1775550590"
},
"departure": {
"delay": 170,
"time": "1775550590"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 115,
"time": "1775548957"
},
"departure": {
"delay": 115,
"time": "1775548975"
},
"stopId": "FR:50045:ZE:BENBG1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 122,
"time": "1775548672"
},
"departure": {
"delay": 122,
"time": "1775548682"
},
"stopId": "FR:50402:ZE:PIXZAF:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 167,
"time": "1775547895"
},
"departure": {
"delay": 167,
"time": "1775547947"
},
"stopId": "FR:50184:ZE:FLAHB1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 198,
"time": "1775548317"
},
"departure": {
"delay": 198,
"time": "1775548398"
},
"stopId": "FR:50402:ZE:PIXLAN:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 170,
"time": "1775550650"
},
"departure": {
"delay": 170,
"time": "1775550650"
},
"stopId": "FR:50129:ZE:10PLA4:ATOUMOD035",
"stopSequence": 17
},
{
"departure": {
"delay": 97,
"time": "1775547217"
},
"stopId": "FR:50576:ZE:SIOTAM:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 49,
"time": "1775550074"
},
"departure": {
"delay": 49,
"time": "1775550109"
},
"stopId": "FR:50129:ZE:10ANJ7:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 76,
"time": "1775549344"
},
"departure": {
"delay": 76,
"time": "1775549356"
},
"stopId": "FR:50643:ZE:VIRMA1:ATOUMOD035",
"stopSequence": 11
}
],
"timestamp": "1775560081",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:B:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3758394x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4227399x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 104,
"time": "1775561204"
},
"departure": {
"delay": 104,
"time": "1775561204"
},
"stopId": "FR:76305:ZE:3183:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": 92,
"time": "1775560772"
},
"departure": {
"delay": 92,
"time": "1775560772"
},
"stopId": "FR:76305:ZE:3836:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": 96,
"time": "1775561376"
},
"departure": {
"delay": 96,
"time": "1775561376"
},
"stopId": "FR:76305:ZE:3294:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": 70,
"time": "1775561110"
},
"departure": {
"delay": 70,
"time": "1775561110"
},
"stopId": "FR:76305:ZE:3575:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 93,
"time": "1775560113"
},
"departure": {
"delay": 93,
"time": "1775560113"
},
"stopId": "FR:76351:ZE:4868:ATOUMOD003",
"stopSequence": 3
},
{
"departure": {
"delay": 46,
"time": "1775559766"
},
"stopId": "FR:76351:ZE:4906:ATOUMOD003",
"stopSequence": 1
},
{
"arrival": {
"delay": 47,
"time": "1775560427"
},
"departure": {
"delay": 47,
"time": "1775560427"
},
"stopId": "FR:76351:ZE:4984:ATOUMOD003",
"stopSequence": 5
},
{
"arrival": {
"delay": 47,
"time": "1775561507"
},
"stopId": "FR:76341:ZE:4597:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": 47,
"time": "1775561327"
},
"departure": {
"delay": 47,
"time": "1775561327"
},
"stopId": "FR:76305:ZE:3058:ATOUMOD003",
"stopSequence": 16
},
{
"departure": {
"delay": 94,
"time": "1775559994"
},
"stopId": "FR:76351:ZE:4866:ATOUMOD003",
"stopSequence": 2
},
{
"arrival": {
"delay": 64,
"time": "1775561464"
},
"departure": {
"delay": 64,
"time": "1775561464"
},
"stopId": "FR:76341:ZE:3464:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": 86,
"time": "1775561426"
},
"departure": {
"delay": 86,
"time": "1775561426"
},
"stopId": "FR:76305:ZE:3620:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 92,
"time": "1775561252"
},
"departure": {
"delay": 92,
"time": "1775561252"
},
"stopId": "FR:76305:ZE:3185:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 47,
"time": "1775560667"
},
"departure": {
"delay": 47,
"time": "1775560667"
},
"stopId": "FR:76341:ZE:3832:ATOUMOD003",
"stopSequence": 6
},
{
"arrival": {
"delay": 47,
"time": "1775561087"
},
"departure": {
"delay": 47,
"time": "1775561087"
},
"stopId": "FR:76305:ZE:3683:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": 83,
"time": "1775561003"
},
"departure": {
"delay": 83,
"time": "1775561003"
},
"stopId": "FR:76305:ZE:3190:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 88,
"time": "1775560168"
},
"departure": {
"delay": 88,
"time": "1775560168"
},
"stopId": "FR:76351:ZE:3261:ATOUMOD003",
"stopSequence": 4
},
{
"arrival": {
"delay": 90,
"time": "1775560950"
},
"departure": {
"delay": 90,
"time": "1775560950"
},
"stopId": "FR:76305:ZE:3098:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": 47,
"time": "1775560847"
},
"departure": {
"delay": 47,
"time": "1775560847"
},
"stopId": "FR:76305:ZE:3922:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": 96,
"time": "1775560716"
},
"departure": {
"delay": 96,
"time": "1775560716"
},
"stopId": "FR:76305:ZE:3834:ATOUMOD003",
"stopSequence": 7
}
],
"timestamp": "1775560060",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:20:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4227399x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC598415:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 36,
"time": "1775560896"
},
"departure": {
"delay": 36,
"time": "1775560896"
},
"stopId": "FR:27229:ZE:0xFAU01:ATOUMOD004",
"stopSequence": 2
},
{
"arrival": {
"delay": -103,
"time": "1775562317"
},
"departure": {
"delay": -103,
"time": "1775562317"
},
"stopId": "FR:27229:ZE:0xWAS01:ATOUMOD004",
"stopSequence": 22
},
{
"arrival": {
"delay": -90,
"time": "1775561430"
},
"departure": {
"delay": -90,
"time": "1775561430"
},
"stopId": "FR:27229:ZE:0xLOM01:ATOUMOD004",
"stopSequence": 9
},
{
"arrival": {
"delay": -15,
"time": "1775561985"
},
"departure": {
"delay": -15,
"time": "1775561985"
},
"stopId": "FR:27229:ZE:0xORL01:ATOUMOD004",
"stopSequence": 15
},
{
"arrival": {
"delay": -24,
"time": "1775562156"
},
"departure": {
"delay": -24,
"time": "1775562156"
},
"stopId": "FR:27229:ZE:0xMON01:ATOUMOD004",
"stopSequence": 18
},
{
"arrival": {
"delay": -84,
"time": "1775562096"
},
"departure": {
"delay": -84,
"time": "1775562096"
},
"stopId": "FR:27229:ZE:0xTRA01:ATOUMOD004",
"stopSequence": 17
},
{
"arrival": {
"delay": -120,
"time": "1775561160"
},
"departure": {
"delay": -120,
"time": "1775561160"
},
"stopId": "FR:27229:ZE:0xREP01:ATOUMOD004",
"stopSequence": 6
},
{
"arrival": {
"delay": -38,
"time": "1775561542"
},
"departure": {
"delay": -38,
"time": "1775561542"
},
"stopId": "FR:27229:ZE:0xHAP01:ATOUMOD004",
"stopSequence": 10
},
{
"arrival": {
"delay": -64,
"time": "1775562176"
},
"departure": {
"delay": -64,
"time": "1775562176"
},
"stopId": "FR:27229:ZE:0xCLO01:ATOUMOD004",
"stopSequence": 19
},
{
"arrival": {
"delay": -133,
"time": "1775562347"
},
"stopId": "FR:27229:ZE:0xBRU01:ATOUMOD004",
"stopSequence": 23
},
{
"arrival": {
"delay": -147,
"time": "1775562213"
},
"departure": {
"delay": -147,
"time": "1775562213"
},
"stopId": "FR:27229:ZE:0xLYC01:ATOUMOD004",
"stopSequence": 20
},
{
"arrival": {
"delay": -70,
"time": "1775561030"
},
"departure": {
"delay": -70,
"time": "1775561030"
},
"stopId": "FR:27229:ZE:0xVER01:ATOUMOD004",
"stopSequence": 4
},
{
"arrival": {
"delay": -11,
"time": "1775561929"
},
"departure": {
"delay": -11,
"time": "1775561929"
},
"stopId": "FR:27229:ZE:0xMOU01:ATOUMOD004",
"stopSequence": 14
},
{
"arrival": {
"delay": -109,
"time": "1775561351"
},
"departure": {
"delay": -109,
"time": "1775561351"
},
"stopId": "FR:27229:ZE:0xHOT01:ATOUMOD004",
"stopSequence": 8
},
{
"arrival": {
"delay": -68,
"time": "1775562052"
},
"departure": {
"delay": -68,
"time": "1775562052"
},
"stopId": "FR:27229:ZE:0xPOL03:ATOUMOD004",
"stopSequence": 16
},
{
"arrival": {
"delay": -75,
"time": "1775561085"
},
"departure": {
"delay": -75,
"time": "1775561085"
},
"stopId": "FR:27229:ZE:0xPAR01:ATOUMOD004",
"stopSequence": 5
},
{
"arrival": {
"delay": -8,
"time": "1775561872"
},
"departure": {
"delay": -8,
"time": "1775561872"
},
"stopId": "FR:27229:ZE:0xLET01:ATOUMOD004",
"stopSequence": 13
},
{
"arrival": {
"delay": -19,
"time": "1775560961"
},
"departure": {
"delay": -19,
"time": "1775560961"
},
"stopId": "FR:27229:ZE:0xBSJ01:ATOUMOD004",
"stopSequence": 3
},
{
"departure": {
"time": "1775560800"
},
"stopId": "FR:27229:ZE:0xCOM02:ATOUMOD004",
"stopSequence": 1
},
{
"arrival": {
"delay": -120,
"time": "1775561220"
},
"departure": {
"delay": -120,
"time": "1775561220"
},
"stopId": "FR:27229:ZE:0xJJA01:ATOUMOD004",
"stopSequence": 7
},
{
"arrival": {
"delay": -68,
"time": "1775561752"
},
"departure": {
"delay": -68,
"time": "1775561752"
},
"stopId": "FR:27229:ZE:0xGAR05:ATOUMOD004",
"stopSequence": 12
},
{
"arrival": {
"delay": -87,
"time": "1775562273"
},
"departure": {
"delay": -87,
"time": "1775562273"
},
"stopId": "FR:27229:ZE:0xCAN01:ATOUMOD004",
"stopSequence": 21
},
{
"arrival": {
"delay": -8,
"time": "1775561692"
},
"departure": {
"delay": -8,
"time": "1775561692"
},
"stopId": "FR:27229:ZE:0xJAU01:ATOUMOD004",
"stopSequence": 11
}
],
"timestamp": "1775560081",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD004:Line:T8:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC598415:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3748508x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 45,
"time": "1775542632"
},
"departure": {
"delay": 45,
"time": "1775542665"
},
"stopId": "FR:50129:ZE:10THH4:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 27,
"time": "1775542033"
},
"departure": {
"delay": 27,
"time": "1775542047"
},
"stopId": "FR:50129:ZE:10JBO4:ATOUMOD035",
"stopSequence": 3
},
{
"departure": {
"delay": 42,
"time": "1775541942"
},
"stopId": "FR:50129:ZE:10ZSA4:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 53,
"time": "1775542511"
},
"departure": {
"delay": 53,
"time": "1775542553"
},
"stopId": "FR:50129:ZE:10LCP2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 128,
"time": "1775542860"
},
"departure": {
"delay": 128,
"time": "1775542988"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 152,
"time": "1775543519"
},
"departure": {
"delay": 152,
"time": "1775543552"
},
"stopId": "FR:50129:ZE:10BRA2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 151,
"time": "1775543325"
},
"departure": {
"delay": 151,
"time": "1775543431"
},
"stopId": "FR:50129:ZE:10ANJ6:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 149,
"time": "1775543716"
},
"departure": {
"delay": 149,
"time": "1775543729"
},
"stopId": "FR:50129:ZE:10GRI2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 32,
"time": "1775542279"
},
"departure": {
"delay": 32,
"time": "1775542292"
},
"stopId": "FR:50129:ZE:10LLM2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 60,
"time": "1775542366"
},
"departure": {
"delay": 60,
"time": "1775542380"
},
"stopId": "FR:50129:ZE:10LUM2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 88,
"time": "1775543116"
},
"departure": {
"delay": 88,
"time": "1775543128"
},
"stopId": "FR:50129:ZE:10AMO2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 69,
"time": "1775543254"
},
"departure": {
"delay": 69,
"time": "1775543289"
},
"stopId": "FR:50129:ZE:10PRV2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 143,
"time": "1775543653"
},
"departure": {
"delay": 143,
"time": "1775543663"
},
"stopId": "FR:50129:ZE:10MRT2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 27,
"time": "1775542311"
},
"departure": {
"delay": 27,
"time": "1775542347"
},
"stopId": "FR:50129:ZE:10JMO2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 63,
"time": "1775543153"
},
"departure": {
"delay": 63,
"time": "1775543163"
},
"stopId": "FR:50129:ZE:10EGL2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 143,
"time": "1775543753"
},
"departure": {
"delay": 143,
"time": "1775543783"
},
"stopId": "FR:50129:ZE:10ZFO2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 47,
"time": "1775541991"
},
"departure": {
"delay": 47,
"time": "1775542007"
},
"stopId": "FR:50129:ZE:10CHE2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 50,
"time": "1775542221"
},
"departure": {
"delay": 50,
"time": "1775542250"
},
"stopId": "FR:50129:ZE:10BRO2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 118,
"time": "1775543688"
},
"departure": {
"delay": 118,
"time": "1775543698"
},
"stopId": "FR:50129:ZE:10FOE2:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 161,
"time": "1775543830"
},
"departure": {
"delay": 161,
"time": "1775543861"
},
"stopId": "FR:50129:ZE:10VDT2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 189,
"time": "1775543949"
},
"stopId": "FR:50129:ZE:10PYC1:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 73,
"time": "1775543201"
},
"departure": {
"delay": 73,
"time": "1775543233"
},
"stopId": "FR:50129:ZE:10OYG2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 147,
"time": "1775543455"
},
"departure": {
"delay": 147,
"time": "1775543487"
},
"stopId": "FR:50129:ZE:10BQR2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 33,
"time": "1775542441"
},
"departure": {
"delay": 33,
"time": "1775542473"
},
"stopId": "FR:50129:ZE:10BHC2:ATOUMOD035",
"stopSequence": 8
}
],
"timestamp": "1775560076",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:06:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3748508x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx15225:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 21947,
"time": "1775562227"
},
"departure": {
"delay": 21947,
"time": "1775562227"
},
"stopId": "FR:76216:ZE:TCARxDEVIL3:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 21917,
"time": "1775562377"
},
"departure": {
"delay": 21917,
"time": "1775562377"
},
"stopId": "FR:76216:ZE:TCARxMIREL0:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 21900,
"time": "1775562300"
},
"departure": {
"delay": 21900,
"time": "1775562300"
},
"stopId": "FR:76216:ZE:TCARxPALIS3:ATOUMOD001",
"stopSequence": 5
}
],
"timestamp": "1775558056",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx08:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx15225:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4108044x2025x26xGSemHTRAxSemainex00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 39,
"time": "1775560539"
},
"departure": {
"delay": 39,
"time": "1775560539"
},
"stopId": "FR:76351:ZE:3994:ATOUMOD003",
"stopSequence": 4
},
{
"arrival": {
"delay": 53,
"time": "1775561693"
},
"departure": {
"delay": 53,
"time": "1775561693"
},
"stopId": "FR:76351:ZE:3965:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 38,
"time": "1775560418"
},
"departure": {
"delay": 38,
"time": "1775560418"
},
"stopId": "FR:76351:ZE:3952:ATOUMOD003",
"stopSequence": 3
},
{
"departure": {
"time": "1775560140"
},
"stopId": "FR:76351:ZE:3979:ATOUMOD003",
"stopSequence": 1
},
{
"arrival": {
"delay": 43,
"time": "1775560303"
},
"departure": {
"delay": 43,
"time": "1775560303"
},
"stopId": "FR:76351:ZE:3996:ATOUMOD003",
"stopSequence": 2
},
{
"arrival": {
"delay": 16,
"time": "1775561356"
},
"departure": {
"delay": 16,
"time": "1775561356"
},
"stopId": "FR:76351:ZE:4000:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": 5,
"time": "1775561045"
},
"departure": {
"delay": 5,
"time": "1775561045"
},
"stopId": "FR:76351:ZE:3968:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": 12,
"time": "1775561892"
},
"stopId": "FR:76351:ZE:3984:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 14,
"time": "1775561474"
},
"departure": {
"delay": 14,
"time": "1775561474"
},
"stopId": "FR:76351:ZE:3960:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 57,
"time": "1775561577"
},
"departure": {
"delay": 57,
"time": "1775561577"
},
"stopId": "FR:76351:ZE:3981:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": 33,
"time": "1775561793"
},
"departure": {
"delay": 33,
"time": "1775561793"
},
"stopId": "FR:76351:ZE:3998:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": 47,
"time": "1775560787"
},
"departure": {
"delay": 47,
"time": "1775560787"
},
"stopId": "FR:76351:ZE:3956:ATOUMOD003",
"stopSequence": 6
},
{
"arrival": {
"delay": 12,
"time": "1775560692"
},
"departure": {
"delay": 12,
"time": "1775560692"
},
"stopId": "FR:76351:ZE:3986:ATOUMOD003",
"stopSequence": 5
},
{
"arrival": {
"delay": 29,
"time": "1775561249"
},
"departure": {
"delay": 29,
"time": "1775561249"
},
"stopId": "FR:76351:ZE:3990:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": 34,
"time": "1775560894"
},
"departure": {
"delay": 34,
"time": "1775560894"
},
"stopId": "FR:76351:ZE:3958:ATOUMOD003",
"stopSequence": 7
}
],
"timestamp": "1775559949",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:B:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4108044x2025x26xGSemHTRAxSemainex00:LOC"
}
}
},
{
"id": "SM:ATOUMOD105:ServiceJourney:5351054855110656x5:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -24,
"time": "1775560922"
},
"departure": {
"delay": -24,
"time": "1775560956"
},
"stopId": "FR:50218:ZE:746180003:ATOUMOD105",
"stopSequence": 12
},
{
"arrival": {
"delay": -3,
"time": "1775560844"
},
"departure": {
"delay": -3,
"time": "1775560857"
},
"stopId": "FR:50218:ZE:742490001:ATOUMOD105",
"stopSequence": 11
},
{
"arrival": {
"delay": -13,
"time": "1775560585"
},
"departure": {
"delay": -13,
"time": "1775560607"
},
"stopId": "FR:50218:ZE:761940002:ATOUMOD105",
"stopSequence": 8
},
{
"arrival": {
"delay": -11,
"time": "1775561008"
},
"departure": {
"delay": -11,
"time": "1775561029"
},
"stopId": "FR:50218:ZE:757970022:ATOUMOD105",
"stopSequence": 13
},
{
"arrival": {
"delay": -48,
"time": "1775561112"
},
"stopId": "FR:50218:ZE:744570004:ATOUMOD105",
"stopSequence": 15
},
{
"arrival": {
"delay": 35,
"time": "1775559971"
},
"departure": {
"delay": 35,
"time": "1775559995"
},
"stopId": "FR:50218:ZE:767190003:ATOUMOD105",
"stopSequence": 2
},
{
"departure": {
"delay": 44,
"time": "1775559944"
},
"stopId": "FR:50218:ZE:767160013:ATOUMOD105",
"stopSequence": 1
},
{
"arrival": {
"delay": -2,
"time": "1775560487"
},
"departure": {
"delay": -2,
"time": "1775560498"
},
"stopId": "FR:50218:ZE:5166996127744000:ATOUMOD105",
"stopSequence": 7
},
{
"arrival": {
"delay": -1,
"time": "1775560368"
},
"departure": {
"delay": -1,
"time": "1775560379"
},
"stopId": "FR:50218:ZE:757990017:ATOUMOD105",
"stopSequence": 6
},
{
"arrival": {
"delay": 47,
"time": "1775560177"
},
"departure": {
"delay": 47,
"time": "1775560187"
},
"stopId": "FR:50218:ZE:749890002:ATOUMOD105",
"stopSequence": 4
},
{
"arrival": {
"delay": 8,
"time": "1775560258"
},
"departure": {
"delay": 8,
"time": "1775560268"
},
"stopId": "FR:50218:ZE:738750002:ATOUMOD105",
"stopSequence": 5
},
{
"arrival": {
"delay": 43,
"time": "1775560113"
},
"departure": {
"delay": 43,
"time": "1775560123"
},
"stopId": "FR:50218:ZE:712770015:ATOUMOD105",
"stopSequence": 3
},
{
"arrival": {
"delay": -2,
"time": "1775560787"
},
"departure": {
"delay": -2,
"time": "1775560798"
},
"stopId": "FR:50218:ZE:761950003:ATOUMOD105",
"stopSequence": 10
},
{
"arrival": {
"delay": -20,
"time": "1775561050"
},
"departure": {
"delay": -20,
"time": "1775561080"
},
"stopId": "FR:50218:ZE:752280004:ATOUMOD105",
"stopSequence": 14
},
{
"arrival": {
"delay": 13,
"time": "1775560683"
},
"departure": {
"delay": 13,
"time": "1775560693"
},
"stopId": "FR:50218:ZE:759810003:ATOUMOD105",
"stopSequence": 9
}
],
"timestamp": "1775560082",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD105:Line:761900004:LOC",
"tripId": "ATOUMOD105:ServiceJourney:5351054855110656x5:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2470316:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 121,
"time": "1775562961"
},
"departure": {
"delay": 121,
"time": "1775562961"
},
"stopId": "FR:27022:ZE:0x6986:ATOUMOD006",
"stopSequence": 20
},
{
"arrival": {
"delay": -1817,
"time": "1775560063"
},
"departure": {
"delay": -1817,
"time": "1775560063"
},
"stopId": "FR:27275:ZE:0x6215:ATOUMOD006",
"stopSequence": 7
},
{
"arrival": {
"delay": 120,
"time": "1775562660"
},
"departure": {
"delay": 120,
"time": "1775562660"
},
"stopId": "FR:27022:ZE:0x6998:ATOUMOD006",
"stopSequence": 16
},
{
"arrival": {
"delay": 132,
"time": "1775562732"
},
"departure": {
"delay": 132,
"time": "1775562732"
},
"stopId": "FR:27022:ZE:0x6992:ATOUMOD006",
"stopSequence": 17
},
{
"arrival": {
"delay": 183,
"time": "1775562783"
},
"departure": {
"delay": 183,
"time": "1775562783"
},
"stopId": "FR:27022:ZE:0x7002:ATOUMOD006",
"stopSequence": 18
},
{
"arrival": {
"delay": 171,
"time": "1775562891"
},
"departure": {
"delay": 171,
"time": "1775562891"
},
"stopId": "FR:27022:ZE:0x7000:ATOUMOD006",
"stopSequence": 19
},
{
"arrival": {
"delay": 54,
"time": "1775562534"
},
"departure": {
"delay": 54,
"time": "1775562534"
},
"stopId": "FR:27022:ZE:0x6980:ATOUMOD006",
"stopSequence": 15
},
{
"arrival": {
"delay": -1637,
"time": "1775560063"
},
"departure": {
"delay": -1637,
"time": "1775560063"
},
"stopId": "FR:27275:ZE:0x7182:ATOUMOD006",
"stopSequence": 4
},
{
"arrival": {
"delay": -1517,
"time": "1775560063"
},
"departure": {
"delay": -1517,
"time": "1775560063"
},
"stopId": "FR:27275:ZE:0x6194:ATOUMOD006",
"stopSequence": 3
},
{
"arrival": {
"delay": -1337,
"time": "1775560063"
},
"departure": {
"delay": -1337,
"time": "1775560063"
},
"stopId": "FR:27022:ZE:0x6979:ATOUMOD006",
"stopSequence": 2
},
{
"arrival": {
"delay": 171,
"time": "1775563071"
},
"departure": {
"delay": 171,
"time": "1775563071"
},
"stopId": "FR:27022:ZE:0x6982:ATOUMOD006",
"stopSequence": 21
},
{
"arrival": {
"delay": 52,
"time": "1775561992"
},
"departure": {
"delay": 52,
"time": "1775561992"
},
"stopId": "FR:27275:ZE:0x7179:ATOUMOD006",
"stopSequence": 12
},
{
"departure": {
"delay": -1337,
"time": "1775560063"
},
"stopId": "FR:27022:ZE:0x6991:ATOUMOD006",
"stopSequence": 1
},
{
"arrival": {
"delay": 118,
"time": "1775563138"
},
"departure": {
"delay": 118,
"time": "1775563138"
},
"stopId": "FR:27022:ZE:0x6978:ATOUMOD006",
"stopSequence": 22
},
{
"arrival": {
"delay": 127,
"time": "1775563207"
},
"stopId": "FR:27022:ZE:0x6991:ATOUMOD006",
"stopSequence": 23
},
{
"arrival": {
"time": "1775562139"
},
"departure": {
"time": "1775562360"
},
"stopId": "FR:27275:ZE:0x6996:ATOUMOD006",
"stopSequence": 14
},
{
"arrival": {
"delay": -1697,
"time": "1775560063"
},
"departure": {
"delay": -1697,
"time": "1775560063"
},
"stopId": "FR:27275:ZE:0x6205:ATOUMOD006",
"stopSequence": 6
},
{
"arrival": {
"delay": -1637,
"time": "1775560063"
},
"departure": {
"delay": -1637,
"time": "1775560063"
},
"stopId": "FR:27275:ZE:0x6203:ATOUMOD006",
"stopSequence": 5
}
],
"timestamp": "1775560063",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD006:Line:6a:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2470316:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx16062:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 9260,
"time": "1775557700"
},
"departure": {
"delay": 9260,
"time": "1775557700"
},
"stopId": "FR:76475:ZE:TCARxLOISI1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 9240,
"time": "1775558580"
},
"stopId": "FR:76116:ZE:TCARxMUZIK1:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 9240,
"time": "1775558040"
},
"departure": {
"delay": 9240,
"time": "1775558040"
},
"stopId": "FR:76475:ZE:TCARxGAREN0:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 9300,
"time": "1775557680"
},
"departure": {
"delay": 9300,
"time": "1775557680"
},
"stopId": "FR:76429:ZE:TCARxMOPRE0:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 9240,
"time": "1775557740"
},
"departure": {
"delay": 9240,
"time": "1775557740"
},
"stopId": "FR:76429:ZE:TCARxMALOT1:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 9240,
"time": "1775557980"
},
"departure": {
"delay": 9240,
"time": "1775557980"
},
"stopId": "FR:76475:ZE:TCARxMALEC3:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 9240,
"time": "1775557620"
},
"departure": {
"delay": 9240,
"time": "1775557620"
},
"stopId": "FR:76429:ZE:TCARxCHATA0:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 9300,
"time": "1775556720"
},
"departure": {
"delay": 9300,
"time": "1775556720"
},
"stopId": "FR:76540:ZE:TCARxCHMA20:ATOUMOD001",
"stopSequence": 2
}
],
"timestamp": "1775556036",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx13:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx16062:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3747520x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 95,
"time": "1775535322"
},
"departure": {
"delay": 95,
"time": "1775535335"
},
"stopId": "FR:50129:ZE:10CLO2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 84,
"time": "1775536371"
},
"departure": {
"delay": 84,
"time": "1775536404"
},
"stopId": "FR:50129:ZE:10MEN3:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": -9,
"time": "1775535765"
},
"departure": {
"delay": -9,
"time": "1775535771"
},
"stopId": "FR:50129:ZE:10CCI2:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 65,
"time": "1775536619"
},
"departure": {
"delay": 65,
"time": "1775536625"
},
"stopId": "FR:50129:ZE:10AIG1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 36,
"time": "1775535067"
},
"departure": {
"delay": 36,
"time": "1775535096"
},
"stopId": "FR:50129:ZE:10COD2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 11,
"time": "1775536931"
},
"stopId": "FR:50129:ZE:10ZFO1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 37,
"time": "1775536703"
},
"departure": {
"delay": 37,
"time": "1775536717"
},
"stopId": "FR:50129:ZE:10IUT1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 106,
"time": "1775535382"
},
"departure": {
"delay": 106,
"time": "1775535406"
},
"stopId": "FR:50129:ZE:10LMW1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 47,
"time": "1775535219"
},
"departure": {
"delay": 47,
"time": "1775535227"
},
"stopId": "FR:50129:ZE:10ILO2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 58,
"time": "1775535468"
},
"departure": {
"delay": 58,
"time": "1775535478"
},
"stopId": "FR:50129:ZE:10MLL4:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 32,
"time": "1775534996"
},
"departure": {
"delay": 32,
"time": "1775535032"
},
"stopId": "FR:50129:ZE:10LMQ2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 26,
"time": "1775535542"
},
"departure": {
"delay": 26,
"time": "1775535566"
},
"stopId": "FR:50129:ZE:10GMA3:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": -61,
"time": "1775536002"
},
"departure": {
"delay": -61,
"time": "1775536019"
},
"stopId": "FR:50129:ZE:10CRN2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 6,
"time": "1775535912"
},
"departure": {
"delay": 6,
"time": "1775535966"
},
"stopId": "FR:50129:ZE:10PLA4:ATOUMOD035",
"stopSequence": 13
},
{
"departure": {
"delay": 16,
"time": "1775534836"
},
"stopId": "FR:50129:ZE:10PIS1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": -4,
"time": "1775535819"
},
"departure": {
"delay": -4,
"time": "1775535836"
},
"stopId": "FR:50129:ZE:10CIT2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 122,
"time": "1775536170"
},
"departure": {
"delay": 122,
"time": "1775536322"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 72,
"time": "1775535148"
},
"departure": {
"delay": 72,
"time": "1775535192"
},
"stopId": "FR:50129:ZE:10EUR2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": -27,
"time": "1775534958"
},
"departure": {
"delay": -27,
"time": "1775534973"
},
"stopId": "FR:50129:ZE:10CRD2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 9,
"time": "1775536802"
},
"departure": {
"delay": 9,
"time": "1775536809"
},
"stopId": "FR:50129:ZE:10PFO3:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 63,
"time": "1775536672"
},
"departure": {
"delay": 63,
"time": "1775536683"
},
"stopId": "FR:50129:ZE:10UNI1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 41,
"time": "1775536870"
},
"departure": {
"delay": 41,
"time": "1775536901"
},
"stopId": "FR:50129:ZE:10VDT1:ATOUMOD035",
"stopSequence": 21
}
],
"timestamp": "1775560078",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:08:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3747520x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4230562x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 130,
"time": "1775559970"
},
"departure": {
"delay": 130,
"time": "1775559970"
},
"stopId": "FR:76351:ZE:3124:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": 189,
"time": "1775559789"
},
"departure": {
"delay": 189,
"time": "1775559789"
},
"stopId": "FR:76351:ZE:3627:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": 130,
"time": "1775560690"
},
"stopId": "FR:76351:ZE:4825:ATOUMOD003",
"stopSequence": 35
},
{
"arrival": {
"delay": 186,
"time": "1775560566"
},
"departure": {
"delay": 186,
"time": "1775560566"
},
"stopId": "FR:76351:ZE:4835:ATOUMOD003",
"stopSequence": 33
},
{
"arrival": {
"delay": 130,
"time": "1775560150"
},
"departure": {
"delay": 130,
"time": "1775560150"
},
"stopId": "FR:76351:ZE:3426:ATOUMOD003",
"stopSequence": 27
},
{
"arrival": {
"delay": 170,
"time": "1775560190"
},
"departure": {
"delay": 170,
"time": "1775560190"
},
"stopId": "FR:76351:ZE:3384:ATOUMOD003",
"stopSequence": 28
},
{
"arrival": {
"delay": 142,
"time": "1775559922"
},
"departure": {
"delay": 142,
"time": "1775559922"
},
"stopId": "FR:76351:ZE:3357:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": 130,
"time": "1775560390"
},
"departure": {
"delay": 130,
"time": "1775560390"
},
"stopId": "FR:76351:ZE:4467:ATOUMOD003",
"stopSequence": 31
},
{
"arrival": {
"delay": 138,
"time": "1775560458"
},
"departure": {
"delay": 138,
"time": "1775560458"
},
"stopId": "FR:76351:ZE:4724:ATOUMOD003",
"stopSequence": 32
},
{
"arrival": {
"delay": 130,
"time": "1775560330"
},
"departure": {
"delay": 130,
"time": "1775560330"
},
"stopId": "FR:76351:ZE:4558:ATOUMOD003",
"stopSequence": 30
},
{
"arrival": {
"delay": 185,
"time": "1775559725"
},
"departure": {
"delay": 185,
"time": "1775559725"
},
"stopId": "FR:76351:ZE:3191:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": 148,
"time": "1775559868"
},
"departure": {
"delay": 148,
"time": "1775559868"
},
"stopId": "FR:76351:ZE:3531:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": 134,
"time": "1775560034"
},
"departure": {
"delay": 134,
"time": "1775560034"
},
"stopId": "FR:76351:ZE:3417:ATOUMOD003",
"stopSequence": 25
},
{
"arrival": {
"delay": 177,
"time": "1775560257"
},
"departure": {
"delay": 177,
"time": "1775560257"
},
"stopId": "FR:76351:ZE:5223:ATOUMOD003",
"stopSequence": 29
},
{
"departure": {
"delay": 188,
"time": "1775559488"
},
"stopId": "FR:76351:ZE:3027:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 132,
"time": "1775560632"
},
"departure": {
"delay": 132,
"time": "1775560632"
},
"stopId": "FR:76351:ZE:4297:ATOUMOD003",
"stopSequence": 34
},
{
"arrival": {
"delay": 139,
"time": "1775560099"
},
"departure": {
"delay": 139,
"time": "1775560099"
},
"stopId": "FR:76351:ZE:3363:ATOUMOD003",
"stopSequence": 26
},
{
"arrival": {
"delay": 130,
"time": "1775559670"
},
"departure": {
"delay": 130,
"time": "1775559670"
},
"stopId": "FR:76351:ZE:3240:ATOUMOD003",
"stopSequence": 19
}
],
"timestamp": "1775559569",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:C3:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4230562x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745674x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 123,
"time": "1775558494"
},
"departure": {
"delay": 123,
"time": "1775558523"
},
"stopId": "FR:50129:ZE:10MED3:ATOUMOD035",
"stopSequence": 30
},
{
"departure": {
"delay": 92,
"time": "1775555972"
},
"stopId": "FR:50129:ZE:10AMF1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 66,
"time": "1775556061"
},
"departure": {
"delay": 66,
"time": "1775556066"
},
"stopId": "FR:50129:ZE:10MES1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 110,
"time": "1775557213"
},
"departure": {
"delay": 110,
"time": "1775557250"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 173,
"time": "1775558118"
},
"departure": {
"delay": 173,
"time": "1775558153"
},
"stopId": "FR:50129:ZE:10CRN1:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 43,
"time": "1775558653"
},
"departure": {
"delay": 43,
"time": "1775558683"
},
"stopId": "FR:50129:ZE:10LPL1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 46,
"time": "1775556088"
},
"departure": {
"delay": 46,
"time": "1775556106"
},
"stopId": "FR:50129:ZE:10MOR1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 108,
"time": "1775556980"
},
"departure": {
"delay": 108,
"time": "1775557008"
},
"stopId": "FR:50129:ZE:10PAX1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 149,
"time": "1775556774"
},
"departure": {
"delay": 149,
"time": "1775556809"
},
"stopId": "FR:50129:ZE:10CAQ1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 117,
"time": "1775556497"
},
"departure": {
"delay": 117,
"time": "1775556537"
},
"stopId": "FR:50129:ZE:10DIX1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 173,
"time": "1775556616"
},
"departure": {
"delay": 173,
"time": "1775556653"
},
"stopId": "FR:50129:ZE:10PET1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 107,
"time": "1775557052"
},
"departure": {
"delay": 107,
"time": "1775557067"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": -39,
"time": "1775558781"
},
"stopId": "FR:50129:ZE:10ECT1:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 171,
"time": "1775557576"
},
"departure": {
"delay": 171,
"time": "1775557611"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 79,
"time": "1775558561"
},
"departure": {
"delay": 79,
"time": "1775558599"
},
"stopId": "FR:50129:ZE:10NOR5:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": 141,
"time": "1775557642"
},
"departure": {
"delay": 141,
"time": "1775557701"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 105,
"time": "1775557749"
},
"departure": {
"delay": 105,
"time": "1775557785"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 55,
"time": "1775556158"
},
"departure": {
"delay": 55,
"time": "1775556175"
},
"stopId": "FR:50129:ZE:10FRN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 122,
"time": "1775556946"
},
"departure": {
"delay": 122,
"time": "1775556962"
},
"stopId": "FR:50129:ZE:10CMI1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 173,
"time": "1775556682"
},
"departure": {
"delay": 173,
"time": "1775556713"
},
"stopId": "FR:50129:ZE:10HME1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 36,
"time": "1775558726"
},
"departure": {
"delay": 36,
"time": "1775558736"
},
"stopId": "FR:50129:ZE:10FLO1:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 74,
"time": "1775557351"
},
"departure": {
"delay": 74,
"time": "1775557394"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 107,
"time": "1775558419"
},
"departure": {
"delay": 107,
"time": "1775558447"
},
"stopId": "FR:50129:ZE:10BAG3:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 77,
"time": "1775556121"
},
"departure": {
"delay": 77,
"time": "1775556137"
},
"stopId": "FR:50129:ZE:10BOI1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 85,
"time": "1775557425"
},
"departure": {
"delay": 85,
"time": "1775557465"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 225,
"time": "1775557869"
},
"departure": {
"delay": 225,
"time": "1775558025"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 153,
"time": "1775558285"
},
"departure": {
"delay": 153,
"time": "1775558313"
},
"stopId": "FR:50129:ZE:10XCT3:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 129,
"time": "1775556401"
},
"departure": {
"delay": 129,
"time": "1775556429"
},
"stopId": "FR:50129:ZE:10EPC1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 122,
"time": "1775556863"
},
"departure": {
"delay": 122,
"time": "1775556902"
},
"stopId": "FR:50129:ZE:10ANN1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 76,
"time": "1775556257"
},
"departure": {
"delay": 76,
"time": "1775556316"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 46,
"time": "1775558613"
},
"departure": {
"delay": 46,
"time": "1775558626"
},
"stopId": "FR:50129:ZE:10GDR1:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 69,
"time": "1775557290"
},
"departure": {
"delay": 69,
"time": "1775557329"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 80,
"time": "1775557081"
},
"departure": {
"delay": 80,
"time": "1775557100"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 190,
"time": "1775558191"
},
"departure": {
"delay": 190,
"time": "1775558230"
},
"stopId": "FR:50129:ZE:10HPA3:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 146,
"time": "1775558335"
},
"departure": {
"delay": 146,
"time": "1775558366"
},
"stopId": "FR:50129:ZE:10GRR1:ATOUMOD035",
"stopSequence": 28
}
],
"timestamp": "1775560077",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:02:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745674x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4190154x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 67,
"time": "1775559667"
},
"stopId": "FR:76351:ZE:5151:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 113,
"time": "1775560493"
},
"departure": {
"delay": 113,
"time": "1775560493"
},
"stopId": "FR:76351:ZE:3743:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": 113,
"time": "1775560253"
},
"departure": {
"delay": 113,
"time": "1775560253"
},
"stopId": "FR:76351:ZE:3785:ATOUMOD003",
"stopSequence": 18
},
{
"departure": {
"delay": 144,
"time": "1775559564"
},
"stopId": "FR:76351:ZE:4805:ATOUMOD003",
"stopSequence": 9
},
{
"departure": {
"delay": 71,
"time": "1775559731"
},
"stopId": "FR:76351:ZE:4837:ATOUMOD003",
"stopSequence": 12
},
{
"departure": {
"delay": 101,
"time": "1775559881"
},
"stopId": "FR:76351:ZE:3143:ATOUMOD003",
"stopSequence": 15
},
{
"departure": {
"delay": 129,
"time": "1775559789"
},
"stopId": "FR:76351:ZE:3422:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 113,
"time": "1775560553"
},
"departure": {
"delay": 113,
"time": "1775560553"
},
"stopId": "FR:76351:ZE:3080:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": 113,
"time": "1775560073"
},
"departure": {
"delay": 113,
"time": "1775560073"
},
"stopId": "FR:76351:ZE:3550:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": 154,
"time": "1775560294"
},
"departure": {
"delay": 154,
"time": "1775560294"
},
"stopId": "FR:76351:ZE:3342:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": 149,
"time": "1775560709"
},
"departure": {
"delay": 149,
"time": "1775560709"
},
"stopId": "FR:76351:ZE:3573:ATOUMOD003",
"stopSequence": 26
},
{
"departure": {
"delay": 111,
"time": "1775559831"
},
"stopId": "FR:76351:ZE:3488:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": 154,
"time": "1775560354"
},
"departure": {
"delay": 154,
"time": "1775560354"
},
"stopId": "FR:76351:ZE:3386:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": 113,
"time": "1775560673"
},
"departure": {
"delay": 113,
"time": "1775560673"
},
"stopId": "FR:76351:ZE:3039:ATOUMOD003",
"stopSequence": 25
},
{
"arrival": {
"delay": 154,
"time": "1775560414"
},
"departure": {
"delay": 154,
"time": "1775560414"
},
"stopId": "FR:76351:ZE:3047:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": 151,
"time": "1775560771"
},
"departure": {
"delay": 151,
"time": "1775560771"
},
"stopId": "FR:76351:ZE:3077:ATOUMOD003",
"stopSequence": 27
},
{
"arrival": {
"delay": 120,
"time": "1775560620"
},
"departure": {
"delay": 120,
"time": "1775560620"
},
"stopId": "FR:76351:ZE:3674:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": 113,
"time": "1775561033"
},
"stopId": "FR:76351:ZE:3472:ATOUMOD003",
"stopSequence": 31
},
{
"arrival": {
"delay": 140,
"time": "1775560820"
},
"departure": {
"delay": 140,
"time": "1775560820"
},
"stopId": "FR:76351:ZE:4850:ATOUMOD003",
"stopSequence": 28
},
{
"arrival": {
"delay": 113,
"time": "1775560853"
},
"departure": {
"delay": 113,
"time": "1775560853"
},
"stopId": "FR:76351:ZE:3152:ATOUMOD003",
"stopSequence": 29
},
{
"departure": {
"delay": 167,
"time": "1775560007"
},
"stopId": "FR:76351:ZE:3054:ATOUMOD003",
"stopSequence": 16
},
{
"departure": {
"delay": 97,
"time": "1775559637"
},
"stopId": "FR:76351:ZE:4485:ATOUMOD003",
"stopSequence": 10
},
{
"departure": {
"delay": 161,
"time": "1775559461"
},
"stopId": "FR:76351:ZE:4912:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": 171,
"time": "1775560911"
},
"departure": {
"delay": 171,
"time": "1775560911"
},
"stopId": "FR:76351:ZE:3162:ATOUMOD003",
"stopSequence": 30
}
],
"timestamp": "1775559670",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:19:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4190154x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745169x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 8,
"time": "1775554748"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 137,
"time": "1775553517"
},
"departure": {
"delay": 137,
"time": "1775553557"
},
"stopId": "FR:50129:ZE:10ANJ6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 118,
"time": "1775553247"
},
"departure": {
"delay": 118,
"time": "1775553298"
},
"stopId": "FR:50129:ZE:10AMO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 74,
"time": "1775554371"
},
"departure": {
"delay": 74,
"time": "1775554394"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 42,
"time": "1775554526"
},
"departure": {
"delay": 42,
"time": "1775554542"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 104,
"time": "1775553750"
},
"departure": {
"delay": 104,
"time": "1775553764"
},
"stopId": "FR:50129:ZE:10RTU2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 54,
"time": "1775553804"
},
"departure": {
"delay": 54,
"time": "1775553834"
},
"stopId": "FR:50129:ZE:10PFO2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 16,
"time": "1775554139"
},
"departure": {
"delay": 16,
"time": "1775554216"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 8,
"time": "1775553869"
},
"departure": {
"delay": 8,
"time": "1775553908"
},
"stopId": "FR:50129:ZE:10FOR4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 123,
"time": "1775553384"
},
"departure": {
"delay": 123,
"time": "1775553423"
},
"stopId": "FR:50129:ZE:10OYG2:ATOUMOD035",
"stopSequence": 4
},
{
"departure": {
"delay": 142,
"time": "1775553142"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 24,
"time": "1775554056"
},
"departure": {
"delay": 24,
"time": "1775554104"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 131,
"time": "1775553447"
},
"departure": {
"delay": 131,
"time": "1775553491"
},
"stopId": "FR:50129:ZE:10PRV2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 122,
"time": "1775553690"
},
"departure": {
"delay": 122,
"time": "1775553722"
},
"stopId": "FR:50129:ZE:10BRA4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 17,
"time": "1775554606"
},
"departure": {
"delay": 17,
"time": "1775554637"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 141,
"time": "1775553584"
},
"departure": {
"delay": 141,
"time": "1775553621"
},
"stopId": "FR:50129:ZE:10BQR2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 122,
"time": "1775554458"
},
"departure": {
"delay": 122,
"time": "1775554502"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 34,
"time": "1775553965"
},
"departure": {
"delay": 34,
"time": "1775553994"
},
"stopId": "FR:50129:ZE:10CRC4:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 122,
"time": "1775553321"
},
"departure": {
"delay": 122,
"time": "1775553362"
},
"stopId": "FR:50129:ZE:10EGL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 86,
"time": "1775554254"
},
"departure": {
"delay": 86,
"time": "1775554346"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 15
}
],
"timestamp": "1775560079",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1A:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745169x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD021:ServiceJourney:57xHO10xxMxxVxx:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 126,
"time": "1775542032"
},
"departure": {
"delay": 126,
"time": "1775542086"
},
"stopId": "FR:14333:ZE:7:ATOUMOD021",
"stopSequence": 19
},
{
"arrival": {
"delay": 147,
"time": "1775540677"
},
"departure": {
"delay": 147,
"time": "1775540727"
},
"stopId": "FR:14333:ZE:30:ATOUMOD021",
"stopSequence": 7
},
{
"arrival": {
"delay": 95,
"time": "1775541660"
},
"departure": {
"delay": 95,
"time": "1775541695"
},
"stopId": "FR:14333:ZE:13:ATOUMOD021",
"stopSequence": 16
},
{
"arrival": {
"delay": 74,
"time": "1775541363"
},
"departure": {
"delay": 74,
"time": "1775541374"
},
"stopId": "FR:14333:ZE:21:ATOUMOD021",
"stopSequence": 12
},
{
"arrival": {
"delay": 182,
"time": "1775540567"
},
"departure": {
"delay": 182,
"time": "1775540582"
},
"stopId": "FR:14333:ZE:34:ATOUMOD021",
"stopSequence": 5
},
{
"arrival": {
"delay": 196,
"time": "1775540525"
},
"departure": {
"delay": 196,
"time": "1775540536"
},
"stopId": "FR:14333:ZE:36:ATOUMOD021",
"stopSequence": 4
},
{
"arrival": {
"delay": 199,
"time": "1775540479"
},
"departure": {
"delay": 199,
"time": "1775540479"
},
"stopId": "FR:14333:ZE:38:ATOUMOD021",
"stopSequence": 3
},
{
"arrival": {
"delay": 118,
"time": "1775542129"
},
"departure": {
"delay": 118,
"time": "1775542138"
},
"stopId": "FR:14333:ZE:5:ATOUMOD021",
"stopSequence": 20
},
{
"arrival": {
"delay": 61,
"time": "1775541503"
},
"departure": {
"delay": 61,
"time": "1775541541"
},
"stopId": "FR:14333:ZE:17:ATOUMOD021",
"stopSequence": 14
},
{
"arrival": {
"delay": 62,
"time": "1775541857"
},
"departure": {
"delay": 62,
"time": "1775541902"
},
"stopId": "FR:14333:ZE:9:ATOUMOD021",
"stopSequence": 18
},
{
"arrival": {
"delay": 116,
"time": "1775541468"
},
"departure": {
"delay": 116,
"time": "1775541476"
},
"stopId": "FR:14333:ZE:19:ATOUMOD021",
"stopSequence": 13
},
{
"arrival": {
"delay": 205,
"time": "1775540356"
},
"departure": {
"delay": 205,
"time": "1775540425"
},
"stopId": "FR:14333:ZE:40:ATOUMOD021",
"stopSequence": 2
},
{
"arrival": {
"delay": 170,
"time": "1775540957"
},
"departure": {
"delay": 170,
"time": "1775540990"
},
"stopId": "FR:14536:ZE:26:ATOUMOD021",
"stopSequence": 9
},
{
"arrival": {
"delay": 185,
"time": "1775540840"
},
"departure": {
"delay": 185,
"time": "1775540885"
},
"stopId": "FR:14333:ZE:28:ATOUMOD021",
"stopSequence": 8
},
{
"arrival": {
"delay": 179,
"time": "1775540605"
},
"departure": {
"delay": 179,
"time": "1775540639"
},
"stopId": "FR:14333:ZE:32:ATOUMOD021",
"stopSequence": 6
},
{
"arrival": {
"delay": 91,
"time": "1775541260"
},
"departure": {
"delay": 91,
"time": "1775541331"
},
"stopId": "FR:14333:ZE:22:ATOUMOD021",
"stopSequence": 11
},
{
"arrival": {
"delay": 85,
"time": "1775541779"
},
"departure": {
"delay": 85,
"time": "1775541805"
},
"stopId": "FR:14333:ZE:11:ATOUMOD021",
"stopSequence": 17
},
{
"arrival": {
"delay": 83,
"time": "1775542163"
},
"stopId": "FR:14333:ZE:3:ATOUMOD021",
"stopSequence": 21
},
{
"arrival": {
"delay": 169,
"time": "1775541100"
},
"departure": {
"delay": 169,
"time": "1775541109"
},
"stopId": "FR:14536:ZE:24:ATOUMOD021",
"stopSequence": 10
},
{
"arrival": {
"delay": 75,
"time": "1775541602"
},
"departure": {
"delay": 75,
"time": "1775541615"
},
"stopId": "FR:14333:ZE:15:ATOUMOD021",
"stopSequence": 15
},
{
"departure": {
"time": "1775540100"
},
"stopId": "FR:14333:ZE:41:ATOUMOD021",
"stopSequence": 1
}
],
"timestamp": "1775560077",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD021:Line:A:LOC",
"tripId": "ATOUMOD021:ServiceJourney:57xHO10xxMxxVxx:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx12639:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -7118,
"time": "1775561662"
},
"departure": {
"delay": -7118,
"time": "1775561662"
},
"stopId": "FR:76475:ZE:TCARxFERME1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -7141,
"time": "1775561999"
},
"departure": {
"delay": -7141,
"time": "1775561999"
},
"stopId": "FR:76429:ZE:TCARxRBELB1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": -7200,
"time": "1775561880"
},
"departure": {
"delay": -7200,
"time": "1775561880"
},
"stopId": "FR:76429:ZE:TCARxHUBER1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": -7200,
"time": "1775561820"
},
"departure": {
"delay": -7200,
"time": "1775561820"
},
"stopId": "FR:76429:ZE:TCARxMALOT1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": -7140,
"time": "1775561520"
},
"departure": {
"delay": -7140,
"time": "1775561520"
},
"stopId": "FR:76475:ZE:TCARxHVFRA1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": -7136,
"time": "1775561404"
},
"departure": {
"delay": -7136,
"time": "1775561404"
},
"stopId": "FR:76475:ZE:TCARxGAREN0:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": -7200,
"time": "1775562060"
},
"departure": {
"delay": -7200,
"time": "1775562060"
},
"stopId": "FR:76429:ZE:TCARxESNAR1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": -7110,
"time": "1775561490"
},
"departure": {
"delay": -7110,
"time": "1775561490"
},
"stopId": "FR:76475:ZE:TCARxCOTYR1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": -7128,
"time": "1775561352"
},
"departure": {
"delay": -7128,
"time": "1775561352"
},
"stopId": "FR:76475:ZE:TCARxMALEC3:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -7119,
"time": "1775561601"
},
"departure": {
"delay": -7119,
"time": "1775561601"
},
"stopId": "FR:76475:ZE:TCARxCROCH1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": -7233,
"time": "1775562207"
},
"departure": {
"delay": -7233,
"time": "1775562207"
},
"stopId": "FR:76103:ZE:TCARxCDLED1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": -7184,
"time": "1775561956"
},
"departure": {
"delay": -7184,
"time": "1775561956"
},
"stopId": "FR:76429:ZE:TCARxRTHIE1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": -7224,
"time": "1775562156"
},
"departure": {
"delay": -7224,
"time": "1775562156"
},
"stopId": "FR:76103:ZE:TCARxNEUVE1:ATOUMOD001",
"stopSequence": 17
},
{
"departure": {
"delay": -7140,
"time": "1775561280"
},
"stopId": "FR:76475:ZE:TCARxGALIL1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": -7132,
"time": "1775561708"
},
"departure": {
"delay": -7132,
"time": "1775561708"
},
"stopId": "FR:76475:ZE:TCARxVADAI1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": -7140,
"time": "1775561760"
},
"departure": {
"delay": -7140,
"time": "1775561760"
},
"stopId": "FR:76475:ZE:TCARxLOISI1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": -7109,
"time": "1775561311"
},
"departure": {
"delay": -7109,
"time": "1775561311"
},
"stopId": "FR:76475:ZE:TCARxISAAC2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -7200,
"time": "1775562120"
},
"departure": {
"delay": -7200,
"time": "1775562120"
},
"stopId": "FR:76429:ZE:TCARxLESCU1:ATOUMOD001",
"stopSequence": 16
}
],
"timestamp": "1775560016",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx05:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx12639:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4071968x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 45,
"time": "1775559525"
},
"stopId": "FR:76351:ZE:4544:ATOUMOD003",
"stopSequence": 24
},
{
"departure": {
"delay": 45,
"time": "1775559285"
},
"stopId": "FR:76351:ZE:3793:ATOUMOD003",
"stopSequence": 23
}
],
"timestamp": "1775559449",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C4:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4071968x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3748523x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775560500"
},
"departure": {
"time": "1775560500"
},
"stopId": "FR:50129:ZE:10AMO1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"time": "1775561700"
},
"stopId": "FR:50129:ZE:10ZSA3:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"time": "1775560320"
},
"departure": {
"time": "1775560320"
},
"stopId": "FR:50129:ZE:10OLY1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"time": "1775560260"
},
"departure": {
"time": "1775560260"
},
"stopId": "FR:50129:ZE:10PRV1:ATOUMOD035",
"stopSequence": 10
},
{
"departure": {
"delay": -11,
"time": "1775559589"
},
"stopId": "FR:50129:ZE:10PYC1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"time": "1775561580"
},
"departure": {
"time": "1775561580"
},
"stopId": "FR:50129:ZE:10JBO3:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"time": "1775561100"
},
"departure": {
"time": "1775561100"
},
"stopId": "FR:50129:ZE:10LCA1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"time": "1775561280"
},
"departure": {
"time": "1775561280"
},
"stopId": "FR:50129:ZE:10LUM1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"time": "1775561160"
},
"departure": {
"time": "1775561160"
},
"stopId": "FR:50129:ZE:10BHC3:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": -20,
"time": "1775559981"
},
"departure": {
"delay": -20,
"time": "1775560000"
},
"stopId": "FR:50129:ZE:10BRA1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"time": "1775560680"
},
"departure": {
"time": "1775560680"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"time": "1775561460"
},
"departure": {
"time": "1775561460"
},
"stopId": "FR:50129:ZE:10BRO1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 36,
"time": "1775559916"
},
"departure": {
"delay": 36,
"time": "1775559936"
},
"stopId": "FR:50129:ZE:10MRT1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": -17,
"time": "1775559754"
},
"departure": {
"delay": -17,
"time": "1775559763"
},
"stopId": "FR:50129:ZE:10ZFO1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 1,
"time": "1775559803"
},
"departure": {
"delay": 1,
"time": "1775559841"
},
"stopId": "FR:50129:ZE:10GRI1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"time": "1775560066"
},
"departure": {
"time": "1775560080"
},
"stopId": "FR:50129:ZE:10BQR1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"time": "1775560980"
},
"departure": {
"time": "1775560980"
},
"stopId": "FR:50129:ZE:10THH3:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 41,
"time": "1775559866"
},
"departure": {
"delay": 41,
"time": "1775559881"
},
"stopId": "FR:50129:ZE:10FOE1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"time": "1775561400"
},
"departure": {
"time": "1775561400"
},
"stopId": "FR:50129:ZE:10LLM1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"time": "1775561640"
},
"departure": {
"time": "1775561640"
},
"stopId": "FR:50129:ZE:10CHE1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": -14,
"time": "1775559690"
},
"departure": {
"delay": -14,
"time": "1775559706"
},
"stopId": "FR:50129:ZE:10VDT1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"time": "1775561340"
},
"departure": {
"time": "1775561340"
},
"stopId": "FR:50129:ZE:10JMO1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"time": "1775560380"
},
"departure": {
"time": "1775560380"
},
"stopId": "FR:50129:ZE:10EGL1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"time": "1775560200"
},
"departure": {
"time": "1775560200"
},
"stopId": "FR:50129:ZE:10ANJ5:ATOUMOD035",
"stopSequence": 9
}
],
"timestamp": "1775560076",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:06:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3748523x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN851720F387814x2026x03x28T21x09x34Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 300,
"time": "1775565600"
},
"departure": {
"delay": 300,
"time": "1775565660"
},
"stopId": "FR:76245:ZE:StopPointxOCETrainxTERx87411801:ATOUMOD002",
"stopSequence": 6
},
{
"arrival": {
"time": "1775564160"
},
"departure": {
"time": "1775564340"
},
"stopId": "FR:76034:ZE:StopPointxOCETrainxTERx87415158:ATOUMOD002",
"stopSequence": 3
},
{
"arrival": {
"delay": 300,
"time": "1775565240"
},
"departure": {
"delay": 300,
"time": "1775565300"
},
"stopId": "FR:76179:ZE:StopPointxOCETrainxTERx87411819:ATOUMOD002",
"stopSequence": 4
},
{
"arrival": {
"delay": 300,
"time": "1775566320"
},
"stopId": "FR:76540:ZE:StopPointxOCETrainxTERx87411017:ATOUMOD002",
"stopSequence": 8
},
{
"departure": {
"time": "1775563260"
},
"stopId": "FR:76217:ZE:StopPointxOCETrainxTERx87415018:ATOUMOD002",
"stopSequence": 1
}
],
"timestamp": "1775559656",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD002:Line:FRxLinexxa5e2106ex65d0x4abexa726xbea36c38855bx:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN851720F387814x2026x03x28T21x09x34Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN850615F387884x2026x03x28T21x09x34Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775560140"
},
"departure": {
"time": "1775560200"
},
"stopId": "FR:76575:ZE:StopPointxOCETrainxTERx87411215:ATOUMOD002",
"stopSequence": 7
},
{
"arrival": {
"time": "1775561520"
},
"departure": {
"time": "1775561580"
},
"stopId": "FR:76366:ZE:StopPointxOCETrainxTERx87411256:ATOUMOD002",
"stopSequence": 15
},
{
"arrival": {
"time": "1775560860"
},
"departure": {
"time": "1775561040"
},
"stopId": "FR:76540:ZE:StopPointxOCETrainxTERx87411017:ATOUMOD002",
"stopSequence": 11
},
{
"arrival": {
"time": "1775561280"
},
"departure": {
"time": "1775561340"
},
"stopId": "FR:76474:ZE:StopPointxOCETrainxTERx87411249:ATOUMOD002",
"stopSequence": 13
},
{
"arrival": {
"time": "1775562060"
},
"departure": {
"time": "1775562120"
},
"stopId": "FR:76495:ZE:StopPointxOCETrainxTERx87411272:ATOUMOD002",
"stopSequence": 19
},
{
"arrival": {
"time": "1775559660"
},
"departure": {
"time": "1775559960"
},
"stopId": "FR:76484:ZE:StopPointxOCETrainxTERx87411207:ATOUMOD002",
"stopSequence": 5
},
{
"arrival": {
"time": "1775560440"
},
"departure": {
"time": "1775560560"
},
"stopId": "FR:76681:ZE:StopPointxOCETrainxTERx87411223:ATOUMOD002",
"stopSequence": 9
},
{
"arrival": {
"time": "1775562540"
},
"departure": {
"time": "1775562600"
},
"stopId": "FR:76456:ZE:StopPointxOCETrainxTERx87411280:ATOUMOD002",
"stopSequence": 21
},
{
"arrival": {
"time": "1775559420"
},
"departure": {
"time": "1775559480"
},
"stopId": "FR:76705:ZE:StopPointxOCETrainxTERx87411181:ATOUMOD002",
"stopSequence": 3
},
{
"arrival": {
"time": "1775562960"
},
"stopId": "FR:76758:ZE:StopPointxOCETrainxTERx87413385:ATOUMOD002",
"stopSequence": 22
},
{
"arrival": {
"time": "1775561880"
},
"departure": {
"time": "1775561940"
},
"stopId": "FR:76057:ZE:StopPointxOCETrainxTERx87411264:ATOUMOD002",
"stopSequence": 17
},
{
"departure": {
"time": "1775559060"
},
"stopId": "FR:76561:ZE:StopPointxOCETrainxTERx87411173:ATOUMOD002",
"stopSequence": 1
}
],
"timestamp": "1775555456",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD002:Line:FRxLinexxde778414x6e3dx4bc7x9d9ax6bac6aed673fx:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN850615F387884x2026x03x28T21x09x34Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3747904x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775559788"
},
"departure": {
"time": "1775559960"
},
"stopId": "FR:50129:ZE:10SHU1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": -20,
"time": "1775560060"
},
"departure": {
"delay": -20,
"time": "1775560060"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": -20,
"time": "1775560240"
},
"departure": {
"delay": -20,
"time": "1775560240"
},
"stopId": "FR:50129:ZE:10BOS1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": -20,
"time": "1775560360"
},
"departure": {
"delay": -20,
"time": "1775560360"
},
"stopId": "FR:50129:ZE:10SRN1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": -20,
"time": "1775560300"
},
"departure": {
"delay": -20,
"time": "1775560300"
},
"stopId": "FR:50129:ZE:10ODR1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": -20,
"time": "1775560960"
},
"departure": {
"delay": -20,
"time": "1775560960"
},
"stopId": "FR:50129:ZE:10DEB1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": -20,
"time": "1775561380"
},
"stopId": "FR:50129:ZE:10MXR1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": -20,
"time": "1775560480"
},
"departure": {
"delay": -20,
"time": "1775560480"
},
"stopId": "FR:50129:ZE:10RUC1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": -19,
"time": "1775560541"
},
"departure": {
"delay": -19,
"time": "1775560541"
},
"stopId": "FR:50129:ZE:10MTT1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": -20,
"time": "1775560720"
},
"departure": {
"delay": -20,
"time": "1775560720"
},
"stopId": "FR:50129:ZE:10SWZ1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": -19,
"time": "1775560661"
},
"departure": {
"delay": -19,
"time": "1775560661"
},
"stopId": "FR:50129:ZE:10GDM3:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": -20,
"time": "1775560540"
},
"departure": {
"delay": -20,
"time": "1775560540"
},
"stopId": "FR:50129:ZE:10BSJ1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": -19,
"time": "1775561081"
},
"departure": {
"delay": -19,
"time": "1775561081"
},
"stopId": "FR:50129:ZE:10LOG1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": -20,
"time": "1775561080"
},
"departure": {
"delay": -20,
"time": "1775561080"
},
"stopId": "FR:50129:ZE:10REN1:ATOUMOD035",
"stopSequence": 18
},
{
"departure": {
"delay": 16,
"time": "1775559736"
},
"stopId": "FR:50129:ZE:10SHU2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": -20,
"time": "1775561020"
},
"departure": {
"delay": -20,
"time": "1775561020"
},
"stopId": "FR:50129:ZE:10CUR1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": -20,
"time": "1775560600"
},
"departure": {
"delay": -20,
"time": "1775560600"
},
"stopId": "FR:50129:ZE:10SEX1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": -20,
"time": "1775560660"
},
"departure": {
"delay": -20,
"time": "1775560660"
},
"stopId": "FR:50129:ZE:10HxC1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": -19,
"time": "1775561201"
},
"departure": {
"delay": -19,
"time": "1775561201"
},
"stopId": "FR:50129:ZE:10BOC1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": -20,
"time": "1775560120"
},
"departure": {
"delay": -20,
"time": "1775560120"
},
"stopId": "FR:50129:ZE:10JAR1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": -20,
"time": "1775561200"
},
"departure": {
"delay": -20,
"time": "1775561200"
},
"stopId": "FR:50129:ZE:10GNT1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": -20,
"time": "1775561260"
},
"departure": {
"delay": -20,
"time": "1775561260"
},
"stopId": "FR:50129:ZE:10CEN1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": -20,
"time": "1775560840"
},
"departure": {
"delay": -20,
"time": "1775560840"
},
"stopId": "FR:50129:ZE:10CSM1:ATOUMOD035",
"stopSequence": 15
}
],
"timestamp": "1775559936",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:04:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3747904x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx4576:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 35,
"time": "1775560835"
},
"departure": {
"delay": 35,
"time": "1775560835"
},
"stopId": "FR:76540:ZE:TCARxEUROP1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 4,
"time": "1775559809"
},
"departure": {
"delay": 4,
"time": "1775559844"
},
"stopId": "FR:76575:ZE:TCARxBASTI1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -3,
"time": "1775560197"
},
"departure": {
"delay": -3,
"time": "1775560197"
},
"stopId": "FR:76681:ZE:TCARxJEZAY1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 51,
"time": "1775560611"
},
"departure": {
"delay": 51,
"time": "1775560611"
},
"stopId": "FR:76681:ZE:TCARxGARIB1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 49,
"time": "1775560129"
},
"departure": {
"delay": 49,
"time": "1775560129"
},
"stopId": "FR:76681:ZE:TCARxFAMIL1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 45,
"time": "1775560065"
},
"departure": {
"delay": 45,
"time": "1775560065"
},
"stopId": "FR:76575:ZE:TCARxCOURS1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 6,
"time": "1775560686"
},
"departure": {
"delay": 6,
"time": "1775560686"
},
"stopId": "FR:76681:ZE:TCARxVOLTA1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 37,
"time": "1775560537"
},
"departure": {
"delay": 37,
"time": "1775560537"
},
"stopId": "FR:76681:ZE:TCARxSOTTE1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 46,
"time": "1775560306"
},
"departure": {
"delay": 46,
"time": "1775560306"
},
"stopId": "FR:76681:ZE:TCARxJUILL1:ATOUMOD001",
"stopSequence": 8
},
{
"departure": {
"time": "1775559780"
},
"stopId": "FR:76575:ZE:TCARxUNIV21:ATOUMOD001",
"stopSequence": 1
}
],
"timestamp": "1775559025",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx90:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx4576:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx1613:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 240,
"time": "1775558615"
},
"departure": {
"delay": 240,
"time": "1775558640"
},
"stopId": "FR:76540:ZE:TCARxTARTT1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 280,
"time": "1775559015"
},
"departure": {
"delay": 280,
"time": "1775559040"
},
"stopId": "FR:76540:ZE:TCARxCHRUT1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 110,
"time": "1775557167"
},
"departure": {
"delay": 110,
"time": "1775557190"
},
"stopId": "FR:76157:ZE:TCARxTPISS1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -22,
"time": "1775557993"
},
"departure": {
"delay": -22,
"time": "1775558018"
},
"stopId": "FR:76540:ZE:TCARxRIBOU1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 245,
"time": "1775558945"
},
"departure": {
"delay": 245,
"time": "1775558945"
},
"stopId": "FR:76540:ZE:TCARxMARTT1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 47,
"time": "1775558207"
},
"departure": {
"delay": 47,
"time": "1775558207"
},
"stopId": "FR:76540:ZE:TCARxPASPA1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 340,
"time": "1775558698"
},
"departure": {
"delay": 340,
"time": "1775558740"
},
"stopId": "FR:76540:ZE:TCARxCATHE1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 131,
"time": "1775559491"
},
"departure": {
"delay": 131,
"time": "1775559491"
},
"stopId": "FR:76212:ZE:TCARxDMAIR1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 43,
"time": "1775558118"
},
"departure": {
"delay": 43,
"time": "1775558143"
},
"stopId": "FR:76540:ZE:TCARxLUCIL1:ATOUMOD001",
"stopSequence": 11
},
{
"departure": {
"delay": 35,
"time": "1775557115"
},
"stopId": "FR:76157:ZE:TCARxTMONET:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 13,
"time": "1775557693"
},
"departure": {
"delay": 13,
"time": "1775557693"
},
"stopId": "FR:76157:ZE:TCARxCORNI1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 345,
"time": "1775559141"
},
"departure": {
"delay": 345,
"time": "1775559165"
},
"stopId": "FR:76540:ZE:TCARxHILAI1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 91,
"time": "1775557268"
},
"departure": {
"delay": 91,
"time": "1775557291"
},
"stopId": "FR:76157:ZE:TCARxTJAUR1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 170,
"time": "1775559290"
},
"departure": {
"delay": 170,
"time": "1775559290"
},
"stopId": "FR:76540:ZE:TCARxDRIVI1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 145,
"time": "1775559565"
},
"departure": {
"delay": 145,
"time": "1775559565"
},
"stopId": "FR:76212:ZE:TCARxCANAD1:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": -70,
"time": "1775557745"
},
"departure": {
"delay": -70,
"time": "1775557790"
},
"stopId": "FR:76540:ZE:TCARxMIN1T:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 236,
"time": "1775558318"
},
"departure": {
"delay": 236,
"time": "1775558516"
},
"stopId": "FR:76540:ZE:TCARxBELGE1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 105,
"time": "1775557365"
},
"departure": {
"delay": 105,
"time": "1775557365"
},
"stopId": "FR:76157:ZE:TCARxTPROV1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 155,
"time": "1775559215"
},
"departure": {
"delay": 155,
"time": "1775559215"
},
"stopId": "FR:76540:ZE:TCARxJEUNE1:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 150,
"time": "1775559390"
},
"departure": {
"delay": 150,
"time": "1775559390"
},
"stopId": "FR:76540:ZE:TCARxECOLE1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 61,
"time": "1775557441"
},
"departure": {
"delay": 61,
"time": "1775557441"
},
"stopId": "FR:76157:ZE:TCARxTDUMA1:ATOUMOD001",
"stopSequence": 5
}
],
"timestamp": "1775557118",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx93:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx1613:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx17234:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -2573,
"time": "1775561827"
},
"departure": {
"delay": -2573,
"time": "1775561827"
},
"stopId": "FR:76540:ZE:TCARxPARME0:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": -2505,
"time": "1775562255"
},
"departure": {
"delay": -2505,
"time": "1775562255"
},
"stopId": "FR:76498:ZE:TCARxGAULL0:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": -2523,
"time": "1775561997"
},
"departure": {
"delay": -2523,
"time": "1775561997"
},
"stopId": "FR:76498:ZE:TCARxPLCHA0:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": -2544,
"time": "1775561916"
},
"departure": {
"delay": -2544,
"time": "1775561916"
},
"stopId": "FR:76540:ZE:TCARxDELBO1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": -2550,
"time": "1775561070"
},
"departure": {
"delay": -2550,
"time": "1775561070"
},
"stopId": "FR:76540:ZE:TCARxREPUQ0:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -2580,
"time": "1775562120"
},
"departure": {
"delay": -2580,
"time": "1775562120"
},
"stopId": "FR:76498:ZE:TCARxELISA0:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": -2399,
"time": "1775562961"
},
"departure": {
"delay": -2399,
"time": "1775562961"
},
"stopId": "FR:76322:ZE:TCARxROOSE1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": -2529,
"time": "1775562051"
},
"departure": {
"delay": -2529,
"time": "1775562051"
},
"stopId": "FR:76498:ZE:TCARxFOLIO0:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": -2415,
"time": "1775563005"
},
"departure": {
"delay": -2415,
"time": "1775563005"
},
"stopId": "FR:76322:ZE:TCARxRAVEL0:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": -2561,
"time": "1775561779"
},
"departure": {
"delay": -2561,
"time": "1775561779"
},
"stopId": "FR:76540:ZE:TCARxPCLEM0:ATOUMOD001",
"stopSequence": 9
},
{
"departure": {
"delay": -2550,
"time": "1775561010"
},
"stopId": "FR:76540:ZE:TCARxTART71:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": -2554,
"time": "1775561606"
},
"departure": {
"delay": -2554,
"time": "1775561606"
},
"stopId": "FR:76540:ZE:TCARxPASCA0:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": -2365,
"time": "1775562875"
},
"departure": {
"delay": -2365,
"time": "1775562875"
},
"stopId": "FR:76322:ZE:TCARxCHVOU0:ATOUMOD001",
"stopSequence": 22
}
],
"timestamp": "1775556817",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx27:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx17234:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2470086:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 112,
"time": "1775558332"
},
"departure": {
"delay": 112,
"time": "1775558332"
},
"stopId": "FR:27365:ZE:0x6324:ATOUMOD006",
"stopSequence": 4
},
{
"arrival": {
"delay": 136,
"time": "1775558296"
},
"departure": {
"delay": 136,
"time": "1775558296"
},
"stopId": "FR:27701:ZE:0x7052:ATOUMOD006",
"stopSequence": 3
},
{
"arrival": {
"delay": 107,
"time": "1775558447"
},
"departure": {
"delay": 107,
"time": "1775558447"
},
"stopId": "FR:27365:ZE:0x7195:ATOUMOD006",
"stopSequence": 6
},
{
"arrival": {
"delay": -6,
"time": "1775558634"
},
"departure": {
"delay": -6,
"time": "1775558634"
},
"stopId": "FR:27701:ZE:0x7157:ATOUMOD006",
"stopSequence": 11
},
{
"arrival": {
"delay": -14,
"time": "1775558669"
},
"departure": {
"delay": -14,
"time": "1775558686"
},
"stopId": "FR:27701:ZE:0x7058:ATOUMOD006",
"stopSequence": 12
},
{
"arrival": {
"delay": 46,
"time": "1775558506"
},
"departure": {
"delay": 46,
"time": "1775558506"
},
"stopId": "FR:27365:ZE:0x7135:ATOUMOD006",
"stopSequence": 8
},
{
"arrival": {
"delay": 46,
"time": "1775558735"
},
"departure": {
"delay": 46,
"time": "1775558746"
},
"stopId": "FR:27701:ZE:0x7131:ATOUMOD006",
"stopSequence": 13
},
{
"arrival": {
"delay": 154,
"time": "1775558194"
},
"departure": {
"delay": 154,
"time": "1775558194"
},
"stopId": "FR:27701:ZE:0x7080:ATOUMOD006",
"stopSequence": 2
},
{
"arrival": {
"delay": 76,
"time": "1775558476"
},
"departure": {
"delay": 76,
"time": "1775558476"
},
"stopId": "FR:27365:ZE:0x6341:ATOUMOD006",
"stopSequence": 7
},
{
"arrival": {
"delay": 61,
"time": "1775558821"
},
"departure": {
"delay": 61,
"time": "1775558821"
},
"stopId": "FR:27701:ZE:0x7033:ATOUMOD006",
"stopSequence": 15
},
{
"arrival": {
"delay": 46,
"time": "1775558566"
},
"departure": {
"delay": 46,
"time": "1775558566"
},
"stopId": "FR:27701:ZE:0x7063:ATOUMOD006",
"stopSequence": 9
},
{
"arrival": {
"delay": 88,
"time": "1775558368"
},
"departure": {
"delay": 88,
"time": "1775558368"
},
"stopId": "FR:27365:ZE:0x6325:ATOUMOD006",
"stopSequence": 5
},
{
"arrival": {
"delay": 148,
"time": "1775559321"
},
"departure": {
"delay": 148,
"time": "1775559328"
},
"stopId": "FR:27701:ZE:0x7122:ATOUMOD006",
"stopSequence": 22
},
{
"arrival": {
"delay": 17,
"time": "1775558766"
},
"departure": {
"delay": 17,
"time": "1775558777"
},
"stopId": "FR:27701:ZE:0x7111:ATOUMOD006",
"stopSequence": 14
},
{
"arrival": {
"delay": 297,
"time": "1775559597"
},
"departure": {
"delay": 297,
"time": "1775559597"
},
"stopId": "FR:27701:ZE:0x7074:ATOUMOD006",
"stopSequence": 24
},
{
"arrival": {
"delay": 23,
"time": "1775558603"
},
"departure": {
"delay": 23,
"time": "1775558603"
},
"stopId": "FR:27701:ZE:0x7091:ATOUMOD006",
"stopSequence": 10
}
],
"timestamp": "1775559432",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD006:Line:4:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2470086:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC596230:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 187,
"time": "1775563327"
},
"departure": {
"delay": 187,
"time": "1775563327"
},
"stopId": "FR:27229:ZE:0xCTA02:ATOUMOD004",
"stopSequence": 3
},
{
"arrival": {
"delay": 223,
"time": "1775563183"
},
"departure": {
"delay": 223,
"time": "1775563183"
},
"stopId": "FR:27229:ZE:0xCHA01:ATOUMOD004",
"stopSequence": 2
},
{
"arrival": {
"delay": 118,
"time": "1775563378"
},
"departure": {
"delay": 118,
"time": "1775563378"
},
"stopId": "FR:27229:ZE:0xRUO01:ATOUMOD004",
"stopSequence": 4
},
{
"departure": {
"delay": -2819,
"time": "1775560081"
},
"stopId": "FR:27229:ZE:0xHOT01:ATOUMOD004",
"stopSequence": 1
},
{
"arrival": {
"delay": 88,
"time": "1775563528"
},
"stopId": "FR:27229:ZE:0xCOR01:ATOUMOD004",
"stopSequence": 6
}
],
"timestamp": "1775560081",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD004:Line:T9:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC596230:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4107839x2025x26xGSemHTRAxSemainex00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 96,
"time": "1775560416"
},
"departure": {
"delay": 96,
"time": "1775560416"
},
"stopId": "FR:76351:ZE:3990:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": 81,
"time": "1775560641"
},
"departure": {
"delay": 81,
"time": "1775560641"
},
"stopId": "FR:76351:ZE:3960:ATOUMOD003",
"stopSequence": 11
},
{
"departure": {
"delay": 101,
"time": "1775559941"
},
"stopId": "FR:76351:ZE:3992:ATOUMOD003",
"stopSequence": 6
},
{
"departure": {
"delay": 94,
"time": "1775560054"
},
"stopId": "FR:76351:ZE:3972:ATOUMOD003",
"stopSequence": 7
},
{
"arrival": {
"delay": 40,
"time": "1775560960"
},
"departure": {
"delay": 40,
"time": "1775560960"
},
"stopId": "FR:76351:ZE:3998:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 64,
"time": "1775560744"
},
"departure": {
"delay": 64,
"time": "1775560744"
},
"stopId": "FR:76351:ZE:3981:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": 93,
"time": "1775560233"
},
"departure": {
"delay": 93,
"time": "1775560233"
},
"stopId": "FR:76351:ZE:3970:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": 83,
"time": "1775560523"
},
"departure": {
"delay": 83,
"time": "1775560523"
},
"stopId": "FR:76351:ZE:4000:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": 79,
"time": "1775561059"
},
"stopId": "FR:76351:ZE:3984:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": 60,
"time": "1775560860"
},
"departure": {
"delay": 60,
"time": "1775560860"
},
"stopId": "FR:76351:ZE:3965:ATOUMOD003",
"stopSequence": 14
}
],
"timestamp": "1775560059",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:A:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4107839x2025x26xGSemHTRAxSemainex00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx12982:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -11694,
"time": "1775560206"
},
"departure": {
"delay": -11694,
"time": "1775560206"
},
"stopId": "FR:76429:ZE:TCARxHUBER0:ATOUMOD001",
"stopSequence": 16
},
{
"departure": {
"delay": -11640,
"time": "1775559120"
},
"stopId": "FR:76540:ZE:TCARxTART8:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": -11635,
"time": "1775559485"
},
"departure": {
"delay": -11635,
"time": "1775559485"
},
"stopId": "FR:76540:ZE:TCARxBASSE0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": -11651,
"time": "1775560129"
},
"departure": {
"delay": -11651,
"time": "1775560129"
},
"stopId": "FR:76429:ZE:TCARxRTHIE0:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": -11814,
"time": "1775560686"
},
"departure": {
"delay": -11814,
"time": "1775560686"
},
"stopId": "FR:76475:ZE:TCARxCOTYR0:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": -11694,
"time": "1775560026"
},
"departure": {
"delay": -11694,
"time": "1775560026"
},
"stopId": "FR:76429:ZE:TCARxESNAR0:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": -11686,
"time": "1775559674"
},
"departure": {
"delay": -11686,
"time": "1775559674"
},
"stopId": "FR:76103:ZE:TCARxHCOTE0:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -11657,
"time": "1775559823"
},
"departure": {
"delay": -11657,
"time": "1775559823"
},
"stopId": "FR:76103:ZE:TCARxCDLED0:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": -11757,
"time": "1775560443"
},
"departure": {
"delay": -11757,
"time": "1775560443"
},
"stopId": "FR:76475:ZE:TCARxVADAI0:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": -11601,
"time": "1775559279"
},
"departure": {
"delay": -11601,
"time": "1775559279"
},
"stopId": "FR:76540:ZE:TCARxPARIS0:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -11625,
"time": "1775559495"
},
"departure": {
"delay": -11625,
"time": "1775559495"
},
"stopId": "FR:76103:ZE:TCARxNOYER0:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": -11874,
"time": "1775560926"
},
"departure": {
"delay": -11874,
"time": "1775560926"
},
"stopId": "FR:76475:ZE:TCARxISAAC1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": -11637,
"time": "1775560083"
},
"departure": {
"delay": -11637,
"time": "1775560083"
},
"stopId": "FR:76429:ZE:TCARxRBELB0:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": -11756,
"time": "1775560384"
},
"departure": {
"delay": -11756,
"time": "1775560384"
},
"stopId": "FR:76475:ZE:TCARxLOISI2:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": -11694,
"time": "1775559786"
},
"departure": {
"delay": -11694,
"time": "1775559786"
},
"stopId": "FR:76103:ZE:TCARxBONSE0:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": -11637,
"time": "1775559423"
},
"departure": {
"delay": -11637,
"time": "1775559423"
},
"stopId": "FR:76540:ZE:TCARxPAUL20:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": -11606,
"time": "1775559551"
},
"departure": {
"delay": -11606,
"time": "1775559574"
},
"stopId": "FR:76103:ZE:TCARxTHURI0:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": -11814,
"time": "1775560626"
},
"departure": {
"delay": -11814,
"time": "1775560626"
},
"stopId": "FR:76475:ZE:TCARxHVFRA0:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": -11670,
"time": "1775559870"
},
"departure": {
"delay": -11670,
"time": "1775559870"
},
"stopId": "FR:76103:ZE:TCARxNEUVE0:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": -11934,
"time": "1775560986"
},
"stopId": "FR:76069:ZE:TCARxGALIL0:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": -11706,
"time": "1775559890"
},
"departure": {
"delay": -11706,
"time": "1775559894"
},
"stopId": "FR:76429:ZE:TCARxLESCU0:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": -11754,
"time": "1775560326"
},
"departure": {
"delay": -11754,
"time": "1775560326"
},
"stopId": "FR:76429:ZE:TCARxMALOT2:ATOUMOD001",
"stopSequence": 17
}
],
"timestamp": "1775558576",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx05:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx12982:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN3308F46692x2026x03x29T20x55x37Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775553240"
},
"departure": {
"time": "1775553300"
},
"stopId": "FR:50099:ZE:StopPointxOCETrainxTERx87447243:ATOUMOD002",
"stopSequence": 7
},
{
"arrival": {
"time": "1775552400"
},
"departure": {
"time": "1775552460"
},
"stopId": "FR:50615:ZE:StopPointxOCETrainxTERx87447284:ATOUMOD002",
"stopSequence": 5
},
{
"arrival": {
"time": "1775563320"
},
"stopId": "FR:75108:ZE:StopPointxOCETrainxTERx87384008:ATOUMOD002",
"stopSequence": 22
},
{
"arrival": {
"time": "1775553900"
},
"departure": {
"time": "1775553960"
},
"stopId": "FR:50356:ZE:StopPointxOCETrainxTERx87447219:ATOUMOD002",
"stopSequence": 9
},
{
"arrival": {
"time": "1775555760"
},
"departure": {
"time": "1775555940"
},
"stopId": "FR:14118:ZE:StopPointxOCETrainxTERx87444000:ATOUMOD002",
"stopSequence": 13
},
{
"arrival": {
"time": "1775554740"
},
"departure": {
"time": "1775554800"
},
"stopId": "FR:14047:ZE:StopPointxOCETrainxTERx87444067:ATOUMOD002",
"stopSequence": 11
},
{
"departure": {
"time": "1775551500"
},
"stopId": "FR:50129:ZE:StopPointxOCETrainxTERx87444877:ATOUMOD002",
"stopSequence": 3
}
],
"timestamp": "1775547895",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD002:Line:FRxLinexx66849E04x284Fx47D7x8795x4C925C6ED66Fx:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN3308F46692x2026x03x29T20x55x37Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx15487:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 13673,
"time": "1775563133"
},
"departure": {
"delay": 13673,
"time": "1775563133"
},
"stopId": "FR:76095:ZE:TCARxLECOQ0:ATOUMOD001",
"stopSequence": 35
},
{
"arrival": {
"delay": 13682,
"time": "1775560862"
},
"departure": {
"delay": 13682,
"time": "1775560862"
},
"stopId": "FR:76410:ZE:TCARxMACIM1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 13678,
"time": "1775563018"
},
"departure": {
"delay": 13678,
"time": "1775563018"
},
"stopId": "FR:76095:ZE:TCARxCHERB0:ATOUMOD001",
"stopSequence": 33
},
{
"arrival": {
"delay": 13620,
"time": "1775561400"
},
"departure": {
"delay": 13620,
"time": "1775561400"
},
"stopId": "FR:76451:ZE:TCARxCROIX1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 13661,
"time": "1775561021"
},
"departure": {
"delay": 13661,
"time": "1775561021"
},
"stopId": "FR:76410:ZE:TCARxARCON1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 13620,
"time": "1775562360"
},
"departure": {
"delay": 13620,
"time": "1775562360"
},
"stopId": "FR:76108:ZE:TCARxVIELL0:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 13620,
"time": "1775563200"
},
"stopId": "FR:76540:ZE:TCARxLYFLA3:ATOUMOD001",
"stopSequence": 36
},
{
"arrival": {
"delay": 13658,
"time": "1775562218"
},
"departure": {
"delay": 13658,
"time": "1775562218"
},
"stopId": "FR:76108:ZE:TCARxCHEFO1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 13620,
"time": "1775560920"
},
"departure": {
"delay": 13620,
"time": "1775560920"
},
"stopId": "FR:76410:ZE:TCARxMMAIR1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 13667,
"time": "1775560727"
},
"departure": {
"delay": 13667,
"time": "1775560727"
},
"stopId": "FR:76410:ZE:TCARxFOURA1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 13663,
"time": "1775562283"
},
"departure": {
"delay": 13663,
"time": "1775562283"
},
"stopId": "FR:76108:ZE:TCARxADENA0:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 13620,
"time": "1775561160"
},
"departure": {
"delay": 13620,
"time": "1775561160"
},
"stopId": "FR:76410:ZE:TCARxDLUNE6:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 13718,
"time": "1775560598"
},
"departure": {
"delay": 13718,
"time": "1775560598"
},
"stopId": "FR:76410:ZE:TCARxMASUD1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 13674,
"time": "1775563074"
},
"departure": {
"delay": 13674,
"time": "1775563074"
},
"stopId": "FR:76095:ZE:TCARxARROM0:ATOUMOD001",
"stopSequence": 34
},
{
"arrival": {
"delay": 13700,
"time": "1775560640"
},
"departure": {
"delay": 13700,
"time": "1775560640"
},
"stopId": "FR:76410:ZE:TCARxMAROY1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 13705,
"time": "1775560525"
},
"departure": {
"delay": 13705,
"time": "1775560525"
},
"stopId": "FR:76410:ZE:TCARxZAMAI1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 13674,
"time": "1775560554"
},
"departure": {
"delay": 13674,
"time": "1775560554"
},
"stopId": "FR:76410:ZE:TCARxSIGNA1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 13644,
"time": "1775561184"
},
"departure": {
"delay": 13644,
"time": "1775561184"
},
"stopId": "FR:76474:ZE:TCARxGARMA1:ATOUMOD001",
"stopSequence": 11
}
],
"timestamp": "1775560016",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx10:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx15487:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3748439x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -3,
"time": "1775556562"
},
"departure": {
"delay": -3,
"time": "1775556597"
},
"stopId": "FR:50129:ZE:10FRA2:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": -6,
"time": "1775556687"
},
"departure": {
"delay": -6,
"time": "1775556714"
},
"stopId": "FR:50129:ZE:10VAB2:ATOUMOD035",
"stopSequence": 28
},
{
"arrival": {
"delay": 62,
"time": "1775556992"
},
"departure": {
"delay": 62,
"time": "1775557022"
},
"stopId": "FR:50129:ZE:10VIG2:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 10,
"time": "1775556962"
},
"departure": {
"delay": 10,
"time": "1775556970"
},
"stopId": "FR:50129:ZE:10CRB2:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": -142,
"time": "1775556129"
},
"departure": {
"delay": -142,
"time": "1775556158"
},
"stopId": "FR:50129:ZE:10LCO2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": -9,
"time": "1775557251"
},
"stopId": "FR:50129:ZE:10ZAG2:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": -82,
"time": "1775555052"
},
"departure": {
"delay": -82,
"time": "1775555078"
},
"stopId": "FR:50129:ZE:10FJT1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": -65,
"time": "1775555950"
},
"departure": {
"delay": -65,
"time": "1775555995"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": -21,
"time": "1775554893"
},
"departure": {
"delay": -21,
"time": "1775554899"
},
"stopId": "FR:50129:ZE:10SAD1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 56,
"time": "1775557060"
},
"departure": {
"delay": 56,
"time": "1775557076"
},
"stopId": "FR:50129:ZE:10DAN2:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 17,
"time": "1775556886"
},
"departure": {
"delay": 17,
"time": "1775556917"
},
"stopId": "FR:50129:ZE:10HUI4:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": -44,
"time": "1775554928"
},
"departure": {
"delay": -44,
"time": "1775554936"
},
"stopId": "FR:50129:ZE:10VOL1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 21,
"time": "1775554629"
},
"departure": {
"delay": 21,
"time": "1775554641"
},
"stopId": "FR:50129:ZE:10CDF1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 12,
"time": "1775556657"
},
"departure": {
"delay": 12,
"time": "1775556672"
},
"stopId": "FR:50129:ZE:10SMT2:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": -64,
"time": "1775556195"
},
"departure": {
"delay": -64,
"time": "1775556296"
},
"stopId": "FR:50129:ZE:10POL2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": -49,
"time": "1775556535"
},
"departure": {
"delay": -49,
"time": "1775556551"
},
"stopId": "FR:50129:ZE:10LEC2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 3,
"time": "1775556447"
},
"departure": {
"delay": 3,
"time": "1775556483"
},
"stopId": "FR:50129:ZE:10LEB2:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": -104,
"time": "1775555752"
},
"departure": {
"delay": -104,
"time": "1775555776"
},
"stopId": "FR:50129:ZE:10CTR3:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": -113,
"time": "1775556059"
},
"departure": {
"delay": -113,
"time": "1775556067"
},
"stopId": "FR:50129:ZE:10STA2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 35,
"time": "1775554702"
},
"departure": {
"delay": 35,
"time": "1775554715"
},
"stopId": "FR:50129:ZE:10COT1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 23,
"time": "1775554748"
},
"departure": {
"delay": 23,
"time": "1775554763"
},
"stopId": "FR:50129:ZE:10PFJ1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": -18,
"time": "1775555659"
},
"departure": {
"delay": -18,
"time": "1775555682"
},
"stopId": "FR:50129:ZE:10PHG2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 9,
"time": "1775554855"
},
"departure": {
"delay": 9,
"time": "1775554869"
},
"stopId": "FR:50129:ZE:10ROS1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": -116,
"time": "1775555790"
},
"departure": {
"delay": -116,
"time": "1775555824"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 12,
"time": "1775556759"
},
"departure": {
"delay": 12,
"time": "1775556792"
},
"stopId": "FR:50129:ZE:10EGL5:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": -30,
"time": "1775555154"
},
"departure": {
"delay": -30,
"time": "1775555250"
},
"stopId": "FR:50129:ZE:10MEN2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": -42,
"time": "1775555703"
},
"departure": {
"delay": -42,
"time": "1775555718"
},
"stopId": "FR:50129:ZE:10FDC1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": -116,
"time": "1775555845"
},
"departure": {
"delay": -116,
"time": "1775555884"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": -103,
"time": "1775554983"
},
"departure": {
"delay": -103,
"time": "1775554997"
},
"stopId": "FR:50129:ZE:10CIM1:ATOUMOD035",
"stopSequence": 11
},
{
"departure": {
"delay": 27,
"time": "1775554587"
},
"stopId": "FR:50129:ZE:10DIG1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": -69,
"time": "1775554960"
},
"departure": {
"delay": -69,
"time": "1775554971"
},
"stopId": "FR:50129:ZE:10RED1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 31,
"time": "1775555285"
},
"departure": {
"delay": 31,
"time": "1775555611"
},
"stopId": "FR:50129:ZE:10SHU3:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 27,
"time": "1775554801"
},
"departure": {
"delay": 27,
"time": "1775554827"
},
"stopId": "FR:50129:ZE:10SAL1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": -12,
"time": "1775554656"
},
"departure": {
"delay": -12,
"time": "1775554668"
},
"stopId": "FR:50129:ZE:10BCP1:ATOUMOD035",
"stopSequence": 3
}
],
"timestamp": "1775560079",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:05:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3748439x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3748509x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -11,
"time": "1775548849"
},
"stopId": "FR:50129:ZE:10PYC1:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": -37,
"time": "1775548693"
},
"departure": {
"delay": -37,
"time": "1775548703"
},
"stopId": "FR:50129:ZE:10ZFO2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 8,
"time": "1775547420"
},
"departure": {
"delay": 8,
"time": "1775547428"
},
"stopId": "FR:50129:ZE:10JMO2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 16,
"time": "1775548436"
},
"departure": {
"delay": 16,
"time": "1775548456"
},
"stopId": "FR:50129:ZE:10BQR2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 10,
"time": "1775548497"
},
"departure": {
"delay": 10,
"time": "1775548510"
},
"stopId": "FR:50129:ZE:10BRA2:ATOUMOD035",
"stopSequence": 18
},
{
"departure": {
"delay": 16,
"time": "1775547016"
},
"stopId": "FR:50129:ZE:10ZSA4:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 42,
"time": "1775547384"
},
"departure": {
"delay": 42,
"time": "1775547402"
},
"stopId": "FR:50129:ZE:10LLM2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 56,
"time": "1775547608"
},
"departure": {
"delay": 56,
"time": "1775547656"
},
"stopId": "FR:50129:ZE:10LCP2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 72,
"time": "1775547953"
},
"departure": {
"delay": 72,
"time": "1775548032"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 66,
"time": "1775547452"
},
"departure": {
"delay": 66,
"time": "1775547486"
},
"stopId": "FR:50129:ZE:10LUM2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": -46,
"time": "1775548562"
},
"departure": {
"delay": -46,
"time": "1775548574"
},
"stopId": "FR:50129:ZE:10MRT2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": -70,
"time": "1775548598"
},
"departure": {
"delay": -70,
"time": "1775548610"
},
"stopId": "FR:50129:ZE:10FOE2:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 35,
"time": "1775548348"
},
"departure": {
"delay": 35,
"time": "1775548415"
},
"stopId": "FR:50129:ZE:10ANJ6:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 32,
"time": "1775547534"
},
"departure": {
"delay": 32,
"time": "1775547572"
},
"stopId": "FR:50129:ZE:10BHC2:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": -14,
"time": "1775548661"
},
"departure": {
"delay": -14,
"time": "1775548666"
},
"stopId": "FR:50129:ZE:10GRI2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 9,
"time": "1775548117"
},
"departure": {
"delay": 9,
"time": "1775548149"
},
"stopId": "FR:50129:ZE:10AMO2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 3,
"time": "1775548290"
},
"departure": {
"delay": 3,
"time": "1775548323"
},
"stopId": "FR:50129:ZE:10PRV2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": -3,
"time": "1775548170"
},
"departure": {
"delay": -3,
"time": "1775548197"
},
"stopId": "FR:50129:ZE:10EGL2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 17,
"time": "1775547067"
},
"departure": {
"delay": 17,
"time": "1775547077"
},
"stopId": "FR:50129:ZE:10CHE2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 40,
"time": "1775547726"
},
"departure": {
"delay": 40,
"time": "1775547760"
},
"stopId": "FR:50129:ZE:10THH4:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": -1,
"time": "1775547105"
},
"departure": {
"delay": -1,
"time": "1775547119"
},
"stopId": "FR:50129:ZE:10JBO4:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": -17,
"time": "1775548750"
},
"departure": {
"delay": -17,
"time": "1775548783"
},
"stopId": "FR:50129:ZE:10VDT2:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 9,
"time": "1775548222"
},
"departure": {
"delay": 9,
"time": "1775548269"
},
"stopId": "FR:50129:ZE:10OYG2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 54,
"time": "1775547316"
},
"departure": {
"delay": 54,
"time": "1775547354"
},
"stopId": "FR:50129:ZE:10BRO2:ATOUMOD035",
"stopSequence": 4
}
],
"timestamp": "1775560076",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:06:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3748509x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx1594:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 9,
"time": "1775558889"
},
"departure": {
"delay": 9,
"time": "1775558889"
},
"stopId": "FR:76157:ZE:TCARxTOUYE1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": -126,
"time": "1775560374"
},
"departure": {
"delay": -126,
"time": "1775560374"
},
"stopId": "FR:76540:ZE:TCARxJEUNE1:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": -88,
"time": "1775560472"
},
"departure": {
"delay": -88,
"time": "1775560472"
},
"stopId": "FR:76540:ZE:TCARxDRIVI1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": -75,
"time": "1775560185"
},
"departure": {
"delay": -75,
"time": "1775560185"
},
"stopId": "FR:76540:ZE:TCARxHILAI1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": -2,
"time": "1775558818"
},
"departure": {
"delay": -2,
"time": "1775558818"
},
"stopId": "FR:76157:ZE:TCARxTDUMA1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": -126,
"time": "1775560074"
},
"departure": {
"delay": -126,
"time": "1775560074"
},
"stopId": "FR:76540:ZE:TCARxCHRUT1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": -126,
"time": "1775560914"
},
"stopId": "FR:76212:ZE:TCARxDUREC:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": -118,
"time": "1775559182"
},
"departure": {
"delay": -118,
"time": "1775559182"
},
"stopId": "FR:76540:ZE:TCARxMIN1T:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 42,
"time": "1775558742"
},
"departure": {
"delay": 42,
"time": "1775558742"
},
"stopId": "FR:76157:ZE:TCARxTPROV1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": -101,
"time": "1775559594"
},
"departure": {
"delay": -101,
"time": "1775559619"
},
"stopId": "FR:76540:ZE:TCARxBELGE1:ATOUMOD001",
"stopSequence": 13
},
{
"departure": {
"time": "1775558520"
},
"stopId": "FR:76157:ZE:TCARxTMONET:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": -76,
"time": "1775559739"
},
"departure": {
"delay": -76,
"time": "1775559764"
},
"stopId": "FR:76540:ZE:TCARxTARTT1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": -50,
"time": "1775559970"
},
"departure": {
"delay": -50,
"time": "1775559970"
},
"stopId": "FR:76540:ZE:TCARxPMARC1:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": -91,
"time": "1775559343"
},
"departure": {
"delay": -91,
"time": "1775559389"
},
"stopId": "FR:76540:ZE:TCARxRIBOU1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": -126,
"time": "1775560674"
},
"departure": {
"delay": -126,
"time": "1775560674"
},
"stopId": "FR:76212:ZE:TCARxDMAIR1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": -3,
"time": "1775559837"
},
"departure": {
"delay": -3,
"time": "1775559837"
},
"stopId": "FR:76540:ZE:TCARxCATHE1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 26,
"time": "1775558666"
},
"departure": {
"delay": 26,
"time": "1775558666"
},
"stopId": "FR:76157:ZE:TCARxTJAUR1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -5,
"time": "1775559096"
},
"departure": {
"delay": -5,
"time": "1775559115"
},
"stopId": "FR:76157:ZE:TCARxCORNI1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -71,
"time": "1775559889"
},
"departure": {
"delay": -71,
"time": "1775559889"
},
"stopId": "FR:76540:ZE:TCARxREPUB1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": -126,
"time": "1775560014"
},
"departure": {
"delay": -126,
"time": "1775560014"
},
"stopId": "FR:76540:ZE:TCARxMARTT1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": -124,
"time": "1775560556"
},
"departure": {
"delay": -124,
"time": "1775560556"
},
"stopId": "FR:76540:ZE:TCARxECOLE1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 61,
"time": "1775558941"
},
"departure": {
"delay": 61,
"time": "1775558941"
},
"stopId": "FR:76157:ZE:TCARxTPRAT1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 49,
"time": "1775558569"
},
"departure": {
"delay": 49,
"time": "1775558569"
},
"stopId": "FR:76157:ZE:TCARxTPISS1:ATOUMOD001",
"stopSequence": 2
}
],
"timestamp": "1775558117",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx93:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx1594:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx12420:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 4360,
"time": "1775559799"
},
"departure": {
"delay": 4360,
"time": "1775559820"
},
"stopId": "FR:76366:ZE:TCARxLSOUR1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 4471,
"time": "1775560291"
},
"departure": {
"delay": 4471,
"time": "1775560291"
},
"stopId": "FR:76402:ZE:TCARxSOUEF1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 4315,
"time": "1775558515"
},
"departure": {
"delay": 4315,
"time": "1775558515"
},
"stopId": "FR:76157:ZE:TCARxATELI2:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 4310,
"time": "1775558545"
},
"departure": {
"delay": 4310,
"time": "1775558570"
},
"stopId": "FR:76157:ZE:TCARxCOMME1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 4476,
"time": "1775559996"
},
"departure": {
"delay": 4476,
"time": "1775559996"
},
"stopId": "FR:76366:ZE:TCARxLESUE1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 4333,
"time": "1775559613"
},
"departure": {
"delay": 4333,
"time": "1775559613"
},
"stopId": "FR:76474:ZE:TCARxBMAIB1:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 4315,
"time": "1775558370"
},
"departure": {
"delay": 4315,
"time": "1775558395"
},
"stopId": "FR:76540:ZE:TCARxMIN2T:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 4276,
"time": "1775558416"
},
"departure": {
"delay": 4276,
"time": "1775558416"
},
"stopId": "FR:76540:ZE:TCARxMIN4:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 4430,
"time": "1775559149"
},
"departure": {
"delay": 4430,
"time": "1775559170"
},
"stopId": "FR:76410:ZE:TCARxCLAIR2:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 4414,
"time": "1775558974"
},
"departure": {
"delay": 4414,
"time": "1775558974"
},
"stopId": "FR:76216:ZE:TCARxJFERR1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 4425,
"time": "1775559045"
},
"departure": {
"delay": 4425,
"time": "1775559045"
},
"stopId": "FR:76216:ZE:TCARxFAUQU1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 4506,
"time": "1775560386"
},
"departure": {
"delay": 4506,
"time": "1775560386"
},
"stopId": "FR:76402:ZE:TCARxCMEDI2:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 4483,
"time": "1775560123"
},
"departure": {
"delay": 4483,
"time": "1775560123"
},
"stopId": "FR:76366:ZE:TCARxLBOIS1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 4375,
"time": "1775559295"
},
"departure": {
"delay": 4375,
"time": "1775559295"
},
"stopId": "FR:76410:ZE:TCARxMAROM2:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 4495,
"time": "1775560315"
},
"departure": {
"delay": 4495,
"time": "1775560315"
},
"stopId": "FR:76402:ZE:TCARxNCHAM1:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 4465,
"time": "1775559445"
},
"departure": {
"delay": 4465,
"time": "1775559445"
},
"stopId": "FR:76410:ZE:TCARxVELOU2:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 4436,
"time": "1775560196"
},
"departure": {
"delay": 4436,
"time": "1775560196"
},
"stopId": "FR:76366:ZE:TCARxCJZAY2:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 4390,
"time": "1775558722"
},
"departure": {
"delay": 4390,
"time": "1775558770"
},
"stopId": "FR:76216:ZE:TCARxCAILL2:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 4447,
"time": "1775560027"
},
"departure": {
"delay": 4447,
"time": "1775560027"
},
"stopId": "FR:76366:ZE:TCARxHEGLI1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 4330,
"time": "1775558446"
},
"departure": {
"delay": 4330,
"time": "1775558470"
},
"stopId": "FR:76157:ZE:TCARxLCORM1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 4375,
"time": "1775559870"
},
"departure": {
"delay": 4375,
"time": "1775559895"
},
"stopId": "FR:76366:ZE:TCARxHMAIR1:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 4434,
"time": "1775558874"
},
"departure": {
"delay": 4434,
"time": "1775558874"
},
"stopId": "FR:76216:ZE:TCARxFRESN2:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 4420,
"time": "1775559520"
},
"departure": {
"delay": 4420,
"time": "1775559520"
},
"stopId": "FR:76474:ZE:TCARxEPARG1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 4362,
"time": "1775559702"
},
"departure": {
"delay": 4362,
"time": "1775559702"
},
"stopId": "FR:76474:ZE:TCARxMUSEE1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 4440,
"time": "1775559399"
},
"departure": {
"delay": 4440,
"time": "1775559420"
},
"stopId": "FR:76410:ZE:TCARxRIVES2:ATOUMOD001",
"stopSequence": 14
},
{
"departure": {
"delay": 4260,
"time": "1775558160"
},
"stopId": "FR:76540:ZE:TCARxRIBOU3:ATOUMOD001",
"stopSequence": 1
}
],
"timestamp": "1775557857",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx04:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx12420:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2485991:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 15,
"time": "1775575215"
},
"departure": {
"delay": 15,
"time": "1775575215"
},
"stopId": "FR:27375:ZE:0x7186:ATOUMOD006",
"stopSequence": 8
},
{
"arrival": {
"delay": -326,
"time": "1775576854"
},
"departure": {
"delay": -326,
"time": "1775576854"
},
"stopId": "FR:27351:ZE:0x6308:ATOUMOD006",
"stopSequence": 34
},
{
"arrival": {
"delay": -185,
"time": "1775576575"
},
"departure": {
"delay": -185,
"time": "1775576575"
},
"stopId": "FR:27375:ZE:0x6526:ATOUMOD006",
"stopSequence": 29
},
{
"arrival": {
"delay": 40,
"time": "1775575480"
},
"departure": {
"delay": 40,
"time": "1775575480"
},
"stopId": "FR:27375:ZE:0x6410:ATOUMOD006",
"stopSequence": 12
},
{
"departure": {
"time": "1775574900"
},
"stopId": "FR:27375:ZE:0x6414:ATOUMOD006",
"stopSequence": 1
},
{
"arrival": {
"delay": -227,
"time": "1775576713"
},
"departure": {
"delay": -227,
"time": "1775576713"
},
"stopId": "FR:27351:ZE:0x6316:ATOUMOD006",
"stopSequence": 32
},
{
"arrival": {
"delay": -122,
"time": "1775576218"
},
"departure": {
"delay": -122,
"time": "1775576218"
},
"stopId": "FR:27375:ZE:0x6528:ATOUMOD006",
"stopSequence": 23
},
{
"arrival": {
"delay": -10,
"time": "1775576090"
},
"departure": {
"delay": -10,
"time": "1775576090"
},
"stopId": "FR:27375:ZE:0x6440:ATOUMOD006",
"stopSequence": 20
},
{
"arrival": {
"delay": 51,
"time": "1775575191"
},
"departure": {
"delay": 51,
"time": "1775575191"
},
"stopId": "FR:27375:ZE:0x6446:ATOUMOD006",
"stopSequence": 7
},
{
"arrival": {
"delay": 58,
"time": "1775575018"
},
"departure": {
"delay": 58,
"time": "1775575018"
},
"stopId": "FR:27375:ZE:0x6390:ATOUMOD006",
"stopSequence": 5
},
{
"arrival": {
"delay": -103,
"time": "1775576477"
},
"departure": {
"delay": -103,
"time": "1775576477"
},
"stopId": "FR:27375:ZE:0x6438:ATOUMOD006",
"stopSequence": 27
},
{
"arrival": {
"delay": -266,
"time": "1775576674"
},
"departure": {
"delay": -266,
"time": "1775576674"
},
"stopId": "FR:27351:ZE:0x6312:ATOUMOD006",
"stopSequence": 31
},
{
"arrival": {
"delay": -285,
"time": "1775576895"
},
"departure": {
"delay": -285,
"time": "1775576895"
},
"stopId": "FR:27351:ZE:0x7273:ATOUMOD006",
"stopSequence": 35
},
{
"arrival": {
"delay": -110,
"time": "1775576290"
},
"departure": {
"delay": -110,
"time": "1775576290"
},
"stopId": "FR:27375:ZE:0x6380:ATOUMOD006",
"stopSequence": 24
},
{
"arrival": {
"time": "1775575140"
},
"departure": {
"time": "1775575140"
},
"stopId": "FR:27375:ZE:0x6462:ATOUMOD006",
"stopSequence": 6
},
{
"arrival": {
"time": "1775575980"
},
"departure": {
"time": "1775575980"
},
"stopId": "FR:27375:ZE:0x6403:ATOUMOD006",
"stopSequence": 18
},
{
"arrival": {
"delay": 29,
"time": "1775576009"
},
"departure": {
"delay": 29,
"time": "1775576009"
},
"stopId": "FR:27375:ZE:0x6449:ATOUMOD006",
"stopSequence": 19
},
{
"arrival": {
"time": "1775575620"
},
"departure": {
"time": "1775575620"
},
"stopId": "FR:27375:ZE:0x6498:ATOUMOD006",
"stopSequence": 14
},
{
"arrival": {
"delay": -164,
"time": "1775576356"
},
"departure": {
"delay": -164,
"time": "1775576356"
},
"stopId": "FR:27375:ZE:0x6388:ATOUMOD006",
"stopSequence": 25
},
{
"arrival": {
"delay": -191,
"time": "1775576629"
},
"departure": {
"delay": -191,
"time": "1775576629"
},
"stopId": "FR:27375:ZE:0x6304:ATOUMOD006",
"stopSequence": 30
},
{
"arrival": {
"delay": -330,
"time": "1775576970"
},
"departure": {
"delay": -330,
"time": "1775576970"
},
"stopId": "FR:27701:ZE:0x7128:ATOUMOD006",
"stopSequence": 36
},
{
"arrival": {
"delay": -279,
"time": "1775576781"
},
"departure": {
"delay": -279,
"time": "1775576781"
},
"stopId": "FR:27351:ZE:0x6314:ATOUMOD006",
"stopSequence": 33
},
{
"arrival": {
"delay": -44,
"time": "1775576176"
},
"departure": {
"delay": -44,
"time": "1775576176"
},
"stopId": "FR:27375:ZE:0x6504:ATOUMOD006",
"stopSequence": 22
},
{
"arrival": {
"delay": 19,
"time": "1775575399"
},
"departure": {
"delay": 19,
"time": "1775575399"
},
"stopId": "FR:27375:ZE:0x6486:ATOUMOD006",
"stopSequence": 11
},
{
"arrival": {
"delay": -164,
"time": "1775576416"
},
"departure": {
"delay": -164,
"time": "1775576416"
},
"stopId": "FR:27375:ZE:0x6457:ATOUMOD006",
"stopSequence": 26
},
{
"arrival": {
"delay": -313,
"time": "1775577047"
},
"stopId": "FR:27701:ZE:0x7101:ATOUMOD006",
"stopSequence": 37
},
{
"arrival": {
"delay": 54,
"time": "1775575554"
},
"departure": {
"delay": 54,
"time": "1775575554"
},
"stopId": "FR:27375:ZE:0x6488:ATOUMOD006",
"stopSequence": 13
},
{
"arrival": {
"delay": 32,
"time": "1775575232"
},
"departure": {
"delay": 32,
"time": "1775575232"
},
"stopId": "FR:27375:ZE:0x6510:ATOUMOD006",
"stopSequence": 9
},
{
"arrival": {
"time": "1775575320"
},
"departure": {
"time": "1775575320"
},
"stopId": "FR:27375:ZE:0x6524:ATOUMOD006",
"stopSequence": 10
},
{
"arrival": {
"delay": -167,
"time": "1775576533"
},
"departure": {
"delay": -167,
"time": "1775576533"
},
"stopId": "FR:27375:ZE:0x6384:ATOUMOD006",
"stopSequence": 28
}
],
"timestamp": "1775560063",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD006:Line:S2:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2485991:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx13783:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -10044,
"time": "1775562636"
},
"departure": {
"delay": -10044,
"time": "1775562636"
},
"stopId": "FR:76319:ZE:TCARxRENOI1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": -10078,
"time": "1775562422"
},
"departure": {
"delay": -10078,
"time": "1775562422"
},
"stopId": "FR:76319:ZE:TCARxMATIS1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -10038,
"time": "1775562762"
},
"departure": {
"delay": -10038,
"time": "1775562762"
},
"stopId": "FR:76319:ZE:TCARxRAFFI1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -10056,
"time": "1775562504"
},
"departure": {
"delay": -10056,
"time": "1775562504"
},
"stopId": "FR:76319:ZE:TCARxROUVR1:ATOUMOD001",
"stopSequence": 3
},
{
"departure": {
"delay": -10080,
"time": "1775562360"
},
"stopId": "FR:76319:ZE:TCARxBOUTT1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": -10053,
"time": "1775562567"
},
"departure": {
"delay": -10053,
"time": "1775562567"
},
"stopId": "FR:76319:ZE:TCARxHUGGC1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": -10028,
"time": "1775562532"
},
"departure": {
"delay": -10028,
"time": "1775562532"
},
"stopId": "FR:76319:ZE:TCARxCARAB1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": -10080,
"time": "1775562720"
},
"departure": {
"delay": -10080,
"time": "1775562720"
},
"stopId": "FR:76319:ZE:TCARxLYLEG1:ATOUMOD001",
"stopSequence": 7
}
],
"timestamp": "1775558176",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx06:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx13783:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745203x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 69,
"time": "1775541069"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 61,
"time": "1775541687"
},
"departure": {
"delay": 61,
"time": "1775541721"
},
"stopId": "FR:50129:ZE:10RTU2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 39,
"time": "1775541958"
},
"departure": {
"delay": 39,
"time": "1775541999"
},
"stopId": "FR:50129:ZE:10CRC4:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 22,
"time": "1775542253"
},
"departure": {
"delay": 22,
"time": "1775542282"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 38,
"time": "1775541766"
},
"departure": {
"delay": 38,
"time": "1775541818"
},
"stopId": "FR:50129:ZE:10PFO2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 24,
"time": "1775542318"
},
"departure": {
"delay": 24,
"time": "1775542344"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 36,
"time": "1775541180"
},
"departure": {
"delay": 36,
"time": "1775541216"
},
"stopId": "FR:50129:ZE:10AMO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 114,
"time": "1775541438"
},
"departure": {
"delay": 114,
"time": "1775541534"
},
"stopId": "FR:50129:ZE:10ANJ6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 54,
"time": "1775542396"
},
"departure": {
"delay": 54,
"time": "1775542434"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 88,
"time": "1775541558"
},
"departure": {
"delay": 88,
"time": "1775541568"
},
"stopId": "FR:50129:ZE:10BQR2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 38,
"time": "1775541364"
},
"departure": {
"delay": 38,
"time": "1775541398"
},
"stopId": "FR:50129:ZE:10PRV2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 16,
"time": "1775542146"
},
"departure": {
"delay": 16,
"time": "1775542216"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": -1,
"time": "1775542462"
},
"departure": {
"delay": -1,
"time": "1775542499"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 59,
"time": "1775541625"
},
"departure": {
"delay": 59,
"time": "1775541659"
},
"stopId": "FR:50129:ZE:10BRA4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 22,
"time": "1775542055"
},
"departure": {
"delay": 22,
"time": "1775542102"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 37,
"time": "1775541233"
},
"departure": {
"delay": 37,
"time": "1775541277"
},
"stopId": "FR:50129:ZE:10EGL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": -100,
"time": "1775542640"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": -30,
"time": "1775542554"
},
"departure": {
"delay": -30,
"time": "1775542590"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 7,
"time": "1775541853"
},
"departure": {
"delay": 7,
"time": "1775541907"
},
"stopId": "FR:50129:ZE:10FOR4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 46,
"time": "1775541301"
},
"departure": {
"delay": 46,
"time": "1775541346"
},
"stopId": "FR:50129:ZE:10OYG2:ATOUMOD035",
"stopSequence": 4
}
],
"timestamp": "1775560076",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1A:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745203x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745225x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -53,
"time": "1775534491"
},
"departure": {
"delay": -53,
"time": "1775534527"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 6,
"time": "1775535871"
},
"departure": {
"delay": 6,
"time": "1775535906"
},
"stopId": "FR:50129:ZE:10EGL1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": -29,
"time": "1775534767"
},
"departure": {
"delay": -29,
"time": "1775534791"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": -54,
"time": "1775534573"
},
"departure": {
"delay": -54,
"time": "1775534586"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": -69,
"time": "1775535150"
},
"departure": {
"delay": -69,
"time": "1775535171"
},
"stopId": "FR:50129:ZE:10FOR3:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": -59,
"time": "1775535537"
},
"departure": {
"delay": -59,
"time": "1775535601"
},
"stopId": "FR:50129:ZE:10BQR1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": -13,
"time": "1775534867"
},
"departure": {
"delay": -13,
"time": "1775534927"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": -86,
"time": "1775536054"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": -18,
"time": "1775535925"
},
"departure": {
"delay": -18,
"time": "1775535942"
},
"stopId": "FR:50129:ZE:10AMO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": -102,
"time": "1775535218"
},
"departure": {
"delay": -102,
"time": "1775535258"
},
"stopId": "FR:50129:ZE:10PFO1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": -137,
"time": "1775535361"
},
"departure": {
"delay": -137,
"time": "1775535403"
},
"stopId": "FR:50129:ZE:10BRA3:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": -49,
"time": "1775535636"
},
"departure": {
"delay": -49,
"time": "1775535671"
},
"stopId": "FR:50129:ZE:10ANJ5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": -155,
"time": "1775535311"
},
"departure": {
"delay": -155,
"time": "1775535325"
},
"stopId": "FR:50129:ZE:10RTU1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": -1,
"time": "1775535695"
},
"departure": {
"delay": -1,
"time": "1775535779"
},
"stopId": "FR:50129:ZE:10PRV1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": -17,
"time": "1775535067"
},
"departure": {
"delay": -17,
"time": "1775535103"
},
"stopId": "FR:50129:ZE:10CRC3:ATOUMOD035",
"stopSequence": 8
},
{
"departure": {
"delay": -220,
"time": "1775534180"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": -40,
"time": "1775534637"
},
"departure": {
"delay": -40,
"time": "1775534720"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": -54,
"time": "1775534811"
},
"departure": {
"delay": -54,
"time": "1775534826"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 11,
"time": "1775535809"
},
"departure": {
"delay": 11,
"time": "1775535851"
},
"stopId": "FR:50129:ZE:10OLY1:ATOUMOD035",
"stopSequence": 16
}
],
"timestamp": "1775560077",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1B:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745225x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx8138:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 63,
"time": "1775559723"
},
"departure": {
"delay": 63,
"time": "1775559723"
},
"stopId": "FR:76540:ZE:TCARxSANTE1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 192,
"time": "1775561532"
},
"departure": {
"delay": 192,
"time": "1775561532"
},
"stopId": "FR:76322:ZE:TCARxSTENT1:ATOUMOD001",
"stopSequence": 19
},
{
"departure": {
"delay": 11,
"time": "1775559671"
},
"stopId": "FR:76540:ZE:TCARxMCURIE:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 163,
"time": "1775559978"
},
"departure": {
"delay": 163,
"time": "1775560003"
},
"stopId": "FR:76540:ZE:TCARxHILAI1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 191,
"time": "1775560751"
},
"departure": {
"delay": 191,
"time": "1775560751"
},
"stopId": "FR:76540:ZE:TCARxVXMAR1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 168,
"time": "1775560668"
},
"departure": {
"delay": 168,
"time": "1775560668"
},
"stopId": "FR:76540:ZE:TCARxCAUCT1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 140,
"time": "1775560520"
},
"departure": {
"delay": 140,
"time": "1775560520"
},
"stopId": "FR:76540:ZE:TCARxGARET1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 143,
"time": "1775561243"
},
"departure": {
"delay": 143,
"time": "1775561243"
},
"stopId": "FR:76498:ZE:TCARxNOVET1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 144,
"time": "1775561484"
},
"departure": {
"delay": 144,
"time": "1775561484"
},
"stopId": "FR:76322:ZE:TCARxCBRUT1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 42,
"time": "1775559822"
},
"departure": {
"delay": 42,
"time": "1775559822"
},
"stopId": "FR:76540:ZE:TCARxCHRUT1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 140,
"time": "1775561600"
},
"departure": {
"delay": 140,
"time": "1775561600"
},
"stopId": "FR:76322:ZE:TCARxSANDT1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 175,
"time": "1775560435"
},
"departure": {
"delay": 175,
"time": "1775560435"
},
"stopId": "FR:76540:ZE:TCARxBEAUT1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 140,
"time": "1775561060"
},
"departure": {
"delay": 140,
"time": "1775561060"
},
"stopId": "FR:76540:ZE:TCARxLOPOT1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 140,
"time": "1775560340"
},
"departure": {
"delay": 140,
"time": "1775560340"
},
"stopId": "FR:76540:ZE:TCARxBOU8:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 140,
"time": "1775560820"
},
"departure": {
"delay": 140,
"time": "1775560820"
},
"stopId": "FR:76540:ZE:TCARxBELGE3:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 178,
"time": "1775560918"
},
"departure": {
"delay": 178,
"time": "1775560918"
},
"stopId": "FR:76540:ZE:TCARxORLET1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 182,
"time": "1775561162"
},
"departure": {
"delay": 182,
"time": "1775561162"
},
"stopId": "FR:76498:ZE:TCARxCHART1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 140,
"time": "1775561840"
},
"departure": {
"delay": 140,
"time": "1775561840"
},
"stopId": "FR:76497:ZE:TCARxZENIT4:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 140,
"time": "1775561360"
},
"departure": {
"delay": 140,
"time": "1775561360"
},
"stopId": "FR:76498:ZE:TCARxDIOCT1:ATOUMOD001",
"stopSequence": 17
}
],
"timestamp": "1775559677",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx94:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx8138:LOC"
}
}
},
{
"id": "SM:ATOUMOD105:ServiceJourney:6570717997957120x8:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 378,
"time": "1775559903"
},
"departure": {
"delay": 378,
"time": "1775559918"
},
"stopId": "FR:50647:ZE:5176510791024640:ATOUMOD105",
"stopSequence": 38
},
{
"arrival": {
"delay": 376,
"time": "1775559837"
},
"departure": {
"delay": 376,
"time": "1775559856"
},
"stopId": "FR:50218:ZE:742480012:ATOUMOD105",
"stopSequence": 37
},
{
"arrival": {
"delay": 361,
"time": "1775560021"
},
"stopId": "FR:50647:ZE:752300002:ATOUMOD105",
"stopSequence": 40
},
{
"arrival": {
"delay": 357,
"time": "1775559953"
},
"departure": {
"delay": 357,
"time": "1775559957"
},
"stopId": "FR:50218:ZE:720520001:ATOUMOD105",
"stopSequence": 39
},
{
"arrival": {
"delay": 381,
"time": "1775559782"
},
"departure": {
"delay": 381,
"time": "1775559801"
},
"stopId": "FR:50647:ZE:748670004:ATOUMOD105",
"stopSequence": 36
}
],
"timestamp": "1775559933",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD105:Line:348940035:LOC",
"tripId": "ATOUMOD105:ServiceJourney:6570717997957120x8:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx14361:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -12760,
"time": "1775560760"
},
"departure": {
"delay": -12760,
"time": "1775560760"
},
"stopId": "FR:76540:ZE:TCARxBSMAU0:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": -12775,
"time": "1775560685"
},
"departure": {
"delay": -12775,
"time": "1775560685"
},
"stopId": "FR:76451:ZE:TCARxCREVI0:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": -13200,
"time": "1775562060"
},
"departure": {
"delay": -13200,
"time": "1775562060"
},
"stopId": "FR:76540:ZE:TCARxSIMON1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": -13077,
"time": "1775561943"
},
"departure": {
"delay": -13077,
"time": "1775561943"
},
"stopId": "FR:76540:ZE:TCARxBAMME0:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": -13117,
"time": "1775562023"
},
"departure": {
"delay": -13117,
"time": "1775562023"
},
"stopId": "FR:76540:ZE:TCARxMATHI0:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": -12720,
"time": "1775560320"
},
"departure": {
"delay": -12720,
"time": "1775560320"
},
"stopId": "FR:76451:ZE:TCARxCOLBE0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": -12668,
"time": "1775560192"
},
"departure": {
"delay": -12668,
"time": "1775560192"
},
"stopId": "FR:76451:ZE:TCARxRBOIS0:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -12720,
"time": "1775560260"
},
"departure": {
"delay": -12720,
"time": "1775560260"
},
"stopId": "FR:76451:ZE:TCARxVAREN0:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": -13194,
"time": "1775562126"
},
"departure": {
"delay": -13194,
"time": "1775562126"
},
"stopId": "FR:76540:ZE:TCARxCENSO1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": -12794,
"time": "1775560846"
},
"departure": {
"delay": -12794,
"time": "1775560846"
},
"stopId": "FR:76540:ZE:TCARxRCAMP0:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": -12689,
"time": "1775560411"
},
"departure": {
"delay": -12689,
"time": "1775560411"
},
"stopId": "FR:76451:ZE:TCARxCOQUE3:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": -13277,
"time": "1775560483"
},
"departure": {
"delay": -13277,
"time": "1775560483"
},
"stopId": "FR:76540:ZE:TCARxGAREB1:ATOUMOD001",
"stopSequence": 12
}
],
"timestamp": "1775559745",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx07:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx14361:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2470548:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 398,
"time": "1775560898"
},
"departure": {
"delay": 398,
"time": "1775560898"
},
"stopId": "FR:27701:ZE:0x7116:ATOUMOD006",
"stopSequence": 21
},
{
"arrival": {
"delay": 407,
"time": "1775560487"
},
"departure": {
"delay": 407,
"time": "1775560487"
},
"stopId": "FR:27701:ZE:0x7054:ATOUMOD006",
"stopSequence": 15
},
{
"arrival": {
"delay": 365,
"time": "1775560745"
},
"departure": {
"delay": 365,
"time": "1775560745"
},
"stopId": "FR:27701:ZE:0x7095:ATOUMOD006",
"stopSequence": 19
},
{
"arrival": {
"delay": 345,
"time": "1775561025"
},
"stopId": "FR:27701:ZE:0x7150:ATOUMOD006",
"stopSequence": 23
},
{
"arrival": {
"delay": 358,
"time": "1775560558"
},
"departure": {
"delay": 358,
"time": "1775560558"
},
"stopId": "FR:27701:ZE:0x7042:ATOUMOD006",
"stopSequence": 16
},
{
"arrival": {
"delay": 408,
"time": "1775560248"
},
"departure": {
"delay": 408,
"time": "1775560248"
},
"stopId": "FR:27701:ZE:0x7126:ATOUMOD006",
"stopSequence": 10
},
{
"arrival": {
"delay": 419,
"time": "1775560619"
},
"departure": {
"delay": 419,
"time": "1775560619"
},
"stopId": "FR:27701:ZE:0x6582:ATOUMOD006",
"stopSequence": 17
},
{
"arrival": {
"delay": 420,
"time": "1775560320"
},
"departure": {
"delay": 420,
"time": "1775560320"
},
"stopId": "FR:27701:ZE:0x7036:ATOUMOD006",
"stopSequence": 11
},
{
"arrival": {
"delay": 392,
"time": "1775560652"
},
"departure": {
"delay": 392,
"time": "1775560652"
},
"stopId": "FR:27701:ZE:0x7108:ATOUMOD006",
"stopSequence": 18
},
{
"arrival": {
"delay": 432,
"time": "1775560152"
},
"departure": {
"delay": 432,
"time": "1775560152"
},
"stopId": "FR:27701:ZE:0x7100:ATOUMOD006",
"stopSequence": 9
},
{
"arrival": {
"delay": 449,
"time": "1775560409"
},
"departure": {
"delay": 449,
"time": "1775560409"
},
"stopId": "FR:27701:ZE:0x7132:ATOUMOD006",
"stopSequence": 13
},
{
"arrival": {
"delay": 432,
"time": "1775559829"
},
"departure": {
"delay": 432,
"time": "1775559972"
},
"stopId": "FR:27375:ZE:0x6442:ATOUMOD006",
"stopSequence": 7
},
{
"arrival": {
"delay": 397,
"time": "1775560837"
},
"departure": {
"delay": 397,
"time": "1775560837"
},
"stopId": "FR:27701:ZE:0x7114:ATOUMOD006",
"stopSequence": 20
},
{
"arrival": {
"delay": 456,
"time": "1775560356"
},
"departure": {
"delay": 456,
"time": "1775560356"
},
"stopId": "FR:27701:ZE:0x7068:ATOUMOD006",
"stopSequence": 12
},
{
"arrival": {
"delay": 435,
"time": "1775560935"
},
"departure": {
"delay": 435,
"time": "1775560935"
},
"stopId": "FR:27701:ZE:0x7086:ATOUMOD006",
"stopSequence": 22
},
{
"arrival": {
"delay": 462,
"time": "1775560048"
},
"departure": {
"delay": 462,
"time": "1775560062"
},
"stopId": "FR:27375:ZE:0x6406:ATOUMOD006",
"stopSequence": 8
},
{
"arrival": {
"delay": 428,
"time": "1775560448"
},
"departure": {
"delay": 428,
"time": "1775560448"
},
"stopId": "FR:27701:ZE:0x7044:ATOUMOD006",
"stopSequence": 14
}
],
"timestamp": "1775560063",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD006:Line:C1:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2470548:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3758437x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -46,
"time": "1775556644"
},
"departure": {
"delay": -46,
"time": "1775556674"
},
"stopId": "FR:50041:ZE:HAGMA2:ATOUMOD035",
"stopSequence": 19
},
{
"departure": {
"delay": 24,
"time": "1775554224"
},
"stopId": "FR:50129:ZE:10PEM4:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 45,
"time": "1775554992"
},
"departure": {
"delay": 45,
"time": "1775555025"
},
"stopId": "FR:50129:ZE:10LSA2:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": -64,
"time": "1775556760"
},
"departure": {
"delay": -64,
"time": "1775556776"
},
"stopId": "FR:50041:ZE:HAGCC2:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"time": "1775555330"
},
"departure": {
"time": "1775555340"
},
"stopId": "FR:50129:ZE:10DIX2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": -7,
"time": "1775555777"
},
"departure": {
"delay": -7,
"time": "1775555813"
},
"stopId": "FR:50041:ZE:HAGBG2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 12,
"time": "1775555859"
},
"departure": {
"delay": 12,
"time": "1775555892"
},
"stopId": "FR:50041:ZE:HAGMF2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 86,
"time": "1775554538"
},
"departure": {
"delay": 86,
"time": "1775554586"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": -8,
"time": "1775556582"
},
"departure": {
"delay": -8,
"time": "1775556592"
},
"stopId": "FR:50041:ZE:HAGFY2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 56,
"time": "1775554721"
},
"departure": {
"delay": 56,
"time": "1775554736"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 72,
"time": "1775554642"
},
"departure": {
"delay": 72,
"time": "1775554692"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 16,
"time": "1775555226"
},
"departure": {
"delay": 16,
"time": "1775555236"
},
"stopId": "FR:50129:ZE:10HME2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 47,
"time": "1775554466"
},
"departure": {
"delay": 47,
"time": "1775554487"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 6,
"time": "1775556271"
},
"departure": {
"delay": 6,
"time": "1775556306"
},
"stopId": "FR:50041:ZE:HAGGR2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": -2,
"time": "1775555270"
},
"departure": {
"delay": -2,
"time": "1775555278"
},
"stopId": "FR:50129:ZE:10PET2:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 64,
"time": "1775555127"
},
"departure": {
"delay": 64,
"time": "1775555164"
},
"stopId": "FR:50129:ZE:10CAQ2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": -136,
"time": "1775557064"
},
"stopId": "FR:50041:ZE:HAGOLL:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 106,
"time": "1775554822"
},
"departure": {
"delay": 106,
"time": "1775554846"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 21,
"time": "1775555447"
},
"departure": {
"delay": 21,
"time": "1775555541"
},
"stopId": "FR:50129:ZE:QQVPL1:ATOUMOD035",
"stopSequence": 13
}
],
"timestamp": "1775560075",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:A:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3758437x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx11307:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -11678,
"time": "1775561722"
},
"departure": {
"delay": -11678,
"time": "1775561722"
},
"stopId": "FR:76484:ZE:TCARxCFERR3:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": -11700,
"time": "1775561580"
},
"departure": {
"delay": -11700,
"time": "1775561580"
},
"stopId": "FR:76484:ZE:TCARxPOLOI0:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": -11760,
"time": "1775561820"
},
"departure": {
"delay": -11760,
"time": "1775561820"
},
"stopId": "FR:76484:ZE:TCARxOIHDV1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": -11690,
"time": "1775562130"
},
"departure": {
"delay": -11690,
"time": "1775562130"
},
"stopId": "FR:76484:ZE:TCARxPEZO21:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": -11658,
"time": "1775561442"
},
"departure": {
"delay": -11658,
"time": "1775561442"
},
"stopId": "FR:76705:ZE:TCARxTOPAR2:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -11703,
"time": "1775561637"
},
"departure": {
"delay": -11703,
"time": "1775561637"
},
"stopId": "FR:76484:ZE:TCARxPLPAI1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": -11709,
"time": "1775561931"
},
"departure": {
"delay": -11709,
"time": "1775561931"
},
"stopId": "FR:76484:ZE:TCARxCIMOI1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -11663,
"time": "1775561377"
},
"departure": {
"delay": -11663,
"time": "1775561377"
},
"stopId": "FR:76705:ZE:TCARxTOMAN2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -11700,
"time": "1775562060"
},
"departure": {
"delay": -11700,
"time": "1775562060"
},
"stopId": "FR:76484:ZE:TCARxFERRE1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": -11716,
"time": "1775561984"
},
"departure": {
"delay": -11716,
"time": "1775561984"
},
"stopId": "FR:76484:ZE:TCARxBIBOI1:ATOUMOD001",
"stopSequence": 9
}
],
"timestamp": "1775557196",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx03:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx11307:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx4122:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 30,
"time": "1775558850"
},
"stopId": "FR:76322:ZE:TCARxBRAQU1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 73,
"time": "1775559892"
},
"departure": {
"delay": 73,
"time": "1775559913"
},
"stopId": "FR:76540:ZE:TCARxSTSEV1:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 79,
"time": "1775560279"
},
"departure": {
"delay": 79,
"time": "1775560279"
},
"stopId": "FR:76540:ZE:TCARxGAREV1:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 163,
"time": "1775559605"
},
"departure": {
"delay": 163,
"time": "1775559643"
},
"stopId": "FR:76498:ZE:TCARxTRUFF1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 173,
"time": "1775559673"
},
"departure": {
"delay": 173,
"time": "1775559713"
},
"stopId": "FR:76498:ZE:TCARxJAURE1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 74,
"time": "1775559403"
},
"departure": {
"delay": 74,
"time": "1775559434"
},
"stopId": "FR:76498:ZE:TCARxJULIE1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 86,
"time": "1775560166"
},
"departure": {
"delay": 86,
"time": "1775560166"
},
"stopId": "FR:76540:ZE:TCARxTARTS1:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 73,
"time": "1775559003"
},
"departure": {
"delay": 73,
"time": "1775559013"
},
"stopId": "FR:76322:ZE:TCARxLBLUM1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 113,
"time": "1775559098"
},
"departure": {
"delay": 113,
"time": "1775559113"
},
"stopId": "FR:76322:ZE:TCARxKENNE1:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 133,
"time": "1775559773"
},
"departure": {
"delay": 133,
"time": "1775559793"
},
"stopId": "FR:76540:ZE:TCARxAVCAE1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 74,
"time": "1775559287"
},
"departure": {
"delay": 74,
"time": "1775559314"
},
"stopId": "FR:76498:ZE:TCARxCHGAU1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 113,
"time": "1775559517"
},
"departure": {
"delay": 113,
"time": "1775559533"
},
"stopId": "FR:76498:ZE:TCARx08MAI1:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 83,
"time": "1775558924"
},
"departure": {
"delay": 83,
"time": "1775558963"
},
"stopId": "FR:76322:ZE:TCARxCEZAN1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 53,
"time": "1775560433"
},
"departure": {
"delay": 53,
"time": "1775560433"
},
"stopId": "FR:76540:ZE:TCARxBEAUV1:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": 64,
"time": "1775560204"
},
"departure": {
"delay": 64,
"time": "1775560204"
},
"stopId": "FR:76540:ZE:TCARxJUSTI1:ATOUMOD001",
"stopSequence": 28
}
],
"timestamp": "1775558837",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx90:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx4122:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4108072x2025x26xGSemHTRAxSemainex00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 93,
"time": "1775560053"
},
"stopId": "FR:76351:ZE:3951:ATOUMOD003",
"stopSequence": 13
},
{
"departure": {
"delay": 89,
"time": "1775559449"
},
"stopId": "FR:76351:ZE:3967:ATOUMOD003",
"stopSequence": 8
},
{
"departure": {
"delay": 101,
"time": "1775559581"
},
"stopId": "FR:76351:ZE:3957:ATOUMOD003",
"stopSequence": 9
},
{
"departure": {
"delay": 103,
"time": "1775559703"
},
"stopId": "FR:76351:ZE:3955:ATOUMOD003",
"stopSequence": 10
},
{
"departure": {
"delay": 67,
"time": "1775559787"
},
"stopId": "FR:76351:ZE:3985:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 89,
"time": "1775560169"
},
"departure": {
"delay": 89,
"time": "1775560169"
},
"stopId": "FR:76351:ZE:3995:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": 104,
"time": "1775560304"
},
"stopId": "FR:76351:ZE:3978:ATOUMOD003",
"stopSequence": 15
},
{
"departure": {
"delay": 86,
"time": "1775559266"
},
"stopId": "FR:76351:ZE:3989:ATOUMOD003",
"stopSequence": 7
},
{
"departure": {
"delay": 118,
"time": "1775559958"
},
"stopId": "FR:76351:ZE:3993:ATOUMOD003",
"stopSequence": 12
}
],
"timestamp": "1775560059",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:B:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4108072x2025x26xGSemHTRAxSemainex00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745219x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -39,
"time": "1775534016"
},
"departure": {
"delay": -39,
"time": "1775534061"
},
"stopId": "FR:50129:ZE:10EGL1:ATOUMOD035",
"stopSequence": 17
},
{
"departure": {
"delay": 54,
"time": "1775532834"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": -49,
"time": "1775533771"
},
"departure": {
"delay": -49,
"time": "1775533811"
},
"stopId": "FR:50129:ZE:10BQR1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 23,
"time": "1775533540"
},
"departure": {
"delay": 23,
"time": "1775533583"
},
"stopId": "FR:50129:ZE:10PFO1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 86,
"time": "1775532880"
},
"departure": {
"delay": 86,
"time": "1775532926"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": -22,
"time": "1775533916"
},
"departure": {
"delay": -22,
"time": "1775533958"
},
"stopId": "FR:50129:ZE:10PRV1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 66,
"time": "1775533492"
},
"departure": {
"delay": 66,
"time": "1775533506"
},
"stopId": "FR:50129:ZE:10FOR3:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": -28,
"time": "1775533844"
},
"departure": {
"delay": -28,
"time": "1775533892"
},
"stopId": "FR:50129:ZE:10ANJ5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": -62,
"time": "1775534082"
},
"departure": {
"delay": -62,
"time": "1775534098"
},
"stopId": "FR:50129:ZE:10AMO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": -44,
"time": "1775533980"
},
"departure": {
"delay": -44,
"time": "1775533996"
},
"stopId": "FR:50129:ZE:10OLY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": -33,
"time": "1775533632"
},
"departure": {
"delay": -33,
"time": "1775533647"
},
"stopId": "FR:50129:ZE:10RTU1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 66,
"time": "1775533127"
},
"departure": {
"delay": 66,
"time": "1775533146"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 110,
"time": "1775533374"
},
"departure": {
"delay": 110,
"time": "1775533430"
},
"stopId": "FR:50129:ZE:10CRC3:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": -166,
"time": "1775534174"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 111,
"time": "1775533207"
},
"departure": {
"delay": 111,
"time": "1775533251"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 59,
"time": "1775532978"
},
"departure": {
"delay": 59,
"time": "1775533019"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 85,
"time": "1775533069"
},
"departure": {
"delay": 85,
"time": "1775533105"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": -53,
"time": "1775533675"
},
"departure": {
"delay": -53,
"time": "1775533687"
},
"stopId": "FR:50129:ZE:10BRA3:ATOUMOD035",
"stopSequence": 12
}
],
"timestamp": "1775560077",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1B:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745219x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx7094:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1775557320"
},
"stopId": "FR:76451:ZE:TCARxMTMAL1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 20,
"time": "1775557340"
},
"departure": {
"delay": 20,
"time": "1775557340"
},
"stopId": "FR:76451:ZE:TCARxCOQUE1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -146,
"time": "1775558674"
},
"stopId": "FR:76540:ZE:TCARxCHRUT1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": -18,
"time": "1775558022"
},
"departure": {
"delay": -18,
"time": "1775558022"
},
"stopId": "FR:76540:ZE:TCARxLUCIL1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": -30,
"time": "1775558610"
},
"departure": {
"delay": -30,
"time": "1775558610"
},
"stopId": "FR:76540:ZE:TCARxMARTT1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": -31,
"time": "1775557874"
},
"departure": {
"delay": -31,
"time": "1775557949"
},
"stopId": "FR:76540:ZE:TCARxRIBOU1:ATOUMOD001",
"stopSequence": 6
}
],
"timestamp": "1775557277",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx91:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx7094:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx9533:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 25368,
"time": "1775563368"
},
"departure": {
"delay": 25368,
"time": "1775563368"
},
"stopId": "FR:76377:ZE:TCARxJARDI2:ATOUMOD001",
"stopSequence": 2
}
],
"timestamp": "1775559176",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx01:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx9533:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx6159:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 161,
"time": "1775559941"
},
"departure": {
"delay": 161,
"time": "1775559941"
},
"stopId": "FR:76540:ZE:TCARxCATHE2:ATOUMOD001",
"stopSequence": 5
},
{
"departure": {
"delay": 1,
"time": "1775559541"
},
"stopId": "FR:76540:ZE:TCARxCHRUT2:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 152,
"time": "1775560232"
},
"departure": {
"delay": 152,
"time": "1775560232"
},
"stopId": "FR:76540:ZE:TCARxPASPA2:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 132,
"time": "1775560332"
},
"departure": {
"delay": 132,
"time": "1775560332"
},
"stopId": "FR:76540:ZE:TCARxLUCIL2:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 132,
"time": "1775560032"
},
"departure": {
"delay": 132,
"time": "1775560032"
},
"stopId": "FR:76540:ZE:TCARxTARTT2:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 180,
"time": "1775560140"
},
"departure": {
"delay": 180,
"time": "1775560140"
},
"stopId": "FR:76540:ZE:TCARxBELGE2:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 139,
"time": "1775560639"
},
"departure": {
"delay": 139,
"time": "1775560639"
},
"stopId": "FR:76540:ZE:TCARxFDVAL2:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 132,
"time": "1775560572"
},
"departure": {
"delay": 132,
"time": "1775560572"
},
"stopId": "FR:76540:ZE:TCARxRIBOU2:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 167,
"time": "1775559767"
},
"departure": {
"delay": 167,
"time": "1775559767"
},
"stopId": "FR:76540:ZE:TCARxPMARC2:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 146,
"time": "1775559846"
},
"departure": {
"delay": 146,
"time": "1775559866"
},
"stopId": "FR:76540:ZE:TCARxREPUB2:ATOUMOD001",
"stopSequence": 4
}
],
"timestamp": "1775559497",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx91:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx6159:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx6184:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 30,
"time": "1775560290"
},
"departure": {
"delay": 30,
"time": "1775560290"
},
"stopId": "FR:76540:ZE:TCARxREPUB2:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 41,
"time": "1775560181"
},
"departure": {
"delay": 41,
"time": "1775560181"
},
"stopId": "FR:76540:ZE:TCARxMARTT2:ATOUMOD001",
"stopSequence": 2
},
{
"departure": {
"delay": 31,
"time": "1775560111"
},
"stopId": "FR:76540:ZE:TCARxCHRUT2:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 25,
"time": "1775560225"
},
"departure": {
"delay": 25,
"time": "1775560225"
},
"stopId": "FR:76540:ZE:TCARxPMARC2:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 24,
"time": "1775560404"
},
"departure": {
"delay": 24,
"time": "1775560404"
},
"stopId": "FR:76540:ZE:TCARxCATHE2:ATOUMOD001",
"stopSequence": 5
}
],
"timestamp": "1775560005",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx91:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx6184:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC598287:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 78,
"time": "1775560518"
},
"departure": {
"delay": 78,
"time": "1775560518"
},
"stopId": "FR:27229:ZE:0xARI01:ATOUMOD004",
"stopSequence": 31
},
{
"arrival": {
"delay": 209,
"time": "1775559865"
},
"departure": {
"delay": 209,
"time": "1775559869"
},
"stopId": "FR:27229:ZE:0xORL01:ATOUMOD004",
"stopSequence": 19
},
{
"arrival": {
"delay": -22,
"time": "1775560778"
},
"departure": {
"delay": -22,
"time": "1775560778"
},
"stopId": "FR:27229:ZE:0xANO02:ATOUMOD004",
"stopSequence": 35
},
{
"arrival": {
"delay": 240,
"time": "1775560020"
},
"departure": {
"delay": 240,
"time": "1775560020"
},
"stopId": "FR:27229:ZE:0xHEL01:ATOUMOD004",
"stopSequence": 24
},
{
"arrival": {
"delay": 93,
"time": "1775560353"
},
"departure": {
"delay": 93,
"time": "1775560353"
},
"stopId": "FR:27306:ZE:0xCOS01:ATOUMOD004",
"stopSequence": 29
},
{
"arrival": {
"delay": 186,
"time": "1775560086"
},
"departure": {
"delay": 186,
"time": "1775560086"
},
"stopId": "FR:27229:ZE:0xMDS01:ATOUMOD004",
"stopSequence": 25
},
{
"arrival": {
"delay": 131,
"time": "1775560331"
},
"departure": {
"delay": 131,
"time": "1775560331"
},
"stopId": "FR:27306:ZE:0xLAG01:ATOUMOD004",
"stopSequence": 28
},
{
"arrival": {
"delay": 17,
"time": "1775560577"
},
"departure": {
"delay": 17,
"time": "1775560577"
},
"stopId": "FR:27684:ZE:0xCAD01:ATOUMOD004",
"stopSequence": 32
},
{
"arrival": {
"delay": 186,
"time": "1775560146"
},
"departure": {
"delay": 186,
"time": "1775560146"
},
"stopId": "FR:27229:ZE:0xJUI01:ATOUMOD004",
"stopSequence": 26
},
{
"arrival": {
"delay": -6,
"time": "1775560734"
},
"departure": {
"delay": -6,
"time": "1775560734"
},
"stopId": "FR:27229:ZE:0xZII02:ATOUMOD004",
"stopSequence": 34
},
{
"arrival": {
"delay": 175,
"time": "1775560255"
},
"departure": {
"delay": 175,
"time": "1775560255"
},
"stopId": "FR:27306:ZE:0xMEL04:ATOUMOD004",
"stopSequence": 27
},
{
"arrival": {
"delay": 15,
"time": "1775560695"
},
"departure": {
"delay": 15,
"time": "1775560695"
},
"stopId": "FR:27229:ZE:0xICO02:ATOUMOD004",
"stopSequence": 33
},
{
"arrival": {
"delay": 239,
"time": "1775559953"
},
"departure": {
"delay": 239,
"time": "1775559959"
},
"stopId": "FR:27229:ZE:0xPRO01:ATOUMOD004",
"stopSequence": 23
},
{
"arrival": {
"delay": 86,
"time": "1775560466"
},
"departure": {
"delay": 86,
"time": "1775560466"
},
"stopId": "FR:27306:ZE:0xDAR01:ATOUMOD004",
"stopSequence": 30
},
{
"arrival": {
"delay": -8,
"time": "1775561032"
},
"stopId": "FR:27229:ZE:0xCOM01:ATOUMOD004",
"stopSequence": 37
},
{
"arrival": {
"delay": -34,
"time": "1775560826"
},
"departure": {
"delay": -34,
"time": "1775560826"
},
"stopId": "FR:27229:ZE:0xJAM02:ATOUMOD004",
"stopSequence": 36
}
],
"timestamp": "1775560081",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD004:Line:T7:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC598287:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4108042x2025x26xGSemHTRAxSemainex00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 39,
"time": "1775560599"
},
"departure": {
"delay": 39,
"time": "1775560599"
},
"stopId": "FR:76351:ZE:3998:ATOUMOD003",
"stopSequence": 14
},
{
"departure": {
"delay": 35,
"time": "1775560055"
},
"stopId": "FR:76351:ZE:3990:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": 63,
"time": "1775560383"
},
"departure": {
"delay": 63,
"time": "1775560383"
},
"stopId": "FR:76351:ZE:3981:ATOUMOD003",
"stopSequence": 12
},
{
"departure": {
"delay": 40,
"time": "1775559880"
},
"stopId": "FR:76351:ZE:3968:ATOUMOD003",
"stopSequence": 8
},
{
"departure": {
"delay": 91,
"time": "1775559631"
},
"stopId": "FR:76351:ZE:3956:ATOUMOD003",
"stopSequence": 6
},
{
"departure": {
"delay": 78,
"time": "1775559738"
},
"stopId": "FR:76351:ZE:3958:ATOUMOD003",
"stopSequence": 7
},
{
"departure": {
"delay": 88,
"time": "1775559388"
},
"stopId": "FR:76351:ZE:3994:ATOUMOD003",
"stopSequence": 4
},
{
"arrival": {
"delay": 18,
"time": "1775560698"
},
"stopId": "FR:76351:ZE:3984:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 59,
"time": "1775560499"
},
"departure": {
"delay": 59,
"time": "1775560499"
},
"stopId": "FR:76351:ZE:3965:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 20,
"time": "1775560280"
},
"departure": {
"delay": 20,
"time": "1775560280"
},
"stopId": "FR:76351:ZE:3960:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 22,
"time": "1775560162"
},
"departure": {
"delay": 22,
"time": "1775560162"
},
"stopId": "FR:76351:ZE:4000:ATOUMOD003",
"stopSequence": 10
},
{
"departure": {
"delay": 58,
"time": "1775559538"
},
"stopId": "FR:76351:ZE:3986:ATOUMOD003",
"stopSequence": 5
}
],
"timestamp": "1775560059",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:B:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4108042x2025x26xGSemHTRAxSemainex00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745145x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -16,
"time": "1775556524"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": -1,
"time": "1775555906"
},
"departure": {
"delay": -1,
"time": "1775555939"
},
"stopId": "FR:50129:ZE:10BRA3:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 14,
"time": "1775556086"
},
"departure": {
"delay": 14,
"time": "1775556134"
},
"stopId": "FR:50129:ZE:10ANJ5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 92,
"time": "1775555557"
},
"departure": {
"delay": 92,
"time": "1775555612"
},
"stopId": "FR:50129:ZE:10CRC3:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 11,
"time": "1775555144"
},
"departure": {
"delay": 11,
"time": "1775555171"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 37,
"time": "1775554908"
},
"departure": {
"delay": 37,
"time": "1775555017"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 73,
"time": "1775555677"
},
"departure": {
"delay": 73,
"time": "1775555713"
},
"stopId": "FR:50129:ZE:10FOR3:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 34,
"time": "1775555753"
},
"departure": {
"delay": 34,
"time": "1775555794"
},
"stopId": "FR:50129:ZE:10PFO1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 50,
"time": "1775556316"
},
"departure": {
"delay": 50,
"time": "1775556350"
},
"stopId": "FR:50129:ZE:10EGL1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 39,
"time": "1775555264"
},
"departure": {
"delay": 39,
"time": "1775555319"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 33,
"time": "1775556159"
},
"departure": {
"delay": 33,
"time": "1775556213"
},
"stopId": "FR:50129:ZE:10PRV1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": -3,
"time": "1775555839"
},
"departure": {
"delay": -3,
"time": "1775555877"
},
"stopId": "FR:50129:ZE:10RTU1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 23,
"time": "1775555226"
},
"departure": {
"delay": 23,
"time": "1775555243"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 40,
"time": "1775555059"
},
"departure": {
"delay": 40,
"time": "1775555080"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 3
},
{
"departure": {
"delay": 7,
"time": "1775554807"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": -9,
"time": "1775556002"
},
"departure": {
"delay": -9,
"time": "1775556051"
},
"stopId": "FR:50129:ZE:10BQR1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 46,
"time": "1775556371"
},
"departure": {
"delay": 46,
"time": "1775556406"
},
"stopId": "FR:50129:ZE:10AMO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 112,
"time": "1775555369"
},
"departure": {
"delay": 112,
"time": "1775555452"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 53,
"time": "1775556236"
},
"departure": {
"delay": 53,
"time": "1775556293"
},
"stopId": "FR:50129:ZE:10OLY1:ATOUMOD035",
"stopSequence": 16
}
],
"timestamp": "1775560077",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1B:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745145x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx2932:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 168,
"time": "1775560428"
},
"departure": {
"delay": 168,
"time": "1775560428"
},
"stopId": "FR:76575:ZE:TCARxRENAN0:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 139,
"time": "1775560219"
},
"departure": {
"delay": 139,
"time": "1775560219"
},
"stopId": "FR:76681:ZE:TCARxJEZAY0:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 72,
"time": "1775558937"
},
"departure": {
"delay": 72,
"time": "1775558952"
},
"stopId": "FR:76540:ZE:TCARxBEAUV0:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 212,
"time": "1775559848"
},
"departure": {
"delay": 212,
"time": "1775559872"
},
"stopId": "FR:76681:ZE:TCARxGARIB0:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 148,
"time": "1775560288"
},
"departure": {
"delay": 148,
"time": "1775560288"
},
"stopId": "FR:76681:ZE:TCARxFAMIL0:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 146,
"time": "1775560106"
},
"departure": {
"delay": 146,
"time": "1775560106"
},
"stopId": "FR:76681:ZE:TCARxJUILL0:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 112,
"time": "1775559570"
},
"departure": {
"delay": 112,
"time": "1775559592"
},
"stopId": "FR:76540:ZE:TCARxEUROP0:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 152,
"time": "1775559953"
},
"departure": {
"delay": 152,
"time": "1775559992"
},
"stopId": "FR:76681:ZE:TCARxSOTTE0:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 202,
"time": "1775559752"
},
"departure": {
"delay": 202,
"time": "1775559802"
},
"stopId": "FR:76681:ZE:TCARxVOLTA0:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 122,
"time": "1775560502"
},
"departure": {
"delay": 122,
"time": "1775560502"
},
"stopId": "FR:76575:ZE:TCARxPARC0:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 152,
"time": "1775560832"
},
"stopId": "FR:76575:ZE:TCARxUNIV20:ATOUMOD001",
"stopSequence": 31
},
{
"arrival": {
"delay": 112,
"time": "1775559029"
},
"departure": {
"delay": 112,
"time": "1775559052"
},
"stopId": "FR:76540:ZE:TCARxGAREV0:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 117,
"time": "1775559653"
},
"departure": {
"delay": 117,
"time": "1775559657"
},
"stopId": "FR:76540:ZE:TCARxBALZA0:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 92,
"time": "1775559418"
},
"departure": {
"delay": 92,
"time": "1775559452"
},
"stopId": "FR:76540:ZE:TCARxSTSEV0:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 125,
"time": "1775560565"
},
"departure": {
"delay": 125,
"time": "1775560565"
},
"stopId": "FR:76575:ZE:TCARxBASTI0:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": 152,
"time": "1775559316"
},
"departure": {
"delay": 152,
"time": "1775559332"
},
"stopId": "FR:76540:ZE:TCARxJOFFR0:ATOUMOD001",
"stopSequence": 6
}
],
"timestamp": "1775558957",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx90:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx2932:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3747847x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 52,
"time": "1775548600"
},
"departure": {
"delay": 52,
"time": "1775548612"
},
"stopId": "FR:50129:ZE:10REN2:ATOUMOD035",
"stopSequence": 6
},
{
"departure": {
"delay": 91,
"time": "1775548291"
},
"stopId": "FR:50129:ZE:10MXR2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 46,
"time": "1775549938"
},
"departure": {
"delay": 46,
"time": "1775549986"
},
"stopId": "FR:50129:ZE:10PLx1:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 6,
"time": "1775548538"
},
"departure": {
"delay": 6,
"time": "1775548566"
},
"stopId": "FR:50129:ZE:10LOG2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 12,
"time": "1775549825"
},
"departure": {
"delay": 12,
"time": "1775549892"
},
"stopId": "FR:50129:ZE:10HDV1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 77,
"time": "1775548437"
},
"departure": {
"delay": 77,
"time": "1775548457"
},
"stopId": "FR:50129:ZE:10BOC2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 9,
"time": "1775549753"
},
"departure": {
"delay": 9,
"time": "1775549769"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 14,
"time": "1775549630"
},
"departure": {
"delay": 14,
"time": "1775549714"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 1,
"time": "1775549387"
},
"departure": {
"delay": 1,
"time": "1775549401"
},
"stopId": "FR:50129:ZE:10BOS2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 10,
"time": "1775549446"
},
"departure": {
"delay": 10,
"time": "1775549470"
},
"stopId": "FR:50129:ZE:10JAR2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 29,
"time": "1775548632"
},
"departure": {
"delay": 29,
"time": "1775548649"
},
"stopId": "FR:50129:ZE:10CUR2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 14,
"time": "1775549346"
},
"departure": {
"delay": 14,
"time": "1775549354"
},
"stopId": "FR:50129:ZE:10ODR2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 46,
"time": "1775549109"
},
"departure": {
"delay": 46,
"time": "1775549146"
},
"stopId": "FR:50129:ZE:10MTT2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 36,
"time": "1775548462"
},
"departure": {
"delay": 36,
"time": "1775548476"
},
"stopId": "FR:50129:ZE:10GNT2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 61,
"time": "1775548694"
},
"departure": {
"delay": 61,
"time": "1775548741"
},
"stopId": "FR:50129:ZE:10DEB2:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 68,
"time": "1775549195"
},
"departure": {
"delay": 68,
"time": "1775549228"
},
"stopId": "FR:50129:ZE:10RUC2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": -42,
"time": "1775550078"
},
"stopId": "FR:50129:ZE:10SHU2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 65,
"time": "1775549154"
},
"departure": {
"delay": 65,
"time": "1775549165"
},
"stopId": "FR:50129:ZE:10BSJ2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 181,
"time": "1775548867"
},
"departure": {
"delay": 181,
"time": "1775548981"
},
"stopId": "FR:50129:ZE:10CSM2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": -36,
"time": "1775549538"
},
"departure": {
"delay": -36,
"time": "1775549544"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 53,
"time": "1775548338"
},
"departure": {
"delay": 53,
"time": "1775548373"
},
"stopId": "FR:50129:ZE:10CEN2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 48,
"time": "1775549052"
},
"departure": {
"delay": 48,
"time": "1775549088"
},
"stopId": "FR:50129:ZE:10SEX2:ATOUMOD035",
"stopSequence": 13
}
],
"timestamp": "1775559936",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:04:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3747847x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx12593:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 17400,
"time": "1775561100"
},
"departure": {
"delay": 17400,
"time": "1775561100"
},
"stopId": "FR:76103:ZE:TCARxBONSE1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 17408,
"time": "1775560988"
},
"departure": {
"delay": 17408,
"time": "1775560988"
},
"stopId": "FR:76103:ZE:TCARxNEUVE1:ATOUMOD001",
"stopSequence": 17
},
{
"departure": {
"delay": 17580,
"time": "1775560080"
},
"stopId": "FR:76475:ZE:TCARxGALIL1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 17391,
"time": "1775561151"
},
"departure": {
"delay": 17391,
"time": "1775561151"
},
"stopId": "FR:76103:ZE:TCARxHCOTE1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 17260,
"time": "1775561440"
},
"departure": {
"delay": 17260,
"time": "1775561440"
},
"stopId": "FR:76540:ZE:TCARxPAUL11:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 17304,
"time": "1775561304"
},
"departure": {
"delay": 17304,
"time": "1775561304"
},
"stopId": "FR:76103:ZE:TCARxTHURI1:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 17416,
"time": "1775560756"
},
"departure": {
"delay": 17416,
"time": "1775560756"
},
"stopId": "FR:76429:ZE:TCARxRTHIE1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 17216,
"time": "1775561576"
},
"departure": {
"delay": 17216,
"time": "1775561576"
},
"stopId": "FR:76540:ZE:TCARxPARIS1:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 17280,
"time": "1775561340"
},
"departure": {
"delay": 17280,
"time": "1775561340"
},
"stopId": "FR:76103:ZE:TCARxNOYER1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 17459,
"time": "1775560799"
},
"departure": {
"delay": 17459,
"time": "1775560799"
},
"stopId": "FR:76429:ZE:TCARxRBELB1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 17550,
"time": "1775560290"
},
"departure": {
"delay": 17550,
"time": "1775560290"
},
"stopId": "FR:76475:ZE:TCARxCOTYR1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 17415,
"time": "1775561055"
},
"departure": {
"delay": 17415,
"time": "1775561055"
},
"stopId": "FR:76103:ZE:TCARxCDLED1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 17400,
"time": "1775560680"
},
"departure": {
"delay": 17400,
"time": "1775560680"
},
"stopId": "FR:76429:ZE:TCARxHUBER1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 17419,
"time": "1775560939"
},
"departure": {
"delay": 17419,
"time": "1775560939"
},
"stopId": "FR:76429:ZE:TCARxLESCU1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 17584,
"time": "1775560204"
},
"departure": {
"delay": 17584,
"time": "1775560204"
},
"stopId": "FR:76475:ZE:TCARxGAREN0:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 17520,
"time": "1775560560"
},
"departure": {
"delay": 17520,
"time": "1775560560"
},
"stopId": "FR:76475:ZE:TCARxLOISI1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 17319,
"time": "1775561379"
},
"departure": {
"delay": 17319,
"time": "1775561379"
},
"stopId": "FR:76540:ZE:TCARxBASSE1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 17611,
"time": "1775560111"
},
"departure": {
"delay": 17611,
"time": "1775560111"
},
"stopId": "FR:76475:ZE:TCARxISAAC2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 17520,
"time": "1775560320"
},
"departure": {
"delay": 17520,
"time": "1775560320"
},
"stopId": "FR:76475:ZE:TCARxHVFRA1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 17592,
"time": "1775560152"
},
"departure": {
"delay": 17592,
"time": "1775560152"
},
"stopId": "FR:76475:ZE:TCARxMALEC3:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 17400,
"time": "1775560860"
},
"departure": {
"delay": 17400,
"time": "1775560860"
},
"stopId": "FR:76429:ZE:TCARxESNAR1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 17541,
"time": "1775560401"
},
"departure": {
"delay": 17541,
"time": "1775560401"
},
"stopId": "FR:76475:ZE:TCARxCROCH1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 17460,
"time": "1775560620"
},
"departure": {
"delay": 17460,
"time": "1775560620"
},
"stopId": "FR:76429:ZE:TCARxMALOT1:ATOUMOD001",
"stopSequence": 11
}
],
"timestamp": "1775559936",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx05:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx12593:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4057085x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 70,
"time": "1775560090"
},
"departure": {
"delay": 70,
"time": "1775560090"
},
"stopId": "FR:76351:ZE:3129:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": 76,
"time": "1775560216"
},
"departure": {
"delay": 76,
"time": "1775560216"
},
"stopId": "FR:76351:ZE:4567:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": 31,
"time": "1775560771"
},
"stopId": "FR:76351:ZE:4643:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": 48,
"time": "1775560488"
},
"departure": {
"delay": 48,
"time": "1775560488"
},
"stopId": "FR:76351:ZE:3030:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": 62,
"time": "1775560142"
},
"departure": {
"delay": 62,
"time": "1775560142"
},
"stopId": "FR:76351:ZE:3626:ATOUMOD003",
"stopSequence": 15
},
{
"departure": {
"delay": 31,
"time": "1775560051"
},
"stopId": "FR:76351:ZE:4841:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 70,
"time": "1775560270"
},
"departure": {
"delay": 70,
"time": "1775560270"
},
"stopId": "FR:76351:ZE:3659:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": 31,
"time": "1775560411"
},
"departure": {
"delay": 31,
"time": "1775560411"
},
"stopId": "FR:76351:ZE:3241:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": 34,
"time": "1775560354"
},
"departure": {
"delay": 34,
"time": "1775560354"
},
"stopId": "FR:76351:ZE:4996:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 31,
"time": "1775560591"
},
"departure": {
"delay": 31,
"time": "1775560591"
},
"stopId": "FR:76351:ZE:4582:ATOUMOD003",
"stopSequence": 22
},
{
"departure": {
"delay": 59,
"time": "1775559959"
},
"stopId": "FR:76351:ZE:3026:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": 31,
"time": "1775560531"
},
"departure": {
"delay": 31,
"time": "1775560531"
},
"stopId": "FR:76351:ZE:3530:ATOUMOD003",
"stopSequence": 21
}
],
"timestamp": "1775560049",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C7:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4057085x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN852020F387798x2026x03x28T21x09x34Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775567160"
},
"departure": {
"time": "1775567220"
},
"stopId": "FR:27116:ZE:StopPointxOCETrainxTERx87415364:ATOUMOD002",
"stopSequence": 21
},
{
"arrival": {
"time": "1775566740"
},
"departure": {
"time": "1775566800"
},
"stopId": "FR:27622:ZE:StopPointxOCETrainxTERx87444315:ATOUMOD002",
"stopSequence": 19
},
{
"arrival": {
"time": "1775564400"
},
"departure": {
"time": "1775564460"
},
"stopId": "FR:14431:ZE:StopPointxOCETrainxTERx87444208:ATOUMOD002",
"stopSequence": 13
},
{
"arrival": {
"time": "1775569620"
},
"stopId": "FR:76540:ZE:StopPointxOCETrainxTERx87411017:ATOUMOD002",
"stopSequence": 26
},
{
"arrival": {
"time": "1775565240"
},
"departure": {
"time": "1775565300"
},
"stopId": "FR:14366:ZE:StopPointxOCETrainxTERx87444265:ATOUMOD002",
"stopSequence": 15
},
{
"arrival": {
"time": "1775568600"
},
"departure": {
"time": "1775568660"
},
"stopId": "FR:76561:ZE:StopPointxOCETrainxTERx87411173:ATOUMOD002",
"stopSequence": 25
},
{
"arrival": {
"time": "1775566260"
},
"departure": {
"time": "1775566320"
},
"stopId": "FR:27056:ZE:StopPointxOCETrainxTERx87444299:ATOUMOD002",
"stopSequence": 17
},
{
"arrival": {
"time": "1775568000"
},
"departure": {
"time": "1775568060"
},
"stopId": "FR:27105:ZE:StopPointxOCETrainxTERx87415323:ATOUMOD002",
"stopSequence": 23
},
{
"departure": {
"time": "1775563620"
},
"stopId": "FR:14118:ZE:StopPointxOCETrainxTERx87444000:ATOUMOD002",
"stopSequence": 11
}
],
"timestamp": "1775560016",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD002:Line:FRxLinexxA6CE6325x08D1x4C25x9D15x15C2DC5E7BD0x:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN852020F387798x2026x03x28T21x09x34Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD104:ServiceJourney:2e1a2fcfe93e67f1f49955b01c0af9e9:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 320,
"time": "1775560460"
},
"stopId": "FR:61169:ZE:2284:ATOUMOD104",
"stopSequence": 21
},
{
"arrival": {
"delay": 217,
"time": "1775559335"
},
"departure": {
"delay": 217,
"time": "1775559397"
},
"stopId": "FR:61169:ZE:2294:ATOUMOD104",
"stopSequence": 6
},
{
"arrival": {
"delay": 224,
"time": "1775559453"
},
"departure": {
"delay": 224,
"time": "1775559464"
},
"stopId": "FR:61169:ZE:2259:ATOUMOD104",
"stopSequence": 7
},
{
"departure": {
"delay": 99,
"time": "1775559099"
},
"stopId": "FR:61169:ZE:2376:ATOUMOD104",
"stopSequence": 1
},
{
"arrival": {
"delay": 343,
"time": "1775559898"
},
"departure": {
"delay": 343,
"time": "1775559943"
},
"stopId": "FR:61169:ZE:2322:ATOUMOD104",
"stopSequence": 14
},
{
"arrival": {
"delay": 113,
"time": "1775559289"
},
"departure": {
"delay": 113,
"time": "1775559293"
},
"stopId": "FR:61169:ZE:2269:ATOUMOD104",
"stopSequence": 5
},
{
"arrival": {
"delay": 221,
"time": "1775559682"
},
"departure": {
"delay": 221,
"time": "1775559701"
},
"stopId": "FR:61169:ZE:2309:ATOUMOD104",
"stopSequence": 11
},
{
"arrival": {
"delay": 106,
"time": "1775559205"
},
"departure": {
"delay": 106,
"time": "1775559226"
},
"stopId": "FR:61169:ZE:2255:ATOUMOD104",
"stopSequence": 4
},
{
"arrival": {
"delay": 119,
"time": "1775559113"
},
"departure": {
"delay": 119,
"time": "1775559119"
},
"stopId": "FR:61169:ZE:2382:ATOUMOD104",
"stopSequence": 2
},
{
"arrival": {
"delay": 255,
"time": "1775559559"
},
"departure": {
"delay": 255,
"time": "1775559615"
},
"stopId": "FR:61169:ZE:2301:ATOUMOD104",
"stopSequence": 9
},
{
"arrival": {
"delay": 320,
"time": "1775560340"
},
"departure": {
"delay": 320,
"time": "1775560340"
},
"stopId": "FR:61169:ZE:2328:ATOUMOD104",
"stopSequence": 19
},
{
"arrival": {
"delay": 247,
"time": "1775559656"
},
"departure": {
"delay": 247,
"time": "1775559667"
},
"stopId": "FR:61169:ZE:2324:ATOUMOD104",
"stopSequence": 10
},
{
"arrival": {
"delay": 320,
"time": "1775560280"
},
"departure": {
"delay": 320,
"time": "1775560280"
},
"stopId": "FR:61169:ZE:2313:ATOUMOD104",
"stopSequence": 18
},
{
"arrival": {
"delay": 320,
"time": "1775560160"
},
"departure": {
"delay": 320,
"time": "1775560160"
},
"stopId": "FR:61169:ZE:2303:ATOUMOD104",
"stopSequence": 16
},
{
"arrival": {
"delay": 320,
"time": "1775560220"
},
"departure": {
"delay": 320,
"time": "1775560220"
},
"stopId": "FR:61169:ZE:2298:ATOUMOD104",
"stopSequence": 17
},
{
"arrival": {
"delay": 320,
"time": "1775560400"
},
"departure": {
"delay": 320,
"time": "1775560400"
},
"stopId": "FR:61169:ZE:2315:ATOUMOD104",
"stopSequence": 20
},
{
"arrival": {
"delay": 312,
"time": "1775559813"
},
"departure": {
"delay": 312,
"time": "1775559852"
},
"stopId": "FR:61169:ZE:2281:ATOUMOD104",
"stopSequence": 13
},
{
"arrival": {
"delay": 320,
"time": "1775559995"
},
"departure": {
"delay": 320,
"time": "1775560040"
},
"stopId": "FR:61169:ZE:2257:ATOUMOD104",
"stopSequence": 15
},
{
"arrival": {
"delay": 75,
"time": "1775559124"
},
"departure": {
"delay": 75,
"time": "1775559135"
},
"stopId": "FR:61169:ZE:2379:ATOUMOD104",
"stopSequence": 3
},
{
"arrival": {
"delay": 224,
"time": "1775559483"
},
"departure": {
"delay": 224,
"time": "1775559524"
},
"stopId": "FR:61169:ZE:2326:ATOUMOD104",
"stopSequence": 8
},
{
"arrival": {
"delay": 280,
"time": "1775559738"
},
"departure": {
"delay": 280,
"time": "1775559760"
},
"stopId": "FR:61169:ZE:2383:ATOUMOD104",
"stopSequence": 12
}
],
"timestamp": "1775560141",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD104:Line:249:LOC",
"tripId": "ATOUMOD104:ServiceJourney:2e1a2fcfe93e67f1f49955b01c0af9e9:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx1361:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -68,
"time": "1775560192"
},
"departure": {
"delay": -68,
"time": "1775560192"
},
"stopId": "FR:76212:ZE:TCARxECOLE2:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": -70,
"time": "1775560070"
},
"departure": {
"delay": -70,
"time": "1775560070"
},
"stopId": "FR:76212:ZE:TCARxDMAIR2:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -35,
"time": "1775560285"
},
"departure": {
"delay": -35,
"time": "1775560285"
},
"stopId": "FR:76540:ZE:TCARxDRIVI2:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": -70,
"time": "1775560370"
},
"departure": {
"delay": -70,
"time": "1775560370"
},
"stopId": "FR:76540:ZE:TCARxJEUNE2:ATOUMOD001",
"stopSequence": 6
}
],
"timestamp": "1775559645",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx93:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx1361:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC595694:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 246,
"time": "1775560446"
},
"departure": {
"delay": 246,
"time": "1775560446"
},
"stopId": "FR:27229:ZE:0xPLA02:ATOUMOD004",
"stopSequence": 16
},
{
"arrival": {
"delay": 178,
"time": "1775560078"
},
"departure": {
"delay": 178,
"time": "1775560078"
},
"stopId": "FR:27020:ZE:0xLBA02:ATOUMOD004",
"stopSequence": 9
},
{
"arrival": {
"delay": 189,
"time": "1775560389"
},
"departure": {
"delay": 189,
"time": "1775560389"
},
"stopId": "FR:27229:ZE:0xNAV02:ATOUMOD004",
"stopSequence": 15
},
{
"arrival": {
"delay": 165,
"time": "1775560245"
},
"departure": {
"delay": 165,
"time": "1775560245"
},
"stopId": "FR:27229:ZE:0xCIT02:ATOUMOD004",
"stopSequence": 12
},
{
"arrival": {
"delay": 113,
"time": "1775559893"
},
"departure": {
"delay": 113,
"time": "1775559893"
},
"stopId": "FR:27020:ZE:0xMAC02:ATOUMOD004",
"stopSequence": 5
},
{
"arrival": {
"delay": 226,
"time": "1775560606"
},
"departure": {
"delay": 226,
"time": "1775560606"
},
"stopId": "FR:27229:ZE:0xBDN02:ATOUMOD004",
"stopSequence": 19
},
{
"arrival": {
"delay": 233,
"time": "1775560553"
},
"departure": {
"delay": 233,
"time": "1775560553"
},
"stopId": "FR:27229:ZE:0xGER02:ATOUMOD004",
"stopSequence": 18
},
{
"arrival": {
"delay": 135,
"time": "1775560035"
},
"departure": {
"delay": 135,
"time": "1775560035"
},
"stopId": "FR:27020:ZE:0xAMA02:ATOUMOD004",
"stopSequence": 8
},
{
"arrival": {
"delay": 64,
"time": "1775559784"
},
"departure": {
"delay": 64,
"time": "1775559784"
},
"stopId": "FR:27020:ZE:0xLOA02:ATOUMOD004",
"stopSequence": 3
},
{
"arrival": {
"delay": 106,
"time": "1775559946"
},
"departure": {
"delay": 106,
"time": "1775559946"
},
"stopId": "FR:27020:ZE:0xPEG02:ATOUMOD004",
"stopSequence": 6
},
{
"arrival": {
"delay": 169,
"time": "1775560129"
},
"departure": {
"delay": 169,
"time": "1775560129"
},
"stopId": "FR:27020:ZE:0xLPO02:ATOUMOD004",
"stopSequence": 10
},
{
"arrival": {
"delay": 178,
"time": "1775560798"
},
"stopId": "FR:27229:ZE:0xGAR05:ATOUMOD004",
"stopSequence": 21
},
{
"arrival": {
"delay": 169,
"time": "1775560189"
},
"departure": {
"delay": 169,
"time": "1775560189"
},
"stopId": "FR:27020:ZE:0xACH02:ATOUMOD004",
"stopSequence": 11
},
{
"arrival": {
"delay": 172,
"time": "1775560312"
},
"departure": {
"delay": 172,
"time": "1775560312"
},
"stopId": "FR:27229:ZE:0xUSI02:ATOUMOD004",
"stopSequence": 14
},
{
"arrival": {
"delay": 48,
"time": "1775559828"
},
"departure": {
"delay": 48,
"time": "1775559828"
},
"stopId": "FR:27020:ZE:0xITO02:ATOUMOD004",
"stopSequence": 4
},
{
"arrival": {
"delay": 138,
"time": "1775560278"
},
"departure": {
"delay": 138,
"time": "1775560278"
},
"stopId": "FR:27229:ZE:0xHIP02:ATOUMOD004",
"stopSequence": 13
},
{
"arrival": {
"delay": 105,
"time": "1775560005"
},
"departure": {
"delay": 105,
"time": "1775560005"
},
"stopId": "FR:27020:ZE:0xLHA02:ATOUMOD004",
"stopSequence": 7
},
{
"arrival": {
"delay": 212,
"time": "1775560472"
},
"departure": {
"delay": 212,
"time": "1775560472"
},
"stopId": "FR:27229:ZE:0xJDA02:ATOUMOD004",
"stopSequence": 17
}
],
"timestamp": "1775560081",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD004:Line:T5:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC595694:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx6266:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 320,
"time": "1775558300"
},
"departure": {
"delay": 320,
"time": "1775558300"
},
"stopId": "FR:76451:ZE:TCARxCAMPU2:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 336,
"time": "1775558376"
},
"departure": {
"delay": 336,
"time": "1775558376"
},
"stopId": "FR:76451:ZE:TCARxCBLBE2:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 365,
"time": "1775557325"
},
"departure": {
"delay": 365,
"time": "1775557325"
},
"stopId": "FR:76540:ZE:TCARxREPUB2:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 310,
"time": "1775557150"
},
"departure": {
"delay": 310,
"time": "1775557150"
},
"stopId": "FR:76540:ZE:TCARxMARTT2:ATOUMOD001",
"stopSequence": 2
},
{
"departure": {
"delay": 220,
"time": "1775557000"
},
"stopId": "FR:76540:ZE:TCARxCHRUT2:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 325,
"time": "1775557205"
},
"departure": {
"delay": 325,
"time": "1775557225"
},
"stopId": "FR:76540:ZE:TCARxPMARC2:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 485,
"time": "1775557478"
},
"departure": {
"delay": 485,
"time": "1775557625"
},
"stopId": "FR:76540:ZE:TCARxTARTT2:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 345,
"time": "1775557408"
},
"departure": {
"delay": 345,
"time": "1775557425"
},
"stopId": "FR:76540:ZE:TCARxCATHE2:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 360,
"time": "1775558100"
},
"departure": {
"delay": 360,
"time": "1775558100"
},
"stopId": "FR:76540:ZE:TCARxFDVAL2:ATOUMOD001",
"stopSequence": 11
}
],
"timestamp": "1775557005",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx91:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx6266:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745249x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 140,
"time": "1775561240"
},
"departure": {
"delay": 140,
"time": "1775561240"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 161,
"time": "1775559951"
},
"departure": {
"delay": 161,
"time": "1775560001"
},
"stopId": "FR:50129:ZE:10EGL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 140,
"time": "1775560940"
},
"departure": {
"delay": 140,
"time": "1775560940"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 140,
"time": "1775560520"
},
"departure": {
"delay": 140,
"time": "1775560520"
},
"stopId": "FR:50129:ZE:10PFO2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 140,
"time": "1775560820"
},
"departure": {
"delay": 140,
"time": "1775560820"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 140,
"time": "1775560400"
},
"departure": {
"delay": 140,
"time": "1775560400"
},
"stopId": "FR:50129:ZE:10RTU2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 140,
"time": "1775560160"
},
"departure": {
"delay": 140,
"time": "1775560160"
},
"stopId": "FR:50129:ZE:10ANJ6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 140,
"time": "1775561360"
},
"departure": {
"delay": 140,
"time": "1775561360"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 140,
"time": "1775560340"
},
"departure": {
"delay": 140,
"time": "1775560340"
},
"stopId": "FR:50129:ZE:10BRA4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 140,
"time": "1775560640"
},
"departure": {
"delay": 140,
"time": "1775560640"
},
"stopId": "FR:50129:ZE:10FOR4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 140,
"time": "1775561060"
},
"departure": {
"delay": 140,
"time": "1775561060"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 140,
"time": "1775561480"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 137,
"time": "1775559882"
},
"departure": {
"delay": 137,
"time": "1775559917"
},
"stopId": "FR:50129:ZE:10AMO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 140,
"time": "1775560220"
},
"departure": {
"delay": 140,
"time": "1775560220"
},
"stopId": "FR:50129:ZE:10BQR2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 140,
"time": "1775560100"
},
"departure": {
"delay": 140,
"time": "1775560100"
},
"stopId": "FR:50129:ZE:10PRV2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 140,
"time": "1775561000"
},
"departure": {
"delay": 140,
"time": "1775561000"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 158,
"time": "1775560023"
},
"departure": {
"delay": 158,
"time": "1775560058"
},
"stopId": "FR:50129:ZE:10OYG2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 140,
"time": "1775560700"
},
"departure": {
"delay": 140,
"time": "1775560700"
},
"stopId": "FR:50129:ZE:10CRC4:ATOUMOD035",
"stopSequence": 12
},
{
"departure": {
"delay": 154,
"time": "1775559754"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 140,
"time": "1775561120"
},
"departure": {
"delay": 140,
"time": "1775561120"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 17
}
],
"timestamp": "1775560079",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1A:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745249x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745201x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 127,
"time": "1775539694"
},
"departure": {
"delay": 127,
"time": "1775539747"
},
"stopId": "FR:50129:ZE:10ANJ6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 41,
"time": "1775540098"
},
"departure": {
"delay": 41,
"time": "1775540141"
},
"stopId": "FR:50129:ZE:10FOR4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 188,
"time": "1775540730"
},
"departure": {
"delay": 188,
"time": "1775540768"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 82,
"time": "1775540027"
},
"departure": {
"delay": 82,
"time": "1775540062"
},
"stopId": "FR:50129:ZE:10PFO2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 62,
"time": "1775541002"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 21,
"time": "1775539412"
},
"departure": {
"delay": 21,
"time": "1775539461"
},
"stopId": "FR:50129:ZE:10EGL2:ATOUMOD035",
"stopSequence": 3
},
{
"departure": {
"delay": 6,
"time": "1775539206"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 127,
"time": "1775539944"
},
"departure": {
"delay": 127,
"time": "1775539987"
},
"stopId": "FR:50129:ZE:10RTU2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 93,
"time": "1775540331"
},
"departure": {
"delay": 93,
"time": "1775540373"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 163,
"time": "1775540561"
},
"departure": {
"delay": 163,
"time": "1775540623"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 108,
"time": "1775539579"
},
"departure": {
"delay": 108,
"time": "1775539668"
},
"stopId": "FR:50129:ZE:10PRV2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 16,
"time": "1775539300"
},
"departure": {
"delay": 16,
"time": "1775539396"
},
"stopId": "FR:50129:ZE:10AMO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 124,
"time": "1775539877"
},
"departure": {
"delay": 124,
"time": "1775539924"
},
"stopId": "FR:50129:ZE:10BRA4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 51,
"time": "1775539505"
},
"departure": {
"delay": 51,
"time": "1775539551"
},
"stopId": "FR:50129:ZE:10OYG2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 111,
"time": "1775540897"
},
"departure": {
"delay": 111,
"time": "1775540931"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 73,
"time": "1775540185"
},
"departure": {
"delay": 73,
"time": "1775540233"
},
"stopId": "FR:50129:ZE:10CRC4:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 152,
"time": "1775539771"
},
"departure": {
"delay": 152,
"time": "1775539832"
},
"stopId": "FR:50129:ZE:10BQR2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 179,
"time": "1775540665"
},
"departure": {
"delay": 179,
"time": "1775540699"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 128,
"time": "1775540797"
},
"departure": {
"delay": 128,
"time": "1775540828"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 134,
"time": "1775540417"
},
"departure": {
"delay": 134,
"time": "1775540534"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 14
}
],
"timestamp": "1775560076",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1A:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745201x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4057433x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": -98,
"time": "1775559562"
},
"stopId": "FR:76305:ZE:4490:ATOUMOD003",
"stopSequence": 48
},
{
"departure": {
"delay": -82,
"time": "1775559458"
},
"stopId": "FR:76305:ZE:4488:ATOUMOD003",
"stopSequence": 47
},
{
"arrival": {
"delay": -104,
"time": "1775559736"
},
"stopId": "FR:76305:ZE:3922:ATOUMOD003",
"stopSequence": 50
},
{
"departure": {
"delay": -84,
"time": "1775559636"
},
"stopId": "FR:76305:ZE:4501:ATOUMOD003",
"stopSequence": 49
}
],
"timestamp": "1775559619",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:10:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4057433x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3748595x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 24,
"time": "1775551797"
},
"departure": {
"delay": 24,
"time": "1775551824"
},
"stopId": "FR:50129:ZE:10THH3:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 80,
"time": "1775552105"
},
"departure": {
"delay": 80,
"time": "1775552120"
},
"stopId": "FR:50129:ZE:10CDL1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 83,
"time": "1775552692"
},
"departure": {
"delay": 83,
"time": "1775552723"
},
"stopId": "FR:50129:ZE:10HLU2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 130,
"time": "1775553310"
},
"departure": {
"delay": 130,
"time": "1775553310"
},
"stopId": "FR:50129:ZE:10BLE2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 58,
"time": "1775552505"
},
"departure": {
"delay": 58,
"time": "1775552518"
},
"stopId": "FR:50129:ZE:10MEZ2:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 67,
"time": "1775552329"
},
"departure": {
"delay": 67,
"time": "1775552347"
},
"stopId": "FR:50129:ZE:10HAM2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 45,
"time": "1775552137"
},
"departure": {
"delay": 45,
"time": "1775552145"
},
"stopId": "FR:50129:ZE:10BDB1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 45,
"time": "1775552232"
},
"departure": {
"delay": 45,
"time": "1775552265"
},
"stopId": "FR:50129:ZE:10GLA2:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 123,
"time": "1775552851"
},
"departure": {
"delay": 123,
"time": "1775552883"
},
"stopId": "FR:50129:ZE:10VER2:ATOUMOD035",
"stopSequence": 14
},
{
"departure": {
"delay": 107,
"time": "1775551607"
},
"stopId": "FR:50129:ZE:10SHU1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 37,
"time": "1775551978"
},
"departure": {
"delay": 37,
"time": "1775552017"
},
"stopId": "FR:50129:ZE:10BHC3:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 19,
"time": "1775551923"
},
"departure": {
"delay": 19,
"time": "1775551939"
},
"stopId": "FR:50129:ZE:10LCA1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 91,
"time": "1775553271"
},
"stopId": "FR:50129:ZE:10HxC2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 103,
"time": "1775553028"
},
"departure": {
"delay": 103,
"time": "1775553043"
},
"stopId": "FR:50129:ZE:10ING2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 50,
"time": "1775552549"
},
"departure": {
"delay": 50,
"time": "1775552570"
},
"stopId": "FR:50129:ZE:10HTR2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 33,
"time": "1775552419"
},
"departure": {
"delay": 33,
"time": "1775552433"
},
"stopId": "FR:50129:ZE:10HQU2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 122,
"time": "1775552996"
},
"departure": {
"delay": 122,
"time": "1775553002"
},
"stopId": "FR:50129:ZE:10CBL2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 128,
"time": "1775551720"
},
"departure": {
"delay": 128,
"time": "1775551748"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 2
}
],
"timestamp": "1775560073",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:07:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3748595x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx15504:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 13857,
"time": "1775559417"
},
"departure": {
"delay": 13857,
"time": "1775559417"
},
"stopId": "FR:76108:ZE:TCARxLOMBA0:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 14044,
"time": "1775558561"
},
"departure": {
"delay": 14044,
"time": "1775558584"
},
"stopId": "FR:76451:ZE:TCARxHDVBE3:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 13946,
"time": "1775559326"
},
"departure": {
"delay": 13946,
"time": "1775559326"
},
"stopId": "FR:76108:ZE:TCARxHERBE1:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 13949,
"time": "1775559186"
},
"departure": {
"delay": 13949,
"time": "1775559209"
},
"stopId": "FR:76108:ZE:TCARxBGUI4:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 14617,
"time": "1775557357"
},
"departure": {
"delay": 14617,
"time": "1775557357"
},
"stopId": "FR:76410:ZE:TCARxMASUD1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 13752,
"time": "1775559732"
},
"departure": {
"delay": 13752,
"time": "1775559732"
},
"stopId": "FR:76095:ZE:TCARxLECOQ0:ATOUMOD001",
"stopSequence": 35
},
{
"arrival": {
"delay": 13780,
"time": "1775559460"
},
"departure": {
"delay": 13780,
"time": "1775559460"
},
"stopId": "FR:76095:ZE:TCARxCIMEB0:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": 13954,
"time": "1775559001"
},
"departure": {
"delay": 13954,
"time": "1775559034"
},
"stopId": "FR:76108:ZE:TCARxVIELL0:ATOUMOD001",
"stopSequence": 25
},
{
"departure": {
"delay": 14640,
"time": "1775557260"
},
"stopId": "FR:76410:ZE:TCARxMAINE1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 14552,
"time": "1775557472"
},
"departure": {
"delay": 14552,
"time": "1775557472"
},
"stopId": "FR:76410:ZE:TCARxFOURA1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 14431,
"time": "1775557651"
},
"departure": {
"delay": 14431,
"time": "1775557651"
},
"stopId": "FR:76410:ZE:TCARxMMAIR1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 14030,
"time": "1775558507"
},
"departure": {
"delay": 14030,
"time": "1775558510"
},
"stopId": "FR:76451:ZE:TCARxCOQUE3:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 14174,
"time": "1775557910"
},
"departure": {
"delay": 14174,
"time": "1775557934"
},
"stopId": "FR:76474:ZE:TCARxGARMA1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 14665,
"time": "1775557285"
},
"departure": {
"delay": 14665,
"time": "1775557285"
},
"stopId": "FR:76410:ZE:TCARxZAMAI1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 14004,
"time": "1775558184"
},
"departure": {
"delay": 14004,
"time": "1775558184"
},
"stopId": "FR:76451:ZE:TCARxMALAD0:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 14384,
"time": "1775557707"
},
"departure": {
"delay": 14384,
"time": "1775557784"
},
"stopId": "FR:76410:ZE:TCARxARCON1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 13954,
"time": "1775559154"
},
"departure": {
"delay": 13954,
"time": "1775559154"
},
"stopId": "FR:76108:ZE:TCARxMAXPO1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 14462,
"time": "1775557562"
},
"departure": {
"delay": 14462,
"time": "1775557562"
},
"stopId": "FR:76410:ZE:TCARxMACIM1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 13885,
"time": "1775558245"
},
"departure": {
"delay": 13885,
"time": "1775558245"
},
"stopId": "FR:76451:ZE:TCARxVAREN0:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 13785,
"time": "1775559645"
},
"departure": {
"delay": 13785,
"time": "1775559645"
},
"stopId": "FR:76095:ZE:TCARxCHERB0:ATOUMOD001",
"stopSequence": 33
},
{
"arrival": {
"delay": 13967,
"time": "1775558309"
},
"departure": {
"delay": 13967,
"time": "1775558387"
},
"stopId": "FR:76451:ZE:TCARxCOLBE0:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 14612,
"time": "1775557412"
},
"departure": {
"delay": 14612,
"time": "1775557412"
},
"stopId": "FR:76410:ZE:TCARxMAROY1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 13634,
"time": "1775559734"
},
"stopId": "FR:76540:ZE:TCARxLYFLA3:ATOUMOD001",
"stopSequence": 36
},
{
"arrival": {
"delay": 14035,
"time": "1775558095"
},
"departure": {
"delay": 14035,
"time": "1775558095"
},
"stopId": "FR:76451:ZE:TCARxCROIX1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 13781,
"time": "1775559701"
},
"departure": {
"delay": 13781,
"time": "1775559701"
},
"stopId": "FR:76095:ZE:TCARxARROM0:ATOUMOD001",
"stopSequence": 34
},
{
"arrival": {
"delay": 14103,
"time": "1775557863"
},
"departure": {
"delay": 14103,
"time": "1775557863"
},
"stopId": "FR:76410:ZE:TCARxDLUNE6:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 13817,
"time": "1775559614"
},
"departure": {
"delay": 13817,
"time": "1775559617"
},
"stopId": "FR:76095:ZE:TCARxEVREU1:ATOUMOD001",
"stopSequence": 32
}
],
"timestamp": "1775557097",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx10:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx15504:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC602152:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 461,
"time": "1775559581"
},
"departure": {
"delay": 461,
"time": "1775559581"
},
"stopId": "FR:27229:ZE:0xSAC02:ATOUMOD004",
"stopSequence": 20
},
{
"arrival": {
"delay": 414,
"time": "1775559654"
},
"departure": {
"delay": 414,
"time": "1775559654"
},
"stopId": "FR:27229:ZE:0xAVR01:ATOUMOD004",
"stopSequence": 21
},
{
"arrival": {
"delay": 469,
"time": "1775559469"
},
"departure": {
"delay": 469,
"time": "1775559469"
},
"stopId": "FR:27229:ZE:0xCOT02:ATOUMOD004",
"stopSequence": 9
},
{
"arrival": {
"delay": 507,
"time": "1775559486"
},
"departure": {
"delay": 507,
"time": "1775559507"
},
"stopId": "FR:27229:ZE:0xADO02:ATOUMOD004",
"stopSequence": 17
},
{
"arrival": {
"delay": 315,
"time": "1775559675"
},
"stopId": "FR:27229:ZE:0xROS10:ATOUMOD004",
"stopSequence": 22
}
],
"timestamp": "1775559570",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD004:Line:T10:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC602152:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC596254:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 426,
"time": "1775562726"
},
"departure": {
"delay": 426,
"time": "1775562726"
},
"stopId": "FR:27229:ZE:0xPNA01:ATOUMOD004",
"stopSequence": 5
},
{
"arrival": {
"delay": 401,
"time": "1775562761"
},
"departure": {
"delay": 401,
"time": "1775562761"
},
"stopId": "FR:27229:ZE:0xJAU01:ATOUMOD004",
"stopSequence": 6
},
{
"arrival": {
"delay": 370,
"time": "1775562850"
},
"departure": {
"delay": 370,
"time": "1775562850"
},
"stopId": "FR:27229:ZE:0xPJJ02:ATOUMOD004",
"stopSequence": 8
},
{
"arrival": {
"delay": 310,
"time": "1775562910"
},
"departure": {
"delay": 310,
"time": "1775562910"
},
"stopId": "FR:27229:ZE:0xJAU02:ATOUMOD004",
"stopSequence": 9
},
{
"departure": {
"delay": 401,
"time": "1775562401"
},
"stopId": "FR:27229:ZE:0xCOR01:ATOUMOD004",
"stopSequence": 1
},
{
"arrival": {
"delay": 261,
"time": "1775562981"
},
"departure": {
"delay": 261,
"time": "1775562981"
},
"stopId": "FR:27229:ZE:0xHAP02:ATOUMOD004",
"stopSequence": 10
},
{
"arrival": {
"delay": 201,
"time": "1775563101"
},
"stopId": "FR:27229:ZE:0xHOT01:ATOUMOD004",
"stopSequence": 11
},
{
"arrival": {
"delay": 371,
"time": "1775562611"
},
"departure": {
"delay": 371,
"time": "1775562611"
},
"stopId": "FR:27229:ZE:0xHUE01:ATOUMOD004",
"stopSequence": 3
},
{
"arrival": {
"delay": 371,
"time": "1775562551"
},
"departure": {
"delay": 371,
"time": "1775562551"
},
"stopId": "FR:27229:ZE:0xBEL01:ATOUMOD004",
"stopSequence": 2
},
{
"arrival": {
"delay": 377,
"time": "1775562677"
},
"departure": {
"delay": 377,
"time": "1775562677"
},
"stopId": "FR:27229:ZE:0xHUG01:ATOUMOD004",
"stopSequence": 4
},
{
"arrival": {
"delay": 341,
"time": "1775562821"
},
"departure": {
"delay": 341,
"time": "1775562821"
},
"stopId": "FR:27229:ZE:0xGAR05:ATOUMOD004",
"stopSequence": 7
}
],
"timestamp": "1775560081",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD004:Line:T9:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC596254:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx7115:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 93,
"time": "1775557593"
},
"departure": {
"delay": 93,
"time": "1775557593"
},
"stopId": "FR:76540:ZE:TCARxLUCIL1:ATOUMOD001",
"stopSequence": 7
}
],
"timestamp": "1775556797",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx91:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx7115:LOC"
}
}
},
{
"id": "SM:ATOUMOD008:ServiceJourney:9784x0:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -535,
"time": "1775539020"
},
"departure": {
"delay": -535,
"time": "1775539025"
},
"stopId": "FR:76259:ZE:FECCSC1:ATOUMOD008",
"stopSequence": 16
},
{
"arrival": {
"delay": -55,
"time": "1775539140"
},
"departure": {
"delay": -55,
"time": "1775539145"
},
"stopId": "FR:76259:ZE:FECMBLE2:ATOUMOD008",
"stopSequence": 14
},
{
"arrival": {
"delay": -120,
"time": "1775539500"
},
"stopId": "FR:76259:ZE:FECHOPI1:ATOUMOD008",
"stopSequence": 18
},
{
"arrival": {
"delay": 5,
"time": "1775539080"
},
"departure": {
"delay": 5,
"time": "1775539085"
},
"stopId": "FR:76259:ZE:FECCHUE2:ATOUMOD008",
"stopSequence": 13
}
],
"timestamp": "1775541484",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD008:Line:L01:LOC",
"tripId": "ATOUMOD008:ServiceJourney:9784x0:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2470852:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -31,
"time": "1775561309"
},
"departure": {
"delay": -31,
"time": "1775561309"
},
"stopId": "FR:27022:ZE:0x6978:ATOUMOD006",
"stopSequence": 41
},
{
"arrival": {
"delay": -1,
"time": "1775561219"
},
"departure": {
"delay": -1,
"time": "1775561219"
},
"stopId": "FR:27275:ZE:0x6193:ATOUMOD006",
"stopSequence": 40
},
{
"arrival": {
"delay": -24,
"time": "1775561376"
},
"stopId": "FR:27022:ZE:0x6991:ATOUMOD006",
"stopSequence": 42
},
{
"arrival": {
"delay": 40,
"time": "1775560300"
},
"departure": {
"delay": 40,
"time": "1775560300"
},
"stopId": "FR:27249:ZE:0x6185:ATOUMOD006",
"stopSequence": 31
},
{
"arrival": {
"delay": -44,
"time": "1775560936"
},
"departure": {
"delay": -44,
"time": "1775560936"
},
"stopId": "FR:27275:ZE:0x7179:ATOUMOD006",
"stopSequence": 37
},
{
"arrival": {
"delay": 130,
"time": "1775560150"
},
"departure": {
"delay": 130,
"time": "1775560150"
},
"stopId": "FR:27332:ZE:0x6235:ATOUMOD006",
"stopSequence": 30
},
{
"arrival": {
"delay": 32,
"time": "1775561012"
},
"departure": {
"delay": 32,
"time": "1775561012"
},
"stopId": "FR:27275:ZE:0x6224:ATOUMOD006",
"stopSequence": 38
},
{
"arrival": {
"delay": -41,
"time": "1775561059"
},
"departure": {
"delay": -41,
"time": "1775561059"
},
"stopId": "FR:27275:ZE:0x6232:ATOUMOD006",
"stopSequence": 39
},
{
"arrival": {
"delay": -6,
"time": "1775560734"
},
"departure": {
"delay": -6,
"time": "1775560734"
},
"stopId": "FR:27275:ZE:0x6208:ATOUMOD006",
"stopSequence": 35
},
{
"arrival": {
"delay": -11,
"time": "1775560669"
},
"departure": {
"delay": -11,
"time": "1775560669"
},
"stopId": "FR:27275:ZE:0x6200:ATOUMOD006",
"stopSequence": 34
},
{
"arrival": {
"delay": -5,
"time": "1775560435"
},
"departure": {
"delay": -5,
"time": "1775560435"
},
"stopId": "FR:27022:ZE:0x6977:ATOUMOD006",
"stopSequence": 32
},
{
"arrival": {
"delay": 140,
"time": "1775559860"
},
"departure": {
"delay": 140,
"time": "1775559860"
},
"stopId": "FR:27456:ZE:0x6734:ATOUMOD006",
"stopSequence": 28
},
{
"arrival": {
"delay": -67,
"time": "1775560793"
},
"departure": {
"delay": -67,
"time": "1775560793"
},
"stopId": "FR:27275:ZE:0x6226:ATOUMOD006",
"stopSequence": 36
},
{
"arrival": {
"delay": 91,
"time": "1775559931"
},
"departure": {
"delay": 91,
"time": "1775559931"
},
"stopId": "FR:27332:ZE:0x6252:ATOUMOD006",
"stopSequence": 29
}
],
"timestamp": "1775560063",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD006:Line:E1:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2470852:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4107840x2025x26xGSemHTRAxSemainex00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 15,
"time": "1775560035"
},
"stopId": "FR:76351:ZE:3954:ATOUMOD003",
"stopSequence": 2
},
{
"arrival": {
"delay": 30,
"time": "1775561430"
},
"departure": {
"delay": 30,
"time": "1775561430"
},
"stopId": "FR:76351:ZE:3965:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": 51,
"time": "1775561211"
},
"departure": {
"delay": 51,
"time": "1775561211"
},
"stopId": "FR:76351:ZE:3960:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 67,
"time": "1775560507"
},
"departure": {
"delay": 67,
"time": "1775560507"
},
"stopId": "FR:76351:ZE:3992:ATOUMOD003",
"stopSequence": 6
},
{
"arrival": {
"delay": 66,
"time": "1775560986"
},
"departure": {
"delay": 66,
"time": "1775560986"
},
"stopId": "FR:76351:ZE:3990:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": 49,
"time": "1775561629"
},
"stopId": "FR:76351:ZE:3984:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": 17,
"time": "1775560277"
},
"departure": {
"delay": 17,
"time": "1775560277"
},
"stopId": "FR:76351:ZE:4004:ATOUMOD003",
"stopSequence": 4
},
{
"arrival": {
"delay": 64,
"time": "1775560624"
},
"departure": {
"delay": 64,
"time": "1775560624"
},
"stopId": "FR:76351:ZE:3972:ATOUMOD003",
"stopSequence": 7
},
{
"departure": {
"delay": 64,
"time": "1775559964"
},
"stopId": "FR:76481:ZE:4891:ATOUMOD003",
"stopSequence": 1
},
{
"arrival": {
"delay": 63,
"time": "1775560803"
},
"departure": {
"delay": 63,
"time": "1775560803"
},
"stopId": "FR:76351:ZE:3970:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": 20,
"time": "1775560160"
},
"departure": {
"delay": 20,
"time": "1775560160"
},
"stopId": "FR:76351:ZE:3988:ATOUMOD003",
"stopSequence": 3
},
{
"arrival": {
"delay": 10,
"time": "1775561530"
},
"departure": {
"delay": 10,
"time": "1775561530"
},
"stopId": "FR:76351:ZE:3998:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 17,
"time": "1775560397"
},
"departure": {
"delay": 17,
"time": "1775560397"
},
"stopId": "FR:76351:ZE:3976:ATOUMOD003",
"stopSequence": 5
},
{
"arrival": {
"delay": 34,
"time": "1775561314"
},
"departure": {
"delay": 34,
"time": "1775561314"
},
"stopId": "FR:76351:ZE:3981:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": 53,
"time": "1775561093"
},
"departure": {
"delay": 53,
"time": "1775561093"
},
"stopId": "FR:76351:ZE:4000:ATOUMOD003",
"stopSequence": 10
}
],
"timestamp": "1775560049",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:A:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4107840x2025x26xGSemHTRAxSemainex00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx7040:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 30,
"time": "1775560650"
},
"departure": {
"delay": 30,
"time": "1775560650"
},
"stopId": "FR:76540:ZE:TCARxFDVAL1:ATOUMOD001",
"stopSequence": 5
},
{
"departure": {
"delay": 30,
"time": "1775560290"
},
"stopId": "FR:76451:ZE:TCARxMTMAL1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 15,
"time": "1775560455"
},
"departure": {
"delay": 15,
"time": "1775560455"
},
"stopId": "FR:76451:ZE:TCARxCAMPU1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 24,
"time": "1775560344"
},
"departure": {
"delay": 24,
"time": "1775560344"
},
"stopId": "FR:76451:ZE:TCARxCOQUE1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 30,
"time": "1775560410"
},
"departure": {
"delay": 30,
"time": "1775560410"
},
"stopId": "FR:76451:ZE:TCARxCBLBE1:ATOUMOD001",
"stopSequence": 3
}
],
"timestamp": "1775560017",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx91:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx7040:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4107836x2025x26xGSemHTRAxSemainex00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 111,
"time": "1775559171"
},
"stopId": "FR:76351:ZE:3984:ATOUMOD003",
"stopSequence": 16
},
{
"departure": {
"delay": 92,
"time": "1775559092"
},
"stopId": "FR:76351:ZE:3998:ATOUMOD003",
"stopSequence": 15
}
],
"timestamp": "1775559179",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:A:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4107836x2025x26xGSemHTRAxSemainex00:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN852820F387725x2026x03x28T21x09x34Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775564940"
},
"departure": {
"time": "1775565000"
},
"stopId": "FR:35238:ZE:StopPointxOCETrainxTERx87471391:ATOUMOD002",
"stopSequence": 27
},
{
"departure": {
"time": "1775552760"
},
"stopId": "FR:14118:ZE:StopPointxOCETrainxTERx87444000:ATOUMOD002",
"stopSequence": 1
},
{
"arrival": {
"time": "1775553660"
},
"departure": {
"time": "1775553720"
},
"stopId": "FR:14047:ZE:StopPointxOCETrainxTERx87444067:ATOUMOD002",
"stopSequence": 7
},
{
"arrival": {
"time": "1775562960"
},
"departure": {
"time": "1775563020"
},
"stopId": "FR:35095:ZE:StopPointxOCETrainxTERx87478073:ATOUMOD002",
"stopSequence": 25
},
{
"arrival": {
"time": "1775565300"
},
"stopId": "FR:35238:ZE:StopPointxOCETrainxTERx87471003:ATOUMOD002",
"stopSequence": 28
},
{
"arrival": {
"time": "1775561940"
},
"departure": {
"time": "1775562000"
},
"stopId": "FR:50410:ZE:StopPointxOCETrainxTERx87478263:ATOUMOD002",
"stopSequence": 23
},
{
"arrival": {
"time": "1775560080"
},
"departure": {
"time": "1775560140"
},
"stopId": "FR:50188:ZE:StopPointxOCETrainxTERx87447649:ATOUMOD002",
"stopSequence": 19
},
{
"arrival": {
"time": "1775556600"
},
"departure": {
"time": "1775556900"
},
"stopId": "FR:50147:ZE:StopPointxOCETrainxTERx87447110:ATOUMOD002",
"stopSequence": 15
},
{
"arrival": {
"time": "1775555280"
},
"departure": {
"time": "1775555400"
},
"stopId": "FR:50502:ZE:StopPointxOCETrainxTERx87447003:ATOUMOD002",
"stopSequence": 13
},
{
"arrival": {
"time": "1775558460"
},
"departure": {
"time": "1775559480"
},
"stopId": "FR:50218:ZE:StopPointxOCETrainxTERx87447680:ATOUMOD002",
"stopSequence": 17
},
{
"arrival": {
"time": "1775554500"
},
"departure": {
"time": "1775554560"
},
"stopId": "FR:50356:ZE:StopPointxOCETrainxTERx87447219:ATOUMOD002",
"stopSequence": 11
},
{
"arrival": {
"time": "1775560920"
},
"departure": {
"time": "1775560980"
},
"stopId": "FR:50025:ZE:StopPointxOCETrainxTERx87448514:ATOUMOD002",
"stopSequence": 21
}
],
"timestamp": "1775549156",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD002:Line:FRxLinexx789690b9x0beex4978x8bf9xf4810c9e16f2x:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN852820F387725x2026x03x28T21x09x34Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN16576F337848x2026x03x24T21x11x10Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775559660"
},
"departure": {
"time": "1775559780"
},
"stopId": "FR:61001:ZE:StopPointxOCETrainxTERx87444711:ATOUMOD002",
"stopSequence": 20
},
{
"arrival": {
"time": "1775562780"
},
"departure": {
"time": "1775562840"
},
"stopId": "FR:14654:ZE:StopPointxOCETrainxTERx87444216:ATOUMOD002",
"stopSequence": 28
},
{
"arrival": {
"time": "1775561520"
},
"departure": {
"time": "1775561640"
},
"stopId": "FR:61006:ZE:StopPointxOCETrainxTERx87444539:ATOUMOD002",
"stopSequence": 26
},
{
"arrival": {
"time": "1775563140"
},
"departure": {
"time": "1775563200"
},
"stopId": "FR:14431:ZE:StopPointxOCETrainxTERx87444208:ATOUMOD002",
"stopSequence": 30
},
{
"arrival": {
"time": "1775564040"
},
"stopId": "FR:14118:ZE:StopPointxOCETrainxTERx87444000:ATOUMOD002",
"stopSequence": 31
},
{
"arrival": {
"time": "1775558640"
},
"departure": {
"time": "1775558700"
},
"stopId": "FR:72380:ZE:StopPointxOCETrainxTERx87396077:ATOUMOD002",
"stopSequence": 16
},
{
"arrival": {
"time": "1775560980"
},
"departure": {
"time": "1775561040"
},
"stopId": "FR:61101:ZE:StopPointxOCETrainxTERx87444562:ATOUMOD002",
"stopSequence": 24
},
{
"departure": {
"time": "1775557500"
},
"stopId": "FR:72181:ZE:StopPointxOCETrainxTERx87396002:ATOUMOD002",
"stopSequence": 12
},
{
"arrival": {
"time": "1775558220"
},
"departure": {
"time": "1775558280"
},
"stopId": "FR:72205:ZE:StopPointxOCETrainxTERx87396044:ATOUMOD002",
"stopSequence": 14
},
{
"arrival": {
"time": "1775560500"
},
"departure": {
"time": "1775560560"
},
"stopId": "FR:61464:ZE:StopPointxOCETrainxTERx87444695:ATOUMOD002",
"stopSequence": 22
}
],
"timestamp": "1775553896",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD002:Line:FRxLinexx1f647a2cx138dx47dex8fb5x333f230e16f7x:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN16576F337848x2026x03x24T21x11x10Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745168x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 283,
"time": "1775552713"
},
"departure": {
"delay": 283,
"time": "1775552743"
},
"stopId": "FR:50129:ZE:10RTU2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 359,
"time": "1775553490"
},
"departure": {
"delay": 359,
"time": "1775553539"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 240,
"time": "1775553302"
},
"departure": {
"delay": 240,
"time": "1775553360"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 282,
"time": "1775553822"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 297,
"time": "1775552397"
},
"departure": {
"delay": 297,
"time": "1775552457"
},
"stopId": "FR:50129:ZE:10PRV2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 308,
"time": "1775552490"
},
"departure": {
"delay": 308,
"time": "1775552528"
},
"stopId": "FR:50129:ZE:10ANJ6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 325,
"time": "1775553675"
},
"departure": {
"delay": 325,
"time": "1775553745"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 327,
"time": "1775553571"
},
"departure": {
"delay": 327,
"time": "1775553627"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 157,
"time": "1775552819"
},
"departure": {
"delay": 157,
"time": "1775552857"
},
"stopId": "FR:50129:ZE:10FOR4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 177,
"time": "1775552993"
},
"departure": {
"delay": 177,
"time": "1775553057"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 13
},
{
"departure": {
"delay": 257,
"time": "1775552057"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 168,
"time": "1775553127"
},
"departure": {
"delay": 168,
"time": "1775553168"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 214,
"time": "1775553194"
},
"departure": {
"delay": 214,
"time": "1775553274"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 246,
"time": "1775552251"
},
"departure": {
"delay": 246,
"time": "1775552286"
},
"stopId": "FR:50129:ZE:10EGL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 167,
"time": "1775552902"
},
"departure": {
"delay": 167,
"time": "1775552927"
},
"stopId": "FR:50129:ZE:10CRC4:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 307,
"time": "1775552548"
},
"departure": {
"delay": 307,
"time": "1775552587"
},
"stopId": "FR:50129:ZE:10BQR2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 262,
"time": "1775552314"
},
"departure": {
"delay": 262,
"time": "1775552362"
},
"stopId": "FR:50129:ZE:10OYG2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 216,
"time": "1775552782"
},
"departure": {
"delay": 216,
"time": "1775552796"
},
"stopId": "FR:50129:ZE:10PFO2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 297,
"time": "1775552654"
},
"departure": {
"delay": 297,
"time": "1775552697"
},
"stopId": "FR:50129:ZE:10BRA4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 242,
"time": "1775552185"
},
"departure": {
"delay": 242,
"time": "1775552222"
},
"stopId": "FR:50129:ZE:10AMO2:ATOUMOD035",
"stopSequence": 2
}
],
"timestamp": "1775560076",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1A:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745168x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx134:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 35,
"time": "1775561495"
},
"departure": {
"delay": 35,
"time": "1775561495"
},
"stopId": "FR:76540:ZE:TCARxMAIS10:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 23,
"time": "1775561423"
},
"departure": {
"delay": 23,
"time": "1775561423"
},
"stopId": "FR:76540:ZE:TCARxCHATL2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 19,
"time": "1775561599"
},
"departure": {
"delay": 19,
"time": "1775561599"
},
"stopId": "FR:76540:ZE:TCARxPSALO0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 16,
"time": "1775561536"
},
"departure": {
"delay": 16,
"time": "1775561536"
},
"stopId": "FR:76540:ZE:TCARxGALI2:ATOUMOD001",
"stopSequence": 4
}
],
"timestamp": "1775536938",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx92:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx134:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx16407:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 11105,
"time": "1775561525"
},
"departure": {
"delay": 11105,
"time": "1775561525"
},
"stopId": "FR:76005:ZE:TCARxGPHIL1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 11130,
"time": "1775562150"
},
"departure": {
"delay": 11130,
"time": "1775562150"
},
"stopId": "FR:76540:ZE:TCARxMARTA1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 11098,
"time": "1775563138"
},
"departure": {
"delay": 11098,
"time": "1775563138"
},
"stopId": "FR:76540:ZE:TCARxRIDEL1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 11092,
"time": "1775563492"
},
"departure": {
"delay": 11092,
"time": "1775563492"
},
"stopId": "FR:76216:ZE:TCARxCOTEA1:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 11119,
"time": "1775562979"
},
"departure": {
"delay": 11119,
"time": "1775562979"
},
"stopId": "FR:76540:ZE:TCARxJBSAL1:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 11176,
"time": "1775561956"
},
"departure": {
"delay": 11176,
"time": "1775561956"
},
"stopId": "FR:76540:ZE:TCARxPAUL41:ATOUMOD001",
"stopSequence": 12
},
{
"departure": {
"delay": 11070,
"time": "1775561250"
},
"stopId": "FR:76005:ZE:TCARxGRVAL:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 11137,
"time": "1775562097"
},
"departure": {
"delay": 11137,
"time": "1775562097"
},
"stopId": "FR:76540:ZE:TCARxCHMA11:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 11092,
"time": "1775561392"
},
"departure": {
"delay": 11092,
"time": "1775561392"
},
"stopId": "FR:76005:ZE:TCARxLEMAI1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 11084,
"time": "1775563064"
},
"departure": {
"delay": 11084,
"time": "1775563064"
},
"stopId": "FR:76540:ZE:TCARxDESCH1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 11070,
"time": "1775561490"
},
"departure": {
"delay": 11070,
"time": "1775561490"
},
"stopId": "FR:76005:ZE:TCARxAMAIR1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 11070,
"time": "1775562810"
},
"departure": {
"delay": 11070,
"time": "1775562810"
},
"stopId": "FR:76540:ZE:TCARxSVER3:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 11078,
"time": "1775563538"
},
"departure": {
"delay": 11078,
"time": "1775563538"
},
"stopId": "FR:76216:ZE:TCARxMERMO1:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 11070,
"time": "1775563290"
},
"departure": {
"delay": 11070,
"time": "1775563290"
},
"stopId": "FR:76540:ZE:TCARxOUEST1:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 11088,
"time": "1775563188"
},
"departure": {
"delay": 11088,
"time": "1775563188"
},
"stopId": "FR:76540:ZE:TCARxLIEVR1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 11083,
"time": "1775563363"
},
"departure": {
"delay": 11083,
"time": "1775563363"
},
"stopId": "FR:76540:ZE:TCARxMOISE1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 11130,
"time": "1775561850"
},
"departure": {
"delay": 11130,
"time": "1775561850"
},
"stopId": "FR:76103:ZE:TCARxEAUPL1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 11084,
"time": "1775561324"
},
"departure": {
"delay": 11084,
"time": "1775561324"
},
"stopId": "FR:76005:ZE:TCARxVALPE1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 11070,
"time": "1775562870"
},
"departure": {
"delay": 11070,
"time": "1775562870"
},
"stopId": "FR:76540:ZE:TCARxCAUCH1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 11159,
"time": "1775562299"
},
"departure": {
"delay": 11159,
"time": "1775562299"
},
"stopId": "FR:76540:ZE:TCARxBECQU1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 11070,
"time": "1775561430"
},
"departure": {
"delay": 11070,
"time": "1775561430"
},
"stopId": "FR:76005:ZE:TCARxRUEFM1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 11085,
"time": "1775563425"
},
"departure": {
"delay": 11085,
"time": "1775563425"
},
"stopId": "FR:76216:ZE:TCARxBELLE1:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 11156,
"time": "1775561816"
},
"departure": {
"delay": 11156,
"time": "1775561816"
},
"stopId": "FR:76103:ZE:TCARxRSEIN1:ATOUMOD001",
"stopSequence": 10
}
],
"timestamp": "1775559997",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx15:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx16407:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx19051:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 1200,
"time": "1775558700"
},
"stopId": "FR:76451:ZE:TCARxMTMAL1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 1264,
"time": "1775559099"
},
"departure": {
"delay": 1264,
"time": "1775559124"
},
"stopId": "FR:76540:ZE:TCARxFDVAL1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 1126,
"time": "1775560066"
},
"departure": {
"delay": 1126,
"time": "1775560066"
},
"stopId": "FR:76540:ZE:TCARxJOFFT1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 1074,
"time": "1775559651"
},
"departure": {
"delay": 1074,
"time": "1775559654"
},
"stopId": "FR:76540:ZE:TCARxCAMIT1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 1249,
"time": "1775558748"
},
"departure": {
"delay": 1249,
"time": "1775558749"
},
"stopId": "FR:76451:ZE:TCARxCOQUE1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 1305,
"time": "1775559876"
},
"departure": {
"delay": 1305,
"time": "1775560065"
},
"stopId": "FR:76540:ZE:TCARxORLET3:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 1213,
"time": "1775559253"
},
"departure": {
"delay": 1213,
"time": "1775559373"
},
"stopId": "FR:76540:ZE:TCARxRIBOT1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 1118,
"time": "1775560118"
},
"stopId": "FR:76540:ZE:TCARxCHAMT1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 1203,
"time": "1775558823"
},
"departure": {
"delay": 1203,
"time": "1775558823"
},
"stopId": "FR:76451:ZE:TCARxCBLBE1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 1274,
"time": "1775558894"
},
"departure": {
"delay": 1274,
"time": "1775558894"
},
"stopId": "FR:76451:ZE:TCARxCAMPU1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 1318,
"time": "1775560138"
},
"departure": {
"delay": 1318,
"time": "1775560138"
},
"stopId": "FR:76540:ZE:TCARxCECIL1:ATOUMOD001",
"stopSequence": 9
}
],
"timestamp": "1775558697",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx95:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx19051:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx14412:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 5186,
"time": "1775562386"
},
"departure": {
"delay": 5186,
"time": "1775562386"
},
"stopId": "FR:76451:ZE:TCARxBIZNE1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 5152,
"time": "1775562352"
},
"departure": {
"delay": 5152,
"time": "1775562352"
},
"stopId": "FR:76451:ZE:TCARxRBOIS0:ATOUMOD001",
"stopSequence": 2
}
],
"timestamp": "1775558156",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx07:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx14412:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3758409x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -11,
"time": "1775558379"
},
"departure": {
"delay": -11,
"time": "1775558389"
},
"stopId": "FR:50045:ZE:BENBG2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 32,
"time": "1775557233"
},
"departure": {
"delay": 32,
"time": "1775557292"
},
"stopId": "FR:50129:ZE:10ANJ8:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": -20,
"time": "1775559640"
},
"stopId": "FR:50184:ZE:FLAEN1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": -11,
"time": "1775558630"
},
"departure": {
"delay": -11,
"time": "1775558689"
},
"stopId": "FR:50402:ZE:PIXZAF:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": -23,
"time": "1775558281"
},
"departure": {
"delay": -23,
"time": "1775558317"
},
"stopId": "FR:50045:ZE:BENCG2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 37,
"time": "1775557974"
},
"departure": {
"delay": 37,
"time": "1775558017"
},
"stopId": "FR:50643:ZE:VIRMA2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 71,
"time": "1775557740"
},
"departure": {
"delay": 71,
"time": "1775557751"
},
"stopId": "FR:50575:ZE:SIDHC2:ATOUMOD035",
"stopSequence": 4
},
{
"departure": {
"delay": 27,
"time": "1775557047"
},
"stopId": "FR:50129:ZE:10PEM4:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": -23,
"time": "1775559441"
},
"departure": {
"delay": -23,
"time": "1775559457"
},
"stopId": "FR:50184:ZE:FLAES1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 36,
"time": "1775557589"
},
"departure": {
"delay": 36,
"time": "1775557596"
},
"stopId": "FR:50294:ZE:MARPO2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": -31,
"time": "1775558855"
},
"departure": {
"delay": -31,
"time": "1775558909"
},
"stopId": "FR:50402:ZE:PIXLAN:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": -20,
"time": "1775559268"
},
"departure": {
"delay": -20,
"time": "1775559280"
},
"stopId": "FR:50184:ZE:FLAHB2:ATOUMOD035",
"stopSequence": 10
}
],
"timestamp": "1775559468",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:B:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3758409x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3758417x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 295,
"time": "1775546507"
},
"departure": {
"delay": 295,
"time": "1775546515"
},
"stopId": "FR:50184:ZE:FLAHB2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 753,
"time": "1775544682"
},
"departure": {
"delay": 753,
"time": "1775544693"
},
"stopId": "FR:50129:ZE:10ANJ8:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 721,
"time": "1775544927"
},
"departure": {
"delay": 721,
"time": "1775544961"
},
"stopId": "FR:50294:ZE:MARPO2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 625,
"time": "1775545631"
},
"departure": {
"delay": 625,
"time": "1775545645"
},
"stopId": "FR:50045:ZE:BENCG2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 566,
"time": "1775545706"
},
"departure": {
"delay": 566,
"time": "1775545706"
},
"stopId": "FR:50045:ZE:BENBG2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 640,
"time": "1775545348"
},
"departure": {
"delay": 640,
"time": "1775545360"
},
"stopId": "FR:50643:ZE:VIRMA2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 214,
"time": "1775546899"
},
"departure": {
"delay": 214,
"time": "1775546914"
},
"stopId": "FR:50604:ZE:TREGM2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 231,
"time": "1775547171"
},
"stopId": "FR:50576:ZE:SIOTAM:ATOUMOD035",
"stopSequence": 15
},
{
"departure": {
"delay": 751,
"time": "1775544451"
},
"stopId": "FR:50129:ZE:10PEM4:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 706,
"time": "1775545114"
},
"departure": {
"delay": 706,
"time": "1775545126"
},
"stopId": "FR:50575:ZE:SIDHC2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 535,
"time": "1775545953"
},
"departure": {
"delay": 535,
"time": "1775545975"
},
"stopId": "FR:50402:ZE:PIXZAF:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 379,
"time": "1775546139"
},
"departure": {
"delay": 379,
"time": "1775546179"
},
"stopId": "FR:50402:ZE:PIXLAN:ATOUMOD035",
"stopSequence": 9
}
],
"timestamp": "1775560081",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:B:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3758417x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD005:ServiceJourney:997:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775579100"
},
"departure": {
"time": "1775579100"
},
"stopId": "FR:76217:ZE:18052:ATOUMOD005",
"stopSequence": 10
},
{
"arrival": {
"time": "1775579040"
},
"departure": {
"time": "1775579040"
},
"stopId": "FR:76217:ZE:18093:ATOUMOD005",
"stopSequence": 9
},
{
"arrival": {
"time": "1775578800"
},
"departure": {
"time": "1775578800"
},
"stopId": "FR:76217:ZE:18243:ATOUMOD005",
"stopSequence": 5
},
{
"arrival": {
"time": "1775578920"
},
"departure": {
"time": "1775578920"
},
"stopId": "FR:76217:ZE:18067:ATOUMOD005",
"stopSequence": 7
},
{
"arrival": {
"time": "1775579580"
},
"departure": {
"time": "1775579580"
},
"stopId": "FR:76217:ZE:18324:ATOUMOD005",
"stopSequence": 15
},
{
"arrival": {
"time": "1775578860"
},
"departure": {
"time": "1775578860"
},
"stopId": "FR:76217:ZE:18800:ATOUMOD005",
"stopSequence": 6
},
{
"arrival": {
"time": "1775579940"
},
"departure": {
"time": "1775579940"
},
"stopId": "FR:76217:ZE:18321:ATOUMOD005",
"stopSequence": 17
},
{
"arrival": {
"time": "1775578500"
},
"departure": {
"time": "1775578500"
},
"stopId": "FR:76217:ZE:18057:ATOUMOD005",
"stopSequence": 3
},
{
"arrival": {
"time": "1775579160"
},
"departure": {
"time": "1775579160"
},
"stopId": "FR:76217:ZE:18801:ATOUMOD005",
"stopSequence": 11
},
{
"arrival": {
"time": "1775579220"
},
"departure": {
"time": "1775579220"
},
"stopId": "FR:76217:ZE:18037:ATOUMOD005",
"stopSequence": 12
},
{
"arrival": {
"time": "1775578320"
},
"departure": {
"time": "1775578320"
},
"stopId": "FR:76217:ZE:18320:ATOUMOD005",
"stopSequence": 2
},
{
"arrival": {
"time": "1775578620"
},
"departure": {
"time": "1775578620"
},
"stopId": "FR:76217:ZE:18043:ATOUMOD005",
"stopSequence": 4
},
{
"arrival": {
"time": "1775579760"
},
"departure": {
"time": "1775579760"
},
"stopId": "FR:76217:ZE:18023:ATOUMOD005",
"stopSequence": 16
},
{
"arrival": {
"time": "1775578980"
},
"departure": {
"time": "1775578980"
},
"stopId": "FR:76217:ZE:18325:ATOUMOD005",
"stopSequence": 8
},
{
"departure": {
"time": "1775578200"
},
"stopId": "FR:76217:ZE:18088:ATOUMOD005",
"stopSequence": 1
},
{
"arrival": {
"time": "1775579280"
},
"departure": {
"time": "1775579280"
},
"stopId": "FR:76217:ZE:18080:ATOUMOD005",
"stopSequence": 13
},
{
"arrival": {
"time": "1775580000"
},
"stopId": "FR:76217:ZE:18041:ATOUMOD005",
"stopSequence": 18
},
{
"arrival": {
"time": "1775579340"
},
"departure": {
"time": "1775579340"
},
"stopId": "FR:76217:ZE:18028:ATOUMOD005",
"stopSequence": 14
}
],
"timestamp": "1775560066",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD005:Line:3:LOC",
"tripId": "ATOUMOD005:ServiceJourney:997:LOC"
}
}
},
{
"id": "SM:ATOUMOD036:ServiceJourney:5411554083209216x1:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 277,
"time": "1775560177"
},
"stopId": "FR:61508:ZE:5120149944270848:ATOUMOD036",
"stopSequence": 27
},
{
"arrival": {
"delay": 164,
"time": "1775559890"
},
"departure": {
"delay": 164,
"time": "1775559944"
},
"stopId": "FR:61508:ZE:5165650072829952:ATOUMOD036",
"stopSequence": 26
},
{
"arrival": {
"delay": 177,
"time": "1775559586"
},
"departure": {
"delay": 177,
"time": "1775559597"
},
"stopId": "FR:14368:ZE:5109469887332352:ATOUMOD036",
"stopSequence": 24
},
{
"arrival": {
"delay": 162,
"time": "1775559497"
},
"departure": {
"delay": 162,
"time": "1775559522"
},
"stopId": "FR:14576:ZE:5159045168103424:ATOUMOD036",
"stopSequence": 23
},
{
"arrival": {
"delay": 144,
"time": "1775559800"
},
"departure": {
"delay": 144,
"time": "1775559804"
},
"stopId": "FR:61508:ZE:6327308417761280:ATOUMOD036",
"stopSequence": 25
},
{
"arrival": {
"delay": 156,
"time": "1775559384"
},
"departure": {
"delay": 156,
"time": "1775559396"
},
"stopId": "FR:14576:ZE:5165886648352768:ATOUMOD036",
"stopSequence": 22
}
],
"timestamp": "1775560082",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD036:Line:4841323284660224:LOC",
"tripId": "ATOUMOD036:ServiceJourney:5411554083209216x1:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3747901x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -50,
"time": "1775556955"
},
"departure": {
"delay": -50,
"time": "1775556970"
},
"stopId": "FR:50129:ZE:10SEX1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": -68,
"time": "1775557286"
},
"departure": {
"delay": -68,
"time": "1775557312"
},
"stopId": "FR:50129:ZE:10DEB1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": -78,
"time": "1775556875"
},
"departure": {
"delay": -78,
"time": "1775556882"
},
"stopId": "FR:50129:ZE:10BSJ1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": -52,
"time": "1775556835"
},
"departure": {
"delay": -52,
"time": "1775556848"
},
"stopId": "FR:50129:ZE:10RUC1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": -53,
"time": "1775557171"
},
"departure": {
"delay": -53,
"time": "1775557207"
},
"stopId": "FR:50129:ZE:10CSM1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 5,
"time": "1775556716"
},
"departure": {
"delay": 5,
"time": "1775556725"
},
"stopId": "FR:50129:ZE:10ODR1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": -127,
"time": "1775557673"
},
"stopId": "FR:50129:ZE:10MXR1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": -10,
"time": "1775556635"
},
"departure": {
"delay": -10,
"time": "1775556650"
},
"stopId": "FR:50129:ZE:10BOS1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 33,
"time": "1775556469"
},
"departure": {
"delay": 33,
"time": "1775556513"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": -26,
"time": "1775556738"
},
"departure": {
"delay": -26,
"time": "1775556754"
},
"stopId": "FR:50129:ZE:10SRN1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": -44,
"time": "1775557441"
},
"departure": {
"delay": -44,
"time": "1775557456"
},
"stopId": "FR:50129:ZE:10LOG1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 66,
"time": "1775556567"
},
"departure": {
"delay": 66,
"time": "1775556606"
},
"stopId": "FR:50129:ZE:10JAR1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": -58,
"time": "1775557533"
},
"departure": {
"delay": -58,
"time": "1775557562"
},
"stopId": "FR:50129:ZE:10BOC1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": -53,
"time": "1775557350"
},
"departure": {
"delay": -53,
"time": "1775557387"
},
"stopId": "FR:50129:ZE:10CUR1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 29,
"time": "1775556211"
},
"departure": {
"delay": 29,
"time": "1775556389"
},
"stopId": "FR:50129:ZE:10SHU1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": -17,
"time": "1775556901"
},
"departure": {
"delay": -17,
"time": "1775556943"
},
"stopId": "FR:50129:ZE:10MTT1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": -85,
"time": "1775557400"
},
"departure": {
"delay": -85,
"time": "1775557415"
},
"stopId": "FR:50129:ZE:10REN1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": -105,
"time": "1775557508"
},
"departure": {
"delay": -105,
"time": "1775557515"
},
"stopId": "FR:50129:ZE:10GNT1:ATOUMOD035",
"stopSequence": 20
},
{
"departure": {
"delay": 58,
"time": "1775556178"
},
"stopId": "FR:50129:ZE:10SHU2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": -49,
"time": "1775557591"
},
"departure": {
"delay": -49,
"time": "1775557631"
},
"stopId": "FR:50129:ZE:10CEN1:ATOUMOD035",
"stopSequence": 22
}
],
"timestamp": "1775560082",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:04:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3747901x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx36:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 38,
"time": "1775558293"
},
"departure": {
"delay": 38,
"time": "1775558318"
},
"stopId": "FR:76540:ZE:TCARxTARTT2:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 4,
"time": "1775558224"
},
"departure": {
"delay": 4,
"time": "1775558224"
},
"stopId": "FR:76540:ZE:TCARxCATHE2:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 44,
"time": "1775558504"
},
"departure": {
"delay": 44,
"time": "1775558504"
},
"stopId": "FR:76540:ZE:TCARxPASPA2:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 64,
"time": "1775558044"
},
"departure": {
"delay": 64,
"time": "1775558044"
},
"stopId": "FR:76540:ZE:TCARxPMARC2:ATOUMOD001",
"stopSequence": 15
},
{
"departure": {
"delay": 83,
"time": "1775556743"
},
"stopId": "FR:76095:ZE:TCARxTAMAR:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 43,
"time": "1775559018"
},
"departure": {
"delay": 43,
"time": "1775559043"
},
"stopId": "FR:76216:ZE:TCARxMAISO2:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 114,
"time": "1775556894"
},
"departure": {
"delay": 114,
"time": "1775556894"
},
"stopId": "FR:76540:ZE:TCARxCHATL2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -17,
"time": "1775559643"
},
"stopId": "FR:76474:ZE:TCARxBMAIR2:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": 43,
"time": "1775558418"
},
"departure": {
"delay": 43,
"time": "1775558443"
},
"stopId": "FR:76540:ZE:TCARxBELGE2:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 153,
"time": "1775557293"
},
"departure": {
"delay": 153,
"time": "1775557293"
},
"stopId": "FR:76540:ZE:TCARxCOUPE2:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 109,
"time": "1775559349"
},
"departure": {
"delay": 109,
"time": "1775559349"
},
"stopId": "FR:76216:ZE:TCARxPALIS2:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 103,
"time": "1775557802"
},
"departure": {
"delay": 103,
"time": "1775557843"
},
"stopId": "FR:76540:ZE:TCARxHILAI2:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 73,
"time": "1775557993"
},
"departure": {
"delay": 73,
"time": "1775557993"
},
"stopId": "FR:76540:ZE:TCARxMARTT2:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 149,
"time": "1775557444"
},
"departure": {
"delay": 149,
"time": "1775557469"
},
"stopId": "FR:76540:ZE:TCARxARGEN2:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 109,
"time": "1775557669"
},
"departure": {
"delay": 109,
"time": "1775557669"
},
"stopId": "FR:76540:ZE:TCARxJEUNE2:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 88,
"time": "1775559243"
},
"departure": {
"delay": 88,
"time": "1775559268"
},
"stopId": "FR:76216:ZE:TCARxDVILL2:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 108,
"time": "1775559447"
},
"departure": {
"delay": 108,
"time": "1775559468"
},
"stopId": "FR:76216:ZE:TCARxDLUNE2:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 68,
"time": "1775558143"
},
"departure": {
"delay": 68,
"time": "1775558168"
},
"stopId": "FR:76540:ZE:TCARxREPUB2:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 94,
"time": "1775557594"
},
"departure": {
"delay": 94,
"time": "1775557594"
},
"stopId": "FR:76540:ZE:TCARxDRIVI2:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": -27,
"time": "1775558706"
},
"departure": {
"delay": -27,
"time": "1775558793"
},
"stopId": "FR:76540:ZE:TCARxRIBOU2:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 97,
"time": "1775557874"
},
"departure": {
"delay": 97,
"time": "1775557897"
},
"stopId": "FR:76540:ZE:TCARxCHRUT2:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 113,
"time": "1775559546"
},
"departure": {
"delay": 113,
"time": "1775559593"
},
"stopId": "FR:76474:ZE:TCARxMOULI2:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 113,
"time": "1775557013"
},
"departure": {
"delay": 113,
"time": "1775557013"
},
"stopId": "FR:76540:ZE:TCARxGALI2:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 83,
"time": "1775559143"
},
"departure": {
"delay": 83,
"time": "1775559143"
},
"stopId": "FR:76216:ZE:TCARxPTPIE2:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 132,
"time": "1775556972"
},
"departure": {
"delay": 132,
"time": "1775556972"
},
"stopId": "FR:76540:ZE:TCARxMAIS10:ATOUMOD001",
"stopSequence": 3
}
],
"timestamp": "1775556757",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx92:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx36:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx3499:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 110,
"time": "1775558750"
},
"stopId": "FR:76322:ZE:TCARxBRAQU0:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 192,
"time": "1775557470"
},
"departure": {
"delay": 192,
"time": "1775557512"
},
"stopId": "FR:76540:ZE:TCARxJOFFR0:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 174,
"time": "1775557809"
},
"departure": {
"delay": 174,
"time": "1775557854"
},
"stopId": "FR:76498:ZE:TCARxJAURE0:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 172,
"time": "1775557706"
},
"departure": {
"delay": 172,
"time": "1775557732"
},
"stopId": "FR:76540:ZE:TCARxAVCAE0:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 132,
"time": "1775557601"
},
"departure": {
"delay": 132,
"time": "1775557632"
},
"stopId": "FR:76540:ZE:TCARxSTSEV0:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 234,
"time": "1775558547"
},
"departure": {
"delay": 234,
"time": "1775558574"
},
"stopId": "FR:76322:ZE:TCARxLBLUM0:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 172,
"time": "1775558629"
},
"departure": {
"delay": 172,
"time": "1775558632"
},
"stopId": "FR:76322:ZE:TCARxCEZAN0:ATOUMOD001",
"stopSequence": 17
}
],
"timestamp": "1775556757",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx90:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx3499:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745205x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 99,
"time": "1775543643"
},
"departure": {
"delay": 99,
"time": "1775543679"
},
"stopId": "FR:50129:ZE:10PFO2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 59,
"time": "1775544325"
},
"departure": {
"delay": 59,
"time": "1775544359"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 39,
"time": "1775544055"
},
"departure": {
"delay": 39,
"time": "1775544099"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 119,
"time": "1775544260"
},
"departure": {
"delay": 119,
"time": "1775544299"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 20,
"time": "1775544560"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 48,
"time": "1775543099"
},
"departure": {
"delay": 48,
"time": "1775543148"
},
"stopId": "FR:50129:ZE:10OYG2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 67,
"time": "1775544125"
},
"departure": {
"delay": 67,
"time": "1775544187"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 62,
"time": "1775543167"
},
"departure": {
"delay": 62,
"time": "1775543222"
},
"stopId": "FR:50129:ZE:10PRV2:ATOUMOD035",
"stopSequence": 5
},
{
"departure": {
"delay": 3,
"time": "1775542803"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 144,
"time": "1775543567"
},
"departure": {
"delay": 144,
"time": "1775543604"
},
"stopId": "FR:50129:ZE:10RTU2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 128,
"time": "1775543251"
},
"departure": {
"delay": 128,
"time": "1775543348"
},
"stopId": "FR:50129:ZE:10ANJ6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": -2,
"time": "1775542894"
},
"departure": {
"delay": -2,
"time": "1775542978"
},
"stopId": "FR:50129:ZE:10AMO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 130,
"time": "1775543374"
},
"departure": {
"delay": 130,
"time": "1775543410"
},
"stopId": "FR:50129:ZE:10BQR2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 59,
"time": "1775543895"
},
"departure": {
"delay": 59,
"time": "1775543939"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 50,
"time": "1775544422"
},
"departure": {
"delay": 50,
"time": "1775544470"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 59,
"time": "1775543710"
},
"departure": {
"delay": 59,
"time": "1775543759"
},
"stopId": "FR:50129:ZE:10FOR4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 91,
"time": "1775543804"
},
"departure": {
"delay": 91,
"time": "1775543851"
},
"stopId": "FR:50129:ZE:10CRC4:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 138,
"time": "1775543484"
},
"departure": {
"delay": 138,
"time": "1775543538"
},
"stopId": "FR:50129:ZE:10BRA4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 38,
"time": "1775543989"
},
"departure": {
"delay": 38,
"time": "1775544038"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 26,
"time": "1775543014"
},
"departure": {
"delay": 26,
"time": "1775543066"
},
"stopId": "FR:50129:ZE:10EGL2:ATOUMOD035",
"stopSequence": 3
}
],
"timestamp": "1775560076",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1A:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745205x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx14383:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 25320,
"time": "1775561580"
},
"stopId": "FR:76451:ZE:TCARxPLEIAD:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 25372,
"time": "1775561632"
},
"departure": {
"delay": 25372,
"time": "1775561632"
},
"stopId": "FR:76451:ZE:TCARxRBOIS0:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 25346,
"time": "1775561666"
},
"departure": {
"delay": 25346,
"time": "1775561666"
},
"stopId": "FR:76451:ZE:TCARxBIZNE1:ATOUMOD001",
"stopSequence": 3
}
],
"timestamp": "1775559736",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx07:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx14383:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3747525x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 47,
"time": "1775552867"
},
"stopId": "FR:50129:ZE:10PIS1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 73,
"time": "1775553243"
},
"departure": {
"delay": 73,
"time": "1775553253"
},
"stopId": "FR:50129:ZE:10ILO2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": -69,
"time": "1775554814"
},
"departure": {
"delay": -69,
"time": "1775554851"
},
"stopId": "FR:50129:ZE:10PFO3:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 67,
"time": "1775553050"
},
"departure": {
"delay": 67,
"time": "1775553067"
},
"stopId": "FR:50129:ZE:10LMQ2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 78,
"time": "1775553486"
},
"departure": {
"delay": 78,
"time": "1775553498"
},
"stopId": "FR:50129:ZE:10MLL4:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": -23,
"time": "1775554645"
},
"departure": {
"delay": -23,
"time": "1775554657"
},
"stopId": "FR:50129:ZE:10AIG1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 22,
"time": "1775553007"
},
"departure": {
"delay": 22,
"time": "1775553022"
},
"stopId": "FR:50129:ZE:10CRD2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 4,
"time": "1775554051"
},
"departure": {
"delay": 4,
"time": "1775554084"
},
"stopId": "FR:50129:ZE:10CRN2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": -65,
"time": "1775554728"
},
"departure": {
"delay": -65,
"time": "1775554735"
},
"stopId": "FR:50129:ZE:10IUT1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 80,
"time": "1775553870"
},
"departure": {
"delay": 80,
"time": "1775553920"
},
"stopId": "FR:50129:ZE:10CIT2:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 69,
"time": "1775554359"
},
"departure": {
"delay": 69,
"time": "1775554389"
},
"stopId": "FR:50129:ZE:10MEN3:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 119,
"time": "1775553324"
},
"departure": {
"delay": 119,
"time": "1775553359"
},
"stopId": "FR:50129:ZE:10CLO2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 82,
"time": "1775553114"
},
"departure": {
"delay": 82,
"time": "1775553142"
},
"stopId": "FR:50129:ZE:10COD2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": -49,
"time": "1775554905"
},
"departure": {
"delay": -49,
"time": "1775554931"
},
"stopId": "FR:50129:ZE:10VDT1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 116,
"time": "1775554213"
},
"departure": {
"delay": 116,
"time": "1775554316"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": -74,
"time": "1775554966"
},
"stopId": "FR:50129:ZE:10ZFO1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": -33,
"time": "1775554699"
},
"departure": {
"delay": -33,
"time": "1775554707"
},
"stopId": "FR:50129:ZE:10UNI1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 129,
"time": "1775553404"
},
"departure": {
"delay": 129,
"time": "1775553429"
},
"stopId": "FR:50129:ZE:10LMW1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 57,
"time": "1775553975"
},
"departure": {
"delay": 57,
"time": "1775554017"
},
"stopId": "FR:50129:ZE:10PLA4:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 45,
"time": "1775553811"
},
"departure": {
"delay": 45,
"time": "1775553825"
},
"stopId": "FR:50129:ZE:10CCI2:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 106,
"time": "1775553213"
},
"departure": {
"delay": 106,
"time": "1775553226"
},
"stopId": "FR:50129:ZE:10EUR2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 49,
"time": "1775553569"
},
"departure": {
"delay": 49,
"time": "1775553589"
},
"stopId": "FR:50129:ZE:10GMA3:ATOUMOD035",
"stopSequence": 10
}
],
"timestamp": "1775560079",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:08:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3747525x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745149x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 100,
"time": "1775560240"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 38,
"time": "1775558888"
},
"departure": {
"delay": 38,
"time": "1775558918"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": -11,
"time": "1775559186"
},
"departure": {
"delay": -11,
"time": "1775559229"
},
"stopId": "FR:50129:ZE:10FOR3:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 29,
"time": "1775558457"
},
"departure": {
"delay": 29,
"time": "1775558609"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 58,
"time": "1775559377"
},
"departure": {
"delay": 58,
"time": "1775559418"
},
"stopId": "FR:50129:ZE:10PFO1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 30,
"time": "1775558648"
},
"departure": {
"delay": 30,
"time": "1775558670"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 42,
"time": "1775559685"
},
"departure": {
"delay": 42,
"time": "1775559762"
},
"stopId": "FR:50129:ZE:10ANJ5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 117,
"time": "1775560037"
},
"departure": {
"delay": 117,
"time": "1775560077"
},
"stopId": "FR:50129:ZE:10AMO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 22,
"time": "1775559466"
},
"departure": {
"delay": 22,
"time": "1775559502"
},
"stopId": "FR:50129:ZE:10RTU1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 118,
"time": "1775559926"
},
"departure": {
"delay": 118,
"time": "1775560018"
},
"stopId": "FR:50129:ZE:10EGL1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": -4,
"time": "1775559528"
},
"departure": {
"delay": -4,
"time": "1775559536"
},
"stopId": "FR:50129:ZE:10BRA3:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 34,
"time": "1775558707"
},
"departure": {
"delay": 34,
"time": "1775558794"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 4
},
{
"departure": {
"delay": 15,
"time": "1775558415"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 54,
"time": "1775558954"
},
"departure": {
"delay": 54,
"time": "1775558994"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 25,
"time": "1775559097"
},
"departure": {
"delay": 25,
"time": "1775559145"
},
"stopId": "FR:50129:ZE:10CRC3:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": -9,
"time": "1775559617"
},
"departure": {
"delay": -9,
"time": "1775559651"
},
"stopId": "FR:50129:ZE:10BQR1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 48,
"time": "1775558851"
},
"departure": {
"delay": 48,
"time": "1775558868"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 56,
"time": "1775559796"
},
"departure": {
"delay": 56,
"time": "1775559836"
},
"stopId": "FR:50129:ZE:10PRV1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 67,
"time": "1775559868"
},
"departure": {
"delay": 67,
"time": "1775559907"
},
"stopId": "FR:50129:ZE:10OLY1:ATOUMOD035",
"stopSequence": 16
}
],
"timestamp": "1775560077",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1B:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745149x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx17032:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 10653,
"time": "1775556993"
},
"departure": {
"delay": 10653,
"time": "1775556993"
},
"stopId": "FR:76540:ZE:TCARxZURIC0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 10559,
"time": "1775556733"
},
"departure": {
"delay": 10559,
"time": "1775556779"
},
"stopId": "FR:76540:ZE:TCARxDRIVI4:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 10665,
"time": "1775557305"
},
"departure": {
"delay": 10665,
"time": "1775557305"
},
"stopId": "FR:76540:ZE:TCARxCNORD1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 10655,
"time": "1775557055"
},
"departure": {
"delay": 10655,
"time": "1775557055"
},
"stopId": "FR:76540:ZE:TCARxSUISS0:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 10599,
"time": "1775557359"
},
"departure": {
"delay": 10599,
"time": "1775557359"
},
"stopId": "FR:76540:ZE:TCARxMONUM1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 10615,
"time": "1775557555"
},
"departure": {
"delay": 10615,
"time": "1775557555"
},
"stopId": "FR:76540:ZE:TCARxCONSE1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 10656,
"time": "1775557934"
},
"departure": {
"delay": 10656,
"time": "1775557956"
},
"stopId": "FR:76540:ZE:TCARxBARTS1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 10624,
"time": "1775557179"
},
"departure": {
"delay": 10624,
"time": "1775557204"
},
"stopId": "FR:76540:ZE:TCARxBUREA1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 10973,
"time": "1775559173"
},
"departure": {
"delay": 10973,
"time": "1775559173"
},
"stopId": "FR:76451:ZE:TCARxCCOMM1:ATOUMOD001",
"stopSequence": 33
},
{
"arrival": {
"delay": 10569,
"time": "1775557629"
},
"departure": {
"delay": 10569,
"time": "1775557629"
},
"stopId": "FR:76540:ZE:TCARxSTVIV2:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 10617,
"time": "1775557017"
},
"departure": {
"delay": 10617,
"time": "1775557017"
},
"stopId": "FR:76540:ZE:TCARxROLLA0:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 10894,
"time": "1775558614"
},
"departure": {
"delay": 10894,
"time": "1775558614"
},
"stopId": "FR:76540:ZE:TCARxFORTI2:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 10844,
"time": "1775558504"
},
"departure": {
"delay": 10844,
"time": "1775558504"
},
"stopId": "FR:76108:ZE:TCARxOIOIS1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 10609,
"time": "1775557129"
},
"departure": {
"delay": 10609,
"time": "1775557129"
},
"stopId": "FR:76540:ZE:TCARxDELVI2:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 10947,
"time": "1775558907"
},
"departure": {
"delay": 10947,
"time": "1775558907"
},
"stopId": "FR:76451:ZE:TCARxASSOC1:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 10636,
"time": "1775556856"
},
"departure": {
"delay": 10636,
"time": "1775556856"
},
"stopId": "FR:76540:ZE:TCARxFLEUR0:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 10829,
"time": "1775559329"
},
"stopId": "FR:76451:ZE:TCARxPVTIN:ATOUMOD001",
"stopSequence": 36
},
{
"arrival": {
"delay": 10539,
"time": "1775557454"
},
"departure": {
"delay": 10539,
"time": "1775557479"
},
"stopId": "FR:76540:ZE:TCARxBOU1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 10875,
"time": "1775558655"
},
"departure": {
"delay": 10875,
"time": "1775558655"
},
"stopId": "FR:76451:ZE:TCARxMORIN1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 10614,
"time": "1775557234"
},
"departure": {
"delay": 10614,
"time": "1775557254"
},
"stopId": "FR:76540:ZE:TCARxLYFLA2:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 10719,
"time": "1775558061"
},
"departure": {
"delay": 10719,
"time": "1775558079"
},
"stopId": "FR:76540:ZE:TCARxSVER41:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 10560,
"time": "1775557380"
},
"departure": {
"delay": 10560,
"time": "1775557380"
},
"stopId": "FR:76540:ZE:TCARxRESER1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 10651,
"time": "1775556931"
},
"departure": {
"delay": 10651,
"time": "1775556931"
},
"stopId": "FR:76540:ZE:TCARxHALL10:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 10784,
"time": "1775558159"
},
"departure": {
"delay": 10784,
"time": "1775558204"
},
"stopId": "FR:76540:ZE:TCARxGAREB2:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 10929,
"time": "1775558804"
},
"departure": {
"delay": 10929,
"time": "1775558829"
},
"stopId": "FR:76451:ZE:TCARxBERTE1:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 10889,
"time": "1775558729"
},
"departure": {
"delay": 10889,
"time": "1775558729"
},
"stopId": "FR:76451:ZE:TCARxBULIN1:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 10854,
"time": "1775558437"
},
"departure": {
"delay": 10854,
"time": "1775558454"
},
"stopId": "FR:76540:ZE:TCARxDESCA1:ATOUMOD001",
"stopSequence": 23
}
],
"timestamp": "1775556697",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx22:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx17032:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2470352:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 25,
"time": "1775562565"
},
"departure": {
"delay": 25,
"time": "1775562565"
},
"stopId": "FR:27474:ZE:0x6716:ATOUMOD006",
"stopSequence": 11
},
{
"arrival": {
"delay": -137,
"time": "1775563303"
},
"stopId": "FR:27701:ZE:0x7150:ATOUMOD006",
"stopSequence": 19
},
{
"arrival": {
"delay": 57,
"time": "1775562357"
},
"departure": {
"delay": 57,
"time": "1775562357"
},
"stopId": "FR:27474:ZE:0x6704:ATOUMOD006",
"stopSequence": 7
},
{
"arrival": {
"delay": 47,
"time": "1775561987"
},
"departure": {
"delay": 47,
"time": "1775561987"
},
"stopId": "FR:27701:ZE:0x7047:ATOUMOD006",
"stopSequence": 2
},
{
"departure": {
"time": "1775561880"
},
"stopId": "FR:27701:ZE:0x7150:ATOUMOD006",
"stopSequence": 1
},
{
"arrival": {
"delay": 61,
"time": "1775562301"
},
"departure": {
"delay": 61,
"time": "1775562301"
},
"stopId": "FR:27474:ZE:0x6720:ATOUMOD006",
"stopSequence": 5
},
{
"arrival": {
"delay": 75,
"time": "1775562675"
},
"departure": {
"delay": 75,
"time": "1775562675"
},
"stopId": "FR:27474:ZE:0x6703:ATOUMOD006",
"stopSequence": 13
},
{
"arrival": {
"delay": 69,
"time": "1775562729"
},
"departure": {
"delay": 69,
"time": "1775562729"
},
"stopId": "FR:27474:ZE:0x6713:ATOUMOD006",
"stopSequence": 14
},
{
"arrival": {
"delay": 55,
"time": "1775562535"
},
"departure": {
"delay": 55,
"time": "1775562535"
},
"stopId": "FR:27474:ZE:0x6718:ATOUMOD006",
"stopSequence": 10
},
{
"arrival": {
"delay": 58,
"time": "1775562238"
},
"departure": {
"delay": 58,
"time": "1775562238"
},
"stopId": "FR:27471:ZE:0x6938:ATOUMOD006",
"stopSequence": 4
},
{
"arrival": {
"delay": 64,
"time": "1775562484"
},
"departure": {
"delay": 64,
"time": "1775562484"
},
"stopId": "FR:27474:ZE:0x6722:ATOUMOD006",
"stopSequence": 9
},
{
"arrival": {
"delay": 32,
"time": "1775562212"
},
"departure": {
"delay": 32,
"time": "1775562212"
},
"stopId": "FR:27471:ZE:0x6941:ATOUMOD006",
"stopSequence": 3
},
{
"arrival": {
"delay": 27,
"time": "1775562627"
},
"departure": {
"delay": 27,
"time": "1775562627"
},
"stopId": "FR:27474:ZE:0x6715:ATOUMOD006",
"stopSequence": 12
},
{
"arrival": {
"delay": -76,
"time": "1775563184"
},
"departure": {
"delay": -76,
"time": "1775563184"
},
"stopId": "FR:27701:ZE:0x7168:ATOUMOD006",
"stopSequence": 18
},
{
"arrival": {
"delay": -76,
"time": "1775563004"
},
"departure": {
"delay": -76,
"time": "1775563004"
},
"stopId": "FR:27365:ZE:0x6336:ATOUMOD006",
"stopSequence": 17
},
{
"arrival": {
"delay": 32,
"time": "1775562332"
},
"departure": {
"delay": 32,
"time": "1775562332"
},
"stopId": "FR:27474:ZE:0x6710:ATOUMOD006",
"stopSequence": 6
},
{
"arrival": {
"delay": 15,
"time": "1775562795"
},
"departure": {
"delay": 15,
"time": "1775562795"
},
"stopId": "FR:27474:ZE:0x6709:ATOUMOD006",
"stopSequence": 15
},
{
"arrival": {
"delay": -75,
"time": "1775562885"
},
"departure": {
"delay": -75,
"time": "1775562885"
},
"stopId": "FR:27701:ZE:0x7077:ATOUMOD006",
"stopSequence": 16
},
{
"arrival": {
"delay": 87,
"time": "1775562447"
},
"departure": {
"delay": 87,
"time": "1775562447"
},
"stopId": "FR:27474:ZE:0x6707:ATOUMOD006",
"stopSequence": 8
}
],
"timestamp": "1775560063",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD006:Line:7b:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2470352:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4107838x2025x26xGSemHTRAxSemainex00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 82,
"time": "1775560462"
},
"stopId": "FR:76351:ZE:3984:ATOUMOD003",
"stopSequence": 16
},
{
"departure": {
"delay": 141,
"time": "1775559681"
},
"stopId": "FR:76351:ZE:3970:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": 116,
"time": "1775559956"
},
"departure": {
"delay": 116,
"time": "1775559956"
},
"stopId": "FR:76351:ZE:4000:ATOUMOD003",
"stopSequence": 10
},
{
"departure": {
"delay": 83,
"time": "1775559263"
},
"stopId": "FR:76351:ZE:3976:ATOUMOD003",
"stopSequence": 5
},
{
"arrival": {
"delay": 43,
"time": "1775560363"
},
"departure": {
"delay": 43,
"time": "1775560363"
},
"stopId": "FR:76351:ZE:3998:ATOUMOD003",
"stopSequence": 15
},
{
"departure": {
"delay": 116,
"time": "1775559476"
},
"stopId": "FR:76351:ZE:3972:ATOUMOD003",
"stopSequence": 7
},
{
"departure": {
"delay": 132,
"time": "1775559372"
},
"stopId": "FR:76351:ZE:3992:ATOUMOD003",
"stopSequence": 6
},
{
"departure": {
"delay": 84,
"time": "1775560044"
},
"stopId": "FR:76351:ZE:3960:ATOUMOD003",
"stopSequence": 11
},
{
"departure": {
"delay": 129,
"time": "1775559849"
},
"stopId": "FR:76351:ZE:3990:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": 63,
"time": "1775560263"
},
"departure": {
"delay": 63,
"time": "1775560263"
},
"stopId": "FR:76351:ZE:3965:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": 67,
"time": "1775560147"
},
"departure": {
"delay": 67,
"time": "1775560147"
},
"stopId": "FR:76351:ZE:3981:ATOUMOD003",
"stopSequence": 12
}
],
"timestamp": "1775560059",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:A:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4107838x2025x26xGSemHTRAxSemainex00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx13791:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -4926,
"time": "1775561574"
},
"departure": {
"delay": -4926,
"time": "1775561574"
},
"stopId": "FR:76322:ZE:TCARxRCOTY1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": -4979,
"time": "1775561161"
},
"departure": {
"delay": -4979,
"time": "1775561161"
},
"stopId": "FR:76497:ZE:TCARxVERDE1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": -5016,
"time": "1775560344"
},
"departure": {
"delay": -5016,
"time": "1775560344"
},
"stopId": "FR:76319:ZE:TCARxROUVR1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -4953,
"time": "1775560407"
},
"departure": {
"delay": -4953,
"time": "1775560407"
},
"stopId": "FR:76319:ZE:TCARxHUGGC1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": -4953,
"time": "1775562207"
},
"departure": {
"delay": -4953,
"time": "1775562207"
},
"stopId": "FR:76575:ZE:TCARxJBREL0:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": -4980,
"time": "1775562240"
},
"departure": {
"delay": -4980,
"time": "1775562240"
},
"stopId": "FR:76575:ZE:TCARxELANG0:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": -4949,
"time": "1775561671"
},
"departure": {
"delay": -4949,
"time": "1775561671"
},
"stopId": "FR:76322:ZE:TCARxFONCK2:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": -4980,
"time": "1775560740"
},
"departure": {
"delay": -4980,
"time": "1775560740"
},
"stopId": "FR:76497:ZE:TCARxPMAIR1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": -4988,
"time": "1775560372"
},
"departure": {
"delay": -4988,
"time": "1775560372"
},
"stopId": "FR:76319:ZE:TCARxCARAB1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": -4944,
"time": "1775560476"
},
"departure": {
"delay": -4944,
"time": "1775560476"
},
"stopId": "FR:76319:ZE:TCARxRENOI1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": -4940,
"time": "1775560960"
},
"departure": {
"delay": -4940,
"time": "1775560960"
},
"stopId": "FR:76497:ZE:TCARxJBART1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": -4951,
"time": "1775561549"
},
"departure": {
"delay": -4951,
"time": "1775561549"
},
"stopId": "FR:76322:ZE:TCARxCDCHA1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": -4980,
"time": "1775561460"
},
"departure": {
"delay": -4980,
"time": "1775561460"
},
"stopId": "FR:76322:ZE:TCARxBRAQU3:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": -4938,
"time": "1775560602"
},
"departure": {
"delay": -4938,
"time": "1775560602"
},
"stopId": "FR:76319:ZE:TCARxRAFFI1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -4978,
"time": "1775560262"
},
"departure": {
"delay": -4978,
"time": "1775560262"
},
"stopId": "FR:76319:ZE:TCARxMATIS1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -4963,
"time": "1775561357"
},
"departure": {
"delay": -4963,
"time": "1775561357"
},
"stopId": "FR:76322:ZE:TCARxSEINE1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": -4979,
"time": "1775561521"
},
"departure": {
"delay": -4979,
"time": "1775561521"
},
"stopId": "FR:76322:ZE:TCARxBRAZZ1:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": -4934,
"time": "1775561626"
},
"departure": {
"delay": -4934,
"time": "1775561626"
},
"stopId": "FR:76322:ZE:TCARxANDRE1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": -4980,
"time": "1775560560"
},
"departure": {
"delay": -4980,
"time": "1775560560"
},
"stopId": "FR:76319:ZE:TCARxLYLEG1:ATOUMOD001",
"stopSequence": 7
},
{
"departure": {
"delay": -5040,
"time": "1775560200"
},
"stopId": "FR:76319:ZE:TCARxBOUTT1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": -4934,
"time": "1775562166"
},
"departure": {
"delay": -4934,
"time": "1775562166"
},
"stopId": "FR:76575:ZE:TCARxCATEL0:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": -4934,
"time": "1775561086"
},
"departure": {
"delay": -4934,
"time": "1775561086"
},
"stopId": "FR:76497:ZE:TCARxCLECO1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": -4951,
"time": "1775562089"
},
"departure": {
"delay": -4951,
"time": "1775562089"
},
"stopId": "FR:76575:ZE:TCARxESIGE1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": -4962,
"time": "1775560818"
},
"departure": {
"delay": -4962,
"time": "1775560818"
},
"stopId": "FR:76497:ZE:TCARxTOURE1:ATOUMOD001",
"stopSequence": 10
}
],
"timestamp": "1775559757",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx06:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx13791:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3748522x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 81,
"time": "1775554687"
},
"departure": {
"delay": 81,
"time": "1775554701"
},
"stopId": "FR:50129:ZE:10VDT1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 205,
"time": "1775555336"
},
"departure": {
"delay": 205,
"time": "1775555365"
},
"stopId": "FR:50129:ZE:10OLY1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 104,
"time": "1775556512"
},
"departure": {
"delay": 104,
"time": "1775556524"
},
"stopId": "FR:50129:ZE:10JBO3:ATOUMOD035",
"stopSequence": 22
},
{
"departure": {
"delay": 74,
"time": "1775554574"
},
"stopId": "FR:50129:ZE:10PYC1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 204,
"time": "1775555265"
},
"departure": {
"delay": 204,
"time": "1775555304"
},
"stopId": "FR:50129:ZE:10PRV1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 185,
"time": "1775555157"
},
"departure": {
"delay": 185,
"time": "1775555165"
},
"stopId": "FR:50129:ZE:10BQR1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": -30,
"time": "1775556046"
},
"departure": {
"delay": -30,
"time": "1775556090"
},
"stopId": "FR:50129:ZE:10LUM1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 124,
"time": "1775556664"
},
"stopId": "FR:50129:ZE:10ZSA3:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": -16,
"time": "1775555791"
},
"departure": {
"delay": -16,
"time": "1775555804"
},
"stopId": "FR:50129:ZE:10THH3:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": -23,
"time": "1775556277"
},
"departure": {
"delay": -23,
"time": "1775556277"
},
"stopId": "FR:50129:ZE:10BRO1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 165,
"time": "1775554949"
},
"departure": {
"delay": 165,
"time": "1775554965"
},
"stopId": "FR:50129:ZE:10MRT1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": -32,
"time": "1775555936"
},
"departure": {
"delay": -32,
"time": "1775555968"
},
"stopId": "FR:50129:ZE:10BHC3:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 172,
"time": "1775554896"
},
"departure": {
"delay": 172,
"time": "1775554912"
},
"stopId": "FR:50129:ZE:10FOE1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 121,
"time": "1775554825"
},
"departure": {
"delay": 121,
"time": "1775554861"
},
"stopId": "FR:50129:ZE:10GRI1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": -58,
"time": "1775556144"
},
"departure": {
"delay": -58,
"time": "1775556182"
},
"stopId": "FR:50129:ZE:10LLM1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 211,
"time": "1775555390"
},
"departure": {
"delay": 211,
"time": "1775555431"
},
"stopId": "FR:50129:ZE:10EGL1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": -44,
"time": "1775555881"
},
"departure": {
"delay": -44,
"time": "1775555896"
},
"stopId": "FR:50129:ZE:10LCA1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": -57,
"time": "1775556111"
},
"departure": {
"delay": -57,
"time": "1775556123"
},
"stopId": "FR:50129:ZE:10JMO1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 80,
"time": "1775554750"
},
"departure": {
"delay": 80,
"time": "1775554760"
},
"stopId": "FR:50129:ZE:10ZFO1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 165,
"time": "1775555068"
},
"departure": {
"delay": 165,
"time": "1775555085"
},
"stopId": "FR:50129:ZE:10BRA1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 147,
"time": "1775555455"
},
"departure": {
"delay": 147,
"time": "1775555487"
},
"stopId": "FR:50129:ZE:10AMO1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 173,
"time": "1775555574"
},
"departure": {
"delay": 173,
"time": "1775555693"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 102,
"time": "1775556565"
},
"departure": {
"delay": 102,
"time": "1775556582"
},
"stopId": "FR:50129:ZE:10CHE1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 195,
"time": "1775555194"
},
"departure": {
"delay": 195,
"time": "1775555235"
},
"stopId": "FR:50129:ZE:10ANJ5:ATOUMOD035",
"stopSequence": 9
}
],
"timestamp": "1775560076",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:06:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3748522x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx119:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 456,
"time": "1775559276"
},
"stopId": "FR:76474:ZE:TCARxBMAIR2:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": 411,
"time": "1775558426"
},
"departure": {
"delay": 411,
"time": "1775558451"
},
"stopId": "FR:76540:ZE:TCARxBAPEA2:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 371,
"time": "1775558226"
},
"departure": {
"delay": 371,
"time": "1775558351"
},
"stopId": "FR:76540:ZE:TCARxRIBOU2:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 511,
"time": "1775559151"
},
"departure": {
"delay": 511,
"time": "1775559151"
},
"stopId": "FR:76474:ZE:TCARxMOULI2:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 336,
"time": "1775557451"
},
"departure": {
"delay": 336,
"time": "1775557476"
},
"stopId": "FR:76540:ZE:TCARxPMARC2:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 366,
"time": "1775557581"
},
"departure": {
"delay": 366,
"time": "1775557626"
},
"stopId": "FR:76540:ZE:TCARxREPUB2:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 196,
"time": "1775556652"
},
"departure": {
"delay": 196,
"time": "1775556676"
},
"stopId": "FR:76540:ZE:TCARxARGEN2:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 211,
"time": "1775556432"
},
"departure": {
"delay": 211,
"time": "1775556451"
},
"stopId": "FR:76540:ZE:TCARxSTCLA2:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 201,
"time": "1775556501"
},
"departure": {
"delay": 201,
"time": "1775556501"
},
"stopId": "FR:76540:ZE:TCARxCOUPE2:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 321,
"time": "1775557701"
},
"departure": {
"delay": 321,
"time": "1775557701"
},
"stopId": "FR:76540:ZE:TCARxCATHE2:ATOUMOD001",
"stopSequence": 17
},
{
"departure": {
"delay": 106,
"time": "1775555926"
},
"stopId": "FR:76095:ZE:TCARxTAMAR:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 177,
"time": "1775556177"
},
"departure": {
"delay": 177,
"time": "1775556177"
},
"stopId": "FR:76540:ZE:TCARxMAIS10:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 161,
"time": "1775556076"
},
"departure": {
"delay": 161,
"time": "1775556101"
},
"stopId": "FR:76540:ZE:TCARxCHATL2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 551,
"time": "1775558940"
},
"departure": {
"delay": 551,
"time": "1775558951"
},
"stopId": "FR:76216:ZE:TCARxPALIS2:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 406,
"time": "1775558002"
},
"departure": {
"delay": 406,
"time": "1775558026"
},
"stopId": "FR:76540:ZE:TCARxPASPA2:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 167,
"time": "1775556827"
},
"departure": {
"delay": 167,
"time": "1775556827"
},
"stopId": "FR:76540:ZE:TCARxDRIVI2:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 296,
"time": "1775557306"
},
"departure": {
"delay": 296,
"time": "1775557376"
},
"stopId": "FR:76540:ZE:TCARxMARTT2:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 220,
"time": "1775557155"
},
"departure": {
"delay": 220,
"time": "1775557180"
},
"stopId": "FR:76540:ZE:TCARxCHRUT2:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 178,
"time": "1775557078"
},
"departure": {
"delay": 178,
"time": "1775557078"
},
"stopId": "FR:76540:ZE:TCARxHILAI2:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 231,
"time": "1775556930"
},
"departure": {
"delay": 231,
"time": "1775556951"
},
"stopId": "FR:76540:ZE:TCARxJEUNE2:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 199,
"time": "1775556379"
},
"departure": {
"delay": 199,
"time": "1775556379"
},
"stopId": "FR:76540:ZE:TCARxMALRA2:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 456,
"time": "1775558651"
},
"departure": {
"delay": 456,
"time": "1775558676"
},
"stopId": "FR:76216:ZE:TCARxPTPIE2:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 362,
"time": "1775558102"
},
"departure": {
"delay": 362,
"time": "1775558102"
},
"stopId": "FR:76540:ZE:TCARxLUCIL2:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 486,
"time": "1775558776"
},
"departure": {
"delay": 486,
"time": "1775558826"
},
"stopId": "FR:76216:ZE:TCARxDVILL2:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 366,
"time": "1775557926"
},
"departure": {
"delay": 366,
"time": "1775557926"
},
"stopId": "FR:76540:ZE:TCARxBELGE2:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 394,
"time": "1775558554"
},
"departure": {
"delay": 394,
"time": "1775558554"
},
"stopId": "FR:76216:ZE:TCARxMAISO2:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 531,
"time": "1775559051"
},
"departure": {
"delay": 531,
"time": "1775559051"
},
"stopId": "FR:76216:ZE:TCARxDLUNE2:ATOUMOD001",
"stopSequence": 28
}
],
"timestamp": "1775555937",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx92:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx119:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745194x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 162,
"time": "1775535125"
},
"departure": {
"delay": 162,
"time": "1775535162"
},
"stopId": "FR:50129:ZE:10BRA4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 1,
"time": "1775536003"
},
"departure": {
"delay": 1,
"time": "1775536021"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 115,
"time": "1775534717"
},
"departure": {
"delay": 115,
"time": "1775534755"
},
"stopId": "FR:50129:ZE:10EGL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 99,
"time": "1775535654"
},
"departure": {
"delay": 99,
"time": "1775535699"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 130,
"time": "1775534782"
},
"departure": {
"delay": 130,
"time": "1775534830"
},
"stopId": "FR:50129:ZE:10OYG2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 122,
"time": "1775534928"
},
"departure": {
"delay": 122,
"time": "1775534942"
},
"stopId": "FR:50129:ZE:10ANJ6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 52,
"time": "1775535919"
},
"departure": {
"delay": 52,
"time": "1775535952"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 110,
"time": "1775535734"
},
"departure": {
"delay": 110,
"time": "1775535770"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 117,
"time": "1775535807"
},
"departure": {
"delay": 117,
"time": "1775535837"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 111,
"time": "1775535875"
},
"departure": {
"delay": 111,
"time": "1775535891"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": -19,
"time": "1775536121"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 127,
"time": "1775534974"
},
"departure": {
"delay": 127,
"time": "1775535007"
},
"stopId": "FR:50129:ZE:10BQR2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 50,
"time": "1775535336"
},
"departure": {
"delay": 50,
"time": "1775535350"
},
"stopId": "FR:50129:ZE:10FOR4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 98,
"time": "1775535415"
},
"departure": {
"delay": 98,
"time": "1775535458"
},
"stopId": "FR:50129:ZE:10CRC4:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 137,
"time": "1775534863"
},
"departure": {
"delay": 137,
"time": "1775534897"
},
"stopId": "FR:50129:ZE:10PRV2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 109,
"time": "1775535252"
},
"departure": {
"delay": 109,
"time": "1775535289"
},
"stopId": "FR:50129:ZE:10PFO2:ATOUMOD035",
"stopSequence": 10
},
{
"departure": {
"delay": 132,
"time": "1775534532"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 129,
"time": "1775535572"
},
"departure": {
"delay": 129,
"time": "1775535609"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 140,
"time": "1775535188"
},
"departure": {
"delay": 140,
"time": "1775535200"
},
"stopId": "FR:50129:ZE:10RTU2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 110,
"time": "1775534669"
},
"departure": {
"delay": 110,
"time": "1775534690"
},
"stopId": "FR:50129:ZE:10AMO2:ATOUMOD035",
"stopSequence": 2
}
],
"timestamp": "1775560079",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1A:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745194x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx19008:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 15819,
"time": "1775562399"
},
"departure": {
"delay": 15819,
"time": "1775562399"
},
"stopId": "FR:76540:ZE:TCARxORLET3:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 15780,
"time": "1775561760"
},
"departure": {
"delay": 15780,
"time": "1775561760"
},
"stopId": "FR:76540:ZE:TCARxRIBOT1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 15794,
"time": "1775562194"
},
"departure": {
"delay": 15794,
"time": "1775562194"
},
"stopId": "FR:76540:ZE:TCARxCAMIT1:ATOUMOD001",
"stopSequence": 7
}
],
"timestamp": "1775557597",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx95:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx19008:LOC"
}
}
},
{
"id": "SM:ATOUMOD019:ServiceJourney:2x18153483:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 170,
"time": "1775559774"
},
"departure": {
"delay": 170,
"time": "1775559830"
},
"stopId": "FR:76114:ZE:108:ATOUMOD019",
"stopSequence": 7
},
{
"arrival": {
"delay": 135,
"time": "1775559195"
},
"departure": {
"delay": 135,
"time": "1775559735"
},
"stopId": "FR:76114:ZE:107:ATOUMOD019",
"stopSequence": 6
},
{
"arrival": {
"delay": 181,
"time": "1775559855"
},
"departure": {
"delay": 181,
"time": "1775559901"
},
"stopId": "FR:76114:ZE:109:ATOUMOD019",
"stopSequence": 8
},
{
"arrival": {
"time": "1775559939"
},
"departure": {
"time": "1775559780"
},
"stopId": "FR:76114:ZE:110:ATOUMOD019",
"stopSequence": 9
}
],
"timestamp": "1775560075",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD019:Line:1:LOC",
"tripId": "ATOUMOD019:ServiceJourney:2x18153483:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx4671:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 173,
"time": "1775558566"
},
"departure": {
"delay": 173,
"time": "1775558633"
},
"stopId": "FR:76540:ZE:TCARxGAREV1:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 133,
"time": "1775557547"
},
"departure": {
"delay": 133,
"time": "1775557573"
},
"stopId": "FR:76681:ZE:TCARxJUILL1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -16,
"time": "1775557664"
},
"departure": {
"delay": -16,
"time": "1775557664"
},
"stopId": "FR:76681:ZE:TCARxSOTTE1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 93,
"time": "1775558291"
},
"departure": {
"delay": 93,
"time": "1775558313"
},
"stopId": "FR:76540:ZE:TCARxJOFFR1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 15,
"time": "1775558407"
},
"departure": {
"delay": 15,
"time": "1775558415"
},
"stopId": "FR:76540:ZE:TCARxTARTS1:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 93,
"time": "1775558489"
},
"departure": {
"delay": 93,
"time": "1775558493"
},
"stopId": "FR:76540:ZE:TCARxJUSTI1:ATOUMOD001",
"stopSequence": 28
}
],
"timestamp": "1775556737",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx90:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx4671:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx1382:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 5,
"time": "1775560565"
},
"departure": {
"delay": 5,
"time": "1775560565"
},
"stopId": "FR:76212:ZE:TCARxCANAD2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 2,
"time": "1775560742"
},
"departure": {
"delay": 2,
"time": "1775560742"
},
"stopId": "FR:76212:ZE:TCARxECOLE2:ATOUMOD001",
"stopSequence": 4
},
{
"departure": {
"time": "1775560440"
},
"stopId": "FR:76212:ZE:TCARxDUREC:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"time": "1775560620"
},
"departure": {
"time": "1775560620"
},
"stopId": "FR:76212:ZE:TCARxDMAIR2:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"time": "1775560920"
},
"departure": {
"time": "1775560920"
},
"stopId": "FR:76540:ZE:TCARxJEUNE2:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 35,
"time": "1775560835"
},
"departure": {
"delay": 35,
"time": "1775560835"
},
"stopId": "FR:76540:ZE:TCARxDRIVI2:ATOUMOD001",
"stopSequence": 5
}
],
"timestamp": "1775559977",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx93:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx1382:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3758421x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 18,
"time": "1775548019"
},
"departure": {
"delay": 18,
"time": "1775548158"
},
"stopId": "FR:50041:ZE:HAGBG1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": -18,
"time": "1775548747"
},
"departure": {
"delay": -18,
"time": "1775548782"
},
"stopId": "FR:50129:ZE:10CAQ1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": -19,
"time": "1775547276"
},
"departure": {
"delay": -19,
"time": "1775547281"
},
"stopId": "FR:50041:ZE:HAGFY1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 3,
"time": "1775549122"
},
"departure": {
"delay": 3,
"time": "1775549163"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 6,
"time": "1775548604"
},
"departure": {
"delay": 6,
"time": "1775548626"
},
"stopId": "FR:50129:ZE:10PET1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": -21,
"time": "1775549271"
},
"departure": {
"delay": -21,
"time": "1775549319"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 21,
"time": "1775549582"
},
"departure": {
"delay": 21,
"time": "1775549661"
},
"stopId": "FR:50129:ZE:10PLA4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 26,
"time": "1775549210"
},
"departure": {
"delay": 26,
"time": "1775549246"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": -16,
"time": "1775549705"
},
"departure": {
"delay": -16,
"time": "1775549744"
},
"stopId": "FR:50129:ZE:10CRN2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 51,
"time": "1775548519"
},
"departure": {
"delay": 51,
"time": "1775548551"
},
"stopId": "FR:50129:ZE:10DIX1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 41,
"time": "1775548395"
},
"departure": {
"delay": 41,
"time": "1775548421"
},
"stopId": "FR:50129:ZE:QQVPL2:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": -9,
"time": "1775549472"
},
"departure": {
"delay": -9,
"time": "1775549511"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 50,
"time": "1775547206"
},
"departure": {
"delay": 50,
"time": "1775547230"
},
"stopId": "FR:50041:ZE:HAGMA1:ATOUMOD035",
"stopSequence": 3
},
{
"departure": {
"delay": 12,
"time": "1775546712"
},
"stopId": "FR:50041:ZE:HAGOLL:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": -21,
"time": "1775548653"
},
"departure": {
"delay": -21,
"time": "1775548659"
},
"stopId": "FR:50129:ZE:10HME1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 20,
"time": "1775546984"
},
"departure": {
"delay": 20,
"time": "1775547080"
},
"stopId": "FR:50041:ZE:HAGCC1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": -17,
"time": "1775549398"
},
"departure": {
"delay": -17,
"time": "1775549443"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 26,
"time": "1775549906"
},
"stopId": "FR:50129:ZE:10PEM4:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 17,
"time": "1775547526"
},
"departure": {
"delay": 17,
"time": "1775547617"
},
"stopId": "FR:50041:ZE:HAGGR1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 26,
"time": "1775548941"
},
"departure": {
"delay": 26,
"time": "1775548946"
},
"stopId": "FR:50129:ZE:10LSA1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": -43,
"time": "1775547963"
},
"departure": {
"delay": -43,
"time": "1775547977"
},
"stopId": "FR:50041:ZE:HAGMF1:ATOUMOD035",
"stopSequence": 6
}
],
"timestamp": "1775560078",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:A:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3758421x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD036:ServiceJourney:5312921417547776x1:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -53,
"time": "1775560505"
},
"departure": {
"delay": -53,
"time": "1775560567"
},
"stopId": "FR:14740:ZE:5089915723317248:ATOUMOD036",
"stopSequence": 25
},
{
"arrival": {
"delay": -68,
"time": "1775560414"
},
"departure": {
"delay": -68,
"time": "1775560492"
},
"stopId": "FR:14740:ZE:6291247872344064:ATOUMOD036",
"stopSequence": 24
},
{
"arrival": {
"delay": -12,
"time": "1775559755"
},
"departure": {
"delay": -12,
"time": "1775559768"
},
"stopId": "FR:14478:ZE:4850675441729536:ATOUMOD036",
"stopSequence": 21
},
{
"arrival": {
"delay": -147,
"time": "1775559915"
},
"departure": {
"delay": -147,
"time": "1775559933"
},
"stopId": "FR:14478:ZE:5188555217305600:ATOUMOD036",
"stopSequence": 22
},
{
"arrival": {
"delay": -163,
"time": "1775560637"
},
"stopId": "FR:14478:ZE:5206469525897216:ATOUMOD036",
"stopSequence": 27
},
{
"arrival": {
"delay": -78,
"time": "1775560574"
},
"departure": {
"delay": -78,
"time": "1775560662"
},
"stopId": "FR:14478:ZE:4537534806753280:ATOUMOD036",
"stopSequence": 26
},
{
"arrival": {
"delay": 20,
"time": "1775559605"
},
"departure": {
"delay": 20,
"time": "1775559620"
},
"stopId": "FR:14621:ZE:4829967189803008:ATOUMOD036",
"stopSequence": 20
},
{
"arrival": {
"delay": -204,
"time": "1775560061"
},
"departure": {
"delay": -204,
"time": "1775560296"
},
"stopId": "FR:14478:ZE:5154554561691648:ATOUMOD036",
"stopSequence": 23
}
],
"timestamp": "1775560083",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD036:Line:5118765622624256:LOC",
"tripId": "ATOUMOD036:ServiceJourney:5312921417547776x1:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN3115F405479x2026x03x29T20x55x37Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775569440"
},
"stopId": "FR:76351:ZE:StopPointxOCETrainxTERx87413013:ATOUMOD002",
"stopSequence": 41
},
{
"arrival": {
"time": "1775568540"
},
"departure": {
"time": "1775568600"
},
"stopId": "FR:76141:ZE:StopPointxOCETrainxTERx87413344:ATOUMOD002",
"stopSequence": 40
},
{
"arrival": {
"time": "1775567700"
},
"departure": {
"time": "1775567760"
},
"stopId": "FR:76758:ZE:StopPointxOCETrainxTERx87413385:ATOUMOD002",
"stopSequence": 38
},
{
"departure": {
"time": "1775562000"
},
"stopId": "FR:75108:ZE:StopPointxOCETrainxTERx87384008:ATOUMOD002",
"stopSequence": 26
},
{
"arrival": {
"time": "1775566380"
},
"departure": {
"time": "1775566560"
},
"stopId": "FR:76540:ZE:StopPointxOCETrainxTERx87411017:ATOUMOD002",
"stopSequence": 36
}
],
"timestamp": "1775558395",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD002:Line:FRxLinexx468B44B7xC327x4154xB85Ex25C67C32B61Ex:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN3115F405479x2026x03x29T20x55x37Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx3503:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775560440"
},
"departure": {
"time": "1775560440"
},
"stopId": "FR:76540:ZE:TCARxTARTS0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 18,
"time": "1775560938"
},
"departure": {
"delay": 18,
"time": "1775560938"
},
"stopId": "FR:76498:ZE:TCARxTRUFF0:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 33,
"time": "1775560353"
},
"departure": {
"delay": 33,
"time": "1775560353"
},
"stopId": "FR:76540:ZE:TCARxJUSTI0:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"time": "1775561820"
},
"stopId": "FR:76322:ZE:TCARxBRAQU0:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 25,
"time": "1775561365"
},
"departure": {
"delay": 25,
"time": "1775561365"
},
"stopId": "FR:76322:ZE:TCARxPROVI0:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 20,
"time": "1775560880"
},
"departure": {
"delay": 20,
"time": "1775560880"
},
"stopId": "FR:76498:ZE:TCARxJAURE0:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 57,
"time": "1775560257"
},
"departure": {
"delay": 57,
"time": "1775560257"
},
"stopId": "FR:76540:ZE:TCARxGAREV0:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"time": "1775560680"
},
"departure": {
"time": "1775560680"
},
"stopId": "FR:76540:ZE:TCARxSTSEV0:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 18,
"time": "1775560518"
},
"departure": {
"delay": 18,
"time": "1775560518"
},
"stopId": "FR:76540:ZE:TCARxJOFFR0:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 51,
"time": "1775560191"
},
"departure": {
"delay": 51,
"time": "1775560191"
},
"stopId": "FR:76540:ZE:TCARxBEAUV0:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 9,
"time": "1775561529"
},
"departure": {
"delay": 9,
"time": "1775561529"
},
"stopId": "FR:76322:ZE:TCARxLBLUM0:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 42,
"time": "1775561622"
},
"departure": {
"delay": 42,
"time": "1775561622"
},
"stopId": "FR:76322:ZE:TCARxCEZAN0:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 30,
"time": "1775561250"
},
"departure": {
"delay": 30,
"time": "1775561250"
},
"stopId": "FR:76498:ZE:TCARxCHGAU0:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 23,
"time": "1775560763"
},
"departure": {
"delay": 23,
"time": "1775560763"
},
"stopId": "FR:76540:ZE:TCARxAVCAE0:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 41,
"time": "1775561441"
},
"departure": {
"delay": 41,
"time": "1775561441"
},
"stopId": "FR:76322:ZE:TCARxKENNE0:ATOUMOD001",
"stopSequence": 15
}
],
"timestamp": "1775559877",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx90:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx3503:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx4098:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 54,
"time": "1775558981"
},
"departure": {
"delay": 54,
"time": "1775558994"
},
"stopId": "FR:76498:ZE:TCARxJULIE1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 95,
"time": "1775559080"
},
"departure": {
"delay": 95,
"time": "1775559095"
},
"stopId": "FR:76498:ZE:TCARx08MAI1:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 174,
"time": "1775559342"
},
"departure": {
"delay": 174,
"time": "1775559354"
},
"stopId": "FR:76540:ZE:TCARxAVCAE1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 62,
"time": "1775558882"
},
"departure": {
"delay": 62,
"time": "1775558882"
},
"stopId": "FR:76498:ZE:TCARxCHGAU1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 114,
"time": "1775559757"
},
"departure": {
"delay": 114,
"time": "1775559774"
},
"stopId": "FR:76540:ZE:TCARxJUSTI1:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 95,
"time": "1775558477"
},
"departure": {
"delay": 95,
"time": "1775558495"
},
"stopId": "FR:76322:ZE:TCARxCEZAN1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 154,
"time": "1775559842"
},
"departure": {
"delay": 154,
"time": "1775559874"
},
"stopId": "FR:76540:ZE:TCARxGAREV1:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 56,
"time": "1775559687"
},
"departure": {
"delay": 56,
"time": "1775559716"
},
"stopId": "FR:76540:ZE:TCARxTARTS1:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 115,
"time": "1775558680"
},
"departure": {
"delay": 115,
"time": "1775558695"
},
"stopId": "FR:76322:ZE:TCARxKENNE1:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 114,
"time": "1775558567"
},
"departure": {
"delay": 114,
"time": "1775558574"
},
"stopId": "FR:76322:ZE:TCARxLBLUM1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 134,
"time": "1775559166"
},
"departure": {
"delay": 134,
"time": "1775559194"
},
"stopId": "FR:76498:ZE:TCARxTRUFF1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 114,
"time": "1775559574"
},
"departure": {
"delay": 114,
"time": "1775559594"
},
"stopId": "FR:76540:ZE:TCARxJOFFR1:ATOUMOD001",
"stopSequence": 26
},
{
"departure": {
"delay": 15,
"time": "1775558415"
},
"stopId": "FR:76322:ZE:TCARxBRAQU1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 74,
"time": "1775559468"
},
"departure": {
"delay": 74,
"time": "1775559494"
},
"stopId": "FR:76540:ZE:TCARxSTSEV1:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 154,
"time": "1775558770"
},
"departure": {
"delay": 154,
"time": "1775558794"
},
"stopId": "FR:76322:ZE:TCARxPROVI1:ATOUMOD001",
"stopSequence": 18
}
],
"timestamp": "1775558416",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx90:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx4098:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx6199:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 164,
"time": "1775558204"
},
"departure": {
"delay": 164,
"time": "1775558204"
},
"stopId": "FR:76540:ZE:TCARxBELGE2:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 58,
"time": "1775558855"
},
"departure": {
"delay": 58,
"time": "1775558878"
},
"stopId": "FR:76451:ZE:TCARxCAMPU2:ATOUMOD001",
"stopSequence": 12
},
{
"departure": {
"delay": 1,
"time": "1775557621"
},
"stopId": "FR:76540:ZE:TCARxCHRUT2:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 119,
"time": "1775558279"
},
"departure": {
"delay": 119,
"time": "1775558279"
},
"stopId": "FR:76540:ZE:TCARxPASPA2:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 98,
"time": "1775558378"
},
"departure": {
"delay": 98,
"time": "1775558378"
},
"stopId": "FR:76540:ZE:TCARxLUCIL2:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 125,
"time": "1775557985"
},
"departure": {
"delay": 125,
"time": "1775557985"
},
"stopId": "FR:76540:ZE:TCARxCATHE2:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 123,
"time": "1775558053"
},
"departure": {
"delay": 123,
"time": "1775558103"
},
"stopId": "FR:76540:ZE:TCARxTARTT2:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 48,
"time": "1775557728"
},
"departure": {
"delay": 48,
"time": "1775557728"
},
"stopId": "FR:76540:ZE:TCARxMARTT2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 103,
"time": "1775557903"
},
"departure": {
"delay": 103,
"time": "1775557903"
},
"stopId": "FR:76540:ZE:TCARxREPUB2:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 48,
"time": "1775558578"
},
"departure": {
"delay": 48,
"time": "1775558628"
},
"stopId": "FR:76540:ZE:TCARxFDVAL2:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 124,
"time": "1775557804"
},
"departure": {
"delay": 124,
"time": "1775557804"
},
"stopId": "FR:76540:ZE:TCARxPMARC2:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 8,
"time": "1775559128"
},
"stopId": "FR:76451:ZE:TCARxMTMAL2:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 74,
"time": "1775558954"
},
"departure": {
"delay": 74,
"time": "1775558954"
},
"stopId": "FR:76451:ZE:TCARxCBLBE2:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 53,
"time": "1775559053"
},
"departure": {
"delay": 53,
"time": "1775559053"
},
"stopId": "FR:76451:ZE:TCARxCOQUE2:ATOUMOD001",
"stopSequence": 14
}
],
"timestamp": "1775557617",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx91:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx6199:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx1609:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 51,
"time": "1775559651"
},
"departure": {
"delay": 51,
"time": "1775559651"
},
"stopId": "FR:76157:ZE:TCARxTJAUR1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 34,
"time": "1775559814"
},
"departure": {
"delay": 34,
"time": "1775559814"
},
"stopId": "FR:76157:ZE:TCARxTDUMA1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 32,
"time": "1775561672"
},
"departure": {
"delay": 32,
"time": "1775561672"
},
"stopId": "FR:76540:ZE:TCARxECOLE1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 18,
"time": "1775560158"
},
"departure": {
"delay": 18,
"time": "1775560158"
},
"stopId": "FR:76157:ZE:TCARxCORNI1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 44,
"time": "1775559704"
},
"departure": {
"delay": 44,
"time": "1775559704"
},
"stopId": "FR:76157:ZE:TCARxTPROV1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 19,
"time": "1775559559"
},
"departure": {
"delay": 19,
"time": "1775559559"
},
"stopId": "FR:76157:ZE:TCARxTPISS1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 30,
"time": "1775560290"
},
"departure": {
"delay": 30,
"time": "1775560290"
},
"stopId": "FR:76540:ZE:TCARxMIN1T:ATOUMOD001",
"stopSequence": 9
},
{
"departure": {
"delay": 30,
"time": "1775559510"
},
"stopId": "FR:76157:ZE:TCARxTMONET:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 30,
"time": "1775560470"
},
"departure": {
"delay": 30,
"time": "1775560470"
},
"stopId": "FR:76540:ZE:TCARxRIBOU1:ATOUMOD001",
"stopSequence": 10
}
],
"timestamp": "1775559177",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx93:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx1609:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC598403:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 43,
"time": "1775559943"
},
"stopId": "FR:27229:ZE:0xCOM01:ATOUMOD004",
"stopSequence": 22
},
{
"arrival": {
"delay": 88,
"time": "1775559868"
},
"departure": {
"delay": 88,
"time": "1775559868"
},
"stopId": "FR:27229:ZE:0xFAU02:ATOUMOD004",
"stopSequence": 21
},
{
"arrival": {
"delay": 211,
"time": "1775559571"
},
"departure": {
"delay": 211,
"time": "1775559571"
},
"stopId": "FR:27229:ZE:0xREP02:ATOUMOD004",
"stopSequence": 17
},
{
"arrival": {
"delay": 121,
"time": "1775559781"
},
"departure": {
"delay": 121,
"time": "1775559781"
},
"stopId": "FR:27229:ZE:0xBSJ02:ATOUMOD004",
"stopSequence": 20
},
{
"arrival": {
"delay": 169,
"time": "1775559469"
},
"departure": {
"delay": 169,
"time": "1775559469"
},
"stopId": "FR:27229:ZE:0xCAT01:ATOUMOD004",
"stopSequence": 15
},
{
"arrival": {
"delay": 222,
"time": "1775559642"
},
"departure": {
"delay": 222,
"time": "1775559642"
},
"stopId": "FR:27229:ZE:0xPAR02:ATOUMOD004",
"stopSequence": 18
},
{
"arrival": {
"delay": 205,
"time": "1775559745"
},
"departure": {
"delay": 205,
"time": "1775559745"
},
"stopId": "FR:27229:ZE:0xVER02:ATOUMOD004",
"stopSequence": 19
},
{
"arrival": {
"delay": 241,
"time": "1775559541"
},
"departure": {
"delay": 241,
"time": "1775559541"
},
"stopId": "FR:27229:ZE:0xJJA02:ATOUMOD004",
"stopSequence": 16
}
],
"timestamp": "1775559901",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD004:Line:T8:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC598403:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx4127:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 132,
"time": "1775558803"
},
"departure": {
"delay": 132,
"time": "1775558832"
},
"stopId": "FR:76540:ZE:TCARxAVCAE1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 52,
"time": "1775559046"
},
"departure": {
"delay": 52,
"time": "1775559052"
},
"stopId": "FR:76540:ZE:TCARxJOFFR1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 52,
"time": "1775558130"
},
"departure": {
"delay": 52,
"time": "1775558152"
},
"stopId": "FR:76322:ZE:TCARxKENNE1:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 52,
"time": "1775557953"
},
"departure": {
"delay": 52,
"time": "1775557972"
},
"stopId": "FR:76322:ZE:TCARxCEZAN1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 92,
"time": "1775558636"
},
"departure": {
"delay": 92,
"time": "1775558672"
},
"stopId": "FR:76498:ZE:TCARxTRUFF1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 72,
"time": "1775558224"
},
"departure": {
"delay": 72,
"time": "1775558232"
},
"stopId": "FR:76322:ZE:TCARxPROVI1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 192,
"time": "1775559401"
},
"departure": {
"delay": 192,
"time": "1775559432"
},
"stopId": "FR:76540:ZE:TCARxGAREV1:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 72,
"time": "1775558029"
},
"departure": {
"delay": 72,
"time": "1775558052"
},
"stopId": "FR:76322:ZE:TCARxLBLUM1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 92,
"time": "1775559257"
},
"departure": {
"delay": 92,
"time": "1775559272"
},
"stopId": "FR:76540:ZE:TCARxJUSTI1:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 12,
"time": "1775558927"
},
"departure": {
"delay": 12,
"time": "1775558952"
},
"stopId": "FR:76540:ZE:TCARxSTSEV1:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": -8,
"time": "1775558434"
},
"departure": {
"delay": -8,
"time": "1775558452"
},
"stopId": "FR:76498:ZE:TCARxJULIE1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 52,
"time": "1775558542"
},
"departure": {
"delay": 52,
"time": "1775558572"
},
"stopId": "FR:76498:ZE:TCARx08MAI1:ATOUMOD001",
"stopSequence": 21
},
{
"departure": {
"time": "1775557920"
},
"stopId": "FR:76322:ZE:TCARxBRAQU1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 92,
"time": "1775559498"
},
"departure": {
"delay": 92,
"time": "1775559512"
},
"stopId": "FR:76540:ZE:TCARxBEAUV1:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": 152,
"time": "1775558714"
},
"departure": {
"delay": 152,
"time": "1775558732"
},
"stopId": "FR:76498:ZE:TCARxJAURE1:ATOUMOD001",
"stopSequence": 23
}
],
"timestamp": "1775557537",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx90:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx4127:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx12421:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 25697,
"time": "1775562017"
},
"departure": {
"delay": 25697,
"time": "1775562017"
},
"stopId": "FR:76157:ZE:TCARxCOMME1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 25661,
"time": "1775561921"
},
"departure": {
"delay": 25661,
"time": "1775561921"
},
"stopId": "FR:76157:ZE:TCARxLCORM1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 25706,
"time": "1775561966"
},
"departure": {
"delay": 25706,
"time": "1775561966"
},
"stopId": "FR:76157:ZE:TCARxATELI2:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 25680,
"time": "1775562120"
},
"departure": {
"delay": 25680,
"time": "1775562120"
},
"stopId": "FR:76216:ZE:TCARxCAILL2:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 25680,
"time": "1775561880"
},
"departure": {
"delay": 25680,
"time": "1775561880"
},
"stopId": "FR:76540:ZE:TCARxMIN4:ATOUMOD001",
"stopSequence": 3
}
],
"timestamp": "1775557716",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx04:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx12421:LOC"
}
}
},
{
"id": "SM:ATOUMOD008:ServiceJourney:9885x0:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 65,
"time": "1775558760"
},
"departure": {
"delay": 65,
"time": "1775558765"
},
"stopId": "FR:76259:ZE:FECTASS1:ATOUMOD008",
"stopSequence": 5
},
{
"arrival": {
"delay": 5,
"time": "1775559000"
},
"departure": {
"delay": 5,
"time": "1775559005"
},
"stopId": "FR:76259:ZE:FECGARE1:ATOUMOD008",
"stopSequence": 9
},
{
"arrival": {
"delay": -105,
"time": "1775559490"
},
"departure": {
"delay": -105,
"time": "1775559495"
},
"stopId": "FR:76259:ZE:FECFOUR2:ATOUMOD008",
"stopSequence": 16
},
{
"arrival": {
"delay": 15,
"time": "1775558770"
},
"departure": {
"delay": 15,
"time": "1775558775"
},
"stopId": "FR:76259:ZE:FECSLEG1:ATOUMOD008",
"stopSequence": 6
},
{
"arrival": {
"delay": 5,
"time": "1775559360"
},
"departure": {
"delay": 5,
"time": "1775559365"
},
"stopId": "FR:76259:ZE:FECSMOR2:ATOUMOD008",
"stopSequence": 13
},
{
"arrival": {
"delay": -55,
"time": "1775558820"
},
"departure": {
"delay": -55,
"time": "1775558825"
},
"stopId": "FR:76259:ZE:FECHVIL1:ATOUMOD008",
"stopSequence": 7
},
{
"arrival": {
"delay": 65,
"time": "1775558520"
},
"departure": {
"delay": 65,
"time": "1775558525"
},
"stopId": "FR:76259:ZE:FECJVER1:ATOUMOD008",
"stopSequence": 2
},
{
"arrival": {
"delay": 5,
"time": "1775558640"
},
"departure": {
"delay": 5,
"time": "1775558645"
},
"stopId": "FR:76259:ZE:PARCLOI1:ATOUMOD008",
"stopSequence": 4
},
{
"arrival": {
"delay": 5,
"time": "1775558580"
},
"departure": {
"delay": 5,
"time": "1775558585"
},
"stopId": "FR:76259:ZE:FECCSCO1:ATOUMOD008",
"stopSequence": 3
},
{
"arrival": {
"delay": -120,
"time": "1775559600"
},
"stopId": "FR:76259:ZE:FECSNIC1:ATOUMOD008",
"stopSequence": 17
},
{
"arrival": {
"delay": 5,
"time": "1775559420"
},
"departure": {
"delay": 5,
"time": "1775559425"
},
"stopId": "FR:76259:ZE:FECSMAG2:ATOUMOD008",
"stopSequence": 14
},
{
"arrival": {
"delay": -55,
"time": "1775559480"
},
"departure": {
"delay": -55,
"time": "1775559485"
},
"stopId": "FR:76259:ZE:FECSENE2:ATOUMOD008",
"stopSequence": 15
},
{
"arrival": {
"delay": 15,
"time": "1775559310"
},
"departure": {
"delay": 15,
"time": "1775559315"
},
"stopId": "FR:76259:ZE:FECJLOR2:ATOUMOD008",
"stopSequence": 12
},
{
"arrival": {
"delay": -55,
"time": "1775559060"
},
"departure": {
"delay": -55,
"time": "1775559065"
},
"stopId": "FR:76259:ZE:FECSETI1:ATOUMOD008",
"stopSequence": 10
},
{
"arrival": {
"delay": 5,
"time": "1775558940"
},
"departure": {
"delay": 5,
"time": "1775558945"
},
"stopId": "FR:76259:ZE:FECBREP1:ATOUMOD008",
"stopSequence": 8
},
{
"arrival": {
"delay": 65,
"time": "1775559300"
},
"departure": {
"delay": 65,
"time": "1775559305"
},
"stopId": "FR:76259:ZE:FECOTOU1:ATOUMOD008",
"stopSequence": 11
}
],
"timestamp": "1775559585",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD008:Line:L3:LOC",
"tripId": "ATOUMOD008:ServiceJourney:9885x0:LOC"
}
}
},
{
"id": "SM:ATOUMOD105:ServiceJourney:5356147679690752x11:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 192,
"time": "1775559716"
},
"departure": {
"delay": 192,
"time": "1775559732"
},
"stopId": "FR:50647:ZE:759820002:ATOUMOD105",
"stopSequence": 4
},
{
"departure": {
"delay": 164,
"time": "1775559524"
},
"stopId": "FR:50647:ZE:740100001:ATOUMOD105",
"stopSequence": 1
},
{
"arrival": {
"delay": 29,
"time": "1775560339"
},
"departure": {
"delay": 29,
"time": "1775560349"
},
"stopId": "FR:50218:ZE:759830003:ATOUMOD105",
"stopSequence": 16
},
{
"arrival": {
"delay": 134,
"time": "1775560074"
},
"departure": {
"delay": 134,
"time": "1775560094"
},
"stopId": "FR:50218:ZE:748700002:ATOUMOD105",
"stopSequence": 13
},
{
"arrival": {
"delay": 158,
"time": "1775560168"
},
"departure": {
"delay": 158,
"time": "1775560178"
},
"stopId": "FR:50218:ZE:761950002:ATOUMOD105",
"stopSequence": 14
},
{
"arrival": {
"delay": 135,
"time": "1775559970"
},
"departure": {
"delay": 135,
"time": "1775559975"
},
"stopId": "FR:50218:ZE:746180004:ATOUMOD105",
"stopSequence": 8
},
{
"arrival": {
"delay": 176,
"time": "1775559894"
},
"departure": {
"delay": 176,
"time": "1775559896"
},
"stopId": "FR:50218:ZE:752270003:ATOUMOD105",
"stopSequence": 7
},
{
"arrival": {
"delay": 222,
"time": "1775559639"
},
"departure": {
"delay": 222,
"time": "1775559642"
},
"stopId": "FR:50218:ZE:744600001:ATOUMOD105",
"stopSequence": 2
},
{
"arrival": {
"delay": 162,
"time": "1775559760"
},
"departure": {
"delay": 162,
"time": "1775559762"
},
"stopId": "FR:50647:ZE:748680005:ATOUMOD105",
"stopSequence": 5
},
{
"arrival": {
"delay": 136,
"time": "1775560011"
},
"departure": {
"delay": 136,
"time": "1775560036"
},
"stopId": "FR:50218:ZE:763570002:ATOUMOD105",
"stopSequence": 9
},
{
"arrival": {
"delay": 197,
"time": "1775559663"
},
"departure": {
"delay": 197,
"time": "1775559677"
},
"stopId": "FR:50218:ZE:759850001:ATOUMOD105",
"stopSequence": 3
},
{
"arrival": {
"delay": 11,
"time": "1775560261"
},
"departure": {
"delay": 11,
"time": "1775560271"
},
"stopId": "FR:50218:ZE:756080004:ATOUMOD105",
"stopSequence": 15
},
{
"arrival": {
"delay": -3,
"time": "1775560377"
},
"stopId": "FR:50218:ZE:36010105:ATOUMOD105",
"stopSequence": 17
},
{
"arrival": {
"delay": 175,
"time": "1775559833"
},
"departure": {
"delay": 175,
"time": "1775559835"
},
"stopId": "FR:50218:ZE:744600002:ATOUMOD105",
"stopSequence": 6
}
],
"timestamp": "1775559761",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD105:Line:350210009:LOC",
"tripId": "ATOUMOD105:ServiceJourney:5356147679690752x11:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx8075:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 86,
"time": "1775559386"
},
"departure": {
"delay": 86,
"time": "1775559386"
},
"stopId": "FR:76540:ZE:TCARxORLET1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 159,
"time": "1775560539"
},
"departure": {
"delay": 159,
"time": "1775560539"
},
"stopId": "FR:76575:ZE:TCARxCORBU2:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 105,
"time": "1775559885"
},
"departure": {
"delay": 105,
"time": "1775559885"
},
"stopId": "FR:76498:ZE:TCARxDIOCT1:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 20,
"time": "1775559260"
},
"departure": {
"delay": 20,
"time": "1775559260"
},
"stopId": "FR:76540:ZE:TCARxBELGE3:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 90,
"time": "1775558910"
},
"departure": {
"delay": 90,
"time": "1775558910"
},
"stopId": "FR:76540:ZE:TCARxBEAUT1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 65,
"time": "1775558285"
},
"departure": {
"delay": 65,
"time": "1775558285"
},
"stopId": "FR:76540:ZE:TCARxSANTE1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 90,
"time": "1775559750"
},
"departure": {
"delay": 90,
"time": "1775559750"
},
"stopId": "FR:76498:ZE:TCARxNOVET1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 50,
"time": "1775558390"
},
"departure": {
"delay": 50,
"time": "1775558390"
},
"stopId": "FR:76540:ZE:TCARxCHRUT1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 145,
"time": "1775559660"
},
"departure": {
"delay": 145,
"time": "1775559685"
},
"stopId": "FR:76498:ZE:TCARxCHART1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 93,
"time": "1775559453"
},
"departure": {
"delay": 93,
"time": "1775559453"
},
"stopId": "FR:76540:ZE:TCARxCAFT1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 50,
"time": "1775558810"
},
"departure": {
"delay": 50,
"time": "1775558810"
},
"stopId": "FR:76540:ZE:TCARxBOU8:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 215,
"time": "1775558714"
},
"departure": {
"delay": 215,
"time": "1775558735"
},
"stopId": "FR:76540:ZE:TCARxTMARV1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 70,
"time": "1775558989"
},
"departure": {
"delay": 70,
"time": "1775559010"
},
"stopId": "FR:76540:ZE:TCARxGARET1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 113,
"time": "1775560373"
},
"departure": {
"delay": 113,
"time": "1775560373"
},
"stopId": "FR:76497:ZE:TCARxZENIT4:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 61,
"time": "1775559181"
},
"departure": {
"delay": 61,
"time": "1775559181"
},
"stopId": "FR:76540:ZE:TCARxVXMAR1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 113,
"time": "1775560613"
},
"stopId": "FR:76575:ZE:TCARxTECHN5:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 113,
"time": "1775560133"
},
"departure": {
"delay": 113,
"time": "1775560133"
},
"stopId": "FR:76322:ZE:TCARxSANDT1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 240,
"time": "1775558640"
},
"departure": {
"delay": 240,
"time": "1775558640"
},
"stopId": "FR:76540:ZE:TCARxHILAI1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 105,
"time": "1775559562"
},
"departure": {
"delay": 105,
"time": "1775559585"
},
"stopId": "FR:76540:ZE:TCARxLOPOT1:ATOUMOD001",
"stopSequence": 14
}
],
"timestamp": "1775558237",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx94:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx8075:LOC"
}
}
},
{
"id": "SM:ATOUMOD005:ServiceJourney:579:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775560920"
},
"departure": {
"time": "1775560920"
},
"stopId": "FR:76217:ZE:18325:ATOUMOD005",
"stopSequence": 8
},
{
"arrival": {
"time": "1775561220"
},
"departure": {
"time": "1775561220"
},
"stopId": "FR:76217:ZE:18080:ATOUMOD005",
"stopSequence": 13
},
{
"arrival": {
"time": "1775560380"
},
"departure": {
"time": "1775560380"
},
"stopId": "FR:76217:ZE:18320:ATOUMOD005",
"stopSequence": 2
},
{
"arrival": {
"time": "1775560980"
},
"departure": {
"time": "1775560980"
},
"stopId": "FR:76217:ZE:18093:ATOUMOD005",
"stopSequence": 9
},
{
"arrival": {
"time": "1775561940"
},
"stopId": "FR:76217:ZE:18041:ATOUMOD005",
"stopSequence": 18
},
{
"arrival": {
"time": "1775561280"
},
"departure": {
"time": "1775561280"
},
"stopId": "FR:76217:ZE:18028:ATOUMOD005",
"stopSequence": 14
},
{
"arrival": {
"time": "1775561160"
},
"departure": {
"time": "1775561160"
},
"stopId": "FR:76217:ZE:18037:ATOUMOD005",
"stopSequence": 12
},
{
"arrival": {
"time": "1775561100"
},
"departure": {
"time": "1775561100"
},
"stopId": "FR:76217:ZE:18801:ATOUMOD005",
"stopSequence": 11
},
{
"arrival": {
"time": "1775561700"
},
"departure": {
"time": "1775561700"
},
"stopId": "FR:76217:ZE:18023:ATOUMOD005",
"stopSequence": 16
},
{
"arrival": {
"time": "1775561040"
},
"departure": {
"time": "1775561040"
},
"stopId": "FR:76217:ZE:18052:ATOUMOD005",
"stopSequence": 10
},
{
"arrival": {
"time": "1775560740"
},
"departure": {
"time": "1775560740"
},
"stopId": "FR:76217:ZE:18243:ATOUMOD005",
"stopSequence": 5
},
{
"departure": {
"delay": -360,
"time": "1775559840"
},
"stopId": "FR:76217:ZE:18088:ATOUMOD005",
"stopSequence": 1
},
{
"arrival": {
"time": "1775560500"
},
"departure": {
"time": "1775560500"
},
"stopId": "FR:76217:ZE:18057:ATOUMOD005",
"stopSequence": 3
},
{
"arrival": {
"time": "1775561880"
},
"departure": {
"time": "1775561880"
},
"stopId": "FR:76217:ZE:18321:ATOUMOD005",
"stopSequence": 17
},
{
"arrival": {
"time": "1775560800"
},
"departure": {
"time": "1775560800"
},
"stopId": "FR:76217:ZE:18800:ATOUMOD005",
"stopSequence": 6
},
{
"arrival": {
"time": "1775560620"
},
"departure": {
"time": "1775560620"
},
"stopId": "FR:76217:ZE:18043:ATOUMOD005",
"stopSequence": 4
},
{
"arrival": {
"time": "1775560860"
},
"departure": {
"time": "1775560860"
},
"stopId": "FR:76217:ZE:18067:ATOUMOD005",
"stopSequence": 7
},
{
"arrival": {
"time": "1775561520"
},
"departure": {
"time": "1775561520"
},
"stopId": "FR:76217:ZE:18324:ATOUMOD005",
"stopSequence": 15
}
],
"timestamp": "1775560065",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD005:Line:3:LOC",
"tripId": "ATOUMOD005:ServiceJourney:579:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4056477x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 180,
"time": "1775561340"
},
"departure": {
"delay": 180,
"time": "1775561340"
},
"stopId": "FR:76351:ZE:4786:ATOUMOD003",
"stopSequence": 22
},
{
"departure": {
"delay": 210,
"time": "1775559990"
},
"stopId": "FR:76351:ZE:3578:ATOUMOD003",
"stopSequence": 5
},
{
"arrival": {
"delay": 187,
"time": "1775560987"
},
"departure": {
"delay": 187,
"time": "1775560987"
},
"stopId": "FR:76351:ZE:3490:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": 213,
"time": "1775560533"
},
"departure": {
"delay": 213,
"time": "1775560533"
},
"stopId": "FR:76351:ZE:3494:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 201,
"time": "1775561301"
},
"departure": {
"delay": 201,
"time": "1775561301"
},
"stopId": "FR:76351:ZE:3079:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": 232,
"time": "1775560432"
},
"departure": {
"delay": 232,
"time": "1775560432"
},
"stopId": "FR:76351:ZE:3319:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": 195,
"time": "1775561415"
},
"departure": {
"delay": 195,
"time": "1775561415"
},
"stopId": "FR:76351:ZE:3049:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": 180,
"time": "1775560200"
},
"departure": {
"delay": 180,
"time": "1775560200"
},
"stopId": "FR:76351:ZE:4642:ATOUMOD003",
"stopSequence": 8
},
{
"arrival": {
"delay": 180,
"time": "1775561100"
},
"departure": {
"delay": 180,
"time": "1775561100"
},
"stopId": "FR:76351:ZE:3477:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 192,
"time": "1775561472"
},
"departure": {
"delay": 192,
"time": "1775561472"
},
"stopId": "FR:76351:ZE:3404:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": 184,
"time": "1775561164"
},
"departure": {
"delay": 184,
"time": "1775561164"
},
"stopId": "FR:76351:ZE:3038:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": 180,
"time": "1775560380"
},
"departure": {
"delay": 180,
"time": "1775560380"
},
"stopId": "FR:76351:ZE:3656:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": 235,
"time": "1775560735"
},
"departure": {
"delay": 235,
"time": "1775560735"
},
"stopId": "FR:76351:ZE:3570:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 230,
"time": "1775560910"
},
"departure": {
"delay": 230,
"time": "1775560910"
},
"stopId": "FR:76351:ZE:3068:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": 180,
"time": "1775561580"
},
"departure": {
"delay": 180,
"time": "1775561580"
},
"stopId": "FR:76351:ZE:3436:ATOUMOD003",
"stopSequence": 26
},
{
"arrival": {
"delay": 180,
"time": "1775560800"
},
"departure": {
"delay": 180,
"time": "1775560800"
},
"stopId": "FR:76351:ZE:4654:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 196,
"time": "1775560096"
},
"departure": {
"delay": 196,
"time": "1775560096"
},
"stopId": "FR:76351:ZE:3279:ATOUMOD003",
"stopSequence": 6
},
{
"arrival": {
"delay": 220,
"time": "1775561500"
},
"departure": {
"delay": 220,
"time": "1775561500"
},
"stopId": "FR:76351:ZE:3670:ATOUMOD003",
"stopSequence": 25
},
{
"arrival": {
"delay": 235,
"time": "1775561215"
},
"departure": {
"delay": 235,
"time": "1775561215"
},
"stopId": "FR:76351:ZE:3673:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": 180,
"time": "1775561700"
},
"stopId": "FR:76351:ZE:3639:ATOUMOD003",
"stopSequence": 27
},
{
"arrival": {
"delay": 230,
"time": "1775560670"
},
"departure": {
"delay": 230,
"time": "1775560670"
},
"stopId": "FR:76351:ZE:3178:ATOUMOD003",
"stopSequence": 12
}
],
"timestamp": "1775560059",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C2:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4056477x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745141x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -40,
"time": "1775552227"
},
"departure": {
"delay": -40,
"time": "1775552240"
},
"stopId": "FR:50129:ZE:10RTU1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 157,
"time": "1775551862"
},
"departure": {
"delay": 157,
"time": "1775551897"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 88,
"time": "1775551489"
},
"departure": {
"delay": 88,
"time": "1775551528"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 57,
"time": "1775551373"
},
"departure": {
"delay": 57,
"time": "1775551437"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": -54,
"time": "1775552270"
},
"departure": {
"delay": -54,
"time": "1775552286"
},
"stopId": "FR:50129:ZE:10BRA3:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 6,
"time": "1775552675"
},
"departure": {
"delay": 6,
"time": "1775552706"
},
"stopId": "FR:50129:ZE:10EGL1:ATOUMOD035",
"stopSequence": 17
},
{
"departure": {
"delay": 114,
"time": "1775551314"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": -87,
"time": "1775552853"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": -24,
"time": "1775552453"
},
"departure": {
"delay": -24,
"time": "1775552496"
},
"stopId": "FR:50129:ZE:10ANJ5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 162,
"time": "1775551684"
},
"departure": {
"delay": 162,
"time": "1775551722"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 155,
"time": "1775551756"
},
"departure": {
"delay": 155,
"time": "1775551775"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": -74,
"time": "1775552342"
},
"departure": {
"delay": -74,
"time": "1775552386"
},
"stopId": "FR:50129:ZE:10BQR1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 10,
"time": "1775552611"
},
"departure": {
"delay": 10,
"time": "1775552650"
},
"stopId": "FR:50129:ZE:10OLY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 6,
"time": "1775552728"
},
"departure": {
"delay": 6,
"time": "1775552766"
},
"stopId": "FR:50129:ZE:10AMO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 136,
"time": "1775551802"
},
"departure": {
"delay": 136,
"time": "1775551816"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 19,
"time": "1775552154"
},
"departure": {
"delay": 19,
"time": "1775552179"
},
"stopId": "FR:50129:ZE:10PFO1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 129,
"time": "1775552005"
},
"departure": {
"delay": 129,
"time": "1775552049"
},
"stopId": "FR:50129:ZE:10CRC3:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 16,
"time": "1775552515"
},
"departure": {
"delay": 16,
"time": "1775552596"
},
"stopId": "FR:50129:ZE:10PRV1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 83,
"time": "1775552087"
},
"departure": {
"delay": 83,
"time": "1775552123"
},
"stopId": "FR:50129:ZE:10FOR3:ATOUMOD035",
"stopSequence": 9
}
],
"timestamp": "1775560077",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1B:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745141x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx8633:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -22435,
"time": "1775559605"
},
"departure": {
"delay": -22435,
"time": "1775559605"
},
"stopId": "FR:76540:ZE:TCARxCAFT2:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": -22385,
"time": "1775559032"
},
"departure": {
"delay": -22385,
"time": "1775559055"
},
"stopId": "FR:76575:ZE:TCARxSTENT2:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": -22425,
"time": "1775559530"
},
"departure": {
"delay": -22425,
"time": "1775559555"
},
"stopId": "FR:76540:ZE:TCARxLOPOT2:ATOUMOD001",
"stopSequence": 11
},
{
"departure": {
"delay": -22535,
"time": "1775558605"
},
"stopId": "FR:76575:ZE:TCARxTECHN4:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": -22390,
"time": "1775559205"
},
"departure": {
"delay": -22390,
"time": "1775559230"
},
"stopId": "FR:76681:ZE:TCARxDIOCT2:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -22518,
"time": "1775558682"
},
"departure": {
"delay": -22518,
"time": "1775558682"
},
"stopId": "FR:76575:ZE:TCARxCORBU1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -22374,
"time": "1775559306"
},
"departure": {
"delay": -22374,
"time": "1775559306"
},
"stopId": "FR:76498:ZE:TCARxNOVET2:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": -22425,
"time": "1775559780"
},
"departure": {
"delay": -22425,
"time": "1775559855"
},
"stopId": "FR:76540:ZE:TCARxBELGE4:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": -22430,
"time": "1775560450"
},
"departure": {
"delay": -22430,
"time": "1775560450"
},
"stopId": "FR:76540:ZE:TCARxBOU7:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": -22430,
"time": "1775560930"
},
"stopId": "FR:76540:ZE:TCARxMCURIE:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": -22447,
"time": "1775560313"
},
"departure": {
"delay": -22447,
"time": "1775560313"
},
"stopId": "FR:76540:ZE:TCARxBEAUT2:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": -22411,
"time": "1775560769"
},
"departure": {
"delay": -22411,
"time": "1775560769"
},
"stopId": "FR:76540:ZE:TCARxSANTE2:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": -22525,
"time": "1775558805"
},
"departure": {
"delay": -22525,
"time": "1775558855"
},
"stopId": "FR:76575:ZE:TCARxZENIT2:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": -22435,
"time": "1775559905"
},
"departure": {
"delay": -22435,
"time": "1775559905"
},
"stopId": "FR:76540:ZE:TCARxVXMAR2:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": -22460,
"time": "1775558980"
},
"departure": {
"delay": -22460,
"time": "1775558980"
},
"stopId": "FR:76575:ZE:TCARxSANDT2:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": -22370,
"time": "1775559106"
},
"departure": {
"delay": -22370,
"time": "1775559130"
},
"stopId": "FR:76575:ZE:TCARxCBRUT2:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": -22529,
"time": "1775558731"
},
"departure": {
"delay": -22529,
"time": "1775558731"
},
"stopId": "FR:76575:ZE:TCARxSANSU2:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -22430,
"time": "1775559430"
},
"departure": {
"delay": -22430,
"time": "1775559430"
},
"stopId": "FR:76498:ZE:TCARxCHART2:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": -22415,
"time": "1775559685"
},
"departure": {
"delay": -22415,
"time": "1775559685"
},
"stopId": "FR:76540:ZE:TCARxORLET2:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": -22420,
"time": "1775560520"
},
"departure": {
"delay": -22420,
"time": "1775560520"
},
"stopId": "FR:76540:ZE:TCARxTMARV2:ATOUMOD001",
"stopSequence": 20
}
],
"timestamp": "1775558618",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx94:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx8633:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745226x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 6,
"time": "1775536558"
},
"departure": {
"delay": 6,
"time": "1775536626"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 127,
"time": "1775537775"
},
"departure": {
"delay": 127,
"time": "1775537827"
},
"stopId": "FR:50129:ZE:10EGL1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": -39,
"time": "1775536479"
},
"departure": {
"delay": -39,
"time": "1775536521"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": -4,
"time": "1775536653"
},
"departure": {
"delay": -4,
"time": "1775536676"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": -6,
"time": "1775536396"
},
"departure": {
"delay": -6,
"time": "1775536434"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 7,
"time": "1775537238"
},
"departure": {
"delay": 7,
"time": "1775537287"
},
"stopId": "FR:50129:ZE:10RTU1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 13,
"time": "1775536724"
},
"departure": {
"delay": 13,
"time": "1775536753"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 42,
"time": "1775537465"
},
"departure": {
"delay": 42,
"time": "1775537502"
},
"stopId": "FR:50129:ZE:10BQR1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 48,
"time": "1775536924"
},
"departure": {
"delay": 48,
"time": "1775536968"
},
"stopId": "FR:50129:ZE:10CRC3:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 14,
"time": "1775537112"
},
"departure": {
"delay": 14,
"time": "1775537174"
},
"stopId": "FR:50129:ZE:10PFO1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 114,
"time": "1775537849"
},
"departure": {
"delay": 114,
"time": "1775537874"
},
"stopId": "FR:50129:ZE:10AMO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 81,
"time": "1775537549"
},
"departure": {
"delay": 81,
"time": "1775537601"
},
"stopId": "FR:50129:ZE:10ANJ5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 58,
"time": "1775537321"
},
"departure": {
"delay": 58,
"time": "1775537398"
},
"stopId": "FR:50129:ZE:10BRA3:ATOUMOD035",
"stopSequence": 12
},
{
"departure": {
"delay": 56,
"time": "1775536256"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 116,
"time": "1775537705"
},
"departure": {
"delay": 116,
"time": "1775537756"
},
"stopId": "FR:50129:ZE:10OLY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": -32,
"time": "1775536291"
},
"departure": {
"delay": -32,
"time": "1775536348"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 21,
"time": "1775537037"
},
"departure": {
"delay": 21,
"time": "1775537061"
},
"stopId": "FR:50129:ZE:10FOR3:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 5,
"time": "1775537945"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 106,
"time": "1775537624"
},
"departure": {
"delay": 106,
"time": "1775537686"
},
"stopId": "FR:50129:ZE:10PRV1:ATOUMOD035",
"stopSequence": 15
}
],
"timestamp": "1775560077",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1B:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745226x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx15025:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -7860,
"time": "1775561400"
},
"departure": {
"delay": -7860,
"time": "1775561400"
},
"stopId": "FR:76108:ZE:TCARxBGUI21:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": -7796,
"time": "1775561944"
},
"departure": {
"delay": -7796,
"time": "1775561944"
},
"stopId": "FR:76451:ZE:TCARxFRECH1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": -7775,
"time": "1775562085"
},
"departure": {
"delay": -7775,
"time": "1775562085"
},
"stopId": "FR:76451:ZE:TCARxMURET1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": -7745,
"time": "1775561215"
},
"departure": {
"delay": -7745,
"time": "1775561215"
},
"stopId": "FR:76108:ZE:TCARxREEDU1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -7760,
"time": "1775562760"
},
"departure": {
"delay": -7760,
"time": "1775562760"
},
"stopId": "FR:76451:ZE:TCARxDEBOI1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": -7822,
"time": "1775562038"
},
"departure": {
"delay": -7822,
"time": "1775562038"
},
"stopId": "FR:76451:ZE:TCARxGALLI1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": -7824,
"time": "1775561436"
},
"departure": {
"delay": -7824,
"time": "1775561436"
},
"stopId": "FR:76108:ZE:TCARxMAXPO2:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": -7795,
"time": "1775561285"
},
"departure": {
"delay": -7795,
"time": "1775561285"
},
"stopId": "FR:76108:ZE:TCARxVENIS1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": -7806,
"time": "1775561814"
},
"departure": {
"delay": -7806,
"time": "1775561814"
},
"stopId": "FR:76451:ZE:TCARxSAKHA0:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": -7715,
"time": "1775563165"
},
"departure": {
"delay": -7715,
"time": "1775563165"
},
"stopId": "FR:76216:ZE:TCARxDEVIL4:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": -7794,
"time": "1775561346"
},
"departure": {
"delay": -7794,
"time": "1775561346"
},
"stopId": "FR:76108:ZE:TCARxANDER2:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": -7790,
"time": "1775561650"
},
"departure": {
"delay": -7790,
"time": "1775561650"
},
"stopId": "FR:76451:ZE:TCARxEXUPE4:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": -7680,
"time": "1775563080"
},
"departure": {
"delay": -7680,
"time": "1775563080"
},
"stopId": "FR:76410:ZE:TCARxPALIS4:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": -7807,
"time": "1775561573"
},
"departure": {
"delay": -7807,
"time": "1775561573"
},
"stopId": "FR:76108:ZE:TCARxBOCQU4:ATOUMOD001",
"stopSequence": 9
}
],
"timestamp": "1775557717",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx08:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx15025:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx16063:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 9720,
"time": "1775562660"
},
"departure": {
"delay": 9720,
"time": "1775562660"
},
"stopId": "FR:76429:ZE:TCARxMOPRE0:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 9740,
"time": "1775562860"
},
"departure": {
"delay": 9740,
"time": "1775562860"
},
"stopId": "FR:76475:ZE:TCARxTHIER0:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 9660,
"time": "1775562600"
},
"departure": {
"delay": 9660,
"time": "1775562600"
},
"stopId": "FR:76429:ZE:TCARxCHATA0:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 9720,
"time": "1775562840"
},
"departure": {
"delay": 9720,
"time": "1775562840"
},
"stopId": "FR:76429:ZE:TCARxHUBER3:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 9800,
"time": "1775561780"
},
"departure": {
"delay": 9800,
"time": "1775561780"
},
"stopId": "FR:76540:ZE:TCARxCHMA20:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 9720,
"time": "1775562900"
},
"departure": {
"delay": 9720,
"time": "1775562900"
},
"stopId": "FR:76475:ZE:TCARxLORME0:ATOUMOD001",
"stopSequence": 20
},
{
"departure": {
"delay": 9780,
"time": "1775561760"
},
"stopId": "FR:76540:ZE:TCARxMART10:ATOUMOD001",
"stopSequence": 1
}
],
"timestamp": "1775557577",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx13:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx16063:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx6943:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 341,
"time": "1775558994"
},
"departure": {
"delay": 341,
"time": "1775559041"
},
"stopId": "FR:76540:ZE:TCARxREPUB1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 279,
"time": "1775558898"
},
"departure": {
"delay": 279,
"time": "1775558919"
},
"stopId": "FR:76540:ZE:TCARxCATHE1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 290,
"time": "1775559170"
},
"departure": {
"delay": 290,
"time": "1775559170"
},
"stopId": "FR:76540:ZE:TCARxMARTT1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 76,
"time": "1775557696"
},
"departure": {
"delay": 76,
"time": "1775557696"
},
"stopId": "FR:76451:ZE:TCARxCOQUE1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 111,
"time": "1775557791"
},
"departure": {
"delay": 111,
"time": "1775557791"
},
"stopId": "FR:76451:ZE:TCARxCBLBE1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 206,
"time": "1775559266"
},
"stopId": "FR:76540:ZE:TCARxCHRUT1:ATOUMOD001",
"stopSequence": 15
},
{
"departure": {
"delay": 56,
"time": "1775557616"
},
"stopId": "FR:76451:ZE:TCARxMTMAL1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 125,
"time": "1775558245"
},
"departure": {
"delay": 125,
"time": "1775558345"
},
"stopId": "FR:76540:ZE:TCARxRIBOU1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 274,
"time": "1775559094"
},
"departure": {
"delay": 274,
"time": "1775559094"
},
"stopId": "FR:76540:ZE:TCARxPMARC1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 173,
"time": "1775558067"
},
"departure": {
"delay": 173,
"time": "1775558093"
},
"stopId": "FR:76540:ZE:TCARxFDVAL1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 194,
"time": "1775558568"
},
"departure": {
"delay": 194,
"time": "1775558594"
},
"stopId": "FR:76540:ZE:TCARxPASPA1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 284,
"time": "1775558744"
},
"departure": {
"delay": 284,
"time": "1775558744"
},
"stopId": "FR:76540:ZE:TCARxBELGE1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 212,
"time": "1775558418"
},
"departure": {
"delay": 212,
"time": "1775558492"
},
"stopId": "FR:76540:ZE:TCARxLUCIL1:ATOUMOD001",
"stopSequence": 7
}
],
"timestamp": "1775557637",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx91:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx6943:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4011236x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 289,
"time": "1775562049"
},
"departure": {
"delay": 289,
"time": "1775562049"
},
"stopId": "FR:76447:ZE:3268:ATOUMOD003",
"stopSequence": 52
},
{
"arrival": {
"delay": 286,
"time": "1775562106"
},
"departure": {
"delay": 286,
"time": "1775562106"
},
"stopId": "FR:76447:ZE:3130:ATOUMOD003",
"stopSequence": 53
},
{
"arrival": {
"delay": 286,
"time": "1775561506"
},
"departure": {
"delay": 286,
"time": "1775561506"
},
"stopId": "FR:76447:ZE:3346:ATOUMOD003",
"stopSequence": 42
},
{
"arrival": {
"delay": 330,
"time": "1775561610"
},
"departure": {
"delay": 330,
"time": "1775561610"
},
"stopId": "FR:76447:ZE:3107:ATOUMOD003",
"stopSequence": 44
},
{
"arrival": {
"delay": 294,
"time": "1775561154"
},
"departure": {
"delay": 294,
"time": "1775561154"
},
"stopId": "FR:76351:ZE:3136:ATOUMOD003",
"stopSequence": 40
},
{
"arrival": {
"delay": 328,
"time": "1775561008"
},
"departure": {
"delay": 328,
"time": "1775561008"
},
"stopId": "FR:76351:ZE:3249:ATOUMOD003",
"stopSequence": 38
},
{
"arrival": {
"delay": 321,
"time": "1775561901"
},
"departure": {
"delay": 321,
"time": "1775561901"
},
"stopId": "FR:76447:ZE:3066:ATOUMOD003",
"stopSequence": 49
},
{
"arrival": {
"delay": 297,
"time": "1775561577"
},
"departure": {
"delay": 297,
"time": "1775561577"
},
"stopId": "FR:76447:ZE:3220:ATOUMOD003",
"stopSequence": 43
},
{
"arrival": {
"delay": 286,
"time": "1775561266"
},
"departure": {
"delay": 286,
"time": "1775561266"
},
"stopId": "FR:76351:ZE:3593:ATOUMOD003",
"stopSequence": 41
},
{
"arrival": {
"delay": 336,
"time": "1775560956"
},
"departure": {
"delay": 336,
"time": "1775560956"
},
"stopId": "FR:76351:ZE:3547:ATOUMOD003",
"stopSequence": 37
},
{
"arrival": {
"delay": 309,
"time": "1775560209"
},
"departure": {
"delay": 309,
"time": "1775560209"
},
"stopId": "FR:76351:ZE:4572:ATOUMOD003",
"stopSequence": 28
},
{
"arrival": {
"delay": 286,
"time": "1775561746"
},
"departure": {
"delay": 286,
"time": "1775561746"
},
"stopId": "FR:76447:ZE:3120:ATOUMOD003",
"stopSequence": 45
},
{
"arrival": {
"delay": 344,
"time": "1775561864"
},
"departure": {
"delay": 344,
"time": "1775561864"
},
"stopId": "FR:76447:ZE:3122:ATOUMOD003",
"stopSequence": 48
},
{
"arrival": {
"delay": 286,
"time": "1775560846"
},
"departure": {
"delay": 286,
"time": "1775560846"
},
"stopId": "FR:76351:ZE:3623:ATOUMOD003",
"stopSequence": 35
},
{
"arrival": {
"delay": 311,
"time": "1775560331"
},
"departure": {
"delay": 311,
"time": "1775560331"
},
"stopId": "FR:76351:ZE:3690:ATOUMOD003",
"stopSequence": 30
},
{
"arrival": {
"delay": 286,
"time": "1775560126"
},
"departure": {
"delay": 286,
"time": "1775560126"
},
"stopId": "FR:76351:ZE:3191:ATOUMOD003",
"stopSequence": 27
},
{
"arrival": {
"delay": 325,
"time": "1775560525"
},
"departure": {
"delay": 325,
"time": "1775560525"
},
"stopId": "FR:76351:ZE:3506:ATOUMOD003",
"stopSequence": 32
},
{
"arrival": {
"delay": 319,
"time": "1775562019"
},
"departure": {
"delay": 319,
"time": "1775562019"
},
"stopId": "FR:76447:ZE:3406:ATOUMOD003",
"stopSequence": 51
},
{
"arrival": {
"delay": 334,
"time": "1775561974"
},
"departure": {
"delay": 334,
"time": "1775561974"
},
"stopId": "FR:76447:ZE:3432:ATOUMOD003",
"stopSequence": 50
},
{
"arrival": {
"delay": 334,
"time": "1775560894"
},
"departure": {
"delay": 334,
"time": "1775560894"
},
"stopId": "FR:76351:ZE:3233:ATOUMOD003",
"stopSequence": 36
},
{
"arrival": {
"delay": 295,
"time": "1775560255"
},
"departure": {
"delay": 295,
"time": "1775560255"
},
"stopId": "FR:76351:ZE:3666:ATOUMOD003",
"stopSequence": 29
},
{
"arrival": {
"delay": 309,
"time": "1775560449"
},
"departure": {
"delay": 309,
"time": "1775560449"
},
"stopId": "FR:76351:ZE:3223:ATOUMOD003",
"stopSequence": 31
},
{
"departure": {
"delay": 345,
"time": "1775560065"
},
"stopId": "FR:76351:ZE:3240:ATOUMOD003",
"stopSequence": 26
},
{
"arrival": {
"delay": 304,
"time": "1775561824"
},
"departure": {
"delay": 304,
"time": "1775561824"
},
"stopId": "FR:76447:ZE:3515:ATOUMOD003",
"stopSequence": 47
},
{
"departure": {
"delay": 295,
"time": "1775559895"
},
"stopId": "FR:76351:ZE:3027:ATOUMOD003",
"stopSequence": 25
},
{
"arrival": {
"delay": 286,
"time": "1775560666"
},
"departure": {
"delay": 286,
"time": "1775560666"
},
"stopId": "FR:76351:ZE:3381:ATOUMOD003",
"stopSequence": 34
},
{
"arrival": {
"delay": 335,
"time": "1775561795"
},
"departure": {
"delay": 335,
"time": "1775561795"
},
"stopId": "FR:76447:ZE:3238:ATOUMOD003",
"stopSequence": 46
},
{
"arrival": {
"delay": 286,
"time": "1775562166"
},
"stopId": "FR:76447:ZE:3443:ATOUMOD003",
"stopSequence": 54
},
{
"arrival": {
"delay": 286,
"time": "1775561086"
},
"departure": {
"delay": 286,
"time": "1775561086"
},
"stopId": "FR:76351:ZE:3637:ATOUMOD003",
"stopSequence": 39
}
],
"timestamp": "1775560069",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C1:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4011236x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD008:ServiceJourney:9866x0:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775560380"
},
"departure": {
"time": "1775560380"
},
"stopId": "FR:76259:ZE:FECHVIL2:ATOUMOD008",
"stopSequence": 9
},
{
"arrival": {
"delay": -120,
"time": "1775560200"
},
"departure": {
"delay": -120,
"time": "1775560200"
},
"stopId": "FR:76259:ZE:FECBREP2:ATOUMOD008",
"stopSequence": 8
},
{
"arrival": {
"time": "1775560560"
},
"departure": {
"time": "1775560560"
},
"stopId": "FR:76259:ZE:FECTASS2:ATOUMOD008",
"stopSequence": 11
},
{
"arrival": {
"delay": 5,
"time": "1775559840"
},
"departure": {
"delay": 5,
"time": "1775559845"
},
"stopId": "FR:76259:ZE:FECVIKI2:ATOUMOD008",
"stopSequence": 4
},
{
"arrival": {
"delay": -105,
"time": "1775559610"
},
"departure": {
"delay": -105,
"time": "1775559615"
},
"stopId": "FR:76259:ZE:FECSLOU2:ATOUMOD008",
"stopSequence": 2
},
{
"arrival": {
"time": "1775560680"
},
"stopId": "FR:76259:ZE:FECHOPI1:ATOUMOD008",
"stopSequence": 12
},
{
"arrival": {
"time": "1775560500"
},
"departure": {
"time": "1775560500"
},
"stopId": "FR:76259:ZE:FECSLEG2:ATOUMOD008",
"stopSequence": 10
},
{
"arrival": {
"delay": 5,
"time": "1775559780"
},
"departure": {
"delay": 5,
"time": "1775559785"
},
"stopId": "FR:76259:ZE:FECHYSO2:ATOUMOD008",
"stopSequence": 3
},
{
"arrival": {
"delay": -120,
"time": "1775560080"
},
"departure": {
"delay": -120,
"time": "1775560080"
},
"stopId": "FR:76259:ZE:FECSETI1:ATOUMOD008",
"stopSequence": 6
},
{
"arrival": {
"delay": -120,
"time": "1775560140"
},
"departure": {
"delay": -120,
"time": "1775560140"
},
"stopId": "FR:76259:ZE:FECGARE2:ATOUMOD008",
"stopSequence": 7
},
{
"arrival": {
"delay": 5,
"time": "1775559900"
},
"departure": {
"delay": 5,
"time": "1775559905"
},
"stopId": "FR:76259:ZE:FECDESG2:ATOUMOD008",
"stopSequence": 5
},
{
"departure": {
"delay": 5,
"time": "1775559605"
},
"stopId": "FR:76259:ZE:FECRLIL1:ATOUMOD008",
"stopSequence": 1
}
],
"timestamp": "1775560081",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD008:Line:L2:LOC",
"tripId": "ATOUMOD008:ServiceJourney:9866x0:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx15759:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 24120,
"time": "1775562840"
},
"departure": {
"delay": 24120,
"time": "1775562840"
},
"stopId": "FR:76108:ZE:TCARxVIELL1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 24122,
"time": "1775562722"
},
"departure": {
"delay": 24122,
"time": "1775562722"
},
"stopId": "FR:76108:ZE:TCARxAGRIC0:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 24111,
"time": "1775562891"
},
"departure": {
"delay": 24111,
"time": "1775562891"
},
"stopId": "FR:76108:ZE:TCARxVERTC0:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 24180,
"time": "1775562540"
},
"departure": {
"delay": 24180,
"time": "1775562540"
},
"stopId": "FR:76108:ZE:TCARxHAMEL1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 24026,
"time": "1775563166"
},
"departure": {
"delay": 24026,
"time": "1775563166"
},
"stopId": "FR:76540:ZE:TCARxOISEA0:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 24028,
"time": "1775562988"
},
"departure": {
"delay": 24028,
"time": "1775562988"
},
"stopId": "FR:76451:ZE:TCARxCPIER0:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 24000,
"time": "1775563020"
},
"departure": {
"delay": 24000,
"time": "1775563020"
},
"stopId": "FR:76451:ZE:TCARxRRENA0:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 24050,
"time": "1775563070"
},
"departure": {
"delay": 24050,
"time": "1775563070"
},
"stopId": "FR:76451:ZE:TCARxCOTTA0:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 24061,
"time": "1775562961"
},
"departure": {
"delay": 24061,
"time": "1775562961"
},
"stopId": "FR:76108:ZE:TCARxVALLO0:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 24076,
"time": "1775563216"
},
"departure": {
"delay": 24076,
"time": "1775563216"
},
"stopId": "FR:76540:ZE:TCARxFORTI0:ATOUMOD001",
"stopSequence": 15
}
],
"timestamp": "1775558376",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx11:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx15759:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4107869x2025x26xGSemHTRAxSemainex00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -4,
"time": "1775559836"
},
"stopId": "FR:76481:ZE:4890:ATOUMOD003",
"stopSequence": 18
},
{
"departure": {
"delay": 27,
"time": "1775559747"
},
"stopId": "FR:76351:ZE:3953:ATOUMOD003",
"stopSequence": 17
}
],
"timestamp": "1775559829",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:A:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4107869x2025x26xGSemHTRAxSemainex00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx2837:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 8,
"time": "1775557928"
},
"departure": {
"delay": 8,
"time": "1775557928"
},
"stopId": "FR:76540:ZE:TCARxEUROP0:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 6,
"time": "1775557566"
},
"departure": {
"delay": 6,
"time": "1775557566"
},
"stopId": "FR:76540:ZE:TCARxTARTS0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 38,
"time": "1775557778"
},
"departure": {
"delay": 38,
"time": "1775557778"
},
"stopId": "FR:76540:ZE:TCARxSTSEV0:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 53,
"time": "1775558134"
},
"departure": {
"delay": 53,
"time": "1775558153"
},
"stopId": "FR:76681:ZE:TCARxGARIB0:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 33,
"time": "1775558779"
},
"departure": {
"delay": 33,
"time": "1775558793"
},
"stopId": "FR:76575:ZE:TCARxPARC0:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": -27,
"time": "1775558231"
},
"departure": {
"delay": -27,
"time": "1775558253"
},
"stopId": "FR:76681:ZE:TCARxSOTTE0:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": -7,
"time": "1775558685"
},
"departure": {
"delay": -7,
"time": "1775558693"
},
"stopId": "FR:76575:ZE:TCARxRENAN0:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 73,
"time": "1775557384"
},
"departure": {
"delay": 73,
"time": "1775557393"
},
"stopId": "FR:76540:ZE:TCARxGAREV0:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 38,
"time": "1775557478"
},
"departure": {
"delay": 38,
"time": "1775557478"
},
"stopId": "FR:76540:ZE:TCARxJUSTI0:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 13,
"time": "1775557963"
},
"departure": {
"delay": 13,
"time": "1775557993"
},
"stopId": "FR:76540:ZE:TCARxBALZA0:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": -197,
"time": "1775558923"
},
"stopId": "FR:76575:ZE:TCARxUNIV20:ATOUMOD001",
"stopSequence": 31
},
{
"arrival": {
"delay": 33,
"time": "1775558050"
},
"departure": {
"delay": 33,
"time": "1775558073"
},
"stopId": "FR:76681:ZE:TCARxVOLTA0:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 33,
"time": "1775558850"
},
"departure": {
"delay": 33,
"time": "1775558853"
},
"stopId": "FR:76575:ZE:TCARxBASTI0:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": 15,
"time": "1775557635"
},
"departure": {
"delay": 15,
"time": "1775557635"
},
"stopId": "FR:76540:ZE:TCARxJOFFR0:ATOUMOD001",
"stopSequence": 6
}
],
"timestamp": "1775557317",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx90:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx2837:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx12973:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 9150,
"time": "1775562090"
},
"departure": {
"delay": 9150,
"time": "1775562090"
},
"stopId": "FR:76103:ZE:TCARxBONSE0:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 9191,
"time": "1775562131"
},
"departure": {
"delay": 9191,
"time": "1775562131"
},
"stopId": "FR:76103:ZE:TCARxCDLED0:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 9194,
"time": "1775562194"
},
"departure": {
"delay": 9194,
"time": "1775562194"
},
"stopId": "FR:76103:ZE:TCARxNEUVE0:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 9158,
"time": "1775561678"
},
"departure": {
"delay": 9158,
"time": "1775561678"
},
"stopId": "FR:76540:ZE:TCARxPARIS0:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 9186,
"time": "1775562246"
},
"departure": {
"delay": 9186,
"time": "1775562246"
},
"stopId": "FR:76429:ZE:TCARxLESCU0:ATOUMOD001",
"stopSequence": 12
}
],
"timestamp": "1775550596",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx05:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx12973:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx6296:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 27,
"time": "1775559927"
},
"departure": {
"delay": 27,
"time": "1775559927"
},
"stopId": "FR:76540:ZE:TCARxFDVAL2:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 52,
"time": "1775559352"
},
"departure": {
"delay": 52,
"time": "1775559352"
},
"stopId": "FR:76540:ZE:TCARxTARTT2:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 31,
"time": "1775560471"
},
"stopId": "FR:76451:ZE:TCARxMTMAL2:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": -12,
"time": "1775559792"
},
"departure": {
"delay": -12,
"time": "1775559828"
},
"stopId": "FR:76540:ZE:TCARxRIBOU2:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 49,
"time": "1775559289"
},
"departure": {
"delay": 49,
"time": "1775559289"
},
"stopId": "FR:76540:ZE:TCARxCATHE2:ATOUMOD001",
"stopSequence": 5
},
{
"departure": {
"delay": 62,
"time": "1775559002"
},
"stopId": "FR:76540:ZE:TCARxCHRUT2:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 37,
"time": "1775560177"
},
"departure": {
"delay": 37,
"time": "1775560177"
},
"stopId": "FR:76451:ZE:TCARxCAMPU2:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 34,
"time": "1775559454"
},
"departure": {
"delay": 34,
"time": "1775559454"
},
"stopId": "FR:76540:ZE:TCARxBELGE2:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 46,
"time": "1775560366"
},
"departure": {
"delay": 46,
"time": "1775560366"
},
"stopId": "FR:76451:ZE:TCARxCOQUE2:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 72,
"time": "1775559552"
},
"departure": {
"delay": 72,
"time": "1775559552"
},
"stopId": "FR:76540:ZE:TCARxPASPA2:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 31,
"time": "1775560231"
},
"departure": {
"delay": 31,
"time": "1775560231"
},
"stopId": "FR:76451:ZE:TCARxCBLBE2:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 107,
"time": "1775559227"
},
"departure": {
"delay": 107,
"time": "1775559227"
},
"stopId": "FR:76540:ZE:TCARxREPUB2:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 102,
"time": "1775559081"
},
"departure": {
"delay": 102,
"time": "1775559102"
},
"stopId": "FR:76540:ZE:TCARxMARTT2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 92,
"time": "1775559152"
},
"departure": {
"delay": 92,
"time": "1775559152"
},
"stopId": "FR:76540:ZE:TCARxPMARC2:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 52,
"time": "1775559633"
},
"departure": {
"delay": 52,
"time": "1775559652"
},
"stopId": "FR:76540:ZE:TCARxLUCIL2:ATOUMOD001",
"stopSequence": 9
}
],
"timestamp": "1775559017",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx91:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx6296:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN852213F387775x2026x03x28T21x09x34Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775558220"
},
"departure": {
"time": "1775558280"
},
"stopId": "FR:14047:ZE:StopPointxOCETrainxTERx87444067:ATOUMOD002",
"stopSequence": 3
},
{
"arrival": {
"time": "1775559060"
},
"departure": {
"time": "1775559120"
},
"stopId": "FR:50356:ZE:StopPointxOCETrainxTERx87447219:ATOUMOD002",
"stopSequence": 5
},
{
"arrival": {
"time": "1775561760"
},
"stopId": "FR:50129:ZE:StopPointxOCETrainxTERx87444877:ATOUMOD002",
"stopSequence": 10
},
{
"arrival": {
"time": "1775560740"
},
"departure": {
"time": "1775560800"
},
"stopId": "FR:50615:ZE:StopPointxOCETrainxTERx87447284:ATOUMOD002",
"stopSequence": 9
},
{
"arrival": {
"time": "1775559780"
},
"departure": {
"time": "1775559840"
},
"stopId": "FR:50099:ZE:StopPointxOCETrainxTERx87447243:ATOUMOD002",
"stopSequence": 7
},
{
"departure": {
"time": "1775557320"
},
"stopId": "FR:14118:ZE:StopPointxOCETrainxTERx87444000:ATOUMOD002",
"stopSequence": 1
}
],
"timestamp": "1775553715",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD002:Line:FRxLinexx3334AEE5x6669x4426xA9E8x1F7704E8F5BDx:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN852213F387775x2026x03x28T21x09x34Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx18330:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 22343,
"time": "1775558063"
},
"departure": {
"delay": 22343,
"time": "1775558063"
},
"stopId": "FR:76322:ZE:TCARxHURIE1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 22358,
"time": "1775558258"
},
"departure": {
"delay": 22358,
"time": "1775558258"
},
"stopId": "FR:76498:ZE:TCARxPHILI0:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 22310,
"time": "1775558132"
},
"departure": {
"delay": 22310,
"time": "1775558150"
},
"stopId": "FR:76498:ZE:TCARxPARGA0:ATOUMOD001",
"stopSequence": 16
}
],
"timestamp": "1775557005",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx41:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx18330:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx18206:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 12606,
"time": "1775558586"
},
"departure": {
"delay": 12606,
"time": "1775558586"
},
"stopId": "FR:76322:ZE:TCARxLUSSA0:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 12629,
"time": "1775558549"
},
"departure": {
"delay": 12629,
"time": "1775558549"
},
"stopId": "FR:76322:ZE:TCARxHURIE0:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 12665,
"time": "1775558381"
},
"departure": {
"delay": 12665,
"time": "1775558405"
},
"stopId": "FR:76498:ZE:TCARxPARGA2:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 12595,
"time": "1775559055"
},
"departure": {
"delay": 12595,
"time": "1775559055"
},
"stopId": "FR:76498:ZE:TCARxSADAK2:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 12628,
"time": "1775559208"
},
"departure": {
"delay": 12628,
"time": "1775559208"
},
"stopId": "FR:76498:ZE:TCARxNERUD1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 12635,
"time": "1775559127"
},
"departure": {
"delay": 12635,
"time": "1775559155"
},
"stopId": "FR:76498:ZE:TCARxTRUFB1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 12659,
"time": "1775558339"
},
"departure": {
"delay": 12659,
"time": "1775558339"
},
"stopId": "FR:76498:ZE:TCARxPHILI1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 12576,
"time": "1775558796"
},
"departure": {
"delay": 12576,
"time": "1775558796"
},
"stopId": "FR:76322:ZE:TCARxGIROU2:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 12623,
"time": "1775559381"
},
"departure": {
"delay": 12623,
"time": "1775559383"
},
"stopId": "FR:76498:ZE:TCARxPGLIS1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 12622,
"time": "1775558662"
},
"departure": {
"delay": 12622,
"time": "1775558662"
},
"stopId": "FR:76322:ZE:TCARxBROSS1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 12648,
"time": "1775558148"
},
"departure": {
"delay": 12648,
"time": "1775558148"
},
"stopId": "FR:76681:ZE:TCARxROSTA1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 12615,
"time": "1775559255"
},
"departure": {
"delay": 12615,
"time": "1775559255"
},
"stopId": "FR:76498:ZE:TCARxCLEME1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 12682,
"time": "1775558482"
},
"departure": {
"delay": 12682,
"time": "1775558482"
},
"stopId": "FR:76498:ZE:TCARxGAULL3:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 12631,
"time": "1775558187"
},
"departure": {
"delay": 12631,
"time": "1775558191"
},
"stopId": "FR:76681:ZE:TCARxLBRU11:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 12635,
"time": "1775557954"
},
"departure": {
"delay": 12635,
"time": "1775557955"
},
"stopId": "FR:76681:ZE:TCARxHDVS3:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 12540,
"time": "1775559420"
},
"stopId": "FR:76498:ZE:TCARxANMAR1:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 12641,
"time": "1775558252"
},
"departure": {
"delay": 12641,
"time": "1775558261"
},
"stopId": "FR:76681:ZE:TCARxDIOCH4:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 12570,
"time": "1775558729"
},
"departure": {
"delay": 12570,
"time": "1775558730"
},
"stopId": "FR:76322:ZE:TCARxCBOIS2:ATOUMOD001",
"stopSequence": 17
}
],
"timestamp": "1775557957",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx41:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx18206:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745220x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 147,
"time": "1775557052"
},
"departure": {
"delay": 147,
"time": "1775557107"
},
"stopId": "FR:50129:ZE:10PFO1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 102,
"time": "1775556224"
},
"departure": {
"delay": 102,
"time": "1775556282"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 151,
"time": "1775556587"
},
"departure": {
"delay": 151,
"time": "1775556631"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 213,
"time": "1775556897"
},
"departure": {
"delay": 213,
"time": "1775556933"
},
"stopId": "FR:50129:ZE:10CRC3:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 112,
"time": "1775557207"
},
"departure": {
"delay": 112,
"time": "1775557252"
},
"stopId": "FR:50129:ZE:10BRA3:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 96,
"time": "1775557325"
},
"departure": {
"delay": 96,
"time": "1775557356"
},
"stopId": "FR:50129:ZE:10BQR1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 186,
"time": "1775556669"
},
"departure": {
"delay": 186,
"time": "1775556726"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 148,
"time": "1775556342"
},
"departure": {
"delay": 148,
"time": "1775556388"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 166,
"time": "1775557637"
},
"departure": {
"delay": 166,
"time": "1775557666"
},
"stopId": "FR:50129:ZE:10EGL1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 132,
"time": "1775557685"
},
"departure": {
"delay": 132,
"time": "1775557692"
},
"stopId": "FR:50129:ZE:10AMO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 28,
"time": "1775557768"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 171,
"time": "1775556969"
},
"departure": {
"delay": 171,
"time": "1775557011"
},
"stopId": "FR:50129:ZE:10FOR3:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 102,
"time": "1775557148"
},
"departure": {
"delay": 102,
"time": "1775557182"
},
"stopId": "FR:50129:ZE:10RTU1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 123,
"time": "1775557457"
},
"departure": {
"delay": 123,
"time": "1775557503"
},
"stopId": "FR:50129:ZE:10PRV1:ATOUMOD035",
"stopSequence": 15
},
{
"departure": {
"delay": 93,
"time": "1775556093"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 138,
"time": "1775556525"
},
"departure": {
"delay": 138,
"time": "1775556558"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 128,
"time": "1775556445"
},
"departure": {
"delay": 128,
"time": "1775556488"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 169,
"time": "1775557526"
},
"departure": {
"delay": 169,
"time": "1775557609"
},
"stopId": "FR:50129:ZE:10OLY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 106,
"time": "1775557395"
},
"departure": {
"delay": 106,
"time": "1775557426"
},
"stopId": "FR:50129:ZE:10ANJ5:ATOUMOD035",
"stopSequence": 14
}
],
"timestamp": "1775560077",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1B:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745220x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx18309:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -19770,
"time": "1775562990"
},
"departure": {
"delay": -19770,
"time": "1775562990"
},
"stopId": "FR:76681:ZE:TCARxHDVS5:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": -19752,
"time": "1775562408"
},
"departure": {
"delay": -19752,
"time": "1775562408"
},
"stopId": "FR:76498:ZE:TCARxPHILI0:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": -19869,
"time": "1775561331"
},
"departure": {
"delay": -19869,
"time": "1775561331"
},
"stopId": "FR:76498:ZE:TCARxCLEME0:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": -19914,
"time": "1775561406"
},
"departure": {
"delay": -19914,
"time": "1775561406"
},
"stopId": "FR:76498:ZE:TCARxNERUD0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": -19800,
"time": "1775562300"
},
"departure": {
"delay": -19800,
"time": "1775562300"
},
"stopId": "FR:76498:ZE:TCARxPARGA0:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": -19786,
"time": "1775561834"
},
"departure": {
"delay": -19786,
"time": "1775561834"
},
"stopId": "FR:76322:ZE:TCARxGIROU1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": -19765,
"time": "1775562215"
},
"departure": {
"delay": -19765,
"time": "1775562215"
},
"stopId": "FR:76498:ZE:TCARxGAULL2:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": -19856,
"time": "1775561644"
},
"departure": {
"delay": -19856,
"time": "1775561644"
},
"stopId": "FR:76498:ZE:TCARxJARDO1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -19857,
"time": "1775561523"
},
"departure": {
"delay": -19857,
"time": "1775561523"
},
"stopId": "FR:76498:ZE:TCARxSADAK1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": -19787,
"time": "1775561893"
},
"departure": {
"delay": -19787,
"time": "1775561893"
},
"stopId": "FR:76322:ZE:TCARxCBOIS1:ATOUMOD001",
"stopSequence": 11
},
{
"departure": {
"delay": -19920,
"time": "1775561160"
},
"stopId": "FR:76498:ZE:TCARxANMAR0:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": -19920,
"time": "1775561460"
},
"departure": {
"delay": -19920,
"time": "1775561460"
},
"stopId": "FR:76498:ZE:TCARxTRUFB0:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": -19800,
"time": "1775562720"
},
"departure": {
"delay": -19800,
"time": "1775562720"
},
"stopId": "FR:76681:ZE:TCARxSEMBA0:ATOUMOD001",
"stopSequence": 21
}
],
"timestamp": "1775559977",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx41:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx18309:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745223x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 215,
"time": "1775547577"
},
"departure": {
"delay": 215,
"time": "1775547695"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 138,
"time": "1775547524"
},
"departure": {
"delay": 138,
"time": "1775547558"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 142,
"time": "1775547457"
},
"departure": {
"delay": 142,
"time": "1775547502"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 4
},
{
"departure": {
"delay": 261,
"time": "1775547261"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 107,
"time": "1775548321"
},
"departure": {
"delay": 107,
"time": "1775548367"
},
"stopId": "FR:50129:ZE:10BQR1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 250,
"time": "1775547752"
},
"departure": {
"delay": 250,
"time": "1775547790"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 161,
"time": "1775548557"
},
"departure": {
"delay": 161,
"time": "1775548601"
},
"stopId": "FR:50129:ZE:10OLY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 144,
"time": "1775548688"
},
"departure": {
"delay": 144,
"time": "1775548704"
},
"stopId": "FR:50129:ZE:10AMO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 179,
"time": "1775547306"
},
"departure": {
"delay": 179,
"time": "1775547359"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 86,
"time": "1775548826"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 112,
"time": "1775548147"
},
"departure": {
"delay": 112,
"time": "1775548192"
},
"stopId": "FR:50129:ZE:10RTU1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 157,
"time": "1775548486"
},
"departure": {
"delay": 157,
"time": "1775548537"
},
"stopId": "FR:50129:ZE:10PRV1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 143,
"time": "1775548063"
},
"departure": {
"delay": 143,
"time": "1775548103"
},
"stopId": "FR:50129:ZE:10PFO1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 170,
"time": "1775548622"
},
"departure": {
"delay": 170,
"time": "1775548670"
},
"stopId": "FR:50129:ZE:10EGL1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 251,
"time": "1775547934"
},
"departure": {
"delay": 251,
"time": "1775547971"
},
"stopId": "FR:50129:ZE:10CRC3:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 182,
"time": "1775547406"
},
"departure": {
"delay": 182,
"time": "1775547422"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 199,
"time": "1775548002"
},
"departure": {
"delay": 199,
"time": "1775548039"
},
"stopId": "FR:50129:ZE:10FOR3:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 147,
"time": "1775548424"
},
"departure": {
"delay": 147,
"time": "1775548467"
},
"stopId": "FR:50129:ZE:10ANJ5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 109,
"time": "1775548215"
},
"departure": {
"delay": 109,
"time": "1775548249"
},
"stopId": "FR:50129:ZE:10BRA3:ATOUMOD035",
"stopSequence": 12
}
],
"timestamp": "1775560077",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1B:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745223x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx2900:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 57,
"time": "1775560497"
},
"departure": {
"delay": 57,
"time": "1775560497"
},
"stopId": "FR:76540:ZE:TCARxGAREV0:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 16,
"time": "1775561836"
},
"departure": {
"delay": 16,
"time": "1775561836"
},
"stopId": "FR:76575:ZE:TCARxRENAN0:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 14,
"time": "1775561234"
},
"departure": {
"delay": 14,
"time": "1775561234"
},
"stopId": "FR:76681:ZE:TCARxGARIB0:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 1,
"time": "1775561761"
},
"departure": {
"delay": 1,
"time": "1775561761"
},
"stopId": "FR:76575:ZE:TCARxCOURS0:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 56,
"time": "1775561696"
},
"departure": {
"delay": 56,
"time": "1775561696"
},
"stopId": "FR:76681:ZE:TCARxFAMIL0:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 54,
"time": "1775561514"
},
"departure": {
"delay": 54,
"time": "1775561514"
},
"stopId": "FR:76681:ZE:TCARxJUILL0:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 47,
"time": "1775561627"
},
"departure": {
"delay": 47,
"time": "1775561627"
},
"stopId": "FR:76681:ZE:TCARxJEZAY0:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"time": "1775560680"
},
"departure": {
"time": "1775560680"
},
"stopId": "FR:76540:ZE:TCARxTARTS0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"time": "1775561400"
},
"departure": {
"time": "1775561400"
},
"stopId": "FR:76681:ZE:TCARxSOTTE0:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 51,
"time": "1775560431"
},
"departure": {
"delay": 51,
"time": "1775560431"
},
"stopId": "FR:76540:ZE:TCARxBEAUV0:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 8,
"time": "1775560748"
},
"departure": {
"delay": 8,
"time": "1775560748"
},
"stopId": "FR:76540:ZE:TCARxJOFFR0:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 1,
"time": "1775561161"
},
"departure": {
"delay": 1,
"time": "1775561161"
},
"stopId": "FR:76681:ZE:TCARxVOLTA0:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 3,
"time": "1775561103"
},
"departure": {
"delay": 3,
"time": "1775561103"
},
"stopId": "FR:76540:ZE:TCARxBALZA0:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 32,
"time": "1775560592"
},
"departure": {
"delay": 32,
"time": "1775560592"
},
"stopId": "FR:76540:ZE:TCARxJUSTI0:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 30,
"time": "1775560890"
},
"departure": {
"delay": 30,
"time": "1775560890"
},
"stopId": "FR:76540:ZE:TCARxSTSEV0:ATOUMOD001",
"stopSequence": 7
}
],
"timestamp": "1775558497",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx90:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx2900:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx333:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775561640"
},
"departure": {
"time": "1775561640"
},
"stopId": "FR:76216:ZE:TCARxDVILL1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 41,
"time": "1775561381"
},
"departure": {
"delay": 41,
"time": "1775561381"
},
"stopId": "FR:76474:ZE:TCARxMOULI1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"time": "1775561460"
},
"departure": {
"time": "1775561460"
},
"stopId": "FR:76410:ZE:TCARxDLUNE1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 41,
"time": "1775561561"
},
"departure": {
"delay": 41,
"time": "1775561561"
},
"stopId": "FR:76410:ZE:TCARxPALIS1:ATOUMOD001",
"stopSequence": 4
},
{
"departure": {
"time": "1775561340"
},
"stopId": "FR:76474:ZE:TCARxBMAIR1:ATOUMOD001",
"stopSequence": 1
}
],
"timestamp": "1775560017",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx92:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx333:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC602191:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -1679,
"time": "1775560081"
},
"departure": {
"delay": -1679,
"time": "1775560081"
},
"stopId": "FR:27229:ZE:0xHOT01:ATOUMOD004",
"stopSequence": 6
},
{
"arrival": {
"delay": -34,
"time": "1775562086"
},
"departure": {
"delay": -34,
"time": "1775562086"
},
"stopId": "FR:27229:ZE:0xSAC02:ATOUMOD004",
"stopSequence": 20
},
{
"departure": {
"delay": -1319,
"time": "1775560081"
},
"stopId": "FR:27229:ZE:0xGAR10:ATOUMOD004",
"stopSequence": 2
},
{
"arrival": {
"delay": -168,
"time": "1775562192"
},
"stopId": "FR:27229:ZE:0xROS10:ATOUMOD004",
"stopSequence": 22
},
{
"arrival": {
"delay": -1739,
"time": "1775560081"
},
"departure": {
"delay": -1739,
"time": "1775560081"
},
"stopId": "FR:27229:ZE:0xSAU02:ATOUMOD004",
"stopSequence": 8
},
{
"arrival": {
"delay": -1319,
"time": "1775560081"
},
"departure": {
"delay": -1319,
"time": "1775560081"
},
"stopId": "FR:27229:ZE:0xPJJ02:ATOUMOD004",
"stopSequence": 3
},
{
"arrival": {
"delay": -1499,
"time": "1775560081"
},
"departure": {
"delay": -1499,
"time": "1775560081"
},
"stopId": "FR:27229:ZE:0xHAP02:ATOUMOD004",
"stopSequence": 5
},
{
"arrival": {
"delay": -89,
"time": "1775562151"
},
"departure": {
"delay": -89,
"time": "1775562151"
},
"stopId": "FR:27229:ZE:0xAVR01:ATOUMOD004",
"stopSequence": 21
},
{
"arrival": {
"delay": -1739,
"time": "1775560081"
},
"departure": {
"delay": -1739,
"time": "1775560081"
},
"stopId": "FR:27229:ZE:0xCIN01:ATOUMOD004",
"stopSequence": 7
},
{
"arrival": {
"delay": -36,
"time": "1775561964"
},
"departure": {
"delay": -36,
"time": "1775561964"
},
"stopId": "FR:27229:ZE:0xCOT02:ATOUMOD004",
"stopSequence": 9
},
{
"arrival": {
"delay": -13,
"time": "1775561987"
},
"departure": {
"delay": -13,
"time": "1775561987"
},
"stopId": "FR:27229:ZE:0xADO02:ATOUMOD004",
"stopSequence": 17
},
{
"arrival": {
"delay": -1379,
"time": "1775560081"
},
"departure": {
"delay": -1379,
"time": "1775560081"
},
"stopId": "FR:27229:ZE:0xJAU02:ATOUMOD004",
"stopSequence": 4
}
],
"timestamp": "1775560081",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD004:Line:T10:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC602191:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC598404:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1775561400"
},
"stopId": "FR:27229:ZE:0xBRU02:ATOUMOD004",
"stopSequence": 1
}
],
"timestamp": "1775560081",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD004:Line:T8:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC598404:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4051208xGTFSxGSemH18xSemainex05:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 189,
"time": "1775559009"
},
"stopId": "FR:76351:ZE:4486:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": 196,
"time": "1775559376"
},
"departure": {
"delay": 196,
"time": "1775559376"
},
"stopId": "FR:76351:ZE:3328:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 216,
"time": "1775559456"
},
"departure": {
"delay": 216,
"time": "1775559456"
},
"stopId": "FR:76351:ZE:3330:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": 211,
"time": "1775559331"
},
"departure": {
"delay": 211,
"time": "1775559331"
},
"stopId": "FR:76351:ZE:3792:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": 170,
"time": "1775559650"
},
"stopId": "FR:76351:ZE:5206:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": 184,
"time": "1775559184"
},
"departure": {
"delay": 184,
"time": "1775559184"
},
"stopId": "FR:76351:ZE:5197:ATOUMOD003",
"stopSequence": 13
}
],
"timestamp": "1775559169",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:18:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4051208xGTFSxGSemH18xSemainex05:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN13136F198220x2026x03x13T21x01x03Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775566140"
},
"stopId": "FR:75108:ZE:StopPointxOCETrainxTERx87384008:ATOUMOD002",
"stopSequence": 18
},
{
"arrival": {
"time": "1775560680"
},
"departure": {
"time": "1775560740"
},
"stopId": "FR:76484:ZE:StopPointxOCETrainxTERx87411207:ATOUMOD002",
"stopSequence": 3
},
{
"arrival": {
"time": "1775561160"
},
"departure": {
"time": "1775561220"
},
"stopId": "FR:27008:ZE:StopPointxOCETrainxTERx87415661:ATOUMOD002",
"stopSequence": 5
},
{
"arrival": {
"time": "1775561580"
},
"departure": {
"time": "1775561640"
},
"stopId": "FR:27701:ZE:StopPointxOCETrainxTERx87415877:ATOUMOD002",
"stopSequence": 7
},
{
"arrival": {
"time": "1775562240"
},
"departure": {
"time": "1775562300"
},
"stopId": "FR:27022:ZE:StopPointxOCETrainxTERx87415620:ATOUMOD002",
"stopSequence": 9
},
{
"arrival": {
"time": "1775562720"
},
"departure": {
"time": "1775562840"
},
"stopId": "FR:27681:ZE:StopPointxOCETrainxTERx87415604:ATOUMOD002",
"stopSequence": 11
},
{
"arrival": {
"time": "1775563680"
},
"departure": {
"time": "1775563800"
},
"stopId": "FR:78361:ZE:StopPointxOCETrainxTERx87381509:ATOUMOD002",
"stopSequence": 17
},
{
"departure": {
"time": "1775560140"
},
"stopId": "FR:76540:ZE:StopPointxOCETrainxTERx87411017:ATOUMOD002",
"stopSequence": 1
}
],
"timestamp": "1775556536",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD002:Line:FRxLinexx97E911FAxC8F2x4861xAD3CxC36CF4750A49x:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN13136F198220x2026x03x13T21x01x03Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx7028:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 141,
"time": "1775558541"
},
"stopId": "FR:76451:ZE:TCARxMTMAL1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 211,
"time": "1775559976"
},
"departure": {
"delay": 211,
"time": "1775559991"
},
"stopId": "FR:76540:ZE:TCARxMARTT1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 174,
"time": "1775559269"
},
"departure": {
"delay": 174,
"time": "1775559294"
},
"stopId": "FR:76540:ZE:TCARxRIBOU1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 216,
"time": "1775558616"
},
"departure": {
"delay": 216,
"time": "1775558616"
},
"stopId": "FR:76451:ZE:TCARxCOQUE1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 212,
"time": "1775559572"
},
"departure": {
"delay": 212,
"time": "1775559572"
},
"stopId": "FR:76540:ZE:TCARxBELGE1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 212,
"time": "1775559673"
},
"departure": {
"delay": 212,
"time": "1775559692"
},
"stopId": "FR:76540:ZE:TCARxTARTT1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 225,
"time": "1775559825"
},
"departure": {
"delay": 225,
"time": "1775559825"
},
"stopId": "FR:76540:ZE:TCARxREPUB1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 321,
"time": "1775558817"
},
"departure": {
"delay": 321,
"time": "1775558841"
},
"stopId": "FR:76451:ZE:TCARxCAMPU1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 260,
"time": "1775559920"
},
"departure": {
"delay": 260,
"time": "1775559920"
},
"stopId": "FR:76540:ZE:TCARxPMARC1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 212,
"time": "1775559369"
},
"departure": {
"delay": 212,
"time": "1775559392"
},
"stopId": "FR:76540:ZE:TCARxLUCIL1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 211,
"time": "1775560111"
},
"stopId": "FR:76540:ZE:TCARxCHRUT1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 221,
"time": "1775558716"
},
"departure": {
"delay": 221,
"time": "1775558741"
},
"stopId": "FR:76451:ZE:TCARxCBLBE1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 289,
"time": "1775559744"
},
"departure": {
"delay": 289,
"time": "1775559769"
},
"stopId": "FR:76540:ZE:TCARxCATHE1:ATOUMOD001",
"stopSequence": 11
}
],
"timestamp": "1775558557",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx91:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx7028:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC596643:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -110,
"time": "1775562310"
},
"departure": {
"delay": -110,
"time": "1775562310"
},
"stopId": "FR:27229:ZE:0xFRI01:ATOUMOD004",
"stopSequence": 14
},
{
"arrival": {
"delay": -127,
"time": "1775562113"
},
"departure": {
"delay": -127,
"time": "1775562113"
},
"stopId": "FR:27229:ZE:0xGAR01:ATOUMOD004",
"stopSequence": 12
},
{
"arrival": {
"delay": -140,
"time": "1775562580"
},
"departure": {
"delay": -140,
"time": "1775562580"
},
"stopId": "FR:27229:ZE:0xJOL01:ATOUMOD004",
"stopSequence": 17
},
{
"arrival": {
"delay": -142,
"time": "1775562398"
},
"departure": {
"delay": -142,
"time": "1775562398"
},
"stopId": "FR:27229:ZE:0xRRE01:ATOUMOD004",
"stopSequence": 15
},
{
"arrival": {
"delay": -153,
"time": "1775562747"
},
"departure": {
"delay": -153,
"time": "1775562747"
},
"stopId": "FR:27229:ZE:0xVOL02:ATOUMOD004",
"stopSequence": 20
},
{
"arrival": {
"time": "1775561760"
},
"departure": {
"time": "1775561760"
},
"stopId": "FR:27229:ZE:0xLOM01:ATOUMOD004",
"stopSequence": 9
},
{
"arrival": {
"delay": -60,
"time": "1775561880"
},
"departure": {
"delay": -60,
"time": "1775561880"
},
"stopId": "FR:27229:ZE:0xHAP01:ATOUMOD004",
"stopSequence": 10
},
{
"arrival": {
"delay": -147,
"time": "1775562633"
},
"departure": {
"delay": -147,
"time": "1775562633"
},
"stopId": "FR:27229:ZE:0xPAS01:ATOUMOD004",
"stopSequence": 18
},
{
"arrival": {
"delay": -67,
"time": "1775562233"
},
"departure": {
"delay": -67,
"time": "1775562233"
},
"stopId": "FR:27229:ZE:0xBRI01:ATOUMOD004",
"stopSequence": 13
},
{
"arrival": {
"delay": -149,
"time": "1775562691"
},
"departure": {
"delay": -149,
"time": "1775562691"
},
"stopId": "FR:27229:ZE:0xKEN04:ATOUMOD004",
"stopSequence": 19
},
{
"arrival": {
"delay": -174,
"time": "1775562786"
},
"departure": {
"delay": -174,
"time": "1775562786"
},
"stopId": "FR:27229:ZE:0xRUG02:ATOUMOD004",
"stopSequence": 21
},
{
"departure": {
"time": "1775561700"
},
"stopId": "FR:27229:ZE:0xHOT01:ATOUMOD004",
"stopSequence": 8
},
{
"arrival": {
"delay": -182,
"time": "1775562838"
},
"stopId": "FR:27229:ZE:0xMOL02:ATOUMOD004",
"stopSequence": 22
},
{
"arrival": {
"delay": -75,
"time": "1775562045"
},
"departure": {
"delay": -75,
"time": "1775562045"
},
"stopId": "FR:27229:ZE:0xJAU01:ATOUMOD004",
"stopSequence": 11
},
{
"arrival": {
"delay": -122,
"time": "1775562478"
},
"departure": {
"delay": -122,
"time": "1775562478"
},
"stopId": "FR:27229:ZE:0xROR01:ATOUMOD004",
"stopSequence": 16
}
],
"timestamp": "1775560081",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD004:Line:T1:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC596643:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx9885:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -1140,
"time": "1775561460"
},
"departure": {
"delay": -1140,
"time": "1775561460"
},
"stopId": "FR:76681:ZE:TCARxLBRUY1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -1383,
"time": "1775561577"
},
"departure": {
"delay": -1383,
"time": "1775561577"
},
"stopId": "FR:76540:ZE:TCARxPASCA1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": -1381,
"time": "1775561339"
},
"departure": {
"delay": -1381,
"time": "1775561339"
},
"stopId": "FR:76681:ZE:TCARxPLANT1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": -1436,
"time": "1775561404"
},
"departure": {
"delay": -1436,
"time": "1775561404"
},
"stopId": "FR:76540:ZE:TCARxDUFFA1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": -1396,
"time": "1775561504"
},
"departure": {
"delay": -1396,
"time": "1775561504"
},
"stopId": "FR:76540:ZE:TCARxMERID1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": -1420,
"time": "1775561240"
},
"departure": {
"delay": -1420,
"time": "1775561240"
},
"stopId": "FR:76681:ZE:TCARxSEMAR1:ATOUMOD001",
"stopSequence": 3
},
{
"departure": {
"delay": -1410,
"time": "1775561130"
},
"stopId": "FR:76681:ZE:TCARxDIOCH4:ATOUMOD001",
"stopSequence": 1
}
],
"timestamp": "1775559996",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx01:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx9885:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745656x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 172,
"time": "1775540599"
},
"departure": {
"delay": 172,
"time": "1775540632"
},
"stopId": "FR:50129:ZE:10PAX1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 176,
"time": "1775540055"
},
"departure": {
"delay": 176,
"time": "1775540096"
},
"stopId": "FR:50129:ZE:10DIX1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 228,
"time": "1775541249"
},
"departure": {
"delay": 228,
"time": "1775541288"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 118,
"time": "1775539682"
},
"departure": {
"delay": 118,
"time": "1775539738"
},
"stopId": "FR:50129:ZE:10FRN1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 123,
"time": "1775542110"
},
"departure": {
"delay": 123,
"time": "1775542143"
},
"stopId": "FR:50129:ZE:10MED3:ATOUMOD035",
"stopSequence": 30
},
{
"arrival": {
"delay": 99,
"time": "1775541514"
},
"departure": {
"delay": 99,
"time": "1775541519"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 121,
"time": "1775541923"
},
"departure": {
"delay": 121,
"time": "1775541961"
},
"stopId": "FR:50129:ZE:10GRR1:ATOUMOD035",
"stopSequence": 28
},
{
"departure": {
"delay": 35,
"time": "1775539415"
},
"stopId": "FR:50129:ZE:10AMF1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 159,
"time": "1775540214"
},
"departure": {
"delay": 159,
"time": "1775540259"
},
"stopId": "FR:50129:ZE:10HME1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 239,
"time": "1775541029"
},
"departure": {
"delay": 239,
"time": "1775541119"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 204,
"time": "1775540673"
},
"departure": {
"delay": 204,
"time": "1775540724"
},
"stopId": "FR:50129:ZE:10TRA1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 119,
"time": "1775541856"
},
"departure": {
"delay": 119,
"time": "1775541899"
},
"stopId": "FR:50129:ZE:10XCT3:ATOUMOD035",
"stopSequence": 27
},
{
"arrival": {
"delay": 35,
"time": "1775539493"
},
"departure": {
"delay": 35,
"time": "1775539535"
},
"stopId": "FR:50129:ZE:10MES1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 138,
"time": "1775541765"
},
"departure": {
"delay": 138,
"time": "1775541798"
},
"stopId": "FR:50129:ZE:10HPA3:ATOUMOD035",
"stopSequence": 26
},
{
"arrival": {
"delay": 62,
"time": "1775539557"
},
"departure": {
"delay": 62,
"time": "1775539622"
},
"stopId": "FR:50129:ZE:10MOR1:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 146,
"time": "1775540153"
},
"departure": {
"delay": 146,
"time": "1775540186"
},
"stopId": "FR:50129:ZE:10PET1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 177,
"time": "1775540538"
},
"departure": {
"delay": 177,
"time": "1775540577"
},
"stopId": "FR:50129:ZE:10CMI1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 73,
"time": "1775542178"
},
"departure": {
"delay": 73,
"time": "1775542213"
},
"stopId": "FR:50129:ZE:10NOR5:ATOUMOD035",
"stopSequence": 31
},
{
"arrival": {
"delay": -39,
"time": "1775542401"
},
"stopId": "FR:50129:ZE:10ECT1:ATOUMOD035",
"stopSequence": 35
},
{
"arrival": {
"delay": 176,
"time": "1775540836"
},
"departure": {
"delay": 176,
"time": "1775540876"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 42,
"time": "1775542233"
},
"departure": {
"delay": 42,
"time": "1775542242"
},
"stopId": "FR:50129:ZE:10GDR1:ATOUMOD035",
"stopSequence": 32
},
{
"arrival": {
"delay": 30,
"time": "1775542342"
},
"departure": {
"delay": 30,
"time": "1775542350"
},
"stopId": "FR:50129:ZE:10FLO1:ATOUMOD035",
"stopSequence": 34
},
{
"arrival": {
"delay": 154,
"time": "1775541414"
},
"departure": {
"delay": 154,
"time": "1775541454"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 211,
"time": "1775541147"
},
"departure": {
"delay": 211,
"time": "1775541211"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 32,
"time": "1775542283"
},
"departure": {
"delay": 32,
"time": "1775542292"
},
"stopId": "FR:50129:ZE:10LPL1:ATOUMOD035",
"stopSequence": 33
},
{
"arrival": {
"delay": 148,
"time": "1775540323"
},
"departure": {
"delay": 148,
"time": "1775540368"
},
"stopId": "FR:50129:ZE:10CAQ1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 101,
"time": "1775539647"
},
"departure": {
"delay": 101,
"time": "1775539661"
},
"stopId": "FR:50129:ZE:10BOI1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 101,
"time": "1775542018"
},
"departure": {
"delay": 101,
"time": "1775542061"
},
"stopId": "FR:50129:ZE:10BAG3:ATOUMOD035",
"stopSequence": 29
},
{
"arrival": {
"delay": 101,
"time": "1775541691"
},
"departure": {
"delay": 101,
"time": "1775541701"
},
"stopId": "FR:50129:ZE:10CRN1:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 187,
"time": "1775541313"
},
"departure": {
"delay": 187,
"time": "1775541367"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 131,
"time": "1775539828"
},
"departure": {
"delay": 131,
"time": "1775539871"
},
"stopId": "FR:50129:ZE:10MAX3:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 138,
"time": "1775540422"
},
"departure": {
"delay": 138,
"time": "1775540478"
},
"stopId": "FR:50129:ZE:10ANN1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 116,
"time": "1775539941"
},
"departure": {
"delay": 116,
"time": "1775539976"
},
"stopId": "FR:50129:ZE:10EPC1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 189,
"time": "1775540954"
},
"departure": {
"delay": 189,
"time": "1775541009"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 202,
"time": "1775540740"
},
"departure": {
"delay": 202,
"time": "1775540782"
},
"stopId": "FR:50129:ZE:10REP3:ATOUMOD035",
"stopSequence": 16
}
],
"timestamp": "1775560077",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:02:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745656x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745146x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 26,
"time": "1775556636"
},
"departure": {
"delay": 26,
"time": "1775556686"
},
"stopId": "FR:50129:ZE:10BQR1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 95,
"time": "1775557016"
},
"departure": {
"delay": 95,
"time": "1775557055"
},
"stopId": "FR:50129:ZE:10AMO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 83,
"time": "1775555610"
},
"departure": {
"delay": 83,
"time": "1775555663"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 88,
"time": "1775555916"
},
"departure": {
"delay": 88,
"time": "1775555968"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 91,
"time": "1775556006"
},
"departure": {
"delay": 91,
"time": "1775556031"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 7
},
{
"departure": {
"delay": 144,
"time": "1775555544"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 82,
"time": "1775555805"
},
"departure": {
"delay": 82,
"time": "1775555842"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 115,
"time": "1775556876"
},
"departure": {
"delay": 115,
"time": "1775556955"
},
"stopId": "FR:50129:ZE:10OLY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 98,
"time": "1775556296"
},
"departure": {
"delay": 98,
"time": "1775556338"
},
"stopId": "FR:50129:ZE:10FOR3:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 2,
"time": "1775557142"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 73,
"time": "1775555881"
},
"departure": {
"delay": 73,
"time": "1775555893"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 7,
"time": "1775556469"
},
"departure": {
"delay": 7,
"time": "1775556487"
},
"stopId": "FR:50129:ZE:10RTU1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 37,
"time": "1775556521"
},
"departure": {
"delay": 37,
"time": "1775556577"
},
"stopId": "FR:50129:ZE:10BRA3:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 99,
"time": "1775556974"
},
"departure": {
"delay": 99,
"time": "1775556999"
},
"stopId": "FR:50129:ZE:10EGL1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 61,
"time": "1775556744"
},
"departure": {
"delay": 61,
"time": "1775556781"
},
"stopId": "FR:50129:ZE:10ANJ5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 133,
"time": "1775556217"
},
"departure": {
"delay": 133,
"time": "1775556253"
},
"stopId": "FR:50129:ZE:10CRC3:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 67,
"time": "1775556806"
},
"departure": {
"delay": 67,
"time": "1775556847"
},
"stopId": "FR:50129:ZE:10PRV1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 113,
"time": "1775555715"
},
"departure": {
"delay": 113,
"time": "1775555753"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 56,
"time": "1775556377"
},
"departure": {
"delay": 56,
"time": "1775556416"
},
"stopId": "FR:50129:ZE:10PFO1:ATOUMOD035",
"stopSequence": 10
}
],
"timestamp": "1775560076",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1B:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745146x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4230397x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -25,
"time": "1775560835"
},
"departure": {
"delay": -25,
"time": "1775560835"
},
"stopId": "FR:76351:ZE:4115:ATOUMOD003",
"stopSequence": 37
},
{
"arrival": {
"delay": -27,
"time": "1775560593"
},
"departure": {
"delay": -27,
"time": "1775560593"
},
"stopId": "FR:76351:ZE:3007:ATOUMOD003",
"stopSequence": 33
},
{
"departure": {
"delay": -62,
"time": "1775559958"
},
"stopId": "FR:76351:ZE:3276:ATOUMOD003",
"stopSequence": 28
},
{
"arrival": {
"delay": -74,
"time": "1775560066"
},
"departure": {
"delay": -74,
"time": "1775560066"
},
"stopId": "FR:76351:ZE:5183:ATOUMOD003",
"stopSequence": 29
},
{
"arrival": {
"delay": -30,
"time": "1775560890"
},
"departure": {
"delay": -30,
"time": "1775560890"
},
"stopId": "FR:76351:ZE:4523:ATOUMOD003",
"stopSequence": 38
},
{
"arrival": {
"delay": 14,
"time": "1775559794"
},
"departure": {
"delay": 14,
"time": "1775559794"
},
"stopId": "FR:76351:ZE:4643:ATOUMOD003",
"stopSequence": 25
},
{
"departure": {
"delay": 91,
"time": "1775559571"
},
"stopId": "FR:76351:ZE:3241:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": -74,
"time": "1775560546"
},
"departure": {
"delay": -74,
"time": "1775560546"
},
"stopId": "FR:76351:ZE:3770:ATOUMOD003",
"stopSequence": 32
},
{
"arrival": {
"delay": -33,
"time": "1775560647"
},
"departure": {
"delay": -33,
"time": "1775560647"
},
"stopId": "FR:76351:ZE:3685:ATOUMOD003",
"stopSequence": 35
},
{
"departure": {
"delay": 17,
"time": "1775559737"
},
"stopId": "FR:76351:ZE:3657:ATOUMOD003",
"stopSequence": 24
},
{
"arrival": {
"delay": -74,
"time": "1775560786"
},
"departure": {
"delay": -74,
"time": "1775560786"
},
"stopId": "FR:76351:ZE:3447:ATOUMOD003",
"stopSequence": 36
},
{
"arrival": {
"delay": -74,
"time": "1775560306"
},
"departure": {
"delay": -74,
"time": "1775560306"
},
"stopId": "FR:76351:ZE:3200:ATOUMOD003",
"stopSequence": 30
},
{
"departure": {
"delay": 67,
"time": "1775559667"
},
"stopId": "FR:76351:ZE:3028:ATOUMOD003",
"stopSequence": 23
},
{
"arrival": {
"delay": -56,
"time": "1775560624"
},
"departure": {
"delay": -56,
"time": "1775560624"
},
"stopId": "FR:76351:ZE:3019:ATOUMOD003",
"stopSequence": 34
},
{
"departure": {
"delay": 135,
"time": "1775559435"
},
"stopId": "FR:76351:ZE:3062:ATOUMOD003",
"stopSequence": 20
},
{
"arrival": {
"delay": -74,
"time": "1775561146"
},
"stopId": "FR:76341:ZE:3691:ATOUMOD003",
"stopSequence": 39
},
{
"arrival": {
"delay": 36,
"time": "1775559936"
},
"departure": {
"delay": 36,
"time": "1775559936"
},
"stopId": "FR:76351:ZE:3501:ATOUMOD003",
"stopSequence": 27
},
{
"departure": {
"delay": -11,
"time": "1775559829"
},
"stopId": "FR:76351:ZE:3646:ATOUMOD003",
"stopSequence": 26
},
{
"departure": {
"delay": 86,
"time": "1775559506"
},
"stopId": "FR:76351:ZE:3192:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": -30,
"time": "1775560410"
},
"departure": {
"delay": -30,
"time": "1775560410"
},
"stopId": "FR:76351:ZE:3543:ATOUMOD003",
"stopSequence": 31
}
],
"timestamp": "1775559959",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C5:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4230397x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3758393x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 289,
"time": "1775537978"
},
"departure": {
"delay": 289,
"time": "1775538049"
},
"stopId": "FR:50402:ZE:PIXZAF:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 483,
"time": "1775540179"
},
"departure": {
"delay": 483,
"time": "1775540223"
},
"stopId": "FR:50129:ZE:10CRN2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 472,
"time": "1775540117"
},
"departure": {
"delay": 472,
"time": "1775540152"
},
"stopId": "FR:50129:ZE:10PLA4:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 378,
"time": "1775538802"
},
"departure": {
"delay": 378,
"time": "1775538858"
},
"stopId": "FR:50643:ZE:VIRMA1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 443,
"time": "1775539991"
},
"departure": {
"delay": 443,
"time": "1775540063"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 151,
"time": "1775537055"
},
"departure": {
"delay": 151,
"time": "1775537131"
},
"stopId": "FR:50184:ZE:FLAHB1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 523,
"time": "1775540383"
},
"stopId": "FR:50129:ZE:10PEM4:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 372,
"time": "1775539869"
},
"departure": {
"delay": 372,
"time": "1775539932"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 354,
"time": "1775538335"
},
"departure": {
"delay": 354,
"time": "1775538414"
},
"stopId": "FR:50045:ZE:BENBG1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 43,
"time": "1775536584"
},
"departure": {
"delay": 43,
"time": "1775536603"
},
"stopId": "FR:50604:ZE:TREGM1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 366,
"time": "1775538484"
},
"departure": {
"delay": 366,
"time": "1775538546"
},
"stopId": "FR:50045:ZE:BENCG1:ATOUMOD035",
"stopSequence": 10
},
{
"departure": {
"delay": 13,
"time": "1775536333"
},
"stopId": "FR:50576:ZE:SIOTAM:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 501,
"time": "1775539707"
},
"departure": {
"delay": 501,
"time": "1775539761"
},
"stopId": "FR:50129:ZE:10ANJ7:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 433,
"time": "1775539344"
},
"departure": {
"delay": 433,
"time": "1775539393"
},
"stopId": "FR:50294:ZE:MARPO1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 408,
"time": "1775539109"
},
"departure": {
"delay": 408,
"time": "1775539188"
},
"stopId": "FR:50575:ZE:SIDHC1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 293,
"time": "1775537567"
},
"departure": {
"delay": 293,
"time": "1775537693"
},
"stopId": "FR:50402:ZE:PIXLAN:ATOUMOD035",
"stopSequence": 7
}
],
"timestamp": "1775560076",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:B:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3758393x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2470569:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -142,
"time": "1775562878"
},
"departure": {
"delay": -142,
"time": "1775562878"
},
"stopId": "FR:27375:ZE:0x6441:ATOUMOD006",
"stopSequence": 21
},
{
"arrival": {
"delay": 22,
"time": "1775562682"
},
"departure": {
"delay": 22,
"time": "1775562682"
},
"stopId": "FR:27375:ZE:0x6389:ATOUMOD006",
"stopSequence": 18
},
{
"arrival": {
"delay": 21,
"time": "1775562621"
},
"departure": {
"delay": 21,
"time": "1775562621"
},
"stopId": "FR:27375:ZE:0x6443:ATOUMOD006",
"stopSequence": 17
},
{
"arrival": {
"delay": 64,
"time": "1775562184"
},
"departure": {
"delay": 64,
"time": "1775562184"
},
"stopId": "FR:27701:ZE:0x7133:ATOUMOD006",
"stopSequence": 11
},
{
"departure": {
"delay": -1337,
"time": "1775560063"
},
"stopId": "FR:27701:ZE:0x7150:ATOUMOD006",
"stopSequence": 1
},
{
"arrival": {
"delay": 10,
"time": "1775562010"
},
"departure": {
"delay": 10,
"time": "1775562010"
},
"stopId": "FR:27701:ZE:0x7043:ATOUMOD006",
"stopSequence": 8
},
{
"arrival": {
"delay": 24,
"time": "1775561964"
},
"departure": {
"delay": 24,
"time": "1775561964"
},
"stopId": "FR:27701:ZE:0x6583:ATOUMOD006",
"stopSequence": 7
},
{
"arrival": {
"delay": -1457,
"time": "1775560063"
},
"departure": {
"delay": -1457,
"time": "1775560063"
},
"stopId": "FR:27701:ZE:0x7087:ATOUMOD006",
"stopSequence": 2
},
{
"arrival": {
"delay": 63,
"time": "1775562243"
},
"departure": {
"delay": 63,
"time": "1775562243"
},
"stopId": "FR:27701:ZE:0x7069:ATOUMOD006",
"stopSequence": 12
},
{
"arrival": {
"delay": 75,
"time": "1775562375"
},
"departure": {
"delay": 75,
"time": "1775562375"
},
"stopId": "FR:27701:ZE:0x7128:ATOUMOD006",
"stopSequence": 14
},
{
"arrival": {
"delay": 24,
"time": "1775562084"
},
"departure": {
"delay": 24,
"time": "1775562084"
},
"stopId": "FR:27701:ZE:0x7055:ATOUMOD006",
"stopSequence": 9
},
{
"arrival": {
"delay": -24,
"time": "1775562756"
},
"departure": {
"delay": -24,
"time": "1775562756"
},
"stopId": "FR:27375:ZE:0x6381:ATOUMOD006",
"stopSequence": 19
},
{
"arrival": {
"delay": -146,
"time": "1775562934"
},
"stopId": "FR:27375:ZE:0x6514:ATOUMOD006",
"stopSequence": 22
},
{
"arrival": {
"delay": -108,
"time": "1775562792"
},
"departure": {
"delay": -108,
"time": "1775562792"
},
"stopId": "FR:27375:ZE:0x6529:ATOUMOD006",
"stopSequence": 20
},
{
"arrival": {
"delay": 69,
"time": "1775562549"
},
"departure": {
"delay": 69,
"time": "1775562549"
},
"stopId": "FR:27375:ZE:0x6408:ATOUMOD006",
"stopSequence": 16
},
{
"arrival": {
"delay": 12,
"time": "1775562132"
},
"departure": {
"delay": 12,
"time": "1775562132"
},
"stopId": "FR:27701:ZE:0x7045:ATOUMOD006",
"stopSequence": 10
},
{
"arrival": {
"delay": 25,
"time": "1775562445"
},
"departure": {
"delay": 25,
"time": "1775562445"
},
"stopId": "FR:27701:ZE:0x7101:ATOUMOD006",
"stopSequence": 15
},
{
"arrival": {
"delay": -1577,
"time": "1775560063"
},
"departure": {
"delay": -1577,
"time": "1775560063"
},
"stopId": "FR:27701:ZE:0x7115:ATOUMOD006",
"stopSequence": 4
},
{
"arrival": {
"delay": 63,
"time": "1775562303"
},
"departure": {
"delay": 63,
"time": "1775562303"
},
"stopId": "FR:27701:ZE:0x7037:ATOUMOD006",
"stopSequence": 13
},
{
"arrival": {
"delay": -1517,
"time": "1775560063"
},
"departure": {
"delay": -1517,
"time": "1775560063"
},
"stopId": "FR:27701:ZE:0x7117:ATOUMOD006",
"stopSequence": 3
},
{
"arrival": {
"delay": 33,
"time": "1775561913"
},
"departure": {
"delay": 33,
"time": "1775561913"
},
"stopId": "FR:27701:ZE:0x7109:ATOUMOD006",
"stopSequence": 6
},
{
"arrival": {
"delay": -1697,
"time": "1775560063"
},
"departure": {
"delay": -1697,
"time": "1775560063"
},
"stopId": "FR:27701:ZE:0x7096:ATOUMOD006",
"stopSequence": 5
}
],
"timestamp": "1775560063",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD006:Line:C1:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2470569:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN850310F399718x2026x03x29T20x55x37Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775563920"
},
"departure": {
"time": "1775563980"
},
"stopId": "FR:76250:ZE:StopPointxOCETrainxTERx87413328:ATOUMOD002",
"stopSequence": 8
},
{
"arrival": {
"time": "1775564940"
},
"stopId": "FR:76351:ZE:StopPointxOCETrainxTERx87413013:ATOUMOD002",
"stopSequence": 13
},
{
"arrival": {
"time": "1775563500"
},
"departure": {
"time": "1775563560"
},
"stopId": "FR:76141:ZE:StopPointxOCETrainxTERx87413344:ATOUMOD002",
"stopSequence": 6
},
{
"arrival": {
"time": "1775564520"
},
"departure": {
"time": "1775564580"
},
"stopId": "FR:76341:ZE:StopPointxOCETrainxTERx87413302:ATOUMOD002",
"stopSequence": 12
},
{
"departure": {
"time": "1775562300"
},
"stopId": "FR:76259:ZE:StopPointxOCETrainxTERx87413542:ATOUMOD002",
"stopSequence": 4
},
{
"arrival": {
"time": "1775564280"
},
"departure": {
"time": "1775564340"
},
"stopId": "FR:76596:ZE:StopPointxOCETrainxTERx87413310:ATOUMOD002",
"stopSequence": 10
}
],
"timestamp": "1775558696",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD002:Line:FRxLinexxb66ce399xd888x47dex897bx46f7f79fa5adx:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN850310F399718x2026x03x29T20x55x37Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3747903x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 202,
"time": "1775558722"
},
"stopId": "FR:50129:ZE:10SHU2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 200,
"time": "1775559680"
},
"departure": {
"delay": 200,
"time": "1775559680"
},
"stopId": "FR:50129:ZE:10HxC1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 201,
"time": "1775559681"
},
"departure": {
"delay": 201,
"time": "1775559681"
},
"stopId": "FR:50129:ZE:10GDM3:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 90,
"time": "1775560110"
},
"departure": {
"delay": 90,
"time": "1775560110"
},
"stopId": "FR:50129:ZE:10GNT1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 99,
"time": "1775559143"
},
"departure": {
"delay": 99,
"time": "1775559159"
},
"stopId": "FR:50129:ZE:10BOS1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 120,
"time": "1775559944"
},
"departure": {
"delay": 120,
"time": "1775559960"
},
"stopId": "FR:50129:ZE:10CUR1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 91,
"time": "1775560111"
},
"departure": {
"delay": 91,
"time": "1775560111"
},
"stopId": "FR:50129:ZE:10BOC1:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 136,
"time": "1775560015"
},
"departure": {
"delay": 136,
"time": "1775560036"
},
"stopId": "FR:50129:ZE:10LOG1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 200,
"time": "1775559740"
},
"departure": {
"delay": 200,
"time": "1775559740"
},
"stopId": "FR:50129:ZE:10SWZ1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 109,
"time": "1775558776"
},
"departure": {
"delay": 109,
"time": "1775558869"
},
"stopId": "FR:50129:ZE:10SHU1:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 90,
"time": "1775560170"
},
"departure": {
"delay": 90,
"time": "1775560170"
},
"stopId": "FR:50129:ZE:10CEN1:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 70,
"time": "1775559415"
},
"departure": {
"delay": 70,
"time": "1775559430"
},
"stopId": "FR:50129:ZE:10BSJ1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 174,
"time": "1775559080"
},
"departure": {
"delay": 174,
"time": "1775559114"
},
"stopId": "FR:50129:ZE:10JAR1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 147,
"time": "1775559742"
},
"departure": {
"delay": 147,
"time": "1775559807"
},
"stopId": "FR:50129:ZE:10CSM1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 90,
"time": "1775560290"
},
"stopId": "FR:50129:ZE:10MXR1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 119,
"time": "1775559889"
},
"departure": {
"delay": 119,
"time": "1775559899"
},
"stopId": "FR:50129:ZE:10DEB1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 117,
"time": "1775559204"
},
"departure": {
"delay": 117,
"time": "1775559237"
},
"stopId": "FR:50129:ZE:10ODR1:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 108,
"time": "1775559513"
},
"departure": {
"delay": 108,
"time": "1775559528"
},
"stopId": "FR:50129:ZE:10SEX1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 84,
"time": "1775559362"
},
"departure": {
"delay": 84,
"time": "1775559384"
},
"stopId": "FR:50129:ZE:10RUC1:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 67,
"time": "1775558931"
},
"departure": {
"delay": 67,
"time": "1775558947"
},
"stopId": "FR:50129:ZE:10GSN5:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 136,
"time": "1775559451"
},
"departure": {
"delay": 136,
"time": "1775559496"
},
"stopId": "FR:50129:ZE:10MTT1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 86,
"time": "1775559975"
},
"departure": {
"delay": 86,
"time": "1775559986"
},
"stopId": "FR:50129:ZE:10REN1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 89,
"time": "1775559259"
},
"departure": {
"delay": 89,
"time": "1775559269"
},
"stopId": "FR:50129:ZE:10SRN1:ATOUMOD035",
"stopSequence": 7
}
],
"timestamp": "1775560073",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:04:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3747903x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx1425:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 16,
"time": "1775561356"
},
"departure": {
"delay": 16,
"time": "1775561356"
},
"stopId": "FR:76157:ZE:TCARxCORNI2:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 34,
"time": "1775559574"
},
"departure": {
"delay": 34,
"time": "1775559574"
},
"stopId": "FR:76212:ZE:TCARxCANAD2:ATOUMOD001",
"stopSequence": 2
},
{
"departure": {
"delay": 54,
"time": "1775559474"
},
"stopId": "FR:76212:ZE:TCARxDUREC:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 20,
"time": "1775560340"
},
"departure": {
"delay": 20,
"time": "1775560340"
},
"stopId": "FR:76540:ZE:TCARxPMARC2:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": -35,
"time": "1775561545"
},
"departure": {
"delay": -35,
"time": "1775561545"
},
"stopId": "FR:76157:ZE:TCARxTOUYE2:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 5,
"time": "1775560145"
},
"departure": {
"delay": 5,
"time": "1775560145"
},
"stopId": "FR:76540:ZE:TCARxCHRUT2:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -10,
"time": "1775561630"
},
"departure": {
"delay": -10,
"time": "1775561630"
},
"stopId": "FR:76157:ZE:TCARxTDUMA2:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": -35,
"time": "1775561965"
},
"departure": {
"delay": -35,
"time": "1775561965"
},
"stopId": "FR:76157:ZE:TCARxTBIZET:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": -15,
"time": "1775559825"
},
"departure": {
"delay": -15,
"time": "1775559825"
},
"stopId": "FR:76540:ZE:TCARxDRIVI2:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 4,
"time": "1775560264"
},
"departure": {
"delay": 4,
"time": "1775560264"
},
"stopId": "FR:76540:ZE:TCARxMARTT2:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 10,
"time": "1775560090"
},
"departure": {
"delay": 10,
"time": "1775560090"
},
"stopId": "FR:76540:ZE:TCARxHILAI2:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": -35,
"time": "1775561785"
},
"departure": {
"delay": -35,
"time": "1775561785"
},
"stopId": "FR:76157:ZE:TCARxTJAUR2:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": -5,
"time": "1775561875"
},
"departure": {
"delay": -5,
"time": "1775561875"
},
"stopId": "FR:76157:ZE:TCARxTPISS2:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 49,
"time": "1775559625"
},
"departure": {
"delay": 49,
"time": "1775559649"
},
"stopId": "FR:76212:ZE:TCARxDMAIR2:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 6,
"time": "1775559726"
},
"departure": {
"delay": 6,
"time": "1775559726"
},
"stopId": "FR:76212:ZE:TCARxECOLE2:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": -34,
"time": "1775561726"
},
"departure": {
"delay": -34,
"time": "1775561726"
},
"stopId": "FR:76157:ZE:TCARxTPROV2:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 5,
"time": "1775561525"
},
"departure": {
"delay": 5,
"time": "1775561525"
},
"stopId": "FR:76157:ZE:TCARxTPRAT2:ATOUMOD001",
"stopSequence": 20
}
],
"timestamp": "1775559477",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx93:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx1425:LOC"
}
}
},
{
"id": "SM:ATOUMOD104:ServiceJourney:ad31cbd69090966cbc9752f3e5f4e0b6:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 203,
"time": "1775559908"
},
"departure": {
"delay": 203,
"time": "1775559923"
},
"stopId": "FR:61218:ZE:2417:ATOUMOD104",
"stopSequence": 3
},
{
"arrival": {
"delay": 198,
"time": "1775559964"
},
"departure": {
"delay": 198,
"time": "1775559978"
},
"stopId": "FR:61218:ZE:2418:ATOUMOD104",
"stopSequence": 4
},
{
"arrival": {
"delay": 148,
"time": "1775560288"
},
"departure": {
"delay": 148,
"time": "1775560288"
},
"stopId": "FR:61169:ZE:2280:ATOUMOD104",
"stopSequence": 9
},
{
"arrival": {
"delay": 148,
"time": "1775560348"
},
"departure": {
"delay": 148,
"time": "1775560348"
},
"stopId": "FR:61169:ZE:2322:ATOUMOD104",
"stopSequence": 10
},
{
"arrival": {
"delay": 148,
"time": "1775560168"
},
"departure": {
"delay": 148,
"time": "1775560168"
},
"stopId": "FR:61169:ZE:2177:ATOUMOD104",
"stopSequence": 7
},
{
"arrival": {
"delay": 148,
"time": "1775560041"
},
"departure": {
"delay": 148,
"time": "1775560048"
},
"stopId": "FR:61218:ZE:2419:ATOUMOD104",
"stopSequence": 5
},
{
"departure": {
"delay": 212,
"time": "1775559812"
},
"stopId": "FR:61218:ZE:2415:ATOUMOD104",
"stopSequence": 1
},
{
"arrival": {
"delay": 148,
"time": "1775561008"
},
"stopId": "FR:61391:ZE:3104:ATOUMOD104",
"stopSequence": 18
},
{
"arrival": {
"delay": 148,
"time": "1775560828"
},
"departure": {
"delay": 148,
"time": "1775560828"
},
"stopId": "FR:61391:ZE:2305:ATOUMOD104",
"stopSequence": 15
},
{
"arrival": {
"delay": 148,
"time": "1775560708"
},
"departure": {
"delay": 148,
"time": "1775560708"
},
"stopId": "FR:61391:ZE:2401:ATOUMOD104",
"stopSequence": 14
},
{
"arrival": {
"delay": 148,
"time": "1775560588"
},
"departure": {
"delay": 148,
"time": "1775560588"
},
"stopId": "FR:61391:ZE:2403:ATOUMOD104",
"stopSequence": 12
},
{
"arrival": {
"delay": 148,
"time": "1775560468"
},
"departure": {
"delay": 148,
"time": "1775560468"
},
"stopId": "FR:61169:ZE:2257:ATOUMOD104",
"stopSequence": 11
},
{
"arrival": {
"delay": 176,
"time": "1775559889"
},
"departure": {
"delay": 176,
"time": "1775559896"
},
"stopId": "FR:61218:ZE:2416:ATOUMOD104",
"stopSequence": 2
},
{
"arrival": {
"delay": 148,
"time": "1775560888"
},
"departure": {
"delay": 148,
"time": "1775560888"
},
"stopId": "FR:61391:ZE:2398:ATOUMOD104",
"stopSequence": 16
},
{
"arrival": {
"delay": 148,
"time": "1775560228"
},
"departure": {
"delay": 148,
"time": "1775560228"
},
"stopId": "FR:61169:ZE:2264:ATOUMOD104",
"stopSequence": 8
},
{
"arrival": {
"delay": 148,
"time": "1775560648"
},
"departure": {
"delay": 148,
"time": "1775560648"
},
"stopId": "FR:61391:ZE:2402:ATOUMOD104",
"stopSequence": 13
},
{
"arrival": {
"delay": 148,
"time": "1775560108"
},
"departure": {
"delay": 148,
"time": "1775560108"
},
"stopId": "FR:61218:ZE:2420:ATOUMOD104",
"stopSequence": 6
},
{
"arrival": {
"delay": 148,
"time": "1775560948"
},
"departure": {
"delay": 148,
"time": "1775560948"
},
"stopId": "FR:61391:ZE:2329:ATOUMOD104",
"stopSequence": 17
}
],
"timestamp": "1775560141",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD104:Line:251:LOC",
"tripId": "ATOUMOD104:ServiceJourney:ad31cbd69090966cbc9752f3e5f4e0b6:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx14683:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 14460,
"time": "1775562660"
},
"departure": {
"delay": 14460,
"time": "1775562660"
},
"stopId": "FR:76540:ZE:TCARxSIMON2:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 14509,
"time": "1775562589"
},
"departure": {
"delay": 14509,
"time": "1775562589"
},
"stopId": "FR:76540:ZE:TCARxCENSO2:ATOUMOD001",
"stopSequence": 5
}
],
"timestamp": "1775558416",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx07:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx14683:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx11458:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -6120,
"time": "1775562060"
},
"departure": {
"delay": -6120,
"time": "1775562060"
},
"stopId": "FR:76575:ZE:TCARxCOQLI0:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -6108,
"time": "1775561892"
},
"departure": {
"delay": -6108,
"time": "1775561892"
},
"stopId": "FR:76681:ZE:TCARxKERVI0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": -6073,
"time": "1775561987"
},
"departure": {
"delay": -6073,
"time": "1775561987"
},
"stopId": "FR:76575:ZE:TCARxSTYO20:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": -6120,
"time": "1775561820"
},
"departure": {
"delay": -6120,
"time": "1775561820"
},
"stopId": "FR:76681:ZE:TCARxADRET1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": -6066,
"time": "1775561934"
},
"departure": {
"delay": -6066,
"time": "1775561934"
},
"stopId": "FR:76681:ZE:TCARxCHROU0:ATOUMOD001",
"stopSequence": 6
}
],
"timestamp": "1775557636",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx03:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx11458:LOC"
}
}
},
{
"id": "SM:ATOUMOD005:ServiceJourney:731:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775569080"
},
"departure": {
"time": "1775569080"
},
"stopId": "FR:76217:ZE:18032:ATOUMOD005",
"stopSequence": 10
},
{
"arrival": {
"time": "1775569320"
},
"stopId": "FR:76217:ZE:18320:ATOUMOD005",
"stopSequence": 12
},
{
"departure": {
"time": "1775568000"
},
"stopId": "FR:76217:ZE:18055:ATOUMOD005",
"stopSequence": 1
},
{
"arrival": {
"time": "1775568120"
},
"departure": {
"time": "1775568120"
},
"stopId": "FR:76217:ZE:18088:ATOUMOD005",
"stopSequence": 2
},
{
"arrival": {
"time": "1775568600"
},
"departure": {
"time": "1775568600"
},
"stopId": "FR:76217:ZE:18822:ATOUMOD005",
"stopSequence": 6
},
{
"arrival": {
"time": "1775568240"
},
"departure": {
"time": "1775568240"
},
"stopId": "FR:76217:ZE:18816:ATOUMOD005",
"stopSequence": 3
},
{
"arrival": {
"time": "1775568360"
},
"departure": {
"time": "1775568360"
},
"stopId": "FR:76217:ZE:18821:ATOUMOD005",
"stopSequence": 4
},
{
"arrival": {
"time": "1775568960"
},
"departure": {
"time": "1775568960"
},
"stopId": "FR:76217:ZE:18824:ATOUMOD005",
"stopSequence": 9
},
{
"arrival": {
"time": "1775568720"
},
"departure": {
"time": "1775568720"
},
"stopId": "FR:76217:ZE:18823:ATOUMOD005",
"stopSequence": 7
},
{
"arrival": {
"time": "1775569200"
},
"departure": {
"time": "1775569200"
},
"stopId": "FR:76217:ZE:18286:ATOUMOD005",
"stopSequence": 11
},
{
"arrival": {
"time": "1775568480"
},
"departure": {
"time": "1775568480"
},
"stopId": "FR:76217:ZE:18817:ATOUMOD005",
"stopSequence": 5
},
{
"arrival": {
"time": "1775568840"
},
"departure": {
"time": "1775568840"
},
"stopId": "FR:76217:ZE:18029:ATOUMOD005",
"stopSequence": 8
}
],
"timestamp": "1775560069",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD005:Line:97:LOC",
"tripId": "ATOUMOD005:ServiceJourney:731:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3747848x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -1,
"time": "1775549623"
},
"departure": {
"delay": -1,
"time": "1775549639"
},
"stopId": "FR:50129:ZE:10GNT2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": -13,
"time": "1775550215"
},
"departure": {
"delay": -13,
"time": "1775550227"
},
"stopId": "FR:50129:ZE:10SEX2:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 15,
"time": "1775550300"
},
"departure": {
"delay": 15,
"time": "1775550315"
},
"stopId": "FR:50129:ZE:10BSJ2:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": -21,
"time": "1775550257"
},
"departure": {
"delay": -21,
"time": "1775550279"
},
"stopId": "FR:50129:ZE:10MTT2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 58,
"time": "1775550599"
},
"departure": {
"delay": 58,
"time": "1775550658"
},
"stopId": "FR:50129:ZE:10BOS2:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": -29,
"time": "1775549711"
},
"departure": {
"delay": -29,
"time": "1775549731"
},
"stopId": "FR:50129:ZE:10LOG2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 3,
"time": "1775549464"
},
"departure": {
"delay": 3,
"time": "1775549523"
},
"stopId": "FR:50129:ZE:10CEN2:ATOUMOD035",
"stopSequence": 2
},
{
"departure": {
"delay": 12,
"time": "1775549412"
},
"stopId": "FR:50129:ZE:10MXR2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 234,
"time": "1775551087"
},
"departure": {
"delay": 234,
"time": "1775551134"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 17,
"time": "1775550539"
},
"departure": {
"delay": 17,
"time": "1775550557"
},
"stopId": "FR:50129:ZE:10ODR2:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 37,
"time": "1775549601"
},
"departure": {
"delay": 37,
"time": "1775549617"
},
"stopId": "FR:50129:ZE:10BOC2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 26,
"time": "1775550352"
},
"departure": {
"delay": 26,
"time": "1775550386"
},
"stopId": "FR:50129:ZE:10RUC2:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 250,
"time": "1775551181"
},
"departure": {
"delay": 250,
"time": "1775551210"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 31,
"time": "1775549781"
},
"departure": {
"delay": 31,
"time": "1775549791"
},
"stopId": "FR:50129:ZE:10REN2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 266,
"time": "1775551363"
},
"departure": {
"delay": 266,
"time": "1775551406"
},
"stopId": "FR:50129:ZE:10PLx1:ATOUMOD035",
"stopSequence": 24
},
{
"arrival": {
"delay": 22,
"time": "1775549873"
},
"departure": {
"delay": 22,
"time": "1775549902"
},
"stopId": "FR:50129:ZE:10DEB2:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 249,
"time": "1775551305"
},
"departure": {
"delay": 249,
"time": "1775551329"
},
"stopId": "FR:50129:ZE:10HDV1:ATOUMOD035",
"stopSequence": 23
},
{
"arrival": {
"delay": 42,
"time": "1775550002"
},
"departure": {
"delay": 42,
"time": "1775550042"
},
"stopId": "FR:50129:ZE:10CSM2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 231,
"time": "1775551551"
},
"stopId": "FR:50129:ZE:10SHU2:ATOUMOD035",
"stopSequence": 25
},
{
"arrival": {
"delay": 58,
"time": "1775550687"
},
"departure": {
"delay": 58,
"time": "1775550718"
},
"stopId": "FR:50129:ZE:10JAR2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 273,
"time": "1775551023"
},
"departure": {
"delay": 273,
"time": "1775551053"
},
"stopId": "FR:50129:ZE:10GSN4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 14,
"time": "1775549811"
},
"departure": {
"delay": 14,
"time": "1775549834"
},
"stopId": "FR:50129:ZE:10CUR2:ATOUMOD035",
"stopSequence": 7
}
],
"timestamp": "1775560082",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:04:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3747848x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4057152x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 242,
"time": "1775559662"
},
"stopId": "FR:76351:ZE:3530:ATOUMOD003",
"stopSequence": 20
},
{
"departure": {
"delay": 238,
"time": "1775559598"
},
"stopId": "FR:76351:ZE:3030:ATOUMOD003",
"stopSequence": 19
},
{
"departure": {
"delay": 195,
"time": "1775559435"
},
"stopId": "FR:76351:ZE:4996:ATOUMOD003",
"stopSequence": 17
},
{
"departure": {
"delay": 249,
"time": "1775559729"
},
"stopId": "FR:76351:ZE:4582:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": 249,
"time": "1775560029"
},
"stopId": "FR:76351:ZE:4642:ATOUMOD003",
"stopSequence": 22
},
{
"departure": {
"delay": 197,
"time": "1775559497"
},
"stopId": "FR:76351:ZE:3241:ATOUMOD003",
"stopSequence": 18
}
],
"timestamp": "1775559699",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C8:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4057152x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4227432x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 147,
"time": "1775559027"
},
"stopId": "FR:76351:ZE:4867:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": 110,
"time": "1775559230"
},
"stopId": "FR:76351:ZE:4906:ATOUMOD003",
"stopSequence": 20
}
],
"timestamp": "1775559159",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:20:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4227432x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx18304:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -20352,
"time": "1775563488"
},
"departure": {
"delay": -20352,
"time": "1775563488"
},
"stopId": "FR:76498:ZE:TCARxPHILI0:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": -20580,
"time": "1775562540"
},
"departure": {
"delay": -20580,
"time": "1775562540"
},
"stopId": "FR:76498:ZE:TCARxTRUFB0:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": -20574,
"time": "1775562486"
},
"departure": {
"delay": -20574,
"time": "1775562486"
},
"stopId": "FR:76498:ZE:TCARxNERUD0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": -20516,
"time": "1775562724"
},
"departure": {
"delay": -20516,
"time": "1775562724"
},
"stopId": "FR:76498:ZE:TCARxJARDO1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -20447,
"time": "1775562973"
},
"departure": {
"delay": -20447,
"time": "1775562973"
},
"stopId": "FR:76322:ZE:TCARxCBOIS1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": -20608,
"time": "1775562272"
},
"departure": {
"delay": -20608,
"time": "1775562272"
},
"stopId": "FR:76498:ZE:TCARxPGLIS0:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -20589,
"time": "1775562411"
},
"departure": {
"delay": -20589,
"time": "1775562411"
},
"stopId": "FR:76498:ZE:TCARxCLEME0:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": -20607,
"time": "1775562333"
},
"departure": {
"delay": -20607,
"time": "1775562333"
},
"stopId": "FR:76498:ZE:TCARxPQMAI0:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -20365,
"time": "1775563295"
},
"departure": {
"delay": -20365,
"time": "1775563295"
},
"stopId": "FR:76498:ZE:TCARxGAULL2:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": -20400,
"time": "1775563380"
},
"departure": {
"delay": -20400,
"time": "1775563380"
},
"stopId": "FR:76498:ZE:TCARxPARGA0:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": -20520,
"time": "1775562840"
},
"departure": {
"delay": -20520,
"time": "1775562840"
},
"stopId": "FR:76322:ZE:TCARxALLIE1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": -20446,
"time": "1775562914"
},
"departure": {
"delay": -20446,
"time": "1775562914"
},
"stopId": "FR:76322:ZE:TCARxGIROU1:ATOUMOD001",
"stopSequence": 10
}
],
"timestamp": "1775559956",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx41:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx18304:LOC"
}
}
},
{
"id": "SM:ATOUMOD012:ServiceJourney:100000356:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775560260"
},
"departure": {
"time": "1775560260"
},
"stopId": "FR:76758:ZE:YVETOTxxxRuexJo:ATOUMOD012",
"stopSequence": 6
},
{
"arrival": {
"time": "1775560020"
},
"departure": {
"time": "1775560020"
},
"stopId": "FR:76758:ZE:YVETOTxxxAvenue:ATOUMOD012",
"stopSequence": 4
},
{
"arrival": {
"time": "1775561400"
},
"departure": {
"time": "1775561400"
},
"stopId": "FR:76758:ZE:YVETOTxxxMusxe:ATOUMOD012",
"stopSequence": 15
},
{
"departure": {
"time": "1775559600"
},
"stopId": "FR:76758:ZE:YVETOTxxxGarex1:ATOUMOD012",
"stopSequence": 1
},
{
"arrival": {
"time": "1775561580"
},
"stopId": "FR:76758:ZE:YVETOTxxxGarexS:ATOUMOD012",
"stopSequence": 16
},
{
"arrival": {
"time": "1775561220"
},
"departure": {
"time": "1775561220"
},
"stopId": "FR:76758:ZE:YVETOTxxxRuexD1:ATOUMOD012",
"stopSequence": 14
},
{
"arrival": {
"time": "1775561040"
},
"departure": {
"time": "1775561040"
},
"stopId": "FR:76758:ZE:YVETOTxxxRuexDx:ATOUMOD012",
"stopSequence": 13
},
{
"arrival": {
"time": "1775559960"
},
"departure": {
"time": "1775559960"
},
"stopId": "FR:76758:ZE:YVETOTxxxRuexD8:ATOUMOD012",
"stopSequence": 3
},
{
"arrival": {
"time": "1775560140"
},
"departure": {
"time": "1775560140"
},
"stopId": "FR:76758:ZE:YVETOTxxxRefign:ATOUMOD012",
"stopSequence": 5
},
{
"arrival": {
"time": "1775560920"
},
"departure": {
"time": "1775560920"
},
"stopId": "FR:76758:ZE:YVETOTxxxAvenu2:ATOUMOD012",
"stopSequence": 12
},
{
"arrival": {
"time": "1775559840"
},
"departure": {
"time": "1775559840"
},
"stopId": "FR:76758:ZE:YVETOTxxxMairie:ATOUMOD012",
"stopSequence": 2
},
{
"arrival": {
"time": "1775560620"
},
"departure": {
"time": "1775560620"
},
"stopId": "FR:76758:ZE:YVETOTxxxAlbert:ATOUMOD012",
"stopSequence": 9
},
{
"arrival": {
"time": "1775560500"
},
"departure": {
"time": "1775560500"
},
"stopId": "FR:76758:ZE:YVETOTxxxRaymon:ATOUMOD012",
"stopSequence": 8
},
{
"arrival": {
"time": "1775560740"
},
"departure": {
"time": "1775560740"
},
"stopId": "FR:76758:ZE:YVETOTxxxRuexR1:ATOUMOD012",
"stopSequence": 10
},
{
"arrival": {
"time": "1775560860"
},
"departure": {
"time": "1775560860"
},
"stopId": "FR:76758:ZE:YVETOTxxxRuexJ1:ATOUMOD012",
"stopSequence": 11
},
{
"arrival": {
"time": "1775560380"
},
"departure": {
"time": "1775560380"
},
"stopId": "FR:76758:ZE:YVETOTxxxRuexRo:ATOUMOD012",
"stopSequence": 7
}
],
"timestamp": "1775560080",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD012:Line:2:LOC",
"tripId": "ATOUMOD012:ServiceJourney:100000356:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN3379F405192x2026x03x29T20x55x37Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 600,
"time": "1775558340"
},
"stopId": "FR:75108:ZE:StopPointxOCETrainxTERx87384008:ATOUMOD002",
"stopSequence": 1
},
{
"arrival": {
"delay": 600,
"time": "1775566320"
},
"stopId": "FR:14220:ZE:StopPointxOCETrainxTERx87444372:ATOUMOD002",
"stopSequence": 11
}
],
"timestamp": "1775557226",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD002:Line:FRxLinexx03A83359x7D9Dx4301x9C87x92FED4666451x:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN3379F405192x2026x03x29T20x55x37Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx13782:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -9974,
"time": "1775556766"
},
"departure": {
"delay": -9974,
"time": "1775556766"
},
"stopId": "FR:76497:ZE:TCARxCLECO1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": -10024,
"time": "1775558516"
},
"departure": {
"delay": -10024,
"time": "1775558516"
},
"stopId": "FR:76575:ZE:TCARxDOUAU1:ATOUMOD001",
"stopSequence": 38
},
{
"arrival": {
"delay": -10019,
"time": "1775556841"
},
"departure": {
"delay": -10019,
"time": "1775556841"
},
"stopId": "FR:76497:ZE:TCARxVERDE1:ATOUMOD001",
"stopSequence": 14
}
],
"timestamp": "1775555436",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx06:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx13782:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745256x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 28,
"time": "1775538654"
},
"departure": {
"delay": 28,
"time": "1775538688"
},
"stopId": "FR:50129:ZE:10RTU2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 50,
"time": "1775538499"
},
"departure": {
"delay": 50,
"time": "1775538530"
},
"stopId": "FR:50129:ZE:10BQR2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 38,
"time": "1775538401"
},
"departure": {
"delay": 38,
"time": "1775538458"
},
"stopId": "FR:50129:ZE:10ANJ6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": -58,
"time": "1775538802"
},
"departure": {
"delay": -58,
"time": "1775538842"
},
"stopId": "FR:50129:ZE:10FOR4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 41,
"time": "1775539384"
},
"departure": {
"delay": 41,
"time": "1775539421"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": -37,
"time": "1775538990"
},
"departure": {
"delay": -37,
"time": "1775539043"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 13
},
{
"departure": {
"delay": 72,
"time": "1775538072"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": -17,
"time": "1775539089"
},
"departure": {
"delay": -17,
"time": "1775539183"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": -80,
"time": "1775539660"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": -18,
"time": "1775539203"
},
"departure": {
"delay": -18,
"time": "1775539242"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 12,
"time": "1775539275"
},
"departure": {
"delay": 12,
"time": "1775539332"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 28,
"time": "1775538582"
},
"departure": {
"delay": 28,
"time": "1775538628"
},
"stopId": "FR:50129:ZE:10BRA4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": -2,
"time": "1775538220"
},
"departure": {
"delay": -2,
"time": "1775538238"
},
"stopId": "FR:50129:ZE:10EGL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": -6,
"time": "1775539456"
},
"departure": {
"delay": -6,
"time": "1775539494"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 17,
"time": "1775538157"
},
"departure": {
"delay": 17,
"time": "1775538197"
},
"stopId": "FR:50129:ZE:10AMO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": -30,
"time": "1775539548"
},
"departure": {
"delay": -30,
"time": "1775539590"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": -22,
"time": "1775538891"
},
"departure": {
"delay": -22,
"time": "1775538938"
},
"stopId": "FR:50129:ZE:10CRC4:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 9,
"time": "1775538336"
},
"departure": {
"delay": 9,
"time": "1775538369"
},
"stopId": "FR:50129:ZE:10PRV2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 6,
"time": "1775538265"
},
"departure": {
"delay": 6,
"time": "1775538306"
},
"stopId": "FR:50129:ZE:10OYG2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": -11,
"time": "1775538738"
},
"departure": {
"delay": -11,
"time": "1775538769"
},
"stopId": "FR:50129:ZE:10PFO2:ATOUMOD035",
"stopSequence": 10
}
],
"timestamp": "1775560079",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1A:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745256x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3758416x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 15,
"time": "1775532915"
},
"stopId": "FR:50129:ZE:10PEM4:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 61,
"time": "1775536201"
},
"stopId": "FR:50576:ZE:SIOTAM:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": -5,
"time": "1775534324"
},
"departure": {
"delay": -5,
"time": "1775534335"
},
"stopId": "FR:50045:ZE:BENBG2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 18,
"time": "1775533613"
},
"departure": {
"delay": 18,
"time": "1775533638"
},
"stopId": "FR:50575:ZE:SIDHC2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 18,
"time": "1775534843"
},
"departure": {
"delay": 18,
"time": "1775535018"
},
"stopId": "FR:50402:ZE:PIXLAN:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": -10,
"time": "1775534611"
},
"departure": {
"delay": -10,
"time": "1775534630"
},
"stopId": "FR:50402:ZE:PIXZAF:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 28,
"time": "1775533154"
},
"departure": {
"delay": 28,
"time": "1775533168"
},
"stopId": "FR:50129:ZE:10ANJ8:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": -3,
"time": "1775535871"
},
"departure": {
"delay": -3,
"time": "1775535897"
},
"stopId": "FR:50604:ZE:TREGM2:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 15,
"time": "1775533874"
},
"departure": {
"delay": 15,
"time": "1775533935"
},
"stopId": "FR:50643:ZE:VIRMA2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 24,
"time": "1775534231"
},
"departure": {
"delay": 24,
"time": "1775534244"
},
"stopId": "FR:50045:ZE:BENCG2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 13,
"time": "1775533414"
},
"departure": {
"delay": 13,
"time": "1775533453"
},
"stopId": "FR:50294:ZE:MARPO2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 8,
"time": "1775535389"
},
"departure": {
"delay": 8,
"time": "1775535428"
},
"stopId": "FR:50184:ZE:FLAHB2:ATOUMOD035",
"stopSequence": 10
}
],
"timestamp": "1775560076",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:B:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3758416x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4051202xGTFSxGSemH18xSemainex05:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 1814,
"time": "1775559674"
},
"stopId": "FR:76351:ZE:3271:ATOUMOD003",
"stopSequence": 10
},
{
"arrival": {
"delay": 1814,
"time": "1775560454"
},
"departure": {
"delay": 1814,
"time": "1775560454"
},
"stopId": "FR:76305:ZE:4928:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": 1814,
"time": "1775559854"
},
"departure": {
"delay": 1814,
"time": "1775559854"
},
"stopId": "FR:76351:ZE:5243:ATOUMOD003",
"stopSequence": 11
},
{
"arrival": {
"delay": 1819,
"time": "1775560219"
},
"departure": {
"delay": 1819,
"time": "1775560219"
},
"stopId": "FR:76351:ZE:4856:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 1814,
"time": "1775560694"
},
"stopId": "FR:76305:ZE:4929:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": 1848,
"time": "1775559948"
},
"departure": {
"delay": 1848,
"time": "1775559948"
},
"stopId": "FR:76351:ZE:5246:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": 1832,
"time": "1775560592"
},
"departure": {
"delay": 1832,
"time": "1775560592"
},
"stopId": "FR:76305:ZE:4854:ATOUMOD003",
"stopSequence": 16
},
{
"departure": {
"delay": 165,
"time": "1775557845"
},
"stopId": "FR:76351:ZE:3471:ATOUMOD003",
"stopSequence": 9
},
{
"arrival": {
"delay": 1873,
"time": "1775560573"
},
"departure": {
"delay": 1873,
"time": "1775560573"
},
"stopId": "FR:76305:ZE:4855:ATOUMOD003",
"stopSequence": 15
}
],
"timestamp": "1775559679",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:18:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4051202xGTFSxGSemH18xSemainex05:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3758090x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 81,
"time": "1775556381"
},
"stopId": "FR:50129:ZE:10PEM4:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 57,
"time": "1775557578"
},
"departure": {
"delay": 57,
"time": "1775557617"
},
"stopId": "FR:50149:ZE:COUBG2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 6,
"time": "1775557411"
},
"departure": {
"delay": 6,
"time": "1775557446"
},
"stopId": "FR:50230:ZE:HARFE2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 100,
"time": "1775557166"
},
"departure": {
"delay": 100,
"time": "1775557180"
},
"stopId": "FR:50294:ZE:MARMA2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 152,
"time": "1775556980"
},
"departure": {
"delay": 152,
"time": "1775556992"
},
"stopId": "FR:50294:ZE:MARPO2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 166,
"time": "1775558139"
},
"departure": {
"delay": 166,
"time": "1775558146"
},
"stopId": "FR:50082:ZE:BCQBG2:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 114,
"time": "1775558514"
},
"stopId": "FR:50082:ZE:BCQSF1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 50,
"time": "1775557895"
},
"departure": {
"delay": 50,
"time": "1775557910"
},
"stopId": "FR:50425:ZE:RLBMA2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 194,
"time": "1775556718"
},
"departure": {
"delay": 194,
"time": "1775556734"
},
"stopId": "FR:50129:ZE:10ANJ8:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 105,
"time": "1775558356"
},
"departure": {
"delay": 105,
"time": "1775558385"
},
"stopId": "FR:50082:ZE:BCQIN2:ATOUMOD035",
"stopSequence": 9
}
],
"timestamp": "1775560072",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD035:Line:E:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3758090x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx1683:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 19,
"time": "1775561539"
},
"departure": {
"delay": 19,
"time": "1775561539"
},
"stopId": "FR:76157:ZE:TCARxTPISS1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 34,
"time": "1775561794"
},
"departure": {
"delay": 34,
"time": "1775561794"
},
"stopId": "FR:76157:ZE:TCARxTDUMA1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 51,
"time": "1775561631"
},
"departure": {
"delay": 51,
"time": "1775561631"
},
"stopId": "FR:76157:ZE:TCARxTJAUR1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 44,
"time": "1775561684"
},
"departure": {
"delay": 44,
"time": "1775561684"
},
"stopId": "FR:76157:ZE:TCARxTPROV1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 24,
"time": "1775561904"
},
"departure": {
"delay": 24,
"time": "1775561904"
},
"stopId": "FR:76157:ZE:TCARxTPRAT1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 30,
"time": "1775561850"
},
"departure": {
"delay": 30,
"time": "1775561850"
},
"stopId": "FR:76157:ZE:TCARxTOUYE1:ATOUMOD001",
"stopSequence": 6
}
],
"timestamp": "1775557358",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx93:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx1683:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745247x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 241,
"time": "1775557706"
},
"departure": {
"delay": 241,
"time": "1775557741"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 253,
"time": "1775557544"
},
"departure": {
"delay": 253,
"time": "1775557573"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 234,
"time": "1775557805"
},
"departure": {
"delay": 234,
"time": "1775557854"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 227,
"time": "1775557093"
},
"departure": {
"delay": 227,
"time": "1775557127"
},
"stopId": "FR:50129:ZE:10FOR4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 178,
"time": "1775556482"
},
"departure": {
"delay": 178,
"time": "1775556538"
},
"stopId": "FR:50129:ZE:10PRV2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 289,
"time": "1775557325"
},
"departure": {
"delay": 289,
"time": "1775557369"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 107,
"time": "1775556302"
},
"departure": {
"delay": 107,
"time": "1775556347"
},
"stopId": "FR:50129:ZE:10EGL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 253,
"time": "1775557480"
},
"departure": {
"delay": 253,
"time": "1775557513"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 152,
"time": "1775556374"
},
"departure": {
"delay": 152,
"time": "1775556452"
},
"stopId": "FR:50129:ZE:10OYG2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 280,
"time": "1775557049"
},
"departure": {
"delay": 280,
"time": "1775557060"
},
"stopId": "FR:50129:ZE:10PFO2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 261,
"time": "1775557182"
},
"departure": {
"delay": 261,
"time": "1775557221"
},
"stopId": "FR:50129:ZE:10CRC4:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 307,
"time": "1775556771"
},
"departure": {
"delay": 307,
"time": "1775556787"
},
"stopId": "FR:50129:ZE:10BQR2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 338,
"time": "1775556924"
},
"departure": {
"delay": 338,
"time": "1775556998"
},
"stopId": "FR:50129:ZE:10RTU2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 252,
"time": "1775557410"
},
"departure": {
"delay": 252,
"time": "1775557452"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 98,
"time": "1775556258"
},
"departure": {
"delay": 98,
"time": "1775556278"
},
"stopId": "FR:50129:ZE:10AMO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 223,
"time": "1775557963"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 20
},
{
"departure": {
"delay": 177,
"time": "1775556177"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 314,
"time": "1775556589"
},
"departure": {
"delay": 314,
"time": "1775556734"
},
"stopId": "FR:50129:ZE:10ANJ6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 298,
"time": "1775557663"
},
"departure": {
"delay": 298,
"time": "1775557678"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 302,
"time": "1775556866"
},
"departure": {
"delay": 302,
"time": "1775556902"
},
"stopId": "FR:50129:ZE:10BRA4:ATOUMOD035",
"stopSequence": 8
}
],
"timestamp": "1775560079",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1A:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745247x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC596579:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1775561400"
},
"stopId": "FR:27229:ZE:0xMOL01:ATOUMOD004",
"stopSequence": 1
}
],
"timestamp": "1775560081",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD004:Line:T1:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC596579:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx3509:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 171,
"time": "1775558250"
},
"departure": {
"delay": 171,
"time": "1775558271"
},
"stopId": "FR:76540:ZE:TCARxAVCAE0:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 151,
"time": "1775557913"
},
"departure": {
"delay": 151,
"time": "1775557951"
},
"stopId": "FR:76540:ZE:TCARxTARTS0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 91,
"time": "1775559271"
},
"stopId": "FR:76322:ZE:TCARxBRAQU0:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 221,
"time": "1775559064"
},
"departure": {
"delay": 221,
"time": "1775559101"
},
"stopId": "FR:76322:ZE:TCARxLBLUM0:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 145,
"time": "1775558665"
},
"departure": {
"delay": 145,
"time": "1775558665"
},
"stopId": "FR:76498:ZE:TCARxJULIE0:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 151,
"time": "1775557718"
},
"departure": {
"delay": 151,
"time": "1775557771"
},
"stopId": "FR:76540:ZE:TCARxGAREV0:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 131,
"time": "1775558141"
},
"departure": {
"delay": 131,
"time": "1775558171"
},
"stopId": "FR:76540:ZE:TCARxSTSEV0:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 231,
"time": "1775558551"
},
"departure": {
"delay": 231,
"time": "1775558571"
},
"stopId": "FR:76498:ZE:TCARx08MAI0:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 191,
"time": "1775558447"
},
"departure": {
"delay": 191,
"time": "1775558471"
},
"stopId": "FR:76498:ZE:TCARxTRUFF0:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 171,
"time": "1775558351"
},
"departure": {
"delay": 171,
"time": "1775558391"
},
"stopId": "FR:76498:ZE:TCARxJAURE0:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 231,
"time": "1775559162"
},
"departure": {
"delay": 231,
"time": "1775559171"
},
"stopId": "FR:76322:ZE:TCARxCEZAN0:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 91,
"time": "1775557625"
},
"departure": {
"delay": 91,
"time": "1775557651"
},
"stopId": "FR:76540:ZE:TCARxBEAUV0:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 191,
"time": "1775558026"
},
"departure": {
"delay": 191,
"time": "1775558051"
},
"stopId": "FR:76540:ZE:TCARxJOFFR0:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 171,
"time": "1775557836"
},
"departure": {
"delay": 171,
"time": "1775557851"
},
"stopId": "FR:76540:ZE:TCARxJUSTI0:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 191,
"time": "1775558882"
},
"departure": {
"delay": 191,
"time": "1775558891"
},
"stopId": "FR:76322:ZE:TCARxPROVI0:ATOUMOD001",
"stopSequence": 14
},
{
"departure": {
"delay": 51,
"time": "1775557551"
},
"stopId": "FR:76540:ZE:TCARxBBOU:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 241,
"time": "1775558773"
},
"departure": {
"delay": 241,
"time": "1775558821"
},
"stopId": "FR:76498:ZE:TCARxCHGAU0:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 231,
"time": "1775558970"
},
"departure": {
"delay": 231,
"time": "1775558991"
},
"stopId": "FR:76322:ZE:TCARxKENNE0:ATOUMOD001",
"stopSequence": 15
}
],
"timestamp": "1775557557",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx90:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx3509:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx16397:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 9900,
"time": "1775563080"
},
"departure": {
"delay": 9900,
"time": "1775563080"
},
"stopId": "FR:76103:ZE:TCARxEAUPL1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 9843,
"time": "1775562963"
},
"departure": {
"delay": 9843,
"time": "1775562963"
},
"stopId": "FR:76103:ZE:TCARxPASSA1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 9886,
"time": "1775563186"
},
"departure": {
"delay": 9886,
"time": "1775563186"
},
"stopId": "FR:76540:ZE:TCARxPAUL41:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 9840,
"time": "1775562840"
},
"departure": {
"delay": 9840,
"time": "1775562840"
},
"stopId": "FR:76005:ZE:TCARxLEVAL1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 9840,
"time": "1775562720"
},
"departure": {
"delay": 9840,
"time": "1775562720"
},
"stopId": "FR:76005:ZE:TCARxAMAIR1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 9863,
"time": "1775562743"
},
"departure": {
"delay": 9863,
"time": "1775562743"
},
"stopId": "FR:76005:ZE:TCARxGPHIL1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 9914,
"time": "1775563034"
},
"departure": {
"delay": 9914,
"time": "1775563034"
},
"stopId": "FR:76103:ZE:TCARxRSEIN1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 9848,
"time": "1775562908"
},
"departure": {
"delay": 9848,
"time": "1775562908"
},
"stopId": "FR:76005:ZE:TCARxSGRES1:ATOUMOD001",
"stopSequence": 8
}
],
"timestamp": "1775558376",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx15:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx16397:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx1362:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 40,
"time": "1775557600"
},
"departure": {
"delay": 40,
"time": "1775557600"
},
"stopId": "FR:76212:ZE:TCARxCANAD2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -49,
"time": "1775559731"
},
"departure": {
"delay": -49,
"time": "1775559731"
},
"stopId": "FR:76157:ZE:TCARxTPROV2:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 13,
"time": "1775558113"
},
"departure": {
"delay": 13,
"time": "1775558113"
},
"stopId": "FR:76540:ZE:TCARxHILAI2:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": -16,
"time": "1775559524"
},
"departure": {
"delay": -16,
"time": "1775559524"
},
"stopId": "FR:76157:ZE:TCARxTPRAT2:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": -12,
"time": "1775557848"
},
"departure": {
"delay": -12,
"time": "1775557848"
},
"stopId": "FR:76540:ZE:TCARxDRIVI2:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 20,
"time": "1775558180"
},
"departure": {
"delay": 20,
"time": "1775558180"
},
"stopId": "FR:76540:ZE:TCARxCHRUT2:ATOUMOD001",
"stopSequence": 8
},
{
"departure": {
"delay": 30,
"time": "1775557470"
},
"stopId": "FR:76212:ZE:TCARxDUREC:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 8,
"time": "1775558348"
},
"departure": {
"delay": 8,
"time": "1775558348"
},
"stopId": "FR:76540:ZE:TCARxPMARC2:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": -14,
"time": "1775559646"
},
"departure": {
"delay": -14,
"time": "1775559646"
},
"stopId": "FR:76157:ZE:TCARxTDUMA2:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": -16,
"time": "1775559884"
},
"departure": {
"delay": -16,
"time": "1775559884"
},
"stopId": "FR:76157:ZE:TCARxTPISS2:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": -52,
"time": "1775559104"
},
"departure": {
"delay": -52,
"time": "1775559128"
},
"stopId": "FR:76540:ZE:TCARxRIBOU2:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 27,
"time": "1775557947"
},
"departure": {
"delay": 27,
"time": "1775557947"
},
"stopId": "FR:76540:ZE:TCARxJEUNE2:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 61,
"time": "1775559001"
},
"departure": {
"delay": 61,
"time": "1775559001"
},
"stopId": "FR:76540:ZE:TCARxLUCIL2:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": -24,
"time": "1775559576"
},
"departure": {
"delay": -24,
"time": "1775559576"
},
"stopId": "FR:76157:ZE:TCARxTOUYE2:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 101,
"time": "1775558900"
},
"departure": {
"delay": 101,
"time": "1775558921"
},
"stopId": "FR:76540:ZE:TCARxPASPA2:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": -9,
"time": "1775558271"
},
"departure": {
"delay": -9,
"time": "1775558271"
},
"stopId": "FR:76540:ZE:TCARxMARTT2:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 52,
"time": "1775557651"
},
"departure": {
"delay": 52,
"time": "1775557672"
},
"stopId": "FR:76212:ZE:TCARxDMAIR2:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -50,
"time": "1775559790"
},
"departure": {
"delay": -50,
"time": "1775559790"
},
"stopId": "FR:76157:ZE:TCARxTJAUR2:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": -94,
"time": "1775560106"
},
"stopId": "FR:76157:ZE:TCARxTMONET:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 6,
"time": "1775558621"
},
"departure": {
"delay": 6,
"time": "1775558646"
},
"stopId": "FR:76540:ZE:TCARxTARTT2:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": -23,
"time": "1775559997"
},
"departure": {
"delay": -23,
"time": "1775559997"
},
"stopId": "FR:76157:ZE:TCARxTBIZET:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 86,
"time": "1775558823"
},
"departure": {
"delay": 86,
"time": "1775558846"
},
"stopId": "FR:76540:ZE:TCARxBELGE2:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 30,
"time": "1775559390"
},
"departure": {
"delay": 30,
"time": "1775559390"
},
"stopId": "FR:76157:ZE:TCARxCORNI2:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": -7,
"time": "1775559293"
},
"departure": {
"delay": -7,
"time": "1775559293"
},
"stopId": "FR:76540:ZE:TCARxMIN2T:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 32,
"time": "1775557772"
},
"departure": {
"delay": 32,
"time": "1775557772"
},
"stopId": "FR:76212:ZE:TCARxECOLE2:ATOUMOD001",
"stopSequence": 4
}
],
"timestamp": "1775557318",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx93:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx1362:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx6285:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 270,
"time": "1775559510"
},
"departure": {
"delay": 270,
"time": "1775559510"
},
"stopId": "FR:76451:ZE:TCARxCOQUE2:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 278,
"time": "1775558258"
},
"departure": {
"delay": 278,
"time": "1775558258"
},
"stopId": "FR:76540:ZE:TCARxPMARC2:ATOUMOD001",
"stopSequence": 3
},
{
"departure": {
"delay": 224,
"time": "1775558084"
},
"stopId": "FR:76540:ZE:TCARxCHRUT2:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 343,
"time": "1775558358"
},
"departure": {
"delay": 343,
"time": "1775558383"
},
"stopId": "FR:76540:ZE:TCARxREPUB2:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 298,
"time": "1775558458"
},
"departure": {
"delay": 298,
"time": "1775558458"
},
"stopId": "FR:76540:ZE:TCARxCATHE2:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 363,
"time": "1775558883"
},
"departure": {
"delay": 363,
"time": "1775558883"
},
"stopId": "FR:76540:ZE:TCARxLUCIL2:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 288,
"time": "1775559386"
},
"departure": {
"delay": 288,
"time": "1775559408"
},
"stopId": "FR:76451:ZE:TCARxCBLBE2:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 223,
"time": "1775559583"
},
"stopId": "FR:76451:ZE:TCARxMTMAL2:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 393,
"time": "1775558684"
},
"departure": {
"delay": 393,
"time": "1775558733"
},
"stopId": "FR:76540:ZE:TCARxBELGE2:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 363,
"time": "1775558558"
},
"departure": {
"delay": 363,
"time": "1775558583"
},
"stopId": "FR:76540:ZE:TCARxTARTT2:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 263,
"time": "1775558160"
},
"departure": {
"delay": 263,
"time": "1775558183"
},
"stopId": "FR:76540:ZE:TCARxMARTT2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 215,
"time": "1775558975"
},
"departure": {
"delay": 215,
"time": "1775558975"
},
"stopId": "FR:76540:ZE:TCARxRIBOU2:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 273,
"time": "1775559309"
},
"departure": {
"delay": 273,
"time": "1775559333"
},
"stopId": "FR:76451:ZE:TCARxCAMPU2:ATOUMOD001",
"stopSequence": 12
}
],
"timestamp": "1775558085",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx91:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx6285:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4230310x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 189,
"time": "1775559609"
},
"stopId": "FR:76351:ZE:3212:ATOUMOD003",
"stopSequence": 39
},
{
"departure": {
"delay": 221,
"time": "1775559581"
},
"stopId": "FR:76351:ZE:3704:ATOUMOD003",
"stopSequence": 38
}
],
"timestamp": "1775559589",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:C5:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4230310x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2470067:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -210,
"time": "1775564070"
},
"departure": {
"delay": -210,
"time": "1775564070"
},
"stopId": "FR:27375:ZE:0x6518:ATOUMOD006",
"stopSequence": 10
},
{
"arrival": {
"delay": -204,
"time": "1775563956"
},
"departure": {
"delay": -204,
"time": "1775563956"
},
"stopId": "FR:27375:ZE:0x6386:ATOUMOD006",
"stopSequence": 8
},
{
"arrival": {
"delay": -230,
"time": "1775564770"
},
"stopId": "FR:27375:ZE:0x7160:ATOUMOD006",
"stopSequence": 21
},
{
"arrival": {
"delay": -180,
"time": "1775564160"
},
"departure": {
"delay": -180,
"time": "1775564160"
},
"stopId": "FR:27375:ZE:0x6474:ATOUMOD006",
"stopSequence": 12
},
{
"departure": {
"delay": -3437,
"time": "1775560063"
},
"stopId": "FR:27375:ZE:0x6515:ATOUMOD006",
"stopSequence": 1
},
{
"arrival": {
"delay": -71,
"time": "1775564449"
},
"departure": {
"delay": -71,
"time": "1775564449"
},
"stopId": "FR:27375:ZE:0x6389:ATOUMOD006",
"stopSequence": 16
},
{
"arrival": {
"delay": -194,
"time": "1775564206"
},
"departure": {
"delay": -194,
"time": "1775564206"
},
"stopId": "FR:27375:ZE:0x6522:ATOUMOD006",
"stopSequence": 13
},
{
"arrival": {
"delay": -157,
"time": "1775563883"
},
"departure": {
"delay": -157,
"time": "1775563883"
},
"stopId": "FR:27375:ZE:0x6501:ATOUMOD006",
"stopSequence": 6
},
{
"arrival": {
"delay": -204,
"time": "1775564016"
},
"departure": {
"delay": -204,
"time": "1775564016"
},
"stopId": "FR:27375:ZE:0x6520:ATOUMOD006",
"stopSequence": 9
},
{
"arrival": {
"delay": -110,
"time": "1775564650"
},
"departure": {
"delay": -110,
"time": "1775564650"
},
"stopId": "FR:27375:ZE:0x6464:ATOUMOD006",
"stopSequence": 20
},
{
"arrival": {
"delay": -246,
"time": "1775564094"
},
"departure": {
"delay": -246,
"time": "1775564094"
},
"stopId": "FR:27375:ZE:0x6444:ATOUMOD006",
"stopSequence": 11
},
{
"arrival": {
"delay": -106,
"time": "1775563574"
},
"departure": {
"delay": -106,
"time": "1775563574"
},
"stopId": "FR:27375:ZE:0x6508:ATOUMOD006",
"stopSequence": 2
},
{
"arrival": {
"delay": -165,
"time": "1775563695"
},
"departure": {
"delay": -165,
"time": "1775563695"
},
"stopId": "FR:27375:ZE:0x6432:ATOUMOD006",
"stopSequence": 3
},
{
"arrival": {
"delay": -114,
"time": "1775564586"
},
"departure": {
"delay": -114,
"time": "1775564586"
},
"stopId": "FR:27375:ZE:0x7196:ATOUMOD006",
"stopSequence": 18
},
{
"arrival": {
"delay": -150,
"time": "1775563830"
},
"departure": {
"delay": -150,
"time": "1775563830"
},
"stopId": "FR:27375:ZE:0x6479:ATOUMOD006",
"stopSequence": 5
},
{
"arrival": {
"delay": -49,
"time": "1775564531"
},
"departure": {
"delay": -49,
"time": "1775564531"
},
"stopId": "FR:27375:ZE:0x6381:ATOUMOD006",
"stopSequence": 17
},
{
"arrival": {
"delay": -157,
"time": "1775564363"
},
"departure": {
"delay": -157,
"time": "1775564363"
},
"stopId": "FR:27375:ZE:0x6472:ATOUMOD006",
"stopSequence": 15
},
{
"arrival": {
"delay": -79,
"time": "1775564621"
},
"departure": {
"delay": -79,
"time": "1775564621"
},
"stopId": "FR:27375:ZE:0x6505:ATOUMOD006",
"stopSequence": 19
},
{
"arrival": {
"delay": -203,
"time": "1775563777"
},
"departure": {
"delay": -203,
"time": "1775563777"
},
"stopId": "FR:27375:ZE:0x6452:ATOUMOD006",
"stopSequence": 4
},
{
"arrival": {
"delay": -182,
"time": "1775564278"
},
"departure": {
"delay": -182,
"time": "1775564278"
},
"stopId": "FR:27375:ZE:0x6418:ATOUMOD006",
"stopSequence": 14
},
{
"arrival": {
"delay": -199,
"time": "1775563901"
},
"departure": {
"delay": -199,
"time": "1775563901"
},
"stopId": "FR:27375:ZE:0x6413:ATOUMOD006",
"stopSequence": 7
}
],
"timestamp": "1775560063",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD006:Line:3:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2470067:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx18210:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 16710,
"time": "1775561130"
},
"departure": {
"delay": 16710,
"time": "1775561130"
},
"stopId": "FR:76322:ZE:TCARxCBOIS2:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 16731,
"time": "1775561331"
},
"departure": {
"delay": 16731,
"time": "1775561331"
},
"stopId": "FR:76498:ZE:TCARxJARDO2:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 16741,
"time": "1775560801"
},
"departure": {
"delay": 16741,
"time": "1775560801"
},
"stopId": "FR:76498:ZE:TCARxGAULL3:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 16713,
"time": "1775560413"
},
"departure": {
"delay": 16713,
"time": "1775560413"
},
"stopId": "FR:76681:ZE:TCARxROSTA1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 16715,
"time": "1775561495"
},
"departure": {
"delay": 16715,
"time": "1775561495"
},
"stopId": "FR:76498:ZE:TCARxTRUFB1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 16698,
"time": "1775561538"
},
"departure": {
"delay": 16698,
"time": "1775561538"
},
"stopId": "FR:76498:ZE:TCARxNERUD1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 16705,
"time": "1775560345"
},
"departure": {
"delay": 16705,
"time": "1775560345"
},
"stopId": "FR:76681:ZE:TCARxSEMBA1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 16719,
"time": "1775561259"
},
"departure": {
"delay": 16719,
"time": "1775561259"
},
"stopId": "FR:76322:ZE:TCARxALLIE2:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 16775,
"time": "1775561915"
},
"stopId": "FR:76498:ZE:TCARxANMAR1:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 16721,
"time": "1775560961"
},
"departure": {
"delay": 16721,
"time": "1775560961"
},
"stopId": "FR:76322:ZE:TCARxLUSSA0:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 16708,
"time": "1775560468"
},
"departure": {
"delay": 16708,
"time": "1775560468"
},
"stopId": "FR:76681:ZE:TCARxLBRU11:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 16715,
"time": "1775560235"
},
"departure": {
"delay": 16715,
"time": "1775560235"
},
"stopId": "FR:76681:ZE:TCARxHDVS3:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 16775,
"time": "1775561795"
},
"departure": {
"delay": 16775,
"time": "1775561795"
},
"stopId": "FR:76498:ZE:TCARxPGLIS1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 16720,
"time": "1775561620"
},
"departure": {
"delay": 16720,
"time": "1775561620"
},
"stopId": "FR:76498:ZE:TCARxCLEME1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 16688,
"time": "1775560628"
},
"departure": {
"delay": 16688,
"time": "1775560628"
},
"stopId": "FR:76498:ZE:TCARxPHILI1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 16763,
"time": "1775561723"
},
"departure": {
"delay": 16763,
"time": "1775561723"
},
"stopId": "FR:76498:ZE:TCARxPQMAI1:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 16708,
"time": "1775561428"
},
"departure": {
"delay": 16708,
"time": "1775561428"
},
"stopId": "FR:76498:ZE:TCARxSADAK2:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 16688,
"time": "1775560868"
},
"departure": {
"delay": 16688,
"time": "1775560868"
},
"stopId": "FR:76322:ZE:TCARxHURIE0:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 16694,
"time": "1775561174"
},
"departure": {
"delay": 16694,
"time": "1775561174"
},
"stopId": "FR:76322:ZE:TCARxGIROU2:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 16715,
"time": "1775560715"
},
"departure": {
"delay": 16715,
"time": "1775560715"
},
"stopId": "FR:76498:ZE:TCARxPARGA2:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 16715,
"time": "1775560535"
},
"departure": {
"delay": 16715,
"time": "1775560535"
},
"stopId": "FR:76681:ZE:TCARxDIOCH4:ATOUMOD001",
"stopSequence": 10
}
],
"timestamp": "1775559956",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx41:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx18210:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4107870x2025x26xGSemHTRAxSemainex00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 105,
"time": "1775560125"
},
"departure": {
"delay": 105,
"time": "1775560125"
},
"stopId": "FR:76351:ZE:3975:ATOUMOD003",
"stopSequence": 14
},
{
"departure": {
"delay": 127,
"time": "1775560027"
},
"stopId": "FR:76351:ZE:3991:ATOUMOD003",
"stopSequence": 13
},
{
"arrival": {
"delay": 78,
"time": "1775560338"
},
"departure": {
"delay": 78,
"time": "1775560338"
},
"stopId": "FR:76351:ZE:3987:ATOUMOD003",
"stopSequence": 16
},
{
"arrival": {
"delay": 92,
"time": "1775560532"
},
"stopId": "FR:76481:ZE:4890:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 95,
"time": "1775560235"
},
"departure": {
"delay": 95,
"time": "1775560235"
},
"stopId": "FR:76351:ZE:4003:ATOUMOD003",
"stopSequence": 15
},
{
"arrival": {
"delay": 123,
"time": "1775560443"
},
"departure": {
"delay": 123,
"time": "1775560443"
},
"stopId": "FR:76351:ZE:3953:ATOUMOD003",
"stopSequence": 17
}
],
"timestamp": "1775560059",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:A:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4107870x2025x26xGSemHTRAxSemainex00:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4057024x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": -70,
"time": "1775559530"
},
"stopId": "FR:76351:ZE:3659:ATOUMOD003",
"stopSequence": 17
},
{
"departure": {
"delay": -59,
"time": "1775559601"
},
"stopId": "FR:76351:ZE:4996:ATOUMOD003",
"stopSequence": 18
},
{
"departure": {
"delay": -39,
"time": "1775559681"
},
"stopId": "FR:76351:ZE:3241:ATOUMOD003",
"stopSequence": 19
},
{
"departure": {
"delay": -9,
"time": "1775559771"
},
"stopId": "FR:76351:ZE:3030:ATOUMOD003",
"stopSequence": 20
},
{
"departure": {
"delay": -9,
"time": "1775559891"
},
"stopId": "FR:76351:ZE:4582:ATOUMOD003",
"stopSequence": 22
},
{
"arrival": {
"delay": -9,
"time": "1775560191"
},
"stopId": "FR:76351:ZE:4642:ATOUMOD003",
"stopSequence": 23
},
{
"departure": {
"delay": -70,
"time": "1775559470"
},
"stopId": "FR:76351:ZE:4567:ATOUMOD003",
"stopSequence": 16
},
{
"departure": {
"delay": -9,
"time": "1775559831"
},
"stopId": "FR:76351:ZE:3530:ATOUMOD003",
"stopSequence": 21
}
],
"timestamp": "1775559569",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C7:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4057024x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx6212:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 121,
"time": "1775559541"
},
"departure": {
"delay": 121,
"time": "1775559541"
},
"stopId": "FR:76451:ZE:TCARxCBLBE2:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 124,
"time": "1775558944"
},
"departure": {
"delay": 124,
"time": "1775558944"
},
"stopId": "FR:76540:ZE:TCARxLUCIL2:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 127,
"time": "1775559462"
},
"departure": {
"delay": 127,
"time": "1775559487"
},
"stopId": "FR:76451:ZE:TCARxCAMPU2:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 52,
"time": "1775559037"
},
"departure": {
"delay": 52,
"time": "1775559112"
},
"stopId": "FR:76540:ZE:TCARxRIBOU2:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 99,
"time": "1775558319"
},
"departure": {
"delay": 99,
"time": "1775558319"
},
"stopId": "FR:76540:ZE:TCARxPMARC2:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 112,
"time": "1775558497"
},
"departure": {
"delay": 112,
"time": "1775558512"
},
"stopId": "FR:76540:ZE:TCARxCATHE2:ATOUMOD001",
"stopSequence": 5
},
{
"departure": {
"delay": 2,
"time": "1775558162"
},
"stopId": "FR:76540:ZE:TCARxCHRUT2:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 42,
"time": "1775558242"
},
"departure": {
"delay": 42,
"time": "1775558262"
},
"stopId": "FR:76540:ZE:TCARxMARTT2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 147,
"time": "1775559687"
},
"departure": {
"delay": 147,
"time": "1775559687"
},
"stopId": "FR:76451:ZE:TCARxCOQUE2:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 94,
"time": "1775559214"
},
"departure": {
"delay": 94,
"time": "1775559214"
},
"stopId": "FR:76540:ZE:TCARxFDVAL2:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 97,
"time": "1775558416"
},
"departure": {
"delay": 97,
"time": "1775558437"
},
"stopId": "FR:76540:ZE:TCARxREPUB2:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 207,
"time": "1775558763"
},
"departure": {
"delay": 207,
"time": "1775558787"
},
"stopId": "FR:76540:ZE:TCARxBELGE2:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 162,
"time": "1775558862"
},
"departure": {
"delay": 162,
"time": "1775558862"
},
"stopId": "FR:76540:ZE:TCARxPASPA2:ATOUMOD001",
"stopSequence": 8
}
],
"timestamp": "1775558177",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx91:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx6212:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN852008F387800x2026x03x28T21x09x34Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775557260"
},
"departure": {
"time": "1775557320"
},
"stopId": "FR:14431:ZE:StopPointxOCETrainxTERx87444208:ATOUMOD002",
"stopSequence": 13
},
{
"arrival": {
"time": "1775560860"
},
"departure": {
"time": "1775560920"
},
"stopId": "FR:27105:ZE:StopPointxOCETrainxTERx87415323:ATOUMOD002",
"stopSequence": 23
},
{
"departure": {
"time": "1775556540"
},
"stopId": "FR:14118:ZE:StopPointxOCETrainxTERx87444000:ATOUMOD002",
"stopSequence": 11
},
{
"arrival": {
"time": "1775559540"
},
"departure": {
"time": "1775559600"
},
"stopId": "FR:27622:ZE:StopPointxOCETrainxTERx87444315:ATOUMOD002",
"stopSequence": 19
},
{
"arrival": {
"time": "1775560020"
},
"departure": {
"time": "1775560080"
},
"stopId": "FR:27116:ZE:StopPointxOCETrainxTERx87415364:ATOUMOD002",
"stopSequence": 21
},
{
"arrival": {
"time": "1775561520"
},
"departure": {
"time": "1775561580"
},
"stopId": "FR:76561:ZE:StopPointxOCETrainxTERx87411173:ATOUMOD002",
"stopSequence": 25
},
{
"arrival": {
"time": "1775562480"
},
"stopId": "FR:76540:ZE:StopPointxOCETrainxTERx87411017:ATOUMOD002",
"stopSequence": 26
},
{
"arrival": {
"time": "1775558100"
},
"departure": {
"time": "1775558160"
},
"stopId": "FR:14366:ZE:StopPointxOCETrainxTERx87444265:ATOUMOD002",
"stopSequence": 15
},
{
"arrival": {
"time": "1775559060"
},
"departure": {
"time": "1775559120"
},
"stopId": "FR:27056:ZE:StopPointxOCETrainxTERx87444299:ATOUMOD002",
"stopSequence": 17
}
],
"timestamp": "1775552936",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD002:Line:FRxLinexxA6CE6325x08D1x4C25x9D15x15C2DC5E7BD0x:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN852008F387800x2026x03x28T21x09x34Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx8041:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 35,
"time": "1775561735"
},
"departure": {
"delay": 35,
"time": "1775561735"
},
"stopId": "FR:76540:ZE:TCARxBEAUT1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"time": "1775561640"
},
"departure": {
"time": "1775561640"
},
"stopId": "FR:76540:ZE:TCARxBOU8:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"time": "1775561460"
},
"departure": {
"time": "1775561460"
},
"stopId": "FR:76540:ZE:TCARxTMARV1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"time": "1775561820"
},
"departure": {
"time": "1775561820"
},
"stopId": "FR:76540:ZE:TCARxGARET1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 50,
"time": "1775561150"
},
"departure": {
"delay": 50,
"time": "1775561150"
},
"stopId": "FR:76540:ZE:TCARxSANTE1:ATOUMOD001",
"stopSequence": 2
}
],
"timestamp": "1775556957",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx94:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx8041:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC596638:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -23,
"time": "1775559262"
},
"departure": {
"delay": -23,
"time": "1775559277"
},
"stopId": "FR:27229:ZE:0xHAP02:ATOUMOD004",
"stopSequence": 13
},
{
"arrival": {
"delay": -93,
"time": "1775559387"
},
"stopId": "FR:27229:ZE:0xHOT01:ATOUMOD004",
"stopSequence": 14
}
],
"timestamp": "1775559330",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD004:Line:T1:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC596638:LOC"
}
}
},
{
"id": "SM:ATOUMOD014:ServiceJourney:4844667412676608x3:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 152,
"time": "1775560102"
},
"departure": {
"delay": 152,
"time": "1775560112"
},
"stopId": "FR:27398:ZE:4835319225516032:ATOUMOD014",
"stopSequence": 16
},
{
"arrival": {
"delay": 203,
"time": "1775560573"
},
"departure": {
"delay": 203,
"time": "1775560583"
},
"stopId": "FR:27056:ZE:5453442999910400:ATOUMOD014",
"stopSequence": 20
},
{
"arrival": {
"delay": 166,
"time": "1775560836"
},
"departure": {
"delay": 166,
"time": "1775560846"
},
"stopId": "FR:27056:ZE:4884844963168256:ATOUMOD014",
"stopSequence": 23
},
{
"arrival": {
"delay": 189,
"time": "1775560439"
},
"departure": {
"delay": 189,
"time": "1775560449"
},
"stopId": "FR:27398:ZE:4847446401220608:ATOUMOD014",
"stopSequence": 19
},
{
"arrival": {
"delay": 151,
"time": "1775560281"
},
"departure": {
"delay": 151,
"time": "1775560291"
},
"stopId": "FR:27398:ZE:4865625185845248:ATOUMOD014",
"stopSequence": 18
},
{
"arrival": {
"delay": 220,
"time": "1775560650"
},
"departure": {
"delay": 220,
"time": "1775560660"
},
"stopId": "FR:27056:ZE:5348704383926272:ATOUMOD014",
"stopSequence": 21
},
{
"arrival": {
"delay": 158,
"time": "1775561308"
},
"departure": {
"delay": 158,
"time": "1775561318"
},
"stopId": "FR:27056:ZE:5971865148325888:ATOUMOD014",
"stopSequence": 27
},
{
"arrival": {
"delay": 128,
"time": "1775560978"
},
"departure": {
"delay": 128,
"time": "1775560988"
},
"stopId": "FR:27056:ZE:4851335628324864:ATOUMOD014",
"stopSequence": 25
},
{
"arrival": {
"delay": 123,
"time": "1775561403"
},
"stopId": "FR:27056:ZE:4810781540483072:ATOUMOD014",
"stopSequence": 28
},
{
"arrival": {
"delay": 126,
"time": "1775560916"
},
"departure": {
"delay": 126,
"time": "1775560926"
},
"stopId": "FR:27056:ZE:5484943498018816:ATOUMOD014",
"stopSequence": 24
},
{
"arrival": {
"delay": 171,
"time": "1775561201"
},
"departure": {
"delay": 171,
"time": "1775561211"
},
"stopId": "FR:27056:ZE:6010744870010880:ATOUMOD014",
"stopSequence": 26
},
{
"arrival": {
"delay": 153,
"time": "1775560163"
},
"departure": {
"delay": 153,
"time": "1775560173"
},
"stopId": "FR:27398:ZE:851790001:ATOUMOD014",
"stopSequence": 17
},
{
"arrival": {
"delay": 193,
"time": "1775560743"
},
"departure": {
"delay": 193,
"time": "1775560753"
},
"stopId": "FR:27056:ZE:5481220096917504:ATOUMOD014",
"stopSequence": 22
}
],
"timestamp": "1775560083",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD014:Line:30030155:LOC",
"tripId": "ATOUMOD014:ServiceJourney:4844667412676608x3:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2470066:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -29,
"time": "1775560891"
},
"departure": {
"delay": -29,
"time": "1775560891"
},
"stopId": "FR:27375:ZE:0x6472:ATOUMOD006",
"stopSequence": 15
},
{
"arrival": {
"delay": -118,
"time": "1775560622"
},
"departure": {
"delay": -118,
"time": "1775560622"
},
"stopId": "FR:27375:ZE:0x6444:ATOUMOD006",
"stopSequence": 11
},
{
"arrival": {
"delay": -76,
"time": "1775560544"
},
"departure": {
"delay": -76,
"time": "1775560544"
},
"stopId": "FR:27375:ZE:0x6520:ATOUMOD006",
"stopSequence": 9
},
{
"arrival": {
"delay": 22,
"time": "1775560102"
},
"departure": {
"delay": 22,
"time": "1775560102"
},
"stopId": "FR:27375:ZE:0x6508:ATOUMOD006",
"stopSequence": 2
},
{
"arrival": {
"delay": 11,
"time": "1775561171"
},
"departure": {
"delay": 11,
"time": "1775561171"
},
"stopId": "FR:27375:ZE:0x6464:ATOUMOD006",
"stopSequence": 20
},
{
"arrival": {
"delay": 58,
"time": "1775560978"
},
"departure": {
"delay": 58,
"time": "1775560978"
},
"stopId": "FR:27375:ZE:0x6389:ATOUMOD006",
"stopSequence": 16
},
{
"arrival": {
"delay": -52,
"time": "1775560688"
},
"departure": {
"delay": -52,
"time": "1775560688"
},
"stopId": "FR:27375:ZE:0x6474:ATOUMOD006",
"stopSequence": 12
},
{
"arrival": {
"delay": -71,
"time": "1775560429"
},
"departure": {
"delay": -71,
"time": "1775560429"
},
"stopId": "FR:27375:ZE:0x6413:ATOUMOD006",
"stopSequence": 7
},
{
"arrival": {
"delay": -75,
"time": "1775560305"
},
"departure": {
"delay": -75,
"time": "1775560305"
},
"stopId": "FR:27375:ZE:0x6452:ATOUMOD006",
"stopSequence": 4
},
{
"arrival": {
"delay": -29,
"time": "1775560411"
},
"departure": {
"delay": -29,
"time": "1775560411"
},
"stopId": "FR:27375:ZE:0x6501:ATOUMOD006",
"stopSequence": 6
},
{
"departure": {
"delay": 122,
"time": "1775560022"
},
"stopId": "FR:27375:ZE:0x6515:ATOUMOD006",
"stopSequence": 1
},
{
"arrival": {
"delay": -54,
"time": "1775560806"
},
"departure": {
"delay": -54,
"time": "1775560806"
},
"stopId": "FR:27375:ZE:0x6418:ATOUMOD006",
"stopSequence": 14
},
{
"arrival": {
"delay": 42,
"time": "1775561142"
},
"departure": {
"delay": 42,
"time": "1775561142"
},
"stopId": "FR:27375:ZE:0x6505:ATOUMOD006",
"stopSequence": 19
},
{
"arrival": {
"delay": -82,
"time": "1775560598"
},
"departure": {
"delay": -82,
"time": "1775560598"
},
"stopId": "FR:27375:ZE:0x6518:ATOUMOD006",
"stopSequence": 10
},
{
"arrival": {
"delay": -76,
"time": "1775560484"
},
"departure": {
"delay": -76,
"time": "1775560484"
},
"stopId": "FR:27375:ZE:0x6386:ATOUMOD006",
"stopSequence": 8
},
{
"arrival": {
"delay": -22,
"time": "1775560358"
},
"departure": {
"delay": -22,
"time": "1775560358"
},
"stopId": "FR:27375:ZE:0x6479:ATOUMOD006",
"stopSequence": 5
},
{
"arrival": {
"delay": -37,
"time": "1775560223"
},
"departure": {
"delay": -37,
"time": "1775560223"
},
"stopId": "FR:27375:ZE:0x6432:ATOUMOD006",
"stopSequence": 3
},
{
"arrival": {
"delay": -109,
"time": "1775561291"
},
"stopId": "FR:27375:ZE:0x7160:ATOUMOD006",
"stopSequence": 21
},
{
"arrival": {
"delay": 72,
"time": "1775561052"
},
"departure": {
"delay": 72,
"time": "1775561052"
},
"stopId": "FR:27375:ZE:0x6381:ATOUMOD006",
"stopSequence": 17
},
{
"arrival": {
"delay": -66,
"time": "1775560734"
},
"departure": {
"delay": -66,
"time": "1775560734"
},
"stopId": "FR:27375:ZE:0x6522:ATOUMOD006",
"stopSequence": 13
},
{
"arrival": {
"delay": 7,
"time": "1775561107"
},
"departure": {
"delay": 7,
"time": "1775561107"
},
"stopId": "FR:27375:ZE:0x7196:ATOUMOD006",
"stopSequence": 18
}
],
"timestamp": "1775560063",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD006:Line:3:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2470066:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx18213:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -19360,
"time": "1775563400"
},
"departure": {
"delay": -19360,
"time": "1775563400"
},
"stopId": "FR:76681:ZE:TCARxSEMBA1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": -19357,
"time": "1775563523"
},
"departure": {
"delay": -19357,
"time": "1775563523"
},
"stopId": "FR:76681:ZE:TCARxLBRU11:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": -19352,
"time": "1775563468"
},
"departure": {
"delay": -19352,
"time": "1775563468"
},
"stopId": "FR:76681:ZE:TCARxROSTA1:ATOUMOD001",
"stopSequence": 8
}
],
"timestamp": "1775559217",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx41:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx18213:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745174x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 164,
"time": "1775558899"
},
"departure": {
"delay": 164,
"time": "1775558984"
},
"stopId": "FR:50129:ZE:10AXT1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 135,
"time": "1775559075"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 298,
"time": "1775558129"
},
"departure": {
"delay": 298,
"time": "1775558158"
},
"stopId": "FR:50129:ZE:10RTU2:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 206,
"time": "1775558271"
},
"departure": {
"delay": 206,
"time": "1775558306"
},
"stopId": "FR:50129:ZE:10FOR4:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 255,
"time": "1775558197"
},
"departure": {
"delay": 255,
"time": "1775558235"
},
"stopId": "FR:50129:ZE:10PFO2:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 139,
"time": "1775558630"
},
"departure": {
"delay": 139,
"time": "1775558659"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 302,
"time": "1775558068"
},
"departure": {
"delay": 302,
"time": "1775558102"
},
"stopId": "FR:50129:ZE:10BRA4:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 342,
"time": "1775557987"
},
"departure": {
"delay": 342,
"time": "1775558022"
},
"stopId": "FR:50129:ZE:10BQR2:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 270,
"time": "1775557673"
},
"departure": {
"delay": 270,
"time": "1775557710"
},
"stopId": "FR:50129:ZE:10EGL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 301,
"time": "1775557824"
},
"departure": {
"delay": 301,
"time": "1775557861"
},
"stopId": "FR:50129:ZE:10PRV2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 157,
"time": "1775558703"
},
"departure": {
"delay": 157,
"time": "1775558737"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 298,
"time": "1775557733"
},
"departure": {
"delay": 298,
"time": "1775557798"
},
"stopId": "FR:50129:ZE:10OYG2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 341,
"time": "1775557885"
},
"departure": {
"delay": 341,
"time": "1775557961"
},
"stopId": "FR:50129:ZE:10ANJ6:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 224,
"time": "1775558351"
},
"departure": {
"delay": 224,
"time": "1775558384"
},
"stopId": "FR:50129:ZE:10CRC4:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 127,
"time": "1775558510"
},
"departure": {
"delay": 127,
"time": "1775558527"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 138,
"time": "1775558565"
},
"departure": {
"delay": 138,
"time": "1775558598"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 143,
"time": "1775558768"
},
"departure": {
"delay": 143,
"time": "1775558843"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 18
},
{
"departure": {
"delay": 324,
"time": "1775557524"
},
"stopId": "FR:50129:ZE:10PEM1:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 272,
"time": "1775557605"
},
"departure": {
"delay": 272,
"time": "1775557652"
},
"stopId": "FR:50129:ZE:10AMO2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 190,
"time": "1775558432"
},
"departure": {
"delay": 190,
"time": "1775558470"
},
"stopId": "FR:50129:ZE:10HDI3:ATOUMOD035",
"stopSequence": 13
}
],
"timestamp": "1775560076",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1A:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745174x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745210x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 20,
"time": "1775559229"
},
"departure": {
"delay": 20,
"time": "1775559260"
},
"stopId": "FR:50129:ZE:10OLY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": -26,
"time": "1775558876"
},
"departure": {
"delay": -26,
"time": "1775558914"
},
"stopId": "FR:50129:ZE:10BRA3:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 103,
"time": "1775558410"
},
"departure": {
"delay": 103,
"time": "1775558443"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 20,
"time": "1775559131"
},
"departure": {
"delay": 20,
"time": "1775559200"
},
"stopId": "FR:50129:ZE:10PRV1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 102,
"time": "1775558105"
},
"departure": {
"delay": 102,
"time": "1775558142"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 81,
"time": "1775558268"
},
"departure": {
"delay": 81,
"time": "1775558301"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 16,
"time": "1775559348"
},
"departure": {
"delay": 16,
"time": "1775559376"
},
"stopId": "FR:50129:ZE:10AMO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": -86,
"time": "1775559454"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 82,
"time": "1775558025"
},
"departure": {
"delay": 82,
"time": "1775558062"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": 26,
"time": "1775559285"
},
"departure": {
"delay": 26,
"time": "1775559326"
},
"stopId": "FR:50129:ZE:10EGL1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 93,
"time": "1775558328"
},
"departure": {
"delay": 93,
"time": "1775558373"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 78,
"time": "1775558202"
},
"departure": {
"delay": 78,
"time": "1775558238"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": -45,
"time": "1775558973"
},
"departure": {
"delay": -45,
"time": "1775559015"
},
"stopId": "FR:50129:ZE:10BQR1:ATOUMOD035",
"stopSequence": 13
},
{
"departure": {
"delay": 152,
"time": "1775557952"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": -37,
"time": "1775558810"
},
"departure": {
"delay": -37,
"time": "1775558843"
},
"stopId": "FR:50129:ZE:10RTU1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 39,
"time": "1775558637"
},
"departure": {
"delay": 39,
"time": "1775558679"
},
"stopId": "FR:50129:ZE:10FOR3:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": -17,
"time": "1775559066"
},
"departure": {
"delay": -17,
"time": "1775559103"
},
"stopId": "FR:50129:ZE:10ANJ5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 70,
"time": "1775558551"
},
"departure": {
"delay": 70,
"time": "1775558590"
},
"stopId": "FR:50129:ZE:10CRC3:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"time": "1775558724"
},
"departure": {
"time": "1775558760"
},
"stopId": "FR:50129:ZE:10PFO1:ATOUMOD035",
"stopSequence": 10
}
],
"timestamp": "1775560077",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1B:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745210x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD036:ServiceJourney:6066020780343296x3:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -74,
"time": "1775565083"
},
"departure": {
"delay": -74,
"time": "1775565166"
},
"stopId": "FR:14366:ZE:5160003:ATOUMOD036",
"stopSequence": 7
},
{
"arrival": {
"delay": -58,
"time": "1775565175"
},
"departure": {
"delay": -58,
"time": "1775565242"
},
"stopId": "FR:14366:ZE:11110003:ATOUMOD036",
"stopSequence": 8
},
{
"arrival": {
"delay": -46,
"time": "1775565678"
},
"departure": {
"delay": -46,
"time": "1775565734"
},
"stopId": "FR:14303:ZE:6109439984664576:ATOUMOD036",
"stopSequence": 11
},
{
"arrival": {
"delay": -83,
"time": "1775565304"
},
"departure": {
"delay": -83,
"time": "1775565397"
},
"stopId": "FR:14303:ZE:646170001:ATOUMOD036",
"stopSequence": 10
},
{
"arrival": {
"delay": -55,
"time": "1775564820"
},
"departure": {
"delay": -55,
"time": "1775564885"
},
"stopId": "FR:14366:ZE:3100004:ATOUMOD036",
"stopSequence": 4
},
{
"arrival": {
"delay": -106,
"time": "1775565974"
},
"stopId": "FR:14303:ZE:19280004:ATOUMOD036",
"stopSequence": 14
},
{
"arrival": {
"delay": -38,
"time": "1775565934"
},
"departure": {
"delay": -38,
"time": "1775565982"
},
"stopId": "FR:14303:ZE:6088592217604096:ATOUMOD036",
"stopSequence": 13
},
{
"arrival": {
"delay": -60,
"time": "1775565050"
},
"departure": {
"delay": -60,
"time": "1775565120"
},
"stopId": "FR:14366:ZE:9260006:ATOUMOD036",
"stopSequence": 6
},
{
"arrival": {
"delay": -69,
"time": "1775564493"
},
"departure": {
"delay": -69,
"time": "1775564571"
},
"stopId": "FR:14366:ZE:221390001:ATOUMOD036",
"stopSequence": 2
},
{
"arrival": {
"delay": -66,
"time": "1775565218"
},
"departure": {
"delay": -66,
"time": "1775565294"
},
"stopId": "FR:14326:ZE:35150005:ATOUMOD036",
"stopSequence": 9
},
{
"departure": {
"time": "1775564400"
},
"stopId": "FR:14366:ZE:17270002:ATOUMOD036",
"stopSequence": 1
},
{
"arrival": {
"delay": -51,
"time": "1775565729"
},
"departure": {
"delay": -51,
"time": "1775565789"
},
"stopId": "FR:14303:ZE:4929173643591680:ATOUMOD036",
"stopSequence": 12
},
{
"arrival": {
"delay": -44,
"time": "1775564962"
},
"departure": {
"delay": -44,
"time": "1775565016"
},
"stopId": "FR:14366:ZE:615450039:ATOUMOD036",
"stopSequence": 5
},
{
"arrival": {
"delay": -61,
"time": "1775564628"
},
"departure": {
"delay": -61,
"time": "1775564699"
},
"stopId": "FR:14366:ZE:777190007:ATOUMOD036",
"stopSequence": 3
}
],
"timestamp": "1775560082",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD036:Line:5089804213551104:LOC",
"tripId": "ATOUMOD036:ServiceJourney:6066020780343296x3:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4057009x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 120,
"time": "1775558820"
},
"stopId": "FR:76351:ZE:4568:ATOUMOD003",
"stopSequence": 19
},
{
"arrival": {
"delay": 102,
"time": "1775558862"
},
"stopId": "FR:76351:ZE:4848:ATOUMOD003",
"stopSequence": 20
}
],
"timestamp": "1775558859",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:C7:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4057009x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745137x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 57,
"time": "1775547099"
},
"departure": {
"delay": 57,
"time": "1775547177"
},
"stopId": "FR:50129:ZE:10CRC3:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": -148,
"time": "1775547992"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 19
},
{
"departure": {
"delay": 104,
"time": "1775546504"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": -67,
"time": "1775547373"
},
"departure": {
"delay": -67,
"time": "1775547413"
},
"stopId": "FR:50129:ZE:10RTU1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 32,
"time": "1775546751"
},
"departure": {
"delay": 32,
"time": "1775546792"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": -34,
"time": "1775547765"
},
"departure": {
"delay": -34,
"time": "1775547806"
},
"stopId": "FR:50129:ZE:10OLY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": -82,
"time": "1775547442"
},
"departure": {
"delay": -82,
"time": "1775547458"
},
"stopId": "FR:50129:ZE:10BRA3:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": -46,
"time": "1775547693"
},
"departure": {
"delay": -46,
"time": "1775547734"
},
"stopId": "FR:50129:ZE:10PRV1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 14,
"time": "1775547216"
},
"departure": {
"delay": 14,
"time": "1775547254"
},
"stopId": "FR:50129:ZE:10FOR3:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": -30,
"time": "1775547831"
},
"departure": {
"delay": -30,
"time": "1775547870"
},
"stopId": "FR:50129:ZE:10EGL1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 66,
"time": "1775546674"
},
"departure": {
"delay": 66,
"time": "1775546706"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 15,
"time": "1775546876"
},
"departure": {
"delay": 15,
"time": "1775546895"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 34,
"time": "1775546836"
},
"departure": {
"delay": 34,
"time": "1775546854"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": -52,
"time": "1775547617"
},
"departure": {
"delay": -52,
"time": "1775547668"
},
"stopId": "FR:50129:ZE:10ANJ5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": -42,
"time": "1775547893"
},
"departure": {
"delay": -42,
"time": "1775547918"
},
"stopId": "FR:50129:ZE:10AMO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 28,
"time": "1775546555"
},
"departure": {
"delay": 28,
"time": "1775546608"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 2
},
{
"arrival": {
"delay": -79,
"time": "1775547532"
},
"departure": {
"delay": -79,
"time": "1775547581"
},
"stopId": "FR:50129:ZE:10BQR1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": -38,
"time": "1775547295"
},
"departure": {
"delay": -38,
"time": "1775547322"
},
"stopId": "FR:50129:ZE:10PFO1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 27,
"time": "1775546932"
},
"departure": {
"delay": 27,
"time": "1775546967"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 7
}
],
"timestamp": "1775560076",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1B:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745137x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD012:ServiceJourney:100000294:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775562840"
},
"stopId": "FR:76758:ZE:YVETOTxxxGarex1:ATOUMOD012",
"stopSequence": 6
},
{
"arrival": {
"time": "1775562060"
},
"departure": {
"time": "1775562060"
},
"stopId": "FR:76758:ZE:YVETOTxxxRuexC1:ATOUMOD012",
"stopSequence": 2
},
{
"departure": {
"time": "1775562000"
},
"stopId": "FR:76758:ZE:YVETOTxxxGarexS:ATOUMOD012",
"stopSequence": 1
},
{
"arrival": {
"time": "1775562420"
},
"departure": {
"time": "1775562420"
},
"stopId": "FR:76718:ZE:VALLIQUERVILLE1:ATOUMOD012",
"stopSequence": 5
},
{
"arrival": {
"time": "1775562240"
},
"departure": {
"time": "1775562240"
},
"stopId": "FR:76758:ZE:YVETOTxxxPxlexd:ATOUMOD012",
"stopSequence": 4
},
{
"arrival": {
"time": "1775562180"
},
"departure": {
"time": "1775562180"
},
"stopId": "FR:76758:ZE:YVETOTxxxHxpita:ATOUMOD012",
"stopSequence": 3
}
],
"timestamp": "1775560080",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD012:Line:3:LOC",
"tripId": "ATOUMOD012:ServiceJourney:100000294:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx17784:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 14400,
"time": "1775563560"
},
"stopId": "FR:76498:ZE:TCARxTRUFB5:ATOUMOD001",
"stopSequence": 1
}
],
"timestamp": "1775559377",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx33:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx17784:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4230561x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 291,
"time": "1775560011"
},
"stopId": "FR:76351:ZE:4825:ATOUMOD003",
"stopSequence": 35
},
{
"departure": {
"delay": 293,
"time": "1775559953"
},
"stopId": "FR:76351:ZE:4297:ATOUMOD003",
"stopSequence": 34
}
],
"timestamp": "1775559989",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:C3:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4230561x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx102:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 24,
"time": "1775560524"
},
"departure": {
"delay": 24,
"time": "1775560524"
},
"stopId": "FR:76540:ZE:TCARxCOUPE2:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 30,
"time": "1775560950"
},
"departure": {
"delay": 30,
"time": "1775560950"
},
"stopId": "FR:76540:ZE:TCARxJEUNE2:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 19,
"time": "1775560339"
},
"departure": {
"delay": 19,
"time": "1775560339"
},
"stopId": "FR:76540:ZE:TCARxPSALO0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 43,
"time": "1775560423"
},
"departure": {
"delay": 43,
"time": "1775560423"
},
"stopId": "FR:76540:ZE:TCARxMALRA2:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 16,
"time": "1775560276"
},
"departure": {
"delay": 16,
"time": "1775560276"
},
"stopId": "FR:76540:ZE:TCARxGALI2:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 14,
"time": "1775560874"
},
"departure": {
"delay": 14,
"time": "1775560874"
},
"stopId": "FR:76540:ZE:TCARxDRIVI2:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 23,
"time": "1775560163"
},
"departure": {
"delay": 23,
"time": "1775560163"
},
"stopId": "FR:76540:ZE:TCARxCHATL2:ATOUMOD001",
"stopSequence": 2
},
{
"departure": {
"delay": 30,
"time": "1775560050"
},
"stopId": "FR:76095:ZE:TCARxTAMAR:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 30,
"time": "1775560470"
},
"departure": {
"delay": 30,
"time": "1775560470"
},
"stopId": "FR:76540:ZE:TCARxSTCLA2:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 35,
"time": "1775560235"
},
"departure": {
"delay": 35,
"time": "1775560235"
},
"stopId": "FR:76540:ZE:TCARxMAIS10:ATOUMOD001",
"stopSequence": 3
}
],
"timestamp": "1775559677",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx92:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx102:LOC"
}
}
},
{
"id": "SM:ATOUMOD005:ServiceJourney:917:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775575740"
},
"departure": {
"time": "1775575740"
},
"stopId": "FR:76217:ZE:18029:ATOUMOD005",
"stopSequence": 8
},
{
"departure": {
"time": "1775574900"
},
"stopId": "FR:76217:ZE:18055:ATOUMOD005",
"stopSequence": 1
},
{
"arrival": {
"time": "1775575500"
},
"departure": {
"time": "1775575500"
},
"stopId": "FR:76217:ZE:18822:ATOUMOD005",
"stopSequence": 6
},
{
"arrival": {
"time": "1775575140"
},
"departure": {
"time": "1775575140"
},
"stopId": "FR:76217:ZE:18816:ATOUMOD005",
"stopSequence": 3
},
{
"arrival": {
"time": "1775576100"
},
"departure": {
"time": "1775576100"
},
"stopId": "FR:76217:ZE:18286:ATOUMOD005",
"stopSequence": 11
},
{
"arrival": {
"time": "1775575860"
},
"departure": {
"time": "1775575860"
},
"stopId": "FR:76217:ZE:18824:ATOUMOD005",
"stopSequence": 9
},
{
"arrival": {
"time": "1775575380"
},
"departure": {
"time": "1775575380"
},
"stopId": "FR:76217:ZE:18817:ATOUMOD005",
"stopSequence": 5
},
{
"arrival": {
"time": "1775575980"
},
"departure": {
"time": "1775575980"
},
"stopId": "FR:76217:ZE:18032:ATOUMOD005",
"stopSequence": 10
},
{
"arrival": {
"time": "1775575020"
},
"departure": {
"time": "1775575020"
},
"stopId": "FR:76217:ZE:18088:ATOUMOD005",
"stopSequence": 2
},
{
"arrival": {
"time": "1775576220"
},
"stopId": "FR:76217:ZE:18320:ATOUMOD005",
"stopSequence": 12
},
{
"arrival": {
"time": "1775575260"
},
"departure": {
"time": "1775575260"
},
"stopId": "FR:76217:ZE:18821:ATOUMOD005",
"stopSequence": 4
},
{
"arrival": {
"time": "1775575620"
},
"departure": {
"time": "1775575620"
},
"stopId": "FR:76217:ZE:18823:ATOUMOD005",
"stopSequence": 7
}
],
"timestamp": "1775560069",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD005:Line:97:LOC",
"tripId": "ATOUMOD005:ServiceJourney:917:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3758418x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 60,
"time": "1775536797"
},
"departure": {
"delay": 60,
"time": "1775536860"
},
"stopId": "FR:50041:ZE:HAGGR1:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 275,
"time": "1775538767"
},
"departure": {
"delay": 275,
"time": "1775538815"
},
"stopId": "FR:50129:ZE:10CTY1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 345,
"time": "1775538430"
},
"departure": {
"delay": 345,
"time": "1775538465"
},
"stopId": "FR:50129:ZE:10LSA1:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 60,
"time": "1775536246"
},
"departure": {
"delay": 60,
"time": "1775536320"
},
"stopId": "FR:50041:ZE:HAGCC1:ATOUMOD035",
"stopSequence": 2
},
{
"departure": {
"delay": 63,
"time": "1775535963"
},
"stopId": "FR:50041:ZE:HAGOLL:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 339,
"time": "1775538152"
},
"departure": {
"delay": 339,
"time": "1775538159"
},
"stopId": "FR:50129:ZE:10PET1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 279,
"time": "1775538961"
},
"departure": {
"delay": 279,
"time": "1775538999"
},
"stopId": "FR:50129:ZE:10CAL1:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 277,
"time": "1775539045"
},
"departure": {
"delay": 277,
"time": "1775539117"
},
"stopId": "FR:50129:ZE:10PLA4:ATOUMOD035",
"stopSequence": 20
},
{
"arrival": {
"delay": 398,
"time": "1775537942"
},
"departure": {
"delay": 398,
"time": "1775537978"
},
"stopId": "FR:50129:ZE:QQVPL2:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 209,
"time": "1775539289"
},
"stopId": "FR:50129:ZE:10PEM4:ATOUMOD035",
"stopSequence": 22
},
{
"arrival": {
"delay": 38,
"time": "1775536527"
},
"departure": {
"delay": 38,
"time": "1775536538"
},
"stopId": "FR:50041:ZE:HAGFY1:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 272,
"time": "1775538597"
},
"departure": {
"delay": 272,
"time": "1775538632"
},
"stopId": "FR:50129:ZE:10ARS5:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 411,
"time": "1775538071"
},
"departure": {
"delay": 411,
"time": "1775538111"
},
"stopId": "FR:50129:ZE:10DIX1:ATOUMOD035",
"stopSequence": 9
},
{
"arrival": {
"delay": 332,
"time": "1775538293"
},
"departure": {
"delay": 332,
"time": "1775538332"
},
"stopId": "FR:50129:ZE:10CAQ1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 407,
"time": "1775537708"
},
"departure": {
"delay": 407,
"time": "1775537747"
},
"stopId": "FR:50041:ZE:HAGBG1:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 327,
"time": "1775538189"
},
"departure": {
"delay": 327,
"time": "1775538207"
},
"stopId": "FR:50129:ZE:10HME1:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 327,
"time": "1775538695"
},
"departure": {
"delay": 327,
"time": "1775538747"
},
"stopId": "FR:50129:ZE:10BUC1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 277,
"time": "1775538903"
},
"departure": {
"delay": 277,
"time": "1775538937"
},
"stopId": "FR:50129:ZE:10NAP1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 219,
"time": "1775539137"
},
"departure": {
"delay": 219,
"time": "1775539179"
},
"stopId": "FR:50129:ZE:10CRN2:ATOUMOD035",
"stopSequence": 21
},
{
"arrival": {
"delay": 92,
"time": "1775536419"
},
"departure": {
"delay": 92,
"time": "1775536472"
},
"stopId": "FR:50041:ZE:HAGMA1:ATOUMOD035",
"stopSequence": 3
}
],
"timestamp": "1775560075",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:A:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3758418x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2471202:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -70,
"time": "1775560610"
},
"departure": {
"delay": -70,
"time": "1775560610"
},
"stopId": "FR:27375:ZE:0x6458:ATOUMOD006",
"stopSequence": 23
},
{
"arrival": {
"delay": -63,
"time": "1775561157"
},
"departure": {
"delay": -63,
"time": "1775561157"
},
"stopId": "FR:27375:ZE:0x6394:ATOUMOD006",
"stopSequence": 31
},
{
"arrival": {
"delay": 10,
"time": "1775560870"
},
"departure": {
"delay": 10,
"time": "1775560870"
},
"stopId": "FR:27375:ZE:0x6529:ATOUMOD006",
"stopSequence": 26
},
{
"arrival": {
"delay": 80,
"time": "1775560760"
},
"departure": {
"delay": 80,
"time": "1775560760"
},
"stopId": "FR:27375:ZE:0x6389:ATOUMOD006",
"stopSequence": 24
},
{
"arrival": {
"delay": -23,
"time": "1775561017"
},
"departure": {
"delay": -23,
"time": "1775561017"
},
"stopId": "FR:27375:ZE:0x6515:ATOUMOD006",
"stopSequence": 28
},
{
"arrival": {
"delay": 175,
"time": "1775560075"
},
"departure": {
"delay": 175,
"time": "1775560075"
},
"stopId": "FR:27701:ZE:0x7107:ATOUMOD006",
"stopSequence": 16
},
{
"arrival": {
"delay": 152,
"time": "1775560352"
},
"departure": {
"delay": 152,
"time": "1775560352"
},
"stopId": "FR:27351:ZE:0x6313:ATOUMOD006",
"stopSequence": 18
},
{
"arrival": {
"delay": 145,
"time": "1775560405"
},
"departure": {
"delay": 145,
"time": "1775560405"
},
"stopId": "FR:27351:ZE:0x6305:ATOUMOD006",
"stopSequence": 19
},
{
"arrival": {
"delay": 158,
"time": "1775559998"
},
"departure": {
"delay": 158,
"time": "1775559998"
},
"stopId": "FR:27701:ZE:0x7043:ATOUMOD006",
"stopSequence": 15
},
{
"arrival": {
"delay": 36,
"time": "1775560956"
},
"departure": {
"delay": 36,
"time": "1775560956"
},
"stopId": "FR:27375:ZE:0x6441:ATOUMOD006",
"stopSequence": 27
},
{
"arrival": {
"delay": 94,
"time": "1775560834"
},
"departure": {
"delay": 94,
"time": "1775560834"
},
"stopId": "FR:27375:ZE:0x6381:ATOUMOD006",
"stopSequence": 25
},
{
"arrival": {
"delay": 86,
"time": "1775560466"
},
"departure": {
"delay": 86,
"time": "1775560466"
},
"stopId": "FR:27375:ZE:0x6527:ATOUMOD006",
"stopSequence": 20
},
{
"arrival": {
"delay": 108,
"time": "1775560248"
},
"departure": {
"delay": 108,
"time": "1775560248"
},
"stopId": "FR:27351:ZE:0x6311:ATOUMOD006",
"stopSequence": 17
},
{
"arrival": {
"delay": -141,
"time": "1775561199"
},
"stopId": "FR:27375:ZE:0x6466:ATOUMOD006",
"stopSequence": 32
},
{
"arrival": {
"delay": -18,
"time": "1775561082"
},
"departure": {
"delay": -18,
"time": "1775561082"
},
"stopId": "FR:27375:ZE:0x6433:ATOUMOD006",
"stopSequence": 30
},
{
"arrival": {
"delay": -38,
"time": "1775560582"
},
"departure": {
"delay": -38,
"time": "1775560582"
},
"stopId": "FR:27375:ZE:0x6439:ATOUMOD006",
"stopSequence": 22
},
{
"arrival": {
"delay": 23,
"time": "1775560523"
},
"departure": {
"delay": 23,
"time": "1775560523"
},
"stopId": "FR:27375:ZE:0x6385:ATOUMOD006",
"stopSequence": 21
}
],
"timestamp": "1775560063",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD006:Line:2:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2471202:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx106:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 81,
"time": "1775559981"
},
"departure": {
"delay": 81,
"time": "1775559981"
},
"stopId": "FR:76540:ZE:TCARxPSALO0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 92,
"time": "1775560592"
},
"departure": {
"delay": 92,
"time": "1775560592"
},
"stopId": "FR:76540:ZE:TCARxJEUNE2:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 81,
"time": "1775560161"
},
"departure": {
"delay": 81,
"time": "1775560161"
},
"stopId": "FR:76540:ZE:TCARxCOUPE2:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 66,
"time": "1775559906"
},
"departure": {
"delay": 66,
"time": "1775559906"
},
"stopId": "FR:76540:ZE:TCARxGALI2:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 103,
"time": "1775560063"
},
"departure": {
"delay": 103,
"time": "1775560063"
},
"stopId": "FR:76540:ZE:TCARxMALRA2:ATOUMOD001",
"stopSequence": 6
},
{
"departure": {
"delay": 30,
"time": "1775559630"
},
"stopId": "FR:76095:ZE:TCARxTAMAR:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 92,
"time": "1775560112"
},
"departure": {
"delay": 92,
"time": "1775560112"
},
"stopId": "FR:76540:ZE:TCARxSTCLA2:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 80,
"time": "1775560520"
},
"departure": {
"delay": 80,
"time": "1775560520"
},
"stopId": "FR:76540:ZE:TCARxDRIVI2:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 111,
"time": "1775560371"
},
"departure": {
"delay": 111,
"time": "1775560371"
},
"stopId": "FR:76540:ZE:TCARxARGEN2:ATOUMOD001",
"stopSequence": 9
}
],
"timestamp": "1775559277",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx92:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx106:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN850409F387906x2026x03x28T21x09x34Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775562840"
},
"departure": {
"time": "1775562900"
},
"stopId": "FR:76250:ZE:StopPointxOCETrainxTERx87413328:ATOUMOD002",
"stopSequence": 13
},
{
"arrival": {
"time": "1775560920"
},
"departure": {
"time": "1775560980"
},
"stopId": "FR:76495:ZE:StopPointxOCETrainxTERx87411272:ATOUMOD002",
"stopSequence": 5
},
{
"arrival": {
"time": "1775561640"
},
"departure": {
"time": "1775561700"
},
"stopId": "FR:76758:ZE:StopPointxOCETrainxTERx87413385:ATOUMOD002",
"stopSequence": 7
},
{
"arrival": {
"time": "1775562420"
},
"departure": {
"time": "1775562480"
},
"stopId": "FR:76141:ZE:StopPointxOCETrainxTERx87413344:ATOUMOD002",
"stopSequence": 11
},
{
"arrival": {
"time": "1775560740"
},
"departure": {
"time": "1775560800"
},
"stopId": "FR:76057:ZE:StopPointxOCETrainxTERx87411264:ATOUMOD002",
"stopSequence": 3
},
{
"departure": {
"time": "1775560080"
},
"stopId": "FR:76540:ZE:StopPointxOCETrainxTERx87411017:ATOUMOD002",
"stopSequence": 1
},
{
"arrival": {
"time": "1775563560"
},
"stopId": "FR:76351:ZE:StopPointxOCETrainxTERx87413013:ATOUMOD002",
"stopSequence": 14
}
],
"timestamp": "1775556476",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD002:Line:FRxLinexxA474D9C7x1A46x4870x8AAAx2A9C49F46F3Dx:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN850409F387906x2026x03x28T21x09x34Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx19397:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 8492,
"time": "1775560772"
},
"departure": {
"delay": 8492,
"time": "1775560772"
},
"stopId": "FR:76540:ZE:TCARxCECIL2:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 8496,
"time": "1775561076"
},
"departure": {
"delay": 8496,
"time": "1775561076"
},
"stopId": "FR:76540:ZE:TCARxCAMIT2:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 8511,
"time": "1775560671"
},
"departure": {
"delay": 8511,
"time": "1775560671"
},
"stopId": "FR:76540:ZE:TCARxJOFFT2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 8486,
"time": "1775561486"
},
"departure": {
"delay": 8486,
"time": "1775561486"
},
"stopId": "FR:76540:ZE:TCARxRIBOT2:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 8505,
"time": "1775560845"
},
"departure": {
"delay": 8505,
"time": "1775560845"
},
"stopId": "FR:76540:ZE:TCARxORLET4:ATOUMOD001",
"stopSequence": 4
}
],
"timestamp": "1775560025",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx95:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx19397:LOC"
}
}
},
{
"id": "SM:ATOUMOD035:ServiceJourney:3745191x2025xHxMultxLxMxLunxxxMarx00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 140,
"time": "1775551364"
},
"departure": {
"delay": 140,
"time": "1775551400"
},
"stopId": "FR:50129:ZE:10BQR1:ATOUMOD035",
"stopSequence": 13
},
{
"arrival": {
"delay": 173,
"time": "1775551570"
},
"departure": {
"delay": 173,
"time": "1775551613"
},
"stopId": "FR:50129:ZE:10OLY1:ATOUMOD035",
"stopSequence": 16
},
{
"arrival": {
"delay": 282,
"time": "1775550965"
},
"departure": {
"delay": 282,
"time": "1775551002"
},
"stopId": "FR:50129:ZE:10CRC3:ATOUMOD035",
"stopSequence": 8
},
{
"arrival": {
"delay": 145,
"time": "1775551635"
},
"departure": {
"delay": 145,
"time": "1775551645"
},
"stopId": "FR:50129:ZE:10EGL1:ATOUMOD035",
"stopSequence": 17
},
{
"arrival": {
"delay": 198,
"time": "1775551125"
},
"departure": {
"delay": 198,
"time": "1775551158"
},
"stopId": "FR:50129:ZE:10PFO1:ATOUMOD035",
"stopSequence": 10
},
{
"arrival": {
"delay": 102,
"time": "1775551842"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 19
},
{
"arrival": {
"delay": 167,
"time": "1775551206"
},
"departure": {
"delay": 167,
"time": "1775551247"
},
"stopId": "FR:50129:ZE:10RTU1:ATOUMOD035",
"stopSequence": 11
},
{
"arrival": {
"delay": 148,
"time": "1775551433"
},
"departure": {
"delay": 148,
"time": "1775551468"
},
"stopId": "FR:50129:ZE:10ANJ5:ATOUMOD035",
"stopSequence": 14
},
{
"arrival": {
"delay": 117,
"time": "1775551663"
},
"departure": {
"delay": 117,
"time": "1775551677"
},
"stopId": "FR:50129:ZE:10AMO1:ATOUMOD035",
"stopSequence": 18
},
{
"arrival": {
"delay": 286,
"time": "1775550406"
},
"departure": {
"delay": 286,
"time": "1775550466"
},
"stopId": "FR:50129:ZE:10AXT2:ATOUMOD035",
"stopSequence": 2
},
{
"departure": {
"delay": 285,
"time": "1775550285"
},
"stopId": "FR:50129:ZE:10PEM2:ATOUMOD035",
"stopSequence": 1
},
{
"arrival": {
"delay": 300,
"time": "1775550744"
},
"departure": {
"delay": 300,
"time": "1775550780"
},
"stopId": "FR:50129:ZE:10BUC2:ATOUMOD035",
"stopSequence": 6
},
{
"arrival": {
"delay": 145,
"time": "1775551278"
},
"departure": {
"delay": 145,
"time": "1775551285"
},
"stopId": "FR:50129:ZE:10BRA3:ATOUMOD035",
"stopSequence": 12
},
{
"arrival": {
"delay": 294,
"time": "1775550615"
},
"departure": {
"delay": 294,
"time": "1775550654"
},
"stopId": "FR:50129:ZE:10NAP2:ATOUMOD035",
"stopSequence": 4
},
{
"arrival": {
"delay": 326,
"time": "1775550531"
},
"departure": {
"delay": 326,
"time": "1775550566"
},
"stopId": "FR:50129:ZE:10CAL2:ATOUMOD035",
"stopSequence": 3
},
{
"arrival": {
"delay": 162,
"time": "1775551496"
},
"departure": {
"delay": 162,
"time": "1775551542"
},
"stopId": "FR:50129:ZE:10PRV1:ATOUMOD035",
"stopSequence": 15
},
{
"arrival": {
"delay": 300,
"time": "1775550680"
},
"departure": {
"delay": 300,
"time": "1775550720"
},
"stopId": "FR:50129:ZE:10CTY2:ATOUMOD035",
"stopSequence": 5
},
{
"arrival": {
"delay": 312,
"time": "1775550815"
},
"departure": {
"delay": 312,
"time": "1775550852"
},
"stopId": "FR:50129:ZE:10ARS4:ATOUMOD035",
"stopSequence": 7
},
{
"arrival": {
"delay": 247,
"time": "1775551045"
},
"departure": {
"delay": 247,
"time": "1775551087"
},
"stopId": "FR:50129:ZE:10FOR3:ATOUMOD035",
"stopSequence": 9
}
],
"timestamp": "1775560076",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD035:Line:1B:LOC",
"tripId": "ATOUMOD035:ServiceJourney:3745191x2025xHxMultxLxMxLunxxxMarx00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx12387:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -20209,
"time": "1775559791"
},
"departure": {
"delay": -20209,
"time": "1775559791"
},
"stopId": "FR:76157:ZE:TCARxLCORM1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": -20126,
"time": "1775561434"
},
"departure": {
"delay": -20126,
"time": "1775561434"
},
"stopId": "FR:76366:ZE:TCARxCJZAY2:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": -20237,
"time": "1775560363"
},
"departure": {
"delay": -20237,
"time": "1775560363"
},
"stopId": "FR:76410:ZE:TCARxCLAIR2:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": -20223,
"time": "1775559717"
},
"departure": {
"delay": -20223,
"time": "1775559717"
},
"stopId": "FR:76540:ZE:TCARxMIN2T:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -20246,
"time": "1775560414"
},
"departure": {
"delay": -20246,
"time": "1775560414"
},
"stopId": "FR:76410:ZE:TCARxPETIT1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": -20130,
"time": "1775561070"
},
"departure": {
"delay": -20130,
"time": "1775561070"
},
"stopId": "FR:76366:ZE:TCARxLSOUR1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": -20110,
"time": "1775561510"
},
"departure": {
"delay": -20110,
"time": "1775561510"
},
"stopId": "FR:76402:ZE:TCARxNCHAM1:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": -20190,
"time": "1775560290"
},
"departure": {
"delay": -20190,
"time": "1775560290"
},
"stopId": "FR:76216:ZE:TCARxFAUQU1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": -20057,
"time": "1775561503"
},
"departure": {
"delay": -20057,
"time": "1775561503"
},
"stopId": "FR:76402:ZE:TCARxSOUEF1:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": -20246,
"time": "1775559994"
},
"departure": {
"delay": -20246,
"time": "1775559994"
},
"stopId": "FR:76216:ZE:TCARxCAILL2:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": -20237,
"time": "1775559763"
},
"departure": {
"delay": -20237,
"time": "1775559763"
},
"stopId": "FR:76540:ZE:TCARxMIN4:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -20233,
"time": "1775560067"
},
"departure": {
"delay": -20233,
"time": "1775560067"
},
"stopId": "FR:76216:ZE:TCARxFRESN2:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -20226,
"time": "1775560194"
},
"departure": {
"delay": -20226,
"time": "1775560194"
},
"stopId": "FR:76216:ZE:TCARxJFERR1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": -20246,
"time": "1775560834"
},
"departure": {
"delay": -20246,
"time": "1775560834"
},
"stopId": "FR:76474:ZE:TCARxBMAIB1:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": -20117,
"time": "1775561323"
},
"departure": {
"delay": -20117,
"time": "1775561323"
},
"stopId": "FR:76366:ZE:TCARxLBOIS1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": -20174,
"time": "1775560546"
},
"departure": {
"delay": -20174,
"time": "1775560546"
},
"stopId": "FR:76410:ZE:TCARxMAROM2:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": -20183,
"time": "1775560897"
},
"departure": {
"delay": -20183,
"time": "1775560897"
},
"stopId": "FR:76474:ZE:TCARxAGIDE2:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": -20063,
"time": "1775561257"
},
"departure": {
"delay": -20063,
"time": "1775561257"
},
"stopId": "FR:76366:ZE:TCARxHEGLI1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": -20126,
"time": "1775561134"
},
"departure": {
"delay": -20126,
"time": "1775561134"
},
"stopId": "FR:76366:ZE:TCARxHMAIR1:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": -20239,
"time": "1775560721"
},
"departure": {
"delay": -20239,
"time": "1775560721"
},
"stopId": "FR:76474:ZE:TCARxEPARG1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": -20224,
"time": "1775559836"
},
"departure": {
"delay": -20224,
"time": "1775559836"
},
"stopId": "FR:76157:ZE:TCARxATELI2:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": -20124,
"time": "1775561196"
},
"departure": {
"delay": -20124,
"time": "1775561196"
},
"stopId": "FR:76366:ZE:TCARxLESUE1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": -20130,
"time": "1775560950"
},
"departure": {
"delay": -20130,
"time": "1775560950"
},
"stopId": "FR:76474:ZE:TCARxMUSEE1:ATOUMOD001",
"stopSequence": 19
}
],
"timestamp": "1775559045",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx04:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx12387:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx12385:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775562581"
},
"departure": {
"time": "1775562581"
},
"stopId": "FR:76157:ZE:TCARxLCORM1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"time": "1775562677"
},
"departure": {
"time": "1775562677"
},
"stopId": "FR:76157:ZE:TCARxCOMME1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"time": "1775562540"
},
"departure": {
"time": "1775562540"
},
"stopId": "FR:76540:ZE:TCARxMIN4:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"time": "1775562626"
},
"departure": {
"time": "1775562626"
},
"stopId": "FR:76157:ZE:TCARxATELI2:ATOUMOD001",
"stopSequence": 5
}
],
"timestamp": "1775551516",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx04:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx12385:LOC"
}
}
},
{
"id": "SM:ATOUMOD008:ServiceJourney:9789x0:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -55,
"time": "1775559660"
},
"departure": {
"delay": -55,
"time": "1775559665"
},
"stopId": "FR:76259:ZE:FECJMAC2:ATOUMOD008",
"stopSequence": 12
},
{
"arrival": {
"delay": 125,
"time": "1775558760"
},
"departure": {
"delay": 125,
"time": "1775558765"
},
"stopId": "FR:76259:ZE:FECHYSO2:ATOUMOD008",
"stopSequence": 3
},
{
"arrival": {
"delay": 5,
"time": "1775559120"
},
"departure": {
"delay": 5,
"time": "1775559125"
},
"stopId": "FR:76259:ZE:FECSETI1:ATOUMOD008",
"stopSequence": 6
},
{
"arrival": {
"delay": 190,
"time": "1775558645"
},
"departure": {
"delay": 190,
"time": "1775558650"
},
"stopId": "FR:76259:ZE:FECSLOU2:ATOUMOD008",
"stopSequence": 2
},
{
"arrival": {
"delay": 5,
"time": "1775559780"
},
"departure": {
"delay": 5,
"time": "1775559785"
},
"stopId": "FR:76259:ZE:FECCHUE2:ATOUMOD008",
"stopSequence": 13
},
{
"arrival": {
"delay": -55,
"time": "1775559540"
},
"departure": {
"delay": -55,
"time": "1775559545"
},
"stopId": "FR:76259:ZE:FECCOUB2:ATOUMOD008",
"stopSequence": 11
},
{
"arrival": {
"delay": 5,
"time": "1775559420"
},
"departure": {
"delay": 5,
"time": "1775559425"
},
"stopId": "FR:76259:ZE:FECHVIL2:ATOUMOD008",
"stopSequence": 9
},
{
"arrival": {
"delay": -120,
"time": "1775560140"
},
"departure": {
"delay": -120,
"time": "1775560140"
},
"stopId": "FR:76259:ZE:FECCSC1:ATOUMOD008",
"stopSequence": 16
},
{
"arrival": {
"delay": 65,
"time": "1775559240"
},
"departure": {
"delay": 65,
"time": "1775559245"
},
"stopId": "FR:76259:ZE:FECGARE2:ATOUMOD008",
"stopSequence": 7
},
{
"arrival": {
"delay": -120,
"time": "1775560080"
},
"departure": {
"delay": -120,
"time": "1775560080"
},
"stopId": "FR:76259:ZE:FECJVER1:ATOUMOD008",
"stopSequence": 15
},
{
"arrival": {
"delay": -120,
"time": "1775560200"
},
"stopId": "FR:76259:ZE:FECHOPI1:ATOUMOD008",
"stopSequence": 18
},
{
"arrival": {
"delay": 65,
"time": "1775559360"
},
"departure": {
"delay": 65,
"time": "1775559365"
},
"stopId": "FR:76259:ZE:FECBREP2:ATOUMOD008",
"stopSequence": 8
},
{
"arrival": {
"delay": 5,
"time": "1775559480"
},
"departure": {
"delay": 5,
"time": "1775559485"
},
"stopId": "FR:76259:ZE:FECHALL2:ATOUMOD008",
"stopSequence": 10
},
{
"departure": {
"delay": 240,
"time": "1775558640"
},
"stopId": "FR:76259:ZE:FECRLIL1:ATOUMOD008",
"stopSequence": 1
},
{
"arrival": {
"delay": -55,
"time": "1775559840"
},
"departure": {
"delay": -55,
"time": "1775559845"
},
"stopId": "FR:76259:ZE:FECMBLE2:ATOUMOD008",
"stopSequence": 14
}
],
"timestamp": "1775560081",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD008:Line:L01:LOC",
"tripId": "ATOUMOD008:ServiceJourney:9789x0:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx17819:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 14520,
"time": "1775563680"
},
"stopId": "FR:76681:ZE:TCARxHDVS4:ATOUMOD001",
"stopSequence": 1
}
],
"timestamp": "1775559497",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx33:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx17819:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx14660:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 8910,
"time": "1775559971"
},
"departure": {
"delay": 8910,
"time": "1775559990"
},
"stopId": "FR:76540:ZE:TCARxSIMON2:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 8875,
"time": "1775560615"
},
"departure": {
"delay": 8875,
"time": "1775560615"
},
"stopId": "FR:76540:ZE:TCARxRREPU1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 8886,
"time": "1775560506"
},
"departure": {
"delay": 8886,
"time": "1775560506"
},
"stopId": "FR:76540:ZE:TCARxPCORN1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 9016,
"time": "1775561296"
},
"departure": {
"delay": 9016,
"time": "1775561296"
},
"stopId": "FR:76540:ZE:TCARxRCAMP1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 8941,
"time": "1775560081"
},
"departure": {
"delay": 8941,
"time": "1775560081"
},
"stopId": "FR:76540:ZE:TCARxMATHI1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 8995,
"time": "1775560975"
},
"departure": {
"delay": 8995,
"time": "1775560975"
},
"stopId": "FR:76540:ZE:TCARxHVR4:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 8955,
"time": "1775559904"
},
"departure": {
"delay": 8955,
"time": "1775559915"
},
"stopId": "FR:76540:ZE:TCARxCENSO2:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 8946,
"time": "1775560206"
},
"departure": {
"delay": 8946,
"time": "1775560206"
},
"stopId": "FR:76540:ZE:TCARxBAMME1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 9014,
"time": "1775561414"
},
"departure": {
"delay": 9014,
"time": "1775561414"
},
"stopId": "FR:76451:ZE:TCARxCREVI1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 8903,
"time": "1775560343"
},
"departure": {
"delay": 8903,
"time": "1775560343"
},
"stopId": "FR:76540:ZE:TCARxLAFAY1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 8995,
"time": "1775561935"
},
"departure": {
"delay": 8995,
"time": "1775561935"
},
"stopId": "FR:76451:ZE:TCARxRBOIS1:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": 8963,
"time": "1775561123"
},
"departure": {
"delay": 8963,
"time": "1775561123"
},
"stopId": "FR:76540:ZE:TCARxSVER41:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 8947,
"time": "1775560807"
},
"departure": {
"delay": 8947,
"time": "1775560807"
},
"stopId": "FR:76540:ZE:TCARxSTNIC2:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 9015,
"time": "1775561355"
},
"departure": {
"delay": 9015,
"time": "1775561355"
},
"stopId": "FR:76451:ZE:TCARxBSMAU1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 8875,
"time": "1775560375"
},
"departure": {
"delay": 8875,
"time": "1775560375"
},
"stopId": "FR:76540:ZE:TCARxCHAMP2:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 8995,
"time": "1775561215"
},
"departure": {
"delay": 8995,
"time": "1775561215"
},
"stopId": "FR:76540:ZE:TCARxGAREB2:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 8989,
"time": "1775561509"
},
"departure": {
"delay": 8989,
"time": "1775561509"
},
"stopId": "FR:76451:ZE:TCARxFOUBE1:ATOUMOD001",
"stopSequence": 21
},
{
"departure": {
"delay": 8905,
"time": "1775559565"
},
"stopId": "FR:76681:ZE:TCARxHDVS2:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 8960,
"time": "1775561840"
},
"departure": {
"delay": 8960,
"time": "1775561840"
},
"stopId": "FR:76451:ZE:TCARxBIZNE2:ATOUMOD001",
"stopSequence": 26
}
],
"timestamp": "1775559576",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx07:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx14660:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4196407x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 36,
"time": "1775559816"
},
"stopId": "FR:76351:ZE:5104:ATOUMOD003",
"stopSequence": 41
},
{
"arrival": {
"delay": 36,
"time": "1775559576"
},
"departure": {
"delay": 36,
"time": "1775559576"
},
"stopId": "FR:76351:ZE:3793:ATOUMOD003",
"stopSequence": 40
},
{
"departure": {
"delay": 59,
"time": "1775559539"
},
"stopId": "FR:76351:ZE:4700:ATOUMOD003",
"stopSequence": 39
}
],
"timestamp": "1775559599",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:16:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4196407x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx3510:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 95,
"time": "1775558691"
},
"departure": {
"delay": 95,
"time": "1775558735"
},
"stopId": "FR:76540:ZE:TCARxAVCAE0:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 5,
"time": "1775559065"
},
"departure": {
"delay": 5,
"time": "1775559065"
},
"stopId": "FR:76498:ZE:TCARxJULIE0:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 135,
"time": "1775558312"
},
"departure": {
"delay": 135,
"time": "1775558355"
},
"stopId": "FR:76540:ZE:TCARxJUSTI0:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 55,
"time": "1775558792"
},
"departure": {
"delay": 55,
"time": "1775558815"
},
"stopId": "FR:76498:ZE:TCARxJAURE0:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 115,
"time": "1775558958"
},
"departure": {
"delay": 115,
"time": "1775558995"
},
"stopId": "FR:76498:ZE:TCARx08MAI0:ATOUMOD001",
"stopSequence": 11
},
{
"departure": {
"delay": 15,
"time": "1775558055"
},
"stopId": "FR:76540:ZE:TCARxBBOU:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 75,
"time": "1775559356"
},
"departure": {
"delay": 75,
"time": "1775559375"
},
"stopId": "FR:76322:ZE:TCARxKENNE0:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 75,
"time": "1775558871"
},
"departure": {
"delay": 75,
"time": "1775558895"
},
"stopId": "FR:76498:ZE:TCARxTRUFF0:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 51,
"time": "1775559167"
},
"departure": {
"delay": 51,
"time": "1775559171"
},
"stopId": "FR:76498:ZE:TCARxCHGAU0:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 115,
"time": "1775558137"
},
"departure": {
"delay": 115,
"time": "1775558155"
},
"stopId": "FR:76540:ZE:TCARxBEAUV0:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 35,
"time": "1775559450"
},
"departure": {
"delay": 35,
"time": "1775559455"
},
"stopId": "FR:76322:ZE:TCARxLBLUM0:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": -68,
"time": "1775559652"
},
"stopId": "FR:76322:ZE:TCARxBRAQU0:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 115,
"time": "1775558496"
},
"departure": {
"delay": 115,
"time": "1775558515"
},
"stopId": "FR:76540:ZE:TCARxJOFFR0:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 70,
"time": "1775558389"
},
"departure": {
"delay": 70,
"time": "1775558410"
},
"stopId": "FR:76540:ZE:TCARxTARTS0:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 35,
"time": "1775558595"
},
"departure": {
"delay": 35,
"time": "1775558615"
},
"stopId": "FR:76540:ZE:TCARxSTSEV0:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 55,
"time": "1775559273"
},
"departure": {
"delay": 55,
"time": "1775559295"
},
"stopId": "FR:76322:ZE:TCARxPROVI0:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 75,
"time": "1775559533"
},
"departure": {
"delay": 75,
"time": "1775559555"
},
"stopId": "FR:76322:ZE:TCARxCEZAN0:ATOUMOD001",
"stopSequence": 17
}
],
"timestamp": "1775558057",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx90:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx3510:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4230673x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 278,
"time": "1775560058"
},
"stopId": "FR:76351:ZE:3770:ATOUMOD003",
"stopSequence": 28
},
{
"arrival": {
"delay": 303,
"time": "1775560263"
},
"departure": {
"delay": 303,
"time": "1775560263"
},
"stopId": "FR:76351:ZE:3785:ATOUMOD003",
"stopSequence": 32
},
{
"arrival": {
"delay": 278,
"time": "1775560298"
},
"departure": {
"delay": 278,
"time": "1775560298"
},
"stopId": "FR:76351:ZE:3342:ATOUMOD003",
"stopSequence": 33
},
{
"arrival": {
"delay": 318,
"time": "1775560158"
},
"departure": {
"delay": 318,
"time": "1775560158"
},
"stopId": "FR:76351:ZE:3019:ATOUMOD003",
"stopSequence": 30
},
{
"arrival": {
"delay": 278,
"time": "1775560118"
},
"departure": {
"delay": 278,
"time": "1775560118"
},
"stopId": "FR:76351:ZE:3007:ATOUMOD003",
"stopSequence": 29
},
{
"arrival": {
"delay": 278,
"time": "1775560478"
},
"stopId": "FR:76351:ZE:3743:ATOUMOD003",
"stopSequence": 36
},
{
"arrival": {
"delay": 332,
"time": "1775560352"
},
"departure": {
"delay": 332,
"time": "1775560352"
},
"stopId": "FR:76351:ZE:3386:ATOUMOD003",
"stopSequence": 34
},
{
"arrival": {
"delay": 288,
"time": "1775560188"
},
"departure": {
"delay": 288,
"time": "1775560188"
},
"stopId": "FR:76351:ZE:3685:ATOUMOD003",
"stopSequence": 31
},
{
"departure": {
"delay": 247,
"time": "1775559907"
},
"stopId": "FR:76351:ZE:3543:ATOUMOD003",
"stopSequence": 27
},
{
"arrival": {
"delay": 327,
"time": "1775560407"
},
"departure": {
"delay": 327,
"time": "1775560407"
},
"stopId": "FR:76351:ZE:3047:ATOUMOD003",
"stopSequence": 35
}
],
"timestamp": "1775560059",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C3:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4230673x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx8116:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 139,
"time": "1775557219"
},
"departure": {
"delay": 139,
"time": "1775557219"
},
"stopId": "FR:76540:ZE:TCARxTMARV1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 218,
"time": "1775558678"
},
"departure": {
"delay": 218,
"time": "1775558678"
},
"stopId": "FR:76322:ZE:TCARxCBRUT1:ATOUMOD001",
"stopSequence": 18
},
{
"arrival": {
"delay": 165,
"time": "1775557125"
},
"departure": {
"delay": 165,
"time": "1775557125"
},
"stopId": "FR:76540:ZE:TCARxHILAI1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 241,
"time": "1775557861"
},
"departure": {
"delay": 241,
"time": "1775557861"
},
"stopId": "FR:76540:ZE:TCARxCAUCT1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 225,
"time": "1775558565"
},
"departure": {
"delay": 225,
"time": "1775558565"
},
"stopId": "FR:76498:ZE:TCARxDIOCT1:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 41,
"time": "1775556918"
},
"departure": {
"delay": 41,
"time": "1775556941"
},
"stopId": "FR:76540:ZE:TCARxCHRUT1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 215,
"time": "1775557992"
},
"departure": {
"delay": 215,
"time": "1775558015"
},
"stopId": "FR:76540:ZE:TCARxBELGE3:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 210,
"time": "1775558790"
},
"departure": {
"delay": 210,
"time": "1775558790"
},
"stopId": "FR:76322:ZE:TCARxSANDT1:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 61,
"time": "1775556841"
},
"departure": {
"delay": 61,
"time": "1775556841"
},
"stopId": "FR:76540:ZE:TCARxSANTE1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 175,
"time": "1775559090"
},
"departure": {
"delay": 175,
"time": "1775559115"
},
"stopId": "FR:76575:ZE:TCARxCORBU2:ATOUMOD001",
"stopSequence": 23
},
{
"departure": {
"time": "1775556780"
},
"stopId": "FR:76540:ZE:TCARxMCURIE:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 250,
"time": "1775558290"
},
"departure": {
"delay": 250,
"time": "1775558290"
},
"stopId": "FR:76540:ZE:TCARxLOPOT1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 278,
"time": "1775558738"
},
"departure": {
"delay": 278,
"time": "1775558738"
},
"stopId": "FR:76322:ZE:TCARxSTENT1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 105,
"time": "1775559165"
},
"stopId": "FR:76575:ZE:TCARxTECHN5:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 295,
"time": "1775558193"
},
"departure": {
"delay": 295,
"time": "1775558215"
},
"stopId": "FR:76540:ZE:TCARxCAFT1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 215,
"time": "1775557615"
},
"departure": {
"delay": 215,
"time": "1775557715"
},
"stopId": "FR:76540:ZE:TCARxGARET1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 70,
"time": "1775558890"
},
"departure": {
"delay": 70,
"time": "1775558890"
},
"stopId": "FR:76497:ZE:TCARxZENIT4:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"delay": 151,
"time": "1775559031"
},
"departure": {
"delay": 151,
"time": "1775559031"
},
"stopId": "FR:76575:ZE:TCARxSANSU1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 160,
"time": "1775557540"
},
"departure": {
"delay": 160,
"time": "1775557540"
},
"stopId": "FR:76540:ZE:TCARxBEAUT1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 255,
"time": "1775558115"
},
"departure": {
"delay": 255,
"time": "1775558115"
},
"stopId": "FR:76540:ZE:TCARxORLET1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 235,
"time": "1775557915"
},
"departure": {
"delay": 235,
"time": "1775557915"
},
"stopId": "FR:76540:ZE:TCARxVXMAR1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 245,
"time": "1775558465"
},
"departure": {
"delay": 245,
"time": "1775558465"
},
"stopId": "FR:76498:ZE:TCARxNOVET1:ATOUMOD001",
"stopSequence": 16
}
],
"timestamp": "1775556697",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx94:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx8116:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx6229:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 149,
"time": "1775557926"
},
"departure": {
"delay": 149,
"time": "1775557949"
},
"stopId": "FR:76540:ZE:TCARxBELGE2:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 189,
"time": "1775558025"
},
"departure": {
"delay": 189,
"time": "1775558049"
},
"stopId": "FR:76540:ZE:TCARxPASPA2:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 169,
"time": "1775558124"
},
"departure": {
"delay": 169,
"time": "1775558149"
},
"stopId": "FR:76540:ZE:TCARxLUCIL2:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 169,
"time": "1775558426"
},
"departure": {
"delay": 169,
"time": "1775558449"
},
"stopId": "FR:76540:ZE:TCARxFDVAL2:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 104,
"time": "1775558226"
},
"departure": {
"delay": 104,
"time": "1775558324"
},
"stopId": "FR:76540:ZE:TCARxRIBOU2:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 104,
"time": "1775558924"
},
"stopId": "FR:76451:ZE:TCARxMTMAL2:ATOUMOD001",
"stopSequence": 15
}
],
"timestamp": "1775556957",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx91:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx6229:LOC"
}
}
},
{
"id": "SM:ATOUMOD118:ServiceJourney:9:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 400,
"time": "1775558800"
},
"stopId": "FR:27681:ZE:590:ATOUMOD118",
"stopSequence": 4
},
{
"departure": {
"delay": 946,
"time": "1775558146"
},
"stopId": "FR:27285:ZE:587:ATOUMOD118",
"stopSequence": 1
},
{
"arrival": {
"delay": 572,
"time": "1775558660"
},
"departure": {
"delay": 572,
"time": "1775558672"
},
"stopId": "FR:27681:ZE:10027:ATOUMOD118",
"stopSequence": 3
},
{
"arrival": {
"delay": 717,
"time": "1775558517"
},
"departure": {
"delay": 717,
"time": "1775558517"
},
"stopId": "FR:27681:ZE:4007:ATOUMOD118",
"stopSequence": 2
}
],
"timestamp": "1775560017",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD118:Line:241:LOC",
"tripId": "ATOUMOD118:ServiceJourney:9:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx17490:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 7980,
"time": "1775559000"
},
"stopId": "FR:76591:ZE:TCARxTISON:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 7920,
"time": "1775559900"
},
"stopId": "FR:76212:ZE:TCARxLMICH:ATOUMOD001",
"stopSequence": 17
}
],
"timestamp": "1775557536",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx28:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx17490:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4255645x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 81,
"time": "1775560041"
},
"stopId": "FR:76447:ZE:3346:ATOUMOD003",
"stopSequence": 41
},
{
"arrival": {
"delay": 97,
"time": "1775560237"
},
"departure": {
"delay": 97,
"time": "1775560237"
},
"stopId": "FR:76447:ZE:3695:ATOUMOD003",
"stopSequence": 45
},
{
"arrival": {
"delay": 96,
"time": "1775560416"
},
"departure": {
"delay": 96,
"time": "1775560416"
},
"stopId": "FR:76447:ZE:3138:ATOUMOD003",
"stopSequence": 48
},
{
"arrival": {
"delay": 90,
"time": "1775560290"
},
"departure": {
"delay": 90,
"time": "1775560290"
},
"stopId": "FR:76447:ZE:3434:ATOUMOD003",
"stopSequence": 46
},
{
"departure": {
"delay": 67,
"time": "1775559967"
},
"stopId": "FR:76341:ZE:3350:ATOUMOD003",
"stopSequence": 40
},
{
"arrival": {
"delay": 119,
"time": "1775560379"
},
"departure": {
"delay": 119,
"time": "1775560379"
},
"stopId": "FR:76447:ZE:3146:ATOUMOD003",
"stopSequence": 47
},
{
"arrival": {
"delay": 81,
"time": "1775560461"
},
"departure": {
"delay": 81,
"time": "1775560461"
},
"stopId": "FR:76447:ZE:3492:ATOUMOD003",
"stopSequence": 49
},
{
"arrival": {
"delay": 103,
"time": "1775560123"
},
"departure": {
"delay": 103,
"time": "1775560123"
},
"stopId": "FR:76447:ZE:3220:ATOUMOD003",
"stopSequence": 42
},
{
"arrival": {
"delay": 123,
"time": "1775560203"
},
"departure": {
"delay": 123,
"time": "1775560203"
},
"stopId": "FR:76447:ZE:3467:ATOUMOD003",
"stopSequence": 44
},
{
"arrival": {
"delay": 81,
"time": "1775560161"
},
"departure": {
"delay": 81,
"time": "1775560161"
},
"stopId": "FR:76447:ZE:3107:ATOUMOD003",
"stopSequence": 43
},
{
"arrival": {
"delay": 81,
"time": "1775560521"
},
"stopId": "FR:76447:ZE:3443:ATOUMOD003",
"stopSequence": 50
}
],
"timestamp": "1775560060",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:17:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4255645x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4227433x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": -17,
"time": "1775559943"
},
"stopId": "FR:76351:ZE:4869:ATOUMOD003",
"stopSequence": 18
},
{
"departure": {
"delay": 17,
"time": "1775559317"
},
"stopId": "FR:76305:ZE:3835:ATOUMOD003",
"stopSequence": 14
},
{
"arrival": {
"delay": -84,
"time": "1775560236"
},
"stopId": "FR:76351:ZE:4906:ATOUMOD003",
"stopSequence": 20
},
{
"departure": {
"delay": 46,
"time": "1775559706"
},
"stopId": "FR:76351:ZE:4983:ATOUMOD003",
"stopSequence": 16
},
{
"departure": {
"delay": 19,
"time": "1775559379"
},
"stopId": "FR:76341:ZE:3833:ATOUMOD003",
"stopSequence": 15
},
{
"departure": {
"delay": -74,
"time": "1775559826"
},
"stopId": "FR:76351:ZE:3613:ATOUMOD003",
"stopSequence": 17
},
{
"departure": {
"delay": -47,
"time": "1775560033"
},
"stopId": "FR:76351:ZE:4867:ATOUMOD003",
"stopSequence": 19
}
],
"timestamp": "1775559979",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:20:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4227433x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx4131:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 72,
"time": "1775558468"
},
"departure": {
"delay": 72,
"time": "1775558472"
},
"stopId": "FR:76540:ZE:TCARxBEAUV1:ATOUMOD001",
"stopSequence": 30
},
{
"arrival": {
"delay": 182,
"time": "1775557644"
},
"departure": {
"delay": 182,
"time": "1775557682"
},
"stopId": "FR:76498:ZE:TCARxTRUFF1:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"delay": 172,
"time": "1775557724"
},
"departure": {
"delay": 172,
"time": "1775557732"
},
"stopId": "FR:76498:ZE:TCARxJAURE1:ATOUMOD001",
"stopSequence": 23
},
{
"arrival": {
"delay": 172,
"time": "1775558325"
},
"departure": {
"delay": 172,
"time": "1775558392"
},
"stopId": "FR:76540:ZE:TCARxGAREV1:ATOUMOD001",
"stopSequence": 29
},
{
"arrival": {
"delay": 152,
"time": "1775557816"
},
"departure": {
"delay": 152,
"time": "1775557832"
},
"stopId": "FR:76540:ZE:TCARxAVCAE1:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 92,
"time": "1775558231"
},
"departure": {
"delay": 92,
"time": "1775558252"
},
"stopId": "FR:76540:ZE:TCARxJUSTI1:ATOUMOD001",
"stopSequence": 28
}
],
"timestamp": "1775556897",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx90:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx4131:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx4141:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 4,
"time": "1775561284"
},
"departure": {
"delay": 4,
"time": "1775561284"
},
"stopId": "FR:76322:ZE:TCARxLBLUM1:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 22,
"time": "1775561422"
},
"departure": {
"delay": 22,
"time": "1775561422"
},
"stopId": "FR:76322:ZE:TCARxPROVI1:ATOUMOD001",
"stopSequence": 18
},
{
"departure": {
"delay": 15,
"time": "1775561175"
},
"stopId": "FR:76322:ZE:TCARxBRAQU1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 6,
"time": "1775561226"
},
"departure": {
"delay": 6,
"time": "1775561226"
},
"stopId": "FR:76322:ZE:TCARxCEZAN1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 15,
"time": "1775561595"
},
"departure": {
"delay": 15,
"time": "1775561595"
},
"stopId": "FR:76498:ZE:TCARxCHGAU1:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 22,
"time": "1775561362"
},
"departure": {
"delay": 22,
"time": "1775561362"
},
"stopId": "FR:76322:ZE:TCARxKENNE1:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 15,
"time": "1775561715"
},
"departure": {
"delay": 15,
"time": "1775561715"
},
"stopId": "FR:76498:ZE:TCARxJULIE1:ATOUMOD001",
"stopSequence": 20
}
],
"timestamp": "1775560017",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx90:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx4141:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx9870:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -14939,
"time": "1775557501"
},
"departure": {
"delay": -14939,
"time": "1775557501"
},
"stopId": "FR:76540:ZE:TCARxLYCOR1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": -14874,
"time": "1775557550"
},
"departure": {
"delay": -14874,
"time": "1775557626"
},
"stopId": "FR:76540:ZE:TCARxBEAU3:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": -14881,
"time": "1775557139"
},
"departure": {
"delay": -14881,
"time": "1775557139"
},
"stopId": "FR:76540:ZE:TCARxPCORN1:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": -14834,
"time": "1775557701"
},
"departure": {
"delay": -14834,
"time": "1775557726"
},
"stopId": "FR:76540:ZE:TCARxRICAR1:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": -14991,
"time": "1775558229"
},
"departure": {
"delay": -14991,
"time": "1775558229"
},
"stopId": "FR:76108:ZE:TCARxBGUI31:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": -15024,
"time": "1775558376"
},
"departure": {
"delay": -15024,
"time": "1775558376"
},
"stopId": "FR:76108:ZE:TCARxREY1:ATOUMOD001",
"stopSequence": 27
},
{
"arrival": {
"delay": -14989,
"time": "1775557400"
},
"departure": {
"delay": -14989,
"time": "1775557451"
},
"stopId": "FR:76540:ZE:TCARxHVR2:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": -15040,
"time": "1775558420"
},
"departure": {
"delay": -15040,
"time": "1775558420"
},
"stopId": "FR:76108:ZE:TCARxROUGE1:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": -14835,
"time": "1775556800"
},
"departure": {
"delay": -14835,
"time": "1775556825"
},
"stopId": "FR:76540:ZE:TCARxSEVER1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -14999,
"time": "1775558281"
},
"departure": {
"delay": -14999,
"time": "1775558281"
},
"stopId": "FR:76108:ZE:TCARxNARCI2:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": -14902,
"time": "1775557058"
},
"departure": {
"delay": -14902,
"time": "1775557058"
},
"stopId": "FR:76540:ZE:TCARxCHAMP2:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": -14885,
"time": "1775556430"
},
"departure": {
"delay": -14885,
"time": "1775556475"
},
"stopId": "FR:76681:ZE:TCARxPLANT1:ATOUMOD001",
"stopSequence": 4
}
],
"timestamp": "1775556225",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx01:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx9870:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC596636:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 397,
"time": "1775559787"
},
"departure": {
"delay": 397,
"time": "1775559817"
},
"stopId": "FR:27229:ZE:0xCCA02:ATOUMOD004",
"stopSequence": 18
},
{
"arrival": {
"delay": 883,
"time": "1775560543"
},
"stopId": "FR:27229:ZE:0xCAM01:ATOUMOD004",
"stopSequence": 19
}
],
"timestamp": "1775559841",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD004:Line:T1:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC596636:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx296:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1775560500"
},
"stopId": "FR:76474:ZE:TCARxBMAIR1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"time": "1775560620"
},
"departure": {
"time": "1775560620"
},
"stopId": "FR:76410:ZE:TCARxDLUNE1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 41,
"time": "1775560721"
},
"departure": {
"delay": 41,
"time": "1775560721"
},
"stopId": "FR:76410:ZE:TCARxPALIS1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 41,
"time": "1775560541"
},
"departure": {
"delay": 41,
"time": "1775560541"
},
"stopId": "FR:76474:ZE:TCARxMOULI1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"time": "1775560800"
},
"departure": {
"time": "1775560800"
},
"stopId": "FR:76216:ZE:TCARxDVILL1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 45,
"time": "1775560905"
},
"departure": {
"delay": 45,
"time": "1775560905"
},
"stopId": "FR:76216:ZE:TCARxPTPIE1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"time": "1775561220"
},
"departure": {
"time": "1775561220"
},
"stopId": "FR:76540:ZE:TCARxBAPEA1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 6,
"time": "1775561046"
},
"departure": {
"delay": 6,
"time": "1775561046"
},
"stopId": "FR:76216:ZE:TCARxMAISO1:ATOUMOD001",
"stopSequence": 7
}
],
"timestamp": "1775559997",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx92:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx296:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4011298x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 39,
"time": "1775559999"
},
"stopId": "FR:76552:ZE:3105:ATOUMOD003",
"stopSequence": 51
},
{
"departure": {
"delay": 27,
"time": "1775560047"
},
"stopId": "FR:76552:ZE:3172:ATOUMOD003",
"stopSequence": 52
},
{
"arrival": {
"delay": -12,
"time": "1775560128"
},
"stopId": "FR:76552:ZE:3400:ATOUMOD003",
"stopSequence": 54
},
{
"arrival": {
"delay": 1,
"time": "1775560081"
},
"departure": {
"delay": 1,
"time": "1775560081"
},
"stopId": "FR:76552:ZE:4519:ATOUMOD003",
"stopSequence": 53
},
{
"departure": {
"delay": 33,
"time": "1775559933"
},
"stopId": "FR:76552:ZE:3355:ATOUMOD003",
"stopSequence": 50
}
],
"timestamp": "1775560019",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:C1:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4011298x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN851007F387861x2026x03x28T21x09x34Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775562300"
},
"departure": {
"time": "1775562420"
},
"stopId": "FR:78361:ZE:StopPointxOCETrainxTERx87381509:ATOUMOD002",
"stopSequence": 3
},
{
"arrival": {
"time": "1775563560"
},
"departure": {
"time": "1775563620"
},
"stopId": "FR:27119:ZE:StopPointxOCETrainxTERx87387092:ATOUMOD002",
"stopSequence": 7
},
{
"arrival": {
"time": "1775564520"
},
"stopId": "FR:27229:ZE:StopPointxOCETrainxTERx87387001:ATOUMOD002",
"stopSequence": 8
},
{
"departure": {
"time": "1775560200"
},
"stopId": "FR:75108:ZE:StopPointxOCETrainxTERx87384008:ATOUMOD002",
"stopSequence": 1
},
{
"arrival": {
"time": "1775563140"
},
"departure": {
"time": "1775563200"
},
"stopId": "FR:78107:ZE:StopPointxOCETrainxTERx87381624:ATOUMOD002",
"stopSequence": 5
}
],
"timestamp": "1775556595",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD002:Line:FRxLinexx57AE0F48x2436x44BDxA2F0xAA45D4A483E7x:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN851007F387861x2026x03x28T21x09x34Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN16540F406556x2026x03x29T20x55x37Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775561220"
},
"departure": {
"time": "1775561280"
},
"stopId": "FR:28134:ZE:StopPointxOCETrainxTERx87393488:ATOUMOD002",
"stopSequence": 24
},
{
"departure": {
"time": "1775557200"
},
"stopId": "FR:61006:ZE:StopPointxOCETrainxTERx87444539:ATOUMOD002",
"stopSequence": 12
},
{
"arrival": {
"time": "1775557740"
},
"departure": {
"time": "1775557800"
},
"stopId": "FR:61101:ZE:StopPointxOCETrainxTERx87444562:ATOUMOD002",
"stopSequence": 14
},
{
"arrival": {
"time": "1775564040"
},
"stopId": "FR:75115:ZE:StopPointxOCETrainxTERx87391102:ATOUMOD002",
"stopSequence": 27
},
{
"arrival": {
"time": "1775560620"
},
"departure": {
"time": "1775560680"
},
"stopId": "FR:27438:ZE:StopPointxOCETrainxTERx87393553:ATOUMOD002",
"stopSequence": 22
},
{
"arrival": {
"time": "1775559840"
},
"departure": {
"time": "1775559900"
},
"stopId": "FR:27679:ZE:StopPointxOCETrainxTERx87393595:ATOUMOD002",
"stopSequence": 20
},
{
"arrival": {
"time": "1775559060"
},
"departure": {
"time": "1775559120"
},
"stopId": "FR:61214:ZE:StopPointxOCETrainxTERx87444638:ATOUMOD002",
"stopSequence": 18
}
],
"timestamp": "1775553595",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD002:Line:FRxLinexx6155CD5FxAB2Dx4274xA052x8C7462540578x:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN16540F406556x2026x03x29T20x55x37Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN852347F389386x2026x03x28T21x09x34Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1775563440"
},
"stopId": "FR:14366:ZE:StopPointxOCETrainxTERx87444265:ATOUMOD002",
"stopSequence": 15
},
{
"arrival": {
"time": "1775564220"
},
"departure": {
"time": "1775564280"
},
"stopId": "FR:14431:ZE:StopPointxOCETrainxTERx87444208:ATOUMOD002",
"stopSequence": 17
},
{
"arrival": {
"time": "1775565360"
},
"stopId": "FR:14118:ZE:StopPointxOCETrainxTERx87444000:ATOUMOD002",
"stopSequence": 22
},
{
"arrival": {
"time": "1775564880"
},
"departure": {
"time": "1775564940"
},
"stopId": "FR:14287:ZE:StopPointxOCETrainxTERx87444182:ATOUMOD002",
"stopSequence": 21
},
{
"arrival": {
"time": "1775564580"
},
"departure": {
"time": "1775564640"
},
"stopId": "FR:14456:ZE:StopPointxOCETrainxTERx87444190:ATOUMOD002",
"stopSequence": 19
}
],
"timestamp": "1775559836",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD002:Line:FRxLinexxd03091e3x31ddx4499xa71cxc61ef5399cc6x:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN852347F389386x2026x03x28T21x09x34Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4057143x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": -94,
"time": "1775559926"
},
"stopId": "FR:76351:ZE:3599:ATOUMOD003",
"stopSequence": 17
},
{
"arrival": {
"delay": -36,
"time": "1775560224"
},
"departure": {
"delay": -36,
"time": "1775560224"
},
"stopId": "FR:76351:ZE:3449:ATOUMOD003",
"stopSequence": 21
},
{
"arrival": {
"delay": -70,
"time": "1775560310"
},
"stopId": "FR:76351:ZE:3717:ATOUMOD003",
"stopSequence": 22
},
{
"departure": {
"delay": -90,
"time": "1775559990"
},
"stopId": "FR:76351:ZE:3316:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": -46,
"time": "1775560154"
},
"departure": {
"delay": -46,
"time": "1775560154"
},
"stopId": "FR:76351:ZE:3621:ATOUMOD003",
"stopSequence": 20
},
{
"departure": {
"delay": -26,
"time": "1775560054"
},
"stopId": "FR:76351:ZE:4497:ATOUMOD003",
"stopSequence": 19
}
],
"timestamp": "1775559959",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:C8:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4057143x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD036:ServiceJourney:5411554083209216x0:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 16211,
"time": "1775560031"
},
"stopId": "FR:61508:ZE:5120149944270848:ATOUMOD036",
"stopSequence": 27
}
],
"timestamp": "1775559910",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD036:Line:4841323284660224:LOC",
"tripId": "ATOUMOD036:ServiceJourney:5411554083209216x0:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN3421F405160x2026x03x29T20x55x37Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775569140"
},
"departure": {
"time": "1775569200"
},
"stopId": "FR:61101:ZE:StopPointxOCETrainxTERx87444562:ATOUMOD002",
"stopSequence": 17
},
{
"arrival": {
"time": "1775570700"
},
"departure": {
"time": "1775570760"
},
"stopId": "FR:61063:ZE:StopPointxOCETrainxTERx87448084:ATOUMOD002",
"stopSequence": 21
},
{
"arrival": {
"time": "1775574420"
},
"stopId": "FR:50218:ZE:StopPointxOCETrainxTERx87447680:ATOUMOD002",
"stopSequence": 33
},
{
"arrival": {
"time": "1775565540"
},
"departure": {
"time": "1775565600"
},
"stopId": "FR:28134:ZE:StopPointxOCETrainxTERx87393488:ATOUMOD002",
"stopSequence": 6
},
{
"departure": {
"time": "1775562840"
},
"stopId": "FR:75115:ZE:StopPointxOCETrainxTERx87391003:ATOUMOD002",
"stopSequence": 4
},
{
"arrival": {
"time": "1775566860"
},
"departure": {
"time": "1775566920"
},
"stopId": "FR:27679:ZE:StopPointxOCETrainxTERx87393595:ATOUMOD002",
"stopSequence": 11
},
{
"arrival": {
"time": "1775569680"
},
"departure": {
"time": "1775569800"
},
"stopId": "FR:61006:ZE:StopPointxOCETrainxTERx87444539:ATOUMOD002",
"stopSequence": 19
},
{
"arrival": {
"time": "1775567760"
},
"departure": {
"time": "1775567820"
},
"stopId": "FR:61214:ZE:StopPointxOCETrainxTERx87444638:ATOUMOD002",
"stopSequence": 13
},
{
"arrival": {
"time": "1775572320"
},
"departure": {
"time": "1775572380"
},
"stopId": "FR:14762:ZE:StopPointxOCETrainxTERx87448159:ATOUMOD002",
"stopSequence": 25
},
{
"arrival": {
"time": "1775573280"
},
"departure": {
"time": "1775573400"
},
"stopId": "FR:50639:ZE:StopPointxOCETrainxTERx87447698:ATOUMOD002",
"stopSequence": 27
},
{
"arrival": {
"time": "1775571360"
},
"departure": {
"time": "1775571420"
},
"stopId": "FR:61169:ZE:StopPointxOCETrainxTERx87448001:ATOUMOD002",
"stopSequence": 23
}
],
"timestamp": "1775559235",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD002:Line:FRxLinexx6155CD5FxAB2Dx4274xA052x8C7462540578x:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN3421F405160x2026x03x29T20x55x37Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN851713F387821x2026x03x28T21x09x34Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775562360"
},
"departure": {
"time": "1775562420"
},
"stopId": "FR:76474:ZE:StopPointxOCETrainxTERx87411249:ATOUMOD002",
"stopSequence": 3
},
{
"arrival": {
"time": "1775563380"
},
"departure": {
"time": "1775563440"
},
"stopId": "FR:76179:ZE:StopPointxOCETrainxTERx87411819:ATOUMOD002",
"stopSequence": 9
},
{
"arrival": {
"time": "1775564280"
},
"departure": {
"time": "1775564340"
},
"stopId": "FR:76034:ZE:StopPointxOCETrainxTERx87415158:ATOUMOD002",
"stopSequence": 13
},
{
"departure": {
"time": "1775562120"
},
"stopId": "FR:76540:ZE:StopPointxOCETrainxTERx87411017:ATOUMOD002",
"stopSequence": 1
},
{
"arrival": {
"time": "1775564700"
},
"departure": {
"time": "1775564760"
},
"stopId": "FR:76397:ZE:StopPointxOCETrainxTERx87415141:ATOUMOD002",
"stopSequence": 15
},
{
"arrival": {
"time": "1775563020"
},
"departure": {
"time": "1775563080"
},
"stopId": "FR:76245:ZE:StopPointxOCETrainxTERx87411801:ATOUMOD002",
"stopSequence": 7
},
{
"arrival": {
"time": "1775562660"
},
"departure": {
"time": "1775562720"
},
"stopId": "FR:76366:ZE:StopPointxOCETrainxTERx87411256:ATOUMOD002",
"stopSequence": 5
},
{
"arrival": {
"time": "1775563920"
},
"departure": {
"time": "1775563980"
},
"stopId": "FR:76602:ZE:StopPointxOCETrainxTERx87415166:ATOUMOD002",
"stopSequence": 11
},
{
"arrival": {
"time": "1775565120"
},
"departure": {
"time": "1775565180"
},
"stopId": "FR:76565:ZE:StopPointxOCETrainxTERx87415125:ATOUMOD002",
"stopSequence": 17
},
{
"arrival": {
"time": "1775565540"
},
"stopId": "FR:76217:ZE:StopPointxOCETrainxTERx87415018:ATOUMOD002",
"stopSequence": 18
}
],
"timestamp": "1775558515",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD002:Line:FRxLinexx3e9229c5xae84x4f9ex98dfx93cc2e91b55cx:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN851713F387821x2026x03x28T21x09x34Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx8627:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 962,
"time": "1775561162"
},
"departure": {
"delay": 962,
"time": "1775561162"
},
"stopId": "FR:76540:ZE:TCARxVXMAR2:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 967,
"time": "1775560387"
},
"departure": {
"delay": 967,
"time": "1775560387"
},
"stopId": "FR:76575:ZE:TCARxCBRUT2:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 945,
"time": "1775560785"
},
"departure": {
"delay": 945,
"time": "1775560785"
},
"stopId": "FR:76540:ZE:TCARxLOPOT2:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 967,
"time": "1775560267"
},
"departure": {
"delay": 967,
"time": "1775560267"
},
"stopId": "FR:76575:ZE:TCARxSANDT2:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 960,
"time": "1775560320"
},
"departure": {
"delay": 960,
"time": "1775560320"
},
"stopId": "FR:76575:ZE:TCARxSTENT2:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 945,
"time": "1775561085"
},
"departure": {
"delay": 945,
"time": "1775561085"
},
"stopId": "FR:76540:ZE:TCARxBELGE4:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 950,
"time": "1775560070"
},
"departure": {
"delay": 950,
"time": "1775560070"
},
"stopId": "FR:76575:ZE:TCARxSANSU2:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 951,
"time": "1775561211"
},
"departure": {
"delay": 951,
"time": "1775561211"
},
"stopId": "FR:76540:ZE:TCARxCAUCT2:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 963,
"time": "1775560863"
},
"departure": {
"delay": 963,
"time": "1775560863"
},
"stopId": "FR:76540:ZE:TCARxCAFT2:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 945,
"time": "1775560485"
},
"departure": {
"delay": 945,
"time": "1775560485"
},
"stopId": "FR:76681:ZE:TCARxDIOCT2:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 945,
"time": "1775560185"
},
"departure": {
"delay": 945,
"time": "1775560185"
},
"stopId": "FR:76575:ZE:TCARxZENIT2:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 966,
"time": "1775560686"
},
"departure": {
"delay": 966,
"time": "1775560686"
},
"stopId": "FR:76498:ZE:TCARxCHART2:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 951,
"time": "1775561331"
},
"departure": {
"delay": 951,
"time": "1775561331"
},
"stopId": "FR:76540:ZE:TCARxGARET2:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 960,
"time": "1775560020"
},
"departure": {
"delay": 960,
"time": "1775560020"
},
"stopId": "FR:76575:ZE:TCARxCORBU1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 942,
"time": "1775560962"
},
"departure": {
"delay": 942,
"time": "1775560962"
},
"stopId": "FR:76540:ZE:TCARxORLET2:ATOUMOD001",
"stopSequence": 13
}
],
"timestamp": "1775559937",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx94:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx8627:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC595692:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -123,
"time": "1775559648"
},
"departure": {
"delay": -123,
"time": "1775559657"
},
"stopId": "FR:27439:ZE:0xCAP01:ATOUMOD004",
"stopSequence": 41
},
{
"arrival": {
"delay": -199,
"time": "1775559761"
},
"stopId": "FR:27439:ZE:0xCNO01:ATOUMOD004",
"stopSequence": 43
},
{
"arrival": {
"delay": -113,
"time": "1775559727"
},
"departure": {
"delay": -113,
"time": "1775559727"
},
"stopId": "FR:27439:ZE:0xCAE02:ATOUMOD004",
"stopSequence": 42
}
],
"timestamp": "1775559780",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD004:Line:T5:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC595692:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4108071x2025x26xGSemHTRAxSemainex00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 116,
"time": "1775559716"
},
"stopId": "FR:76351:ZE:3978:ATOUMOD003",
"stopSequence": 15
},
{
"departure": {
"delay": 101,
"time": "1775559581"
},
"stopId": "FR:76351:ZE:3995:ATOUMOD003",
"stopSequence": 14
},
{
"departure": {
"delay": 105,
"time": "1775559465"
},
"stopId": "FR:76351:ZE:3951:ATOUMOD003",
"stopSequence": 13
}
],
"timestamp": "1775559730",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:B:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4108071x2025x26xGSemHTRAxSemainex00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx107:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 175,
"time": "1775556870"
},
"departure": {
"delay": 175,
"time": "1775556895"
},
"stopId": "FR:76540:ZE:TCARxPMARC2:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 155,
"time": "1775556970"
},
"departure": {
"delay": 155,
"time": "1775556995"
},
"stopId": "FR:76540:ZE:TCARxREPUB2:ATOUMOD001",
"stopSequence": 16
},
{
"arrival": {
"delay": 110,
"time": "1775557056"
},
"departure": {
"delay": 110,
"time": "1775557070"
},
"stopId": "FR:76540:ZE:TCARxCATHE2:ATOUMOD001",
"stopSequence": 17
},
{
"arrival": {
"delay": 73,
"time": "1775558149"
},
"departure": {
"delay": 73,
"time": "1775558173"
},
"stopId": "FR:76216:ZE:TCARxDLUNE2:ATOUMOD001",
"stopSequence": 28
},
{
"arrival": {
"delay": 65,
"time": "1775558022"
},
"departure": {
"delay": 65,
"time": "1775558045"
},
"stopId": "FR:76216:ZE:TCARxPALIS2:ATOUMOD001",
"stopSequence": 27
}
],
"timestamp": "1775555098",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx92:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx107:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx6997:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1775560020"
},
"stopId": "FR:76451:ZE:TCARxMTMAL1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"time": "1775560140"
},
"departure": {
"time": "1775560140"
},
"stopId": "FR:76451:ZE:TCARxCBLBE1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"time": "1775560380"
},
"departure": {
"time": "1775560380"
},
"stopId": "FR:76540:ZE:TCARxFDVAL1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 54,
"time": "1775560074"
},
"departure": {
"delay": 54,
"time": "1775560074"
},
"stopId": "FR:76451:ZE:TCARxCOQUE1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 45,
"time": "1775560185"
},
"departure": {
"delay": 45,
"time": "1775560185"
},
"stopId": "FR:76451:ZE:TCARxCAMPU1:ATOUMOD001",
"stopSequence": 4
}
],
"timestamp": "1775560017",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx91:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx6997:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx9502:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -17892,
"time": "1775562648"
},
"departure": {
"delay": -17892,
"time": "1775562648"
},
"stopId": "FR:76377:ZE:TCARxJARDI2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -17891,
"time": "1775562829"
},
"departure": {
"delay": -17891,
"time": "1775562829"
},
"stopId": "FR:76108:ZE:TCARxVERDU1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": -17859,
"time": "1775562741"
},
"departure": {
"delay": -17859,
"time": "1775562741"
},
"stopId": "FR:76108:ZE:TCARxROUGE0:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -17880,
"time": "1775562960"
},
"departure": {
"delay": -17880,
"time": "1775562960"
},
"stopId": "FR:76108:ZE:TCARxBGUI10:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": -17880,
"time": "1775562780"
},
"departure": {
"delay": -17880,
"time": "1775562780"
},
"stopId": "FR:76108:ZE:TCARxREY0:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": -17894,
"time": "1775562886"
},
"departure": {
"delay": -17894,
"time": "1775562886"
},
"stopId": "FR:76108:ZE:TCARxNARCI1:ATOUMOD001",
"stopSequence": 6
}
],
"timestamp": "1775558456",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx01:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx9502:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx16041:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 10020,
"time": "1775563560"
},
"stopId": "FR:76540:ZE:TCARxMART10:ATOUMOD001",
"stopSequence": 1
}
],
"timestamp": "1775559377",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx13:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx16041:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC596648:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -82,
"time": "1775562998"
},
"departure": {
"delay": -82,
"time": "1775562998"
},
"stopId": "FR:27229:ZE:0xFRI02:ATOUMOD004",
"stopSequence": 9
},
{
"arrival": {
"delay": -37,
"time": "1775562503"
},
"departure": {
"delay": -37,
"time": "1775562503"
},
"stopId": "FR:27229:ZE:0xRUG01:ATOUMOD004",
"stopSequence": 2
},
{
"arrival": {
"delay": -180,
"time": "1775563080"
},
"departure": {
"delay": -180,
"time": "1775563080"
},
"stopId": "FR:27229:ZE:0xBRI02:ATOUMOD004",
"stopSequence": 10
},
{
"arrival": {
"delay": -37,
"time": "1775562563"
},
"departure": {
"delay": -37,
"time": "1775562563"
},
"stopId": "FR:27229:ZE:0xVOL01:ATOUMOD004",
"stopSequence": 3
},
{
"arrival": {
"delay": -210,
"time": "1775563170"
},
"departure": {
"delay": -210,
"time": "1775563170"
},
"stopId": "FR:27229:ZE:0xPJJ02:ATOUMOD004",
"stopSequence": 11
},
{
"arrival": {
"delay": -27,
"time": "1775562693"
},
"departure": {
"delay": -27,
"time": "1775562693"
},
"stopId": "FR:27229:ZE:0xPAS02:ATOUMOD004",
"stopSequence": 5
},
{
"arrival": {
"delay": -69,
"time": "1775562831"
},
"departure": {
"delay": -69,
"time": "1775562831"
},
"stopId": "FR:27229:ZE:0xROR02:ATOUMOD004",
"stopSequence": 7
},
{
"arrival": {
"delay": -258,
"time": "1775563422"
},
"stopId": "FR:27229:ZE:0xHOT01:ATOUMOD004",
"stopSequence": 14
},
{
"arrival": {
"delay": -129,
"time": "1775562891"
},
"departure": {
"delay": -129,
"time": "1775562891"
},
"stopId": "FR:27229:ZE:0xRRE02:ATOUMOD004",
"stopSequence": 8
},
{
"arrival": {
"delay": -40,
"time": "1775562740"
},
"departure": {
"delay": -40,
"time": "1775562740"
},
"stopId": "FR:27229:ZE:0xJOL02:ATOUMOD004",
"stopSequence": 6
},
{
"arrival": {
"delay": -188,
"time": "1775563312"
},
"departure": {
"delay": -188,
"time": "1775563312"
},
"stopId": "FR:27229:ZE:0xHAP02:ATOUMOD004",
"stopSequence": 13
},
{
"arrival": {
"delay": -202,
"time": "1775563238"
},
"departure": {
"delay": -202,
"time": "1775563238"
},
"stopId": "FR:27229:ZE:0xJAU02:ATOUMOD004",
"stopSequence": 12
},
{
"departure": {
"time": "1775562480"
},
"stopId": "FR:27229:ZE:0xMOL01:ATOUMOD004",
"stopSequence": 1
},
{
"arrival": {
"delay": -37,
"time": "1775562623"
},
"departure": {
"delay": -37,
"time": "1775562623"
},
"stopId": "FR:27229:ZE:0xKEN01:ATOUMOD004",
"stopSequence": 4
}
],
"timestamp": "1775560081",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD004:Line:T1:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC596648:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx1447:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 104,
"time": "1775556464"
},
"departure": {
"delay": 104,
"time": "1775556464"
},
"stopId": "FR:76540:ZE:TCARxDRIVI2:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 70,
"time": "1775556550"
},
"departure": {
"delay": 70,
"time": "1775556550"
},
"stopId": "FR:76540:ZE:TCARxJEUNE2:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 170,
"time": "1775558690"
},
"departure": {
"delay": 170,
"time": "1775558690"
},
"stopId": "FR:76157:ZE:TCARxTBIZET:ATOUMOD001",
"stopSequence": 26
},
{
"arrival": {
"delay": 206,
"time": "1775556967"
},
"departure": {
"delay": 206,
"time": "1775556986"
},
"stopId": "FR:76540:ZE:TCARxMARTT2:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 146,
"time": "1775558461"
},
"departure": {
"delay": 146,
"time": "1775558486"
},
"stopId": "FR:76157:ZE:TCARxTJAUR2:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 161,
"time": "1775558561"
},
"departure": {
"delay": 161,
"time": "1775558561"
},
"stopId": "FR:76157:ZE:TCARxTPISS2:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": 109,
"time": "1775557129"
},
"departure": {
"delay": 109,
"time": "1775557129"
},
"stopId": "FR:76540:ZE:TCARxREPUB2:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": 136,
"time": "1775557036"
},
"departure": {
"delay": 136,
"time": "1775557036"
},
"stopId": "FR:76540:ZE:TCARxPMARC2:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 156,
"time": "1775557214"
},
"departure": {
"delay": 156,
"time": "1775557236"
},
"stopId": "FR:76540:ZE:TCARxCATHE2:ATOUMOD001",
"stopSequence": 12
}
],
"timestamp": "1775556045",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx93:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx1447:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx9905:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -6436,
"time": "1775562224"
},
"departure": {
"delay": -6436,
"time": "1775562224"
},
"stopId": "FR:76540:ZE:TCARxMERID1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": -6416,
"time": "1775562124"
},
"departure": {
"delay": -6416,
"time": "1775562124"
},
"stopId": "FR:76540:ZE:TCARxDUFFA1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": -6400,
"time": "1775561960"
},
"departure": {
"delay": -6400,
"time": "1775561960"
},
"stopId": "FR:76681:ZE:TCARxSEMAR1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -6421,
"time": "1775562059"
},
"departure": {
"delay": -6421,
"time": "1775562059"
},
"stopId": "FR:76681:ZE:TCARxPLANT1:ATOUMOD001",
"stopSequence": 4
}
],
"timestamp": "1775557796",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx01:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx9905:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx19382:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -21139,
"time": "1775560901"
},
"departure": {
"delay": -21139,
"time": "1775560901"
},
"stopId": "FR:76540:ZE:TCARxRIBOT2:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": -21117,
"time": "1775560083"
},
"departure": {
"delay": -21117,
"time": "1775560083"
},
"stopId": "FR:76540:ZE:TCARxJOFFT2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -21129,
"time": "1775560491"
},
"departure": {
"delay": -21129,
"time": "1775560491"
},
"stopId": "FR:76540:ZE:TCARxCAMIT2:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": -21133,
"time": "1775560187"
},
"departure": {
"delay": -21133,
"time": "1775560187"
},
"stopId": "FR:76540:ZE:TCARxCECIL2:ATOUMOD001",
"stopSequence": 3
},
{
"departure": {
"delay": -21139,
"time": "1775560001"
},
"stopId": "FR:76540:ZE:TCARxCHAMT2:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": -21123,
"time": "1775560257"
},
"departure": {
"delay": -21123,
"time": "1775560257"
},
"stopId": "FR:76540:ZE:TCARxORLET4:ATOUMOD001",
"stopSequence": 4
}
],
"timestamp": "1775560005",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx95:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx19382:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx6984:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 48,
"time": "1775559528"
},
"departure": {
"delay": 48,
"time": "1775559528"
},
"stopId": "FR:76451:ZE:TCARxCOQUE1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -31,
"time": "1775560349"
},
"departure": {
"delay": -31,
"time": "1775560349"
},
"stopId": "FR:76540:ZE:TCARxBELGE1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": -50,
"time": "1775560090"
},
"departure": {
"delay": -50,
"time": "1775560090"
},
"stopId": "FR:76540:ZE:TCARxRIBOU1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 2,
"time": "1775560262"
},
"departure": {
"delay": 2,
"time": "1775560262"
},
"stopId": "FR:76540:ZE:TCARxPASPA1:ATOUMOD001",
"stopSequence": 8
},
{
"departure": {
"time": "1775559480"
},
"stopId": "FR:76451:ZE:TCARxMTMAL1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": -50,
"time": "1775560450"
},
"departure": {
"delay": -50,
"time": "1775560450"
},
"stopId": "FR:76540:ZE:TCARxTARTT1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 88,
"time": "1775559905"
},
"departure": {
"delay": 88,
"time": "1775559928"
},
"stopId": "FR:76540:ZE:TCARxFDVAL1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": -32,
"time": "1775560168"
},
"departure": {
"delay": -32,
"time": "1775560168"
},
"stopId": "FR:76540:ZE:TCARxLUCIL1:ATOUMOD001",
"stopSequence": 7
}
],
"timestamp": "1775559417",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx91:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx6984:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx19396:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 8463,
"time": "1775557923"
},
"departure": {
"delay": 8463,
"time": "1775557923"
},
"stopId": "FR:76540:ZE:TCARxFDVAL2:ATOUMOD001",
"stopSequence": 7
}
],
"timestamp": "1775557217",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx95:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx19396:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC596229:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 860,
"time": "1775562200"
},
"departure": {
"delay": 860,
"time": "1775562200"
},
"stopId": "FR:27229:ZE:0xCTA02:ATOUMOD004",
"stopSequence": 3
},
{
"arrival": {
"delay": 896,
"time": "1775562056"
},
"departure": {
"delay": 896,
"time": "1775562056"
},
"stopId": "FR:27229:ZE:0xCHA01:ATOUMOD004",
"stopSequence": 2
},
{
"arrival": {
"delay": 791,
"time": "1775562251"
},
"departure": {
"delay": 791,
"time": "1775562251"
},
"stopId": "FR:27229:ZE:0xRUO01:ATOUMOD004",
"stopSequence": 4
},
{
"arrival": {
"delay": 761,
"time": "1775562401"
},
"stopId": "FR:27229:ZE:0xCOR01:ATOUMOD004",
"stopSequence": 6
},
{
"departure": {
"delay": -1019,
"time": "1775560081"
},
"stopId": "FR:27229:ZE:0xHOT01:ATOUMOD004",
"stopSequence": 1
}
],
"timestamp": "1775560081",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD004:Line:T9:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC596229:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4056472x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 443,
"time": "1775559023"
},
"stopId": "FR:76351:ZE:3436:ATOUMOD003",
"stopSequence": 26
},
{
"arrival": {
"delay": 443,
"time": "1775559143"
},
"stopId": "FR:76351:ZE:3639:ATOUMOD003",
"stopSequence": 27
}
],
"timestamp": "1775559119",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C2:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4056472x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx7014:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 59,
"time": "1775560499"
},
"departure": {
"delay": 59,
"time": "1775560499"
},
"stopId": "FR:76540:ZE:TCARxPMARC1:ATOUMOD001",
"stopSequence": 13
},
{
"arrival": {
"delay": 9,
"time": "1775559249"
},
"departure": {
"delay": 9,
"time": "1775559249"
},
"stopId": "FR:76451:ZE:TCARxCOQUE1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": 101,
"time": "1775560121"
},
"departure": {
"delay": 101,
"time": "1775560121"
},
"stopId": "FR:76540:ZE:TCARxPASPA1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 39,
"time": "1775559759"
},
"departure": {
"delay": 39,
"time": "1775559879"
},
"stopId": "FR:76540:ZE:TCARxRIBOU1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 37,
"time": "1775559577"
},
"departure": {
"delay": 37,
"time": "1775559577"
},
"stopId": "FR:76540:ZE:TCARxFDVAL1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 109,
"time": "1775560189"
},
"departure": {
"delay": 109,
"time": "1775560189"
},
"stopId": "FR:76540:ZE:TCARxBELGE1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": 109,
"time": "1775560309"
},
"departure": {
"delay": 109,
"time": "1775560309"
},
"stopId": "FR:76540:ZE:TCARxTARTT1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": 28,
"time": "1775559328"
},
"departure": {
"delay": 28,
"time": "1775559328"
},
"stopId": "FR:76451:ZE:TCARxCBLBE1:ATOUMOD001",
"stopSequence": 3
},
{
"departure": {
"delay": 30,
"time": "1775559210"
},
"stopId": "FR:76451:ZE:TCARxMTMAL1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 109,
"time": "1775560429"
},
"departure": {
"delay": 109,
"time": "1775560429"
},
"stopId": "FR:76540:ZE:TCARxREPUB1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": 108,
"time": "1775560008"
},
"departure": {
"delay": 108,
"time": "1775560008"
},
"stopId": "FR:76540:ZE:TCARxLUCIL1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": 39,
"time": "1775559399"
},
"departure": {
"delay": 39,
"time": "1775559399"
},
"stopId": "FR:76451:ZE:TCARxCAMPU1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 97,
"time": "1775560357"
},
"departure": {
"delay": 97,
"time": "1775560357"
},
"stopId": "FR:76540:ZE:TCARxCATHE1:ATOUMOD001",
"stopSequence": 11
}
],
"timestamp": "1775559177",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx91:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx7014:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx376:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 41,
"time": "1775561141"
},
"departure": {
"delay": 41,
"time": "1775561141"
},
"stopId": "FR:76410:ZE:TCARxPALIS1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"time": "1775561040"
},
"departure": {
"time": "1775561040"
},
"stopId": "FR:76410:ZE:TCARxDLUNE1:ATOUMOD001",
"stopSequence": 3
},
{
"departure": {
"time": "1775560920"
},
"stopId": "FR:76474:ZE:TCARxBMAIR1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"time": "1775561640"
},
"departure": {
"time": "1775561640"
},
"stopId": "FR:76540:ZE:TCARxBAPEA1:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 45,
"time": "1775561325"
},
"departure": {
"delay": 45,
"time": "1775561325"
},
"stopId": "FR:76216:ZE:TCARxPTPIE1:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 6,
"time": "1775561466"
},
"departure": {
"delay": 6,
"time": "1775561466"
},
"stopId": "FR:76216:ZE:TCARxMAISO1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"time": "1775561220"
},
"departure": {
"time": "1775561220"
},
"stopId": "FR:76216:ZE:TCARxDVILL1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 41,
"time": "1775560961"
},
"departure": {
"delay": 41,
"time": "1775560961"
},
"stopId": "FR:76474:ZE:TCARxMOULI1:ATOUMOD001",
"stopSequence": 2
}
],
"timestamp": "1775560005",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx92:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx376:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx7070:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 213,
"time": "1775559933"
},
"stopId": "FR:76451:ZE:TCARxMTMAL1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 234,
"time": "1775560314"
},
"departure": {
"delay": 234,
"time": "1775560314"
},
"stopId": "FR:76540:ZE:TCARxFDVAL1:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 219,
"time": "1775560119"
},
"departure": {
"delay": 219,
"time": "1775560119"
},
"stopId": "FR:76451:ZE:TCARxCAMPU1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 204,
"time": "1775559984"
},
"departure": {
"delay": 204,
"time": "1775559984"
},
"stopId": "FR:76451:ZE:TCARxCOQUE1:ATOUMOD001",
"stopSequence": 2
}
],
"timestamp": "1775559937",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx91:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx7070:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4071967x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 334,
"time": "1775559274"
},
"stopId": "FR:76351:ZE:4544:ATOUMOD003",
"stopSequence": 24
},
{
"departure": {
"delay": 334,
"time": "1775559034"
},
"stopId": "FR:76351:ZE:3793:ATOUMOD003",
"stopSequence": 23
}
],
"timestamp": "1775559229",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C4:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4071967x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx15505:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 13500,
"time": "1775563860"
},
"stopId": "FR:76410:ZE:TCARxMAINE1:ATOUMOD001",
"stopSequence": 1
}
],
"timestamp": "1775559696",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx10:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx15505:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx14644:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -16824,
"time": "1775561976"
},
"departure": {
"delay": -16824,
"time": "1775561976"
},
"stopId": "FR:76540:ZE:TCARxMATHI1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": -16879,
"time": "1775562101"
},
"departure": {
"delay": -16879,
"time": "1775562101"
},
"stopId": "FR:76540:ZE:TCARxBAMME1:ATOUMOD001",
"stopSequence": 8
},
{
"departure": {
"delay": -16770,
"time": "1775561490"
},
"stopId": "FR:76681:ZE:TCARxHDVS2:ATOUMOD001",
"stopSequence": 1
}
],
"timestamp": "1775559996",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx07:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx14644:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4244158xGTFSxGSemH25xSemainex02:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 58,
"time": "1775559178"
},
"stopId": "FR:76351:ZE:4867:ATOUMOD003",
"stopSequence": 28
},
{
"arrival": {
"delay": 39,
"time": "1775559339"
},
"stopId": "FR:76351:ZE:5206:ATOUMOD003",
"stopSequence": 29
}
],
"timestamp": "1775559319",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:25:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4244158xGTFSxGSemH25xSemainex02:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN5376F391850x2026x03x28T21x09x34Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775554620"
},
"departure": {
"time": "1775554800"
},
"stopId": "FR:91377:ZE:StopPointxOCETGVxINOUIx87393579:ATOUMOD002",
"stopSequence": 9
},
{
"arrival": {
"time": "1775555700"
},
"departure": {
"time": "1775555880"
},
"stopId": "FR:78646:ZE:StopPointxOCETGVxINOUIx87393009:ATOUMOD002",
"stopSequence": 11
},
{
"arrival": {
"time": "1775560380"
},
"departure": {
"time": "1775560680"
},
"stopId": "FR:76540:ZE:StopPointxOCETGVxINOUIx87411017:ATOUMOD002",
"stopSequence": 15
},
{
"arrival": {
"time": "1775557740"
},
"departure": {
"time": "1775557920"
},
"stopId": "FR:78361:ZE:StopPointxOCETGVxINOUIx87381509:ATOUMOD002",
"stopSequence": 13
}
],
"timestamp": "1775554675",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD002:Line:FRxLinexx6CC8BBE5x9508x49DBx95CDx797616EA49C6x:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN5376F391850x2026x03x28T21x09x34Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx17344:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -8195,
"time": "1775562445"
},
"departure": {
"delay": -8195,
"time": "1775562445"
},
"stopId": "FR:76497:ZE:TCARxLOUIS1:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"delay": -8235,
"time": "1775562465"
},
"departure": {
"delay": -8235,
"time": "1775562465"
},
"stopId": "FR:76497:ZE:TCARxPCBOI1:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": -8265,
"time": "1775562675"
},
"departure": {
"delay": -8265,
"time": "1775562675"
},
"stopId": "FR:76497:ZE:TCARxMILTH1:ATOUMOD001",
"stopSequence": 7
},
{
"arrival": {
"delay": -8280,
"time": "1775562960"
},
"departure": {
"delay": -8280,
"time": "1775562960"
},
"stopId": "FR:76497:ZE:TCARxARCHI0:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": -8266,
"time": "1775562854"
},
"departure": {
"delay": -8266,
"time": "1775562854"
},
"stopId": "FR:76497:ZE:TCARxLACRO1:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": -8259,
"time": "1775562801"
},
"departure": {
"delay": -8259,
"time": "1775562801"
},
"stopId": "FR:76497:ZE:TCARxVIGNY1:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": -8307,
"time": "1775563533"
},
"departure": {
"delay": -8307,
"time": "1775563533"
},
"stopId": "FR:76322:ZE:TCARxCHVOU1:ATOUMOD001",
"stopSequence": 18
},
{
"departure": {
"delay": -8220,
"time": "1775562420"
},
"stopId": "FR:76497:ZE:TCARxBELAI1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": -8280,
"time": "1775562720"
},
"departure": {
"delay": -8280,
"time": "1775562720"
},
"stopId": "FR:76497:ZE:TCARxWATTE1:ATOUMOD001",
"stopSequence": 8
}
],
"timestamp": "1775558236",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx27:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx17344:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx1392:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1775560920"
},
"stopId": "FR:76212:ZE:TCARxDUREC:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 2,
"time": "1775561222"
},
"departure": {
"delay": 2,
"time": "1775561222"
},
"stopId": "FR:76212:ZE:TCARxECOLE2:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 5,
"time": "1775561045"
},
"departure": {
"delay": 5,
"time": "1775561045"
},
"stopId": "FR:76212:ZE:TCARxCANAD2:ATOUMOD001",
"stopSequence": 2
},
{
"arrival": {
"time": "1775561100"
},
"departure": {
"time": "1775561100"
},
"stopId": "FR:76212:ZE:TCARxDMAIR2:ATOUMOD001",
"stopSequence": 3
}
],
"timestamp": "1775559937",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx93:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx1392:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4107835x2025x26xGSemHTRAxSemainex00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 142,
"time": "1775558662"
},
"stopId": "FR:76351:ZE:3984:ATOUMOD003",
"stopSequence": 16
},
{
"departure": {
"delay": 183,
"time": "1775558583"
},
"stopId": "FR:76351:ZE:3998:ATOUMOD003",
"stopSequence": 15
}
],
"timestamp": "1775558669",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:A:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4107835x2025x26xGSemHTRAxSemainex00:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx8134:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 50,
"time": "1775561630"
},
"departure": {
"delay": 50,
"time": "1775561630"
},
"stopId": "FR:76540:ZE:TCARxSANTE1:ATOUMOD001",
"stopSequence": 2
}
],
"timestamp": "1775533136",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx94:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx8134:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx17587:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 7020,
"time": "1775563560"
},
"stopId": "FR:76212:ZE:TCARxLMICH:ATOUMOD001",
"stopSequence": 1
}
],
"timestamp": "1775559377",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx28:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx17587:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC598286:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1775561220"
},
"stopId": "FR:27229:ZE:0xHOT01:ATOUMOD004",
"stopSequence": 11
}
],
"timestamp": "1775560081",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD004:Line:T7:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC598286:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx17110:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 1440,
"time": "1775564040"
},
"stopId": "FR:76451:ZE:TCARxPVTIN1:ATOUMOD001",
"stopSequence": 1
}
],
"timestamp": "1775559857",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx22:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx17110:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN3118F405461x2026x03x29T20x55x37Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1775560320"
},
"stopId": "FR:76351:ZE:StopPointxOCETrainxTERx87413013:ATOUMOD002",
"stopSequence": 11
},
{
"arrival": {
"time": "1775563080"
},
"departure": {
"time": "1775563260"
},
"stopId": "FR:76540:ZE:StopPointxOCETrainxTERx87411017:ATOUMOD002",
"stopSequence": 17
},
{
"arrival": {
"time": "1775567940"
},
"stopId": "FR:75108:ZE:StopPointxOCETrainxTERx87384008:ATOUMOD002",
"stopSequence": 26
}
],
"timestamp": "1775556716",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD002:Line:FRxLinexx468B44B7xC327x4154xB85Ex25C67C32B61Ex:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN3118F405461x2026x03x29T20x55x37Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx18725:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 20,
"time": "1775585060"
},
"stopId": "FR:76367:ZE:TCARxPEGLI:ATOUMOD001",
"stopSequence": 31
},
{
"departure": {
"delay": 68,
"time": "1775582888"
},
"stopId": "FR:76474:ZE:TCARxLVALL:ATOUMOD001",
"stopSequence": 1
}
],
"timestamp": "1775559336",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx43:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx18725:LOC"
}
}
},
{
"id": "SM:ATOUMOD118:ServiceJourney:13:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1775560800"
},
"stopId": "FR:27681:ZE:590:ATOUMOD118",
"stopSequence": 1
},
{
"arrival": {
"time": "1775561220"
},
"departure": {
"time": "1775561220"
},
"stopId": "FR:27681:ZE:4007:ATOUMOD118",
"stopSequence": 2
},
{
"arrival": {
"time": "1775562000"
},
"stopId": "FR:27285:ZE:587:ATOUMOD118",
"stopSequence": 3
}
],
"timestamp": "1775560017",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD118:Line:241:LOC",
"tripId": "ATOUMOD118:ServiceJourney:13:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4230556x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 158,
"time": "1775559638"
},
"stopId": "FR:76351:ZE:3047:ATOUMOD003",
"stopSequence": 35
},
{
"arrival": {
"delay": 109,
"time": "1775559709"
},
"stopId": "FR:76351:ZE:3743:ATOUMOD003",
"stopSequence": 36
}
],
"timestamp": "1775559679",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C3:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4230556x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx17973:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 14760,
"time": "1775562360"
},
"departure": {
"delay": 14760,
"time": "1775562360"
},
"stopId": "FR:76474:ZE:TCARxPREVE1:ATOUMOD001",
"stopSequence": 2
}
],
"timestamp": "1775558116",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx35:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx17973:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx17108:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": -18600,
"time": "1775562600"
},
"stopId": "FR:76451:ZE:TCARxPVTIN1:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": -18592,
"time": "1775563028"
},
"departure": {
"delay": -18592,
"time": "1775563028"
},
"stopId": "FR:76451:ZE:TCARxBERTE0:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": -18600,
"time": "1775562960"
},
"departure": {
"delay": -18600,
"time": "1775562960"
},
"stopId": "FR:76451:ZE:TCARxASSOC0:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -18565,
"time": "1775563175"
},
"departure": {
"delay": -18565,
"time": "1775563175"
},
"stopId": "FR:76451:ZE:TCARxFORTI1:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"delay": -18600,
"time": "1775563140"
},
"departure": {
"delay": -18600,
"time": "1775563140"
},
"stopId": "FR:76451:ZE:TCARxMORIN0:ATOUMOD001",
"stopSequence": 11
},
{
"arrival": {
"delay": -18594,
"time": "1775563086"
},
"departure": {
"delay": -18594,
"time": "1775563086"
},
"stopId": "FR:76451:ZE:TCARxBULIN0:ATOUMOD001",
"stopSequence": 10
}
],
"timestamp": "1775559977",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx22:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx17108:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx19370:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 24730,
"time": "1775561590"
},
"departure": {
"delay": 24730,
"time": "1775561590"
},
"stopId": "FR:76540:ZE:TCARxCAMIT2:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": 24726,
"time": "1775561286"
},
"departure": {
"delay": 24726,
"time": "1775561286"
},
"stopId": "FR:76540:ZE:TCARxCECIL2:ATOUMOD001",
"stopSequence": 3
},
{
"arrival": {
"delay": 24720,
"time": "1775562000"
},
"departure": {
"delay": 24720,
"time": "1775562000"
},
"stopId": "FR:76540:ZE:TCARxRIBOT2:ATOUMOD001",
"stopSequence": 6
},
{
"arrival": {
"delay": 24745,
"time": "1775561185"
},
"departure": {
"delay": 24745,
"time": "1775561185"
},
"stopId": "FR:76540:ZE:TCARxJOFFT2:ATOUMOD001",
"stopSequence": 2
},
{
"departure": {
"delay": 24720,
"time": "1775561100"
},
"stopId": "FR:76540:ZE:TCARxCHAMT2:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 24739,
"time": "1775561359"
},
"departure": {
"delay": 24739,
"time": "1775561359"
},
"stopId": "FR:76540:ZE:TCARxORLET4:ATOUMOD001",
"stopSequence": 4
}
],
"timestamp": "1775560005",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx95:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx19370:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx4588:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 26,
"time": "1775561786"
},
"departure": {
"delay": 26,
"time": "1775561786"
},
"stopId": "FR:76575:ZE:TCARxPARC1:ATOUMOD001",
"stopSequence": 3
},
{
"departure": {
"time": "1775561640"
},
"stopId": "FR:76575:ZE:TCARxUNIV21:ATOUMOD001",
"stopSequence": 1
},
{
"arrival": {
"delay": 36,
"time": "1775561856"
},
"departure": {
"delay": 36,
"time": "1775561856"
},
"stopId": "FR:76575:ZE:TCARxRENAN1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": 26,
"time": "1775561726"
},
"departure": {
"delay": 26,
"time": "1775561726"
},
"stopId": "FR:76575:ZE:TCARxBASTI1:ATOUMOD001",
"stopSequence": 2
}
],
"timestamp": "1775560016",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx90:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx4588:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx8613:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 2932,
"time": "1775561752"
},
"departure": {
"delay": 2932,
"time": "1775561752"
},
"stopId": "FR:76575:ZE:TCARxSANDT2:ATOUMOD001",
"stopSequence": 5
}
],
"timestamp": "1775557579",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx94:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx8613:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4107837x2025x26xGSemHTRAxSemainex00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 60,
"time": "1775559600"
},
"stopId": "FR:76351:ZE:3965:ATOUMOD003",
"stopSequence": 14
},
{
"departure": {
"delay": 100,
"time": "1775559700"
},
"stopId": "FR:76351:ZE:3998:ATOUMOD003",
"stopSequence": 15
},
{
"departure": {
"delay": 64,
"time": "1775559484"
},
"stopId": "FR:76351:ZE:3981:ATOUMOD003",
"stopSequence": 12
},
{
"arrival": {
"delay": 79,
"time": "1775559799"
},
"stopId": "FR:76351:ZE:3984:ATOUMOD003",
"stopSequence": 16
}
],
"timestamp": "1775559649",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:A:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4107837x2025x26xGSemHTRAxSemainex00:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4267970x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 283,
"time": "1775559343"
},
"stopId": "FR:76305:ZE:3922:ATOUMOD003",
"stopSequence": 37
},
{
"departure": {
"delay": 313,
"time": "1775559253"
},
"stopId": "FR:76305:ZE:4501:ATOUMOD003",
"stopSequence": 36
}
],
"timestamp": "1775559329",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:14:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4267970x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD105:ServiceJourney:5923767074160640x8:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 144,
"time": "1775559804"
},
"stopId": "FR:50532:ZE:753630002:ATOUMOD105",
"stopSequence": 40
}
],
"timestamp": "1775559846",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD105:Line:348940035:LOC",
"tripId": "ATOUMOD105:ServiceJourney:5923767074160640x8:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx15022:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -16332,
"time": "1775563488"
},
"departure": {
"delay": -16332,
"time": "1775563488"
},
"stopId": "FR:76451:ZE:TCARxEXUPE4:ATOUMOD001",
"stopSequence": 10
},
{
"arrival": {
"delay": -16276,
"time": "1775563424"
},
"departure": {
"delay": -16276,
"time": "1775563424"
},
"stopId": "FR:76108:ZE:TCARxBOCQU4:ATOUMOD001",
"stopSequence": 9
},
{
"arrival": {
"delay": -16278,
"time": "1775563122"
},
"departure": {
"delay": -16278,
"time": "1775563122"
},
"stopId": "FR:76108:ZE:TCARxVENIS1:ATOUMOD001",
"stopSequence": 4
},
{
"arrival": {
"delay": -16320,
"time": "1775563380"
},
"departure": {
"delay": -16320,
"time": "1775563380"
},
"stopId": "FR:76108:ZE:TCARxVIELL3:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": -16302,
"time": "1775563038"
},
"departure": {
"delay": -16302,
"time": "1775563038"
},
"stopId": "FR:76108:ZE:TCARxREEDU1:ATOUMOD001",
"stopSequence": 3
}
],
"timestamp": "1775558856",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx08:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx15022:LOC"
}
}
},
{
"id": "SM:ATOUMOD002:ServiceJourney:OCESN3311F405376x2026x03x29T20x55x37Z:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775561700"
},
"departure": {
"time": "1775561760"
},
"stopId": "FR:50099:ZE:StopPointxOCETrainxTERx87447243:ATOUMOD002",
"stopSequence": 24
},
{
"arrival": {
"time": "1775560200"
},
"departure": {
"time": "1775560260"
},
"stopId": "FR:14047:ZE:StopPointxOCETrainxTERx87444067:ATOUMOD002",
"stopSequence": 20
},
{
"departure": {
"time": "1775552280"
},
"stopId": "FR:75108:ZE:StopPointxOCETrainxTERx87384008:ATOUMOD002",
"stopSequence": 10
},
{
"arrival": {
"time": "1775559120"
},
"departure": {
"time": "1775559300"
},
"stopId": "FR:14118:ZE:StopPointxOCETrainxTERx87444000:ATOUMOD002",
"stopSequence": 18
},
{
"arrival": {
"time": "1775563500"
},
"stopId": "FR:50129:ZE:StopPointxOCETrainxTERx87444877:ATOUMOD002",
"stopSequence": 27
},
{
"arrival": {
"time": "1775562540"
},
"departure": {
"time": "1775562600"
},
"stopId": "FR:50615:ZE:StopPointxOCETrainxTERx87447284:ATOUMOD002",
"stopSequence": 26
},
{
"arrival": {
"time": "1775561040"
},
"departure": {
"time": "1775561100"
},
"stopId": "FR:50356:ZE:StopPointxOCETrainxTERx87447219:ATOUMOD002",
"stopSequence": 22
}
],
"timestamp": "1775548675",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD002:Line:FRxLinexx66849E04x284Fx47D7x8795x4C925C6ED66Fx:LOC",
"tripId": "ATOUMOD002:ServiceJourney:OCESN3311F405376x2026x03x29T20x55x37Z:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx6171:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 6,
"time": "1775558286"
},
"departure": {
"delay": 6,
"time": "1775558286"
},
"stopId": "FR:76451:ZE:TCARxCAMPU2:ATOUMOD001",
"stopSequence": 12
},
{
"arrival": {
"time": "1775558340"
},
"departure": {
"time": "1775558340"
},
"stopId": "FR:76451:ZE:TCARxCBLBE2:ATOUMOD001",
"stopSequence": 13
}
],
"timestamp": "1775556637",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx91:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx6171:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4227379x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 479,
"time": "1775559419"
},
"stopId": "FR:76341:ZE:3464:ATOUMOD003",
"stopSequence": 19
},
{
"departure": {
"delay": 458,
"time": "1775559278"
},
"stopId": "FR:76305:ZE:3294:ATOUMOD003",
"stopSequence": 17
},
{
"departure": {
"delay": 479,
"time": "1775559359"
},
"stopId": "FR:76305:ZE:3620:ATOUMOD003",
"stopSequence": 18
},
{
"arrival": {
"delay": 462,
"time": "1775559462"
},
"stopId": "FR:76341:ZE:4597:ATOUMOD003",
"stopSequence": 20
}
],
"timestamp": "1775559459",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:20:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4227379x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx4146:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1775561640"
},
"stopId": "FR:76322:ZE:TCARxBRAQU1:ATOUMOD001",
"stopSequence": 14
},
{
"arrival": {
"delay": 51,
"time": "1775561691"
},
"departure": {
"delay": 51,
"time": "1775561691"
},
"stopId": "FR:76322:ZE:TCARxCEZAN1:ATOUMOD001",
"stopSequence": 15
},
{
"arrival": {
"delay": 49,
"time": "1775561749"
},
"departure": {
"delay": 49,
"time": "1775561749"
},
"stopId": "FR:76322:ZE:TCARxLBLUM1:ATOUMOD001",
"stopSequence": 16
}
],
"timestamp": "1775560017",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx90:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx4146:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx2936:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 11,
"time": "1775557957"
},
"departure": {
"delay": 11,
"time": "1775557991"
},
"stopId": "FR:76681:ZE:TCARxJEZAY0:ATOUMOD001",
"stopSequence": 25
},
{
"arrival": {
"delay": -9,
"time": "1775557845"
},
"departure": {
"delay": -9,
"time": "1775557851"
},
"stopId": "FR:76681:ZE:TCARxJUILL0:ATOUMOD001",
"stopSequence": 24
},
{
"arrival": {
"delay": 11,
"time": "1775558048"
},
"departure": {
"delay": 11,
"time": "1775558051"
},
"stopId": "FR:76681:ZE:TCARxFAMIL0:ATOUMOD001",
"stopSequence": 26
}
],
"timestamp": "1775556825",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx90:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx2936:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4190591x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 189,
"time": "1775559909"
},
"stopId": "FR:76351:ZE:4142:ATOUMOD003",
"stopSequence": 29
},
{
"arrival": {
"delay": 189,
"time": "1775560089"
},
"stopId": "FR:76351:ZE:4537:ATOUMOD003",
"stopSequence": 30
}
],
"timestamp": "1775560039",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:19:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4190591x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4108040x2025x26xGSemHTRAxSemainex00:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 63,
"time": "1775559423"
},
"stopId": "FR:76351:ZE:3984:ATOUMOD003",
"stopSequence": 15
},
{
"departure": {
"delay": 44,
"time": "1775559344"
},
"stopId": "FR:76351:ZE:3998:ATOUMOD003",
"stopSequence": 14
}
],
"timestamp": "1775559439",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:B:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4108040x2025x26xGSemHTRAxSemainex00:LOC"
}
}
},
{
"id": "SM:ATOUMOD036:ServiceJourney:4692097853554688x9:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 118,
"time": "1775560078"
},
"stopId": "FR:14366:ZE:1190003:ATOUMOD036",
"stopSequence": 13
}
],
"timestamp": "1775560079",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD036:Line:5089173048393728:LOC",
"tripId": "ATOUMOD036:ServiceJourney:4692097853554688x9:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4056473x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 71,
"time": "1775559191"
},
"stopId": "FR:76351:ZE:3639:ATOUMOD003",
"stopSequence": 27
},
{
"departure": {
"delay": 71,
"time": "1775559071"
},
"stopId": "FR:76351:ZE:3436:ATOUMOD003",
"stopSequence": 26
}
],
"timestamp": "1775559179",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C2:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4056473x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx3408:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 23,
"time": "1775561723"
},
"departure": {
"delay": 23,
"time": "1775561723"
},
"stopId": "FR:76540:ZE:TCARxAVCAE0:ATOUMOD001",
"stopSequence": 8
},
{
"arrival": {
"delay": 20,
"time": "1775561840"
},
"departure": {
"delay": 20,
"time": "1775561840"
},
"stopId": "FR:76498:ZE:TCARxJAURE0:ATOUMOD001",
"stopSequence": 9
}
],
"timestamp": "1775538458",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx90:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx3408:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4057023x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -8,
"time": "1775559292"
},
"stopId": "FR:76351:ZE:4642:ATOUMOD003",
"stopSequence": 23
},
{
"departure": {
"delay": -8,
"time": "1775558992"
},
"stopId": "FR:76351:ZE:4582:ATOUMOD003",
"stopSequence": 22
}
],
"timestamp": "1775559219",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C7:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4057023x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4230666x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 249,
"time": "1775559129"
},
"stopId": "FR:76351:ZE:3047:ATOUMOD003",
"stopSequence": 35
},
{
"arrival": {
"delay": 200,
"time": "1775559200"
},
"stopId": "FR:76351:ZE:3743:ATOUMOD003",
"stopSequence": 36
}
],
"timestamp": "1775559199",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:C3:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4230666x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD012:ServiceJourney:100000331:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1775558400"
},
"stopId": "FR:76758:ZE:YVETOTxxxGarexS:ATOUMOD012",
"stopSequence": 1
}
],
"timestamp": "1775559330",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD012:Line:2:LOC",
"tripId": "ATOUMOD012:ServiceJourney:100000331:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4255644x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 987,
"time": "1775559267"
},
"stopId": "FR:76447:ZE:3443:ATOUMOD003",
"stopSequence": 50
},
{
"departure": {
"delay": 987,
"time": "1775559207"
},
"stopId": "FR:76447:ZE:3492:ATOUMOD003",
"stopSequence": 49
}
],
"timestamp": "1775559259",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD003:Line:17:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4255644x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx1435:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 5,
"time": "1775562005"
},
"departure": {
"delay": 5,
"time": "1775562005"
},
"stopId": "FR:76212:ZE:TCARxCANAD2:ATOUMOD001",
"stopSequence": 2
}
],
"timestamp": "1775557817",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx93:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx1435:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx16300:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 10380,
"time": "1775563920"
},
"stopId": "FR:76069:ZE:TCARxBELBE:ATOUMOD001",
"stopSequence": 1
}
],
"timestamp": "1775559736",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx14:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx16300:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx2897:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 1,
"time": "1775561641"
},
"departure": {
"delay": 1,
"time": "1775561641"
},
"stopId": "FR:76681:ZE:TCARxVOLTA0:ATOUMOD001",
"stopSequence": 21
},
{
"arrival": {
"time": "1775561520"
},
"departure": {
"time": "1775561520"
},
"stopId": "FR:76540:ZE:TCARxEUROP0:ATOUMOD001",
"stopSequence": 19
},
{
"arrival": {
"delay": 3,
"time": "1775561583"
},
"departure": {
"delay": 3,
"time": "1775561583"
},
"stopId": "FR:76540:ZE:TCARxBALZA0:ATOUMOD001",
"stopSequence": 20
},
{
"arrival": {
"delay": 14,
"time": "1775561714"
},
"departure": {
"delay": 14,
"time": "1775561714"
},
"stopId": "FR:76681:ZE:TCARxGARIB0:ATOUMOD001",
"stopSequence": 22
},
{
"arrival": {
"time": "1775561880"
},
"departure": {
"time": "1775561880"
},
"stopId": "FR:76681:ZE:TCARxSOTTE0:ATOUMOD001",
"stopSequence": 23
}
],
"timestamp": "1775558837",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx90:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx2897:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx19037:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -14700,
"time": "1775562360"
},
"departure": {
"delay": -14700,
"time": "1775562360"
},
"stopId": "FR:76540:ZE:TCARxRIBOT1:ATOUMOD001",
"stopSequence": 6
}
],
"timestamp": "1775558198",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx95:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx19037:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx15615:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 24869,
"time": "1775563529"
},
"departure": {
"delay": 24869,
"time": "1775563529"
},
"stopId": "FR:76540:ZE:TCARxMUFFA2:ATOUMOD001",
"stopSequence": 2
}
],
"timestamp": "1775559336",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx11:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx15615:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx18034:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 14100,
"time": "1775563200"
},
"stopId": "FR:76157:ZE:TCARxHOUDE:ATOUMOD001",
"stopSequence": 1
}
],
"timestamp": "1775559016",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx35:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx18034:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2471659:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1775560200"
},
"stopId": "FR:27701:ZE:0x7050:ATOUMOD006",
"stopSequence": 1
}
],
"timestamp": "1775560063",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD006:Line:NHP:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2471659:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC597024:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1775562000"
},
"stopId": "FR:27229:ZE:0xCEN01:ATOUMOD004",
"stopSequence": 1
}
],
"timestamp": "1775560081",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD004:Line:T2:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC597024:LOC"
}
}
},
{
"id": "SM:ATOUMOD036:ServiceJourney:6019754235002880x0:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 16920,
"time": "1775560080"
},
"stopId": "FR:14478:ZE:4507111473020928:ATOUMOD036",
"stopSequence": 14
}
],
"timestamp": "1775559986",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD036:Line:5381620933591040:LOC",
"tripId": "ATOUMOD036:ServiceJourney:6019754235002880x0:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx17341:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": -4680,
"time": "1775563560"
},
"stopId": "FR:76497:ZE:TCARxBELAI1:ATOUMOD001",
"stopSequence": 1
}
],
"timestamp": "1775559377",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD001:Line:TCARx27:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx17341:LOC"
}
}
},
{
"id": "SM:ATOUMOD004:ServiceJourney:SemainexSCOC596647:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1775563500"
},
"stopId": "FR:27229:ZE:0xMOL01:ATOUMOD004",
"stopSequence": 1
}
],
"timestamp": "1775560081",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD004:Line:T1:LOC",
"tripId": "ATOUMOD004:ServiceJourney:SemainexSCOC596647:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2470476:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1775561400"
},
"stopId": "FR:27375:ZE:0x6514:ATOUMOD006",
"stopSequence": 1
}
],
"timestamp": "1775560063",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD006:Line:9:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2470476:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx15211:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -15720,
"time": "1775563200"
},
"departure": {
"delay": -15720,
"time": "1775563200"
},
"stopId": "FR:76216:ZE:TCARxPALIS3:ATOUMOD001",
"stopSequence": 5
},
{
"arrival": {
"delay": -15733,
"time": "1775563127"
},
"departure": {
"delay": -15733,
"time": "1775563127"
},
"stopId": "FR:76216:ZE:TCARxDEVIL3:ATOUMOD001",
"stopSequence": 4
}
],
"timestamp": "1775558957",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx08:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx15211:LOC"
}
}
},
{
"id": "SM:ATOUMOD006:ServiceJourney:7x2470494:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1775563200"
},
"stopId": "FR:27332:ZE:0x7152:ATOUMOD006",
"stopSequence": 1
}
],
"timestamp": "1775560063",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD006:Line:9:LOC",
"tripId": "ATOUMOD006:ServiceJourney:7x2470494:LOC"
}
}
},
{
"id": "SM:ATOUMOD003:ServiceJourney:4056564x2025x26xGSemHLiaxSemainex03:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": -1,
"time": "1775559179"
},
"stopId": "FR:76351:ZE:4865:ATOUMOD003",
"stopSequence": 24
},
{
"departure": {
"delay": 14,
"time": "1775559014"
},
"stopId": "FR:76351:ZE:4768:ATOUMOD003",
"stopSequence": 23
}
],
"timestamp": "1775559079",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD003:Line:C2:LOC",
"tripId": "ATOUMOD003:ServiceJourney:4056564x2025x26xGSemHLiaxSemainex03:LOC"
}
}
},
{
"id": "SM:ATOUMOD001:ServiceJourney:TCARx16849:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 23921,
"time": "1775563541"
},
"departure": {
"delay": 23921,
"time": "1775563541"
},
"stopId": "FR:76095:ZE:TCARxDELAT0:ATOUMOD001",
"stopSequence": 8
}
],
"timestamp": "1775559357",
"trip": {
"directionId": 1,
"routeId": "ATOUMOD001:Line:TCARx20:LOC",
"tripId": "ATOUMOD001:ServiceJourney:TCARx16849:LOC"
}
}
},
{
"id": "SM:ATOUMOD007:ServiceJourney:609:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1775545200"
},
"stopId": "FR:27681:ZE:10102:ATOUMOD007",
"stopSequence": 1
}
],
"timestamp": "1775542934",
"trip": {
"directionId": 2,
"routeId": "ATOUMOD007:Line:26:LOC",
"tripId": "ATOUMOD007:ServiceJourney:609:LOC"
}
}
}
],
"header": {
"gtfsRealtimeVersion": "1.0",
"timestamp": "1775560154"
}
}