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/S5/timelines/H1_BURST_CAT2E/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/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=298",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=296",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 297,
    "results": [
        {
            "start": 847641202,
            "stop": 847641204
        },
        {
            "start": 847641205,
            "stop": 847641258
        },
        {
            "start": 847641259,
            "stop": 847641381
        },
        {
            "start": 847641382,
            "stop": 847641466
        },
        {
            "start": 847641467,
            "stop": 847641481
        },
        {
            "start": 847641483,
            "stop": 847641499
        },
        {
            "start": 847641500,
            "stop": 847641502
        },
        {
            "start": 847641503,
            "stop": 847641519
        },
        {
            "start": 847641522,
            "stop": 847641542
        },
        {
            "start": 847641544,
            "stop": 847641551
        },
        {
            "start": 847641553,
            "stop": 847641562
        },
        {
            "start": 847641563,
            "stop": 847641590
        },
        {
            "start": 847641591,
            "stop": 847641605
        },
        {
            "start": 847641606,
            "stop": 847641679
        },
        {
            "start": 847641682,
            "stop": 847641758
        },
        {
            "start": 847641760,
            "stop": 847641860
        },
        {
            "start": 847641861,
            "stop": 847641977
        },
        {
            "start": 847641979,
            "stop": 847641987
        },
        {
            "start": 847641988,
            "stop": 847641999
        },
        {
            "start": 847642000,
            "stop": 847642009
        }
    ]
}