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=9
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=10",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=8",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 9,
    "results": [
        {
            "start": 931092207,
            "stop": 931092237
        },
        {
            "start": 931092238,
            "stop": 931092262
        },
        {
            "start": 931092263,
            "stop": 931092267
        },
        {
            "start": 931092268,
            "stop": 931092298
        },
        {
            "start": 931092299,
            "stop": 931092312
        },
        {
            "start": 931092314,
            "stop": 931092315
        },
        {
            "start": 931092318,
            "stop": 931092319
        },
        {
            "start": 931092320,
            "stop": 931092345
        },
        {
            "start": 931092347,
            "stop": 931092353
        },
        {
            "start": 931092354,
            "stop": 931092387
        },
        {
            "start": 931092388,
            "stop": 931092593
        },
        {
            "start": 931092594,
            "stop": 931092603
        },
        {
            "start": 931092604,
            "stop": 931092632
        },
        {
            "start": 931092633,
            "stop": 931092668
        },
        {
            "start": 931092669,
            "stop": 931092691
        },
        {
            "start": 931092692,
            "stop": 931092715
        },
        {
            "start": 931092716,
            "stop": 931092730
        },
        {
            "start": 931092731,
            "stop": 931092735
        },
        {
            "start": 931092736,
            "stop": 931092793
        },
        {
            "start": 931092794,
            "stop": 931092897
        }
    ]
}