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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29284",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29282",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29283,
    "results": [
        {
            "start": 971179033,
            "stop": 971179039
        },
        {
            "start": 971179040,
            "stop": 971179041
        },
        {
            "start": 971179043,
            "stop": 971179046
        },
        {
            "start": 971179048,
            "stop": 971179050
        },
        {
            "start": 971179051,
            "stop": 971179055
        },
        {
            "start": 971179058,
            "stop": 971179063
        },
        {
            "start": 971179065,
            "stop": 971179075
        },
        {
            "start": 971179076,
            "stop": 971179077
        },
        {
            "start": 971179079,
            "stop": 971179083
        },
        {
            "start": 971179086,
            "stop": 971179087
        },
        {
            "start": 971179089,
            "stop": 971179095
        },
        {
            "start": 971179096,
            "stop": 971179102
        },
        {
            "start": 971179106,
            "stop": 971179112
        },
        {
            "start": 971179115,
            "stop": 971179121
        },
        {
            "start": 971179122,
            "stop": 971179125
        },
        {
            "start": 971179126,
            "stop": 971179130
        },
        {
            "start": 971179133,
            "stop": 971179137
        },
        {
            "start": 971179139,
            "stop": 971179140
        },
        {
            "start": 971179141,
            "stop": 971179145
        },
        {
            "start": 971179148,
            "stop": 971179150
        }
    ]
}