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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=205",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=203",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 204,
    "results": [
        {
            "start": 1239971284,
            "stop": 1239971624
        },
        {
            "start": 1239971626,
            "stop": 1239972262
        },
        {
            "start": 1239972263,
            "stop": 1239972584
        },
        {
            "start": 1239972585,
            "stop": 1239972708
        },
        {
            "start": 1239972709,
            "stop": 1239973519
        },
        {
            "start": 1239973520,
            "stop": 1239973819
        },
        {
            "start": 1239973820,
            "stop": 1239974010
        },
        {
            "start": 1239974011,
            "stop": 1239974049
        },
        {
            "start": 1239974052,
            "stop": 1239974073
        },
        {
            "start": 1239974075,
            "stop": 1239974322
        },
        {
            "start": 1239974323,
            "stop": 1239974929
        },
        {
            "start": 1239974930,
            "stop": 1239975052
        },
        {
            "start": 1239975053,
            "stop": 1239975059
        },
        {
            "start": 1239975060,
            "stop": 1239975283
        },
        {
            "start": 1239975291,
            "stop": 1239975352
        },
        {
            "start": 1239975355,
            "stop": 1239975378
        },
        {
            "start": 1239975380,
            "stop": 1239975613
        },
        {
            "start": 1239975615,
            "stop": 1239975683
        },
        {
            "start": 1239975684,
            "stop": 1239975779
        },
        {
            "start": 1239975782,
            "stop": 1239975794
        }
    ]
}