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=186
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=187",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=185",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 186,
    "results": [
        {
            "start": 820193722,
            "stop": 820193771
        },
        {
            "start": 820193778,
            "stop": 820193911
        },
        {
            "start": 820193918,
            "stop": 820193977
        },
        {
            "start": 820193984,
            "stop": 820194007
        },
        {
            "start": 820194014,
            "stop": 820194064
        },
        {
            "start": 820194075,
            "stop": 820194088
        },
        {
            "start": 820194096,
            "stop": 820194108
        },
        {
            "start": 820194115,
            "stop": 820194166
        },
        {
            "start": 820194173,
            "stop": 820194253
        },
        {
            "start": 820195156,
            "stop": 820195208
        },
        {
            "start": 820195216,
            "stop": 820195338
        },
        {
            "start": 820195345,
            "stop": 820195396
        },
        {
            "start": 820195403,
            "stop": 820195426
        },
        {
            "start": 820195433,
            "stop": 820195471
        },
        {
            "start": 820195484,
            "stop": 820195492
        },
        {
            "start": 820195499,
            "stop": 820195523
        },
        {
            "start": 820195530,
            "stop": 820195585
        },
        {
            "start": 820195592,
            "stop": 820195667
        },
        {
            "start": 820195674,
            "stop": 820195732
        },
        {
            "start": 820195745,
            "stop": 820195746
        }
    ]
}