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=738
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=739",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=737",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 738,
    "results": [
        {
            "start": 856106848,
            "stop": 856122690
        },
        {
            "start": 856122810,
            "stop": 856127010
        },
        {
            "start": 856127160,
            "stop": 856127730
        },
        {
            "start": 856128417,
            "stop": 856129208
        },
        {
            "start": 856129209,
            "stop": 856130955
        },
        {
            "start": 856130957,
            "stop": 856131410
        },
        {
            "start": 856131554,
            "stop": 856132450
        },
        {
            "start": 856132641,
            "stop": 856133547
        },
        {
            "start": 856134515,
            "stop": 856135410
        },
        {
            "start": 856135470,
            "stop": 856135710
        },
        {
            "start": 856135770,
            "stop": 856135778
        },
        {
            "start": 856136218,
            "stop": 856142790
        },
        {
            "start": 856143522,
            "stop": 856150110
        },
        {
            "start": 856150230,
            "stop": 856150242
        },
        {
            "start": 856151149,
            "stop": 856167330
        },
        {
            "start": 856168058,
            "stop": 856201501
        },
        {
            "start": 856202087,
            "stop": 856203570
        },
        {
            "start": 856203630,
            "stop": 856203690
        },
        {
            "start": 856203750,
            "stop": 856203990
        },
        {
            "start": 856204290,
            "stop": 856210290
        }
    ]
}