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=49
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=50",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=48",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 49,
    "results": [
        {
            "start": 1238619640,
            "stop": 1238619650
        },
        {
            "start": 1238619653,
            "stop": 1238619656
        },
        {
            "start": 1238619659,
            "stop": 1238619661
        },
        {
            "start": 1238619664,
            "stop": 1238619670
        },
        {
            "start": 1238619673,
            "stop": 1238619678
        },
        {
            "start": 1238619680,
            "stop": 1238619782
        },
        {
            "start": 1238619785,
            "stop": 1238619786
        },
        {
            "start": 1238619790,
            "stop": 1238619800
        },
        {
            "start": 1238619805,
            "stop": 1238619807
        },
        {
            "start": 1238619808,
            "stop": 1238619824
        },
        {
            "start": 1238619827,
            "stop": 1238619841
        },
        {
            "start": 1238619842,
            "stop": 1238619845
        },
        {
            "start": 1238619846,
            "stop": 1238619854
        },
        {
            "start": 1238619857,
            "stop": 1238619864
        },
        {
            "start": 1238619867,
            "stop": 1238619872
        },
        {
            "start": 1238619873,
            "stop": 1238619874
        },
        {
            "start": 1238619875,
            "stop": 1238619880
        },
        {
            "start": 1238619883,
            "stop": 1238619898
        },
        {
            "start": 1238619899,
            "stop": 1238619929
        },
        {
            "start": 1238619932,
            "stop": 1238619938
        }
    ]
}