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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=448",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=446",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 447,
    "results": [
        {
            "start": 872437081,
            "stop": 872437860
        },
        {
            "start": 872437920,
            "stop": 872438864
        },
        {
            "start": 872438883,
            "stop": 872441213
        },
        {
            "start": 872441232,
            "stop": 872442750
        },
        {
            "start": 872443149,
            "stop": 872443407
        },
        {
            "start": 872443426,
            "stop": 872446406
        },
        {
            "start": 872446426,
            "stop": 872446560
        },
        {
            "start": 872446626,
            "stop": 872446640
        },
        {
            "start": 872446660,
            "stop": 872448011
        },
        {
            "start": 872448030,
            "stop": 872450692
        },
        {
            "start": 872450713,
            "stop": 872450714
        },
        {
            "start": 872450773,
            "stop": 872450896
        },
        {
            "start": 872450923,
            "stop": 872450942
        },
        {
            "start": 872450963,
            "stop": 872451720
        },
        {
            "start": 872451800,
            "stop": 872451932
        },
        {
            "start": 872451951,
            "stop": 872451953
        },
        {
            "start": 872451972,
            "stop": 872458479
        },
        {
            "start": 872458503,
            "stop": 872458932
        },
        {
            "start": 872459040,
            "stop": 872461197
        },
        {
            "start": 872461307,
            "stop": 872461416
        }
    ]
}