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=5241
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=5242",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5240",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5241,
    "results": [
        {
            "start": 1136382660,
            "stop": 1136382686
        },
        {
            "start": 1136382688,
            "stop": 1136382731
        },
        {
            "start": 1136382734,
            "stop": 1136382740
        },
        {
            "start": 1136382742,
            "stop": 1136382793
        },
        {
            "start": 1136382795,
            "stop": 1136382862
        },
        {
            "start": 1136382864,
            "stop": 1136382889
        },
        {
            "start": 1136382891,
            "stop": 1136382917
        },
        {
            "start": 1136382919,
            "stop": 1136382930
        },
        {
            "start": 1136382933,
            "stop": 1136382949
        },
        {
            "start": 1136382951,
            "stop": 1136382980
        },
        {
            "start": 1136382982,
            "stop": 1136382995
        },
        {
            "start": 1136382997,
            "stop": 1136383004
        },
        {
            "start": 1136383006,
            "stop": 1136383011
        },
        {
            "start": 1136383013,
            "stop": 1136383027
        },
        {
            "start": 1136383029,
            "stop": 1136383168
        },
        {
            "start": 1136383170,
            "stop": 1136383230
        },
        {
            "start": 1136383232,
            "stop": 1136383236
        },
        {
            "start": 1136383238,
            "stop": 1136383261
        },
        {
            "start": 1136383263,
            "stop": 1136383276
        },
        {
            "start": 1136383278,
            "stop": 1136383299
        }
    ]
}