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_BURST?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "H2_HW_BURST",
    "description": "H2: Burst hardware injection active",
    "start": 872452798,
    "end": 874465622,
    "segments_url": "https://gwosc.org/api/v2/runs/S5/timelines/H2_HW_BURST/segments?format=api"
}