Return a specific timeline for a given run.

Rel URLs:

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

{
    "name": "L1_HW",
    "description": "L1: Hardware injection active",
    "start": 816942313,
    "end": 875202523,
    "segments_url": "https://gwosc.org/api/v2/runs/S5/timelines/L1_HW/segments?format=api"
}