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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=308",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=306",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 307,
    "results": [
        {
            "start": 822950633,
            "stop": 822950643
        },
        {
            "start": 822950652,
            "stop": 822950770
        },
        {
            "start": 822950775,
            "stop": 822951739
        },
        {
            "start": 822951744,
            "stop": 822951806
        },
        {
            "start": 822951812,
            "stop": 822952532
        },
        {
            "start": 822952537,
            "stop": 822954078
        },
        {
            "start": 822954084,
            "stop": 822954571
        },
        {
            "start": 822954578,
            "stop": 822955353
        },
        {
            "start": 822955358,
            "stop": 822958771
        },
        {
            "start": 822958776,
            "stop": 822971489
        },
        {
            "start": 822971499,
            "stop": 822973883
        },
        {
            "start": 822973890,
            "stop": 822980120
        },
        {
            "start": 822982806,
            "stop": 822985220
        },
        {
            "start": 822985225,
            "stop": 822985435
        },
        {
            "start": 822985440,
            "stop": 822985558
        },
        {
            "start": 822985565,
            "stop": 822985579
        },
        {
            "start": 822985589,
            "stop": 822985604
        },
        {
            "start": 822985610,
            "stop": 822985619
        },
        {
            "start": 822986495,
            "stop": 822996563
        },
        {
            "start": 822996568,
            "stop": 822996594
        }
    ]
}