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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16709",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16707",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16708,
    "results": [
        {
            "start": 874995786,
            "stop": 874995836
        },
        {
            "start": 874995837,
            "stop": 874995851
        },
        {
            "start": 874995852,
            "stop": 874995905
        },
        {
            "start": 874995906,
            "stop": 874995998
        },
        {
            "start": 874995999,
            "stop": 874996001
        },
        {
            "start": 874996002,
            "stop": 874996069
        },
        {
            "start": 874996070,
            "stop": 874996189
        },
        {
            "start": 874996191,
            "stop": 874996202
        },
        {
            "start": 874996203,
            "stop": 874996311
        },
        {
            "start": 874996312,
            "stop": 874996365
        },
        {
            "start": 874996368,
            "stop": 874996487
        },
        {
            "start": 874996491,
            "stop": 874996536
        },
        {
            "start": 874996539,
            "stop": 874996552
        },
        {
            "start": 874996553,
            "stop": 874996817
        },
        {
            "start": 874996819,
            "stop": 874996933
        },
        {
            "start": 874996935,
            "stop": 874996957
        },
        {
            "start": 874996958,
            "stop": 874996983
        },
        {
            "start": 874996984,
            "stop": 874997036
        },
        {
            "start": 874997037,
            "stop": 874997050
        },
        {
            "start": 874997052,
            "stop": 874997060
        }
    ]
}