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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=44",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=42",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 43,
    "results": [
        {
            "start": 1238616777,
            "stop": 1238616834
        },
        {
            "start": 1238616837,
            "stop": 1238616890
        },
        {
            "start": 1238616893,
            "stop": 1238616903
        },
        {
            "start": 1238616906,
            "stop": 1238616912
        },
        {
            "start": 1238616915,
            "stop": 1238616959
        },
        {
            "start": 1238616960,
            "stop": 1238616962
        },
        {
            "start": 1238616963,
            "stop": 1238616982
        },
        {
            "start": 1238616985,
            "stop": 1238617074
        },
        {
            "start": 1238617077,
            "stop": 1238617150
        },
        {
            "start": 1238617153,
            "stop": 1238617159
        },
        {
            "start": 1238617162,
            "stop": 1238617172
        },
        {
            "start": 1238617175,
            "stop": 1238617183
        },
        {
            "start": 1238617187,
            "stop": 1238617193
        },
        {
            "start": 1238617194,
            "stop": 1238617224
        },
        {
            "start": 1238617228,
            "stop": 1238617271
        },
        {
            "start": 1238617274,
            "stop": 1238617292
        },
        {
            "start": 1238617293,
            "stop": 1238617297
        },
        {
            "start": 1238617298,
            "stop": 1238617301
        },
        {
            "start": 1238617304,
            "stop": 1238617317
        },
        {
            "start": 1238617318,
            "stop": 1238617321
        }
    ]
}