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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=103",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=101",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 102,
    "results": [
        {
            "start": 931669734,
            "stop": 931669743
        },
        {
            "start": 931669749,
            "stop": 931669773
        },
        {
            "start": 931669783,
            "stop": 931669786
        },
        {
            "start": 931669797,
            "stop": 931669800
        },
        {
            "start": 931669847,
            "stop": 931669856
        },
        {
            "start": 931669878,
            "stop": 931669879
        },
        {
            "start": 931669886,
            "stop": 931669887
        },
        {
            "start": 931669894,
            "stop": 931669905
        },
        {
            "start": 931669912,
            "stop": 931669915
        },
        {
            "start": 931669922,
            "stop": 931669926
        },
        {
            "start": 931669958,
            "stop": 931669959
        },
        {
            "start": 931670002,
            "stop": 931670004
        },
        {
            "start": 931670022,
            "stop": 931670025
        },
        {
            "start": 931670038,
            "stop": 931670046
        },
        {
            "start": 931670058,
            "stop": 931670059
        },
        {
            "start": 931670089,
            "stop": 931670095
        },
        {
            "start": 931670111,
            "stop": 931670118
        },
        {
            "start": 931670148,
            "stop": 931670157
        },
        {
            "start": 931670187,
            "stop": 931670191
        },
        {
            "start": 931670201,
            "stop": 931670207
        }
    ]
}