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=7421
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=7422",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7420",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7421,
    "results": [
        {
            "start": 969816341,
            "stop": 969816382
        },
        {
            "start": 969816385,
            "stop": 969816398
        },
        {
            "start": 969816406,
            "stop": 969816466
        },
        {
            "start": 969816591,
            "stop": 969816596
        },
        {
            "start": 969826868,
            "stop": 969827099
        },
        {
            "start": 969827102,
            "stop": 969827176
        },
        {
            "start": 969827179,
            "stop": 969827207
        },
        {
            "start": 969827447,
            "stop": 969827465
        },
        {
            "start": 969827468,
            "stop": 969827473
        },
        {
            "start": 969827476,
            "stop": 969827507
        },
        {
            "start": 969827644,
            "stop": 969827661
        },
        {
            "start": 969827664,
            "stop": 969827924
        },
        {
            "start": 969828073,
            "stop": 969828216
        },
        {
            "start": 969828219,
            "stop": 969828227
        },
        {
            "start": 969828407,
            "stop": 969828408
        },
        {
            "start": 969828412,
            "stop": 969828423
        },
        {
            "start": 969828428,
            "stop": 969828441
        },
        {
            "start": 969828444,
            "stop": 969828483
        },
        {
            "start": 969828494,
            "stop": 969828528
        },
        {
            "start": 969828531,
            "stop": 969828620
        }
    ]
}