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=7444
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=7445",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7443",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7444,
    "results": [
        {
            "start": 970017384,
            "stop": 970017521
        },
        {
            "start": 970017527,
            "stop": 970017536
        },
        {
            "start": 970017542,
            "stop": 970017566
        },
        {
            "start": 970017569,
            "stop": 970017583
        },
        {
            "start": 970017589,
            "stop": 970017593
        },
        {
            "start": 970017599,
            "stop": 970017900
        },
        {
            "start": 970017906,
            "stop": 970017916
        },
        {
            "start": 970017926,
            "stop": 970018144
        },
        {
            "start": 970018150,
            "stop": 970018399
        },
        {
            "start": 970018405,
            "stop": 970018700
        },
        {
            "start": 970018706,
            "stop": 970018994
        },
        {
            "start": 970019000,
            "stop": 970019016
        },
        {
            "start": 970019022,
            "stop": 970019315
        },
        {
            "start": 970019323,
            "stop": 970019807
        },
        {
            "start": 970019810,
            "stop": 970020043
        },
        {
            "start": 970020056,
            "stop": 970020059
        },
        {
            "start": 970020081,
            "stop": 970020089
        },
        {
            "start": 970020098,
            "stop": 970020363
        },
        {
            "start": 970020369,
            "stop": 970020370
        },
        {
            "start": 970020376,
            "stop": 970020447
        }
    ]
}