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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=269",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=267",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 268,
    "results": [
        {
            "start": 856059052,
            "stop": 856067902
        },
        {
            "start": 856068012,
            "stop": 856068034
        },
        {
            "start": 856069063,
            "stop": 856069625
        },
        {
            "start": 856069925,
            "stop": 856071140
        },
        {
            "start": 856071158,
            "stop": 856072110
        },
        {
            "start": 856072170,
            "stop": 856075629
        },
        {
            "start": 856075929,
            "stop": 856105824
        },
        {
            "start": 856105934,
            "stop": 856106082
        },
        {
            "start": 856106382,
            "stop": 856110299
        },
        {
            "start": 856110321,
            "stop": 856112283
        },
        {
            "start": 856112302,
            "stop": 856114054
        },
        {
            "start": 856114088,
            "stop": 856114549
        },
        {
            "start": 856114568,
            "stop": 856115639
        },
        {
            "start": 856115778,
            "stop": 856122690
        },
        {
            "start": 856122810,
            "stop": 856126847
        },
        {
            "start": 856126896,
            "stop": 856127009
        },
        {
            "start": 856127121,
            "stop": 856127630
        },
        {
            "start": 856127930,
            "stop": 856128151
        },
        {
            "start": 856128788,
            "stop": 856130955
        },
        {
            "start": 856130961,
            "stop": 856130982
        }
    ]
}