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=2045
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=2046",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2044",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2045,
    "results": [
        {
            "start": 860275645,
            "stop": 860275657
        },
        {
            "start": 860275665,
            "stop": 860276416
        },
        {
            "start": 860276716,
            "stop": 860276730
        },
        {
            "start": 860276840,
            "stop": 860277162
        },
        {
            "start": 860277462,
            "stop": 860280093
        },
        {
            "start": 860281604,
            "stop": 860284160
        },
        {
            "start": 860284460,
            "stop": 860292753
        },
        {
            "start": 860293053,
            "stop": 860329320
        },
        {
            "start": 860329325,
            "stop": 860329977
        },
        {
            "start": 860329988,
            "stop": 860330017
        },
        {
            "start": 860330023,
            "stop": 860330802
        },
        {
            "start": 860330804,
            "stop": 860338070
        },
        {
            "start": 860338075,
            "stop": 860341174
        },
        {
            "start": 860341179,
            "stop": 860341204
        },
        {
            "start": 860341207,
            "stop": 860341410
        },
        {
            "start": 860341470,
            "stop": 860341498
        },
        {
            "start": 860342259,
            "stop": 860342700
        },
        {
            "start": 860342705,
            "stop": 860342706
        },
        {
            "start": 860342710,
            "stop": 860342725
        },
        {
            "start": 860342730,
            "stop": 860342737
        }
    ]
}