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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=813",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=811",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 812,
    "results": [
        {
            "start": 1268877658,
            "stop": 1268879634
        },
        {
            "start": 1268879637,
            "stop": 1268879683
        },
        {
            "start": 1268879687,
            "stop": 1268881337
        },
        {
            "start": 1268881340,
            "stop": 1268882877
        },
        {
            "start": 1268882880,
            "stop": 1268883900
        },
        {
            "start": 1268883902,
            "stop": 1268884505
        },
        {
            "start": 1268884513,
            "stop": 1268885159
        },
        {
            "start": 1268885164,
            "stop": 1268885324
        },
        {
            "start": 1268885328,
            "stop": 1268887800
        },
        {
            "start": 1268887802,
            "stop": 1268887873
        },
        {
            "start": 1268887875,
            "stop": 1268890665
        },
        {
            "start": 1268890670,
            "stop": 1268891518
        },
        {
            "start": 1268891520,
            "stop": 1268892509
        },
        {
            "start": 1268892512,
            "stop": 1268894299
        },
        {
            "start": 1268894302,
            "stop": 1268895504
        },
        {
            "start": 1268895506,
            "stop": 1268895921
        },
        {
            "start": 1268895926,
            "stop": 1268896874
        },
        {
            "start": 1268896876,
            "stop": 1268903304
        },
        {
            "start": 1268903305,
            "stop": 1268904215
        },
        {
            "start": 1268904217,
            "stop": 1268904924
        }
    ]
}