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=3262
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=3263",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3261",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3262,
    "results": [
        {
            "start": 873163500,
            "stop": 873167940
        },
        {
            "start": 873168000,
            "stop": 873168600
        },
        {
            "start": 873168660,
            "stop": 873177660
        },
        {
            "start": 873177720,
            "stop": 873179330
        },
        {
            "start": 873180369,
            "stop": 873197940
        },
        {
            "start": 873198060,
            "stop": 873201850
        },
        {
            "start": 873201855,
            "stop": 873206737
        },
        {
            "start": 873206743,
            "stop": 873206750
        },
        {
            "start": 873206755,
            "stop": 873206760
        },
        {
            "start": 873206820,
            "stop": 873207000
        },
        {
            "start": 873207060,
            "stop": 873214380
        },
        {
            "start": 873214440,
            "stop": 873214448
        },
        {
            "start": 873214451,
            "stop": 873217542
        },
        {
            "start": 873217548,
            "stop": 873219420
        },
        {
            "start": 873219480,
            "stop": 873219938
        },
        {
            "start": 873219941,
            "stop": 873222570
        },
        {
            "start": 873224265,
            "stop": 873224580
        },
        {
            "start": 873224640,
            "stop": 873225595
        },
        {
            "start": 873225720,
            "stop": 873227100
        },
        {
            "start": 873227160,
            "stop": 873227461
        }
    ]
}