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=131
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=132",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=130",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 131,
    "results": [
        {
            "start": 963941310,
            "stop": 963942098
        },
        {
            "start": 963942662,
            "stop": 963942835
        },
        {
            "start": 963945075,
            "stop": 963945423
        },
        {
            "start": 963955096,
            "stop": 963959345
        },
        {
            "start": 963978154,
            "stop": 964003164
        },
        {
            "start": 964004862,
            "stop": 964006106
        },
        {
            "start": 964007301,
            "stop": 964009342
        },
        {
            "start": 964010954,
            "stop": 964013036
        },
        {
            "start": 964015112,
            "stop": 964016722
        },
        {
            "start": 964017351,
            "stop": 964025864
        },
        {
            "start": 964025964,
            "stop": 964028906
        },
        {
            "start": 964029988,
            "stop": 964043808
        },
        {
            "start": 964044693,
            "stop": 964050221
        },
        {
            "start": 964050742,
            "stop": 964051926
        },
        {
            "start": 964051964,
            "stop": 964051966
        },
        {
            "start": 964051982,
            "stop": 964083179
        },
        {
            "start": 964083952,
            "stop": 964090503
        },
        {
            "start": 964091107,
            "stop": 964093214
        },
        {
            "start": 964095645,
            "stop": 964103481
        },
        {
            "start": 964107073,
            "stop": 964114398
        }
    ]
}