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/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3546
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3547",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3545",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3546,
    "results": [
        {
            "start": 871601781,
            "stop": 871601915
        },
        {
            "start": 871601932,
            "stop": 871602166
        },
        {
            "start": 871602183,
            "stop": 871602686
        },
        {
            "start": 871602703,
            "stop": 871603128
        },
        {
            "start": 871603159,
            "stop": 871603258
        },
        {
            "start": 871603307,
            "stop": 871603332
        },
        {
            "start": 871603349,
            "stop": 871603390
        },
        {
            "start": 871603407,
            "stop": 871604115
        },
        {
            "start": 871604132,
            "stop": 871604641
        },
        {
            "start": 871604647,
            "stop": 871604654
        },
        {
            "start": 871604660,
            "stop": 871604836
        },
        {
            "start": 871604858,
            "stop": 871605363
        },
        {
            "start": 871605380,
            "stop": 871606451
        },
        {
            "start": 871606472,
            "stop": 871607591
        },
        {
            "start": 871607608,
            "stop": 871607650
        },
        {
            "start": 871607667,
            "stop": 871608975
        },
        {
            "start": 871608992,
            "stop": 871609333
        },
        {
            "start": 871609350,
            "stop": 871609765
        },
        {
            "start": 871609782,
            "stop": 871610063
        },
        {
            "start": 871610080,
            "stop": 871611712
        }
    ]
}