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=239
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=240",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=238",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 239,
    "results": [
        {
            "start": 820844612,
            "stop": 820845156
        },
        {
            "start": 820845163,
            "stop": 820845307
        },
        {
            "start": 820845314,
            "stop": 820847413
        },
        {
            "start": 820848189,
            "stop": 820848409
        },
        {
            "start": 820848416,
            "stop": 820849250
        },
        {
            "start": 820849390,
            "stop": 820849548
        },
        {
            "start": 820849555,
            "stop": 820849617
        },
        {
            "start": 820849624,
            "stop": 820850604
        },
        {
            "start": 820850611,
            "stop": 820850648
        },
        {
            "start": 820850655,
            "stop": 820852273
        },
        {
            "start": 820852287,
            "stop": 820852288
        },
        {
            "start": 820852657,
            "stop": 820852712
        },
        {
            "start": 820852719,
            "stop": 820854390
        },
        {
            "start": 820854397,
            "stop": 820854467
        },
        {
            "start": 820854474,
            "stop": 820854493
        },
        {
            "start": 820856245,
            "stop": 820856833
        },
        {
            "start": 820857155,
            "stop": 820857441
        },
        {
            "start": 820857448,
            "stop": 820857600
        },
        {
            "start": 820857660,
            "stop": 820857900
        },
        {
            "start": 820857960,
            "stop": 820858025
        }
    ]
}