Return a specific timeline for a given event version.

Rel URLs:

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

{
    "name": "H1_DATA",
    "description": "H1: Passes DATA test",
    "start": 1126257415,
    "end": 1126261511,
    "segments_url": "http://gwosc.org/api/v2/event-versions/GW150914-v3/timelines/H1_DATA/segments?format=api"
}