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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2483",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2481",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2482,
    "results": [
        {
            "start": 875053620,
            "stop": 875053765
        },
        {
            "start": 875053782,
            "stop": 875054690
        },
        {
            "start": 875054770,
            "stop": 875055958
        },
        {
            "start": 875058161,
            "stop": 875058661
        },
        {
            "start": 875058668,
            "stop": 875059290
        },
        {
            "start": 875059440,
            "stop": 875060580
        },
        {
            "start": 875060640,
            "stop": 875061230
        },
        {
            "start": 875061310,
            "stop": 875061950
        },
        {
            "start": 875062030,
            "stop": 875062554
        },
        {
            "start": 875062590,
            "stop": 875062910
        },
        {
            "start": 875062990,
            "stop": 875063604
        },
        {
            "start": 875063611,
            "stop": 875063851
        },
        {
            "start": 875063859,
            "stop": 875064230
        },
        {
            "start": 875064310,
            "stop": 875068020
        },
        {
            "start": 875068140,
            "stop": 875072596
        },
        {
            "start": 875072613,
            "stop": 875074747
        },
        {
            "start": 875074764,
            "stop": 875075416
        },
        {
            "start": 875075433,
            "stop": 875075846
        },
        {
            "start": 875077152,
            "stop": 875079007
        },
        {
            "start": 875079014,
            "stop": 875080168
        }
    ]
}