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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46905",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46903",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46904,
    "results": [
        {
            "start": 875177962,
            "stop": 875177980
        },
        {
            "start": 875177983,
            "stop": 875177990
        },
        {
            "start": 875177991,
            "stop": 875178054
        },
        {
            "start": 875178057,
            "stop": 875178063
        },
        {
            "start": 875178064,
            "stop": 875178070
        },
        {
            "start": 875178071,
            "stop": 875178177
        },
        {
            "start": 875178178,
            "stop": 875178200
        },
        {
            "start": 875178201,
            "stop": 875178240
        },
        {
            "start": 875178241,
            "stop": 875178352
        },
        {
            "start": 875178353,
            "stop": 875178480
        },
        {
            "start": 875178481,
            "stop": 875178559
        },
        {
            "start": 875178560,
            "stop": 875178701
        },
        {
            "start": 875178703,
            "stop": 875178748
        },
        {
            "start": 875178749,
            "stop": 875178757
        },
        {
            "start": 875178758,
            "stop": 875178828
        },
        {
            "start": 875178829,
            "stop": 875178918
        },
        {
            "start": 875178919,
            "stop": 875179086
        },
        {
            "start": 875179089,
            "stop": 875179142
        },
        {
            "start": 875179143,
            "stop": 875179148
        },
        {
            "start": 875179149,
            "stop": 875179223
        }
    ]
}