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=1891
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=1892",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1890",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1891,
    "results": [
        {
            "start": 970641784,
            "stop": 970642286
        },
        {
            "start": 970642287,
            "stop": 970659310
        },
        {
            "start": 970659311,
            "stop": 970662418
        },
        {
            "start": 970662419,
            "stop": 970670577
        },
        {
            "start": 970675820,
            "stop": 970682398
        },
        {
            "start": 970683027,
            "stop": 970683779
        },
        {
            "start": 970683812,
            "stop": 970683815
        },
        {
            "start": 970683851,
            "stop": 970683888
        },
        {
            "start": 970695724,
            "stop": 970699160
        },
        {
            "start": 970699161,
            "stop": 970707761
        },
        {
            "start": 970707762,
            "stop": 970730889
        },
        {
            "start": 970730890,
            "stop": 970744330
        },
        {
            "start": 970744331,
            "stop": 970750413
        },
        {
            "start": 970750414,
            "stop": 970752619
        },
        {
            "start": 970752620,
            "stop": 970758145
        },
        {
            "start": 970760237,
            "stop": 970763181
        },
        {
            "start": 970763784,
            "stop": 970777663
        },
        {
            "start": 970780178,
            "stop": 970784460
        },
        {
            "start": 970784461,
            "stop": 970787993
        },
        {
            "start": 970789463,
            "stop": 970804437
        }
    ]
}