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=221
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=222",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=220",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 221,
    "results": [
        {
            "start": 820505447,
            "stop": 820505569
        },
        {
            "start": 820505577,
            "stop": 820506002
        },
        {
            "start": 820506009,
            "stop": 820506458
        },
        {
            "start": 820506465,
            "stop": 820506629
        },
        {
            "start": 820506637,
            "stop": 820506830
        },
        {
            "start": 820506837,
            "stop": 820507359
        },
        {
            "start": 820507366,
            "stop": 820507381
        },
        {
            "start": 820507388,
            "stop": 820507534
        },
        {
            "start": 820507542,
            "stop": 820507969
        },
        {
            "start": 820508612,
            "stop": 820508942
        },
        {
            "start": 820508950,
            "stop": 820509045
        },
        {
            "start": 820509052,
            "stop": 820510490
        },
        {
            "start": 820510497,
            "stop": 820510579
        },
        {
            "start": 820510593,
            "stop": 820510664
        },
        {
            "start": 820511903,
            "stop": 820511929
        },
        {
            "start": 820511936,
            "stop": 820512013
        },
        {
            "start": 820512021,
            "stop": 820512087
        },
        {
            "start": 820512095,
            "stop": 820512177
        },
        {
            "start": 820512185,
            "stop": 820512770
        },
        {
            "start": 820512778,
            "stop": 820513029
        }
    ]
}