Return a specific timeline for a given event version.

Rel URLs:

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

{
    "name": "V1_CBC_CAT3",
    "description": "V1: Passes CBC_CAT3 test",
    "start": 1260565189,
    "end": 1260569285,
    "segments_url": "https://gwosc.org/api/v2/event-versions/GW191216_213338-v1/timelines/V1_CBC_CAT3/segments?format=api"
}