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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6651",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6649",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6650,
    "results": [
        {
            "start": 874983138,
            "stop": 874983161
        },
        {
            "start": 874983162,
            "stop": 874983173
        },
        {
            "start": 874983174,
            "stop": 874983193
        },
        {
            "start": 874983194,
            "stop": 874983543
        },
        {
            "start": 874983545,
            "stop": 874983647
        },
        {
            "start": 874983648,
            "stop": 874983668
        },
        {
            "start": 874983669,
            "stop": 874983686
        },
        {
            "start": 874983687,
            "stop": 874983716
        },
        {
            "start": 874983717,
            "stop": 874983755
        },
        {
            "start": 874983757,
            "stop": 874983842
        },
        {
            "start": 874983843,
            "stop": 874984070
        },
        {
            "start": 874984071,
            "stop": 874984287
        },
        {
            "start": 874984289,
            "stop": 874984346
        },
        {
            "start": 874984348,
            "stop": 874984704
        },
        {
            "start": 874984705,
            "stop": 874984892
        },
        {
            "start": 874984893,
            "stop": 874984911
        },
        {
            "start": 874984912,
            "stop": 874984935
        },
        {
            "start": 874984936,
            "stop": 874985027
        },
        {
            "start": 874985028,
            "stop": 874985029
        },
        {
            "start": 874985030,
            "stop": 874985225
        }
    ]
}