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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=349",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=347",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 348,
    "results": [
        {
            "start": 824223910,
            "stop": 824223924
        },
        {
            "start": 824300172,
            "stop": 824300221
        },
        {
            "start": 824361208,
            "stop": 824361350
        },
        {
            "start": 824363311,
            "stop": 824366732
        },
        {
            "start": 824366739,
            "stop": 824367114
        },
        {
            "start": 824367121,
            "stop": 824369206
        },
        {
            "start": 824369213,
            "stop": 824369620
        },
        {
            "start": 824369627,
            "stop": 824372419
        },
        {
            "start": 824372426,
            "stop": 824373060
        },
        {
            "start": 824373542,
            "stop": 824373688
        },
        {
            "start": 824373695,
            "stop": 824373793
        },
        {
            "start": 824373837,
            "stop": 824373839
        },
        {
            "start": 824374015,
            "stop": 824374117
        },
        {
            "start": 824374124,
            "stop": 824374157
        },
        {
            "start": 824378271,
            "stop": 824381809
        },
        {
            "start": 824381817,
            "stop": 824384307
        },
        {
            "start": 824384311,
            "stop": 824384574
        },
        {
            "start": 824384582,
            "stop": 824385060
        },
        {
            "start": 824385068,
            "stop": 824385322
        },
        {
            "start": 824385330,
            "stop": 824389671
        }
    ]
}