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=5236
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=5237",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5235",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5236,
    "results": [
        {
            "start": 970055998,
            "stop": 970056250
        },
        {
            "start": 970056253,
            "stop": 970056405
        },
        {
            "start": 970056408,
            "stop": 970056414
        },
        {
            "start": 970056435,
            "stop": 970056509
        },
        {
            "start": 970059229,
            "stop": 970059235
        },
        {
            "start": 970059238,
            "stop": 970059242
        },
        {
            "start": 970059245,
            "stop": 970059267
        },
        {
            "start": 970059270,
            "stop": 970059272
        },
        {
            "start": 970059275,
            "stop": 970059287
        },
        {
            "start": 970059290,
            "stop": 970059336
        },
        {
            "start": 970059357,
            "stop": 970059477
        },
        {
            "start": 970059480,
            "stop": 970059750
        },
        {
            "start": 970059753,
            "stop": 970059853
        },
        {
            "start": 970060835,
            "stop": 970060884
        },
        {
            "start": 970062967,
            "stop": 970063168
        },
        {
            "start": 970063171,
            "stop": 970063296
        },
        {
            "start": 970065516,
            "stop": 970065611
        },
        {
            "start": 970065614,
            "stop": 970065630
        },
        {
            "start": 970065633,
            "stop": 970065720
        },
        {
            "start": 970065723,
            "stop": 970065818
        }
    ]
}