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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41038",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41036",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41037,
    "results": [
        {
            "start": 875192556,
            "stop": 875192557
        },
        {
            "start": 875192558,
            "stop": 875192571
        },
        {
            "start": 875192572,
            "stop": 875192580
        },
        {
            "start": 875192582,
            "stop": 875192593
        },
        {
            "start": 875192595,
            "stop": 875192635
        },
        {
            "start": 875192636,
            "stop": 875192639
        },
        {
            "start": 875192640,
            "stop": 875192647
        },
        {
            "start": 875192648,
            "stop": 875192662
        },
        {
            "start": 875192663,
            "stop": 875192674
        },
        {
            "start": 875192675,
            "stop": 875192693
        },
        {
            "start": 875192694,
            "stop": 875192707
        },
        {
            "start": 875192708,
            "stop": 875192709
        },
        {
            "start": 875192710,
            "stop": 875192733
        },
        {
            "start": 875192734,
            "stop": 875192812
        },
        {
            "start": 875192814,
            "stop": 875192820
        },
        {
            "start": 875192821,
            "stop": 875192843
        },
        {
            "start": 875192845,
            "stop": 875192846
        },
        {
            "start": 875192847,
            "stop": 875192871
        },
        {
            "start": 875192872,
            "stop": 875192885
        },
        {
            "start": 875192886,
            "stop": 875192913
        }
    ]
}