Return a specific timeline for a given event version.

Rel URLs:

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

{
    "name": "H1_CBC_CAT3",
    "description": "H1: Passes CBC_CAT3 test",
    "start": 1182872598,
    "end": 1182876694,
    "segments_url": "https://gwosc.org/api/v2/event-versions/170630-v1/timelines/H1_CBC_CAT3/segments?format=api"
}