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=60
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=61",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=59",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 60,
    "results": [
        {
            "start": 1238766997,
            "stop": 1238767013
        },
        {
            "start": 1238767016,
            "stop": 1238767024
        },
        {
            "start": 1238767027,
            "stop": 1238767029
        },
        {
            "start": 1238767035,
            "stop": 1238767038
        },
        {
            "start": 1238767042,
            "stop": 1238767046
        },
        {
            "start": 1238767047,
            "stop": 1238767048
        },
        {
            "start": 1238767051,
            "stop": 1238767057
        },
        {
            "start": 1238767058,
            "stop": 1238767060
        },
        {
            "start": 1238767062,
            "stop": 1238767074
        },
        {
            "start": 1238767076,
            "stop": 1238767085
        },
        {
            "start": 1238767088,
            "stop": 1238767090
        },
        {
            "start": 1238767091,
            "stop": 1238767092
        },
        {
            "start": 1238767093,
            "stop": 1238767095
        },
        {
            "start": 1238767096,
            "stop": 1238767098
        },
        {
            "start": 1238767101,
            "stop": 1238767102
        },
        {
            "start": 1238767105,
            "stop": 1238767109
        },
        {
            "start": 1238767116,
            "stop": 1238767118
        },
        {
            "start": 1238767119,
            "stop": 1238767120
        },
        {
            "start": 1238767121,
            "stop": 1238767124
        },
        {
            "start": 1238767125,
            "stop": 1238767127
        }
    ]
}