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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=17",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=15",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 16,
    "results": [
        {
            "start": 817474958,
            "stop": 817476616
        },
        {
            "start": 817477300,
            "stop": 817477513
        },
        {
            "start": 817477515,
            "stop": 817477561
        },
        {
            "start": 817513848,
            "stop": 817524639
        },
        {
            "start": 817524706,
            "stop": 817542157
        },
        {
            "start": 817543022,
            "stop": 817547689
        },
        {
            "start": 817547691,
            "stop": 817552587
        },
        {
            "start": 817552589,
            "stop": 817552597
        },
        {
            "start": 817553384,
            "stop": 817565869
        },
        {
            "start": 817580832,
            "stop": 817587317
        },
        {
            "start": 817589035,
            "stop": 817594124
        },
        {
            "start": 817600227,
            "stop": 817600657
        },
        {
            "start": 817600658,
            "stop": 817605290
        },
        {
            "start": 817605369,
            "stop": 817632914
        },
        {
            "start": 817634454,
            "stop": 817635068
        },
        {
            "start": 817635730,
            "stop": 817638193
        },
        {
            "start": 817638857,
            "stop": 817652637
        },
        {
            "start": 817652638,
            "stop": 817661791
        },
        {
            "start": 817692013,
            "stop": 817694622
        },
        {
            "start": 817694624,
            "stop": 817696173
        }
    ]
}