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=7434
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=7435",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7433",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7434,
    "results": [
        {
            "start": 969988039,
            "stop": 969988049
        },
        {
            "start": 969988052,
            "stop": 969988079
        },
        {
            "start": 969988119,
            "stop": 969988143
        },
        {
            "start": 969988146,
            "stop": 969988187
        },
        {
            "start": 969988247,
            "stop": 969988359
        },
        {
            "start": 969988487,
            "stop": 969988541
        },
        {
            "start": 969988544,
            "stop": 969988599
        },
        {
            "start": 969988799,
            "stop": 969988830
        },
        {
            "start": 969988833,
            "stop": 969988921
        },
        {
            "start": 969988924,
            "stop": 969988953
        },
        {
            "start": 969988956,
            "stop": 969989079
        },
        {
            "start": 969989119,
            "stop": 969989267
        },
        {
            "start": 969989567,
            "stop": 969989607
        },
        {
            "start": 969989610,
            "stop": 969989687
        },
        {
            "start": 969989999,
            "stop": 969990047
        },
        {
            "start": 969990407,
            "stop": 969990471
        },
        {
            "start": 969990799,
            "stop": 969990807
        },
        {
            "start": 969990810,
            "stop": 969990817
        },
        {
            "start": 969990820,
            "stop": 969990835
        },
        {
            "start": 969990839,
            "stop": 969990917
        }
    ]
}