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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=623",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=621",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 622,
    "results": [
        {
            "start": 829064160,
            "stop": 829065319
        },
        {
            "start": 829065341,
            "stop": 829065506
        },
        {
            "start": 829065509,
            "stop": 829066297
        },
        {
            "start": 829066597,
            "stop": 829066924
        },
        {
            "start": 829115649,
            "stop": 829115802
        },
        {
            "start": 829115805,
            "stop": 829115834
        },
        {
            "start": 829115837,
            "stop": 829115924
        },
        {
            "start": 829115927,
            "stop": 829116057
        },
        {
            "start": 829116060,
            "stop": 829116172
        },
        {
            "start": 829116176,
            "stop": 829117193
        },
        {
            "start": 829121749,
            "stop": 829121847
        },
        {
            "start": 829121884,
            "stop": 829121906
        },
        {
            "start": 829121909,
            "stop": 829121915
        },
        {
            "start": 829121936,
            "stop": 829121944
        },
        {
            "start": 829121970,
            "stop": 829122417
        },
        {
            "start": 829122437,
            "stop": 829122795
        },
        {
            "start": 829122798,
            "stop": 829122902
        },
        {
            "start": 829122905,
            "stop": 829123215
        },
        {
            "start": 829123218,
            "stop": 829123464
        },
        {
            "start": 829123467,
            "stop": 829124366
        }
    ]
}