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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=189",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=187",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 188,
    "results": [
        {
            "start": 820207443,
            "stop": 820207527
        },
        {
            "start": 820207530,
            "stop": 820207543
        },
        {
            "start": 820207547,
            "stop": 820207564
        },
        {
            "start": 820207567,
            "stop": 820207579
        },
        {
            "start": 820207582,
            "stop": 820207585
        },
        {
            "start": 820207588,
            "stop": 820207590
        },
        {
            "start": 820207593,
            "stop": 820207741
        },
        {
            "start": 820207745,
            "stop": 820207918
        },
        {
            "start": 820207921,
            "stop": 820207924
        },
        {
            "start": 820207927,
            "stop": 820207929
        },
        {
            "start": 820207933,
            "stop": 820207986
        },
        {
            "start": 820207989,
            "stop": 820208020
        },
        {
            "start": 820208023,
            "stop": 820208060
        },
        {
            "start": 820208064,
            "stop": 820208092
        },
        {
            "start": 820208095,
            "stop": 820208106
        },
        {
            "start": 820208110,
            "stop": 820208167
        },
        {
            "start": 820208170,
            "stop": 820208213
        },
        {
            "start": 820208216,
            "stop": 820208228
        },
        {
            "start": 820208231,
            "stop": 820208247
        },
        {
            "start": 820208250,
            "stop": 820208313
        }
    ]
}