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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46753",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46751",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46752,
    "results": [
        {
            "start": 875081838,
            "stop": 875081845
        },
        {
            "start": 875081846,
            "stop": 875081855
        },
        {
            "start": 875081856,
            "stop": 875081863
        },
        {
            "start": 875081867,
            "stop": 875081875
        },
        {
            "start": 875081876,
            "stop": 875081928
        },
        {
            "start": 875081929,
            "stop": 875081952
        },
        {
            "start": 875081953,
            "stop": 875081963
        },
        {
            "start": 875081965,
            "stop": 875081971
        },
        {
            "start": 875081972,
            "stop": 875081986
        },
        {
            "start": 875081987,
            "stop": 875081993
        },
        {
            "start": 875081995,
            "stop": 875082025
        },
        {
            "start": 875082026,
            "stop": 875082036
        },
        {
            "start": 875082037,
            "stop": 875082045
        },
        {
            "start": 875082046,
            "stop": 875082078
        },
        {
            "start": 875082080,
            "stop": 875082089
        },
        {
            "start": 875082090,
            "stop": 875082133
        },
        {
            "start": 875082135,
            "stop": 875082164
        },
        {
            "start": 875082165,
            "stop": 875082175
        },
        {
            "start": 875082176,
            "stop": 875082185
        },
        {
            "start": 875082187,
            "stop": 875082195
        }
    ]
}