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=538
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=539",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=537",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 538,
    "results": [
        {
            "start": 1184924993,
            "stop": 1184925041
        },
        {
            "start": 1184925045,
            "stop": 1184925051
        },
        {
            "start": 1184925054,
            "stop": 1184925062
        },
        {
            "start": 1184925065,
            "stop": 1184925116
        },
        {
            "start": 1184925164,
            "stop": 1184925166
        },
        {
            "start": 1184925168,
            "stop": 1184925248
        },
        {
            "start": 1184925250,
            "stop": 1184925352
        },
        {
            "start": 1184925354,
            "stop": 1184925358
        },
        {
            "start": 1184925360,
            "stop": 1184925405
        },
        {
            "start": 1184925411,
            "stop": 1184925416
        },
        {
            "start": 1184925418,
            "stop": 1184925420
        },
        {
            "start": 1184925439,
            "stop": 1184925442
        },
        {
            "start": 1184925444,
            "stop": 1184925456
        },
        {
            "start": 1184925459,
            "stop": 1184925471
        },
        {
            "start": 1184925473,
            "stop": 1184925605
        },
        {
            "start": 1184925607,
            "stop": 1184925718
        },
        {
            "start": 1184925720,
            "stop": 1184925762
        },
        {
            "start": 1184925780,
            "stop": 1184925781
        },
        {
            "start": 1184925784,
            "stop": 1184925785
        },
        {
            "start": 1184925803,
            "stop": 1184925804
        }
    ]
}