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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5268",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5266",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5267,
    "results": [
        {
            "start": 970297119,
            "stop": 970297492
        },
        {
            "start": 970297495,
            "stop": 970297593
        },
        {
            "start": 970297596,
            "stop": 970297608
        },
        {
            "start": 970297625,
            "stop": 970297631
        },
        {
            "start": 970297635,
            "stop": 970297979
        },
        {
            "start": 970297982,
            "stop": 970298067
        },
        {
            "start": 970298070,
            "stop": 970298390
        },
        {
            "start": 970298393,
            "stop": 970298602
        },
        {
            "start": 970298605,
            "stop": 970298893
        },
        {
            "start": 970298896,
            "stop": 970298947
        },
        {
            "start": 970298950,
            "stop": 970299292
        },
        {
            "start": 970299295,
            "stop": 970299500
        },
        {
            "start": 970299503,
            "stop": 970300285
        },
        {
            "start": 970300288,
            "stop": 970301041
        },
        {
            "start": 970301045,
            "stop": 970301623
        },
        {
            "start": 970301626,
            "stop": 970301830
        },
        {
            "start": 970301833,
            "stop": 970302135
        },
        {
            "start": 970302138,
            "stop": 970302241
        },
        {
            "start": 970302244,
            "stop": 970303006
        },
        {
            "start": 970303009,
            "stop": 970303591
        }
    ]
}