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=385
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=386",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=384",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 385,
    "results": [
        {
            "start": 935132607,
            "stop": 935132625
        },
        {
            "start": 935132627,
            "stop": 935132631
        },
        {
            "start": 935132633,
            "stop": 935132639
        },
        {
            "start": 935132641,
            "stop": 935132647
        },
        {
            "start": 935132652,
            "stop": 935134803
        },
        {
            "start": 935134806,
            "stop": 935136137
        },
        {
            "start": 935136139,
            "stop": 935136156
        },
        {
            "start": 935136158,
            "stop": 935136160
        },
        {
            "start": 935136162,
            "stop": 935136167
        },
        {
            "start": 935136171,
            "stop": 935136215
        },
        {
            "start": 935136217,
            "stop": 935136222
        },
        {
            "start": 935136224,
            "stop": 935136238
        },
        {
            "start": 935136243,
            "stop": 935139757
        },
        {
            "start": 935139761,
            "stop": 935139769
        },
        {
            "start": 935139771,
            "stop": 935139784
        },
        {
            "start": 935139787,
            "stop": 935139791
        },
        {
            "start": 935141699,
            "stop": 935143355
        },
        {
            "start": 935143357,
            "stop": 935143358
        },
        {
            "start": 935143361,
            "stop": 935143368
        },
        {
            "start": 935143370,
            "stop": 935143385
        }
    ]
}