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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=138",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=136",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 137,
    "results": [
        {
            "start": 931592043,
            "stop": 931592044
        },
        {
            "start": 931592047,
            "stop": 931592069
        },
        {
            "start": 931592073,
            "stop": 931592080
        },
        {
            "start": 931592083,
            "stop": 931592093
        },
        {
            "start": 931592096,
            "stop": 931592097
        },
        {
            "start": 931592101,
            "stop": 931592103
        },
        {
            "start": 931592105,
            "stop": 931592108
        },
        {
            "start": 931592112,
            "stop": 931592155
        },
        {
            "start": 931592158,
            "stop": 931592167
        },
        {
            "start": 931592170,
            "stop": 931592179
        },
        {
            "start": 931592182,
            "stop": 931592183
        },
        {
            "start": 931592186,
            "stop": 931592195
        },
        {
            "start": 931592200,
            "stop": 931592201
        },
        {
            "start": 931592209,
            "stop": 931592213
        },
        {
            "start": 931592217,
            "stop": 931592218
        },
        {
            "start": 931592230,
            "stop": 931592231
        },
        {
            "start": 931592234,
            "stop": 931592241
        },
        {
            "start": 931592247,
            "stop": 931592248
        },
        {
            "start": 931592251,
            "stop": 931592255
        },
        {
            "start": 931592260,
            "stop": 931592266
        }
    ]
}