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=25
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=26",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=24",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 25,
    "results": [
        {
            "start": 816766634,
            "stop": 816766657
        },
        {
            "start": 816766660,
            "stop": 816766725
        },
        {
            "start": 816766728,
            "stop": 816766735
        },
        {
            "start": 816766738,
            "stop": 816766801
        },
        {
            "start": 816766804,
            "stop": 816766824
        },
        {
            "start": 816766827,
            "stop": 816767427
        },
        {
            "start": 816767430,
            "stop": 816768292
        },
        {
            "start": 816768295,
            "stop": 816768296
        },
        {
            "start": 816768299,
            "stop": 816768301
        },
        {
            "start": 816768304,
            "stop": 816768372
        },
        {
            "start": 816768375,
            "stop": 816768466
        },
        {
            "start": 816768469,
            "stop": 816768574
        },
        {
            "start": 816768577,
            "stop": 816768653
        },
        {
            "start": 816768656,
            "stop": 816768844
        },
        {
            "start": 816768849,
            "stop": 816768873
        },
        {
            "start": 816768876,
            "stop": 816769326
        },
        {
            "start": 816769329,
            "stop": 816769415
        },
        {
            "start": 816769418,
            "stop": 816769440
        },
        {
            "start": 816771575,
            "stop": 816771602
        },
        {
            "start": 816771604,
            "stop": 816771623
        }
    ]
}