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=30
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=31",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_HW_BURST/segments?format=api&page=29",
    "results_count": 758,
    "results_per_page": 20,
    "num_pages": 38,
    "page_number": 30,
    "results": [
        {
            "start": 965830985,
            "stop": 965831096
        },
        {
            "start": 965874298,
            "stop": 965874409
        },
        {
            "start": 965881792,
            "stop": 965881904
        },
        {
            "start": 965940849,
            "stop": 965940960
        },
        {
            "start": 965989976,
            "stop": 965990136
        },
        {
            "start": 966012305,
            "stop": 966012416
        },
        {
            "start": 966024976,
            "stop": 966025128
        },
        {
            "start": 966076296,
            "stop": 966076408
        },
        {
            "start": 966083105,
            "stop": 966083216
        },
        {
            "start": 966104664,
            "stop": 966104776
        },
        {
            "start": 966113177,
            "stop": 966113289
        },
        {
            "start": 966118225,
            "stop": 966118385
        },
        {
            "start": 966127592,
            "stop": 966127704
        },
        {
            "start": 966169505,
            "stop": 966169617
        },
        {
            "start": 966191056,
            "stop": 966191208
        },
        {
            "start": 966214416,
            "stop": 966214528
        },
        {
            "start": 966225913,
            "stop": 966226025
        },
        {
            "start": 966263696,
            "stop": 966263856
        },
        {
            "start": 966306553,
            "stop": 966306665
        },
        {
            "start": 966320032,
            "stop": 966320192
        }
    ]
}