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=81
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=82",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=80",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 81,
    "results": [
        {
            "start": 931087978,
            "stop": 931087979
        },
        {
            "start": 931087982,
            "stop": 931087988
        },
        {
            "start": 931087989,
            "stop": 931087994
        },
        {
            "start": 931087995,
            "stop": 931087996
        },
        {
            "start": 931087998,
            "stop": 931088003
        },
        {
            "start": 931088005,
            "stop": 931088008
        },
        {
            "start": 931088010,
            "stop": 931088012
        },
        {
            "start": 931088013,
            "stop": 931088016
        },
        {
            "start": 931088017,
            "stop": 931088019
        },
        {
            "start": 931088020,
            "stop": 931088022
        },
        {
            "start": 931088024,
            "stop": 931088025
        },
        {
            "start": 931088028,
            "stop": 931088029
        },
        {
            "start": 931088031,
            "stop": 931088032
        },
        {
            "start": 931088033,
            "stop": 931088046
        },
        {
            "start": 931088047,
            "stop": 931088059
        },
        {
            "start": 931088061,
            "stop": 931088062
        },
        {
            "start": 931088068,
            "stop": 931088069
        },
        {
            "start": 931088070,
            "stop": 931088085
        },
        {
            "start": 931088087,
            "stop": 931088089
        },
        {
            "start": 931088092,
            "stop": 931088102
        }
    ]
}