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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=11",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=9",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 10,
    "results": [
        {
            "start": 1238180347,
            "stop": 1238180379
        },
        {
            "start": 1238180384,
            "stop": 1238180437
        },
        {
            "start": 1238180439,
            "stop": 1238180440
        },
        {
            "start": 1238180441,
            "stop": 1238180446
        },
        {
            "start": 1238180450,
            "stop": 1238180474
        },
        {
            "start": 1238180477,
            "stop": 1238180494
        },
        {
            "start": 1238180496,
            "stop": 1238180509
        },
        {
            "start": 1238180512,
            "stop": 1238180517
        },
        {
            "start": 1238180526,
            "stop": 1238180745
        },
        {
            "start": 1238180748,
            "stop": 1238180785
        },
        {
            "start": 1238180790,
            "stop": 1238180847
        },
        {
            "start": 1238180851,
            "stop": 1238180904
        },
        {
            "start": 1238180908,
            "stop": 1238181035
        },
        {
            "start": 1238181040,
            "stop": 1238181774
        },
        {
            "start": 1238181779,
            "stop": 1238181843
        },
        {
            "start": 1238181846,
            "stop": 1238182012
        },
        {
            "start": 1238182015,
            "stop": 1238182025
        },
        {
            "start": 1238182028,
            "stop": 1238182066
        },
        {
            "start": 1238182069,
            "stop": 1238182249
        },
        {
            "start": 1238182254,
            "stop": 1238182273
        }
    ]
}