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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=283",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=281",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 282,
    "results": [
        {
            "start": 857435476,
            "stop": 857436207
        },
        {
            "start": 857436507,
            "stop": 857442471
        },
        {
            "start": 857442487,
            "stop": 857443299
        },
        {
            "start": 857443306,
            "stop": 857445325
        },
        {
            "start": 857447941,
            "stop": 857448534
        },
        {
            "start": 857448537,
            "stop": 857452023
        },
        {
            "start": 857452030,
            "stop": 857452978
        },
        {
            "start": 857452985,
            "stop": 857454326
        },
        {
            "start": 857454333,
            "stop": 857456720
        },
        {
            "start": 857456727,
            "stop": 857461665
        },
        {
            "start": 857461965,
            "stop": 857477592
        },
        {
            "start": 857477949,
            "stop": 857486444
        },
        {
            "start": 857486450,
            "stop": 857490727
        },
        {
            "start": 857490748,
            "stop": 857492762
        },
        {
            "start": 857492783,
            "stop": 857493169
        },
        {
            "start": 857493231,
            "stop": 857495724
        },
        {
            "start": 857495834,
            "stop": 857496257
        },
        {
            "start": 857496557,
            "stop": 857498079
        },
        {
            "start": 857498189,
            "stop": 857498438
        },
        {
            "start": 857500271,
            "stop": 857500962
        }
    ]
}