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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=76",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=74",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 75,
    "results": [
        {
            "start": 1409575349,
            "stop": 1409577807
        },
        {
            "start": 1409577810,
            "stop": 1409585419
        },
        {
            "start": 1409599379,
            "stop": 1409601364
        },
        {
            "start": 1409601369,
            "stop": 1409601781
        },
        {
            "start": 1409603591,
            "stop": 1409606087
        },
        {
            "start": 1409611595,
            "stop": 1409611632
        },
        {
            "start": 1409611636,
            "stop": 1409615573
        },
        {
            "start": 1409615578,
            "stop": 1409616947
        },
        {
            "start": 1409616952,
            "stop": 1409617080
        },
        {
            "start": 1409617709,
            "stop": 1409622232
        },
        {
            "start": 1409626215,
            "stop": 1409634079
        },
        {
            "start": 1409634084,
            "stop": 1409636317
        },
        {
            "start": 1409636322,
            "stop": 1409645418
        },
        {
            "start": 1409645423,
            "stop": 1409646204
        },
        {
            "start": 1409649855,
            "stop": 1409654326
        },
        {
            "start": 1409654331,
            "stop": 1409662382
        },
        {
            "start": 1409666993,
            "stop": 1409668162
        },
        {
            "start": 1409668167,
            "stop": 1409673224
        },
        {
            "start": 1409678624,
            "stop": 1409682691
        },
        {
            "start": 1409682696,
            "stop": 1409683877
        }
    ]
}