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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=152",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=150",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 151,
    "results": [
        {
            "start": 932071106,
            "stop": 932071134
        },
        {
            "start": 932071136,
            "stop": 932071148
        },
        {
            "start": 932071151,
            "stop": 932071358
        },
        {
            "start": 932071361,
            "stop": 932071373
        },
        {
            "start": 932071376,
            "stop": 932071389
        },
        {
            "start": 932071391,
            "stop": 932071404
        },
        {
            "start": 932071406,
            "stop": 932071419
        },
        {
            "start": 932071421,
            "stop": 932072395
        },
        {
            "start": 932072397,
            "stop": 932072415
        },
        {
            "start": 932072775,
            "stop": 932073699
        },
        {
            "start": 932073701,
            "stop": 932074125
        },
        {
            "start": 932081683,
            "stop": 932081872
        },
        {
            "start": 932081875,
            "stop": 932081916
        },
        {
            "start": 932081919,
            "stop": 932083215
        },
        {
            "start": 932083575,
            "stop": 932083646
        },
        {
            "start": 932083649,
            "stop": 932084232
        },
        {
            "start": 932084236,
            "stop": 932084579
        },
        {
            "start": 932084581,
            "stop": 932084608
        },
        {
            "start": 932084611,
            "stop": 932084624
        },
        {
            "start": 932084626,
            "stop": 932084651
        }
    ]
}