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=936
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=937",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=935",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 936,
    "results": [
        {
            "start": 870264630,
            "stop": 870267390
        },
        {
            "start": 870267551,
            "stop": 870269591
        },
        {
            "start": 870271056,
            "stop": 870273156
        },
        {
            "start": 870282810,
            "stop": 870289890
        },
        {
            "start": 870290829,
            "stop": 870292389
        },
        {
            "start": 870306837,
            "stop": 870310857
        },
        {
            "start": 870311094,
            "stop": 870321624
        },
        {
            "start": 870321714,
            "stop": 870334734
        },
        {
            "start": 870334951,
            "stop": 870335911
        },
        {
            "start": 870336082,
            "stop": 870336442
        },
        {
            "start": 870337697,
            "stop": 870341297
        },
        {
            "start": 870341447,
            "stop": 870342017
        },
        {
            "start": 870343102,
            "stop": 870344842
        },
        {
            "start": 870345019,
            "stop": 870352639
        },
        {
            "start": 870354663,
            "stop": 870358083
        },
        {
            "start": 870358285,
            "stop": 870362725
        },
        {
            "start": 870362870,
            "stop": 870385190
        },
        {
            "start": 870388970,
            "stop": 870391070
        },
        {
            "start": 870391290,
            "stop": 870394620
        },
        {
            "start": 870394770,
            "stop": 870395790
        }
    ]
}