Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=116
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=117",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=115",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 116,
    "results": [
        {
            "start": 931451607,
            "stop": 931451617
        },
        {
            "start": 931451619,
            "stop": 931451669
        },
        {
            "start": 931451671,
            "stop": 931451740
        },
        {
            "start": 931451741,
            "stop": 931451776
        },
        {
            "start": 931451777,
            "stop": 931451829
        },
        {
            "start": 931451831,
            "stop": 931451834
        },
        {
            "start": 931451836,
            "stop": 931451874
        },
        {
            "start": 931451876,
            "stop": 931451942
        },
        {
            "start": 931451944,
            "stop": 931452030
        },
        {
            "start": 931452032,
            "stop": 931452060
        },
        {
            "start": 931452062,
            "stop": 931452079
        },
        {
            "start": 931452080,
            "stop": 931452081
        },
        {
            "start": 931452082,
            "stop": 931452195
        },
        {
            "start": 931452196,
            "stop": 931452237
        },
        {
            "start": 931452238,
            "stop": 931452252
        },
        {
            "start": 931452253,
            "stop": 931452433
        },
        {
            "start": 931452435,
            "stop": 931452447
        },
        {
            "start": 931452450,
            "stop": 931452461
        },
        {
            "start": 931452463,
            "stop": 931452516
        },
        {
            "start": 931452517,
            "stop": 931452587
        }
    ]
}