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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=215",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=213",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 214,
    "results": [
        {
            "start": 933115141,
            "stop": 933115181
        },
        {
            "start": 933115186,
            "stop": 933115235
        },
        {
            "start": 933115253,
            "stop": 933115351
        },
        {
            "start": 933115383,
            "stop": 933115850
        },
        {
            "start": 933115892,
            "stop": 933115964
        },
        {
            "start": 933115969,
            "stop": 933116099
        },
        {
            "start": 933116118,
            "stop": 933116496
        },
        {
            "start": 933116516,
            "stop": 933116628
        },
        {
            "start": 933116647,
            "stop": 933116770
        },
        {
            "start": 933116790,
            "stop": 933116862
        },
        {
            "start": 933116867,
            "stop": 933116915
        },
        {
            "start": 933116955,
            "stop": 933116958
        },
        {
            "start": 933116981,
            "stop": 933117006
        },
        {
            "start": 933117025,
            "stop": 933117093
        },
        {
            "start": 933117112,
            "stop": 933117183
        },
        {
            "start": 933117188,
            "stop": 933117275
        },
        {
            "start": 933117280,
            "stop": 933117413
        },
        {
            "start": 933117418,
            "stop": 933117487
        },
        {
            "start": 933117505,
            "stop": 933117557
        },
        {
            "start": 933117576,
            "stop": 933117583
        }
    ]
}