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=26
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=27",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=25",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 26,
    "results": [
        {
            "start": 816605926,
            "stop": 816605995
        },
        {
            "start": 816606001,
            "stop": 816606233
        },
        {
            "start": 816606236,
            "stop": 816606527
        },
        {
            "start": 816606530,
            "stop": 816606550
        },
        {
            "start": 816606557,
            "stop": 816606657
        },
        {
            "start": 816606660,
            "stop": 816606907
        },
        {
            "start": 816606911,
            "stop": 816606975
        },
        {
            "start": 816606978,
            "stop": 816607055
        },
        {
            "start": 816607062,
            "stop": 816607154
        },
        {
            "start": 816607157,
            "stop": 816607623
        },
        {
            "start": 816607627,
            "stop": 816607881
        },
        {
            "start": 816607893,
            "stop": 816607925
        },
        {
            "start": 816607928,
            "stop": 816607952
        },
        {
            "start": 816651331,
            "stop": 816651356
        },
        {
            "start": 816651359,
            "stop": 816651394
        },
        {
            "start": 816651397,
            "stop": 816651435
        },
        {
            "start": 816651438,
            "stop": 816651507
        },
        {
            "start": 816651510,
            "stop": 816651598
        },
        {
            "start": 816651601,
            "stop": 816651822
        },
        {
            "start": 816651826,
            "stop": 816651946
        }
    ]
}