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=5057
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=5058",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5056",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5057,
    "results": [
        {
            "start": 874605480,
            "stop": 874605520
        },
        {
            "start": 874605531,
            "stop": 874605553
        },
        {
            "start": 874605566,
            "stop": 874605569
        },
        {
            "start": 874605581,
            "stop": 874605598
        },
        {
            "start": 874605611,
            "stop": 874605618
        },
        {
            "start": 874605626,
            "stop": 874605635
        },
        {
            "start": 874605646,
            "stop": 874605656
        },
        {
            "start": 874605664,
            "stop": 874605667
        },
        {
            "start": 874605675,
            "stop": 874605687
        },
        {
            "start": 874605730,
            "stop": 874605735
        },
        {
            "start": 874605748,
            "stop": 874605751
        },
        {
            "start": 874605760,
            "stop": 874605763
        },
        {
            "start": 874605770,
            "stop": 874605781
        },
        {
            "start": 874605794,
            "stop": 874605815
        },
        {
            "start": 874605828,
            "stop": 874605838
        },
        {
            "start": 874605845,
            "stop": 874605850
        },
        {
            "start": 874605858,
            "stop": 874605876
        },
        {
            "start": 874605884,
            "stop": 874605912
        },
        {
            "start": 874605930,
            "stop": 874605931
        },
        {
            "start": 874605938,
            "stop": 874605941
        }
    ]
}