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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=13",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=11",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 12,
    "results": [
        {
            "start": 1257038504,
            "stop": 1257039560
        },
        {
            "start": 1257039565,
            "stop": 1257040409
        },
        {
            "start": 1257040413,
            "stop": 1257040569
        },
        {
            "start": 1257040572,
            "stop": 1257040812
        },
        {
            "start": 1257040815,
            "stop": 1257040829
        },
        {
            "start": 1257040832,
            "stop": 1257040958
        },
        {
            "start": 1257040963,
            "stop": 1257041345
        },
        {
            "start": 1257041348,
            "stop": 1257042711
        },
        {
            "start": 1257042713,
            "stop": 1257042913
        },
        {
            "start": 1257042916,
            "stop": 1257043648
        },
        {
            "start": 1257043649,
            "stop": 1257047792
        },
        {
            "start": 1257047795,
            "stop": 1257047961
        },
        {
            "start": 1257047963,
            "stop": 1257052211
        },
        {
            "start": 1257052216,
            "stop": 1257052274
        },
        {
            "start": 1257052278,
            "stop": 1257052531
        },
        {
            "start": 1257052539,
            "stop": 1257056371
        },
        {
            "start": 1257056373,
            "stop": 1257057423
        },
        {
            "start": 1257057425,
            "stop": 1257057709
        },
        {
            "start": 1257057712,
            "stop": 1257058404
        },
        {
            "start": 1257058406,
            "stop": 1257062132
        }
    ]
}