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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=38",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=36",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 37,
    "results": [
        {
            "start": 820894217,
            "stop": 820894229
        },
        {
            "start": 820894232,
            "stop": 820894238
        },
        {
            "start": 820894242,
            "stop": 820894282
        },
        {
            "start": 820894286,
            "stop": 820894296
        },
        {
            "start": 820894300,
            "stop": 820894330
        },
        {
            "start": 820894340,
            "stop": 820894346
        },
        {
            "start": 820894365,
            "stop": 820894371
        },
        {
            "start": 820894399,
            "stop": 820894409
        },
        {
            "start": 820894418,
            "stop": 820894429
        },
        {
            "start": 820894438,
            "stop": 820894454
        },
        {
            "start": 820894457,
            "stop": 820894468
        },
        {
            "start": 820894472,
            "stop": 820894507
        },
        {
            "start": 820894510,
            "stop": 820894516
        },
        {
            "start": 820894520,
            "stop": 820894530
        },
        {
            "start": 820894549,
            "stop": 820894615
        },
        {
            "start": 820894619,
            "stop": 820894688
        },
        {
            "start": 820894691,
            "stop": 820894711
        },
        {
            "start": 820894715,
            "stop": 820894774
        },
        {
            "start": 820894779,
            "stop": 820894847
        },
        {
            "start": 820894851,
            "stop": 820894857
        }
    ]
}