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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=89",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=87",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 88,
    "results": [
        {
            "start": 1411124571,
            "stop": 1411129782
        },
        {
            "start": 1411129786,
            "stop": 1411135809
        },
        {
            "start": 1411135814,
            "stop": 1411140724
        },
        {
            "start": 1411151989,
            "stop": 1411153546
        },
        {
            "start": 1411153550,
            "stop": 1411154406
        },
        {
            "start": 1411154410,
            "stop": 1411155171
        },
        {
            "start": 1411155176,
            "stop": 1411158083
        },
        {
            "start": 1411158086,
            "stop": 1411158653
        },
        {
            "start": 1411158657,
            "stop": 1411159557
        },
        {
            "start": 1411159562,
            "stop": 1411159973
        },
        {
            "start": 1411159977,
            "stop": 1411160064
        },
        {
            "start": 1411160069,
            "stop": 1411160083
        },
        {
            "start": 1411160086,
            "stop": 1411160515
        },
        {
            "start": 1411160519,
            "stop": 1411161404
        },
        {
            "start": 1411161409,
            "stop": 1411161477
        },
        {
            "start": 1411164781,
            "stop": 1411170302
        },
        {
            "start": 1411170307,
            "stop": 1411176173
        },
        {
            "start": 1411176178,
            "stop": 1411178341
        },
        {
            "start": 1411178918,
            "stop": 1411181110
        },
        {
            "start": 1411181638,
            "stop": 1411183471
        }
    ]
}