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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=198",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=196",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 197,
    "results": [
        {
            "start": 1386267347,
            "stop": 1386272650
        },
        {
            "start": 1386272655,
            "stop": 1386275590
        },
        {
            "start": 1386275595,
            "stop": 1386286479
        },
        {
            "start": 1386286484,
            "stop": 1386290855
        },
        {
            "start": 1386295585,
            "stop": 1386296079
        },
        {
            "start": 1386296084,
            "stop": 1386300841
        },
        {
            "start": 1386300846,
            "stop": 1386302525
        },
        {
            "start": 1386302530,
            "stop": 1386309230
        },
        {
            "start": 1386309235,
            "stop": 1386312408
        },
        {
            "start": 1386316803,
            "stop": 1386319310
        },
        {
            "start": 1386319314,
            "stop": 1386326811
        },
        {
            "start": 1386326816,
            "stop": 1386329265
        },
        {
            "start": 1386329270,
            "stop": 1386329644
        },
        {
            "start": 1386329649,
            "stop": 1386333716
        },
        {
            "start": 1386333721,
            "stop": 1386336539
        },
        {
            "start": 1386336544,
            "stop": 1386345662
        },
        {
            "start": 1386345667,
            "stop": 1386347477
        },
        {
            "start": 1386347481,
            "stop": 1386354442
        },
        {
            "start": 1386354447,
            "stop": 1386383759
        },
        {
            "start": 1386383764,
            "stop": 1386391396
        }
    ]
}