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=243
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=244",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=242",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 243,
    "results": [
        {
            "start": 859926353,
            "stop": 859926819
        },
        {
            "start": 859927139,
            "stop": 859933874
        },
        {
            "start": 859934019,
            "stop": 859966052
        },
        {
            "start": 859971555,
            "stop": 859979783
        },
        {
            "start": 859983687,
            "stop": 859991206
        },
        {
            "start": 859992540,
            "stop": 859998243
        },
        {
            "start": 859998324,
            "stop": 860006622
        },
        {
            "start": 860006700,
            "stop": 860046747
        },
        {
            "start": 860047884,
            "stop": 860049136
        },
        {
            "start": 860050041,
            "stop": 860065546
        },
        {
            "start": 860065734,
            "stop": 860077462
        },
        {
            "start": 860078577,
            "stop": 860093188
        },
        {
            "start": 860094592,
            "stop": 860095529
        },
        {
            "start": 860095585,
            "stop": 860134787
        },
        {
            "start": 860136136,
            "stop": 860158049
        },
        {
            "start": 860160296,
            "stop": 860164114
        },
        {
            "start": 860165643,
            "stop": 860176232
        },
        {
            "start": 860177458,
            "stop": 860182785
        },
        {
            "start": 860182896,
            "stop": 860189344
        },
        {
            "start": 860189578,
            "stop": 860223390
        }
    ]
}