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=74
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=75",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=73",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 74,
    "results": [
        {
            "start": 949512446,
            "stop": 949512749
        },
        {
            "start": 949514288,
            "stop": 949532116
        },
        {
            "start": 949535744,
            "stop": 949552711
        },
        {
            "start": 949554185,
            "stop": 949561994
        },
        {
            "start": 949566347,
            "stop": 949596303
        },
        {
            "start": 949598437,
            "stop": 949604752
        },
        {
            "start": 949607227,
            "stop": 949612225
        },
        {
            "start": 949613851,
            "stop": 949655382
        },
        {
            "start": 949655694,
            "stop": 949661921
        },
        {
            "start": 949664060,
            "stop": 949664177
        },
        {
            "start": 949665676,
            "stop": 949669534
        },
        {
            "start": 949670228,
            "stop": 949670435
        },
        {
            "start": 949672240,
            "stop": 949675879
        },
        {
            "start": 949676282,
            "stop": 949696087
        },
        {
            "start": 949696387,
            "stop": 949707090
        },
        {
            "start": 949707831,
            "stop": 949711892
        },
        {
            "start": 949718044,
            "stop": 949721585
        },
        {
            "start": 949721611,
            "stop": 949721625
        },
        {
            "start": 949721648,
            "stop": 949728040
        },
        {
            "start": 949729630,
            "stop": 949734095
        }
    ]
}