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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=928",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=926",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 927,
    "results": [
        {
            "start": 1251524686,
            "stop": 1251524913
        },
        {
            "start": 1251524917,
            "stop": 1251525414
        },
        {
            "start": 1251525418,
            "stop": 1251525471
        },
        {
            "start": 1251525475,
            "stop": 1251525744
        },
        {
            "start": 1251525748,
            "stop": 1251525976
        },
        {
            "start": 1251525980,
            "stop": 1251526073
        },
        {
            "start": 1251526076,
            "stop": 1251526198
        },
        {
            "start": 1251526202,
            "stop": 1251526488
        },
        {
            "start": 1251526492,
            "stop": 1251526558
        },
        {
            "start": 1251526562,
            "stop": 1251526779
        },
        {
            "start": 1251526783,
            "stop": 1251526855
        },
        {
            "start": 1251526859,
            "stop": 1251527184
        },
        {
            "start": 1251527187,
            "stop": 1251527286
        },
        {
            "start": 1251527290,
            "stop": 1251527435
        },
        {
            "start": 1251527438,
            "stop": 1251527530
        },
        {
            "start": 1251527533,
            "stop": 1251528414
        },
        {
            "start": 1251528417,
            "stop": 1251528803
        },
        {
            "start": 1251528807,
            "stop": 1251529159
        },
        {
            "start": 1251529163,
            "stop": 1251529222
        },
        {
            "start": 1251529226,
            "stop": 1251529460
        }
    ]
}