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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40671",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40669",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40670,
    "results": [
        {
            "start": 874925691,
            "stop": 874925698
        },
        {
            "start": 874925701,
            "stop": 874925707
        },
        {
            "start": 874925708,
            "stop": 874925764
        },
        {
            "start": 874925766,
            "stop": 874925895
        },
        {
            "start": 874925897,
            "stop": 874925899
        },
        {
            "start": 874925900,
            "stop": 874925941
        },
        {
            "start": 874925943,
            "stop": 874925963
        },
        {
            "start": 874925964,
            "stop": 874925965
        },
        {
            "start": 874925966,
            "stop": 874925968
        },
        {
            "start": 874925969,
            "stop": 874925975
        },
        {
            "start": 874925977,
            "stop": 874925987
        },
        {
            "start": 874925988,
            "stop": 874925994
        },
        {
            "start": 874925996,
            "stop": 874925997
        },
        {
            "start": 874925998,
            "stop": 874926004
        },
        {
            "start": 874926006,
            "stop": 874926010
        },
        {
            "start": 874926011,
            "stop": 874926036
        },
        {
            "start": 874926038,
            "stop": 874926050
        },
        {
            "start": 874926053,
            "stop": 874926076
        },
        {
            "start": 874926079,
            "stop": 874926080
        },
        {
            "start": 874926082,
            "stop": 874926083
        }
    ]
}