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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8106",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8104",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8105,
    "results": [
        {
            "start": 970753646,
            "stop": 970753657
        },
        {
            "start": 970753660,
            "stop": 970753716
        },
        {
            "start": 970753719,
            "stop": 970753721
        },
        {
            "start": 970753724,
            "stop": 970753821
        },
        {
            "start": 970753825,
            "stop": 970753847
        },
        {
            "start": 970753850,
            "stop": 970753856
        },
        {
            "start": 970753859,
            "stop": 970754524
        },
        {
            "start": 970754527,
            "stop": 970754648
        },
        {
            "start": 970754651,
            "stop": 970755756
        },
        {
            "start": 970755759,
            "stop": 970757030
        },
        {
            "start": 970757033,
            "stop": 970757602
        },
        {
            "start": 970757605,
            "stop": 970758357
        },
        {
            "start": 970758362,
            "stop": 970758436
        },
        {
            "start": 970758439,
            "stop": 970758653
        },
        {
            "start": 970758656,
            "stop": 970759917
        },
        {
            "start": 970759920,
            "stop": 970760098
        },
        {
            "start": 970760101,
            "stop": 970760888
        },
        {
            "start": 970760891,
            "stop": 970761180
        },
        {
            "start": 970761183,
            "stop": 970761229
        },
        {
            "start": 970761232,
            "stop": 970761288
        }
    ]
}