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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=252",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=250",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 251,
    "results": [
        {
            "start": 817878750,
            "stop": 817878766
        },
        {
            "start": 817878770,
            "stop": 817878791
        },
        {
            "start": 817878795,
            "stop": 817878815
        },
        {
            "start": 817878833,
            "stop": 817878850
        },
        {
            "start": 817878854,
            "stop": 817878867
        },
        {
            "start": 817878896,
            "stop": 817878898
        },
        {
            "start": 817878901,
            "stop": 817878914
        },
        {
            "start": 817878936,
            "stop": 817878970
        },
        {
            "start": 817878977,
            "stop": 817879006
        },
        {
            "start": 817881058,
            "stop": 817881118
        },
        {
            "start": 817881145,
            "stop": 817881216
        },
        {
            "start": 817881236,
            "stop": 817881514
        },
        {
            "start": 817881523,
            "stop": 817881531
        },
        {
            "start": 817881562,
            "stop": 817881576
        },
        {
            "start": 817881596,
            "stop": 817881647
        },
        {
            "start": 817881668,
            "stop": 817881715
        },
        {
            "start": 817881735,
            "stop": 817881736
        },
        {
            "start": 817881741,
            "stop": 817881779
        },
        {
            "start": 817881783,
            "stop": 817882113
        },
        {
            "start": 817882132,
            "stop": 817882243
        }
    ]
}