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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2062",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2060",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2061,
    "results": [
        {
            "start": 861572328,
            "stop": 861573485
        },
        {
            "start": 861573488,
            "stop": 861573503
        },
        {
            "start": 861573507,
            "stop": 861573725
        },
        {
            "start": 861573811,
            "stop": 861577214
        },
        {
            "start": 861577514,
            "stop": 861577899
        },
        {
            "start": 861578568,
            "stop": 861616133
        },
        {
            "start": 861616572,
            "stop": 861625306
        },
        {
            "start": 861627240,
            "stop": 861629550
        },
        {
            "start": 861629886,
            "stop": 861634842
        },
        {
            "start": 861634848,
            "stop": 861636685
        },
        {
            "start": 861636690,
            "stop": 861636900
        },
        {
            "start": 861636905,
            "stop": 861641272
        },
        {
            "start": 861641658,
            "stop": 861641668
        },
        {
            "start": 861641968,
            "stop": 861644050
        },
        {
            "start": 861644055,
            "stop": 861644075
        },
        {
            "start": 861644080,
            "stop": 861644171
        },
        {
            "start": 861644631,
            "stop": 861644946
        },
        {
            "start": 861645246,
            "stop": 861646594
        },
        {
            "start": 861646597,
            "stop": 861647175
        },
        {
            "start": 861647177,
            "stop": 861647217
        }
    ]
}