Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3231
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=3232",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3230",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3231,
    "results": [
        {
            "start": 872050429,
            "stop": 872067780
        },
        {
            "start": 872067840,
            "stop": 872077800
        },
        {
            "start": 872077860,
            "stop": 872083020
        },
        {
            "start": 872083080,
            "stop": 872089115
        },
        {
            "start": 872089118,
            "stop": 872091300
        },
        {
            "start": 872091360,
            "stop": 872092903
        },
        {
            "start": 872093229,
            "stop": 872094420
        },
        {
            "start": 872094480,
            "stop": 872099400
        },
        {
            "start": 872099460,
            "stop": 872100120
        },
        {
            "start": 872100180,
            "stop": 872103325
        },
        {
            "start": 872103329,
            "stop": 872103704
        },
        {
            "start": 872105259,
            "stop": 872108158
        },
        {
            "start": 872108162,
            "stop": 872110080
        },
        {
            "start": 872110140,
            "stop": 872110560
        },
        {
            "start": 872110620,
            "stop": 872113795
        },
        {
            "start": 872113800,
            "stop": 872114400
        },
        {
            "start": 872114460,
            "stop": 872114700
        },
        {
            "start": 872114760,
            "stop": 872117700
        },
        {
            "start": 872117760,
            "stop": 872118231
        },
        {
            "start": 872118235,
            "stop": 872121389
        }
    ]
}