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=5151
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=5152",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5150",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5151,
    "results": [
        {
            "start": 1136209414,
            "stop": 1136209423
        },
        {
            "start": 1136209425,
            "stop": 1136209430
        },
        {
            "start": 1136209432,
            "stop": 1136209445
        },
        {
            "start": 1136209447,
            "stop": 1136209448
        },
        {
            "start": 1136209450,
            "stop": 1136209452
        },
        {
            "start": 1136209457,
            "stop": 1136209483
        },
        {
            "start": 1136209485,
            "stop": 1136209506
        },
        {
            "start": 1136209508,
            "stop": 1136209520
        },
        {
            "start": 1136209522,
            "stop": 1136209534
        },
        {
            "start": 1136209536,
            "stop": 1136209542
        },
        {
            "start": 1136209544,
            "stop": 1136209558
        },
        {
            "start": 1136209560,
            "stop": 1136209563
        },
        {
            "start": 1136209565,
            "stop": 1136209567
        },
        {
            "start": 1136209569,
            "stop": 1136209572
        },
        {
            "start": 1136209574,
            "stop": 1136209592
        },
        {
            "start": 1136209594,
            "stop": 1136209595
        },
        {
            "start": 1136209598,
            "stop": 1136209613
        },
        {
            "start": 1136209615,
            "stop": 1136209627
        },
        {
            "start": 1136209629,
            "stop": 1136209640
        },
        {
            "start": 1136209642,
            "stop": 1136209649
        }
    ]
}