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=5346
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=5347",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5345",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5346,
    "results": [
        {
            "start": 1136604614,
            "stop": 1136604682
        },
        {
            "start": 1136604684,
            "stop": 1136604801
        },
        {
            "start": 1136604803,
            "stop": 1136604804
        },
        {
            "start": 1136604806,
            "stop": 1136604810
        },
        {
            "start": 1136604813,
            "stop": 1136604818
        },
        {
            "start": 1136604820,
            "stop": 1136604821
        },
        {
            "start": 1136604823,
            "stop": 1136604830
        },
        {
            "start": 1136604832,
            "stop": 1136604840
        },
        {
            "start": 1136604842,
            "stop": 1136604877
        },
        {
            "start": 1136604879,
            "stop": 1136604895
        },
        {
            "start": 1136604897,
            "stop": 1136604898
        },
        {
            "start": 1136604900,
            "stop": 1136604913
        },
        {
            "start": 1136604915,
            "stop": 1136604931
        },
        {
            "start": 1136604933,
            "stop": 1136604987
        },
        {
            "start": 1136604989,
            "stop": 1136605008
        },
        {
            "start": 1136605010,
            "stop": 1136605029
        },
        {
            "start": 1136605031,
            "stop": 1136605097
        },
        {
            "start": 1136605099,
            "stop": 1136605126
        },
        {
            "start": 1136605128,
            "stop": 1136605130
        },
        {
            "start": 1136605132,
            "stop": 1136605164
        }
    ]
}