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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=171",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=169",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 170,
    "results": [
        {
            "start": 931468065,
            "stop": 931468075
        },
        {
            "start": 931468077,
            "stop": 931468092
        },
        {
            "start": 931468094,
            "stop": 931468100
        },
        {
            "start": 931468102,
            "stop": 931468124
        },
        {
            "start": 931468125,
            "stop": 931468142
        },
        {
            "start": 931468143,
            "stop": 931468154
        },
        {
            "start": 931468156,
            "stop": 931468171
        },
        {
            "start": 931468173,
            "stop": 931468223
        },
        {
            "start": 931468225,
            "stop": 931468248
        },
        {
            "start": 931468250,
            "stop": 931468253
        },
        {
            "start": 931468255,
            "stop": 931468286
        },
        {
            "start": 931468288,
            "stop": 931468291
        },
        {
            "start": 931468294,
            "stop": 931468302
        },
        {
            "start": 931468304,
            "stop": 931468321
        },
        {
            "start": 931468323,
            "stop": 931468346
        },
        {
            "start": 931468348,
            "stop": 931468377
        },
        {
            "start": 931468378,
            "stop": 931468387
        },
        {
            "start": 931468388,
            "stop": 931468389
        },
        {
            "start": 931468391,
            "stop": 931468414
        },
        {
            "start": 931468416,
            "stop": 931468424
        }
    ]
}