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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=75",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=73",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 74,
    "results": [
        {
            "start": 931266858,
            "stop": 931266886
        },
        {
            "start": 931266888,
            "stop": 931266900
        },
        {
            "start": 931266902,
            "stop": 931266923
        },
        {
            "start": 931266925,
            "stop": 931266992
        },
        {
            "start": 931266994,
            "stop": 931267057
        },
        {
            "start": 931267059,
            "stop": 931267072
        },
        {
            "start": 931267074,
            "stop": 931267089
        },
        {
            "start": 931267091,
            "stop": 931267123
        },
        {
            "start": 931267124,
            "stop": 931267142
        },
        {
            "start": 931267144,
            "stop": 931267172
        },
        {
            "start": 931267174,
            "stop": 931267181
        },
        {
            "start": 931267182,
            "stop": 931267228
        },
        {
            "start": 931267230,
            "stop": 931267233
        },
        {
            "start": 931267235,
            "stop": 931267281
        },
        {
            "start": 931267283,
            "stop": 931267305
        },
        {
            "start": 931267307,
            "stop": 931267312
        },
        {
            "start": 931267314,
            "stop": 931267365
        },
        {
            "start": 931267367,
            "stop": 931267392
        },
        {
            "start": 931267394,
            "stop": 931267398
        },
        {
            "start": 931267400,
            "stop": 931267446
        }
    ]
}