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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=117",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=115",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 116,
    "results": [
        {
            "start": 931675906,
            "stop": 931675974
        },
        {
            "start": 931675982,
            "stop": 931675991
        },
        {
            "start": 931675998,
            "stop": 931676004
        },
        {
            "start": 931676012,
            "stop": 931676015
        },
        {
            "start": 931676024,
            "stop": 931676046
        },
        {
            "start": 931676063,
            "stop": 931676083
        },
        {
            "start": 931676090,
            "stop": 931676095
        },
        {
            "start": 931676106,
            "stop": 931676122
        },
        {
            "start": 931676129,
            "stop": 931676133
        },
        {
            "start": 931676147,
            "stop": 931676155
        },
        {
            "start": 931676170,
            "stop": 931676190
        },
        {
            "start": 931676196,
            "stop": 931676205
        },
        {
            "start": 931676218,
            "stop": 931676233
        },
        {
            "start": 931676244,
            "stop": 931676259
        },
        {
            "start": 931676267,
            "stop": 931676268
        },
        {
            "start": 931676276,
            "stop": 931676277
        },
        {
            "start": 931676284,
            "stop": 931676291
        },
        {
            "start": 931676299,
            "stop": 931676301
        },
        {
            "start": 931676311,
            "stop": 931676315
        },
        {
            "start": 931676342,
            "stop": 931676349
        }
    ]
}