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=792
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=793",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=791",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 792,
    "results": [
        {
            "start": 873027401,
            "stop": 873027406
        },
        {
            "start": 873027413,
            "stop": 873027421
        },
        {
            "start": 873027426,
            "stop": 873027432
        },
        {
            "start": 873027438,
            "stop": 873027443
        },
        {
            "start": 873027450,
            "stop": 873027456
        },
        {
            "start": 873027463,
            "stop": 873027469
        },
        {
            "start": 873027475,
            "stop": 873027482
        },
        {
            "start": 873027486,
            "stop": 873027494
        },
        {
            "start": 873027502,
            "stop": 873027507
        },
        {
            "start": 873027514,
            "stop": 873027520
        },
        {
            "start": 873027527,
            "stop": 873027533
        },
        {
            "start": 873027541,
            "stop": 873027545
        },
        {
            "start": 873027553,
            "stop": 873027558
        },
        {
            "start": 873027565,
            "stop": 873027571
        },
        {
            "start": 873027578,
            "stop": 873027584
        },
        {
            "start": 873027591,
            "stop": 873027596
        },
        {
            "start": 873027604,
            "stop": 873027610
        },
        {
            "start": 873027617,
            "stop": 873027623
        },
        {
            "start": 873027630,
            "stop": 873027637
        },
        {
            "start": 873027643,
            "stop": 873027649
        }
    ]
}