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=399
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=400",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=398",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 399,
    "results": [
        {
            "start": 1182421259,
            "stop": 1182421580
        },
        {
            "start": 1182421583,
            "stop": 1182423275
        },
        {
            "start": 1182424945,
            "stop": 1182425088
        },
        {
            "start": 1182425134,
            "stop": 1182426873
        },
        {
            "start": 1182426874,
            "stop": 1182430105
        },
        {
            "start": 1182430106,
            "stop": 1182430178
        },
        {
            "start": 1182430181,
            "stop": 1182432327
        },
        {
            "start": 1182432328,
            "stop": 1182435456
        },
        {
            "start": 1182435460,
            "stop": 1182437121
        },
        {
            "start": 1182437125,
            "stop": 1182438196
        },
        {
            "start": 1182438197,
            "stop": 1182439551
        },
        {
            "start": 1182439554,
            "stop": 1182444806
        },
        {
            "start": 1182444807,
            "stop": 1182450038
        },
        {
            "start": 1182450040,
            "stop": 1182450150
        },
        {
            "start": 1182450151,
            "stop": 1182450159
        },
        {
            "start": 1182450160,
            "stop": 1182450173
        },
        {
            "start": 1182450175,
            "stop": 1182450176
        },
        {
            "start": 1182450178,
            "stop": 1182450183
        },
        {
            "start": 1182450185,
            "stop": 1182450187
        },
        {
            "start": 1182450188,
            "stop": 1182450194
        }
    ]
}