Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=109
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=110",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=108",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 109,
    "results": [
        {
            "start": 1131151455,
            "stop": 1131151526
        },
        {
            "start": 1131151527,
            "stop": 1131151542
        },
        {
            "start": 1131151543,
            "stop": 1131151553
        },
        {
            "start": 1131151554,
            "stop": 1131151622
        },
        {
            "start": 1131151623,
            "stop": 1131151644
        },
        {
            "start": 1131151645,
            "stop": 1131151653
        },
        {
            "start": 1131151654,
            "stop": 1131151676
        },
        {
            "start": 1131151677,
            "stop": 1131151678
        },
        {
            "start": 1131151680,
            "stop": 1131151692
        },
        {
            "start": 1131151693,
            "stop": 1131151696
        },
        {
            "start": 1131151697,
            "stop": 1131151710
        },
        {
            "start": 1131151711,
            "stop": 1131151714
        },
        {
            "start": 1131151715,
            "stop": 1131151722
        },
        {
            "start": 1131151723,
            "stop": 1131151739
        },
        {
            "start": 1131151740,
            "stop": 1131151742
        },
        {
            "start": 1131151743,
            "stop": 1131151791
        },
        {
            "start": 1131151792,
            "stop": 1131151812
        },
        {
            "start": 1131151813,
            "stop": 1131151877
        },
        {
            "start": 1131151878,
            "stop": 1131151884
        },
        {
            "start": 1131151885,
            "stop": 1131151888
        }
    ]
}