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=109
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=110",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=108",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 109,
    "results": [
        {
            "start": 931511939,
            "stop": 931511944
        },
        {
            "start": 931511951,
            "stop": 931511957
        },
        {
            "start": 931511960,
            "stop": 931511961
        },
        {
            "start": 931511965,
            "stop": 931511973
        },
        {
            "start": 931511976,
            "stop": 931511979
        },
        {
            "start": 931511981,
            "stop": 931512023
        },
        {
            "start": 931512026,
            "stop": 931512029
        },
        {
            "start": 931512035,
            "stop": 931512043
        },
        {
            "start": 931512046,
            "stop": 931512048
        },
        {
            "start": 931512051,
            "stop": 931512052
        },
        {
            "start": 931512055,
            "stop": 931512070
        },
        {
            "start": 931512073,
            "stop": 931512096
        },
        {
            "start": 931512099,
            "stop": 931512113
        },
        {
            "start": 931512117,
            "stop": 931512129
        },
        {
            "start": 931512134,
            "stop": 931512136
        },
        {
            "start": 931512139,
            "stop": 931512151
        },
        {
            "start": 931512159,
            "stop": 931512169
        },
        {
            "start": 931512172,
            "stop": 931512181
        },
        {
            "start": 931512184,
            "stop": 931512193
        },
        {
            "start": 931512199,
            "stop": 931512208
        }
    ]
}