Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5349
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5350",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5348",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5349,
    "results": [
        {
            "start": 1136608853,
            "stop": 1136608875
        },
        {
            "start": 1136608877,
            "stop": 1136608899
        },
        {
            "start": 1136608901,
            "stop": 1136608961
        },
        {
            "start": 1136608963,
            "stop": 1136608967
        },
        {
            "start": 1136608969,
            "stop": 1136609043
        },
        {
            "start": 1136609045,
            "stop": 1136609074
        },
        {
            "start": 1136609076,
            "stop": 1136609086
        },
        {
            "start": 1136609088,
            "stop": 1136609096
        },
        {
            "start": 1136609098,
            "stop": 1136609108
        },
        {
            "start": 1136609110,
            "stop": 1136609119
        },
        {
            "start": 1136609121,
            "stop": 1136609129
        },
        {
            "start": 1136609131,
            "stop": 1136609134
        },
        {
            "start": 1136609136,
            "stop": 1136609140
        },
        {
            "start": 1136609142,
            "stop": 1136609158
        },
        {
            "start": 1136609160,
            "stop": 1136609180
        },
        {
            "start": 1136609182,
            "stop": 1136609187
        },
        {
            "start": 1136609189,
            "stop": 1136609193
        },
        {
            "start": 1136609195,
            "stop": 1136609223
        },
        {
            "start": 1136609225,
            "stop": 1136609252
        },
        {
            "start": 1136609254,
            "stop": 1136609258
        }
    ]
}