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=48
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=49",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=47",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 48,
    "results": [
        {
            "start": 817241049,
            "stop": 817242020
        },
        {
            "start": 817242027,
            "stop": 817242290
        },
        {
            "start": 817242430,
            "stop": 817242721
        },
        {
            "start": 817242728,
            "stop": 817242907
        },
        {
            "start": 817242914,
            "stop": 817243333
        },
        {
            "start": 817243366,
            "stop": 817243367
        },
        {
            "start": 817244187,
            "stop": 817244769
        },
        {
            "start": 817244776,
            "stop": 817245340
        },
        {
            "start": 817245347,
            "stop": 817245475
        },
        {
            "start": 817245482,
            "stop": 817245705
        },
        {
            "start": 817245712,
            "stop": 817245945
        },
        {
            "start": 817246017,
            "stop": 817246020
        },
        {
            "start": 817247901,
            "stop": 817248192
        },
        {
            "start": 817248199,
            "stop": 817248770
        },
        {
            "start": 817248850,
            "stop": 817249001
        },
        {
            "start": 817249008,
            "stop": 817249043
        },
        {
            "start": 817249050,
            "stop": 817249130
        },
        {
            "start": 817249270,
            "stop": 817249303
        },
        {
            "start": 817249310,
            "stop": 817249455
        },
        {
            "start": 817249462,
            "stop": 817249670
        }
    ]
}