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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=420",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=418",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 419,
    "results": [
        {
            "start": 932730207,
            "stop": 932730280
        },
        {
            "start": 932736772,
            "stop": 932737252
        },
        {
            "start": 932737253,
            "stop": 932737418
        },
        {
            "start": 932737420,
            "stop": 932737432
        },
        {
            "start": 932737435,
            "stop": 932737596
        },
        {
            "start": 932737597,
            "stop": 932738001
        },
        {
            "start": 932738002,
            "stop": 932738281
        },
        {
            "start": 932738282,
            "stop": 932738379
        },
        {
            "start": 932758842,
            "stop": 932759039
        },
        {
            "start": 932760935,
            "stop": 932761277
        },
        {
            "start": 932761278,
            "stop": 932761401
        },
        {
            "start": 932761402,
            "stop": 932761442
        },
        {
            "start": 932763575,
            "stop": 932763615
        },
        {
            "start": 932763975,
            "stop": 932764088
        },
        {
            "start": 932764089,
            "stop": 932764199
        },
        {
            "start": 932764200,
            "stop": 932764221
        },
        {
            "start": 932764222,
            "stop": 932764328
        },
        {
            "start": 932764329,
            "stop": 932765221
        },
        {
            "start": 932765222,
            "stop": 932765863
        },
        {
            "start": 932771327,
            "stop": 932771671
        }
    ]
}