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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=330",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=328",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 329,
    "results": [
        {
            "start": 857406292,
            "stop": 857406307
        },
        {
            "start": 857406311,
            "stop": 857406403
        },
        {
            "start": 857410112,
            "stop": 857410125
        },
        {
            "start": 857410128,
            "stop": 857410143
        },
        {
            "start": 857410152,
            "stop": 857410182
        },
        {
            "start": 857410186,
            "stop": 857410216
        },
        {
            "start": 857410224,
            "stop": 857410323
        },
        {
            "start": 857410327,
            "stop": 857410360
        },
        {
            "start": 857410364,
            "stop": 857410374
        },
        {
            "start": 857410378,
            "stop": 857410384
        },
        {
            "start": 857410388,
            "stop": 857410398
        },
        {
            "start": 857410408,
            "stop": 857410428
        },
        {
            "start": 857410431,
            "stop": 857410447
        },
        {
            "start": 857410450,
            "stop": 857410457
        },
        {
            "start": 857410460,
            "stop": 857410540
        },
        {
            "start": 857410544,
            "stop": 857410550
        },
        {
            "start": 857410558,
            "stop": 857410578
        },
        {
            "start": 857410587,
            "stop": 857410593
        },
        {
            "start": 857410601,
            "stop": 857410617
        },
        {
            "start": 857410621,
            "stop": 857410637
        }
    ]
}