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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5160",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5158",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5159,
    "results": [
        {
            "start": 1136997841,
            "stop": 1136997844
        },
        {
            "start": 1136997846,
            "stop": 1136997854
        },
        {
            "start": 1136997856,
            "stop": 1136997863
        },
        {
            "start": 1136997864,
            "stop": 1136997881
        },
        {
            "start": 1136997883,
            "stop": 1136997897
        },
        {
            "start": 1136997899,
            "stop": 1136997917
        },
        {
            "start": 1136997919,
            "stop": 1136997958
        },
        {
            "start": 1136997960,
            "stop": 1136997969
        },
        {
            "start": 1136997971,
            "stop": 1136997983
        },
        {
            "start": 1136997985,
            "stop": 1136997993
        },
        {
            "start": 1136997995,
            "stop": 1136998009
        },
        {
            "start": 1136998011,
            "stop": 1136998017
        },
        {
            "start": 1136998019,
            "stop": 1136998028
        },
        {
            "start": 1136998030,
            "stop": 1136998058
        },
        {
            "start": 1136998060,
            "stop": 1136998065
        },
        {
            "start": 1136998068,
            "stop": 1136998090
        },
        {
            "start": 1136998092,
            "stop": 1136998102
        },
        {
            "start": 1136998104,
            "stop": 1136998112
        },
        {
            "start": 1136998114,
            "stop": 1136998121
        },
        {
            "start": 1136998123,
            "stop": 1136998125
        }
    ]
}