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=5919
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=5920",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5918",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5919,
    "results": [
        {
            "start": 875147070,
            "stop": 875147114
        },
        {
            "start": 875147117,
            "stop": 875147187
        },
        {
            "start": 875147190,
            "stop": 875147211
        },
        {
            "start": 875147215,
            "stop": 875147220
        },
        {
            "start": 875147224,
            "stop": 875147304
        },
        {
            "start": 875147307,
            "stop": 875147308
        },
        {
            "start": 875147311,
            "stop": 875147410
        },
        {
            "start": 875147413,
            "stop": 875147454
        },
        {
            "start": 875147457,
            "stop": 875147461
        },
        {
            "start": 875147464,
            "stop": 875147511
        },
        {
            "start": 875147514,
            "stop": 875147523
        },
        {
            "start": 875147526,
            "stop": 875147545
        },
        {
            "start": 875147548,
            "stop": 875147638
        },
        {
            "start": 875147642,
            "stop": 875147676
        },
        {
            "start": 875147679,
            "stop": 875147686
        },
        {
            "start": 875147689,
            "stop": 875147701
        },
        {
            "start": 875147704,
            "stop": 875147734
        },
        {
            "start": 875147737,
            "stop": 875147739
        },
        {
            "start": 875147742,
            "stop": 875147836
        },
        {
            "start": 875147844,
            "stop": 875147855
        }
    ]
}