Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=815
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=816",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=814",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 815,
    "results": [
        {
            "start": 1250256989,
            "stop": 1250256991
        },
        {
            "start": 1250256998,
            "stop": 1250257007
        },
        {
            "start": 1250257012,
            "stop": 1250257024
        },
        {
            "start": 1250257028,
            "stop": 1250257041
        },
        {
            "start": 1250257046,
            "stop": 1250257096
        },
        {
            "start": 1250257101,
            "stop": 1250257111
        },
        {
            "start": 1250257113,
            "stop": 1250258164
        },
        {
            "start": 1250258167,
            "stop": 1250258201
        },
        {
            "start": 1250258205,
            "stop": 1250258301
        },
        {
            "start": 1250258306,
            "stop": 1250258308
        },
        {
            "start": 1250258310,
            "stop": 1250259291
        },
        {
            "start": 1250259296,
            "stop": 1250259344
        },
        {
            "start": 1250259346,
            "stop": 1250259356
        },
        {
            "start": 1250259357,
            "stop": 1250259538
        },
        {
            "start": 1250259543,
            "stop": 1250260962
        },
        {
            "start": 1250260966,
            "stop": 1250263233
        },
        {
            "start": 1250263236,
            "stop": 1250263810
        },
        {
            "start": 1250263815,
            "stop": 1250263878
        },
        {
            "start": 1250263883,
            "stop": 1250264745
        },
        {
            "start": 1250264750,
            "stop": 1250264793
        }
    ]
}