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=119
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=120",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=118",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 119,
    "results": [
        {
            "start": 931453433,
            "stop": 931453459
        },
        {
            "start": 931453461,
            "stop": 931453475
        },
        {
            "start": 931453476,
            "stop": 931453480
        },
        {
            "start": 931453481,
            "stop": 931453487
        },
        {
            "start": 931453489,
            "stop": 931453492
        },
        {
            "start": 931453494,
            "stop": 931453503
        },
        {
            "start": 931453505,
            "stop": 931453526
        },
        {
            "start": 931453530,
            "stop": 931453537
        },
        {
            "start": 931453539,
            "stop": 931453540
        },
        {
            "start": 931453544,
            "stop": 931453545
        },
        {
            "start": 931453547,
            "stop": 931453548
        },
        {
            "start": 931453549,
            "stop": 931453556
        },
        {
            "start": 931453562,
            "stop": 931453563
        },
        {
            "start": 931453565,
            "stop": 931453567
        },
        {
            "start": 931453571,
            "stop": 931453572
        },
        {
            "start": 931453574,
            "stop": 931453578
        },
        {
            "start": 931453580,
            "stop": 931453594
        },
        {
            "start": 931453598,
            "stop": 931453600
        },
        {
            "start": 931453602,
            "stop": 931453604
        },
        {
            "start": 931453606,
            "stop": 931453612
        }
    ]
}