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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=221",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=219",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 220,
    "results": [
        {
            "start": 1375958144,
            "stop": 1375961300
        },
        {
            "start": 1375961302,
            "stop": 1375961629
        },
        {
            "start": 1375961630,
            "stop": 1375962017
        },
        {
            "start": 1375962019,
            "stop": 1375963265
        },
        {
            "start": 1375963267,
            "stop": 1375963967
        },
        {
            "start": 1375963968,
            "stop": 1375964183
        },
        {
            "start": 1375964186,
            "stop": 1375965080
        },
        {
            "start": 1375965082,
            "stop": 1375966207
        },
        {
            "start": 1375966212,
            "stop": 1375966244
        },
        {
            "start": 1375966245,
            "stop": 1375966713
        },
        {
            "start": 1375966714,
            "stop": 1375967665
        },
        {
            "start": 1375967667,
            "stop": 1375968187
        },
        {
            "start": 1375968189,
            "stop": 1375969422
        },
        {
            "start": 1375969424,
            "stop": 1375970653
        },
        {
            "start": 1375970655,
            "stop": 1375971771
        },
        {
            "start": 1375971772,
            "stop": 1375972605
        },
        {
            "start": 1375972607,
            "stop": 1375973184
        },
        {
            "start": 1375973188,
            "stop": 1375973809
        },
        {
            "start": 1375973811,
            "stop": 1375974403
        },
        {
            "start": 1375974404,
            "stop": 1375975179
        }
    ]
}