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=107
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=108",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=106",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 107,
    "results": [
        {
            "start": 931092748,
            "stop": 931092754
        },
        {
            "start": 931092755,
            "stop": 931092756
        },
        {
            "start": 931092758,
            "stop": 931092760
        },
        {
            "start": 931092761,
            "stop": 931092765
        },
        {
            "start": 931092766,
            "stop": 931092770
        },
        {
            "start": 931092774,
            "stop": 931092784
        },
        {
            "start": 931092785,
            "stop": 931092792
        },
        {
            "start": 931092794,
            "stop": 931092796
        },
        {
            "start": 931092799,
            "stop": 931092801
        },
        {
            "start": 931092803,
            "stop": 931092804
        },
        {
            "start": 931092805,
            "stop": 931092806
        },
        {
            "start": 931092807,
            "stop": 931092812
        },
        {
            "start": 931092813,
            "stop": 931092818
        },
        {
            "start": 931092819,
            "stop": 931092829
        },
        {
            "start": 931092832,
            "stop": 931092848
        },
        {
            "start": 931092849,
            "stop": 931092855
        },
        {
            "start": 931092857,
            "stop": 931092859
        },
        {
            "start": 931092866,
            "stop": 931092869
        },
        {
            "start": 931092871,
            "stop": 931092873
        },
        {
            "start": 931092875,
            "stop": 931092883
        }
    ]
}