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=82
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=83",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=81",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 82,
    "results": [
        {
            "start": 1371104387,
            "stop": 1371104696
        },
        {
            "start": 1371109596,
            "stop": 1371133715
        },
        {
            "start": 1371133720,
            "stop": 1371137350
        },
        {
            "start": 1371143013,
            "stop": 1371144432
        },
        {
            "start": 1371144433,
            "stop": 1371145415
        },
        {
            "start": 1371145417,
            "stop": 1371145930
        },
        {
            "start": 1371145931,
            "stop": 1371146935
        },
        {
            "start": 1371146936,
            "stop": 1371147497
        },
        {
            "start": 1371147499,
            "stop": 1371148154
        },
        {
            "start": 1371148156,
            "stop": 1371149455
        },
        {
            "start": 1371149457,
            "stop": 1371149974
        },
        {
            "start": 1371149976,
            "stop": 1371152587
        },
        {
            "start": 1371152589,
            "stop": 1371154731
        },
        {
            "start": 1371154733,
            "stop": 1371155685
        },
        {
            "start": 1371174393,
            "stop": 1371175603
        },
        {
            "start": 1371175605,
            "stop": 1371177778
        },
        {
            "start": 1371177779,
            "stop": 1371178698
        },
        {
            "start": 1371178699,
            "stop": 1371179475
        },
        {
            "start": 1371179477,
            "stop": 1371181034
        },
        {
            "start": 1371181035,
            "stop": 1371181883
        }
    ]
}