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=41018
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=41019",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41017",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41018,
    "results": [
        {
            "start": 875177697,
            "stop": 875177781
        },
        {
            "start": 875177782,
            "stop": 875177856
        },
        {
            "start": 875177857,
            "stop": 875177866
        },
        {
            "start": 875177867,
            "stop": 875177887
        },
        {
            "start": 875177888,
            "stop": 875177909
        },
        {
            "start": 875177910,
            "stop": 875177929
        },
        {
            "start": 875177931,
            "stop": 875178004
        },
        {
            "start": 875178005,
            "stop": 875178016
        },
        {
            "start": 875178017,
            "stop": 875178032
        },
        {
            "start": 875178033,
            "stop": 875178038
        },
        {
            "start": 875178042,
            "stop": 875178049
        },
        {
            "start": 875178052,
            "stop": 875178063
        },
        {
            "start": 875178064,
            "stop": 875178145
        },
        {
            "start": 875178146,
            "stop": 875178160
        },
        {
            "start": 875178162,
            "stop": 875178170
        },
        {
            "start": 875178171,
            "stop": 875178177
        },
        {
            "start": 875178178,
            "stop": 875178200
        },
        {
            "start": 875178201,
            "stop": 875178304
        },
        {
            "start": 875178305,
            "stop": 875178311
        },
        {
            "start": 875178312,
            "stop": 875178326
        }
    ]
}