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=194
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=195",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=193",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 194,
    "results": [
        {
            "start": 820228707,
            "stop": 820228751
        },
        {
            "start": 820228754,
            "stop": 820228879
        },
        {
            "start": 820228882,
            "stop": 820228936
        },
        {
            "start": 820228939,
            "stop": 820229303
        },
        {
            "start": 820229307,
            "stop": 820229751
        },
        {
            "start": 820229754,
            "stop": 820229851
        },
        {
            "start": 820229855,
            "stop": 820229966
        },
        {
            "start": 820229969,
            "stop": 820230037
        },
        {
            "start": 820230040,
            "stop": 820230381
        },
        {
            "start": 820230384,
            "stop": 820230552
        },
        {
            "start": 820230556,
            "stop": 820230558
        },
        {
            "start": 820230562,
            "stop": 820230689
        },
        {
            "start": 820230693,
            "stop": 820231423
        },
        {
            "start": 820231426,
            "stop": 820231879
        },
        {
            "start": 820231882,
            "stop": 820232086
        },
        {
            "start": 820232089,
            "stop": 820232618
        },
        {
            "start": 820232621,
            "stop": 820232640
        },
        {
            "start": 820232643,
            "stop": 820232870
        },
        {
            "start": 820232873,
            "stop": 820233198
        },
        {
            "start": 820233202,
            "stop": 820233423
        }
    ]
}