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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=129",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=127",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 128,
    "results": [
        {
            "start": 931371608,
            "stop": 931371609
        },
        {
            "start": 931371612,
            "stop": 931371618
        },
        {
            "start": 931371622,
            "stop": 931371626
        },
        {
            "start": 931371630,
            "stop": 931371634
        },
        {
            "start": 931371635,
            "stop": 931371639
        },
        {
            "start": 931371640,
            "stop": 931371641
        },
        {
            "start": 931371646,
            "stop": 931371656
        },
        {
            "start": 931371659,
            "stop": 931371669
        },
        {
            "start": 931371675,
            "stop": 931371677
        },
        {
            "start": 931371679,
            "stop": 931371686
        },
        {
            "start": 931371689,
            "stop": 931371702
        },
        {
            "start": 931371704,
            "stop": 931371716
        },
        {
            "start": 931371719,
            "stop": 931371730
        },
        {
            "start": 931371735,
            "stop": 931371747
        },
        {
            "start": 931371749,
            "stop": 931371761
        },
        {
            "start": 931371764,
            "stop": 931371776
        },
        {
            "start": 931371779,
            "stop": 931371799
        },
        {
            "start": 931371800,
            "stop": 931371821
        },
        {
            "start": 931371824,
            "stop": 931371837
        },
        {
            "start": 931371839,
            "stop": 931371848
        }
    ]
}