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=4910
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=4911",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4909",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4910,
    "results": [
        {
            "start": 874281802,
            "stop": 874282014
        },
        {
            "start": 874282034,
            "stop": 874282088
        },
        {
            "start": 874282113,
            "stop": 874282143
        },
        {
            "start": 874282162,
            "stop": 874282168
        },
        {
            "start": 874282187,
            "stop": 874282225
        },
        {
            "start": 874282252,
            "stop": 874282283
        },
        {
            "start": 874282314,
            "stop": 874282323
        },
        {
            "start": 874282401,
            "stop": 874282411
        },
        {
            "start": 874282540,
            "stop": 874282584
        },
        {
            "start": 874282623,
            "stop": 874282660
        },
        {
            "start": 874282686,
            "stop": 874282808
        },
        {
            "start": 874282832,
            "stop": 874282855
        },
        {
            "start": 874282884,
            "stop": 874282891
        },
        {
            "start": 874282945,
            "stop": 874282998
        },
        {
            "start": 874283022,
            "stop": 874283026
        },
        {
            "start": 874283045,
            "stop": 874283081
        },
        {
            "start": 874283108,
            "stop": 874283120
        },
        {
            "start": 874283159,
            "stop": 874283189
        },
        {
            "start": 874283215,
            "stop": 874283520
        },
        {
            "start": 874283539,
            "stop": 874283587
        }
    ]
}