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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1796",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1794",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1795,
    "results": [
        {
            "start": 1249688073,
            "stop": 1249689323
        },
        {
            "start": 1249689326,
            "stop": 1249689794
        },
        {
            "start": 1249689800,
            "stop": 1249689803
        },
        {
            "start": 1249689806,
            "stop": 1249689807
        },
        {
            "start": 1249689817,
            "stop": 1249689822
        },
        {
            "start": 1249689838,
            "stop": 1249689845
        },
        {
            "start": 1249689850,
            "stop": 1249689851
        },
        {
            "start": 1249689852,
            "stop": 1249689853
        },
        {
            "start": 1249689854,
            "stop": 1249689855
        },
        {
            "start": 1249689856,
            "stop": 1249689858
        },
        {
            "start": 1249689859,
            "stop": 1249689862
        },
        {
            "start": 1249689863,
            "stop": 1249689864
        },
        {
            "start": 1249689868,
            "stop": 1249689873
        },
        {
            "start": 1249689874,
            "stop": 1249689915
        },
        {
            "start": 1249689920,
            "stop": 1249689921
        },
        {
            "start": 1249689922,
            "stop": 1249689924
        },
        {
            "start": 1249689927,
            "stop": 1249689933
        },
        {
            "start": 1249689941,
            "stop": 1249689942
        },
        {
            "start": 1249689943,
            "stop": 1249689945
        },
        {
            "start": 1249689946,
            "stop": 1249689947
        }
    ]
}