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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7488",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7486",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7487,
    "results": [
        {
            "start": 970155359,
            "stop": 970155829
        },
        {
            "start": 970155847,
            "stop": 970156411
        },
        {
            "start": 970156414,
            "stop": 970156545
        },
        {
            "start": 970156548,
            "stop": 970156596
        },
        {
            "start": 970156602,
            "stop": 970156621
        },
        {
            "start": 970156627,
            "stop": 970156651
        },
        {
            "start": 970156659,
            "stop": 970156909
        },
        {
            "start": 970156912,
            "stop": 970157080
        },
        {
            "start": 970157083,
            "stop": 970158217
        },
        {
            "start": 970158223,
            "stop": 970158232
        },
        {
            "start": 970158242,
            "stop": 970158649
        },
        {
            "start": 970158652,
            "stop": 970158855
        },
        {
            "start": 970158858,
            "stop": 970158882
        },
        {
            "start": 970158903,
            "stop": 970159716
        },
        {
            "start": 970159719,
            "stop": 970160088
        },
        {
            "start": 970160094,
            "stop": 970160114
        },
        {
            "start": 970160120,
            "stop": 970160128
        },
        {
            "start": 970160134,
            "stop": 970160677
        },
        {
            "start": 970160680,
            "stop": 970162277
        },
        {
            "start": 970162280,
            "stop": 970162320
        }
    ]
}