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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=112",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=110",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 111,
    "results": [
        {
            "start": 931512533,
            "stop": 931512537
        },
        {
            "start": 931512540,
            "stop": 931512553
        },
        {
            "start": 931512556,
            "stop": 931512567
        },
        {
            "start": 931512569,
            "stop": 931512590
        },
        {
            "start": 931512593,
            "stop": 931512647
        },
        {
            "start": 931512650,
            "stop": 931512652
        },
        {
            "start": 931512654,
            "stop": 931512658
        },
        {
            "start": 931512662,
            "stop": 931512678
        },
        {
            "start": 931512681,
            "stop": 931512698
        },
        {
            "start": 931512701,
            "stop": 931512706
        },
        {
            "start": 931512709,
            "stop": 931512711
        },
        {
            "start": 931512714,
            "stop": 931512759
        },
        {
            "start": 931512764,
            "stop": 931512780
        },
        {
            "start": 931512783,
            "stop": 931512789
        },
        {
            "start": 931512791,
            "stop": 931512799
        },
        {
            "start": 931512802,
            "stop": 931512803
        },
        {
            "start": 931512806,
            "stop": 931512808
        },
        {
            "start": 931512811,
            "stop": 931512819
        },
        {
            "start": 931512826,
            "stop": 931512828
        },
        {
            "start": 931512831,
            "stop": 931512837
        }
    ]
}