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=40871
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=40872",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40870",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40871,
    "results": [
        {
            "start": 875060536,
            "stop": 875060541
        },
        {
            "start": 875060543,
            "stop": 875060580
        },
        {
            "start": 875060640,
            "stop": 875060645
        },
        {
            "start": 875060646,
            "stop": 875060663
        },
        {
            "start": 875060665,
            "stop": 875060719
        },
        {
            "start": 875060720,
            "stop": 875060748
        },
        {
            "start": 875060749,
            "stop": 875060754
        },
        {
            "start": 875060756,
            "stop": 875060776
        },
        {
            "start": 875060777,
            "stop": 875060925
        },
        {
            "start": 875060927,
            "stop": 875060939
        },
        {
            "start": 875060940,
            "stop": 875060944
        },
        {
            "start": 875060945,
            "stop": 875060946
        },
        {
            "start": 875060948,
            "stop": 875060964
        },
        {
            "start": 875060965,
            "stop": 875061026
        },
        {
            "start": 875061027,
            "stop": 875061052
        },
        {
            "start": 875061054,
            "stop": 875061077
        },
        {
            "start": 875061078,
            "stop": 875061107
        },
        {
            "start": 875061108,
            "stop": 875061122
        },
        {
            "start": 875061123,
            "stop": 875061138
        },
        {
            "start": 875061140,
            "stop": 875061156
        }
    ]
}