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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3059",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3057",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3058,
    "results": [
        {
            "start": 865175773,
            "stop": 865176000
        },
        {
            "start": 865176180,
            "stop": 865176230
        },
        {
            "start": 865176235,
            "stop": 865176250
        },
        {
            "start": 865176255,
            "stop": 865176520
        },
        {
            "start": 865176524,
            "stop": 865176780
        },
        {
            "start": 865176840,
            "stop": 865177200
        },
        {
            "start": 865177260,
            "stop": 865177643
        },
        {
            "start": 865177647,
            "stop": 865177800
        },
        {
            "start": 865177860,
            "stop": 865177871
        },
        {
            "start": 865177875,
            "stop": 865177879
        },
        {
            "start": 865177882,
            "stop": 865177980
        },
        {
            "start": 865178040,
            "stop": 865178160
        },
        {
            "start": 865178220,
            "stop": 865178400
        },
        {
            "start": 865178520,
            "stop": 865179180
        },
        {
            "start": 865179240,
            "stop": 865179300
        },
        {
            "start": 865179360,
            "stop": 865179540
        },
        {
            "start": 865179600,
            "stop": 865179780
        },
        {
            "start": 865179900,
            "stop": 865180040
        },
        {
            "start": 865180045,
            "stop": 865180055
        },
        {
            "start": 865180062,
            "stop": 865180065
        }
    ]
}