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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9055",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9053",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9054,
    "results": [
        {
            "start": 874358921,
            "stop": 874359031
        },
        {
            "start": 874359050,
            "stop": 874359210
        },
        {
            "start": 874360170,
            "stop": 874360560
        },
        {
            "start": 874360579,
            "stop": 874360723
        },
        {
            "start": 874360759,
            "stop": 874361447
        },
        {
            "start": 874361466,
            "stop": 874361721
        },
        {
            "start": 874361740,
            "stop": 874361918
        },
        {
            "start": 874361939,
            "stop": 874362051
        },
        {
            "start": 874362073,
            "stop": 874362111
        },
        {
            "start": 874362130,
            "stop": 874362294
        },
        {
            "start": 874362330,
            "stop": 874362338
        },
        {
            "start": 874362357,
            "stop": 874362372
        },
        {
            "start": 874362400,
            "stop": 874363120
        },
        {
            "start": 874363143,
            "stop": 874363309
        },
        {
            "start": 874363529,
            "stop": 874364165
        },
        {
            "start": 874364227,
            "stop": 874365824
        },
        {
            "start": 874365841,
            "stop": 874366437
        },
        {
            "start": 874366456,
            "stop": 874366660
        },
        {
            "start": 874367502,
            "stop": 874367616
        },
        {
            "start": 874367633,
            "stop": 874367638
        }
    ]
}