Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=59
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=60",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=58",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 59,
    "results": [
        {
            "start": 824505755,
            "stop": 824505969
        },
        {
            "start": 824506151,
            "stop": 824506873
        },
        {
            "start": 824507598,
            "stop": 824511457
        },
        {
            "start": 824512386,
            "stop": 824543533
        },
        {
            "start": 824543550,
            "stop": 824543551
        },
        {
            "start": 824546161,
            "stop": 824558593
        },
        {
            "start": 824559636,
            "stop": 824561645
        },
        {
            "start": 824565965,
            "stop": 824570513
        },
        {
            "start": 824571834,
            "stop": 824572900
        },
        {
            "start": 824601221,
            "stop": 824606651
        },
        {
            "start": 824606773,
            "stop": 824607358
        },
        {
            "start": 824607419,
            "stop": 824608513
        },
        {
            "start": 824608532,
            "stop": 824608533
        },
        {
            "start": 824608743,
            "stop": 824629873
        },
        {
            "start": 824629911,
            "stop": 824629912
        },
        {
            "start": 824630061,
            "stop": 824646350
        },
        {
            "start": 824648649,
            "stop": 824649945
        },
        {
            "start": 824651300,
            "stop": 824652671
        },
        {
            "start": 824655211,
            "stop": 824655373
        },
        {
            "start": 824656236,
            "stop": 824659689
        }
    ]
}