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=72
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=73",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=71",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 72,
    "results": [
        {
            "start": 931265956,
            "stop": 931265962
        },
        {
            "start": 931265964,
            "stop": 931266004
        },
        {
            "start": 931266006,
            "stop": 931266016
        },
        {
            "start": 931266019,
            "stop": 931266051
        },
        {
            "start": 931266053,
            "stop": 931266054
        },
        {
            "start": 931266056,
            "stop": 931266062
        },
        {
            "start": 931266064,
            "stop": 931266070
        },
        {
            "start": 931266072,
            "stop": 931266105
        },
        {
            "start": 931266107,
            "stop": 931266122
        },
        {
            "start": 931266124,
            "stop": 931266139
        },
        {
            "start": 931266141,
            "stop": 931266157
        },
        {
            "start": 931266159,
            "stop": 931266168
        },
        {
            "start": 931266170,
            "stop": 931266186
        },
        {
            "start": 931266188,
            "stop": 931266194
        },
        {
            "start": 931266196,
            "stop": 931266261
        },
        {
            "start": 931266262,
            "stop": 931266291
        },
        {
            "start": 931266293,
            "stop": 931266307
        },
        {
            "start": 931266309,
            "stop": 931266347
        },
        {
            "start": 931266349,
            "stop": 931266420
        },
        {
            "start": 931266422,
            "stop": 931266434
        }
    ]
}