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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=625",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=623",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 624,
    "results": [
        {
            "start": 1263221958,
            "stop": 1263226328
        },
        {
            "start": 1263226331,
            "stop": 1263226466
        },
        {
            "start": 1263226469,
            "stop": 1263227274
        },
        {
            "start": 1263227277,
            "stop": 1263228738
        },
        {
            "start": 1263228741,
            "stop": 1263229176
        },
        {
            "start": 1263234761,
            "stop": 1263234934
        },
        {
            "start": 1263234937,
            "stop": 1263236044
        },
        {
            "start": 1263236047,
            "stop": 1263238011
        },
        {
            "start": 1263238014,
            "stop": 1263239744
        },
        {
            "start": 1263239747,
            "stop": 1263240979
        },
        {
            "start": 1263240987,
            "stop": 1263243596
        },
        {
            "start": 1263243599,
            "stop": 1263246486
        },
        {
            "start": 1263246489,
            "stop": 1263251661
        },
        {
            "start": 1263251664,
            "stop": 1263252016
        },
        {
            "start": 1263252024,
            "stop": 1263254647
        },
        {
            "start": 1263254650,
            "stop": 1263255846
        },
        {
            "start": 1263255848,
            "stop": 1263257325
        },
        {
            "start": 1263257327,
            "stop": 1263260516
        },
        {
            "start": 1263260519,
            "stop": 1263263312
        },
        {
            "start": 1263263315,
            "stop": 1263263318
        }
    ]
}