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=643
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=644",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=642",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 643,
    "results": [
        {
            "start": 1265744970,
            "stop": 1265744982
        },
        {
            "start": 1265744987,
            "stop": 1265745022
        },
        {
            "start": 1265745027,
            "stop": 1265745087
        },
        {
            "start": 1265745092,
            "stop": 1265745271
        },
        {
            "start": 1265745276,
            "stop": 1265745349
        },
        {
            "start": 1265745354,
            "stop": 1265745398
        },
        {
            "start": 1265745403,
            "stop": 1265745462
        },
        {
            "start": 1265745467,
            "stop": 1265745580
        },
        {
            "start": 1265745585,
            "stop": 1265745597
        },
        {
            "start": 1265745602,
            "stop": 1265745710
        },
        {
            "start": 1265745718,
            "stop": 1265745792
        },
        {
            "start": 1265745797,
            "stop": 1265745873
        },
        {
            "start": 1265745878,
            "stop": 1265745946
        },
        {
            "start": 1265745951,
            "stop": 1265745963
        },
        {
            "start": 1265745968,
            "stop": 1265745994
        },
        {
            "start": 1265745999,
            "stop": 1265746063
        },
        {
            "start": 1265746065,
            "stop": 1265746120
        },
        {
            "start": 1265746125,
            "stop": 1265746184
        },
        {
            "start": 1265746189,
            "stop": 1265746220
        },
        {
            "start": 1265746225,
            "stop": 1265746387
        }
    ]
}