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=353
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=354",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=352",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 353,
    "results": [
        {
            "start": 834925793,
            "stop": 834926213
        },
        {
            "start": 834926363,
            "stop": 834928673
        },
        {
            "start": 834937699,
            "stop": 834937879
        },
        {
            "start": 834938037,
            "stop": 834938277
        },
        {
            "start": 834938426,
            "stop": 834938486
        },
        {
            "start": 834938634,
            "stop": 834938754
        },
        {
            "start": 834939064,
            "stop": 834939424
        },
        {
            "start": 834941282,
            "stop": 834941642
        },
        {
            "start": 834943389,
            "stop": 834946209
        },
        {
            "start": 834947275,
            "stop": 834947395
        },
        {
            "start": 834947538,
            "stop": 834947838
        },
        {
            "start": 834948040,
            "stop": 834948520
        },
        {
            "start": 834948683,
            "stop": 834948863
        },
        {
            "start": 834949439,
            "stop": 834950339
        },
        {
            "start": 834950564,
            "stop": 834952184
        },
        {
            "start": 834952359,
            "stop": 834952959
        },
        {
            "start": 834953110,
            "stop": 834953170
        },
        {
            "start": 834955494,
            "stop": 834955974
        },
        {
            "start": 834956281,
            "stop": 834956521
        },
        {
            "start": 834956835,
            "stop": 834957255
        }
    ]
}