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=7042
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=7043",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7041",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7042,
    "results": [
        {
            "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
        },
        {
            "start": 873881916,
            "stop": 873882199
        },
        {
            "start": 873882200,
            "stop": 873882233
        },
        {
            "start": 873882234,
            "stop": 873882763
        },
        {
            "start": 873882765,
            "stop": 873883448
        },
        {
            "start": 873883449,
            "stop": 873883729
        },
        {
            "start": 873883731,
            "stop": 873883903
        }
    ]
}