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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=481",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=479",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 480,
    "results": [
        {
            "start": 863160367,
            "stop": 863161110
        },
        {
            "start": 863163052,
            "stop": 863168032
        },
        {
            "start": 863168033,
            "stop": 863175762
        },
        {
            "start": 863176765,
            "stop": 863181343
        },
        {
            "start": 863181658,
            "stop": 863181973
        },
        {
            "start": 863203893,
            "stop": 863203971
        },
        {
            "start": 863203973,
            "stop": 863205372
        },
        {
            "start": 863205747,
            "stop": 863211386
        },
        {
            "start": 863211659,
            "stop": 863212067
        },
        {
            "start": 863232652,
            "stop": 863232654
        },
        {
            "start": 863232656,
            "stop": 863233378
        },
        {
            "start": 863233380,
            "stop": 863244660
        },
        {
            "start": 863244662,
            "stop": 863247667
        },
        {
            "start": 863249415,
            "stop": 863261000
        },
        {
            "start": 863261872,
            "stop": 863265301
        },
        {
            "start": 863267428,
            "stop": 863272234
        },
        {
            "start": 863294217,
            "stop": 863294559
        },
        {
            "start": 863295315,
            "stop": 863300010
        },
        {
            "start": 863300087,
            "stop": 863301580
        },
        {
            "start": 863301581,
            "stop": 863302127
        }
    ]
}