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_CAT3/segments?format=api&page=148
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=149",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=147",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 148,
    "results": [
        {
            "start": 932047128,
            "stop": 932047215
        },
        {
            "start": 932049047,
            "stop": 932049500
        },
        {
            "start": 932049505,
            "stop": 932050815
        },
        {
            "start": 932051175,
            "stop": 932051406
        },
        {
            "start": 932051409,
            "stop": 932051932
        },
        {
            "start": 932051934,
            "stop": 932051943
        },
        {
            "start": 932051945,
            "stop": 932052183
        },
        {
            "start": 932052185,
            "stop": 932052470
        },
        {
            "start": 932052473,
            "stop": 932052689
        },
        {
            "start": 932052691,
            "stop": 932052936
        },
        {
            "start": 932052939,
            "stop": 932053356
        },
        {
            "start": 932053359,
            "stop": 932053387
        },
        {
            "start": 932053389,
            "stop": 932053446
        },
        {
            "start": 932053449,
            "stop": 932053582
        },
        {
            "start": 932053584,
            "stop": 932053888
        },
        {
            "start": 932053890,
            "stop": 932053972
        },
        {
            "start": 932053974,
            "stop": 932054415
        },
        {
            "start": 932054775,
            "stop": 932054961
        },
        {
            "start": 932054963,
            "stop": 932055000
        },
        {
            "start": 932058572,
            "stop": 932058799
        }
    ]
}