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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=138",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=136",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 137,
    "results": [
        {
            "start": 931388781,
            "stop": 931388782
        },
        {
            "start": 931388788,
            "stop": 931388789
        },
        {
            "start": 931388790,
            "stop": 931388849
        },
        {
            "start": 931388851,
            "stop": 931388890
        },
        {
            "start": 931388891,
            "stop": 931389017
        },
        {
            "start": 931389018,
            "stop": 931389022
        },
        {
            "start": 931389023,
            "stop": 931389071
        },
        {
            "start": 931389073,
            "stop": 931389130
        },
        {
            "start": 931389131,
            "stop": 931389202
        },
        {
            "start": 931389203,
            "stop": 931389288
        },
        {
            "start": 931389289,
            "stop": 931389311
        },
        {
            "start": 931389313,
            "stop": 931389521
        },
        {
            "start": 931389522,
            "stop": 931389526
        },
        {
            "start": 931389527,
            "stop": 931389762
        },
        {
            "start": 931389764,
            "stop": 931389812
        },
        {
            "start": 931389813,
            "stop": 931389944
        },
        {
            "start": 931389945,
            "stop": 931390054
        },
        {
            "start": 931390055,
            "stop": 931390094
        },
        {
            "start": 931390097,
            "stop": 931390178
        },
        {
            "start": 931390179,
            "stop": 931390280
        }
    ]
}