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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=18",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=16",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 17,
    "results": [
        {
            "start": 816687162,
            "stop": 816688031
        },
        {
            "start": 816688039,
            "stop": 816688173
        },
        {
            "start": 816688181,
            "stop": 816688680
        },
        {
            "start": 816688688,
            "stop": 816689557
        },
        {
            "start": 816689565,
            "stop": 816689897
        },
        {
            "start": 816689905,
            "stop": 816690203
        },
        {
            "start": 816690211,
            "stop": 816690285
        },
        {
            "start": 816690293,
            "stop": 816690900
        },
        {
            "start": 816690913,
            "stop": 816691248
        },
        {
            "start": 816691256,
            "stop": 816691397
        },
        {
            "start": 816691405,
            "stop": 816691499
        },
        {
            "start": 816691507,
            "stop": 816692420
        },
        {
            "start": 816692428,
            "stop": 816692752
        },
        {
            "start": 816692760,
            "stop": 816692874
        },
        {
            "start": 816692882,
            "stop": 816692999
        },
        {
            "start": 816693007,
            "stop": 816693116
        },
        {
            "start": 816693127,
            "stop": 816693205
        },
        {
            "start": 816693213,
            "stop": 816693513
        },
        {
            "start": 816693521,
            "stop": 816693625
        },
        {
            "start": 816693633,
            "stop": 816693660
        }
    ]
}