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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=15",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=13",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 14,
    "results": [
        {
            "start": 820976290,
            "stop": 820986540
        },
        {
            "start": 820987033,
            "stop": 820988905
        },
        {
            "start": 820989947,
            "stop": 820991066
        },
        {
            "start": 820991954,
            "stop": 820998824
        },
        {
            "start": 821017953,
            "stop": 821035035
        },
        {
            "start": 821036013,
            "stop": 821037943
        },
        {
            "start": 821038539,
            "stop": 821056362
        },
        {
            "start": 821057895,
            "stop": 821061254
        },
        {
            "start": 821061634,
            "stop": 821065097
        },
        {
            "start": 821065115,
            "stop": 821070989
        },
        {
            "start": 821075333,
            "stop": 821104026
        },
        {
            "start": 821106253,
            "stop": 821107521
        },
        {
            "start": 821109537,
            "stop": 821113302
        },
        {
            "start": 821134617,
            "stop": 821174513
        },
        {
            "start": 821174711,
            "stop": 821208298
        },
        {
            "start": 821208889,
            "stop": 821222770
        },
        {
            "start": 821225176,
            "stop": 821232148
        },
        {
            "start": 821232164,
            "stop": 821240461
        },
        {
            "start": 821240508,
            "stop": 821247745
        },
        {
            "start": 821247758,
            "stop": 821254921
        }
    ]
}