Return the segments for a given timeline for an event version.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/event-versions/GW190731_140936-v2/timelines/L1_BURST_CAT2/segments?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": null,
    "previous": "https://gwosc.org/api/v2/event-versions/GW190731_140936-v2/timelines/L1_BURST_CAT2/segments?format=api",
    "results_count": 31,
    "results_per_page": 20,
    "num_pages": 2,
    "page_number": 2,
    "results": [
        {
            "start": 1248617641,
            "stop": 1248617643
        },
        {
            "start": 1248617647,
            "stop": 1248617650
        },
        {
            "start": 1248617655,
            "stop": 1248617685
        },
        {
            "start": 1248617690,
            "stop": 1248617783
        },
        {
            "start": 1248617788,
            "stop": 1248617934
        },
        {
            "start": 1248617937,
            "stop": 1248617938
        },
        {
            "start": 1248617941,
            "stop": 1248618045
        },
        {
            "start": 1248618050,
            "stop": 1248618713
        },
        {
            "start": 1248618718,
            "stop": 1248619011
        },
        {
            "start": 1248619013,
            "stop": 1248619160
        },
        {
            "start": 1248619164,
            "stop": 1248619443
        }
    ]
}