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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=281",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=279",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 280,
    "results": [
        {
            "start": 934843375,
            "stop": 934843379
        },
        {
            "start": 934843382,
            "stop": 934843396
        },
        {
            "start": 934843400,
            "stop": 934843801
        },
        {
            "start": 934843806,
            "stop": 934844415
        },
        {
            "start": 934844655,
            "stop": 934848015
        },
        {
            "start": 934848255,
            "stop": 934851615
        },
        {
            "start": 934851855,
            "stop": 934855215
        },
        {
            "start": 934855455,
            "stop": 934855457
        },
        {
            "start": 934855460,
            "stop": 934855463
        },
        {
            "start": 934855466,
            "stop": 934855472
        },
        {
            "start": 934855475,
            "stop": 934855479
        },
        {
            "start": 934855486,
            "stop": 934858815
        },
        {
            "start": 934859055,
            "stop": 934861073
        },
        {
            "start": 934861380,
            "stop": 934862415
        },
        {
            "start": 934862655,
            "stop": 934866015
        },
        {
            "start": 934866255,
            "stop": 934868891
        },
        {
            "start": 934868896,
            "stop": 934869096
        },
        {
            "start": 934869101,
            "stop": 934869145
        },
        {
            "start": 934869155,
            "stop": 934869228
        },
        {
            "start": 934869252,
            "stop": 934869302
        }
    ]
}