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=8612
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=8613",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8611",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8612,
    "results": [
        {
            "start": 870923758,
            "stop": 870923800
        },
        {
            "start": 870923817,
            "stop": 870923897
        },
        {
            "start": 870923914,
            "stop": 870924102
        },
        {
            "start": 870924119,
            "stop": 870924947
        },
        {
            "start": 870924964,
            "stop": 870925622
        },
        {
            "start": 870925660,
            "stop": 870926167
        },
        {
            "start": 870926184,
            "stop": 870926408
        },
        {
            "start": 870926425,
            "stop": 870926517
        },
        {
            "start": 870926534,
            "stop": 870929220
        },
        {
            "start": 870929280,
            "stop": 870929625
        },
        {
            "start": 870929642,
            "stop": 870930297
        },
        {
            "start": 870930314,
            "stop": 870932940
        },
        {
            "start": 870933000,
            "stop": 870933420
        },
        {
            "start": 870933480,
            "stop": 870937248
        },
        {
            "start": 870937265,
            "stop": 870937418
        },
        {
            "start": 870937435,
            "stop": 870937578
        },
        {
            "start": 870937595,
            "stop": 870937766
        },
        {
            "start": 870937783,
            "stop": 870938216
        },
        {
            "start": 870938256,
            "stop": 870938567
        },
        {
            "start": 870938584,
            "stop": 870938607
        }
    ]
}