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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=424",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=422",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 423,
    "results": [
        {
            "start": 825227126,
            "stop": 825232723
        },
        {
            "start": 825232740,
            "stop": 825233591
        },
        {
            "start": 825233608,
            "stop": 825240571
        },
        {
            "start": 825240871,
            "stop": 825241177
        },
        {
            "start": 825241194,
            "stop": 825244536
        },
        {
            "start": 825244555,
            "stop": 825244654
        },
        {
            "start": 825244688,
            "stop": 825244993
        },
        {
            "start": 825245032,
            "stop": 825245986
        },
        {
            "start": 825403803,
            "stop": 825404459
        },
        {
            "start": 825404462,
            "stop": 825404920
        },
        {
            "start": 825404923,
            "stop": 825406012
        },
        {
            "start": 825406015,
            "stop": 825406258
        },
        {
            "start": 825406261,
            "stop": 825406654
        },
        {
            "start": 825406657,
            "stop": 825406928
        },
        {
            "start": 825406931,
            "stop": 825407369
        },
        {
            "start": 825407372,
            "stop": 825408397
        },
        {
            "start": 825408400,
            "stop": 825408573
        },
        {
            "start": 825408576,
            "stop": 825409777
        },
        {
            "start": 825409780,
            "stop": 825410498
        },
        {
            "start": 825410501,
            "stop": 825411601
        }
    ]
}