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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=107",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=105",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 106,
    "results": [
        {
            "start": 825883748,
            "stop": 825883792
        },
        {
            "start": 825883796,
            "stop": 825883817
        },
        {
            "start": 825883821,
            "stop": 825883826
        },
        {
            "start": 825883830,
            "stop": 825883836
        },
        {
            "start": 825883845,
            "stop": 825883847
        },
        {
            "start": 825883856,
            "stop": 825883890
        },
        {
            "start": 825883895,
            "stop": 825883915
        },
        {
            "start": 825883919,
            "stop": 825883920
        },
        {
            "start": 825883943,
            "stop": 825883949
        },
        {
            "start": 825883953,
            "stop": 825883963
        },
        {
            "start": 825883981,
            "stop": 825883992
        },
        {
            "start": 825884011,
            "stop": 825884016
        },
        {
            "start": 825884049,
            "stop": 825884055
        },
        {
            "start": 825884165,
            "stop": 825884195
        },
        {
            "start": 825884199,
            "stop": 825884214
        },
        {
            "start": 825884218,
            "stop": 825884228
        },
        {
            "start": 825884276,
            "stop": 825884280
        },
        {
            "start": 825884289,
            "stop": 825884291
        },
        {
            "start": 825884329,
            "stop": 825884343
        },
        {
            "start": 825884347,
            "stop": 825884352
        }
    ]
}