Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=944
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=945",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=943",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 944,
    "results": [
        {
            "start": 870868123,
            "stop": 870868663
        },
        {
            "start": 870868693,
            "stop": 870868933
        },
        {
            "start": 870869341,
            "stop": 870869461
        },
        {
            "start": 870869521,
            "stop": 870869761
        },
        {
            "start": 870870252,
            "stop": 870870312
        },
        {
            "start": 870870460,
            "stop": 870870910
        },
        {
            "start": 870873577,
            "stop": 870873637
        },
        {
            "start": 870878328,
            "stop": 870878508
        },
        {
            "start": 870878667,
            "stop": 870879027
        },
        {
            "start": 870879215,
            "stop": 870879275
        },
        {
            "start": 870879305,
            "stop": 870880355
        },
        {
            "start": 870880385,
            "stop": 870880505
        },
        {
            "start": 870880661,
            "stop": 870880901
        },
        {
            "start": 870880931,
            "stop": 870881201
        },
        {
            "start": 870881742,
            "stop": 870881952
        },
        {
            "start": 870882430,
            "stop": 870882610
        },
        {
            "start": 870882835,
            "stop": 870883075
        },
        {
            "start": 870883321,
            "stop": 870883411
        },
        {
            "start": 870883734,
            "stop": 870883794
        },
        {
            "start": 870883958,
            "stop": 870884018
        }
    ]
}