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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=739",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=737",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 738,
    "results": [
        {
            "start": 1267782198,
            "stop": 1267782877
        },
        {
            "start": 1267782880,
            "stop": 1267784689
        },
        {
            "start": 1267784691,
            "stop": 1267784696
        },
        {
            "start": 1267784699,
            "stop": 1267785115
        },
        {
            "start": 1267785118,
            "stop": 1267785740
        },
        {
            "start": 1267785748,
            "stop": 1267786131
        },
        {
            "start": 1267786133,
            "stop": 1267791823
        },
        {
            "start": 1267791826,
            "stop": 1267795251
        },
        {
            "start": 1267802622,
            "stop": 1267803740
        },
        {
            "start": 1267803743,
            "stop": 1267805160
        },
        {
            "start": 1267805163,
            "stop": 1267806399
        },
        {
            "start": 1267806402,
            "stop": 1267806403
        },
        {
            "start": 1267806412,
            "stop": 1267806431
        },
        {
            "start": 1267806434,
            "stop": 1267806574
        },
        {
            "start": 1267806577,
            "stop": 1267807730
        },
        {
            "start": 1267807733,
            "stop": 1267808359
        },
        {
            "start": 1267808362,
            "stop": 1267809027
        },
        {
            "start": 1267809035,
            "stop": 1267809664
        },
        {
            "start": 1267809667,
            "stop": 1267810088
        },
        {
            "start": 1267810091,
            "stop": 1267810736
        }
    ]
}