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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6859",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6857",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6858,
    "results": [
        {
            "start": 873249804,
            "stop": 873249817
        },
        {
            "start": 873249818,
            "stop": 873249830
        },
        {
            "start": 873249831,
            "stop": 873249850
        },
        {
            "start": 873249851,
            "stop": 873249872
        },
        {
            "start": 873249873,
            "stop": 873249878
        },
        {
            "start": 873249879,
            "stop": 873252130
        },
        {
            "start": 873252133,
            "stop": 873252356
        },
        {
            "start": 873252359,
            "stop": 873252456
        },
        {
            "start": 873252461,
            "stop": 873252528
        },
        {
            "start": 873252531,
            "stop": 873252537
        },
        {
            "start": 873252540,
            "stop": 873252741
        },
        {
            "start": 873252744,
            "stop": 873253282
        },
        {
            "start": 873253285,
            "stop": 873253286
        },
        {
            "start": 873253289,
            "stop": 873253293
        },
        {
            "start": 873253296,
            "stop": 873253630
        },
        {
            "start": 873253633,
            "stop": 873254355
        },
        {
            "start": 873254358,
            "stop": 873254963
        },
        {
            "start": 873254967,
            "stop": 873255090
        },
        {
            "start": 873255093,
            "stop": 873255215
        },
        {
            "start": 873255221,
            "stop": 873255230
        }
    ]
}