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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=83",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=81",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 82,
    "results": [
        {
            "start": 822827985,
            "stop": 822828005
        },
        {
            "start": 822828033,
            "stop": 822828068
        },
        {
            "start": 822828071,
            "stop": 822828077
        },
        {
            "start": 822828081,
            "stop": 822828132
        },
        {
            "start": 822828137,
            "stop": 822828147
        },
        {
            "start": 822828156,
            "stop": 822828157
        },
        {
            "start": 822828161,
            "stop": 822828176
        },
        {
            "start": 822828184,
            "stop": 822828307
        },
        {
            "start": 822828311,
            "stop": 822828317
        },
        {
            "start": 822828325,
            "stop": 822828346
        },
        {
            "start": 822828349,
            "stop": 822828360
        },
        {
            "start": 822828364,
            "stop": 822828410
        },
        {
            "start": 822828427,
            "stop": 822828444
        },
        {
            "start": 822828455,
            "stop": 822828461
        },
        {
            "start": 822828465,
            "stop": 822828519
        },
        {
            "start": 822828523,
            "stop": 822828555
        },
        {
            "start": 822828559,
            "stop": 822828679
        },
        {
            "start": 822828683,
            "stop": 822828693
        },
        {
            "start": 822828702,
            "stop": 822828733
        },
        {
            "start": 822845413,
            "stop": 822845493
        }
    ]
}