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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=672",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=670",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 671,
    "results": [
        {
            "start": 853444529,
            "stop": 853444649
        },
        {
            "start": 853445705,
            "stop": 853446335
        },
        {
            "start": 853446485,
            "stop": 853447025
        },
        {
            "start": 853447430,
            "stop": 853448000
        },
        {
            "start": 853448030,
            "stop": 853448090
        },
        {
            "start": 853448120,
            "stop": 853448570
        },
        {
            "start": 853450793,
            "stop": 853451123
        },
        {
            "start": 853451471,
            "stop": 853451681
        },
        {
            "start": 853451711,
            "stop": 853453031
        },
        {
            "start": 853453192,
            "stop": 853453732
        },
        {
            "start": 853454585,
            "stop": 853455305
        },
        {
            "start": 853455552,
            "stop": 853456032
        },
        {
            "start": 853456172,
            "stop": 853457012
        },
        {
            "start": 853457158,
            "stop": 853461388
        },
        {
            "start": 853461418,
            "stop": 853461598
        },
        {
            "start": 853461996,
            "stop": 853466796
        },
        {
            "start": 853466826,
            "stop": 853467096
        },
        {
            "start": 853467276,
            "stop": 853467696
        },
        {
            "start": 853467876,
            "stop": 853469916
        },
        {
            "start": 853470140,
            "stop": 853470770
        }
    ]
}