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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7449",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7447",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7448,
    "results": [
        {
            "start": 969983985,
            "stop": 969983986
        },
        {
            "start": 969983989,
            "stop": 969983999
        },
        {
            "start": 969984039,
            "stop": 969984047
        },
        {
            "start": 969984239,
            "stop": 969984272
        },
        {
            "start": 969984275,
            "stop": 969984279
        },
        {
            "start": 969984639,
            "stop": 969984648
        },
        {
            "start": 969984651,
            "stop": 969984671
        },
        {
            "start": 969984674,
            "stop": 969984800
        },
        {
            "start": 969984803,
            "stop": 969984859
        },
        {
            "start": 969984862,
            "stop": 969984901
        },
        {
            "start": 969984904,
            "stop": 969984919
        },
        {
            "start": 969984999,
            "stop": 969985039
        },
        {
            "start": 969985079,
            "stop": 969985135
        },
        {
            "start": 969985139,
            "stop": 969985239
        },
        {
            "start": 969985399,
            "stop": 969985408
        },
        {
            "start": 969985411,
            "stop": 969985487
        },
        {
            "start": 969985607,
            "stop": 969985791
        },
        {
            "start": 969985794,
            "stop": 969985837
        },
        {
            "start": 969985840,
            "stop": 969985967
        },
        {
            "start": 969986147,
            "stop": 969986165
        }
    ]
}