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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40607",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40605",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40606,
    "results": [
        {
            "start": 874885827,
            "stop": 874885831
        },
        {
            "start": 874885832,
            "stop": 874885837
        },
        {
            "start": 874885838,
            "stop": 874885842
        },
        {
            "start": 874885843,
            "stop": 874885847
        },
        {
            "start": 874885848,
            "stop": 874885853
        },
        {
            "start": 874885854,
            "stop": 874885858
        },
        {
            "start": 874885859,
            "stop": 874885863
        },
        {
            "start": 874885864,
            "stop": 874885869
        },
        {
            "start": 874885870,
            "stop": 874885874
        },
        {
            "start": 874885875,
            "stop": 874885879
        },
        {
            "start": 874885881,
            "stop": 874885885
        },
        {
            "start": 874885887,
            "stop": 874885890
        },
        {
            "start": 874885891,
            "stop": 874885895
        },
        {
            "start": 874885897,
            "stop": 874885901
        },
        {
            "start": 874885903,
            "stop": 874885906
        },
        {
            "start": 874885907,
            "stop": 874885911
        },
        {
            "start": 874885913,
            "stop": 874885917
        },
        {
            "start": 874885918,
            "stop": 874885922
        },
        {
            "start": 874885923,
            "stop": 874885927
        },
        {
            "start": 874885929,
            "stop": 874885933
        }
    ]
}