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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4838",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4836",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4837,
    "results": [
        {
            "start": 874705961,
            "stop": 874706024
        },
        {
            "start": 874706067,
            "stop": 874706094
        },
        {
            "start": 874706143,
            "stop": 874706146
        },
        {
            "start": 874706220,
            "stop": 874706267
        },
        {
            "start": 874706287,
            "stop": 874706347
        },
        {
            "start": 874706414,
            "stop": 874706420
        },
        {
            "start": 874706457,
            "stop": 874706460
        },
        {
            "start": 874706569,
            "stop": 874706578
        },
        {
            "start": 874706597,
            "stop": 874706610
        },
        {
            "start": 874706630,
            "stop": 874706655
        },
        {
            "start": 874707774,
            "stop": 874709412
        },
        {
            "start": 874709431,
            "stop": 874709536
        },
        {
            "start": 874709555,
            "stop": 874709702
        },
        {
            "start": 874709727,
            "stop": 874709760
        },
        {
            "start": 874709826,
            "stop": 874709861
        },
        {
            "start": 874710029,
            "stop": 874710049
        },
        {
            "start": 874710068,
            "stop": 874710103
        },
        {
            "start": 874710122,
            "stop": 874710136
        },
        {
            "start": 874710156,
            "stop": 874710213
        },
        {
            "start": 874710233,
            "stop": 874710237
        }
    ]
}