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=438
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=439",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=437",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 438,
    "results": [
        {
            "start": 943828486,
            "stop": 943829405
        },
        {
            "start": 943829406,
            "stop": 943836151
        },
        {
            "start": 943843287,
            "stop": 943851292
        },
        {
            "start": 943852280,
            "stop": 943858872
        },
        {
            "start": 943865513,
            "stop": 943885528
        },
        {
            "start": 943885530,
            "stop": 943886150
        },
        {
            "start": 943886152,
            "stop": 943886443
        },
        {
            "start": 943886444,
            "stop": 943887055
        },
        {
            "start": 943888887,
            "stop": 943889774
        },
        {
            "start": 943890977,
            "stop": 943891021
        },
        {
            "start": 943893349,
            "stop": 943906174
        },
        {
            "start": 943907703,
            "stop": 943914911
        },
        {
            "start": 943916987,
            "stop": 943919462
        },
        {
            "start": 943920157,
            "stop": 943931954
        },
        {
            "start": 943931956,
            "stop": 943932006
        },
        {
            "start": 943932008,
            "stop": 943932014
        },
        {
            "start": 943932015,
            "stop": 943932251
        },
        {
            "start": 943932253,
            "stop": 943932261
        },
        {
            "start": 943932263,
            "stop": 943932643
        },
        {
            "start": 943932644,
            "stop": 943934239
        }
    ]
}