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=5242
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=5243",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5241",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5242,
    "results": [
        {
            "start": 1136383301,
            "stop": 1136383369
        },
        {
            "start": 1136383371,
            "stop": 1136383443
        },
        {
            "start": 1136383445,
            "stop": 1136383451
        },
        {
            "start": 1136383453,
            "stop": 1136383495
        },
        {
            "start": 1136383497,
            "stop": 1136383559
        },
        {
            "start": 1136383561,
            "stop": 1136383581
        },
        {
            "start": 1136383583,
            "stop": 1136383710
        },
        {
            "start": 1136383712,
            "stop": 1136383719
        },
        {
            "start": 1136383721,
            "stop": 1136383763
        },
        {
            "start": 1136383764,
            "stop": 1136383777
        },
        {
            "start": 1136383779,
            "stop": 1136383786
        },
        {
            "start": 1136383788,
            "stop": 1136383815
        },
        {
            "start": 1136383817,
            "stop": 1136383830
        },
        {
            "start": 1136383832,
            "stop": 1136383841
        },
        {
            "start": 1136383843,
            "stop": 1136383914
        },
        {
            "start": 1136383916,
            "stop": 1136384068
        },
        {
            "start": 1136384070,
            "stop": 1136384073
        },
        {
            "start": 1136384075,
            "stop": 1136384094
        },
        {
            "start": 1136384096,
            "stop": 1136384123
        },
        {
            "start": 1136384125,
            "stop": 1136384310
        }
    ]
}