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=7324
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=7325",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7323",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7324,
    "results": [
        {
            "start": 969229988,
            "stop": 969230180
        },
        {
            "start": 969230183,
            "stop": 969230473
        },
        {
            "start": 969230476,
            "stop": 969230560
        },
        {
            "start": 969230563,
            "stop": 969231566
        },
        {
            "start": 969231569,
            "stop": 969231832
        },
        {
            "start": 969231835,
            "stop": 969231861
        },
        {
            "start": 969231864,
            "stop": 969231932
        },
        {
            "start": 969231935,
            "stop": 969232096
        },
        {
            "start": 969232099,
            "stop": 969232252
        },
        {
            "start": 969232273,
            "stop": 969232378
        },
        {
            "start": 969237881,
            "stop": 969237977
        },
        {
            "start": 969237998,
            "stop": 969238277
        },
        {
            "start": 969238280,
            "stop": 969238492
        },
        {
            "start": 969240547,
            "stop": 969240618
        },
        {
            "start": 969244075,
            "stop": 969244183
        },
        {
            "start": 969244204,
            "stop": 969244319
        },
        {
            "start": 969244322,
            "stop": 969244619
        },
        {
            "start": 969244622,
            "stop": 969245013
        },
        {
            "start": 969245016,
            "stop": 969245119
        },
        {
            "start": 969245142,
            "stop": 969245534
        }
    ]
}