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=16704
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=16705",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16703",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16704,
    "results": [
        {
            "start": 874973967,
            "stop": 874974029
        },
        {
            "start": 874974030,
            "stop": 874974186
        },
        {
            "start": 874974189,
            "stop": 874974191
        },
        {
            "start": 874974193,
            "stop": 874974399
        },
        {
            "start": 874974401,
            "stop": 874974684
        },
        {
            "start": 874974685,
            "stop": 874974942
        },
        {
            "start": 874974943,
            "stop": 874975082
        },
        {
            "start": 874975084,
            "stop": 874975366
        },
        {
            "start": 874975367,
            "stop": 874975411
        },
        {
            "start": 874975412,
            "stop": 874975539
        },
        {
            "start": 874975541,
            "stop": 874975648
        },
        {
            "start": 874975649,
            "stop": 874975683
        },
        {
            "start": 874975684,
            "stop": 874975750
        },
        {
            "start": 874975751,
            "stop": 874975979
        },
        {
            "start": 874975981,
            "stop": 874976000
        },
        {
            "start": 874976001,
            "stop": 874976213
        },
        {
            "start": 874976215,
            "stop": 874976254
        },
        {
            "start": 874976255,
            "stop": 874976674
        },
        {
            "start": 874976675,
            "stop": 874977093
        },
        {
            "start": 874977095,
            "stop": 874977259
        }
    ]
}