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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=696",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=694",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 695,
    "results": [
        {
            "start": 1248762183,
            "stop": 1248762209
        },
        {
            "start": 1248762214,
            "stop": 1248762234
        },
        {
            "start": 1248762237,
            "stop": 1248762273
        },
        {
            "start": 1248762278,
            "stop": 1248762281
        },
        {
            "start": 1248762286,
            "stop": 1248762401
        },
        {
            "start": 1248762403,
            "stop": 1248762421
        },
        {
            "start": 1248762423,
            "stop": 1248762428
        },
        {
            "start": 1248762431,
            "stop": 1248762451
        },
        {
            "start": 1248762455,
            "stop": 1248762496
        },
        {
            "start": 1248762498,
            "stop": 1248762500
        },
        {
            "start": 1248762503,
            "stop": 1248762509
        },
        {
            "start": 1248762510,
            "stop": 1248762518
        },
        {
            "start": 1248762519,
            "stop": 1248762520
        },
        {
            "start": 1248762523,
            "stop": 1248762526
        },
        {
            "start": 1248762527,
            "stop": 1248762529
        },
        {
            "start": 1248762530,
            "stop": 1248762752
        },
        {
            "start": 1248762761,
            "stop": 1248762763
        },
        {
            "start": 1248762770,
            "stop": 1248762775
        },
        {
            "start": 1248762776,
            "stop": 1248762777
        },
        {
            "start": 1248762779,
            "stop": 1248762802
        }
    ]
}