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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=428",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=426",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 427,
    "results": [
        {
            "start": 941870527,
            "stop": 941873563
        },
        {
            "start": 941881500,
            "stop": 941882648
        },
        {
            "start": 941882649,
            "stop": 941887840
        },
        {
            "start": 941887841,
            "stop": 941890997
        },
        {
            "start": 941890999,
            "stop": 941891048
        },
        {
            "start": 941891050,
            "stop": 941891097
        },
        {
            "start": 941891099,
            "stop": 941891261
        },
        {
            "start": 941891263,
            "stop": 941891266
        },
        {
            "start": 941891270,
            "stop": 941891413
        },
        {
            "start": 941891415,
            "stop": 941891442
        },
        {
            "start": 941891446,
            "stop": 941891452
        },
        {
            "start": 941891454,
            "stop": 941891458
        },
        {
            "start": 941891460,
            "stop": 941891489
        },
        {
            "start": 941891491,
            "stop": 941891516
        },
        {
            "start": 941891518,
            "stop": 941891661
        },
        {
            "start": 941891664,
            "stop": 941891687
        },
        {
            "start": 941891692,
            "stop": 941891724
        },
        {
            "start": 941891726,
            "stop": 941891883
        },
        {
            "start": 941891885,
            "stop": 941891893
        },
        {
            "start": 941891895,
            "stop": 941891944
        }
    ]
}