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/O3a/timelines/L1_DATA/segments?format=api&page=16
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_DATA/segments?format=api&page=17",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_DATA/segments?format=api&page=15",
    "results_count": 535,
    "results_per_page": 20,
    "num_pages": 27,
    "page_number": 16,
    "results": [
        {
            "start": 1246815722,
            "stop": 1246824365
        },
        {
            "start": 1246829978,
            "stop": 1246859254
        },
        {
            "start": 1246865561,
            "stop": 1246892449
        },
        {
            "start": 1246926018,
            "stop": 1246934838
        },
        {
            "start": 1247260174,
            "stop": 1247285054
        },
        {
            "start": 1247288257,
            "stop": 1247320815
        },
        {
            "start": 1247342128,
            "stop": 1247344410
        },
        {
            "start": 1247344538,
            "stop": 1247348160
        },
        {
            "start": 1247350874,
            "stop": 1247372945
        },
        {
            "start": 1247378350,
            "stop": 1247412066
        },
        {
            "start": 1247414743,
            "stop": 1247420477
        },
        {
            "start": 1247426589,
            "stop": 1247482066
        },
        {
            "start": 1247486053,
            "stop": 1247487801
        },
        {
            "start": 1247493848,
            "stop": 1247501154
        },
        {
            "start": 1247503373,
            "stop": 1247508077
        },
        {
            "start": 1247517898,
            "stop": 1247535878
        },
        {
            "start": 1247540885,
            "stop": 1247548185
        },
        {
            "start": 1247550431,
            "stop": 1247594133
        },
        {
            "start": 1247596927,
            "stop": 1247598625
        },
        {
            "start": 1247601414,
            "stop": 1247609526
        }
    ]
}