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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=143",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=141",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 142,
    "results": [
        {
            "start": 826080419,
            "stop": 826080421
        },
        {
            "start": 826080426,
            "stop": 826080430
        },
        {
            "start": 826080433,
            "stop": 826080434
        },
        {
            "start": 826080447,
            "stop": 826080448
        },
        {
            "start": 826080460,
            "stop": 826080461
        },
        {
            "start": 826080469,
            "stop": 826080474
        },
        {
            "start": 826080478,
            "stop": 826080480
        },
        {
            "start": 826080485,
            "stop": 826080488
        },
        {
            "start": 826080492,
            "stop": 826080493
        },
        {
            "start": 826080495,
            "stop": 826080499
        },
        {
            "start": 826080506,
            "stop": 826080507
        },
        {
            "start": 826080510,
            "stop": 826080512
        },
        {
            "start": 826080516,
            "stop": 826080520
        },
        {
            "start": 826080523,
            "stop": 826080527
        },
        {
            "start": 826080534,
            "stop": 826080535
        },
        {
            "start": 826080541,
            "stop": 826080545
        },
        {
            "start": 826080548,
            "stop": 826080553
        },
        {
            "start": 826080556,
            "stop": 826080557
        },
        {
            "start": 826080560,
            "stop": 826080561
        },
        {
            "start": 826080567,
            "stop": 826080573
        }
    ]
}