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=40773
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=40774",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40772",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40773,
    "results": [
        {
            "start": 874991898,
            "stop": 874991918
        },
        {
            "start": 874991919,
            "stop": 874991921
        },
        {
            "start": 874991922,
            "stop": 874991935
        },
        {
            "start": 874991936,
            "stop": 874991941
        },
        {
            "start": 874991942,
            "stop": 874991987
        },
        {
            "start": 874991990,
            "stop": 874992010
        },
        {
            "start": 874992011,
            "stop": 874992022
        },
        {
            "start": 874992024,
            "stop": 874992033
        },
        {
            "start": 874992035,
            "stop": 874992046
        },
        {
            "start": 874992047,
            "stop": 874992064
        },
        {
            "start": 874992065,
            "stop": 874992092
        },
        {
            "start": 874992093,
            "stop": 874992112
        },
        {
            "start": 874992113,
            "stop": 874992128
        },
        {
            "start": 874992129,
            "stop": 874992186
        },
        {
            "start": 874992187,
            "stop": 874992222
        },
        {
            "start": 874992226,
            "stop": 874992239
        },
        {
            "start": 874992240,
            "stop": 874992270
        },
        {
            "start": 874992271,
            "stop": 874992299
        },
        {
            "start": 874992302,
            "stop": 874992307
        },
        {
            "start": 874992308,
            "stop": 874992310
        }
    ]
}