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=219
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=220",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=218",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 219,
    "results": [
        {
            "start": 1375934369,
            "stop": 1375935132
        },
        {
            "start": 1375935136,
            "stop": 1375937026
        },
        {
            "start": 1375937028,
            "stop": 1375939199
        },
        {
            "start": 1375945698,
            "stop": 1375945776
        },
        {
            "start": 1375945778,
            "stop": 1375946367
        },
        {
            "start": 1375946368,
            "stop": 1375947572
        },
        {
            "start": 1375947573,
            "stop": 1375947612
        },
        {
            "start": 1375947615,
            "stop": 1375947785
        },
        {
            "start": 1375947786,
            "stop": 1375948111
        },
        {
            "start": 1375948112,
            "stop": 1375949229
        },
        {
            "start": 1375949230,
            "stop": 1375949892
        },
        {
            "start": 1375949894,
            "stop": 1375950461
        },
        {
            "start": 1375950463,
            "stop": 1375951957
        },
        {
            "start": 1375951959,
            "stop": 1375952566
        },
        {
            "start": 1375952568,
            "stop": 1375954118
        },
        {
            "start": 1375954120,
            "stop": 1375954794
        },
        {
            "start": 1375954796,
            "stop": 1375956247
        },
        {
            "start": 1375956250,
            "stop": 1375956979
        },
        {
            "start": 1375956981,
            "stop": 1375957773
        },
        {
            "start": 1375957775,
            "stop": 1375958143
        }
    ]
}