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=150
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=151",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=149",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 150,
    "results": [
        {
            "start": 818076476,
            "stop": 818076478
        },
        {
            "start": 818076482,
            "stop": 818076486
        },
        {
            "start": 818076492,
            "stop": 818076493
        },
        {
            "start": 818076498,
            "stop": 818076500
        },
        {
            "start": 818076503,
            "stop": 818076505
        },
        {
            "start": 818076509,
            "stop": 818076511
        },
        {
            "start": 818076514,
            "stop": 818076515
        },
        {
            "start": 818076521,
            "stop": 818076522
        },
        {
            "start": 818076525,
            "stop": 818076527
        },
        {
            "start": 818076537,
            "stop": 818076539
        },
        {
            "start": 818076551,
            "stop": 818076554
        },
        {
            "start": 818076559,
            "stop": 818076562
        },
        {
            "start": 818076567,
            "stop": 818076570
        },
        {
            "start": 818076574,
            "stop": 818076576
        },
        {
            "start": 818076581,
            "stop": 818076585
        },
        {
            "start": 818076588,
            "stop": 818076589
        },
        {
            "start": 818076596,
            "stop": 818076597
        },
        {
            "start": 818076600,
            "stop": 818076605
        },
        {
            "start": 818076611,
            "stop": 818076613
        },
        {
            "start": 818076625,
            "stop": 818076626
        }
    ]
}