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/O3b/timelines/L1_BURST_CAT2/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/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=110",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=108",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 109,
    "results": [
        {
            "start": 1259655817,
            "stop": 1259656919
        },
        {
            "start": 1259656922,
            "stop": 1259657589
        },
        {
            "start": 1259657593,
            "stop": 1259657642
        },
        {
            "start": 1259657645,
            "stop": 1259660084
        },
        {
            "start": 1259660086,
            "stop": 1259662593
        },
        {
            "start": 1259662597,
            "stop": 1259663102
        },
        {
            "start": 1259663105,
            "stop": 1259664705
        },
        {
            "start": 1259664707,
            "stop": 1259665311
        },
        {
            "start": 1259665314,
            "stop": 1259668342
        },
        {
            "start": 1259668346,
            "stop": 1259668745
        },
        {
            "start": 1259668750,
            "stop": 1259669442
        },
        {
            "start": 1259669445,
            "stop": 1259670110
        },
        {
            "start": 1259670115,
            "stop": 1259674215
        },
        {
            "start": 1259674220,
            "stop": 1259675583
        },
        {
            "start": 1259675588,
            "stop": 1259675606
        },
        {
            "start": 1259675611,
            "stop": 1259675660
        },
        {
            "start": 1259675665,
            "stop": 1259675725
        },
        {
            "start": 1259675730,
            "stop": 1259675788
        },
        {
            "start": 1259675793,
            "stop": 1259675815
        },
        {
            "start": 1259675820,
            "stop": 1259675867
        }
    ]
}