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=147
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=148",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=146",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 147,
    "results": [
        {
            "start": 1381378860,
            "stop": 1381379844
        },
        {
            "start": 1381379849,
            "stop": 1381379878
        },
        {
            "start": 1381379884,
            "stop": 1381379887
        },
        {
            "start": 1381379892,
            "stop": 1381379904
        },
        {
            "start": 1381389041,
            "stop": 1381391164
        },
        {
            "start": 1381391169,
            "stop": 1381395199
        },
        {
            "start": 1381404891,
            "stop": 1381407096
        },
        {
            "start": 1381407101,
            "stop": 1381408431
        },
        {
            "start": 1381408434,
            "stop": 1381409303
        },
        {
            "start": 1381409308,
            "stop": 1381412757
        },
        {
            "start": 1381412762,
            "stop": 1381413009
        },
        {
            "start": 1381413014,
            "stop": 1381415517
        },
        {
            "start": 1381415521,
            "stop": 1381419862
        },
        {
            "start": 1381419867,
            "stop": 1381420961
        },
        {
            "start": 1381420966,
            "stop": 1381422668
        },
        {
            "start": 1381422673,
            "stop": 1381430414
        },
        {
            "start": 1381430419,
            "stop": 1381436890
        },
        {
            "start": 1381436895,
            "stop": 1381447504
        },
        {
            "start": 1381447509,
            "stop": 1381461549
        },
        {
            "start": 1381467491,
            "stop": 1381482150
        }
    ]
}