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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=36",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=34",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 35,
    "results": [
        {
            "start": 1238190123,
            "stop": 1238190124
        },
        {
            "start": 1238190130,
            "stop": 1238190131
        },
        {
            "start": 1238190136,
            "stop": 1238190160
        },
        {
            "start": 1238190175,
            "stop": 1238190178
        },
        {
            "start": 1238190182,
            "stop": 1238190185
        },
        {
            "start": 1238190188,
            "stop": 1238190190
        },
        {
            "start": 1238190195,
            "stop": 1238190196
        },
        {
            "start": 1238190206,
            "stop": 1238190226
        },
        {
            "start": 1238190229,
            "stop": 1238190256
        },
        {
            "start": 1238190260,
            "stop": 1238190264
        },
        {
            "start": 1238190267,
            "stop": 1238190273
        },
        {
            "start": 1238190280,
            "stop": 1238190283
        },
        {
            "start": 1238190287,
            "stop": 1238190291
        },
        {
            "start": 1238190298,
            "stop": 1238190305
        },
        {
            "start": 1238190308,
            "stop": 1238190311
        },
        {
            "start": 1238190313,
            "stop": 1238190315
        },
        {
            "start": 1238190316,
            "stop": 1238190317
        },
        {
            "start": 1238190319,
            "stop": 1238190321
        },
        {
            "start": 1238190324,
            "stop": 1238190329
        },
        {
            "start": 1238190331,
            "stop": 1238190336
        }
    ]
}