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=40832
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=40833",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40831",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40832,
    "results": [
        {
            "start": 875040716,
            "stop": 875040728
        },
        {
            "start": 875040729,
            "stop": 875040730
        },
        {
            "start": 875040733,
            "stop": 875040743
        },
        {
            "start": 875040745,
            "stop": 875040752
        },
        {
            "start": 875040753,
            "stop": 875040802
        },
        {
            "start": 875040804,
            "stop": 875040809
        },
        {
            "start": 875040810,
            "stop": 875040811
        },
        {
            "start": 875040812,
            "stop": 875040816
        },
        {
            "start": 875040818,
            "stop": 875040838
        },
        {
            "start": 875040839,
            "stop": 875040847
        },
        {
            "start": 875040849,
            "stop": 875040901
        },
        {
            "start": 875040902,
            "stop": 875040917
        },
        {
            "start": 875040918,
            "stop": 875040944
        },
        {
            "start": 875040946,
            "stop": 875040953
        },
        {
            "start": 875040954,
            "stop": 875040970
        },
        {
            "start": 875040971,
            "stop": 875040995
        },
        {
            "start": 875040996,
            "stop": 875040998
        },
        {
            "start": 875040999,
            "stop": 875041008
        },
        {
            "start": 875041009,
            "stop": 875041029
        },
        {
            "start": 875041031,
            "stop": 875041050
        }
    ]
}