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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=70",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=68",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 69,
    "results": [
        {
            "start": 931085402,
            "stop": 931085415
        },
        {
            "start": 931085418,
            "stop": 931085422
        },
        {
            "start": 931085425,
            "stop": 931085440
        },
        {
            "start": 931085442,
            "stop": 931085450
        },
        {
            "start": 931085453,
            "stop": 931085454
        },
        {
            "start": 931085455,
            "stop": 931085456
        },
        {
            "start": 931085457,
            "stop": 931085458
        },
        {
            "start": 931085460,
            "stop": 931085468
        },
        {
            "start": 931085469,
            "stop": 931085472
        },
        {
            "start": 931085473,
            "stop": 931085477
        },
        {
            "start": 931085478,
            "stop": 931085487
        },
        {
            "start": 931085492,
            "stop": 931085497
        },
        {
            "start": 931085498,
            "stop": 931085501
        },
        {
            "start": 931085502,
            "stop": 931085504
        },
        {
            "start": 931085505,
            "stop": 931085516
        },
        {
            "start": 931085521,
            "stop": 931085522
        },
        {
            "start": 931085524,
            "stop": 931085529
        },
        {
            "start": 931085530,
            "stop": 931085532
        },
        {
            "start": 931085533,
            "stop": 931085535
        },
        {
            "start": 931085539,
            "stop": 931085542
        }
    ]
}