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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7904",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7902",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 7903,
    "results": [
        {
            "start": 969979009,
            "stop": 969979066
        },
        {
            "start": 969979069,
            "stop": 969979436
        },
        {
            "start": 969979439,
            "stop": 969979489
        },
        {
            "start": 969979492,
            "stop": 969979616
        },
        {
            "start": 969979619,
            "stop": 969979624
        },
        {
            "start": 969979628,
            "stop": 969979715
        },
        {
            "start": 969979718,
            "stop": 969979885
        },
        {
            "start": 969979889,
            "stop": 969980004
        },
        {
            "start": 969980007,
            "stop": 969980025
        },
        {
            "start": 969980028,
            "stop": 969980042
        },
        {
            "start": 969980045,
            "stop": 969980054
        },
        {
            "start": 969980062,
            "stop": 969980064
        },
        {
            "start": 969980067,
            "stop": 969980117
        },
        {
            "start": 969980120,
            "stop": 969980159
        },
        {
            "start": 969980162,
            "stop": 969980424
        },
        {
            "start": 969980428,
            "stop": 969980430
        },
        {
            "start": 969980433,
            "stop": 969980503
        },
        {
            "start": 969980506,
            "stop": 969980513
        },
        {
            "start": 969980516,
            "stop": 969980547
        },
        {
            "start": 969980550,
            "stop": 969980559
        }
    ]
}