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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33143",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33141",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33142,
    "results": [
        {
            "start": 970598340,
            "stop": 970598358
        },
        {
            "start": 970598360,
            "stop": 970598363
        },
        {
            "start": 970598364,
            "stop": 970598398
        },
        {
            "start": 970598399,
            "stop": 970598405
        },
        {
            "start": 970598406,
            "stop": 970598414
        },
        {
            "start": 970598416,
            "stop": 970598429
        },
        {
            "start": 970598430,
            "stop": 970598436
        },
        {
            "start": 970598437,
            "stop": 970598444
        },
        {
            "start": 970598447,
            "stop": 970598487
        },
        {
            "start": 970598490,
            "stop": 970598492
        },
        {
            "start": 970598494,
            "stop": 970598497
        },
        {
            "start": 970598499,
            "stop": 970598502
        },
        {
            "start": 970598503,
            "stop": 970598534
        },
        {
            "start": 970598535,
            "stop": 970598548
        },
        {
            "start": 970598549,
            "stop": 970598550
        },
        {
            "start": 970598553,
            "stop": 970598576
        },
        {
            "start": 970598577,
            "stop": 970598589
        },
        {
            "start": 970598723,
            "stop": 970598724
        },
        {
            "start": 970598746,
            "stop": 970598768
        },
        {
            "start": 970598770,
            "stop": 970598775
        }
    ]
}