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=5284
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=5285",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5283",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5284,
    "results": [
        {
            "start": 1137082822,
            "stop": 1137082833
        },
        {
            "start": 1137082835,
            "stop": 1137082862
        },
        {
            "start": 1137082865,
            "stop": 1137082888
        },
        {
            "start": 1137082890,
            "stop": 1137082913
        },
        {
            "start": 1137082915,
            "stop": 1137082917
        },
        {
            "start": 1137082920,
            "stop": 1137082964
        },
        {
            "start": 1137082966,
            "stop": 1137082973
        },
        {
            "start": 1137082975,
            "stop": 1137082976
        },
        {
            "start": 1137082978,
            "stop": 1137082988
        },
        {
            "start": 1137082990,
            "stop": 1137083000
        },
        {
            "start": 1137083002,
            "stop": 1137083012
        },
        {
            "start": 1137083014,
            "stop": 1137083026
        },
        {
            "start": 1137083032,
            "stop": 1137083078
        },
        {
            "start": 1137083080,
            "stop": 1137083085
        },
        {
            "start": 1137083087,
            "stop": 1137083097
        },
        {
            "start": 1137083099,
            "stop": 1137083103
        },
        {
            "start": 1137083107,
            "stop": 1137083116
        },
        {
            "start": 1137083118,
            "stop": 1137083131
        },
        {
            "start": 1137083133,
            "stop": 1137083181
        },
        {
            "start": 1137083183,
            "stop": 1137083184
        }
    ]
}