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=226
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=227",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=225",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 226,
    "results": [
        {
            "start": 933346417,
            "stop": 933346815
        },
        {
            "start": 933352584,
            "stop": 933352969
        },
        {
            "start": 933354387,
            "stop": 933354527
        },
        {
            "start": 933354530,
            "stop": 933355354
        },
        {
            "start": 933355356,
            "stop": 933355369
        },
        {
            "start": 933355371,
            "stop": 933355383
        },
        {
            "start": 933355386,
            "stop": 933355398
        },
        {
            "start": 933355401,
            "stop": 933355414
        },
        {
            "start": 933355416,
            "stop": 933355488
        },
        {
            "start": 933355491,
            "stop": 933355533
        },
        {
            "start": 933355536,
            "stop": 933356504
        },
        {
            "start": 933356507,
            "stop": 933357093
        },
        {
            "start": 933357096,
            "stop": 933357392
        },
        {
            "start": 933369629,
            "stop": 933369809
        },
        {
            "start": 933369869,
            "stop": 933369989
        },
        {
            "start": 933370049,
            "stop": 933370246
        },
        {
            "start": 933370257,
            "stop": 933370378
        },
        {
            "start": 933370384,
            "stop": 933370450
        },
        {
            "start": 933370461,
            "stop": 933370623
        },
        {
            "start": 933370627,
            "stop": 933370649
        }
    ]
}