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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=471",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=469",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 470,
    "results": [
        {
            "start": 827847332,
            "stop": 827847339
        },
        {
            "start": 827847347,
            "stop": 827847359
        },
        {
            "start": 827847367,
            "stop": 827847938
        },
        {
            "start": 827847948,
            "stop": 827849233
        },
        {
            "start": 827854488,
            "stop": 827854620
        },
        {
            "start": 827854680,
            "stop": 827855570
        },
        {
            "start": 827855700,
            "stop": 827856240
        },
        {
            "start": 827856300,
            "stop": 827857080
        },
        {
            "start": 827857140,
            "stop": 827858450
        },
        {
            "start": 827858530,
            "stop": 827858713
        },
        {
            "start": 827858759,
            "stop": 827858760
        },
        {
            "start": 827858839,
            "stop": 827859780
        },
        {
            "start": 827859840,
            "stop": 827860020
        },
        {
            "start": 827860080,
            "stop": 827860430
        },
        {
            "start": 827860510,
            "stop": 827860610
        },
        {
            "start": 827860690,
            "stop": 827861160
        },
        {
            "start": 827861220,
            "stop": 827861390
        },
        {
            "start": 827861470,
            "stop": 827865000
        },
        {
            "start": 827865060,
            "stop": 827865120
        },
        {
            "start": 827865300,
            "stop": 827865360
        }
    ]
}