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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16828",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16826",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16827,
    "results": [
        {
            "start": 875216143,
            "stop": 875216176
        },
        {
            "start": 875216178,
            "stop": 875216260
        },
        {
            "start": 875216261,
            "stop": 875216401
        },
        {
            "start": 875216403,
            "stop": 875216439
        },
        {
            "start": 875216440,
            "stop": 875216601
        },
        {
            "start": 875216603,
            "stop": 875216657
        },
        {
            "start": 875216658,
            "stop": 875216709
        },
        {
            "start": 875216711,
            "stop": 875216758
        },
        {
            "start": 875216761,
            "stop": 875216848
        },
        {
            "start": 875216850,
            "stop": 875217028
        },
        {
            "start": 875217030,
            "stop": 875217107
        },
        {
            "start": 875217108,
            "stop": 875217168
        },
        {
            "start": 875217169,
            "stop": 875217204
        },
        {
            "start": 875217206,
            "stop": 875217277
        },
        {
            "start": 875217278,
            "stop": 875217400
        },
        {
            "start": 875217402,
            "stop": 875217497
        },
        {
            "start": 875217499,
            "stop": 875217758
        },
        {
            "start": 875217759,
            "stop": 875217825
        },
        {
            "start": 875217826,
            "stop": 875217881
        },
        {
            "start": 875217882,
            "stop": 875217982
        }
    ]
}