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=305
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=306",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=304",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 305,
    "results": [
        {
            "start": 969041046,
            "stop": 969041167
        },
        {
            "start": 969041170,
            "stop": 969041171
        },
        {
            "start": 969041181,
            "stop": 969041230
        },
        {
            "start": 969041234,
            "stop": 969041246
        },
        {
            "start": 969041250,
            "stop": 969041253
        },
        {
            "start": 969041259,
            "stop": 969041260
        },
        {
            "start": 969041284,
            "stop": 969041287
        },
        {
            "start": 969041293,
            "stop": 969041294
        },
        {
            "start": 969041300,
            "stop": 969041306
        },
        {
            "start": 969041311,
            "stop": 969041600
        },
        {
            "start": 969041603,
            "stop": 969041605
        },
        {
            "start": 969041608,
            "stop": 969041630
        },
        {
            "start": 969041633,
            "stop": 969041814
        },
        {
            "start": 969041818,
            "stop": 969041829
        },
        {
            "start": 969041831,
            "stop": 969041847
        },
        {
            "start": 969041850,
            "stop": 969042002
        },
        {
            "start": 969042007,
            "stop": 969042013
        },
        {
            "start": 969042019,
            "stop": 969042068
        },
        {
            "start": 969042071,
            "stop": 969042072
        },
        {
            "start": 969042080,
            "stop": 969042084
        }
    ]
}