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=172
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=173",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=171",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 172,
    "results": [
        {
            "start": 1258670604,
            "stop": 1258670866
        },
        {
            "start": 1258670869,
            "stop": 1258671065
        },
        {
            "start": 1258671068,
            "stop": 1258671527
        },
        {
            "start": 1258671530,
            "stop": 1258671629
        },
        {
            "start": 1258671632,
            "stop": 1258671855
        },
        {
            "start": 1258671861,
            "stop": 1258671891
        },
        {
            "start": 1258671894,
            "stop": 1258671982
        },
        {
            "start": 1258671985,
            "stop": 1258672012
        },
        {
            "start": 1258672015,
            "stop": 1258672076
        },
        {
            "start": 1258672079,
            "stop": 1258672100
        },
        {
            "start": 1258672103,
            "stop": 1258672111
        },
        {
            "start": 1258672114,
            "stop": 1258672115
        },
        {
            "start": 1258672118,
            "stop": 1258672150
        },
        {
            "start": 1258672153,
            "stop": 1258672593
        },
        {
            "start": 1258672596,
            "stop": 1258672623
        },
        {
            "start": 1258672626,
            "stop": 1258672946
        },
        {
            "start": 1258672949,
            "stop": 1258673064
        },
        {
            "start": 1258673072,
            "stop": 1258673547
        },
        {
            "start": 1258673550,
            "stop": 1258673656
        },
        {
            "start": 1258673659,
            "stop": 1258673673
        }
    ]
}