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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14410",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14408",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14409,
    "results": [
        {
            "start": 971443702,
            "stop": 971443742
        },
        {
            "start": 971443745,
            "stop": 971443763
        },
        {
            "start": 971443766,
            "stop": 971443794
        },
        {
            "start": 971443798,
            "stop": 971443799
        },
        {
            "start": 971443802,
            "stop": 971443811
        },
        {
            "start": 971443813,
            "stop": 971443823
        },
        {
            "start": 971443825,
            "stop": 971443840
        },
        {
            "start": 971443842,
            "stop": 971443852
        },
        {
            "start": 971443853,
            "stop": 971443861
        },
        {
            "start": 971443864,
            "stop": 971443865
        },
        {
            "start": 971443867,
            "stop": 971443869
        },
        {
            "start": 971443870,
            "stop": 971443887
        },
        {
            "start": 971443890,
            "stop": 971443897
        },
        {
            "start": 971443901,
            "stop": 971443902
        },
        {
            "start": 971443907,
            "stop": 971443917
        },
        {
            "start": 971443919,
            "stop": 971443932
        },
        {
            "start": 971443936,
            "stop": 971443940
        },
        {
            "start": 971443941,
            "stop": 971443961
        },
        {
            "start": 971443964,
            "stop": 971443994
        },
        {
            "start": 971443997,
            "stop": 971443998
        }
    ]
}