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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7514",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7512",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7513,
    "results": [
        {
            "start": 970392514,
            "stop": 970392522
        },
        {
            "start": 970392525,
            "stop": 970392648
        },
        {
            "start": 970392651,
            "stop": 970392693
        },
        {
            "start": 970392696,
            "stop": 970392831
        },
        {
            "start": 970392868,
            "stop": 970392871
        },
        {
            "start": 970392929,
            "stop": 970392930
        },
        {
            "start": 970392940,
            "stop": 970392941
        },
        {
            "start": 970392947,
            "stop": 970392955
        },
        {
            "start": 970392967,
            "stop": 970392971
        },
        {
            "start": 970392981,
            "stop": 970393006
        },
        {
            "start": 970393012,
            "stop": 970393013
        },
        {
            "start": 970393016,
            "stop": 970393187
        },
        {
            "start": 970393190,
            "stop": 970393221
        },
        {
            "start": 970393225,
            "stop": 970393229
        },
        {
            "start": 970393232,
            "stop": 970393500
        },
        {
            "start": 970393503,
            "stop": 970393616
        },
        {
            "start": 970393621,
            "stop": 970393640
        },
        {
            "start": 970393643,
            "stop": 970393731
        },
        {
            "start": 970393734,
            "stop": 970393744
        },
        {
            "start": 970393747,
            "stop": 970393774
        }
    ]
}