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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=49",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=47",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 48,
    "results": [
        {
            "start": 824648649,
            "stop": 824649974
        },
        {
            "start": 824651300,
            "stop": 824652701
        },
        {
            "start": 824655211,
            "stop": 824655417
        },
        {
            "start": 824656236,
            "stop": 824659719
        },
        {
            "start": 824660908,
            "stop": 824662312
        },
        {
            "start": 824666212,
            "stop": 824666472
        },
        {
            "start": 824666546,
            "stop": 824669912
        },
        {
            "start": 824675729,
            "stop": 824677812
        },
        {
            "start": 824679059,
            "stop": 824679760
        },
        {
            "start": 824680486,
            "stop": 824681600
        },
        {
            "start": 824700296,
            "stop": 824701480
        },
        {
            "start": 824702989,
            "stop": 824704368
        },
        {
            "start": 824704512,
            "stop": 824706472
        },
        {
            "start": 824708189,
            "stop": 824718971
        },
        {
            "start": 824720695,
            "stop": 824731197
        },
        {
            "start": 824732677,
            "stop": 824732690
        },
        {
            "start": 824732696,
            "stop": 824734535
        },
        {
            "start": 824735376,
            "stop": 824735563
        },
        {
            "start": 824737348,
            "stop": 824738844
        },
        {
            "start": 824739920,
            "stop": 824743094
        }
    ]
}