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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=289",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=287",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 288,
    "results": [
        {
            "start": 831867159,
            "stop": 831867789
        },
        {
            "start": 831867939,
            "stop": 831868059
        },
        {
            "start": 831868209,
            "stop": 831868899
        },
        {
            "start": 831869090,
            "stop": 831871190
        },
        {
            "start": 831871340,
            "stop": 831871430
        },
        {
            "start": 831871587,
            "stop": 831871767
        },
        {
            "start": 831877991,
            "stop": 831878231
        },
        {
            "start": 831878388,
            "stop": 831878448
        },
        {
            "start": 831879526,
            "stop": 831880126
        },
        {
            "start": 831880263,
            "stop": 831880323
        },
        {
            "start": 831881201,
            "stop": 831881681
        },
        {
            "start": 831881875,
            "stop": 831881995
        },
        {
            "start": 831882145,
            "stop": 831883915
        },
        {
            "start": 831884072,
            "stop": 831884912
        },
        {
            "start": 831886145,
            "stop": 831890525
        },
        {
            "start": 831890675,
            "stop": 831892775
        },
        {
            "start": 831892955,
            "stop": 831894455
        },
        {
            "start": 831894605,
            "stop": 831898445
        },
        {
            "start": 831899571,
            "stop": 831903891
        },
        {
            "start": 831907185,
            "stop": 831908025
        }
    ]
}