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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4727",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4725",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4726,
    "results": [
        {
            "start": 874447154,
            "stop": 874447170
        },
        {
            "start": 874447210,
            "stop": 874447262
        },
        {
            "start": 874447281,
            "stop": 874447312
        },
        {
            "start": 874447347,
            "stop": 874447392
        },
        {
            "start": 874447411,
            "stop": 874447434
        },
        {
            "start": 874447526,
            "stop": 874447549
        },
        {
            "start": 874447569,
            "stop": 874447577
        },
        {
            "start": 874447653,
            "stop": 874447670
        },
        {
            "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
        }
    ]
}