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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=158",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=156",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 157,
    "results": [
        {
            "start": 819965992,
            "stop": 819966071
        },
        {
            "start": 819966075,
            "stop": 819966106
        },
        {
            "start": 819966109,
            "stop": 819966158
        },
        {
            "start": 819966161,
            "stop": 819966440
        },
        {
            "start": 819966443,
            "stop": 819967473
        },
        {
            "start": 819967476,
            "stop": 819967550
        },
        {
            "start": 819967554,
            "stop": 819967810
        },
        {
            "start": 819967815,
            "stop": 819968081
        },
        {
            "start": 819968084,
            "stop": 819968145
        },
        {
            "start": 819968148,
            "stop": 819968281
        },
        {
            "start": 819968284,
            "stop": 819968520
        },
        {
            "start": 819976719,
            "stop": 819977267
        },
        {
            "start": 819977270,
            "stop": 819977295
        },
        {
            "start": 819978487,
            "stop": 819978511
        },
        {
            "start": 819978514,
            "stop": 819978679
        },
        {
            "start": 819978682,
            "stop": 819978705
        },
        {
            "start": 819978708,
            "stop": 819978742
        },
        {
            "start": 819978745,
            "stop": 819978938
        },
        {
            "start": 819978941,
            "stop": 819978944
        },
        {
            "start": 819978948,
            "stop": 819979149
        }
    ]
}