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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=156",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=154",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 155,
    "results": [
        {
            "start": 969925482,
            "stop": 969928057
        },
        {
            "start": 969931843,
            "stop": 969932182
        },
        {
            "start": 969935766,
            "stop": 969936258
        },
        {
            "start": 969938509,
            "stop": 969939183
        },
        {
            "start": 969940229,
            "stop": 969940778
        },
        {
            "start": 969942006,
            "stop": 969942970
        },
        {
            "start": 969943909,
            "stop": 969944055
        },
        {
            "start": 969944718,
            "stop": 969949076
        },
        {
            "start": 969950405,
            "stop": 969952015
        },
        {
            "start": 969952864,
            "stop": 969953780
        },
        {
            "start": 969954543,
            "stop": 969958473
        },
        {
            "start": 969959187,
            "stop": 969959270
        },
        {
            "start": 969960008,
            "stop": 969960473
        },
        {
            "start": 969962334,
            "stop": 969962386
        },
        {
            "start": 969963994,
            "stop": 969964310
        },
        {
            "start": 969965152,
            "stop": 969974308
        },
        {
            "start": 969974571,
            "stop": 969979519
        },
        {
            "start": 969985191,
            "stop": 970008236
        },
        {
            "start": 970009763,
            "stop": 970010062
        },
        {
            "start": 970013215,
            "stop": 970013674
        }
    ]
}