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=6929
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=6930",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6928",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6929,
    "results": [
        {
            "start": 873712474,
            "stop": 873712492
        },
        {
            "start": 873712499,
            "stop": 873712555
        },
        {
            "start": 873712559,
            "stop": 873712604
        },
        {
            "start": 873712608,
            "stop": 873712619
        },
        {
            "start": 873712622,
            "stop": 873712637
        },
        {
            "start": 873712644,
            "stop": 873712650
        },
        {
            "start": 873712659,
            "stop": 873712740
        },
        {
            "start": 873712747,
            "stop": 873712803
        },
        {
            "start": 873712806,
            "stop": 873712816
        },
        {
            "start": 873712822,
            "stop": 873712835
        },
        {
            "start": 873712838,
            "stop": 873712900
        },
        {
            "start": 873712903,
            "stop": 873712927
        },
        {
            "start": 873712930,
            "stop": 873712965
        },
        {
            "start": 873712969,
            "stop": 873713023
        },
        {
            "start": 873713027,
            "stop": 873713030
        },
        {
            "start": 873713040,
            "stop": 873713166
        },
        {
            "start": 873713169,
            "stop": 873713305
        },
        {
            "start": 873713312,
            "stop": 873713333
        },
        {
            "start": 873713495,
            "stop": 873713509
        },
        {
            "start": 873713520,
            "stop": 873713521
        }
    ]
}