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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=253",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=251",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 252,
    "results": [
        {
            "start": 931678936,
            "stop": 931678937
        },
        {
            "start": 931678940,
            "stop": 931678943
        },
        {
            "start": 931678945,
            "stop": 931678948
        },
        {
            "start": 931678956,
            "stop": 931678959
        },
        {
            "start": 931678965,
            "stop": 931678967
        },
        {
            "start": 931678972,
            "stop": 931678973
        },
        {
            "start": 931678982,
            "stop": 931678983
        },
        {
            "start": 931678998,
            "stop": 931679009
        },
        {
            "start": 931679014,
            "stop": 931679017
        },
        {
            "start": 931679020,
            "stop": 931679021
        },
        {
            "start": 931679024,
            "stop": 931679032
        },
        {
            "start": 931679040,
            "stop": 931679043
        },
        {
            "start": 931679046,
            "stop": 931679047
        },
        {
            "start": 931679053,
            "stop": 931679057
        },
        {
            "start": 931679063,
            "stop": 931679065
        },
        {
            "start": 931679068,
            "stop": 931679078
        },
        {
            "start": 931679081,
            "stop": 931679084
        },
        {
            "start": 931679089,
            "stop": 931679095
        },
        {
            "start": 931679106,
            "stop": 931679110
        },
        {
            "start": 931679113,
            "stop": 931679117
        }
    ]
}