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=37
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=38",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=36",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 37,
    "results": [
        {
            "start": 1369918839,
            "stop": 1369920148
        },
        {
            "start": 1369920149,
            "stop": 1369920952
        },
        {
            "start": 1369920956,
            "stop": 1369921498
        },
        {
            "start": 1369921500,
            "stop": 1369923025
        },
        {
            "start": 1369923027,
            "stop": 1369925110
        },
        {
            "start": 1369925111,
            "stop": 1369927398
        },
        {
            "start": 1369927400,
            "stop": 1369928226
        },
        {
            "start": 1369928228,
            "stop": 1369929664
        },
        {
            "start": 1369929667,
            "stop": 1369932325
        },
        {
            "start": 1369932327,
            "stop": 1369934009
        },
        {
            "start": 1369934010,
            "stop": 1369934871
        },
        {
            "start": 1369934873,
            "stop": 1369936392
        },
        {
            "start": 1369936395,
            "stop": 1369938789
        },
        {
            "start": 1369938791,
            "stop": 1369939668
        },
        {
            "start": 1369939670,
            "stop": 1369939837
        },
        {
            "start": 1369939841,
            "stop": 1369940823
        },
        {
            "start": 1369940825,
            "stop": 1369941557
        },
        {
            "start": 1369941559,
            "stop": 1369945611
        },
        {
            "start": 1369945613,
            "stop": 1369946015
        },
        {
            "start": 1369946017,
            "stop": 1369946324
        }
    ]
}