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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5640",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5638",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5639,
    "results": [
        {
            "start": 874511195,
            "stop": 874511198
        },
        {
            "start": 874511202,
            "stop": 874511221
        },
        {
            "start": 874511224,
            "stop": 874511230
        },
        {
            "start": 874511238,
            "stop": 874511277
        },
        {
            "start": 874511280,
            "stop": 874511329
        },
        {
            "start": 874511332,
            "stop": 874511404
        },
        {
            "start": 874511407,
            "stop": 874511426
        },
        {
            "start": 874511429,
            "stop": 874511441
        },
        {
            "start": 874511445,
            "stop": 874511447
        },
        {
            "start": 874511453,
            "stop": 874511458
        },
        {
            "start": 874511463,
            "stop": 874511474
        },
        {
            "start": 874511477,
            "stop": 874511492
        },
        {
            "start": 874511496,
            "stop": 874511497
        },
        {
            "start": 874511501,
            "stop": 874511573
        },
        {
            "start": 874511576,
            "stop": 874511586
        },
        {
            "start": 874511589,
            "stop": 874511673
        },
        {
            "start": 874511676,
            "stop": 874511679
        },
        {
            "start": 874511682,
            "stop": 874511690
        },
        {
            "start": 874511693,
            "stop": 874511704
        },
        {
            "start": 874511709,
            "stop": 874511783
        }
    ]
}