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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=5",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6,
    "results": [
        {
            "start": 816231591,
            "stop": 816231598
        },
        {
            "start": 816231608,
            "stop": 816231727
        },
        {
            "start": 816231731,
            "stop": 816231736
        },
        {
            "start": 816231739,
            "stop": 816231865
        },
        {
            "start": 816231869,
            "stop": 816231940
        },
        {
            "start": 816231944,
            "stop": 816232042
        },
        {
            "start": 816232046,
            "stop": 816232058
        },
        {
            "start": 816232065,
            "stop": 816232097
        },
        {
            "start": 816232106,
            "stop": 816232115
        },
        {
            "start": 816232120,
            "stop": 816232248
        },
        {
            "start": 816232261,
            "stop": 816232264
        },
        {
            "start": 816232268,
            "stop": 816232310
        },
        {
            "start": 816232313,
            "stop": 816232448
        },
        {
            "start": 816232456,
            "stop": 816232537
        },
        {
            "start": 816232541,
            "stop": 816232577
        },
        {
            "start": 816232581,
            "stop": 816232660
        },
        {
            "start": 816232667,
            "stop": 816232677
        },
        {
            "start": 816232680,
            "stop": 816232686
        },
        {
            "start": 816232689,
            "stop": 816232766
        },
        {
            "start": 816232770,
            "stop": 816232779
        }
    ]
}