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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1888",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1886",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1887,
    "results": [
        {
            "start": 970015526,
            "stop": 970015946
        },
        {
            "start": 970032596,
            "stop": 970035575
        },
        {
            "start": 970037056,
            "stop": 970037500
        },
        {
            "start": 970039388,
            "stop": 970048273
        },
        {
            "start": 970048830,
            "stop": 970049688
        },
        {
            "start": 970049689,
            "stop": 970051646
        },
        {
            "start": 970052731,
            "stop": 970053328
        },
        {
            "start": 970055939,
            "stop": 970056494
        },
        {
            "start": 970059229,
            "stop": 970059840
        },
        {
            "start": 970060819,
            "stop": 970060869
        },
        {
            "start": 970062967,
            "stop": 970063281
        },
        {
            "start": 970065516,
            "stop": 970065956
        },
        {
            "start": 970079365,
            "stop": 970080993
        },
        {
            "start": 970080994,
            "stop": 970082038
        },
        {
            "start": 970082039,
            "stop": 970083741
        },
        {
            "start": 970084765,
            "stop": 970086060
        },
        {
            "start": 970086238,
            "stop": 970091054
        },
        {
            "start": 970091055,
            "stop": 970095544
        },
        {
            "start": 970100690,
            "stop": 970105776
        },
        {
            "start": 970105777,
            "stop": 970114544
        }
    ]
}