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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=41",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=39",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 40,
    "results": [
        {
            "start": 931187105,
            "stop": 931187120
        },
        {
            "start": 931187122,
            "stop": 931187161
        },
        {
            "start": 931187163,
            "stop": 931187172
        },
        {
            "start": 931187176,
            "stop": 931187183
        },
        {
            "start": 931187186,
            "stop": 931187193
        },
        {
            "start": 931187195,
            "stop": 931187198
        },
        {
            "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": 931187584
        }
    ]
}