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=342
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=343",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=341",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 342,
    "results": [
        {
            "start": 818252880,
            "stop": 818252881
        },
        {
            "start": 818252884,
            "stop": 818252885
        },
        {
            "start": 818252888,
            "stop": 818252889
        },
        {
            "start": 818252898,
            "stop": 818252914
        },
        {
            "start": 818252920,
            "stop": 818252921
        },
        {
            "start": 818252924,
            "stop": 818252925
        },
        {
            "start": 818252928,
            "stop": 818252929
        },
        {
            "start": 818252937,
            "stop": 818252939
        },
        {
            "start": 818252943,
            "stop": 818252944
        },
        {
            "start": 818252970,
            "stop": 818252976
        },
        {
            "start": 818252980,
            "stop": 818252982
        },
        {
            "start": 818252989,
            "stop": 818252990
        },
        {
            "start": 818253030,
            "stop": 818253031
        },
        {
            "start": 818253035,
            "stop": 818253036
        },
        {
            "start": 818253039,
            "stop": 818253043
        },
        {
            "start": 818253063,
            "stop": 818253066
        },
        {
            "start": 818253079,
            "stop": 818253080
        },
        {
            "start": 818253103,
            "stop": 818253105
        },
        {
            "start": 818253130,
            "stop": 818253134
        },
        {
            "start": 818253144,
            "stop": 818253146
        }
    ]
}