Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=4
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=5",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=3",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 4,
    "results": [
        {
            "start": 815405223,
            "stop": 815409013
        },
        {
            "start": 815409614,
            "stop": 815411214
        },
        {
            "start": 815411216,
            "stop": 815413491
        },
        {
            "start": 815413494,
            "stop": 815413813
        },
        {
            "start": 815413824,
            "stop": 815413825
        },
        {
            "start": 815420229,
            "stop": 815420250
        },
        {
            "start": 815420253,
            "stop": 815420443
        },
        {
            "start": 815420446,
            "stop": 815420652
        },
        {
            "start": 815421978,
            "stop": 815422019
        },
        {
            "start": 815422023,
            "stop": 815422231
        },
        {
            "start": 815422234,
            "stop": 815422249
        },
        {
            "start": 815425980,
            "stop": 815426016
        },
        {
            "start": 815426019,
            "stop": 815426356
        },
        {
            "start": 815426359,
            "stop": 815426371
        },
        {
            "start": 815426373,
            "stop": 815426716
        },
        {
            "start": 815426718,
            "stop": 815426764
        },
        {
            "start": 815447636,
            "stop": 815447661
        },
        {
            "start": 815450233,
            "stop": 815450629
        },
        {
            "start": 815450632,
            "stop": 815450653
        },
        {
            "start": 815456378,
            "stop": 815456690
        }
    ]
}