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=328
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=329",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=327",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 328,
    "results": [
        {
            "start": 1176768225,
            "stop": 1176768230
        },
        {
            "start": 1176768233,
            "stop": 1176768448
        },
        {
            "start": 1176768451,
            "stop": 1176768455
        },
        {
            "start": 1176768458,
            "stop": 1176768465
        },
        {
            "start": 1176768466,
            "stop": 1176777855
        },
        {
            "start": 1176785219,
            "stop": 1176785302
        },
        {
            "start": 1176785328,
            "stop": 1176788919
        },
        {
            "start": 1176788923,
            "stop": 1176793279
        },
        {
            "start": 1176793283,
            "stop": 1176797260
        },
        {
            "start": 1176797264,
            "stop": 1176810803
        },
        {
            "start": 1176812779,
            "stop": 1176830165
        },
        {
            "start": 1176830169,
            "stop": 1176830176
        },
        {
            "start": 1176830183,
            "stop": 1176830187
        },
        {
            "start": 1176830195,
            "stop": 1176830200
        },
        {
            "start": 1176830208,
            "stop": 1176830213
        },
        {
            "start": 1176830221,
            "stop": 1176830224
        },
        {
            "start": 1176830232,
            "stop": 1176830236
        },
        {
            "start": 1176830244,
            "stop": 1176830247
        },
        {
            "start": 1176830255,
            "stop": 1176830258
        },
        {
            "start": 1176830267,
            "stop": 1176830270
        }
    ]
}