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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=424",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=422",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 423,
    "results": [
        {
            "start": 818731700,
            "stop": 818731706
        },
        {
            "start": 818731711,
            "stop": 818731713
        },
        {
            "start": 818731756,
            "stop": 818731757
        },
        {
            "start": 818731760,
            "stop": 818731763
        },
        {
            "start": 818731777,
            "stop": 818731778
        },
        {
            "start": 818731781,
            "stop": 818731782
        },
        {
            "start": 818731786,
            "stop": 818731801
        },
        {
            "start": 818731805,
            "stop": 818731808
        },
        {
            "start": 818731816,
            "stop": 818731818
        },
        {
            "start": 818731821,
            "stop": 818731823
        },
        {
            "start": 818731846,
            "stop": 818731847
        },
        {
            "start": 818731853,
            "stop": 818731864
        },
        {
            "start": 818731898,
            "stop": 818731903
        },
        {
            "start": 818731918,
            "stop": 818731921
        },
        {
            "start": 818731924,
            "stop": 818731928
        },
        {
            "start": 818731940,
            "stop": 818731949
        },
        {
            "start": 818731952,
            "stop": 818731957
        },
        {
            "start": 818731969,
            "stop": 818731975
        },
        {
            "start": 818731985,
            "stop": 818731988
        },
        {
            "start": 818731991,
            "stop": 818732005
        }
    ]
}