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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=203",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=201",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 202,
    "results": [
        {
            "start": 820781335,
            "stop": 820782733
        },
        {
            "start": 820782780,
            "stop": 820782781
        },
        {
            "start": 820782941,
            "stop": 820784090
        },
        {
            "start": 820784170,
            "stop": 820785300
        },
        {
            "start": 820785360,
            "stop": 820786670
        },
        {
            "start": 820786810,
            "stop": 820790370
        },
        {
            "start": 820790377,
            "stop": 820796970
        },
        {
            "start": 820796977,
            "stop": 820805049
        },
        {
            "start": 820806311,
            "stop": 820810551
        },
        {
            "start": 820810558,
            "stop": 820828093
        },
        {
            "start": 820828129,
            "stop": 820828130
        },
        {
            "start": 820829068,
            "stop": 820832731
        },
        {
            "start": 820832739,
            "stop": 820834382
        },
        {
            "start": 820834390,
            "stop": 820835920
        },
        {
            "start": 820835927,
            "stop": 820838069
        },
        {
            "start": 820838076,
            "stop": 820839482
        },
        {
            "start": 820839489,
            "stop": 820841290
        },
        {
            "start": 820841297,
            "stop": 820842870
        },
        {
            "start": 820842877,
            "stop": 820843934
        },
        {
            "start": 820843941,
            "stop": 820844605
        }
    ]
}