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=40895
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=40896",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40894",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40895,
    "results": [
        {
            "start": 875081697,
            "stop": 875081717
        },
        {
            "start": 875081718,
            "stop": 875081738
        },
        {
            "start": 875081739,
            "stop": 875081761
        },
        {
            "start": 875081762,
            "stop": 875081823
        },
        {
            "start": 875081824,
            "stop": 875081845
        },
        {
            "start": 875081846,
            "stop": 875081863
        },
        {
            "start": 875081864,
            "stop": 875081865
        },
        {
            "start": 875081867,
            "stop": 875081928
        },
        {
            "start": 875081929,
            "stop": 875081945
        },
        {
            "start": 875081946,
            "stop": 875081947
        },
        {
            "start": 875081948,
            "stop": 875081993
        },
        {
            "start": 875081996,
            "stop": 875082036
        },
        {
            "start": 875082037,
            "stop": 875082078
        },
        {
            "start": 875082080,
            "stop": 875082089
        },
        {
            "start": 875082090,
            "stop": 875082185
        },
        {
            "start": 875082187,
            "stop": 875082241
        },
        {
            "start": 875082242,
            "stop": 875082258
        },
        {
            "start": 875082259,
            "stop": 875082292
        },
        {
            "start": 875082293,
            "stop": 875082313
        },
        {
            "start": 875082314,
            "stop": 875082334
        }
    ]
}