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=664
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=665",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=663",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 664,
    "results": [
        {
            "start": 852995190,
            "stop": 852995430
        },
        {
            "start": 852995773,
            "stop": 852996313
        },
        {
            "start": 852996530,
            "stop": 852996770
        },
        {
            "start": 852996921,
            "stop": 852997641
        },
        {
            "start": 852997778,
            "stop": 852998048
        },
        {
            "start": 852998078,
            "stop": 852998138
        },
        {
            "start": 853041271,
            "stop": 853042621
        },
        {
            "start": 853042771,
            "stop": 853045381
        },
        {
            "start": 853045567,
            "stop": 853046497
        },
        {
            "start": 853046587,
            "stop": 853047547
        },
        {
            "start": 853047715,
            "stop": 853055995
        },
        {
            "start": 853058363,
            "stop": 853060103
        },
        {
            "start": 853060260,
            "stop": 853061400
        },
        {
            "start": 853061430,
            "stop": 853063800
        },
        {
            "start": 853063973,
            "stop": 853064273
        },
        {
            "start": 853064438,
            "stop": 853067258
        },
        {
            "start": 853068749,
            "stop": 853071389
        },
        {
            "start": 853071595,
            "stop": 853072015
        },
        {
            "start": 853072509,
            "stop": 853073889
        },
        {
            "start": 853074031,
            "stop": 853074511
        }
    ]
}