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=112
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=113",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=111",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 112,
    "results": [
        {
            "start": 931093633,
            "stop": 931093634
        },
        {
            "start": 931093635,
            "stop": 931093636
        },
        {
            "start": 931093638,
            "stop": 931093642
        },
        {
            "start": 931093643,
            "stop": 931093644
        },
        {
            "start": 931093645,
            "stop": 931093647
        },
        {
            "start": 931093648,
            "stop": 931093650
        },
        {
            "start": 931093652,
            "stop": 931093654
        },
        {
            "start": 931093655,
            "stop": 931093662
        },
        {
            "start": 931093665,
            "stop": 931093667
        },
        {
            "start": 931093668,
            "stop": 931093670
        },
        {
            "start": 931093672,
            "stop": 931093675
        },
        {
            "start": 931093677,
            "stop": 931093678
        },
        {
            "start": 931093679,
            "stop": 931093680
        },
        {
            "start": 931093681,
            "stop": 931093682
        },
        {
            "start": 931093686,
            "stop": 931093711
        },
        {
            "start": 931093713,
            "stop": 931093714
        },
        {
            "start": 931093715,
            "stop": 931093716
        },
        {
            "start": 931093719,
            "stop": 931093724
        },
        {
            "start": 931093725,
            "stop": 931093726
        },
        {
            "start": 931093727,
            "stop": 931093728
        }
    ]
}