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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1222",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1220",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1221,
    "results": [
        {
            "start": 956407897,
            "stop": 956407904
        },
        {
            "start": 956407906,
            "stop": 956407915
        },
        {
            "start": 956407917,
            "stop": 956409433
        },
        {
            "start": 956430102,
            "stop": 956437876
        },
        {
            "start": 956437998,
            "stop": 956440205
        },
        {
            "start": 956462016,
            "stop": 956465510
        },
        {
            "start": 956465622,
            "stop": 956473853
        },
        {
            "start": 956491465,
            "stop": 956491556
        },
        {
            "start": 956491906,
            "stop": 956497571
        },
        {
            "start": 956498651,
            "stop": 956504316
        },
        {
            "start": 956504902,
            "stop": 956511980
        },
        {
            "start": 956514756,
            "stop": 956524978
        },
        {
            "start": 956530930,
            "stop": 956542314
        },
        {
            "start": 956555168,
            "stop": 956562771
        },
        {
            "start": 956562773,
            "stop": 956576258
        },
        {
            "start": 956576829,
            "stop": 956577018
        },
        {
            "start": 956580207,
            "stop": 956591323
        },
        {
            "start": 956591878,
            "stop": 956594741
        },
        {
            "start": 956595485,
            "stop": 956597928
        },
        {
            "start": 956598572,
            "stop": 956610953
        }
    ]
}