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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4942",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4940",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 4941,
    "results": [
        {
            "start": 874420663,
            "stop": 874420708
        },
        {
            "start": 874420716,
            "stop": 874420723
        },
        {
            "start": 874420733,
            "stop": 874420777
        },
        {
            "start": 874420785,
            "stop": 874420884
        },
        {
            "start": 874420891,
            "stop": 874420935
        },
        {
            "start": 874420942,
            "stop": 874421019
        },
        {
            "start": 874421031,
            "stop": 874421056
        },
        {
            "start": 874421067,
            "stop": 874421151
        },
        {
            "start": 874421158,
            "stop": 874421214
        },
        {
            "start": 874421221,
            "stop": 874421223
        },
        {
            "start": 874421230,
            "stop": 874421274
        },
        {
            "start": 874421281,
            "stop": 874421500
        },
        {
            "start": 874421512,
            "stop": 874421523
        },
        {
            "start": 874421530,
            "stop": 874421555
        },
        {
            "start": 874421563,
            "stop": 874421578
        },
        {
            "start": 874421586,
            "stop": 874421636
        },
        {
            "start": 874421643,
            "stop": 874421696
        },
        {
            "start": 874421703,
            "stop": 874421789
        },
        {
            "start": 874421796,
            "stop": 874421810
        },
        {
            "start": 874421817,
            "stop": 874421842
        }
    ]
}