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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=869",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=867",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 868,
    "results": [
        {
            "start": 873539583,
            "stop": 873539590
        },
        {
            "start": 873539594,
            "stop": 873539604
        },
        {
            "start": 873539610,
            "stop": 873539616
        },
        {
            "start": 873539620,
            "stop": 873539627
        },
        {
            "start": 873539631,
            "stop": 873539638
        },
        {
            "start": 873539642,
            "stop": 873539649
        },
        {
            "start": 873539653,
            "stop": 873539660
        },
        {
            "start": 873539665,
            "stop": 873539672
        },
        {
            "start": 873539676,
            "stop": 873539684
        },
        {
            "start": 873539688,
            "stop": 873539694
        },
        {
            "start": 873539699,
            "stop": 873539702
        },
        {
            "start": 873539710,
            "stop": 873539725
        },
        {
            "start": 873539729,
            "stop": 873539733
        },
        {
            "start": 873539737,
            "stop": 873539741
        },
        {
            "start": 873539748,
            "stop": 873539754
        },
        {
            "start": 873539759,
            "stop": 873539769
        },
        {
            "start": 873539773,
            "stop": 873539786
        },
        {
            "start": 873540905,
            "stop": 873558100
        },
        {
            "start": 873576479,
            "stop": 873582930
        },
        {
            "start": 873582990,
            "stop": 873583005
        }
    ]
}