Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=429
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=430",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=428",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 429,
    "results": [
        {
            "start": 870558384,
            "stop": 870560004
        },
        {
            "start": 870560960,
            "stop": 870561552
        },
        {
            "start": 870562038,
            "stop": 870562075
        },
        {
            "start": 870562185,
            "stop": 870562614
        },
        {
            "start": 870562914,
            "stop": 870566339
        },
        {
            "start": 870566361,
            "stop": 870568229
        },
        {
            "start": 870569365,
            "stop": 870571412
        },
        {
            "start": 870571468,
            "stop": 870571474
        },
        {
            "start": 870571496,
            "stop": 870571527
        },
        {
            "start": 870571548,
            "stop": 870578003
        },
        {
            "start": 870578569,
            "stop": 870579326
        },
        {
            "start": 870579626,
            "stop": 870621079
        },
        {
            "start": 870621101,
            "stop": 870623262
        },
        {
            "start": 870623283,
            "stop": 870623314
        },
        {
            "start": 870623351,
            "stop": 870623539
        },
        {
            "start": 870623808,
            "stop": 870624385
        },
        {
            "start": 870624409,
            "stop": 870625346
        },
        {
            "start": 870626073,
            "stop": 870626940
        },
        {
            "start": 870627000,
            "stop": 870627120
        },
        {
            "start": 870627240,
            "stop": 870628730
        }
    ]
}