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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=8",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=6",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 7,
    "results": [
        {
            "start": 931134594,
            "stop": 931134601
        },
        {
            "start": 931134603,
            "stop": 931134607
        },
        {
            "start": 931134609,
            "stop": 931134625
        },
        {
            "start": 931134627,
            "stop": 931134632
        },
        {
            "start": 931134636,
            "stop": 931134639
        },
        {
            "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": 931134795
        },
        {
            "start": 931134797,
            "stop": 931134798
        },
        {
            "start": 931134799,
            "stop": 931134815
        },
        {
            "start": 931134816,
            "stop": 931134820
        },
        {
            "start": 931134822,
            "stop": 931134857
        },
        {
            "start": 931134858,
            "stop": 931134969
        },
        {
            "start": 931134971,
            "stop": 931134974
        },
        {
            "start": 931134976,
            "stop": 931134998
        },
        {
            "start": 931135000,
            "stop": 931135013
        }
    ]
}