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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=823",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=821",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 822,
    "results": [
        {
            "start": 1268957481,
            "stop": 1268957508
        },
        {
            "start": 1268957509,
            "stop": 1268957513
        },
        {
            "start": 1268957514,
            "stop": 1268957539
        },
        {
            "start": 1268957540,
            "stop": 1268957558
        },
        {
            "start": 1268957559,
            "stop": 1268957621
        },
        {
            "start": 1268957622,
            "stop": 1268957633
        },
        {
            "start": 1268957634,
            "stop": 1268957711
        },
        {
            "start": 1268957712,
            "stop": 1268957733
        },
        {
            "start": 1268957735,
            "stop": 1268957742
        },
        {
            "start": 1268957743,
            "stop": 1268957744
        },
        {
            "start": 1268957746,
            "stop": 1268957749
        },
        {
            "start": 1268957763,
            "stop": 1268957781
        },
        {
            "start": 1268957782,
            "stop": 1268957790
        },
        {
            "start": 1268957793,
            "stop": 1268957795
        },
        {
            "start": 1268957796,
            "stop": 1268957798
        },
        {
            "start": 1268957800,
            "stop": 1268957801
        },
        {
            "start": 1268957803,
            "stop": 1268957806
        },
        {
            "start": 1268957807,
            "stop": 1268957814
        },
        {
            "start": 1268957815,
            "stop": 1268957821
        },
        {
            "start": 1268957822,
            "stop": 1268957824
        }
    ]
}