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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=153",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=151",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 152,
    "results": [
        {
            "start": 1176113076,
            "stop": 1176113114
        },
        {
            "start": 1176113115,
            "stop": 1176113116
        },
        {
            "start": 1176113120,
            "stop": 1176113168
        },
        {
            "start": 1176113170,
            "stop": 1176113293
        },
        {
            "start": 1176113296,
            "stop": 1176114235
        },
        {
            "start": 1176114238,
            "stop": 1176114249
        },
        {
            "start": 1176114253,
            "stop": 1176118137
        },
        {
            "start": 1176118141,
            "stop": 1176119510
        },
        {
            "start": 1176119514,
            "stop": 1176130289
        },
        {
            "start": 1176130290,
            "stop": 1176130291
        },
        {
            "start": 1176130292,
            "stop": 1176131674
        },
        {
            "start": 1176131677,
            "stop": 1176134094
        },
        {
            "start": 1176134780,
            "stop": 1176138362
        },
        {
            "start": 1176145519,
            "stop": 1176153098
        },
        {
            "start": 1176153101,
            "stop": 1176153124
        },
        {
            "start": 1176160812,
            "stop": 1176163740
        },
        {
            "start": 1176163741,
            "stop": 1176163755
        },
        {
            "start": 1176163757,
            "stop": 1176163912
        },
        {
            "start": 1176163913,
            "stop": 1176163915
        },
        {
            "start": 1176163916,
            "stop": 1176164599
        }
    ]
}