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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=676",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=674",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 675,
    "results": [
        {
            "start": 1266341911,
            "stop": 1266342601
        },
        {
            "start": 1266342602,
            "stop": 1266342818
        },
        {
            "start": 1266350404,
            "stop": 1266350995
        },
        {
            "start": 1266351000,
            "stop": 1266351550
        },
        {
            "start": 1266351555,
            "stop": 1266352018
        },
        {
            "start": 1266352019,
            "stop": 1266352230
        },
        {
            "start": 1266352231,
            "stop": 1266352304
        },
        {
            "start": 1266352305,
            "stop": 1266352308
        },
        {
            "start": 1266352310,
            "stop": 1266352316
        },
        {
            "start": 1266352317,
            "stop": 1266352347
        },
        {
            "start": 1266352348,
            "stop": 1266352356
        },
        {
            "start": 1266352357,
            "stop": 1266352360
        },
        {
            "start": 1266352361,
            "stop": 1266352364
        },
        {
            "start": 1266352366,
            "stop": 1266352425
        },
        {
            "start": 1266352426,
            "stop": 1266352563
        },
        {
            "start": 1266352564,
            "stop": 1266352574
        },
        {
            "start": 1266352578,
            "stop": 1266352626
        },
        {
            "start": 1266352627,
            "stop": 1266353065
        },
        {
            "start": 1266353068,
            "stop": 1266353117
        },
        {
            "start": 1266353129,
            "stop": 1266353130
        }
    ]
}