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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=249",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=247",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 248,
    "results": [
        {
            "start": 1173957439,
            "stop": 1173958412
        },
        {
            "start": 1173958414,
            "stop": 1173958866
        },
        {
            "start": 1173958868,
            "stop": 1173959475
        },
        {
            "start": 1173959477,
            "stop": 1173960425
        },
        {
            "start": 1173960427,
            "stop": 1173961485
        },
        {
            "start": 1173961487,
            "stop": 1173962475
        },
        {
            "start": 1173962477,
            "stop": 1173963536
        },
        {
            "start": 1173963538,
            "stop": 1173964511
        },
        {
            "start": 1173964513,
            "stop": 1173965501
        },
        {
            "start": 1173965503,
            "stop": 1173966465
        },
        {
            "start": 1173966467,
            "stop": 1173967898
        },
        {
            "start": 1173967900,
            "stop": 1173968908
        },
        {
            "start": 1173968910,
            "stop": 1173969864
        },
        {
            "start": 1173969866,
            "stop": 1173970801
        },
        {
            "start": 1173970803,
            "stop": 1173971186
        },
        {
            "start": 1173971190,
            "stop": 1173971874
        },
        {
            "start": 1173971876,
            "stop": 1173972810
        },
        {
            "start": 1173972812,
            "stop": 1173974059
        },
        {
            "start": 1173974061,
            "stop": 1173975299
        },
        {
            "start": 1173975301,
            "stop": 1173976408
        }
    ]
}