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_CAT3/segments?format=api&page=1061
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=1062",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1060",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1061,
    "results": [
        {
            "start": 1253074743,
            "stop": 1253075554
        },
        {
            "start": 1253075561,
            "stop": 1253075565
        },
        {
            "start": 1253075568,
            "stop": 1253075998
        },
        {
            "start": 1253076001,
            "stop": 1253076153
        },
        {
            "start": 1253076156,
            "stop": 1253076301
        },
        {
            "start": 1253076304,
            "stop": 1253076773
        },
        {
            "start": 1253076776,
            "stop": 1253076832
        },
        {
            "start": 1253076837,
            "stop": 1253077025
        },
        {
            "start": 1253077029,
            "stop": 1253077250
        },
        {
            "start": 1253077255,
            "stop": 1253077431
        },
        {
            "start": 1253077435,
            "stop": 1253077450
        },
        {
            "start": 1253077454,
            "stop": 1253077662
        },
        {
            "start": 1253077667,
            "stop": 1253077875
        },
        {
            "start": 1253077880,
            "stop": 1253078288
        },
        {
            "start": 1253078292,
            "stop": 1253078392
        },
        {
            "start": 1253078395,
            "stop": 1253078768
        },
        {
            "start": 1253078771,
            "stop": 1253078788
        },
        {
            "start": 1253078793,
            "stop": 1253079850
        },
        {
            "start": 1253079854,
            "stop": 1253079933
        },
        {
            "start": 1253079937,
            "stop": 1253080114
        }
    ]
}