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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=50",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=48",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 49,
    "results": [
        {
            "start": 931176644,
            "stop": 931176711
        },
        {
            "start": 931176712,
            "stop": 931176758
        },
        {
            "start": 931178537,
            "stop": 931178647
        },
        {
            "start": 931178648,
            "stop": 931178715
        },
        {
            "start": 931178716,
            "stop": 931178735
        },
        {
            "start": 931178736,
            "stop": 931178776
        },
        {
            "start": 931178777,
            "stop": 931178883
        },
        {
            "start": 931178884,
            "stop": 931179032
        },
        {
            "start": 931179033,
            "stop": 931179128
        },
        {
            "start": 931179131,
            "stop": 931179278
        },
        {
            "start": 931179279,
            "stop": 931179615
        },
        {
            "start": 931179975,
            "stop": 931180065
        },
        {
            "start": 931180066,
            "stop": 931180159
        },
        {
            "start": 931180160,
            "stop": 931180195
        },
        {
            "start": 931180196,
            "stop": 931180242
        },
        {
            "start": 931180243,
            "stop": 931180247
        },
        {
            "start": 931180248,
            "stop": 931180252
        },
        {
            "start": 931180253,
            "stop": 931180381
        },
        {
            "start": 931180382,
            "stop": 931180427
        },
        {
            "start": 931180428,
            "stop": 931180432
        }
    ]
}