Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=556
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=557",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=555",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 556,
    "results": [
        {
            "start": 1185387151,
            "stop": 1185387152
        },
        {
            "start": 1185387156,
            "stop": 1185387639
        },
        {
            "start": 1185387643,
            "stop": 1185387644
        },
        {
            "start": 1185387649,
            "stop": 1185387666
        },
        {
            "start": 1185387668,
            "stop": 1185387741
        },
        {
            "start": 1185387743,
            "stop": 1185388230
        },
        {
            "start": 1185388235,
            "stop": 1185388728
        },
        {
            "start": 1185388731,
            "stop": 1185388751
        },
        {
            "start": 1185388753,
            "stop": 1185388811
        },
        {
            "start": 1185388814,
            "stop": 1185388815
        },
        {
            "start": 1185388819,
            "stop": 1185388823
        },
        {
            "start": 1185388825,
            "stop": 1185388830
        },
        {
            "start": 1185388849,
            "stop": 1185388856
        },
        {
            "start": 1185388858,
            "stop": 1185388919
        },
        {
            "start": 1185388921,
            "stop": 1185388995
        },
        {
            "start": 1185388997,
            "stop": 1185389245
        },
        {
            "start": 1185389249,
            "stop": 1185389291
        },
        {
            "start": 1185389293,
            "stop": 1185389325
        },
        {
            "start": 1185389335,
            "stop": 1185389347
        },
        {
            "start": 1185389350,
            "stop": 1185389352
        }
    ]
}