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=36
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=37",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_HW_BURST/segments?format=api&page=35",
    "results_count": 758,
    "results_per_page": 20,
    "num_pages": 38,
    "page_number": 36,
    "results": [
        {
            "start": 969005681,
            "stop": 969005793
        },
        {
            "start": 969013402,
            "stop": 969013514
        },
        {
            "start": 969041601,
            "stop": 969041712
        },
        {
            "start": 969070096,
            "stop": 969070256
        },
        {
            "start": 969078601,
            "stop": 969078712
        },
        {
            "start": 969085801,
            "stop": 969085913
        },
        {
            "start": 969093521,
            "stop": 969093633
        },
        {
            "start": 969099496,
            "stop": 969099608
        },
        {
            "start": 969143193,
            "stop": 969143305
        },
        {
            "start": 969179944,
            "stop": 969180104
        },
        {
            "start": 969250129,
            "stop": 969250281
        },
        {
            "start": 969258702,
            "stop": 969258813
        },
        {
            "start": 969346013,
            "stop": 969346125
        },
        {
            "start": 969351294,
            "stop": 969351405
        },
        {
            "start": 969382134,
            "stop": 969382285
        },
        {
            "start": 969403253,
            "stop": 969403365
        },
        {
            "start": 969496374,
            "stop": 969496534
        },
        {
            "start": 969503694,
            "stop": 969503807
        },
        {
            "start": 969510837,
            "stop": 969510949
        },
        {
            "start": 969552870,
            "stop": 969552982
        }
    ]
}