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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=155",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=153",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 154,
    "results": [
        {
            "start": 819830871,
            "stop": 819830888
        },
        {
            "start": 819830895,
            "stop": 819831287
        },
        {
            "start": 819831294,
            "stop": 819831523
        },
        {
            "start": 819831537,
            "stop": 819831981
        },
        {
            "start": 819831988,
            "stop": 819832032
        },
        {
            "start": 819832039,
            "stop": 819832274
        },
        {
            "start": 819832282,
            "stop": 819833243
        },
        {
            "start": 819833250,
            "stop": 819833344
        },
        {
            "start": 819833352,
            "stop": 819833470
        },
        {
            "start": 819833478,
            "stop": 819833938
        },
        {
            "start": 819833945,
            "stop": 819834213
        },
        {
            "start": 819834220,
            "stop": 819834511
        },
        {
            "start": 819834521,
            "stop": 819834720
        },
        {
            "start": 819834728,
            "stop": 819834803
        },
        {
            "start": 819834810,
            "stop": 819834843
        },
        {
            "start": 819834851,
            "stop": 819834980
        },
        {
            "start": 819834987,
            "stop": 819835018
        },
        {
            "start": 819835026,
            "stop": 819835210
        },
        {
            "start": 819835218,
            "stop": 819835412
        },
        {
            "start": 819835420,
            "stop": 819835986
        }
    ]
}