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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=242",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=240",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 241,
    "results": [
        {
            "start": 931737036,
            "stop": 931737037
        },
        {
            "start": 931737039,
            "stop": 931737096
        },
        {
            "start": 931737097,
            "stop": 931737321
        },
        {
            "start": 931737322,
            "stop": 931737417
        },
        {
            "start": 931737419,
            "stop": 931737445
        },
        {
            "start": 931737447,
            "stop": 931737518
        },
        {
            "start": 931737520,
            "stop": 931737522
        },
        {
            "start": 931737524,
            "stop": 931737539
        },
        {
            "start": 931737541,
            "stop": 931737543
        },
        {
            "start": 931737545,
            "stop": 931737548
        },
        {
            "start": 931737550,
            "stop": 931737562
        },
        {
            "start": 931737564,
            "stop": 931737565
        },
        {
            "start": 931737567,
            "stop": 931737573
        },
        {
            "start": 931737574,
            "stop": 931737602
        },
        {
            "start": 931737607,
            "stop": 931737611
        },
        {
            "start": 931737615,
            "stop": 931737619
        },
        {
            "start": 931737622,
            "stop": 931737624
        },
        {
            "start": 931737626,
            "stop": 931737640
        },
        {
            "start": 931737642,
            "stop": 931737646
        },
        {
            "start": 931737648,
            "stop": 931737660
        }
    ]
}