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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8131",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8129",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8130,
    "results": [
        {
            "start": 872977402,
            "stop": 872977427
        },
        {
            "start": 872977466,
            "stop": 872977477
        },
        {
            "start": 872977628,
            "stop": 872977633
        },
        {
            "start": 872977662,
            "stop": 872977668
        },
        {
            "start": 872977685,
            "stop": 872977730
        },
        {
            "start": 872977747,
            "stop": 872977771
        },
        {
            "start": 872977788,
            "stop": 872977796
        },
        {
            "start": 872977814,
            "stop": 872977815
        },
        {
            "start": 872977832,
            "stop": 872977837
        },
        {
            "start": 872977984,
            "stop": 872977985
        },
        {
            "start": 872978002,
            "stop": 872978013
        },
        {
            "start": 872978030,
            "stop": 872978041
        },
        {
            "start": 872978059,
            "stop": 872978062
        },
        {
            "start": 872978079,
            "stop": 872978117
        },
        {
            "start": 872978134,
            "stop": 872978155
        },
        {
            "start": 872978172,
            "stop": 872978187
        },
        {
            "start": 872978205,
            "stop": 872978213
        },
        {
            "start": 872978298,
            "stop": 872978324
        },
        {
            "start": 872978342,
            "stop": 872978361
        },
        {
            "start": 872978412,
            "stop": 872978452
        }
    ]
}