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=7492
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=7493",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7491",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7492,
    "results": [
        {
            "start": 970193835,
            "stop": 970193839
        },
        {
            "start": 970193848,
            "stop": 970193851
        },
        {
            "start": 970193857,
            "stop": 970193868
        },
        {
            "start": 970193874,
            "stop": 970194629
        },
        {
            "start": 970194632,
            "stop": 970195056
        },
        {
            "start": 970195059,
            "stop": 970195061
        },
        {
            "start": 970195064,
            "stop": 970195226
        },
        {
            "start": 970195229,
            "stop": 970195493
        },
        {
            "start": 970195499,
            "stop": 970195559
        },
        {
            "start": 970195567,
            "stop": 970195569
        },
        {
            "start": 970195586,
            "stop": 970195593
        },
        {
            "start": 970195608,
            "stop": 970195815
        },
        {
            "start": 970195818,
            "stop": 970195922
        },
        {
            "start": 970195925,
            "stop": 970196508
        },
        {
            "start": 970196511,
            "stop": 970196524
        },
        {
            "start": 970196530,
            "stop": 970196532
        },
        {
            "start": 970196535,
            "stop": 970196948
        },
        {
            "start": 970196951,
            "stop": 970196964
        },
        {
            "start": 970196970,
            "stop": 970197336
        },
        {
            "start": 970197339,
            "stop": 970197372
        }
    ]
}