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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=93",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=91",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 92,
    "results": [
        {
            "start": 825110090,
            "stop": 825110128
        },
        {
            "start": 825110428,
            "stop": 825110730
        },
        {
            "start": 825117071,
            "stop": 825119704
        },
        {
            "start": 825120181,
            "stop": 825120461
        },
        {
            "start": 825120761,
            "stop": 825150226
        },
        {
            "start": 825150659,
            "stop": 825150818
        },
        {
            "start": 825150928,
            "stop": 825151187
        },
        {
            "start": 825151487,
            "stop": 825151639
        },
        {
            "start": 825151749,
            "stop": 825152900
        },
        {
            "start": 825153200,
            "stop": 825170441
        },
        {
            "start": 825170443,
            "stop": 825170449
        },
        {
            "start": 825170452,
            "stop": 825170473
        },
        {
            "start": 825175459,
            "stop": 825176864
        },
        {
            "start": 825176867,
            "stop": 825177817
        },
        {
            "start": 825204167,
            "stop": 825204813
        },
        {
            "start": 825205113,
            "stop": 825208204
        },
        {
            "start": 825208607,
            "stop": 825213907
        },
        {
            "start": 825219025,
            "stop": 825240571
        },
        {
            "start": 825240871,
            "stop": 825246073
        },
        {
            "start": 825403803,
            "stop": 825421168
        }
    ]
}