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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=129",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=127",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 128,
    "results": [
        {
            "start": 860738497,
            "stop": 860740358
        },
        {
            "start": 860745940,
            "stop": 860759714
        },
        {
            "start": 860760863,
            "stop": 860789308
        },
        {
            "start": 860790958,
            "stop": 860796802
        },
        {
            "start": 860797659,
            "stop": 860827370
        },
        {
            "start": 860827691,
            "stop": 860857385
        },
        {
            "start": 860877290,
            "stop": 860877307
        },
        {
            "start": 860877331,
            "stop": 860879029
        },
        {
            "start": 860879689,
            "stop": 860887642
        },
        {
            "start": 860888436,
            "stop": 860894445
        },
        {
            "start": 860895350,
            "stop": 860921077
        },
        {
            "start": 860924028,
            "stop": 860944704
        },
        {
            "start": 860945660,
            "stop": 860947994
        },
        {
            "start": 860948777,
            "stop": 860970715
        },
        {
            "start": 860971334,
            "stop": 860989188
        },
        {
            "start": 860989264,
            "stop": 860989622
        },
        {
            "start": 860991346,
            "stop": 861026033
        },
        {
            "start": 861026270,
            "stop": 861038246
        },
        {
            "start": 861039632,
            "stop": 861040900
        },
        {
            "start": 861043877,
            "stop": 861044668
        }
    ]
}