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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=4024",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=4022",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 4023,
    "results": [
        {
            "start": 875009719,
            "stop": 875009722
        },
        {
            "start": 875009725,
            "stop": 875009733
        },
        {
            "start": 875009738,
            "stop": 875009904
        },
        {
            "start": 875009911,
            "stop": 875009926
        },
        {
            "start": 875009930,
            "stop": 875009931
        },
        {
            "start": 875009934,
            "stop": 875009936
        },
        {
            "start": 875009939,
            "stop": 875009940
        },
        {
            "start": 875009948,
            "stop": 875010050
        },
        {
            "start": 875010053,
            "stop": 875010057
        },
        {
            "start": 875010060,
            "stop": 875010095
        },
        {
            "start": 875010098,
            "stop": 875010554
        },
        {
            "start": 875010557,
            "stop": 875010589
        },
        {
            "start": 875010593,
            "stop": 875010596
        },
        {
            "start": 875010601,
            "stop": 875010602
        },
        {
            "start": 875010605,
            "stop": 875010730
        },
        {
            "start": 875010736,
            "stop": 875010741
        },
        {
            "start": 875010745,
            "stop": 875010766
        },
        {
            "start": 875010769,
            "stop": 875010771
        },
        {
            "start": 875010774,
            "stop": 875010854
        },
        {
            "start": 875010859,
            "stop": 875010870
        }
    ]
}