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=397
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=398",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=396",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 397,
    "results": [
        {
            "start": 1182392230,
            "stop": 1182392352
        },
        {
            "start": 1182392353,
            "stop": 1182392644
        },
        {
            "start": 1182392645,
            "stop": 1182392874
        },
        {
            "start": 1182392875,
            "stop": 1182392885
        },
        {
            "start": 1182392886,
            "stop": 1182392937
        },
        {
            "start": 1182392938,
            "stop": 1182392940
        },
        {
            "start": 1182392941,
            "stop": 1182392943
        },
        {
            "start": 1182392944,
            "stop": 1182392949
        },
        {
            "start": 1182392950,
            "stop": 1182393470
        },
        {
            "start": 1182393471,
            "stop": 1182393607
        },
        {
            "start": 1182393608,
            "stop": 1182393610
        },
        {
            "start": 1182393612,
            "stop": 1182394962
        },
        {
            "start": 1182394963,
            "stop": 1182395290
        },
        {
            "start": 1182395291,
            "stop": 1182396043
        },
        {
            "start": 1182396044,
            "stop": 1182396463
        },
        {
            "start": 1182396464,
            "stop": 1182396481
        },
        {
            "start": 1182396482,
            "stop": 1182396511
        },
        {
            "start": 1182396512,
            "stop": 1182396802
        },
        {
            "start": 1182396803,
            "stop": 1182397176
        },
        {
            "start": 1182397177,
            "stop": 1182397179
        }
    ]
}