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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8053",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8051",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 8052,
    "results": [
        {
            "start": 970470256,
            "stop": 970470272
        },
        {
            "start": 970470275,
            "stop": 970470296
        },
        {
            "start": 970470300,
            "stop": 970470326
        },
        {
            "start": 970470329,
            "stop": 970470333
        },
        {
            "start": 970470336,
            "stop": 970470367
        },
        {
            "start": 970470370,
            "stop": 970470394
        },
        {
            "start": 970470397,
            "stop": 970470403
        },
        {
            "start": 970470406,
            "stop": 970470428
        },
        {
            "start": 970470431,
            "stop": 970470442
        },
        {
            "start": 970470445,
            "stop": 970470477
        },
        {
            "start": 970470480,
            "stop": 970470547
        },
        {
            "start": 970470553,
            "stop": 970470574
        },
        {
            "start": 970470577,
            "stop": 970470586
        },
        {
            "start": 970470589,
            "stop": 970470601
        },
        {
            "start": 970470604,
            "stop": 970470608
        },
        {
            "start": 970470611,
            "stop": 970470623
        },
        {
            "start": 970470626,
            "stop": 970470635
        },
        {
            "start": 970470638,
            "stop": 970470641
        },
        {
            "start": 970470644,
            "stop": 970470655
        },
        {
            "start": 970470675,
            "stop": 970470699
        }
    ]
}