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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_STOCH_CAT1/segments?format=api&page=239",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_STOCH_CAT1/segments?format=api&page=237",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 238,
    "results": [
        {
            "start": 1421979255,
            "stop": 1421979447
        },
        {
            "start": 1421979452,
            "stop": 1421979490
        },
        {
            "start": 1421979491,
            "stop": 1421979748
        },
        {
            "start": 1421979749,
            "stop": 1421980275
        },
        {
            "start": 1421980279,
            "stop": 1421981875
        },
        {
            "start": 1421981879,
            "stop": 1421982159
        },
        {
            "start": 1421982163,
            "stop": 1421982179
        },
        {
            "start": 1421982183,
            "stop": 1421982235
        },
        {
            "start": 1421982239,
            "stop": 1421983135
        },
        {
            "start": 1421983139,
            "stop": 1421983143
        },
        {
            "start": 1421983148,
            "stop": 1421984619
        },
        {
            "start": 1421987514,
            "stop": 1421987626
        },
        {
            "start": 1421987631,
            "stop": 1421987632
        },
        {
            "start": 1421987634,
            "stop": 1421988022
        },
        {
            "start": 1421988028,
            "stop": 1421988030
        },
        {
            "start": 1421988038,
            "stop": 1421988938
        },
        {
            "start": 1421988942,
            "stop": 1421989242
        },
        {
            "start": 1421989250,
            "stop": 1421989539
        },
        {
            "start": 1421989541,
            "stop": 1421989926
        },
        {
            "start": 1421989930,
            "stop": 1421989949
        }
    ]
}