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=6622
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=6623",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6621",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6622,
    "results": [
        {
            "start": 874821970,
            "stop": 874822033
        },
        {
            "start": 874822034,
            "stop": 874822889
        },
        {
            "start": 874822891,
            "stop": 874823414
        },
        {
            "start": 874823415,
            "stop": 874823618
        },
        {
            "start": 874823619,
            "stop": 874823990
        },
        {
            "start": 874823991,
            "stop": 874824031
        },
        {
            "start": 874824033,
            "stop": 874824607
        },
        {
            "start": 874824608,
            "stop": 874825260
        },
        {
            "start": 874825262,
            "stop": 874825722
        },
        {
            "start": 874825724,
            "stop": 874825768
        },
        {
            "start": 874825769,
            "stop": 874826098
        },
        {
            "start": 874826100,
            "stop": 874826440
        },
        {
            "start": 874826441,
            "stop": 874826464
        },
        {
            "start": 874826465,
            "stop": 874826542
        },
        {
            "start": 874826543,
            "stop": 874826850
        },
        {
            "start": 874826851,
            "stop": 874827511
        },
        {
            "start": 874827512,
            "stop": 874827742
        },
        {
            "start": 874827744,
            "stop": 874828112
        },
        {
            "start": 874828113,
            "stop": 874828212
        },
        {
            "start": 874828213,
            "stop": 874828218
        }
    ]
}