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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=239",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=237",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 238,
    "results": [
        {
            "start": 934473834,
            "stop": 934477336
        },
        {
            "start": 934477338,
            "stop": 934477354
        },
        {
            "start": 934477357,
            "stop": 934477358
        },
        {
            "start": 934477360,
            "stop": 934477365
        },
        {
            "start": 934477367,
            "stop": 934477368
        },
        {
            "start": 934477370,
            "stop": 934477384
        },
        {
            "start": 934477386,
            "stop": 934477410
        },
        {
            "start": 934477412,
            "stop": 934477416
        },
        {
            "start": 934477418,
            "stop": 934477433
        },
        {
            "start": 934477436,
            "stop": 934480024
        },
        {
            "start": 934488006,
            "stop": 934488137
        },
        {
            "start": 934488139,
            "stop": 934488157
        },
        {
            "start": 934488159,
            "stop": 934488166
        },
        {
            "start": 934488169,
            "stop": 934488170
        },
        {
            "start": 934488172,
            "stop": 934488186
        },
        {
            "start": 934488188,
            "stop": 934488193
        },
        {
            "start": 934488195,
            "stop": 934488211
        },
        {
            "start": 934488214,
            "stop": 934488219
        },
        {
            "start": 934488222,
            "stop": 934488236
        },
        {
            "start": 934488241,
            "stop": 934491760
        }
    ]
}