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=119
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=120",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=118",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 119,
    "results": [
        {
            "start": 1126634851,
            "stop": 1126634854
        },
        {
            "start": 1126634855,
            "stop": 1126634857
        },
        {
            "start": 1126634858,
            "stop": 1126634860
        },
        {
            "start": 1126634861,
            "stop": 1126634875
        },
        {
            "start": 1126634878,
            "stop": 1126634883
        },
        {
            "start": 1126634884,
            "stop": 1126634892
        },
        {
            "start": 1126634893,
            "stop": 1126634899
        },
        {
            "start": 1126634901,
            "stop": 1126634906
        },
        {
            "start": 1126634907,
            "stop": 1126634909
        },
        {
            "start": 1126634912,
            "stop": 1126634913
        },
        {
            "start": 1126634917,
            "stop": 1126634921
        },
        {
            "start": 1126634922,
            "stop": 1126634925
        },
        {
            "start": 1126634926,
            "stop": 1126634927
        },
        {
            "start": 1126634932,
            "stop": 1126634938
        },
        {
            "start": 1126634939,
            "stop": 1126634942
        },
        {
            "start": 1126634943,
            "stop": 1126634944
        },
        {
            "start": 1126634947,
            "stop": 1126634949
        },
        {
            "start": 1126634952,
            "stop": 1126634972
        },
        {
            "start": 1126634973,
            "stop": 1126634999
        },
        {
            "start": 1126635000,
            "stop": 1126635047
        }
    ]
}