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=398
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=399",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=397",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 398,
    "results": [
        {
            "start": 1182397180,
            "stop": 1182397346
        },
        {
            "start": 1182397350,
            "stop": 1182397745
        },
        {
            "start": 1182397746,
            "stop": 1182397748
        },
        {
            "start": 1182397750,
            "stop": 1182398541
        },
        {
            "start": 1182398545,
            "stop": 1182399432
        },
        {
            "start": 1182399433,
            "stop": 1182399766
        },
        {
            "start": 1182399767,
            "stop": 1182399768
        },
        {
            "start": 1182399769,
            "stop": 1182400738
        },
        {
            "start": 1182400739,
            "stop": 1182400740
        },
        {
            "start": 1182400742,
            "stop": 1182401808
        },
        {
            "start": 1182401809,
            "stop": 1182402133
        },
        {
            "start": 1182402134,
            "stop": 1182402145
        },
        {
            "start": 1182402146,
            "stop": 1182402818
        },
        {
            "start": 1182405092,
            "stop": 1182409262
        },
        {
            "start": 1182409266,
            "stop": 1182411801
        },
        {
            "start": 1182411805,
            "stop": 1182415735
        },
        {
            "start": 1182415738,
            "stop": 1182417841
        },
        {
            "start": 1182417845,
            "stop": 1182418745
        },
        {
            "start": 1182418746,
            "stop": 1182420967
        },
        {
            "start": 1182420968,
            "stop": 1182421255
        }
    ]
}