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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=257",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=255",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 256,
    "results": [
        {
            "start": 1136460378,
            "stop": 1136460383
        },
        {
            "start": 1136460386,
            "stop": 1136460398
        },
        {
            "start": 1136460401,
            "stop": 1136460422
        },
        {
            "start": 1136460425,
            "stop": 1136460454
        },
        {
            "start": 1136460457,
            "stop": 1136460462
        },
        {
            "start": 1136460465,
            "stop": 1136460481
        },
        {
            "start": 1136460484,
            "stop": 1136460494
        },
        {
            "start": 1136460497,
            "stop": 1136460517
        },
        {
            "start": 1136460520,
            "stop": 1136460576
        },
        {
            "start": 1136460579,
            "stop": 1136460584
        },
        {
            "start": 1136460587,
            "stop": 1136460603
        },
        {
            "start": 1136460606,
            "stop": 1136460669
        },
        {
            "start": 1136460672,
            "stop": 1136460676
        },
        {
            "start": 1136460679,
            "stop": 1136460700
        },
        {
            "start": 1136460703,
            "stop": 1136460711
        },
        {
            "start": 1136460714,
            "stop": 1136460738
        },
        {
            "start": 1136460741,
            "stop": 1136460742
        },
        {
            "start": 1136460745,
            "stop": 1136460757
        },
        {
            "start": 1136460760,
            "stop": 1136460767
        },
        {
            "start": 1136460770,
            "stop": 1136460789
        }
    ]
}