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=777
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=778",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=776",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 777,
    "results": [
        {
            "start": 860447733,
            "stop": 860447913
        },
        {
            "start": 860449729,
            "stop": 860451229
        },
        {
            "start": 860451399,
            "stop": 860452779
        },
        {
            "start": 860453046,
            "stop": 860453526
        },
        {
            "start": 860453716,
            "stop": 860453896
        },
        {
            "start": 860455374,
            "stop": 860463834
        },
        {
            "start": 860463980,
            "stop": 860467820
        },
        {
            "start": 860468080,
            "stop": 860471050
        },
        {
            "start": 860471140,
            "stop": 860473120
        },
        {
            "start": 860475406,
            "stop": 860476486
        },
        {
            "start": 860476516,
            "stop": 860476846
        },
        {
            "start": 860477026,
            "stop": 860478286
        },
        {
            "start": 860482658,
            "stop": 860485838
        },
        {
            "start": 860487459,
            "stop": 860489199
        },
        {
            "start": 860492450,
            "stop": 860497010
        },
        {
            "start": 860498559,
            "stop": 860498919
        },
        {
            "start": 860499610,
            "stop": 860500150
        },
        {
            "start": 860500296,
            "stop": 860500476
        },
        {
            "start": 860500631,
            "stop": 860501231
        },
        {
            "start": 860501393,
            "stop": 860501633
        }
    ]
}