Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=347
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=348",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=346",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 347,
    "results": [
        {
            "start": 931868616,
            "stop": 931868885
        },
        {
            "start": 931868886,
            "stop": 931869001
        },
        {
            "start": 931869002,
            "stop": 931869189
        },
        {
            "start": 931869191,
            "stop": 931869195
        },
        {
            "start": 931869196,
            "stop": 931869352
        },
        {
            "start": 931869353,
            "stop": 931869574
        },
        {
            "start": 931869575,
            "stop": 931869595
        },
        {
            "start": 931869596,
            "stop": 931869751
        },
        {
            "start": 931869752,
            "stop": 931869807
        },
        {
            "start": 931869808,
            "stop": 931870219
        },
        {
            "start": 931870220,
            "stop": 931870278
        },
        {
            "start": 931870279,
            "stop": 931870298
        },
        {
            "start": 931870299,
            "stop": 931870340
        },
        {
            "start": 931870343,
            "stop": 931870398
        },
        {
            "start": 931870400,
            "stop": 931870446
        },
        {
            "start": 931870447,
            "stop": 931870571
        },
        {
            "start": 931870572,
            "stop": 931870654
        },
        {
            "start": 931870655,
            "stop": 931870682
        },
        {
            "start": 931870684,
            "stop": 931870836
        },
        {
            "start": 931870838,
            "stop": 931870870
        }
    ]
}