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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5093",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5091",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5092,
    "results": [
        {
            "start": 873275272,
            "stop": 873275343
        },
        {
            "start": 873275350,
            "stop": 873276319
        },
        {
            "start": 873276336,
            "stop": 873276868
        },
        {
            "start": 873276904,
            "stop": 873276985
        },
        {
            "start": 873277021,
            "stop": 873277060
        },
        {
            "start": 873277068,
            "stop": 873277109
        },
        {
            "start": 873277146,
            "stop": 873277168
        },
        {
            "start": 873277204,
            "stop": 873277476
        },
        {
            "start": 873277484,
            "stop": 873277536
        },
        {
            "start": 873277576,
            "stop": 873277597
        },
        {
            "start": 873277633,
            "stop": 873277644
        },
        {
            "start": 873277694,
            "stop": 873278632
        },
        {
            "start": 873278649,
            "stop": 873278971
        },
        {
            "start": 873278979,
            "stop": 873279211
        },
        {
            "start": 873279218,
            "stop": 873279312
        },
        {
            "start": 873279447,
            "stop": 873279646
        },
        {
            "start": 873279684,
            "stop": 873279816
        },
        {
            "start": 873279852,
            "stop": 873279876
        },
        {
            "start": 873279928,
            "stop": 873280444
        },
        {
            "start": 873280483,
            "stop": 873280588
        }
    ]
}