Return a specific timeline for a given event version.

Rel URLs:

  • Follow segments_url for the segment list.
GET /api/v2/event-versions/GW190929_012149-v1/timelines/V1_BURST_CAT2?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "V1_BURST_CAT2",
    "description": "V1: Passes BURST_CAT2 test",
    "start": 1253754427,
    "end": 1253756715,
    "segments_url": "https://gwosc.org/api/v2/event-versions/GW190929_012149-v1/timelines/V1_BURST_CAT2/segments?format=api"
}