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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5957",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5955",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5956,
    "results": [
        {
            "start": 875223314,
            "stop": 875223344
        },
        {
            "start": 875223347,
            "stop": 875223366
        },
        {
            "start": 875223369,
            "stop": 875223423
        },
        {
            "start": 875223426,
            "stop": 875223436
        },
        {
            "start": 875223439,
            "stop": 875223484
        },
        {
            "start": 875223488,
            "stop": 875223520
        },
        {
            "start": 875223523,
            "stop": 875223542
        },
        {
            "start": 875223545,
            "stop": 875223562
        },
        {
            "start": 875223565,
            "stop": 875223592
        },
        {
            "start": 875223595,
            "stop": 875223612
        },
        {
            "start": 875223615,
            "stop": 875223636
        },
        {
            "start": 875223639,
            "stop": 875223686
        },
        {
            "start": 875223689,
            "stop": 875223710
        },
        {
            "start": 875223715,
            "stop": 875223717
        },
        {
            "start": 875223721,
            "stop": 875223812
        },
        {
            "start": 875223816,
            "stop": 875223818
        },
        {
            "start": 875223821,
            "stop": 875223839
        },
        {
            "start": 875223842,
            "stop": 875223866
        },
        {
            "start": 875223869,
            "stop": 875223882
        },
        {
            "start": 875223886,
            "stop": 875223903
        }
    ]
}