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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29491",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29489",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29490,
    "results": [
        {
            "start": 971563909,
            "stop": 971563924
        },
        {
            "start": 971563926,
            "stop": 971563948
        },
        {
            "start": 971563949,
            "stop": 971564108
        },
        {
            "start": 971564109,
            "stop": 971564151
        },
        {
            "start": 971564153,
            "stop": 971564176
        },
        {
            "start": 971564179,
            "stop": 971564219
        },
        {
            "start": 971564220,
            "stop": 971564301
        },
        {
            "start": 971564302,
            "stop": 971564427
        },
        {
            "start": 971564429,
            "stop": 971564516
        },
        {
            "start": 971564517,
            "stop": 971564638
        },
        {
            "start": 971564641,
            "stop": 971564677
        },
        {
            "start": 971564678,
            "stop": 971564684
        },
        {
            "start": 971564686,
            "stop": 971564797
        },
        {
            "start": 971564798,
            "stop": 971564839
        },
        {
            "start": 971564840,
            "stop": 971564870
        },
        {
            "start": 971564871,
            "stop": 971564882
        },
        {
            "start": 971564884,
            "stop": 971564887
        },
        {
            "start": 971564889,
            "stop": 971564962
        },
        {
            "start": 971564963,
            "stop": 971565169
        },
        {
            "start": 971565171,
            "stop": 971565194
        }
    ]
}