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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1861",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1859",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1860,
    "results": [
        {
            "start": 967219273,
            "stop": 967232320
        },
        {
            "start": 967233946,
            "stop": 967245103
        },
        {
            "start": 967245105,
            "stop": 967246170
        },
        {
            "start": 967248009,
            "stop": 967251062
        },
        {
            "start": 967251064,
            "stop": 967256003
        },
        {
            "start": 967256005,
            "stop": 967270810
        },
        {
            "start": 967270812,
            "stop": 967271571
        },
        {
            "start": 967271573,
            "stop": 967271594
        },
        {
            "start": 967271596,
            "stop": 967272438
        },
        {
            "start": 967272440,
            "stop": 967272780
        },
        {
            "start": 967272782,
            "stop": 967276102
        },
        {
            "start": 967276104,
            "stop": 967276965
        },
        {
            "start": 967276966,
            "stop": 967277820
        },
        {
            "start": 967277822,
            "stop": 967278569
        },
        {
            "start": 967278571,
            "stop": 967279681
        },
        {
            "start": 967279683,
            "stop": 967286626
        },
        {
            "start": 967286628,
            "stop": 967286672
        },
        {
            "start": 967286674,
            "stop": 967287261
        },
        {
            "start": 967287262,
            "stop": 967287439
        },
        {
            "start": 967287442,
            "stop": 967287461
        }
    ]
}