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=33285
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=33286",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33284",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33285,
    "results": [
        {
            "start": 971004792,
            "stop": 971004817
        },
        {
            "start": 971004818,
            "stop": 971004823
        },
        {
            "start": 971004824,
            "stop": 971004844
        },
        {
            "start": 971004845,
            "stop": 971004863
        },
        {
            "start": 971004864,
            "stop": 971004868
        },
        {
            "start": 971004871,
            "stop": 971004887
        },
        {
            "start": 971004888,
            "stop": 971004905
        },
        {
            "start": 971004908,
            "stop": 971004938
        },
        {
            "start": 971004943,
            "stop": 971004954
        },
        {
            "start": 971004957,
            "stop": 971004968
        },
        {
            "start": 971004969,
            "stop": 971005003
        },
        {
            "start": 971005004,
            "stop": 971005006
        },
        {
            "start": 971005007,
            "stop": 971005014
        },
        {
            "start": 971005015,
            "stop": 971005034
        },
        {
            "start": 971005037,
            "stop": 971005059
        },
        {
            "start": 971005062,
            "stop": 971005066
        },
        {
            "start": 971005069,
            "stop": 971005129
        },
        {
            "start": 971005130,
            "stop": 971005132
        },
        {
            "start": 971005135,
            "stop": 971005153
        },
        {
            "start": 971005154,
            "stop": 971005164
        }
    ]
}