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=254
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=255",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=253",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 254,
    "results": [
        {
            "start": 931467837,
            "stop": 931467838
        },
        {
            "start": 931467840,
            "stop": 931467842
        },
        {
            "start": 931467845,
            "stop": 931467851
        },
        {
            "start": 931467853,
            "stop": 931467854
        },
        {
            "start": 931467856,
            "stop": 931467864
        },
        {
            "start": 931467867,
            "stop": 931467872
        },
        {
            "start": 931467876,
            "stop": 931467882
        },
        {
            "start": 931467884,
            "stop": 931467887
        },
        {
            "start": 931467891,
            "stop": 931467893
        },
        {
            "start": 931467895,
            "stop": 931467904
        },
        {
            "start": 931467910,
            "stop": 931467916
        },
        {
            "start": 931467920,
            "stop": 931467934
        },
        {
            "start": 931467942,
            "stop": 931467946
        },
        {
            "start": 931467948,
            "stop": 931467959
        },
        {
            "start": 931467963,
            "stop": 931467973
        },
        {
            "start": 931467980,
            "stop": 931467985
        },
        {
            "start": 931467988,
            "stop": 931467991
        },
        {
            "start": 931467993,
            "stop": 931467996
        },
        {
            "start": 931468004,
            "stop": 931468006
        },
        {
            "start": 931468009,
            "stop": 931468019
        }
    ]
}