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/S6/timelines/H1_BURST_CAT3/segments?format=api&page=418
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=419",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=417",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 418,
    "results": [
        {
            "start": 932725420,
            "stop": 932725463
        },
        {
            "start": 932725464,
            "stop": 932725595
        },
        {
            "start": 932725598,
            "stop": 932725610
        },
        {
            "start": 932725613,
            "stop": 932725616
        },
        {
            "start": 932725617,
            "stop": 932725625
        },
        {
            "start": 932725628,
            "stop": 932725647
        },
        {
            "start": 932725648,
            "stop": 932725656
        },
        {
            "start": 932725658,
            "stop": 932725670
        },
        {
            "start": 932725673,
            "stop": 932725773
        },
        {
            "start": 932725774,
            "stop": 932725802
        },
        {
            "start": 932725803,
            "stop": 932725912
        },
        {
            "start": 932725913,
            "stop": 932725987
        },
        {
            "start": 932725988,
            "stop": 932726226
        },
        {
            "start": 932726228,
            "stop": 932726376
        },
        {
            "start": 932729381,
            "stop": 932729391
        },
        {
            "start": 932729394,
            "stop": 932729422
        },
        {
            "start": 932729424,
            "stop": 932729450
        },
        {
            "start": 932729453,
            "stop": 932729991
        },
        {
            "start": 932729993,
            "stop": 932730058
        },
        {
            "start": 932730059,
            "stop": 932730206
        }
    ]
}