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=414
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=415",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=413",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 414,
    "results": [
        {
            "start": 1261407484,
            "stop": 1261407507
        },
        {
            "start": 1261407510,
            "stop": 1261407614
        },
        {
            "start": 1261407617,
            "stop": 1261409975
        },
        {
            "start": 1261409977,
            "stop": 1261410391
        },
        {
            "start": 1261410394,
            "stop": 1261410810
        },
        {
            "start": 1261410813,
            "stop": 1261410826
        },
        {
            "start": 1261410829,
            "stop": 1261411518
        },
        {
            "start": 1261411521,
            "stop": 1261411539
        },
        {
            "start": 1261411542,
            "stop": 1261411543
        },
        {
            "start": 1261411546,
            "stop": 1261411963
        },
        {
            "start": 1261411966,
            "stop": 1261412055
        },
        {
            "start": 1261412058,
            "stop": 1261412059
        },
        {
            "start": 1261412062,
            "stop": 1261412403
        },
        {
            "start": 1261412406,
            "stop": 1261412666
        },
        {
            "start": 1261412669,
            "stop": 1261412878
        },
        {
            "start": 1261412881,
            "stop": 1261413448
        },
        {
            "start": 1261413451,
            "stop": 1261413731
        },
        {
            "start": 1261413734,
            "stop": 1261414011
        },
        {
            "start": 1261414014,
            "stop": 1261414078
        },
        {
            "start": 1261414086,
            "stop": 1261414355
        }
    ]
}