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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=187",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=185",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 186,
    "results": [
        {
            "start": 848318823,
            "stop": 848319572
        },
        {
            "start": 848324697,
            "stop": 848324935
        },
        {
            "start": 848325568,
            "stop": 848325646
        },
        {
            "start": 848326670,
            "stop": 848330206
        },
        {
            "start": 848332046,
            "stop": 848335469
        },
        {
            "start": 848336639,
            "stop": 848348063
        },
        {
            "start": 848383967,
            "stop": 848418247
        },
        {
            "start": 848419578,
            "stop": 848424924
        },
        {
            "start": 848425667,
            "stop": 848430952
        },
        {
            "start": 848433373,
            "stop": 848439959
        },
        {
            "start": 848441458,
            "stop": 848458118
        },
        {
            "start": 848460473,
            "stop": 848466285
        },
        {
            "start": 848468244,
            "stop": 848492182
        },
        {
            "start": 848492765,
            "stop": 848527640
        },
        {
            "start": 848531470,
            "stop": 848581243
        },
        {
            "start": 848582987,
            "stop": 848619415
        },
        {
            "start": 848620376,
            "stop": 848623993
        },
        {
            "start": 848628688,
            "stop": 848629616
        },
        {
            "start": 848635752,
            "stop": 848638415
        },
        {
            "start": 848638417,
            "stop": 848638800
        }
    ]
}