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=7463
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=7464",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7462",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7463,
    "results": [
        {
            "start": 970098987,
            "stop": 970098995
        },
        {
            "start": 970099001,
            "stop": 970099002
        },
        {
            "start": 970099007,
            "stop": 970099014
        },
        {
            "start": 970099019,
            "stop": 970099030
        },
        {
            "start": 970099036,
            "stop": 970099252
        },
        {
            "start": 970099255,
            "stop": 970099621
        },
        {
            "start": 970099624,
            "stop": 970100764
        },
        {
            "start": 970100767,
            "stop": 970100917
        },
        {
            "start": 970100923,
            "stop": 970100930
        },
        {
            "start": 970100941,
            "stop": 970100943
        },
        {
            "start": 970100969,
            "stop": 970100971
        },
        {
            "start": 970100977,
            "stop": 970100994
        },
        {
            "start": 970101000,
            "stop": 970101505
        },
        {
            "start": 970101525,
            "stop": 970101825
        },
        {
            "start": 970101831,
            "stop": 970101833
        },
        {
            "start": 970101843,
            "stop": 970101849
        },
        {
            "start": 970101866,
            "stop": 970101872
        },
        {
            "start": 970101878,
            "stop": 970101879
        },
        {
            "start": 970101893,
            "stop": 970101902
        },
        {
            "start": 970101908,
            "stop": 970102885
        }
    ]
}