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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46757",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46755",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46756,
    "results": [
        {
            "start": 875083616,
            "stop": 875083644
        },
        {
            "start": 875083645,
            "stop": 875083655
        },
        {
            "start": 875083656,
            "stop": 875083659
        },
        {
            "start": 875083662,
            "stop": 875083685
        },
        {
            "start": 875083686,
            "stop": 875083701
        },
        {
            "start": 875083702,
            "stop": 875083744
        },
        {
            "start": 875083747,
            "stop": 875083855
        },
        {
            "start": 875083858,
            "stop": 875083863
        },
        {
            "start": 875083865,
            "stop": 875083873
        },
        {
            "start": 875083874,
            "stop": 875083890
        },
        {
            "start": 875083891,
            "stop": 875083910
        },
        {
            "start": 875083912,
            "stop": 875083915
        },
        {
            "start": 875083916,
            "stop": 875083925
        },
        {
            "start": 875083926,
            "stop": 875083975
        },
        {
            "start": 875083976,
            "stop": 875083984
        },
        {
            "start": 875083985,
            "stop": 875084024
        },
        {
            "start": 875084027,
            "stop": 875084043
        },
        {
            "start": 875084044,
            "stop": 875084067
        },
        {
            "start": 875084069,
            "stop": 875084099
        },
        {
            "start": 875084100,
            "stop": 875084105
        }
    ]
}