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=251
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=252",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=250",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 251,
    "results": [
        {
            "start": 820935721,
            "stop": 820935804
        },
        {
            "start": 820935807,
            "stop": 820935832
        },
        {
            "start": 820935836,
            "stop": 820935865
        },
        {
            "start": 820935869,
            "stop": 820935887
        },
        {
            "start": 820935890,
            "stop": 820935892
        },
        {
            "start": 820935896,
            "stop": 820935902
        },
        {
            "start": 820935905,
            "stop": 820935920
        },
        {
            "start": 820935923,
            "stop": 820936105
        },
        {
            "start": 820936108,
            "stop": 820936126
        },
        {
            "start": 820936129,
            "stop": 820936246
        },
        {
            "start": 820936249,
            "stop": 820936303
        },
        {
            "start": 820936307,
            "stop": 820936429
        },
        {
            "start": 820936434,
            "stop": 820936550
        },
        {
            "start": 820936554,
            "stop": 820936572
        },
        {
            "start": 820936576,
            "stop": 820936624
        },
        {
            "start": 820936627,
            "stop": 820936716
        },
        {
            "start": 820936719,
            "stop": 820936803
        },
        {
            "start": 820936807,
            "stop": 820936843
        },
        {
            "start": 820936847,
            "stop": 820936902
        },
        {
            "start": 820936905,
            "stop": 820937068
        }
    ]
}