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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=458",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=456",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 457,
    "results": [
        {
            "start": 1183108359,
            "stop": 1183109341
        },
        {
            "start": 1183109343,
            "stop": 1183109878
        },
        {
            "start": 1183109881,
            "stop": 1183110177
        },
        {
            "start": 1183110180,
            "stop": 1183110185
        },
        {
            "start": 1183110188,
            "stop": 1183110700
        },
        {
            "start": 1183110702,
            "stop": 1183111616
        },
        {
            "start": 1183111618,
            "stop": 1183111664
        },
        {
            "start": 1183111666,
            "stop": 1183111675
        },
        {
            "start": 1183111677,
            "stop": 1183112022
        },
        {
            "start": 1183112024,
            "stop": 1183112054
        },
        {
            "start": 1183112056,
            "stop": 1183112564
        },
        {
            "start": 1183112566,
            "stop": 1183112577
        },
        {
            "start": 1183112579,
            "stop": 1183112726
        },
        {
            "start": 1183112729,
            "stop": 1183112863
        },
        {
            "start": 1183112869,
            "stop": 1183113002
        },
        {
            "start": 1183113005,
            "stop": 1183113006
        },
        {
            "start": 1183113009,
            "stop": 1183113030
        },
        {
            "start": 1183113032,
            "stop": 1183113090
        },
        {
            "start": 1183113092,
            "stop": 1183113406
        },
        {
            "start": 1183113408,
            "stop": 1183113492
        }
    ]
}