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=664
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=665",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=663",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 664,
    "results": [
        {
            "start": 1266292099,
            "stop": 1266292679
        },
        {
            "start": 1266292684,
            "stop": 1266293940
        },
        {
            "start": 1266293945,
            "stop": 1266294505
        },
        {
            "start": 1266294509,
            "stop": 1266294532
        },
        {
            "start": 1266294537,
            "stop": 1266294597
        },
        {
            "start": 1266294602,
            "stop": 1266294784
        },
        {
            "start": 1266294785,
            "stop": 1266295043
        },
        {
            "start": 1266295048,
            "stop": 1266295090
        },
        {
            "start": 1266295095,
            "stop": 1266295106
        },
        {
            "start": 1266295111,
            "stop": 1266295343
        },
        {
            "start": 1266295344,
            "stop": 1266295468
        },
        {
            "start": 1266295473,
            "stop": 1266295757
        },
        {
            "start": 1266295762,
            "stop": 1266295787
        },
        {
            "start": 1266295788,
            "stop": 1266295798
        },
        {
            "start": 1266295803,
            "stop": 1266295884
        },
        {
            "start": 1266295889,
            "stop": 1266295947
        },
        {
            "start": 1266295952,
            "stop": 1266296031
        },
        {
            "start": 1266296032,
            "stop": 1266296769
        },
        {
            "start": 1266296773,
            "stop": 1266296949
        },
        {
            "start": 1266296954,
            "stop": 1266297111
        }
    ]
}