Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=86
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=87",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=85",
    "results_count": 2346,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 86,
    "results": [
        {
            "start": 958955650,
            "stop": 958961942
        },
        {
            "start": 958976297,
            "stop": 958986430
        },
        {
            "start": 958988331,
            "stop": 959007796
        },
        {
            "start": 959013022,
            "stop": 959016476
        },
        {
            "start": 959025483,
            "stop": 959034000
        },
        {
            "start": 959034075,
            "stop": 959042149
        },
        {
            "start": 959046814,
            "stop": 959061253
        },
        {
            "start": 959063793,
            "stop": 959076838
        },
        {
            "start": 959084353,
            "stop": 959084542
        },
        {
            "start": 959087852,
            "stop": 959091820
        },
        {
            "start": 959107093,
            "stop": 959107516
        },
        {
            "start": 959110522,
            "stop": 959110577
        },
        {
            "start": 959110653,
            "stop": 959110817
        },
        {
            "start": 959112781,
            "stop": 959114547
        },
        {
            "start": 959163351,
            "stop": 959173408
        },
        {
            "start": 959175241,
            "stop": 959194998
        },
        {
            "start": 959196563,
            "stop": 959209892
        },
        {
            "start": 959219689,
            "stop": 959246910
        },
        {
            "start": 959253952,
            "stop": 959276085
        },
        {
            "start": 959279378,
            "stop": 959288382
        }
    ]
}