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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6301",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6299",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6300,
    "results": [
        {
            "start": 875125014,
            "stop": 875125043
        },
        {
            "start": 875125046,
            "stop": 875125047
        },
        {
            "start": 875125053,
            "stop": 875125055
        },
        {
            "start": 875125058,
            "stop": 875125263
        },
        {
            "start": 875125267,
            "stop": 875125497
        },
        {
            "start": 875125502,
            "stop": 875126700
        },
        {
            "start": 875126820,
            "stop": 875127106
        },
        {
            "start": 875127108,
            "stop": 875127720
        },
        {
            "start": 875127723,
            "stop": 875127732
        },
        {
            "start": 875127737,
            "stop": 875127781
        },
        {
            "start": 875127784,
            "stop": 875127872
        },
        {
            "start": 875127873,
            "stop": 875127874
        },
        {
            "start": 875127875,
            "stop": 875128000
        },
        {
            "start": 875128003,
            "stop": 875128371
        },
        {
            "start": 875128374,
            "stop": 875128566
        },
        {
            "start": 875128569,
            "stop": 875128575
        },
        {
            "start": 875128580,
            "stop": 875128582
        },
        {
            "start": 875128587,
            "stop": 875128604
        },
        {
            "start": 875128608,
            "stop": 875128609
        },
        {
            "start": 875128615,
            "stop": 875128623
        }
    ]
}