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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=76",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=74",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 75,
    "results": [
        {
            "start": 932075640,
            "stop": 932075650
        },
        {
            "start": 932075652,
            "stop": 932075706
        },
        {
            "start": 932075707,
            "stop": 932075746
        },
        {
            "start": 932075749,
            "stop": 932075754
        },
        {
            "start": 932075755,
            "stop": 932075756
        },
        {
            "start": 932075758,
            "stop": 932075767
        },
        {
            "start": 932075768,
            "stop": 932075839
        },
        {
            "start": 932075843,
            "stop": 932075847
        },
        {
            "start": 932075848,
            "stop": 932075849
        },
        {
            "start": 932075850,
            "stop": 932075853
        },
        {
            "start": 932075855,
            "stop": 932075874
        },
        {
            "start": 932075875,
            "stop": 932075886
        },
        {
            "start": 932075888,
            "stop": 932075904
        },
        {
            "start": 932075908,
            "stop": 932075949
        },
        {
            "start": 932075952,
            "stop": 932075972
        },
        {
            "start": 932075973,
            "stop": 932075985
        },
        {
            "start": 932075986,
            "stop": 932075994
        },
        {
            "start": 932075995,
            "stop": 932075997
        },
        {
            "start": 932075998,
            "stop": 932076004
        },
        {
            "start": 932076005,
            "stop": 932076014
        }
    ]
}