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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=210",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=208",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 209,
    "results": [
        {
            "start": 933614009,
            "stop": 933614042
        },
        {
            "start": 933626104,
            "stop": 933627615
        },
        {
            "start": 933627855,
            "stop": 933628700
        },
        {
            "start": 933628705,
            "stop": 933629972
        },
        {
            "start": 933629974,
            "stop": 933629992
        },
        {
            "start": 933629997,
            "stop": 933630001
        },
        {
            "start": 933630006,
            "stop": 933630013
        },
        {
            "start": 933630017,
            "stop": 933630021
        },
        {
            "start": 933630024,
            "stop": 933630029
        },
        {
            "start": 933630033,
            "stop": 933630048
        },
        {
            "start": 933630052,
            "stop": 933630054
        },
        {
            "start": 933630057,
            "stop": 933630062
        },
        {
            "start": 933630065,
            "stop": 933630071
        },
        {
            "start": 933630076,
            "stop": 933631215
        },
        {
            "start": 933658954,
            "stop": 933659782
        },
        {
            "start": 933659902,
            "stop": 933660015
        },
        {
            "start": 933660255,
            "stop": 933661028
        },
        {
            "start": 933661046,
            "stop": 933661054
        },
        {
            "start": 933679663,
            "stop": 933680441
        },
        {
            "start": 933680446,
            "stop": 933681224
        }
    ]
}