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=287
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=288",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=286",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 287,
    "results": [
        {
            "start": 1260201184,
            "stop": 1260201473
        },
        {
            "start": 1260201476,
            "stop": 1260201611
        },
        {
            "start": 1260203655,
            "stop": 1260204087
        },
        {
            "start": 1260204088,
            "stop": 1260204148
        },
        {
            "start": 1260204150,
            "stop": 1260204261
        },
        {
            "start": 1260204262,
            "stop": 1260204281
        },
        {
            "start": 1260204282,
            "stop": 1260204545
        },
        {
            "start": 1260204546,
            "stop": 1260204563
        },
        {
            "start": 1260204564,
            "stop": 1260205073
        },
        {
            "start": 1260205076,
            "stop": 1260205105
        },
        {
            "start": 1260205106,
            "stop": 1260205222
        },
        {
            "start": 1260205223,
            "stop": 1260205305
        },
        {
            "start": 1260205306,
            "stop": 1260205313
        },
        {
            "start": 1260205314,
            "stop": 1260205582
        },
        {
            "start": 1260205584,
            "stop": 1260205683
        },
        {
            "start": 1260205684,
            "stop": 1260205929
        },
        {
            "start": 1260205931,
            "stop": 1260206084
        },
        {
            "start": 1260206086,
            "stop": 1260206156
        },
        {
            "start": 1260206157,
            "stop": 1260206632
        },
        {
            "start": 1260206633,
            "stop": 1260206672
        }
    ]
}