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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=83",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=81",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 82,
    "results": [
        {
            "start": 829406060,
            "stop": 829407649
        },
        {
            "start": 829435807,
            "stop": 829436893
        },
        {
            "start": 829442626,
            "stop": 829456763
        },
        {
            "start": 829460052,
            "stop": 829463738
        },
        {
            "start": 829463745,
            "stop": 829497148
        },
        {
            "start": 829498628,
            "stop": 829501598
        },
        {
            "start": 829501606,
            "stop": 829504791
        },
        {
            "start": 829504799,
            "stop": 829505302
        },
        {
            "start": 829505310,
            "stop": 829508062
        },
        {
            "start": 829508352,
            "stop": 829516025
        },
        {
            "start": 829516033,
            "stop": 829518115
        },
        {
            "start": 829523614,
            "stop": 829550938
        },
        {
            "start": 829550963,
            "stop": 829562247
        },
        {
            "start": 829562393,
            "stop": 829601394
        },
        {
            "start": 829604534,
            "stop": 829605839
        },
        {
            "start": 829605919,
            "stop": 829611199
        },
        {
            "start": 829632396,
            "stop": 829634660
        },
        {
            "start": 829636382,
            "stop": 829653758
        },
        {
            "start": 829656247,
            "stop": 829672678
        },
        {
            "start": 829672686,
            "stop": 829726214
        }
    ]
}