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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=358",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=356",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 357,
    "results": [
        {
            "start": 829345767,
            "stop": 829345768
        },
        {
            "start": 829345771,
            "stop": 829345773
        },
        {
            "start": 829345777,
            "stop": 829345779
        },
        {
            "start": 829345781,
            "stop": 829345782
        },
        {
            "start": 829345793,
            "stop": 829345794
        },
        {
            "start": 829345798,
            "stop": 829345801
        },
        {
            "start": 829345803,
            "stop": 829345806
        },
        {
            "start": 829345809,
            "stop": 829345816
        },
        {
            "start": 829345818,
            "stop": 829345820
        },
        {
            "start": 829345823,
            "stop": 829345824
        },
        {
            "start": 829345836,
            "stop": 829345843
        },
        {
            "start": 829345848,
            "stop": 829345853
        },
        {
            "start": 829345857,
            "stop": 829345858
        },
        {
            "start": 829345867,
            "stop": 829345869
        },
        {
            "start": 829345871,
            "stop": 829345878
        },
        {
            "start": 829345881,
            "stop": 829345885
        },
        {
            "start": 829345887,
            "stop": 829345888
        },
        {
            "start": 829345890,
            "stop": 829345901
        },
        {
            "start": 829345903,
            "stop": 829345907
        },
        {
            "start": 829345916,
            "stop": 829345919
        }
    ]
}