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_CAT3E/segments?format=api&page=233
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=234",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=232",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 233,
    "results": [
        {
            "start": 820866531,
            "stop": 820866955
        },
        {
            "start": 820866958,
            "stop": 820867044
        },
        {
            "start": 820867454,
            "stop": 820867458
        },
        {
            "start": 820867461,
            "stop": 820868012
        },
        {
            "start": 820868016,
            "stop": 820868177
        },
        {
            "start": 820868180,
            "stop": 820868616
        },
        {
            "start": 820868619,
            "stop": 820868713
        },
        {
            "start": 820868717,
            "stop": 820868879
        },
        {
            "start": 820868882,
            "stop": 820869012
        },
        {
            "start": 820869015,
            "stop": 820869309
        },
        {
            "start": 820869312,
            "stop": 820869535
        },
        {
            "start": 820869538,
            "stop": 820869776
        },
        {
            "start": 820869779,
            "stop": 820870161
        },
        {
            "start": 820870166,
            "stop": 820870312
        },
        {
            "start": 820870315,
            "stop": 820870559
        },
        {
            "start": 820870562,
            "stop": 820870620
        },
        {
            "start": 820870623,
            "stop": 820870927
        },
        {
            "start": 820870930,
            "stop": 820870976
        },
        {
            "start": 820870979,
            "stop": 820871074
        },
        {
            "start": 820871077,
            "stop": 820871491
        }
    ]
}