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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8128",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8126",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8127,
    "results": [
        {
            "start": 970853185,
            "stop": 970853194
        },
        {
            "start": 970853201,
            "stop": 970853210
        },
        {
            "start": 970853215,
            "stop": 970853216
        },
        {
            "start": 970853223,
            "stop": 970853236
        },
        {
            "start": 970853239,
            "stop": 970853250
        },
        {
            "start": 970853253,
            "stop": 970853331
        },
        {
            "start": 970853334,
            "stop": 970853366
        },
        {
            "start": 970853369,
            "stop": 970853406
        },
        {
            "start": 970853409,
            "stop": 970853412
        },
        {
            "start": 970853415,
            "stop": 970853460
        },
        {
            "start": 970853463,
            "stop": 970853466
        },
        {
            "start": 970853469,
            "stop": 970853480
        },
        {
            "start": 970853483,
            "stop": 970853488
        },
        {
            "start": 970853496,
            "stop": 970853500
        },
        {
            "start": 970853503,
            "stop": 970853505
        },
        {
            "start": 970853509,
            "stop": 970853560
        },
        {
            "start": 970853570,
            "stop": 970853582
        },
        {
            "start": 970853586,
            "stop": 970853587
        },
        {
            "start": 970853598,
            "stop": 970853605
        },
        {
            "start": 970853621,
            "stop": 970853637
        }
    ]
}