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=751
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=752",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=750",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 751,
    "results": [
        {
            "start": 858391097,
            "stop": 858422310
        },
        {
            "start": 858422370,
            "stop": 858426270
        },
        {
            "start": 858426330,
            "stop": 858427350
        },
        {
            "start": 858427470,
            "stop": 858429004
        },
        {
            "start": 858429006,
            "stop": 858429014
        },
        {
            "start": 858429016,
            "stop": 858429017
        },
        {
            "start": 858429018,
            "stop": 858430950
        },
        {
            "start": 858431010,
            "stop": 858436590
        },
        {
            "start": 858436650,
            "stop": 858437610
        },
        {
            "start": 858437670,
            "stop": 858437790
        },
        {
            "start": 858437910,
            "stop": 858437970
        },
        {
            "start": 858457346,
            "stop": 858461927
        },
        {
            "start": 858464035,
            "stop": 858465150
        },
        {
            "start": 858465210,
            "stop": 858465404
        },
        {
            "start": 858466900,
            "stop": 858467790
        },
        {
            "start": 858468478,
            "stop": 858469471
        },
        {
            "start": 858469474,
            "stop": 858470040
        },
        {
            "start": 858471314,
            "stop": 858489776
        },
        {
            "start": 858490325,
            "stop": 858514641
        },
        {
            "start": 858514643,
            "stop": 858518383
        }
    ]
}