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=53
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=54",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=52",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 53,
    "results": [
        {
            "start": 941008994,
            "stop": 941009023
        },
        {
            "start": 941009028,
            "stop": 941009041
        },
        {
            "start": 941009044,
            "stop": 941009068
        },
        {
            "start": 941009076,
            "stop": 941009079
        },
        {
            "start": 941009084,
            "stop": 941009105
        },
        {
            "start": 941009108,
            "stop": 941009109
        },
        {
            "start": 941009119,
            "stop": 941009121
        },
        {
            "start": 941009126,
            "stop": 941009128
        },
        {
            "start": 941009130,
            "stop": 941009133
        },
        {
            "start": 941009137,
            "stop": 941009139
        },
        {
            "start": 941009142,
            "stop": 941009146
        },
        {
            "start": 941009149,
            "stop": 941009164
        },
        {
            "start": 941009176,
            "stop": 941009178
        },
        {
            "start": 941009181,
            "stop": 941009185
        },
        {
            "start": 941009195,
            "stop": 941009201
        },
        {
            "start": 941009204,
            "stop": 941009294
        },
        {
            "start": 941009297,
            "stop": 941009356
        },
        {
            "start": 941009361,
            "stop": 941009367
        },
        {
            "start": 941009370,
            "stop": 941009381
        },
        {
            "start": 941009384,
            "stop": 941009434
        }
    ]
}