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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10096",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10094",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10095,
    "results": [
        {
            "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
        },
        {
            "start": 873280595,
            "stop": 873280802
        },
        {
            "start": 873280819,
            "stop": 873281208
        },
        {
            "start": 873281244,
            "stop": 873281684
        }
    ]
}