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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=249",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=247",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 248,
    "results": [
        {
            "start": 934221329,
            "stop": 934221389
        },
        {
            "start": 934221449,
            "stop": 934221509
        },
        {
            "start": 934221569,
            "stop": 934221615
        },
        {
            "start": 934222169,
            "stop": 934222409
        },
        {
            "start": 934222529,
            "stop": 934222709
        },
        {
            "start": 934222769,
            "stop": 934222829
        },
        {
            "start": 934222889,
            "stop": 934223309
        },
        {
            "start": 934223549,
            "stop": 934224138
        },
        {
            "start": 934230874,
            "stop": 934230880
        },
        {
            "start": 934230885,
            "stop": 934230929
        },
        {
            "start": 934231214,
            "stop": 934231349
        },
        {
            "start": 934231604,
            "stop": 934231709
        },
        {
            "start": 934231769,
            "stop": 934231829
        },
        {
            "start": 934231889,
            "stop": 934231949
        },
        {
            "start": 934232009,
            "stop": 934232010
        },
        {
            "start": 934232013,
            "stop": 934232069
        },
        {
            "start": 934232309,
            "stop": 934232415
        },
        {
            "start": 934232655,
            "stop": 934232849
        },
        {
            "start": 934232969,
            "stop": 934233294
        },
        {
            "start": 934233296,
            "stop": 934233312
        }
    ]
}