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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_HW_BURST/segments?format=api&page=28",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_HW_BURST/segments?format=api&page=26",
    "results_count": 907,
    "results_per_page": 20,
    "num_pages": 46,
    "page_number": 27,
    "results": [
        {
            "start": 957882511,
            "stop": 957882623
        },
        {
            "start": 957907583,
            "stop": 957907695
        },
        {
            "start": 957911654,
            "stop": 957911767
        },
        {
            "start": 957942951,
            "stop": 957943063
        },
        {
            "start": 957950863,
            "stop": 957950975
        },
        {
            "start": 958041662,
            "stop": 958041774
        },
        {
            "start": 958063341,
            "stop": 958063454
        },
        {
            "start": 958071782,
            "stop": 958071894
        },
        {
            "start": 958077286,
            "stop": 958077398
        },
        {
            "start": 958085021,
            "stop": 958085134
        },
        {
            "start": 958115845,
            "stop": 958115998
        },
        {
            "start": 958151781,
            "stop": 958151894
        },
        {
            "start": 958168765,
            "stop": 958168878
        },
        {
            "start": 958184606,
            "stop": 958184718
        },
        {
            "start": 958202446,
            "stop": 958202558
        },
        {
            "start": 958226245,
            "stop": 958226358
        },
        {
            "start": 958276638,
            "stop": 958276751
        },
        {
            "start": 958335300,
            "stop": 958335413
        },
        {
            "start": 958349212,
            "stop": 958349373
        },
        {
            "start": 958413348,
            "stop": 958413501
        }
    ]
}