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=324
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=325",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=323",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 324,
    "results": [
        {
            "start": 1181791011,
            "stop": 1181791014
        },
        {
            "start": 1181791016,
            "stop": 1181791084
        },
        {
            "start": 1181791086,
            "stop": 1181791111
        },
        {
            "start": 1181791116,
            "stop": 1181791117
        },
        {
            "start": 1181791119,
            "stop": 1181791129
        },
        {
            "start": 1181791133,
            "stop": 1181791784
        },
        {
            "start": 1181791787,
            "stop": 1181791789
        },
        {
            "start": 1181791790,
            "stop": 1181794493
        },
        {
            "start": 1181794494,
            "stop": 1181796941
        },
        {
            "start": 1181796942,
            "stop": 1181799835
        },
        {
            "start": 1181799836,
            "stop": 1181800205
        },
        {
            "start": 1181800207,
            "stop": 1181802088
        },
        {
            "start": 1181802089,
            "stop": 1181802941
        },
        {
            "start": 1181802943,
            "stop": 1181804546
        },
        {
            "start": 1181804548,
            "stop": 1181806656
        },
        {
            "start": 1181806657,
            "stop": 1181806661
        },
        {
            "start": 1181806662,
            "stop": 1181808049
        },
        {
            "start": 1181808050,
            "stop": 1181808862
        },
        {
            "start": 1181808863,
            "stop": 1181810956
        },
        {
            "start": 1181810957,
            "stop": 1181813120
        }
    ]
}