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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=823",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=821",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 822,
    "results": [
        {
            "start": 959393458,
            "stop": 959397155
        },
        {
            "start": 959397341,
            "stop": 959398083
        },
        {
            "start": 959398090,
            "stop": 959398277
        },
        {
            "start": 959408894,
            "stop": 959410099
        },
        {
            "start": 959410105,
            "stop": 959417116
        },
        {
            "start": 959417912,
            "stop": 959423785
        },
        {
            "start": 959423791,
            "stop": 959425009
        },
        {
            "start": 959425015,
            "stop": 959425898
        },
        {
            "start": 959425904,
            "stop": 959426035
        },
        {
            "start": 959427838,
            "stop": 959433973
        },
        {
            "start": 959437677,
            "stop": 959438942
        },
        {
            "start": 959439667,
            "stop": 959440002
        },
        {
            "start": 959448601,
            "stop": 959463935
        },
        {
            "start": 959483736,
            "stop": 959484478
        },
        {
            "start": 959487824,
            "stop": 959488723
        },
        {
            "start": 959491227,
            "stop": 959492117
        },
        {
            "start": 959501967,
            "stop": 959503115
        },
        {
            "start": 959503121,
            "stop": 959505173
        },
        {
            "start": 959505179,
            "stop": 959506778
        },
        {
            "start": 959507703,
            "stop": 959513761
        }
    ]
}