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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4387",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4385",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4386,
    "results": [
        {
            "start": 875129578,
            "stop": 875129580
        },
        {
            "start": 875129640,
            "stop": 875129691
        },
        {
            "start": 875129711,
            "stop": 875129736
        },
        {
            "start": 875129755,
            "stop": 875129761
        },
        {
            "start": 875129780,
            "stop": 875129868
        },
        {
            "start": 875129891,
            "stop": 875129929
        },
        {
            "start": 875129948,
            "stop": 875129951
        },
        {
            "start": 875129973,
            "stop": 875130035
        },
        {
            "start": 875130055,
            "stop": 875130101
        },
        {
            "start": 875130121,
            "stop": 875130176
        },
        {
            "start": 875130195,
            "stop": 875130196
        },
        {
            "start": 875130215,
            "stop": 875130225
        },
        {
            "start": 875130268,
            "stop": 875130272
        },
        {
            "start": 875130314,
            "stop": 875130331
        },
        {
            "start": 875130367,
            "stop": 875130453
        },
        {
            "start": 875130472,
            "stop": 875130489
        },
        {
            "start": 875130526,
            "stop": 875130565
        },
        {
            "start": 875130584,
            "stop": 875130589
        },
        {
            "start": 875130608,
            "stop": 875130682
        },
        {
            "start": 875130706,
            "stop": 875130744
        }
    ]
}