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=5310
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=5311",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5309",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5310,
    "results": [
        {
            "start": 1137122837,
            "stop": 1137122838
        },
        {
            "start": 1137122840,
            "stop": 1137122846
        },
        {
            "start": 1137122847,
            "stop": 1137122871
        },
        {
            "start": 1137122873,
            "stop": 1137122874
        },
        {
            "start": 1137122876,
            "stop": 1137122877
        },
        {
            "start": 1137122879,
            "stop": 1137122894
        },
        {
            "start": 1137122896,
            "stop": 1137122903
        },
        {
            "start": 1137122904,
            "stop": 1137122945
        },
        {
            "start": 1137122948,
            "stop": 1137122962
        },
        {
            "start": 1137122963,
            "stop": 1137122966
        },
        {
            "start": 1137122968,
            "stop": 1137122974
        },
        {
            "start": 1137122976,
            "stop": 1137122978
        },
        {
            "start": 1137122980,
            "stop": 1137122981
        },
        {
            "start": 1137122983,
            "stop": 1137123014
        },
        {
            "start": 1137123016,
            "stop": 1137123018
        },
        {
            "start": 1137123020,
            "stop": 1137123021
        },
        {
            "start": 1137123023,
            "stop": 1137123045
        },
        {
            "start": 1137123046,
            "stop": 1137123069
        },
        {
            "start": 1137123071,
            "stop": 1137123080
        },
        {
            "start": 1137123084,
            "stop": 1137123138
        }
    ]
}