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=195
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=196",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=194",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 195,
    "results": [
        {
            "start": 932620756,
            "stop": 932623215
        },
        {
            "start": 932623575,
            "stop": 932623834
        },
        {
            "start": 932627175,
            "stop": 932627245
        },
        {
            "start": 932628292,
            "stop": 932629044
        },
        {
            "start": 932629047,
            "stop": 932629451
        },
        {
            "start": 932629454,
            "stop": 932630184
        },
        {
            "start": 932630188,
            "stop": 932630225
        },
        {
            "start": 932630228,
            "stop": 932630375
        },
        {
            "start": 932630378,
            "stop": 932630415
        },
        {
            "start": 932630778,
            "stop": 932630780
        },
        {
            "start": 932630783,
            "stop": 932630795
        },
        {
            "start": 932630799,
            "stop": 932630805
        },
        {
            "start": 932630808,
            "stop": 932631125
        },
        {
            "start": 932631128,
            "stop": 932632254
        },
        {
            "start": 932632257,
            "stop": 932632599
        },
        {
            "start": 932632601,
            "stop": 932632700
        },
        {
            "start": 932632704,
            "stop": 932632824
        },
        {
            "start": 932632827,
            "stop": 932634015
        },
        {
            "start": 932634375,
            "stop": 932634684
        },
        {
            "start": 932634687,
            "stop": 932635390
        }
    ]
}