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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15862",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15860",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15861,
    "results": [
        {
            "start": 971239669,
            "stop": 971239683
        },
        {
            "start": 971239684,
            "stop": 971239744
        },
        {
            "start": 971239746,
            "stop": 971239749
        },
        {
            "start": 971239753,
            "stop": 971239760
        },
        {
            "start": 971239761,
            "stop": 971239793
        },
        {
            "start": 971239794,
            "stop": 971239796
        },
        {
            "start": 971239797,
            "stop": 971239799
        },
        {
            "start": 971239801,
            "stop": 971239837
        },
        {
            "start": 971239838,
            "stop": 971239847
        },
        {
            "start": 971239848,
            "stop": 971239865
        },
        {
            "start": 971239868,
            "stop": 971239869
        },
        {
            "start": 971239870,
            "stop": 971239874
        },
        {
            "start": 971239876,
            "stop": 971239895
        },
        {
            "start": 971239896,
            "stop": 971239899
        },
        {
            "start": 971239901,
            "stop": 971239902
        },
        {
            "start": 971239904,
            "stop": 971239920
        },
        {
            "start": 971239922,
            "stop": 971239934
        },
        {
            "start": 971239937,
            "stop": 971240006
        },
        {
            "start": 971240008,
            "stop": 971240020
        },
        {
            "start": 971240022,
            "stop": 971240026
        }
    ]
}