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=150
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=151",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=149",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 150,
    "results": [
        {
            "start": 817203360,
            "stop": 817203378
        },
        {
            "start": 817203434,
            "stop": 817203450
        },
        {
            "start": 817203474,
            "stop": 817203515
        },
        {
            "start": 817203537,
            "stop": 817203547
        },
        {
            "start": 817203578,
            "stop": 817203580
        },
        {
            "start": 817203616,
            "stop": 817203617
        },
        {
            "start": 817203655,
            "stop": 817203716
        },
        {
            "start": 817203739,
            "stop": 817203749
        },
        {
            "start": 817203787,
            "stop": 817203817
        },
        {
            "start": 817203954,
            "stop": 817203977
        },
        {
            "start": 817204000,
            "stop": 817204028
        },
        {
            "start": 817204088,
            "stop": 817204130
        },
        {
            "start": 817204153,
            "stop": 817204167
        },
        {
            "start": 817204188,
            "stop": 817204202
        },
        {
            "start": 817204279,
            "stop": 817204340
        },
        {
            "start": 817204388,
            "stop": 817204557
        },
        {
            "start": 817204595,
            "stop": 817204601
        },
        {
            "start": 817204649,
            "stop": 817204663
        },
        {
            "start": 817204700,
            "stop": 817204730
        },
        {
            "start": 817204808,
            "stop": 817205096
        }
    ]
}