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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3535",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3533",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3534,
    "results": [
        {
            "start": 871534250,
            "stop": 871534516
        },
        {
            "start": 871534533,
            "stop": 871534823
        },
        {
            "start": 871534840,
            "stop": 871535007
        },
        {
            "start": 871535065,
            "stop": 871535075
        },
        {
            "start": 871535092,
            "stop": 871535547
        },
        {
            "start": 871535564,
            "stop": 871535721
        },
        {
            "start": 871535738,
            "stop": 871535767
        },
        {
            "start": 871535784,
            "stop": 871535791
        },
        {
            "start": 871535814,
            "stop": 871535869
        },
        {
            "start": 871535887,
            "stop": 871536477
        },
        {
            "start": 871536494,
            "stop": 871536798
        },
        {
            "start": 871536815,
            "stop": 871537522
        },
        {
            "start": 871537539,
            "stop": 871537587
        },
        {
            "start": 871537620,
            "stop": 871537820
        },
        {
            "start": 871537837,
            "stop": 871537929
        },
        {
            "start": 871537962,
            "stop": 871538502
        },
        {
            "start": 871538519,
            "stop": 871538985
        },
        {
            "start": 871539002,
            "stop": 871539081
        },
        {
            "start": 871539100,
            "stop": 871539212
        },
        {
            "start": 871539239,
            "stop": 871539420
        }
    ]
}