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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5726",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5724",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5725,
    "results": [
        {
            "start": 874607536,
            "stop": 874607556
        },
        {
            "start": 874607559,
            "stop": 874607592
        },
        {
            "start": 874607595,
            "stop": 874607613
        },
        {
            "start": 874607616,
            "stop": 874607638
        },
        {
            "start": 874607641,
            "stop": 874607664
        },
        {
            "start": 874607669,
            "stop": 874607676
        },
        {
            "start": 874607679,
            "stop": 874607700
        },
        {
            "start": 874607706,
            "stop": 874607712
        },
        {
            "start": 874607716,
            "stop": 874607753
        },
        {
            "start": 874607757,
            "stop": 874607784
        },
        {
            "start": 874607787,
            "stop": 874607804
        },
        {
            "start": 874607807,
            "stop": 874607813
        },
        {
            "start": 874607829,
            "stop": 874607864
        },
        {
            "start": 874607867,
            "stop": 874607869
        },
        {
            "start": 874607875,
            "stop": 874607876
        },
        {
            "start": 874607880,
            "stop": 874607913
        },
        {
            "start": 874607924,
            "stop": 874607929
        },
        {
            "start": 874607932,
            "stop": 874607966
        },
        {
            "start": 874607969,
            "stop": 874607971
        },
        {
            "start": 874607974,
            "stop": 874607986
        }
    ]
}