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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT2/segments?format=api&page=363",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT2/segments?format=api&page=361",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 362,
    "results": [
        {
            "start": 1177530106,
            "stop": 1177530855
        },
        {
            "start": 1177530860,
            "stop": 1177530867
        },
        {
            "start": 1177530871,
            "stop": 1177530878
        },
        {
            "start": 1177530881,
            "stop": 1177530904
        },
        {
            "start": 1177530909,
            "stop": 1177530915
        },
        {
            "start": 1177530920,
            "stop": 1177531559
        },
        {
            "start": 1177531564,
            "stop": 1177531572
        },
        {
            "start": 1177531578,
            "stop": 1177532637
        },
        {
            "start": 1177532641,
            "stop": 1177532753
        },
        {
            "start": 1177532756,
            "stop": 1177533654
        },
        {
            "start": 1177533658,
            "stop": 1177533665
        },
        {
            "start": 1177533670,
            "stop": 1177533832
        },
        {
            "start": 1177533836,
            "stop": 1177533889
        },
        {
            "start": 1177533891,
            "stop": 1177534833
        },
        {
            "start": 1177534835,
            "stop": 1177535153
        },
        {
            "start": 1177535158,
            "stop": 1177535164
        },
        {
            "start": 1177535170,
            "stop": 1177535175
        },
        {
            "start": 1177535182,
            "stop": 1177535186
        },
        {
            "start": 1177535194,
            "stop": 1177535199
        },
        {
            "start": 1177535207,
            "stop": 1177535212
        }
    ]
}