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=5286
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=5287",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5285",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5286,
    "results": [
        {
            "start": 1137083506,
            "stop": 1137083509
        },
        {
            "start": 1137083511,
            "stop": 1137083588
        },
        {
            "start": 1137083590,
            "stop": 1137083648
        },
        {
            "start": 1137083650,
            "stop": 1137083693
        },
        {
            "start": 1137083695,
            "stop": 1137083714
        },
        {
            "start": 1137083717,
            "stop": 1137083719
        },
        {
            "start": 1137083721,
            "stop": 1137083752
        },
        {
            "start": 1137083754,
            "stop": 1137083830
        },
        {
            "start": 1137083832,
            "stop": 1137083837
        },
        {
            "start": 1137083839,
            "stop": 1137083867
        },
        {
            "start": 1137083869,
            "stop": 1137083905
        },
        {
            "start": 1137083907,
            "stop": 1137083979
        },
        {
            "start": 1137083981,
            "stop": 1137084015
        },
        {
            "start": 1137084017,
            "stop": 1137084044
        },
        {
            "start": 1137084046,
            "stop": 1137084047
        },
        {
            "start": 1137084049,
            "stop": 1137084051
        },
        {
            "start": 1137084053,
            "stop": 1137084055
        },
        {
            "start": 1137084056,
            "stop": 1137084057
        },
        {
            "start": 1137084059,
            "stop": 1137084176
        },
        {
            "start": 1137084178,
            "stop": 1137084226
        }
    ]
}