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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=116",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=114",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 115,
    "results": [
        {
            "start": 1176112405,
            "stop": 1176112559
        },
        {
            "start": 1176112560,
            "stop": 1176112562
        },
        {
            "start": 1176112563,
            "stop": 1176112565
        },
        {
            "start": 1176112568,
            "stop": 1176112570
        },
        {
            "start": 1176112572,
            "stop": 1176113059
        },
        {
            "start": 1176113060,
            "stop": 1176113067
        },
        {
            "start": 1176113069,
            "stop": 1176113071
        },
        {
            "start": 1176113073,
            "stop": 1176113075
        },
        {
            "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": 1176130289
        },
        {
            "start": 1176130290,
            "stop": 1176130291
        },
        {
            "start": 1176130292,
            "stop": 1176131674
        },
        {
            "start": 1176131677,
            "stop": 1176134094
        },
        {
            "start": 1176134780,
            "stop": 1176138362
        },
        {
            "start": 1176145519,
            "stop": 1176153098
        }
    ]
}