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=118
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=119",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=117",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 118,
    "results": [
        {
            "start": 818063987,
            "stop": 818064004
        },
        {
            "start": 818064007,
            "stop": 818064022
        },
        {
            "start": 818064027,
            "stop": 818064030
        },
        {
            "start": 818064034,
            "stop": 818064035
        },
        {
            "start": 818064040,
            "stop": 818064042
        },
        {
            "start": 818064045,
            "stop": 818064050
        },
        {
            "start": 818064053,
            "stop": 818064054
        },
        {
            "start": 818064057,
            "stop": 818064069
        },
        {
            "start": 818064072,
            "stop": 818064078
        },
        {
            "start": 818064086,
            "stop": 818064087
        },
        {
            "start": 818064090,
            "stop": 818064101
        },
        {
            "start": 818064104,
            "stop": 818064105
        },
        {
            "start": 818064111,
            "stop": 818064114
        },
        {
            "start": 818064118,
            "stop": 818064121
        },
        {
            "start": 818064127,
            "stop": 818064140
        },
        {
            "start": 818064145,
            "stop": 818064149
        },
        {
            "start": 818064152,
            "stop": 818064156
        },
        {
            "start": 818064159,
            "stop": 818064162
        },
        {
            "start": 818064165,
            "stop": 818064166
        },
        {
            "start": 818064170,
            "stop": 818064173
        }
    ]
}