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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=704",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=702",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 703,
    "results": [
        {
            "start": 951751307,
            "stop": 951752076
        },
        {
            "start": 951752083,
            "stop": 951753399
        },
        {
            "start": 951760835,
            "stop": 951766111
        },
        {
            "start": 951781052,
            "stop": 951784667
        },
        {
            "start": 951784957,
            "stop": 951787748
        },
        {
            "start": 951788071,
            "stop": 951790456
        },
        {
            "start": 951791764,
            "stop": 951792047
        },
        {
            "start": 951794784,
            "stop": 951800409
        },
        {
            "start": 951800590,
            "stop": 951817206
        },
        {
            "start": 951824431,
            "stop": 951825617
        },
        {
            "start": 951825623,
            "stop": 951825664
        },
        {
            "start": 951825670,
            "stop": 951825822
        },
        {
            "start": 951850348,
            "stop": 951855608
        },
        {
            "start": 951857175,
            "stop": 951860809
        },
        {
            "start": 951861084,
            "stop": 951874285
        },
        {
            "start": 951874429,
            "stop": 951874469
        },
        {
            "start": 951874634,
            "stop": 951877602
        },
        {
            "start": 951877931,
            "stop": 951887503
        },
        {
            "start": 951890691,
            "stop": 951920858
        },
        {
            "start": 951926885,
            "stop": 951931339
        }
    ]
}