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=7510
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=7511",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7509",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7510,
    "results": [
        {
            "start": 970379509,
            "stop": 970379524
        },
        {
            "start": 970379535,
            "stop": 970379583
        },
        {
            "start": 970379586,
            "stop": 970379619
        },
        {
            "start": 970379622,
            "stop": 970379765
        },
        {
            "start": 970379776,
            "stop": 970379983
        },
        {
            "start": 970387059,
            "stop": 970387135
        },
        {
            "start": 970387138,
            "stop": 970387366
        },
        {
            "start": 970387369,
            "stop": 970387412
        },
        {
            "start": 970387417,
            "stop": 970387438
        },
        {
            "start": 970387479,
            "stop": 970387480
        },
        {
            "start": 970387575,
            "stop": 970387688
        },
        {
            "start": 970387691,
            "stop": 970387756
        },
        {
            "start": 970387759,
            "stop": 970387797
        },
        {
            "start": 970387800,
            "stop": 970387839
        },
        {
            "start": 970387842,
            "stop": 970388112
        },
        {
            "start": 970388115,
            "stop": 970388140
        },
        {
            "start": 970388143,
            "stop": 970388830
        },
        {
            "start": 970388833,
            "stop": 970388988
        },
        {
            "start": 970388991,
            "stop": 970389017
        },
        {
            "start": 970389022,
            "stop": 970389034
        }
    ]
}