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=41057
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=41058",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41056",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41057,
    "results": [
        {
            "start": 875201572,
            "stop": 875201597
        },
        {
            "start": 875201598,
            "stop": 875201613
        },
        {
            "start": 875201614,
            "stop": 875201619
        },
        {
            "start": 875201620,
            "stop": 875201646
        },
        {
            "start": 875201648,
            "stop": 875201716
        },
        {
            "start": 875201717,
            "stop": 875201739
        },
        {
            "start": 875201741,
            "stop": 875201742
        },
        {
            "start": 875201743,
            "stop": 875201754
        },
        {
            "start": 875201755,
            "stop": 875201761
        },
        {
            "start": 875201763,
            "stop": 875201772
        },
        {
            "start": 875201773,
            "stop": 875201796
        },
        {
            "start": 875201798,
            "stop": 875201811
        },
        {
            "start": 875201812,
            "stop": 875201824
        },
        {
            "start": 875201825,
            "stop": 875201828
        },
        {
            "start": 875201830,
            "stop": 875201870
        },
        {
            "start": 875201872,
            "stop": 875201909
        },
        {
            "start": 875201910,
            "stop": 875201915
        },
        {
            "start": 875201916,
            "stop": 875201923
        },
        {
            "start": 875201925,
            "stop": 875201986
        },
        {
            "start": 875201988,
            "stop": 875202007
        }
    ]
}