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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=19",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=17",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 18,
    "results": [
        {
            "start": 931135785,
            "stop": 931135797
        },
        {
            "start": 931135798,
            "stop": 931135887
        },
        {
            "start": 931135888,
            "stop": 931135918
        },
        {
            "start": 931135920,
            "stop": 931135924
        },
        {
            "start": 931135934,
            "stop": 931135937
        },
        {
            "start": 931135940,
            "stop": 931135941
        },
        {
            "start": 931135943,
            "stop": 931135948
        },
        {
            "start": 931135950,
            "stop": 931135961
        },
        {
            "start": 931135971,
            "stop": 931135972
        },
        {
            "start": 931135976,
            "stop": 931135980
        },
        {
            "start": 931135982,
            "stop": 931135985
        },
        {
            "start": 931135987,
            "stop": 931136006
        },
        {
            "start": 931136007,
            "stop": 931136015
        },
        {
            "start": 931136018,
            "stop": 931136029
        },
        {
            "start": 931136032,
            "stop": 931136049
        },
        {
            "start": 931136053,
            "stop": 931136054
        },
        {
            "start": 931136055,
            "stop": 931136057
        },
        {
            "start": 931136059,
            "stop": 931136082
        },
        {
            "start": 931136084,
            "stop": 931136088
        },
        {
            "start": 931136089,
            "stop": 931136139
        }
    ]
}