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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1967",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1965",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1966,
    "results": [
        {
            "start": 1253299172,
            "stop": 1253299279
        },
        {
            "start": 1253299282,
            "stop": 1253299486
        },
        {
            "start": 1253299487,
            "stop": 1253299735
        },
        {
            "start": 1253299738,
            "stop": 1253299801
        },
        {
            "start": 1253299803,
            "stop": 1253300000
        },
        {
            "start": 1253300001,
            "stop": 1253300421
        },
        {
            "start": 1253303959,
            "stop": 1253304294
        },
        {
            "start": 1253304297,
            "stop": 1253304692
        },
        {
            "start": 1253304695,
            "stop": 1253305055
        },
        {
            "start": 1253305057,
            "stop": 1253305062
        },
        {
            "start": 1253305065,
            "stop": 1253305465
        },
        {
            "start": 1253305468,
            "stop": 1253305975
        },
        {
            "start": 1253305978,
            "stop": 1253306607
        },
        {
            "start": 1253306610,
            "stop": 1253306805
        },
        {
            "start": 1253306807,
            "stop": 1253306819
        },
        {
            "start": 1253306822,
            "stop": 1253306823
        },
        {
            "start": 1253306826,
            "stop": 1253307298
        },
        {
            "start": 1253307301,
            "stop": 1253307588
        },
        {
            "start": 1253307591,
            "stop": 1253307601
        },
        {
            "start": 1253307604,
            "stop": 1253308106
        }
    ]
}