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=132
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=133",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=131",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 132,
    "results": [
        {
            "start": 931925679,
            "stop": 931925689
        },
        {
            "start": 931925692,
            "stop": 931925704
        },
        {
            "start": 931925706,
            "stop": 931927625
        },
        {
            "start": 931927628,
            "stop": 931928063
        },
        {
            "start": 931928068,
            "stop": 931928133
        },
        {
            "start": 931928137,
            "stop": 931928415
        },
        {
            "start": 931928775,
            "stop": 931929306
        },
        {
            "start": 931929309,
            "stop": 931929443
        },
        {
            "start": 931929447,
            "stop": 931931351
        },
        {
            "start": 931931354,
            "stop": 931931465
        },
        {
            "start": 931931467,
            "stop": 931931750
        },
        {
            "start": 931931752,
            "stop": 931932015
        },
        {
            "start": 931932375,
            "stop": 931932455
        },
        {
            "start": 931932458,
            "stop": 931932648
        },
        {
            "start": 931932653,
            "stop": 931933521
        },
        {
            "start": 931933523,
            "stop": 931935615
        },
        {
            "start": 931935975,
            "stop": 931936727
        },
        {
            "start": 931936731,
            "stop": 931936836
        },
        {
            "start": 931936838,
            "stop": 931937032
        },
        {
            "start": 931937034,
            "stop": 931937183
        }
    ]
}