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=3505
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=3506",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3504",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3505,
    "results": [
        {
            "start": 871315800,
            "stop": 871315990
        },
        {
            "start": 871316007,
            "stop": 871316284
        },
        {
            "start": 871316301,
            "stop": 871316744
        },
        {
            "start": 871316925,
            "stop": 871317265
        },
        {
            "start": 871317282,
            "stop": 871317900
        },
        {
            "start": 871317960,
            "stop": 871318087
        },
        {
            "start": 871318105,
            "stop": 871318667
        },
        {
            "start": 871318684,
            "stop": 871318800
        },
        {
            "start": 871318920,
            "stop": 871318923
        },
        {
            "start": 871318940,
            "stop": 871319550
        },
        {
            "start": 871319610,
            "stop": 871320047
        },
        {
            "start": 871320064,
            "stop": 871320121
        },
        {
            "start": 871320142,
            "stop": 871320300
        },
        {
            "start": 871320360,
            "stop": 871320485
        },
        {
            "start": 871320502,
            "stop": 871320540
        },
        {
            "start": 871320600,
            "stop": 871320630
        },
        {
            "start": 871320690,
            "stop": 871321024
        },
        {
            "start": 871321058,
            "stop": 871321697
        },
        {
            "start": 871321731,
            "stop": 871321854
        },
        {
            "start": 871321888,
            "stop": 871322461
        }
    ]
}