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=6577
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=6578",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6576",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6577,
    "results": [
        {
            "start": 874559195,
            "stop": 874559230
        },
        {
            "start": 874559231,
            "stop": 874559418
        },
        {
            "start": 874559419,
            "stop": 874559618
        },
        {
            "start": 874559619,
            "stop": 874559827
        },
        {
            "start": 874559828,
            "stop": 874559985
        },
        {
            "start": 874559987,
            "stop": 874560066
        },
        {
            "start": 874560067,
            "stop": 874560362
        },
        {
            "start": 874560363,
            "stop": 874560520
        },
        {
            "start": 874560521,
            "stop": 874560853
        },
        {
            "start": 874560855,
            "stop": 874560908
        },
        {
            "start": 874560909,
            "stop": 874561001
        },
        {
            "start": 874561002,
            "stop": 874561120
        },
        {
            "start": 874561121,
            "stop": 874561514
        },
        {
            "start": 874561515,
            "stop": 874561739
        },
        {
            "start": 874561740,
            "stop": 874562123
        },
        {
            "start": 874562124,
            "stop": 874562327
        },
        {
            "start": 874562328,
            "stop": 874562514
        },
        {
            "start": 874562515,
            "stop": 874562638
        },
        {
            "start": 874562639,
            "stop": 874562758
        },
        {
            "start": 874562759,
            "stop": 874563077
        }
    ]
}