{
  "ok": true,
  "gctToCrestwood": {
    "origin": "Grand Central Terminal",
    "destination": "Crestwood",
    "updated": "2026-08-02 @ 00:14:32",
    "count": 1,
    "sentence": "A train departs in 5 minutes from track 16. After that, the next train is not until 1:22 AM (68 minutes).",
    "trains": [
      {
        "route": "Harlem",
        "tripId": "9597",
        "headsign": "To North White Plains",
        "origin": "Grand Central Terminal",
        "destination": "Crestwood",
        "departureEstimated": "12:19 AM",
        "departureScheduled": "12:19 AM",
        "track": "16",
        "status": "On Time",
        "delayMins": 0,
        "remarks": null,
        "originDepartureScheduled": "12:19 AM",
        "destinationArrivalScheduled": "1:01 AM",
        "vehiclePosition": null,
        "minutesUntilDeparture": 5,
        "trackKnown": true,
        "tripDurationMinutes": 42,
        "isOrientExpress": false
      }
    ]
  },
  "crestwoodToGct": {
    "origin": "Crestwood",
    "destination": "Grand Central Terminal",
    "updated": "2026-08-02 @ 00:14:32",
    "count": 2,
    "sentence": "A train departs in 11 minutes, arriving at Grand Central at 1:11 AM. Another departs in 60 minutes, arriving at Grand Central at 1:51 AM.",
    "trains": [
      {
        "route": "Harlem",
        "tripId": "9574",
        "headsign": "To Grand Central",
        "origin": "Crestwood",
        "destination": "Grand Central Terminal",
        "departureEstimated": "12:25 AM",
        "departureScheduled": "12:25 AM",
        "track": "4",
        "status": "On Time",
        "delayMins": -86400,
        "remarks": null,
        "originDepartureScheduled": "12:25 AM",
        "destinationArrivalScheduled": "1:11 AM",
        "vehiclePosition": {
          "lat": 41.033355712890625,
          "lon": -73.7751235961914,
          "description": "Stopped at White Plains",
          "updated": "2026-08-02 @ 00:14:32"
        },
        "minutesUntilDeparture": 11,
        "trackKnown": true,
        "tripDurationMinutes": 46,
        "isOrientExpress": false
      },
      {
        "route": "Harlem",
        "tripId": "9698",
        "headsign": "To Grand Central",
        "origin": "Crestwood",
        "destination": "Grand Central Terminal",
        "departureEstimated": "1:14 AM",
        "departureScheduled": "1:14 AM",
        "track": "4",
        "status": "On Time",
        "delayMins": -86400,
        "remarks": null,
        "originDepartureScheduled": "1:14 AM",
        "destinationArrivalScheduled": "1:51 AM",
        "vehiclePosition": {
          "lat": 41.410316467285156,
          "lon": -73.6221694946289,
          "description": "In transit to Brewster",
          "updated": "2026-08-02 @ 00:14:32"
        },
        "minutesUntilDeparture": 60,
        "trackKnown": true,
        "tripDurationMinutes": 37,
        "isOrientExpress": false
      }
    ]
  }
}