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=123
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=124",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=122",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 123,
    "results": [
        {
            "start": 1257999265,
            "stop": 1258000039
        },
        {
            "start": 1258000042,
            "stop": 1258000845
        },
        {
            "start": 1258000851,
            "stop": 1258001290
        },
        {
            "start": 1258001293,
            "stop": 1258001843
        },
        {
            "start": 1258001846,
            "stop": 1258002425
        },
        {
            "start": 1258002428,
            "stop": 1258002968
        },
        {
            "start": 1258002971,
            "stop": 1258003444
        },
        {
            "start": 1258003447,
            "stop": 1258004205
        },
        {
            "start": 1258004207,
            "stop": 1258004375
        },
        {
            "start": 1258004378,
            "stop": 1258004505
        },
        {
            "start": 1258004508,
            "stop": 1258004772
        },
        {
            "start": 1258004775,
            "stop": 1258004850
        },
        {
            "start": 1258004853,
            "stop": 1258004900
        },
        {
            "start": 1258004903,
            "stop": 1258005196
        },
        {
            "start": 1258005199,
            "stop": 1258005325
        },
        {
            "start": 1258005328,
            "stop": 1258005482
        },
        {
            "start": 1258005485,
            "stop": 1258005767
        },
        {
            "start": 1258005770,
            "stop": 1258007349
        },
        {
            "start": 1258007352,
            "stop": 1258008710
        },
        {
            "start": 1258008713,
            "stop": 1258008875
        }
    ]
}