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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2076",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2074",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2075,
    "results": [
        {
            "start": 870922910,
            "stop": 870923044
        },
        {
            "start": 870923069,
            "stop": 870923251
        },
        {
            "start": 870923270,
            "stop": 870923330
        },
        {
            "start": 870923353,
            "stop": 870923819
        },
        {
            "start": 870923853,
            "stop": 870923856
        },
        {
            "start": 870923889,
            "stop": 870923893
        },
        {
            "start": 870923912,
            "stop": 870923915
        },
        {
            "start": 870923968,
            "stop": 870923984
        },
        {
            "start": 870924031,
            "stop": 870924032
        },
        {
            "start": 870924151,
            "stop": 870924157
        },
        {
            "start": 870924187,
            "stop": 870924189
        },
        {
            "start": 870924208,
            "stop": 870924218
        },
        {
            "start": 870924348,
            "stop": 870926075
        },
        {
            "start": 870926103,
            "stop": 870926280
        },
        {
            "start": 870926344,
            "stop": 870926456
        },
        {
            "start": 870926486,
            "stop": 870926595
        },
        {
            "start": 870926615,
            "stop": 870926650
        },
        {
            "start": 870926725,
            "stop": 870926957
        },
        {
            "start": 870926997,
            "stop": 870927023
        },
        {
            "start": 870927050,
            "stop": 870927085
        }
    ]
}