Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=51
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=52",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=50",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 51,
    "results": [
        {
            "start": 816180012,
            "stop": 816180154
        },
        {
            "start": 816180155,
            "stop": 816180192
        },
        {
            "start": 816180196,
            "stop": 816180383
        },
        {
            "start": 816180386,
            "stop": 816180424
        },
        {
            "start": 816180428,
            "stop": 816180469
        },
        {
            "start": 816180473,
            "stop": 816180565
        },
        {
            "start": 816180569,
            "stop": 816180597
        },
        {
            "start": 816180600,
            "stop": 816180686
        },
        {
            "start": 816180689,
            "stop": 816180714
        },
        {
            "start": 816180717,
            "stop": 816180745
        },
        {
            "start": 816180749,
            "stop": 816180750
        },
        {
            "start": 816180754,
            "stop": 816180756
        },
        {
            "start": 816180759,
            "stop": 816180785
        },
        {
            "start": 816180789,
            "stop": 816180804
        },
        {
            "start": 816180807,
            "stop": 816180839
        },
        {
            "start": 816180842,
            "stop": 816180881
        },
        {
            "start": 816180884,
            "stop": 816180886
        },
        {
            "start": 816180889,
            "stop": 816180944
        },
        {
            "start": 816180947,
            "stop": 816181099
        },
        {
            "start": 816181102,
            "stop": 816181208
        }
    ]
}