Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=31
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=32",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=30",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 31,
    "results": [
        {
            "start": 825998604,
            "stop": 826000000
        },
        {
            "start": 826003246,
            "stop": 826014469
        },
        {
            "start": 826016682,
            "stop": 826017180
        },
        {
            "start": 826017759,
            "stop": 826062507
        },
        {
            "start": 826067256,
            "stop": 826075054
        },
        {
            "start": 826078086,
            "stop": 826078998
        },
        {
            "start": 826080649,
            "stop": 826083649
        },
        {
            "start": 826085017,
            "stop": 826092507
        },
        {
            "start": 826094903,
            "stop": 826111620
        },
        {
            "start": 826114755,
            "stop": 826127328
        },
        {
            "start": 826130124,
            "stop": 826135519
        },
        {
            "start": 826138554,
            "stop": 826138666
        },
        {
            "start": 826139519,
            "stop": 826142154
        },
        {
            "start": 826146811,
            "stop": 826148823
        },
        {
            "start": 826150137,
            "stop": 826169190
        },
        {
            "start": 826172078,
            "stop": 826172393
        },
        {
            "start": 826174029,
            "stop": 826182046
        },
        {
            "start": 826187694,
            "stop": 826194474
        },
        {
            "start": 826197924,
            "stop": 826229394
        },
        {
            "start": 826231497,
            "stop": 826237083
        }
    ]
}