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_CAT4H/segments?format=api&page=239
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=240",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=238",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 239,
    "results": [
        {
            "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": 931505225,
            "stop": 931505228
        },
        {
            "start": 931505237,
            "stop": 931505258
        },
        {
            "start": 931505261,
            "stop": 931505264
        },
        {
            "start": 931505266,
            "stop": 931505272
        },
        {
            "start": 931505278,
            "stop": 931505279
        },
        {
            "start": 931505282,
            "stop": 931505284
        },
        {
            "start": 931505288,
            "stop": 931505290
        },
        {
            "start": 931505300,
            "stop": 931505304
        },
        {
            "start": 931505309,
            "stop": 931505311
        },
        {
            "start": 931505317,
            "stop": 931505321
        }
    ]
}