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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=527",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=525",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 526,
    "results": [
        {
            "start": 1184904189,
            "stop": 1184904426
        },
        {
            "start": 1184904432,
            "stop": 1184904435
        },
        {
            "start": 1184904456,
            "stop": 1184904459
        },
        {
            "start": 1184904463,
            "stop": 1184904674
        },
        {
            "start": 1184904679,
            "stop": 1184904682
        },
        {
            "start": 1184904684,
            "stop": 1184904694
        },
        {
            "start": 1184904699,
            "stop": 1184905174
        },
        {
            "start": 1184905177,
            "stop": 1184905438
        },
        {
            "start": 1184905441,
            "stop": 1184905543
        },
        {
            "start": 1184905545,
            "stop": 1184905809
        },
        {
            "start": 1184905811,
            "stop": 1184905813
        },
        {
            "start": 1184905816,
            "stop": 1184905937
        },
        {
            "start": 1184905941,
            "stop": 1184906002
        },
        {
            "start": 1184906008,
            "stop": 1184906012
        },
        {
            "start": 1184906014,
            "stop": 1184906162
        },
        {
            "start": 1184906164,
            "stop": 1184906167
        },
        {
            "start": 1184906169,
            "stop": 1184906171
        },
        {
            "start": 1184906173,
            "stop": 1184906224
        },
        {
            "start": 1184906226,
            "stop": 1184906228
        },
        {
            "start": 1184906231,
            "stop": 1184906232
        }
    ]
}