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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=297",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=295",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 296,
    "results": [
        {
            "start": 857157120,
            "stop": 857159607
        },
        {
            "start": 857163203,
            "stop": 857168641
        },
        {
            "start": 857168738,
            "stop": 857192800
        },
        {
            "start": 857199321,
            "stop": 857200214
        },
        {
            "start": 857205413,
            "stop": 857222571
        },
        {
            "start": 857224336,
            "stop": 857229481
        },
        {
            "start": 857230535,
            "stop": 857232017
        },
        {
            "start": 857248718,
            "stop": 857254696
        },
        {
            "start": 857256691,
            "stop": 857290117
        },
        {
            "start": 857291256,
            "stop": 857307049
        },
        {
            "start": 857308022,
            "stop": 857308165
        },
        {
            "start": 857309511,
            "stop": 857311743
        },
        {
            "start": 857313349,
            "stop": 857319668
        },
        {
            "start": 857321086,
            "stop": 857340281
        },
        {
            "start": 857341893,
            "stop": 857342177
        },
        {
            "start": 857342994,
            "stop": 857368570
        },
        {
            "start": 857369137,
            "stop": 857378307
        },
        {
            "start": 857379981,
            "stop": 857391454
        },
        {
            "start": 857394092,
            "stop": 857402775
        },
        {
            "start": 857403796,
            "stop": 857404485
        }
    ]
}