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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=685",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=683",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 684,
    "results": [
        {
            "start": 861655201,
            "stop": 861671616
        },
        {
            "start": 861671636,
            "stop": 861692828
        },
        {
            "start": 861694544,
            "stop": 861713029
        },
        {
            "start": 861713034,
            "stop": 861739710
        },
        {
            "start": 861742120,
            "stop": 861750630
        },
        {
            "start": 861750690,
            "stop": 861750695
        },
        {
            "start": 861752477,
            "stop": 861764372
        },
        {
            "start": 861764921,
            "stop": 861779833
        },
        {
            "start": 861780446,
            "stop": 861823885
        },
        {
            "start": 861825522,
            "stop": 861843043
        },
        {
            "start": 861845819,
            "stop": 861856426
        },
        {
            "start": 861856444,
            "stop": 861866590
        },
        {
            "start": 861867639,
            "stop": 861886157
        },
        {
            "start": 861888329,
            "stop": 861919519
        },
        {
            "start": 861920743,
            "stop": 861924450
        },
        {
            "start": 861925951,
            "stop": 861931762
        },
        {
            "start": 861932253,
            "stop": 861946267
        },
        {
            "start": 861946880,
            "stop": 861972053
        },
        {
            "start": 861972059,
            "stop": 861992490
        },
        {
            "start": 861993655,
            "stop": 861996881
        }
    ]
}