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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1944",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1942",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1943,
    "results": [
        {
            "start": 1252733025,
            "stop": 1252733042
        },
        {
            "start": 1252733045,
            "stop": 1252733082
        },
        {
            "start": 1252733085,
            "stop": 1252733850
        },
        {
            "start": 1252741898,
            "stop": 1252742255
        },
        {
            "start": 1252742263,
            "stop": 1252746782
        },
        {
            "start": 1252746785,
            "stop": 1252746789
        },
        {
            "start": 1252746791,
            "stop": 1252749672
        },
        {
            "start": 1252749675,
            "stop": 1252751684
        },
        {
            "start": 1252751687,
            "stop": 1252751915
        },
        {
            "start": 1252751917,
            "stop": 1252753760
        },
        {
            "start": 1252753763,
            "stop": 1252755795
        },
        {
            "start": 1252755798,
            "stop": 1252756213
        },
        {
            "start": 1252756216,
            "stop": 1252759231
        },
        {
            "start": 1252759234,
            "stop": 1252760402
        },
        {
            "start": 1252760405,
            "stop": 1252763616
        },
        {
            "start": 1252763619,
            "stop": 1252763706
        },
        {
            "start": 1252763709,
            "stop": 1252763908
        },
        {
            "start": 1252763911,
            "stop": 1252765347
        },
        {
            "start": 1252765350,
            "stop": 1252765711
        },
        {
            "start": 1252765714,
            "stop": 1252765715
        }
    ]
}