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=812
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=813",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=811",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 812,
    "results": [
        {
            "start": 1250239851,
            "stop": 1250239865
        },
        {
            "start": 1250239870,
            "stop": 1250239878
        },
        {
            "start": 1250239883,
            "stop": 1250239893
        },
        {
            "start": 1250239895,
            "stop": 1250239898
        },
        {
            "start": 1250239903,
            "stop": 1250239905
        },
        {
            "start": 1250239906,
            "stop": 1250239915
        },
        {
            "start": 1250239917,
            "stop": 1250240046
        },
        {
            "start": 1250240051,
            "stop": 1250240211
        },
        {
            "start": 1250240218,
            "stop": 1250240230
        },
        {
            "start": 1250240232,
            "stop": 1250240250
        },
        {
            "start": 1250240253,
            "stop": 1250240312
        },
        {
            "start": 1250240317,
            "stop": 1250240326
        },
        {
            "start": 1250240328,
            "stop": 1250243300
        },
        {
            "start": 1250243303,
            "stop": 1250243312
        },
        {
            "start": 1250243315,
            "stop": 1250244307
        },
        {
            "start": 1250244312,
            "stop": 1250244652
        },
        {
            "start": 1250244655,
            "stop": 1250246434
        },
        {
            "start": 1250246438,
            "stop": 1250247638
        },
        {
            "start": 1250247641,
            "stop": 1250248998
        },
        {
            "start": 1250249003,
            "stop": 1250254187
        }
    ]
}