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=5194
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=5195",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5193",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5194,
    "results": [
        {
            "start": 1137027762,
            "stop": 1137027787
        },
        {
            "start": 1137027789,
            "stop": 1137027792
        },
        {
            "start": 1137027794,
            "stop": 1137027796
        },
        {
            "start": 1137027798,
            "stop": 1137027801
        },
        {
            "start": 1137027803,
            "stop": 1137027806
        },
        {
            "start": 1137027807,
            "stop": 1137027826
        },
        {
            "start": 1137027827,
            "stop": 1137027831
        },
        {
            "start": 1137027835,
            "stop": 1137027837
        },
        {
            "start": 1137027839,
            "stop": 1137027843
        },
        {
            "start": 1137027845,
            "stop": 1137027855
        },
        {
            "start": 1137027857,
            "stop": 1137027891
        },
        {
            "start": 1137027893,
            "stop": 1137027900
        },
        {
            "start": 1137027902,
            "stop": 1137027914
        },
        {
            "start": 1137027916,
            "stop": 1137027928
        },
        {
            "start": 1137027932,
            "stop": 1137027955
        },
        {
            "start": 1137027957,
            "stop": 1137027964
        },
        {
            "start": 1137027965,
            "stop": 1137027978
        },
        {
            "start": 1137027979,
            "stop": 1137027984
        },
        {
            "start": 1137027986,
            "stop": 1137027997
        },
        {
            "start": 1137027998,
            "stop": 1137028008
        }
    ]
}