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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=16",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=14",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 15,
    "results": [
        {
            "start": 931134641,
            "stop": 931134662
        },
        {
            "start": 931134665,
            "stop": 931134714
        },
        {
            "start": 931134716,
            "stop": 931134726
        },
        {
            "start": 931134728,
            "stop": 931134730
        },
        {
            "start": 931134732,
            "stop": 931134767
        },
        {
            "start": 931134768,
            "stop": 931134770
        },
        {
            "start": 931134772,
            "stop": 931134794
        },
        {
            "start": 931134797,
            "stop": 931134798
        },
        {
            "start": 931134799,
            "stop": 931134815
        },
        {
            "start": 931134816,
            "stop": 931134820
        },
        {
            "start": 931134822,
            "stop": 931134851
        },
        {
            "start": 931134852,
            "stop": 931134857
        },
        {
            "start": 931134858,
            "stop": 931134969
        },
        {
            "start": 931134971,
            "stop": 931134974
        },
        {
            "start": 931134976,
            "stop": 931134998
        },
        {
            "start": 931135000,
            "stop": 931135013
        },
        {
            "start": 931135017,
            "stop": 931135024
        },
        {
            "start": 931135026,
            "stop": 931135032
        },
        {
            "start": 931135034,
            "stop": 931135035
        },
        {
            "start": 931135037,
            "stop": 931135044
        }
    ]
}