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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=560",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=558",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 559,
    "results": [
        {
            "start": 831595158,
            "stop": 831597894
        },
        {
            "start": 831598294,
            "stop": 831609916
        },
        {
            "start": 831614685,
            "stop": 831616339
        },
        {
            "start": 831617590,
            "stop": 831620859
        },
        {
            "start": 831622235,
            "stop": 831630972
        },
        {
            "start": 831631877,
            "stop": 831669133
        },
        {
            "start": 831670249,
            "stop": 831673873
        },
        {
            "start": 831674236,
            "stop": 831676755
        },
        {
            "start": 831676757,
            "stop": 831688923
        },
        {
            "start": 831689762,
            "stop": 831689975
        },
        {
            "start": 831690375,
            "stop": 831695708
        },
        {
            "start": 831696419,
            "stop": 831696537
        },
        {
            "start": 831697158,
            "stop": 831698263
        },
        {
            "start": 831698663,
            "stop": 831699368
        },
        {
            "start": 831700731,
            "stop": 831705254
        },
        {
            "start": 831708123,
            "stop": 831742733
        },
        {
            "start": 831743161,
            "stop": 831747193
        },
        {
            "start": 831748416,
            "stop": 831764817
        },
        {
            "start": 831766832,
            "stop": 831790813
        },
        {
            "start": 831791757,
            "stop": 831811583
        }
    ]
}