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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=332",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=330",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 331,
    "results": [
        {
            "start": 938754809,
            "stop": 938754811
        },
        {
            "start": 938754814,
            "stop": 938754858
        },
        {
            "start": 938754863,
            "stop": 938754915
        },
        {
            "start": 938754918,
            "stop": 938754960
        },
        {
            "start": 938754962,
            "stop": 938755678
        },
        {
            "start": 938755681,
            "stop": 938755689
        },
        {
            "start": 938755692,
            "stop": 938755815
        },
        {
            "start": 938755818,
            "stop": 938756173
        },
        {
            "start": 938756176,
            "stop": 938759036
        },
        {
            "start": 938759041,
            "stop": 938760542
        },
        {
            "start": 938760545,
            "stop": 938760623
        },
        {
            "start": 938760627,
            "stop": 938760803
        },
        {
            "start": 938760806,
            "stop": 938760823
        },
        {
            "start": 938760826,
            "stop": 938760859
        },
        {
            "start": 938760862,
            "stop": 938760864
        },
        {
            "start": 938760866,
            "stop": 938761214
        },
        {
            "start": 938761218,
            "stop": 938761253
        },
        {
            "start": 938761257,
            "stop": 938761351
        },
        {
            "start": 938761355,
            "stop": 938761434
        },
        {
            "start": 938761437,
            "stop": 938761461
        }
    ]
}