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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9777",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9775",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9776,
    "results": [
        {
            "start": 873721360,
            "stop": 873721375
        },
        {
            "start": 873721376,
            "stop": 873721403
        },
        {
            "start": 873721405,
            "stop": 873721410
        },
        {
            "start": 873721411,
            "stop": 873721414
        },
        {
            "start": 873721415,
            "stop": 873721417
        },
        {
            "start": 873721419,
            "stop": 873721420
        },
        {
            "start": 873721421,
            "stop": 873721429
        },
        {
            "start": 873721430,
            "stop": 873721433
        },
        {
            "start": 873721434,
            "stop": 873721439
        },
        {
            "start": 873721441,
            "stop": 873721443
        },
        {
            "start": 873721444,
            "stop": 873721447
        },
        {
            "start": 873721448,
            "stop": 873721463
        },
        {
            "start": 873721464,
            "stop": 873721476
        },
        {
            "start": 873721477,
            "stop": 873721497
        },
        {
            "start": 873721498,
            "stop": 873721555
        },
        {
            "start": 873721556,
            "stop": 873721592
        },
        {
            "start": 873721593,
            "stop": 873721596
        },
        {
            "start": 873721597,
            "stop": 873721718
        },
        {
            "start": 873721719,
            "stop": 873721721
        },
        {
            "start": 873721722,
            "stop": 873721764
        }
    ]
}