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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=82",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=80",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 81,
    "results": [
        {
            "start": 817987973,
            "stop": 817988086
        },
        {
            "start": 817988089,
            "stop": 817988479
        },
        {
            "start": 817988482,
            "stop": 817988547
        },
        {
            "start": 817988550,
            "stop": 817988611
        },
        {
            "start": 817988614,
            "stop": 817988700
        },
        {
            "start": 817988703,
            "stop": 817989693
        },
        {
            "start": 817989696,
            "stop": 817989779
        },
        {
            "start": 817989782,
            "stop": 817989794
        },
        {
            "start": 817989797,
            "stop": 817990492
        },
        {
            "start": 817990495,
            "stop": 817990958
        },
        {
            "start": 817990964,
            "stop": 817991087
        },
        {
            "start": 817991090,
            "stop": 817991238
        },
        {
            "start": 817991241,
            "stop": 817991310
        },
        {
            "start": 817991313,
            "stop": 817991357
        },
        {
            "start": 817991360,
            "stop": 817991564
        },
        {
            "start": 817991567,
            "stop": 817991741
        },
        {
            "start": 817991744,
            "stop": 817991791
        },
        {
            "start": 817991796,
            "stop": 817991841
        },
        {
            "start": 817991844,
            "stop": 817991965
        },
        {
            "start": 817991968,
            "stop": 817992054
        }
    ]
}