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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7061",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7059",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7060,
    "results": [
        {
            "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
        },
        {
            "start": 874013791,
            "stop": 874014498
        },
        {
            "start": 874014499,
            "stop": 874014573
        },
        {
            "start": 874014575,
            "stop": 874014584
        }
    ]
}