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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=177",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=175",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 176,
    "results": [
        {
            "start": 846704885,
            "stop": 846720102
        },
        {
            "start": 846720167,
            "stop": 846728201
        },
        {
            "start": 846728270,
            "stop": 846728356
        },
        {
            "start": 846728463,
            "stop": 846743899
        },
        {
            "start": 846744955,
            "stop": 846751990
        },
        {
            "start": 846753311,
            "stop": 846782035
        },
        {
            "start": 846782591,
            "stop": 846786184
        },
        {
            "start": 846787150,
            "stop": 846807059
        },
        {
            "start": 846807679,
            "stop": 846833786
        },
        {
            "start": 846834534,
            "stop": 846842263
        },
        {
            "start": 846843420,
            "stop": 846843809
        },
        {
            "start": 846844899,
            "stop": 846855182
        },
        {
            "start": 846857843,
            "stop": 846871445
        },
        {
            "start": 846871726,
            "stop": 846874467
        },
        {
            "start": 846875708,
            "stop": 846878323
        },
        {
            "start": 846878402,
            "stop": 846890004
        },
        {
            "start": 846890394,
            "stop": 846909226
        },
        {
            "start": 846941996,
            "stop": 846945610
        },
        {
            "start": 846974385,
            "stop": 846976465
        },
        {
            "start": 846976526,
            "stop": 846978440
        }
    ]
}