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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=357",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=355",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 356,
    "results": [
        {
            "start": 818842296,
            "stop": 818842312
        },
        {
            "start": 818842315,
            "stop": 818842350
        },
        {
            "start": 818842416,
            "stop": 818842440
        },
        {
            "start": 818842600,
            "stop": 818842604
        },
        {
            "start": 818842624,
            "stop": 818842686
        },
        {
            "start": 818842710,
            "stop": 818842778
        },
        {
            "start": 818842839,
            "stop": 818842846
        },
        {
            "start": 818842867,
            "stop": 818842884
        },
        {
            "start": 818842918,
            "stop": 818842942
        },
        {
            "start": 818844694,
            "stop": 818844733
        },
        {
            "start": 818844772,
            "stop": 818844774
        },
        {
            "start": 818844826,
            "stop": 818844829
        },
        {
            "start": 818844894,
            "stop": 818844916
        },
        {
            "start": 818845097,
            "stop": 818845146
        },
        {
            "start": 818845166,
            "stop": 818845205
        },
        {
            "start": 818845257,
            "stop": 818845260
        },
        {
            "start": 818845310,
            "stop": 818845311
        },
        {
            "start": 818845331,
            "stop": 818845352
        },
        {
            "start": 818845436,
            "stop": 818845440
        },
        {
            "start": 818845547,
            "stop": 818845576
        }
    ]
}