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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=119",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=117",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 118,
    "results": [
        {
            "start": 818742414,
            "stop": 818745596
        },
        {
            "start": 818745716,
            "stop": 818748060
        },
        {
            "start": 818748284,
            "stop": 818760000
        },
        {
            "start": 818760060,
            "stop": 818761228
        },
        {
            "start": 818761245,
            "stop": 818764500
        },
        {
            "start": 818764560,
            "stop": 818766018
        },
        {
            "start": 818766022,
            "stop": 818768100
        },
        {
            "start": 818768280,
            "stop": 818768639
        },
        {
            "start": 818770503,
            "stop": 818770703
        },
        {
            "start": 818770721,
            "stop": 818771580
        },
        {
            "start": 818771700,
            "stop": 818773453
        },
        {
            "start": 818773457,
            "stop": 818775480
        },
        {
            "start": 818775540,
            "stop": 818779680
        },
        {
            "start": 818780256,
            "stop": 818781046
        },
        {
            "start": 818781050,
            "stop": 818782033
        },
        {
            "start": 818782153,
            "stop": 818782776
        },
        {
            "start": 818782896,
            "stop": 818786267
        },
        {
            "start": 818786481,
            "stop": 818788740
        },
        {
            "start": 818788800,
            "stop": 818789341
        },
        {
            "start": 818789461,
            "stop": 818790354
        }
    ]
}