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=113
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=114",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=112",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 113,
    "results": [
        {
            "start": 1257860425,
            "stop": 1257860428
        },
        {
            "start": 1257860431,
            "stop": 1257860463
        },
        {
            "start": 1257860466,
            "stop": 1257860471
        },
        {
            "start": 1257860474,
            "stop": 1257860488
        },
        {
            "start": 1257860491,
            "stop": 1257860551
        },
        {
            "start": 1257860553,
            "stop": 1257860637
        },
        {
            "start": 1257860640,
            "stop": 1257860642
        },
        {
            "start": 1257860645,
            "stop": 1257860654
        },
        {
            "start": 1257860657,
            "stop": 1257860719
        },
        {
            "start": 1257860722,
            "stop": 1257860728
        },
        {
            "start": 1257860731,
            "stop": 1257860734
        },
        {
            "start": 1257860737,
            "stop": 1257860740
        },
        {
            "start": 1257860743,
            "stop": 1257860931
        },
        {
            "start": 1257860934,
            "stop": 1257860941
        },
        {
            "start": 1257860944,
            "stop": 1257860945
        },
        {
            "start": 1257860948,
            "stop": 1257861002
        },
        {
            "start": 1257861005,
            "stop": 1257861034
        },
        {
            "start": 1257861037,
            "stop": 1257861040
        },
        {
            "start": 1257861046,
            "stop": 1257861108
        },
        {
            "start": 1257861111,
            "stop": 1257861241
        }
    ]
}