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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=107",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=105",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 106,
    "results": [
        {
            "start": 931092644,
            "stop": 931092648
        },
        {
            "start": 931092651,
            "stop": 931092658
        },
        {
            "start": 931092659,
            "stop": 931092660
        },
        {
            "start": 931092661,
            "stop": 931092662
        },
        {
            "start": 931092663,
            "stop": 931092668
        },
        {
            "start": 931092669,
            "stop": 931092670
        },
        {
            "start": 931092673,
            "stop": 931092675
        },
        {
            "start": 931092678,
            "stop": 931092680
        },
        {
            "start": 931092681,
            "stop": 931092685
        },
        {
            "start": 931092690,
            "stop": 931092691
        },
        {
            "start": 931092692,
            "stop": 931092698
        },
        {
            "start": 931092699,
            "stop": 931092702
        },
        {
            "start": 931092704,
            "stop": 931092705
        },
        {
            "start": 931092707,
            "stop": 931092714
        },
        {
            "start": 931092716,
            "stop": 931092723
        },
        {
            "start": 931092726,
            "stop": 931092729
        },
        {
            "start": 931092731,
            "stop": 931092734
        },
        {
            "start": 931092736,
            "stop": 931092739
        },
        {
            "start": 931092740,
            "stop": 931092742
        },
        {
            "start": 931092744,
            "stop": 931092747
        }
    ]
}