Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=274
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=275",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=273",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 274,
    "results": [
        {
            "start": 821049617,
            "stop": 821049620
        },
        {
            "start": 821049666,
            "stop": 821049672
        },
        {
            "start": 821049681,
            "stop": 821049686
        },
        {
            "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": 821049825
        },
        {
            "start": 821049845,
            "stop": 821049856
        },
        {
            "start": 821049880,
            "stop": 821049886
        },
        {
            "start": 821049889,
            "stop": 821049896
        },
        {
            "start": 821049899,
            "stop": 821049932
        },
        {
            "start": 821049935,
            "stop": 821049947
        },
        {
            "start": 821050211,
            "stop": 821050215
        },
        {
            "start": 821050223,
            "stop": 821050232
        },
        {
            "start": 821050260,
            "stop": 821050275
        },
        {
            "start": 821050279,
            "stop": 821050298
        }
    ]
}