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=50
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=51",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=49",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 50,
    "results": [
        {
            "start": 931373060,
            "stop": 931373156
        },
        {
            "start": 931373173,
            "stop": 931373211
        },
        {
            "start": 931373229,
            "stop": 931373467
        },
        {
            "start": 931373485,
            "stop": 931373526
        },
        {
            "start": 931373546,
            "stop": 931373573
        },
        {
            "start": 931373596,
            "stop": 931373597
        },
        {
            "start": 931373614,
            "stop": 931373877
        },
        {
            "start": 931373894,
            "stop": 931373994
        },
        {
            "start": 931374011,
            "stop": 931374015
        },
        {
            "start": 931374375,
            "stop": 931374389
        },
        {
            "start": 931374391,
            "stop": 931374514
        },
        {
            "start": 931374544,
            "stop": 931374554
        },
        {
            "start": 931374583,
            "stop": 931374592
        },
        {
            "start": 931374628,
            "stop": 931374648
        },
        {
            "start": 931374669,
            "stop": 931374678
        },
        {
            "start": 931374711,
            "stop": 931374792
        },
        {
            "start": 931374812,
            "stop": 931374861
        },
        {
            "start": 931374878,
            "stop": 931375061
        },
        {
            "start": 931375063,
            "stop": 931375096
        },
        {
            "start": 931375137,
            "stop": 931375178
        }
    ]
}