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=40847
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=40848",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40846",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40847,
    "results": [
        {
            "start": 875046666,
            "stop": 875046674
        },
        {
            "start": 875046676,
            "stop": 875046700
        },
        {
            "start": 875046702,
            "stop": 875046770
        },
        {
            "start": 875046772,
            "stop": 875046775
        },
        {
            "start": 875046777,
            "stop": 875046781
        },
        {
            "start": 875046783,
            "stop": 875046796
        },
        {
            "start": 875046798,
            "stop": 875046802
        },
        {
            "start": 875046804,
            "stop": 875046821
        },
        {
            "start": 875046822,
            "stop": 875046823
        },
        {
            "start": 875046825,
            "stop": 875046838
        },
        {
            "start": 875046839,
            "stop": 875046845
        },
        {
            "start": 875046846,
            "stop": 875046863
        },
        {
            "start": 875046864,
            "stop": 875046868
        },
        {
            "start": 875046870,
            "stop": 875046891
        },
        {
            "start": 875046892,
            "stop": 875046900
        },
        {
            "start": 875046901,
            "stop": 875046907
        },
        {
            "start": 875046911,
            "stop": 875046914
        },
        {
            "start": 875046916,
            "stop": 875046925
        },
        {
            "start": 875046926,
            "stop": 875046928
        },
        {
            "start": 875046931,
            "stop": 875046937
        }
    ]
}