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=4925
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=4926",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4924",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4925,
    "results": [
        {
            "start": 875205916,
            "stop": 875205944
        },
        {
            "start": 875205968,
            "stop": 875206020
        },
        {
            "start": 875206039,
            "stop": 875206112
        },
        {
            "start": 875206132,
            "stop": 875206196
        },
        {
            "start": 875206215,
            "stop": 875206338
        },
        {
            "start": 875206357,
            "stop": 875206366
        },
        {
            "start": 875206385,
            "stop": 875206401
        },
        {
            "start": 875206421,
            "stop": 875206444
        },
        {
            "start": 875206477,
            "stop": 875206488
        },
        {
            "start": 875206523,
            "stop": 875206609
        },
        {
            "start": 875206643,
            "stop": 875206726
        },
        {
            "start": 875206745,
            "stop": 875206798
        },
        {
            "start": 875206817,
            "stop": 875206862
        },
        {
            "start": 875206881,
            "stop": 875206924
        },
        {
            "start": 875206944,
            "stop": 875206960
        },
        {
            "start": 875206980,
            "stop": 875206989
        },
        {
            "start": 875207013,
            "stop": 875207022
        },
        {
            "start": 875207042,
            "stop": 875207067
        },
        {
            "start": 875207086,
            "stop": 875207091
        },
        {
            "start": 875207110,
            "stop": 875207135
        }
    ]
}