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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8165",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8163",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8164,
    "results": [
        {
            "start": 873216052,
            "stop": 873216109
        },
        {
            "start": 873216126,
            "stop": 873216130
        },
        {
            "start": 873216149,
            "stop": 873216213
        },
        {
            "start": 873216230,
            "stop": 873216297
        },
        {
            "start": 873220012,
            "stop": 873220046
        },
        {
            "start": 873220125,
            "stop": 873220139
        },
        {
            "start": 873220193,
            "stop": 873220232
        },
        {
            "start": 873220249,
            "stop": 873220261
        },
        {
            "start": 873220278,
            "stop": 873220397
        },
        {
            "start": 873220517,
            "stop": 873220555
        },
        {
            "start": 873220675,
            "stop": 873220714
        },
        {
            "start": 873220800,
            "stop": 873220813
        },
        {
            "start": 873220849,
            "stop": 873220956
        },
        {
            "start": 873220973,
            "stop": 873220982
        },
        {
            "start": 873221002,
            "stop": 873221065
        },
        {
            "start": 873221086,
            "stop": 873221184
        },
        {
            "start": 873221204,
            "stop": 873221212
        },
        {
            "start": 873221243,
            "stop": 873221280
        },
        {
            "start": 873221353,
            "stop": 873221516
        },
        {
            "start": 873221538,
            "stop": 873221629
        }
    ]
}