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=314
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=315",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=313",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 314,
    "results": [
        {
            "start": 969828073,
            "stop": 969828771
        },
        {
            "start": 969831521,
            "stop": 969836949
        },
        {
            "start": 969839325,
            "stop": 969871260
        },
        {
            "start": 969872854,
            "stop": 969914401
        },
        {
            "start": 969917004,
            "stop": 969918313
        },
        {
            "start": 969920035,
            "stop": 969958971
        },
        {
            "start": 969960759,
            "stop": 970006337
        },
        {
            "start": 970007824,
            "stop": 970026256
        },
        {
            "start": 970027693,
            "stop": 970041139
        },
        {
            "start": 970042980,
            "stop": 970083733
        },
        {
            "start": 970085607,
            "stop": 970090058
        },
        {
            "start": 970091735,
            "stop": 970093192
        },
        {
            "start": 970097402,
            "stop": 970134124
        },
        {
            "start": 970137093,
            "stop": 970144746
        },
        {
            "start": 970146859,
            "stop": 970168164
        },
        {
            "start": 970170027,
            "stop": 970174373
        },
        {
            "start": 970175589,
            "stop": 970176371
        },
        {
            "start": 970177579,
            "stop": 970207086
        },
        {
            "start": 970208876,
            "stop": 970227316
        },
        {
            "start": 970228894,
            "stop": 970234798
        }
    ]
}