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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=248",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=246",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 247,
    "results": [
        {
            "start": 1126885078,
            "stop": 1126885079
        },
        {
            "start": 1126885082,
            "stop": 1126885084
        },
        {
            "start": 1126885086,
            "stop": 1126885092
        },
        {
            "start": 1126885093,
            "stop": 1126885094
        },
        {
            "start": 1126885095,
            "stop": 1126885096
        },
        {
            "start": 1126885217,
            "stop": 1126885225
        },
        {
            "start": 1126885227,
            "stop": 1126885236
        },
        {
            "start": 1126885237,
            "stop": 1126885255
        },
        {
            "start": 1126885263,
            "stop": 1126885283
        },
        {
            "start": 1126885286,
            "stop": 1126885297
        },
        {
            "start": 1126885298,
            "stop": 1126885444
        },
        {
            "start": 1126885445,
            "stop": 1126885502
        },
        {
            "start": 1126885509,
            "stop": 1126885547
        },
        {
            "start": 1126885549,
            "stop": 1126885551
        },
        {
            "start": 1126885552,
            "stop": 1126885553
        },
        {
            "start": 1126885559,
            "stop": 1126885585
        },
        {
            "start": 1126885588,
            "stop": 1126885683
        },
        {
            "start": 1126885685,
            "stop": 1126885711
        },
        {
            "start": 1126885713,
            "stop": 1126885714
        },
        {
            "start": 1126885715,
            "stop": 1126885727
        }
    ]
}