Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=283
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=284",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=282",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 283,
    "results": [
        {
            "start": 931172864,
            "stop": 931172865
        },
        {
            "start": 931172866,
            "stop": 931172870
        },
        {
            "start": 931172872,
            "stop": 931172873
        },
        {
            "start": 931172875,
            "stop": 931172877
        },
        {
            "start": 931172880,
            "stop": 931172882
        },
        {
            "start": 931172885,
            "stop": 931172888
        },
        {
            "start": 931172889,
            "stop": 931172897
        },
        {
            "start": 931172898,
            "stop": 931172899
        },
        {
            "start": 931172900,
            "stop": 931172903
        },
        {
            "start": 931172904,
            "stop": 931172907
        },
        {
            "start": 931172908,
            "stop": 931172912
        },
        {
            "start": 931172915,
            "stop": 931172920
        },
        {
            "start": 931172921,
            "stop": 931172924
        },
        {
            "start": 931172925,
            "stop": 931172928
        },
        {
            "start": 931172929,
            "stop": 931172930
        },
        {
            "start": 931172932,
            "stop": 931172933
        },
        {
            "start": 931172935,
            "stop": 931172936
        },
        {
            "start": 931172939,
            "stop": 931172942
        },
        {
            "start": 931172943,
            "stop": 931172947
        },
        {
            "start": 931172948,
            "stop": 931172954
        }
    ]
}