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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1684",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1682",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1683,
    "results": [
        {
            "start": 1248863048,
            "stop": 1248863233
        },
        {
            "start": 1248863236,
            "stop": 1248863283
        },
        {
            "start": 1248863286,
            "stop": 1248863301
        },
        {
            "start": 1248863304,
            "stop": 1248863950
        },
        {
            "start": 1248863952,
            "stop": 1248864509
        },
        {
            "start": 1248864512,
            "stop": 1248864701
        },
        {
            "start": 1248864704,
            "stop": 1248865733
        },
        {
            "start": 1248865736,
            "stop": 1248866938
        },
        {
            "start": 1248866941,
            "stop": 1248866991
        },
        {
            "start": 1248866994,
            "stop": 1248867129
        },
        {
            "start": 1248867132,
            "stop": 1248868031
        },
        {
            "start": 1248868034,
            "stop": 1248868362
        },
        {
            "start": 1248868365,
            "stop": 1248868480
        },
        {
            "start": 1248868483,
            "stop": 1248868672
        },
        {
            "start": 1248876537,
            "stop": 1248876665
        },
        {
            "start": 1248876668,
            "stop": 1248877645
        },
        {
            "start": 1248877648,
            "stop": 1248877671
        },
        {
            "start": 1248877674,
            "stop": 1248877858
        },
        {
            "start": 1248877861,
            "stop": 1248877914
        },
        {
            "start": 1248877917,
            "stop": 1248878329
        }
    ]
}