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=5104
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=5105",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5103",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5104,
    "results": [
        {
            "start": 874684479,
            "stop": 874684512
        },
        {
            "start": 874684537,
            "stop": 874684564
        },
        {
            "start": 874684584,
            "stop": 874684607
        },
        {
            "start": 874684626,
            "stop": 874684648
        },
        {
            "start": 874684667,
            "stop": 874684717
        },
        {
            "start": 874684736,
            "stop": 874684761
        },
        {
            "start": 874684785,
            "stop": 874684911
        },
        {
            "start": 874684930,
            "stop": 874684932
        },
        {
            "start": 874684951,
            "stop": 874684954
        },
        {
            "start": 874684973,
            "stop": 874684974
        },
        {
            "start": 874684999,
            "stop": 874685007
        },
        {
            "start": 874685049,
            "stop": 874685070
        },
        {
            "start": 874685101,
            "stop": 874685104
        },
        {
            "start": 874685121,
            "stop": 874685133
        },
        {
            "start": 874685152,
            "stop": 874685199
        },
        {
            "start": 874685218,
            "stop": 874685230
        },
        {
            "start": 874685276,
            "stop": 874685280
        },
        {
            "start": 874685300,
            "stop": 874685312
        },
        {
            "start": 874685331,
            "stop": 874685363
        },
        {
            "start": 874685387,
            "stop": 874685388
        }
    ]
}