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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1663",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1661",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1662,
    "results": [
        {
            "start": 957163328,
            "stop": 957163776
        },
        {
            "start": 957163778,
            "stop": 957164472
        },
        {
            "start": 957164474,
            "stop": 957165418
        },
        {
            "start": 957165420,
            "stop": 957165881
        },
        {
            "start": 957165883,
            "stop": 957165956
        },
        {
            "start": 957165958,
            "stop": 957166446
        },
        {
            "start": 957166452,
            "stop": 957166476
        },
        {
            "start": 957166480,
            "stop": 957166854
        },
        {
            "start": 957166856,
            "stop": 957169465
        },
        {
            "start": 957169467,
            "stop": 957170258
        },
        {
            "start": 957170260,
            "stop": 957170545
        },
        {
            "start": 957170547,
            "stop": 957170747
        },
        {
            "start": 957170749,
            "stop": 957171755
        },
        {
            "start": 957171757,
            "stop": 957171954
        },
        {
            "start": 957171956,
            "stop": 957172407
        },
        {
            "start": 957172409,
            "stop": 957172744
        },
        {
            "start": 957172746,
            "stop": 957172813
        },
        {
            "start": 957172815,
            "stop": 957173164
        },
        {
            "start": 957173166,
            "stop": 957174233
        },
        {
            "start": 957174235,
            "stop": 957174585
        }
    ]
}