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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=17",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=15",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 16,
    "results": [
        {
            "start": 815270084,
            "stop": 815270277
        },
        {
            "start": 815270280,
            "stop": 815270553
        },
        {
            "start": 815270556,
            "stop": 815270600
        },
        {
            "start": 815270603,
            "stop": 815271379
        },
        {
            "start": 815298136,
            "stop": 815298247
        },
        {
            "start": 815298251,
            "stop": 815298257
        },
        {
            "start": 815298260,
            "stop": 815298271
        },
        {
            "start": 815298275,
            "stop": 815298280
        },
        {
            "start": 815298308,
            "stop": 815298310
        },
        {
            "start": 815298318,
            "stop": 815298320
        },
        {
            "start": 815298328,
            "stop": 815298353
        },
        {
            "start": 815298385,
            "stop": 815298387
        },
        {
            "start": 815298420,
            "stop": 815298426
        },
        {
            "start": 815298436,
            "stop": 815298445
        },
        {
            "start": 815298448,
            "stop": 815298462
        },
        {
            "start": 815298465,
            "stop": 815298470
        },
        {
            "start": 815298484,
            "stop": 815298487
        },
        {
            "start": 815298493,
            "stop": 815298504
        },
        {
            "start": 815298527,
            "stop": 815298532
        },
        {
            "start": 815298547,
            "stop": 815298553
        }
    ]
}