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=44
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=45",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=43",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 44,
    "results": [
        {
            "start": 820866870,
            "stop": 820867093
        },
        {
            "start": 820867914,
            "stop": 820868593
        },
        {
            "start": 820868638,
            "stop": 820868639
        },
        {
            "start": 820868794,
            "stop": 820873186
        },
        {
            "start": 820876092,
            "stop": 820876273
        },
        {
            "start": 820876303,
            "stop": 820876304
        },
        {
            "start": 820876352,
            "stop": 820876363
        },
        {
            "start": 820876732,
            "stop": 820876813
        },
        {
            "start": 820876893,
            "stop": 820877233
        },
        {
            "start": 820877425,
            "stop": 820879033
        },
        {
            "start": 820890881,
            "stop": 820891273
        },
        {
            "start": 820891309,
            "stop": 820891310
        },
        {
            "start": 820891561,
            "stop": 820893493
        },
        {
            "start": 820893539,
            "stop": 820893540
        },
        {
            "start": 820893730,
            "stop": 820893793
        },
        {
            "start": 820893936,
            "stop": 820894125
        },
        {
            "start": 820895941,
            "stop": 820898653
        },
        {
            "start": 820898696,
            "stop": 820898697
        },
        {
            "start": 820898894,
            "stop": 820902270
        },
        {
            "start": 820902320,
            "stop": 820909843
        }
    ]
}