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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=436",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=434",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 435,
    "results": [
        {
            "start": 1182874119,
            "stop": 1182875264
        },
        {
            "start": 1182875266,
            "stop": 1182875343
        },
        {
            "start": 1182875345,
            "stop": 1182875553
        },
        {
            "start": 1182875555,
            "stop": 1182875592
        },
        {
            "start": 1182875594,
            "stop": 1182875597
        },
        {
            "start": 1182875601,
            "stop": 1182875894
        },
        {
            "start": 1182875897,
            "stop": 1182875900
        },
        {
            "start": 1182875907,
            "stop": 1182875908
        },
        {
            "start": 1182875910,
            "stop": 1182875987
        },
        {
            "start": 1182875990,
            "stop": 1182876032
        },
        {
            "start": 1182876035,
            "stop": 1182876036
        },
        {
            "start": 1182876038,
            "stop": 1182876148
        },
        {
            "start": 1182876151,
            "stop": 1182876152
        },
        {
            "start": 1182876154,
            "stop": 1182876156
        },
        {
            "start": 1182876158,
            "stop": 1182876166
        },
        {
            "start": 1182876168,
            "stop": 1182876174
        },
        {
            "start": 1182876177,
            "stop": 1182876178
        },
        {
            "start": 1182876181,
            "stop": 1182876191
        },
        {
            "start": 1182876193,
            "stop": 1182876258
        },
        {
            "start": 1182876261,
            "stop": 1182876262
        }
    ]
}