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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=269",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=267",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 268,
    "results": [
        {
            "start": 934545141,
            "stop": 934545615
        },
        {
            "start": 934545855,
            "stop": 934546062
        },
        {
            "start": 934546064,
            "stop": 934547948
        },
        {
            "start": 934547953,
            "stop": 934548634
        },
        {
            "start": 934548639,
            "stop": 934548917
        },
        {
            "start": 934548919,
            "stop": 934549215
        },
        {
            "start": 934549455,
            "stop": 934551781
        },
        {
            "start": 934551784,
            "stop": 934552410
        },
        {
            "start": 934552427,
            "stop": 934552561
        },
        {
            "start": 934552564,
            "stop": 934552591
        },
        {
            "start": 934552594,
            "stop": 934552622
        },
        {
            "start": 934552624,
            "stop": 934552651
        },
        {
            "start": 934552655,
            "stop": 934552667
        },
        {
            "start": 934552669,
            "stop": 934552682
        },
        {
            "start": 934552684,
            "stop": 934552696
        },
        {
            "start": 934552699,
            "stop": 934552711
        },
        {
            "start": 934552714,
            "stop": 934552756
        },
        {
            "start": 934552760,
            "stop": 934552815
        },
        {
            "start": 934553055,
            "stop": 934555369
        },
        {
            "start": 934555391,
            "stop": 934555404
        }
    ]
}