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=29
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=30",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=28",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 29,
    "results": [
        {
            "start": 818636570,
            "stop": 818645260
        },
        {
            "start": 818646745,
            "stop": 818677651
        },
        {
            "start": 818679152,
            "stop": 818684261
        },
        {
            "start": 818684266,
            "stop": 818707588
        },
        {
            "start": 818707589,
            "stop": 818734882
        },
        {
            "start": 818736085,
            "stop": 818763663
        },
        {
            "start": 818763664,
            "stop": 818776494
        },
        {
            "start": 818776495,
            "stop": 818793869
        },
        {
            "start": 818795057,
            "stop": 818797983
        },
        {
            "start": 818797984,
            "stop": 818831854
        },
        {
            "start": 818832807,
            "stop": 818860072
        },
        {
            "start": 818860079,
            "stop": 818878591
        },
        {
            "start": 818879607,
            "stop": 818960802
        },
        {
            "start": 818961390,
            "stop": 818971217
        },
        {
            "start": 818971762,
            "stop": 819002197
        },
        {
            "start": 819002203,
            "stop": 819028072
        },
        {
            "start": 819041055,
            "stop": 819044175
        },
        {
            "start": 819047310,
            "stop": 819057934
        },
        {
            "start": 819058808,
            "stop": 819068930
        },
        {
            "start": 819068937,
            "stop": 819093874
        }
    ]
}