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=215
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=216",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=214",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 215,
    "results": [
        {
            "start": 931712784,
            "stop": 931712787
        },
        {
            "start": 931712791,
            "stop": 931712792
        },
        {
            "start": 931712794,
            "stop": 931712795
        },
        {
            "start": 931712799,
            "stop": 931712807
        },
        {
            "start": 931712809,
            "stop": 931712810
        },
        {
            "start": 931712816,
            "stop": 931712819
        },
        {
            "start": 931712826,
            "stop": 931712827
        },
        {
            "start": 931712828,
            "stop": 931712830
        },
        {
            "start": 931712831,
            "stop": 931712832
        },
        {
            "start": 931712834,
            "stop": 931712838
        },
        {
            "start": 931712846,
            "stop": 931712852
        },
        {
            "start": 931712854,
            "stop": 931712856
        },
        {
            "start": 931712858,
            "stop": 931712865
        },
        {
            "start": 931712867,
            "stop": 931712870
        },
        {
            "start": 931712879,
            "stop": 931712880
        },
        {
            "start": 931712888,
            "stop": 931712893
        },
        {
            "start": 931712895,
            "stop": 931712905
        },
        {
            "start": 931712912,
            "stop": 931712916
        },
        {
            "start": 931712919,
            "stop": 931712921
        },
        {
            "start": 931712928,
            "stop": 931712929
        }
    ]
}