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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=312",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=310",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 311,
    "results": [
        {
            "start": 822318295,
            "stop": 822318358
        },
        {
            "start": 822318478,
            "stop": 822320217
        },
        {
            "start": 822320226,
            "stop": 822320232
        },
        {
            "start": 822320320,
            "stop": 822320330
        },
        {
            "start": 822320410,
            "stop": 822320415
        },
        {
            "start": 822320422,
            "stop": 822320580
        },
        {
            "start": 822320640,
            "stop": 822321230
        },
        {
            "start": 822321430,
            "stop": 822322205
        },
        {
            "start": 822322350,
            "stop": 822322800
        },
        {
            "start": 822322860,
            "stop": 822322941
        },
        {
            "start": 822322945,
            "stop": 822322980
        },
        {
            "start": 822323113,
            "stop": 822323510
        },
        {
            "start": 822323518,
            "stop": 822323667
        },
        {
            "start": 822323770,
            "stop": 822323816
        },
        {
            "start": 822325319,
            "stop": 822325500
        },
        {
            "start": 822325620,
            "stop": 822325738
        },
        {
            "start": 822325742,
            "stop": 822325875
        },
        {
            "start": 822325883,
            "stop": 822325892
        },
        {
            "start": 822325896,
            "stop": 822325906
        },
        {
            "start": 822325910,
            "stop": 822325915
        }
    ]
}