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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=186",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=184",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 185,
    "results": [
        {
            "start": 820192489,
            "stop": 820192497
        },
        {
            "start": 820192510,
            "stop": 820192656
        },
        {
            "start": 820192663,
            "stop": 820192706
        },
        {
            "start": 820192714,
            "stop": 820192795
        },
        {
            "start": 820192803,
            "stop": 820192936
        },
        {
            "start": 820192944,
            "stop": 820192995
        },
        {
            "start": 820193002,
            "stop": 820193008
        },
        {
            "start": 820193015,
            "stop": 820193076
        },
        {
            "start": 820193084,
            "stop": 820193130
        },
        {
            "start": 820193139,
            "stop": 820193150
        },
        {
            "start": 820193165,
            "stop": 820193182
        },
        {
            "start": 820193189,
            "stop": 820193201
        },
        {
            "start": 820193209,
            "stop": 820193237
        },
        {
            "start": 820193250,
            "stop": 820193269
        },
        {
            "start": 820193276,
            "stop": 820193357
        },
        {
            "start": 820193365,
            "stop": 820193436
        },
        {
            "start": 820193443,
            "stop": 820193454
        },
        {
            "start": 820193461,
            "stop": 820193475
        },
        {
            "start": 820193482,
            "stop": 820193527
        },
        {
            "start": 820193534,
            "stop": 820193714
        }
    ]
}