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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=100",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=98",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 99,
    "results": [
        {
            "start": 818804803,
            "stop": 818805360
        },
        {
            "start": 818805480,
            "stop": 818805493
        },
        {
            "start": 818809957,
            "stop": 818811964
        },
        {
            "start": 818811971,
            "stop": 818812393
        },
        {
            "start": 818814826,
            "stop": 818814883
        },
        {
            "start": 818814887,
            "stop": 818814973
        },
        {
            "start": 818814997,
            "stop": 818814998
        },
        {
            "start": 818816477,
            "stop": 818817013
        },
        {
            "start": 818817034,
            "stop": 818817035
        },
        {
            "start": 818817518,
            "stop": 818822811
        },
        {
            "start": 818822818,
            "stop": 818825086
        },
        {
            "start": 818825093,
            "stop": 818827319
        },
        {
            "start": 818827326,
            "stop": 818830853
        },
        {
            "start": 818830860,
            "stop": 818831833
        },
        {
            "start": 818832578,
            "stop": 818839823
        },
        {
            "start": 818839830,
            "stop": 818844175
        },
        {
            "start": 818844182,
            "stop": 818844680
        },
        {
            "start": 818844688,
            "stop": 818846701
        },
        {
            "start": 818846708,
            "stop": 818848748
        },
        {
            "start": 818848755,
            "stop": 818857415
        }
    ]
}