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=113
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=114",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=112",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 113,
    "results": [
        {
            "start": 959611281,
            "stop": 959611990
        },
        {
            "start": 959612795,
            "stop": 959618895
        },
        {
            "start": 959626442,
            "stop": 959630544
        },
        {
            "start": 959631428,
            "stop": 959635981
        },
        {
            "start": 959659147,
            "stop": 959661125
        },
        {
            "start": 959661360,
            "stop": 959679222
        },
        {
            "start": 959679958,
            "stop": 959687446
        },
        {
            "start": 959691401,
            "stop": 959692085
        },
        {
            "start": 959693870,
            "stop": 959694743
        },
        {
            "start": 959696059,
            "stop": 959703498
        },
        {
            "start": 959730710,
            "stop": 959738891
        },
        {
            "start": 959739924,
            "stop": 959745036
        },
        {
            "start": 959749849,
            "stop": 959759655
        },
        {
            "start": 959760747,
            "stop": 959761903
        },
        {
            "start": 959769286,
            "stop": 959770729
        },
        {
            "start": 959774954,
            "stop": 959775738
        },
        {
            "start": 959778240,
            "stop": 959778712
        },
        {
            "start": 959780751,
            "stop": 959781214
        },
        {
            "start": 959803858,
            "stop": 959804539
        },
        {
            "start": 959845092,
            "stop": 959846417
        }
    ]
}