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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=63",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=61",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 62,
    "results": [
        {
            "start": 817724541,
            "stop": 817724701
        },
        {
            "start": 817724704,
            "stop": 817724741
        },
        {
            "start": 817724744,
            "stop": 817724760
        },
        {
            "start": 817724764,
            "stop": 817724875
        },
        {
            "start": 817724878,
            "stop": 817724891
        },
        {
            "start": 817724901,
            "stop": 817724902
        },
        {
            "start": 817724905,
            "stop": 817724907
        },
        {
            "start": 817724910,
            "stop": 817725198
        },
        {
            "start": 817725201,
            "stop": 817725221
        },
        {
            "start": 817725224,
            "stop": 817725232
        },
        {
            "start": 817725235,
            "stop": 817725326
        },
        {
            "start": 817725333,
            "stop": 817725842
        },
        {
            "start": 817725847,
            "stop": 817725853
        },
        {
            "start": 817725856,
            "stop": 817725902
        },
        {
            "start": 817725908,
            "stop": 817725912
        },
        {
            "start": 817725917,
            "stop": 817725918
        },
        {
            "start": 817725921,
            "stop": 817725997
        },
        {
            "start": 817726000,
            "stop": 817726006
        },
        {
            "start": 817726012,
            "stop": 817726458
        },
        {
            "start": 817726466,
            "stop": 817726627
        }
    ]
}