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=708
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=709",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=707",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 708,
    "results": [
        {
            "start": 1266589459,
            "stop": 1266591941
        },
        {
            "start": 1266591944,
            "stop": 1266593961
        },
        {
            "start": 1266593964,
            "stop": 1266594707
        },
        {
            "start": 1266594710,
            "stop": 1266596593
        },
        {
            "start": 1266596596,
            "stop": 1266596731
        },
        {
            "start": 1266596734,
            "stop": 1266597696
        },
        {
            "start": 1266597699,
            "stop": 1266599045
        },
        {
            "start": 1266599286,
            "stop": 1266602774
        },
        {
            "start": 1266602777,
            "stop": 1266604618
        },
        {
            "start": 1266604621,
            "stop": 1266605075
        },
        {
            "start": 1266605078,
            "stop": 1266606012
        },
        {
            "start": 1266611579,
            "stop": 1266616028
        },
        {
            "start": 1266616031,
            "stop": 1266620832
        },
        {
            "start": 1266621643,
            "stop": 1266624188
        },
        {
            "start": 1266624317,
            "stop": 1266625226
        },
        {
            "start": 1266625229,
            "stop": 1266626010
        },
        {
            "start": 1266626018,
            "stop": 1266626311
        },
        {
            "start": 1266635222,
            "stop": 1266635738
        },
        {
            "start": 1266635759,
            "stop": 1266635809
        },
        {
            "start": 1266635824,
            "stop": 1266636516
        }
    ]
}