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=1684
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=1685",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1683",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1684,
    "results": [
        {
            "start": 1248878332,
            "stop": 1248878448
        },
        {
            "start": 1248878451,
            "stop": 1248878538
        },
        {
            "start": 1248878541,
            "stop": 1248878767
        },
        {
            "start": 1248878770,
            "stop": 1248879287
        },
        {
            "start": 1248879290,
            "stop": 1248882108
        },
        {
            "start": 1248882111,
            "stop": 1248884496
        },
        {
            "start": 1248884499,
            "stop": 1248887103
        },
        {
            "start": 1248887106,
            "stop": 1248888913
        },
        {
            "start": 1248888916,
            "stop": 1248888962
        },
        {
            "start": 1248888965,
            "stop": 1248890275
        },
        {
            "start": 1248890277,
            "stop": 1248890618
        },
        {
            "start": 1248890620,
            "stop": 1248891880
        },
        {
            "start": 1248891883,
            "stop": 1248892775
        },
        {
            "start": 1248892778,
            "stop": 1248893377
        },
        {
            "start": 1248893380,
            "stop": 1248893409
        },
        {
            "start": 1248893412,
            "stop": 1248894174
        },
        {
            "start": 1248894177,
            "stop": 1248895436
        },
        {
            "start": 1248895439,
            "stop": 1248895977
        },
        {
            "start": 1248895980,
            "stop": 1248897716
        },
        {
            "start": 1248897719,
            "stop": 1248900496
        }
    ]
}