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=152
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=153",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=151",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 152,
    "results": [
        {
            "start": 817142457,
            "stop": 817142459
        },
        {
            "start": 817142480,
            "stop": 817142511
        },
        {
            "start": 817142563,
            "stop": 817142571
        },
        {
            "start": 817142640,
            "stop": 817142661
        },
        {
            "start": 817145414,
            "stop": 817145458
        },
        {
            "start": 817145485,
            "stop": 817145512
        },
        {
            "start": 817145578,
            "stop": 817145580
        },
        {
            "start": 817145640,
            "stop": 817145710
        },
        {
            "start": 817145731,
            "stop": 817145754
        },
        {
            "start": 817145789,
            "stop": 817145920
        },
        {
            "start": 817145942,
            "stop": 817145948
        },
        {
            "start": 817145981,
            "stop": 817145988
        },
        {
            "start": 817146007,
            "stop": 817146016
        },
        {
            "start": 817146077,
            "stop": 817146087
        },
        {
            "start": 817146203,
            "stop": 817146206
        },
        {
            "start": 817146443,
            "stop": 817146472
        },
        {
            "start": 817146579,
            "stop": 817146584
        },
        {
            "start": 817146604,
            "stop": 817146644
        },
        {
            "start": 817146851,
            "stop": 817146857
        },
        {
            "start": 817146942,
            "stop": 817146965
        }
    ]
}