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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_DATA/segments?format=api&page=9",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_DATA/segments?format=api&page=7",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 8,
    "results": [
        {
            "start": 817353271,
            "stop": 817365382
        },
        {
            "start": 817366310,
            "stop": 817395194
        },
        {
            "start": 817399812,
            "stop": 817401541
        },
        {
            "start": 817402795,
            "stop": 817403113
        },
        {
            "start": 817403296,
            "stop": 817403901
        },
        {
            "start": 817415494,
            "stop": 817416044
        },
        {
            "start": 817416818,
            "stop": 817419253
        },
        {
            "start": 817419719,
            "stop": 817426418
        },
        {
            "start": 817430054,
            "stop": 817434290
        },
        {
            "start": 817434545,
            "stop": 817447630
        },
        {
            "start": 817451182,
            "stop": 817462804
        },
        {
            "start": 817463345,
            "stop": 817473120
        },
        {
            "start": 817474958,
            "stop": 817476646
        },
        {
            "start": 817477300,
            "stop": 817477591
        },
        {
            "start": 817513848,
            "stop": 817524639
        },
        {
            "start": 817524706,
            "stop": 817542187
        },
        {
            "start": 817543022,
            "stop": 817552627
        },
        {
            "start": 817553384,
            "stop": 817565899
        },
        {
            "start": 817580832,
            "stop": 817587347
        },
        {
            "start": 817588104,
            "stop": 817588105
        }
    ]
}