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=118
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=119",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=117",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 118,
    "results": [
        {
            "start": 961322335,
            "stop": 961330369
        },
        {
            "start": 961331360,
            "stop": 961332588
        },
        {
            "start": 961333245,
            "stop": 961334677
        },
        {
            "start": 961338021,
            "stop": 961338132
        },
        {
            "start": 961341528,
            "stop": 961342223
        },
        {
            "start": 961344229,
            "stop": 961344833
        },
        {
            "start": 961353767,
            "stop": 961356457
        },
        {
            "start": 961405294,
            "stop": 961414744
        },
        {
            "start": 961416016,
            "stop": 961416333
        },
        {
            "start": 961417447,
            "stop": 961423152
        },
        {
            "start": 961425311,
            "stop": 961427193
        },
        {
            "start": 961429132,
            "stop": 961432434
        },
        {
            "start": 961440442,
            "stop": 961443697
        },
        {
            "start": 961480002,
            "stop": 961494788
        },
        {
            "start": 961496408,
            "stop": 961499539
        },
        {
            "start": 961501738,
            "stop": 961501975
        },
        {
            "start": 961502040,
            "stop": 961502683
        },
        {
            "start": 961502865,
            "stop": 961507421
        },
        {
            "start": 961509820,
            "stop": 961529714
        },
        {
            "start": 961530776,
            "stop": 961530949
        }
    ]
}