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=5266
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=5267",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5265",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5266,
    "results": [
        {
            "start": 1137070878,
            "stop": 1137070881
        },
        {
            "start": 1137070883,
            "stop": 1137070991
        },
        {
            "start": 1137070993,
            "stop": 1137071144
        },
        {
            "start": 1137071146,
            "stop": 1137071197
        },
        {
            "start": 1137071200,
            "stop": 1137071201
        },
        {
            "start": 1137071203,
            "stop": 1137071261
        },
        {
            "start": 1137071262,
            "stop": 1137071290
        },
        {
            "start": 1137071293,
            "stop": 1137071369
        },
        {
            "start": 1137071371,
            "stop": 1137071385
        },
        {
            "start": 1137071387,
            "stop": 1137071455
        },
        {
            "start": 1137071456,
            "stop": 1137071457
        },
        {
            "start": 1137071458,
            "stop": 1137071476
        },
        {
            "start": 1137071478,
            "stop": 1137071508
        },
        {
            "start": 1137071510,
            "stop": 1137071544
        },
        {
            "start": 1137071545,
            "stop": 1137071628
        },
        {
            "start": 1137071637,
            "stop": 1137071708
        },
        {
            "start": 1137071709,
            "stop": 1137071723
        },
        {
            "start": 1137071725,
            "stop": 1137071742
        },
        {
            "start": 1137071744,
            "stop": 1137071745
        },
        {
            "start": 1137071747,
            "stop": 1137071760
        }
    ]
}