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=2
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=3",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 2,
    "results": [
        {
            "start": 1256682391,
            "stop": 1256684185
        },
        {
            "start": 1256684187,
            "stop": 1256684449
        },
        {
            "start": 1256684453,
            "stop": 1256685078
        },
        {
            "start": 1256685081,
            "stop": 1256685313
        },
        {
            "start": 1256685317,
            "stop": 1256688742
        },
        {
            "start": 1256688747,
            "stop": 1256689125
        },
        {
            "start": 1256689130,
            "stop": 1256689381
        },
        {
            "start": 1256689386,
            "stop": 1256689917
        },
        {
            "start": 1256689922,
            "stop": 1256689982
        },
        {
            "start": 1256689986,
            "stop": 1256690068
        },
        {
            "start": 1256690069,
            "stop": 1256692062
        },
        {
            "start": 1256692066,
            "stop": 1256692736
        },
        {
            "start": 1256692740,
            "stop": 1256693163
        },
        {
            "start": 1256693167,
            "stop": 1256693905
        },
        {
            "start": 1256693907,
            "stop": 1256695779
        },
        {
            "start": 1256695782,
            "stop": 1256695939
        },
        {
            "start": 1256695942,
            "stop": 1256696424
        },
        {
            "start": 1256696426,
            "stop": 1256697193
        },
        {
            "start": 1256697197,
            "stop": 1256698989
        },
        {
            "start": 1256698994,
            "stop": 1256700622
        }
    ]
}