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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4905",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4903",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4904,
    "results": [
        {
            "start": 875129514,
            "stop": 875129535
        },
        {
            "start": 875129554,
            "stop": 875129559
        },
        {
            "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
        }
    ]
}