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/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=57
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=58",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=56",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 57,
    "results": [
        {
            "start": 1238272514,
            "stop": 1238272649
        },
        {
            "start": 1238272653,
            "stop": 1238272670
        },
        {
            "start": 1238272676,
            "stop": 1238272677
        },
        {
            "start": 1238272679,
            "stop": 1238272718
        },
        {
            "start": 1238272719,
            "stop": 1238273034
        },
        {
            "start": 1238273038,
            "stop": 1238273086
        },
        {
            "start": 1238273091,
            "stop": 1238273211
        },
        {
            "start": 1238273213,
            "stop": 1238273214
        },
        {
            "start": 1238273218,
            "stop": 1238273421
        },
        {
            "start": 1238273429,
            "stop": 1238273464
        },
        {
            "start": 1238273465,
            "stop": 1238273608
        },
        {
            "start": 1238273612,
            "stop": 1238273702
        },
        {
            "start": 1238273703,
            "stop": 1238273830
        },
        {
            "start": 1238273834,
            "stop": 1238273837
        },
        {
            "start": 1238273839,
            "stop": 1238273900
        },
        {
            "start": 1238273902,
            "stop": 1238274349
        },
        {
            "start": 1238274351,
            "stop": 1238274375
        },
        {
            "start": 1238274377,
            "stop": 1238274696
        },
        {
            "start": 1238274697,
            "stop": 1238275260
        },
        {
            "start": 1238275262,
            "stop": 1238275286
        }
    ]
}