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=567
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=568",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=566",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 567,
    "results": [
        {
            "start": 1262839763,
            "stop": 1262839768
        },
        {
            "start": 1262839770,
            "stop": 1262839878
        },
        {
            "start": 1262839879,
            "stop": 1262839883
        },
        {
            "start": 1262839884,
            "stop": 1262839887
        },
        {
            "start": 1262839888,
            "stop": 1262839900
        },
        {
            "start": 1262839902,
            "stop": 1262839912
        },
        {
            "start": 1262839916,
            "stop": 1262839932
        },
        {
            "start": 1262839935,
            "stop": 1262839936
        },
        {
            "start": 1262839941,
            "stop": 1262839946
        },
        {
            "start": 1262839948,
            "stop": 1262839964
        },
        {
            "start": 1262839981,
            "stop": 1262839983
        },
        {
            "start": 1262839996,
            "stop": 1262840008
        },
        {
            "start": 1262840016,
            "stop": 1262840018
        },
        {
            "start": 1262840021,
            "stop": 1262840053
        },
        {
            "start": 1262840057,
            "stop": 1262840059
        },
        {
            "start": 1262840062,
            "stop": 1262840085
        },
        {
            "start": 1262840092,
            "stop": 1262840093
        },
        {
            "start": 1262840096,
            "stop": 1262840099
        },
        {
            "start": 1262840105,
            "stop": 1262840112
        },
        {
            "start": 1262840118,
            "stop": 1262840119
        }
    ]
}