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=221
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=222",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=220",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 221,
    "results": [
        {
            "start": 820713795,
            "stop": 820716077
        },
        {
            "start": 820717712,
            "stop": 820717860
        },
        {
            "start": 820718160,
            "stop": 820718220
        },
        {
            "start": 820718280,
            "stop": 820718307
        },
        {
            "start": 820718580,
            "stop": 820718598
        },
        {
            "start": 820718607,
            "stop": 820718700
        },
        {
            "start": 820718820,
            "stop": 820718940
        },
        {
            "start": 820719000,
            "stop": 820719060
        },
        {
            "start": 820719120,
            "stop": 820719240
        },
        {
            "start": 820719300,
            "stop": 820720922
        },
        {
            "start": 820720953,
            "stop": 820721810
        },
        {
            "start": 820721827,
            "stop": 820728214
        },
        {
            "start": 820728217,
            "stop": 820730040
        },
        {
            "start": 820730100,
            "stop": 820730102
        },
        {
            "start": 820730123,
            "stop": 820731720
        },
        {
            "start": 820731780,
            "stop": 820731918
        },
        {
            "start": 820733035,
            "stop": 820733070
        },
        {
            "start": 820733130,
            "stop": 820733734
        },
        {
            "start": 820734773,
            "stop": 820735440
        },
        {
            "start": 820735500,
            "stop": 820736370
        }
    ]
}