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=668
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=669",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=667",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 668,
    "results": [
        {
            "start": 1266306185,
            "stop": 1266306447
        },
        {
            "start": 1266306452,
            "stop": 1266306481
        },
        {
            "start": 1266306486,
            "stop": 1266306533
        },
        {
            "start": 1266306538,
            "stop": 1266306587
        },
        {
            "start": 1266306592,
            "stop": 1266306710
        },
        {
            "start": 1266306715,
            "stop": 1266306725
        },
        {
            "start": 1266306730,
            "stop": 1266306938
        },
        {
            "start": 1266306943,
            "stop": 1266306964
        },
        {
            "start": 1266306969,
            "stop": 1266307242
        },
        {
            "start": 1266307247,
            "stop": 1266307343
        },
        {
            "start": 1266307348,
            "stop": 1266307623
        },
        {
            "start": 1266307628,
            "stop": 1266307675
        },
        {
            "start": 1266307680,
            "stop": 1266307948
        },
        {
            "start": 1266307953,
            "stop": 1266308219
        },
        {
            "start": 1266308224,
            "stop": 1266308361
        },
        {
            "start": 1266308366,
            "stop": 1266309217
        },
        {
            "start": 1266309222,
            "stop": 1266309248
        },
        {
            "start": 1266309253,
            "stop": 1266309393
        },
        {
            "start": 1266309398,
            "stop": 1266309588
        },
        {
            "start": 1266309597,
            "stop": 1266310029
        }
    ]
}