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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=97",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=95",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 96,
    "results": [
        {
            "start": 821426333,
            "stop": 821426409
        },
        {
            "start": 821426412,
            "stop": 821426427
        },
        {
            "start": 821426430,
            "stop": 821426566
        },
        {
            "start": 821426569,
            "stop": 821426590
        },
        {
            "start": 821426593,
            "stop": 821426791
        },
        {
            "start": 821426792,
            "stop": 821426856
        },
        {
            "start": 821426859,
            "stop": 821426894
        },
        {
            "start": 821426897,
            "stop": 821427549
        },
        {
            "start": 821427552,
            "stop": 821427735
        },
        {
            "start": 821427738,
            "stop": 821427765
        },
        {
            "start": 821427768,
            "stop": 821428013
        },
        {
            "start": 821428016,
            "stop": 821428241
        },
        {
            "start": 821428244,
            "stop": 821428568
        },
        {
            "start": 821428571,
            "stop": 821428669
        },
        {
            "start": 821428672,
            "stop": 821428673
        },
        {
            "start": 821428676,
            "stop": 821428729
        },
        {
            "start": 821428732,
            "stop": 821428741
        },
        {
            "start": 821428744,
            "stop": 821428793
        },
        {
            "start": 821428796,
            "stop": 821429180
        },
        {
            "start": 821429183,
            "stop": 821429230
        }
    ]
}