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=30
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=31",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=29",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 30,
    "results": [
        {
            "start": 817504024,
            "stop": 817504123
        },
        {
            "start": 817507859,
            "stop": 817507999
        },
        {
            "start": 817509065,
            "stop": 817510020
        },
        {
            "start": 817510583,
            "stop": 817515053
        },
        {
            "start": 817515054,
            "stop": 817549399
        },
        {
            "start": 817549799,
            "stop": 817552531
        },
        {
            "start": 817553568,
            "stop": 817554255
        },
        {
            "start": 817554764,
            "stop": 817562730
        },
        {
            "start": 817562970,
            "stop": 817563030
        },
        {
            "start": 817563090,
            "stop": 817564236
        },
        {
            "start": 817564674,
            "stop": 817565084
        },
        {
            "start": 817567460,
            "stop": 817568430
        },
        {
            "start": 817568490,
            "stop": 817569323
        },
        {
            "start": 817569856,
            "stop": 817570694
        },
        {
            "start": 817571014,
            "stop": 817571549
        },
        {
            "start": 817571949,
            "stop": 817574850
        },
        {
            "start": 817574851,
            "stop": 817592550
        },
        {
            "start": 817592886,
            "stop": 817593111
        },
        {
            "start": 817593511,
            "stop": 817596124
        },
        {
            "start": 817597339,
            "stop": 817600230
        }
    ]
}