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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3032",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3030",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3031,
    "results": [
        {
            "start": 863904060,
            "stop": 863905820
        },
        {
            "start": 863905823,
            "stop": 863914680
        },
        {
            "start": 863914800,
            "stop": 863929290
        },
        {
            "start": 863929350,
            "stop": 863930880
        },
        {
            "start": 863930940,
            "stop": 863931104
        },
        {
            "start": 863931114,
            "stop": 863931115
        },
        {
            "start": 863931122,
            "stop": 863931135
        },
        {
            "start": 863932924,
            "stop": 863933305
        },
        {
            "start": 863933310,
            "stop": 863933340
        },
        {
            "start": 863933400,
            "stop": 863938116
        },
        {
            "start": 863938668,
            "stop": 863938784
        },
        {
            "start": 863938965,
            "stop": 863943644
        },
        {
            "start": 863943825,
            "stop": 863945503
        },
        {
            "start": 863945803,
            "stop": 863949300
        },
        {
            "start": 863949360,
            "stop": 863951342
        },
        {
            "start": 863951846,
            "stop": 863961060
        },
        {
            "start": 863961180,
            "stop": 863962822
        },
        {
            "start": 863962828,
            "stop": 863963520
        },
        {
            "start": 863963580,
            "stop": 863965225
        },
        {
            "start": 863966537,
            "stop": 863966538
        }
    ]
}