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=1005
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=1006",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1004",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1005,
    "results": [
        {
            "start": 1251952051,
            "stop": 1251952055
        },
        {
            "start": 1251952059,
            "stop": 1251952062
        },
        {
            "start": 1251952066,
            "stop": 1251952143
        },
        {
            "start": 1251952146,
            "stop": 1251952211
        },
        {
            "start": 1251952214,
            "stop": 1251952751
        },
        {
            "start": 1251952755,
            "stop": 1251952864
        },
        {
            "start": 1251952868,
            "stop": 1251953213
        },
        {
            "start": 1251953217,
            "stop": 1251953338
        },
        {
            "start": 1251953342,
            "stop": 1251953602
        },
        {
            "start": 1251953604,
            "stop": 1251955650
        },
        {
            "start": 1251955653,
            "stop": 1251956799
        },
        {
            "start": 1251956802,
            "stop": 1251957211
        },
        {
            "start": 1251957216,
            "stop": 1251958845
        },
        {
            "start": 1251958849,
            "stop": 1251961894
        },
        {
            "start": 1251961902,
            "stop": 1251962674
        },
        {
            "start": 1251962677,
            "stop": 1251970281
        },
        {
            "start": 1251970286,
            "stop": 1251971098
        },
        {
            "start": 1251971106,
            "stop": 1251974157
        },
        {
            "start": 1251974162,
            "stop": 1251974761
        },
        {
            "start": 1251974764,
            "stop": 1251984038
        }
    ]
}