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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6058",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6056",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6057,
    "results": [
        {
            "start": 873785891,
            "stop": 873785897
        },
        {
            "start": 873785902,
            "stop": 873785904
        },
        {
            "start": 873785908,
            "stop": 873785919
        },
        {
            "start": 873785923,
            "stop": 873785933
        },
        {
            "start": 873785937,
            "stop": 873785946
        },
        {
            "start": 873785949,
            "stop": 873785981
        },
        {
            "start": 873785984,
            "stop": 873786000
        },
        {
            "start": 873786003,
            "stop": 873786034
        },
        {
            "start": 873786046,
            "stop": 873786054
        },
        {
            "start": 873786062,
            "stop": 873786088
        },
        {
            "start": 873786091,
            "stop": 873786222
        },
        {
            "start": 873786225,
            "stop": 873786240
        },
        {
            "start": 873786243,
            "stop": 873786298
        },
        {
            "start": 873786304,
            "stop": 873786349
        },
        {
            "start": 873786352,
            "stop": 873786409
        },
        {
            "start": 873786412,
            "stop": 873786808
        },
        {
            "start": 873786811,
            "stop": 873786833
        },
        {
            "start": 873786841,
            "stop": 873786843
        },
        {
            "start": 873786846,
            "stop": 873786856
        },
        {
            "start": 873786870,
            "stop": 873786901
        }
    ]
}