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=40651
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=40652",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40650",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40651,
    "results": [
        {
            "start": 874916547,
            "stop": 874916567
        },
        {
            "start": 874916568,
            "stop": 874916573
        },
        {
            "start": 874916574,
            "stop": 874916594
        },
        {
            "start": 874916595,
            "stop": 874916609
        },
        {
            "start": 874916611,
            "stop": 874916673
        },
        {
            "start": 874916674,
            "stop": 874916676
        },
        {
            "start": 874916677,
            "stop": 874916685
        },
        {
            "start": 874916687,
            "stop": 874916723
        },
        {
            "start": 874916725,
            "stop": 874916729
        },
        {
            "start": 874916730,
            "stop": 874916736
        },
        {
            "start": 874916740,
            "stop": 874916753
        },
        {
            "start": 874916754,
            "stop": 874916759
        },
        {
            "start": 874916760,
            "stop": 874916780
        },
        {
            "start": 874916781,
            "stop": 874916797
        },
        {
            "start": 874916800,
            "stop": 874916819
        },
        {
            "start": 874916820,
            "stop": 874916853
        },
        {
            "start": 874916855,
            "stop": 874916869
        },
        {
            "start": 874916870,
            "stop": 874916878
        },
        {
            "start": 874916879,
            "stop": 874916883
        },
        {
            "start": 874916885,
            "stop": 874916889
        }
    ]
}