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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7251",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7249",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7250,
    "results": [
        {
            "start": 874884431,
            "stop": 874884642
        },
        {
            "start": 874884643,
            "stop": 874884825
        },
        {
            "start": 874884826,
            "stop": 874884920
        },
        {
            "start": 874884921,
            "stop": 874885171
        },
        {
            "start": 874885363,
            "stop": 874885417
        },
        {
            "start": 874885418,
            "stop": 874885460
        },
        {
            "start": 874885461,
            "stop": 874886498
        },
        {
            "start": 874886499,
            "stop": 874886519
        },
        {
            "start": 874886520,
            "stop": 874886524
        },
        {
            "start": 874886526,
            "stop": 874886608
        },
        {
            "start": 874886609,
            "stop": 874886668
        },
        {
            "start": 874886670,
            "stop": 874886693
        },
        {
            "start": 874886694,
            "stop": 874886720
        },
        {
            "start": 874886721,
            "stop": 874886814
        },
        {
            "start": 874886816,
            "stop": 874887160
        },
        {
            "start": 874887162,
            "stop": 874887422
        },
        {
            "start": 874887423,
            "stop": 874887865
        },
        {
            "start": 874887866,
            "stop": 874887890
        },
        {
            "start": 874887891,
            "stop": 874887967
        },
        {
            "start": 874887968,
            "stop": 874888125
        }
    ]
}