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=128
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=129",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=127",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 128,
    "results": [
        {
            "start": 931590188,
            "stop": 931590189
        },
        {
            "start": 931590198,
            "stop": 931590202
        },
        {
            "start": 931590211,
            "stop": 931590212
        },
        {
            "start": 931590218,
            "stop": 931590226
        },
        {
            "start": 931590233,
            "stop": 931590234
        },
        {
            "start": 931590242,
            "stop": 931590244
        },
        {
            "start": 931590248,
            "stop": 931590251
        },
        {
            "start": 931590253,
            "stop": 931590255
        },
        {
            "start": 931590257,
            "stop": 931590259
        },
        {
            "start": 931590261,
            "stop": 931590262
        },
        {
            "start": 931590267,
            "stop": 931590268
        },
        {
            "start": 931590272,
            "stop": 931590278
        },
        {
            "start": 931590282,
            "stop": 931590285
        },
        {
            "start": 931590288,
            "stop": 931590295
        },
        {
            "start": 931590301,
            "stop": 931590305
        },
        {
            "start": 931590310,
            "stop": 931590329
        },
        {
            "start": 931590332,
            "stop": 931590334
        },
        {
            "start": 931590337,
            "stop": 931590352
        },
        {
            "start": 931590355,
            "stop": 931590358
        },
        {
            "start": 931590372,
            "stop": 931590375
        }
    ]
}