Return a specific timeline for a given event version.

Rel URLs:

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

{
    "name": "L1_BURST_CAT3",
    "description": "L1: Passes BURST_CAT3 test",
    "start": 1266616125,
    "end": 1266620221,
    "segments_url": "http://gwosc.org/api/v2/event-versions/GW200224_222234-v1/timelines/L1_BURST_CAT3/segments?format=api"
}