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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=279",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=277",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 278,
    "results": [
        {
            "start": 931528126,
            "stop": 931528132
        },
        {
            "start": 931528134,
            "stop": 931528135
        },
        {
            "start": 931528137,
            "stop": 931528138
        },
        {
            "start": 931528142,
            "stop": 931528149
        },
        {
            "start": 931528152,
            "stop": 931528160
        },
        {
            "start": 931528162,
            "stop": 931528163
        },
        {
            "start": 931528165,
            "stop": 931528167
        },
        {
            "start": 931528169,
            "stop": 931528171
        },
        {
            "start": 931528173,
            "stop": 931528175
        },
        {
            "start": 931528177,
            "stop": 931528195
        },
        {
            "start": 931528197,
            "stop": 931528206
        },
        {
            "start": 931528208,
            "stop": 931528210
        },
        {
            "start": 931528213,
            "stop": 931528217
        },
        {
            "start": 931528220,
            "stop": 931528223
        },
        {
            "start": 931528225,
            "stop": 931528227
        },
        {
            "start": 931528232,
            "stop": 931528236
        },
        {
            "start": 931528237,
            "stop": 931528252
        },
        {
            "start": 931528259,
            "stop": 931528279
        },
        {
            "start": 931528282,
            "stop": 931528286
        },
        {
            "start": 931528288,
            "stop": 931528293
        }
    ]
}