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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=56",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=54",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 55,
    "results": [
        {
            "start": 931187200,
            "stop": 931187208
        },
        {
            "start": 931187210,
            "stop": 931187217
        },
        {
            "start": 931187219,
            "stop": 931187239
        },
        {
            "start": 931187241,
            "stop": 931187243
        },
        {
            "start": 931187245,
            "stop": 931187248
        },
        {
            "start": 931187249,
            "stop": 931187275
        },
        {
            "start": 931187277,
            "stop": 931187295
        },
        {
            "start": 931187297,
            "stop": 931187298
        },
        {
            "start": 931187300,
            "stop": 931187346
        },
        {
            "start": 931187347,
            "stop": 931187422
        },
        {
            "start": 931187424,
            "stop": 931187426
        },
        {
            "start": 931187428,
            "stop": 931187429
        },
        {
            "start": 931187431,
            "stop": 931187466
        },
        {
            "start": 931187468,
            "stop": 931187479
        },
        {
            "start": 931187480,
            "stop": 931187584
        },
        {
            "start": 931187586,
            "stop": 931187613
        },
        {
            "start": 931187614,
            "stop": 931187620
        },
        {
            "start": 931187622,
            "stop": 931187635
        },
        {
            "start": 931187636,
            "stop": 931187637
        },
        {
            "start": 931187639,
            "stop": 931187640
        }
    ]
}