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=7376
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=7377",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7375",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7376,
    "results": [
        {
            "start": 969533761,
            "stop": 969534544
        },
        {
            "start": 969534547,
            "stop": 969534671
        },
        {
            "start": 969534674,
            "stop": 969534763
        },
        {
            "start": 969534766,
            "stop": 969535022
        },
        {
            "start": 969535026,
            "stop": 969535037
        },
        {
            "start": 969535040,
            "stop": 969536073
        },
        {
            "start": 969536076,
            "stop": 969536325
        },
        {
            "start": 969536328,
            "stop": 969536868
        },
        {
            "start": 969536871,
            "stop": 969536895
        },
        {
            "start": 969536898,
            "stop": 969536993
        },
        {
            "start": 969536996,
            "stop": 969537026
        },
        {
            "start": 969537029,
            "stop": 969537069
        },
        {
            "start": 969537072,
            "stop": 969537085
        },
        {
            "start": 969537088,
            "stop": 969537267
        },
        {
            "start": 969537270,
            "stop": 969537286
        },
        {
            "start": 969537289,
            "stop": 969537308
        },
        {
            "start": 969537311,
            "stop": 969537365
        },
        {
            "start": 969537369,
            "stop": 969537374
        },
        {
            "start": 969537377,
            "stop": 969537378
        },
        {
            "start": 969537382,
            "stop": 969537429
        }
    ]
}