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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2178",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2176",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2177,
    "results": [
        {
            "start": 870952080,
            "stop": 870956303
        },
        {
            "start": 870956413,
            "stop": 870957567
        },
        {
            "start": 870958046,
            "stop": 870959441
        },
        {
            "start": 870959991,
            "stop": 870960068
        },
        {
            "start": 870961223,
            "stop": 870980988
        },
        {
            "start": 870982122,
            "stop": 870991050
        },
        {
            "start": 870991110,
            "stop": 870991627
        },
        {
            "start": 870992785,
            "stop": 870994410
        },
        {
            "start": 870994530,
            "stop": 871002884
        },
        {
            "start": 871002886,
            "stop": 871016633
        },
        {
            "start": 871017579,
            "stop": 871032510
        },
        {
            "start": 871034076,
            "stop": 871043670
        },
        {
            "start": 871043730,
            "stop": 871046600
        },
        {
            "start": 871046604,
            "stop": 871047241
        },
        {
            "start": 871047244,
            "stop": 871047249
        },
        {
            "start": 871047256,
            "stop": 871047442
        },
        {
            "start": 871047448,
            "stop": 871047470
        },
        {
            "start": 871047475,
            "stop": 871047532
        },
        {
            "start": 871047538,
            "stop": 871048520
        },
        {
            "start": 871048528,
            "stop": 871048539
        }
    ]
}