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=115
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=116",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=114",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 115,
    "results": [
        {
            "start": 960128018,
            "stop": 960128048
        },
        {
            "start": 960183985,
            "stop": 960188816
        },
        {
            "start": 960192386,
            "stop": 960197774
        },
        {
            "start": 960198772,
            "stop": 960203192
        },
        {
            "start": 960207975,
            "stop": 960208676
        },
        {
            "start": 960209484,
            "stop": 960221152
        },
        {
            "start": 960224527,
            "stop": 960245141
        },
        {
            "start": 960251946,
            "stop": 960253758
        },
        {
            "start": 960254205,
            "stop": 960276192
        },
        {
            "start": 960277270,
            "stop": 960278346
        },
        {
            "start": 960278512,
            "stop": 960290150
        },
        {
            "start": 960298815,
            "stop": 960310504
        },
        {
            "start": 960330275,
            "stop": 960332449
        },
        {
            "start": 960332672,
            "stop": 960335306
        },
        {
            "start": 960338745,
            "stop": 960348267
        },
        {
            "start": 960349683,
            "stop": 960352589
        },
        {
            "start": 960421280,
            "stop": 960421286
        },
        {
            "start": 960421495,
            "stop": 960424783
        },
        {
            "start": 960424802,
            "stop": 960433315
        },
        {
            "start": 960520245,
            "stop": 960531583
        }
    ]
}