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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=630",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=628",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 629,
    "results": [
        {
            "start": 1263399931,
            "stop": 1263400545
        },
        {
            "start": 1263400548,
            "stop": 1263403869
        },
        {
            "start": 1263403872,
            "stop": 1263403890
        },
        {
            "start": 1263403895,
            "stop": 1263404003
        },
        {
            "start": 1263404006,
            "stop": 1263404478
        },
        {
            "start": 1263404482,
            "stop": 1263404601
        },
        {
            "start": 1263404603,
            "stop": 1263405158
        },
        {
            "start": 1263405166,
            "stop": 1263405309
        },
        {
            "start": 1263405312,
            "stop": 1263405878
        },
        {
            "start": 1263405881,
            "stop": 1263406888
        },
        {
            "start": 1263406890,
            "stop": 1263407798
        },
        {
            "start": 1263407801,
            "stop": 1263407956
        },
        {
            "start": 1263407959,
            "stop": 1263408325
        },
        {
            "start": 1263408333,
            "stop": 1263408364
        },
        {
            "start": 1263408367,
            "stop": 1263409348
        },
        {
            "start": 1263409351,
            "stop": 1263410099
        },
        {
            "start": 1263410108,
            "stop": 1263411845
        },
        {
            "start": 1263411846,
            "stop": 1263414087
        },
        {
            "start": 1263414090,
            "stop": 1263416377
        },
        {
            "start": 1263416380,
            "stop": 1263419051
        }
    ]
}