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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=182",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=180",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 181,
    "results": [
        {
            "start": 932970073,
            "stop": 932970074
        },
        {
            "start": 932970109,
            "stop": 932970116
        },
        {
            "start": 932970179,
            "stop": 932970203
        },
        {
            "start": 932970272,
            "stop": 932970274
        },
        {
            "start": 932974087,
            "stop": 932974088
        },
        {
            "start": 932974203,
            "stop": 932974208
        },
        {
            "start": 932974479,
            "stop": 932974484
        },
        {
            "start": 932974659,
            "stop": 932974666
        },
        {
            "start": 932974799,
            "stop": 932974806
        },
        {
            "start": 932974965,
            "stop": 932974971
        },
        {
            "start": 932975133,
            "stop": 932975147
        },
        {
            "start": 932975172,
            "stop": 932975181
        },
        {
            "start": 932975270,
            "stop": 932975274
        },
        {
            "start": 932975318,
            "stop": 932975320
        },
        {
            "start": 932975367,
            "stop": 932975369
        },
        {
            "start": 932975391,
            "stop": 932975392
        },
        {
            "start": 932975416,
            "stop": 932975423
        },
        {
            "start": 932975503,
            "stop": 932975506
        },
        {
            "start": 932975749,
            "stop": 932975754
        },
        {
            "start": 932975787,
            "stop": 932975794
        }
    ]
}