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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=234",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=232",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 233,
    "results": [
        {
            "start": 820207989,
            "stop": 820208020
        },
        {
            "start": 820208023,
            "stop": 820208060
        },
        {
            "start": 820208064,
            "stop": 820208092
        },
        {
            "start": 820208095,
            "stop": 820208106
        },
        {
            "start": 820208110,
            "stop": 820208167
        },
        {
            "start": 820208170,
            "stop": 820208213
        },
        {
            "start": 820208216,
            "stop": 820208228
        },
        {
            "start": 820208231,
            "stop": 820208247
        },
        {
            "start": 820208250,
            "stop": 820208313
        },
        {
            "start": 820208317,
            "stop": 820208360
        },
        {
            "start": 820208365,
            "stop": 820208404
        },
        {
            "start": 820208408,
            "stop": 820208440
        },
        {
            "start": 820208443,
            "stop": 820208480
        },
        {
            "start": 820208483,
            "stop": 820208496
        },
        {
            "start": 820208500,
            "stop": 820208521
        },
        {
            "start": 820208524,
            "stop": 820208552
        },
        {
            "start": 820208555,
            "stop": 820208624
        },
        {
            "start": 820208805,
            "stop": 820208861
        },
        {
            "start": 820208864,
            "stop": 820208971
        },
        {
            "start": 820208975,
            "stop": 820209112
        }
    ]
}