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=40959
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=40960",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40958",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40959,
    "results": [
        {
            "start": 875123823,
            "stop": 875123842
        },
        {
            "start": 875123843,
            "stop": 875123883
        },
        {
            "start": 875123885,
            "stop": 875123889
        },
        {
            "start": 875123890,
            "stop": 875123893
        },
        {
            "start": 875123895,
            "stop": 875123936
        },
        {
            "start": 875123937,
            "stop": 875123990
        },
        {
            "start": 875123991,
            "stop": 875124010
        },
        {
            "start": 875124012,
            "stop": 875124048
        },
        {
            "start": 875124050,
            "stop": 875124084
        },
        {
            "start": 875124085,
            "stop": 875124120
        },
        {
            "start": 875124121,
            "stop": 875124150
        },
        {
            "start": 875124152,
            "stop": 875124159
        },
        {
            "start": 875124160,
            "stop": 875124181
        },
        {
            "start": 875124182,
            "stop": 875124202
        },
        {
            "start": 875124204,
            "stop": 875124223
        },
        {
            "start": 875124225,
            "stop": 875124266
        },
        {
            "start": 875124267,
            "stop": 875124287
        },
        {
            "start": 875124288,
            "stop": 875124372
        },
        {
            "start": 875124373,
            "stop": 875124420
        },
        {
            "start": 875124480,
            "stop": 875124500
        }
    ]
}