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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=681",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=679",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 680,
    "results": [
        {
            "start": 860975210,
            "stop": 860987883
        },
        {
            "start": 860988709,
            "stop": 860989188
        },
        {
            "start": 860989264,
            "stop": 860989622
        },
        {
            "start": 860991346,
            "stop": 861025230
        },
        {
            "start": 861025630,
            "stop": 861026033
        },
        {
            "start": 861026270,
            "stop": 861035398
        },
        {
            "start": 861035465,
            "stop": 861035830
        },
        {
            "start": 861035851,
            "stop": 861035852
        },
        {
            "start": 861035871,
            "stop": 861035886
        },
        {
            "start": 861035913,
            "stop": 861038237
        },
        {
            "start": 861039632,
            "stop": 861040890
        },
        {
            "start": 861043877,
            "stop": 861044660
        },
        {
            "start": 861045286,
            "stop": 861055350
        },
        {
            "start": 861055410,
            "stop": 861055430
        },
        {
            "start": 861058402,
            "stop": 861064796
        },
        {
            "start": 861066433,
            "stop": 861068177
        },
        {
            "start": 861071535,
            "stop": 861071829
        },
        {
            "start": 861072262,
            "stop": 861073824
        },
        {
            "start": 861074809,
            "stop": 861084197
        },
        {
            "start": 861084976,
            "stop": 861089137
        }
    ]
}