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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5086",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5084",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5085,
    "results": [
        {
            "start": 1136969371,
            "stop": 1136969380
        },
        {
            "start": 1136969382,
            "stop": 1136969408
        },
        {
            "start": 1136969410,
            "stop": 1136969415
        },
        {
            "start": 1136969417,
            "stop": 1136969436
        },
        {
            "start": 1136969438,
            "stop": 1136969440
        },
        {
            "start": 1136969442,
            "stop": 1136969462
        },
        {
            "start": 1136969464,
            "stop": 1136969588
        },
        {
            "start": 1136969590,
            "stop": 1136969591
        },
        {
            "start": 1136969593,
            "stop": 1136969597
        },
        {
            "start": 1136969598,
            "stop": 1136969654
        },
        {
            "start": 1136969656,
            "stop": 1136969658
        },
        {
            "start": 1136969661,
            "stop": 1136969680
        },
        {
            "start": 1136969684,
            "stop": 1136969699
        },
        {
            "start": 1136969701,
            "stop": 1136969706
        },
        {
            "start": 1136969708,
            "stop": 1136969748
        },
        {
            "start": 1136969750,
            "stop": 1136969754
        },
        {
            "start": 1136969755,
            "stop": 1136969757
        },
        {
            "start": 1136969758,
            "stop": 1136969771
        },
        {
            "start": 1136969773,
            "stop": 1136969797
        },
        {
            "start": 1136969799,
            "stop": 1136969869
        }
    ]
}