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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=41",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=39",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 40,
    "results": [
        {
            "start": 938796814,
            "stop": 938796815
        },
        {
            "start": 938796821,
            "stop": 938797705
        },
        {
            "start": 938797708,
            "stop": 938797750
        },
        {
            "start": 938797754,
            "stop": 938798138
        },
        {
            "start": 938798141,
            "stop": 938798377
        },
        {
            "start": 938798385,
            "stop": 938799548
        },
        {
            "start": 938799552,
            "stop": 938799599
        },
        {
            "start": 938799603,
            "stop": 938799979
        },
        {
            "start": 938799983,
            "stop": 938802885
        },
        {
            "start": 938804704,
            "stop": 938805479
        },
        {
            "start": 938807495,
            "stop": 938810199
        },
        {
            "start": 938814174,
            "stop": 938814351
        },
        {
            "start": 938820420,
            "stop": 938823669
        },
        {
            "start": 938829945,
            "stop": 938830527
        },
        {
            "start": 938832203,
            "stop": 938834129
        },
        {
            "start": 938836796,
            "stop": 938837682
        },
        {
            "start": 938838951,
            "stop": 938839844
        },
        {
            "start": 938853837,
            "stop": 938854644
        },
        {
            "start": 938857212,
            "stop": 938867434
        },
        {
            "start": 938870726,
            "stop": 938876436
        }
    ]
}