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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=110",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=108",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 109,
    "results": [
        {
            "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
        },
        {
            "start": 932560128,
            "stop": 932560151
        },
        {
            "start": 932560156,
            "stop": 932560285
        },
        {
            "start": 932560290,
            "stop": 932560359
        },
        {
            "start": 932560364,
            "stop": 932560374
        },
        {
            "start": 932560379,
            "stop": 932560449
        },
        {
            "start": 932565587,
            "stop": 932567018
        },
        {
            "start": 932567023,
            "stop": 932567612
        }
    ]
}