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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=301",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=299",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 300,
    "results": [
        {
            "start": 821694408,
            "stop": 821694409
        },
        {
            "start": 821694416,
            "stop": 821694422
        },
        {
            "start": 821694426,
            "stop": 821694427
        },
        {
            "start": 821694430,
            "stop": 821694431
        },
        {
            "start": 821694438,
            "stop": 821694443
        },
        {
            "start": 821694446,
            "stop": 821694459
        },
        {
            "start": 821694462,
            "stop": 821694467
        },
        {
            "start": 821694470,
            "stop": 821694473
        },
        {
            "start": 821694476,
            "stop": 821694483
        },
        {
            "start": 821694486,
            "stop": 821694492
        },
        {
            "start": 821694495,
            "stop": 821694509
        },
        {
            "start": 821694512,
            "stop": 821694522
        },
        {
            "start": 821694528,
            "stop": 821694538
        },
        {
            "start": 821694544,
            "stop": 821694551
        },
        {
            "start": 821694554,
            "stop": 821694564
        },
        {
            "start": 821694572,
            "stop": 821694573
        },
        {
            "start": 821694576,
            "stop": 821694578
        },
        {
            "start": 821694581,
            "stop": 821694588
        },
        {
            "start": 821694596,
            "stop": 821694599
        },
        {
            "start": 821694602,
            "stop": 821694608
        }
    ]
}