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/S6/timelines/H1_BURST_CAT3/segments?format=api&page=87
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=88",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=86",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 87,
    "results": [
        {
            "start": 931283311,
            "stop": 931283312
        },
        {
            "start": 931283321,
            "stop": 931283323
        },
        {
            "start": 931283327,
            "stop": 931283330
        },
        {
            "start": 931283332,
            "stop": 931283333
        },
        {
            "start": 931283335,
            "stop": 931283342
        },
        {
            "start": 931283343,
            "stop": 931283358
        },
        {
            "start": 931283360,
            "stop": 931283366
        },
        {
            "start": 931283371,
            "stop": 931283372
        },
        {
            "start": 931283392,
            "stop": 931283396
        },
        {
            "start": 931283406,
            "stop": 931283408
        },
        {
            "start": 931283409,
            "stop": 931283411
        },
        {
            "start": 931283414,
            "stop": 931283416
        },
        {
            "start": 931283418,
            "stop": 931283432
        },
        {
            "start": 931283434,
            "stop": 931283439
        },
        {
            "start": 931283441,
            "stop": 931283442
        },
        {
            "start": 931283446,
            "stop": 931283451
        },
        {
            "start": 931283457,
            "stop": 931283489
        },
        {
            "start": 931283490,
            "stop": 931283494
        },
        {
            "start": 931283496,
            "stop": 931283505
        },
        {
            "start": 931283506,
            "stop": 931283574
        }
    ]
}