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=327
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=328",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=326",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 327,
    "results": [
        {
            "start": 822722958,
            "stop": 822723073
        },
        {
            "start": 822723284,
            "stop": 822723388
        },
        {
            "start": 822723392,
            "stop": 822723400
        },
        {
            "start": 822723403,
            "stop": 822723493
        },
        {
            "start": 822723668,
            "stop": 822725728
        },
        {
            "start": 822726028,
            "stop": 822726461
        },
        {
            "start": 822726464,
            "stop": 822727220
        },
        {
            "start": 822727223,
            "stop": 822728776
        },
        {
            "start": 822728793,
            "stop": 822729420
        },
        {
            "start": 822729480,
            "stop": 822729660
        },
        {
            "start": 822729720,
            "stop": 822730105
        },
        {
            "start": 822730109,
            "stop": 822730179
        },
        {
            "start": 822730182,
            "stop": 822730897
        },
        {
            "start": 822730901,
            "stop": 822730925
        },
        {
            "start": 822730928,
            "stop": 822731077
        },
        {
            "start": 822731102,
            "stop": 822731183
        },
        {
            "start": 822731187,
            "stop": 822731224
        },
        {
            "start": 822731340,
            "stop": 822731411
        },
        {
            "start": 822731430,
            "stop": 822732636
        },
        {
            "start": 822732936,
            "stop": 822733380
        }
    ]
}