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=8
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=9",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=7",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 8,
    "results": [
        {
            "start": 932003319,
            "stop": 932003652
        },
        {
            "start": 932010680,
            "stop": 932010994
        },
        {
            "start": 932014809,
            "stop": 932014902
        },
        {
            "start": 932014908,
            "stop": 932015028
        },
        {
            "start": 932015034,
            "stop": 932015157
        },
        {
            "start": 932015163,
            "stop": 932015210
        },
        {
            "start": 932015221,
            "stop": 932015258
        },
        {
            "start": 932015264,
            "stop": 932015354
        },
        {
            "start": 932017822,
            "stop": 932025262
        },
        {
            "start": 932033001,
            "stop": 932038560
        },
        {
            "start": 932041437,
            "stop": 932047149
        },
        {
            "start": 932049047,
            "stop": 932054941
        },
        {
            "start": 932058572,
            "stop": 932060470
        },
        {
            "start": 932062705,
            "stop": 932074020
        },
        {
            "start": 932081683,
            "stop": 932090628
        },
        {
            "start": 932094330,
            "stop": 932106401
        },
        {
            "start": 932107168,
            "stop": 932108653
        },
        {
            "start": 932108680,
            "stop": 932109218
        },
        {
            "start": 932109959,
            "stop": 932112539
        },
        {
            "start": 932115268,
            "stop": 932122288
        }
    ]
}