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=701
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=702",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=700",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 701,
    "results": [
        {
            "start": 1266370377,
            "stop": 1266371183
        },
        {
            "start": 1266371186,
            "stop": 1266386306
        },
        {
            "start": 1266386309,
            "stop": 1266386822
        },
        {
            "start": 1266386825,
            "stop": 1266387794
        },
        {
            "start": 1266387797,
            "stop": 1266390733
        },
        {
            "start": 1266390736,
            "stop": 1266390757
        },
        {
            "start": 1266390765,
            "stop": 1266391284
        },
        {
            "start": 1266391285,
            "stop": 1266392432
        },
        {
            "start": 1266392435,
            "stop": 1266395788
        },
        {
            "start": 1266395791,
            "stop": 1266398850
        },
        {
            "start": 1266398853,
            "stop": 1266405563
        },
        {
            "start": 1266405566,
            "stop": 1266405656
        },
        {
            "start": 1266405659,
            "stop": 1266408591
        },
        {
            "start": 1266408594,
            "stop": 1266417709
        },
        {
            "start": 1266417712,
            "stop": 1266417960
        },
        {
            "start": 1266417968,
            "stop": 1266420208
        },
        {
            "start": 1266420211,
            "stop": 1266426299
        },
        {
            "start": 1266426307,
            "stop": 1266426743
        },
        {
            "start": 1266426746,
            "stop": 1266428582
        },
        {
            "start": 1266428585,
            "stop": 1266430899
        }
    ]
}