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=198
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=199",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=197",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 198,
    "results": [
        {
            "start": 932677575,
            "stop": 932678401
        },
        {
            "start": 932678403,
            "stop": 932679195
        },
        {
            "start": 932679197,
            "stop": 932679347
        },
        {
            "start": 932679349,
            "stop": 932679587
        },
        {
            "start": 932679589,
            "stop": 932679955
        },
        {
            "start": 932679960,
            "stop": 932680034
        },
        {
            "start": 932682523,
            "stop": 932682859
        },
        {
            "start": 932682864,
            "stop": 932683365
        },
        {
            "start": 932683368,
            "stop": 932684205
        },
        {
            "start": 932684208,
            "stop": 932684296
        },
        {
            "start": 932684298,
            "stop": 932684310
        },
        {
            "start": 932684313,
            "stop": 932684325
        },
        {
            "start": 932684328,
            "stop": 932684340
        },
        {
            "start": 932684343,
            "stop": 932684400
        },
        {
            "start": 932684403,
            "stop": 932684415
        },
        {
            "start": 932684775,
            "stop": 932684820
        },
        {
            "start": 932684840,
            "stop": 932685136
        },
        {
            "start": 932685138,
            "stop": 932685151
        },
        {
            "start": 932685153,
            "stop": 932685165
        },
        {
            "start": 932685168,
            "stop": 932685180
        }
    ]
}