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=320
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=321",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=319",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 320,
    "results": [
        {
            "start": 822438180,
            "stop": 822438535
        },
        {
            "start": 822438605,
            "stop": 822438715
        },
        {
            "start": 822438722,
            "stop": 822439440
        },
        {
            "start": 822439500,
            "stop": 822440030
        },
        {
            "start": 822440170,
            "stop": 822442790
        },
        {
            "start": 822442990,
            "stop": 822443173
        },
        {
            "start": 822443266,
            "stop": 822443820
        },
        {
            "start": 822443880,
            "stop": 822444120
        },
        {
            "start": 822444180,
            "stop": 822445250
        },
        {
            "start": 822445330,
            "stop": 822445440
        },
        {
            "start": 822445500,
            "stop": 822445910
        },
        {
            "start": 822445990,
            "stop": 822446460
        },
        {
            "start": 822446520,
            "stop": 822446750
        },
        {
            "start": 822446850,
            "stop": 822446859
        },
        {
            "start": 822446934,
            "stop": 822447064
        },
        {
            "start": 822447144,
            "stop": 822447253
        },
        {
            "start": 822447364,
            "stop": 822447420
        },
        {
            "start": 822447480,
            "stop": 822447540
        },
        {
            "start": 822447720,
            "stop": 822449746
        },
        {
            "start": 822449753,
            "stop": 822451665
        }
    ]
}