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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3962",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3960",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 3961,
    "results": [
        {
            "start": 874470694,
            "stop": 874470695
        },
        {
            "start": 874470700,
            "stop": 874470787
        },
        {
            "start": 874470790,
            "stop": 874470810
        },
        {
            "start": 874470813,
            "stop": 874470816
        },
        {
            "start": 874470819,
            "stop": 874470831
        },
        {
            "start": 874470840,
            "stop": 874476836
        },
        {
            "start": 874476839,
            "stop": 874476865
        },
        {
            "start": 874476874,
            "stop": 874476926
        },
        {
            "start": 874476936,
            "stop": 874476938
        },
        {
            "start": 874476941,
            "stop": 874478086
        },
        {
            "start": 874478089,
            "stop": 874478116
        },
        {
            "start": 874478119,
            "stop": 874480553
        },
        {
            "start": 874480556,
            "stop": 874480674
        },
        {
            "start": 874480679,
            "stop": 874480683
        },
        {
            "start": 874480686,
            "stop": 874480810
        },
        {
            "start": 874480813,
            "stop": 874480951
        },
        {
            "start": 874480957,
            "stop": 874481158
        },
        {
            "start": 874481161,
            "stop": 874481191
        },
        {
            "start": 874481194,
            "stop": 874481226
        },
        {
            "start": 874481230,
            "stop": 874481238
        }
    ]
}