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=137
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=138",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=136",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 137,
    "results": [
        {
            "start": 1176718327,
            "stop": 1176718338
        },
        {
            "start": 1176718341,
            "stop": 1176718342
        },
        {
            "start": 1176718343,
            "stop": 1176718344
        },
        {
            "start": 1176718345,
            "stop": 1176718352
        },
        {
            "start": 1176718354,
            "stop": 1176718377
        },
        {
            "start": 1176718385,
            "stop": 1176718408
        },
        {
            "start": 1176718410,
            "stop": 1176718413
        },
        {
            "start": 1176718420,
            "stop": 1176718628
        },
        {
            "start": 1176718632,
            "stop": 1176718633
        },
        {
            "start": 1176718638,
            "stop": 1176719016
        },
        {
            "start": 1176719019,
            "stop": 1176719020
        },
        {
            "start": 1176719021,
            "stop": 1176719140
        },
        {
            "start": 1176719142,
            "stop": 1176719885
        },
        {
            "start": 1176719886,
            "stop": 1176719888
        },
        {
            "start": 1176719889,
            "stop": 1176720297
        },
        {
            "start": 1176720305,
            "stop": 1176720313
        },
        {
            "start": 1176720314,
            "stop": 1176720395
        },
        {
            "start": 1176720397,
            "stop": 1176720518
        },
        {
            "start": 1176720526,
            "stop": 1176720616
        },
        {
            "start": 1176720617,
            "stop": 1176720619
        }
    ]
}