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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6389",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6387",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6388,
    "results": [
        {
            "start": 873555356,
            "stop": 873555720
        },
        {
            "start": 873555721,
            "stop": 873556017
        },
        {
            "start": 873556018,
            "stop": 873556123
        },
        {
            "start": 873556124,
            "stop": 873556209
        },
        {
            "start": 873556210,
            "stop": 873556279
        },
        {
            "start": 873556280,
            "stop": 873556286
        },
        {
            "start": 873556287,
            "stop": 873556617
        },
        {
            "start": 873556619,
            "stop": 873556769
        },
        {
            "start": 873556770,
            "stop": 873556806
        },
        {
            "start": 873556807,
            "stop": 873557205
        },
        {
            "start": 873557206,
            "stop": 873557516
        },
        {
            "start": 873557517,
            "stop": 873557601
        },
        {
            "start": 873557603,
            "stop": 873557633
        },
        {
            "start": 873557635,
            "stop": 873557735
        },
        {
            "start": 873557736,
            "stop": 873557784
        },
        {
            "start": 873557785,
            "stop": 873558006
        },
        {
            "start": 873558007,
            "stop": 873558072
        },
        {
            "start": 873558074,
            "stop": 873558100
        },
        {
            "start": 873576479,
            "stop": 873576753
        },
        {
            "start": 873576754,
            "stop": 873576758
        }
    ]
}