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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=255",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=253",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 254,
    "results": [
        {
            "start": 821796473,
            "stop": 821796474
        },
        {
            "start": 821800732,
            "stop": 821800870
        },
        {
            "start": 821800874,
            "stop": 821800981
        },
        {
            "start": 821800984,
            "stop": 821800993
        },
        {
            "start": 821800997,
            "stop": 821800999
        },
        {
            "start": 821801003,
            "stop": 821801004
        },
        {
            "start": 821801007,
            "stop": 821801015
        },
        {
            "start": 821801018,
            "stop": 821801022
        },
        {
            "start": 821801025,
            "stop": 821801506
        },
        {
            "start": 821801509,
            "stop": 821801562
        },
        {
            "start": 821801565,
            "stop": 821801873
        },
        {
            "start": 821804220,
            "stop": 821804410
        },
        {
            "start": 821804414,
            "stop": 821804551
        },
        {
            "start": 821804554,
            "stop": 821804886
        },
        {
            "start": 821804889,
            "stop": 821805022
        },
        {
            "start": 821820062,
            "stop": 821820591
        },
        {
            "start": 821820594,
            "stop": 821820597
        },
        {
            "start": 821820600,
            "stop": 821820650
        },
        {
            "start": 821821581,
            "stop": 821822305
        },
        {
            "start": 821824292,
            "stop": 821824547
        }
    ]
}