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=272
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=273",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=271",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 272,
    "results": [
        {
            "start": 822433784,
            "stop": 822434593
        },
        {
            "start": 822434600,
            "stop": 822434602
        },
        {
            "start": 822434812,
            "stop": 822434958
        },
        {
            "start": 822434965,
            "stop": 822435553
        },
        {
            "start": 822437391,
            "stop": 822437884
        },
        {
            "start": 822437891,
            "stop": 822438535
        },
        {
            "start": 822438605,
            "stop": 822438715
        },
        {
            "start": 822438722,
            "stop": 822440030
        },
        {
            "start": 822440170,
            "stop": 822442790
        },
        {
            "start": 822442990,
            "stop": 822443173
        },
        {
            "start": 822443204,
            "stop": 822443205
        },
        {
            "start": 822443266,
            "stop": 822445250
        },
        {
            "start": 822445330,
            "stop": 822445910
        },
        {
            "start": 822445990,
            "stop": 822446750
        },
        {
            "start": 822446850,
            "stop": 822446861
        },
        {
            "start": 822446934,
            "stop": 822447064
        },
        {
            "start": 822447144,
            "stop": 822447254
        },
        {
            "start": 822447364,
            "stop": 822449746
        },
        {
            "start": 822449753,
            "stop": 822451665
        },
        {
            "start": 822451672,
            "stop": 822452025
        }
    ]
}