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_CAT2/segments?format=api&page=577
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=578",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=576",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 577,
    "results": [
        {
            "start": 1262907381,
            "stop": 1262907395
        },
        {
            "start": 1262907398,
            "stop": 1262907465
        },
        {
            "start": 1262907468,
            "stop": 1262907472
        },
        {
            "start": 1262907475,
            "stop": 1262907558
        },
        {
            "start": 1262907561,
            "stop": 1262907567
        },
        {
            "start": 1262907570,
            "stop": 1262907584
        },
        {
            "start": 1262907587,
            "stop": 1262907603
        },
        {
            "start": 1262907606,
            "stop": 1262907689
        },
        {
            "start": 1262907692,
            "stop": 1262907773
        },
        {
            "start": 1262907776,
            "stop": 1262907784
        },
        {
            "start": 1262907787,
            "stop": 1262907793
        },
        {
            "start": 1262907796,
            "stop": 1262907801
        },
        {
            "start": 1262907804,
            "stop": 1262908014
        },
        {
            "start": 1262908017,
            "stop": 1262908034
        },
        {
            "start": 1262908037,
            "stop": 1262908259
        },
        {
            "start": 1262908262,
            "stop": 1262908296
        },
        {
            "start": 1262908299,
            "stop": 1262908424
        },
        {
            "start": 1262908427,
            "stop": 1262908474
        },
        {
            "start": 1262908477,
            "stop": 1262908532
        },
        {
            "start": 1262908535,
            "stop": 1262908561
        }
    ]
}