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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=222",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=220",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 221,
    "results": [
        {
            "start": 1240107444,
            "stop": 1240107448
        },
        {
            "start": 1240107450,
            "stop": 1240107466
        },
        {
            "start": 1240107467,
            "stop": 1240107468
        },
        {
            "start": 1240107469,
            "stop": 1240107480
        },
        {
            "start": 1240107481,
            "stop": 1240107485
        },
        {
            "start": 1240107487,
            "stop": 1240107585
        },
        {
            "start": 1240107586,
            "stop": 1240107588
        },
        {
            "start": 1240107591,
            "stop": 1240107609
        },
        {
            "start": 1240107610,
            "stop": 1240107614
        },
        {
            "start": 1240107615,
            "stop": 1240107631
        },
        {
            "start": 1240107635,
            "stop": 1240107637
        },
        {
            "start": 1240107638,
            "stop": 1240107640
        },
        {
            "start": 1240107641,
            "stop": 1240107645
        },
        {
            "start": 1240107647,
            "stop": 1240107659
        },
        {
            "start": 1240107660,
            "stop": 1240107663
        },
        {
            "start": 1240107664,
            "stop": 1240107756
        },
        {
            "start": 1240107758,
            "stop": 1240107779
        },
        {
            "start": 1240107783,
            "stop": 1240107795
        },
        {
            "start": 1240107797,
            "stop": 1240107798
        },
        {
            "start": 1240107799,
            "stop": 1240107814
        }
    ]
}