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=80
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=81",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=79",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 80,
    "results": [
        {
            "start": 931087857,
            "stop": 931087860
        },
        {
            "start": 931087862,
            "stop": 931087874
        },
        {
            "start": 931087875,
            "stop": 931087877
        },
        {
            "start": 931087878,
            "stop": 931087886
        },
        {
            "start": 931087887,
            "stop": 931087890
        },
        {
            "start": 931087899,
            "stop": 931087903
        },
        {
            "start": 931087904,
            "stop": 931087907
        },
        {
            "start": 931087908,
            "stop": 931087910
        },
        {
            "start": 931087913,
            "stop": 931087915
        },
        {
            "start": 931087916,
            "stop": 931087921
        },
        {
            "start": 931087926,
            "stop": 931087930
        },
        {
            "start": 931087934,
            "stop": 931087936
        },
        {
            "start": 931087937,
            "stop": 931087943
        },
        {
            "start": 931087947,
            "stop": 931087949
        },
        {
            "start": 931087953,
            "stop": 931087955
        },
        {
            "start": 931087956,
            "stop": 931087962
        },
        {
            "start": 931087963,
            "stop": 931087964
        },
        {
            "start": 931087966,
            "stop": 931087970
        },
        {
            "start": 931087973,
            "stop": 931087974
        },
        {
            "start": 931087976,
            "stop": 931087977
        }
    ]
}