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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4293",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4291",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4292,
    "results": [
        {
            "start": 874656521,
            "stop": 874656731
        },
        {
            "start": 874656750,
            "stop": 874656849
        },
        {
            "start": 874656868,
            "stop": 874656967
        },
        {
            "start": 874656986,
            "stop": 874657036
        },
        {
            "start": 874657055,
            "stop": 874657106
        },
        {
            "start": 874657126,
            "stop": 874657201
        },
        {
            "start": 874657221,
            "stop": 874657279
        },
        {
            "start": 874657302,
            "stop": 874657362
        },
        {
            "start": 874657381,
            "stop": 874657464
        },
        {
            "start": 874657484,
            "stop": 874657614
        },
        {
            "start": 874657633,
            "stop": 874657867
        },
        {
            "start": 874657887,
            "stop": 874657935
        },
        {
            "start": 874657954,
            "stop": 874657956
        },
        {
            "start": 874657975,
            "stop": 874658031
        },
        {
            "start": 874658055,
            "stop": 874658081
        },
        {
            "start": 874658114,
            "stop": 874658185
        },
        {
            "start": 874658249,
            "stop": 874658306
        },
        {
            "start": 874658326,
            "stop": 874658368
        },
        {
            "start": 874658387,
            "stop": 874658629
        },
        {
            "start": 874658648,
            "stop": 874658700
        }
    ]
}