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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=231",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=229",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 230,
    "results": [
        {
            "start": 850517826,
            "stop": 850517892
        },
        {
            "start": 850517913,
            "stop": 850517997
        },
        {
            "start": 850519090,
            "stop": 850532360
        },
        {
            "start": 850534437,
            "stop": 850578434
        },
        {
            "start": 850578459,
            "stop": 850579249
        },
        {
            "start": 850599430,
            "stop": 850602729
        },
        {
            "start": 850603029,
            "stop": 850603090
        },
        {
            "start": 850603142,
            "stop": 850623202
        },
        {
            "start": 850623220,
            "stop": 850630497
        },
        {
            "start": 850630518,
            "stop": 850643026
        },
        {
            "start": 850644481,
            "stop": 850666318
        },
        {
            "start": 850666621,
            "stop": 850672912
        },
        {
            "start": 850672945,
            "stop": 850674093
        },
        {
            "start": 850674425,
            "stop": 850677140
        },
        {
            "start": 850678934,
            "stop": 850679090
        },
        {
            "start": 850680202,
            "stop": 850688119
        },
        {
            "start": 850688141,
            "stop": 850690234
        },
        {
            "start": 850690256,
            "stop": 850690259
        },
        {
            "start": 850690281,
            "stop": 850690781
        },
        {
            "start": 850690802,
            "stop": 850691962
        }
    ]
}