Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=102
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=103",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=101",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 102,
    "results": [
        {
            "start": 1259444831,
            "stop": 1259444832
        },
        {
            "start": 1259444835,
            "stop": 1259444893
        },
        {
            "start": 1259444895,
            "stop": 1259445421
        },
        {
            "start": 1259445424,
            "stop": 1259445517
        },
        {
            "start": 1259445520,
            "stop": 1259448422
        },
        {
            "start": 1259448424,
            "stop": 1259449125
        },
        {
            "start": 1259449129,
            "stop": 1259450892
        },
        {
            "start": 1259450897,
            "stop": 1259452727
        },
        {
            "start": 1259452728,
            "stop": 1259453545
        },
        {
            "start": 1259453549,
            "stop": 1259454287
        },
        {
            "start": 1259454290,
            "stop": 1259454380
        },
        {
            "start": 1259454384,
            "stop": 1259455499
        },
        {
            "start": 1259455503,
            "stop": 1259456421
        },
        {
            "start": 1259456425,
            "stop": 1259459382
        },
        {
            "start": 1259462773,
            "stop": 1259463087
        },
        {
            "start": 1259463089,
            "stop": 1259464849
        },
        {
            "start": 1259464850,
            "stop": 1259464870
        },
        {
            "start": 1259464873,
            "stop": 1259465308
        },
        {
            "start": 1259465310,
            "stop": 1259465814
        },
        {
            "start": 1259465816,
            "stop": 1259465972
        }
    ]
}