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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=211",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=209",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 210,
    "results": [
        {
            "start": 821665737,
            "stop": 821665744
        },
        {
            "start": 821665750,
            "stop": 821665776
        },
        {
            "start": 821665781,
            "stop": 821665783
        },
        {
            "start": 821665786,
            "stop": 821665793
        },
        {
            "start": 821665801,
            "stop": 821665802
        },
        {
            "start": 821665805,
            "stop": 821665818
        },
        {
            "start": 821665821,
            "stop": 821665825
        },
        {
            "start": 821665828,
            "stop": 821665841
        },
        {
            "start": 821665844,
            "stop": 821665858
        },
        {
            "start": 821665866,
            "stop": 821665874
        },
        {
            "start": 821665880,
            "stop": 821665900
        },
        {
            "start": 821665905,
            "stop": 821665918
        },
        {
            "start": 821665924,
            "stop": 821665932
        },
        {
            "start": 821665935,
            "stop": 821665953
        },
        {
            "start": 821665957,
            "stop": 821665968
        },
        {
            "start": 821665972,
            "stop": 821665988
        },
        {
            "start": 821665994,
            "stop": 821665997
        },
        {
            "start": 821666000,
            "stop": 821666009
        },
        {
            "start": 821666012,
            "stop": 821666014
        },
        {
            "start": 821666017,
            "stop": 821666018
        }
    ]
}