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=384
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=385",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=383",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 384,
    "results": [
        {
            "start": 1264334308,
            "stop": 1264334309
        },
        {
            "start": 1264334310,
            "stop": 1264334311
        },
        {
            "start": 1264334315,
            "stop": 1264334322
        },
        {
            "start": 1264334324,
            "stop": 1264334326
        },
        {
            "start": 1264334329,
            "stop": 1264334330
        },
        {
            "start": 1264334334,
            "stop": 1264334335
        },
        {
            "start": 1264334338,
            "stop": 1264334340
        },
        {
            "start": 1264334342,
            "stop": 1264334345
        },
        {
            "start": 1264334347,
            "stop": 1264334348
        },
        {
            "start": 1264334353,
            "stop": 1264334355
        },
        {
            "start": 1264334356,
            "stop": 1264334488
        },
        {
            "start": 1264334489,
            "stop": 1264334493
        },
        {
            "start": 1264334494,
            "stop": 1264334498
        },
        {
            "start": 1264334500,
            "stop": 1264334502
        },
        {
            "start": 1264334504,
            "stop": 1264334505
        },
        {
            "start": 1264334508,
            "stop": 1264334527
        },
        {
            "start": 1264334529,
            "stop": 1264334532
        },
        {
            "start": 1264334534,
            "stop": 1264334542
        },
        {
            "start": 1264334545,
            "stop": 1264334546
        },
        {
            "start": 1264334547,
            "stop": 1264334551
        }
    ]
}