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/S6/timelines/H1_BURST_CAT2/segments?format=api&page=519
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=520",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=518",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 519,
    "results": [
        {
            "start": 965923163,
            "stop": 965929576
        },
        {
            "start": 965929577,
            "stop": 965944740
        },
        {
            "start": 965959324,
            "stop": 965965879
        },
        {
            "start": 965967787,
            "stop": 965969399
        },
        {
            "start": 965971585,
            "stop": 965984648
        },
        {
            "start": 965984827,
            "stop": 965991899
        },
        {
            "start": 965992451,
            "stop": 965995617
        },
        {
            "start": 965997338,
            "stop": 966023250
        },
        {
            "start": 966047120,
            "stop": 966048707
        },
        {
            "start": 966055558,
            "stop": 966080579
        },
        {
            "start": 966082620,
            "stop": 966092446
        },
        {
            "start": 966119231,
            "stop": 966136193
        },
        {
            "start": 966138174,
            "stop": 966172907
        },
        {
            "start": 966172910,
            "stop": 966184886
        },
        {
            "start": 966194457,
            "stop": 966194857
        },
        {
            "start": 966194897,
            "stop": 966196228
        },
        {
            "start": 966198259,
            "stop": 966216644
        },
        {
            "start": 966217200,
            "stop": 966273800
        },
        {
            "start": 966273840,
            "stop": 966286200
        },
        {
            "start": 966286240,
            "stop": 966286846
        }
    ]
}