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=104
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=105",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=103",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 104,
    "results": [
        {
            "start": 931401683,
            "stop": 931401705
        },
        {
            "start": 931401707,
            "stop": 931401714
        },
        {
            "start": 931401716,
            "stop": 931401759
        },
        {
            "start": 931401760,
            "stop": 931401774
        },
        {
            "start": 931401776,
            "stop": 931401789
        },
        {
            "start": 931401791,
            "stop": 931401855
        },
        {
            "start": 931401857,
            "stop": 931401868
        },
        {
            "start": 931401869,
            "stop": 931401902
        },
        {
            "start": 931401904,
            "stop": 931401954
        },
        {
            "start": 931401957,
            "stop": 931401994
        },
        {
            "start": 931401997,
            "stop": 931402016
        },
        {
            "start": 931402020,
            "stop": 931402021
        },
        {
            "start": 931402022,
            "stop": 931402038
        },
        {
            "start": 931402039,
            "stop": 931402071
        },
        {
            "start": 931402074,
            "stop": 931402075
        },
        {
            "start": 931402076,
            "stop": 931402100
        },
        {
            "start": 931402102,
            "stop": 931402162
        },
        {
            "start": 931402164,
            "stop": 931402165
        },
        {
            "start": 931402169,
            "stop": 931402195
        },
        {
            "start": 931402197,
            "stop": 931402218
        }
    ]
}