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=1659
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=1660",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1658",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1659,
    "results": [
        {
            "start": 956984856,
            "stop": 956984888
        },
        {
            "start": 956984890,
            "stop": 956985251
        },
        {
            "start": 956985253,
            "stop": 956985513
        },
        {
            "start": 956985515,
            "stop": 956986605
        },
        {
            "start": 956986606,
            "stop": 956987090
        },
        {
            "start": 956987092,
            "stop": 956997274
        },
        {
            "start": 956997765,
            "stop": 956999189
        },
        {
            "start": 957003737,
            "stop": 957004533
        },
        {
            "start": 957004535,
            "stop": 957004633
        },
        {
            "start": 957004635,
            "stop": 957005290
        },
        {
            "start": 957005292,
            "stop": 957006396
        },
        {
            "start": 957006398,
            "stop": 957008427
        },
        {
            "start": 957008429,
            "stop": 957010773
        },
        {
            "start": 957010776,
            "stop": 957010778
        },
        {
            "start": 957010780,
            "stop": 957010799
        },
        {
            "start": 957010804,
            "stop": 957010805
        },
        {
            "start": 957010807,
            "stop": 957010809
        },
        {
            "start": 957010813,
            "stop": 957010817
        },
        {
            "start": 957010818,
            "stop": 957010819
        },
        {
            "start": 957010821,
            "stop": 957010822
        }
    ]
}