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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=199",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=197",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 198,
    "results": [
        {
            "start": 931444887,
            "stop": 931444891
        },
        {
            "start": 931444894,
            "stop": 931444906
        },
        {
            "start": 931444908,
            "stop": 931444925
        },
        {
            "start": 931444927,
            "stop": 931444929
        },
        {
            "start": 931444931,
            "stop": 931444936
        },
        {
            "start": 931444938,
            "stop": 931444960
        },
        {
            "start": 931444961,
            "stop": 931444962
        },
        {
            "start": 931444965,
            "stop": 931444966
        },
        {
            "start": 931444968,
            "stop": 931445027
        },
        {
            "start": 931445029,
            "stop": 931445031
        },
        {
            "start": 931445033,
            "stop": 931445039
        },
        {
            "start": 931445041,
            "stop": 931445071
        },
        {
            "start": 931445074,
            "stop": 931445081
        },
        {
            "start": 931445083,
            "stop": 931445088
        },
        {
            "start": 931445090,
            "stop": 931445101
        },
        {
            "start": 931445103,
            "stop": 931445133
        },
        {
            "start": 931445135,
            "stop": 931445136
        },
        {
            "start": 931445138,
            "stop": 931445156
        },
        {
            "start": 931445158,
            "stop": 931445176
        },
        {
            "start": 931445178,
            "stop": 931445180
        }
    ]
}