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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=515",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=513",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 514,
    "results": [
        {
            "start": 825592758,
            "stop": 825592957
        },
        {
            "start": 825593861,
            "stop": 825594132
        },
        {
            "start": 825594452,
            "stop": 825594996
        },
        {
            "start": 825595396,
            "stop": 825605353
        },
        {
            "start": 825612393,
            "stop": 825615133
        },
        {
            "start": 825616540,
            "stop": 825654175
        },
        {
            "start": 825654495,
            "stop": 825655150
        },
        {
            "start": 825655550,
            "stop": 825697333
        },
        {
            "start": 825700117,
            "stop": 825702853
        },
        {
            "start": 825705005,
            "stop": 825711313
        },
        {
            "start": 825713282,
            "stop": 825739615
        },
        {
            "start": 825739935,
            "stop": 825740048
        },
        {
            "start": 825744847,
            "stop": 825747083
        },
        {
            "start": 825747483,
            "stop": 825747592
        },
        {
            "start": 825747912,
            "stop": 825748560
        },
        {
            "start": 825750273,
            "stop": 825764156
        },
        {
            "start": 825764896,
            "stop": 825770144
        },
        {
            "start": 825772030,
            "stop": 825781333
        },
        {
            "start": 825809668,
            "stop": 825810410
        },
        {
            "start": 825811118,
            "stop": 825812778
        }
    ]
}