Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14167
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14168",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14166",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14167,
    "results": [
        {
            "start": 971166229,
            "stop": 971166230
        },
        {
            "start": 971166234,
            "stop": 971166236
        },
        {
            "start": 971166241,
            "stop": 971166242
        },
        {
            "start": 971166244,
            "stop": 971166248
        },
        {
            "start": 971166249,
            "stop": 971166255
        },
        {
            "start": 971166258,
            "stop": 971166262
        },
        {
            "start": 971166263,
            "stop": 971166267
        },
        {
            "start": 971166268,
            "stop": 971166270
        },
        {
            "start": 971166274,
            "stop": 971166287
        },
        {
            "start": 971166289,
            "stop": 971166290
        },
        {
            "start": 971166292,
            "stop": 971166293
        },
        {
            "start": 971166296,
            "stop": 971166299
        },
        {
            "start": 971166301,
            "stop": 971166304
        },
        {
            "start": 971166309,
            "stop": 971166312
        },
        {
            "start": 971166314,
            "stop": 971166321
        },
        {
            "start": 971166326,
            "stop": 971166332
        },
        {
            "start": 971166333,
            "stop": 971166334
        },
        {
            "start": 971166335,
            "stop": 971166341
        },
        {
            "start": 971166344,
            "stop": 971166349
        },
        {
            "start": 971166350,
            "stop": 971166351
        }
    ]
}