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=121
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=122",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=120",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 121,
    "results": [
        {
            "start": 931358242,
            "stop": 931358248
        },
        {
            "start": 931358255,
            "stop": 931358256
        },
        {
            "start": 931358258,
            "stop": 931358261
        },
        {
            "start": 931358267,
            "stop": 931358268
        },
        {
            "start": 931358270,
            "stop": 931358279
        },
        {
            "start": 931358280,
            "stop": 931358299
        },
        {
            "start": 931358301,
            "stop": 931358306
        },
        {
            "start": 931358308,
            "stop": 931358314
        },
        {
            "start": 931358319,
            "stop": 931358334
        },
        {
            "start": 931358336,
            "stop": 931358338
        },
        {
            "start": 931358340,
            "stop": 931358349
        },
        {
            "start": 931358351,
            "stop": 931358424
        },
        {
            "start": 931358425,
            "stop": 931358490
        },
        {
            "start": 931358492,
            "stop": 931358498
        },
        {
            "start": 931365256,
            "stop": 931365383
        },
        {
            "start": 931365384,
            "stop": 931365422
        },
        {
            "start": 931365423,
            "stop": 931365460
        },
        {
            "start": 931365461,
            "stop": 931365562
        },
        {
            "start": 931365563,
            "stop": 931365686
        },
        {
            "start": 931365689,
            "stop": 931365758
        }
    ]
}