Return a specific timeline for a given run.

Rel URLs:

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

{
    "name": "H2_CBCHIGH_CAT1",
    "description": "H2: Category-1 checks passed for CBC high-mass search",
    "start": 815200973,
    "end": 875232014,
    "segments_url": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT1/segments?format=api"
}