Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=450
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=451",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=449",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 450,
    "results": [
        {
            "start": 1261706771,
            "stop": 1261710479
        },
        {
            "start": 1261710482,
            "stop": 1261710878
        },
        {
            "start": 1261710881,
            "stop": 1261711022
        },
        {
            "start": 1261711025,
            "stop": 1261711778
        },
        {
            "start": 1261711780,
            "stop": 1261713258
        },
        {
            "start": 1261713260,
            "stop": 1261713718
        },
        {
            "start": 1261713726,
            "stop": 1261714247
        },
        {
            "start": 1261714249,
            "stop": 1261715179
        },
        {
            "start": 1261715182,
            "stop": 1261716551
        },
        {
            "start": 1261716554,
            "stop": 1261717176
        },
        {
            "start": 1261717178,
            "stop": 1261719428
        },
        {
            "start": 1261719431,
            "stop": 1261723435
        },
        {
            "start": 1261723437,
            "stop": 1261723465
        },
        {
            "start": 1261723467,
            "stop": 1261723817
        },
        {
            "start": 1261723818,
            "stop": 1261724072
        },
        {
            "start": 1261724075,
            "stop": 1261724213
        },
        {
            "start": 1261724215,
            "stop": 1261724257
        },
        {
            "start": 1261724259,
            "stop": 1261727048
        },
        {
            "start": 1261727050,
            "stop": 1261727381
        },
        {
            "start": 1261727383,
            "stop": 1261728596
        }
    ]
}