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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=717",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=715",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 716,
    "results": [
        {
            "start": 1248985883,
            "stop": 1248985926
        },
        {
            "start": 1248985927,
            "stop": 1248985929
        },
        {
            "start": 1248985936,
            "stop": 1248985937
        },
        {
            "start": 1248985941,
            "stop": 1248985942
        },
        {
            "start": 1248985946,
            "stop": 1248985962
        },
        {
            "start": 1248985970,
            "stop": 1248986503
        },
        {
            "start": 1248986508,
            "stop": 1248986564
        },
        {
            "start": 1248986565,
            "stop": 1248986581
        },
        {
            "start": 1248986587,
            "stop": 1248986588
        },
        {
            "start": 1248986590,
            "stop": 1248986594
        },
        {
            "start": 1248986596,
            "stop": 1248986685
        },
        {
            "start": 1248986690,
            "stop": 1248986692
        },
        {
            "start": 1248986697,
            "stop": 1248986733
        },
        {
            "start": 1248986734,
            "stop": 1248986781
        },
        {
            "start": 1248986782,
            "stop": 1248986822
        },
        {
            "start": 1248986824,
            "stop": 1248986936
        },
        {
            "start": 1248986937,
            "stop": 1248987507
        },
        {
            "start": 1248987508,
            "stop": 1248987521
        },
        {
            "start": 1248987522,
            "stop": 1248987666
        },
        {
            "start": 1248987668,
            "stop": 1248987814
        }
    ]
}