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=437
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=438",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=436",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 437,
    "results": [
        {
            "start": 1261639998,
            "stop": 1261640029
        },
        {
            "start": 1261640032,
            "stop": 1261640049
        },
        {
            "start": 1261640052,
            "stop": 1261640125
        },
        {
            "start": 1261640128,
            "stop": 1261640132
        },
        {
            "start": 1261640135,
            "stop": 1261640136
        },
        {
            "start": 1261640139,
            "stop": 1261640144
        },
        {
            "start": 1261640147,
            "stop": 1261640162
        },
        {
            "start": 1261640165,
            "stop": 1261640167
        },
        {
            "start": 1261640170,
            "stop": 1261640171
        },
        {
            "start": 1261640174,
            "stop": 1261640175
        },
        {
            "start": 1261640178,
            "stop": 1261640246
        },
        {
            "start": 1261640249,
            "stop": 1261640273
        },
        {
            "start": 1261640276,
            "stop": 1261640454
        },
        {
            "start": 1261640457,
            "stop": 1261640581
        },
        {
            "start": 1261640584,
            "stop": 1261640664
        },
        {
            "start": 1261640667,
            "stop": 1261640668
        },
        {
            "start": 1261640671,
            "stop": 1261640824
        },
        {
            "start": 1261640827,
            "stop": 1261640828
        },
        {
            "start": 1261640831,
            "stop": 1261640859
        },
        {
            "start": 1261640862,
            "stop": 1261641032
        }
    ]
}