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=719
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=720",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=718",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 719,
    "results": [
        {
            "start": 830394980,
            "stop": 830395041
        },
        {
            "start": 830395045,
            "stop": 830395047
        },
        {
            "start": 830395050,
            "stop": 830395065
        },
        {
            "start": 830395069,
            "stop": 830395070
        },
        {
            "start": 830395073,
            "stop": 830395081
        },
        {
            "start": 830395087,
            "stop": 830395094
        },
        {
            "start": 830395394,
            "stop": 830395478
        },
        {
            "start": 830395482,
            "stop": 830395557
        },
        {
            "start": 830395560,
            "stop": 830395570
        },
        {
            "start": 830395579,
            "stop": 830395582
        },
        {
            "start": 830395585,
            "stop": 830395716
        },
        {
            "start": 830395719,
            "stop": 830395737
        },
        {
            "start": 830395740,
            "stop": 830395854
        },
        {
            "start": 830395858,
            "stop": 830395907
        },
        {
            "start": 830395912,
            "stop": 830395922
        },
        {
            "start": 830395926,
            "stop": 830395947
        },
        {
            "start": 830395950,
            "stop": 830395957
        },
        {
            "start": 830396067,
            "stop": 830396085
        },
        {
            "start": 830396089,
            "stop": 830396095
        },
        {
            "start": 830396099,
            "stop": 830396108
        }
    ]
}