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=96
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=97",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=95",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 96,
    "results": [
        {
            "start": 818052876,
            "stop": 818052878
        },
        {
            "start": 818052881,
            "stop": 818052889
        },
        {
            "start": 818052892,
            "stop": 818052908
        },
        {
            "start": 818052912,
            "stop": 818052921
        },
        {
            "start": 818052925,
            "stop": 818052930
        },
        {
            "start": 818052936,
            "stop": 818052964
        },
        {
            "start": 818052967,
            "stop": 818053011
        },
        {
            "start": 818053015,
            "stop": 818053017
        },
        {
            "start": 818053024,
            "stop": 818053028
        },
        {
            "start": 818053032,
            "stop": 818053039
        },
        {
            "start": 818053044,
            "stop": 818053057
        },
        {
            "start": 818053060,
            "stop": 818053062
        },
        {
            "start": 818053065,
            "stop": 818053070
        },
        {
            "start": 818053075,
            "stop": 818053089
        },
        {
            "start": 818053092,
            "stop": 818053094
        },
        {
            "start": 818053097,
            "stop": 818053098
        },
        {
            "start": 818053101,
            "stop": 818053120
        },
        {
            "start": 818053123,
            "stop": 818053125
        },
        {
            "start": 818053132,
            "stop": 818053139
        },
        {
            "start": 818053147,
            "stop": 818053149
        }
    ]
}