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=287
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=288",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=286",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 287,
    "results": [
        {
            "start": 822572043,
            "stop": 822572903
        },
        {
            "start": 822572910,
            "stop": 822573585
        },
        {
            "start": 822573592,
            "stop": 822576553
        },
        {
            "start": 822577621,
            "stop": 822578804
        },
        {
            "start": 822578985,
            "stop": 822579142
        },
        {
            "start": 822579254,
            "stop": 822579984
        },
        {
            "start": 822580112,
            "stop": 822582467
        },
        {
            "start": 822582474,
            "stop": 822582622
        },
        {
            "start": 822582630,
            "stop": 822583712
        },
        {
            "start": 822583716,
            "stop": 822584062
        },
        {
            "start": 822584214,
            "stop": 822597421
        },
        {
            "start": 822597627,
            "stop": 822598109
        },
        {
            "start": 822598117,
            "stop": 822598873
        },
        {
            "start": 822598881,
            "stop": 822599977
        },
        {
            "start": 822599984,
            "stop": 822600287
        },
        {
            "start": 822600294,
            "stop": 822600733
        },
        {
            "start": 822600740,
            "stop": 822602196
        },
        {
            "start": 822602203,
            "stop": 822602609
        },
        {
            "start": 822602616,
            "stop": 822602664
        },
        {
            "start": 822602671,
            "stop": 822603956
        }
    ]
}