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=8753
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=8754",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8752",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8753,
    "results": [
        {
            "start": 873096120,
            "stop": 873096134
        },
        {
            "start": 873096300,
            "stop": 873097740
        },
        {
            "start": 873097860,
            "stop": 873100482
        },
        {
            "start": 873100499,
            "stop": 873101592
        },
        {
            "start": 873101609,
            "stop": 873102240
        },
        {
            "start": 873102300,
            "stop": 873102600
        },
        {
            "start": 873102660,
            "stop": 873103375
        },
        {
            "start": 873106656,
            "stop": 873108420
        },
        {
            "start": 873108480,
            "stop": 873109920
        },
        {
            "start": 873109980,
            "stop": 873112389
        },
        {
            "start": 873112406,
            "stop": 873112423
        },
        {
            "start": 873112440,
            "stop": 873112572
        },
        {
            "start": 873112589,
            "stop": 873112595
        },
        {
            "start": 873112612,
            "stop": 873112625
        },
        {
            "start": 873112642,
            "stop": 873112674
        },
        {
            "start": 873112707,
            "stop": 873113142
        },
        {
            "start": 873113159,
            "stop": 873113280
        },
        {
            "start": 873113340,
            "stop": 873113523
        },
        {
            "start": 873113540,
            "stop": 873116270
        },
        {
            "start": 873116350,
            "stop": 873116552
        }
    ]
}