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=644
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=645",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=643",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 644,
    "results": [
        {
            "start": 1263946513,
            "stop": 1263948040
        },
        {
            "start": 1263948042,
            "stop": 1263952510
        },
        {
            "start": 1263952513,
            "stop": 1263955389
        },
        {
            "start": 1263955392,
            "stop": 1263955416
        },
        {
            "start": 1263955424,
            "stop": 1263962018
        },
        {
            "start": 1263962021,
            "stop": 1263963039
        },
        {
            "start": 1263963042,
            "stop": 1263964173
        },
        {
            "start": 1263964174,
            "stop": 1263964175
        },
        {
            "start": 1263964176,
            "stop": 1263964182
        },
        {
            "start": 1263964185,
            "stop": 1263964188
        },
        {
            "start": 1263964218,
            "stop": 1263964219
        },
        {
            "start": 1263964221,
            "stop": 1263964222
        },
        {
            "start": 1263964225,
            "stop": 1263967995
        },
        {
            "start": 1263967998,
            "stop": 1263969255
        },
        {
            "start": 1263969258,
            "stop": 1263971758
        },
        {
            "start": 1263971759,
            "stop": 1263971782
        },
        {
            "start": 1263971783,
            "stop": 1263971789
        },
        {
            "start": 1263971790,
            "stop": 1263971794
        },
        {
            "start": 1263971795,
            "stop": 1263972238
        },
        {
            "start": 1263972246,
            "stop": 1263972352
        }
    ]
}