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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=454",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=452",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 453,
    "results": [
        {
            "start": 871328491,
            "stop": 871328502
        },
        {
            "start": 871328520,
            "stop": 871328551
        },
        {
            "start": 871328560,
            "stop": 871328642
        },
        {
            "start": 871328646,
            "stop": 871328652
        },
        {
            "start": 871328655,
            "stop": 871328662
        },
        {
            "start": 871328675,
            "stop": 871328992
        },
        {
            "start": 871328996,
            "stop": 871329070
        },
        {
            "start": 871329079,
            "stop": 871329084
        },
        {
            "start": 871329088,
            "stop": 871329118
        },
        {
            "start": 871329122,
            "stop": 871329485
        },
        {
            "start": 871330886,
            "stop": 871332221
        },
        {
            "start": 871334981,
            "stop": 871335023
        },
        {
            "start": 871341250,
            "stop": 871342696
        },
        {
            "start": 871342700,
            "stop": 871351444
        },
        {
            "start": 871351809,
            "stop": 871354176
        },
        {
            "start": 871354358,
            "stop": 871392572
        },
        {
            "start": 871393624,
            "stop": 871393987
        },
        {
            "start": 871394045,
            "stop": 871409388
        },
        {
            "start": 871410297,
            "stop": 871414310
        },
        {
            "start": 871415186,
            "stop": 871415537
        }
    ]
}