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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40748",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40746",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40747,
    "results": [
        {
            "start": 874971343,
            "stop": 874971344
        },
        {
            "start": 874971345,
            "stop": 874971356
        },
        {
            "start": 874971357,
            "stop": 874971369
        },
        {
            "start": 874971370,
            "stop": 874971373
        },
        {
            "start": 874971374,
            "stop": 874971379
        },
        {
            "start": 874971380,
            "stop": 874971393
        },
        {
            "start": 874971396,
            "stop": 874971451
        },
        {
            "start": 874971452,
            "stop": 874971463
        },
        {
            "start": 874971465,
            "stop": 874971484
        },
        {
            "start": 874971485,
            "stop": 874971500
        },
        {
            "start": 874971502,
            "stop": 874971516
        },
        {
            "start": 874971517,
            "stop": 874971521
        },
        {
            "start": 874971524,
            "stop": 874971540
        },
        {
            "start": 874971600,
            "stop": 874971619
        },
        {
            "start": 874971620,
            "stop": 874971672
        },
        {
            "start": 874971673,
            "stop": 874971721
        },
        {
            "start": 874971723,
            "stop": 874971756
        },
        {
            "start": 874971757,
            "stop": 874971770
        },
        {
            "start": 874971771,
            "stop": 874971793
        },
        {
            "start": 874971794,
            "stop": 874971801
        }
    ]
}