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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=61",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=59",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 60,
    "results": [
        {
            "start": 824660908,
            "stop": 824662312
        },
        {
            "start": 824666212,
            "stop": 824666472
        },
        {
            "start": 824666546,
            "stop": 824669882
        },
        {
            "start": 824675729,
            "stop": 824677782
        },
        {
            "start": 824679059,
            "stop": 824679730
        },
        {
            "start": 824680486,
            "stop": 824681600
        },
        {
            "start": 824700296,
            "stop": 824701450
        },
        {
            "start": 824702989,
            "stop": 824704333
        },
        {
            "start": 824704366,
            "stop": 824704368
        },
        {
            "start": 824704512,
            "stop": 824706433
        },
        {
            "start": 824708189,
            "stop": 824718971
        },
        {
            "start": 824720695,
            "stop": 824731153
        },
        {
            "start": 824732677,
            "stop": 824732690
        },
        {
            "start": 824732696,
            "stop": 824734506
        },
        {
            "start": 824735376,
            "stop": 824735533
        },
        {
            "start": 824735561,
            "stop": 824735563
        },
        {
            "start": 824737348,
            "stop": 824738814
        },
        {
            "start": 824739920,
            "stop": 824743064
        },
        {
            "start": 824744540,
            "stop": 824764993
        },
        {
            "start": 824767697,
            "stop": 824774081
        }
    ]
}