Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=76
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=77",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=75",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 76,
    "results": [
        {
            "start": 839299054,
            "stop": 839299282
        },
        {
            "start": 839299913,
            "stop": 839300123
        },
        {
            "start": 839300938,
            "stop": 839300939
        },
        {
            "start": 839301719,
            "stop": 839302218
        },
        {
            "start": 839302921,
            "stop": 839304210
        },
        {
            "start": 839305221,
            "stop": 839337945
        },
        {
            "start": 839338799,
            "stop": 839342241
        },
        {
            "start": 839344887,
            "stop": 839347373
        },
        {
            "start": 839349098,
            "stop": 839361778
        },
        {
            "start": 839361864,
            "stop": 839361983
        },
        {
            "start": 839363863,
            "stop": 839371056
        },
        {
            "start": 839371705,
            "stop": 839564706
        },
        {
            "start": 839567486,
            "stop": 839606214
        },
        {
            "start": 839606712,
            "stop": 839618652
        },
        {
            "start": 839619435,
            "stop": 839626506
        },
        {
            "start": 839627154,
            "stop": 839627164
        },
        {
            "start": 839627180,
            "stop": 839629600
        },
        {
            "start": 839630413,
            "stop": 839630694
        },
        {
            "start": 839631396,
            "stop": 839680446
        },
        {
            "start": 839684847,
            "stop": 839690855
        }
    ]
}