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/L1_BURST_CAT2/segments?format=api&page=202
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=203",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=201",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 202,
    "results": [
        {
            "start": 1261883262,
            "stop": 1261883581
        },
        {
            "start": 1261883584,
            "stop": 1261883623
        },
        {
            "start": 1261883626,
            "stop": 1261883652
        },
        {
            "start": 1261883655,
            "stop": 1261883766
        },
        {
            "start": 1261883769,
            "stop": 1261884488
        },
        {
            "start": 1261884491,
            "stop": 1261884498
        },
        {
            "start": 1261884501,
            "stop": 1261884559
        },
        {
            "start": 1261884562,
            "stop": 1261884651
        },
        {
            "start": 1261884653,
            "stop": 1261884827
        },
        {
            "start": 1261884830,
            "stop": 1261884933
        },
        {
            "start": 1261884937,
            "stop": 1261885329
        },
        {
            "start": 1261885331,
            "stop": 1261885566
        },
        {
            "start": 1261885571,
            "stop": 1261885950
        },
        {
            "start": 1261885954,
            "stop": 1261886022
        },
        {
            "start": 1261886023,
            "stop": 1261886788
        },
        {
            "start": 1261886791,
            "stop": 1261887010
        },
        {
            "start": 1261887013,
            "stop": 1261887326
        },
        {
            "start": 1261887329,
            "stop": 1261887435
        },
        {
            "start": 1261887438,
            "stop": 1261888021
        },
        {
            "start": 1261888023,
            "stop": 1261888452
        }
    ]
}