Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=270
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=271",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=269",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 270,
    "results": [
        {
            "start": 935155205,
            "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
        },
        {
            "start": 935172171,
            "stop": 935172186
        },
        {
            "start": 935172188,
            "stop": 935172195
        },
        {
            "start": 935172197,
            "stop": 935172219
        },
        {
            "start": 935172222,
            "stop": 935172237
        }
    ]
}