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=297
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=298",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=296",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 297,
    "results": [
        {
            "start": 934953036,
            "stop": 934953096
        },
        {
            "start": 934953396,
            "stop": 934953456
        },
        {
            "start": 934953696,
            "stop": 934953756
        },
        {
            "start": 934953816,
            "stop": 934953936
        },
        {
            "start": 934954176,
            "stop": 934954236
        },
        {
            "start": 934954476,
            "stop": 934954536
        },
        {
            "start": 934954656,
            "stop": 934954716
        },
        {
            "start": 934955076,
            "stop": 934955205
        },
        {
            "start": 934957476,
            "stop": 934957536
        },
        {
            "start": 934957596,
            "stop": 934957656
        },
        {
            "start": 934958676,
            "stop": 934958916
        },
        {
            "start": 934959156,
            "stop": 934959276
        },
        {
            "start": 934959336,
            "stop": 934959396
        },
        {
            "start": 934959855,
            "stop": 934960236
        },
        {
            "start": 934960296,
            "stop": 934961615
        },
        {
            "start": 934961620,
            "stop": 934962156
        },
        {
            "start": 934962216,
            "stop": 934963215
        },
        {
            "start": 934963455,
            "stop": 934963716
        },
        {
            "start": 934963776,
            "stop": 934964616
        },
        {
            "start": 934964736,
            "stop": 934965156
        }
    ]
}