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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4925",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4923",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4924,
    "results": [
        {
            "start": 874304048,
            "stop": 874304189
        },
        {
            "start": 874304208,
            "stop": 874304361
        },
        {
            "start": 874304380,
            "stop": 874304544
        },
        {
            "start": 874304563,
            "stop": 874304571
        },
        {
            "start": 874304590,
            "stop": 874304723
        },
        {
            "start": 874304774,
            "stop": 874304794
        },
        {
            "start": 874304813,
            "stop": 874304972
        },
        {
            "start": 874304992,
            "stop": 874305000
        },
        {
            "start": 874305019,
            "stop": 874305148
        },
        {
            "start": 874305167,
            "stop": 874305429
        },
        {
            "start": 874305448,
            "stop": 874305510
        },
        {
            "start": 874305529,
            "stop": 874305571
        },
        {
            "start": 874305590,
            "stop": 874305599
        },
        {
            "start": 874305618,
            "stop": 874305630
        },
        {
            "start": 874305653,
            "stop": 874305665
        },
        {
            "start": 874305684,
            "stop": 874305692
        },
        {
            "start": 874305712,
            "stop": 874305771
        },
        {
            "start": 874305790,
            "stop": 874305961
        },
        {
            "start": 874305980,
            "stop": 874306002
        },
        {
            "start": 874306022,
            "stop": 874306069
        }
    ]
}