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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=362",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=360",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 361,
    "results": [
        {
            "start": 825083467,
            "stop": 825083966
        },
        {
            "start": 825083974,
            "stop": 825084652
        },
        {
            "start": 825084659,
            "stop": 825084816
        },
        {
            "start": 825084829,
            "stop": 825085012
        },
        {
            "start": 825085019,
            "stop": 825085317
        },
        {
            "start": 825085324,
            "stop": 825086002
        },
        {
            "start": 825086009,
            "stop": 825086111
        },
        {
            "start": 825086118,
            "stop": 825086126
        },
        {
            "start": 825086134,
            "stop": 825086297
        },
        {
            "start": 825086304,
            "stop": 825086460
        },
        {
            "start": 825086520,
            "stop": 825086613
        },
        {
            "start": 825086621,
            "stop": 825086630
        },
        {
            "start": 825086710,
            "stop": 825086889
        },
        {
            "start": 825086896,
            "stop": 825087071
        },
        {
            "start": 825087079,
            "stop": 825087179
        },
        {
            "start": 825087186,
            "stop": 825088043
        },
        {
            "start": 825088054,
            "stop": 825088591
        },
        {
            "start": 825088598,
            "stop": 825088777
        },
        {
            "start": 825088789,
            "stop": 825089289
        },
        {
            "start": 825090057,
            "stop": 825090078
        }
    ]
}