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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=15",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=13",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 14,
    "results": [
        {
            "start": 931137216,
            "stop": 931137227
        },
        {
            "start": 931137229,
            "stop": 931137232
        },
        {
            "start": 931137234,
            "stop": 931137237
        },
        {
            "start": 931137239,
            "stop": 931137244
        },
        {
            "start": 931137246,
            "stop": 931137247
        },
        {
            "start": 931137249,
            "stop": 931137251
        },
        {
            "start": 931137253,
            "stop": 931137254
        },
        {
            "start": 931137259,
            "stop": 931137281
        },
        {
            "start": 931137283,
            "stop": 931137292
        },
        {
            "start": 931137293,
            "stop": 931137297
        },
        {
            "start": 931137300,
            "stop": 931137303
        },
        {
            "start": 931137305,
            "stop": 931137306
        },
        {
            "start": 931137309,
            "stop": 931137313
        },
        {
            "start": 931137315,
            "stop": 931137319
        },
        {
            "start": 931137323,
            "stop": 931137339
        },
        {
            "start": 931137341,
            "stop": 931137347
        },
        {
            "start": 931137349,
            "stop": 931137353
        },
        {
            "start": 931137357,
            "stop": 931137369
        },
        {
            "start": 931137372,
            "stop": 931137374
        },
        {
            "start": 931137376,
            "stop": 931137388
        }
    ]
}