Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=240
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=241",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=239",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 240,
    "results": [
        {
            "start": 1376439798,
            "stop": 1376440877
        },
        {
            "start": 1376440879,
            "stop": 1376441876
        },
        {
            "start": 1376441879,
            "stop": 1376442927
        },
        {
            "start": 1376442928,
            "stop": 1376443946
        },
        {
            "start": 1376443948,
            "stop": 1376445313
        },
        {
            "start": 1376445315,
            "stop": 1376446321
        },
        {
            "start": 1376446323,
            "stop": 1376447289
        },
        {
            "start": 1376447291,
            "stop": 1376447297
        },
        {
            "start": 1376447300,
            "stop": 1376448541
        },
        {
            "start": 1376448546,
            "stop": 1376449284
        },
        {
            "start": 1376449286,
            "stop": 1376449947
        },
        {
            "start": 1376449949,
            "stop": 1376450865
        },
        {
            "start": 1376450866,
            "stop": 1376451566
        },
        {
            "start": 1376451568,
            "stop": 1376454551
        },
        {
            "start": 1376454553,
            "stop": 1376456248
        },
        {
            "start": 1376456250,
            "stop": 1376456869
        },
        {
            "start": 1376456870,
            "stop": 1376458088
        },
        {
            "start": 1376458089,
            "stop": 1376467075
        },
        {
            "start": 1376467077,
            "stop": 1376467651
        },
        {
            "start": 1376467653,
            "stop": 1376468861
        }
    ]
}