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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=319",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=317",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 318,
    "results": [
        {
            "start": 860271195,
            "stop": 860271245
        },
        {
            "start": 860271355,
            "stop": 860271376
        },
        {
            "start": 860271966,
            "stop": 860273108
        },
        {
            "start": 860274924,
            "stop": 860274955
        },
        {
            "start": 860275065,
            "stop": 860275632
        },
        {
            "start": 860275673,
            "stop": 860276416
        },
        {
            "start": 860276716,
            "stop": 860276730
        },
        {
            "start": 860276840,
            "stop": 860277162
        },
        {
            "start": 860277462,
            "stop": 860280085
        },
        {
            "start": 860281604,
            "stop": 860284160
        },
        {
            "start": 860284460,
            "stop": 860292753
        },
        {
            "start": 860293053,
            "stop": 860329312
        },
        {
            "start": 860329333,
            "stop": 860329969
        },
        {
            "start": 860329996,
            "stop": 860330009
        },
        {
            "start": 860330031,
            "stop": 860330794
        },
        {
            "start": 860330812,
            "stop": 860338062
        },
        {
            "start": 860338083,
            "stop": 860341166
        },
        {
            "start": 860341187,
            "stop": 860341196
        },
        {
            "start": 860341215,
            "stop": 860341410
        },
        {
            "start": 860341470,
            "stop": 860341490
        }
    ]
}