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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=495",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=493",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 494,
    "results": [
        {
            "start": 958777747,
            "stop": 958781641
        },
        {
            "start": 958784723,
            "stop": 958787037
        },
        {
            "start": 958800438,
            "stop": 958802254
        },
        {
            "start": 958803828,
            "stop": 958817960
        },
        {
            "start": 958819684,
            "stop": 958825292
        },
        {
            "start": 958826663,
            "stop": 958830074
        },
        {
            "start": 958833328,
            "stop": 958836828
        },
        {
            "start": 958888571,
            "stop": 958894416
        },
        {
            "start": 958898392,
            "stop": 958899937
        },
        {
            "start": 958904293,
            "stop": 958911743
        },
        {
            "start": 958913293,
            "stop": 958913718
        },
        {
            "start": 958914800,
            "stop": 958919587
        },
        {
            "start": 958922476,
            "stop": 958926882
        },
        {
            "start": 958933059,
            "stop": 958936158
        },
        {
            "start": 958938320,
            "stop": 958938865
        },
        {
            "start": 958940614,
            "stop": 958955442
        },
        {
            "start": 958955650,
            "stop": 958961942
        },
        {
            "start": 958976297,
            "stop": 958986415
        },
        {
            "start": 958988331,
            "stop": 959007781
        },
        {
            "start": 959013022,
            "stop": 959016461
        }
    ]
}