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=8225
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=8226",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8224",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8225,
    "results": [
        {
            "start": 873712377,
            "stop": 873712394
        },
        {
            "start": 873712416,
            "stop": 873712435
        },
        {
            "start": 873712454,
            "stop": 873712462
        },
        {
            "start": 873712482,
            "stop": 873712484
        },
        {
            "start": 873712507,
            "stop": 873712547
        },
        {
            "start": 873712567,
            "stop": 873712596
        },
        {
            "start": 873712667,
            "stop": 873712732
        },
        {
            "start": 873712755,
            "stop": 873712795
        },
        {
            "start": 873712846,
            "stop": 873712892
        },
        {
            "start": 873712911,
            "stop": 873712919
        },
        {
            "start": 873712938,
            "stop": 873712957
        },
        {
            "start": 873712977,
            "stop": 873713015
        },
        {
            "start": 873713048,
            "stop": 873713158
        },
        {
            "start": 873713177,
            "stop": 873713297
        },
        {
            "start": 873713320,
            "stop": 873713333
        },
        {
            "start": 873721507,
            "stop": 873721528
        },
        {
            "start": 873721620,
            "stop": 873721650
        },
        {
            "start": 873721694,
            "stop": 873721707
        },
        {
            "start": 873721733,
            "stop": 873721735
        },
        {
            "start": 873721810,
            "stop": 873721815
        }
    ]
}