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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=119",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=117",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 118,
    "results": [
        {
            "start": 821452684,
            "stop": 821452704
        },
        {
            "start": 821452707,
            "stop": 821452719
        },
        {
            "start": 821452722,
            "stop": 821452725
        },
        {
            "start": 821452728,
            "stop": 821452737
        },
        {
            "start": 821452740,
            "stop": 821452785
        },
        {
            "start": 821452788,
            "stop": 821452959
        },
        {
            "start": 821452962,
            "stop": 821452974
        },
        {
            "start": 821452977,
            "stop": 821453038
        },
        {
            "start": 821453041,
            "stop": 821453051
        },
        {
            "start": 821453054,
            "stop": 821453065
        },
        {
            "start": 821453068,
            "stop": 821453128
        },
        {
            "start": 821453134,
            "stop": 821453145
        },
        {
            "start": 821453148,
            "stop": 821453158
        },
        {
            "start": 821453161,
            "stop": 821453181
        },
        {
            "start": 821453184,
            "stop": 821453186
        },
        {
            "start": 821453189,
            "stop": 821453217
        },
        {
            "start": 821453220,
            "stop": 821453310
        },
        {
            "start": 821453313,
            "stop": 821453367
        },
        {
            "start": 821453371,
            "stop": 821453415
        },
        {
            "start": 821453418,
            "stop": 821453479
        }
    ]
}