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=8733
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=8734",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8732",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8733,
    "results": [
        {
            "start": 872745600,
            "stop": 872745660
        },
        {
            "start": 872746200,
            "stop": 872746603
        },
        {
            "start": 872746620,
            "stop": 872746980
        },
        {
            "start": 872747040,
            "stop": 872749649
        },
        {
            "start": 872749769,
            "stop": 872750100
        },
        {
            "start": 872750160,
            "stop": 872750552
        },
        {
            "start": 872750569,
            "stop": 872751103
        },
        {
            "start": 872751120,
            "stop": 872756358
        },
        {
            "start": 872756375,
            "stop": 872762520
        },
        {
            "start": 872762580,
            "stop": 872763900
        },
        {
            "start": 872763960,
            "stop": 872766646
        },
        {
            "start": 872766656,
            "stop": 872767080
        },
        {
            "start": 872767800,
            "stop": 872771090
        },
        {
            "start": 872771170,
            "stop": 872773070
        },
        {
            "start": 872773150,
            "stop": 872776010
        },
        {
            "start": 872776150,
            "stop": 872777140
        },
        {
            "start": 872777260,
            "stop": 872780006
        },
        {
            "start": 872780126,
            "stop": 872780942
        },
        {
            "start": 872781062,
            "stop": 872784257
        },
        {
            "start": 872784377,
            "stop": 872785711
        }
    ]
}