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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=109",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=107",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 108,
    "results": [
        {
            "start": 817343700,
            "stop": 817343730
        },
        {
            "start": 817343733,
            "stop": 817343917
        },
        {
            "start": 817343920,
            "stop": 817344167
        },
        {
            "start": 817344170,
            "stop": 817344251
        },
        {
            "start": 817344268,
            "stop": 817344324
        },
        {
            "start": 817344327,
            "stop": 817345074
        },
        {
            "start": 817345077,
            "stop": 817345917
        },
        {
            "start": 817345920,
            "stop": 817346454
        },
        {
            "start": 817346457,
            "stop": 817346659
        },
        {
            "start": 817348088,
            "stop": 817351003
        },
        {
            "start": 817351403,
            "stop": 817352347
        },
        {
            "start": 817352350,
            "stop": 817353448
        },
        {
            "start": 817353451,
            "stop": 817353822
        },
        {
            "start": 817353825,
            "stop": 817354062
        },
        {
            "start": 817354065,
            "stop": 817354155
        },
        {
            "start": 817354158,
            "stop": 817357096
        },
        {
            "start": 817357099,
            "stop": 817357564
        },
        {
            "start": 817357568,
            "stop": 817359232
        },
        {
            "start": 817359249,
            "stop": 817362224
        },
        {
            "start": 817363146,
            "stop": 817379520
        }
    ]
}