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=33297
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=33298",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33296",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33297,
    "results": [
        {
            "start": 971007964,
            "stop": 971007980
        },
        {
            "start": 971007984,
            "stop": 971007987
        },
        {
            "start": 971007988,
            "stop": 971008006
        },
        {
            "start": 971008008,
            "stop": 971008019
        },
        {
            "start": 971008022,
            "stop": 971008050
        },
        {
            "start": 971008051,
            "stop": 971008066
        },
        {
            "start": 971008069,
            "stop": 971008076
        },
        {
            "start": 971008079,
            "stop": 971008092
        },
        {
            "start": 971008093,
            "stop": 971008112
        },
        {
            "start": 971008113,
            "stop": 971008133
        },
        {
            "start": 971008134,
            "stop": 971008144
        },
        {
            "start": 971008147,
            "stop": 971008160
        },
        {
            "start": 971008162,
            "stop": 971008166
        },
        {
            "start": 971008169,
            "stop": 971008177
        },
        {
            "start": 971008178,
            "stop": 971008180
        },
        {
            "start": 971008181,
            "stop": 971008190
        },
        {
            "start": 971008193,
            "stop": 971008196
        },
        {
            "start": 971008197,
            "stop": 971008206
        },
        {
            "start": 971008207,
            "stop": 971008209
        },
        {
            "start": 971008210,
            "stop": 971008215
        }
    ]
}