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=205
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=206",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=204",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 205,
    "results": [
        {
            "start": 820868055,
            "stop": 820868090
        },
        {
            "start": 820868170,
            "stop": 820868593
        },
        {
            "start": 820868810,
            "stop": 820869350
        },
        {
            "start": 820869430,
            "stop": 820869570
        },
        {
            "start": 820869577,
            "stop": 820870056
        },
        {
            "start": 820870063,
            "stop": 820871088
        },
        {
            "start": 820871095,
            "stop": 820871270
        },
        {
            "start": 820871410,
            "stop": 820872079
        },
        {
            "start": 820872086,
            "stop": 820872530
        },
        {
            "start": 820872610,
            "stop": 820873213
        },
        {
            "start": 820873214,
            "stop": 820873216
        },
        {
            "start": 820876092,
            "stop": 820876273
        },
        {
            "start": 820876356,
            "stop": 820876362
        },
        {
            "start": 820876732,
            "stop": 820876790
        },
        {
            "start": 820876907,
            "stop": 820876940
        },
        {
            "start": 820876948,
            "stop": 820877080
        },
        {
            "start": 820877088,
            "stop": 820877233
        },
        {
            "start": 820877425,
            "stop": 820877791
        },
        {
            "start": 820877798,
            "stop": 820877810
        },
        {
            "start": 820877890,
            "stop": 820878110
        }
    ]
}