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=5344
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=5345",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5343",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5344,
    "results": [
        {
            "start": 1136603790,
            "stop": 1136603799
        },
        {
            "start": 1136603801,
            "stop": 1136603821
        },
        {
            "start": 1136603823,
            "stop": 1136603828
        },
        {
            "start": 1136603830,
            "stop": 1136603926
        },
        {
            "start": 1136603928,
            "stop": 1136603929
        },
        {
            "start": 1136603931,
            "stop": 1136603960
        },
        {
            "start": 1136603962,
            "stop": 1136603969
        },
        {
            "start": 1136603971,
            "stop": 1136603984
        },
        {
            "start": 1136603986,
            "stop": 1136603988
        },
        {
            "start": 1136603991,
            "stop": 1136604020
        },
        {
            "start": 1136604024,
            "stop": 1136604028
        },
        {
            "start": 1136604030,
            "stop": 1136604044
        },
        {
            "start": 1136604046,
            "stop": 1136604051
        },
        {
            "start": 1136604053,
            "stop": 1136604072
        },
        {
            "start": 1136604074,
            "stop": 1136604075
        },
        {
            "start": 1136604077,
            "stop": 1136604103
        },
        {
            "start": 1136604107,
            "stop": 1136604136
        },
        {
            "start": 1136604138,
            "stop": 1136604147
        },
        {
            "start": 1136604149,
            "stop": 1136604184
        },
        {
            "start": 1136604186,
            "stop": 1136604199
        }
    ]
}