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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6543",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6541",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6542,
    "results": [
        {
            "start": 874378043,
            "stop": 874378541
        },
        {
            "start": 874378542,
            "stop": 874379093
        },
        {
            "start": 874379094,
            "stop": 874379276
        },
        {
            "start": 874379277,
            "stop": 874379334
        },
        {
            "start": 874379336,
            "stop": 874379869
        },
        {
            "start": 874379871,
            "stop": 874380245
        },
        {
            "start": 874380247,
            "stop": 874380369
        },
        {
            "start": 874380370,
            "stop": 874380414
        },
        {
            "start": 874380415,
            "stop": 874380793
        },
        {
            "start": 874380795,
            "stop": 874380863
        },
        {
            "start": 874380864,
            "stop": 874381058
        },
        {
            "start": 874381059,
            "stop": 874381327
        },
        {
            "start": 874381328,
            "stop": 874381380
        },
        {
            "start": 874381381,
            "stop": 874381968
        },
        {
            "start": 874381969,
            "stop": 874382553
        },
        {
            "start": 874382554,
            "stop": 874382572
        },
        {
            "start": 874382573,
            "stop": 874382671
        },
        {
            "start": 874382672,
            "stop": 874382757
        },
        {
            "start": 874382758,
            "stop": 874383021
        },
        {
            "start": 874383022,
            "stop": 874383993
        }
    ]
}