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=813
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=814",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=812",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 813,
    "results": [
        {
            "start": 958301156,
            "stop": 958303684
        },
        {
            "start": 958303690,
            "stop": 958304329
        },
        {
            "start": 958304335,
            "stop": 958306990
        },
        {
            "start": 958312231,
            "stop": 958314089
        },
        {
            "start": 958314095,
            "stop": 958320790
        },
        {
            "start": 958320796,
            "stop": 958321252
        },
        {
            "start": 958321258,
            "stop": 958323540
        },
        {
            "start": 958332302,
            "stop": 958332609
        },
        {
            "start": 958332615,
            "stop": 958335299
        },
        {
            "start": 958336932,
            "stop": 958339666
        },
        {
            "start": 958378121,
            "stop": 958383578
        },
        {
            "start": 958383583,
            "stop": 958385085
        },
        {
            "start": 958386951,
            "stop": 958387280
        },
        {
            "start": 958388922,
            "stop": 958391644
        },
        {
            "start": 958395326,
            "stop": 958395431
        },
        {
            "start": 958397867,
            "stop": 958406771
        },
        {
            "start": 958412471,
            "stop": 958415441
        },
        {
            "start": 958420345,
            "stop": 958424159
        },
        {
            "start": 958444804,
            "stop": 958446652
        },
        {
            "start": 958446658,
            "stop": 958446826
        }
    ]
}