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=193
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=194",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=192",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 193,
    "results": [
        {
            "start": 817584468,
            "stop": 817584543
        },
        {
            "start": 817584572,
            "stop": 817584717
        },
        {
            "start": 817584734,
            "stop": 817584767
        },
        {
            "start": 817584789,
            "stop": 817585022
        },
        {
            "start": 817585046,
            "stop": 817585144
        },
        {
            "start": 817585149,
            "stop": 817585159
        },
        {
            "start": 817585164,
            "stop": 817585319
        },
        {
            "start": 817585359,
            "stop": 817585434
        },
        {
            "start": 817585453,
            "stop": 817585466
        },
        {
            "start": 817585488,
            "stop": 817585538
        },
        {
            "start": 817585557,
            "stop": 817585596
        },
        {
            "start": 817585619,
            "stop": 817585688
        },
        {
            "start": 817585705,
            "stop": 817585854
        },
        {
            "start": 817585876,
            "stop": 817585893
        },
        {
            "start": 817585942,
            "stop": 817586001
        },
        {
            "start": 817586042,
            "stop": 817586044
        },
        {
            "start": 817586088,
            "stop": 817586167
        },
        {
            "start": 817586198,
            "stop": 817586268
        },
        {
            "start": 817586296,
            "stop": 817586314
        },
        {
            "start": 817586345,
            "stop": 817586353
        }
    ]
}