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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=599",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=597",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 598,
    "results": [
        {
            "start": 1262924749,
            "stop": 1262924770
        },
        {
            "start": 1262924773,
            "stop": 1262924819
        },
        {
            "start": 1262924822,
            "stop": 1262924832
        },
        {
            "start": 1262924835,
            "stop": 1262924908
        },
        {
            "start": 1262924911,
            "stop": 1262924917
        },
        {
            "start": 1262924920,
            "stop": 1262924980
        },
        {
            "start": 1262924983,
            "stop": 1262924984
        },
        {
            "start": 1262924987,
            "stop": 1262925012
        },
        {
            "start": 1262925015,
            "stop": 1262925041
        },
        {
            "start": 1262925044,
            "stop": 1262925085
        },
        {
            "start": 1262925090,
            "stop": 1262925152
        },
        {
            "start": 1262925155,
            "stop": 1262925195
        },
        {
            "start": 1262925198,
            "stop": 1262925227
        },
        {
            "start": 1262925230,
            "stop": 1262925279
        },
        {
            "start": 1262925282,
            "stop": 1262925343
        },
        {
            "start": 1262925346,
            "stop": 1262925423
        },
        {
            "start": 1262925426,
            "stop": 1262925676
        },
        {
            "start": 1262925679,
            "stop": 1262925706
        },
        {
            "start": 1262925709,
            "stop": 1262925712
        },
        {
            "start": 1262925715,
            "stop": 1262925726
        }
    ]
}