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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=145",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=143",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 144,
    "results": [
        {
            "start": 835199053,
            "stop": 835213931
        },
        {
            "start": 835216185,
            "stop": 835222813
        },
        {
            "start": 835228341,
            "stop": 835239311
        },
        {
            "start": 835239413,
            "stop": 835251673
        },
        {
            "start": 835253376,
            "stop": 835255393
        },
        {
            "start": 835255402,
            "stop": 835255404
        },
        {
            "start": 835256728,
            "stop": 835258147
        },
        {
            "start": 835258573,
            "stop": 835277893
        },
        {
            "start": 835277914,
            "stop": 835277915
        },
        {
            "start": 835279367,
            "stop": 835282153
        },
        {
            "start": 835282181,
            "stop": 835282182
        },
        {
            "start": 835282579,
            "stop": 835285609
        },
        {
            "start": 835286148,
            "stop": 835287729
        },
        {
            "start": 835289802,
            "stop": 835291552
        },
        {
            "start": 835292188,
            "stop": 835292214
        },
        {
            "start": 835293933,
            "stop": 835294434
        },
        {
            "start": 835295220,
            "stop": 835317963
        },
        {
            "start": 835318051,
            "stop": 835339513
        },
        {
            "start": 835339535,
            "stop": 835339536
        },
        {
            "start": 835340241,
            "stop": 835356301
        }
    ]
}