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=87
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=88",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=86",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 87,
    "results": [
        {
            "start": 1371280344,
            "stop": 1371280445
        },
        {
            "start": 1371280448,
            "stop": 1371280745
        },
        {
            "start": 1371280748,
            "stop": 1371280910
        },
        {
            "start": 1371280911,
            "stop": 1371280963
        },
        {
            "start": 1371280966,
            "stop": 1371281071
        },
        {
            "start": 1371281073,
            "stop": 1371281136
        },
        {
            "start": 1371281139,
            "stop": 1371281411
        },
        {
            "start": 1371281416,
            "stop": 1371281449
        },
        {
            "start": 1371281452,
            "stop": 1371281590
        },
        {
            "start": 1371281593,
            "stop": 1371282109
        },
        {
            "start": 1371282112,
            "stop": 1371282686
        },
        {
            "start": 1371282687,
            "stop": 1371282905
        },
        {
            "start": 1371282910,
            "stop": 1371285005
        },
        {
            "start": 1371285006,
            "stop": 1371287420
        },
        {
            "start": 1371287422,
            "stop": 1371288231
        },
        {
            "start": 1371288236,
            "stop": 1371289569
        },
        {
            "start": 1371289571,
            "stop": 1371291882
        },
        {
            "start": 1371291884,
            "stop": 1371293814
        },
        {
            "start": 1371293816,
            "stop": 1371295932
        },
        {
            "start": 1371295934,
            "stop": 1371297733
        }
    ]
}