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=16815
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=16816",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16814",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16815,
    "results": [
        {
            "start": 875154468,
            "stop": 875154499
        },
        {
            "start": 875154500,
            "stop": 875154507
        },
        {
            "start": 875154508,
            "stop": 875154511
        },
        {
            "start": 875154514,
            "stop": 875154515
        },
        {
            "start": 875154516,
            "stop": 875154536
        },
        {
            "start": 875180295,
            "stop": 875180388
        },
        {
            "start": 875180389,
            "stop": 875180551
        },
        {
            "start": 875180553,
            "stop": 875180576
        },
        {
            "start": 875180578,
            "stop": 875180592
        },
        {
            "start": 875180596,
            "stop": 875180610
        },
        {
            "start": 875180611,
            "stop": 875180616
        },
        {
            "start": 875180617,
            "stop": 875180625
        },
        {
            "start": 875180626,
            "stop": 875180630
        },
        {
            "start": 875180631,
            "stop": 875180646
        },
        {
            "start": 875180648,
            "stop": 875180649
        },
        {
            "start": 875180651,
            "stop": 875180664
        },
        {
            "start": 875180666,
            "stop": 875180681
        },
        {
            "start": 875180683,
            "stop": 875180773
        },
        {
            "start": 875180774,
            "stop": 875180775
        },
        {
            "start": 875180776,
            "stop": 875180782
        }
    ]
}