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=92
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=93",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=91",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 92,
    "results": [
        {
            "start": 931290964,
            "stop": 931290976
        },
        {
            "start": 931290978,
            "stop": 931291006
        },
        {
            "start": 931291009,
            "stop": 931291081
        },
        {
            "start": 931291085,
            "stop": 931291096
        },
        {
            "start": 931291099,
            "stop": 931291100
        },
        {
            "start": 931292789,
            "stop": 931292846
        },
        {
            "start": 931292848,
            "stop": 931292882
        },
        {
            "start": 931317186,
            "stop": 931317290
        },
        {
            "start": 931317291,
            "stop": 931317338
        },
        {
            "start": 931317339,
            "stop": 931317348
        },
        {
            "start": 931317350,
            "stop": 931317433
        },
        {
            "start": 931317434,
            "stop": 931318157
        },
        {
            "start": 931318160,
            "stop": 931318308
        },
        {
            "start": 931318309,
            "stop": 931318315
        },
        {
            "start": 931318316,
            "stop": 931318338
        },
        {
            "start": 931318339,
            "stop": 931318617
        },
        {
            "start": 931318618,
            "stop": 931318745
        },
        {
            "start": 931318746,
            "stop": 931319104
        },
        {
            "start": 931319105,
            "stop": 931319119
        },
        {
            "start": 931319120,
            "stop": 931319201
        }
    ]
}