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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7477",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7475",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7476,
    "results": [
        {
            "start": 970192189,
            "stop": 970192191
        },
        {
            "start": 970192194,
            "stop": 970192390
        },
        {
            "start": 970192408,
            "stop": 970192493
        },
        {
            "start": 970192496,
            "stop": 970193172
        },
        {
            "start": 970193175,
            "stop": 970193826
        },
        {
            "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
        }
    ]
}