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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3697",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3695",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3696,
    "results": [
        {
            "start": 873167331,
            "stop": 873167343
        },
        {
            "start": 873167360,
            "stop": 873167368
        },
        {
            "start": 873167394,
            "stop": 873167413
        },
        {
            "start": 873167452,
            "stop": 873167480
        },
        {
            "start": 873167497,
            "stop": 873167561
        },
        {
            "start": 873167579,
            "stop": 873167744
        },
        {
            "start": 873167761,
            "stop": 873167940
        },
        {
            "start": 873168000,
            "stop": 873168600
        },
        {
            "start": 873168660,
            "stop": 873170990
        },
        {
            "start": 873171007,
            "stop": 873171975
        },
        {
            "start": 873171992,
            "stop": 873173212
        },
        {
            "start": 873173230,
            "stop": 873173594
        },
        {
            "start": 873173611,
            "stop": 873173911
        },
        {
            "start": 873173928,
            "stop": 873173959
        },
        {
            "start": 873173976,
            "stop": 873174772
        },
        {
            "start": 873174789,
            "stop": 873174816
        },
        {
            "start": 873174833,
            "stop": 873177392
        },
        {
            "start": 873177409,
            "stop": 873177660
        },
        {
            "start": 873177720,
            "stop": 873178522
        },
        {
            "start": 873178569,
            "stop": 873179330
        }
    ]
}