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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3512",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3510",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3511,
    "results": [
        {
            "start": 970101866,
            "stop": 970101872
        },
        {
            "start": 970101878,
            "stop": 970101879
        },
        {
            "start": 970101893,
            "stop": 970101902
        },
        {
            "start": 970101908,
            "stop": 970102263
        },
        {
            "start": 970102264,
            "stop": 970102885
        },
        {
            "start": 970102888,
            "stop": 970103272
        },
        {
            "start": 970103275,
            "stop": 970103426
        },
        {
            "start": 970103429,
            "stop": 970103468
        },
        {
            "start": 970103471,
            "stop": 970103550
        },
        {
            "start": 970103553,
            "stop": 970103870
        },
        {
            "start": 970103876,
            "stop": 970103880
        },
        {
            "start": 970103889,
            "stop": 970104544
        },
        {
            "start": 970104545,
            "stop": 970104636
        },
        {
            "start": 970104639,
            "stop": 970105161
        },
        {
            "start": 970105167,
            "stop": 970105170
        },
        {
            "start": 970105176,
            "stop": 970105186
        },
        {
            "start": 970105192,
            "stop": 970105205
        },
        {
            "start": 970105211,
            "stop": 970105648
        },
        {
            "start": 970105654,
            "stop": 970105897
        },
        {
            "start": 970105900,
            "stop": 970105963
        }
    ]
}