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=5226
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=5227",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5225",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5226,
    "results": [
        {
            "start": 1136354733,
            "stop": 1136354848
        },
        {
            "start": 1136354850,
            "stop": 1136355086
        },
        {
            "start": 1136355088,
            "stop": 1136355125
        },
        {
            "start": 1136355127,
            "stop": 1136355246
        },
        {
            "start": 1136355248,
            "stop": 1136355283
        },
        {
            "start": 1136355285,
            "stop": 1136355295
        },
        {
            "start": 1136355297,
            "stop": 1136355734
        },
        {
            "start": 1136355736,
            "stop": 1136355887
        },
        {
            "start": 1136355889,
            "stop": 1136356147
        },
        {
            "start": 1136356149,
            "stop": 1136356255
        },
        {
            "start": 1136356257,
            "stop": 1136356437
        },
        {
            "start": 1136356439,
            "stop": 1136356503
        },
        {
            "start": 1136356505,
            "stop": 1136356616
        },
        {
            "start": 1136356618,
            "stop": 1136356839
        },
        {
            "start": 1136356841,
            "stop": 1136356853
        },
        {
            "start": 1136356855,
            "stop": 1136357024
        },
        {
            "start": 1136357025,
            "stop": 1136357200
        },
        {
            "start": 1136357202,
            "stop": 1136357253
        },
        {
            "start": 1136357255,
            "stop": 1136357333
        },
        {
            "start": 1136357335,
            "stop": 1136357372
        }
    ]
}