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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2311",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2309",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2310,
    "results": [
        {
            "start": 871511311,
            "stop": 871511411
        },
        {
            "start": 871511428,
            "stop": 871511752
        },
        {
            "start": 871511769,
            "stop": 871511803
        },
        {
            "start": 871511820,
            "stop": 871511896
        },
        {
            "start": 871511913,
            "stop": 871511967
        },
        {
            "start": 871511984,
            "stop": 871512136
        },
        {
            "start": 871512153,
            "stop": 871512159
        },
        {
            "start": 871512176,
            "stop": 871512765
        },
        {
            "start": 871512782,
            "stop": 871512842
        },
        {
            "start": 871512859,
            "stop": 871513184
        },
        {
            "start": 871513245,
            "stop": 871513336
        },
        {
            "start": 871513353,
            "stop": 871513598
        },
        {
            "start": 871513615,
            "stop": 871513936
        },
        {
            "start": 871513953,
            "stop": 871514495
        },
        {
            "start": 871514512,
            "stop": 871514599
        },
        {
            "start": 871514629,
            "stop": 871514638
        },
        {
            "start": 871514655,
            "stop": 871514656
        },
        {
            "start": 871514673,
            "stop": 871514869
        },
        {
            "start": 871514886,
            "stop": 871515071
        },
        {
            "start": 871515088,
            "stop": 871515536
        }
    ]
}