Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5866
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=5867",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5865",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5866,
    "results": [
        {
            "start": 874767326,
            "stop": 874767397
        },
        {
            "start": 874767400,
            "stop": 874767448
        },
        {
            "start": 874767451,
            "stop": 874767454
        },
        {
            "start": 874767457,
            "stop": 874767462
        },
        {
            "start": 874767465,
            "stop": 874767483
        },
        {
            "start": 874767486,
            "stop": 874767500
        },
        {
            "start": 874767503,
            "stop": 874767519
        },
        {
            "start": 874767522,
            "stop": 874767572
        },
        {
            "start": 874767576,
            "stop": 874767578
        },
        {
            "start": 874767582,
            "stop": 874767621
        },
        {
            "start": 874767624,
            "stop": 874767738
        },
        {
            "start": 874784985,
            "stop": 874785060
        },
        {
            "start": 874785063,
            "stop": 874785098
        },
        {
            "start": 874785104,
            "stop": 874785110
        },
        {
            "start": 874785113,
            "stop": 874785122
        },
        {
            "start": 874785128,
            "stop": 874785148
        },
        {
            "start": 874785152,
            "stop": 874785235
        },
        {
            "start": 874785285,
            "stop": 874785316
        },
        {
            "start": 874785323,
            "stop": 874785359
        },
        {
            "start": 874785363,
            "stop": 874785397
        }
    ]
}