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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=65",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=63",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 64,
    "results": [
        {
            "start": 829352830,
            "stop": 829377449
        },
        {
            "start": 829377526,
            "stop": 829380215
        },
        {
            "start": 829384466,
            "stop": 829395385
        },
        {
            "start": 829403334,
            "stop": 829407649
        },
        {
            "start": 829435807,
            "stop": 829436893
        },
        {
            "start": 829442626,
            "stop": 829456763
        },
        {
            "start": 829460052,
            "stop": 829497148
        },
        {
            "start": 829498628,
            "stop": 829508062
        },
        {
            "start": 829508352,
            "stop": 829518115
        },
        {
            "start": 829523614,
            "stop": 829550938
        },
        {
            "start": 829550963,
            "stop": 829562248
        },
        {
            "start": 829562393,
            "stop": 829601395
        },
        {
            "start": 829604534,
            "stop": 829605839
        },
        {
            "start": 829605919,
            "stop": 829611200
        },
        {
            "start": 829632396,
            "stop": 829634661
        },
        {
            "start": 829636382,
            "stop": 829653759
        },
        {
            "start": 829656247,
            "stop": 829726215
        },
        {
            "start": 829728962,
            "stop": 829744766
        },
        {
            "start": 829746501,
            "stop": 829843780
        },
        {
            "start": 829844335,
            "stop": 829856134
        }
    ]
}