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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=215",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=213",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 214,
    "results": [
        {
            "start": 850904703,
            "stop": 850904706
        },
        {
            "start": 850904709,
            "stop": 850904713
        },
        {
            "start": 850904723,
            "stop": 850936400
        },
        {
            "start": 850936433,
            "stop": 850940214
        },
        {
            "start": 850940225,
            "stop": 850948380
        },
        {
            "start": 850948413,
            "stop": 850952030
        },
        {
            "start": 850952051,
            "stop": 851033081
        },
        {
            "start": 851034582,
            "stop": 851038845
        },
        {
            "start": 851040270,
            "stop": 851071106
        },
        {
            "start": 851077902,
            "stop": 851083464
        },
        {
            "start": 851085292,
            "stop": 851102268
        },
        {
            "start": 851102278,
            "stop": 851144053
        },
        {
            "start": 851231412,
            "stop": 851231415
        },
        {
            "start": 851232617,
            "stop": 851239510
        },
        {
            "start": 851240217,
            "stop": 851262733
        },
        {
            "start": 851268729,
            "stop": 851270694
        },
        {
            "start": 851270697,
            "stop": 851276593
        },
        {
            "start": 851278388,
            "stop": 851279050
        },
        {
            "start": 851279051,
            "stop": 851286648
        },
        {
            "start": 851288011,
            "stop": 851292345
        }
    ]
}