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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=38",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=36",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 37,
    "results": [
        {
            "start": 1238190491,
            "stop": 1238190500
        },
        {
            "start": 1238190501,
            "stop": 1238190506
        },
        {
            "start": 1238190508,
            "stop": 1238190512
        },
        {
            "start": 1238190513,
            "stop": 1238190514
        },
        {
            "start": 1238190516,
            "stop": 1238190527
        },
        {
            "start": 1238190529,
            "stop": 1238190534
        },
        {
            "start": 1238190535,
            "stop": 1238190539
        },
        {
            "start": 1238190541,
            "stop": 1238190544
        },
        {
            "start": 1238190546,
            "stop": 1238190550
        },
        {
            "start": 1238190552,
            "stop": 1238190567
        },
        {
            "start": 1238190568,
            "stop": 1238190576
        },
        {
            "start": 1238190578,
            "stop": 1238190579
        },
        {
            "start": 1238190581,
            "stop": 1238190586
        },
        {
            "start": 1238190587,
            "stop": 1238190588
        },
        {
            "start": 1238190589,
            "stop": 1238190590
        },
        {
            "start": 1238190594,
            "stop": 1238190595
        },
        {
            "start": 1238190601,
            "stop": 1238190603
        },
        {
            "start": 1238190604,
            "stop": 1238190608
        },
        {
            "start": 1238190609,
            "stop": 1238190616
        },
        {
            "start": 1238190618,
            "stop": 1238190621
        }
    ]
}