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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8171",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8169",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8170,
    "results": [
        {
            "start": 971007541,
            "stop": 971007628
        },
        {
            "start": 971007631,
            "stop": 971007653
        },
        {
            "start": 971007656,
            "stop": 971007677
        },
        {
            "start": 971007680,
            "stop": 971007681
        },
        {
            "start": 971007684,
            "stop": 971007736
        },
        {
            "start": 971007739,
            "stop": 971007746
        },
        {
            "start": 971007749,
            "stop": 971007767
        },
        {
            "start": 971007770,
            "stop": 971007790
        },
        {
            "start": 971007793,
            "stop": 971007826
        },
        {
            "start": 971007829,
            "stop": 971007866
        },
        {
            "start": 971007869,
            "stop": 971007872
        },
        {
            "start": 971007875,
            "stop": 971007889
        },
        {
            "start": 971007893,
            "stop": 971007930
        },
        {
            "start": 971007933,
            "stop": 971007945
        },
        {
            "start": 971007948,
            "stop": 971007955
        },
        {
            "start": 971007960,
            "stop": 971007980
        },
        {
            "start": 971007983,
            "stop": 971008019
        },
        {
            "start": 971008022,
            "stop": 971008066
        },
        {
            "start": 971008069,
            "stop": 971008076
        },
        {
            "start": 971008079,
            "stop": 971008144
        }
    ]
}