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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=393",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=391",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 392,
    "results": [
        {
            "start": 935179422,
            "stop": 935179436
        },
        {
            "start": 935179441,
            "stop": 935180800
        },
        {
            "start": 935180803,
            "stop": 935180836
        },
        {
            "start": 935180840,
            "stop": 935180848
        },
        {
            "start": 935180851,
            "stop": 935182936
        },
        {
            "start": 935182939,
            "stop": 935182960
        },
        {
            "start": 935182962,
            "stop": 935182967
        },
        {
            "start": 935182972,
            "stop": 935182986
        },
        {
            "start": 935182988,
            "stop": 935183014
        },
        {
            "start": 935183016,
            "stop": 935183021
        },
        {
            "start": 935183023,
            "stop": 935183038
        },
        {
            "start": 935183041,
            "stop": 935184048
        },
        {
            "start": 935184051,
            "stop": 935184079
        },
        {
            "start": 935184081,
            "stop": 935184169
        },
        {
            "start": 935184171,
            "stop": 935184198
        },
        {
            "start": 935184201,
            "stop": 935186537
        },
        {
            "start": 935186539,
            "stop": 935186569
        },
        {
            "start": 935186571,
            "stop": 935186585
        },
        {
            "start": 935186588,
            "stop": 935186595
        },
        {
            "start": 935186597,
            "stop": 935186614
        }
    ]
}