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=4989
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=4990",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4988",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4989,
    "results": [
        {
            "start": 874447695,
            "stop": 874447725
        },
        {
            "start": 874447744,
            "stop": 874447755
        },
        {
            "start": 874447775,
            "stop": 874447778
        },
        {
            "start": 874447808,
            "stop": 874447809
        },
        {
            "start": 874447885,
            "stop": 874447925
        },
        {
            "start": 874447959,
            "stop": 874447972
        },
        {
            "start": 874448018,
            "stop": 874448040
        },
        {
            "start": 874448071,
            "stop": 874448079
        },
        {
            "start": 874448103,
            "stop": 874448117
        },
        {
            "start": 874448136,
            "stop": 874448177
        },
        {
            "start": 874448196,
            "stop": 874448233
        },
        {
            "start": 874448296,
            "stop": 874448340
        },
        {
            "start": 874448377,
            "stop": 874448386
        },
        {
            "start": 874448431,
            "stop": 874448460
        },
        {
            "start": 874448479,
            "stop": 874448487
        },
        {
            "start": 874448533,
            "stop": 874448535
        },
        {
            "start": 874448625,
            "stop": 874448703
        },
        {
            "start": 874448722,
            "stop": 874448727
        },
        {
            "start": 874448762,
            "stop": 874448861
        },
        {
            "start": 874448890,
            "stop": 874448909
        }
    ]
}