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=6234
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=6235",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6233",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6234,
    "results": [
        {
            "start": 874803143,
            "stop": 874803168
        },
        {
            "start": 874803172,
            "stop": 874803242
        },
        {
            "start": 874803245,
            "stop": 874803263
        },
        {
            "start": 874803266,
            "stop": 874803277
        },
        {
            "start": 874803281,
            "stop": 874803285
        },
        {
            "start": 874803288,
            "stop": 874803336
        },
        {
            "start": 874803340,
            "stop": 874803351
        },
        {
            "start": 874803354,
            "stop": 874803812
        },
        {
            "start": 874803820,
            "stop": 874803824
        },
        {
            "start": 874803827,
            "stop": 874803831
        },
        {
            "start": 874803836,
            "stop": 874803848
        },
        {
            "start": 874803851,
            "stop": 874804066
        },
        {
            "start": 874804067,
            "stop": 874804248
        },
        {
            "start": 874804250,
            "stop": 874804619
        },
        {
            "start": 874804620,
            "stop": 874804723
        },
        {
            "start": 874804726,
            "stop": 874804922
        },
        {
            "start": 874804926,
            "stop": 874804957
        },
        {
            "start": 874804958,
            "stop": 874805245
        },
        {
            "start": 874805423,
            "stop": 874805578
        },
        {
            "start": 874805582,
            "stop": 874806003
        }
    ]
}