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=782
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=783",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=781",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 782,
    "results": [
        {
            "start": 1268272741,
            "stop": 1268274126
        },
        {
            "start": 1268274131,
            "stop": 1268274747
        },
        {
            "start": 1268274750,
            "stop": 1268279299
        },
        {
            "start": 1268281886,
            "stop": 1268282119
        },
        {
            "start": 1268282121,
            "stop": 1268282841
        },
        {
            "start": 1268282844,
            "stop": 1268282848
        },
        {
            "start": 1268282850,
            "stop": 1268282852
        },
        {
            "start": 1268282854,
            "stop": 1268284125
        },
        {
            "start": 1268284127,
            "stop": 1268285622
        },
        {
            "start": 1268285625,
            "stop": 1268286269
        },
        {
            "start": 1268286273,
            "stop": 1268286671
        },
        {
            "start": 1268286672,
            "stop": 1268288369
        },
        {
            "start": 1268288372,
            "stop": 1268288374
        },
        {
            "start": 1268288376,
            "stop": 1268297169
        },
        {
            "start": 1268297173,
            "stop": 1268297770
        },
        {
            "start": 1268297772,
            "stop": 1268297786
        },
        {
            "start": 1268297790,
            "stop": 1268302051
        },
        {
            "start": 1268302055,
            "stop": 1268305667
        },
        {
            "start": 1268305675,
            "stop": 1268306593
        },
        {
            "start": 1268306594,
            "stop": 1268306965
        }
    ]
}