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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=92",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=90",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 91,
    "results": [
        {
            "start": 824147689,
            "stop": 824147911
        },
        {
            "start": 824151404,
            "stop": 824151822
        },
        {
            "start": 824151892,
            "stop": 824152014
        },
        {
            "start": 824176898,
            "stop": 824179179
        },
        {
            "start": 824179180,
            "stop": 824179384
        },
        {
            "start": 824179386,
            "stop": 824181044
        },
        {
            "start": 824181570,
            "stop": 824181620
        },
        {
            "start": 824181621,
            "stop": 824189743
        },
        {
            "start": 824191131,
            "stop": 824198287
        },
        {
            "start": 824198289,
            "stop": 824198551
        },
        {
            "start": 824198553,
            "stop": 824198564
        },
        {
            "start": 824199021,
            "stop": 824200713
        },
        {
            "start": 824200715,
            "stop": 824200721
        },
        {
            "start": 824200723,
            "stop": 824214515
        },
        {
            "start": 824216069,
            "stop": 824225614
        },
        {
            "start": 824262359,
            "stop": 824262993
        },
        {
            "start": 824262995,
            "stop": 824265716
        },
        {
            "start": 824267217,
            "stop": 824272459
        },
        {
            "start": 824272461,
            "stop": 824280247
        },
        {
            "start": 824280249,
            "stop": 824283076
        }
    ]
}