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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_HW_BURST/segments?format=api&page=15",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_HW_BURST/segments?format=api&page=13",
    "results_count": 758,
    "results_per_page": 20,
    "num_pages": 38,
    "page_number": 14,
    "results": [
        {
            "start": 945460581,
            "stop": 945460694
        },
        {
            "start": 945517141,
            "stop": 945517254
        },
        {
            "start": 945529165,
            "stop": 945529326
        },
        {
            "start": 945548982,
            "stop": 945549094
        },
        {
            "start": 945587973,
            "stop": 945588126
        },
        {
            "start": 945595557,
            "stop": 945595670
        },
        {
            "start": 945638374,
            "stop": 945638487
        },
        {
            "start": 945662759,
            "stop": 945662870
        },
        {
            "start": 945843846,
            "stop": 945843959
        },
        {
            "start": 945847686,
            "stop": 945847799
        },
        {
            "start": 945886398,
            "stop": 945886511
        },
        {
            "start": 945893494,
            "stop": 945893607
        },
        {
            "start": 945901806,
            "stop": 945901919
        },
        {
            "start": 945906791,
            "stop": 945906951
        },
        {
            "start": 945939974,
            "stop": 945940127
        },
        {
            "start": 945989399,
            "stop": 945989511
        },
        {
            "start": 946003782,
            "stop": 946003895
        },
        {
            "start": 946008582,
            "stop": 946008695
        },
        {
            "start": 946050198,
            "stop": 946050311
        },
        {
            "start": 946057678,
            "stop": 946057791
        }
    ]
}