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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=298",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=296",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 297,
    "results": [
        {
            "start": 931769568,
            "stop": 931769576
        },
        {
            "start": 931769579,
            "stop": 931769580
        },
        {
            "start": 931769584,
            "stop": 931769632
        },
        {
            "start": 931769635,
            "stop": 931769670
        },
        {
            "start": 931769673,
            "stop": 931769674
        },
        {
            "start": 931769677,
            "stop": 931769685
        },
        {
            "start": 931769687,
            "stop": 931769688
        },
        {
            "start": 931769691,
            "stop": 931769694
        },
        {
            "start": 931769697,
            "stop": 931769700
        },
        {
            "start": 931769704,
            "stop": 931769708
        },
        {
            "start": 931769711,
            "stop": 931769714
        },
        {
            "start": 931769717,
            "stop": 931769733
        },
        {
            "start": 931769738,
            "stop": 931769739
        },
        {
            "start": 931769742,
            "stop": 931769746
        },
        {
            "start": 931769749,
            "stop": 931769753
        },
        {
            "start": 931769757,
            "stop": 931769763
        },
        {
            "start": 931769766,
            "stop": 931769787
        },
        {
            "start": 931769790,
            "stop": 931769800
        },
        {
            "start": 931769804,
            "stop": 931769810
        },
        {
            "start": 931769812,
            "stop": 931769814
        }
    ]
}