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=275
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=276",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=274",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 275,
    "results": [
        {
            "start": 1259973434,
            "stop": 1259977837
        },
        {
            "start": 1259977838,
            "stop": 1259980690
        },
        {
            "start": 1259980692,
            "stop": 1259981885
        },
        {
            "start": 1259982021,
            "stop": 1259982058
        },
        {
            "start": 1259982109,
            "stop": 1259983130
        },
        {
            "start": 1259983138,
            "stop": 1259985897
        },
        {
            "start": 1259985900,
            "stop": 1259986853
        },
        {
            "start": 1259986861,
            "stop": 1259987265
        },
        {
            "start": 1259987273,
            "stop": 1259988947
        },
        {
            "start": 1259988955,
            "stop": 1259990551
        },
        {
            "start": 1259990554,
            "stop": 1259991034
        },
        {
            "start": 1259991043,
            "stop": 1259991389
        },
        {
            "start": 1259991392,
            "stop": 1259991525
        },
        {
            "start": 1259991528,
            "stop": 1259991563
        },
        {
            "start": 1259991566,
            "stop": 1259992192
        },
        {
            "start": 1259992195,
            "stop": 1259993226
        },
        {
            "start": 1259993227,
            "stop": 1259994880
        },
        {
            "start": 1259994882,
            "stop": 1259996139
        },
        {
            "start": 1259996142,
            "stop": 1259996940
        },
        {
            "start": 1259996948,
            "stop": 1259997786
        }
    ]
}