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=106
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=107",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=105",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 106,
    "results": [
        {
            "start": 932517923,
            "stop": 932519551
        },
        {
            "start": 932519570,
            "stop": 932519984
        },
        {
            "start": 932519993,
            "stop": 932522891
        },
        {
            "start": 932532745,
            "stop": 932539020
        },
        {
            "start": 932539091,
            "stop": 932540933
        },
        {
            "start": 932540938,
            "stop": 932548426
        },
        {
            "start": 932548445,
            "stop": 932548462
        },
        {
            "start": 932548480,
            "stop": 932552506
        },
        {
            "start": 932552511,
            "stop": 932554373
        },
        {
            "start": 932554392,
            "stop": 932555165
        },
        {
            "start": 932555170,
            "stop": 932556169
        },
        {
            "start": 932556174,
            "stop": 932557145
        },
        {
            "start": 932557150,
            "stop": 932557608
        },
        {
            "start": 932557627,
            "stop": 932558969
        },
        {
            "start": 932558988,
            "stop": 932559313
        },
        {
            "start": 932559318,
            "stop": 932559512
        },
        {
            "start": 932559518,
            "stop": 932559572
        },
        {
            "start": 932559577,
            "stop": 932559590
        },
        {
            "start": 932559595,
            "stop": 932559830
        },
        {
            "start": 932559835,
            "stop": 932560123
        }
    ]
}