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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=388",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=386",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 387,
    "results": [
        {
            "start": 935154217,
            "stop": 935154221
        },
        {
            "start": 935154223,
            "stop": 935154228
        },
        {
            "start": 935154231,
            "stop": 935154237
        },
        {
            "start": 935154242,
            "stop": 935155199
        },
        {
            "start": 935155201,
            "stop": 935156436
        },
        {
            "start": 935158341,
            "stop": 935161337
        },
        {
            "start": 935161340,
            "stop": 935161388
        },
        {
            "start": 935161390,
            "stop": 935161397
        },
        {
            "start": 935161399,
            "stop": 935161416
        },
        {
            "start": 935161418,
            "stop": 935161422
        },
        {
            "start": 935161424,
            "stop": 935161438
        },
        {
            "start": 935161443,
            "stop": 935164959
        },
        {
            "start": 935164962,
            "stop": 935164968
        },
        {
            "start": 935164971,
            "stop": 935164985
        },
        {
            "start": 935164988,
            "stop": 935164994
        },
        {
            "start": 935164998,
            "stop": 935165022
        },
        {
            "start": 935165024,
            "stop": 935165038
        },
        {
            "start": 935165042,
            "stop": 935167865
        },
        {
            "start": 935167907,
            "stop": 935168396
        },
        {
            "start": 935170647,
            "stop": 935172168
        }
    ]
}