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=7429
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=7430",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7428",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7429,
    "results": [
        {
            "start": 969976439,
            "stop": 969976519
        },
        {
            "start": 969976559,
            "stop": 969976637
        },
        {
            "start": 969976640,
            "stop": 969976719
        },
        {
            "start": 969976759,
            "stop": 969976862
        },
        {
            "start": 969976865,
            "stop": 969976910
        },
        {
            "start": 969976913,
            "stop": 969977225
        },
        {
            "start": 969977228,
            "stop": 969977267
        },
        {
            "start": 969977392,
            "stop": 969977447
        },
        {
            "start": 969977630,
            "stop": 969977636
        },
        {
            "start": 969977639,
            "stop": 969977719
        },
        {
            "start": 969977759,
            "stop": 969977792
        },
        {
            "start": 969977795,
            "stop": 969977807
        },
        {
            "start": 969978107,
            "stop": 969978279
        },
        {
            "start": 969978479,
            "stop": 969978703
        },
        {
            "start": 969978706,
            "stop": 969978753
        },
        {
            "start": 969978756,
            "stop": 969978787
        },
        {
            "start": 969978790,
            "stop": 969979004
        },
        {
            "start": 969979009,
            "stop": 969979066
        },
        {
            "start": 969979069,
            "stop": 969979436
        },
        {
            "start": 969979439,
            "stop": 969979489
        }
    ]
}