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=9016
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=9017",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9015",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9016,
    "results": [
        {
            "start": 874062052,
            "stop": 874062391
        },
        {
            "start": 874062408,
            "stop": 874062828
        },
        {
            "start": 874062845,
            "stop": 874064208
        },
        {
            "start": 874064225,
            "stop": 874065090
        },
        {
            "start": 874065107,
            "stop": 874065452
        },
        {
            "start": 874065469,
            "stop": 874065488
        },
        {
            "start": 874065518,
            "stop": 874065560
        },
        {
            "start": 874065577,
            "stop": 874065835
        },
        {
            "start": 874065854,
            "stop": 874066024
        },
        {
            "start": 874066042,
            "stop": 874066107
        },
        {
            "start": 874066126,
            "stop": 874066590
        },
        {
            "start": 874066607,
            "stop": 874066878
        },
        {
            "start": 874066895,
            "stop": 874067679
        },
        {
            "start": 874067696,
            "stop": 874067847
        },
        {
            "start": 874067864,
            "stop": 874067872
        },
        {
            "start": 874067889,
            "stop": 874067977
        },
        {
            "start": 874067994,
            "stop": 874068052
        },
        {
            "start": 874068069,
            "stop": 874068921
        },
        {
            "start": 874068938,
            "stop": 874069290
        },
        {
            "start": 874069309,
            "stop": 874069659
        }
    ]
}