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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1837",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1835",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1836,
    "results": [
        {
            "start": 1250418382,
            "stop": 1250419701
        },
        {
            "start": 1250419704,
            "stop": 1250424060
        },
        {
            "start": 1250424068,
            "stop": 1250424519
        },
        {
            "start": 1250424522,
            "stop": 1250424965
        },
        {
            "start": 1250424968,
            "stop": 1250425383
        },
        {
            "start": 1250425386,
            "stop": 1250427751
        },
        {
            "start": 1250427753,
            "stop": 1250428222
        },
        {
            "start": 1250428225,
            "stop": 1250428240
        },
        {
            "start": 1250428243,
            "stop": 1250428462
        },
        {
            "start": 1250428465,
            "stop": 1250428671
        },
        {
            "start": 1250428674,
            "stop": 1250429003
        },
        {
            "start": 1250429006,
            "stop": 1250429319
        },
        {
            "start": 1250429322,
            "stop": 1250429979
        },
        {
            "start": 1250429982,
            "stop": 1250430000
        },
        {
            "start": 1250430003,
            "stop": 1250430711
        },
        {
            "start": 1250430714,
            "stop": 1250431551
        },
        {
            "start": 1250431554,
            "stop": 1250432633
        },
        {
            "start": 1250432635,
            "stop": 1250433410
        },
        {
            "start": 1250433413,
            "stop": 1250435227
        },
        {
            "start": 1250435229,
            "stop": 1250436601
        }
    ]
}