Return the timelines for a given event version.

Rel URLs:

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

{
    "next": null,
    "previous": null,
    "results_count": 1,
    "results_per_page": 20,
    "num_pages": 1,
    "page_number": 1,
    "results": [
        {
            "name": "L1_DATA",
            "description": "L1: Passes DATA test",
            "start": 1369417271,
            "end": 1369421367,
            "segments_url": "http://gwosc.org/api/v2/event-versions/GW230529_181500-v1/timelines/L1_DATA/segments?format=api"
        }
    ]
}