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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8580",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8578",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8579,
    "results": [
        {
            "start": 870361938,
            "stop": 870361951
        },
        {
            "start": 870362071,
            "stop": 870362488
        },
        {
            "start": 870362608,
            "stop": 870363331
        },
        {
            "start": 870363348,
            "stop": 870364866
        },
        {
            "start": 870365078,
            "stop": 870366971
        },
        {
            "start": 870367091,
            "stop": 870367140
        },
        {
            "start": 870367200,
            "stop": 870367740
        },
        {
            "start": 870367800,
            "stop": 870368580
        },
        {
            "start": 870368640,
            "stop": 870368700
        },
        {
            "start": 870368760,
            "stop": 870369240
        },
        {
            "start": 870369300,
            "stop": 870369645
        },
        {
            "start": 870369720,
            "stop": 870369937
        },
        {
            "start": 870369973,
            "stop": 870370406
        },
        {
            "start": 870370539,
            "stop": 870371715
        },
        {
            "start": 870371891,
            "stop": 870372799
        },
        {
            "start": 870372835,
            "stop": 870373278
        },
        {
            "start": 870373520,
            "stop": 870374144
        },
        {
            "start": 870374264,
            "stop": 870375510
        },
        {
            "start": 870375630,
            "stop": 870375739
        },
        {
            "start": 870375900,
            "stop": 870376200
        }
    ]
}