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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8115",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8113",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8114,
    "results": [
        {
            "start": 872771344,
            "stop": 872771607
        },
        {
            "start": 872771624,
            "stop": 872772671
        },
        {
            "start": 872772688,
            "stop": 872773253
        },
        {
            "start": 872773273,
            "stop": 872773838
        },
        {
            "start": 872773855,
            "stop": 872774100
        },
        {
            "start": 872774119,
            "stop": 872775097
        },
        {
            "start": 872775114,
            "stop": 872775128
        },
        {
            "start": 872775145,
            "stop": 872775350
        },
        {
            "start": 872775367,
            "stop": 872775773
        },
        {
            "start": 872775790,
            "stop": 872776177
        },
        {
            "start": 872776194,
            "stop": 872777453
        },
        {
            "start": 872777472,
            "stop": 872778150
        },
        {
            "start": 872779110,
            "stop": 872779204
        },
        {
            "start": 872779324,
            "stop": 872779359
        },
        {
            "start": 872779377,
            "stop": 872779404
        },
        {
            "start": 872779421,
            "stop": 872779445
        },
        {
            "start": 872779670,
            "stop": 872780055
        },
        {
            "start": 872780175,
            "stop": 872780640
        },
        {
            "start": 872780880,
            "stop": 872780940
        },
        {
            "start": 872781000,
            "stop": 872781599
        }
    ]
}