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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=219",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=217",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 218,
    "results": [
        {
            "start": 818215598,
            "stop": 818215600
        },
        {
            "start": 818215613,
            "stop": 818215616
        },
        {
            "start": 818215629,
            "stop": 818215630
        },
        {
            "start": 818215643,
            "stop": 818215646
        },
        {
            "start": 818215651,
            "stop": 818215652
        },
        {
            "start": 818215657,
            "stop": 818215658
        },
        {
            "start": 818215661,
            "stop": 818215663
        },
        {
            "start": 818215684,
            "stop": 818215685
        },
        {
            "start": 818215697,
            "stop": 818215698
        },
        {
            "start": 818215718,
            "stop": 818215719
        },
        {
            "start": 818215734,
            "stop": 818215741
        },
        {
            "start": 818215769,
            "stop": 818215772
        },
        {
            "start": 818215777,
            "stop": 818215778
        },
        {
            "start": 818215782,
            "stop": 818215783
        },
        {
            "start": 818215797,
            "stop": 818215801
        },
        {
            "start": 818215804,
            "stop": 818215806
        },
        {
            "start": 818215816,
            "stop": 818215820
        },
        {
            "start": 818215845,
            "stop": 818215848
        },
        {
            "start": 818215879,
            "stop": 818215883
        },
        {
            "start": 818215886,
            "stop": 818215887
        }
    ]
}