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=112
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=113",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=111",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 112,
    "results": [
        {
            "start": 931428730,
            "stop": 931428759
        },
        {
            "start": 931428761,
            "stop": 931429618
        },
        {
            "start": 931429620,
            "stop": 931429623
        },
        {
            "start": 931429625,
            "stop": 931429748
        },
        {
            "start": 931429750,
            "stop": 931429830
        },
        {
            "start": 931429832,
            "stop": 931429840
        },
        {
            "start": 931429842,
            "stop": 931429844
        },
        {
            "start": 931429846,
            "stop": 931430163
        },
        {
            "start": 931430165,
            "stop": 931430577
        },
        {
            "start": 931430578,
            "stop": 931431178
        },
        {
            "start": 931431180,
            "stop": 931431195
        },
        {
            "start": 931431197,
            "stop": 931431198
        },
        {
            "start": 931431200,
            "stop": 931431346
        },
        {
            "start": 931431347,
            "stop": 931431410
        },
        {
            "start": 931431412,
            "stop": 931431422
        },
        {
            "start": 931431424,
            "stop": 931431428
        },
        {
            "start": 931431430,
            "stop": 931431487
        },
        {
            "start": 931431492,
            "stop": 931431516
        },
        {
            "start": 931431517,
            "stop": 931431543
        },
        {
            "start": 931431547,
            "stop": 931431554
        }
    ]
}