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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2087",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2085",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2086,
    "results": [
        {
            "start": 863540079,
            "stop": 863540298
        },
        {
            "start": 863540598,
            "stop": 863541079
        },
        {
            "start": 863541189,
            "stop": 863541773
        },
        {
            "start": 863542073,
            "stop": 863543477
        },
        {
            "start": 863543823,
            "stop": 863544082
        },
        {
            "start": 863544085,
            "stop": 863544755
        },
        {
            "start": 863544760,
            "stop": 863546762
        },
        {
            "start": 863546768,
            "stop": 863546787
        },
        {
            "start": 863546793,
            "stop": 863547263
        },
        {
            "start": 863561792,
            "stop": 863562163
        },
        {
            "start": 863562165,
            "stop": 863564661
        },
        {
            "start": 863591372,
            "stop": 863599710
        },
        {
            "start": 863599715,
            "stop": 863635080
        },
        {
            "start": 863635140,
            "stop": 863635147
        },
        {
            "start": 863635153,
            "stop": 863635372
        },
        {
            "start": 863635672,
            "stop": 863636508
        },
        {
            "start": 863636729,
            "stop": 863637059
        },
        {
            "start": 863639399,
            "stop": 863640427
        },
        {
            "start": 863640433,
            "stop": 863640480
        },
        {
            "start": 863640540,
            "stop": 863640672
        }
    ]
}