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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=770",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=768",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 769,
    "results": [
        {
            "start": 861752477,
            "stop": 861764372
        },
        {
            "start": 861764921,
            "stop": 861779833
        },
        {
            "start": 861780446,
            "stop": 861823885
        },
        {
            "start": 861825522,
            "stop": 861843051
        },
        {
            "start": 861845819,
            "stop": 861856434
        },
        {
            "start": 861856436,
            "stop": 861866598
        },
        {
            "start": 861867639,
            "stop": 861886165
        },
        {
            "start": 861888329,
            "stop": 861919519
        },
        {
            "start": 861920743,
            "stop": 861924450
        },
        {
            "start": 861924510,
            "stop": 861924518
        },
        {
            "start": 861925951,
            "stop": 861931770
        },
        {
            "start": 861932253,
            "stop": 861946275
        },
        {
            "start": 861946880,
            "stop": 861972053
        },
        {
            "start": 861972055,
            "stop": 861992490
        },
        {
            "start": 861993655,
            "stop": 861996889
        },
        {
            "start": 861997416,
            "stop": 861997941
        },
        {
            "start": 861997944,
            "stop": 862009830
        },
        {
            "start": 862009890,
            "stop": 862009916
        },
        {
            "start": 862011216,
            "stop": 862021563
        },
        {
            "start": 862024494,
            "stop": 862060118
        }
    ]
}