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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=58",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=56",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 57,
    "results": [
        {
            "start": 821049695,
            "stop": 821049696
        },
        {
            "start": 821049701,
            "stop": 821049707
        },
        {
            "start": 821049715,
            "stop": 821049774
        },
        {
            "start": 821049778,
            "stop": 821049779
        },
        {
            "start": 821049783,
            "stop": 821049798
        },
        {
            "start": 821049802,
            "stop": 821049808
        },
        {
            "start": 821049812,
            "stop": 821049818
        },
        {
            "start": 821049821,
            "stop": 821049827
        },
        {
            "start": 821049845,
            "stop": 821049856
        },
        {
            "start": 821049880,
            "stop": 821049886
        },
        {
            "start": 821049889,
            "stop": 821049896
        },
        {
            "start": 821049899,
            "stop": 821050031
        },
        {
            "start": 821050035,
            "stop": 821050050
        },
        {
            "start": 821050054,
            "stop": 821050102
        },
        {
            "start": 821050120,
            "stop": 821050151
        },
        {
            "start": 821050160,
            "stop": 821050175
        },
        {
            "start": 821050179,
            "stop": 821050232
        },
        {
            "start": 821050260,
            "stop": 821050275
        },
        {
            "start": 821050279,
            "stop": 821050298
        },
        {
            "start": 821050302,
            "stop": 821050308
        }
    ]
}