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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4948",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4946",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 4947,
    "results": [
        {
            "start": 874429229,
            "stop": 874429450
        },
        {
            "start": 874429458,
            "stop": 874429476
        },
        {
            "start": 874429483,
            "stop": 874429503
        },
        {
            "start": 874429510,
            "stop": 874429620
        },
        {
            "start": 874429630,
            "stop": 874429891
        },
        {
            "start": 874429902,
            "stop": 874429958
        },
        {
            "start": 874429965,
            "stop": 874429971
        },
        {
            "start": 874429979,
            "stop": 874430052
        },
        {
            "start": 874430059,
            "stop": 874430108
        },
        {
            "start": 874430115,
            "stop": 874430172
        },
        {
            "start": 874430180,
            "stop": 874430197
        },
        {
            "start": 874430204,
            "stop": 874430238
        },
        {
            "start": 874430245,
            "stop": 874430347
        },
        {
            "start": 874430354,
            "stop": 874430388
        },
        {
            "start": 874430396,
            "stop": 874430479
        },
        {
            "start": 874430486,
            "stop": 874430518
        },
        {
            "start": 874430525,
            "stop": 874430806
        },
        {
            "start": 874430813,
            "stop": 874430829
        },
        {
            "start": 874430837,
            "stop": 874430846
        },
        {
            "start": 874430853,
            "stop": 874430856
        }
    ]
}