Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6908
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6909",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6907",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6908,
    "results": [
        {
            "start": 873490760,
            "stop": 873490881
        },
        {
            "start": 873490885,
            "stop": 873491141
        },
        {
            "start": 873491144,
            "stop": 873491146
        },
        {
            "start": 873491149,
            "stop": 873492065
        },
        {
            "start": 873492070,
            "stop": 873492190
        },
        {
            "start": 873492195,
            "stop": 873492221
        },
        {
            "start": 873492224,
            "stop": 873492236
        },
        {
            "start": 873492242,
            "stop": 873492317
        },
        {
            "start": 873492321,
            "stop": 873492660
        },
        {
            "start": 873492720,
            "stop": 873493190
        },
        {
            "start": 873493194,
            "stop": 873493264
        },
        {
            "start": 873493268,
            "stop": 873493440
        },
        {
            "start": 873493620,
            "stop": 873493689
        },
        {
            "start": 873493695,
            "stop": 873493728
        },
        {
            "start": 873493731,
            "stop": 873493948
        },
        {
            "start": 873493955,
            "stop": 873493958
        },
        {
            "start": 873493962,
            "stop": 873496581
        },
        {
            "start": 873497752,
            "stop": 873497758
        },
        {
            "start": 873497759,
            "stop": 873497810
        },
        {
            "start": 873497811,
            "stop": 873499650
        }
    ]
}