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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6875",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6873",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6874,
    "results": [
        {
            "start": 873362162,
            "stop": 873362398
        },
        {
            "start": 873362401,
            "stop": 873362536
        },
        {
            "start": 873362539,
            "stop": 873362653
        },
        {
            "start": 873362657,
            "stop": 873362823
        },
        {
            "start": 873362827,
            "stop": 873362910
        },
        {
            "start": 873364508,
            "stop": 873365045
        },
        {
            "start": 873365052,
            "stop": 873365310
        },
        {
            "start": 873366806,
            "stop": 873367555
        },
        {
            "start": 873367559,
            "stop": 873367595
        },
        {
            "start": 873367599,
            "stop": 873368215
        },
        {
            "start": 873368219,
            "stop": 873368232
        },
        {
            "start": 873368235,
            "stop": 873368256
        },
        {
            "start": 873368259,
            "stop": 873369345
        },
        {
            "start": 873369349,
            "stop": 873369457
        },
        {
            "start": 873369460,
            "stop": 873369893
        },
        {
            "start": 873369896,
            "stop": 873369915
        },
        {
            "start": 873369918,
            "stop": 873370219
        },
        {
            "start": 873370222,
            "stop": 873370364
        },
        {
            "start": 873370367,
            "stop": 873370839
        },
        {
            "start": 873370843,
            "stop": 873370953
        }
    ]
}