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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=513",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=511",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 512,
    "results": [
        {
            "start": 1262620290,
            "stop": 1262620556
        },
        {
            "start": 1262620559,
            "stop": 1262620561
        },
        {
            "start": 1262620564,
            "stop": 1262620695
        },
        {
            "start": 1262620698,
            "stop": 1262621615
        },
        {
            "start": 1262621618,
            "stop": 1262624719
        },
        {
            "start": 1262624727,
            "stop": 1262631543
        },
        {
            "start": 1262631546,
            "stop": 1262631954
        },
        {
            "start": 1262631957,
            "stop": 1262634240
        },
        {
            "start": 1262634248,
            "stop": 1262634254
        },
        {
            "start": 1262634256,
            "stop": 1262635031
        },
        {
            "start": 1262635034,
            "stop": 1262635272
        },
        {
            "start": 1262635275,
            "stop": 1262636549
        },
        {
            "start": 1262636552,
            "stop": 1262638921
        },
        {
            "start": 1262640993,
            "stop": 1262644675
        },
        {
            "start": 1262644678,
            "stop": 1262645134
        },
        {
            "start": 1262645137,
            "stop": 1262645797
        },
        {
            "start": 1262645800,
            "stop": 1262646727
        },
        {
            "start": 1262646730,
            "stop": 1262646919
        },
        {
            "start": 1262646922,
            "stop": 1262647831
        },
        {
            "start": 1262647834,
            "stop": 1262648145
        }
    ]
}