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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=116",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=114",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 115,
    "results": [
        {
            "start": 818693820,
            "stop": 818695196
        },
        {
            "start": 818695661,
            "stop": 818695920
        },
        {
            "start": 818696194,
            "stop": 818696280
        },
        {
            "start": 818696340,
            "stop": 818696400
        },
        {
            "start": 818696520,
            "stop": 818696700
        },
        {
            "start": 818696820,
            "stop": 818697180
        },
        {
            "start": 818697240,
            "stop": 818697540
        },
        {
            "start": 818697600,
            "stop": 818697623
        },
        {
            "start": 818697743,
            "stop": 818698320
        },
        {
            "start": 818698440,
            "stop": 818698500
        },
        {
            "start": 818698560,
            "stop": 818698740
        },
        {
            "start": 818698800,
            "stop": 818699220
        },
        {
            "start": 818699280,
            "stop": 818699700
        },
        {
            "start": 818699760,
            "stop": 818700291
        },
        {
            "start": 818700411,
            "stop": 818701380
        },
        {
            "start": 818701440,
            "stop": 818702040
        },
        {
            "start": 818702160,
            "stop": 818702220
        },
        {
            "start": 818702280,
            "stop": 818702340
        },
        {
            "start": 818702507,
            "stop": 818703300
        },
        {
            "start": 818703360,
            "stop": 818703420
        }
    ]
}