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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=252",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=250",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 251,
    "results": [
        {
            "start": 820436540,
            "stop": 820436546
        },
        {
            "start": 820436550,
            "stop": 820436664
        },
        {
            "start": 820436667,
            "stop": 820437303
        },
        {
            "start": 820437320,
            "stop": 820437593
        },
        {
            "start": 820437597,
            "stop": 820437660
        },
        {
            "start": 820437720,
            "stop": 820438440
        },
        {
            "start": 820438500,
            "stop": 820438501
        },
        {
            "start": 820438614,
            "stop": 820438752
        },
        {
            "start": 820438756,
            "stop": 820438811
        },
        {
            "start": 820438814,
            "stop": 820439040
        },
        {
            "start": 820439117,
            "stop": 820439144
        },
        {
            "start": 820439147,
            "stop": 820439222
        },
        {
            "start": 820439225,
            "stop": 820439360
        },
        {
            "start": 820439392,
            "stop": 820439536
        },
        {
            "start": 820439539,
            "stop": 820439640
        },
        {
            "start": 820439700,
            "stop": 820439930
        },
        {
            "start": 820439933,
            "stop": 820440654
        },
        {
            "start": 820440657,
            "stop": 820440718
        },
        {
            "start": 820440721,
            "stop": 820440867
        },
        {
            "start": 820440870,
            "stop": 820440873
        }
    ]
}