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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=169",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=167",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 168,
    "results": [
        {
            "start": 820160290,
            "stop": 820160555
        },
        {
            "start": 820160558,
            "stop": 820161324
        },
        {
            "start": 820161325,
            "stop": 820161891
        },
        {
            "start": 820161895,
            "stop": 820162737
        },
        {
            "start": 820162740,
            "stop": 820163374
        },
        {
            "start": 820163377,
            "stop": 820163998
        },
        {
            "start": 820164001,
            "stop": 820164369
        },
        {
            "start": 820164372,
            "stop": 820164376
        },
        {
            "start": 820164380,
            "stop": 820164466
        },
        {
            "start": 820164470,
            "stop": 820164794
        },
        {
            "start": 820164797,
            "stop": 820164806
        },
        {
            "start": 820164809,
            "stop": 820165319
        },
        {
            "start": 820165322,
            "stop": 820166182
        },
        {
            "start": 820166185,
            "stop": 820166212
        },
        {
            "start": 820166215,
            "stop": 820166249
        },
        {
            "start": 820166252,
            "stop": 820166776
        },
        {
            "start": 820166779,
            "stop": 820167102
        },
        {
            "start": 820167105,
            "stop": 820167627
        },
        {
            "start": 820167630,
            "stop": 820167762
        },
        {
            "start": 820167765,
            "stop": 820168347
        }
    ]
}