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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=723",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=721",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 722,
    "results": [
        {
            "start": 1267065643,
            "stop": 1267071028
        },
        {
            "start": 1267071031,
            "stop": 1267071886
        },
        {
            "start": 1267071889,
            "stop": 1267075513
        },
        {
            "start": 1267075516,
            "stop": 1267077967
        },
        {
            "start": 1267077970,
            "stop": 1267079375
        },
        {
            "start": 1267079378,
            "stop": 1267082491
        },
        {
            "start": 1267082494,
            "stop": 1267082744
        },
        {
            "start": 1267082747,
            "stop": 1267082921
        },
        {
            "start": 1267082924,
            "stop": 1267084652
        },
        {
            "start": 1267084655,
            "stop": 1267084786
        },
        {
            "start": 1267084789,
            "stop": 1267086149
        },
        {
            "start": 1267086157,
            "stop": 1267090577
        },
        {
            "start": 1267090580,
            "stop": 1267094792
        },
        {
            "start": 1267094795,
            "stop": 1267095154
        },
        {
            "start": 1267095157,
            "stop": 1267099559
        },
        {
            "start": 1267099562,
            "stop": 1267100870
        },
        {
            "start": 1267100873,
            "stop": 1267102407
        },
        {
            "start": 1267102415,
            "stop": 1267104733
        },
        {
            "start": 1267104736,
            "stop": 1267107899
        },
        {
            "start": 1267107902,
            "stop": 1267109823
        }
    ]
}