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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=764",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=762",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 763,
    "results": [
        {
            "start": 860585190,
            "stop": 860585218
        },
        {
            "start": 860586330,
            "stop": 860616128
        },
        {
            "start": 860616845,
            "stop": 860624010
        },
        {
            "start": 860624070,
            "stop": 860624076
        },
        {
            "start": 860624891,
            "stop": 860671420
        },
        {
            "start": 860671423,
            "stop": 860675505
        },
        {
            "start": 860676767,
            "stop": 860710770
        },
        {
            "start": 860719054,
            "stop": 860736250
        },
        {
            "start": 860738497,
            "stop": 860740358
        },
        {
            "start": 860745940,
            "stop": 860759713
        },
        {
            "start": 860760863,
            "stop": 860772340
        },
        {
            "start": 860772343,
            "stop": 860788912
        },
        {
            "start": 860790958,
            "stop": 860796750
        },
        {
            "start": 860797659,
            "stop": 860827370
        },
        {
            "start": 860827691,
            "stop": 860857385
        },
        {
            "start": 860877290,
            "stop": 860877307
        },
        {
            "start": 860877331,
            "stop": 860879028
        },
        {
            "start": 860879689,
            "stop": 860887642
        },
        {
            "start": 860889731,
            "stop": 860889781
        },
        {
            "start": 860890181,
            "stop": 860894445
        }
    ]
}