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=201
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=202",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=200",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 201,
    "results": [
        {
            "start": 820198514,
            "stop": 820198548
        },
        {
            "start": 820198551,
            "stop": 820198553
        },
        {
            "start": 820198556,
            "stop": 820198614
        },
        {
            "start": 820198617,
            "stop": 820198662
        },
        {
            "start": 820198665,
            "stop": 820198828
        },
        {
            "start": 820198831,
            "stop": 820198907
        },
        {
            "start": 820198910,
            "stop": 820199027
        },
        {
            "start": 820199031,
            "stop": 820199041
        },
        {
            "start": 820199048,
            "stop": 820199051
        },
        {
            "start": 820199054,
            "stop": 820199104
        },
        {
            "start": 820199107,
            "stop": 820199137
        },
        {
            "start": 820199143,
            "stop": 820199150
        },
        {
            "start": 820199156,
            "stop": 820199159
        },
        {
            "start": 820199163,
            "stop": 820199182
        },
        {
            "start": 820199185,
            "stop": 820199214
        },
        {
            "start": 820199217,
            "stop": 820199240
        },
        {
            "start": 820199244,
            "stop": 820199281
        },
        {
            "start": 820200371,
            "stop": 820200421
        },
        {
            "start": 820202752,
            "stop": 820202756
        },
        {
            "start": 820202759,
            "stop": 820202767
        }
    ]
}