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=788
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=789",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=787",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 788,
    "results": [
        {
            "start": 1268369593,
            "stop": 1268376025
        },
        {
            "start": 1268376030,
            "stop": 1268377400
        },
        {
            "start": 1268377405,
            "stop": 1268380166
        },
        {
            "start": 1268380168,
            "stop": 1268381765
        },
        {
            "start": 1268381770,
            "stop": 1268381774
        },
        {
            "start": 1268381779,
            "stop": 1268381793
        },
        {
            "start": 1268381798,
            "stop": 1268381835
        },
        {
            "start": 1268381840,
            "stop": 1268381855
        },
        {
            "start": 1268381860,
            "stop": 1268385702
        },
        {
            "start": 1268385707,
            "stop": 1268386587
        },
        {
            "start": 1268386591,
            "stop": 1268389706
        },
        {
            "start": 1268389710,
            "stop": 1268395988
        },
        {
            "start": 1268395992,
            "stop": 1268396957
        },
        {
            "start": 1268396959,
            "stop": 1268397474
        },
        {
            "start": 1268397477,
            "stop": 1268397749
        },
        {
            "start": 1268397757,
            "stop": 1268399633
        },
        {
            "start": 1268399635,
            "stop": 1268400027
        },
        {
            "start": 1268404792,
            "stop": 1268405274
        },
        {
            "start": 1268405275,
            "stop": 1268407395
        },
        {
            "start": 1268407398,
            "stop": 1268411395
        }
    ]
}