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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=119",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=117",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 118,
    "results": [
        {
            "start": 931770503,
            "stop": 931770719
        },
        {
            "start": 931770737,
            "stop": 931770741
        },
        {
            "start": 931770759,
            "stop": 931770823
        },
        {
            "start": 931770886,
            "stop": 931771235
        },
        {
            "start": 931771253,
            "stop": 931771255
        },
        {
            "start": 931771316,
            "stop": 931771431
        },
        {
            "start": 931771455,
            "stop": 931771507
        },
        {
            "start": 931771539,
            "stop": 931771548
        },
        {
            "start": 931771551,
            "stop": 931771635
        },
        {
            "start": 931771652,
            "stop": 931771729
        },
        {
            "start": 931771747,
            "stop": 931771770
        },
        {
            "start": 931771794,
            "stop": 931771930
        },
        {
            "start": 931771948,
            "stop": 931771977
        },
        {
            "start": 931771995,
            "stop": 931772371
        },
        {
            "start": 931772389,
            "stop": 931772513
        },
        {
            "start": 931772530,
            "stop": 931772583
        },
        {
            "start": 931772618,
            "stop": 931772619
        },
        {
            "start": 931772637,
            "stop": 931772687
        },
        {
            "start": 931772718,
            "stop": 931772831
        },
        {
            "start": 931772849,
            "stop": 931772916
        }
    ]
}