Return a specific timeline for a given run.

Rel URLs:

  • Follow segments_url for the segment list.
GET /api/v2/runs/S5/timelines/H2_HW_CBC?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "H2_HW_CBC",
    "description": "H2: CBC hardware injection active",
    "start": 815627850,
    "end": 873739979,
    "segments_url": "https://gwosc.org/api/v2/runs/S5/timelines/H2_HW_CBC/segments?format=api"
}