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=112
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=113",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=111",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 112,
    "results": [
        {
            "start": 1372116216,
            "stop": 1372117003
        },
        {
            "start": 1372117005,
            "stop": 1372117215
        },
        {
            "start": 1372117217,
            "stop": 1372117834
        },
        {
            "start": 1372117837,
            "stop": 1372118136
        },
        {
            "start": 1372118138,
            "stop": 1372118348
        },
        {
            "start": 1372118350,
            "stop": 1372119239
        },
        {
            "start": 1372119241,
            "stop": 1372119460
        },
        {
            "start": 1372119461,
            "stop": 1372120361
        },
        {
            "start": 1372120362,
            "stop": 1372120582
        },
        {
            "start": 1372120584,
            "stop": 1372122220
        },
        {
            "start": 1372122222,
            "stop": 1372122422
        },
        {
            "start": 1372122423,
            "stop": 1372123484
        },
        {
            "start": 1372123486,
            "stop": 1372123686
        },
        {
            "start": 1372123688,
            "stop": 1372126666
        },
        {
            "start": 1372126668,
            "stop": 1372126867
        },
        {
            "start": 1372126869,
            "stop": 1372131965
        },
        {
            "start": 1372131966,
            "stop": 1372133093
        },
        {
            "start": 1372133094,
            "stop": 1372133313
        },
        {
            "start": 1372133317,
            "stop": 1372135939
        },
        {
            "start": 1372135942,
            "stop": 1372136016
        }
    ]
}