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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3428",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3426",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3427,
    "results": [
        {
            "start": 969685127,
            "stop": 969685285
        },
        {
            "start": 969685291,
            "stop": 969685512
        },
        {
            "start": 969685533,
            "stop": 969685782
        },
        {
            "start": 969685785,
            "stop": 969686613
        },
        {
            "start": 969686616,
            "stop": 969686645
        },
        {
            "start": 969686648,
            "stop": 969686728
        },
        {
            "start": 969686729,
            "stop": 969686735
        },
        {
            "start": 969686746,
            "stop": 969686912
        },
        {
            "start": 969686915,
            "stop": 969686933
        },
        {
            "start": 969686936,
            "stop": 969687051
        },
        {
            "start": 969687072,
            "stop": 969687075
        },
        {
            "start": 969687078,
            "stop": 969687109
        },
        {
            "start": 969687141,
            "stop": 969687586
        },
        {
            "start": 969687589,
            "stop": 969688246
        },
        {
            "start": 969688249,
            "stop": 969688316
        },
        {
            "start": 969688317,
            "stop": 969688861
        },
        {
            "start": 969688882,
            "stop": 969689002
        },
        {
            "start": 969689016,
            "stop": 969689717
        },
        {
            "start": 969689728,
            "stop": 969689936
        },
        {
            "start": 969689937,
            "stop": 969690478
        }
    ]
}