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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=72",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=70",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 71,
    "results": [
        {
            "start": 1238773470,
            "stop": 1238773673
        },
        {
            "start": 1238773674,
            "stop": 1238773958
        },
        {
            "start": 1238773959,
            "stop": 1238773962
        },
        {
            "start": 1238773964,
            "stop": 1238774021
        },
        {
            "start": 1238774022,
            "stop": 1238774083
        },
        {
            "start": 1238774086,
            "stop": 1238774280
        },
        {
            "start": 1238774281,
            "stop": 1238774283
        },
        {
            "start": 1238774284,
            "stop": 1238774383
        },
        {
            "start": 1238774384,
            "stop": 1238774423
        },
        {
            "start": 1238774426,
            "stop": 1238774453
        },
        {
            "start": 1238774461,
            "stop": 1238774543
        },
        {
            "start": 1238774544,
            "stop": 1238774594
        },
        {
            "start": 1238774596,
            "stop": 1238775502
        },
        {
            "start": 1238775505,
            "stop": 1238775878
        },
        {
            "start": 1238775879,
            "stop": 1238775880
        },
        {
            "start": 1238775882,
            "stop": 1238775888
        },
        {
            "start": 1238775889,
            "stop": 1238775893
        },
        {
            "start": 1238775894,
            "stop": 1238775942
        },
        {
            "start": 1238775944,
            "stop": 1238775952
        },
        {
            "start": 1238775984,
            "stop": 1238776457
        }
    ]
}