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=187
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=188",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=186",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 187,
    "results": [
        {
            "start": 848568897,
            "stop": 848569340
        },
        {
            "start": 848569401,
            "stop": 848572604
        },
        {
            "start": 848572691,
            "stop": 848574725
        },
        {
            "start": 848576661,
            "stop": 848577398
        },
        {
            "start": 848582113,
            "stop": 848582170
        },
        {
            "start": 848582390,
            "stop": 848582655
        },
        {
            "start": 848583046,
            "stop": 848604273
        },
        {
            "start": 848608321,
            "stop": 848647603
        },
        {
            "start": 848649542,
            "stop": 848651077
        },
        {
            "start": 848655023,
            "stop": 848661995
        },
        {
            "start": 848663311,
            "stop": 848665479
        },
        {
            "start": 848666392,
            "stop": 848671305
        },
        {
            "start": 848673682,
            "stop": 848677355
        },
        {
            "start": 848677412,
            "stop": 848690278
        },
        {
            "start": 848692517,
            "stop": 848696448
        },
        {
            "start": 848696666,
            "stop": 848717921
        },
        {
            "start": 848718560,
            "stop": 848722879
        },
        {
            "start": 848727759,
            "stop": 848735070
        },
        {
            "start": 848736031,
            "stop": 848738231
        },
        {
            "start": 848738995,
            "stop": 848744226
        }
    ]
}