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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=30",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=28",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 29,
    "results": [
        {
            "start": 816664209,
            "stop": 816664273
        },
        {
            "start": 816664276,
            "stop": 816664875
        },
        {
            "start": 816664878,
            "stop": 816665175
        },
        {
            "start": 816665181,
            "stop": 816665579
        },
        {
            "start": 816667587,
            "stop": 816667589
        },
        {
            "start": 816668003,
            "stop": 816668169
        },
        {
            "start": 816668173,
            "stop": 816668386
        },
        {
            "start": 816668393,
            "stop": 816669755
        },
        {
            "start": 816669759,
            "stop": 816669874
        },
        {
            "start": 816669877,
            "stop": 816669926
        },
        {
            "start": 816669929,
            "stop": 816669934
        },
        {
            "start": 816669938,
            "stop": 816670101
        },
        {
            "start": 816670106,
            "stop": 816670335
        },
        {
            "start": 816670338,
            "stop": 816670466
        },
        {
            "start": 816670469,
            "stop": 816670543
        },
        {
            "start": 816670546,
            "stop": 816670555
        },
        {
            "start": 816670560,
            "stop": 816670572
        },
        {
            "start": 816670576,
            "stop": 816671510
        },
        {
            "start": 816671513,
            "stop": 816671688
        },
        {
            "start": 816671693,
            "stop": 816671702
        }
    ]
}