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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7090",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7088",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7089,
    "results": [
        {
            "start": 874470324,
            "stop": 874470690
        },
        {
            "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": 874479934
        },
        {
            "start": 874479938,
            "stop": 874480020
        },
        {
            "start": 874480080,
            "stop": 874480140
        },
        {
            "start": 874480200,
            "stop": 874480320
        },
        {
            "start": 874480380,
            "stop": 874480553
        },
        {
            "start": 874480556,
            "stop": 874480674
        },
        {
            "start": 874480679,
            "stop": 874480683
        },
        {
            "start": 874480686,
            "stop": 874480810
        }
    ]
}