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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT1/segments?format=api&page=37",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT1/segments?format=api&page=35",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 36,
    "results": [
        {
            "start": 939812946,
            "stop": 939813135
        },
        {
            "start": 939816256,
            "stop": 939817069
        },
        {
            "start": 939820632,
            "stop": 939822065
        },
        {
            "start": 939825021,
            "stop": 939825208
        },
        {
            "start": 939828614,
            "stop": 939829421
        },
        {
            "start": 939830389,
            "stop": 939832149
        },
        {
            "start": 939833625,
            "stop": 939834741
        },
        {
            "start": 939837107,
            "stop": 939837268
        },
        {
            "start": 939873916,
            "stop": 939874444
        },
        {
            "start": 939908171,
            "stop": 939909719
        },
        {
            "start": 939910907,
            "stop": 939912001
        },
        {
            "start": 939912866,
            "stop": 939913619
        },
        {
            "start": 939914366,
            "stop": 939915800
        },
        {
            "start": 939916457,
            "stop": 939917398
        },
        {
            "start": 939934456,
            "stop": 939937890
        },
        {
            "start": 939938649,
            "stop": 939947584
        },
        {
            "start": 939948160,
            "stop": 939949520
        },
        {
            "start": 939950186,
            "stop": 939971751
        },
        {
            "start": 939971833,
            "stop": 939972354
        },
        {
            "start": 939972863,
            "stop": 939988300
        }
    ]
}