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_BURST_CAT2/segments?format=api&page=668
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=669",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=667",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 668,
    "results": [
        {
            "start": 851305015,
            "stop": 851308357
        },
        {
            "start": 851308757,
            "stop": 851308975
        },
        {
            "start": 851310604,
            "stop": 851310632
        },
        {
            "start": 851310952,
            "stop": 851329976
        },
        {
            "start": 851330000,
            "stop": 851330015
        },
        {
            "start": 851330018,
            "stop": 851330019
        },
        {
            "start": 851330025,
            "stop": 851331683
        },
        {
            "start": 851335176,
            "stop": 851335312
        },
        {
            "start": 851335352,
            "stop": 851335361
        },
        {
            "start": 851335378,
            "stop": 851338238
        },
        {
            "start": 851340085,
            "stop": 851341115
        },
        {
            "start": 851343183,
            "stop": 851343853
        },
        {
            "start": 851343856,
            "stop": 851343858
        },
        {
            "start": 851343886,
            "stop": 851343905
        },
        {
            "start": 851343912,
            "stop": 851343913
        },
        {
            "start": 851344551,
            "stop": 851346945
        },
        {
            "start": 851347862,
            "stop": 851348471
        },
        {
            "start": 851348791,
            "stop": 851349213
        },
        {
            "start": 851349613,
            "stop": 851349952
        },
        {
            "start": 851349955,
            "stop": 851349956
        }
    ]
}