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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=691",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=689",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 690,
    "results": [
        {
            "start": 856323656,
            "stop": 856323662
        },
        {
            "start": 856323665,
            "stop": 856323667
        },
        {
            "start": 856323672,
            "stop": 856323677
        },
        {
            "start": 856323680,
            "stop": 856323684
        },
        {
            "start": 856323689,
            "stop": 856323691
        },
        {
            "start": 856323696,
            "stop": 856323700
        },
        {
            "start": 856323703,
            "stop": 856323709
        },
        {
            "start": 856325321,
            "stop": 856331079
        },
        {
            "start": 856331725,
            "stop": 856365453
        },
        {
            "start": 856365456,
            "stop": 856382980
        },
        {
            "start": 856384260,
            "stop": 856396249
        },
        {
            "start": 856397086,
            "stop": 856401834
        },
        {
            "start": 856402590,
            "stop": 856410982
        },
        {
            "start": 856411648,
            "stop": 856414746
        },
        {
            "start": 856415480,
            "stop": 856436319
        },
        {
            "start": 856439173,
            "stop": 856448582
        },
        {
            "start": 856448584,
            "stop": 856450769
        },
        {
            "start": 856454285,
            "stop": 856466305
        },
        {
            "start": 856467690,
            "stop": 856470788
        },
        {
            "start": 856472054,
            "stop": 856500878
        }
    ]
}