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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=759",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=757",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 758,
    "results": [
        {
            "start": 856343551,
            "stop": 856343671
        },
        {
            "start": 856343821,
            "stop": 856354591
        },
        {
            "start": 856354731,
            "stop": 856358151
        },
        {
            "start": 856358314,
            "stop": 856360174
        },
        {
            "start": 856361221,
            "stop": 856361521
        },
        {
            "start": 856361666,
            "stop": 856361846
        },
        {
            "start": 856362009,
            "stop": 856362489
        },
        {
            "start": 856362659,
            "stop": 856362959
        },
        {
            "start": 856363111,
            "stop": 856363171
        },
        {
            "start": 856364866,
            "stop": 856365106
        },
        {
            "start": 856365241,
            "stop": 856365841
        },
        {
            "start": 856365989,
            "stop": 856366049
        },
        {
            "start": 856366197,
            "stop": 856366617
        },
        {
            "start": 856366776,
            "stop": 856367796
        },
        {
            "start": 856367952,
            "stop": 856368912
        },
        {
            "start": 856369055,
            "stop": 856369115
        },
        {
            "start": 856369333,
            "stop": 856369723
        },
        {
            "start": 856370034,
            "stop": 856370634
        },
        {
            "start": 856370797,
            "stop": 856371577
        },
        {
            "start": 856371763,
            "stop": 856371883
        }
    ]
}