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=3677
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=3678",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3676",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3677,
    "results": [
        {
            "start": 970850388,
            "stop": 970850583
        },
        {
            "start": 970850586,
            "stop": 970850639
        },
        {
            "start": 970850642,
            "stop": 970850722
        },
        {
            "start": 970850723,
            "stop": 970850810
        },
        {
            "start": 970850814,
            "stop": 970850833
        },
        {
            "start": 970850836,
            "stop": 970850840
        },
        {
            "start": 970850843,
            "stop": 970850844
        },
        {
            "start": 970850845,
            "stop": 970850876
        },
        {
            "start": 970850879,
            "stop": 970850884
        },
        {
            "start": 970850887,
            "stop": 970850891
        },
        {
            "start": 970850894,
            "stop": 970850896
        },
        {
            "start": 970851076,
            "stop": 970851168
        },
        {
            "start": 970851171,
            "stop": 970851192
        },
        {
            "start": 970851195,
            "stop": 970851422
        },
        {
            "start": 970851427,
            "stop": 970851453
        },
        {
            "start": 970851456,
            "stop": 970851464
        },
        {
            "start": 970851467,
            "stop": 970851533
        },
        {
            "start": 970851538,
            "stop": 970851605
        },
        {
            "start": 970851608,
            "stop": 970851616
        },
        {
            "start": 970851676,
            "stop": 970851679
        }
    ]
}