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=9819
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=9820",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9818",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9819,
    "results": [
        {
            "start": 873732103,
            "stop": 873732120
        },
        {
            "start": 873732240,
            "stop": 873732877
        },
        {
            "start": 873732898,
            "stop": 873732900
        },
        {
            "start": 873732960,
            "stop": 873733080
        },
        {
            "start": 873733320,
            "stop": 873733410
        },
        {
            "start": 873733470,
            "stop": 873733475
        },
        {
            "start": 873734082,
            "stop": 873734093
        },
        {
            "start": 873734880,
            "stop": 873735060
        },
        {
            "start": 873735120,
            "stop": 873735155
        },
        {
            "start": 873735172,
            "stop": 873735185
        },
        {
            "start": 873735209,
            "stop": 873735239
        },
        {
            "start": 873735256,
            "stop": 873735571
        },
        {
            "start": 873735594,
            "stop": 873735889
        },
        {
            "start": 873736081,
            "stop": 873736096
        },
        {
            "start": 873736414,
            "stop": 873736608
        },
        {
            "start": 873736625,
            "stop": 873736740
        },
        {
            "start": 873736800,
            "stop": 873736959
        },
        {
            "start": 873736981,
            "stop": 873737700
        },
        {
            "start": 873737760,
            "stop": 873737820
        },
        {
            "start": 873737880,
            "stop": 873738060
        }
    ]
}