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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=241",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=239",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 240,
    "results": [
        {
            "start": 850719182,
            "stop": 850744846
        },
        {
            "start": 850747158,
            "stop": 850749553
        },
        {
            "start": 850750596,
            "stop": 850757459
        },
        {
            "start": 850758247,
            "stop": 850759929
        },
        {
            "start": 850767927,
            "stop": 850777138
        },
        {
            "start": 850779057,
            "stop": 850780633
        },
        {
            "start": 850784412,
            "stop": 850825126
        },
        {
            "start": 850827133,
            "stop": 850841053
        },
        {
            "start": 850842252,
            "stop": 850853390
        },
        {
            "start": 850854708,
            "stop": 850856860
        },
        {
            "start": 850860212,
            "stop": 850880210
        },
        {
            "start": 850881680,
            "stop": 851033081
        },
        {
            "start": 851034582,
            "stop": 851038845
        },
        {
            "start": 851040270,
            "stop": 851071106
        },
        {
            "start": 851077902,
            "stop": 851083464
        },
        {
            "start": 851085292,
            "stop": 851144053
        },
        {
            "start": 851231412,
            "stop": 851231415
        },
        {
            "start": 851232617,
            "stop": 851239510
        },
        {
            "start": 851240217,
            "stop": 851262733
        },
        {
            "start": 851268729,
            "stop": 851276593
        }
    ]
}