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=54
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=55",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=53",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 54,
    "results": [
        {
            "start": 1238266273,
            "stop": 1238266326
        },
        {
            "start": 1238266331,
            "stop": 1238266404
        },
        {
            "start": 1238266405,
            "stop": 1238266452
        },
        {
            "start": 1238266455,
            "stop": 1238266608
        },
        {
            "start": 1238266609,
            "stop": 1238266827
        },
        {
            "start": 1238266828,
            "stop": 1238267502
        },
        {
            "start": 1238267505,
            "stop": 1238267528
        },
        {
            "start": 1238267529,
            "stop": 1238267534
        },
        {
            "start": 1238267539,
            "stop": 1238267578
        },
        {
            "start": 1238267579,
            "stop": 1238267600
        },
        {
            "start": 1238267601,
            "stop": 1238267641
        },
        {
            "start": 1238267643,
            "stop": 1238267685
        },
        {
            "start": 1238267692,
            "stop": 1238267788
        },
        {
            "start": 1238267790,
            "stop": 1238267865
        },
        {
            "start": 1238267866,
            "stop": 1238267868
        },
        {
            "start": 1238267875,
            "stop": 1238267923
        },
        {
            "start": 1238267927,
            "stop": 1238268308
        },
        {
            "start": 1238268309,
            "stop": 1238268363
        },
        {
            "start": 1238268367,
            "stop": 1238268466
        },
        {
            "start": 1238268467,
            "stop": 1238268496
        }
    ]
}