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=69
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=70",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=68",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 69,
    "results": [
        {
            "start": 1238312114,
            "stop": 1238312117
        },
        {
            "start": 1238312120,
            "stop": 1238312122
        },
        {
            "start": 1238312123,
            "stop": 1238312521
        },
        {
            "start": 1238312525,
            "stop": 1238312534
        },
        {
            "start": 1238315218,
            "stop": 1238315330
        },
        {
            "start": 1238315333,
            "stop": 1238316294
        },
        {
            "start": 1238316296,
            "stop": 1238316357
        },
        {
            "start": 1238316361,
            "stop": 1238316388
        },
        {
            "start": 1238316392,
            "stop": 1238316599
        },
        {
            "start": 1238316602,
            "stop": 1238316603
        },
        {
            "start": 1238316607,
            "stop": 1238316940
        },
        {
            "start": 1238316942,
            "stop": 1238316979
        },
        {
            "start": 1238316984,
            "stop": 1238317014
        },
        {
            "start": 1238317015,
            "stop": 1238317317
        },
        {
            "start": 1238317319,
            "stop": 1238317321
        },
        {
            "start": 1238317326,
            "stop": 1238317415
        },
        {
            "start": 1238317416,
            "stop": 1238317462
        },
        {
            "start": 1238317463,
            "stop": 1238317486
        },
        {
            "start": 1238317490,
            "stop": 1238317570
        },
        {
            "start": 1238317573,
            "stop": 1238317654
        }
    ]
}