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=363
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=364",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=362",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 363,
    "results": [
        {
            "start": 835385154,
            "stop": 835385334
        },
        {
            "start": 835385831,
            "stop": 835386011
        },
        {
            "start": 835386167,
            "stop": 835386587
        },
        {
            "start": 835386825,
            "stop": 835387065
        },
        {
            "start": 835387485,
            "stop": 835387845
        },
        {
            "start": 835388000,
            "stop": 835388300
        },
        {
            "start": 835388841,
            "stop": 835388901
        },
        {
            "start": 835389062,
            "stop": 835389122
        },
        {
            "start": 835390650,
            "stop": 835390830
        },
        {
            "start": 835391683,
            "stop": 835391893
        },
        {
            "start": 835392601,
            "stop": 835392661
        },
        {
            "start": 835395626,
            "stop": 835395926
        },
        {
            "start": 835396111,
            "stop": 835396171
        },
        {
            "start": 835396714,
            "stop": 835396834
        },
        {
            "start": 835397051,
            "stop": 835397111
        },
        {
            "start": 835397371,
            "stop": 835397431
        },
        {
            "start": 835397724,
            "stop": 835397844
        },
        {
            "start": 835398114,
            "stop": 835398474
        },
        {
            "start": 835398659,
            "stop": 835400219
        },
        {
            "start": 835400393,
            "stop": 835400633
        }
    ]
}