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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8885",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8883",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8884,
    "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": 873220569
        },
        {
            "start": 873220586,
            "stop": 873220615
        },
        {
            "start": 873220632,
            "stop": 873220639
        },
        {
            "start": 873220658,
            "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
        }
    ]
}