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=1742
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=1743",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1741",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1742,
    "results": [
        {
            "start": 958640186,
            "stop": 958640784
        },
        {
            "start": 958640786,
            "stop": 958640947
        },
        {
            "start": 958640949,
            "stop": 958640952
        },
        {
            "start": 958640956,
            "stop": 958640959
        },
        {
            "start": 958640961,
            "stop": 958641446
        },
        {
            "start": 958641448,
            "stop": 958641509
        },
        {
            "start": 958641511,
            "stop": 958641932
        },
        {
            "start": 958641934,
            "stop": 958642134
        },
        {
            "start": 958642136,
            "stop": 958642170
        },
        {
            "start": 958642174,
            "stop": 958642217
        },
        {
            "start": 958642219,
            "stop": 958642499
        },
        {
            "start": 958642501,
            "stop": 958642509
        },
        {
            "start": 958642514,
            "stop": 958642595
        },
        {
            "start": 958642597,
            "stop": 958642680
        },
        {
            "start": 958642683,
            "stop": 958642731
        },
        {
            "start": 958642733,
            "stop": 958642736
        },
        {
            "start": 958642738,
            "stop": 958642751
        },
        {
            "start": 958642753,
            "stop": 958642778
        },
        {
            "start": 958642781,
            "stop": 958643007
        },
        {
            "start": 958643010,
            "stop": 958643061
        }
    ]
}