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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10162",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10160",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10161,
    "results": [
        {
            "start": 873771097,
            "stop": 873771110
        },
        {
            "start": 873771117,
            "stop": 873771195
        },
        {
            "start": 873771203,
            "stop": 873771227
        },
        {
            "start": 873771235,
            "stop": 873771344
        },
        {
            "start": 873771391,
            "stop": 873771505
        },
        {
            "start": 873771512,
            "stop": 873771527
        },
        {
            "start": 873771535,
            "stop": 873771591
        },
        {
            "start": 873771643,
            "stop": 873771680
        },
        {
            "start": 873771743,
            "stop": 873771924
        },
        {
            "start": 873771936,
            "stop": 873771957
        },
        {
            "start": 873771964,
            "stop": 873772042
        },
        {
            "start": 873772049,
            "stop": 873772108
        },
        {
            "start": 873772116,
            "stop": 873772129
        },
        {
            "start": 873772137,
            "stop": 873772205
        },
        {
            "start": 873772212,
            "stop": 873772322
        },
        {
            "start": 873772330,
            "stop": 873772391
        },
        {
            "start": 873772398,
            "stop": 873772406
        },
        {
            "start": 873772453,
            "stop": 873772457
        },
        {
            "start": 873772465,
            "stop": 873772541
        },
        {
            "start": 873772548,
            "stop": 873772640
        }
    ]
}