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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2040",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2038",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2039,
    "results": [
        {
            "start": 859929541,
            "stop": 859930082
        },
        {
            "start": 859930084,
            "stop": 859930525
        },
        {
            "start": 859930527,
            "stop": 859931630
        },
        {
            "start": 859931749,
            "stop": 859934201
        },
        {
            "start": 859935427,
            "stop": 859937572
        },
        {
            "start": 859938448,
            "stop": 859941970
        },
        {
            "start": 859941980,
            "stop": 859942002
        },
        {
            "start": 859942008,
            "stop": 859948983
        },
        {
            "start": 859948985,
            "stop": 859964352
        },
        {
            "start": 859964354,
            "stop": 859965648
        },
        {
            "start": 859967060,
            "stop": 860000511
        },
        {
            "start": 860000929,
            "stop": 860010705
        },
        {
            "start": 860011960,
            "stop": 860060196
        },
        {
            "start": 860061935,
            "stop": 860067150
        },
        {
            "start": 860067210,
            "stop": 860067232
        },
        {
            "start": 860067238,
            "stop": 860071416
        },
        {
            "start": 860071708,
            "stop": 860090552
        },
        {
            "start": 860090560,
            "stop": 860090585
        },
        {
            "start": 860090590,
            "stop": 860091132
        },
        {
            "start": 860091242,
            "stop": 860091857
        }
    ]
}