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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40610",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40608",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40609,
    "results": [
        {
            "start": 874886849,
            "stop": 874886880
        },
        {
            "start": 874886940,
            "stop": 874887019
        },
        {
            "start": 874887020,
            "stop": 874887078
        },
        {
            "start": 874887080,
            "stop": 874887092
        },
        {
            "start": 874887093,
            "stop": 874887104
        },
        {
            "start": 874887105,
            "stop": 874887160
        },
        {
            "start": 874887162,
            "stop": 874887168
        },
        {
            "start": 874887169,
            "stop": 874887215
        },
        {
            "start": 874887216,
            "stop": 874887253
        },
        {
            "start": 874887254,
            "stop": 874887295
        },
        {
            "start": 874887297,
            "stop": 874887301
        },
        {
            "start": 874887302,
            "stop": 874887338
        },
        {
            "start": 874887339,
            "stop": 874887393
        },
        {
            "start": 874887395,
            "stop": 874887422
        },
        {
            "start": 874887423,
            "stop": 874887547
        },
        {
            "start": 874887548,
            "stop": 874887573
        },
        {
            "start": 874887574,
            "stop": 874887575
        },
        {
            "start": 874887576,
            "stop": 874887594
        },
        {
            "start": 874887595,
            "stop": 874887658
        },
        {
            "start": 874887659,
            "stop": 874887732
        }
    ]
}