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=330
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=331",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=329",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 330,
    "results": [
        {
            "start": 818250034,
            "stop": 818250035
        },
        {
            "start": 818250040,
            "stop": 818250044
        },
        {
            "start": 818250047,
            "stop": 818250049
        },
        {
            "start": 818250052,
            "stop": 818250053
        },
        {
            "start": 818250059,
            "stop": 818250060
        },
        {
            "start": 818250064,
            "stop": 818250065
        },
        {
            "start": 818250068,
            "stop": 818250069
        },
        {
            "start": 818250075,
            "stop": 818250076
        },
        {
            "start": 818250079,
            "stop": 818250084
        },
        {
            "start": 818250091,
            "stop": 818250094
        },
        {
            "start": 818250104,
            "stop": 818250110
        },
        {
            "start": 818250113,
            "stop": 818250114
        },
        {
            "start": 818250120,
            "stop": 818250121
        },
        {
            "start": 818250127,
            "stop": 818250130
        },
        {
            "start": 818250138,
            "stop": 818250141
        },
        {
            "start": 818250144,
            "stop": 818250148
        },
        {
            "start": 818250151,
            "stop": 818250152
        },
        {
            "start": 818250172,
            "stop": 818250173
        },
        {
            "start": 818250194,
            "stop": 818250196
        },
        {
            "start": 818250199,
            "stop": 818250200
        }
    ]
}