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=5954
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=5955",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5953",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5954,
    "results": [
        {
            "start": 875221997,
            "stop": 875222013
        },
        {
            "start": 875222016,
            "stop": 875222030
        },
        {
            "start": 875222034,
            "stop": 875222051
        },
        {
            "start": 875222054,
            "stop": 875222055
        },
        {
            "start": 875222059,
            "stop": 875222101
        },
        {
            "start": 875222104,
            "stop": 875222105
        },
        {
            "start": 875222108,
            "stop": 875222150
        },
        {
            "start": 875222153,
            "stop": 875222283
        },
        {
            "start": 875222286,
            "stop": 875222322
        },
        {
            "start": 875222325,
            "stop": 875222346
        },
        {
            "start": 875222353,
            "stop": 875222358
        },
        {
            "start": 875222361,
            "stop": 875222547
        },
        {
            "start": 875222550,
            "stop": 875222551
        },
        {
            "start": 875222554,
            "stop": 875222558
        },
        {
            "start": 875222561,
            "stop": 875222630
        },
        {
            "start": 875222633,
            "stop": 875222645
        },
        {
            "start": 875222651,
            "stop": 875222666
        },
        {
            "start": 875222670,
            "stop": 875222698
        },
        {
            "start": 875222704,
            "stop": 875222717
        },
        {
            "start": 875222720,
            "stop": 875222752
        }
    ]
}