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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=279",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=277",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 278,
    "results": [
        {
            "start": 866737585,
            "stop": 866746404
        },
        {
            "start": 866746680,
            "stop": 866756808
        },
        {
            "start": 866756936,
            "stop": 866787186
        },
        {
            "start": 866788514,
            "stop": 866810193
        },
        {
            "start": 866811097,
            "stop": 866812060
        },
        {
            "start": 866812608,
            "stop": 866813801
        },
        {
            "start": 866820635,
            "stop": 866821429
        },
        {
            "start": 866821838,
            "stop": 866824266
        },
        {
            "start": 866827488,
            "stop": 866833880
        },
        {
            "start": 866839242,
            "stop": 866844246
        },
        {
            "start": 866844321,
            "stop": 866875093
        },
        {
            "start": 866876669,
            "stop": 866894480
        },
        {
            "start": 866896538,
            "stop": 866900991
        },
        {
            "start": 866958072,
            "stop": 866965393
        },
        {
            "start": 866966922,
            "stop": 866982417
        },
        {
            "start": 866982597,
            "stop": 866984992
        },
        {
            "start": 866993176,
            "stop": 866993948
        },
        {
            "start": 866995818,
            "stop": 867006781
        },
        {
            "start": 867049930,
            "stop": 867065411
        },
        {
            "start": 867068132,
            "stop": 867068965
        }
    ]
}