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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=161",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=159",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 160,
    "results": [
        {
            "start": 826709702,
            "stop": 826710646
        },
        {
            "start": 826710648,
            "stop": 826710657
        },
        {
            "start": 826710661,
            "stop": 826710677
        },
        {
            "start": 826710679,
            "stop": 826717364
        },
        {
            "start": 826717794,
            "stop": 826718226
        },
        {
            "start": 826718856,
            "stop": 826724131
        },
        {
            "start": 826724133,
            "stop": 826724370
        },
        {
            "start": 826724702,
            "stop": 826728342
        },
        {
            "start": 826728344,
            "stop": 826728479
        },
        {
            "start": 826728481,
            "stop": 826730506
        },
        {
            "start": 826732906,
            "stop": 826735294
        },
        {
            "start": 826735297,
            "stop": 826735612
        },
        {
            "start": 826735618,
            "stop": 826739234
        },
        {
            "start": 826739370,
            "stop": 826744830
        },
        {
            "start": 826744890,
            "stop": 826744905
        },
        {
            "start": 826745015,
            "stop": 826746282
        },
        {
            "start": 826746779,
            "stop": 826754545
        },
        {
            "start": 826754547,
            "stop": 826754729
        },
        {
            "start": 826754731,
            "stop": 826755258
        },
        {
            "start": 826755260,
            "stop": 826759416
        }
    ]
}