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=4947
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=4948",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4946",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4947,
    "results": [
        {
            "start": 874360307,
            "stop": 874360348
        },
        {
            "start": 874360367,
            "stop": 874360382
        },
        {
            "start": 874360402,
            "stop": 874360472
        },
        {
            "start": 874360499,
            "stop": 874360550
        },
        {
            "start": 874363019,
            "stop": 874364162
        },
        {
            "start": 874364166,
            "stop": 874364700
        },
        {
            "start": 874364760,
            "stop": 874365105
        },
        {
            "start": 874365141,
            "stop": 874365179
        },
        {
            "start": 874365198,
            "stop": 874365199
        },
        {
            "start": 874365256,
            "stop": 874365300
        },
        {
            "start": 874365377,
            "stop": 874365442
        },
        {
            "start": 874365461,
            "stop": 874365507
        },
        {
            "start": 874365531,
            "stop": 874365540
        },
        {
            "start": 874365600,
            "stop": 874365775
        },
        {
            "start": 874365794,
            "stop": 874365805
        },
        {
            "start": 874365832,
            "stop": 874365842
        },
        {
            "start": 874365862,
            "stop": 874365877
        },
        {
            "start": 874365902,
            "stop": 874365992
        },
        {
            "start": 874366011,
            "stop": 874366020
        },
        {
            "start": 874366080,
            "stop": 874366094
        }
    ]
}