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=7390
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=7391",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7389",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7390,
    "results": [
        {
            "start": 969712873,
            "stop": 969712921
        },
        {
            "start": 969712924,
            "stop": 969713201
        },
        {
            "start": 969713212,
            "stop": 969713470
        },
        {
            "start": 969713473,
            "stop": 969713497
        },
        {
            "start": 969713500,
            "stop": 969713505
        },
        {
            "start": 969713508,
            "stop": 969713605
        },
        {
            "start": 969713608,
            "stop": 969713666
        },
        {
            "start": 969713669,
            "stop": 969713721
        },
        {
            "start": 969713727,
            "stop": 969713798
        },
        {
            "start": 969717849,
            "stop": 969717884
        },
        {
            "start": 969717887,
            "stop": 969717889
        },
        {
            "start": 969717969,
            "stop": 969718017
        },
        {
            "start": 969718020,
            "stop": 969718041
        },
        {
            "start": 969718044,
            "stop": 969718049
        },
        {
            "start": 969718307,
            "stop": 969718427
        },
        {
            "start": 969718547,
            "stop": 969718609
        },
        {
            "start": 969718649,
            "stop": 969718667
        },
        {
            "start": 969718847,
            "stop": 969718929
        },
        {
            "start": 969718969,
            "stop": 969718984
        },
        {
            "start": 969718987,
            "stop": 969719129
        }
    ]
}