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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=223",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=221",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 222,
    "results": [
        {
            "start": 818215684,
            "stop": 818215685
        },
        {
            "start": 818215697,
            "stop": 818215698
        },
        {
            "start": 818215718,
            "stop": 818215719
        },
        {
            "start": 818215734,
            "stop": 818215741
        },
        {
            "start": 818215769,
            "stop": 818215772
        },
        {
            "start": 818215777,
            "stop": 818215778
        },
        {
            "start": 818215782,
            "stop": 818215783
        },
        {
            "start": 818215797,
            "stop": 818215801
        },
        {
            "start": 818215804,
            "stop": 818215806
        },
        {
            "start": 818215816,
            "stop": 818215820
        },
        {
            "start": 818215845,
            "stop": 818215848
        },
        {
            "start": 818215879,
            "stop": 818215883
        },
        {
            "start": 818215886,
            "stop": 818215887
        },
        {
            "start": 818215892,
            "stop": 818215897
        },
        {
            "start": 818215900,
            "stop": 818215903
        },
        {
            "start": 818215941,
            "stop": 818215942
        },
        {
            "start": 818215956,
            "stop": 818215957
        },
        {
            "start": 818215968,
            "stop": 818215971
        },
        {
            "start": 818215981,
            "stop": 818215983
        },
        {
            "start": 818215993,
            "stop": 818215994
        }
    ]
}