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=207
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=208",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=206",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 207,
    "results": [
        {
            "start": 827036392,
            "stop": 827036443
        },
        {
            "start": 827036445,
            "stop": 827036474
        },
        {
            "start": 827036477,
            "stop": 827036495
        },
        {
            "start": 827036499,
            "stop": 827036684
        },
        {
            "start": 827036686,
            "stop": 827037838
        },
        {
            "start": 827037841,
            "stop": 827037850
        },
        {
            "start": 827037852,
            "stop": 827037853
        },
        {
            "start": 827037855,
            "stop": 827037890
        },
        {
            "start": 827037895,
            "stop": 827037906
        },
        {
            "start": 827037908,
            "stop": 827038930
        },
        {
            "start": 827038934,
            "stop": 827040597
        },
        {
            "start": 827040599,
            "stop": 827040617
        },
        {
            "start": 827040619,
            "stop": 827040621
        },
        {
            "start": 827040625,
            "stop": 827040630
        },
        {
            "start": 827040632,
            "stop": 827041174
        },
        {
            "start": 827043925,
            "stop": 827044520
        },
        {
            "start": 827044527,
            "stop": 827049376
        },
        {
            "start": 827049379,
            "stop": 827049402
        },
        {
            "start": 827049404,
            "stop": 827049669
        },
        {
            "start": 827049675,
            "stop": 827049836
        }
    ]
}