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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=148",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=146",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 147,
    "results": [
        {
            "start": 819370829,
            "stop": 819377708
        },
        {
            "start": 819378235,
            "stop": 819380129
        },
        {
            "start": 819380557,
            "stop": 819381003
        },
        {
            "start": 819381007,
            "stop": 819382150
        },
        {
            "start": 819382153,
            "stop": 819384803
        },
        {
            "start": 819384821,
            "stop": 819386144
        },
        {
            "start": 819386161,
            "stop": 819386849
        },
        {
            "start": 819386850,
            "stop": 819390236
        },
        {
            "start": 819390239,
            "stop": 819392236
        },
        {
            "start": 819392680,
            "stop": 819395250
        },
        {
            "start": 819396505,
            "stop": 819396976
        },
        {
            "start": 819396979,
            "stop": 819396980
        },
        {
            "start": 819396986,
            "stop": 819399672
        },
        {
            "start": 819399689,
            "stop": 819400494
        },
        {
            "start": 819401070,
            "stop": 819401228
        },
        {
            "start": 819403058,
            "stop": 819404447
        },
        {
            "start": 819405017,
            "stop": 819408849
        },
        {
            "start": 819411369,
            "stop": 819418531
        },
        {
            "start": 819419244,
            "stop": 819423834
        },
        {
            "start": 819424415,
            "stop": 819453390
        }
    ]
}