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/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=758
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=759",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=757",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 758,
    "results": [
        {
            "start": 1249060337,
            "stop": 1249060338
        },
        {
            "start": 1249060339,
            "stop": 1249060346
        },
        {
            "start": 1249060347,
            "stop": 1249061257
        },
        {
            "start": 1249061261,
            "stop": 1249061263
        },
        {
            "start": 1249061269,
            "stop": 1249061272
        },
        {
            "start": 1249061275,
            "stop": 1249061276
        },
        {
            "start": 1249061280,
            "stop": 1249061284
        },
        {
            "start": 1249061285,
            "stop": 1249061531
        },
        {
            "start": 1249061532,
            "stop": 1249061533
        },
        {
            "start": 1249061537,
            "stop": 1249061555
        },
        {
            "start": 1249061562,
            "stop": 1249061601
        },
        {
            "start": 1249061604,
            "stop": 1249061612
        },
        {
            "start": 1249061617,
            "stop": 1249061618
        },
        {
            "start": 1249061624,
            "stop": 1249061626
        },
        {
            "start": 1249061629,
            "stop": 1249061632
        },
        {
            "start": 1249061634,
            "stop": 1249061642
        },
        {
            "start": 1249061647,
            "stop": 1249061651
        },
        {
            "start": 1249061654,
            "stop": 1249061667
        },
        {
            "start": 1249061668,
            "stop": 1249061673
        },
        {
            "start": 1249061674,
            "stop": 1249061682
        }
    ]
}