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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=994",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=992",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 993,
    "results": [
        {
            "start": 870615348,
            "stop": 870615768
        },
        {
            "start": 870617723,
            "stop": 870618323
        },
        {
            "start": 870618524,
            "stop": 870618764
        },
        {
            "start": 870618928,
            "stop": 870619648
        },
        {
            "start": 870620520,
            "stop": 870621000
        },
        {
            "start": 870621211,
            "stop": 870621571
        },
        {
            "start": 870622925,
            "stop": 870623285
        },
        {
            "start": 870662845,
            "stop": 870663265
        },
        {
            "start": 870663461,
            "stop": 870663821
        },
        {
            "start": 870664010,
            "stop": 870667910
        },
        {
            "start": 870668155,
            "stop": 870675475
        },
        {
            "start": 870675505,
            "stop": 870677755
        },
        {
            "start": 870677956,
            "stop": 870682546
        },
        {
            "start": 870682696,
            "stop": 870682996
        },
        {
            "start": 870684670,
            "stop": 870691960
        },
        {
            "start": 870692110,
            "stop": 870694900
        },
        {
            "start": 870695050,
            "stop": 870696250
        },
        {
            "start": 870696464,
            "stop": 870698504
        },
        {
            "start": 870698690,
            "stop": 870701150
        },
        {
            "start": 870701300,
            "stop": 870703340
        }
    ]
}