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=149
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=150",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=148",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 149,
    "results": [
        {
            "start": 968602416,
            "stop": 968603791
        },
        {
            "start": 968604025,
            "stop": 968604288
        },
        {
            "start": 968604976,
            "stop": 968606315
        },
        {
            "start": 968607255,
            "stop": 968614555
        },
        {
            "start": 968617898,
            "stop": 968634910
        },
        {
            "start": 968638548,
            "stop": 968644632
        },
        {
            "start": 968646025,
            "stop": 968675372
        },
        {
            "start": 968676835,
            "stop": 968679427
        },
        {
            "start": 968680215,
            "stop": 968686788
        },
        {
            "start": 968688905,
            "stop": 968691824
        },
        {
            "start": 968693321,
            "stop": 968694092
        },
        {
            "start": 968694718,
            "stop": 968699798
        },
        {
            "start": 968701111,
            "stop": 968713996
        },
        {
            "start": 968714886,
            "stop": 968717144
        },
        {
            "start": 968718555,
            "stop": 968718582
        },
        {
            "start": 968718602,
            "stop": 968722061
        },
        {
            "start": 968722545,
            "stop": 968726656
        },
        {
            "start": 968727598,
            "stop": 968754987
        },
        {
            "start": 968757039,
            "stop": 968758172
        },
        {
            "start": 968759038,
            "stop": 968759062
        }
    ]
}