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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5251",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5249",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5250,
    "results": [
        {
            "start": 875209915,
            "stop": 875209920
        },
        {
            "start": 875209927,
            "stop": 875210037
        },
        {
            "start": 875210044,
            "stop": 875210068
        },
        {
            "start": 875210085,
            "stop": 875210134
        },
        {
            "start": 875210151,
            "stop": 875210289
        },
        {
            "start": 875210296,
            "stop": 875210311
        },
        {
            "start": 875210320,
            "stop": 875210336
        },
        {
            "start": 875210343,
            "stop": 875210362
        },
        {
            "start": 875210369,
            "stop": 875210394
        },
        {
            "start": 875210402,
            "stop": 875210417
        },
        {
            "start": 875210430,
            "stop": 875210449
        },
        {
            "start": 875210457,
            "stop": 875210522
        },
        {
            "start": 875210530,
            "stop": 875210534
        },
        {
            "start": 875210542,
            "stop": 875210612
        },
        {
            "start": 875210619,
            "stop": 875210682
        },
        {
            "start": 875210689,
            "stop": 875210709
        },
        {
            "start": 875210717,
            "stop": 875210751
        },
        {
            "start": 875210760,
            "stop": 875210803
        },
        {
            "start": 875210815,
            "stop": 875210953
        },
        {
            "start": 875210960,
            "stop": 875210976
        }
    ]
}