Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5310
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5311",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5309",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5310,
    "results": [
        {
            "start": 970764582,
            "stop": 970765059
        },
        {
            "start": 970765062,
            "stop": 970766504
        },
        {
            "start": 970766507,
            "stop": 970766798
        },
        {
            "start": 970766801,
            "stop": 970766964
        },
        {
            "start": 970766967,
            "stop": 970767564
        },
        {
            "start": 970767567,
            "stop": 970768763
        },
        {
            "start": 970768766,
            "stop": 970769010
        },
        {
            "start": 970769027,
            "stop": 970770094
        },
        {
            "start": 970770097,
            "stop": 970770592
        },
        {
            "start": 970770595,
            "stop": 970773343
        },
        {
            "start": 970773346,
            "stop": 970776123
        },
        {
            "start": 970776126,
            "stop": 970776862
        },
        {
            "start": 970776879,
            "stop": 970777168
        },
        {
            "start": 970777171,
            "stop": 970777434
        },
        {
            "start": 970777437,
            "stop": 970777538
        },
        {
            "start": 970780178,
            "stop": 970781535
        },
        {
            "start": 970781538,
            "stop": 970782759
        },
        {
            "start": 970782762,
            "stop": 970784459
        },
        {
            "start": 970784462,
            "stop": 970787993
        },
        {
            "start": 970789463,
            "stop": 970790163
        }
    ]
}