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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4812",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4810",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4811,
    "results": [
        {
            "start": 970919738,
            "stop": 970919858
        },
        {
            "start": 970920098,
            "stop": 970920218
        },
        {
            "start": 970920338,
            "stop": 970920398
        },
        {
            "start": 970920458,
            "stop": 970920483
        },
        {
            "start": 970920486,
            "stop": 970920542
        },
        {
            "start": 970920545,
            "stop": 970920915
        },
        {
            "start": 970920918,
            "stop": 970921598
        },
        {
            "start": 970921898,
            "stop": 970921913
        },
        {
            "start": 970921916,
            "stop": 970922024
        },
        {
            "start": 970922027,
            "stop": 970922037
        },
        {
            "start": 970922040,
            "stop": 970922078
        },
        {
            "start": 970922138,
            "stop": 970922358
        },
        {
            "start": 970922361,
            "stop": 970922455
        },
        {
            "start": 970922458,
            "stop": 970922469
        },
        {
            "start": 970922472,
            "stop": 970922549
        },
        {
            "start": 970922552,
            "stop": 970922772
        },
        {
            "start": 970922775,
            "stop": 970923038
        },
        {
            "start": 970923042,
            "stop": 970923058
        },
        {
            "start": 970923079,
            "stop": 970923081
        },
        {
            "start": 970923084,
            "stop": 970923138
        }
    ]
}