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=120
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=121",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=119",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 120,
    "results": [
        {
            "start": 961770415,
            "stop": 961770906
        },
        {
            "start": 961808053,
            "stop": 961811495
        },
        {
            "start": 961813727,
            "stop": 961815690
        },
        {
            "start": 961816081,
            "stop": 961822587
        },
        {
            "start": 961823375,
            "stop": 961823463
        },
        {
            "start": 961823688,
            "stop": 961826353
        },
        {
            "start": 961827264,
            "stop": 961838810
        },
        {
            "start": 961839458,
            "stop": 961842331
        },
        {
            "start": 961843639,
            "stop": 961847053
        },
        {
            "start": 961847816,
            "stop": 961849519
        },
        {
            "start": 961850166,
            "stop": 961850382
        },
        {
            "start": 961887913,
            "stop": 961894713
        },
        {
            "start": 961894847,
            "stop": 961899583
        },
        {
            "start": 961901626,
            "stop": 961901716
        },
        {
            "start": 961904103,
            "stop": 961908760
        },
        {
            "start": 961910673,
            "stop": 961917983
        },
        {
            "start": 961929810,
            "stop": 961935823
        },
        {
            "start": 961936789,
            "stop": 961937008
        },
        {
            "start": 961937061,
            "stop": 961937440
        },
        {
            "start": 961937504,
            "stop": 961938761
        }
    ]
}