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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5076",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5074",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5075,
    "results": [
        {
            "start": 874617080,
            "stop": 874617082
        },
        {
            "start": 874617090,
            "stop": 874617125
        },
        {
            "start": 874617133,
            "stop": 874617211
        },
        {
            "start": 874617218,
            "stop": 874617235
        },
        {
            "start": 874617243,
            "stop": 874617250
        },
        {
            "start": 874617264,
            "stop": 874617304
        },
        {
            "start": 874617311,
            "stop": 874617336
        },
        {
            "start": 874617343,
            "stop": 874617393
        },
        {
            "start": 874617400,
            "stop": 874617410
        },
        {
            "start": 874617418,
            "stop": 874617479
        },
        {
            "start": 874617486,
            "stop": 874617586
        },
        {
            "start": 874617605,
            "stop": 874617624
        },
        {
            "start": 874617635,
            "stop": 874617690
        },
        {
            "start": 874617702,
            "stop": 874617710
        },
        {
            "start": 874617730,
            "stop": 874617741
        },
        {
            "start": 874617749,
            "stop": 874617781
        },
        {
            "start": 874617788,
            "stop": 874617799
        },
        {
            "start": 874617806,
            "stop": 874617855
        },
        {
            "start": 874617862,
            "stop": 874617863
        },
        {
            "start": 874617870,
            "stop": 874617892
        }
    ]
}