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=32
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=33",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=31",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 32,
    "results": [
        {
            "start": 1369746426,
            "stop": 1369747739
        },
        {
            "start": 1369747741,
            "stop": 1369748235
        },
        {
            "start": 1369748237,
            "stop": 1369749274
        },
        {
            "start": 1369749276,
            "stop": 1369750511
        },
        {
            "start": 1369750513,
            "stop": 1369752262
        },
        {
            "start": 1369752264,
            "stop": 1369752399
        },
        {
            "start": 1369758174,
            "stop": 1369758486
        },
        {
            "start": 1369758488,
            "stop": 1369758513
        },
        {
            "start": 1369758514,
            "stop": 1369761009
        },
        {
            "start": 1369761010,
            "stop": 1369761726
        },
        {
            "start": 1369761727,
            "stop": 1369762255
        },
        {
            "start": 1369763003,
            "stop": 1369763232
        },
        {
            "start": 1369763234,
            "stop": 1369763747
        },
        {
            "start": 1369763752,
            "stop": 1369763864
        },
        {
            "start": 1369763866,
            "stop": 1369765364
        },
        {
            "start": 1369765366,
            "stop": 1369768695
        },
        {
            "start": 1369768699,
            "stop": 1369775693
        },
        {
            "start": 1369775698,
            "stop": 1369775858
        },
        {
            "start": 1369775860,
            "stop": 1369776172
        },
        {
            "start": 1369776174,
            "stop": 1369777920
        }
    ]
}