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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=29",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=27",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 28,
    "results": [
        {
            "start": 816651331,
            "stop": 816651354
        },
        {
            "start": 816651361,
            "stop": 816651392
        },
        {
            "start": 816651399,
            "stop": 816651433
        },
        {
            "start": 816651440,
            "stop": 816651507
        },
        {
            "start": 816651535,
            "stop": 816651598
        },
        {
            "start": 816651626,
            "stop": 816651820
        },
        {
            "start": 816651828,
            "stop": 816651946
        },
        {
            "start": 816651991,
            "stop": 816652925
        },
        {
            "start": 816652933,
            "stop": 816652950
        },
        {
            "start": 816653310,
            "stop": 816653321
        },
        {
            "start": 816653350,
            "stop": 816653580
        },
        {
            "start": 816653587,
            "stop": 816654973
        },
        {
            "start": 816656274,
            "stop": 816656427
        },
        {
            "start": 816656434,
            "stop": 816656838
        },
        {
            "start": 816656869,
            "stop": 816657268
        },
        {
            "start": 816657275,
            "stop": 816657439
        },
        {
            "start": 816657468,
            "stop": 816657672
        },
        {
            "start": 816657707,
            "stop": 816657753
        },
        {
            "start": 816657760,
            "stop": 816657784
        },
        {
            "start": 816657791,
            "stop": 816658089
        }
    ]
}