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=6591
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=6592",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6590",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6591,
    "results": [
        {
            "start": 874645628,
            "stop": 874645653
        },
        {
            "start": 874645654,
            "stop": 874645706
        },
        {
            "start": 874645707,
            "stop": 874646421
        },
        {
            "start": 874646422,
            "stop": 874646457
        },
        {
            "start": 874646458,
            "stop": 874646915
        },
        {
            "start": 874646916,
            "stop": 874647153
        },
        {
            "start": 874647154,
            "stop": 874647174
        },
        {
            "start": 874647175,
            "stop": 874647343
        },
        {
            "start": 874647344,
            "stop": 874647556
        },
        {
            "start": 874647557,
            "stop": 874647913
        },
        {
            "start": 874647914,
            "stop": 874647942
        },
        {
            "start": 874647943,
            "stop": 874648285
        },
        {
            "start": 874648286,
            "stop": 874648665
        },
        {
            "start": 874648666,
            "stop": 874648992
        },
        {
            "start": 874648994,
            "stop": 874649070
        },
        {
            "start": 874649071,
            "stop": 874649246
        },
        {
            "start": 874649247,
            "stop": 874649411
        },
        {
            "start": 874649412,
            "stop": 874649795
        },
        {
            "start": 874649796,
            "stop": 874650033
        },
        {
            "start": 874650034,
            "stop": 874650092
        }
    ]
}