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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=309",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=307",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 308,
    "results": [
        {
            "start": 822148560,
            "stop": 822150600
        },
        {
            "start": 822150660,
            "stop": 822152160
        },
        {
            "start": 822152436,
            "stop": 822153253
        },
        {
            "start": 822178414,
            "stop": 822178560
        },
        {
            "start": 822178620,
            "stop": 822178680
        },
        {
            "start": 822178740,
            "stop": 822179160
        },
        {
            "start": 822179400,
            "stop": 822179424
        },
        {
            "start": 822179496,
            "stop": 822179640
        },
        {
            "start": 822179700,
            "stop": 822179724
        },
        {
            "start": 822179943,
            "stop": 822180290
        },
        {
            "start": 822180370,
            "stop": 822180530
        },
        {
            "start": 822180670,
            "stop": 822181560
        },
        {
            "start": 822181620,
            "stop": 822181980
        },
        {
            "start": 822182040,
            "stop": 822182220
        },
        {
            "start": 822182280,
            "stop": 822182630
        },
        {
            "start": 822182710,
            "stop": 822182953
        },
        {
            "start": 822183781,
            "stop": 822184370
        },
        {
            "start": 822184510,
            "stop": 822184993
        },
        {
            "start": 822185719,
            "stop": 822186000
        },
        {
            "start": 822186060,
            "stop": 822190070
        }
    ]
}