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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8964",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8962",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8963,
    "results": [
        {
            "start": 873768618,
            "stop": 873768703
        },
        {
            "start": 873768722,
            "stop": 873768769
        },
        {
            "start": 873768789,
            "stop": 873768850
        },
        {
            "start": 873768869,
            "stop": 873769620
        },
        {
            "start": 873769812,
            "stop": 873769920
        },
        {
            "start": 873769980,
            "stop": 873770144
        },
        {
            "start": 873770164,
            "stop": 873770388
        },
        {
            "start": 873770642,
            "stop": 873770843
        },
        {
            "start": 873770863,
            "stop": 873770869
        },
        {
            "start": 873770888,
            "stop": 873771001
        },
        {
            "start": 873771097,
            "stop": 873771104
        },
        {
            "start": 873771123,
            "stop": 873771189
        },
        {
            "start": 873771209,
            "stop": 873771221
        },
        {
            "start": 873771241,
            "stop": 873771344
        },
        {
            "start": 873771374,
            "stop": 873771376
        },
        {
            "start": 873771395,
            "stop": 873771499
        },
        {
            "start": 873771518,
            "stop": 873771521
        },
        {
            "start": 873771541,
            "stop": 873771591
        },
        {
            "start": 873771626,
            "stop": 873771680
        },
        {
            "start": 873771726,
            "stop": 873771918
        }
    ]
}