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=285
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=286",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=284",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 285,
    "results": [
        {
            "start": 868717881,
            "stop": 868718315
        },
        {
            "start": 868719518,
            "stop": 868719780
        },
        {
            "start": 868751676,
            "stop": 868755457
        },
        {
            "start": 868763234,
            "stop": 868778089
        },
        {
            "start": 868779528,
            "stop": 868792426
        },
        {
            "start": 868795562,
            "stop": 868817161
        },
        {
            "start": 868819664,
            "stop": 868820885
        },
        {
            "start": 868821501,
            "stop": 868822549
        },
        {
            "start": 868834104,
            "stop": 868846904
        },
        {
            "start": 868847036,
            "stop": 868856443
        },
        {
            "start": 868856506,
            "stop": 868862767
        },
        {
            "start": 868866584,
            "stop": 868872933
        },
        {
            "start": 868872984,
            "stop": 868882547
        },
        {
            "start": 868883533,
            "stop": 868884114
        },
        {
            "start": 868893143,
            "stop": 868899707
        },
        {
            "start": 868900020,
            "stop": 868902225
        },
        {
            "start": 868909774,
            "stop": 868910450
        },
        {
            "start": 868911151,
            "stop": 868915134
        },
        {
            "start": 868915226,
            "stop": 868916356
        },
        {
            "start": 868920738,
            "stop": 868926024
        }
    ]
}