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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=294",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=292",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 293,
    "results": [
        {
            "start": 821694293,
            "stop": 821694318
        },
        {
            "start": 821694321,
            "stop": 821694323
        },
        {
            "start": 821694333,
            "stop": 821694343
        },
        {
            "start": 821694346,
            "stop": 821694383
        },
        {
            "start": 821694387,
            "stop": 821694405
        },
        {
            "start": 821694408,
            "stop": 821694409
        },
        {
            "start": 821694416,
            "stop": 821694422
        },
        {
            "start": 821694426,
            "stop": 821694427
        },
        {
            "start": 821694430,
            "stop": 821694431
        },
        {
            "start": 821694438,
            "stop": 821694443
        },
        {
            "start": 821694446,
            "stop": 821694459
        },
        {
            "start": 821694462,
            "stop": 821694467
        },
        {
            "start": 821694470,
            "stop": 821694473
        },
        {
            "start": 821694476,
            "stop": 821694483
        },
        {
            "start": 821694486,
            "stop": 821694492
        },
        {
            "start": 821694495,
            "stop": 821694509
        },
        {
            "start": 821694512,
            "stop": 821694522
        },
        {
            "start": 821694528,
            "stop": 821694538
        },
        {
            "start": 821694544,
            "stop": 821694551
        },
        {
            "start": 821694554,
            "stop": 821694564
        }
    ]
}