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=6446
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=6447",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6445",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6446,
    "results": [
        {
            "start": 873875034,
            "stop": 873875239
        },
        {
            "start": 873875240,
            "stop": 873875577
        },
        {
            "start": 873875579,
            "stop": 873875603
        },
        {
            "start": 873875604,
            "stop": 873876031
        },
        {
            "start": 873876032,
            "stop": 873876521
        },
        {
            "start": 873876522,
            "stop": 873876681
        },
        {
            "start": 873876682,
            "stop": 873876825
        },
        {
            "start": 873876826,
            "stop": 873877135
        },
        {
            "start": 873877136,
            "stop": 873877201
        },
        {
            "start": 873877203,
            "stop": 873878053
        },
        {
            "start": 873878054,
            "stop": 873878262
        },
        {
            "start": 873878263,
            "stop": 873878752
        },
        {
            "start": 873878753,
            "stop": 873878806
        },
        {
            "start": 873878808,
            "stop": 873879592
        },
        {
            "start": 873879593,
            "stop": 873879931
        },
        {
            "start": 873879932,
            "stop": 873880285
        },
        {
            "start": 873880286,
            "stop": 873880512
        },
        {
            "start": 873880514,
            "stop": 873881165
        },
        {
            "start": 873881166,
            "stop": 873881588
        },
        {
            "start": 873881589,
            "stop": 873881915
        }
    ]
}