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=687
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=688",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=686",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 687,
    "results": [
        {
            "start": 846641958,
            "stop": 846642235
        },
        {
            "start": 846642635,
            "stop": 846646183
        },
        {
            "start": 846646622,
            "stop": 846675247
        },
        {
            "start": 846676314,
            "stop": 846683961
        },
        {
            "start": 846683963,
            "stop": 846684065
        },
        {
            "start": 846684066,
            "stop": 846689670
        },
        {
            "start": 846689730,
            "stop": 846689790
        },
        {
            "start": 846689850,
            "stop": 846689904
        },
        {
            "start": 846690977,
            "stop": 846691590
        },
        {
            "start": 846691650,
            "stop": 846692370
        },
        {
            "start": 846692430,
            "stop": 846692432
        },
        {
            "start": 846693400,
            "stop": 846698790
        },
        {
            "start": 846698850,
            "stop": 846698868
        },
        {
            "start": 846700050,
            "stop": 846705990
        },
        {
            "start": 846706110,
            "stop": 846746059
        },
        {
            "start": 846750254,
            "stop": 846750441
        },
        {
            "start": 846750442,
            "stop": 846751167
        },
        {
            "start": 846756016,
            "stop": 846826176
        },
        {
            "start": 846827781,
            "stop": 846833730
        },
        {
            "start": 846833790,
            "stop": 846834633
        }
    ]
}