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=16624
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=16625",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16623",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16624,
    "results": [
        {
            "start": 874799728,
            "stop": 874799743
        },
        {
            "start": 874799746,
            "stop": 874799750
        },
        {
            "start": 874799751,
            "stop": 874799752
        },
        {
            "start": 874799753,
            "stop": 874799768
        },
        {
            "start": 874799769,
            "stop": 874799782
        },
        {
            "start": 874799788,
            "stop": 874799801
        },
        {
            "start": 874799802,
            "stop": 874799851
        },
        {
            "start": 874799852,
            "stop": 874799897
        },
        {
            "start": 874799899,
            "stop": 874799900
        },
        {
            "start": 874799902,
            "stop": 874799941
        },
        {
            "start": 874799945,
            "stop": 874799946
        },
        {
            "start": 874799947,
            "stop": 874799986
        },
        {
            "start": 874799987,
            "stop": 874799996
        },
        {
            "start": 874799997,
            "stop": 874799999
        },
        {
            "start": 874800000,
            "stop": 874800143
        },
        {
            "start": 874800146,
            "stop": 874800147
        },
        {
            "start": 874800148,
            "stop": 874800207
        },
        {
            "start": 874800208,
            "stop": 874800394
        },
        {
            "start": 874800395,
            "stop": 874800479
        },
        {
            "start": 874800480,
            "stop": 874801001
        }
    ]
}