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=83
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=84",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=82",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 83,
    "results": [
        {
            "start": 931505086,
            "stop": 931505091
        },
        {
            "start": 931505097,
            "stop": 931505099
        },
        {
            "start": 931505103,
            "stop": 931505118
        },
        {
            "start": 931505120,
            "stop": 931505129
        },
        {
            "start": 931505133,
            "stop": 931505138
        },
        {
            "start": 931505141,
            "stop": 931505142
        },
        {
            "start": 931505145,
            "stop": 931505157
        },
        {
            "start": 931505160,
            "stop": 931505164
        },
        {
            "start": 931505167,
            "stop": 931505169
        },
        {
            "start": 931505173,
            "stop": 931505177
        },
        {
            "start": 931505181,
            "stop": 931505182
        },
        {
            "start": 931505184,
            "stop": 931505186
        },
        {
            "start": 931505189,
            "stop": 931505199
        },
        {
            "start": 931505202,
            "stop": 931505203
        },
        {
            "start": 931505206,
            "stop": 931505212
        },
        {
            "start": 931505217,
            "stop": 931505218
        },
        {
            "start": 931505224,
            "stop": 931505228
        },
        {
            "start": 931505237,
            "stop": 931505258
        },
        {
            "start": 931505261,
            "stop": 931505264
        },
        {
            "start": 931505266,
            "stop": 931505272
        }
    ]
}