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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=607",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=605",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 606,
    "results": [
        {
            "start": 838675964,
            "stop": 838675968
        },
        {
            "start": 838675969,
            "stop": 838677917
        },
        {
            "start": 838677918,
            "stop": 838677920
        },
        {
            "start": 838677921,
            "stop": 838683782
        },
        {
            "start": 838684804,
            "stop": 838688352
        },
        {
            "start": 838690548,
            "stop": 838713228
        },
        {
            "start": 838715170,
            "stop": 838752625
        },
        {
            "start": 838753372,
            "stop": 838756483
        },
        {
            "start": 838758454,
            "stop": 838822385
        },
        {
            "start": 838825370,
            "stop": 838831609
        },
        {
            "start": 838832909,
            "stop": 838843777
        },
        {
            "start": 838845349,
            "stop": 838856226
        },
        {
            "start": 838856228,
            "stop": 838910811
        },
        {
            "start": 838910812,
            "stop": 838910826
        },
        {
            "start": 838910827,
            "stop": 838910830
        },
        {
            "start": 838910832,
            "stop": 838910844
        },
        {
            "start": 838910845,
            "stop": 838910847
        },
        {
            "start": 838910848,
            "stop": 838911793
        },
        {
            "start": 838912976,
            "stop": 838923948
        },
        {
            "start": 838926508,
            "stop": 838966565
        }
    ]
}