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=600
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=601",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=599",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 600,
    "results": [
        {
            "start": 1262927027,
            "stop": 1262927043
        },
        {
            "start": 1262927046,
            "stop": 1262927055
        },
        {
            "start": 1262927058,
            "stop": 1262927060
        },
        {
            "start": 1262927063,
            "stop": 1262927073
        },
        {
            "start": 1262927076,
            "stop": 1262927125
        },
        {
            "start": 1262927128,
            "stop": 1262927265
        },
        {
            "start": 1262927268,
            "stop": 1262927274
        },
        {
            "start": 1262927277,
            "stop": 1262927280
        },
        {
            "start": 1262927283,
            "stop": 1262927322
        },
        {
            "start": 1262927325,
            "stop": 1262927343
        },
        {
            "start": 1262927346,
            "stop": 1262927389
        },
        {
            "start": 1262927392,
            "stop": 1262927400
        },
        {
            "start": 1262927406,
            "stop": 1262927507
        },
        {
            "start": 1262927510,
            "stop": 1262927575
        },
        {
            "start": 1262927578,
            "stop": 1262927614
        },
        {
            "start": 1262927617,
            "stop": 1262927856
        },
        {
            "start": 1262927859,
            "stop": 1262927866
        },
        {
            "start": 1262927869,
            "stop": 1262927881
        },
        {
            "start": 1262927884,
            "stop": 1262927887
        },
        {
            "start": 1262927890,
            "stop": 1262927908
        }
    ]
}