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=42
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=43",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=41",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 42,
    "results": [
        {
            "start": 828712147,
            "stop": 828712767
        },
        {
            "start": 828714159,
            "stop": 828714441
        },
        {
            "start": 828715894,
            "stop": 828718015
        },
        {
            "start": 828719339,
            "stop": 828719497
        },
        {
            "start": 828719634,
            "stop": 828722293
        },
        {
            "start": 828747618,
            "stop": 828750142
        },
        {
            "start": 828750854,
            "stop": 828753364
        },
        {
            "start": 828754115,
            "stop": 828757123
        },
        {
            "start": 828757904,
            "stop": 828758454
        },
        {
            "start": 828760045,
            "stop": 828796463
        },
        {
            "start": 828797128,
            "stop": 828797959
        },
        {
            "start": 828798316,
            "stop": 828798863
        },
        {
            "start": 828833441,
            "stop": 828839792
        },
        {
            "start": 828840154,
            "stop": 828889477
        },
        {
            "start": 828889549,
            "stop": 828893936
        },
        {
            "start": 828898954,
            "stop": 828901299
        },
        {
            "start": 828901418,
            "stop": 828910557
        },
        {
            "start": 828912172,
            "stop": 828915919
        },
        {
            "start": 828915991,
            "stop": 828918825
        },
        {
            "start": 828919005,
            "stop": 828924926
        }
    ]
}