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=262
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=263",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=261",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 262,
    "results": [
        {
            "start": 1262699395,
            "stop": 1262699421
        },
        {
            "start": 1262699422,
            "stop": 1262699434
        },
        {
            "start": 1262699437,
            "stop": 1262699447
        },
        {
            "start": 1262699451,
            "stop": 1262699452
        },
        {
            "start": 1262699456,
            "stop": 1262699515
        },
        {
            "start": 1262699517,
            "stop": 1262699522
        },
        {
            "start": 1262699526,
            "stop": 1262699527
        },
        {
            "start": 1262699533,
            "stop": 1262699543
        },
        {
            "start": 1262699546,
            "stop": 1262699547
        },
        {
            "start": 1262699549,
            "stop": 1262699550
        },
        {
            "start": 1262699553,
            "stop": 1262699585
        },
        {
            "start": 1262699586,
            "stop": 1262699642
        },
        {
            "start": 1262699644,
            "stop": 1262699657
        },
        {
            "start": 1262699661,
            "stop": 1262699686
        },
        {
            "start": 1262699687,
            "stop": 1262699690
        },
        {
            "start": 1262699691,
            "stop": 1262699697
        },
        {
            "start": 1262699700,
            "stop": 1262699705
        },
        {
            "start": 1262699709,
            "stop": 1262699724
        },
        {
            "start": 1262699725,
            "stop": 1262699728
        },
        {
            "start": 1262699730,
            "stop": 1262699743
        }
    ]
}