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=6333
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=6334",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6332",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6333,
    "results": [
        {
            "start": 873325075,
            "stop": 873325389
        },
        {
            "start": 873325390,
            "stop": 873325505
        },
        {
            "start": 873325507,
            "stop": 873325824
        },
        {
            "start": 873325826,
            "stop": 873325955
        },
        {
            "start": 873325956,
            "stop": 873326806
        },
        {
            "start": 873326807,
            "stop": 873326842
        },
        {
            "start": 873326843,
            "stop": 873326880
        },
        {
            "start": 873326881,
            "stop": 873326921
        },
        {
            "start": 873326922,
            "stop": 873327878
        },
        {
            "start": 873327879,
            "stop": 873327883
        },
        {
            "start": 873327884,
            "stop": 873327962
        },
        {
            "start": 873327963,
            "stop": 873328376
        },
        {
            "start": 873328378,
            "stop": 873328729
        },
        {
            "start": 873328731,
            "stop": 873328881
        },
        {
            "start": 873328882,
            "stop": 873329083
        },
        {
            "start": 873329084,
            "stop": 873329942
        },
        {
            "start": 873329944,
            "stop": 873330516
        },
        {
            "start": 873330517,
            "stop": 873331013
        },
        {
            "start": 873331014,
            "stop": 873331094
        },
        {
            "start": 873331095,
            "stop": 873331119
        }
    ]
}