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=96
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=97",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=95",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 96,
    "results": [
        {
            "start": 955374816,
            "stop": 955375388
        },
        {
            "start": 955375907,
            "stop": 955376212
        },
        {
            "start": 955382124,
            "stop": 955383442
        },
        {
            "start": 955383947,
            "stop": 955386507
        },
        {
            "start": 955388992,
            "stop": 955389841
        },
        {
            "start": 955390980,
            "stop": 955390997
        },
        {
            "start": 955391801,
            "stop": 955392386
        },
        {
            "start": 955392852,
            "stop": 955393663
        },
        {
            "start": 955394230,
            "stop": 955398479
        },
        {
            "start": 955422723,
            "stop": 955439844
        },
        {
            "start": 955441603,
            "stop": 955447369
        },
        {
            "start": 955448587,
            "stop": 955454665
        },
        {
            "start": 955457071,
            "stop": 955470190
        },
        {
            "start": 955470881,
            "stop": 955486950
        },
        {
            "start": 955488218,
            "stop": 955491488
        },
        {
            "start": 955497716,
            "stop": 955507537
        },
        {
            "start": 955508444,
            "stop": 955520780
        },
        {
            "start": 955645551,
            "stop": 955647234
        },
        {
            "start": 955647999,
            "stop": 955695522
        },
        {
            "start": 955695898,
            "stop": 955699923
        }
    ]
}