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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6462",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6460",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6461,
    "results": [
        {
            "start": 874006144,
            "stop": 874006334
        },
        {
            "start": 874006335,
            "stop": 874007135
        },
        {
            "start": 874007136,
            "stop": 874007410
        },
        {
            "start": 874007411,
            "stop": 874007999
        },
        {
            "start": 874008000,
            "stop": 874008035
        },
        {
            "start": 874008036,
            "stop": 874008672
        },
        {
            "start": 874008673,
            "stop": 874008990
        },
        {
            "start": 874008991,
            "stop": 874009137
        },
        {
            "start": 874009139,
            "stop": 874009228
        },
        {
            "start": 874009229,
            "stop": 874009737
        },
        {
            "start": 874009739,
            "stop": 874009850
        },
        {
            "start": 874009851,
            "stop": 874010470
        },
        {
            "start": 874010471,
            "stop": 874010857
        },
        {
            "start": 874010858,
            "stop": 874011361
        },
        {
            "start": 874011362,
            "stop": 874011477
        },
        {
            "start": 874011479,
            "stop": 874011795
        },
        {
            "start": 874011797,
            "stop": 874012743
        },
        {
            "start": 874012744,
            "stop": 874013145
        },
        {
            "start": 874013146,
            "stop": 874013704
        },
        {
            "start": 874013705,
            "stop": 874013790
        }
    ]
}