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=3910
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=3911",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3909",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3910,
    "results": [
        {
            "start": 874047729,
            "stop": 874047847
        },
        {
            "start": 874047850,
            "stop": 874047855
        },
        {
            "start": 874047858,
            "stop": 874048257
        },
        {
            "start": 874048260,
            "stop": 874048263
        },
        {
            "start": 874048266,
            "stop": 874048411
        },
        {
            "start": 874048414,
            "stop": 874048469
        },
        {
            "start": 874048472,
            "stop": 874048545
        },
        {
            "start": 874048549,
            "stop": 874048563
        },
        {
            "start": 874048566,
            "stop": 874048568
        },
        {
            "start": 874048571,
            "stop": 874048681
        },
        {
            "start": 874048684,
            "stop": 874048886
        },
        {
            "start": 874048889,
            "stop": 874048899
        },
        {
            "start": 874048902,
            "stop": 874049573
        },
        {
            "start": 874049582,
            "stop": 874049586
        },
        {
            "start": 874049590,
            "stop": 874049874
        },
        {
            "start": 874049877,
            "stop": 874049931
        },
        {
            "start": 874049934,
            "stop": 874051471
        },
        {
            "start": 874051474,
            "stop": 874052286
        },
        {
            "start": 874054505,
            "stop": 874054509
        },
        {
            "start": 874054513,
            "stop": 874054514
        }
    ]
}