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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5183",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5181",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5182,
    "results": [
        {
            "start": 875128849,
            "stop": 875128893
        },
        {
            "start": 875128924,
            "stop": 875128928
        },
        {
            "start": 875128947,
            "stop": 875129054
        },
        {
            "start": 875129073,
            "stop": 875129085
        },
        {
            "start": 875129104,
            "stop": 875129181
        },
        {
            "start": 875129200,
            "stop": 875129229
        },
        {
            "start": 875129266,
            "stop": 875129271
        },
        {
            "start": 875129290,
            "stop": 875129353
        },
        {
            "start": 875129437,
            "stop": 875129495
        },
        {
            "start": 875129514,
            "stop": 875129535
        },
        {
            "start": 875129554,
            "stop": 875129559
        },
        {
            "start": 875129578,
            "stop": 875129608
        },
        {
            "start": 875129627,
            "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
        }
    ]
}