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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=8",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=6",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 7,
    "results": [
        {
            "start": 931160614,
            "stop": 931160615
        },
        {
            "start": 931160668,
            "stop": 931160670
        },
        {
            "start": 931160692,
            "stop": 931160693
        },
        {
            "start": 931160711,
            "stop": 931160715
        },
        {
            "start": 931160741,
            "stop": 931160745
        },
        {
            "start": 931160765,
            "stop": 931160772
        },
        {
            "start": 931160781,
            "stop": 931160782
        },
        {
            "start": 931160792,
            "stop": 931160793
        },
        {
            "start": 931160801,
            "stop": 931160803
        },
        {
            "start": 931160847,
            "stop": 931160851
        },
        {
            "start": 931160857,
            "stop": 931160860
        },
        {
            "start": 931160940,
            "stop": 931160947
        },
        {
            "start": 931161018,
            "stop": 931161020
        },
        {
            "start": 931161038,
            "stop": 931161042
        },
        {
            "start": 931161055,
            "stop": 931161058
        },
        {
            "start": 931161083,
            "stop": 931161088
        },
        {
            "start": 931161133,
            "stop": 931161136
        },
        {
            "start": 931161163,
            "stop": 931161175
        },
        {
            "start": 931161238,
            "stop": 931161239
        },
        {
            "start": 931161294,
            "stop": 931161304
        }
    ]
}