Return the segments for a given timeline for a run.

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/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=81
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=82",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=80",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 81,
    "results": [
        {
            "start": 817718600,
            "stop": 817718610
        },
        {
            "start": 817718625,
            "stop": 817718635
        },
        {
            "start": 817718642,
            "stop": 817718655
        },
        {
            "start": 817718663,
            "stop": 817718677
        },
        {
            "start": 817718709,
            "stop": 817718824
        },
        {
            "start": 817718833,
            "stop": 817718861
        },
        {
            "start": 817718868,
            "stop": 817718877
        },
        {
            "start": 817718884,
            "stop": 817718898
        },
        {
            "start": 817718927,
            "stop": 817718999
        },
        {
            "start": 817720684,
            "stop": 817720848
        },
        {
            "start": 817720877,
            "stop": 817721019
        },
        {
            "start": 817721078,
            "stop": 817721087
        },
        {
            "start": 817721116,
            "stop": 817721119
        },
        {
            "start": 817721148,
            "stop": 817721871
        },
        {
            "start": 817721900,
            "stop": 817722576
        },
        {
            "start": 817722617,
            "stop": 817722846
        },
        {
            "start": 817722878,
            "stop": 817722912
        },
        {
            "start": 817722941,
            "stop": 817723054
        },
        {
            "start": 817723083,
            "stop": 817723127
        },
        {
            "start": 817723220,
            "stop": 817723222
        }
    ]
}