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=188
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=189",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=187",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 188,
    "results": [
        {
            "start": 931575438,
            "stop": 931575439
        },
        {
            "start": 931575445,
            "stop": 931575446
        },
        {
            "start": 931575449,
            "stop": 931575452
        },
        {
            "start": 931575457,
            "stop": 931575458
        },
        {
            "start": 931575459,
            "stop": 931575460
        },
        {
            "start": 931576945,
            "stop": 931577478
        },
        {
            "start": 931577485,
            "stop": 931577535
        },
        {
            "start": 931577537,
            "stop": 931577543
        },
        {
            "start": 931577545,
            "stop": 931577548
        },
        {
            "start": 931577550,
            "stop": 931577557
        },
        {
            "start": 931582611,
            "stop": 931586908
        },
        {
            "start": 931587429,
            "stop": 931590055
        },
        {
            "start": 931590056,
            "stop": 931590069
        },
        {
            "start": 931590070,
            "stop": 931590071
        },
        {
            "start": 931590074,
            "stop": 931592243
        },
        {
            "start": 931600810,
            "stop": 931601662
        },
        {
            "start": 931601665,
            "stop": 931602901
        },
        {
            "start": 931602903,
            "stop": 931603853
        },
        {
            "start": 931603855,
            "stop": 931605264
        },
        {
            "start": 931605266,
            "stop": 931605495
        }
    ]
}