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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=331",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=329",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 330,
    "results": [
        {
            "start": 934090032,
            "stop": 934090127
        },
        {
            "start": 934090129,
            "stop": 934090355
        },
        {
            "start": 934090358,
            "stop": 934090422
        },
        {
            "start": 934090424,
            "stop": 934090576
        },
        {
            "start": 934090580,
            "stop": 934090598
        },
        {
            "start": 934090600,
            "stop": 934090622
        },
        {
            "start": 934090626,
            "stop": 934090833
        },
        {
            "start": 934090835,
            "stop": 934090846
        },
        {
            "start": 934090849,
            "stop": 934090851
        },
        {
            "start": 934090853,
            "stop": 934090861
        },
        {
            "start": 934090868,
            "stop": 934090918
        },
        {
            "start": 934093285,
            "stop": 934093622
        },
        {
            "start": 934093625,
            "stop": 934093719
        },
        {
            "start": 934093722,
            "stop": 934093949
        },
        {
            "start": 934093951,
            "stop": 934094014
        },
        {
            "start": 934094017,
            "stop": 934094212
        },
        {
            "start": 934094216,
            "stop": 934096867
        },
        {
            "start": 934096869,
            "stop": 934097224
        },
        {
            "start": 934097226,
            "stop": 934097320
        },
        {
            "start": 934097323,
            "stop": 934097551
        }
    ]
}