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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=72",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=70",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 71,
    "results": [
        {
            "start": 819171177,
            "stop": 819171179
        },
        {
            "start": 819171182,
            "stop": 819171904
        },
        {
            "start": 819171907,
            "stop": 819172114
        },
        {
            "start": 819172118,
            "stop": 819172378
        },
        {
            "start": 819172381,
            "stop": 819172661
        },
        {
            "start": 819172665,
            "stop": 819172793
        },
        {
            "start": 819172797,
            "stop": 819172800
        },
        {
            "start": 819172803,
            "stop": 819173180
        },
        {
            "start": 819173184,
            "stop": 819173324
        },
        {
            "start": 819173328,
            "stop": 819173384
        },
        {
            "start": 819173387,
            "stop": 819173657
        },
        {
            "start": 819173661,
            "stop": 819174023
        },
        {
            "start": 819174026,
            "stop": 819174110
        },
        {
            "start": 819174113,
            "stop": 819174116
        },
        {
            "start": 819174119,
            "stop": 819174271
        },
        {
            "start": 819174274,
            "stop": 819174515
        },
        {
            "start": 819174518,
            "stop": 819174799
        },
        {
            "start": 819174802,
            "stop": 819174896
        },
        {
            "start": 819174899,
            "stop": 819175429
        },
        {
            "start": 819175433,
            "stop": 819175436
        }
    ]
}