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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2247",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2245",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2246,
    "results": [
        {
            "start": 873215711,
            "stop": 873215712
        },
        {
            "start": 873215731,
            "stop": 873215745
        },
        {
            "start": 873215762,
            "stop": 873215778
        },
        {
            "start": 873215797,
            "stop": 873215799
        },
        {
            "start": 873215858,
            "stop": 873215866
        },
        {
            "start": 873215883,
            "stop": 873215913
        },
        {
            "start": 873215947,
            "stop": 873215967
        },
        {
            "start": 873215988,
            "stop": 873215994
        },
        {
            "start": 873216013,
            "stop": 873216020
        },
        {
            "start": 873216052,
            "stop": 873216109
        },
        {
            "start": 873216126,
            "stop": 873216130
        },
        {
            "start": 873216149,
            "stop": 873216213
        },
        {
            "start": 873216230,
            "stop": 873216297
        },
        {
            "start": 873216316,
            "stop": 873216321
        },
        {
            "start": 873216395,
            "stop": 873216447
        },
        {
            "start": 873220012,
            "stop": 873220046
        },
        {
            "start": 873220125,
            "stop": 873220139
        },
        {
            "start": 873220193,
            "stop": 873220232
        },
        {
            "start": 873220249,
            "stop": 873220261
        },
        {
            "start": 873220278,
            "stop": 873220569
        }
    ]
}