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=71
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=72",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=70",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 71,
    "results": [
        {
            "start": 931502618,
            "stop": 931502623
        },
        {
            "start": 931502626,
            "stop": 931502632
        },
        {
            "start": 931502635,
            "stop": 931502638
        },
        {
            "start": 931502645,
            "stop": 931502646
        },
        {
            "start": 931502649,
            "stop": 931502650
        },
        {
            "start": 931502656,
            "stop": 931502659
        },
        {
            "start": 931502662,
            "stop": 931502673
        },
        {
            "start": 931502676,
            "stop": 931502693
        },
        {
            "start": 931502695,
            "stop": 931502702
        },
        {
            "start": 931502705,
            "stop": 931502717
        },
        {
            "start": 931502720,
            "stop": 931502728
        },
        {
            "start": 931502731,
            "stop": 931502735
        },
        {
            "start": 931502740,
            "stop": 931502747
        },
        {
            "start": 931502752,
            "stop": 931502762
        },
        {
            "start": 931502765,
            "stop": 931502769
        },
        {
            "start": 931502771,
            "stop": 931502814
        },
        {
            "start": 931502816,
            "stop": 931502838
        },
        {
            "start": 931502841,
            "stop": 931502859
        },
        {
            "start": 931502865,
            "stop": 931502888
        },
        {
            "start": 931502891,
            "stop": 931502903
        }
    ]
}